[oe-commits] Julian_chu : openmoko-community-repository: Modify the URL Remove the duplicate slash

GIT User account git at amethyst.openembedded.net
Mon Oct 27 17:31:02 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aa76b93535c4562eead2f300415784098f7bcfaa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aa76b93535c4562eead2f300415784098f7bcfaa

Author: Julian_chu <julian_chu at openmoko.com>
Date:   Tue Aug 12 11:25:55 2008 +0800

openmoko-community-repository: Modify the URL Remove the duplicate slash

---

 .../openmoko-community-repository.bb               |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/openmoko-projects/openmoko-community-repository.bb b/packages/openmoko-projects/openmoko-community-repository.bb
index 1ac14d3..f652e0e 100644
--- a/packages/openmoko-projects/openmoko-community-repository.bb
+++ b/packages/openmoko-projects/openmoko-community-repository.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Configuration files for online package repositories of Openmoko community repository feeds"
-PR = "r0.01"
+PR = "r0.02"
 
 do_compile() {
     mkdir -p ${S}/${sysconfdir}/opkg
@@ -18,4 +18,4 @@ CONFFILES_${PN} += "${sysconfdir}/opkg/community-repository-feed.conf"
 
 PKG_TAGS_${PN} = "group::repos"
 
-OPENMOKO_URI = "http://downloads.openmoko.org/repository/"
+OPENMOKO_URI = "http://downloads.openmoko.org/repository"





More information about the Openembedded-commits mailing list