summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwann Roussy <erwann.roussy@savoirfairelinux.com>2022-11-28 16:19:18 +0100
committerKhem Raj <raj.khem@gmail.com>2022-11-28 11:32:26 -0800
commitf5cc539e40ef55f92258153135b337adf045e4a3 (patch)
tree0b818c95b625360884b2ed838775e7937f001984
parentd7ff75e29301de15b7a205942a2f974afad79f7c (diff)
downloadmeta-openembedded-f5cc539e40ef55f92258153135b337adf045e4a3.tar.gz
python3-linux-procfs: add recipe
Signed-off-by: Erwann Roussy <erwann.roussy@savoirfairelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-linux-procfs_0.7.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-linux-procfs_0.7.1.bb b/meta-python/recipes-devtools/python/python3-linux-procfs_0.7.1.bb
new file mode 100644
index 000000000..9395a792f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-linux-procfs_0.7.1.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Python classes to extract information from the Linux kernel /proc files."
2HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/"
3SECTION = "devel/python"
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
6
7SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git;branch=main"
8SRCREV = "7f43598387e44e2da93ead2e075b7232429e4cc4"
9
10S = "${WORKDIR}/git"
11
12inherit setuptools3