From 6664caa93967e81bfeefe8a87a265565b8e32abb Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 29 Jul 2009 10:17:20 +0200 Subject: [PATCH] qt4x11 bbclass: only match first 12 chars in automagical dependency adder --- classes/qt4x11.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/qt4x11.bbclass b/classes/qt4x11.bbclass index 923717f8af..aa2e2a174e 100644 --- a/classes/qt4x11.bbclass +++ b/classes/qt4x11.bbclass @@ -1,4 +1,4 @@ -DEPENDS_prepend = "${@["qt4x11 ", ""][(bb.data.getVar('PN', d, 1) == 'qt4-x11-free')]}" +DEPENDS_prepend = "${@["qt4x11 ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}" inherit qmake2 -- 2.39.5