diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-02 16:21:56 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-02 16:21:56 +0000 |
commit | 9d225568d39da0fcff4410e354e7d08594c01ebd (patch) | |
tree | 6f9e37f7192926808e9d3a6fc17489a465f5bf92 /meta/packages/kexec/kexec-tools.inc | |
parent | 18ba0bc495a737f765e4a6da70479ef4ec392d74 (diff) | |
download | openembedded-core-9d225568d39da0fcff4410e354e7d08594c01ebd.tar.gz openembedded-core-9d225568d39da0fcff4410e354e7d08594c01ebd.tar.bz2 openembedded-core-9d225568d39da0fcff4410e354e7d08594c01ebd.zip |
kexec-tools: Fix synatx error with recent autoconf+automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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" |