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:
a3f3073
)
Fix installation of Qt/X11 3.3.2
author
Holger Freyther
<zecke@selfish.org>
Sat, 5 Jun 2004 23:18:59 +0000
(23:18 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Sat, 5 Jun 2004 23:18:59 +0000
(23:18 +0000)
-A '$' was missing in front of {libdir}
BKrev: 40c254e3wkMd7WFZ_bJ-Di4sy73T-g
qt/qt-x11-free_3.3.2.oe
patch
|
blob
|
history
diff --git
a/qt/qt-x11-free_3.3.2.oe
b/qt/qt-x11-free_3.3.2.oe
index
90d0628
..
d34ac39
100644
(file)
--- a/
qt/qt-x11-free_3.3.2.oe
+++ b/
qt/qt-x11-free_3.3.2.oe
@@
-44,5
+44,5
@@
do_stage() {
do_install() {
install -d ${D}/${libdir}/
- oe_soinstall lib/libqt.so.${PV} ${D}/{libdir}/
+ oe_soinstall lib/libqt.so.${PV} ${D}/
$
{libdir}/
}