From 67aff6b520efe4881e47c244623b4ffbf5c86e94 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Mon, 16 Jan 2017 13:36:45 +0800 Subject: python-greenlet: 0.4.9 -> 0.4.11 1) Upgrade python-greenlet from 0.4.9 to 0.4.11. 2) Delete 0001-Use-x-instead-of-r-for-aarch64-register-names.patch, since it is integrated upstream. Signed-off-by: Huang Qiyu Signed-off-by: Martin Jansa --- ...x-instead-of-r-for-aarch64-register-names.patch | 38 ---------------------- .../python/python-greenlet_0.4.11.bb | 11 +++++++ .../python/python-greenlet_0.4.9.bb | 14 -------- 3 files changed, 11 insertions(+), 52 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-greenlet/0001-Use-x-instead-of-r-for-aarch64-register-names.patch create mode 100644 meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb delete mode 100644 meta-python/recipes-devtools/python/python-greenlet_0.4.9.bb diff --git a/meta-python/recipes-devtools/python/python-greenlet/0001-Use-x-instead-of-r-for-aarch64-register-names.patch b/meta-python/recipes-devtools/python/python-greenlet/0001-Use-x-instead-of-r-for-aarch64-register-names.patch deleted file mode 100644 index 4868bf3bcb..0000000000 --- a/meta-python/recipes-devtools/python/python-greenlet/0001-Use-x-instead-of-r-for-aarch64-register-names.patch +++ /dev/null @@ -1,38 +0,0 @@ -From b53fb3bf861f895034452e984f2accb8bebbd3c9 Mon Sep 17 00:00:00 2001 -From: Fredrik Fornwall -Date: Wed, 7 Sep 2016 09:25:54 +0200 -Subject: [PATCH] Use x instead of r for aarch64 register names - -This fixes clang compatibility. ---- -Upstream-Status: Backport - - platform/switch_aarch64_gcc.h | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/platform/switch_aarch64_gcc.h b/platform/switch_aarch64_gcc.h -index 2fbc569..0b9d556 100644 ---- a/platform/switch_aarch64_gcc.h -+++ b/platform/switch_aarch64_gcc.h -@@ -2,6 +2,7 @@ - * this is the internal transfer function. - * - * HISTORY -+ * 07-Sep-16 Add clang support using x register naming. Fredrik Fornwall - * 13-Apr-13 Add support for strange GCC caller-save decisions - * 08-Apr-13 File creation. Michael Matz - * -@@ -15,8 +16,8 @@ - - #ifdef SLP_EVAL - #define STACK_MAGIC 0 --#define REGS_TO_SAVE "r19", "r20", "r21", "r22", "r23", "r24", "r25", "r26", \ -- "r27", "r28", "r30" /* aka lr */, \ -+#define REGS_TO_SAVE "x19", "x20", "x21", "x22", "x23", "x24", "x25", "x26", \ -+ "x27", "x28", "x30" /* aka lr */, \ - "v8", "v9", "v10", "v11", \ - "v12", "v13", "v14", "v15" - --- -1.9.1 - diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb new file mode 100644 index 0000000000..ca4786fc91 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-greenlet_0.4.11.bb @@ -0,0 +1,11 @@ +SUMMARY = "Python lightweight in-process concurrent programming" +LICENSE = "MIT & PSF" +LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \ + file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" + +SRC_URI[md5sum] = "774808f543e130621700863bc20a21fe" +SRC_URI[sha256sum] = "e46510543912135b2663c2fc4e2867497579466d82184710b84fb718b31cc95d" + +PYPI_PACKAGE_EXT = "zip" +inherit pypi distutils + diff --git a/meta-python/recipes-devtools/python/python-greenlet_0.4.9.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.9.bb deleted file mode 100644 index 4c0faf5720..0000000000 --- a/meta-python/recipes-devtools/python/python-greenlet_0.4.9.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Python lightweight in-process concurrent programming" -LICENSE = "MIT & PSF" -LIC_FILES_CHKSUM = "file://LICENSE;md5=03143d7a1a9f5d8a0fee825f24ca9c36 \ - file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" - -SRC_URI += "\ - file://0001-Use-x-instead-of-r-for-aarch64-register-names.patch \ - " -SRC_URI[md5sum] = "c6659cdb2a5e591723e629d2eef22e82" -SRC_URI[sha256sum] = "58b2f3a2e7075c655616bf95e82868db4980f3bb6661db70ad02a51e4ddd2252" - -PYPI_PACKAGE_EXT = "zip" -inherit pypi distutils - -- cgit 1.2.3-korg