From: Frederic Martinsons <frederic.martins...@gmail.com> This series brings the support of local git repository inside a cargo based recipe.
It also enables devtool capacity to such a recipe along with an example of recipe and a new selftest case. The following changes since commit 4922221d1259e2f78233f17bb901cdac5b9aa520: oeqa: whitespace and indentation cleanups (2023-03-31 23:30:34 +0100) 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 (5): 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-selftest: provide a recipe for zvariant cargo-update-recipe-crates: force name overrides .../zvariant/zvariant-crates.inc | 258 ++++ .../zvariant/zvariant-git-crates.inc | 14 + .../0001-Tweak-zvariant-crate-config.patch | 1292 +++++++++++++++++ .../zvariant/zvariant_3.12.0.bb | 29 + .../cargo-update-recipe-crates.bbclass | 35 +- meta/classes-recipe/cargo_common.bbclass | 33 + meta/classes/externalsrc.bbclass | 4 +- meta/lib/oe/patch.py | 57 +- meta/lib/oeqa/selftest/cases/devtool.py | 93 ++ 9 files changed, 1780 insertions(+), 35 deletions(-) create mode 100644 meta-selftest/recipes-extended/zvariant/zvariant-crates.inc create mode 100644 meta-selftest/recipes-extended/zvariant/zvariant-git-crates.inc create mode 100644 meta-selftest/recipes-extended/zvariant/zvariant/0001-Tweak-zvariant-crate-config.patch create mode 100644 meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#179459): https://lists.openembedded.org/g/openembedded-core/message/179459 Mute This Topic: https://lists.openembedded.org/mt/97990923/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-