linux-hackndev: fixed SRC_URI
authorMichal Hrusecky <mhrusecky@suse.cz>
Mon, 25 May 2009 02:36:05 +0000 (02:36 +0000)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Thu, 4 Jun 2009 09:33:15 +0000 (11:33 +0200)
Hi,

structure on our server was changed, sou we've got different URI now.

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
recipes/linux/linux-hackndev-2.6_git.bb

index 71e1235..2f9f902 100644 (file)
@@ -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"