Re: [OE-core][PATCH V2] dbus: upgrade to 1.15.8

2023-12-27 Thread Alexander Kanavin
Dbus 1.15.x are pre releases. The recipe specifies that via the class
inherit and corresponding latest version check with devtool. Please run
that first.

Alex

On Wed 27. Dec 2023 at 11.38, Chen Qi via lists.openembedded.org  wrote:

> From: Chen Qi 
>
> License-Update:
> ===
> The license checksums are changed, but the license remains the same.
> The contents change are only about description changes, e.g., not
> copying the whole licenses and instead telling people to go check them.
>
> Signed-off-by: Chen Qi 
> ---
>  .../dbus/{dbus_1.14.10.bb => dbus_1.15.8.bb}   | 10 +-
>  1 file changed, 5 insertions(+), 5 deletions(-)
>  rename meta/recipes-core/dbus/{dbus_1.14.10.bb => dbus_1.15.8.bb} (94%)
>
> diff --git a/meta/recipes-core/dbus/dbus_1.14.10.bb
> b/meta/recipes-core/dbus/dbus_1.15.8.bb
> similarity index 94%
> rename from meta/recipes-core/dbus/dbus_1.14.10.bb
> rename to meta/recipes-core/dbus/dbus_1.15.8.bb
> index 2a256beabf..4ff115186c 100644
> --- a/meta/recipes-core/dbus/dbus_1.14.10.bb
> +++ b/meta/recipes-core/dbus/dbus_1.15.8.bb
> @@ -6,8 +6,8 @@ SECTION = "base"
>  inherit autotools pkgconfig gettext upstream-version-is-even ptest-gnome
>
>  LICENSE = "AFL-2.1 | GPL-2.0-or-later"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=6423dcd74d7be9715b0db247fd889da3 \
> -
> file://dbus/dbus.h;beginline=6;endline=20;md5=866739837ccd835350af94dccd6457d8
> \
> +LIC_FILES_CHKSUM = "file://COPYING;md5=eb0ffc69a965797a3d6686baa153ef05 \
> +
> file://dbus/dbus.h;beginline=6;endline=22;md5=df4251a6c6e15e6a9e3c77b2ac30065d
> \
>  "
>
>  SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
> @@ -16,7 +16,7 @@ SRC_URI = "
> https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
> file://dbus-1.init \
> "
>
> -SRC_URI[sha256sum] =
> "ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f"
> +SRC_URI[sha256sum] =
> "84fc597e6ec82f05dc18a7d12c17046f95bad7be99fc03c15bc254c4701ed204"
>
>  EXTRA_OECONF = "--disable-xml-docs \
>  --disable-doxygen-docs \
> @@ -160,8 +160,8 @@ do_install() {
> # Remove empty testexec directory as we don't build tests
> rm -rf ${D}${libdir}/dbus-1.0/test
>
> -   # Remove /var/run as it is created on startup
> -   rm -rf ${D}${localstatedir}/run
> +   # Remove /var/run and /run as it is created on startup
> +   rm -rf ${D}${localstatedir}/run rm -rf ${D}/run
>  }
>
>  do_install:class-native() {
> --
> 2.34.1
>
>
> 
>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#192936): 
https://lists.openembedded.org/g/openembedded-core/message/192936
Mute This Topic: https://lists.openembedded.org/mt/103382494/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core][PATCH V2] dbus: upgrade to 1.15.8

2023-12-27 Thread Chen Qi via lists.openembedded.org
From: Chen Qi 

License-Update:
===
The license checksums are changed, but the license remains the same.
The contents change are only about description changes, e.g., not
copying the whole licenses and instead telling people to go check them.

Signed-off-by: Chen Qi 
---
 .../dbus/{dbus_1.14.10.bb => dbus_1.15.8.bb}   | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-core/dbus/{dbus_1.14.10.bb => dbus_1.15.8.bb} (94%)

diff --git a/meta/recipes-core/dbus/dbus_1.14.10.bb 
b/meta/recipes-core/dbus/dbus_1.15.8.bb
similarity index 94%
rename from meta/recipes-core/dbus/dbus_1.14.10.bb
rename to meta/recipes-core/dbus/dbus_1.15.8.bb
index 2a256beabf..4ff115186c 100644
--- a/meta/recipes-core/dbus/dbus_1.14.10.bb
+++ b/meta/recipes-core/dbus/dbus_1.15.8.bb
@@ -6,8 +6,8 @@ SECTION = "base"
 inherit autotools pkgconfig gettext upstream-version-is-even ptest-gnome
 
 LICENSE = "AFL-2.1 | GPL-2.0-or-later"
-LIC_FILES_CHKSUM = "file://COPYING;md5=6423dcd74d7be9715b0db247fd889da3 \
-
file://dbus/dbus.h;beginline=6;endline=20;md5=866739837ccd835350af94dccd6457d8 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb0ffc69a965797a3d6686baa153ef05 \
+
file://dbus/dbus.h;beginline=6;endline=22;md5=df4251a6c6e15e6a9e3c77b2ac30065d \
 "
 
 SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
@@ -16,7 +16,7 @@ SRC_URI = 
"https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
file://dbus-1.init \
"
 
-SRC_URI[sha256sum] = 
"ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f"
+SRC_URI[sha256sum] = 
"84fc597e6ec82f05dc18a7d12c17046f95bad7be99fc03c15bc254c4701ed204"
 
 EXTRA_OECONF = "--disable-xml-docs \
 --disable-doxygen-docs \
@@ -160,8 +160,8 @@ do_install() {
# Remove empty testexec directory as we don't build tests
rm -rf ${D}${libdir}/dbus-1.0/test
 
-   # Remove /var/run as it is created on startup
-   rm -rf ${D}${localstatedir}/run
+   # Remove /var/run and /run as it is created on startup
+   rm -rf ${D}${localstatedir}/run rm -rf ${D}/run
 }
 
 do_install:class-native() {
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#192933): 
https://lists.openembedded.org/g/openembedded-core/message/192933
Mute This Topic: https://lists.openembedded.org/mt/103382494/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-