diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-16 01:41:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-09-16 07:10:03 -0700 |
| commit | e14f5f7714a00c9e0437c872ec85f22be0d619cf (patch) | |
| tree | 97678279910dc9e99777924cf01efdca3c5433de /meta-oe/recipes-devtools/python/python-cpuset_1.6.bb | |
| parent | 65dca46defe6ca3c15bc7f201fdd2cc5bf3701ca (diff) | |
| download | meta-openembedded-e14f5f7714a00c9e0437c872ec85f22be0d619cf.tar.gz | |
python-cpuset: update to 1.6
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-cpuset_1.6.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-cpuset_1.6.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-cpuset_1.6.bb b/meta-oe/recipes-devtools/python/python-cpuset_1.6.bb new file mode 100644 index 0000000000..1255a51f75 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-cpuset_1.6.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | |||
| 6 | S = "${WORKDIR}/git" | ||
| 7 | SRCREV = "6c46d71a1c6ee711063153b9f7787280128f7252" | ||
| 8 | SRC_URI = "git://github.com/lpechacek/cpuset.git;protocol=https;" | ||
| 9 | |||
| 10 | inherit distutils | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "\ | ||
| 13 | python-core \ | ||
| 14 | python-re \ | ||
| 15 | python-logging \ | ||
| 16 | python-textutils \ | ||
| 17 | python-unixadmin \ | ||
| 18 | " | ||
