From 686609c996f21567b22dcf754f081abe6b9e8f40 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 31 Oct 2019 13:42:02 +0800 Subject: python-evdev: upgrade 0.7.0 -> 1.2.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-evdev.inc | 4 ++-- meta-python/recipes-devtools/python/python-evdev_0.7.0.bb | 2 -- meta-python/recipes-devtools/python/python-evdev_1.2.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-evdev_0.7.0.bb | 2 -- meta-python/recipes-devtools/python/python3-evdev_1.2.0.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-evdev_0.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python-evdev_1.2.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-evdev_0.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-evdev_1.2.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-evdev.inc b/meta-python/recipes-devtools/python/python-evdev.inc index 989d1e5f6c..953094ba74 100644 --- a/meta-python/recipes-devtools/python/python-evdev.inc +++ b/meta-python/recipes-devtools/python/python-evdev.inc @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/gvalkov/python-evdev" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2" -SRC_URI[md5sum] = "c7e855ae9f97f869a59e75b29f05ce74" -SRC_URI[sha256sum] = "57edafc469a414f58b51af1bfb9ee2babb9f626dd2df530d71c1176871850aa1" +SRC_URI[md5sum] = "53e440943dfa2514f95b3c448d6a36cb" +SRC_URI[sha256sum] = "b03f5e1be5b4a5327494a981b831d251a142b09e8778eda1a8b53eba91100166" do_compile_prepend() { rm -rf ${S}/evdev/ecodes.c diff --git a/meta-python/recipes-devtools/python/python-evdev_0.7.0.bb b/meta-python/recipes-devtools/python/python-evdev_0.7.0.bb deleted file mode 100644 index 63541363e3..0000000000 --- a/meta-python/recipes-devtools/python/python-evdev_0.7.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-evdev.inc diff --git a/meta-python/recipes-devtools/python/python-evdev_1.2.0.bb b/meta-python/recipes-devtools/python/python-evdev_1.2.0.bb new file mode 100644 index 0000000000..63541363e3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-evdev_1.2.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-evdev.inc diff --git a/meta-python/recipes-devtools/python/python3-evdev_0.7.0.bb b/meta-python/recipes-devtools/python/python3-evdev_0.7.0.bb deleted file mode 100644 index 3a92b6ec96..0000000000 --- a/meta-python/recipes-devtools/python/python3-evdev_0.7.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-evdev.inc diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.2.0.bb b/meta-python/recipes-devtools/python/python3-evdev_1.2.0.bb new file mode 100644 index 0000000000..3a92b6ec96 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-evdev_1.2.0.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-evdev.inc -- cgit v1.2.3-54-g00ecf