mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 17:02:35 +02:00
Move GNU_HASH warning fixes here from meta-mentor
Internal toolchains generally don't see these, as they build that toolchain with the default behavior they expect, so it's appropriate to include these fixes with the external toolchain configuration, for now. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
4
core/recipes-devtools/python/python_2.7.3.bbappend
Normal file
4
core/recipes-devtools/python/python_2.7.3.bbappend
Normal file
@@ -0,0 +1,4 @@
|
||||
PR .= ".1"
|
||||
do_compile_prepend () {
|
||||
sed -i -e 's#^LDFLAGS=.*#LDFLAGS = -L. ${LDFLAGS}#g' Makefile
|
||||
}
|
||||
Reference in New Issue
Block a user