[oe-commits] org.oe.dev packages/linux/linux-ml403-slab-2.6.x_git.bb :Add DEPENDS="git-native" to use native git

ifaistos commit openembedded-commits at lists.openembedded.org
Wed Aug 22 09:06:36 UTC 2007


packages/linux/linux-ml403-slab-2.6.x_git.bb :Add DEPENDS="git-native" to use native git 
when doing the pulls

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: ba5f0bfd65d0f4a53bb92b3488758f3be847e612
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ba5f0bfd65d0f4a53bb92b3488758f3be847e612
Files:
1
packages/linux/linux-ml403-slab-2.6.x_git.bb
Diffs:

#
# mt diff -rf145dcb7aac910582c7eacdd11b45e5fccdf221b -rba5f0bfd65d0f4a53bb92b3488758f3be847e612
#
# 
# 
# patch "packages/linux/linux-ml403-slab-2.6.x_git.bb"
#  from [efd1223458f6c9ab6ac8ddba666e5e4b0d3a14ac]
#    to [dc32409e752ed5db7c5885ac404c458875c5cb87]
# 
============================================================
--- packages/linux/linux-ml403-slab-2.6.x_git.bb	efd1223458f6c9ab6ac8ddba666e5e4b0d3a14ac
+++ packages/linux/linux-ml403-slab-2.6.x_git.bb	dc32409e752ed5db7c5885ac404c458875c5cb87
@@ -1,11 +1,11 @@ LICENSE = "GPL"
 #Kernel for the xilinx-ml403 board using SecretLabs git tree
 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
 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"






More information about the Openembedded-commits mailing list