From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Khem Raj <raj.khem@gmail.com>, openembedded-core@lists.openembedded.org
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [OE-core][PATCH 0/4] cargo: improve the build process and add a new recipe
Date: Mon, 6 Jun 2022 15:26:49 +0200 [thread overview]
Message-ID: <20220606132653.60232-1-brgl@bgdev.pl> (raw)
This series contains some improvements to the cargo build and adds a new
recipe for gstreamer plugins written in rust.
Bartosz Golaszewski (4):
cargo: don't update git submodules in --offline mode
cargo: run in --offline mode
cargo: pass PACKAGECONFIG_CONFARGS to cargo build
gstreamer1.0-plugins-rs: new package
meta/classes/cargo.bbclass | 4 +-
meta/recipes-devtools/cargo/cargo.inc | 2 +-
...-t-update-submodules-in-offline-mode.patch | 32 ++
.../gstreamer1.0-plugins-rs_0.8.4.bb | 465 ++++++++++++++++++
4 files changed, 500 insertions(+), 3 deletions(-)
create mode 100644 meta/recipes-devtools/cargo/cargo/0001-git-don-t-update-submodules-in-offline-mode.patch
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-rs_0.8.4.bb
--
2.34.1
next reply other threads:[~2022-06-06 13:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-06 13:26 Bartosz Golaszewski [this message]
2022-06-06 13:26 ` [OE-core][PATCH 1/4] cargo: don't update git submodules in --offline mode Bartosz Golaszewski
2022-06-06 15:20 ` Alexander Kanavin
2022-06-06 13:26 ` [OE-core][PATCH 2/4] cargo: run " Bartosz Golaszewski
2022-06-06 13:26 ` [OE-core][PATCH 3/4] cargo: pass PACKAGECONFIG_CONFARGS to cargo build Bartosz Golaszewski
2022-06-06 13:26 ` [OE-core][PATCH 4/4] gstreamer1.0-plugins-rs: new package Bartosz Golaszewski
2022-06-06 15:22 ` Alexander Kanavin
2022-06-06 15:36 ` Bartosz Golaszewski
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=20220606132653.60232-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.