From: Ting Liu Date: Tue, 28 Jul 2015 10:00:44 +0000 (+0800) Subject: u-boot-qoriq: correct PV X-Git-Tag: 2.1~454 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7e51aeacb814cc0b71eb592cf10968b0850412e3;p=meta-freescale.git u-boot-qoriq: correct PV u-boot-qoriq was upgraded to 2015.01 now. Use _append to not override the PV in recipe. Signed-off-by: Ting Liu Acked-by: Otavio Salvador Signed-off-by: Otavio Salvador --- 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 17c470dc..fcc31f51 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)}"