From a80a839dc9a2f21e2295cef46c6f7fc04a52d671 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 5 Dec 2010 20:38:46 +0000 Subject: Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhere Signed-off-by: Richard Purdie --- meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb | 1 - meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb | 1 - .../recipes-connectivity/telepathy/telepathy-farsight_0.0.7.bb | 2 -- meta/classes/xfce.bbclass | 2 -- meta/recipes-connectivity/bluez/bluez4_4.79.bb | 1 - meta/recipes-multimedia/pulseaudio/libcanberra_0.10.bb | 2 -- meta/recipes-support/gnutls/libtasn1_2.8.bb | 2 -- meta/recipes-support/libexif/libexif_0.6.16.bb | 1 - 8 files changed, 12 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" DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" inherit autotools -AUTOTOOLS_STAGE_PKGCONFIG = "1" PR = "r1" 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" DEPENDS = "glib-2.0 gstreamer" inherit autotools -AUTOTOOLS_STAGE_PKGCONFIG = "1" FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" 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 EXTRA_OECONF = "--disable-python" -AUTOTOOLS_STAGE_PKGCONFIG = "1" - FILES_${PN} += "${datadir}/telepathy \ ${datadir}/dbus-1" diff --git a/meta/classes/xfce.bbclass b/meta/classes/xfce.bbclass index db6329c4ad..95778ee39e 100644 --- a/meta/classes/xfce.bbclass +++ b/meta/classes/xfce.bbclass @@ -13,8 +13,6 @@ SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.t inherit autotools -AUTOTOOLS_STAGE_PKGCONFIG = "1" - EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/" # FIXME: Put icons in their own package too? diff --git a/meta/recipes-connectivity/bluez/bluez4_4.79.bb b/meta/recipes-connectivity/bluez/bluez4_4.79.bb index c9ef38f655..4c6593d163 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.79.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.79.bb @@ -27,7 +27,6 @@ SRC_URI = "\ S = "${WORKDIR}/bluez-${PV}" inherit autotools -AUTOTOOLS_STAGE_PKGCONFIG = "1" EXTRA_OECONF = "\ --enable-gstreamer \ diff --git a/meta/recipes-multimedia/pulseaudio/libcanberra_0.10.bb b/meta/recipes-multimedia/pulseaudio/libcanberra_0.10.bb index dedd1993ea..7af02f4854 100644 --- a/meta/recipes-multimedia/pulseaudio/libcanberra_0.10.bb +++ b/meta/recipes-multimedia/pulseaudio/libcanberra_0.10.bb @@ -21,5 +21,3 @@ do_configure_prepend () { FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome" FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" -AUTOTOOLS_STAGE_PKGCONFIG = "1" - diff --git a/meta/recipes-support/gnutls/libtasn1_2.8.bb b/meta/recipes-support/gnutls/libtasn1_2.8.bb index 791f9142fd..a47311e096 100644 --- a/meta/recipes-support/gnutls/libtasn1_2.8.bb +++ b/meta/recipes-support/gnutls/libtasn1_2.8.bb @@ -16,6 +16,4 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz" inherit autotools binconfig lib_package -AUTOTOOLS_STAGE_PKGCONFIG = "1" - BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/libexif/libexif_0.6.16.bb b/meta/recipes-support/libexif/libexif_0.6.16.bb index e3b5c331a8..4af9c0cc80 100644 --- a/meta/recipes-support/libexif/libexif_0.6.16.bb +++ b/meta/recipes-support/libexif/libexif_0.6.16.bb @@ -12,4 +12,3 @@ do_configure_append() { sed -i s:doc\ binary:binary:g Makefile } -AUTOTOOLS_STAGE_PKGCONFIG = "1" -- cgit v1.2.3-54-g00ecf