All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] libproxy: upgrade 0.4.17 -> 0.4.18
@ 2022-06-22  7:48 Wang Mingyu
  2022-06-22  7:48 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.27.5 -> 0.28.0 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-06-22  7:48 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

determinism.patch
removed since it's included in 0.4.18.

Changelog:
=========
    build: Allow configuration of sysconfig module
    config_envvar: Add environment variable for pacrunner debugging
    build: disable mozjs by default
    python: Support Python 3.10 and above
    Add Duktape pacrunner module
    config_kde: Compute list of config file locations ourselves
    cpmfog_gnome3: Add gnome-wayland to permitted DESKTOP_SESSION

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libproxy/libproxy/determinism.patch       | 26 -------------------
 ...{libproxy_0.4.17.bb => libproxy_0.4.18.bb} |  5 ++--
 2 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 100644 meta/recipes-support/libproxy/libproxy/determinism.patch
 rename meta/recipes-support/libproxy/{libproxy_0.4.17.bb => libproxy_0.4.18.bb} (91%)

diff --git a/meta/recipes-support/libproxy/libproxy/determinism.patch b/meta/recipes-support/libproxy/libproxy/determinism.patch
deleted file mode 100644
index 09770f68f0..0000000000
--- a/meta/recipes-support/libproxy/libproxy/determinism.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-[PATCH] cmake/modules/config_sysconfig: Allow configuration of sysconfig module
-
-Checking whether the host system has /etc/sysconfig is not deterministic
-when cross compiling. Allow this to be disabled by adding a configure
-option for it. OpenEmbedded can set this and have deterministic build
-output independent of the host OS.
-
-Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-Upstream-Status: Submitted [https://github.com/libproxy/libproxy/pull/160]
-
-Index: libproxy-0.4.17/libproxy/cmake/modules/config_sysconfig.cmk
-===================================================================
---- libproxy-0.4.17.orig/libproxy/cmake/modules/config_sysconfig.cmk
-+++ libproxy-0.4.17/libproxy/cmake/modules/config_sysconfig.cmk
-@@ -1,5 +1,8 @@
- if (NOT WIN32 AND NOT APPLE)
--  if (EXISTS "/etc/sysconfig" AND IS_DIRECTORY "/etc/sysconfig")
--    set(SYSCONFIG_FOUND 1)
-+  option(WITH_SYSCONFIG "Build sysconfig module for /etc/sysconfig" ON)
-+  if(WITH_SYSCONFIG)
-+    if (EXISTS "/etc/sysconfig" AND IS_DIRECTORY "/etc/sysconfig")
-+      set(SYSCONFIG_FOUND 1)
-+    endif()
-   endif()
- endif()
-\ No newline at end of file
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.17.bb b/meta/recipes-support/libproxy/libproxy_0.4.18.bb
similarity index 91%
rename from meta/recipes-support/libproxy/libproxy_0.4.17.bb
rename to meta/recipes-support/libproxy/libproxy_0.4.18.bb
index e121681ae8..a9f2bf6cae 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.17.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.18.bb
@@ -12,9 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
 
 DEPENDS = "glib-2.0"
 
-SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \
-           file://determinism.patch"
-SRC_URI[sha256sum] = "bc89f842f654ee1985a31c0ba56dc7e2ce8044a0264ddca84e650f46cd7f8b05"
+SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
+SRC_URI[sha256sum] = "69b5856e9ea42c38ac77e6b8c92ffc86a71d341fef74e77bef85f9cc6c47a4b1"
 
 UPSTREAM_CHECK_URI = "https://github.com/libproxy/libproxy/releases"
 UPSTREAM_CHECK_REGEX = "libproxy-(?P<pver>.*)\.tar"
-- 
2.25.1



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

end of thread, other threads:[~2022-06-23  0:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-22  7:48 [OE-core] [PATCH] libproxy: upgrade 0.4.17 -> 0.4.18 Wang Mingyu
2022-06-22  7:48 ` [OE-core] [PATCH] python3-dbusmock: upgrade 0.27.5 -> 0.28.0 Wang Mingyu
2022-06-22  7:48 ` [OE-core] [PATCH] sbc: upgrade 1.5 -> 2.0 Wang Mingyu
2022-06-22  7:48 ` [OE-core] [PATCH] strace: upgrade 5.17 -> 5.18 Wang Mingyu
2022-06-22  7:48 ` [OE-core] [PATCH] xcb-proto: upgrade 1.15 -> 1.15.2 Wang Mingyu
2022-06-22 13:54   ` Luca Ceresoli
2022-06-23  0:38     ` wangmy

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.