linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Erik Schilling <erik.schilling@linaro.org>
To: Linux-GPIO <linux-gpio@vger.kernel.org>
Cc: "Kent Gibson" <warthog618@gmail.com>,
	"Bartosz Golaszewski" <bartosz.golaszewski@linaro.org>,
	"Viresh Kumar" <viresh.kumar@linaro.org>,
	"Manos Pitsidianakis" <manos.pitsidianakis@linaro.org>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Erik Schilling" <erik.schilling@linaro.org>
Subject: [PATCH libgpiod 2/3] bindings: rust: exclude Makefile.am from package
Date: Mon, 12 Jun 2023 13:14:49 +0200	[thread overview]
Message-ID: <20230612-crates_io_publish-v1-2-70988ee9a655@linaro.org> (raw)
In-Reply-To: <20230612-crates_io_publish-v1-0-70988ee9a655@linaro.org>

We do not use those when building from crates.io.

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
---
 bindings/rust/libgpiod-sys/Cargo.toml | 4 ++++
 bindings/rust/libgpiod/Cargo.toml     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/bindings/rust/libgpiod-sys/Cargo.toml b/bindings/rust/libgpiod-sys/Cargo.toml
index 8b17039..0c814ee 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 b19e888..d6758be 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"

-- 
2.40.1


  parent reply	other threads:[~2023-06-12 11:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-12 11:14 [PATCH libgpiod 0/3] bindings: rust: prepare for crates.io publish Erik Schilling
2023-06-12 11:14 ` [PATCH libgpiod 1/3] bindings: rust: add version number to dependencies Erik Schilling
2023-06-12 11:14 ` Erik Schilling [this message]
2023-06-12 11:14 ` [PATCH libgpiod 3/3] bindings: rust: document build without install Erik Schilling
2023-06-13  3:56 ` [PATCH libgpiod 0/3] bindings: rust: prepare for crates.io publish Viresh Kumar
2023-06-13  8:16 ` Bartosz Golaszewski
2023-06-13 10:37   ` Erik Schilling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230612-crates_io_publish-v1-2-70988ee9a655@linaro.org \
    --to=erik.schilling@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=manos.pitsidianakis@linaro.org \
    --cc=viresh.kumar@linaro.org \
    --cc=warthog618@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).