diff options
author | Dominik Holland <dominik.holland@pelagicore.com> | 2017-07-14 11:19:58 +0200 |
---|---|---|
committer | Dominik Holland <dominik.holland@pelagicore.com> | 2017-07-18 20:07:18 +0000 |
commit | e9a9002eac0e6d667826c18cb6f0d96e536eacd0 (patch) | |
tree | c5a1b57dedbfdaef79fe913d1adc07571f5cc8d8 | |
parent | 4471c546cfff6a0b50f71a1fafabc64a2cc87818 (diff) | |
download | meta-boot2qt-e9a9002eac0e6d667826c18cb6f0d96e536eacd0.tar.gz |
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 <gordan.markus@pelagicore.com>
-rw-r--r-- | recipes/python/python3-native_%.bbappend | 1 | ||||
-rw-r--r-- | recipes/python/python3_%.bbappend | 1 |
2 files changed, 2 insertions, 0 deletions
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" | |||