17 lines
554 B
PHP
17 lines
554 B
PHP
SUMMARY = "Tango Controls kernel library"
|
|
LICENSE = "LGPL-3.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=8195c2d9416e5fc98eb30ee334511b73"
|
|
|
|
# cppTango repo is a total mess with tags, we need to grab the release tarball
|
|
SRC_URI = "https://gitlab.com/tango-controls/cppTango/-/archive/${PV}/cppTango-${PV}.tar.gz"
|
|
S = "${WORKDIR}/cppTango-${PV}"
|
|
|
|
DEPENDS = "omniorb-native omniorb tango-idl zeromq cppzmq jpeg"
|
|
RDEPENDS:${PN} = "tango-common"
|
|
|
|
EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release"
|
|
|
|
inherit cmake python3native pkgconfig
|
|
|
|
BBCLASSEXTEND = "nativesdk"
|