diff options
Diffstat (limited to 'meta')
-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 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 | |||
15 | 15 | ||
16 | do_stage() { | 16 | do_stage() { |
17 | oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR} | 17 | oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR} |
18 | install -m 0755 src/gpg-error-config ${STAGING_BINDIR}/ | 18 | install -d ${STAGING_BINDIR_CROSS}/ |
19 | install -m 0755 src/gpg-error-config ${STAGING_BINDIR_CROSS}/ | ||
19 | 20 | ||
20 | install -d ${STAGING_INCDIR}/ | 21 | install -d ${STAGING_INCDIR}/ |
21 | for X in gpg-error.h | 22 | for X in gpg-error.h |