summaryrefslogtreecommitdiff
path: root/packages/libnl/libnl_1.0-pre6.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-24 18:22:25 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-24 18:22:25 +0000
commitaef2316c6d547eebca02b2a8ccb132f61514e7c3 (patch)
tree48cf466dd01d20adc1153b0ac1ca8183e4efe5bf /packages/libnl/libnl_1.0-pre6.bb
parent3b01959cebc158d64bd4611a1420349461fba5ce (diff)
libnl: fix PV and clean it up a bit
Diffstat (limited to 'packages/libnl/libnl_1.0-pre6.bb')
-rw-r--r--packages/libnl/libnl_1.0-pre6.bb12
1 files changed, 3 insertions, 9 deletions
diff --git a/packages/libnl/libnl_1.0-pre6.bb b/packages/libnl/libnl_1.0-pre6.bb
index 3851c5687d..beac3f732e 100644
--- a/packages/libnl/libnl_1.0-pre6.bb
+++ b/packages/libnl/libnl_1.0-pre6.bb
@@ -4,22 +4,16 @@ LICENSE = "LGPL"
HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
MAINTAINER = "Milan Plzik <mmp@handhelds.org>"
PRIORITY = "optional"
-DEPENDS = "glibc"
+PV = "0.99+1.0-pre6"
inherit autotools pkgconfig gpe
-SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${P}.tar.gz \
+SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre6.tar.gz \
file://local-includes.patch;patch=1"
-do_install() {
- oe_runmake prefix=${prefix} DESTDIR=${D} install
-}
+S = "${WORKDIR}/${PN}-1.0-pre6"
do_stage () {
autotools_stage_all prefix=${prefix}
}
-do_install () {
- oe_runmake prefix=${prefix} DESTDIR=${D} install
-}
-