[OE-core] [PATCH] gnome-doc-utils: xslt - don't install Makefiles

wenzong.fan at windriver.com wenzong.fan at windriver.com
Wed Sep 30 07:59:46 UTC 2015


From: Wenzong Fan <wenzong.fan at windriver.com>

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 at windriver.com>
---
 meta/recipes-gnome/gnome/gnome-doc-utils.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
index 9587506..8adfac7 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
@@ -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}
 }
 
-- 
1.9.1




More information about the Openembedded-core mailing list