]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-qoriq: correct PV
authorTing Liu <ting.liu@freescale.com>
Tue, 28 Jul 2015 10:00:44 +0000 (18:00 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 13:48:21 +0000 (10:48 -0300)
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@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb

index 17c470dc7550513061579e2db9c000adcb954b12..fcc31f51e00788fe629286a7fc602d97d02fc624 100644 (file)
@@ -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)}"