mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package:sysdig: bump to version 0.1.100
This patch bumps to version 0.1.100, removes the no more neded upstream included patch and adds the ENABLE_DKMS=OFF configure option. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1f2bb5504f
commit
d3ec817215
@ -1,31 +0,0 @@
|
|||||||
Remove DKMS module updater
|
|
||||||
|
|
||||||
This patch disables the in target installation of DKMS module updater
|
|
||||||
mechanism unneeded in buildroot.
|
|
||||||
|
|
||||||
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
|
|
||||||
|
|
||||||
--- a/driver/CMakeLists.txt
|
|
||||||
+++ b/driver/CMakeLists.txt
|
|
||||||
@@ -39,21 +39,3 @@ add_custom_target(install_driver
|
|
||||||
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
|
|
||||||
VERBATIM)
|
|
||||||
|
|
||||||
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Makefile.dkms
|
|
||||||
- RENAME Makefile
|
|
||||||
- DESTINATION "src/sysdig-${SYSDIG_VERSION}")
|
|
||||||
-
|
|
||||||
-install(FILES
|
|
||||||
- ${CMAKE_CURRENT_BINARY_DIR}/dkms.conf
|
|
||||||
- dynamic_params_table.c
|
|
||||||
- event_table.c
|
|
||||||
- flags_table.c
|
|
||||||
- main.c
|
|
||||||
- ppm.h
|
|
||||||
- ppm_events.c
|
|
||||||
- ppm_events.h
|
|
||||||
- ppm_events_public.h
|
|
||||||
- ppm_fillers.c
|
|
||||||
- ppm_ringbuffer.h
|
|
||||||
- syscall_table.c
|
|
||||||
- DESTINATION "src/sysdig-${SYSDIG_VERSION}")
|
|
@ -4,12 +4,12 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
SYSDIG_VERSION = 0.1.99
|
SYSDIG_VERSION = 0.1.100
|
||||||
SYSDIG_SITE = $(call github,draios,sysdig,$(SYSDIG_VERSION))
|
SYSDIG_SITE = $(call github,draios,sysdig,$(SYSDIG_VERSION))
|
||||||
SYSDIG_LICENSE = GPLv2
|
SYSDIG_LICENSE = GPLv2
|
||||||
SYSDIG_LICENSE_FILES = COPYING
|
SYSDIG_LICENSE_FILES = COPYING
|
||||||
SYSDIG_CONF_OPTS = -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_ZLIB=OFF \
|
SYSDIG_CONF_OPTS = -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_ZLIB=OFF \
|
||||||
-DUSE_BUNDLED_JSONCPP=OFF
|
-DUSE_BUNDLED_JSONCPP=OFF -DENABLE_DKMS=OFF
|
||||||
SYSDIG_DEPENDENCIES = zlib luajit jsoncpp linux
|
SYSDIG_DEPENDENCIES = zlib luajit jsoncpp linux
|
||||||
SYSDIG_SUPPORTS_IN_SOURCE_BUILD = NO
|
SYSDIG_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user