summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 17:33:57 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:27 +0200
commitd26c61996dad06c67d9da8ea622634668d71e8f1 (patch)
tree1b2f7f2814aac5bc0e683c4fcf54ce180d2eb8c9
parent79c6515ab68ccac7dfaa1bca689dd3a55a501512 (diff)
downloadmeta-openembedded-d26c61996dad06c67d9da8ea622634668d71e8f1.tar.gz
farsight2: add PACKAGECONFIG for gupnp
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/farsight/farsight2_0.0.22.bb3
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 5abf1d7d2..a1029b34e 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"
11 11
12inherit autotools 12inherit autotools
13 13
14PACKAGECONFIG ??= ""
15PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
16
14EXTRA_OECONF = " \ 17EXTRA_OECONF = " \
15 --disable-debug \ 18 --disable-debug \
16 --disable-gtk-doc \ 19 --disable-gtk-doc \