diff options
-rw-r--r-- | meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb (renamed from meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb b/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb index f4a65f0ab2..036366af23 100644 --- a/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb +++ b/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Low-level library for netfilter related kernel/userspace communication" | ||
1 | DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \ | 2 | DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \ |
2 | kernel/userspace communication. It provides a generic messaging \ | 3 | kernel/userspace communication. It provides a generic messaging \ |
3 | infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \ | 4 | infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \ |
@@ -7,12 +8,12 @@ HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html" | |||
7 | SECTION = "devel/libs" | 8 | SECTION = "devel/libs" |
8 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
9 | 10 | ||
10 | PR = "r1" | 11 | PR = "r0" |
11 | 12 | ||
12 | LIC_FILES_CHKSUM = "file://src/libnfnetlink.c;beginline=3;endline=11;md5=28bd3bf7f60a78101491eef6b9bb9eba" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
13 | 14 | ||
14 | SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=libnfnetlink-${PV}" | 15 | SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=tar" |
15 | SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8" | 16 | SRC_URI[tar.md5sum] = "98927583d2016a9fb1936fed992e2c5e" |
16 | SRC_URI[libnfnetlink-1.0.0.sha256sum] = "3752b03a4c09821ee9a2528d69289423a01e7171f1a22dfdd11d5459e03972fb" | 17 | SRC_URI[tar.sha256sum] = "f270e19de9127642d2a11589ef2ec97ef90a649a74f56cf9a96306b04817b51a" |
17 | 18 | ||
18 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |