]> code.ossystems Code Review - openembedded-core.git/commitdiff
libnl: fix metadata
authorQing He <qing.he@intel.com>
Sat, 12 Jun 2010 07:26:18 +0000 (15:26 +0800)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Jun 2010 22:16:40 +0000 (23:16 +0100)
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>
meta/packages/libnl/libnl_1.1.bb

index 51b12c6ab4b3c1d343fd0ab51cbb7dd62b7b388e..683df9159f719363f7f1029597e779cc044fbcfa 100644 (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