add TangoTest

This commit is contained in:
Grzegorz Kowalski 2024-03-15 18:20:30 +01:00
parent 068d299fad
commit eb14a4951f
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DESCRIPTION = "Tango test package group with TangoTest device server"
require tango-packagegroup.inc
RDEPENDS:${PN} = " \
packagegroup-tango-ds \
tango-test \
"

View File

@ -0,0 +1,12 @@
SUMMARY = "TangoTest device server"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
SRC_URI = "gitsm://gitlab.com/tango-controls/TangoTest.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
DEPENDS = "libtango"
inherit cmake pkgconfig
FILES:${PN} += "${bindir}/TangoTest ${libdir}/TangoTest.so"

View File

@ -0,0 +1,6 @@
require tango-test.inc
# tag 3.9
SRCREV = "22a9253668466d88c986d4499da410362c9f8850"
PREFERRED_VERSION_libtango = "9.5.%"