You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a git url in a dependency, the following error appears:
Updating git repository `https://github.com/slint-ui/slint`
error: no matching package named `slint` found
location searched: https://github.com/slint-ui/slint?branch=master#ef82edca
required by package `slint-text-rendering-artifact-demo v0.1.0 (/home/devel/repos/slint-text-rendering-artifact-demo)`
When updating to the latest cargo and git2 version (see #70), cargo bitbake does understand git-urls in the dependency section.
Here an example that now works:
I noticed that when using branch = "master", the resulting *.bb file does not work correctly, as the bitbake fetcher tries to fetch a wrong revision. If you supply a revision in the Cargo.toml, everything works.
When using a git url in a dependency, the following error appears:
The Cargo.toml looks like this:
The text was updated successfully, but these errors were encountered: