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 | |
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')
-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 fc5ef18a069..ac1dc7eb77d 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} += " \ python-terminal \ python-subprocess\ " +RDEPENDS_${PN}-filter += "perl" # need to snag the debug file or OE will fail on backend package FILES_${PN}-dbg += "\ |