summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/beecrypt/beecrypt_4.2.1.bb')
-rw-r--r--meta/recipes-support/beecrypt/beecrypt_4.2.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
index 2b2b3486df..7baf92e788 100644
--- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
+++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
@@ -6,7 +6,8 @@ DESCRIPTION="Beecrypt is 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 \ 7SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \
8 file://disable-icu-check.patch \ 8 file://disable-icu-check.patch \
9 file://fix-security.patch" 9 file://fix-security.patch \
10 file://fix-for-gcc-4.7.patch"
10 11
11SRC_URI[md5sum] = "8441c014170823f2dff97e33df55af1e" 12SRC_URI[md5sum] = "8441c014170823f2dff97e33df55af1e"
12SRC_URI[sha256sum] = "286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d" 13SRC_URI[sha256sum] = "286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d"
@@ -17,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \
17 18
18DEPENDS = "icu" 19DEPENDS = "icu"
19 20
20PR = "r2" 21PR = "r3"
21 22
22inherit autotools multilib_header 23inherit autotools multilib_header
23acpaths="" 24acpaths=""