diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:12:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:47:32 +0100 |
commit | adbf55721ee956897c0951cff63aeb1defb3c738 (patch) | |
tree | 9539a77615920810e81a0b0c8598a0431f661614 /meta/recipes-devtools/swabber | |
parent | 832240f2c5b4f4af8a8e5b652c7e234560104cc4 (diff) | |
download | openembedded-core-contrib-adbf55721ee956897c0951cff63aeb1defb3c738.tar.gz |
Fix git.pokylinux.org urls to git.yoctoproject.org
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/swabber')
-rw-r--r-- | meta/recipes-devtools/swabber/swabber-native_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/swabber/swabber-native_git.bb b/meta/recipes-devtools/swabber/swabber-native_git.bb index c7133153ac6..28d6b6d55a7 100644 --- a/meta/recipes-devtools/swabber/swabber-native_git.bb +++ b/meta/recipes-devtools/swabber/swabber-native_git.bb @@ -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 |