facadedevice: add release 1.0.4 from git

This commit is contained in:
Grzegorz Kowalski 2024-03-16 19:53:52 +01:00
parent eb14a4951f
commit a2ed0e9627
5 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,13 @@
SUMMARY = "A descriptive interface for reactive high-level Tango devices"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
SRC_URI = "git://github.com/MaxIV-KitsControls/tango-facadedevice.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
DEPENDS = "python3-setuptools-scm-native"
RDEPENDS:${PN} = "python3-pytango"
inherit allarch python3targetconfig python_setuptools_build_meta
BBCLASSEXTEND = "nativesdk"

View File

@ -1,7 +1,7 @@
require python3-facadedevice.inc
require python3-facadedevice-pypi.inc
# pypi package for 1.0.1
SRC_URI[sha256sum] = "87c71636b5b217ced3d8a6fdf4e3b3a5a24589be8940b0dee35314079783b659"
# patch new collections API in Python 3.10
SRC_URI += "file://0001-py3.10-fix-collections.patch"
SRC_URI += "file://0001-1.0.1-py3.10-fix-collections.patch"

View File

@ -0,0 +1,4 @@
require python3-facadedevice-git.inc
# tag 1.0.4
SRCREV = "c20e6d939efb80be8f2872434d4a8a7629ad954f"