diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-12-31 22:31:24 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-12-31 22:31:24 +0000 |
commit | 9bd213b23e9095cc0aa94952cc345a110a5cdc40 (patch) | |
tree | 4f862fbb29bc438fe7f45f679934a4ec0b91a436 /packages/gnupg | |
parent | bbd81bb3d973f809636c55c56bdc5b6ec863bfa0 (diff) |
Split STAGING_BINDIR into CROSS and NATIVE versions. This means there is no need to rename -config scripts and multimachine won't break with binconfig.bbclass. ***NOTE: This change will require staging to be rebuilt***
Diffstat (limited to 'packages/gnupg')
-rw-r--r-- | packages/gnupg/gnupg2.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/gnupg/gnupg2.inc b/packages/gnupg/gnupg2.inc index c4aadb55eb..d362981f3c 100644 --- a/packages/gnupg/gnupg2.inc +++ b/packages/gnupg/gnupg2.inc @@ -24,12 +24,6 @@ FILES_${PN} += "${datadir}/gnupg" EXTRA_OECONF = "--disable-ldap \ --with-zlib=${STAGING_LIBDIR}/.. \ - --with-gpg-error-prefix=${STAGING_BINDIR}/.. \ - --with-libgcrypt-prefix=${STAGING_BINDIR}/.. \ - --with-libassuan-prefix=${STAGING_BINDIR}/.. \ - --with-pth-prefix=${STAGING_BINDIR}/.. \ - --with-opensc-prefix=${STAGING_BINDIR}/.. \ - --with-ksba-prefix=${STAGING_BINDIR}/.. \ --disable-threads \ --disable-gpgsm \ --disable-scdaemon" |