1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

createrepo-native: Fix SRC_URI.

This commit is contained in:
Rob Bradford
2008-10-29 15:15:08 +00:00
parent e61ea24100
commit 410141a907
+1 -1
View File
@@ -1,6 +1,6 @@
DEPENDS = "python-native" 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://fix.patch;patch=1 \
file://pathfix.patch;patch=1 " file://pathfix.patch;patch=1 "
PR = "r1" PR = "r1"