mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
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
@ -3,10 +3,10 @@
|
|||||||
# libaio
|
# libaio
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
LIBAIO_VERSION=0.3.109
|
LIBAIO_VERSION = 0.3.109
|
||||||
LIBAIO_SOURCE=libaio-$(LIBAIO_VERSION).tar.bz2
|
LIBAIO_SOURCE = libaio_$(LIBAIO_VERSION).orig.tar.gz
|
||||||
LIBAIO_SITE=$(BR2_KERNEL_MIRROR)/linux/libs/aio/
|
LIBAIO_SITE = http://snapshot.debian.org/archive/debian/20110227T085214Z/pool/main/liba/libaio/
|
||||||
LIBAIO_INSTALL_STAGING=YES
|
LIBAIO_INSTALL_STAGING = YES
|
||||||
|
|
||||||
define LIBAIO_BUILD_CMDS
|
define LIBAIO_BUILD_CMDS
|
||||||
$(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
$(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user