* [PATCH] libxkbcommon: 0.6.1 -> 0.7.0
@ 2016-12-14 11:34 Huang Qiyu
2016-12-14 3:46 ` Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Huang Qiyu @ 2016-12-14 11:34 UTC (permalink / raw)
To: openembedded-core
1)Upgrade libxkbcommon from 0.6.1 to 0.7.0.
2)License checksum changes are not related to license changes.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
.../xorg-lib/{libxkbcommon_0.6.1.bb => libxkbcommon_0.7.0.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.6.1.bb => libxkbcommon_0.7.0.bb} (74%)
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb
similarity index 74%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb
index fc08109..a6836d8 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb
@@ -2,15 +2,15 @@ SUMMARY = "Generic XKB keymap library"
DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \
processes a reduced subset of keymaps as defined by the XKB specification."
HOMEPAGE = "http://www.xkbcommon.org"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=09457b156e3155972abebcaaaa0cb434"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87"
LICENSE = "MIT & MIT-style"
DEPENDS = "util-macros flex-native bison-native"
SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "67a8f322b5fa32352272e811bb90dd73"
-SRC_URI[sha256sum] = "5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760"
+SRC_URI[md5sum] = "61ba550fc529ea4d6f9faa2cad62c95f"
+SRC_URI[sha256sum] = "09351592312d67b438655f54da5b67853026662c4a57e6be4d225f04a9989798"
UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] libxkbcommon: 0.6.1 -> 0.7.0
2016-12-14 11:34 [PATCH] libxkbcommon: 0.6.1 -> 0.7.0 Huang Qiyu
@ 2016-12-14 3:46 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-12-14 3:46 UTC (permalink / raw)
To: Huang Qiyu, openembedded-core
On 12/14/2016 07:34 PM, Huang Qiyu wrote:
> 1)Upgrade libxkbcommon from 0.6.1 to 0.7.0.
> 2)License checksum changes are not related to license changes.
You need add what is changed, for example, year or space ?
// Robert
>
> Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
> ---
> .../xorg-lib/{libxkbcommon_0.6.1.bb => libxkbcommon_0.7.0.bb} | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.6.1.bb => libxkbcommon_0.7.0.bb} (74%)
>
> diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb
> similarity index 74%
> rename from meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb
> rename to meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb
> index fc08109..a6836d8 100644
> --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.6.1.bb
> +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb
> @@ -2,15 +2,15 @@ SUMMARY = "Generic XKB keymap library"
> DESCRIPTION = "libxkbcommon is a keymap compiler and support library which \
> processes a reduced subset of keymaps as defined by the XKB specification."
> HOMEPAGE = "http://www.xkbcommon.org"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=09457b156e3155972abebcaaaa0cb434"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=e525ed9809e1f8a07cf4bce8b09e8b87"
> LICENSE = "MIT & MIT-style"
>
> DEPENDS = "util-macros flex-native bison-native"
>
> SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
>
> -SRC_URI[md5sum] = "67a8f322b5fa32352272e811bb90dd73"
> -SRC_URI[sha256sum] = "5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760"
> +SRC_URI[md5sum] = "61ba550fc529ea4d6f9faa2cad62c95f"
> +SRC_URI[sha256sum] = "09351592312d67b438655f54da5b67853026662c4a57e6be4d225f04a9989798"
>
> UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-14 3:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-14 11:34 [PATCH] libxkbcommon: 0.6.1 -> 0.7.0 Huang Qiyu
2016-12-14 3:46 ` Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox