summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libnl/libnl_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libnl/libnl_1.1.bb')
-rw-r--r--meta/recipes-support/libnl/libnl_1.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/libnl/libnl_1.1.bb b/meta/recipes-support/libnl/libnl_1.1.bb
new file mode 100644
index 0000000000..683df9159f
--- /dev/null
+++ b/meta/recipes-support/libnl/libnl_1.1.bb
@@ -0,0 +1,16 @@
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 file://src/utils.c;beginline=4;endline=9;md5=6e99dfba5cfd64e92b4eb2c7b31e5e4e"
9
10PR = "r1"
11
12SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \
13 file://local-includes.patch;apply=yes \
14 file://compilefix.patch;apply=yes"
15
16inherit autotools pkgconfig