| Submitter | Saul Wold |
|---|---|
| Date | July 7, 2011, 11:31 p.m. |
| Message ID | <d0665faa8d52a4cd61f3d3ddf2f3dc8c02cbd9f4.1310081443.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/7203/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 32fcf7a..7f1ab83 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 d85697f..0019f45 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"
[YOCTO #1214] Signed-off-by: Saul Wold <sgw@linux.intel.com> --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 2 ++ meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-)