Merge commit 'b3923ebb690cad9ad0ca8d0c7a021cf82ea5ae59' into dora

This commit is contained in:
Harald Welte 2015-05-02 09:30:28 +02:00
commit c1651f735b
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ SRC_URI = " \
file://conntrack-failover \
file://init \
"
SRC_URI[tar.md5sum] = "ee737c774e01349f75e935228a2d851b"
SRC_URI[tar.sha256sum] = "036b032a5c4d180aad686df21399d74506b9b3d3000794eb13ac313482e24896"
SRC_URI[tar.md5sum] = "b1f9d006e7bf000a77395ff7cd3fac16"
SRC_URI[tar.sha256sum] = "e5c423dc077f9ca8767eaa6cf40446943905711c6a8fe27f9cc1977d4d6aa11e"
inherit autotools update-rc.d pkgconfig

View File

@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
DEPENDS = "libnfnetlink libmnl"
SRC_URI = "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2;name=tar"
SRC_URI[tar.md5sum] = "447114b5d61bb9a9617ead3217c3d3ff"
SRC_URI[tar.sha256sum] = "a0bd747dd58ae1513586b43c7125b41e6325f97eb95ac63d53cf5aeb33254d12"
SRC_URI[tar.md5sum] = "18cf80c4b339a3285e78822dbd4f08d7"
SRC_URI[tar.sha256sum] = "d9ec4a3caf49417f2b0a2d8d44249133e8c3ec78c757b7eb8c273f1cb6929c7d"
S = "${WORKDIR}/libnetfilter_conntrack-${PV}"