[oe] [meta-oe][PATCH] libsodium: Update to 1.0.10.

Khem Raj raj.khem at gmail.com
Wed Jul 13 17:53:25 UTC 2016


On Wed, Jul 13, 2016 at 6:28 AM, Philip Balister <philip at balister.org> wrote:
> Signed-off-by: Philip Balister <philip at balister.org>
> ---
>  meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb | 10 ++++++++++
>  meta-oe/recipes-support/libsodium/libsodium_1.0.8.bb  | 11 -----------
>  2 files changed, 10 insertions(+), 11 deletions(-)
>  create mode 100644 meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb
>  delete mode 100644 meta-oe/recipes-support/libsodium/libsodium_1.0.8.bb
>

you should use -M when generating these patches or add

[diff]
        renames = copies

in your ~/.gitconfig file.

It shows that md5 for LICENSE file has changed and it would be better
to document what changed in the commit message.

> diff --git a/meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb b/meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb
> new file mode 100644
> index 0000000..370f553
> --- /dev/null
> +++ b/meta-oe/recipes-support/libsodium/libsodium_1.0.10.bb
> @@ -0,0 +1,10 @@
> +SUMMARY = "The Sodium crypto library"
> +HOMEPAGE = "http://libsodium.org/"
> +LICENSE = "ISC"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=2278eb2755b451372dde7ffeae8cde98"
> +
> +SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz"
> +SRC_URI[md5sum] = "ea89dcbbda0b2b6ff6a1c476231870dd"
> +SRC_URI[sha256sum] = "71b786a96dd03693672b0ca3eb77f4fb08430df307051c0d45df5353d22bc4be"
> +
> +inherit autotools
> diff --git a/meta-oe/recipes-support/libsodium/libsodium_1.0.8.bb b/meta-oe/recipes-support/libsodium/libsodium_1.0.8.bb
> deleted file mode 100644
> index a2eef4b..0000000
> --- a/meta-oe/recipes-support/libsodium/libsodium_1.0.8.bb
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -SUMMARY = "The Sodium crypto library"
> -HOMEPAGE = "http://libsodium.org/"
> -LICENSE = "ISC"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=092a09b78c3be486fac807435bf17b7a"
> -
> -SRC_URI = "https://download.libsodium.org/libsodium/releases/${BPN}-${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "0a66b86fd3aab3fe4c858edcd2772760"
> -SRC_URI[sha256sum] = "c0f191d2527852641e0a996b7b106d2e04cbc76ea50731b2d0babd3409301926"
> -
> -inherit autotools
> --
> 2.5.5
>
> --
> _______________________________________________
> 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