]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-doc-utils: xslt - don't install Makefiles
authorWenzong Fan <wenzong.fan@windriver.com>
Wed, 30 Sep 2015 07:59:46 +0000 (03:59 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Oct 2015 06:40:37 +0000 (07:40 +0100)
All the xml files under xslt will be installed by default, the
buildtime stuffs that Makefile, Makefile.in, Makefile.am are not
needed for target.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gnome/gnome-doc-utils.inc

index 958750690a46c97df65bf2a0b1d2a2defd7691d6..8adfac7d74cc2ba612f229c8721fdd6e33a27260 100644 (file)
@@ -15,9 +15,6 @@ CLEANBROKEN = "1"
 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}
 }