diff options
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 | ||
7 | DEPENDS = "gnu-efi util-linux" | 7 | DEPENDS = "gnu-efi util-linux" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools pkgconfig |
10 | inherit deploy | 10 | inherit deploy |
11 | 11 | ||
12 | PV = "43+git${SRCPV}" | 12 | PV = "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 \ | |||
17 | SRC_URI[md5sum] = "be6c42294be5c940f208190d3479d50c" | 17 | SRC_URI[md5sum] = "be6c42294be5c940f208190d3479d50c" |
18 | SRC_URI[sha256sum] = "e65c234cadf7c81b6b1567c440e3b9b31b44f51c27df3e45741b88848d8b37d3" | 18 | SRC_URI[sha256sum] = "e65c234cadf7c81b6b1567c440e3b9b31b44f51c27df3e45741b88848d8b37d3" |
19 | 19 | ||
20 | inherit autotools gettext | 20 | inherit autotools gettext pkgconfig |
21 | 21 | ||
22 | do_install_append() { | 22 | do_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 | " |
25 | S = "${WORKDIR}/bluez-${PV}" | 25 | S = "${WORKDIR}/bluez-${PV}" |
26 | 26 | ||
27 | inherit autotools-brokensep | 27 | inherit autotools-brokensep pkgconfig |
28 | 28 | ||
29 | EXTRA_OECONF = "\ | 29 | EXTRA_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 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | inherit autotools-brokensep gtk-icon-cache | 21 | inherit autotools-brokensep gtk-icon-cache pkgconfig |
22 | 22 | ||
23 | RDEPENDS_${PN} = "connman" | 23 | RDEPENDS_${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" | |||
44 | INITSCRIPT_NAME_${PN}-client = "nfscommon" | 44 | INITSCRIPT_NAME_${PN}-client = "nfscommon" |
45 | INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21" | 45 | INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21" |
46 | 46 | ||
47 | inherit autotools-brokensep update-rc.d systemd | 47 | inherit autotools-brokensep update-rc.d systemd pkgconfig |
48 | 48 | ||
49 | SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service" | 49 | SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service" |
50 | SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service" | 50 | SYSTEMD_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 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit 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+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5" |
5 | DEPENDS = "libcheck" | 5 | DEPENDS = "libcheck" |
6 | 6 | ||
7 | inherit autotools gettext ptest | 7 | inherit autotools gettext ptest pkgconfig |
8 | 8 | ||
9 | RREPLACES_${PN} = "console-tools" | 9 | RREPLACES_${PN} = "console-tools" |
10 | RPROVIDES_${PN} = "console-tools" | 10 | RPROVIDES_${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" | |||
28 | SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c69103e2" | 28 | SRC_URI[sha256sum] = "aed0a4a6db4e310cbdfeb3613fa6f86fddc91ef624c1e3f8937a6304c69103e2" |
29 | 29 | ||
30 | 30 | ||
31 | inherit autotools gettext texinfo | 31 | inherit autotools gettext pkgconfig texinfo |
32 | BBCLASSEXTEND = "native" | 32 | BBCLASSEXTEND = "native" |
33 | 33 | ||
34 | DEPENDS = "libunistring bdwgc gmp libtool libffi" | 34 | DEPENDS = "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 | ||
13 | DEPENDS = "readline libxml2" | 13 | DEPENDS = "readline libxml2" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | PACKAGES =+ "${PN}-lenses lib${BPN} lib${BPN}-dev lib${BPN}-staticdev lib${BPN}-dbg" | 17 | PACKAGES =+ "${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 | ||
22 | S = "${WORKDIR}/${BPN}-4.orig" | 22 | S = "${WORKDIR}/${BPN}-4.orig" |
23 | 23 | ||
24 | inherit autotools | 24 | inherit 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}. | |||
20 | SRC_URI[md5sum] = "b05f5dcbfe359f198eef3df5b283d896" | 20 | SRC_URI[md5sum] = "b05f5dcbfe359f198eef3df5b283d896" |
21 | SRC_URI[sha256sum] = "a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3" | 21 | SRC_URI[sha256sum] = "a2e2e53e502571e88eeb9010c45a0d54671f15707ee104f5c9c22b59ea7a33e3" |
22 | 22 | ||
23 | inherit autotools | 23 | inherit autotools pkgconfig |
24 | 24 | ||
25 | EXTRA_OECONF += "--disable-file-converter-check --with-file-converter=texttops" | 25 | EXTRA_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 \ | |||
27 | SRC_URI[md5sum] = "536d048c8e8eeebcd9757d0863ebb0c0" | 27 | SRC_URI[md5sum] = "536d048c8e8eeebcd9757d0863ebb0c0" |
28 | SRC_URI[sha256sum] = "52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0" | 28 | SRC_URI[sha256sum] = "52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0" |
29 | 29 | ||
30 | inherit autotools | 30 | inherit autotools pkgconfig |
31 | 31 | ||
32 | EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \ | 32 | EXTRA_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 \ | |||
34 | SRC_URI[md5sum] = "efad5a503f66329bb9d2f4308b5de98a" | 34 | SRC_URI[md5sum] = "efad5a503f66329bb9d2f4308b5de98a" |
35 | SRC_URI[sha256sum] = "eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e" | 35 | SRC_URI[sha256sum] = "eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e" |
36 | 36 | ||
37 | inherit autotools-brokensep lib_package | 37 | inherit autotools-brokensep lib_package pkgconfig |
38 | 38 | ||
39 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "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 | ||
20 | DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" | 20 | DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" |
21 | 21 | ||
22 | inherit autotools gettext pythonnative python-dir | 22 | inherit autotools gettext pythonnative python-dir pkgconfig |
23 | 23 | ||
24 | EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}" | 24 | EXTRA_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 | |||
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |
18 | PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" | 18 | PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" |
19 | 19 | ||
20 | inherit autotools gettext | 20 | inherit autotools gettext pkgconfig |
21 | 21 | ||
22 | do_install() { | 22 | do_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}. | |||
15 | SRC_URI[md5sum] = "aa60e22211118f222470439cea60f795" | 15 | SRC_URI[md5sum] = "aa60e22211118f222470439cea60f795" |
16 | SRC_URI[sha256sum] = "2bf0c5c7e78f9905f48de235a75111a1a88238793043bbeae00360b22f1a5f88" | 16 | SRC_URI[sha256sum] = "2bf0c5c7e78f9905f48de235a75111a1a88238793043bbeae00360b22f1a5f88" |
17 | 17 | ||
18 | inherit gettext autotools update-alternatives | 18 | inherit gettext autotools update-alternatives pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF += "--without-gnome-keyring --without-libidn" | 20 | EXTRA_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 ?= "" | |||
26 | SRC_URI[md5sum] = "0a5f9c2142af814c55d957aaab3bcc68" | 26 | SRC_URI[md5sum] = "0a5f9c2142af814c55d957aaab3bcc68" |
27 | SRC_URI[sha256sum] = "da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e" | 27 | SRC_URI[sha256sum] = "da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e" |
28 | 28 | ||
29 | inherit autotools update-rc.d systemd | 29 | inherit autotools update-rc.d systemd pkgconfig |
30 | 30 | ||
31 | PACKAGECONFIG ??= "tcp-wrappers" | 31 | PACKAGECONFIG ??= "tcp-wrappers" |
32 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | 32 | PACKAGECONFIG[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 | ||
11 | DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" | 11 | DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" |
12 | 12 | ||
13 | inherit autotools perlnative gtk-icon-cache | 13 | inherit autotools perlnative gtk-icon-cache pkgconfig |
14 | 14 | ||
15 | SRC_URI = "${GNOME_MIRROR}/${BPN}/2.31/${BPN}-${PV}.tar.bz2 \ | 15 | SRC_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" | |||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
23 | 23 | ||
24 | 24 | ||
25 | inherit autotools | 25 | inherit 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 | ||
15 | S = "${WORKDIR}/DirectFB-examples-${PV}" | 15 | S = "${WORKDIR}/DirectFB-examples-${PV}" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools pkgconfig |
18 | 18 | ||
19 | SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307" | 19 | SRC_URI[md5sum] = "8b60c867af295481c32a8c7fc5802307" |
20 | SRC_URI[sha256sum] = "9a2104cc4da8123c8371813551b66b943198979f745cbebc034bb5e10844122a" | 20 | SRC_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 | ||
14 | S = "${WORKDIR}/git/tests" | 14 | S = "${WORKDIR}/git/tests" |
15 | 15 | ||
16 | inherit autotools | 16 | inherit 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 \ | |||
18 | SRC_URI[md5sum] = "2f09e5e6cb1b9f3611bcac79bc9c2d5d" | 18 | SRC_URI[md5sum] = "2f09e5e6cb1b9f3611bcac79bc9c2d5d" |
19 | SRC_URI[sha256sum] = "99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307" | 19 | SRC_URI[sha256sum] = "99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307" |
20 | 20 | ||
21 | inherit autotools lib_package | 21 | inherit 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" | |||
7 | PV = "0.7.5+git${SRCPV}" | 7 | PV = "0.7.5+git${SRCPV}" |
8 | PR = "r6" | 8 | PR = "r6" |
9 | 9 | ||
10 | inherit autotools | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" | 12 | SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" |
13 | SRC_URI = "git://github.com/tias/xinput_calibrator.git \ | 13 | SRC_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. | |||
19 | SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b" | 19 | SRC_URI[md5sum] = "d8a54596cbaf037e62b80c4585a3ca9b" |
20 | SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257" | 20 | SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af3ce257" |
21 | 21 | ||
22 | inherit autotools | 22 | inherit 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 \ | |||
23 | SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34" | 23 | SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34" |
24 | SRC_URI[sha256sum] = "27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1" | 24 | SRC_URI[sha256sum] = "27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1" |
25 | 25 | ||
26 | inherit autotools | 26 | inherit autotools pkgconfig |
27 | 27 | ||
28 | do_install_append() { | 28 | do_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" | |||
6 | LICENSE = "MIT & GPLv2" | 6 | LICENSE = "MIT & GPLv2" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools pkgconfig |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 util-linux popt" | 11 | DEPENDS = "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 | ||
25 | inherit autotools-brokensep | 25 | inherit autotools-brokensep pkgconfig |
26 | 26 | ||
27 | EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR} --without-x" | 27 | EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR} --without-x" |
28 | do_configure () { | 28 | do_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 | |||
11 | SRC_URI[md5sum] = "806bbcbd44fcea1f807c9582fc1f7d3e" | 11 | SRC_URI[md5sum] = "806bbcbd44fcea1f807c9582fc1f7d3e" |
12 | SRC_URI[sha256sum] = "8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b" | 12 | SRC_URI[sha256sum] = "8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b" |
13 | 13 | ||
14 | inherit autotools gettext | 14 | inherit 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 |
17 | LDFLAGS += "${EXTRA_LDFLAGS}" | 17 | LDFLAGS += "${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 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | inherit autotools | 20 | inherit 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 | |||
24 | EXTRA_OECONF = "--disable-xmlto" | 24 | EXTRA_OECONF = "--disable-xmlto" |
25 | EXTRA_OECONF_append_libc-uclibc = " --disable-nls" | 25 | EXTRA_OECONF_append_libc-uclibc = " --disable-nls" |
26 | 26 | ||
27 | inherit autotools-brokensep gettext | 27 | inherit 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 \ | |||
19 | SRC_URI[md5sum] = "84835b313d4a8b68f5349816d33e07ce" | 19 | SRC_URI[md5sum] = "84835b313d4a8b68f5349816d33e07ce" |
20 | SRC_URI[sha256sum] = "24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff" | 20 | SRC_URI[sha256sum] = "24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff" |
21 | 21 | ||
22 | inherit autotools | 22 | inherit autotools pkgconfig |
23 | 23 | ||
24 | PACKAGES += "libmp3lame libmp3lame-dev" | 24 | PACKAGES += "libmp3lame libmp3lame-dev" |
25 | FILES_${PN} = "${bindir}/lame" | 25 | FILES_${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" | |||
13 | SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9" | 13 | SRC_URI[md5sum] = "ec65c444ad4c32aa85702641045b19e9" |
14 | SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc" | 14 | SRC_URI[sha256sum] = "c2f01ea54f7473704825113a9cdd46a23e67c650eff575f0670c3d9d66c4a5dc" |
15 | 15 | ||
16 | inherit autotools | 16 | inherit 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 | ||
16 | S = "${WORKDIR}/Tremor" | 16 | S = "${WORKDIR}/Tremor" |
17 | 17 | ||
18 | inherit autotools | 18 | inherit autotools pkgconfig |
19 | 19 | ||
20 | EXTRA_OECONF = "--enable-shared" | 20 | EXTRA_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 | ||
11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" | 11 | DEPENDS = "dbus glib-2.0 atk at-spi2-core" |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | 15 | PACKAGES =+ "${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 | ||
11 | DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" | 11 | DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" |
12 | 12 | ||
13 | inherit autotools gtk-doc | 13 | inherit autotools gtk-doc pkgconfig |
14 | 14 | ||
15 | EXTRA_OECONF = "--disable-introspection --disable-xevie" | 15 | EXTRA_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" | |||
8 | PTH = "pth" | 8 | PTH = "pth" |
9 | PTH_libc-uclibc = "npth" | 9 | PTH_libc-uclibc = "npth" |
10 | 10 | ||
11 | inherit autotools gettext texinfo | 11 | inherit autotools gettext texinfo pkgconfig |
12 | 12 | ||
13 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ | 13 | SRC_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 | ||
20 | EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm" | 20 | EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm" |
21 | 21 | ||
22 | inherit autotools texinfo binconfig | 22 | inherit autotools texinfo binconfig pkgconfig |
23 | 23 | ||
24 | PACKAGES =+ "${PN}-pthread" | 24 | PACKAGES =+ "${PN}-pthread" |
25 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | 25 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" |