From: Koen Kooi Date: Thu, 24 Aug 2006 18:22:25 +0000 (+0000) Subject: libnl: fix PV and clean it up a bit X-Git-Tag: Release-2010-05/1~9453^2~891 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aef2316c6d547eebca02b2a8ccb132f61514e7c3;p=openembedded.git libnl: fix PV and clean it up a bit --- 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 " 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 -} -