mbox

[PATCHV3,0/4] Extend cargo based recipe support

Message ID cover.1679904677.git.frederic.martinsons@gmail.com
State Not Applicable, archived
Headers show

Pull-request

https://gitlab.com/fmartinsons/openembedded-core cargo-extend-support-git-and-devtool

Message

Frédéric Martinsons March 27, 2023, 8:12 a.m. UTC
From: Frederic Martinsons <frederic.martinsons@gmail.com>

This series brings the support of local git repository inside
a cargo based recipe.

It also enables devtool capacity on it.

The following changes since commit 4876189dd2ae5a04a296b11b537b9f613159c6bf:

  xcb-proto: Fix install conflict when enable multilib. (2023-03-23 22:38:41 +0000)

are available in the Git repository at:

  https://gitlab.com/fmartinsons/openembedded-core cargo-extend-support-git-and-devtool

Alex Kiernan (1):
  cargo_common.bbclass: Support local github repos

Frederic Martinsons (3):
  cargo_common.bbclass: add support of user in url for patch
  devtool: add support for multiple git url inside a cargo based recipe
  patch: support of git patches when the source uri contained subpath
    parameter

 meta/classes-recipe/cargo_common.bbclass | 33 ++++++++++++++
 meta/classes/externalsrc.bbclass         |  4 +-
 meta/lib/oe/patch.py                     | 57 ++++++++++++++++++------
 3 files changed, 78 insertions(+), 16 deletions(-)