From ad979cf10cea079510cff53d9d77fd2a39d45e2e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 24 Mar 2006 11:24:52 +0000 Subject: [PATCH] qmake-bbclass: make it know about linux-gnueabi --- classes/qmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/qmake.bbclass b/classes/qmake.bbclass index 10aa8c9f7d..0d3f45c363 100644 --- a/classes/qmake.bbclass +++ b/classes/qmake.bbclass @@ -2,7 +2,7 @@ inherit qmake-base qmake_do_configure() { case ${QMAKESPEC} in - *linux-oe-g++|*linux-uclibc-oe-g++) + *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++) ;; *-oe-g++) die Unsupported target ${TARGET_OS} for oe-g++ qmake spec -- 2.39.5