From 825a17ea1af025d6c81abfc7c7d53f378230c613 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 14 Dec 2006 13:30:48 +0000 Subject: 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 --- meta/packages/libgpg-error/libgpg-error_1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/packages/libgpg-error/libgpg-error_1.0.bb b/meta/packages/libgpg-error/libgpg-error_1.0.bb index a2a19b254c..e520a23ae0 100644 --- a/meta/packages/libgpg-error/libgpg-error_1.0.bb +++ b/meta/packages/libgpg-error/libgpg-error_1.0.bb @@ -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 -- cgit v1.2.3-54-g00ecf