libtango: set preferred version of tango-idl

This commit is contained in:
Grzegorz Kowalski 2024-03-08 20:31:57 +01:00
parent 9f02adc3b2
commit ac25755aa9
2 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,8 @@ 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"

View File

@ -1,2 +1,4 @@
require libtango.inc
SRC_URI[sha256sum] = "8f8cd49d5287f66f84088a1cf2fa427c98a4a567fb81cce8479e1b14c4307b16"
PREFERRED_VERSION_tango-idl = "5.1.%"