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>
This commit is contained in:
Saul Wold 2011-07-07 09:40:42 -07:00 committed by Richard Purdie
parent 2c79c9eb7e
commit 8bf7a4c8f0
2 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,6 @@ do_install_append() {
FILES_${PN} += "${datadir}/xml*"
RDEPENDS_${PN} = "bash"
BBCLASSEXTEND = "native"

View File

@ -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"