diff options
author | Julian_chu <julian_chu@openmoko.com> | 2008-08-21 12:36:27 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-27 17:51:42 +0100 |
commit | bb285555551187097e62706ffd7f817893c681c4 (patch) | |
tree | 21c184c47ff565eae416df414763eb41f9709045 /packages/openmoko-projects | |
parent | ab618c09f76d4d2c6d3b94588413eb5757c8c1d2 (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.bb | 22 |
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" |