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-kernel/kern-tools | |
parent | 832240f2c5b4f4af8a8e5b652c7e234560104cc4 (diff) | |
download | openembedded-core-adbf55721ee956897c0951cff63aeb1defb3c738.tar.gz openembedded-core-adbf55721ee956897c0951cff63aeb1defb3c738.tar.bz2 openembedded-core-adbf55721ee956897c0951cff63aeb1defb3c738.zip |
Fix git.pokylinux.org urls to git.yoctoproject.org
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index de5628cd02..10dd921174 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -9,7 +9,7 @@ PV = "0.1+git${SRCPV}" inherit native -SRC_URI = "git://git.pokylinux.org/yocto-kernel-tools.git;protocol=git" +SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;protocol=git" S = "${WORKDIR}" kern_tools_LIST = kgit kgit-init kgit-meta \ |