mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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:
@@ -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"
|
SECTION = "libs/network"
|
||||||
LICENSE = "LGPL"
|
|
||||||
HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
|
|
||||||
PRIORITY = "optional"
|
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"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-${PV}.tar.gz \
|
SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \
|
||||||
file://local-includes.patch;patch=1 \
|
file://local-includes.patch;apply=yes \
|
||||||
file://compilefix.patch;patch=1"
|
file://compilefix.patch;apply=yes"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user