summaryrefslogtreecommitdiffstats
path: root/meta/packages/libnl/libnl_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libnl/libnl_1.1.bb')
-rw-r--r--meta/packages/libnl/libnl_1.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/libnl/libnl_1.1.bb b/meta/packages/libnl/libnl_1.1.bb
index 97ac25f733..05c0e32bb2 100644
--- a/meta/packages/libnl/libnl_1.1.bb
+++ b/meta/packages/libnl/libnl_1.1.bb
@@ -3,11 +3,11 @@ SECTION = "libs/network"
3LICENSE = "LGPL" 3LICENSE = "LGPL"
4HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" 4HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
5PRIORITY = "optional" 5PRIORITY = "optional"
6PV = "1.1"
7 6
8inherit autotools_stage pkgconfig 7inherit autotools_stage pkgconfig
9 8
10SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.1.tar.gz \ 9PR = "r1"
11 file://local-includes.patch;patch=1"
12 10
13S = "${WORKDIR}/${PN}-1.1" 11SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-${PV}.tar.gz \
12 file://local-includes.patch;patch=1 \
13 file://compilefix.patch;patch=1"