gpiod: drop package

This commit is contained in:
HungerHa 2025-01-09 09:14:40 +01:00
parent 99c73bebc8
commit 7df85cf2fc
2 changed files with 0 additions and 35 deletions

View File

@ -1,24 +0,0 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="gpiod"
PKG_VERSION="2.2.2"
PKG_SHA256="aa4571f64e1070d38e4c14c491f69637ee73e23c801d3a418dde4d5410e5d53f"
PKG_ARCH="arm aarch64"
PKG_LICENSE="LGPLv2.1"
PKG_SITE="https://pypi.org/project/gpiod/"
PKG_URL="https://files.pythonhosted.org/packages/source/g/gpiod/gpiod-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain Python3 distutilscross:host"
PKG_LONGDESC="These are the official Python bindings for libgpiod."
PKG_TOOLCHAIN="manual"
pre_configure_target() {
export PYTHONXCPREFIX="${SYSROOT_PREFIX}/usr"
export LDSHARED="${CC} -shared"
export CFLAGS="${CFLAGS} -fcommon"
export CPPFLAGS="${TARGET_CPPFLAGS} -I${SYSROOT_PREFIX}/usr/include/${PKG_PYTHON_VERSION}"
}
make_target() {
python3 setup.py build
}

View File

@ -1,11 +0,0 @@
--- gpiod/setup.py.org 2024-11-12 14:29:25.000000000 +0100
+++ gpiod/setup.py 2024-12-09 20:44:57.736065397 +0100
@@ -8,7 +8,7 @@
from setuptools.command.build_ext import build_ext as orig_build_ext
from setuptools.command.sdist import log
from setuptools.command.sdist import sdist as orig_sdist
-from setuptools.errors import BaseError
+#from setuptools.errors import BaseError
LINK_SYSTEM_LIBGPIOD = getenv("LINK_SYSTEM_LIBGPIOD") == "1"
LIBGPIOD_MINIMUM_VERSION = "2.1"