diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-09-26 12:17:13 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 12:36:24 +0200 |
commit | a5618c6f15415e4ab27f3ce1afb66276a7b808b0 (patch) | |
tree | 2d5b59eda155e80b3dd41dd9f44536647252587e /meta-oe/recipes-connectivity | |
parent | af2c5fee94173d1d6b45e6535318f39632c5c2ed (diff) | |
download | meta-openembedded-a5618c6f15415e4ab27f3ce1afb66276a7b808b0.tar.gz |
krb5: Upgrade to 1.11.3
* 1.11 is often failing with:
| common.o: file not recognized: File truncated
| collect2: ld returned 1 exit status
| make[2]: *** [t_export_name] Error 1
when higher parallelism is used
1.11.2 and newer have fix for that:
http://krbdev.mit.edu/rt/Ticket/Display.html?id=7587
* LIC_FILES_CHKSUM is only from year update
< Copyright (C) 1985-2012 by the Massachusetts Institute of Technology.
---
> Copyright (C) 1985-2013 by the Massachusetts Institute of Technology.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb (renamed from meta-oe/recipes-connectivity/krb5/krb5_1.11.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb index a68e85d13..820a13515 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.11.3.bb | |||
@@ -2,16 +2,15 @@ DESCRIPTION = "A network authentication protocol" | |||
2 | HOMEPAGE = "http://web.mit.edu/Kerberos/" | 2 | HOMEPAGE = "http://web.mit.edu/Kerberos/" |
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=e8fad1d174de32f8da0ddc56b67b6941" | 5 | LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=1d9c8180d79838c02eb5eb1a3b184eb9" |
6 | DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native" | 6 | DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native" |
7 | 7 | ||
8 | inherit autotools binconfig perlnative | 8 | inherit autotools binconfig perlnative |
9 | 9 | ||
10 | PR = "r2" | 10 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
11 | 11 | SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${SHRT_VER}/${P}-signed.tar" | |
12 | SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${PV}/${P}-signed.tar" | 12 | SRC_URI[md5sum] = "56f0ae274b285320b8a597cb89442449" |
13 | SRC_URI[md5sum] = "1a13c53899806c4da99a798a04d25545" | 13 | SRC_URI[sha256sum] = "9abd94bb94a70996da0f8d90408957154bb543271b097e86c63eb33e5f5751b5" |
14 | SRC_URI[sha256sum] = "fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456a78651" | ||
15 | 14 | ||
16 | S = "${WORKDIR}/${P}/src/" | 15 | S = "${WORKDIR}/${P}/src/" |
17 | 16 | ||