mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
python 2.7: fix multilib patch to accept multiarch style paths
Using 'basename' to strip the prefix fails when using multiarch style paths. (From OE-Core rev: c61c416a6504f7e8885df3c94c839d1031920a1c) Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2c9c4a406a
commit
f03dccc7ec
@@ -11,7 +11,7 @@ Index: Python-2.7.14/configure.ac
|
||||
|
||||
+AC_SUBST(LIB)
|
||||
+AC_MSG_CHECKING(LIB)
|
||||
+LIB=`basename ${libdir}`
|
||||
+LIB="SEDMELIBLEAF"
|
||||
+AC_MSG_RESULT($LIB)
|
||||
|
||||
AC_SUBST(LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user