OK send a v2 with this info in commit header
On Wed, Jul 13, 2016 at 11:42 AM, Philip Balister <[email protected]> wrote: > The LICENSE file checksum changed due to copyright year update. See: > https://github.com/jedisct1/libsodium/commit/78d07701229d94ce48c74048f47e378937582ba5#diff-9879d6db96fd29134fc802214163b95a > > Signed-off-by: Philip Balister <[email protected]> > --- > 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 > > 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 > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
