From bdbd14a8d5a36e29f1285240d222fc38847df181 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 14 May 2012 03:06:14 +0800 Subject: [PATCH] u-boot: Fix the u-boot git version in our public git repository --- recipes-sysmobts/uboot/u-boot_2011.03.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/uboot/u-boot_2011.03.bbappend b/recipes-sysmobts/uboot/u-boot_2011.03.bbappend index 6334657..d8078be 100644 --- a/recipes-sysmobts/uboot/u-boot_2011.03.bbappend +++ b/recipes-sysmobts/uboot/u-boot_2011.03.bbappend @@ -1,9 +1,9 @@ SRC_URI = "git://git@git.sysmocom.de/sysmo-bts/u-boot;branch=v2011.12;protocol=ssh" -SRCREV = "6feda350ffd7894b60f3cda5726bfd0195cb6c66" +SRCREV = "9987f6df9b5109877b24eb4c0c43a5f0df16289b" PV = "v2011.12+git${SRCPV}" S = "${WORKDIR}/git" -PRINC = "3" +PRINC = "4" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90"