summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-01-15 15:31:34 +0000
committerJoshua Lock <josh@linux.intel.com>2010-01-15 15:31:34 +0000
commite77bc0b84876a40d8ffd349d34971d2113593933 (patch)
tree949e50bc72f05a6a71f92feb9df0b2857f240ed7 /meta
parentba66481c9d46f81961465b6962f831082027ef84 (diff)
downloadpoky-e77bc0b84876a40d8ffd349d34971d2113593933.tar.gz
kexec-tools: Set COMPATIBLE_HOST as mips is unsupported
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/kexec/kexec-tools.inc1
-rw-r--r--meta/packages/kexec/kexec-tools_1.101.bb2
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
8inherit autotools 8inherit autotools
9 9
10COMPATIBLE_HOST = '(x86_64|i.86.*|arm.*)-(linux|freebsd.*)'
10 11
11SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ 12SRC_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
2export LDFLAGS = "-L${STAGING_LIBDIR}" 2export LDFLAGS = "-L${STAGING_LIBDIR}"
3EXTRA_OECONF = " --with-zlib=yes" 3EXTRA_OECONF = " --with-zlib=yes"
4 4
5PR = "r6" 5PR = "r7"