[oe] [meta-oe][PATCH 3/3] picocom: update to 3.1

Khem Raj raj.khem at gmail.com
Wed Jul 10 16:27:52 UTC 2019


Hi Paul

This fails to build on musl

see
https://errors.yoctoproject.org/Errors/Details/251294/

I think we need a fix similar to this one
https://github.com/serialport/node-serialport/commit/02e2bfecf0b32037121abb5bc2925dcb83785934

can you try it out and send a v2 if it works ?

On Tue, Jul 9, 2019 at 5:39 AM Paul Eggleton
<paul.eggleton at linux.intel.com> wrote:
>
> There have been a couple of releases since we last upgraded, including
> a number of additional features. Changelog is here:
>
>   https://github.com/npat-efault/picocom/releases
>
> Also tweak SUMMARY - I don't think this has been 20k in a while; with
> this upgrade the binary alone went from 60k to 70k.
>
> Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
> ---
>  meta-oe/recipes-support/picocom/picocom_git.bb | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta-oe/recipes-support/picocom/picocom_git.bb b/meta-oe/recipes-support/picocom/picocom_git.bb
> index e091094cf4..0d65453b7c 100644
> --- a/meta-oe/recipes-support/picocom/picocom_git.bb
> +++ b/meta-oe/recipes-support/picocom/picocom_git.bb
> @@ -1,13 +1,13 @@
> -SUMMARY = "Lightweight and minimal (~20K) dumb-terminal emulation program"
> +SUMMARY = "Lightweight and minimal dumb-terminal emulation program"
>  SECTION = "console/utils"
>  LICENSE = "GPLv2+"
> -HOMEPAGE = "http://code.google.com/p/picocom/"
> +HOMEPAGE = "https://github.com/npat-efault/picocom"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000e4830620e310fe65c0eb69df9e8a"
>
> -BASEPV = "2.2"
> +BASEPV = "3.1"
>  PV = "${BASEPV}+git${SRCPV}"
>
> -SRCREV = "deffd18c24145bd6f965f44e735a50b65810ccdc"
> +SRCREV = "90385aabe2b51f39fa130627d46b377569f82d4a"
>
>  SRC_URI = "git://github.com/npat-efault/picocom"
>
> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list