From e9a9002eac0e6d667826c18cb6f0d96e536eacd0 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Fri, 14 Jul 2017 11:19:58 +0200 Subject: python3: Remove the multilib patch This is needed to make the python3 binary work and find its modules Change-Id: Ief417b4217a11b721990f560b44221f1ad0f8f9d Reviewed-by: Gordan Markus --- recipes/python/python3-native_%.bbappend | 1 + recipes/python/python3_%.bbappend | 1 + 2 files changed, 2 insertions(+) create mode 100644 recipes/python/python3-native_%.bbappend create mode 100644 recipes/python/python3_%.bbappend diff --git a/recipes/python/python3-native_%.bbappend b/recipes/python/python3-native_%.bbappend new file mode 100644 index 0000000..9015f3f --- /dev/null +++ b/recipes/python/python3-native_%.bbappend @@ -0,0 +1 @@ +SRC_URI_remove = "file://python-3.3-multilib.patch" diff --git a/recipes/python/python3_%.bbappend b/recipes/python/python3_%.bbappend new file mode 100644 index 0000000..9015f3f --- /dev/null +++ b/recipes/python/python3_%.bbappend @@ -0,0 +1 @@ +SRC_URI_remove = "file://python-3.3-multilib.patch" -- cgit v1.2.3-54-g00ecf