[oe-commits] Guo Hongruan : Fix a bug of COMPATIBLE_HOST defination in linux-sun4cdm_*. bb

git version control git at git.openembedded.org
Fri Jan 22 09:05:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a72f0d33dd88bcc183ec8d7efd8ff814d6528cc3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a72f0d33dd88bcc183ec8d7efd8ff814d6528cc3

Author: Guo Hongruan <camelguo at gmail.com>
Date:   Thu Jan 21 22:55:56 2010 +0000

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 at juszkiewicz.com.pl>

---

 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
 





More information about the Openembedded-commits mailing list