libpixman: Use autotools_stage_all
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:02:47 +0000 (12:02 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 12:02:47 +0000 (12:02 +0000)
packages/libpixman/libpixman_0.1.5.bb
packages/libpixman/libpixman_0.1.6.bb
packages/libpixman/libpixman_cvs.bb

index 6cedbf4..bf23947 100644 (file)
@@ -8,5 +8,5 @@ SRC_URI = "http://cairographics.org/snapshots/libpixman-${PV}.tar.gz"
 inherit autotools pkgconfig
 
 do_stage () {
-       oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+       autotools_stage_all
 }
index 6cedbf4..bf23947 100644 (file)
@@ -8,5 +8,5 @@ SRC_URI = "http://cairographics.org/snapshots/libpixman-${PV}.tar.gz"
 inherit autotools pkgconfig
 
 do_stage () {
-       oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+       autotools_stage_all
 }
index 956f652..a75a284 100644 (file)
@@ -12,5 +12,5 @@ DEFAULT_PREFERENCE = "-1"
 inherit autotools pkgconfig
 
 do_stage () {
-       oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+       autotools_stage_all
 }