aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 06:10:20 -0700
committerArmin Kuster <akuster808@gmail.com>2015-08-03 09:06:58 -0700
commit85648892055b7df0492d9017f74079f0c5ffdbd4 (patch)
treeac6fa88cbcd66e9d63dec8253155a31f762e2c42
parent564ba80ed8033bf78e37716e2ec6d35a79f4690f (diff)
downloadmeta-openembedded-85648892055b7df0492d9017f74079f0c5ffdbd4.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> Signed-off-by: Armin Kuster <akuster808@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"