diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:58:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:55 +0200 |
commit | d04099e94be6611ac1aca1cbeee14c4546a920bb (patch) | |
tree | 957aa43122d51438e1211f41c52ea9b81793bc0d | |
parent | 4bcd1d6b962212871d5ec8716848d5331e3641f6 (diff) | |
download | meta-openembedded-d04099e94be6611ac1aca1cbeee14c4546a920bb.tar.gz |
recipes: Add missing pkgconfig dependencies
These recipes were all missing pkgconfig dependencies.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 files changed, 15 insertions, 15 deletions
diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb index 2e7a6166ba..6957ea92bd 100644 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb +++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb | |||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}" | |||
12 | SRC_URI[md5sum] = "2d6fb47ddf62b51733227126fe9227fe" | 12 | SRC_URI[md5sum] = "2d6fb47ddf62b51733227126fe9227fe" |
13 | SRC_URI[sha256sum] = "4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27" | 13 | SRC_URI[sha256sum] = "4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |
18 | PACKAGECONFIG[uuid] = "--with-uuid,--without-uuid,util-linux" | 18 | PACKAGECONFIG[uuid] = "--with-uuid,--without-uuid,util-linux" |
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb index 722d0ede98..ba64310b8b 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz" |
10 | S = "${WORKDIR}/${P}" | 10 | S = "${WORKDIR}/${P}" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | FILES_${PN} += "${libdir}/sshnodelay.so" | 14 | FILES_${PN} += "${libdir}/sshnodelay.so" |
15 | 15 | ||
diff --git a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb index 7dc09dac50..2b85ff4367 100644 --- a/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb +++ b/meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
9 | 9 | ||
10 | DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-1.0" | 10 | DEPENDS = "gnome-common glib-2.0 gdk-pixbuf cogl-1.0 clutter-1.0 clutter-gst-1.0" |
11 | 11 | ||
12 | inherit autotools gettext | 12 | inherit autotools gettext pkgconfig |
13 | 13 | ||
14 | SRC_URI = "git://git.gnome.org/pinpoint" | 14 | SRC_URI = "git://git.gnome.org/pinpoint" |
15 | 15 | ||
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index 33318e156e..c8a19dc569 100644 --- a/meta-networking/recipes-irc/znc/znc_git.bb +++ b/meta-networking/recipes-irc/znc/znc_git.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/znc/znc.git" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | inherit autotools-brokensep | 14 | inherit autotools-brokensep pkgconfig |
15 | 15 | ||
16 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail | 16 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail |
17 | do_configure_prepend() { | 17 | do_configure_prepend() { |
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb index 655f907f6d..b147b4b9f3 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz \ | |||
12 | 12 | ||
13 | DEPENDS += "cups python libusb" | 13 | DEPENDS += "cups python libusb" |
14 | 14 | ||
15 | inherit autotools python-dir pythonnative | 15 | inherit autotools python-dir pythonnative pkgconfig |
16 | 16 | ||
17 | export BUILD_SYS | 17 | export BUILD_SYS |
18 | export HOST_SYS | 18 | export HOST_SYS |
diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb index 8195ed9183..c220eadab9 100644 --- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb +++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | |||
@@ -14,4 +14,4 @@ SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git \ | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-extended/tmux/tmux_1.6.bb b/meta-oe/recipes-extended/tmux/tmux_1.6.bb index 298cfa5d6e..2bc78862b9 100644 --- a/meta-oe/recipes-extended/tmux/tmux_1.6.bb +++ b/meta-oe/recipes-extended/tmux/tmux_1.6.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/tmux/${P}.tar.gz" | |||
11 | SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3" | 11 | SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3" |
12 | SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6" | 12 | SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | do_configure_prepend () { | 16 | do_configure_prepend () { |
17 | sed -i -e 's:-I/usr/local/include::' ${S}/Makefile.am || bb_fatal "sed failed" | 17 | sed -i -e 's:-I/usr/local/include::' ${S}/Makefile.am || bb_fatal "sed failed" |
diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb index 54a14f9596..24407b0ebc 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c14 | |||
11 | 11 | ||
12 | PR = "r2" | 12 | PR = "r2" |
13 | 13 | ||
14 | inherit autotools gettext update-alternatives | 14 | inherit autotools gettext update-alternatives pkgconfig |
15 | 15 | ||
16 | ALTERNATIVE_${PN}-core = "x-window-manager" | 16 | ALTERNATIVE_${PN}-core = "x-window-manager" |
17 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" | 17 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" |
diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb index d8c56fba59..78f4bf5517 100644 --- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb +++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a8 | |||
12 | 12 | ||
13 | S = "${WORKDIR}/SDL_image-${PV}" | 13 | S = "${WORKDIR}/SDL_image-${PV}" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" | 17 | export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" |
18 | 18 | ||
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.8.bb b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb index efaf72d260..14f88755fb 100644 --- a/meta-oe/recipes-support/ccid/ccid_1.4.8.bb +++ b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "https://alioth.debian.org/frs/download.php/file/3768/ccid-${PV}.tar.b | |||
10 | SRC_URI[md5sum] = "b6c37110f50b059a8ba94f118cfd679a" | 10 | SRC_URI[md5sum] = "b6c37110f50b059a8ba94f118cfd679a" |
11 | SRC_URI[sha256sum] = "7aca09fa4b9099e423402fd5df424adbafa502888710d1fda6015b6c1ff637ef" | 11 | SRC_URI[sha256sum] = "7aca09fa4b9099e423402fd5df424adbafa502888710d1fda6015b6c1ff637ef" |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | FILES_${PN} += "${libdir}/pcsc/" | 15 | FILES_${PN} += "${libdir}/pcsc/" |
16 | FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug" | 16 | FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug" |
diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb index 6c3418a0c4..500dc572cc 100644 --- a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb +++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.6.2.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2" | |||
15 | SRC_URI[md5sum] = "cd834da49fbe92dd66df02cc5c61280f" | 15 | SRC_URI[md5sum] = "cd834da49fbe92dd66df02cc5c61280f" |
16 | SRC_URI[sha256sum] = "15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a" | 16 | SRC_URI[sha256sum] = "15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a" |
17 | 17 | ||
18 | inherit autotools gettext | 18 | inherit autotools gettext pkgconfig |
19 | 19 | ||
20 | # Use openssl because libgcrypt drops root privileges | 20 | # Use openssl because libgcrypt drops root privileges |
21 | # if libgcrypt is linked with libcap support | 21 | # if libgcrypt is linked with libcap support |
diff --git a/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb index 3aa574691b..2535b8eb0e 100644 --- a/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb +++ b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb | |||
@@ -13,4 +13,4 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}.tar.gz" | |||
13 | SRC_URI[md5sum] = "689b46c2b3ab1a39735ac33f714c4f7f" | 13 | SRC_URI[md5sum] = "689b46c2b3ab1a39735ac33f714c4f7f" |
14 | SRC_URI[sha256sum] = "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f" | 14 | SRC_URI[sha256sum] = "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f" |
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools pkgconfig |
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 5f77fe6276..1bbb158d83 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
@@ -35,7 +35,7 @@ PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', | |||
35 | 35 | ||
36 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux," | 36 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux," |
37 | 37 | ||
38 | inherit autotools | 38 | inherit autotools pkgconfig |
39 | 39 | ||
40 | do_install_append() { | 40 | do_install_append() { |
41 | # Install machine specific configuration file | 41 | # Install machine specific configuration file |
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb index 00a9635c39..5a58389ab7 100644 --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.8.6.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0 | |||
10 | 10 | ||
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
13 | inherit autotools systemd | 13 | inherit autotools systemd pkgconfig |
14 | 14 | ||
15 | EXTRA_OECONF = " \ | 15 | EXTRA_OECONF = " \ |
16 | --disable-libusb \ | 16 | --disable-libusb \ |
diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb index e50f2b8186..107480e967 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "expat-native pcre-native apr-native apr-util-native" | |||
6 | SECTION = "net" | 6 | SECTION = "net" |
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | 8 | ||
9 | inherit autotools native | 9 | inherit autotools pkgconfig native |
10 | 10 | ||
11 | SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ |
12 | file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ | 12 | file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ |