]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-doc-utils: Fix the owner/group on select files
authorMark Hatle <mark.hatle@windriver.com>
Mon, 20 Jun 2011 18:24:19 +0000 (13:24 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 20:01:49 +0000 (21:01 +0100)
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.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-gnome/gnome/gnome-doc-utils.inc
meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb

index b5417535ddbe048abd12fbdc9e594e803eae0735..32fcf7a9b21979ca5bd100e5713d37d8949216ee 100644 (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*"
index e7bf6e9f415ff3faa2f0304787312c55c4d08dc6..d85697f97b6f3aa0400e929ef9060c6999e9e18c 100644 (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"