summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-23 20:58:21 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 14:53:55 +0200
commitd04099e94be6611ac1aca1cbeee14c4546a920bb (patch)
tree957aa43122d51438e1211f41c52ea9b81793bc0d /meta-oe/recipes-extended
parent4bcd1d6b962212871d5ec8716848d5331e3641f6 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/hplip/hplip_3.12.6.bb2
-rw-r--r--meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb2
-rw-r--r--meta-oe/recipes-extended/tmux/tmux_1.6.bb2
3 files changed, 3 insertions, 3 deletions
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 655f907f6..b147b4b9f 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
13DEPENDS += "cups python libusb" 13DEPENDS += "cups python libusb"
14 14
15inherit autotools python-dir pythonnative 15inherit autotools python-dir pythonnative pkgconfig
16 16
17export BUILD_SYS 17export BUILD_SYS
18export HOST_SYS 18export 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 8195ed918..c220eadab 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
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit autotools 17inherit 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 298cfa5d6..2bc78862b 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"
11SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3" 11SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3"
12SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6" 12SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6"
13 13
14inherit autotools 14inherit autotools pkgconfig
15 15
16do_configure_prepend () { 16do_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"