summaryrefslogtreecommitdiff
path: root/recipes/glibc/glibc_2.5.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-22 21:21:28 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-22 21:21:28 +0200
commit52824cce0230ccee41d143bdc42f86372526d06b (patch)
treedfe2daa2c87620035817cf86acef63e8181df5a2 /recipes/glibc/glibc_2.5.bb
parentc67e3bb91799b93cfb4c94523919ca4e8166ab40 (diff)
glibc: added COMPATIBLE_TARGET_SYS
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the glibc.inc file and COMPATIBLE_TARGET_SYS = "." to the only recipe that does support nios2 (glibc_2.5.bb) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/glibc/glibc_2.5.bb')
-rw-r--r--recipes/glibc/glibc_2.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/glibc/glibc_2.5.bb b/recipes/glibc/glibc_2.5.bb
index 39551dcc7b..cb3b5474fe 100644
--- a/recipes/glibc/glibc_2.5.bb
+++ b/recipes/glibc/glibc_2.5.bb
@@ -1,6 +1,8 @@
require glibc.inc
PR = "${INC_PR}.2"
+COMPATIBLE_TARGET_SYS = "."
+
ARM_INSTRUCTION_SET = "arm"
PACKAGES_DYNAMIC = "libc6*"