diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-17 23:12:47 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-17 15:11:21 -0700 |
commit | 358b3982583c93fdc0a4cebdab31f923d77b7f8b (patch) | |
tree | cea587eb9d87c43e3bcd23c229e2584bc83f2a12 /meta-oe/recipes-devtools/sip | |
parent | 2bc281393aa6c6b83218f2996c32b793ac79a42a (diff) | |
download | meta-openembedded-358b3982583c93fdc0a4cebdab31f923d77b7f8b.tar.gz |
sip3: Upgrade 4.19.19 -> 4.19.23
Upgrade to release 4.19.23:
- Added some missing quotes to configure.py
- Fixed a race condition when calling the PyQt5-specific meta-call
helper.
- Fixed the wrapping of methods that return a Py_Ssize_t.
- The code generator now distinguishes between the copy/assignment
helper and the array helper when determining which helpers can
be generated.
- Fixed the code generation when making a copy of C++ object on
the stack to the heap when the class has no suitable ctor.
- Check there is a public copy ctor when we can't using an
assigment operator as a workaround.
- Preserve any current exception in the implementation of the
wrapper dealloc functions.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/sip')
-rw-r--r-- | meta-oe/recipes-devtools/sip/sip3_4.19.23.bb (renamed from meta-oe/recipes-devtools/sip/sip3_4.19.19.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip3_4.19.19.bb b/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb index e6a4653b5..320755b84 100644 --- a/meta-oe/recipes-devtools/sip/sip3_4.19.19.bb +++ b/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb | |||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" | |||
6 | 6 | ||
7 | SRC_URI = "https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz \ | 7 | SRC_URI = "https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz \ |
8 | " | 8 | " |
9 | SRC_URI[md5sum] = "98111479309dc472410f26080d6d4a88" | 9 | SRC_URI[md5sum] = "70adc0c9734e2d9dcd241d3f931dfc74" |
10 | SRC_URI[sha256sum] = "5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44" | 10 | SRC_URI[sha256sum] = "22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7" |
11 | 11 | ||
12 | inherit python3-dir python3native | 12 | inherit python3-dir python3native |
13 | 13 | ||