diff options
author | Qing He <qing.he@intel.com> | 2010-06-12 15:26:18 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:16:40 +0100 |
commit | 6c6ae8db0a339af5a8d5c459455be72ed4c8eb10 (patch) | |
tree | 2d9c60334d20bda6aac3cd8c1f5caaf9a87b2fb2 /meta/packages/libnl | |
parent | dac5590fa857d45ef9d3d15e4ba0b941b4fd8375 (diff) | |
download | openembedded-core-6c6ae8db0a339af5a8d5c459455be72ed4c8eb10.tar.gz openembedded-core-6c6ae8db0a339af5a8d5c459455be72ed4c8eb10.tar.bz2 openembedded-core-6c6ae8db0a339af5a8d5c459455be72ed4c8eb10.zip |
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>
Diffstat (limited to 'meta/packages/libnl')
-rw-r--r-- | meta/packages/libnl/libnl_1.1.bb | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/meta/packages/libnl/libnl_1.1.bb b/meta/packages/libnl/libnl_1.1.bb index 51b12c6ab4..683df9159f 100644 --- a/meta/packages/libnl/libnl_1.1.bb +++ b/meta/packages/libnl/libnl_1.1.bb @@ -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 |