mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
linux-libc-headers: fix for Make 3.82
Fix the kernel Makefile for use with Make 3.82 by splitting mixed implicit and normal rules into separate rules. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -2,11 +2,12 @@ require linux-libc-headers.inc
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
DEPENDS += "unifdef-native"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI += "file://hayes-gone.patch \
|
||||
file://ppc_glibc_build_fix.patch \
|
||||
file://connector-msg-size-fix.patch"
|
||||
file://ppc_glibc_build_fix.patch \
|
||||
file://make-382.patch \
|
||||
file://connector-msg-size-fix.patch"
|
||||
|
||||
S = "${WORKDIR}/linux-${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user