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-21 00:29:31 +0100 |
commit | 5164821975bb8524760f386065b476a6b4722a2f (patch) | |
tree | f949dc917b8d5c598598581ce6f12cb5c5203b12 /meta/recipes-devtools/swabber/swabber-native_git.bb | |
parent | b8a07171ebe4e73add3557266e278dbd3ff9a840 (diff) | |
download | poky-5164821975bb8524760f386065b476a6b4722a2f.tar.gz |
Fix git.pokylinux.org urls to git.yoctoproject.org
(From OE-Core rev: adbf55721ee956897c0951cff63aeb1defb3c738)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/swabber/swabber-native_git.bb')
-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 c7133153ac..28d6b6d55a 100644 --- a/meta/recipes-devtools/swabber/swabber-native_git.bb +++ b/meta/recipes-devtools/swabber/swabber-native_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Swabber is a tool that can help with understanding a program's use of host files." | 1 | DESCRIPTION = "Swabber is a tool that can help with understanding a program's use of host files." |
2 | HOMEPAGE = "http://git.pokylinux.org/cgit/cgit.cgi/swabber" | 2 | HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/swabber" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
5 | 5 | ||
@@ -8,7 +8,7 @@ PR = "r0" | |||
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | SRC_URI = "git://git.pokylinux.org/swabber;protocol=git" | 11 | SRC_URI = "git://git.yoctoproject.org/swabber;protocol=git" |
12 | 12 | ||
13 | inherit native | 13 | inherit native |
14 | 14 | ||