diff options
author | Lukas Gorris <lukas.gorris@gmail.com> | 2009-04-02 21:23:17 +0200 |
---|---|---|
committer | Lukas Gorris <lukas.gorris@gmail.com> | 2009-04-02 21:23:17 +0200 |
commit | c1bc969ba3030b6c421cc5d8facc8e1b281d8b9b (patch) | |
tree | eb11b688cc03f3e5efdf5823bda6ac497db5c11c /recipes/qt4/qt4-embedded_4.4.3.bb | |
parent | 052a3fba741a0b82204c93a37caaee17b32b6115 (diff) | |
parent | 4af6bdcda04ee551a4b07cd6e14c250d207b3266 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/qt4/qt4-embedded_4.4.3.bb')
-rw-r--r-- | recipes/qt4/qt4-embedded_4.4.3.bb | 4 |
1 files changed, 2 insertions, 2 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" |