summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/beecrypt
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-21 23:56:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:21 +0000
commit9f8f4fd1f923e940f325c0562af1a94970bad924 (patch)
treef5692a8ff1ba30f57aa7d6e4aa83257f07346cba /meta/recipes-support/beecrypt
parent2de5f44a6558628d8c6a275d9b584e8bbb4fa3ad (diff)
downloadpoky-9f8f4fd1f923e940f325c0562af1a94970bad924.tar.gz
Basic recipe formatting fixes
Fix statement indenting and spacing issues that I happened to notice. (From OE-Core rev: d11e297b007aba625b398c52952ec929c3b02b83) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/beecrypt')
-rw-r--r--meta/recipes-support/beecrypt/beecrypt_4.2.1.bb14
1 files changed, 8 insertions, 6 deletions
diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
index eaab2e311d..46834d2149 100644
--- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
+++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
@@ -3,14 +3,16 @@
3# Released under the MIT license (see packages/COPYING) 3# Released under the MIT license (see packages/COPYING)
4 4
5SUMMARY = "A general-purpose cryptography library" 5SUMMARY = "A general-purpose cryptography library"
6HOMEPAGE="http://sourceforge.net/projects/beecrypt" 6HOMEPAGE = "http://sourceforge.net/projects/beecrypt"
7SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \ 7
8 file://disable-icu-check.patch \ 8SRC_URI = "${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
9 file://fix-security.patch \ 9 file://disable-icu-check.patch \
10 file://fix-for-gcc-4.7.patch" 10 file://fix-security.patch \
11 file://fix-for-gcc-4.7.patch"
11 12
12SRC_URI[md5sum] = "8441c014170823f2dff97e33df55af1e" 13SRC_URI[md5sum] = "8441c014170823f2dff97e33df55af1e"
13SRC_URI[sha256sum] = "286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d" 14SRC_URI[sha256sum] = "286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d"
15
14LICENSE = "GPLv2 & LGPLv2.1" 16LICENSE = "GPLv2 & LGPLv2.1"
15LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \ 17LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \
16 file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589 \ 18 file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589 \
@@ -25,7 +27,7 @@ do_install_append() {
25 oe_multilib_header beecrypt/gnu.h 27 oe_multilib_header beecrypt/gnu.h
26} 28}
27 29
28EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no" 30EXTRA_OECONF = "--without-python --enable-shared --enable-static --disable-openmp --with-java=no"
29 31
30PACKAGECONFIG ??= "" 32PACKAGECONFIG ??= ""
31PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu" 33PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu"