[OE-core] [PATCH 1/1] groff: skip file-rdeps checking

Robert Yang liezhi.yang at windriver.com
Sat Feb 21 02:37:06 UTC 2015


Avoid the warning:
WARNING: QA Issue: groff requires /bin/sed, but no providers in its RDEPENDS [file-rdeps]

Our busybox provides /bin/sed, so skip the file-rdeps checking to avoid
the warning.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-extended/groff/groff_1.18.1.4.bb |    1 +
 meta/recipes-extended/groff/groff_1.22.2.bb   |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/meta/recipes-extended/groff/groff_1.18.1.4.bb b/meta/recipes-extended/groff/groff_1.18.1.4.bb
index bd786a3..922a712 100644
--- a/meta/recipes-extended/groff/groff_1.18.1.4.bb
+++ b/meta/recipes-extended/groff/groff_1.18.1.4.bb
@@ -47,3 +47,4 @@ pkg_postinst_${PN}() {
 	echo "export GROFF_TMAC_PATH=/usr/share/groff/${PV}/tmac" >> $D${sysconfdir}/profile
 }
 
+INSANE_SKIP_${PN} = "file-rdeps"
diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb
index 63f0425..513d299 100644
--- a/meta/recipes-extended/groff/groff_1.22.2.bb
+++ b/meta/recipes-extended/groff/groff_1.22.2.bb
@@ -64,3 +64,5 @@ FILES_${PN} += "${libdir}/${BPN}/site-tmac \
                 ${libdir}/${BPN}/groffer/"
 
 BBCLASSEXTEND = "native"
+
+INSANE_SKIP_${PN} = "file-rdeps"
-- 
1.7.9.5




More information about the Openembedded-core mailing list