diff options
author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-04-14 15:02:05 +0800 |
---|---|---|
committer | Trevor Gamblin <tvgamblin@gmail.com> | 2022-04-17 16:46:16 +0000 |
commit | 6fbe7f748706229f43a2e06b08b6e1e729942314 (patch) | |
tree | 4281b8dea38e55278538e97631e32c0ed367a63f | |
parent | eef9ef6b875ba02796153923fecbb6effc2549d4 (diff) | |
download | meta-openembedded-6fbe7f748706229f43a2e06b08b6e1e729942314.tar.gz |
python3-kivy: upgrade 2.0.0 -> 2.1.0
License-Updated:
years update to 2022
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb (renamed from meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb index 38f5216f56..684bca03e1 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Open source Python library for rapid development of applications \ | |||
2 | that make use of innovative user interfaces, such as multi-touch apps." | 2 | that make use of innovative user interfaces, such as multi-touch apps." |
3 | HOMEPAGE = "https://kivy.org/" | 3 | HOMEPAGE = "https://kivy.org/" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=22e7b4dd8140eec57fd7edfd9fa23dfc" |
6 | 6 | ||
7 | inherit setuptools3 pkgconfig features_check | 7 | inherit setuptools3 pkgconfig features_check |
8 | PIP_INSTALL_PACKAGE = "Kivy" | 8 | PIP_INSTALL_PACKAGE = "Kivy" |
@@ -18,7 +18,7 @@ SRC_URI = "\ | |||
18 | SRC_URI += " \ | 18 | SRC_URI += " \ |
19 | file://0001-add-support-for-glesv2.patch \ | 19 | file://0001-add-support-for-glesv2.patch \ |
20 | " | 20 | " |
21 | SRCREV = "dedcb6bcabe3d8d6758dcee607e8c33b174d782b" | 21 | SRCREV = "960b95dc666753f59eff1b449124490fbec10184" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||