[openmoko] Change name from Diversity-nav to Om-locations
authorJulian_chu <julian_chu@openmoko.com>
Thu, 21 Aug 2008 04:36:27 +0000 (12:36 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 26 Oct 2008 14:52:12 +0000 (15:52 +0100)
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

conf/distro/include/sane-srcrevs.inc
packages/openmoko-projects/om-locations_git.bb [new file with mode: 0644]
packages/tasks/task-openmoko-feed.bb

index f0d1989..26b02dc 100644 (file)
@@ -31,7 +31,6 @@ SRCREV_pn-dbus-c++ ?= "13131"
 SRCREV_pn-dfu-util ?= "4160"
 SRCREV_pn-dfu-util-native ?= "4160"
 SRCREV_pn-diversity-daemon ?= "277"
-SRCREV_pn-diversity-nav ?= "340"
 SRCREV_pn-eds-dbus ?= "659"
 SRCREV_pn-eglibc ?= "6937"
 SRCREV_pn-eglibc-initial ?= "6937"
@@ -108,6 +107,7 @@ SRCREV_pn-netsurf ?= "3859"
 SRCREV_pn-networkmanager ?= "3202"
 SRCREV_pn-networkmanager-applet ?= "200"
 SRCREV_pn-numptyphysics = "45"
+SRCREV_pn-om-locations ?= "524031cdb3cd14a67ff8b7e1192075bf8c6c3373"
 SRCREV_pn-oh-puzzles ?= "22"
 SRCREV_pn-osb-browser ?= "125"
 SRCREV_pn-osb-jscore ?= "117"
diff --git a/packages/openmoko-projects/om-locations_git.bb b/packages/openmoko-projects/om-locations_git.bb
new file mode 100644 (file)
index 0000000..bf9b27e
--- /dev/null
@@ -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"
index 40e9758..92fdd47 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Openmoko: Misc. Feed Items"
 SECTION = "openmoko/base"
 LICENSE = "MIT"
-PR = "r42"
+PR = "r43"
 
 inherit task
 
@@ -49,6 +49,7 @@ RDEPENDS_task-openmoko-feed = "\
   mono \
 #  diversity-daemon \
 #  diversity-maps-taipei \
+  om-locations \
 #  om-maps-berlin \
 #  om-maps-buenos-aires \
 #  om-maps-london \