Skip to content

Commit

Permalink
Revert "[openmoko] Change default community repository"
Browse files Browse the repository at this point in the history
This reverts commit 84420b5.
  • Loading branch information
Koen Kooi committed Oct 26, 2008
1 parent 1532846 commit 178a391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/openmoko-projects/openmoko-community-repository.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "Configuration files for online package repositories of Openmoko community repository feeds"
PR = "r0.01"
PR = "r0"

do_compile() {
mkdir -p ${S}/${sysconfdir}/opkg
for feed in Multiverse; do
for feed in community-repository; do
echo "src/gz daily-${feed} ${OPENMOKO_URI}/${feed}" > ${S}/${sysconfdir}/opkg/${feed}-feed.conf
done
}
Expand All @@ -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"

0 comments on commit 178a391

Please sign in to comment.