summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-07-07 09:40:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-08 16:39:06 +0100
commit8bf7a4c8f089431a98902bcfd2b7c31e073d2db7 (patch)
treed60525daa94dd120be89f22f454d584bdc864fdb /meta/recipes-gnome/gnome
parent2c79c9eb7ef8ef0aef8c3096c3c4387e28e56ea2 (diff)
downloadpoky-8bf7a4c8f089431a98902bcfd2b7c31e073d2db7.tar.gz
gnome-doc-utils: Add RDEPENDS on bash
[YOCTO #1214] (From OE-Core rev: fa16a06a34d721d49b795674bac5100823caf16e) Signed-off-by: Saul Wold <sgw@linux.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.inc2
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb2
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() {
15 15
16FILES_${PN} += "${datadir}/xml*" 16FILES_${PN} += "${datadir}/xml*"
17 17
18RDEPENDS_${PN} = "bash"
19
18BBCLASSEXTEND = "native" 20BBCLASSEXTEND = "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 @@
1require gnome-doc-utils.inc 1require gnome-doc-utils.inc
2LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ 2LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
3 file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" 3 file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
4PR = "r1" 4PR = "r2"
5 5
6SRC_URI += "file://xsltproc_nonet.patch" 6SRC_URI += "file://xsltproc_nonet.patch"
7 7