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
Some recipes may want to fetch their sources directly from Git, potentially including some submodules (see the fuse recipe in Toltec, or the fbink recipe, for example). Right now, the available options are: using some feature of the Git hosting that allows downloading source archives (but this doesn’t include submodules on GitHub, for example), or manually invoking git in prepare(). We should make our source= field support those use-cases to reduce code duplication in recipes.
Some recipes may want to fetch their sources directly from Git, potentially including some submodules (see the fuse recipe in Toltec, or the fbink recipe, for example). Right now, the available options are: using some feature of the Git hosting that allows downloading source archives (but this doesn’t include submodules on GitHub, for example), or manually invoking
git
inprepare()
. We should make oursource=
field support those use-cases to reduce code duplication in recipes.See Arch’s implementation or OpenWrt’s implementation for reference.
The text was updated successfully, but these errors were encountered: