Move all to deprecated folder.
This commit is contained in:
8
deprecated/firmware/buildroot/package/libev/Config.in
Normal file
8
deprecated/firmware/buildroot/package/libev/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LIBEV
|
||||
bool "libev"
|
||||
# needs memory fences
|
||||
depends on !BR2_bfin
|
||||
help
|
||||
Userspace library for handling asynchronous notifications
|
||||
|
||||
http://software.schmorp.de/pkg/libev.html
|
||||
2
deprecated/firmware/buildroot/package/libev/libev.hash
Normal file
2
deprecated/firmware/buildroot/package/libev/libev.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 libev-4.22.tar.gz
|
||||
20
deprecated/firmware/buildroot/package/libev/libev.mk
Normal file
20
deprecated/firmware/buildroot/package/libev/libev.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# libev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBEV_VERSION = 4.22
|
||||
LIBEV_SITE = http://dist.schmorp.de/libev
|
||||
LIBEV_INSTALL_STAGING = YES
|
||||
LIBEV_LICENSE = BSD-2c or GPLv2+
|
||||
LIBEV_LICENSE_FILES = LICENSE
|
||||
|
||||
# The 'compatibility' event.h header conflicts with libevent
|
||||
# It's completely unnecessary for BR packages so remove it
|
||||
define LIBEV_DISABLE_EVENT_H_INSTALL
|
||||
$(SED) 's/ event.h//' $(@D)/Makefile.in
|
||||
endef
|
||||
LIBEV_POST_PATCH_HOOKS += LIBEV_DISABLE_EVENT_H_INSTALL
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user