]> code.ossystems Code Review - openembedded-core.git/commitdiff
createrepo-native: Fix SRC_URI.
authorRob Bradford <rob@chaos.oh>
Wed, 29 Oct 2008 15:15:08 +0000 (15:15 +0000)
committerRob Bradford <rob@chaos.oh>
Wed, 29 Oct 2008 15:16:25 +0000 (15:16 +0000)
meta/packages/yum/createrepo-native_0.9.bb

index 80bf95dcb1f8ef63be0b04241d2c83abdf78e414..c634ecb746b1f728868b3393546307f2d2543856 100644 (file)
@@ -1,6 +1,6 @@
 DEPENDS = "python-native"
 
-SRC_URI = "http://linux.duke.edu/projects/metadata/generate/createrepo-${PV}.tar.gz \
+SRC_URI = "http://createrepo.baseurl.org/download/createrepo-${PV}.tar.gz \
            file://fix.patch;patch=1 \
            file://pathfix.patch;patch=1 "
 PR = "r1"