liri.bbclass: don't use BPN for git repo name

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-02-09 10:47:59 +01:00
parent d41012c446
commit 508e505e31

View File

@@ -1,7 +1,6 @@
LIRI_GIT_BRANCH ?= "develop"
BPN := "${@'${BPN}'.replace('liri-', '')}"
SRC_URI = "git://github.com/lirios/${BPN}.git;protocol=git;branch=${LIRI_GIT_BRANCH}"
SRC_URI = "git://github.com/lirios/${@'${BPN}'.replace('liri-', '')}.git;protocol=git;branch=${LIRI_GIT_BRANCH}"
DEPENDS += "qtbase qtdeclarative extra-cmake-modules-native"