[oe-commits] Armin Kuster : wvstreams: Fix QA warnings

git at git.openembedded.org git at git.openembedded.org
Mon May 11 09:01:14 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: c23d4d9e58f0ee43f390e863e75a15130fba54dd
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c23d4d9e58f0ee43f390e863e75a15130fba54dd

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sun Apr  5 06:12:03 2015 -0700

wvstreams: Fix QA warnings

WARNING: QA Issue: wvstreams requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
index 8a77b5b..73cfb03 100644
--- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
+++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb
@@ -43,3 +43,4 @@ FILES_libwvstreams-extras     = "${libdir}/libwvbase.so.* ${libdir}/libwvstreams
 FILES_libwvstreams-extras-dbg = "${libdir}/.debug/libwvbase.so.* ${libdir}/.debug/libwvstreams.so.*"
 
 FILES_${PN}-valgrind = "${libdir}/valgrind/wvstreams.supp"
+RDEPENDS_${PN} += "perl"



More information about the Openembedded-commits mailing list