binutils: added COMPATIBLE_TARGET_SYS
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 16 Jul 2010 17:04:08 +0000 (19:04 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 21 Jul 2010 18:03:14 +0000 (20:03 +0200)
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the inc file
and COMPATIBLE_TARGET_SYS = "." to the few recipes that do
support nios2

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/binutils/binutils.inc
recipes/binutils/binutils_2.17.50.0.12.bb
recipes/binutils/binutils_2.20.1.bb

index a1866f3..75ee66a 100644 (file)
@@ -5,6 +5,8 @@ LICENSE = "GPL"
 
 INC_PR = "r10"
 
+COMPATIBLE_TARGET_SYS ?= "(?!nios2)"
+
 inherit autotools gettext
 
 PACKAGES += "${PN}-symlinks"
index 70c0801..55d7614 100644 (file)
@@ -1,6 +1,8 @@
 require binutils.inc
 PR = "${INC_PR}.1"
 
+COMPATIBLE_TARGET_SYS = "."
+
 SRC_URI = \
     "${KERNELORG_MIRROR}/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \
      file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch \
index 624848c..e4cc15a 100644 (file)
@@ -3,6 +3,8 @@ LICENSE = "GPLv3"
 
 PR = "${INC_PR}.1"
 
+COMPATIBLE_TARGET_SYS = "."
+
 SRC_URI = "\
      ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2;name=tarball \
      file://binutils-uclibc-100-uclibc-conf.patch \