summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-02 21:04:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-03 16:49:19 +0100
commite5cf31cf9387fe6d7fef84c67bb78e5c814b06d5 (patch)
treee5e32a375a68e6f8bc4ddaaf3b4724080d5cd9c8
parent905061e47852199f1a680a1bf303c070258538ef (diff)
downloadpoky-e5cf31cf9387fe6d7fef84c67bb78e5c814b06d5.tar.gz
recipes: Add missing pkgconfig class inherits
These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. (From OE-Core rev: 2543b14dd0ca13005be0df027543431fc8e882ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/gummiboot/gummiboot_git.bb2
-rw-r--r--meta/recipes-bsp/usbutils/usbutils_007.bb2
-rw-r--r--meta/recipes-connectivity/bluez/bluez4.inc2
-rw-r--r--meta/recipes-connectivity/connman/connman-gnome_0.7.bb2
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb2
-rw-r--r--meta/recipes-core/dbus-wait/dbus-wait_git.bb2
-rw-r--r--meta/recipes-core/kbd/kbd_2.0.1.bb2
-rw-r--r--meta/recipes-devtools/guile/guile_2.0.11.bb2
-rw-r--r--meta/recipes-extended/augeas/augeas.inc2
-rw-r--r--meta/recipes-extended/blktool/blktool_4-6.1.bb2
-rw-r--r--meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb2
-rw-r--r--meta/recipes-extended/iptables/iptables_1.4.21.bb2
-rw-r--r--meta/recipes-extended/libarchive/libarchive_3.1.2.bb2
-rw-r--r--meta/recipes-extended/libuser/libuser_0.60.bb2
-rw-r--r--meta/recipes-extended/minicom/minicom_2.7.bb2
-rw-r--r--meta/recipes-extended/msmtp/msmtp_1.4.32.bb2
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb2
-rw-r--r--meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb2
-rw-r--r--meta/recipes-gnome/libunique/libunique_1.1.6.bb2
-rw-r--r--meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb2
-rw-r--r--meta/recipes-graphics/fstests/fstests_git.bb2
-rw-r--r--meta/recipes-graphics/glew/glew_1.10.0.bb2
-rw-r--r--meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb2
-rw-r--r--meta/recipes-graphics/xrestop/xrestop_0.4.bb2
-rw-r--r--meta/recipes-graphics/xtscal/xtscal_0.6.3.bb2
-rw-r--r--meta/recipes-kernel/lttng/babeltrace_1.2.1.bb2
-rw-r--r--meta/recipes-kernel/oprofile/oprofile.inc2
-rw-r--r--meta/recipes-kernel/powertop/powertop_2.5.bb2
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_git.bb2
-rw-r--r--meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb2
-rw-r--r--meta/recipes-multimedia/lame/lame_3.99.5.bb2
-rw-r--r--meta/recipes-multimedia/sbc/sbc_1.2.bb2
-rw-r--r--meta/recipes-multimedia/tremor/tremor_20120314.bb2
-rw-r--r--meta/recipes-support/atk/at-spi2-atk_2.12.0.bb2
-rw-r--r--meta/recipes-support/atk/at-spi2-core_2.12.0.bb2
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.0.22.bb2
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.4.3.bb2
37 files changed, 37 insertions, 37 deletions
diff --git a/meta/recipes-bsp/gummiboot/gummiboot_git.bb b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
index 80df2b6ae3..7fc908e4fe 100644
--- a/meta/recipes-bsp/gummiboot/gummiboot_git.bb
+++ b/meta/recipes-bsp/gummiboot/gummiboot_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
6 6
7DEPENDS = "gnu-efi util-linux" 7DEPENDS = "gnu-efi util-linux"
8 8
9inherit autotools 9inherit autotools pkgconfig
10inherit deploy 10inherit deploy
11 11
12PV = "43+git${SRCPV}" 12PV = "43+git${SRCPV}"
diff --git a/meta/recipes-bsp/usbutils/usbutils_007.bb b/meta/recipes-bsp/usbutils/usbutils_007.bb
index a65672ef40..b93b2bd9e5 100644
--- a/meta/recipes-bsp/usbutils/usbutils_007.bb
+++ b/meta/recipes-bsp/usbutils/usbutils_007.bb
@@ -17,7 +17,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
17SRC_URI[md5sum] = "be6c42294be5c940f208190d3479d50c" 17SRC_URI[md5sum] = "be6c42294be5c940f208190d3479d50c"
18SRC_URI[sha256sum] = "e65c234cadf7c81b6b1567c440e3b9b31b44f51c27df3e45741b88848d8b37d3" 18SRC_URI[sha256sum] = "e65c234cadf7c81b6b1567c440e3b9b31b44f51c27df3e45741b88848d8b37d3"
19 19
20inherit autotools gettext 20inherit autotools gettext pkgconfig
21 21
22do_install_append() { 22do_install_append() {
23 # We only need the compressed copy, remove the uncompressed version 23 # We only need the compressed copy, remove the uncompressed version
diff --git a/meta/recipes-connectivity/bluez/bluez4.inc b/meta/recipes-connectivity/bluez/bluez4.inc
index 321fddbda9..11c961617a 100644
--- a/meta/recipes-connectivity/bluez/bluez4.inc
+++ b/meta/recipes-connectivity/bluez/bluez4.inc
@@ -24,7 +24,7 @@ SRC_URI = "\
24" 24"
25S = "${WORKDIR}/bluez-${PV}" 25S = "${WORKDIR}/bluez-${PV}"
26 26
27inherit autotools-brokensep 27inherit autotools-brokensep pkgconfig
28 28
29EXTRA_OECONF = "\ 29EXTRA_OECONF = "\
30 --disable-gstreamer \ 30 --disable-gstreamer \
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
index f121ea395e..6688739766 100644
--- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
+++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/connectivity/connman-gnome.git \
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21inherit autotools-brokensep gtk-icon-cache 21inherit autotools-brokensep gtk-icon-cache pkgconfig
22 22
23RDEPENDS_${PN} = "connman" 23RDEPENDS_${PN} = "connman"
24 24
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb
index 73cfa6be31..048b0e566d 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb
@@ -44,7 +44,7 @@ INITSCRIPT_PARAMS = "defaults"
44INITSCRIPT_NAME_${PN}-client = "nfscommon" 44INITSCRIPT_NAME_${PN}-client = "nfscommon"
45INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21" 45INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21"
46 46
47inherit autotools-brokensep update-rc.d systemd 47inherit autotools-brokensep update-rc.d systemd pkgconfig
48 48
49SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service" 49SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service"
50SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service" 50SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service"
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_git.bb b/meta/recipes-core/dbus-wait/dbus-wait_git.bb
index fdb19ba503..691dc86e92 100644
--- a/meta/recipes-core/dbus-wait/dbus-wait_git.bb
+++ b/meta/recipes-core/dbus-wait/dbus-wait_git.bb
@@ -14,4 +14,4 @@ SRC_URI = "git://git.yoctoproject.org/${BPN}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit autotools 17inherit autotools pkgconfig
diff --git a/meta/recipes-core/kbd/kbd_2.0.1.bb b/meta/recipes-core/kbd/kbd_2.0.1.bb
index 265b906d24..9c6eabbfb6 100644
--- a/meta/recipes-core/kbd/kbd_2.0.1.bb
+++ b/meta/recipes-core/kbd/kbd_2.0.1.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5" 4LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5"
5DEPENDS = "libcheck" 5DEPENDS = "libcheck"
6 6
7inherit autotools gettext ptest 7inherit autotools gettext ptest pkgconfig
8 8
9RREPLACES_${PN} = "console-tools" 9RREPLACES_${PN} = "console-tools"
10RPROVIDES_${PN} = "console-tools" 10RPROVIDES_${PN} = "console-tools"
diff --git a/meta/recipes-devtools/guile/guile_2.0.11.bb b/meta/recipes-devtools/guile/guile_2.0.11.bb
index c597111826..d19460a20d 100644
--- a/meta/recipes-devtools/guile/guile_2.0.11.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.11.bb
@@ -28,7 +28,7 @@ SRC_URI[md5sum] = "03f1bce1a4983076d955003472306a13"
28SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c69103e2" 28SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c69103e2"
29 29
30 30
31inherit autotools gettext texinfo 31inherit autotools gettext pkgconfig texinfo
32BBCLASSEXTEND = "native" 32BBCLASSEXTEND = "native"
33 33
34DEPENDS = "libunistring bdwgc gmp libtool libffi" 34DEPENDS = "libunistring bdwgc gmp libtool libffi"
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc
index 61f81b084c..ac25326813 100644
--- a/meta/recipes-extended/augeas/augeas.inc
+++ b/meta/recipes-extended/augeas/augeas.inc
@@ -12,7 +12,7 @@ SRC_URI = "http://download.augeas.net/${BP}.tar.gz \
12 12
13DEPENDS = "readline libxml2" 13DEPENDS = "readline libxml2"
14 14
15inherit autotools 15inherit autotools pkgconfig
16 16
17PACKAGES =+ "${PN}-lenses lib${BPN} lib${BPN}-dev lib${BPN}-staticdev lib${BPN}-dbg" 17PACKAGES =+ "${PN}-lenses lib${BPN} lib${BPN}-dev lib${BPN}-staticdev lib${BPN}-dbg"
18 18
diff --git a/meta/recipes-extended/blktool/blktool_4-6.1.bb b/meta/recipes-extended/blktool/blktool_4-6.1.bb
index 8bd1bae650..69f2261b37 100644
--- a/meta/recipes-extended/blktool/blktool_4-6.1.bb
+++ b/meta/recipes-extended/blktool/blktool_4-6.1.bb
@@ -21,4 +21,4 @@ SRC_URI[patch.sha256sum] = "d7923527e1a00984620ab307c9047a653d7ae2856cd20a82de8a
21 21
22S = "${WORKDIR}/${BPN}-4.orig" 22S = "${WORKDIR}/${BPN}-4.orig"
23 23
24inherit autotools 24inherit autotools pkgconfig
diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb b/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
index c0290b1918..790c98138b 100644
--- a/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
+++ b/meta/recipes-extended/foomatic/foomatic-filters_4.0.17.bb
@@ -20,7 +20,7 @@ SRC_URI = "http://www.openprinting.org/download/foomatic/foomatic-filters-${PV}.
20SRC_URI[md5sum] = "b05f5dcbfe359f198eef3df5b283d896" 20SRC_URI[md5sum] = "b05f5dcbfe359f198eef3df5b283d896"
21SRC_URI[sha256sum] = "a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3" 21SRC_URI[sha256sum] = "a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3"
22 22
23inherit autotools 23inherit autotools pkgconfig
24 24
25EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops" 25EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops"
26 26
diff --git a/meta/recipes-extended/iptables/iptables_1.4.21.bb b/meta/recipes-extended/iptables/iptables_1.4.21.bb
index 02bb8435dc..dc17d575dd 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.21.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.21.bb
@@ -27,7 +27,7 @@ SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
27SRC_URI[md5sum] = "536d048c8e8eeebcd9757d0863ebb0c0" 27SRC_URI[md5sum] = "536d048c8e8eeebcd9757d0863ebb0c0"
28SRC_URI[sha256sum] = "52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0" 28SRC_URI[sha256sum] = "52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0"
29 29
30inherit autotools 30inherit autotools pkgconfig
31 31
32EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \ 32EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \
33 " 33 "
diff --git a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
index c73ed35f6d..3e6cdb4a53 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
@@ -34,6 +34,6 @@ SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \
34SRC_URI[md5sum] = "efad5a503f66329bb9d2f4308b5de98a" 34SRC_URI[md5sum] = "efad5a503f66329bb9d2f4308b5de98a"
35SRC_URI[sha256sum] = "eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e" 35SRC_URI[sha256sum] = "eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e"
36 36
37inherit autotools-brokensep lib_package 37inherit autotools-brokensep lib_package pkgconfig
38 38
39BBCLASSEXTEND = "native nativesdk" 39BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-extended/libuser/libuser_0.60.bb b/meta/recipes-extended/libuser/libuser_0.60.bb
index ca608c7466..e6316ef488 100644
--- a/meta/recipes-extended/libuser/libuser_0.60.bb
+++ b/meta/recipes-extended/libuser/libuser_0.60.bb
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "b1f73408ebfee79eb01a47c5879a2cdef6a00b75ee24870de7df1b816f
19 19
20DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" 20DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python"
21 21
22inherit autotools gettext pythonnative python-dir 22inherit autotools gettext pythonnative python-dir pkgconfig
23 23
24EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}" 24EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}"
25 25
diff --git a/meta/recipes-extended/minicom/minicom_2.7.bb b/meta/recipes-extended/minicom/minicom_2.7.bb
index 8b20ece80a..c002bc82d9 100644
--- a/meta/recipes-extended/minicom/minicom_2.7.bb
+++ b/meta/recipes-extended/minicom/minicom_2.7.bb
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626
17PACKAGECONFIG ??= "" 17PACKAGECONFIG ??= ""
18PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" 18PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev"
19 19
20inherit autotools gettext 20inherit autotools gettext pkgconfig
21 21
22do_install() { 22do_install() {
23 for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done 23 for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done
diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.32.bb b/meta/recipes-extended/msmtp/msmtp_1.4.32.bb
index 1ef85477bd..4b7024ba85 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.4.32.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.4.32.bb
@@ -15,7 +15,7 @@ SRC_URI = "http://sourceforge.net/projects/msmtp/files/msmtp/${PV}/${BPN}-${PV}.
15SRC_URI[md5sum] = "aa60e22211118f222470439cea60f795" 15SRC_URI[md5sum] = "aa60e22211118f222470439cea60f795"
16SRC_URI[sha256sum] = "2bf0c5c7e78f9905f48de235a75111a1a88238793043bbeae00360b22f1a5f88" 16SRC_URI[sha256sum] = "2bf0c5c7e78f9905f48de235a75111a1a88238793043bbeae00360b22f1a5f88"
17 17
18inherit gettext autotools update-alternatives 18inherit gettext autotools update-alternatives pkgconfig
19 19
20EXTRA_OECONF += "--without-gnome-keyring --without-libidn" 20EXTRA_OECONF += "--without-gnome-keyring --without-libidn"
21 21
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
index 23219e01bd..89e567bfb2 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
@@ -26,7 +26,7 @@ UCLIBCPATCHES ?= ""
26SRC_URI[md5sum] = "0a5f9c2142af814c55d957aaab3bcc68" 26SRC_URI[md5sum] = "0a5f9c2142af814c55d957aaab3bcc68"
27SRC_URI[sha256sum] = "da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e" 27SRC_URI[sha256sum] = "da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e"
28 28
29inherit autotools update-rc.d systemd 29inherit autotools update-rc.d systemd pkgconfig
30 30
31PACKAGECONFIG ??= "tcp-wrappers" 31PACKAGECONFIG ??= "tcp-wrappers"
32PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" 32PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
index eb652248ec..ee018bdc40 100644
--- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
@@ -10,7 +10,7 @@ PR = "r5"
10 10
11DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" 11DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native"
12 12
13inherit autotools perlnative gtk-icon-cache 13inherit autotools perlnative gtk-icon-cache pkgconfig
14 14
15SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ 15SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \
16 file://iconpath-option.patch" 16 file://iconpath-option.patch"
diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb
index b870b79c6b..d97d1d6597 100644
--- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb
+++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb
@@ -22,4 +22,4 @@ LICENSE = "LGPLv2.1"
22LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 22LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
23 23
24 24
25inherit autotools 25inherit autotools pkgconfig
diff --git a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb b/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
index 6b4c7562ff..6057596071 100644
--- a/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
+++ b/meta/recipes-graphics/directfb/directfb-examples_1.7.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ecf6fd2b19915afc4da56043926ca18f"
14 14
15S = "${WORKDIR}/DirectFB-examples-${PV}" 15S = "${WORKDIR}/DirectFB-examples-${PV}"
16 16
17inherit autotools 17inherit autotools pkgconfig
18 18
19SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307" 19SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307"
20SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a" 20SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a"
diff --git a/meta/recipes-graphics/fstests/fstests_git.bb b/meta/recipes-graphics/fstests/fstests_git.bb
index 2f5a8727af..57ff9f6d54 100644
--- a/meta/recipes-graphics/fstests/fstests_git.bb
+++ b/meta/recipes-graphics/fstests/fstests_git.bb
@@ -13,4 +13,4 @@ LIC_FILES_CHKSUM = "file://test-pango-gdk.c;endline=24;md5=1ee74ec851ecda57eb7ac
13 13
14S = "${WORKDIR}/git/tests" 14S = "${WORKDIR}/git/tests"
15 15
16inherit autotools 16inherit autotools pkgconfig
diff --git a/meta/recipes-graphics/glew/glew_1.10.0.bb b/meta/recipes-graphics/glew/glew_1.10.0.bb
index de25069632..94f1bc1ed6 100644
--- a/meta/recipes-graphics/glew/glew_1.10.0.bb
+++ b/meta/recipes-graphics/glew/glew_1.10.0.bb
@@ -18,4 +18,4 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \
18SRC_URI[md5sum] = "2f09e5e6cb1b9f3611bcac79bc9c2d5d" 18SRC_URI[md5sum] = "2f09e5e6cb1b9f3611bcac79bc9c2d5d"
19SRC_URI[sha256sum] = "99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307" 19SRC_URI[sha256sum] = "99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307"
20 20
21inherit autotools lib_package 21inherit autotools lib_package pkgconfig
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
index 95abfce816..562434f16a 100644
--- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
+++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxi"
7PV = "0.7.5+git${SRCPV}" 7PV = "0.7.5+git${SRCPV}"
8PR = "r6" 8PR = "r6"
9 9
10inherit autotools 10inherit autotools pkgconfig
11 11
12SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" 12SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111"
13SRC_URI = "git://github.com/tias/xinput_calibrator.git \ 13SRC_URI = "git://github.com/tias/xinput_calibrator.git \
diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
index 9600d0905f..20d66be55b 100644
--- a/meta/recipes-graphics/xrestop/xrestop_0.4.bb
+++ b/meta/recipes-graphics/xrestop/xrestop_0.4.bb
@@ -19,4 +19,4 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-${PV}.tar.
19SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b" 19SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b"
20SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257" 20SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257"
21 21
22inherit autotools 22inherit autotools pkgconfig
diff --git a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
index e6ccd047b1..7e01775ce4 100644
--- a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
+++ b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
@@ -23,7 +23,7 @@ SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
23SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34" 23SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34"
24SRC_URI[sha256sum] = "27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1" 24SRC_URI[sha256sum] = "27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1"
25 25
26inherit autotools 26inherit autotools pkgconfig
27 27
28do_install_append() { 28do_install_append() {
29 install -d ${D}${sysconfdir}/X11/Xsession.d/ 29 install -d ${D}${sysconfdir}/X11/Xsession.d/
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb b/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb
index 542491b645..a8ea4cb213 100644
--- a/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb
+++ b/meta/recipes-kernel/lttng/babeltrace_1.2.1.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace"
6LICENSE = "MIT & GPLv2" 6LICENSE = "MIT & GPLv2"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
8 8
9inherit autotools 9inherit autotools pkgconfig
10 10
11DEPENDS = "glib-2.0 util-linux popt" 11DEPENDS = "glib-2.0 util-linux popt"
12 12
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc
index e431071283..ccf9f9fa61 100644
--- a/meta/recipes-kernel/oprofile/oprofile.inc
+++ b/meta/recipes-kernel/oprofile/oprofile.inc
@@ -22,7 +22,7 @@ SRC_URI = "file://opstart.patch \
22 file://oprofile-root.patch \ 22 file://oprofile-root.patch \
23 file://acinclude.m4" 23 file://acinclude.m4"
24 24
25inherit autotools-brokensep 25inherit autotools-brokensep pkgconfig
26 26
27EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR} --without-x" 27EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR} --without-x"
28do_configure () { 28do_configure () {
diff --git a/meta/recipes-kernel/powertop/powertop_2.5.bb b/meta/recipes-kernel/powertop/powertop_2.5.bb
index f37d7a76e0..86a7f604de 100644
--- a/meta/recipes-kernel/powertop/powertop_2.5.bb
+++ b/meta/recipes-kernel/powertop/powertop_2.5.bb
@@ -11,7 +11,7 @@ SRC_URI = "http://01.org/powertop/sites/default/files/downloads/powertop-${PV}.t
11SRC_URI[md5sum] = "806bbcbd44fcea1f807c9582fc1f7d3e" 11SRC_URI[md5sum] = "806bbcbd44fcea1f807c9582fc1f7d3e"
12SRC_URI[sha256sum] = "8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b" 12SRC_URI[sha256sum] = "8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b"
13 13
14inherit autotools gettext 14inherit autotools gettext pkgconfig
15 15
16# we need to explicitly link with libintl in uClibc systems 16# we need to explicitly link with libintl in uClibc systems
17LDFLAGS += "${EXTRA_LDFLAGS}" 17LDFLAGS += "${EXTRA_LDFLAGS}"
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index 73e617f219..ef1e270883 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -17,4 +17,4 @@ SRC_URI_append_mips64 = " file://rmb-mips.patch"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit autotools 20inherit autotools pkgconfig
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb
index 2edacc1b1b..123926a069 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb
+++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb
@@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "02bfac39092f3b68d743c23ad3d688d6c5aa8df69f2ccd692c5b8282ed
24EXTRA_OECONF = "--disable-xmlto" 24EXTRA_OECONF = "--disable-xmlto"
25EXTRA_OECONF_append_libc-uclibc = " --disable-nls" 25EXTRA_OECONF_append_libc-uclibc = " --disable-nls"
26 26
27inherit autotools-brokensep gettext 27inherit autotools-brokensep gettext pkgconfig
28 28
29# This are all packages that we need to make. Also, the now empty alsa-utils 29# This are all packages that we need to make. Also, the now empty alsa-utils
30# ipk depends on them. 30# ipk depends on them.
diff --git a/meta/recipes-multimedia/lame/lame_3.99.5.bb b/meta/recipes-multimedia/lame/lame_3.99.5.bb
index 695b7ca989..33b343bc26 100644
--- a/meta/recipes-multimedia/lame/lame_3.99.5.bb
+++ b/meta/recipes-multimedia/lame/lame_3.99.5.bb
@@ -19,7 +19,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
19SRC_URI[md5sum] = "84835b313d4a8b68f5349816d33e07ce" 19SRC_URI[md5sum] = "84835b313d4a8b68f5349816d33e07ce"
20SRC_URI[sha256sum] = "24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff" 20SRC_URI[sha256sum] = "24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
21 21
22inherit autotools 22inherit autotools pkgconfig
23 23
24PACKAGES += "libmp3lame libmp3lame-dev" 24PACKAGES += "libmp3lame libmp3lame-dev"
25FILES_${PN} = "${bindir}/lame" 25FILES_${PN} = "${bindir}/lame"
diff --git a/meta/recipes-multimedia/sbc/sbc_1.2.bb b/meta/recipes-multimedia/sbc/sbc_1.2.bb
index c9811e7c5b..9cdf01bb74 100644
--- a/meta/recipes-multimedia/sbc/sbc_1.2.bb
+++ b/meta/recipes-multimedia/sbc/sbc_1.2.bb
@@ -13,4 +13,4 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz"
13SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9" 13SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9"
14SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc" 14SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc"
15 15
16inherit autotools 16inherit autotools pkgconfig
diff --git a/meta/recipes-multimedia/tremor/tremor_20120314.bb b/meta/recipes-multimedia/tremor/tremor_20120314.bb
index 145316c53b..afc78ac424 100644
--- a/meta/recipes-multimedia/tremor/tremor_20120314.bb
+++ b/meta/recipes-multimedia/tremor/tremor_20120314.bb
@@ -15,7 +15,7 @@ SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http \
15 15
16S = "${WORKDIR}/Tremor" 16S = "${WORKDIR}/Tremor"
17 17
18inherit autotools 18inherit autotools pkgconfig
19 19
20EXTRA_OECONF = "--enable-shared" 20EXTRA_OECONF = "--enable-shared"
21 21
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb
index dac5ab415b..db6dc9032c 100644
--- a/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb
+++ b/meta/recipes-support/atk/at-spi2-atk_2.12.0.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd
10 10
11DEPENDS = "dbus glib-2.0 atk at-spi2-core" 11DEPENDS = "dbus glib-2.0 atk at-spi2-core"
12 12
13inherit autotools 13inherit autotools pkgconfig
14 14
15PACKAGES =+ "${PN}-gnome ${PN}-gtk2" 15PACKAGES =+ "${PN}-gnome ${PN}-gtk2"
16 16
diff --git a/meta/recipes-support/atk/at-spi2-core_2.12.0.bb b/meta/recipes-support/atk/at-spi2-core_2.12.0.bb
index bdda15ad8a..31e133fe43 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.12.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.12.0.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "db550edd98e53b4252521459c2dcaf0f3b060a9bad52489b9dbadbaeda
10 10
11DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" 11DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
12 12
13inherit autotools gtk-doc 13inherit autotools gtk-doc pkgconfig
14 14
15EXTRA_OECONF = "--disable-introspection --disable-xevie" 15EXTRA_OECONF = "--disable-introspection --disable-xevie"
16 16
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.22.bb b/meta/recipes-support/gnupg/gnupg_2.0.22.bb
index 2746578bb2..0b003624c2 100644
--- a/meta/recipes-support/gnupg/gnupg_2.0.22.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.0.22.bb
@@ -8,7 +8,7 @@ DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt"
8PTH = "pth" 8PTH = "pth"
9PTH_libc-uclibc = "npth" 9PTH_libc-uclibc = "npth"
10 10
11inherit autotools gettext texinfo 11inherit autotools gettext texinfo pkgconfig
12 12
13SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ 13SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \
14 file://pkgconfig.patch" 14 file://pkgconfig.patch"
diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb
index 5105430cb1..5a337d8a7e 100644
--- a/meta/recipes-support/gpgme/gpgme_1.4.3.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.4.3.bb
@@ -19,7 +19,7 @@ DEPENDS = "libgpg-error libassuan"
19 19
20EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm" 20EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm"
21 21
22inherit autotools texinfo binconfig 22inherit autotools texinfo binconfig pkgconfig
23 23
24PACKAGES =+ "${PN}-pthread" 24PACKAGES =+ "${PN}-pthread"
25FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" 25FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"