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:40:37 +0100 |
commit | 61240e9f7e40400d49a91a0f1f0446755bd17294 (patch) | |
tree | c87a481fbda432b613aaea23e28decaae6ea5c2f /meta/recipes-gnome/gnome | |
parent | d61e73a37f805fd56efda1a6cfe7262356fc6274 (diff) | |
download | openembedded-core-61240e9f7e40400d49a91a0f1f0446755bd17294.tar.gz openembedded-core-61240e9f7e40400d49a91a0f1f0446755bd17294.tar.bz2 openembedded-core-61240e9f7e40400d49a91a0f1f0446755bd17294.zip |
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.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-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" 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} } |