From: Julian_chu Date: Tue, 12 Aug 2008 03:25:55 +0000 (+0800) Subject: openmoko-community-repository: Modify the URL Remove the duplicate slash X-Git-Tag: Release-2010-05/1~5596^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa76b93535c4562eead2f300415784098f7bcfaa;p=openembedded.git openmoko-community-repository: Modify the URL Remove the duplicate slash --- diff --git a/packages/openmoko-projects/openmoko-community-repository.bb b/packages/openmoko-projects/openmoko-community-repository.bb index 1ac14d3989..f652e0e6a5 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"