diff options
author | John Lee <john_lee@openmoko.org> | 2008-01-17 11:32:09 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2008-01-17 11:32:09 +0000 |
commit | c935f9d9549680e950ad5e66d8661ce4e9584ae3 (patch) | |
tree | 3fcd17c5169592ce01bf13114bd7229473d750c6 /packages/gypsy | |
parent | 9f058b138073ef753c5094e3927c963c7a655f97 (diff) |
stage geoclue and gypsy for later usage.
Diffstat (limited to 'packages/gypsy')
-rw-r--r-- | packages/gypsy/gypsy.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gypsy/gypsy.inc b/packages/gypsy/gypsy.inc index 6d78943bd5..77797151ff 100644 --- a/packages/gypsy/gypsy.inc +++ b/packages/gypsy/gypsy.inc @@ -5,6 +5,10 @@ DEPENDS = "glib-2.0 dbus bluez-libs" inherit autotools pkgconfig +do_stage () { + autotools_stage_all +} + do_configure_prepend () { touch ${S}/gtk-doc.make } |