diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-17 01:38:03 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-17 07:05:13 -0700 |
commit | 884b3c2a62f5d065f8be7aa5f996f5f1d950218f (patch) | |
tree | 24542b628f39dc267b244c6e02f2135be157d88b /meta-oe | |
parent | 2e53c3c173795b98a1bd2cc46ee698939ab5ff26 (diff) | |
download | meta-openembedded-884b3c2a62f5d065f8be7aa5f996f5f1d950218f.tar.gz |
hplip: Add python to rdeps
Fixes
ERROR: QA Issue: /usr/share/hplip/upgrade.py contained in package hplip requires /usr/bin/python, but no providers found in RDEPENDS_hplip? [file-rdeps]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-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 1f1e80ce8..77c995b57 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb | |||
@@ -41,6 +41,7 @@ EXTRA_OECONF += "\ | |||
41 | PACKAGES += "${PN}-ppd ${PN}-cups ${PN}-backend ${PN}-filter ${PN}-hal" | 41 | PACKAGES += "${PN}-ppd ${PN}-cups ${PN}-backend ${PN}-filter ${PN}-hal" |
42 | 42 | ||
43 | RDEPENDS_${PN} += " \ | 43 | RDEPENDS_${PN} += " \ |
44 | python \ | ||
44 | python-syslog \ | 45 | python-syslog \ |
45 | python-pprint \ | 46 | python-pprint \ |
46 | python-compression \ | 47 | python-compression \ |