From b3dbcb0368b4710b41a60cc52405358e9ef8bda9 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Mon, 8 Aug 2011 15:35:37 +0800 Subject: 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. (From OE-Core rev: 0676c235cdd85143a3a7e0699f343ebf5fb51e3d) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-gnome/gnome') 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" -- cgit v1.2.3-54-g00ecf