diff options
8 files changed, 0 insertions, 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" | |||
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" |
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 | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
17 | |||
18 | EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/" | 16 | EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/" |
19 | 17 | ||
20 | # FIXME: Put icons in their own package too? | 18 | # 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 = "\ | |||
27 | S = "${WORKDIR}/bluez-${PV}" | 27 | S = "${WORKDIR}/bluez-${PV}" |
28 | 28 | ||
29 | inherit autotools | 29 | inherit autotools |
30 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
31 | 30 | ||
32 | EXTRA_OECONF = "\ | 31 | EXTRA_OECONF = "\ |
33 | --enable-gstreamer \ | 32 | --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 () { | |||
21 | FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome" | 21 | FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome" |
22 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" | 22 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" |
23 | 23 | ||
24 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
25 | |||
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" | |||
16 | 16 | ||
17 | inherit autotools binconfig lib_package | 17 | inherit autotools binconfig lib_package |
18 | 18 | ||
19 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
20 | |||
21 | BBCLASSEXTEND = "native" | 19 | 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() { | |||
12 | sed -i s:doc\ binary:binary:g Makefile | 12 | sed -i s:doc\ binary:binary:g Makefile |
13 | } | 13 | } |
14 | 14 | ||
15 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||