Commit 73aa143b authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

libaio: use alternative upstream URL



Since the kernel.org security problem and reinstallation, libaio is no
longer available from this site. Use snapshot.debian.net as an
alternative source.

[Peter: Add spaces around '=' while we're at it]
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 6c5a33e4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
#
#############################################################
LIBAIO_VERSION = 0.3.109
LIBAIO_SOURCE=libaio-$(LIBAIO_VERSION).tar.bz2
LIBAIO_SITE=$(BR2_KERNEL_MIRROR)/linux/libs/aio/
LIBAIO_SOURCE = libaio_$(LIBAIO_VERSION).orig.tar.gz
LIBAIO_SITE = http://snapshot.debian.org/archive/debian/20110227T085214Z/pool/main/liba/libaio/
LIBAIO_INSTALL_STAGING = YES

define LIBAIO_BUILD_CMDS