diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-26 16:24:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-26 16:24:14 +0100 |
commit | a17f6f799f5532cf9244e163ca0ce7f7c3eeef9d (patch) | |
tree | 46b21e2d5fa33491397e170bf70bd0816f4cbbc1 /packages/openmoko-projects/om-locations_git.bb | |
parent | 53811be659418e991b47d7645e7eb28d54474ff0 (diff) |
Revert "[om-locations] Set om-locations to use 0.2 branch of om-locations git."
This reverts commit a41baefab9af5227a777871897ab07dbe660a848.
Diffstat (limited to 'packages/openmoko-projects/om-locations_git.bb')
-rw-r--r-- | packages/openmoko-projects/om-locations_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openmoko-projects/om-locations_git.bb b/packages/openmoko-projects/om-locations_git.bb index 50a2de9593..bf9b27ecb4 100644 --- a/packages/openmoko-projects/om-locations_git.bb +++ b/packages/openmoko-projects/om-locations_git.bb @@ -5,9 +5,9 @@ LICENSE = "GPL" DEPENDS = "eet evas edje ecore edbus etk" RDEPENDS_${PN} = "diversity-daemon" PV = "0.2+gitr${SRCREV}" -PR = "r1.01" +PR = "r1" -SRC_URI = "git://git.openmoko.org/git/om-locations.git;protocol=git;branch=0.2" +SRC_URI = "git://git.openmoko.org/git/om-locations.git;protocol=git" S = "${WORKDIR}/git" |