lc15-firmware: Fix whitespace

This commit is contained in:
Pau Espin 2018-02-13 12:29:31 +01:00
parent 24c8cd67a2
commit adff5f7cbc
1 changed files with 2 additions and 2 deletions

View File

@ -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}"