mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
libplist: fix python 3.12 compatibility
Ticket: https://github.com/libimobiledevice/libplist/issues/247 Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
026721909a
commit
d1c8993159
@@ -22,6 +22,10 @@ CVE_STATUS_LIBLIST = " \
|
|||||||
CVE-2017-5836 \
|
CVE-2017-5836 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
do_configure:prepend() {
|
||||||
|
rm ${S}/m4/ax_python_devel.m4
|
||||||
|
}
|
||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
|
if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
|
||||||
chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
|
chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
|
||||||
|
|||||||
@@ -23,6 +23,10 @@ CVE_STATUS_LIBLIST = " \
|
|||||||
CVE-2017-5836 \
|
CVE-2017-5836 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
do_configure:prepend() {
|
||||||
|
rm ${S}/m4/ax_python_devel.m4
|
||||||
|
}
|
||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
|
if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
|
||||||
chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
|
chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
|
||||||
|
|||||||
Reference in New Issue
Block a user