* [PATCH 1/9] freetype: Upgrade 2.7.0 -> 2.7.1
2017-01-24 10:41 [PATCH 0/9] Minor version upgrades Jussi Kukkonen
@ 2017-01-24 10:42 ` Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 2/9] gtk+3: Upgrade 3.22.5 -> 3.22.7 Jussi Kukkonen
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-01-24 10:42 UTC (permalink / raw)
To: Openembedded-core
Bug fixes and some new features: support for Adobe CFF2 font format
and OpenType 1.8 variation fonts.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-graphics/freetype/{freetype_2.7.bb => freetype_2.7.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/freetype/{freetype_2.7.bb => freetype_2.7.1.bb} (93%)
diff --git a/meta/recipes-graphics/freetype/freetype_2.7.bb b/meta/recipes-graphics/freetype/freetype_2.7.1.bb
similarity index 93%
rename from meta/recipes-graphics/freetype/freetype_2.7.bb
rename to meta/recipes-graphics/freetype/freetype_2.7.1.bb
index 36da1fb..544f835 100644
--- a/meta/recipes-graphics/freetype/freetype_2.7.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.7.1.bb
@@ -18,8 +18,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/freetype/files/freetype2/"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
-SRC_URI[md5sum] = "be4601619827b7935e1d861745923a68"
-SRC_URI[sha256sum] = "d6a451f5b754857d2aa3964fd4473f8bc5c64e879b24516d780fb26bec7f7d48"
+SRC_URI[md5sum] = "b3230110e0cab777e0df7631837ac36e"
+SRC_URI[sha256sum] = "3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88"
inherit autotools pkgconfig binconfig-disabled multilib_header
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 2/9] gtk+3: Upgrade 3.22.5 -> 3.22.7
2017-01-24 10:41 [PATCH 0/9] Minor version upgrades Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 1/9] freetype: Upgrade 2.7.0 -> 2.7.1 Jussi Kukkonen
@ 2017-01-24 10:42 ` Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 3/9] libevdev: Upgrade 1.5.4 -> 1.5.6 Jussi Kukkonen
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-01-24 10:42 UTC (permalink / raw)
To: Openembedded-core
Point releases with mostly just bug fixes.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-gnome/gtk+/{gtk+3_3.22.5.bb => gtk+3_3.22.7.bb} | 4 ++--
...tk-icon-utils-native_3.22.5.bb => gtk-icon-utils-native_3.22.7.bb} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-gnome/gtk+/{gtk+3_3.22.5.bb => gtk+3_3.22.7.bb} (84%)
rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.5.bb => gtk-icon-utils-native_3.22.7.bb} (93%)
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.22.5.bb b/meta/recipes-gnome/gtk+/gtk+3_3.22.7.bb
similarity index 84%
rename from meta/recipes-gnome/gtk+/gtk+3_3.22.5.bb
rename to meta/recipes-gnome/gtk+/gtk+3_3.22.7.bb
index b772fe0..6b74525 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.22.5.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.22.7.bb
@@ -8,8 +8,8 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar
file://0003-Add-disable-opengl-configure-option.patch \
file://0004-configure.ac-Fix-wayland-protocols-path.patch \
"
-SRC_URI[md5sum] = "55e0198f100db98f31d1b0f9dc403794"
-SRC_URI[sha256sum] = "693fa0ac643c59ccd51db99cabe476b4e0a41fd4f0c3c8b3e3ef38f94b2e7334"
+SRC_URI[md5sum] = "e05a7e8e9b89a71fd016883b5431e429"
+SRC_URI[sha256sum] = "a3a27564bfb1679ebbc75c37cd2bcd6e727c8bdfbcd3984d29305bf9ee60d432"
S = "${WORKDIR}/gtk+-${PV}"
diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.5.bb b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.7.bb
similarity index 93%
rename from meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.5.bb
rename to meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.7.bb
index 878b484..77bb6e7 100644
--- a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.5.bb
+++ b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.7.bb
@@ -10,8 +10,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.xz \
file://Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch"
-SRC_URI[md5sum] = "55e0198f100db98f31d1b0f9dc403794"
-SRC_URI[sha256sum] = "693fa0ac643c59ccd51db99cabe476b4e0a41fd4f0c3c8b3e3ef38f94b2e7334"
+SRC_URI[md5sum] = "e05a7e8e9b89a71fd016883b5431e429"
+SRC_URI[sha256sum] = "a3a27564bfb1679ebbc75c37cd2bcd6e727c8bdfbcd3984d29305bf9ee60d432"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
file://gtk/gtk.h;endline=25;md5=1d8dc0fccdbfa26287a271dce88af737 \
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 3/9] libevdev: Upgrade 1.5.4 -> 1.5.6
2017-01-24 10:41 [PATCH 0/9] Minor version upgrades Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 1/9] freetype: Upgrade 2.7.0 -> 2.7.1 Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 2/9] gtk+3: Upgrade 3.22.5 -> 3.22.7 Jussi Kukkonen
@ 2017-01-24 10:42 ` Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 4/9] libinput: Upgrade 1.5.0 -> 1.6.0 Jussi Kukkonen
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-01-24 10:42 UTC (permalink / raw)
To: Openembedded-core
Only changes in helper tools and a header (to support new keycodes in
linux 4.9 headers).
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
.../recipes-support/libevdev/{libevdev_1.5.4.bb => libevdev_1.5.6.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libevdev/{libevdev_1.5.4.bb => libevdev_1.5.6.bb} (74%)
diff --git a/meta/recipes-support/libevdev/libevdev_1.5.4.bb b/meta/recipes-support/libevdev/libevdev_1.5.6.bb
similarity index 74%
rename from meta/recipes-support/libevdev/libevdev_1.5.4.bb
rename to meta/recipes-support/libevdev/libevdev_1.5.6.bb
index 9cae859..2f84554 100644
--- a/meta/recipes-support/libevdev/libevdev_1.5.4.bb
+++ b/meta/recipes-support/libevdev/libevdev_1.5.6.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \
SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
-SRC_URI[md5sum] = "8f22027bd7a7ba19e6f2695f78e672b6"
-SRC_URI[sha256sum] = "11fe76d62cc76fbc9dbf8e94696a80eee63780139161e5cf54c55ec21a8173a4"
+SRC_URI[md5sum] = "d4ce9f061f8f954bea7adba0cb768a53"
+SRC_URI[sha256sum] = "ecec7e9d66b1d3692f10b3b20aa97fb25e874a784c5552a7b1698091fef5a688"
inherit autotools pkgconfig
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 4/9] libinput: Upgrade 1.5.0 -> 1.6.0
2017-01-24 10:41 [PATCH 0/9] Minor version upgrades Jussi Kukkonen
` (2 preceding siblings ...)
2017-01-24 10:42 ` [PATCH 3/9] libevdev: Upgrade 1.5.4 -> 1.5.6 Jussi Kukkonen
@ 2017-01-24 10:42 ` Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 5/9] libxi: Upgrade 1.7.8 -> 1.7.9 Jussi Kukkonen
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-01-24 10:42 UTC (permalink / raw)
To: Openembedded-core
Bug fixes, new quirks and touchpad acceleration improvements.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
.../recipes-graphics/wayland/{libinput_1.5.0.bb => libinput_1.6.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/wayland/{libinput_1.5.0.bb => libinput_1.6.0.bb} (85%)
diff --git a/meta/recipes-graphics/wayland/libinput_1.5.0.bb b/meta/recipes-graphics/wayland/libinput_1.6.0.bb
similarity index 85%
rename from meta/recipes-graphics/wayland/libinput_1.5.0.bb
rename to meta/recipes-graphics/wayland/libinput_1.6.0.bb
index 3c07b0b..d5b2cef 100644
--- a/meta/recipes-graphics/wayland/libinput_1.5.0.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.6.0.bb
@@ -10,8 +10,8 @@ DEPENDS = "libevdev udev mtdev"
SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \
file://touchpad-serial-synaptics-need-to-fake-new-touches-on-TRIPLETAP.patch \
"
-SRC_URI[md5sum] = "26030dae25f1ac584b0e428c90473339"
-SRC_URI[sha256sum] = "5a96559385ecfaa30f9e72ea89eb8ebbc97caf68e458f451f4ed62315311081c"
+SRC_URI[md5sum] = "ed9b435d411462d24d88a87728f6c9d6"
+SRC_URI[sha256sum] = "b7534f518d735c643aedca2fb4694683dfddc8d0600cfb628c87a18e65255832"
inherit autotools pkgconfig
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 5/9] libxi: Upgrade 1.7.8 -> 1.7.9
2017-01-24 10:41 [PATCH 0/9] Minor version upgrades Jussi Kukkonen
` (3 preceding siblings ...)
2017-01-24 10:42 ` [PATCH 4/9] libinput: Upgrade 1.5.0 -> 1.6.0 Jussi Kukkonen
@ 2017-01-24 10:42 ` Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 6/9] libxkbcommon: Upgrade 0.7.0 -> 0.7.1 Jussi Kukkonen
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-01-24 10:42 UTC (permalink / raw)
To: Openembedded-core
Tiny bug fix release.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-graphics/xorg-lib/{libxi_1.7.8.bb => libxi_1.7.9.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxi_1.7.8.bb => libxi_1.7.9.bb} (81%)
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.8.bb b/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-lib/libxi_1.7.8.bb
rename to meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb
index cc3e09e..74f0527 100644
--- a/meta/recipes-graphics/xorg-lib/libxi_1.7.8.bb
+++ b/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb
@@ -17,6 +17,6 @@ PE = "1"
XORG_PN = "libXi"
-SRC_URI[md5sum] = "94afc83e553d3c38a153f8f60301fd62"
-SRC_URI[sha256sum] = "d8f2fa8d53141c41ff521627df9b2fa9c05f6f142fd9881152bab36549ac27bb"
+SRC_URI[md5sum] = "1f0f2719c020655a60aee334ddd26d67"
+SRC_URI[sha256sum] = "c2e6b8ff84f9448386c1b5510a5cf5a16d788f76db018194dacdc200180faf45"
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 6/9] libxkbcommon: Upgrade 0.7.0 -> 0.7.1
2017-01-24 10:41 [PATCH 0/9] Minor version upgrades Jussi Kukkonen
` (4 preceding siblings ...)
2017-01-24 10:42 ` [PATCH 5/9] libxi: Upgrade 1.7.8 -> 1.7.9 Jussi Kukkonen
@ 2017-01-24 10:42 ` Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 7/9] libxpm: Upgrade 3.5.11 -> 3.5.12 Jussi Kukkonen
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-01-24 10:42 UTC (permalink / raw)
To: Openembedded-core
Small release with bug fixes.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
.../xorg-lib/{libxkbcommon_0.7.0.bb => libxkbcommon_0.7.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.7.0.bb => libxkbcommon_0.7.1.bb} (83%)
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.1.bb
similarity index 83%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.1.bb
index a6836d8..07be028 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.7.1.bb
@@ -9,8 +9,8 @@ DEPENDS = "util-macros flex-native bison-native"
SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "61ba550fc529ea4d6f9faa2cad62c95f"
-SRC_URI[sha256sum] = "09351592312d67b438655f54da5b67853026662c4a57e6be4d225f04a9989798"
+SRC_URI[md5sum] = "947ba609cb0239b9462127d5cf8908ee"
+SRC_URI[sha256sum] = "ba59305d2e19e47c27ea065c2e0df96ebac6a3c6e97e28ae5620073b6084e68b"
UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 7/9] libxpm: Upgrade 3.5.11 -> 3.5.12
2017-01-24 10:41 [PATCH 0/9] Minor version upgrades Jussi Kukkonen
` (5 preceding siblings ...)
2017-01-24 10:42 ` [PATCH 6/9] libxkbcommon: Upgrade 0.7.0 -> 0.7.1 Jussi Kukkonen
@ 2017-01-24 10:42 ` Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 8/9] xf86-input-evdev: Upgrade 2.10.4 -> 2.10.5 Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 9/9] xserver-xorg: Upgrade 1.19.0 -> 1.19.1 Jussi Kukkonen
8 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-01-24 10:42 UTC (permalink / raw)
To: Openembedded-core
Tiny bug fix release.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
meta/recipes-graphics/xorg-lib/{libxpm_3.5.11.bb => libxpm_3.5.12.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxpm_3.5.11.bb => libxpm_3.5.12.bb} (81%)
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.12.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb
rename to meta/recipes-graphics/xorg-lib/libxpm_3.5.12.bb
index 545874c..13a1b91 100644
--- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.11.bb
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.12.bb
@@ -21,7 +21,7 @@ PACKAGES =+ "sxpm cxpm"
FILES_cxpm = "${bindir}/cxpm"
FILES_sxpm = "${bindir}/sxpm"
-SRC_URI[md5sum] = "769ee12a43611cdebd38094eaf83f3f0"
-SRC_URI[sha256sum] = "c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c"
+SRC_URI[md5sum] = "20f4627672edb2bd06a749f11aa97302"
+SRC_URI[sha256sum] = "fd6a6de3da48de8d1bb738ab6be4ad67f7cb0986c39bd3f7d51dd24f7854bdec"
BBCLASSEXTEND = "native"
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 8/9] xf86-input-evdev: Upgrade 2.10.4 -> 2.10.5
2017-01-24 10:41 [PATCH 0/9] Minor version upgrades Jussi Kukkonen
` (6 preceding siblings ...)
2017-01-24 10:42 ` [PATCH 7/9] libxpm: Upgrade 3.5.11 -> 3.5.12 Jussi Kukkonen
@ 2017-01-24 10:42 ` Jussi Kukkonen
2017-01-24 10:42 ` [PATCH 9/9] xserver-xorg: Upgrade 1.19.0 -> 1.19.1 Jussi Kukkonen
8 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-01-24 10:42 UTC (permalink / raw)
To: Openembedded-core
Small release with bug fixes and config improvements.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
.../{xf86-input-evdev_2.10.4.bb => xf86-input-evdev_2.10.5.bb} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.10.4.bb => xf86-input-evdev_2.10.5.bb} (83%)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.4.bb b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.5.bb
similarity index 83%
rename from meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.4.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.5.bb
index c660a1d..96b220c 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.4.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.5.bb
@@ -16,5 +16,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fefe33b1cf0cacba0e72e3b0fa0f0e16"
DEPENDS += "mtdev libevdev"
-SRC_URI[md5sum] = "0f209d13b39427c1a6d38d70059b1e8f"
-SRC_URI[sha256sum] = "bbf6a03fbce1a6c0c7d874eef519fd0a854bf01b515c745d41fa551ce6490cc2"
+SRC_URI[md5sum] = "94c2c8354c74ab1cfbbb0a222078b9c6"
+SRC_URI[sha256sum] = "9edaa6205baf6d2922cc4db3d8e54a7e7773b5f733b0ae90f6be7725f983b70d"
+
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH 9/9] xserver-xorg: Upgrade 1.19.0 -> 1.19.1
2017-01-24 10:41 [PATCH 0/9] Minor version upgrades Jussi Kukkonen
` (7 preceding siblings ...)
2017-01-24 10:42 ` [PATCH 8/9] xf86-input-evdev: Upgrade 2.10.4 -> 2.10.5 Jussi Kukkonen
@ 2017-01-24 10:42 ` Jussi Kukkonen
8 siblings, 0 replies; 10+ messages in thread
From: Jussi Kukkonen @ 2017-01-24 10:42 UTC (permalink / raw)
To: Openembedded-core
Point release with bug fixes.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
.../xorg-xserver/{xserver-xorg_1.19.0.bb => xserver-xorg_1.19.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.19.0.bb => xserver-xorg_1.19.1.bb} (88%)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.0.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.1.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.0.bb
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.1.bb
index 8725382..987a2be 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.0.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.19.1.bb
@@ -4,8 +4,8 @@ SRC_URI += "file://musl-arm-inb-outb.patch \
file://0001-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch \
file://0002-configure.ac-Fix-wayland-scanner-and-protocols-locat.patch \
"
-SRC_URI[md5sum] = "6a4d01e4e5047ab8f556960424ba1fa9"
-SRC_URI[sha256sum] = "149a708b50befc2d5a40b98d45ddd2ebe0beec018e6d0c663c43bad6210e4da3"
+SRC_URI[md5sum] = "caa8ee7b2950abbf734347d137529fb6"
+SRC_URI[sha256sum] = "79ae2cf39d3f6c4a91201d8dad549d1d774b3420073c5a70d390040aa965a7fb"
# These extensions are now integrated into the server, so declare the migration
# path for in-place upgrades.
--
2.1.4
^ permalink raw reply related [flat|nested] 10+ messages in thread