diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
commit | 9dbc3d716405d56def0af95748632035864c07b7 (patch) | |
tree | 8c2865915bcc385c78a32a1c67398e366fea02ae /recipes/gphoto2 | |
parent | 029e21c8111deafa850ad1724e48da29c321f2f8 (diff) | |
parent | 01dcb228756ee2348a8f6257b39d196340b69d96 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
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/ |