libnl: Update the homepage url and download urls
authorKhem Raj <raj.khem@gmail.com>
Wed, 22 Sep 2010 06:10:52 +0000 (23:10 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 22 Sep 2010 06:10:52 +0000 (23:10 -0700)
* Move the git recipe to tip of git.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/libnl/libnl2_git.bb
recipes/libnl/libnl_1.1.bb

index 08c1b63..6c5f9f1 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "libnl2 is a library for applications dealing with netlink sockets"
 SECTION = "libs/network"
 LICENSE = "LGPL"
-HOMEPAGE = "http://people.suug.ch/~tgr/libnl"
-SRCREV = "8808743839b0f459394ecd00cb0f7c1896c0ab7a"
+HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
+SRCREV = "d378220c96c3c8b6f27dca33e7d8ba03318f9c2d"
 PV = "1.9+gitr${SRCPV}"
 PE = "1"
 PR = "r1"
index 0659d93..06059ca 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
 SECTION = "libs/network"
 LICENSE = "LGPL"
-HOMEPAGE = "http://people.suug.ch/~tgr/libnl"
+HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
 
 # If you get errors like : undefined reference to `nl_handle_alloc
 # do a bitbake -c clean libnl2
@@ -13,7 +13,7 @@ inherit autotools pkgconfig
 CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1'
 
 SRC_URI = "\
-  http://people.suug.ch/~tgr/libnl/files/libnl-${PV}.tar.gz \
+  http://www.infradead.org/~tgr/libnl/files/libnl-${PV}.tar.gz \
   file://local-includes.patch \
   file://fix-includes.patch \
   file://respect-ldflags.patch \