diff --git a/recipes-sysmobts/firmware/lc15-firmware_git.bb b/recipes-sysmobts/firmware/lc15-firmware_git.bb index 4af1e11..0849965 100644 --- a/recipes-sysmobts/firmware/lc15-firmware_git.bb +++ b/recipes-sysmobts/firmware/lc15-firmware_git.bb @@ -11,9 +11,9 @@ REPODIR = "${THISDIR}" REPOFILE = "lc15-firmware_git.bb" PR := "r${REPOGITFN}" -PV = "git${SRCPV}" +PV = "git${SRCPV}" PKGV = "${PKGGITV}" - + DEV_BRANCH = "${@ 'nrw/litecell15-next' if d.getVar('NRW_BSP_DEVEL', False) == "next" else 'nrw/litecell15'}" DEV_SRCREV = "${AUTOREV}" DEV_SRCURI := "git://${NRW_LC15_MIRROR}/litecell15-fw.git;protocol=https;branch=${DEV_BRANCH}"