]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-panel-2: Convert to use autotools_stage
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 12 Jun 2009 14:56:46 +0000 (15:56 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 12 Jun 2009 14:56:46 +0000 (15:56 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb

index cf23701656a49e5d996ecde74618e051cc1855fa..0d3b749e1dc19cb5e566884e808fd5d950422c57 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}"
 DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
 
 PV = "0.0+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
 
 RPROVIDES_${PN} = "matchbox-panel"
 RREPLACES_${PN} = "matchbox-panel"
@@ -24,8 +24,4 @@ FILES_${PN} += "${libdir}/matchbox-panel/*.so \
                 ${datadir}/matchbox-panel/startup/*.png "
 FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
 
-inherit autotools pkgconfig
-
-do_stage() {
-        autotools_stage_includes
-}
+inherit autotools_stage pkgconfig