libaio: use alternative upstream URL
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 May 2012 06:26:06 +0000 (06:26 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 5 May 2012 17:34:49 +0000 (19:34 +0200)
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>
package/libaio/libaio.mk

index 3ffc49cd30245259fbde6317ab2478ab8596d91a..05a4d5c2313de2eccff77376a97197a4ba07b269 100644 (file)
@@ -3,10 +3,10 @@
 # libaio
 #
 #############################################################
-LIBAIO_VERSION=0.3.109
-LIBAIO_SOURCE=libaio-$(LIBAIO_VERSION).tar.bz2
-LIBAIO_SITE=$(BR2_KERNEL_MIRROR)/linux/libs/aio/
-LIBAIO_INSTALL_STAGING=YES
+LIBAIO_VERSION = 0.3.109
+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
   $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)