[oe-commits] Khem Raj : libnl: Update the homepage url and download urls

git version control git at git.openembedded.org
Wed Sep 22 06:12:20 UTC 2010


Module: openembedded.git
Branch: master
Commit: de6f06e7d58b6970e38137cb8a4fdb18544ee1ab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=de6f06e7d58b6970e38137cb8a4fdb18544ee1ab

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Sep 21 23:10:52 2010 -0700

libnl: Update the homepage url and download urls

* Move the git recipe to tip of git.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 08c1b63..6c5f9f1 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 0659d93..06059ca 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 \





More information about the Openembedded-commits mailing list