summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-11-30 18:04:13 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-12-04 10:45:19 +0100
commit2da6650639c1f6a9bd994d3cbc40f6b5c3bfff41 (patch)
tree5c7ca37f919106362e420df64392f94570efdb0a /meta-oe/recipes-graphics
parent40f2271ab61a26a3f21fedc72c4949c8ce267aa5 (diff)
downloadmeta-openembedded-2da6650639c1f6a9bd994d3cbc40f6b5c3bfff41.tar.gz
libgphoto2: refix build
this manually reverts commit 92e3f684d14fd287194e78bc5e65f80504758b7d Author: Koen Kooi <koen@dominion.thruhere.net> Date: Wed Nov 21 14:42:02 2012 +0000 gphoto2: fix gettext build error which should go into danny only [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-November/042668.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb3
1 files changed, 2 insertions, 1 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 27f660bb1..60271cc77 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"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1" 4LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1"
5 5
6PR = "r4" 6PR = "r5"
7 7
8DEPENDS = "libtool jpeg virtual/libusb0 libexif" 8DEPENDS = "libtool jpeg virtual/libusb0 libexif"
9 9
@@ -26,6 +26,7 @@ inherit autotools pkgconfig gettext lib_package
26EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes" 26EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"
27 27
28do_configure_append() { 28do_configure_append() {
29 cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/
29 cd ${S}/libgphoto2_port/ 30 cd ${S}/libgphoto2_port/
30 autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths 31 autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
31 cd ${S} 32 cd ${S}