diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 15:56:46 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 15:56:46 +0100 |
commit | d950827961693b16587b6622c696aefebc349865 (patch) | |
tree | ccb08c5f895d54217c51ba25474d9d675f834008 /meta | |
parent | c4fc9e03e33b56d58b8f6069bc3f30af97221af6 (diff) | |
download | poky-d950827961693b16587b6622c696aefebc349865.tar.gz |
matchbox-panel-2: Convert to use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 8 |
1 files changed, 2 insertions, 6 deletions
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)}" | |||
5 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | 5 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" |
6 | 6 | ||
7 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCREV}" |
8 | PR = "r4" | 8 | PR = "r5" |
9 | 9 | ||
10 | RPROVIDES_${PN} = "matchbox-panel" | 10 | RPROVIDES_${PN} = "matchbox-panel" |
11 | RREPLACES_${PN} = "matchbox-panel" | 11 | RREPLACES_${PN} = "matchbox-panel" |
@@ -24,8 +24,4 @@ FILES_${PN} += "${libdir}/matchbox-panel/*.so \ | |||
24 | ${datadir}/matchbox-panel/startup/*.png " | 24 | ${datadir}/matchbox-panel/startup/*.png " |
25 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | 25 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |
26 | 26 | ||
27 | inherit autotools pkgconfig | 27 | inherit autotools_stage pkgconfig |
28 | |||
29 | do_stage() { | ||
30 | autotools_stage_includes | ||
31 | } | ||