python3-xapp: Initial add 2.2.1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-20 00:07:55 +02:00
parent 4dde9d6bbc
commit f4824cc7a8

View File

@@ -0,0 +1,14 @@
SUMMARY = "Python3 Xapp Library"
LICENSE = "LGPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
inherit setuptools3
SRC_URI = "git://github.com/linuxmint/python3-xapp.git;branch=master;protocol=https"
SRCREV = "7498934c4eb8da341ae782bf4fa6b8219866d7e1"
PV = "2.2.1"
S = "${WORKDIR}/git"
RDEPENDS:${PN} += " \
libxapp-python3 \
"