diff options
Diffstat (limited to 'recipes/kexec/kexec-tools-klibc-static_2.0.1.bb')
-rw-r--r-- | recipes/kexec/kexec-tools-klibc-static_2.0.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb index d2bc135902..b9586f005c 100644 --- a/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb +++ b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb @@ -6,7 +6,10 @@ DEFAULT_PREFERENCE = "-1" PR = "r0" DEPENDS = "klibc" -#SRC_URI += "file://kexec2-klibc.patch;patch=1" +SRC_URI += "file://kexec-tools-2-headers.patch;patch=1 \ + file://kexec-tools-2-klibc.patch;patch=1 \ + " + S = "${WORKDIR}/kexec-tools-${PV}" EXTRA_OECONF = " --without-zlib" |