mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
packages: dbus: use version 1.4.8
The exisiting br2 patch can be dropped. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
21438ec500
commit
3c9dbb3c68
@ -1,33 +0,0 @@
|
|||||||
dbus-daemon-launch-helper: fix build with libxml
|
|
||||||
|
|
||||||
dbus-daemon-launch-helper links with the trival config parser, which
|
|
||||||
doesn't provide bus_config_parser_check_doctype(), like the big parser does.
|
|
||||||
The libxml loader unfortunately wants to call it, so this breaks the build.
|
|
||||||
|
|
||||||
Fix it by including a dummy bus_config_parser_check_doctype() in the trivial
|
|
||||||
config parser.
|
|
||||||
|
|
||||||
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
||||||
---
|
|
||||||
bus/config-parser-trivial.c | 8 ++++++++
|
|
||||||
1 file changed, 8 insertions(+)
|
|
||||||
|
|
||||||
Index: dbus-1.2.12/bus/config-parser-trivial.c
|
|
||||||
===================================================================
|
|
||||||
--- dbus-1.2.12.orig/bus/config-parser-trivial.c
|
|
||||||
+++ dbus-1.2.12/bus/config-parser-trivial.c
|
|
||||||
@@ -310,6 +310,14 @@
|
|
||||||
return &parser->service_dirs;
|
|
||||||
}
|
|
||||||
|
|
||||||
+dbus_bool_t
|
|
||||||
+bus_config_parser_check_doctype (BusConfigParser *parser,
|
|
||||||
+ const char *doctype,
|
|
||||||
+ DBusError *error)
|
|
||||||
+{
|
|
||||||
+ return TRUE;
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
#ifdef DBUS_BUILD_TESTS
|
|
||||||
#include <stdio.h>
|
|
||||||
#include "test.h"
|
|
@ -3,7 +3,7 @@
|
|||||||
# dbus
|
# dbus
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
DBUS_VERSION = 1.2.24
|
DBUS_VERSION = 1.4.8
|
||||||
DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz
|
DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz
|
||||||
DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/
|
DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/
|
||||||
DBUS_INSTALL_STAGING = YES
|
DBUS_INSTALL_STAGING = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user