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:
2a2dde3
)
opie-libqresync: convert to new style staging.
author
Andrea Adami
<andrea.adami@gmail.com>
Sun, 10 Oct 2010 22:20:34 +0000
(
00:20
+0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Mon, 11 Oct 2010 21:20:51 +0000
(23:20 +0200)
recipes/opie-libqrsync/opie-libqrsync.inc
patch
|
blob
|
history
diff --git
a/recipes/opie-libqrsync/opie-libqrsync.inc
b/recipes/opie-libqrsync/opie-libqrsync.inc
index
8d0c86c
..
8e8b0bd
100644
(file)
--- a/
recipes/opie-libqrsync/opie-libqrsync.inc
+++ b/
recipes/opie-libqrsync/opie-libqrsync.inc
@@
-7,7
+7,8
@@
S = "${WORKDIR}/rsync"
inherit opie
-do_stage() {
- oe_libinstall -a libqrsync ${STAGING_LIBDIR}/
- install -m 0644 qrsync.h ${STAGING_INCDIR}/
+do_install() {
+ oe_libinstall -a libqrsync ${D}${libdir}/
+ install -d ${D}${includedir}/
+ install -m 0644 qrsync.h ${D}${includedir}/
}