From 1bbd4cf1c6e3f0b541d890afff940ae90b3dac26 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 3 Dec 2012 14:09:37 +0000 Subject: [PATCH] libnfnetlink: move to meta-networking and update to 1.0.1 * Fix SRC_URI checksum to not be version-specific * Refer to new COPYING file in LIC_FILES_CHKSUM (previously none was distributed) (From meta-openembedded rev: 3664f5a75e9f81d673c88409744edd23ead59813) Signed-off-by: Paul Eggleton Signed-off-by: Patrick Ohly --- .../recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename meta-openembedded/{meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb => meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb} (60%) diff --git a/meta-openembedded/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb b/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb similarity index 60% rename from meta-openembedded/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb rename to meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb index f4a65f0..036366a 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb +++ b/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb @@ -1,3 +1,4 @@ +SUMMARY = "Low-level library for netfilter related kernel/userspace communication" DESCRIPTION = "libnfnetlink is the low-level library for netfilter related \ kernel/userspace communication. It provides a generic messaging \ infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, \ @@ -7,12 +8,12 @@ HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html" SECTION = "devel/libs" LICENSE = "GPLv2+" -PR = "r1" +PR = "r0" -LIC_FILES_CHKSUM = "file://src/libnfnetlink.c;beginline=3;endline=11;md5=28bd3bf7f60a78101491eef6b9bb9eba" +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" -SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=libnfnetlink-${PV}" -SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8" -SRC_URI[libnfnetlink-1.0.0.sha256sum] = "3752b03a4c09821ee9a2528d69289423a01e7171f1a22dfdd11d5459e03972fb" +SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2;name=tar" +SRC_URI[tar.md5sum] = "98927583d2016a9fb1936fed992e2c5e" +SRC_URI[tar.sha256sum] = "f270e19de9127642d2a11589ef2ec97ef90a649a74f56cf9a96306b04817b51a" inherit autotools pkgconfig -- 2.7.4