aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgpg-error
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libgpg-error')
-rw-r--r--packages/libgpg-error/libgpg-error_0.6.bb3
-rw-r--r--packages/libgpg-error/libgpg-error_0.7.bb3
-rw-r--r--packages/libgpg-error/libgpg-error_1.0.bb3
-rw-r--r--packages/libgpg-error/libgpg-error_1.3.bb3
4 files changed, 8 insertions, 4 deletions
diff --git a/packages/libgpg-error/libgpg-error_0.6.bb b/packages/libgpg-error/libgpg-error_0.6.bb
index fced6b7adc..4929121167 100644
--- a/packages/libgpg-error/libgpg-error_0.6.bb
+++ b/packages/libgpg-error/libgpg-error_0.6.bb
@@ -10,7 +10,8 @@ inherit autotools binconfig
do_stage() {
oe_libinstall -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
diff --git a/packages/libgpg-error/libgpg-error_0.7.bb b/packages/libgpg-error/libgpg-error_0.7.bb
index c165044e83..7edea97fe1 100644
--- a/packages/libgpg-error/libgpg-error_0.7.bb
+++ b/packages/libgpg-error/libgpg-error_0.7.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
diff --git a/packages/libgpg-error/libgpg-error_1.0.bb b/packages/libgpg-error/libgpg-error_1.0.bb
index a2a19b254c..e520a23ae0 100644
--- a/packages/libgpg-error/libgpg-error_1.0.bb
+++ b/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
diff --git a/packages/libgpg-error/libgpg-error_1.3.bb b/packages/libgpg-error/libgpg-error_1.3.bb
index a2a19b254c..e520a23ae0 100644
--- a/packages/libgpg-error/libgpg-error_1.3.bb
+++ b/packages/libgpg-error/libgpg-error_1.3.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