libnl: fix metadata

update homepage and license
change to use new patch parameter

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
Qing He 2010-06-12 15:26:18 +08:00 committed by Joshua Lock
parent dac5590fa8
commit 6c6ae8db0a
1 changed files with 10 additions and 7 deletions

View File

@ -1,13 +1,16 @@
DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
DESCRIPTION = "libnl is a library for applications dealing with netlink sockets."
HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
SECTION = "libs/network"
LICENSE = "LGPL"
HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
PRIORITY = "optional"
inherit autotools pkgconfig
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc \
file://src/utils.c;beginline=4;endline=9;md5=6e99dfba5cfd64e92b4eb2c7b31e5e4e"
PR = "r1"
SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-${PV}.tar.gz \
file://local-includes.patch;patch=1 \
file://compilefix.patch;patch=1"
SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \
file://local-includes.patch;apply=yes \
file://compilefix.patch;apply=yes"
inherit autotools pkgconfig