Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhere

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-12-05 20:38:46 +00:00
parent 1d505f2e10
commit a80a839dc9
8 changed files with 0 additions and 12 deletions

View File

@ -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"

View File

@ -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"

View File

@ -12,7 +12,5 @@ inherit autotools
EXTRA_OECONF = "--disable-python"
AUTOTOOLS_STAGE_PKGCONFIG = "1"
FILES_${PN} += "${datadir}/telepathy \
${datadir}/dbus-1"

View File

@ -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?

View File

@ -27,7 +27,6 @@ SRC_URI = "\
S = "${WORKDIR}/bluez-${PV}"
inherit autotools
AUTOTOOLS_STAGE_PKGCONFIG = "1"
EXTRA_OECONF = "\
--enable-gstreamer \

View File

@ -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"

View File

@ -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"

View File

@ -12,4 +12,3 @@ do_configure_append() {
sed -i s:doc\ binary:binary:g Makefile
}
AUTOTOOLS_STAGE_PKGCONFIG = "1"