diff options
Diffstat (limited to 'packages/openmoko-projects')
-rw-r--r-- | packages/openmoko-projects/om-locations_git.bb | 22 |
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" |