diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-26 16:19:51 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-26 16:19:51 +0100 |
commit | d9c867d6e8a825af3738626446833f9fb886e302 (patch) | |
tree | 9a4857f21b2059ec7b72980c64a971654b020a2d | |
parent | f641bf5f3394bbe9417f7b73074501dd12bd17a5 (diff) |
Revert "[Descriptions] Adding more description to applications"
This reverts commit 7a966d56b1956eaa16c47fd87da9dd9ca5e9ab11.
-rw-r--r-- | packages/openmoko-projects/om-locations_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/openmoko-projects/om-locations_git.bb b/packages/openmoko-projects/om-locations_git.bb index 3b7ea703be..9207502f2f 100644 --- a/packages/openmoko-projects/om-locations_git.bb +++ b/packages/openmoko-projects/om-locations_git.bb @@ -1,11 +1,11 @@ -DESCRIPTION = "Locations is a GPS location based application that lets you save and send your favorite locations to friends." +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.04" +PR = "r1.03" SRC_URI = "git://git.openmoko.org/git/om-locations.git;protocol=git" @@ -19,4 +19,4 @@ do_configure_prepend() { autopoint --force } -PKG_TAGS_${PN} = "alias::Om_Locations" +PKG_TAGS_${PN} = "group::communication alias::Om_Locations" |