mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
libgphoto: Fix build with libtool 2.4.7
Delete old m4 macros, so autoreconf can repopulate it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9442c55e08
commit
96890edbb5
|
|
@ -25,6 +25,11 @@ PACKAGECONFIG ??= ""
|
|||
PACKAGECONFIG[gd] = ",--without-gdlib,gd"
|
||||
PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev"
|
||||
|
||||
do_configure:prepend() {
|
||||
rm -rf ${S}/libgphoto2_port/auto-m4/*
|
||||
rm -rf ${S}/auto-m4/*
|
||||
}
|
||||
|
||||
do_configure:append() {
|
||||
cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/
|
||||
cd ${S}/libgphoto2_port/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user