diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-02-27 12:45:26 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-02-27 12:45:26 +0100 |
commit | 4930180982063f18d2de5c7b8d7c5e215e79e3b5 (patch) | |
tree | 383e31cd39949252e063ebb978fe21a50255d6ea | |
parent | 261a75754408f340b39aa7b3e26897d72db9bf34 (diff) |
qtopia4core.bbclass: depend qt-embedded, qtopia-core is obsolete
-rw-r--r-- | classes/qtopia4core.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qtopia4core.bbclass b/classes/qtopia4core.bbclass index b5f10fa486..3fac2bda9b 100644 --- a/classes/qtopia4core.bbclass +++ b/classes/qtopia4core.bbclass @@ -1,4 +1,4 @@ -DEPENDS_prepend = "${@["qtopia-core ", ""][(bb.data.getVar('PN', d, 1) == 'qtopia-core')]}" +DEPENDS_prepend = "${@["qt-embedded ", ""][(bb.data.getVar('PN', d, 1) == 'qt-embedded')]}" inherit qmake2 QT_DIR_NAME = "qtopia" |