tango-idl: change SRC_URI to git repo, change version to 5.1.2

This commit is contained in:
Grzegorz Kowalski 2024-03-08 20:30:32 +01:00
parent bd9f093771
commit 9f02adc3b2
3 changed files with 7 additions and 6 deletions

View File

@ -2,12 +2,11 @@ SUMMARY = "IDL definitions for Tango Controls"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6c9432eab6a070a936cf9da6191d6db6"
SRC_URI = "https://gitlab.com/tango-controls/tango-idl/-/archive/${PV}/tango-idl-${PV}.tar.gz"
S = "${WORKDIR}/tango-idl-${PV}"
SRC_URI = "git://gitlab.com/tango-controls/tango-idl.git;protocol=https;branch=main"
S = "${WORKDIR}/git"
DEPENDS = "omniorb-native"
inherit cmake
inherit cmake pkgconfig
BBCLASSEXTEND = "nativesdk"

View File

@ -1,2 +0,0 @@
require tango-idl.inc
SRC_URI[sha256sum] = "864dc73510fea5d71c8d7120ecb0d0df13510b37319120367305b94490b5751e"

View File

@ -0,0 +1,4 @@
require tango-idl.inc
# tag 5.1.2
SRCREV = "89225b5ef6293d038e633414dd2ea917a99aea74"