diff options
author | John Lee <john_lee@openmoko.org> | 2008-03-11 19:43:30 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-03-11 19:43:30 +0000 |
commit | 11a927c21ec3e58d33a71bb3a4ed7788a3faf54c (patch) | |
tree | 99a7080ebbb7ea2a3061a9c8cd02128812702593 | |
parent | a0f9ca6368207cdfde66bd3f31854bdba67e93fc (diff) |
gypsy: remove duplicate do_stage from merge
-rw-r--r-- | packages/gypsy/gypsy.inc | 4 |
1 files changed, 0 insertions, 4 deletions
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 } |