mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00: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:
@@ -25,6 +25,11 @@ PACKAGECONFIG ??= ""
|
|||||||
PACKAGECONFIG[gd] = ",--without-gdlib,gd"
|
PACKAGECONFIG[gd] = ",--without-gdlib,gd"
|
||||||
PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev"
|
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() {
|
do_configure:append() {
|
||||||
cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/
|
cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/
|
||||||
cd ${S}/libgphoto2_port/
|
cd ${S}/libgphoto2_port/
|
||||||
|
|||||||
Reference in New Issue
Block a user