diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-27 01:13:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-30 17:07:17 +0000 |
commit | fcb1791f553081e5267c2d0b7795eab224b4a342 (patch) | |
tree | 16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/matchbox-wm-2 | |
parent | e380b48602db316c7d12d328192eadc52e5be861 (diff) | |
download | poky-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz |
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/matchbox-wm-2')
-rw-r--r-- | meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb index 37c00e9c61..4491c937cf 100644 --- a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb +++ b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-mana | |||
11 | 11 | ||
12 | S = "${WORKDIR}/matchbox-window-manager-2" | 12 | S = "${WORKDIR}/matchbox-window-manager-2" |
13 | 13 | ||
14 | inherit autotools pkgconfig update-alternatives | 14 | inherit autotools_stage pkgconfig update-alternatives |
15 | 15 | ||
16 | # Change this to x-session-manager->matchbox-session and put in | 16 | # Change this to x-session-manager->matchbox-session and put in |
17 | # matchbox-session, then change this to x-window-manager to | 17 | # matchbox-session, then change this to x-window-manager to |
@@ -40,7 +40,3 @@ do_install_append () { | |||
40 | cd ${D}${bindir} | 40 | cd ${D}${bindir} |
41 | ln -s matchbox-window-manager-2-simple matchbox-window-manager | 41 | ln -s matchbox-window-manager-2-simple matchbox-window-manager |
42 | } | 42 | } |
43 | |||
44 | do_stage() { | ||
45 | autotools_stage_all | ||
46 | } | ||