From 99171382c60f01d169b2ad7ce239ae839e29e85d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 17:33:57 +0200 Subject: [PATCH] farsight2: add PACKAGECONFIG for gupnp * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From meta-openembedded rev: e44529394bb0744fb1ef2c6b4eee34b0bd1b54c1) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-openembedded/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-openembedded/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb index 5abf1d7..a1029b3 100644 --- a/meta-openembedded/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-openembedded/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 \ -- 2.7.4