diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-09-26 18:09:19 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-09-26 18:10:50 +0200 |
commit | 3726ebb80ecb3a21c1acbd98967ab5de7b58e5a6 (patch) | |
tree | aec87005ddc5c9c353f8149850e20c06f81b557f /recipes/kexec/kexec-tools-klibc-static_2.0.1.bb | |
parent | 1c1c4a18003cc8cc830262502dd96f5e1304ca57 (diff) |
kexec-tools-klibc-static_2.0.1: update patch against new ver. Still broken. WIP
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" |