mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
dbus-glib: Upgrade 0.112 -> 0.114
License-Update: Upstream added SPDX tags and more license information. The main license is AFL-2.1 | GPL-2.0-or-later however some files are LGPL-2.1-or-later or MIT licensed. The bash completiion plugin is GPL-2.0-or-later only. Therefore: * Add checksums for the separated license files * Update the main LICENSE * Specify the correct license for the bash completion plugin (From OE-Core rev: 82f2675ad3821398a849ced303b6f637f14723d1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d8e3567d85
commit
70e450217b
@ -1,14 +1,20 @@
|
||||
Disable compiling examples
|
||||
From 8bb06c2f0929a4b878fd9abdb63c177a7c308b9d Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Tian <kevin.tian@intel.com>
|
||||
Date: Tue, 21 Nov 2006 14:20:37 +0000
|
||||
Subject: [PATCH] Disable compiling examples
|
||||
|
||||
Upstream-Status: Inappropriate [disable feature]
|
||||
|
||||
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
|
||||
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
|
||||
---
|
||||
dbus/Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
Index: dbus-glib-0.108/dbus/Makefile.am
|
||||
===================================================================
|
||||
--- dbus-glib-0.108.orig/dbus/Makefile.am
|
||||
+++ dbus-glib-0.108/dbus/Makefile.am
|
||||
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
|
||||
index 2e8cb27..a86df30 100644
|
||||
--- a/dbus/Makefile.am
|
||||
+++ b/dbus/Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
-SUBDIRS = . examples
|
||||
+SUBDIRS = .
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
Change Makefile.am to install regression tests for test package purpose.
|
||||
From 4dbb1a459c281eeb716b4f0ce2fc01e8034c3e20 Mon Sep 17 00:00:00 2001
|
||||
From: Yao Zhao <yao.zhao@windriver.com>
|
||||
Date: Tue, 17 Jul 2012 16:46:30 -0400
|
||||
Subject: [PATCH] Change Makefile.am to install regression tests for test
|
||||
package purpose.
|
||||
|
||||
Upstream-Status: Inappropriate [test not install is for purpose from upstream]
|
||||
|
||||
@ -11,7 +15,7 @@ Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
|
||||
3 files changed, 6 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/test/Makefile.am b/test/Makefile.am
|
||||
index 379c8c3..6580927 100644
|
||||
index 7393bed..1c25d5d 100644
|
||||
--- a/test/Makefile.am
|
||||
+++ b/test/Makefile.am
|
||||
@@ -48,7 +48,8 @@ TESTS = \
|
||||
@ -25,10 +29,10 @@ index 379c8c3..6580927 100644
|
||||
$(test_related_programs) \
|
||||
$(NULL)
|
||||
diff --git a/test/core/Makefile.am b/test/core/Makefile.am
|
||||
index e4bceb4..54b077d 100644
|
||||
index 35defa9..295202f 100644
|
||||
--- a/test/core/Makefile.am
|
||||
+++ b/test/core/Makefile.am
|
||||
@@ -64,7 +64,8 @@ endif
|
||||
@@ -57,7 +57,8 @@ if DBUS_BUILD_TESTS
|
||||
|
||||
## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we
|
||||
## build even when not doing "make check"
|
||||
@ -39,7 +43,7 @@ index e4bceb4..54b077d 100644
|
||||
test-error-mapping \
|
||||
test-service-glib \
|
||||
diff --git a/test/interfaces/Makefile.am b/test/interfaces/Makefile.am
|
||||
index a94d08d..707dcac 100644
|
||||
index f3f62e4..f034b95 100644
|
||||
--- a/test/interfaces/Makefile.am
|
||||
+++ b/test/interfaces/Makefile.am
|
||||
@@ -57,7 +57,8 @@ if DBUS_BUILD_TESTS
|
||||
@ -52,6 +56,3 @@ index a94d08d..707dcac 100644
|
||||
|
||||
test_service_SOURCES = \
|
||||
test-interfaces.c \
|
||||
--
|
||||
1.9.1
|
||||
|
||||
|
||||
@ -2,9 +2,14 @@ SUMMARY = "High level language (GLib) binding for D-Bus"
|
||||
DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \
|
||||
the D-Bus library with the GLib thread abstraction and main loop."
|
||||
HOMEPAGE = "https://www.freedesktop.org/Software/dbus"
|
||||
LICENSE = "AFL-2.1 | GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c31c73c1d8f5d06784b2ccd22e42d641 \
|
||||
file://dbus/dbus-glib.h;beginline=7;endline=21;md5=c374833bd817988323f3a8fda0dc7f48"
|
||||
LICENSE = "(AFL-2.1 & LGPL-2.0-or-later & MIT) | (GPL-2.0-or-later & LGPL-2.0-or-later & MIT)"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=267b04646da5ce3ea2df7a38a07c3f0b \
|
||||
file://LICENSES/AFL-2.1.txt;md5=f3ad2f482ec639b440413665cfb9e714 \
|
||||
file://LICENSES/GPL-2.0-or-later.txt;md5=3d26203303a722dedc6bf909d95ba815 \
|
||||
file://LICENSES/LGPL-2.1-or-later.txt;md5=41890f71f740302b785c27661123bff5 \
|
||||
file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663 \
|
||||
file://dbus/dbus-glib.h;beginline=7;endline=21;md5=c374833bd817988323f3a8fda0dc7f48 \
|
||||
"
|
||||
SECTION = "base"
|
||||
|
||||
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
|
||||
@ -14,8 +19,7 @@ SRC_URI = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.g
|
||||
file://no-examples.patch \
|
||||
file://test-install-makefile.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "021e6c8a288df02c227e4aafbf7e7527"
|
||||
SRC_URI[sha256sum] = "7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a"
|
||||
SRC_URI[sha256sum] = "c09c5c085b2a0e391b8ee7d783a1d63fe444e96717cc1814d61b5e8fc2827a7c"
|
||||
|
||||
inherit autotools pkgconfig gettext bash-completion gtk-doc
|
||||
|
||||
@ -30,6 +34,7 @@ PACKAGES += "${PN}-tests"
|
||||
|
||||
FILES:${PN} = "${libdir}/lib*${SOLIBS}"
|
||||
FILES:${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper"
|
||||
LICENSE:${PN}-bash-completion = "GPL-2.0-or-later"
|
||||
FILES:${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
|
||||
FILES:${PN}-dev += "${bindir}/dbus-binding-tool"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user