diff options
Diffstat (limited to 'meta')
-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 b5417535dd..32fcf7a9b2 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc | |||
@@ -9,6 +9,8 @@ EXTRA_OECONF = "--disable-scrollkeeper" | |||
9 | do_install_append() { | 9 | do_install_append() { |
10 | mkdir -p ${D}${datadir}/xml/gnome/xslt/ | 10 | mkdir -p ${D}${datadir}/xml/gnome/xslt/ |
11 | cp -pPr ${S}/xslt/* ${D}${datadir}/xml/gnome/xslt/ | 11 | cp -pPr ${S}/xslt/* ${D}${datadir}/xml/gnome/xslt/ |
12 | |||
13 | chown -R root:root ${D} | ||
12 | } | 14 | } |
13 | 15 | ||
14 | FILES_${PN} += "${datadir}/xml*" | 16 | FILES_${PN} += "${datadir}/xml*" |
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 e7bf6e9f41..d85697f97b 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 @@ | |||
1 | require gnome-doc-utils.inc | 1 | require gnome-doc-utils.inc |
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" | 3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | SRC_URI += "file://xsltproc_nonet.patch" | 6 | SRC_URI += "file://xsltproc_nonet.patch" |
7 | 7 | ||