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>
This commit is contained in:
Dongxiao Xu 2011-08-08 15:35:37 +08:00 committed by Richard Purdie
parent 3808ff2419
commit b3dbcb0368
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ do_install_append() {
FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*"
RDEPENDS_${PN} = "bash"
RDEPENDS_${PN}_virtclass-native = ""
BBCLASSEXTEND = "native"