* [meta-oe][danny][PATCH] Revert "libgphoto2: fix build"
@ 2012-12-04 23:01 Peter A. Bigot
2012-12-05 6:58 ` Andreas Müller
0 siblings, 1 reply; 4+ messages in thread
From: Peter A. Bigot @ 2012-12-04 23:01 UTC (permalink / raw)
To: openembedded-devel
From: "Peter A. Bigot" <pab@pabigot.com>
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>
---
.../0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 48 --------------------
.../recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | 2 -
2 files changed, 0 insertions(+), 50 deletions(-)
delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
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 5e135db..0000000
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 31a5d2f7db18737aef08c34e8707b4f69f7e5156 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
-Date: Sun, 21 Oct 2012 17:59:20 +0200
-Subject: [PATCH] configure.ac: remove AM_PO_SUBDIRS
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-together with oe autotools.bbclass this is done twice and causes:
-
-| 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
-| configure.ac:230: error: `po-directories' is already registered with AC_CONFIG_COMMANDS.
-
-Upstream-Status: Inapropriate [configuration]
-
-Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
----
- configure.ac | 1 -
- libgphoto2_port/configure.ac | 1 -
- 2 files changed, 0 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 2f8e1b8..2e90acf 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -227,7 +227,6 @@ ALL_LINGUAS="da de es eu fr hu it ja nl pl ru sv uk vi zh_CN"
- GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_CURRENT_MIN}],[The gPhoto Team],[${MAIL_GPHOTO_TRANSLATION}])
- AM_GNU_GETTEXT_VERSION([0.14.1])
- AM_GNU_GETTEXT([external])
--AM_PO_SUBDIRS()
- AM_ICONV()
- GP_GETTEXT_FLAGS()
-
-diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
-index 0b66d58..df47357 100644
---- a/libgphoto2_port/configure.ac
-+++ b/libgphoto2_port/configure.ac
-@@ -116,7 +116,6 @@ GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_PORT_CURRENT_MIN}],[Lutz Mueller and ot
- ALL_LINGUAS="cs da de fr es eu it ja nl pl pt_BR ru sk sv uk vi zh_CN zh_TW"
- AM_GNU_GETTEXT_VERSION([0.14.1])
- AM_GNU_GETTEXT([external])
--AM_PO_SUBDIRS()
- AM_ICONV()
- GP_GETTEXT_FLAGS()
-
---
-1.7.4.4
-
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 d7f6ac0..affe571 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
file://10-camera-libgphoto2-device.fdi \
file://10-camera-libgphoto2.fdi \
file://40-libgphoto2.rules \
- file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \
"
SRC_URI[libgphoto2.md5sum] = "16a22b9739e45a95980ed62705fe7333"
@@ -26,7 +25,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}
--
1.7.7.6
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-oe][danny][PATCH] Revert "libgphoto2: fix build"
2012-12-04 23:01 [meta-oe][danny][PATCH] Revert "libgphoto2: fix build" Peter A. Bigot
@ 2012-12-05 6:58 ` Andreas Müller
2012-12-10 11:43 ` Eric Bénard
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2012-12-05 6:58 UTC (permalink / raw)
To: openembedded-devel
On Wed, Dec 5, 2012 at 12:01 AM, Peter A. Bigot <pab@pabigot.com> wrote:
> From: "Peter A. Bigot" <pab@pabigot.com>
>
> 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>
> ---
> .../0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 48 --------------------
> .../recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | 2 -
> 2 files changed, 0 insertions(+), 50 deletions(-)
> delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
>
> 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 5e135db..0000000
> --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.4.11/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
> +++ /dev/null
> @@ -1,48 +0,0 @@
> -From 31a5d2f7db18737aef08c34e8707b4f69f7e5156 Mon Sep 17 00:00:00 2001
> -From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
> -Date: Sun, 21 Oct 2012 17:59:20 +0200
> -Subject: [PATCH] configure.ac: remove AM_PO_SUBDIRS
> -MIME-Version: 1.0
> -Content-Type: text/plain; charset=UTF-8
> -Content-Transfer-Encoding: 8bit
> -
> -together with oe autotools.bbclass this is done twice and causes:
> -
> -| 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
> -| configure.ac:230: error: `po-directories' is already registered with AC_CONFIG_COMMANDS.
> -
> -Upstream-Status: Inapropriate [configuration]
> -
> -Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ----
> - configure.ac | 1 -
> - libgphoto2_port/configure.ac | 1 -
> - 2 files changed, 0 insertions(+), 2 deletions(-)
> -
> -diff --git a/configure.ac b/configure.ac
> -index 2f8e1b8..2e90acf 100644
> ---- a/configure.ac
> -+++ b/configure.ac
> -@@ -227,7 +227,6 @@ ALL_LINGUAS="da de es eu fr hu it ja nl pl ru sv uk vi zh_CN"
> - GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_CURRENT_MIN}],[The gPhoto Team],[${MAIL_GPHOTO_TRANSLATION}])
> - AM_GNU_GETTEXT_VERSION([0.14.1])
> - AM_GNU_GETTEXT([external])
> --AM_PO_SUBDIRS()
> - AM_ICONV()
> - GP_GETTEXT_FLAGS()
> -
> -diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
> -index 0b66d58..df47357 100644
> ---- a/libgphoto2_port/configure.ac
> -+++ b/libgphoto2_port/configure.ac
> -@@ -116,7 +116,6 @@ GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_PORT_CURRENT_MIN}],[Lutz Mueller and ot
> - ALL_LINGUAS="cs da de fr es eu it ja nl pl pt_BR ru sk sv uk vi zh_CN zh_TW"
> - AM_GNU_GETTEXT_VERSION([0.14.1])
> - AM_GNU_GETTEXT([external])
> --AM_PO_SUBDIRS()
> - AM_ICONV()
> - GP_GETTEXT_FLAGS()
> -
> ---
> -1.7.4.4
> -
> 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 d7f6ac0..affe571 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
> file://10-camera-libgphoto2-device.fdi \
> file://10-camera-libgphoto2.fdi \
> file://40-libgphoto2.rules \
> - file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \
> "
>
> SRC_URI[libgphoto2.md5sum] = "16a22b9739e45a95980ed62705fe7333"
> @@ -26,7 +25,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}
> --
> 1.7.7.6
>
Acked-by: Andreas Müller <schnitzeltony@googlemail.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe][danny][PATCH] Revert "libgphoto2: fix build"
2012-12-05 6:58 ` Andreas Müller
@ 2012-12-10 11:43 ` Eric Bénard
2012-12-10 12:16 ` Peter A. Bigot
0 siblings, 1 reply; 4+ messages in thread
From: Eric Bénard @ 2012-12-10 11:43 UTC (permalink / raw)
To: openembedded-devel
Hi Peter and Andreas,
Le Wed, 5 Dec 2012 07:58:33 +0100,
Andreas Müller <schnitzeltony@googlemail.com> a écrit :
> On Wed, Dec 5, 2012 at 12:01 AM, Peter A. Bigot <pab@pabigot.com> wrote:
> > From: "Peter A. Bigot" <pab@pabigot.com>
> >
> > 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>
pushed to danny-next + Andreas' request concerning "gphoto2: fix
gettext build error", please check the result is what you expect.
Thanks,
Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-oe][danny][PATCH] Revert "libgphoto2: fix build"
2012-12-10 11:43 ` Eric Bénard
@ 2012-12-10 12:16 ` Peter A. Bigot
0 siblings, 0 replies; 4+ messages in thread
From: Peter A. Bigot @ 2012-12-10 12:16 UTC (permalink / raw)
To: Eric Bénard; +Cc: openembedded-devel
On 12/10/2012 05:43 AM, Eric Bénard wrote:
> Hi Peter and Andreas,
>
> Le Wed, 5 Dec 2012 07:58:33 +0100,
> Andreas Müller <schnitzeltony@googlemail.com> a écrit :
>
>> On Wed, Dec 5, 2012 at 12:01 AM, Peter A. Bigot <pab@pabigot.com> wrote:
>>> From: "Peter A. Bigot" <pab@pabigot.com>
>>>
>>> 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>
> pushed to danny-next + Andreas' request concerning "gphoto2: fix
> gettext build error", please check the result is what you expect.
By inspection the result is what it should be, correcting the missed PR
bump in the patch version I submitted.
Peter
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-10 14:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04 23:01 [meta-oe][danny][PATCH] Revert "libgphoto2: fix build" Peter A. Bigot
2012-12-05 6:58 ` Andreas Müller
2012-12-10 11:43 ` Eric Bénard
2012-12-10 12:16 ` Peter A. Bigot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.