From: John Lee Date: Tue, 11 Mar 2008 19:43:30 +0000 (+0000) Subject: gypsy: remove duplicate do_stage from merge X-Git-Tag: Release-2010-05/1~7106^2^2~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a927c21ec3e58d33a71bb3a4ed7788a3faf54c;p=openembedded.git gypsy: remove duplicate do_stage from merge --- diff --git a/packages/gypsy/gypsy.inc b/packages/gypsy/gypsy.inc index e3a682bae4..57f88dc3bd 100644 --- a/packages/gypsy/gypsy.inc +++ b/packages/gypsy/gypsy.inc @@ -5,10 +5,6 @@ DEPENDS = "glib-2.0 dbus bluez-libs" inherit autotools pkgconfig -do_stage () { - autotools_stage_all -} - do_configure_prepend () { touch ${S}/gtk-doc.make }