mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gdk-pixbuf-csource: Make sure a loaders file is generated after recent staging changes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -4,6 +4,7 @@ DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-nativ
|
||||
S = "${WORKDIR}/gtk+-${PV}"
|
||||
FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files"
|
||||
SRC_URI += "file://reduce-dependencies.patch;patch=1"
|
||||
PR = "r10"
|
||||
|
||||
#clear recommends for uclibc builds
|
||||
RRECOMMENDS = " "
|
||||
@@ -26,6 +27,9 @@ do_compile() {
|
||||
do_install() {
|
||||
cd gdk-pixbuf
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
install -d ${D}${sysconfdir}/gtk-2.0
|
||||
GDK_PIXBUF_MODULEDIR=${D}${libdir}/gtk-2.0/2.10.0/loaders ${D}${bindir}/gdk-pixbuf-query-loaders > ${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
|
||||
sed -i -e 's#${D}##g' ${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
|
||||
find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user