aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-sun4cdm_2.6.8.1.bb
diff options
context:
space:
mode:
authorGuo Hongruan <camelguo@gmail.com>2010-01-21 22:55:56 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-01-22 10:04:02 +0100
commita72f0d33dd88bcc183ec8d7efd8ff814d6528cc3 (patch)
tree26894267bab8df7deb4449e27daf5cdacedeb0ec /recipes/linux/linux-sun4cdm_2.6.8.1.bb
parentfc301f15838dcb42abb0b4f11f453441ba995a46 (diff)
downloadopenembedded-a72f0d33dd88bcc183ec8d7efd8ff814d6528cc3.tar.gz
Fix a bug of COMPATIBLE_HOST defination in linux-sun4cdm_*.bb
* Correct the defination of COMPATIBLE_HOST in linux-sun4cdm_2.4.26.bb and linux-sun4cdm_2.6.8.1.bb, the previous defination causes linux-sun4cdm never been selected. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/linux/linux-sun4cdm_2.6.8.1.bb')
-rw-r--r--recipes/linux/linux-sun4cdm_2.6.8.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-sun4cdm_2.6.8.1.bb b/recipes/linux/linux-sun4cdm_2.6.8.1.bb
index 40583903d8..7b097a1610 100644
--- a/recipes/linux/linux-sun4cdm_2.6.8.1.bb
+++ b/recipes/linux/linux-sun4cdm_2.6.8.1.bb
@@ -7,7 +7,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
file://sun4c_defconfig"
S = "${WORKDIR}/linux-${PV}"
-COMPATIBLE_HOST = 'sparc-linux'
+COMPATIBLE_HOST = 'sparc.*-linux'
inherit kernel