[oe-commits] Frans Meulenbroeks : linux-libc-headers: added COMPATIBLE_TARGET_SYS

git version control git at git.openembedded.org
Wed Jul 21 20:14:27 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Jul 16 19:09:55 2010 +0200

linux-libc-headers: added COMPATIBLE_TARGET_SYS

added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the inc file
and COMPATIBLE_TARGET_SYS = "." to the only recipe that does
support nios2

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/linux-libc-headers/linux-libc-headers.inc  |    2 ++
 .../linux-libc-headers_2.6.34.bb                   |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/linux-libc-headers/linux-libc-headers.inc b/recipes/linux-libc-headers/linux-libc-headers.inc
index 3410f35..642e369 100644
--- a/recipes/linux-libc-headers/linux-libc-headers.inc
+++ b/recipes/linux-libc-headers/linux-libc-headers.inc
@@ -8,3 +8,5 @@ RDEPENDS_${PN}-dev = ""
 RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
 
 inherit kernel-arch
+
+COMPATIBLE_TARGET_SYS ?= "(?!nios2)"
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
index e547399..8e0df2e 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb
@@ -7,6 +7,8 @@ INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
 PR = "r1"
 
+COMPATIBLE_TARGET_SYS = "."
+
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
 	  "
 





More information about the Openembedded-commits mailing list