Message ID | 20230429223007.86655-2-changhyeok.bae@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/2] iproute2: upgrade 6.2.0 -> 6.3.0 | expand |
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 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#180561): > https://lists.openembedded.org/g/openembedded-core/message/180561 > Mute This Topic: https://lists.openembedded.org/mt/98585530/1686489 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
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
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%)