[oe] [PATCH] Fix a bug of COMPATIBLE_HOST defination in linux-sun4cdm_*.bb

Guo Hongruan camelguo at gmail.com
Fri Jan 22 08:55:56 UTC 2010


* 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.
---
 recipes/linux/linux-sun4cdm_2.4.26.bb  |    2 +-
 recipes/linux/linux-sun4cdm_2.6.8.1.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-sun4cdm_2.4.26.bb b/recipes/linux/linux-sun4cdm_2.4.26.bb
index 52b3ecb..78a64d7 100644
--- a/recipes/linux/linux-sun4cdm_2.4.26.bb
+++ b/recipes/linux/linux-sun4cdm_2.4.26.bb
@@ -10,7 +10,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \
            file://defconfig"
 S = "${WORKDIR}/linux-${PV}"
 
-COMPATIBLE_HOST = 'sparc-linux'
+COMPATIBLE_HOST = 'sparc.*-linux'
 
 inherit kernel
 
diff --git a/recipes/linux/linux-sun4cdm_2.6.8.1.bb b/recipes/linux/linux-sun4cdm_2.6.8.1.bb
index 4058390..7b097a1 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
 
-- 
1.5.4.3





More information about the Openembedded-devel mailing list