[oe-commits] Graeme Gregory : libgphoto2_2.4.7.bb : call autoreconf inside libgphoto_port

git version control git at git.openembedded.org
Tue Jan 26 19:34:02 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: fe3e3734ae3ebd595b3fdaf0a72c2403bb73441a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe3e3734ae3ebd595b3fdaf0a72c2403bb73441a

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Tue Jan 26 19:24:31 2010 +0000

libgphoto2_2.4.7.bb : call autoreconf inside libgphoto_port

This is required otherwise the autoconf stuff doesnt get OE version of
libtool and errors out.

---

 recipes/gphoto2/libgphoto2_2.4.7.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/gphoto2/libgphoto2_2.4.7.bb b/recipes/gphoto2/libgphoto2_2.4.7.bb
index 1994c76..2aa4a3a 100644
--- a/recipes/gphoto2/libgphoto2_2.4.7.bb
+++ b/recipes/gphoto2/libgphoto2_2.4.7.bb
@@ -22,6 +22,12 @@ OE_LT_RPATH_ALLOW[export]="1"
 
 EXTRA_OECONF = " --with-drivers=all ac_cv_lib_ltdl_lt_dlcaller_register=yes"
 
+do_configure_append() {
+	cd ${S}/libgphoto2_port/
+	autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
+	cd ${S}
+}
+
 do_install_append() {
     install -d ${D}${datadir}/hal/fdi/information/20thirdparty
     install -m 0644 ${WORKDIR}/*.fdi ${D}${datadir}/hal/fdi/information/20thirdparty/





More information about the Openembedded-commits mailing list