From: Dongxiao Xu Date: Mon, 8 Aug 2011 07:35:37 +0000 (+0800) Subject: gnome-doc-utils: Avoid RDEPENDS on bash in native case. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~44566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0676c235cdd85143a3a7e0699f343ebf5fb51e3d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnome-doc-utils: Avoid RDEPENDS on bash in native case. gnome-doc-utils-native should not RDEPENDS on bash, thus add RDEPENDS override to fix the issue. Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index bd7c615eb99..7c28eabf8e2 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -16,5 +16,6 @@ do_install_append() { FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*" RDEPENDS_${PN} = "bash" +RDEPENDS_${PN}_virtclass-native = "" BBCLASSEXTEND = "native"