mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
librsvg: Fix unpackaged directory warnings
This patch fixes the QA warnings: WARNING: For recipe librsvg, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gtk-3.0 WARNING: /usr/lib/gtk-3.0/engines (From OE-Core rev: 973fabc6db9398869c5257b9c761d9d741d5c407) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
SECTION = "x11/utils"
|
||||
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
inherit autotools pkgconfig gnome
|
||||
|
||||
@@ -25,6 +25,11 @@ 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 \
|
||||
|
||||
Reference in New Issue
Block a user