diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-05 13:21:17 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-05 18:03:23 -0300 |
commit | b73a434be63e058bd1eeec9b78176f7c7751ab65 (patch) | |
tree | e1c710cf1975c7b7bc4cead1c8512ef3c9c1a405 | |
parent | 3a73cc95ee3c7ff817b1bb7d0df89a38f78ddf4d (diff) | |
download | meta-fsl-arm-b73a434be63e058bd1eeec9b78176f7c7751ab65.tar.gz |
imx-bootlets: Bump PR so version does not go backwards
This allow removal of the PRINC, which is deprecated and will be
removed after Yocto Project 1.6 release, from meta-fsl-arm-extra. The
equivalent change need to be updated in meta-fsl-arm-extra at same
time, to avoid version to go backwards.
Change-Id: I440291fa887d7028fabc3b8a03660c991a8aa670
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb index 25a5e51..367e83b 100644 --- a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb +++ b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "i.MXS boot streams" | |||
2 | LICENSE = "GPL-2.0" | 2 | LICENSE = "GPL-2.0" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
4 | 4 | ||
5 | PR = "r2" | 5 | PR = "r5" |
6 | 6 | ||
7 | SRC_URI = "http://download.ossystems.com.br/bsp/freescale/source/imx-bootlets-src-${PV}.tar.gz \ | 7 | SRC_URI = "http://download.ossystems.com.br/bsp/freescale/source/imx-bootlets-src-${PV}.tar.gz \ |
8 | file://linux-fix-paths.patch \ | 8 | file://linux-fix-paths.patch \ |