diff options
-rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb | 4 | ||||
-rw-r--r-- | meta-oe/recipes-extended/libimobiledevice/libplist_git.bb | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb index f636990f89..3eefda7332 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.3.0.bb | |||
@@ -22,6 +22,10 @@ CVE_STATUS_LIBLIST = " \ | |||
22 | CVE-2017-5836 \ | 22 | CVE-2017-5836 \ |
23 | " | 23 | " |
24 | 24 | ||
25 | do_configure:prepend() { | ||
26 | rm ${S}/m4/ax_python_devel.m4 | ||
27 | } | ||
28 | |||
25 | do_install:append () { | 29 | do_install:append () { |
26 | if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then | 30 | if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then |
27 | chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so | 31 | chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so |
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb index f8e7f98dfd..0142bcbaf5 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb | |||
@@ -23,6 +23,10 @@ CVE_STATUS_LIBLIST = " \ | |||
23 | CVE-2017-5836 \ | 23 | CVE-2017-5836 \ |
24 | " | 24 | " |
25 | 25 | ||
26 | do_configure:prepend() { | ||
27 | rm ${S}/m4/ax_python_devel.m4 | ||
28 | } | ||
29 | |||
26 | do_install:append () { | 30 | do_install:append () { |
27 | if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then | 31 | if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then |
28 | chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so | 32 | chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so |