add TangoTest
This commit is contained in:
parent
068d299fad
commit
eb14a4951f
7
recipes-core/packagegroups/packagegroup-tango-test.bb
Normal file
7
recipes-core/packagegroups/packagegroup-tango-test.bb
Normal 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 \
|
||||||
|
"
|
||||||
12
recipes-tools/tango-test/tango-test.inc
Normal file
12
recipes-tools/tango-test/tango-test.inc
Normal 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"
|
||||||
6
recipes-tools/tango-test/tango-test_3.9.bb
Normal file
6
recipes-tools/tango-test/tango-test_3.9.bb
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
require tango-test.inc
|
||||||
|
|
||||||
|
# tag 3.9
|
||||||
|
SRCREV = "22a9253668466d88c986d4499da410362c9f8850"
|
||||||
|
|
||||||
|
PREFERRED_VERSION_libtango = "9.5.%"
|
||||||
Loading…
x
Reference in New Issue
Block a user