mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
librsvg: fix build with automake 1.12.x
automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x (From OE-Core rev: 2041d00e05ca9260e29b14fb3b640b7594de0102) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6dfb17b488
commit
2bea94d98c
@@ -11,7 +11,7 @@ DEPENDS = "gtk+ libcroco cairo libxml2 popt"
|
||||
DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
|
||||
inherit autotools pkgconfig gnome
|
||||
|
||||
@@ -27,11 +27,6 @@ do_configure_prepend () {
|
||||
echo "CLEANFILES=" > gtk-doc.make
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
rmdir ${D}${libdir}/gtk-3.0/engines/
|
||||
rmdir ${D}${libdir}/gtk-3.0/
|
||||
}
|
||||
|
||||
PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg"
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
FILES_${PN}-staticdev += "${libdir}/gdk-pixbuf-2.0/*.a ${libdir}/gdk-pixbuf-2.0/*/*/*.a \
|
||||
@@ -65,3 +60,4 @@ fi
|
||||
test -x ${bindir}/gdk-pixbuf-query-loaders && gdk-pixbuf-query-loaders > ${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
|
||||
test -x ${bindir}/gtk-update-icon-cache && gtk-update-icon-cache -q ${datadir}/icons/hicolor
|
||||
}
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
Reference in New Issue
Block a user