git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03acc69
)
qt4 staging: try harder to fish out qt tools
author
Koen Kooi
<koen@openembedded.org>
Sat, 6 Sep 2008 22:31:10 +0000
(22:31 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 6 Sep 2008 22:31:10 +0000
(22:31 +0000)
packages/qt4/qt-embedded_4.4.1.bb
patch
|
blob
|
history
packages/qt4/qt4-x11-free_4.4.1.bb
patch
|
blob
|
history
packages/qt4/qt_staging.inc
patch
|
blob
|
history
packages/qt4/qtopia-core_4.4.1.bb
patch
|
blob
|
history
diff --git
a/packages/qt4/qt-embedded_4.4.1.bb
b/packages/qt4/qt-embedded_4.4.1.bb
index
70a461d
..
0bc82e7
100644
(file)
--- a/
packages/qt4/qt-embedded_4.4.1.bb
+++ b/
packages/qt4/qt-embedded_4.4.1.bb
@@
-3,7
+3,7
@@
require qtopia-core.inc
PROVIDES += "qtopia-core"
RPROVIDES_${PN} = "qtopia-core"
-PR = "r
0
"
+PR = "r
1
"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
file://qconfig-oe.h \
diff --git
a/packages/qt4/qt4-x11-free_4.4.1.bb
b/packages/qt4/qt4-x11-free_4.4.1.bb
index
7d30503
..
3bef76f
100644
(file)
--- a/
packages/qt4/qt4-x11-free_4.4.1.bb
+++ b/
packages/qt4/qt4-x11-free_4.4.1.bb
@@
-1,4
+1,6
@@
require qt4-x11-free.inc
+PR = "r1"
+
SRC_URI += " \
file://0002-fix-resinit-declaration.patch;patch=1 \
file://0006-freetype-host-includes.patch;patch=1 \
diff --git
a/packages/qt4/qt_staging.inc
b/packages/qt4/qt_staging.inc
index
75b5b57
..
49f51a2
100644
(file)
--- a/
packages/qt4/qt_staging.inc
+++ b/
packages/qt4/qt_staging.inc
@@
-18,6
+18,7
@@
do_stage_append() {
install -d ${STAGING_DIR_TARGET}/qt4/bin
cp ${STAGING_DIR_NATIVE}/qt4/bin/* ${STAGING_DIR_TARGET}/qt4/bin/ || true
+ cp ${STAGING_DIR_NATIVE}/${bindir}/{rcc*,uic*,moc*} ${STAGING_DIR_TARGET}/qt4/bin/ || true
for qttool in ${STAGING_DIR_TARGET}/qt4/bin/*4 ; do
ln -sf $qttool ${STAGING_DIR_TARGET}/qt4/bin/$(basename $qttool |sed s:4::g)
done
diff --git
a/packages/qt4/qtopia-core_4.4.1.bb
b/packages/qt4/qtopia-core_4.4.1.bb
index
158e29c
..
061fd2c
100644
(file)
--- a/
packages/qt4/qtopia-core_4.4.1.bb
+++ b/
packages/qt4/qtopia-core_4.4.1.bb
@@
-3,4
+3,4
@@
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"
#keep in sync with qt-embedded_${PV}.bb
-PR = "r
0
"
+PR = "r
1
"