summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb
index cb289751ea..41600be2e1 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb
@@ -25,6 +25,11 @@ PACKAGECONFIG ??= ""
25PACKAGECONFIG[gd] = ",--without-gdlib,gd" 25PACKAGECONFIG[gd] = ",--without-gdlib,gd"
26PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev" 26PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev"
27 27
28do_configure:prepend() {
29 rm -rf ${S}/libgphoto2_port/auto-m4/*
30 rm -rf ${S}/auto-m4/*
31}
32
28do_configure:append() { 33do_configure:append() {
29 cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/ 34 cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/
30 cd ${S}/libgphoto2_port/ 35 cd ${S}/libgphoto2_port/