From 4e5a21d49f2ef6b02c3b5537e5f49a74ae3e0f98 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Mon, 22 Mar 2010 17:15:45 +0300 Subject: libnfnetlink: unify versions with .inc file Signed-off-by: Roman I Khimov --- recipes/libnfnetlink/libnfnetlink_0.0.30.bb | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'recipes/libnfnetlink/libnfnetlink_0.0.30.bb') diff --git a/recipes/libnfnetlink/libnfnetlink_0.0.30.bb b/recipes/libnfnetlink/libnfnetlink_0.0.30.bb index d3e3cabdc7..5d335a859a 100644 --- a/recipes/libnfnetlink/libnfnetlink_0.0.30.bb +++ b/recipes/libnfnetlink/libnfnetlink_0.0.30.bb @@ -1,25 +1,9 @@ -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, \ -nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or \ -management tools in userspace." +include libnfnetlink.inc -SECTION = "devel/libs" -LICENSE = "GPL" -HOMEPAGE = "http://www.netfilter.org/projects/libnfnetlink/index.html" -PR = "r0" - -SRC_URI = "http://www.netfilter.org/projects/libnfnetlink/files/libnfnetlink-${PV}.tar.bz2" - -inherit autotools pkgconfig +PR = "${INC_PR}.0" do_configure() { gnu-configize libtoolize --force oe_runconf } - -do_stage() { - autotools_stage_all -} - -- cgit 1.2.3-korg