From: Richard Purdie Date: Fri, 12 Jun 2009 14:56:46 +0000 (+0100) Subject: matchbox-panel-2: Convert to use autotools_stage X-Git-Tag: 2011-1~7315 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d950827961693b16587b6622c696aefebc349865;p=openembedded-core.git matchbox-panel-2: Convert to use autotools_stage Signed-off-by: Richard Purdie --- diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb index cf23701656..0d3b749e1d 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb @@ -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