aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schilling <erik.schilling@linaro.org>2023-06-12 13:14:49 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-13 10:16:03 +0200
commitbce8623776fb083561d9f85c01020810ff7273d0 (patch)
treec7d15b4bb6a31106df5962992878b6d6ca8c8953
parent99bfbede4a2577e2e0c5d4a1831f3d21da2f63f7 (diff)
downloadlibgpiod-bce8623776fb083561d9f85c01020810ff7273d0.tar.gz
bindings: rust: exclude Makefile.am from package
We do not use those when building from crates.io. Signed-off-by: Erik Schilling <erik.schilling@linaro.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
-rw-r--r--bindings/rust/libgpiod-sys/Cargo.toml4
-rw-r--r--bindings/rust/libgpiod/Cargo.toml4
2 files changed, 8 insertions, 0 deletions
diff --git a/bindings/rust/libgpiod-sys/Cargo.toml b/bindings/rust/libgpiod-sys/Cargo.toml
index 8b17039e..0c814eec 100644
--- a/bindings/rust/libgpiod-sys/Cargo.toml
+++ b/bindings/rust/libgpiod-sys/Cargo.toml
@@ -14,6 +14,10 @@ keywords = ["libgpiod", "gpio"]
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2021"
+exclude = [
+ "Makefile.am",
+]
+
[dependencies]
[build-dependencies]
diff --git a/bindings/rust/libgpiod/Cargo.toml b/bindings/rust/libgpiod/Cargo.toml
index b19e888c..d6758be4 100644
--- a/bindings/rust/libgpiod/Cargo.toml
+++ b/bindings/rust/libgpiod/Cargo.toml
@@ -14,6 +14,10 @@ keywords = ["libgpiod", "gpio"]
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2021"
+exclude = [
+ "Makefile.am",
+]
+
[dependencies]
errno = "0.2.8"
intmap = "2.0.0"