summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb
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/hplip/hplip_3.12.6.bb
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/hplip/hplip_3.12.6.bb')
-rw-r--r--meta-oe/recipes-extended/hplip/hplip_3.12.6.bb2
1 files changed, 1 insertions, 1 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