diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-28 18:00:44 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-29 10:48:21 -0300 |
commit | 7e51aeacb814cc0b71eb592cf10968b0850412e3 (patch) | |
tree | 7d286bd7f62fc37477c8431d1b12ef0618213198 | |
parent | 4301b03812f4ec2259ca71dc292e1200c8fd36d0 (diff) | |
download | meta-freescale-7e51aeacb814cc0b71eb592cf10968b0850412e3.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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb | 2 |
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 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 = " \ | |||
11 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ | 11 | file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \ |
12 | " | 12 | " |
13 | 13 | ||
14 | PV = "2014.07+fslgit" | 14 | PV_append = "+fslgit" |
15 | INHIBIT_DEFAULT_DEPS = "1" | 15 | INHIBIT_DEFAULT_DEPS = "1" |
16 | DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}" | 16 | DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}" |
17 | 17 | ||