diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-01 10:30:35 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-01 10:30:35 +0200 |
commit | b27607f52baa8a56e0cde5669e0ee2f5115a82f6 (patch) | |
tree | 7d7cae65e7715062a7c8a271718f9664ffaa1e83 | |
parent | 27fe86c909b2d8df8730513f57d85ebafebe54f1 (diff) |
qt4-embedded: rename qt-embedded-* to qt4-embedded-*
-rw-r--r-- | recipes/qt4/qt4-embedded_4.4.3.bb | 4 | ||||
-rw-r--r-- | recipes/qt4/qt4-embedded_4.5.0.bb | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes/qt4/qt4-embedded_4.4.3.bb b/recipes/qt4/qt4-embedded_4.4.3.bb index 050b2c66ac..c7685c3770 100644 --- a/recipes/qt4/qt4-embedded_4.4.3.bb +++ b/recipes/qt4/qt4-embedded_4.4.3.bb @@ -4,7 +4,7 @@ LICENSE = "GPL QPL" PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" DEPENDS += "tslib" -PR = "r10" +PR = "r11" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \ file://0001-cross-compile.patch;patch=1 \ @@ -29,7 +29,7 @@ QT_CONFIG_FLAGS += " \ -DQT_KEYPAD_NAVIGATION \ " -QT_BASE_NAME = "qt-embedded" +QT_BASE_NAME = "qt4-embedded" QT_BASE_LIB = "libqt-embedded" QT_DIR_NAME = "qtopia" QT_LIBINFIX="E" diff --git a/recipes/qt4/qt4-embedded_4.5.0.bb b/recipes/qt4/qt4-embedded_4.5.0.bb index 90a3b28a8f..35b56de48a 100644 --- a/recipes/qt4/qt4-embedded_4.5.0.bb +++ b/recipes/qt4/qt4-embedded_4.5.0.bb @@ -4,6 +4,7 @@ LICENSE = "GPL LGPL QPL" PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" DEPENDS += "tslib" +PR = "r1" DEFAULT_PREFERENCE = "-1" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \ @@ -30,7 +31,7 @@ QT_CONFIG_FLAGS += " \ -DQT_KEYPAD_NAVIGATION \ " -QT_BASE_NAME = "qt-embedded" +QT_BASE_NAME = "qt4-embedded" QT_BASE_LIB = "libqt-embedded" QT_DIR_NAME = "qtopia" QT_LIBINFIX="E" |