diff options
author | Michal Hrusecky <mhrusecky@suse.cz> | 2009-05-25 02:36:05 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-06-04 11:33:15 +0200 |
commit | c14d907e5c9af923952c2c87994c841cb97f8972 (patch) | |
tree | 5b87a58dcba1b985eafbc0cb2104c036c9dbba3b /recipes/linux | |
parent | 1679705e3c22180b39126fdfa8a39c02e550b450 (diff) |
linux-hackndev: fixed SRC_URI
Hi,
structure on our server was changed, sou we've got different URI now.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-hackndev-2.6_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/linux/linux-hackndev-2.6_git.bb b/recipes/linux/linux-hackndev-2.6_git.bb index 71e1235b46..2f9f902bf7 100644 --- a/recipes/linux/linux-hackndev-2.6_git.bb +++ b/recipes/linux/linux-hackndev-2.6_git.bb @@ -6,9 +6,8 @@ PR = "r14" COMPATIBLE_MACHINE = "(palmld|palmtc|palmtt3|palmtt5|palmtx|palmz31|palmz72|palmt650)" -SRC_URI = "git://git.hackndev.com/linux-hnd;protocol=git;tag=master \ - file://defconfig" - +SRC_URI = "git://git.hackndev.com/hackndev/linux-hnd.git;protocol=git;tag=master \ + file://defconfig " S = "${WORKDIR}/git" K_MAJOR = "2" |