diff options
author | Julian_chu <julian_chu@openmoko.com> | 2008-09-22 18:13:39 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-26 15:52:13 +0100 |
commit | 53e65d1668b1d08f47015ecfbb13535a058492ba (patch) | |
tree | f92bc1e95b786aae753ad7f1974036b9572d1098 /packages | |
parent | 74c23e825b3e1e8ac2aa2c272ca790b64f952bd1 (diff) |
[om-locations] Switch back to master branch
After Om2008.9 released, switch om-locations back to master branch.
* Change SRC_URI
* Bump up the revision to 28d56a504a41261c363c085a38f81721cdd6683e
* Remove om-locations_svn.bb (it is no longer on svn)
Diffstat (limited to 'packages')
-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 763c6ee4c6..a25a3e21ba 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.02" +PR = "r1.03" -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" |