summaryrefslogtreecommitdiffstats
path: root/meta/packages/libnl/libnl_1.0-pre6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libnl/libnl_1.0-pre6.bb')
-rw-r--r--meta/packages/libnl/libnl_1.0-pre6.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/packages/libnl/libnl_1.0-pre6.bb b/meta/packages/libnl/libnl_1.0-pre6.bb
index 300222ca42..740bc937d7 100644
--- a/meta/packages/libnl/libnl_1.0-pre6.bb
+++ b/meta/packages/libnl/libnl_1.0-pre6.bb
@@ -5,14 +5,9 @@ HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
5PRIORITY = "optional" 5PRIORITY = "optional"
6PV = "0.99+1.0-pre6" 6PV = "0.99+1.0-pre6"
7 7
8inherit autotools pkgconfig 8inherit autotools_stage pkgconfig
9 9
10SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre6.tar.gz \ 10SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre6.tar.gz \
11 file://local-includes.patch;patch=1" 11 file://local-includes.patch;patch=1"
12 12
13S = "${WORKDIR}/${PN}-1.0-pre6" 13S = "${WORKDIR}/${PN}-1.0-pre6"
14
15do_stage () {
16 autotools_stage_all prefix=${prefix}
17}
18