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 | |
parent | 9f058b138073ef753c5094e3927c963c7a655f97 (diff) |
stage geoclue and gypsy for later usage.
-rw-r--r-- | packages/geoclue/geoclue_git.bb | 4 | ||||
-rw-r--r-- | packages/gypsy/gypsy.inc | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packages/geoclue/geoclue_git.bb b/packages/geoclue/geoclue_git.bb index bd6778213a..b4a0cbda3a 100644 --- a/packages/geoclue/geoclue_git.bb +++ b/packages/geoclue/geoclue_git.bb @@ -20,6 +20,10 @@ EXTRA_OECONF = " --enable-applet=no \ --enable-gpsd \ --enable-system-bus" +do_stage() { + autotools_stage_all +} + do_install_append() { mkdir -p ${D}/usr/share/ cp -pPr ${D}${STAGING_DATADIR}/* ${D}/usr/share 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 } |