diff options
Diffstat (limited to 'meta/packages/kexec/kexec-tools.inc')
-rw-r--r-- | meta/packages/kexec/kexec-tools.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/kexec/kexec-tools.inc b/meta/packages/kexec/kexec-tools.inc index f806e71480..242e206faa 100644 --- a/meta/packages/kexec/kexec-tools.inc +++ b/meta/packages/kexec/kexec-tools.inc @@ -10,4 +10,5 @@ inherit autotools SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ file://kexec-tools-arm.patch;patch=1 \ - file://kexec-arm-atags.patch;patch=1" + file://kexec-arm-atags.patch;patch=1 \ + file://recentheader.patch;patch=1" |