[oe-commits] Martin Jansa : farsight2: add PACKAGECONFIG for gupnp

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


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 17:33:57 2013 +0200

farsight2: add PACKAGECONFIG for gupnp

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

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

---

 .../recipes-support/farsight/farsight2_0.0.22.bb   |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb
index 5abf1d7..a1029b3 100644
--- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb
+++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb
@@ -11,6 +11,9 @@ DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
 
 inherit autotools
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
+
 EXTRA_OECONF = " \
     --disable-debug \
     --disable-gtk-doc \



More information about the Openembedded-commits mailing list