All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][morty][PATCH 1/2] ltp: Fix QA warning
@ 2016-11-03 18:04 Jagadeesh Krishnanjanappa
  2016-11-03 18:04 ` [master][morty][PATCH 2/2] hdparm: " Jagadeesh Krishnanjanappa
  2016-11-03 19:39 ` [master][morty][PATCH 1/2] ltp: " Burton, Ross
  0 siblings, 2 replies; 4+ messages in thread
From: Jagadeesh Krishnanjanappa @ 2016-11-03 18:04 UTC (permalink / raw)
  To: openembedded-core

It solves below QA issue WARNING while building ltp, when
LICENSE_CREATE_PACKAGE is set to "1"

-- snip --
WARNING: ltp-20160126-r0 do_package_qa: QA Issue: /opt/ltp/share/licenses/ltp/run_freezer.sh contained in package ltp-lic requires /bin/bash, but no providers found in RDEPENDS_ltp-lic? [file-rdeps]
-- snip --

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>
---
 meta/recipes-extended/ltp/ltp_20160126.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb b/meta/recipes-extended/ltp/ltp_20160126.bb
index 7631e0e..c731f42 100644
--- a/meta/recipes-extended/ltp/ltp_20160126.bb
+++ b/meta/recipes-extended/ltp/ltp_20160126.bb
@@ -105,6 +105,7 @@ do_install(){
 }
 
 RDEPENDS_${PN} = "perl e2fsprogs-mke2fs python-core libaio bash gawk expect ldd"
+RDEPENDS_${PN}-lic = "bash"
 
 FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-04  5:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-03 18:04 [master][morty][PATCH 1/2] ltp: Fix QA warning Jagadeesh Krishnanjanappa
2016-11-03 18:04 ` [master][morty][PATCH 2/2] hdparm: " Jagadeesh Krishnanjanappa
2016-11-03 19:39 ` [master][morty][PATCH 1/2] ltp: " Burton, Ross
2016-11-04  5:46   ` Jagadeesh Krishnanjanappa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.