summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2012-12-04 17:01:58 -0600
committerEric Bénard <eric@eukrea.com>2012-12-10 12:19:45 +0100
commit11fa24401a13057d935e73aff41619b3852fd0ee (patch)
tree5bacc2d02dd2eb4517a3b3b283deb585d5719d21
parent3defed53d476ce3aafb29e4db4f312a4502be9d4 (diff)
downloadmeta-openembedded-11fa24401a13057d935e73aff41619b3852fd0ee.tar.gz
Revert "libgphoto2: fix build"
This reverts commit 5febf70d37c7e9cf55fa7de5285531a810312e3a. Patch made in response to oe-core commit 841ea3c1c breaks builds using oe-core danny branch which branched before that commit. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/0001-configure.ac-remove-AM_PO_SUBDIRS.patch48
-rw-r--r--meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb2
2 files changed, 0 insertions, 50 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/0001-configure.ac-remove-AM_PO_SUBDIRS.patch b/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
deleted file mode 100644
index 5e135dbc74..0000000000
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
+++ /dev/null
@@ -1,48 +0,0 @@
1From 31a5d2f7db18737aef08c34e8707b4f69f7e5156 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Sun, 21 Oct 2012 17:59:20 +0200
4Subject: [PATCH] configure.ac: remove AM_PO_SUBDIRS
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9together with oe autotools.bbclass this is done twice and causes:
10
11| autoreconf: running: aclocal --system-acdir=/home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/aclocal-copy/ --automake-acdir=/home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/auto-m4/ -I /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2/libgphoto2-2.4.11/m4m/ --force -I auto-m4 -I m4m
12| configure.ac:230: error: `po-directories' is already registered with AC_CONFIG_COMMANDS.
13
14Upstream-Status: Inapropriate [configuration]
15
16Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
17---
18 configure.ac | 1 -
19 libgphoto2_port/configure.ac | 1 -
20 2 files changed, 0 insertions(+), 2 deletions(-)
21
22diff --git a/configure.ac b/configure.ac
23index 2f8e1b8..2e90acf 100644
24--- a/configure.ac
25+++ b/configure.ac
26@@ -227,7 +227,6 @@ ALL_LINGUAS="da de es eu fr hu it ja nl pl ru sv uk vi zh_CN"
27 GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_CURRENT_MIN}],[The gPhoto Team],[${MAIL_GPHOTO_TRANSLATION}])
28 AM_GNU_GETTEXT_VERSION([0.14.1])
29 AM_GNU_GETTEXT([external])
30-AM_PO_SUBDIRS()
31 AM_ICONV()
32 GP_GETTEXT_FLAGS()
33
34diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
35index 0b66d58..df47357 100644
36--- a/libgphoto2_port/configure.ac
37+++ b/libgphoto2_port/configure.ac
38@@ -116,7 +116,6 @@ GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_PORT_CURRENT_MIN}],[Lutz Mueller and ot
39 ALL_LINGUAS="cs da de fr es eu it ja nl pl pt_BR ru sk sv uk vi zh_CN zh_TW"
40 AM_GNU_GETTEXT_VERSION([0.14.1])
41 AM_GNU_GETTEXT([external])
42-AM_PO_SUBDIRS()
43 AM_ICONV()
44 GP_GETTEXT_FLAGS()
45
46--
471.7.4.4
48
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..affe571233 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
@@ -15,7 +15,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.bz2;name=libgphoto2
15 file://10-camera-libgphoto2-device.fdi \ 15 file://10-camera-libgphoto2-device.fdi \
16 file://10-camera-libgphoto2.fdi \ 16 file://10-camera-libgphoto2.fdi \
17 file://40-libgphoto2.rules \ 17 file://40-libgphoto2.rules \
18 file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \
19" 18"
20 19
21SRC_URI[libgphoto2.md5sum] = "16a22b9739e45a95980ed62705fe7333" 20SRC_URI[libgphoto2.md5sum] = "16a22b9739e45a95980ed62705fe7333"
@@ -26,7 +25,6 @@ inherit autotools pkgconfig gettext lib_package
26EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes" 25EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dlcaller_register=yes"
27 26
28do_configure_append() { 27do_configure_append() {
29 cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/
30 cd ${S}/libgphoto2_port/ 28 cd ${S}/libgphoto2_port/
31 autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths 29 autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
32 cd ${S} 30 cd ${S}