summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-14 13:30:48 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-14 13:30:48 +0000
commit825a17ea1af025d6c81abfc7c7d53f378230c613 (patch)
tree564e571732372ce2f0f5a2b782f812a96c0088de
parentec99f44114ab9694291acbe10eafb898c0f55fca (diff)
downloadpoky-825a17ea1af025d6c81abfc7c7d53f378230c613.tar.gz
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
-rw-r--r--meta/packages/libgpg-error/libgpg-error_1.0.bb3
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
16do_stage() { 16do_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