mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
libgpg-error: Convert to use STAGING_BINDIR_CROSS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1037 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -15,7 +15,8 @@ inherit autotools binconfig pkgconfig
|
||||
|
||||
do_stage() {
|
||||
oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR}
|
||||
install -m 0755 src/gpg-error-config ${STAGING_BINDIR}/
|
||||
install -d ${STAGING_BINDIR_CROSS}/
|
||||
install -m 0755 src/gpg-error-config ${STAGING_BINDIR_CROSS}/
|
||||
|
||||
install -d ${STAGING_INCDIR}/
|
||||
for X in gpg-error.h
|
||||
|
||||
Reference in New Issue
Block a user