diff --git a/recipes-support/tango-idl/tango-idl.inc b/recipes-support/tango-idl/tango-idl.inc index e01670a..45ae4ed 100644 --- a/recipes-support/tango-idl/tango-idl.inc +++ b/recipes-support/tango-idl/tango-idl.inc @@ -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" diff --git a/recipes-support/tango-idl/tango-idl_5.1.0.bb b/recipes-support/tango-idl/tango-idl_5.1.0.bb deleted file mode 100644 index d501190..0000000 --- a/recipes-support/tango-idl/tango-idl_5.1.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -require tango-idl.inc -SRC_URI[sha256sum] = "864dc73510fea5d71c8d7120ecb0d0df13510b37319120367305b94490b5751e" diff --git a/recipes-support/tango-idl/tango-idl_5.1.2.bb b/recipes-support/tango-idl/tango-idl_5.1.2.bb new file mode 100644 index 0000000..4d360ed --- /dev/null +++ b/recipes-support/tango-idl/tango-idl_5.1.2.bb @@ -0,0 +1,4 @@ +require tango-idl.inc + +# tag 5.1.2 +SRCREV = "89225b5ef6293d038e633414dd2ea917a99aea74"