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: 2011-1~410 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0676c235cdd85143a3a7e0699f343ebf5fb51e3d;p=openembedded-core.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 bd7c615eb9..7c28eabf8e 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"