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:
c0a37f8
)
libg15: Let OE do it's magic.
author
ccsmart
<ccsmart@smartpal.de>
Fri, 19 Jan 2007 18:15:05 +0000
(18:15 +0000)
committer
ccsmart
<ccsmart@smartpal.de>
Fri, 19 Jan 2007 18:15:05 +0000
(18:15 +0000)
packages/libg15/libg15_1.2.1.bb
patch
|
blob
|
history
diff --git
a/packages/libg15/libg15_1.2.1.bb
b/packages/libg15/libg15_1.2.1.bb
index
62f18c9
..
930cfe8
100644
(file)
--- a/
packages/libg15/libg15_1.2.1.bb
+++ b/
packages/libg15/libg15_1.2.1.bb
@@
-13,9
+13,6
@@
inherit autotools
EXTRA_OECONF = "--with-gnu-ld"
do_stage () {
- oe_libinstall -a -so libg15 ${STAGING_LIBDIR}
- for i in libg15.h; do
- install -m 0644 ${S}/$i ${STAGING_INCDIR}/
- done
+ autotools_stage_all
}