mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
Fix git.pokylinux.org urls to git.yoctoproject.org
(From OE-Core rev: adbf55721ee956897c0951cff63aeb1defb3c738) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "git://git.pokylinux.org/prelink-cross.git;protocol=git \
|
||||
SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;protocol=git \
|
||||
file://prelink.conf \
|
||||
file://prelink.cron.daily \
|
||||
file://prelink.default \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION = "Swabber is a tool that can help with understanding a program's use of host files."
|
||||
HOMEPAGE = "http://git.pokylinux.org/cgit/cgit.cgi/swabber"
|
||||
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/swabber"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
@@ -8,7 +8,7 @@ PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://git.pokylinux.org/swabber;protocol=git"
|
||||
SRC_URI = "git://git.yoctoproject.org/swabber;protocol=git"
|
||||
|
||||
inherit native
|
||||
|
||||
|
||||
Reference in New Issue
Block a user