gnome-doc-utils: Fix the owner/group on select files

All of the files in ${datadir}/xml/gnome/xslt were being given the uid/gid
of the build user.  Fix this for the target case, avoid it in the native.

(From OE-Core rev: 007f6e113dcf62282b8a8fb417b963bcc96843e0)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle 2011-06-20 13:24:19 -05:00 committed by Richard Purdie
parent ab8f2025ee
commit 3233f4ba7c
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ EXTRA_OECONF = "--disable-scrollkeeper"
do_install_append() {
mkdir -p ${D}${datadir}/xml/gnome/xslt/
cp -pPr ${S}/xslt/* ${D}${datadir}/xml/gnome/xslt/
chown -R root:root ${D}
}
FILES_${PN} += "${datadir}/xml*"

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 = "r0"
PR = "r1"
SRC_URI += "file://xsltproc_nonet.patch"