aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-06-06 01:42:50 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-06-08 01:36:32 +0200
commite536b582cb24cf168009cb8e35824a77a1e704a1 (patch)
treee756cf46f22f26c2a22eb674f4309ffe3e92e151
parentcda38428506b9fbda31cccaf40bd31034821dddf (diff)
downloadopenembedded-e536b582cb24cf168009cb8e35824a77a1e704a1.tar.gz
xorg-proto-common.inc: remove do_stage function
-rw-r--r--recipes/xorg-proto/xorg-proto-common.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes/xorg-proto/xorg-proto-common.inc b/recipes/xorg-proto/xorg-proto-common.inc
index 7cfd9e87ca..f1940de236 100644
--- a/recipes/xorg-proto/xorg-proto-common.inc
+++ b/recipes/xorg-proto/xorg-proto-common.inc
@@ -13,6 +13,3 @@ S = "${WORKDIR}/${BPN}-${PV}"
inherit autotools pkgconfig
-do_stage() {
- autotools_stage_all
-}