aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-21 23:10:52 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-21 23:10:52 -0700
commitde6f06e7d58b6970e38137cb8a4fdb18544ee1ab (patch)
treedc12cd0f6c8501a25cc778fcf2135d47102ab4c8 /recipes/libnl
parentf52590bd495fabcae83546f0e0c447421ce99285 (diff)
downloadopenembedded-de6f06e7d58b6970e38137cb8a4fdb18544ee1ab.tar.gz
libnl: Update the homepage url and download urls
* Move the git recipe to tip of git. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libnl')
-rw-r--r--recipes/libnl/libnl2_git.bb4
-rw-r--r--recipes/libnl/libnl_1.1.bb4
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 \