uclibc.inc: allow EABI uclibc builds
authorKoen Kooi <koen@openembedded.org>
Mon, 11 Sep 2006 09:10:17 +0000 (09:10 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Sep 2006 09:10:17 +0000 (09:10 +0000)
packages/uclibc/uclibc.inc

index 2064489..8cd85d5 100644 (file)
@@ -14,7 +14,7 @@ MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
 
 python __anonymous () {
     import bb, re
-    uc_os = (re.match('.*uclibc$', bb.data.getVar('TARGET_OS', d, 1)) != None)
+    uc_os = (re.match('.*uclibc*', bb.data.getVar('TARGET_OS', d, 1)) != None)
     if not uc_os:
         raise bb.parse.SkipPackage("incompatible with target %s" %
                                    bb.data.getVar('TARGET_OS', d, 1))