diff options
| -rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb | 5 |
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 ??= "" | |||
| 25 | PACKAGECONFIG[gd] = ",--without-gdlib,gd" | 25 | PACKAGECONFIG[gd] = ",--without-gdlib,gd" |
| 26 | PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev" | 26 | PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev" |
| 27 | 27 | ||
| 28 | do_configure:prepend() { | ||
| 29 | rm -rf ${S}/libgphoto2_port/auto-m4/* | ||
| 30 | rm -rf ${S}/auto-m4/* | ||
| 31 | } | ||
| 32 | |||
| 28 | do_configure:append() { | 33 | do_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/ |
