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

List:       openembedded-core
Subject:    Re: [OE-core][PATCH 2/2] kea: upgrade 2.2.0 -> 2.3.7
From:       "Alexander Kanavin" <alex.kanavin () gmail ! com>
Date:       2023-04-30 4:48:03
Message-ID: CANNYZj-jrY1dULQZpLe79967u5XhXDfcn2CjKLyu_CQamxUbng () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Kea 2.3.x are development versions and do unsuitable. See
https://kb.isc.org/docs/aa-00896

You should use ‘devtool latest-version kea' to check what the latest
suitable version is.

Alex

On Sun 30. Apr 2023 at 0.30, Changhyeok Bae <changhyeok.bae@gmail.com>
wrote:

> Fix buildpaths issue.
>
> Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
> ---
>  .../recipes-connectivity/kea/{kea_2.2.0.bb => kea_2.3.7.bb} | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-connectivity/kea/{kea_2.2.0.bb => kea_2.3.7.bb} (91%)
>
> diff --git a/meta/recipes-connectivity/kea/kea_2.2.0.bb
> b/meta/recipes-connectivity/kea/kea_2.3.7.bb
> similarity index 91%
> rename from meta/recipes-connectivity/kea/kea_2.2.0.bb
> rename to meta/recipes-connectivity/kea/kea_2.3.7.bb
> index 2c2e5a74dd..8335629474 100644
> --- a/meta/recipes-connectivity/kea/kea_2.2.0.bb
> +++ b/meta/recipes-connectivity/kea/kea_2.3.7.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "Kea is the next generation of DHCP software
> developed by ISC. It
>  HOMEPAGE = "http://kea.isc.org"
>  SECTION = "connectivity"
>  LICENSE = "MPL-2.0"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=97ce14bdd2733f5b84ab5e29380d057d"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=ea061fa0188838072c4248c1318ec131"
>
>  DEPENDS = "boost log4cplus openssl"
>
> @@ -18,7 +18,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz
> \
>             file://fix_pid_keactrl.patch \
>
> file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \
>             "
> -SRC_URI[sha256sum] =
> "da7d90ca62a772602dac6e77e507319038422895ad68eeb142f1487d67d531d2"
> +SRC_URI[sha256sum] =
> "3aa58fd8042ce49a502ddaa5fa88f5700073ffe03ff967e9f9b7cc32f58cc65b"
>
>  inherit autotools systemd update-rc.d upstream-version-is-even
>
> @@ -46,7 +46,7 @@ do_configure:prepend() {
>      # replace abs_top_builddir to avoid introducing the build path
>      # don't expand the abs_top_builddir on the target as the
> abs_top_builddir is meanlingless on the target
>      find ${S} -type f -name *.sh.in | xargs sed -i  "s:@abs_top_builddir
> @:@abs_top_builddir_placeholder@:g"
> -    sed -i "s:@abs_top_srcdir@:@abs_top_srcdir_placeholder@:g"
> ${S}/src/bin/admin/kea-admin.in
> +    sed -i "s:@abs_top_builddir@:@abs_top_builddir_placeholder@:g"
> ${S}/src/bin/admin/kea-admin.in
>  }
>
>  # patch out build host paths for reproducibility
> --
> 2.34.1
>
>
> 
>
>

