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 | |
parent | dac5590fa857d45ef9d3d15e4ba0b941b4fd8375 (diff) | |
download | poky-6c6ae8db0a339af5a8d5c459455be72ed4c8eb10.tar.gz |
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>
-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 @@ | |||
1 | DESCRIPTION = "libnl is a library for applications dealing with netlink sockets" | 1 | DESCRIPTION = "libnl is a library for applications dealing with netlink sockets." |
2 | HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" | ||
2 | SECTION = "libs/network" | 3 | SECTION = "libs/network" |
3 | LICENSE = "LGPL" | ||
4 | HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" | ||
5 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
6 | 5 | ||
7 | inherit autotools pkgconfig | 6 | LICENSE = "LGPLv2.1" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc \ | ||
8 | file://src/utils.c;beginline=4;endline=9;md5=6e99dfba5cfd64e92b4eb2c7b31e5e4e" | ||
8 | 9 | ||
9 | PR = "r1" | 10 | PR = "r1" |
10 | 11 | ||
11 | SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-${PV}.tar.gz \ | 12 | SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \ |
12 | file://local-includes.patch;patch=1 \ | 13 | file://local-includes.patch;apply=yes \ |
13 | file://compilefix.patch;patch=1" | 14 | file://compilefix.patch;apply=yes" |
15 | |||
16 | inherit autotools pkgconfig | ||