From a7db6e872e79589c4f26c66d25d6f2d0e8b56391 Mon Sep 17 00:00:00 2001 From: Qing He Date: Mon, 15 Nov 2010 17:16:56 +0800 Subject: libnl: upgrade to version 2.0 from 1.1 removed outdated patches Signed-off-by: Qing He --- meta/recipes-support/libnl/libnl_2.0.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/libnl/libnl_2.0.bb (limited to 'meta/recipes-support/libnl/libnl_2.0.bb') diff --git a/meta/recipes-support/libnl/libnl_2.0.bb b/meta/recipes-support/libnl/libnl_2.0.bb new file mode 100644 index 0000000000..fa96215f0f --- /dev/null +++ b/meta/recipes-support/libnl/libnl_2.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "libnl is a library for applications dealing with netlink sockets." +HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" +SECTION = "libs/network" +PRIORITY = "optional" + +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" + +PR = "r0" + +SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig + +LEAD_SONAME = "libnl.so" -- cgit v1.2.3-54-g00ecf