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 38919b3ff5..8b8c70af67 100644 --- a/meta/packages/kexec/kexec-tools.inc +++ b/meta/packages/kexec/kexec-tools.inc @@ -12,4 +12,5 @@ COMPATIBLE_HOST = '(x86_64|i.86.*|arm.*)-(linux|freebsd.*)' 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://recentheader.patch;patch=1" + file://recentheader.patch;patch=1 \ + file://configurefix.patch;patch=1" |