linux-litecell: Fix kernel version in recipe

This commit is contained in:
Daniel Willmann 2019-01-24 11:48:45 +00:00 committed by Daniel Willmann
parent caf8812ea4
commit 92196fd94f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ REPODIR = "${THISDIR}/files"
REPOFILE = "."
PR := "${PR}.${REPOGITFN}"
PV = "4.4.32+git${SRCPV}"
PV = "4.4.32.33+git${SRCPV}"
PKGV = "${PKGGITV}"
DEV_BRANCH = "${@ 'nrw/litecell15-next' if d.getVar('NRW_BSP_DEVEL', False) == "next" else 'nrw/litecell15'}"