diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 17:33:57 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:12 +0200 |
| commit | e44529394bb0744fb1ef2c6b4eee34b0bd1b54c1 (patch) | |
| tree | e0d3f38631b3a1d09cff270194d4c94e1a548bae | |
| parent | 8e50b82b2f6aa94d896916dd716c38b0191f2295 (diff) | |
| download | meta-openembedded-e44529394bb0744fb1ef2c6b4eee34b0bd1b54c1.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.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 5abf1d7d22..a1029b34e3 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 | ||
| 12 | inherit autotools | 12 | inherit autotools |
| 13 | 13 | ||
| 14 | PACKAGECONFIG ??= "" | ||
| 15 | PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" | ||
| 16 | |||
| 14 | EXTRA_OECONF = " \ | 17 | EXTRA_OECONF = " \ |
| 15 | --disable-debug \ | 18 | --disable-debug \ |
| 16 | --disable-gtk-doc \ | 19 | --disable-gtk-doc \ |
