aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 06:10:20 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:57:11 +0200
commit4f3ae5f7d3f927c3145eaaf378353693431a68cb (patch)
treec0c06ff63cc9bff45c4b495cef4002fa55169c7d
parente881580c7f643be931855b4f7773880b71c63f86 (diff)
downloadmeta-openembedded-contrib-4f3ae5f7d3f927c3145eaaf378353693431a68cb.tar.gz
usbpath: Fix QA warnings
WARNING: QA Issue: usbpath 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>
-rw-r--r--meta-oe/recipes-support/usbpath/usbpath_svn.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/usbpath/usbpath_svn.bb b/meta-oe/recipes-support/usbpath/usbpath_svn.bb
index 134192bd67..c6955edf02 100644
--- a/meta-oe/recipes-support/usbpath/usbpath_svn.bb
+++ b/meta-oe/recipes-support/usbpath/usbpath_svn.bb
@@ -17,3 +17,5 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http \
S = "${WORKDIR}/usbpath"
inherit autotools pkgconfig
+
+RDEPENDS_${PN} += "perl"