[oe-commits] Martin Jansa : libgphoto2: add PACKAGECONFIG for serial

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:46 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 22fe43d317162f573be478da69905a7a7caa7744
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=22fe43d317162f573be478da69905a7a7caa7744

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 18:42:28 2013 +0200

libgphoto2: add PACKAGECONFIG for serial

* fixes undeterministic dependency on lockdev

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

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 ae783b8..ccca0c9 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb
@@ -28,6 +28,7 @@ EXTRA_OECONF = " --with-drivers=all udevscriptdir=/lib/udev ac_cv_lib_ltdl_lt_dl
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[gd] = "--enable-gd,--disable-gd,gd"
+PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev"
 
 do_configure_append() {
     cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/



More information about the Openembedded-commits mailing list