On Fri, Sep 18, 2020, 7:30 AM Samuli Piippo <[email protected]> wrote:
> Signed-off-by: Samuli Piippo <[email protected]> > Thanks! Can you add this to core-image-mingw-sdktest to test it doesn't regress? Bonus points for writing a runtime test for it if there isn't one already --- > recipes-devtools/ninja/ninja_%.bbappend | 8 ++++++++ > 1 file changed, 8 insertions(+) > create mode 100644 recipes-devtools/ninja/ninja_%.bbappend > > diff --git a/recipes-devtools/ninja/ninja_%.bbappend > b/recipes-devtools/ninja/ninja_%.bbappend > new file mode 100644 > index 0000000..e7ddb4d > --- /dev/null > +++ b/recipes-devtools/ninja/ninja_%.bbappend > @@ -0,0 +1,8 @@ > +do_compile_mingw32() { > + python3 ./configure.py --platform mingw > + ninja > +} > + > +do_install_mingw32() { > + install -D -m 0755 ${S}/ninja.exe ${D}${bindir}/ninja.exe > +} > -- > 2.17.1 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#50740): https://lists.yoctoproject.org/g/yocto/message/50740 Mute This Topic: https://lists.yoctoproject.org/mt/76929302/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
