diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-16 19:04:08 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-21 20:03:14 +0200 |
commit | 4a18e361acd79b87969ad7427338623f3c4b259f (patch) | |
tree | e371945523412e6689edd798b082d6a8d2daac13 /recipes/binutils | |
parent | dc1f15bcd4740094ce7a02d1d6e0389469870788 (diff) |
binutils: added COMPATIBLE_TARGET_SYS
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>
Diffstat (limited to 'recipes/binutils')
-rw-r--r-- | recipes/binutils/binutils.inc | 2 | ||||
-rw-r--r-- | recipes/binutils/binutils_2.17.50.0.12.bb | 2 | ||||
-rw-r--r-- | recipes/binutils/binutils_2.20.1.bb | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/recipes/binutils/binutils.inc b/recipes/binutils/binutils.inc index a1866f3297..75ee66a7c2 100644 --- a/recipes/binutils/binutils.inc +++ b/recipes/binutils/binutils.inc @@ -5,6 +5,8 @@ LICENSE = "GPL" INC_PR = "r10" +COMPATIBLE_TARGET_SYS ?= "(?!nios2)" + inherit autotools gettext PACKAGES += "${PN}-symlinks" diff --git a/recipes/binutils/binutils_2.17.50.0.12.bb b/recipes/binutils/binutils_2.17.50.0.12.bb index 70c080196c..55d7614a9a 100644 --- a/recipes/binutils/binutils_2.17.50.0.12.bb +++ b/recipes/binutils/binutils_2.17.50.0.12.bb @@ -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 \ diff --git a/recipes/binutils/binutils_2.20.1.bb b/recipes/binutils/binutils_2.20.1.bb index 624848ca29..e4cc15aef6 100644 --- a/recipes/binutils/binutils_2.20.1.bb +++ b/recipes/binutils/binutils_2.20.1.bb @@ -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 \ |