1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 19:37:10 +00:00

autoconf: Remove code checking for hardcoded /usr/local

This code is only relevant for AIX and causes
problems with OE QA sniffer which detects -L/usr/local/lib
on linker commandline during cross compile and rightly barfs

This only happens when getloadavg() is not found in libc
so we do not reach that code with eglibc but only with uclibc

(From OE-Core rev: f235366c8a39679aa5beadf54a5e0ab7ece90d16)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2011-08-03 14:12:29 -07:00
committed by Richard Purdie
parent db6b664257
commit 281fc55ff9
2 changed files with 31 additions and 1 deletions
@@ -1,6 +1,6 @@
require autoconf.inc
PR = "r1"
PR = "r2"
PARALLEL_MAKE = ""
@@ -16,6 +16,7 @@ SRC_URI += "file://autoreconf-include.patch \
file://autoheader-nonfatal-warnings.patch \
${@['file://path_prog_fixes.patch', ''][bb.data.inherits_class('native', d)]} \
file://config_site.patch \
file://remove-usr-local-lib-from-m4.patch \
"
SRC_URI[md5sum] = "864d785215aa60d627c91fcb21b05b07"