liri.bbclass: don't use BPN for git repo name
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user