[oe] [meta-oe][PATCH] libkcapi: Upgrade to 1.1.3

Krzysztof Kozlowski krzk at kernel.org
Fri Aug 31 07:36:36 UTC 2018


On Fri, 31 Aug 2018 at 08:56, Khem Raj <raj.khem at gmail.com> wrote:
>
> Drop upstream patches
>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> Cc: Krzysztof Kozlowski <krzk at kernel.org>
> ---

(...)

> diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_git.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_git.bb
> index e401b70a7d..addd169a8d 100644
> --- a/meta-oe/recipes-crypto/libkcapi/libkcapi_git.bb
> +++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_git.bb
> @@ -6,14 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d0421cf231423bda10cea691b613e866"
>  DEPENDS = "libtool"
>
>  S = "${WORKDIR}/git"
> -# Use v1.1.1 with changes on top for building in OE
> -SRCREV = "342b50fc9225a991c224126c13c188ad9f1ef9f9"
> -PV = "1.1.1+git${SRCPV}"
> +# Use v1.1.3 with changes on top for building in OE

This comment can be dropped. Previously the SRCREV pointed to commit
on top of v1.1.1, so not a v1.1.1 exactly. Now you have chosen exactly
v1.1.3.

Anyway looks good:
Reviewed-by: Krzysztof Kozlowski <krzk at kernel.org>

Best regards,
Krzysztof

> +SRCREV = "1c736c43eb71fbb5640d00efaf34a1edf1972c49"
> +PV = "1.1.3+git${SRCPV}"
>  SRC_URI = " \
>      git://github.com/smuellerDD/libkcapi.git \
> -    file://0001-Fix-possible-buffer-overflow-with-strncpy-and-Wstrin.patch \
> -    file://0002-apps-Disable-Wstringop-truncation-warning-on-false-p.patch \
> -    file://0003-test-Be-sure-to-terminate-strncpy-copied-string-Wstr.patch \
>  "
>
>  inherit autotools
> --
> 2.18.0
>



More information about the Openembedded-devel mailing list