From 9416f178b111a9569760055f9ae5731b78ac73f8 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 11 Jul 2012 14:26:51 +0200 Subject: [PATCH] dvnixload: Deal with UBL being gone but U-Boot is present. Upgrade the dvnixload to a version that will always flash the UBL payload to the device. --- recipes-sysmobts/dvnixload/dvnixload_0.2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/dvnixload/dvnixload_0.2.6.bb b/recipes-sysmobts/dvnixload/dvnixload_0.2.6.bb index fde1802..cd2cfce 100644 --- a/recipes-sysmobts/dvnixload/dvnixload_0.2.6.bb +++ b/recipes-sysmobts/dvnixload/dvnixload_0.2.6.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.hugovil.com/en/dvnixload/" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=20;md5=f2b40a2eb5162af4c3cb20428e72f921" -SRCREV = "7d96e789af6c1191eb48225b407c907e39393eee" +SRCREV = "354c2e5665e760bf1765a79aa4b83a70954e87e4" SRC_URI = "git://git@git.sysmocom.de/sysmo-bts/dvnixload;protocol=ssh;branch=master" PV = "v0.2.6+git${SRCPV}" PR = "r1"