[Attachment #5 (text/html)]

<div dir="auto">Kea 2.3.x are development versions and do unsuitable. See  <div><a \
href="https://kb.isc.org/docs/aa-00896">https://kb.isc.org/docs/aa-00896</a></div><div><br></div><div \
dir="auto">You should use ‘devtool latest-version kea' to check what the latest \
suitable version is.</div></div><div dir="auto"><br></div><div dir="auto">Alex  \
</div><div dir="auto"><br><div class="gmail_quote"><div dir="ltr" \
class="gmail_attr">On Sun 30. Apr 2023 at 0.30, Changhyeok Bae &lt;<a \
href="mailto:changhyeok.bae@gmail.com">changhyeok.bae@gmail.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">Fix \
buildpaths issue.<br> <br>
Signed-off-by: Changhyeok Bae &lt;<a href="mailto:changhyeok.bae@gmail.com" \
                target="_blank">changhyeok.bae@gmail.com</a>&gt;<br>
---<br>
  .../recipes-connectivity/kea/{<a href="http://kea_2.2.0.bb" rel="noreferrer" \
target="_blank">kea_2.2.0.bb</a> =&gt; <a href="http://kea_2.3.7.bb" rel="noreferrer" \
target="_blank">kea_2.3.7.bb</a>} | 6 +++---<br>  1 file changed, 3 insertions(+), 3 \
deletions(-)<br>  rename meta/recipes-connectivity/kea/{<a href="http://kea_2.2.0.bb" \
rel="noreferrer" target="_blank">kea_2.2.0.bb</a> =&gt; <a href="http://kea_2.3.7.bb" \
rel="noreferrer" target="_blank">kea_2.3.7.bb</a>} (91%)<br> <br>
diff --git a/meta/recipes-connectivity/kea/<a href="http://kea_2.2.0.bb" \
rel="noreferrer" target="_blank">kea_2.2.0.bb</a> b/meta/recipes-connectivity/kea/<a \
href="http://kea_2.3.7.bb" rel="noreferrer" target="_blank">kea_2.3.7.bb</a><br> \
similarity index 91%<br> rename from meta/recipes-connectivity/kea/<a \
href="http://kea_2.2.0.bb" rel="noreferrer" target="_blank">kea_2.2.0.bb</a><br> \
rename to meta/recipes-connectivity/kea/<a href="http://kea_2.3.7.bb" \
rel="noreferrer" target="_blank">kea_2.3.7.bb</a><br> index 2c2e5a74dd..8335629474 \
                100644<br>
--- a/meta/recipes-connectivity/kea/<a href="http://kea_2.2.0.bb" rel="noreferrer" \
                target="_blank">kea_2.2.0.bb</a><br>
+++ b/meta/recipes-connectivity/kea/<a href="http://kea_2.3.7.bb" rel="noreferrer" \
target="_blank">kea_2.3.7.bb</a><br> @@ -3,7 +3,7 @@ DESCRIPTION = &quot;Kea is the \
next generation of DHCP software developed by ISC. It<br>  HOMEPAGE = &quot;<a \
href="http://kea.isc.org" rel="noreferrer" \
target="_blank">http://kea.isc.org</a>&quot;<br>  SECTION = \
&quot;connectivity&quot;<br>  LICENSE = &quot;MPL-2.0&quot;<br>
-LIC_FILES_CHKSUM = &quot;file://COPYING;md5=97ce14bdd2733f5b84ab5e29380d057d&quot;<br>
 +LIC_FILES_CHKSUM = \
&quot;file://COPYING;md5=ea061fa0188838072c4248c1318ec131&quot;<br> <br>
  DEPENDS = &quot;boost log4cplus openssl&quot;<br>
<br>
@@ -18,7 +18,7 @@ SRC_URI = &quot;<a \
href="http://ftp.isc.org/isc/kea/$%7BPV%7D/$%7BBP%7D.tar.gz" rel="noreferrer" \
target="_blank">http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz</a> \<br>  \
                file://fix_pid_keactrl.patch \<br>
                  file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \
\<br>  &quot;<br>
-SRC_URI[sha256sum] = \
&quot;da7d90ca62a772602dac6e77e507319038422895ad68eeb142f1487d67d531d2&quot;<br> \
+SRC_URI[sha256sum] = \
&quot;3aa58fd8042ce49a502ddaa5fa88f5700073ffe03ff967e9f9b7cc32f58cc65b&quot;<br> <br>
  inherit autotools systemd update-rc.d upstream-version-is-even<br>
<br>
@@ -46,7 +46,7 @@ do_configure:prepend() {<br>
        # replace abs_top_builddir to avoid introducing the build path<br>
        # don&#39;t expand the abs_top_builddir on the target as the abs_top_builddir \
is meanlingless on the target<br>  find ${S} -type f -name *.<a href="http://sh.in" \
rel="noreferrer" target="_blank">sh.in</a> | xargs sed -i   \
                &quot;s:@abs_top_builddir@:@abs_top_builddir_placeholder@:g&quot;<br>
-      sed -i &quot;s:@abs_top_srcdir@:@abs_top_srcdir_placeholder@:g&quot; \
${S}/src/bin/admin/<a href="http://kea-admin.in" rel="noreferrer" \
target="_blank">kea-admin.in</a><br> +      sed -i \
&quot;s:@abs_top_builddir@:@abs_top_builddir_placeholder@:g&quot; \
${S}/src/bin/admin/<a href="http://kea-admin.in" rel="noreferrer" \
target="_blank">kea-admin.in</a><br>  }<br>
<br>
  # patch out build host paths for reproducibility<br>
-- <br>
2.34.1<br>
<br>
<br>
<br>
<br>
</blockquote></div></div>



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#180562): https://lists.openembedded.org/g/openembedded-core/message/180562
Mute This Topic: https://lists.openembedded.org/mt/98585530/4454766
Group Owner: openembedded-core+owner@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [openembedded-core@marc.info]
-=-=-=-=-=-=-=-=-=-=-=-



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

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