diff options
-rw-r--r-- | meta/packages/libgpg-error/libgpg-error_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/libgpg-error/libgpg-error_1.0.bb b/meta/packages/libgpg-error/libgpg-error_1.0.bb index a2a19b254..e520a23ae 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 |