]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-doc-utils: Avoid RDEPENDS on bash in native case.
authorDongxiao Xu <dongxiao.xu@intel.com>
Mon, 8 Aug 2011 07:35:37 +0000 (15:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Aug 2011 14:15:34 +0000 (15:15 +0100)
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>
meta/recipes-gnome/gnome/gnome-doc-utils.inc

index bd7c615eb99bd1084c84ea162ce580db61286a53..7c28eabf8e23166fbc84e85e4d23d64672463ddd 100644 (file)
@@ -16,5 +16,6 @@ do_install_append() {
 FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*"
 
 RDEPENDS_${PN} = "bash"
+RDEPENDS_${PN}_virtclass-native = ""
 
 BBCLASSEXTEND = "native"