mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-21 18:12:13 +00:00
Upgrade ShredOS to buildroot v24.11
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_EVDEV_VERSION = 1.6.1
|
||||
PYTHON_EVDEV_VERSION = 1.7.1
|
||||
PYTHON_EVDEV_SOURCE = evdev-$(PYTHON_EVDEV_VERSION).tar.gz
|
||||
PYTHON_EVDEV_SITE = https://files.pythonhosted.org/packages/05/50/629b011a7f61cb2fca754ea8631575784bf8605a1ec4d6970a010bc54e2b
|
||||
PYTHON_EVDEV_SITE = https://files.pythonhosted.org/packages/12/bb/f622a8a5e64d46ca83020a761877c0ead19140903c9aaf1431f3c531fdf6
|
||||
PYTHON_EVDEV_SETUP_TYPE = setuptools
|
||||
PYTHON_EVDEV_LICENSE = Revised BSD License
|
||||
PYTHON_EVDEV_LICENSE_FILES = LICENSE
|
||||
|
||||
PYTHON_EVDEV_BUILD_OPTS = \
|
||||
build_ecodes \
|
||||
--evdev-headers $(STAGING_DIR)/usr/include/linux/input.h:$(STAGING_DIR)/usr/include/linux/input-event-codes.h:$(STAGING_DIR)/usr/include/linux/uinput.h
|
||||
-C--build-option=build_ecodes \
|
||||
-C--build-option=--evdev-headers=$(STAGING_DIR)/usr/include/linux/input.h:$(STAGING_DIR)/usr/include/linux/input-event-codes.h:$(STAGING_DIR)/usr/include/linux/uinput.h
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user