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:15:34 +0100 |
commit | 0676c235cdd85143a3a7e0699f343ebf5fb51e3d (patch) | |
tree | 3223131561d0c110d0ce2c8026890041d90cacbc | |
parent | 19252e0592c59ed0fb06ca510d11e564518f746d (diff) | |
download | openembedded-core-0676c235cdd85143a3a7e0699f343ebf5fb51e3d.tar.gz openembedded-core-0676c235cdd85143a3a7e0699f343ebf5fb51e3d.tar.bz2 openembedded-core-0676c235cdd85143a3a7e0699f343ebf5fb51e3d.zip |
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>
-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() { FILES_${PN} += "${datadir}/xml* ${PYTHON_SITEPACKAGES_DIR}/*" RDEPENDS_${PN} = "bash" +RDEPENDS_${PN}_virtclass-native = "" BBCLASSEXTEND = "native" |