Jasper Orschulko via lists.openembedded.org <jasper= [email protected]> escreveu no dia quinta, 11/11/2021 à(s) 10:22:
> From: Jasper Orschulko <[email protected]> > > Add git-native and repo-native as prerequisite for the repo fetcher. > > Signed-off-by: Jasper Orschulko <[email protected]> > --- > meta/classes/base.bbclass | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass > index a65fcc6c1d..3298bd1952 100644 > --- a/meta/classes/base.bbclass > +++ b/meta/classes/base.bbclass > @@ -665,6 +665,11 @@ python () { > elif uri.scheme == "npm": > d.appendVarFlag('do_fetch', 'depends', ' > nodejs-native:do_populate_sysroot') > > + elif uri.scheme == "repo": > + needsrcrev = True > + d.appendVarFlag('do_fetch', 'depends', ' > repo-native:do_populate_sysroot') > + d.appendVarFlag('do_fetch', 'depends', ' > git-native:do_populate_sysroot') > Please remove git and add it as a runtime dependency of the repo. Jose + > # *.lz4 should DEPEND on lz4-native for unpacking > if path.endswith('.lz4'): > d.appendVarFlag('do_unpack', 'depends', ' > lz4-native:do_populate_sysroot') > -- > 2.33.1 > > > > > -- Best regards, José Quaresma
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#158164): https://lists.openembedded.org/g/openembedded-core/message/158164 Mute This Topic: https://lists.openembedded.org/mt/86978821/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
