* [OE-core] [PATCH] elfutils: upgrade 0.178 -> 0.179
@ 2020-04-02 9:16 Wang Mingyu
2020-04-02 9:16 ` [OE-core] [PATCH] libusb1: upgrade 1.0.22 -> 1.0.23 Wang Mingyu
2020-04-02 9:16 ` [OE-core] [PATCH] xserver-xorg: upgrade 1.20.7 -> 1.20.8 Wang Mingyu
0 siblings, 2 replies; 3+ messages in thread
From: Wang Mingyu @ 2020-04-02 9:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../elfutils/{elfutils_0.178.bb => elfutils_0.179.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/elfutils/{elfutils_0.178.bb => elfutils_0.179.bb} (97%)
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.178.bb b/meta/recipes-devtools/elfutils/elfutils_0.179.bb
similarity index 97%
rename from meta/recipes-devtools/elfutils/elfutils_0.178.bb
rename to meta/recipes-devtools/elfutils/elfutils_0.179.bb
index c500ae3c19..1da95ec1de 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.178.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.179.bb
@@ -40,8 +40,8 @@ SRC_URI_append_libc-musl = " \
file://0003-musl-utils.patch \
file://0004-Fix-error-on-musl.patch \
"
-SRC_URI[md5sum] = "5480d0b7174446aba13a6adde107287f"
-SRC_URI[sha256sum] = "31e7a00e96d4e9c4bda452e1f2cdac4daf8abd24f5e154dee232131899f3a0f2"
+SRC_URI[md5sum] = "8ee56b371b5a7ea081284c44e5164600"
+SRC_URI[sha256sum] = "25a545566cbacaa37ae6222e58f1c48ea4570f53ba991886e2f5ce96e22a23a2"
inherit autotools gettext ptest pkgconfig
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [OE-core] [PATCH] libusb1: upgrade 1.0.22 -> 1.0.23
2020-04-02 9:16 [OE-core] [PATCH] elfutils: upgrade 0.178 -> 0.179 Wang Mingyu
@ 2020-04-02 9:16 ` Wang Mingyu
2020-04-02 9:16 ` [OE-core] [PATCH] xserver-xorg: upgrade 1.20.7 -> 1.20.8 Wang Mingyu
1 sibling, 0 replies; 3+ messages in thread
From: Wang Mingyu @ 2020-04-02 9:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
no-dll.patch
removed since it is no available for 1.0.23
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../libusb/libusb1/no-dll.patch | 19 -------------------
.../{libusb1_1.0.22.bb => libusb1_1.0.23.bb} | 5 ++---
2 files changed, 2 insertions(+), 22 deletions(-)
delete mode 100644 meta/recipes-support/libusb/libusb1/no-dll.patch
rename meta/recipes-support/libusb/{libusb1_1.0.22.bb => libusb1_1.0.23.bb} (88%)
diff --git a/meta/recipes-support/libusb/libusb1/no-dll.patch b/meta/recipes-support/libusb/libusb1/no-dll.patch
deleted file mode 100644
index 6e6bb83d1f..0000000000
--- a/meta/recipes-support/libusb/libusb1/no-dll.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-As all invokes all-recursive which uses sub-makes to invoke all-am, the
-resulting makefile wants to build libusb-1.0.la twice. In non-parallel builds
-the second attempt is skipped as the target already exists, but in highly
-parallel builds it's likely that two makes will be building libusb-1.0.la at the
-same time.
-
-Solve this by removing the explicit all target, which as libusb-1.0.dll isn't
-built under Linux is redundant anyway.
-
-Upstream-Status: Pending
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-diff --git a/libusb/Makefile.am b/libusb/Makefile.am
-index 0cab0a0..c880213 100644
---- a/libusb/Makefile.am
-+++ b/libusb/Makefile.am
-@@ -1,2 +0,0 @@
--all: libusb-1.0.la libusb-1.0.dll
--
diff --git a/meta/recipes-support/libusb/libusb1_1.0.22.bb b/meta/recipes-support/libusb/libusb1_1.0.23.bb
similarity index 88%
rename from meta/recipes-support/libusb/libusb1_1.0.22.bb
rename to meta/recipes-support/libusb/libusb1_1.0.23.bb
index 1d9d772575..2fd658b4ef 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.22.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.23.bb
@@ -9,12 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
BBCLASSEXTEND = "native nativesdk"
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \
- file://no-dll.patch \
file://run-ptest \
"
-SRC_URI[md5sum] = "466267889daead47674df933cea9cacb"
-SRC_URI[sha256sum] = "75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157"
+SRC_URI[md5sum] = "be79ed4a4a440169deec8beaac6aae33"
+SRC_URI[sha256sum] = "4fc17b2ef3502757641bf8fe2c14ad86ec86302a2b785abcb0806fd03aa1201f"
S = "${WORKDIR}/libusb-${PV}"
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [OE-core] [PATCH] xserver-xorg: upgrade 1.20.7 -> 1.20.8
2020-04-02 9:16 [OE-core] [PATCH] elfutils: upgrade 0.178 -> 0.179 Wang Mingyu
2020-04-02 9:16 ` [OE-core] [PATCH] libusb1: upgrade 1.0.22 -> 1.0.23 Wang Mingyu
@ 2020-04-02 9:16 ` Wang Mingyu
1 sibling, 0 replies; 3+ messages in thread
From: Wang Mingyu @ 2020-04-02 9:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../{xserver-xorg_1.20.7.bb => xserver-xorg_1.20.8.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.20.7.bb => xserver-xorg_1.20.8.bb} (89%)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.7.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb
similarity index 89%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.7.bb
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb
index 998b98a76c..3f7fbe85b8 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.7.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb
@@ -6,8 +6,8 @@ SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.pat
file://sdksyms-no-build-path.patch \
file://0001-drmmode_display.c-add-missing-mi.h-include.patch \
"
-SRC_URI[md5sum] = "d2e96355ad47244c675bce38db2b48a9"
-SRC_URI[sha256sum] = "bd5986f010f34f5b3d6bc99fe395ecb1e0dead15a26807e0c832701809a06ea1"
+SRC_URI[md5sum] = "a770aec600116444a953ff632f51f839"
+SRC_URI[sha256sum] = "d17b646bee4ba0fb7850c1cc55b18e3e8513ed5c02bdf38da7e107f84e2d0146"
CFLAGS += "-fcommon"
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-04-02 1:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-02 9:16 [OE-core] [PATCH] elfutils: upgrade 0.178 -> 0.179 Wang Mingyu
2020-04-02 9:16 ` [OE-core] [PATCH] libusb1: upgrade 1.0.22 -> 1.0.23 Wang Mingyu
2020-04-02 9:16 ` [OE-core] [PATCH] xserver-xorg: upgrade 1.20.7 -> 1.20.8 Wang Mingyu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox