[oe-commits] org.oe.dev libnl: fix PV and clean it up a bit

koen commit openembedded-commits at lists.openembedded.org
Thu Aug 24 18:26:51 UTC 2006


libnl: fix PV and clean it up a bit

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 45d524b88abbb00dc07aaebd7b8f052ad47664b6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=45d524b88abbb00dc07aaebd7b8f052ad47664b6
Files:
1
packages/libnl/libnl_1.0-pre6.bb
Diffs:

#
# mt diff -r40cf0ba61a25e70bdc3c0a442ba113d6d9dc1dbb -r45d524b88abbb00dc07aaebd7b8f052ad47664b6
#
# 
# 
# patch "packages/libnl/libnl_1.0-pre6.bb"
#  from [1cff5588a5ec88e9c8be399866473a3f14050456]
#    to [f78bc05479195afb8b9d0821bd61a16431bfb8aa]
# 
============================================================
--- packages/libnl/libnl_1.0-pre6.bb	1cff5588a5ec88e9c8be399866473a3f14050456
+++ packages/libnl/libnl_1.0-pre6.bb	f78bc05479195afb8b9d0821bd61a16431bfb8aa
@@ -1,25 +1,19 @@ PRIORITY = "optional"
 DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
 SECTION = "libs/network"
 LICENSE = "LGPL"
 HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
 MAINTAINER = "Milan Plzik <mmp at 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
-}
-






More information about the Openembedded-commits mailing list