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:
a802793
)
Correct opie-ftplib usage of oe_libinstall.
author
Chris Larson
<clarson@kergoth.com>
Mon, 10 May 2004 06:22:08 +0000
(06:22 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 10 May 2004 06:22:08 +0000
(06:22 +0000)
BKrev: 409f1f90R49JhGrv894AGkNgT3D-Zg
opie-ftplib/opie-ftplib_cvs.oe
patch
|
blob
|
history
diff --git
a/opie-ftplib/opie-ftplib_cvs.oe
b/opie-ftplib/opie-ftplib_cvs.oe
index
7ebe404
..
e59e96b
100644
(file)
--- a/
opie-ftplib/opie-ftplib_cvs.oe
+++ b/
opie-ftplib/opie-ftplib_cvs.oe
@@
-16,7
+16,7
@@
EXTRA_QMAKEVARS_POST = "DESTDIR=${S}"
do_stage () {
install -m 0664 ${S}/ftplib.h ${STAGING_INCDIR}/
- oe_libinstall -so libftplib
.so
${STAGING_LIBDIR}
+ oe_libinstall -so libftplib ${STAGING_LIBDIR}
}
do_install() {