aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openmoko-projects
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-26 16:24:23 +0100
committerKoen Kooi <koen@openembedded.org>2008-10-26 16:24:23 +0100
commit45557b8c1c0ce230a7b9ffa2b7e168c3cddbba7b (patch)
tree36c8cf046199a58067d2c74ffb702728aac3d590 /packages/openmoko-projects
parenta17f6f799f5532cf9244e163ca0ce7f7c3eeef9d (diff)
downloadopenembedded-45557b8c1c0ce230a7b9ffa2b7e168c3cddbba7b.tar.gz
Revert "[openmoko] Change name from Diversity-nav to Om-locations"
This reverts commit 6f244e086c8107d6ce78643081878632c8fc4d33.
Diffstat (limited to 'packages/openmoko-projects')
-rw-r--r--packages/openmoko-projects/om-locations_git.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/openmoko-projects/om-locations_git.bb b/packages/openmoko-projects/om-locations_git.bb
deleted file mode 100644
index bf9b27ecb4..0000000000
--- a/packages/openmoko-projects/om-locations_git.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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"