diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-08-08 15:35:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-09 15:17:57 +0100 |
commit | b3dbcb0368b4710b41a60cc52405358e9ef8bda9 (patch) | |
tree | 79940580f67684638e24e0b22bd2b193d78de704 /meta/recipes-gnome/gnome | |
parent | 3808ff2419030b2631e7156829def9706c57c82e (diff) | |
download | poky-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.inc | 1 |
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() { | |||
16 | FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*" | 16 | FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*" |
17 | 17 | ||
18 | RDEPENDS_${PN} = "bash" | 18 | RDEPENDS_${PN} = "bash" |
19 | RDEPENDS_${PN}_virtclass-native = "" | ||
19 | 20 | ||
20 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |