summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-05-06 12:15:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2017-10-03 17:24:52 +0200
commite228fb41f63fb0277c0c854edec8b249ac0828b9 (patch)
tree4f37f551990084a80ee806abbc4b78c0cd94bc73 /recipes-bsp/u-boot
parent3c056286c32e03312a0627470899534d72fb9e09 (diff)
u-boot-toradex: don't use - in PR variable
RPM packaging does not allow a dash '-' in the revision name. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
index 93a99e5..7f73228 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
@@ -25,7 +25,7 @@ SRC_URI = " \
"
PV = "2016.11"
-PR = "${TDX_VER_INT}-gitr${@d.getVar("SRCREV", False)[0:7]}"
+PR = "${TDX_VER_INT}+gitr${@d.getVar("SRCREV", False)[0:7]}"
LOCALVERSION ?= "-${TDX_VER_INT}"
S = "${WORKDIR}/git"