summaryrefslogtreecommitdiff
path: root/packages/linux/gumstix_2.6.5-gnalm1-gum0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/gumstix_2.6.5-gnalm1-gum0.bb')
-rw-r--r--packages/linux/gumstix_2.6.5-gnalm1-gum0.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/linux/gumstix_2.6.5-gnalm1-gum0.bb b/packages/linux/gumstix_2.6.5-gnalm1-gum0.bb
index c0b3bf2742..846e5f4fa2 100644
--- a/packages/linux/gumstix_2.6.5-gnalm1-gum0.bb
+++ b/packages/linux/gumstix_2.6.5-gnalm1-gum0.bb
@@ -21,9 +21,4 @@ do_configure_prepend() {
oe_runmake oldconfig
}
-python __anonymous () {
- import re
- host = bb.data.getVar('HOST_SYS', d, 1)
- if not re.match('arm.*-linux', host):
- raise bb.parse.SkipPackage("incompatible with host %s" % host)
-}
+COMPATIBLE_HOST = 'arm.*-linux'