-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9657 from HungerHa/le12-system-tools-gpiod
[le12] system-tools: add gpiod support (take over from rpi-tools)
- Loading branch information
Showing
5 changed files
with
22 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...piod/patches/gpiod-2.2.2-setuptools.patch → .../patches/libgpiod_setuptools-errors.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- gpiod/setup.py.org 2024-11-12 14:29:25.000000000 +0100 | ||
+++ gpiod/setup.py 2024-12-09 20:44:57.736065397 +0100 | ||
--- a/bindings/python/setup.py 2024-11-12 14:29:25.000000000 +0100 | ||
+++ b/bindings/python/setup.py 2025-01-05 17:00:00.000000000 +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 | ||
+from distutils.errors import DistutilsError as BaseError | ||
|
||
LINK_SYSTEM_LIBGPIOD = getenv("LINK_SYSTEM_LIBGPIOD") == "1" | ||
LIBGPIOD_MINIMUM_VERSION = "2.1" |
24 changes: 0 additions & 24 deletions
24
packages/addons/addon-depends/rpi-tools-depends/gpiod/package.mk
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters