initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_INOTIFY_TOOLS
|
||||
bool "inotify-tools"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
inotify-tools is a C library and a set of command-line
|
||||
programs for Linux providing a simple interface to inotify.
|
||||
These programs can be used to monitor and act upon
|
||||
filesystem events. Provides the 'inotifywait' and
|
||||
'inotifywatch' binaries.
|
||||
|
||||
https://github.com/inotify-tools/inotify-tools
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 c5b018567814ea555d716f518b6e3ae243c733f7bd3e8585d81748a6da286f3c inotify-tools-3.20.2.2.tar.gz
|
||||
sha256 e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6 COPYING
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# inotify-tools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
INOTIFY_TOOLS_VERSION = 3.20.2.2
|
||||
INOTIFY_TOOLS_SITE = https://github.com/inotify-tools/inotify-tools/releases/download/$(INOTIFY_TOOLS_VERSION)
|
||||
INOTIFY_TOOLS_LICENSE = GPL-2.0+
|
||||
INOTIFY_TOOLS_LICENSE_FILES = COPYING
|
||||
INOTIFY_TOOLS_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user