From e228fb41f63fb0277c0c854edec8b249ac0828b9 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 6 May 2017 12:15:54 +0200 Subject: 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 Acked-by: Stefan Agner --- recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp') 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" -- cgit v1.2.3