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>
This commit is contained in:
Richard Purdie
2014-06-23 20:58:21 +01:00
committed by Martin Jansa
parent 4bcd1d6b96
commit d04099e94b
15 changed files with 15 additions and 15 deletions
@@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz \
DEPENDS += "cups python libusb"
inherit autotools python-dir pythonnative
inherit autotools python-dir pythonnative pkgconfig
export BUILD_SYS
export HOST_SYS
@@ -14,4 +14,4 @@ SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git \
S = "${WORKDIR}/git"
inherit autotools
inherit autotools pkgconfig
+1 -1
View File
@@ -11,7 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/tmux/${P}.tar.gz"
SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3"
SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6"
inherit autotools
inherit autotools pkgconfig
do_configure_prepend () {
sed -i -e 's:-I/usr/local/include::' ${S}/Makefile.am || bb_fatal "sed failed"
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c14
PR = "r2"
inherit autotools gettext update-alternatives
inherit autotools gettext update-alternatives pkgconfig
ALTERNATIVE_${PN}-core = "x-window-manager"
ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox"
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a8
S = "${WORKDIR}/SDL_image-${PV}"
inherit autotools
inherit autotools pkgconfig
export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
+1 -1
View File
@@ -10,7 +10,7 @@ SRC_URI = "https://alioth.debian.org/frs/download.php/file/3768/ccid-${PV}.tar.b
SRC_URI[md5sum] = "b6c37110f50b059a8ba94f118cfd679a"
SRC_URI[sha256sum] = "7aca09fa4b9099e423402fd5df424adbafa502888710d1fda6015b6c1ff637ef"
inherit autotools
inherit autotools pkgconfig
FILES_${PN} += "${libdir}/pcsc/"
FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug"
@@ -15,7 +15,7 @@ SRC_URI = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2"
SRC_URI[md5sum] = "cd834da49fbe92dd66df02cc5c61280f"
SRC_URI[sha256sum] = "15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a"
inherit autotools gettext
inherit autotools gettext pkgconfig
# Use openssl because libgcrypt drops root privileges
# if libgcrypt is linked with libcap support
@@ -13,4 +13,4 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}.tar.gz"
SRC_URI[md5sum] = "689b46c2b3ab1a39735ac33f714c4f7f"
SRC_URI[sha256sum] = "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"
inherit autotools
inherit autotools pkgconfig
+1 -1
View File
@@ -35,7 +35,7 @@ PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '',
PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,"
inherit autotools
inherit autotools pkgconfig
do_install_append() {
# Install machine specific configuration file
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0
PR = "r3"
inherit autotools systemd
inherit autotools systemd pkgconfig
EXTRA_OECONF = " \
--disable-libusb \