starter: change SRC_URI to git repo, set preferred version of libtango
This commit is contained in:
parent
ac25755aa9
commit
3219baab27
@ -2,10 +2,9 @@ SUMMARY = "Tango Controls Starter"
|
|||||||
LICENSE = "GPL-3.0"
|
LICENSE = "GPL-3.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||||
|
|
||||||
SRC_URI = "https://gitlab.com/tango-controls/starter/-/archive/Starter-${PV}/starter-Starter-${PV}.tar.gz"
|
SRC_URI = "gitsm://gitlab.com/tango-controls/starter.git;protocol=https;branch=main"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
S = "${WORKDIR}/starter-Starter-${PV}"
|
|
||||||
|
|
||||||
DEPENDS = "libtango omniorb"
|
DEPENDS = "libtango omniorb"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake pkgconfig
|
||||||
|
|||||||
@ -1,12 +1,9 @@
|
|||||||
require tango-starter.inc
|
require tango-starter.inc
|
||||||
SRC_URI[sha256sum] = "4d6e9b4bc2ab0582c871d167fb6dae4db7d8aeeae5abd0bc0705c58c8b3d0b44"
|
|
||||||
|
|
||||||
SRC_URI += "https://gitlab.com/tango-controls/TangoCMakeModules/-/archive/main/TangoCMakeModules-main.tar.gz;name=CMakeModules"
|
# tag Starter-8.3
|
||||||
SRC_URI[CMakeModules.sha256sum] = "238d2d1caf26ce217750dec599400c9c207d55c9f086752ec8fac4255eb17954"
|
SRCREV = "c9905e9bd227e5a077ae859e5f1a02a359a6a0c6"
|
||||||
|
|
||||||
|
# patch Linux test for musl
|
||||||
SRC_URI += "file://0001-8.3-detect-linux-not-glibc.patch"
|
SRC_URI += "file://0001-8.3-detect-linux-not-glibc.patch"
|
||||||
|
|
||||||
do_configure:prepend() {
|
PREFERRED_VERSION_libtango = "9.5.%"
|
||||||
# Starter 8.3 doesn't include TangoCMakeModules
|
|
||||||
cp ${WORKDIR}/TangoCMakeModules-main/* ${WORKDIR}/starter-Starter-${PV}/TangoCMakeModules
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user