mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f671163bbb
commit
a23239ad3a
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user