diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-05 05:43:07 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:56:45 +0200 |
commit | 1823c0bbf1c8b3a3caf835197ec0a4a68343bc20 (patch) | |
tree | 9b3ec60aa8b7bb5267099ef1ec67f5bd10164624 /meta-oe/recipes-extended/hplip/hplip_3.12.6.bb | |
parent | db0ff63a01090416d83a417c587cf87061a239b5 (diff) | |
download | meta-openembedded-1823c0bbf1c8b3a3caf835197ec0a4a68343bc20.tar.gz |
hplib: fix QA warnings
WARNING: QA Issue: hplip-filter requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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.bb | 1 |
1 files changed, 1 insertions, 0 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 fc5ef18a0..ac1dc7eb7 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb | |||
@@ -51,6 +51,7 @@ RDEPENDS_${PN} += " \ | |||
51 | python-terminal \ | 51 | python-terminal \ |
52 | python-subprocess\ | 52 | python-subprocess\ |
53 | " | 53 | " |
54 | RDEPENDS_${PN}-filter += "perl" | ||
54 | 55 | ||
55 | # need to snag the debug file or OE will fail on backend package | 56 | # need to snag the debug file or OE will fail on backend package |
56 | FILES_${PN}-dbg += "\ | 57 | FILES_${PN}-dbg += "\ |