[oe-commits] org.oe.dev packages/linux/linux-ml403-slab-2.6.x_git.bb : Make sure git-native builds before the

ifaistos commit openembedded-commits at lists.openembedded.org
Wed Aug 22 16:05:49 UTC 2007


packages/linux/linux-ml403-slab-2.6.x_git.bb : Make sure git-native builds before the 
ml403 kernel fetcher kicks in

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

#
# mt diff -r0fd25dfc18f365d3b975a9657dae8f1afebdfbc1 -r842df413eedc02ad89050dbcaa83f9139bfa98b5
#
# 
# 
# patch "packages/linux/linux-ml403-slab-2.6.x_git.bb"
#  from [dc32409e752ed5db7c5885ac404c458875c5cb87]
#    to [9199fb7885a068659ab66b6897c7dcf1f94cf3c4]
# 
============================================================
--- packages/linux/linux-ml403-slab-2.6.x_git.bb	dc32409e752ed5db7c5885ac404c458875c5cb87
+++ packages/linux/linux-ml403-slab-2.6.x_git.bb	9199fb7885a068659ab66b6897c7dcf1f94cf3c4
@@ -1,11 +1,10 @@ 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 = "git-native"
-PR = "r1"
+PR = "r2"
 PV = "2.6+git${SRCDATE}"
 
 COMPATIBLE_MACHINE = "xilinx-ml403"
@@ -24,7 +23,19 @@ KERNEL_OUTPUT = "arch/ppc/boot/images/zI
 KERNEL_IMAGETYPE = "zImage"
 KERNEL_OUTPUT = "arch/ppc/boot/images/zImage.elf"
 
+#make sure git-native gets build before as
+python __anonymous () {
 
+    import bb
+
+
+    depends = bb.data.getVarFlag('do_fetch', 'depends', d) or ""
+    depends = depends + " git-native:do_populate_staging"
+    bb.data.setVarFlag('do_fetch', 'depends', depends, d)
+
+}
+
+
 do_fetch () { 
 
         cd ${WORKDIR} 






More information about the Openembedded-commits mailing list