diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-30 14:28:38 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-30 14:28:38 +0000 |
commit | 414f9e88f395178b7683b4308db137255df1e439 (patch) | |
tree | c4ce3d2d341ff387b59ae29c457371cd8de92026 /meta/packages/gtk+ | |
parent | 6348b7079758f74174a45999f754b1668319609d (diff) | |
download | poky-414f9e88f395178b7683b4308db137255df1e439.tar.gz |
gdk-pixbuf-csource: Make sure a loaders file is generated after recent staging changes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gtk+')
-rw-r--r-- | meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb index 5c0c84a582..575ed50cff 100644 --- a/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb +++ b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb | |||
@@ -4,6 +4,7 @@ DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-nativ | |||
4 | S = "${WORKDIR}/gtk+-${PV}" | 4 | S = "${WORKDIR}/gtk+-${PV}" |
5 | FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" | 5 | FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" |
6 | SRC_URI += "file://reduce-dependencies.patch;patch=1" | 6 | SRC_URI += "file://reduce-dependencies.patch;patch=1" |
7 | PR = "r10" | ||
7 | 8 | ||
8 | #clear recommends for uclibc builds | 9 | #clear recommends for uclibc builds |
9 | RRECOMMENDS = " " | 10 | RRECOMMENDS = " " |
@@ -26,6 +27,9 @@ do_compile() { | |||
26 | do_install() { | 27 | do_install() { |
27 | cd gdk-pixbuf | 28 | cd gdk-pixbuf |
28 | oe_runmake 'DESTDIR=${D}' install | 29 | oe_runmake 'DESTDIR=${D}' install |
30 | install -d ${D}${sysconfdir}/gtk-2.0 | ||
31 | 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 | ||
32 | sed -i -e 's#${D}##g' ${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders | ||
29 | find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \; | 33 | find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \; |
30 | } | 34 | } |
31 | 35 | ||