From: Henning Heinold Date: Sat, 5 Jun 2010 23:42:50 +0000 (+0200) Subject: xorg-proto-common.inc: remove do_stage function X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e536b582cb24cf168009cb8e35824a77a1e704a1;p=openembedded.git xorg-proto-common.inc: remove do_stage function --- 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 -}