mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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:
committed by
Richard Purdie
parent
2c79c9eb7e
commit
8bf7a4c8f0
@@ -15,4 +15,6 @@ do_install_append() {
|
|||||||
|
|
||||||
FILES_${PN} += "${datadir}/xml*"
|
FILES_${PN} += "${datadir}/xml*"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "bash"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require gnome-doc-utils.inc
|
require gnome-doc-utils.inc
|
||||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
|
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
|
||||||
file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI += "file://xsltproc_nonet.patch"
|
SRC_URI += "file://xsltproc_nonet.patch"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user