diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-05 06:10:20 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:57:11 +0200 |
commit | 4f3ae5f7d3f927c3145eaaf378353693431a68cb (patch) | |
tree | c0c06ff63cc9bff45c4b495cef4002fa55169c7d /meta-oe/recipes-support/usbpath | |
parent | e881580c7f643be931855b4f7773880b71c63f86 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-support/usbpath')
-rw-r--r-- | meta-oe/recipes-support/usbpath/usbpath_svn.bb | 2 |
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 134192bd6..c6955edf0 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 \ | |||
17 | S = "${WORKDIR}/usbpath" | 17 | S = "${WORKDIR}/usbpath" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | |||
21 | RDEPENDS_${PN} += "perl" | ||