From fcb1791f553081e5267c2d0b7795eab224b4a342 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 27 Dec 2008 01:13:47 +0000 Subject: classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools --- meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb') 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 37c00e9c6..4491c937c 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 S = "${WORKDIR}/matchbox-window-manager-2" -inherit autotools pkgconfig update-alternatives +inherit autotools_stage pkgconfig update-alternatives # Change this to x-session-manager->matchbox-session and put in # matchbox-session, then change this to x-window-manager to @@ -40,7 +40,3 @@ do_install_append () { cd ${D}${bindir} ln -s matchbox-window-manager-2-simple matchbox-window-manager } - -do_stage() { - autotools_stage_all -} -- cgit v1.2.3