summaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-19 09:56:17 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-19 11:02:48 +0200
commitd8bdecd350dcbd663b797f40620958d13daa49f4 (patch)
treeb17c93a3fb4abe197eda6ccd3c247e4137130b0c /recipes/openmoko-projects
parentf8caf3bff74f317548a9f0915d72f9f2d88eabe2 (diff)
downloadopenembedded-d8bdecd350dcbd663b797f40620958d13daa49f4.tar.gz
om-locations: move to obsolete, depends on etk and no commit in last 20 months
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-projects')
-rw-r--r--recipes/openmoko-projects/om-locations_git.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/openmoko-projects/om-locations_git.bb b/recipes/openmoko-projects/om-locations_git.bb
deleted file mode 100644
index fd009d6e58..0000000000
--- a/recipes/openmoko-projects/om-locations_git.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Locations is a GPS location based application that lets you save and send your favorite locations to friends."
-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"
-SRCREV = "942e88a1b689ffe3f11a2d982cce389cc965b2ec"
-PV = "0.2+gitr${SRCPV}"
-PE = "1"
-PR = "r1.04"
-
-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
-}