[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    Re: [OE-core] [PATCH] ninja: Upgrade from 1.7.2 to major release 1.8.2
From:       Alejandro Enedino Hernandez Samaniego <alejandro.enedino.hernandez-samaniego () xil
Date:       2018-01-31 19:00:51
Message-ID: bfb72164-b1c2-7fe9-39e6-8f5ac1dc7361 () xilinx ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Sure, sorry for some reason I sent it to oe-core-bounce or something 
last week.

Interestingly I just rebased it on master cleanly...



On 01/31/2018 03:57 AM, Burton, Ross wrote:
> Patch doesn't apply, can you rebase and resend please.
>
> Ross
>
> On 30 January 2018 at 21:09, Alejandro Enedino Hernandez Samaniego 
> <alejandro.enedino.hernandez-samaniego@xilinx.com 
> <mailto:alejandro.enedino.hernandez-samaniego@xilinx.com>> wrote:
>
>     Signed-off-by: Alejandro Enedino Hernandez Samaniego
>     <alejandr@xilinx.com <mailto:alejandr@xilinx.com>>
>
>     ---
>      meta/recipes-devtools/ninja/ninja_1.7.2.bb
>     <http://ninja_1.7.2.bb> | 30 ------------------------------
>      meta/recipes-devtools/ninja/ninja_1.8.2.bb
>     <http://ninja_1.8.2.bb> | 30 ++++++++++++++++++++++++++++++
>      2 files changed, 30 insertions(+), 30 deletions(-)
>      delete mode 100644 meta/recipes-devtools/ninja/ninja_1.7.2.bb
>     <http://ninja_1.7.2.bb>
>      create mode 100644 meta/recipes-devtools/ninja/ninja_1.8.2.bb
>     <http://ninja_1.8.2.bb>
>
>     diff --git a/meta/recipes-devtools/ninja/ninja_1.7.2.bb
>     <http://ninja_1.7.2.bb>
>     b/meta/recipes-devtools/ninja/ninja_1.7.2.bb <http://ninja_1.7.2.bb>
>     deleted file mode 100644
>     index 4d3b272..0000000
>     --- a/meta/recipes-devtools/ninja/ninja_1.7.2.bb
>     <http://ninja_1.7.2.bb>
>     +++ /dev/null
>     @@ -1,30 +0,0 @@
>     -SUMMARY = "Ninja is a small build system with a focus on speed."
>     -HOMEPAGE = "http://martine.github.com/ninja/
>     <http://martine.github.com/ninja/>"
>     -LICENSE = "Apache-2.0"
>     -LIC_FILES_CHKSUM =
>     "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
>     -
>     -DEPENDS = "re2c-native ninja-native"
>     -
>     -SRCREV = "717b7b4a31db6027207588c0fb89c3ead384747b"
>     -
>     -SRC_URI = "git://github.com/martine/ninja.git;branch=release
>     <http://github.com/martine/ninja.git;branch=release>"
>     -UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
>     -
>     -S = "${WORKDIR}/git"
>     -
>     -do_configure[noexec] = "1"
>     -
>     -do_compile_class-native() {
>     -       ./configure.py --bootstrap
>     -}
>     -
>     -do_compile() {
>     -       ./configure.py
>     -       ninja
>     -}
>     -
>     -do_install() {
>     -       install -D -m 0755  ${S}/ninja ${D}${bindir}/ninja
>     -}
>     -
>     -BBCLASSEXTEND = "native nativesdk"
>     diff --git a/meta/recipes-devtools/ninja/ninja_1.8.2.bb
>     <http://ninja_1.8.2.bb>
>     b/meta/recipes-devtools/ninja/ninja_1.8.2.bb <http://ninja_1.8.2.bb>
>     new file mode 100644
>     index 0000000..c6fcfef
>     --- /dev/null
>     +++ b/meta/recipes-devtools/ninja/ninja_1.8.2.bb
>     <http://ninja_1.8.2.bb>
>     @@ -0,0 +1,30 @@
>     +SUMMARY = "Ninja is a small build system with a focus on speed."
>     +HOMEPAGE = "http://martine.github.com/ninja/
>     <http://martine.github.com/ninja/>"
>     +LICENSE = "Apache-2.0"
>     +LIC_FILES_CHKSUM =
>     "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
>     +
>     +DEPENDS = "re2c-native ninja-native"
>     +
>     +SRCREV = "253e94c1fa511704baeb61cf69995bbf09ba435e"
>     +
>     +SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release
>     <http://github.com/ninja-build/ninja.git;branch=release>"
>     +UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
>     +
>     +S = "${WORKDIR}/git"
>     +
>     +do_configure[noexec] = "1"
>     +
>     +do_compile_class-native() {
>     +       ./configure.py --bootstrap
>     +}
>     +
>     +do_compile() {
>     +       ./configure.py
>     +       ninja
>     +}
>     +
>     +do_install() {
>     +       install -D -m 0755  ${S}/ninja ${D}${bindir}/ninja
>     +}
>     +
>     +BBCLASSEXTEND = "native nativesdk"
>     --
>     2.7.4
>
>     This email and any attachments are intended for the sole use of
>     the named recipient(s) and contain(s) confidential information
>     that may be proprietary, privileged or copyrighted under
>     applicable law. If you are not the intended recipient, do not
>     read, copy, or forward this email message or any attachments.
>     Delete this email message and any attachments immediately.
>     -- 
>     _______________________________________________
>     Openembedded-core mailing list
>     Openembedded-core@lists.openembedded.org
>     <mailto:Openembedded-core@lists.openembedded.org>
>     http://lists.openembedded.org/mailman/listinfo/openembedded-core
>     <http://lists.openembedded.org/mailman/listinfo/openembedded-core>
>
>


[Attachment #5 (text/html)]

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Sure, sorry for some reason I sent it to oe-core-bounce or
      something last week.</p>
    <p>Interestingly I just rebased it on master cleanly...<br>
    </p>
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 01/31/2018 03:57 AM, Burton, Ross
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAJTo0LZkAMSnifEzdyr2LF9J4D2XCHfTDCiP=CyPYS6O20xfGw@mail.gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div dir="ltr">Patch doesn't apply, can you rebase and resend
        please.
        <div><br>
        </div>
        <div>Ross</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On 30 January 2018 at 21:09, Alejandro
          Enedino Hernandez Samaniego <span dir="ltr">&lt;<a
              href="mailto:alejandro.enedino.hernandez-samaniego@xilinx.com"
              target="_blank" \
moz-do-not-send="true">alejandro.enedino.hernandez-samaniego@xilinx.com</a>&gt;</span>
  wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Signed-off-by:
            Alejandro Enedino Hernandez Samaniego &lt;<a
              href="mailto:alejandr@xilinx.com" target="_blank"
              moz-do-not-send="true">alejandr@xilinx.com</a>&gt;<br>
            <br>
            ---<br>
             meta/recipes-devtools/ninja/<a href="http://ninja_1.7.2.bb"
              rel="noreferrer" target="_blank" \
moz-do-not-send="true">n<wbr>inja_1.7.2.bb</a>  | 30 \
------------------------------<br>  meta/recipes-devtools/ninja/<a \
                href="http://ninja_1.8.2.bb"
              rel="noreferrer" target="_blank" \
moz-do-not-send="true">n<wbr>inja_1.8.2.bb</a>  | 30 \
++++++++++++++++++++++++++++++<br>  2 files changed, 30 insertions(+), 30 \
deletions(-)<br>  delete mode 100644 meta/recipes-devtools/ninja/<a
              href="http://ninja_1.7.2.bb" rel="noreferrer"
              target="_blank" moz-do-not-send="true">ni<wbr>nja_1.7.2.bb</a><br>
             create mode 100644 meta/recipes-devtools/ninja/<a
              href="http://ninja_1.8.2.bb" rel="noreferrer"
              target="_blank" moz-do-not-send="true">ni<wbr>nja_1.8.2.bb</a><br>
            <br>
            diff --git a/meta/recipes-devtools/ninja/<a
              href="http://ninja_1.7.2.bb" rel="noreferrer"
              target="_blank" moz-do-not-send="true"><wbr>ninja_1.7.2.bb</a>
            b/meta/recipes-devtools/ninja/<a
              href="http://ninja_1.7.2.bb" rel="noreferrer"
              target="_blank" moz-do-not-send="true"><wbr>ninja_1.7.2.bb</a><br>
            deleted file mode 100644<br>
            index 4d3b272..0000000<br>
            --- a/meta/recipes-devtools/ninja/<a
              href="http://ninja_1.7.2.bb" rel="noreferrer"
              target="_blank" moz-do-not-send="true"><wbr>ninja_1.7.2.bb</a><br>
            +++ /dev/null<br>
            @@ -1,30 +0,0 @@<br>
            -SUMMARY = "Ninja is a small build system with a focus on
            speed."<br>
            -HOMEPAGE = "<a href="http://martine.github.com/ninja/"
              rel="noreferrer" target="_blank" \
                moz-do-not-send="true">http://martine.github.com/nin<wbr>ja/</a>"<br>
            -LICENSE = "Apache-2.0"<br>
            -LIC_FILES_CHKSUM = "<a class="moz-txt-link-freetext" \
href="file://COPYING;md5=a81586a64a">file://COPYING;md5=a81586a64a</a><wbr>d4e476c791cda7e2f2c52e"<br>
                
            -<br>
            -DEPENDS = "re2c-native ninja-native"<br>
            -<br>
            -SRCREV = "717b7b4a31db6027207588c0fb89c<wbr>3ead384747b"<br>
            -<br>
            -SRC_URI = "git://<a
              href="http://github.com/martine/ninja.git;branch=release"
              rel="noreferrer" target="_blank" \
                moz-do-not-send="true">github.com/martine/ninj<wbr>a.git;branch=release</a>"<br>
                
            -UPSTREAM_CHECK_GITTAGREGEX = "v(?P&lt;pver&gt;.*)"<br>
            -<br>
            -S = "${WORKDIR}/git"<br>
            -<br>
            -do_configure[noexec] = "1"<br>
            -<br>
            -do_compile_class-native() {<br>
            -       ./configure.py --bootstrap<br>
            -}<br>
            -<br>
            -do_compile() {<br>
            -       ./configure.py<br>
            -       ninja<br>
            -}<br>
            -<br>
            -do_install() {<br>
            -       install -D -m 0755  ${S}/ninja ${D}${bindir}/ninja<br>
            -}<br>
            -<br>
            -BBCLASSEXTEND = "native nativesdk"<br>
            diff --git a/meta/recipes-devtools/ninja/<a
              href="http://ninja_1.8.2.bb" rel="noreferrer"
              target="_blank" moz-do-not-send="true"><wbr>ninja_1.8.2.bb</a>
            b/meta/recipes-devtools/ninja/<a
              href="http://ninja_1.8.2.bb" rel="noreferrer"
              target="_blank" moz-do-not-send="true"><wbr>ninja_1.8.2.bb</a><br>
            new file mode 100644<br>
            index 0000000..c6fcfef<br>
            --- /dev/null<br>
            +++ b/meta/recipes-devtools/ninja/<a
              href="http://ninja_1.8.2.bb" rel="noreferrer"
              target="_blank" moz-do-not-send="true"><wbr>ninja_1.8.2.bb</a><br>
            @@ -0,0 +1,30 @@<br>
            +SUMMARY = "Ninja is a small build system with a focus on
            speed."<br>
            +HOMEPAGE = "<a href="http://martine.github.com/ninja/"
              rel="noreferrer" target="_blank" \
moz-do-not-send="true">http://martine.github.com/nin<wbr>ja/</a>"<br>  +LICENSE = \
"Apache-2.0"<br>  +LIC_FILES_CHKSUM = "<a class="moz-txt-link-freetext" \
href="file://COPYING;md5=a81586a64a">file://COPYING;md5=a81586a64a</a><wbr>d4e476c791cda7e2f2c52e"<br>
  +<br>
            +DEPENDS = "re2c-native ninja-native"<br>
            +<br>
            +SRCREV = "253e94c1fa511704baeb61cf69995<wbr>bbf09ba435e"<br>
            +<br>
            +SRC_URI = "git://<a
              href="http://github.com/ninja-build/ninja.git;branch=release"
              rel="noreferrer" target="_blank" \
moz-do-not-send="true">github.com/ninja-build/<wbr>ninja.git;branch=release</a>"<br>  \
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P&lt;pver&gt;.*)"<br>  +<br>
            +S = "${WORKDIR}/git"<br>
            +<br>
            +do_configure[noexec] = "1"<br>
            +<br>
            +do_compile_class-native() {<br>
            +       ./configure.py --bootstrap<br>
            +}<br>
            +<br>
            +do_compile() {<br>
            +       ./configure.py<br>
            +       ninja<br>
            +}<br>
            +<br>
            +do_install() {<br>
            +       install -D -m 0755  ${S}/ninja ${D}${bindir}/ninja<br>
            +}<br>
            +<br>
            +BBCLASSEXTEND = "native nativesdk"<br>
            --<br>
            2.7.4<br>
            <br>
            This email and any attachments are intended for the sole use
            of the named recipient(s) and contain(s) confidential
            information that may be proprietary, privileged or
            copyrighted under applicable law. If you are not the
            intended recipient, do not read, copy, or forward this email
            message or any attachments. Delete this email message and
            any attachments immediately.<span class="HOEnZb"><font
                color="#888888"><br>
                -- <br>
                ______________________________<wbr>_________________<br>
                Openembedded-core mailing list<br>
                <a
                  href="mailto:Openembedded-core@lists.openembedded.org"
                  target="_blank" \
moz-do-not-send="true">Openembedded-core@lists.openem<wbr>bedded.org</a><br>  <a
                  href="http://lists.openembedded.org/mailman/listinfo/openembedded-core"
  rel="noreferrer" target="_blank"
                  moz-do-not-send="true">http://lists.openembedded.org/<wbr>mailman/listinfo/openembedded-<wbr>core</a><br>
  </font></span></blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>



-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic