diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-10-07 01:43:40 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-10-07 01:47:49 +0200 |
commit | a8d3d8a39f5941c12afe4386513722538e8fe122 (patch) | |
tree | b2afc7a08b366d747963d8af64f071a4c9002eb8 /recipes/kexec/kexec-tools2.inc | |
parent | 64e533c13d53941af1c87fb83a7e17c97972a6c4 (diff) |
kexec-tools_2.0.1: split klibc patch creating the 'no getline, no fscanf' patch
Diffstat (limited to 'recipes/kexec/kexec-tools2.inc')
-rw-r--r-- | recipes/kexec/kexec-tools2.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/kexec/kexec-tools2.inc b/recipes/kexec/kexec-tools2.inc index a4fe1b6c60..c34cc35e03 100644 --- a/recipes/kexec/kexec-tools2.inc +++ b/recipes/kexec/kexec-tools2.inc @@ -10,4 +10,5 @@ inherit autotools SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-${PV}.tar.gz \ file://fix-arm-arch-detection.patch;patch=1 \ + file://no-getline-no-fscanf.patch;patch=1 \ " |