summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-16 22:32:41 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-16 22:32:41 +0000
commit7d353d394cfc83996036f1689c28fd6d01179fc6 (patch)
tree41b0fac4e40956f966d51f2acc270d658e9385f5 /meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb
parent81d1490b1d03f1a8b9500b648c9dfc74ca390de1 (diff)
downloadpoky-7d353d394cfc83996036f1689c28fd6d01179fc6.tar.gz
gtk+/gdk-pixbuf-csource-native: Convert to staging from do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb')
-rw-r--r--meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb9
1 files changed, 3 insertions, 6 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 338d66e9f0..5c0c84a582 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
@@ -23,12 +23,9 @@ do_compile() {
23 cd gdk-pixbuf && oe_runmake 23 cd gdk-pixbuf && oe_runmake
24} 24}
25 25
26do_stage() {
27 cd gdk-pixbuf && oe_runmake install
28 find ${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \;
29}
30
31do_install() { 26do_install() {
32 : 27 cd gdk-pixbuf
28 oe_runmake 'DESTDIR=${D}' install
29 find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \;
33} 30}
34 31