All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libyaml: update to 0.2.2
@ 2019-04-01  2:24 Oleksandr Kravchuk
  2019-04-01 10:18 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2019-04-01  2:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

LICENSE checksum was changed due to copyright year change.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../libyaml/{libyaml_0.2.1.bb => libyaml_0.2.2.bb}        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-support/libyaml/{libyaml_0.2.1.bb => libyaml_0.2.2.bb} (62%)

diff --git a/meta/recipes-support/libyaml/libyaml_0.2.1.bb b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
similarity index 62%
rename from meta/recipes-support/libyaml/libyaml_0.2.1.bb
rename to meta/recipes-support/libyaml/libyaml_0.2.2.bb
index d77891825f..0d9e8bfc5e 100644
--- a/meta/recipes-support/libyaml/libyaml_0.2.1.bb
+++ b/meta/recipes-support/libyaml/libyaml_0.2.2.bb
@@ -5,13 +5,13 @@ HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
 SECTION = "libs/devel"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5591701d32590f9fa94f3bfee820b634"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a76b4c69bfcf82313bbdc0393b04438a"
 
 SRC_URI = "http://pyyaml.org/download/libyaml/yaml-${PV}.tar.gz"
-SRC_URI[md5sum] = "72724b9736923c517e5a8fc6757ef03d"
-SRC_URI[sha256sum] = "78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd"
+SRC_URI[md5sum] = "2ad4119a57f94739cc39a1b482c81264"
+SRC_URI[sha256sum] = "46bca77dc8be954686cff21888d6ce10ca4016b360ae1f56962e6882a17aa1fe"
 
-S = "${WORKDIR}/yaml-${PV}"
+S = "${WORKDIR}/libyaml-${PV}"
 
 inherit autotools
 
-- 
2.17.1



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

* Re: [PATCH] libyaml: update to 0.2.2
  2019-04-01  2:24 [PATCH] libyaml: update to 0.2.2 Oleksandr Kravchuk
@ 2019-04-01 10:18 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2019-04-01 10:18 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: OE-core

On Mon, 1 Apr 2019 at 03:24, Oleksandr Kravchuk
<open.source@oleksandr-kravchuk.com> wrote:
> -S = "${WORKDIR}/yaml-${PV}"
> +S = "${WORKDIR}/libyaml-${PV}"

That is now the default, so can be removed.

Ross


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

end of thread, other threads:[~2019-04-01 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01  2:24 [PATCH] libyaml: update to 0.2.2 Oleksandr Kravchuk
2019-04-01 10:18 ` Burton, Ross

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.