summaryrefslogtreecommitdiff
path: root/packages/openmoko-projects
diff options
context:
space:
mode:
authorJulian_chu <julian_chu@openmoko.com>2008-08-21 12:36:27 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-26 15:52:12 +0100
commit6f244e086c8107d6ce78643081878632c8fc4d33 (patch)
treea8b1d22c660105235a25867a8daaf59acaae4a0d /packages/openmoko-projects
parentac7bec3cdab4ee8b7a4445be166c82c9432e3ac1 (diff)
[openmoko] Change name from Diversity-nav to Om-locations
Diversity project decided to change the name of diversity-nav to om-locations and move the repository from svn to git. * Remove diverisyt-nav recipe. * Add om-locations recipe. * Change name in tasks-*.bb
Diffstat (limited to 'packages/openmoko-projects')
-rw-r--r--packages/openmoko-projects/om-locations_git.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/openmoko-projects/om-locations_git.bb b/packages/openmoko-projects/om-locations_git.bb
new file mode 100644
index 0000000000..bf9b27ecb4
--- /dev/null
+++ b/packages/openmoko-projects/om-locations_git.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Locations - a GPS location based communicative application"
+HOMEPAGE = "http://wiki.openmoko.org/wiki/Om2008.8_Locations"
+SECTION = "openmoko/applications"
+LICENSE = "GPL"
+DEPENDS = "eet evas edje ecore edbus etk"
+RDEPENDS_${PN} = "diversity-daemon"
+PV = "0.2+gitr${SRCREV}"
+PR = "r1"
+
+SRC_URI = "git://git.openmoko.org/git/om-locations.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
+do_configure_prepend() {
+ autopoint --force
+}
+
+PKG_TAGS_${PN} = "group::communication"