summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-03-11 19:43:30 +0000
committerJohn Lee <john_lee@openmoko.org>2008-03-11 19:43:30 +0000
commit11a927c21ec3e58d33a71bb3a4ed7788a3faf54c (patch)
tree99a7080ebbb7ea2a3061a9c8cd02128812702593 /packages
parenta0f9ca6368207cdfde66bd3f31854bdba67e93fc (diff)
gypsy: remove duplicate do_stage from merge
Diffstat (limited to 'packages')
-rw-r--r--packages/gypsy/gypsy.inc4
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
}