linux-libc-headers: added COMPATIBLE_TARGET_SYS
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 16 Jul 2010 17:09:55 +0000 (19:09 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 21 Jul 2010 18:03:15 +0000 (20:03 +0200)
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@gmail.com>
recipes/linux-libc-headers/linux-libc-headers.inc
recipes/linux-libc-headers/linux-libc-headers_2.6.34.bb

index 3410f35..642e369 100644 (file)
@@ -8,3 +8,5 @@ RDEPENDS_${PN}-dev = ""
 RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"
 
 inherit kernel-arch
+
+COMPATIBLE_TARGET_SYS ?= "(?!nios2)"
index e547399..8e0df2e 100644 (file)
@@ -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 \
          "