summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl/libnl_2.0.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-11-15 17:16:56 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-18 13:30:26 -0800
commita7db6e872e79589c4f26c66d25d6f2d0e8b56391 (patch)
treeac08db0d97456a2f2aeb0dc97ecbe2dd30eea679 /meta/recipes-support/libnl/libnl_2.0.bb
parent621f573569ca0845432317671d7259bb5be4612f (diff)
downloadpoky-a7db6e872e79589c4f26c66d25d6f2d0e8b56391.tar.gz
libnl: upgrade to version 2.0
from 1.1 removed outdated patches Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-support/libnl/libnl_2.0.bb')
-rw-r--r--meta/recipes-support/libnl/libnl_2.0.bb15
1 files changed, 15 insertions, 0 deletions
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 @@
1DESCRIPTION = "libnl is a library for applications dealing with netlink sockets."
2HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
3SECTION = "libs/network"
4PRIORITY = "optional"
5
6LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"
8
9PR = "r0"
10
11SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz"
12
13inherit autotools pkgconfig
14
15LEAD_SONAME = "libnl.so"