summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-28 18:00:44 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-29 12:09:28 +0800
commitbf870f2f20297b93a2228e148aa4d6e92278770c (patch)
tree10e235504ab3eaa5ac421cc27959c27f8785e6d5
parentea4cfd47a8841017904449f936de34531fa3d923 (diff)
downloadmeta-fsl-ppc-bf870f2f20297b93a2228e148aa4d6e92278770c.tar.gz
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 <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb2
1 files changed, 1 insertions, 1 deletions
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 17c470d..fcc31f5 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 = " \
11 file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ 11 file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
12" 12"
13 13
14PV = "2014.07+fslgit" 14PV_append = "+fslgit"
15INHIBIT_DEFAULT_DEPS = "1" 15INHIBIT_DEFAULT_DEPS = "1"
16DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}" 16DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}"
17 17