From de6f06e7d58b6970e38137cb8a4fdb18544ee1ab Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 21 Sep 2010 23:10:52 -0700 Subject: [PATCH] libnl: Update the homepage url and download urls * Move the git recipe to tip of git. Signed-off-by: Khem Raj --- recipes/libnl/libnl2_git.bb | 4 ++-- recipes/libnl/libnl_1.1.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl2_git.bb index 08c1b630c1..6c5f9f19f5 100644 --- a/recipes/libnl/libnl2_git.bb +++ b/recipes/libnl/libnl2_git.bb @@ -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" diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb index 0659d933eb..06059ca85d 100644 --- a/recipes/libnl/libnl_1.1.bb +++ b/recipes/libnl/libnl_1.1.bb @@ -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 \ -- 2.39.5