[meta-freescale] [meta-fsl-ppc][PATCH] u-boot-qoriq: correct PV

b28495 at freescale.com b28495 at freescale.com
Tue Jul 28 03:00:44 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

u-boot-qoriq was upgraded to 2015.01 now. Use _append to not override
the PV in recipe.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
index ef4558f..eebd979 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \
     file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
 "
 
-PV = "2014.07+fslgit"
+PV_append = "+fslgit"
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}"
 
-- 
1.9.1



More information about the meta-freescale mailing list