aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-08-08 15:35:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-09 15:15:34 +0100
commit0676c235cdd85143a3a7e0699f343ebf5fb51e3d (patch)
tree3223131561d0c110d0ce2c8026890041d90cacbc /meta/recipes-gnome/gnome
parent19252e0592c59ed0fb06ca510d11e564518f746d (diff)
downloadopenembedded-core-0676c235cdd85143a3a7e0699f343ebf5fb51e3d.tar.gz
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 <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils.inc1
1 files changed, 1 insertions, 0 deletions
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"