diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-07-07 09:40:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-08 16:02:44 +0100 |
commit | fa16a06a34d721d49b795674bac5100823caf16e (patch) | |
tree | f85465dea8fc3c940ca961be8630dc422fb4a6e0 /meta/recipes-gnome/gnome | |
parent | f1fc6d084b079dea21ff1a30b815496452042490 (diff) | |
download | openembedded-core-fa16a06a34d721d49b795674bac5100823caf16e.tar.gz |
gnome-doc-utils: Add RDEPENDS on bash
[YOCTO #1214]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 32fcf7a9b2..7f1ab83f59 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -15,4 +15,6 @@ do_install_append() { FILES_${PN} += "${datadir}/xml*" +RDEPENDS_${PN} = "bash" + BBCLASSEXTEND = "native" diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb index d85697f97b..0019f451b1 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb @@ -1,7 +1,7 @@ require gnome-doc-utils.inc LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" -PR = "r1" +PR = "r2" SRC_URI += "file://xsltproc_nonet.patch" |