aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libnl/libnl_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libnl/libnl_1.1.bb')
-rw-r--r--recipes/libnl/libnl_1.1.bb4
1 files changed, 2 insertions, 2 deletions
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 \