diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-01-15 15:31:34 +0000 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-01-15 15:31:34 +0000 |
| commit | e77bc0b84876a40d8ffd349d34971d2113593933 (patch) | |
| tree | 949e50bc72f05a6a71f92feb9df0b2857f240ed7 | |
| parent | ba66481c9d46f81961465b6962f831082027ef84 (diff) | |
| download | poky-e77bc0b84876a40d8ffd349d34971d2113593933.tar.gz | |
kexec-tools: Set COMPATIBLE_HOST as mips is unsupported
Signed-off-by: Joshua Lock <josh@linux.intel.com>
| -rw-r--r-- | meta/packages/kexec/kexec-tools.inc | 1 | ||||
| -rw-r--r-- | meta/packages/kexec/kexec-tools_1.101.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/kexec/kexec-tools.inc b/meta/packages/kexec/kexec-tools.inc index 242e206faa..38919b3ff5 100644 --- a/meta/packages/kexec/kexec-tools.inc +++ b/meta/packages/kexec/kexec-tools.inc | |||
| @@ -7,6 +7,7 @@ DEPENDS = "virtual/kernel zlib" | |||
| 7 | 7 | ||
| 8 | inherit autotools | 8 | inherit autotools |
| 9 | 9 | ||
| 10 | COMPATIBLE_HOST = '(x86_64|i.86.*|arm.*)-(linux|freebsd.*)' | ||
| 10 | 11 | ||
| 11 | SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ | 12 | SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ |
| 12 | file://kexec-tools-arm.patch;patch=1 \ | 13 | file://kexec-tools-arm.patch;patch=1 \ |
diff --git a/meta/packages/kexec/kexec-tools_1.101.bb b/meta/packages/kexec/kexec-tools_1.101.bb index ee7d6c2ad0..17e8a41dc1 100644 --- a/meta/packages/kexec/kexec-tools_1.101.bb +++ b/meta/packages/kexec/kexec-tools_1.101.bb | |||
| @@ -2,4 +2,4 @@ require kexec-tools.inc | |||
| 2 | export LDFLAGS = "-L${STAGING_LIBDIR}" | 2 | export LDFLAGS = "-L${STAGING_LIBDIR}" |
| 3 | EXTRA_OECONF = " --with-zlib=yes" | 3 | EXTRA_OECONF = " --with-zlib=yes" |
| 4 | 4 | ||
| 5 | PR = "r6" | 5 | PR = "r7" |
