From d950827961693b16587b6622c696aefebc349865 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 12 Jun 2009 15:56:46 +0100 Subject: matchbox-panel-2: Convert to use autotools_stage Signed-off-by: Richard Purdie --- meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'meta/packages/matchbox-panel-2') 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 cf2370165..0d3b749e1 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 -- cgit v1.2.3