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:
607bb20
)
libgcrypt/libgcrypt_1.2.3.bb : remove custom do_stage as its not needed and
author
Graeme Gregory
<dp@xora.org.uk>
Tue, 2 Oct 2007 08:20:25 +0000
(08:20 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Tue, 2 Oct 2007 08:20:25 +0000
(08:20 +0000)
doesnt actually stage enough.
packages/libgcrypt/libgcrypt_1.2.3.bb
patch
|
blob
|
history
diff --git
a/packages/libgcrypt/libgcrypt_1.2.3.bb
b/packages/libgcrypt/libgcrypt_1.2.3.bb
index
3cca30a
..
fb4631f
100644
(file)
--- a/
packages/libgcrypt/libgcrypt_1.2.3.bb
+++ b/
packages/libgcrypt/libgcrypt_1.2.3.bb
@@
-17,14
+17,5
@@
EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
ARM_INSTRUCTION_SET = "arm"
do_stage() {
- oe_libinstall -so -C src libgcrypt ${STAGING_LIBDIR}
- oe_libinstall -so -C src libgcrypt-pthread ${STAGING_LIBDIR}
- install -m 0755 src/libgcrypt-config ${STAGING_BINDIR_CROSS}/
-
- install -d ${STAGING_INCDIR}/
- for X in gcrypt.h gcrypt-module.h
- do
- install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
- done
-
+ autotools_stage_all
}