diff options
Diffstat (limited to 'recipes')
-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" |