diff options
-rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb index d7f6ac0f6..27f660bb1 100644 --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1" |
5 | 5 | ||
6 | PR = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | DEPENDS = "libtool jpeg virtual/libusb0 libexif" | 8 | DEPENDS = "libtool jpeg virtual/libusb0 libexif" |
9 | 9 | ||
@@ -26,7 +26,6 @@ inherit autotools pkgconfig gettext lib_package | |||
26 | EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes" | 26 | EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes" |
27 | 27 | ||
28 | do_configure_append() { | 28 | do_configure_append() { |
29 | cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/ | ||
30 | cd ${S}/libgphoto2_port/ | 29 | cd ${S}/libgphoto2_port/ |
31 | autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths | 30 | autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths |
32 | cd ${S} | 31 | cd ${S} |