mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
10
package/python-evdev/Config.in
Normal file
10
package/python-evdev/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PYTHON_EVDEV
|
||||
bool "python-evdev"
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
||||
help
|
||||
Bindings to the Linux input handling subsystem.
|
||||
|
||||
https://github.com/gvalkov/python-evdev
|
||||
|
||||
comment "python-evdev needs a toolchain w/ headers >= 4.4"
|
||||
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
||||
5
package/python-evdev/python-evdev.hash
Normal file
5
package/python-evdev/python-evdev.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/evdev/json
|
||||
md5 905b12ef6136b518ddf418d8d5b053e4 evdev-1.6.1.tar.gz
|
||||
sha256 299db8628cc73b237fc1cc57d3c2948faa0756e2a58b6194b5bf81dc2081f1e3 evdev-1.6.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 55fd76d7b3f90d312f161d318631b93c58a0e69d662d07c4f5aca2c6c9ecc85e LICENSE
|
||||
18
package/python-evdev/python-evdev.mk
Normal file
18
package/python-evdev/python-evdev.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-evdev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_EVDEV_VERSION = 1.6.1
|
||||
PYTHON_EVDEV_SOURCE = evdev-$(PYTHON_EVDEV_VERSION).tar.gz
|
||||
PYTHON_EVDEV_SITE = https://files.pythonhosted.org/packages/05/50/629b011a7f61cb2fca754ea8631575784bf8605a1ec4d6970a010bc54e2b
|
||||
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
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user