From 8f84c9539d2cc66c9796e3ffc458c30aa3e9a166 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 25 Dec 2014 09:51:14 +0100 Subject: [PATCH] barebox: Add a git revision to the recipe as well Make sure that the source version changes so new code is being fetched. This should fix the build breakaage for the ODU build. --- recipes-sysmobts/barebox/barebox.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-sysmobts/barebox/barebox.inc b/recipes-sysmobts/barebox/barebox.inc index 417bc73..0fe33e2 100644 --- a/recipes-sysmobts/barebox/barebox.inc +++ b/recipes-sysmobts/barebox/barebox.inc @@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=057bf9e50e1ca857d0eb97bfe4ba8e5d" PACKAGE_ARCH = "${MACHINE_ARCH}" +PV = "201407+git${SRCPV}" + inherit kernel-arch EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"