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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6c5a33e41b
commit
73aa143b66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user