summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2016-04-18 17:00:49 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2016-04-29 11:57:47 -0400
commit72a2f2bae34f1370d20f3131fead69890d897636 (patch)
tree4cb269f17ffcbad814e55bbfe9fd078c1dd4296e /meta-networking
parent2aad1413b28d99cdf9a76642216d380222c32065 (diff)
downloadmeta-openembedded-72a2f2bae34f1370d20f3131fead69890d897636.tar.gz
libtalloc: Update to latest stable
The update of Samba requires a newer version of libtalloc, so update it. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/libtalloc/libtalloc_2.1.6.bb (renamed from meta-networking/recipes-support/libtalloc/libtalloc_2.1.3.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.3.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.6.bb
index 820926496..89373117f 100644
--- a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.3.bb
+++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.6.bb
@@ -9,8 +9,9 @@ SRC_URI = "http://samba.org/ftp/talloc/talloc-${PV}.tar.gz"
9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \ 9LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \
10 file://${COREBASE}/meta/files/common-licenses/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891" 10 file://${COREBASE}/meta/files/common-licenses/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"
11 11
12SRC_URI[md5sum] = "3e285de2228ae67ff0a0f5cec658f627" 12SRC_URI[md5sum] = "707010c6ede5821fd34397f5d9ec6ab8"
13SRC_URI[sha256sum] = "7aa5f75b22d4ef9c737b25515f2a2837ddc13014ff4ac6e58dd9e311f41f2cb0" 13SRC_URI[sha256sum] = "3b8e1a50bacb359d99942e0dd9941cef779ae4b5eb20f138873bd8270cb1d47b"
14
14 15
15inherit waf-samba 16inherit waf-samba
16 17