All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] dash: upgrade 0.5.11 -> 0.5.11.1
@ 2020-07-31 20:42 zangrc
  2020-07-31 20:42 ` [oe] [meta-oe] [PATCH] libbytesize: upgrade 2.3 -> 2.4 zangrc
  2020-07-31 20:42 ` [oe] [meta-oe] [PATCH] libmicrohttpd: upgrade 0.9.70 -> 0.9.71 zangrc
  0 siblings, 2 replies; 4+ messages in thread
From: zangrc @ 2020-07-31 20:42 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-shells/dash/{dash_0.5.11.bb => dash_0.5.11.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-shells/dash/{dash_0.5.11.bb => dash_0.5.11.1.bb} (85%)

diff --git a/meta-oe/recipes-shells/dash/dash_0.5.11.bb b/meta-oe/recipes-shells/dash/dash_0.5.11.1.bb
similarity index 85%
rename from meta-oe/recipes-shells/dash/dash_0.5.11.bb
rename to meta-oe/recipes-shells/dash/dash_0.5.11.1.bb
index b3a36651fc..c6914007db 100644
--- a/meta-oe/recipes-shells/dash/dash_0.5.11.bb
+++ b/meta-oe/recipes-shells/dash/dash_0.5.11.1.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e"
 inherit autotools update-alternatives
 
 SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz"
-SRC_URI[md5sum] = "027236e48b9202607b1418fee42c473e"
-SRC_URI[sha256sum] = "4dd9a6ed5fe7546095157918fe5d784bb0b7887ae13de50e1e2d11e1b5a391cb"
+SRC_URI[md5sum] = "df978fd0324f60a6ff45f686fe269fdc"
+SRC_URI[sha256sum] = "73c881f146e329ac54962766760fd62cb8bdff376cd6c2f5772eecc1570e1611"
 
 EXTRA_OECONF += "--bindir=${base_bindir}"
 
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [oe] [meta-oe] [PATCH] libbytesize: upgrade 2.3 -> 2.4
  2020-07-31 20:42 [oe] [meta-oe] [PATCH] dash: upgrade 0.5.11 -> 0.5.11.1 zangrc
@ 2020-07-31 20:42 ` zangrc
  2020-07-31 20:42 ` [oe] [meta-oe] [PATCH] libmicrohttpd: upgrade 0.9.70 -> 0.9.71 zangrc
  1 sibling, 0 replies; 4+ messages in thread
From: zangrc @ 2020-07-31 20:42 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../libbytesize/{libbytesize_2.3.bb => libbytesize_2.4.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libbytesize/{libbytesize_2.3.bb => libbytesize_2.4.bb} (93%)

diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.3.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb
similarity index 93%
rename from meta-oe/recipes-support/libbytesize/libbytesize_2.3.bb
rename to meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb
index db8270f49f..0aaf188b61 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.3.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
 S = "${WORKDIR}/git"
 B = "${S}"
 
-SRCREV = "96aba1e99aa40a21df980bac4f2ed3bd1e25dbde"
+SRCREV = "732ee8d28492e4bc9b52c29bcb81a5c19388d002"
 SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master"
 
 inherit gettext autotools python3native
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [oe] [meta-oe] [PATCH] libmicrohttpd: upgrade 0.9.70 -> 0.9.71
  2020-07-31 20:42 [oe] [meta-oe] [PATCH] dash: upgrade 0.5.11 -> 0.5.11.1 zangrc
  2020-07-31 20:42 ` [oe] [meta-oe] [PATCH] libbytesize: upgrade 2.3 -> 2.4 zangrc
@ 2020-07-31 20:42 ` zangrc
  2020-08-02  6:56   ` Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: zangrc @ 2020-07-31 20:42 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../{libmicrohttpd_0.9.70.bb => libmicrohttpd_0.9.71.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.70.bb => libmicrohttpd_0.9.71.bb} (86%)

diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.70.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.71.bb
similarity index 86%
rename from meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.70.bb
rename to meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.71.bb
index 94976d2e98..2bd8148e3f 100644
--- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.70.bb
+++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.71.bb
@@ -8,8 +8,8 @@ DEPENDS = "file"
 
 SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz \
 "
-SRC_URI[md5sum] = "dcd6045ecb4ea18c120afedccbd1da74"
-SRC_URI[sha256sum] = "90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307"
+SRC_URI[md5sum] = "c7e230e9b899282b43d9a9faa41e893d"
+SRC_URI[sha256sum] = "e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182"
 
 inherit autotools lib_package pkgconfig gettext
 
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [oe] [meta-oe] [PATCH] libmicrohttpd: upgrade 0.9.70 -> 0.9.71
  2020-07-31 20:42 ` [oe] [meta-oe] [PATCH] libmicrohttpd: upgrade 0.9.70 -> 0.9.71 zangrc
@ 2020-08-02  6:56   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2020-08-02  6:56 UTC (permalink / raw)
  To: zangrc; +Cc: openembeded-devel

This upgrade needs to rework depend packages since version 0.9.71,
callbacks must return an enum instead of an int.

See systemd fix e.g.
https://github.com/systemd/systemd/commit/d17eabb1052e7c8c432331a7a782845e36164f01

also see https://lists.gnu.org/archive/html/libmicrohttpd/2020-06/msg00013.html
where it says what the change is

Currently we are failing in jsonrpc package see
http://errors.yoctoproject.org/Errors/Details/427173/

Please take a look and send a fix for jsonrpc I will hold this patch until then

On Fri, Jul 31, 2020 at 1:42 AM zangrc <zangrc.fnst@cn.fujitsu.com> wrote:
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../{libmicrohttpd_0.9.70.bb => libmicrohttpd_0.9.71.bb}      | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.70.bb => libmicrohttpd_0.9.71.bb} (86%)
>
> diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.70.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.71.bb
> similarity index 86%
> rename from meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.70.bb
> rename to meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.71.bb
> index 94976d2e98..2bd8148e3f 100644
> --- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.70.bb
> +++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.71.bb
> @@ -8,8 +8,8 @@ DEPENDS = "file"
>
>  SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz \
>  "
> -SRC_URI[md5sum] = "dcd6045ecb4ea18c120afedccbd1da74"
> -SRC_URI[sha256sum] = "90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307"
> +SRC_URI[md5sum] = "c7e230e9b899282b43d9a9faa41e893d"
> +SRC_URI[sha256sum] = "e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182"
>
>  inherit autotools lib_package pkgconfig gettext
>
> --
> 2.25.1
>
>
>
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-02  6:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31 20:42 [oe] [meta-oe] [PATCH] dash: upgrade 0.5.11 -> 0.5.11.1 zangrc
2020-07-31 20:42 ` [oe] [meta-oe] [PATCH] libbytesize: upgrade 2.3 -> 2.4 zangrc
2020-07-31 20:42 ` [oe] [meta-oe] [PATCH] libmicrohttpd: upgrade 0.9.70 -> 0.9.71 zangrc
2020-08-02  6:56   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.