summaryrefslogtreecommitdiffstats
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:17:57 +0100
commitb3dbcb0368b4710b41a60cc52405358e9ef8bda9 (patch)
tree79940580f67684638e24e0b22bd2b193d78de704 /meta/recipes-gnome/gnome
parent3808ff2419030b2631e7156829def9706c57c82e (diff)
downloadpoky-b3dbcb0368b4710b41a60cc52405358e9ef8bda9.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. (From OE-Core rev: 0676c235cdd85143a3a7e0699f343ebf5fb51e3d) 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() {
16FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*" 16FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*"
17 17
18RDEPENDS_${PN} = "bash" 18RDEPENDS_${PN} = "bash"
19RDEPENDS_${PN}_virtclass-native = ""
19 20
20BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native"