diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2015-09-30 03:59:46 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:43:37 +0100 |
commit | a23239ad3a862b9b79793fcc2a9b2531fe002479 (patch) | |
tree | f6a1d1eb124e56eb6cb4461df314c2dfe2eca504 | |
parent | f671163bbbc5b5359556ad342228d0d8e1fb4ed3 (diff) | |
download | poky-a23239ad3a862b9b79793fcc2a9b2531fe002479.tar.gz |
gnome-doc-utils: xslt - don't install Makefiles
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.
(From OE-Core rev: 61240e9f7e40400d49a91a0f1f0446755bd17294)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 958750690a..8adfac7d74 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" | |||
15 | EXTRA_OECONF += "--disable-scrollkeeper" | 15 | EXTRA_OECONF += "--disable-scrollkeeper" |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install_append() { |
18 | mkdir -p ${D}${datadir}/xml/gnome/xslt/ | ||
19 | cp -pPr ${S}/xslt/* ${D}${datadir}/xml/gnome/xslt/ | ||
20 | |||
21 | chown -R root:root ${D} | 18 | chown -R root:root ${D} |
22 | } | 19 | } |
23 | 20 | ||