mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
Various libs: Convert to use STAGING_BINDIR_CROSS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1038 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
|
||||
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}/
|
||||
install -m 0755 src/libgcrypt-config ${STAGING_BINDIR_CROSS}/
|
||||
|
||||
install -d ${STAGING_INCDIR}/
|
||||
for X in gcrypt.h gcrypt-module.h
|
||||
|
||||
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
|
||||
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}/
|
||||
install -m 0755 src/libgcrypt-config ${STAGING_BINDIR_CROSS}/
|
||||
|
||||
install -d ${STAGING_INCDIR}/
|
||||
for X in gcrypt.h gcrypt-module.h
|
||||
|
||||
Reference in New Issue
Block a user