diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-05 20:38:46 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-05 20:40:03 +0000 |
commit | a80a839dc9a2f21e2295cef46c6f7fc04a52d671 (patch) | |
tree | f39243e95ea90c0f760febca3555ecdf2577f650 /meta-demoapps/recipes-connectivity | |
parent | 1d505f2e10cf40ae5f6bd111e023a3512fd93f30 (diff) | |
download | poky-a80a839dc9a2f21e2295cef46c6f7fc04a52d671.tar.gz |
Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhere
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-demoapps/recipes-connectivity')
3 files changed, 0 insertions, 4 deletions
diff --git a/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb b/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb index e20ec33d64..483a767915 100644 --- a/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb +++ b/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb | |||
@@ -5,7 +5,6 @@ LICENSE = "GPLv2.1" | |||
5 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" | 5 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" |
6 | 6 | ||
7 | inherit autotools | 7 | inherit autotools |
8 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
9 | 8 | ||
10 | PR = "r1" | 9 | PR = "r1" |
11 | 10 | ||
diff --git a/meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb b/meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb index a837cadee0..30cc7a1b9b 100644 --- a/meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb +++ b/meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb | |||
@@ -7,7 +7,6 @@ LICENSE = "LGPL/MPL" | |||
7 | DEPENDS = "glib-2.0 gstreamer" | 7 | DEPENDS = "glib-2.0 gstreamer" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
11 | 10 | ||
12 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" | 11 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" |
13 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*a" | 12 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*a" |
diff --git a/meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb b/meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb index 3e8d10fe50..56c32f23d6 100644 --- a/meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb +++ b/meta-demoapps/recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb | |||
@@ -12,7 +12,5 @@ inherit autotools | |||
12 | 12 | ||
13 | EXTRA_OECONF = "--disable-python" | 13 | EXTRA_OECONF = "--disable-python" |
14 | 14 | ||
15 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
16 | |||
17 | FILES_${PN} += "${datadir}/telepathy \ | 15 | FILES_${PN} += "${datadir}/telepathy \ |
18 | ${datadir}/dbus-1" | 16 | ${datadir}/dbus-1" |