aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-11-21 14:42:02 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-29 11:03:36 +0100
commit92e3f684d14fd287194e78bc5e65f80504758b7d (patch)
tree72a79e8cc911edb24f6fe77ea6c728ba15c1414c
parent3f2736b481787ec2b8c8b00f670cac8aae681cd4 (diff)
downloadmeta-openembedded-contrib-92e3f684d14fd287194e78bc5e65f80504758b7d.tar.gz
gphoto2: fix gettext build error
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb3
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 d7f6ac0f6a..27f660bb1d 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"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1"
-PR = "r3"
+PR = "r4"
DEPENDS = "libtool jpeg virtual/libusb0 libexif"
@@ -26,7 +26,6 @@ inherit autotools pkgconfig gettext lib_package
EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"
do_configure_append() {
- cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/
cd ${S}/libgphoto2_port/
autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
cd ${S}