diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-01-26 19:24:31 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-01-26 19:24:31 +0000 |
commit | fe3e3734ae3ebd595b3fdaf0a72c2403bb73441a (patch) | |
tree | 9b62a8102d0b5b761c97f89c5b918d565e99b5a7 /recipes/gphoto2 | |
parent | a0f489917f06bf417eb4bf7be9f221d28a79e6c8 (diff) |
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.
Diffstat (limited to 'recipes/gphoto2')
-rw-r--r-- | 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 1994c76a15..2aa4a3a7fb 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/ |