All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH 0/4] cargo: improve the build process and add a new recipe
@ 2022-06-06 13:26 Bartosz Golaszewski
  2022-06-06 13:26 ` [OE-core][PATCH 1/4] cargo: don't update git submodules in --offline mode Bartosz Golaszewski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bartosz Golaszewski @ 2022-06-06 13:26 UTC (permalink / raw)
  To: Khem Raj, openembedded-core; +Cc: Bartosz Golaszewski

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-06 15:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 13:26 [OE-core][PATCH 0/4] cargo: improve the build process and add a new recipe Bartosz Golaszewski
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

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.