packages/linux/linux-ml403-slab-2.6.x_git.bb :Add DEPENDS="git-native" to use native git
authorStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 22 Aug 2007 08:56:06 +0000 (08:56 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 22 Aug 2007 08:56:06 +0000 (08:56 +0000)
when doing the pulls

packages/linux/linux-ml403-slab-2.6.x_git.bb

index 9535477..bdaeb39 100644 (file)
@@ -4,8 +4,8 @@
 SECTION = "kernel"
 DESCRIPTION = "Linux kernel for Xilinx ML403 Virtex 4 fpga board"
 LICENSE = "GPL"
-#DEPENDS = "u-boot"
-PR = "r0"
+DEPENDS = "git-native"
+PR = "r1"
 PV = "2.6+git${SRCDATE}"
 
 COMPATIBLE_MACHINE = "xilinx-ml403"