[OE-core] [master][morty][PATCH 2/2] hdparm: Fix QA warning
Jagadeesh Krishnanjanappa
jkrishnanjanappa at mvista.com
Thu Nov 3 18:04:54 UTC 2016
It solves below QA issue WARNING while building hdparm, when
LICENSE_CREATE_PACKAGE is set to "1"
-- snip --
WARNING: hdparm-9.48-r0 do_package_qa: QA Issue: /usr/share/licenses/hdparm/wiper.sh contained in package hdparm-lic requires /bin/bash, but no providers found in RDEPENDS_hdparm-lic? [file-rdeps]
-- snip --
Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa at mvista.com>
---
meta/recipes-extended/hdparm/hdparm_9.48.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-extended/hdparm/hdparm_9.48.bb b/meta/recipes-extended/hdparm/hdparm_9.48.bb
index cd85776..2c1e77d 100644
--- a/meta/recipes-extended/hdparm/hdparm_9.48.bb
+++ b/meta/recipes-extended/hdparm/hdparm_9.48.bb
@@ -38,3 +38,5 @@ do_install () {
oe_runmake 'DESTDIR=${D}' 'sbindir=${base_sbindir}' install
cp ${S}/wiper/wiper.sh ${D}/${bindir}
}
+
+RDEPENDS_${PN}-lic = "bash"
--
2.7.4
More information about the Openembedded-core
mailing list