| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/ |
| H A D | dbus_1.14.6.bb | 3 HOMEPAGE = "https://dbus.freedesktop.org" 10 file://dbus/dbus.h;beginline=6;endline=20;md5=866739837ccd835350af94dccd6457d8 \ 13 SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \ 16 file://dbus-1.init \ 24 --with-system-socket=/run/dbus/system_bus_socket \ 50 INITSCRIPT_NAME = "dbus-1" 60 USERADD_PACKAGES = "dbus-common" 61 USERADD_PARAM:dbus-common = "--system --home ${localstatedir}/lib/dbus \ 65 CONFFILES:${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf" 67 DEBIANNAME:${PN} = "dbus-1" [all …]
|
| H A D | dbus-glib_0.112.bb | 4 HOMEPAGE = "https://www.freedesktop.org/Software/dbus" 7 … file://dbus/dbus-glib.h;beginline=7;endline=21;md5=c374833bd817988323f3a8fda0dc7f48" 10 DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" 11 DEPENDS:class-native = "glib-2.0-native dbus-native" 13 SRC_URI = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ 27 EXTRA_OECONF:class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" 32 FILES:${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper" 33 FILES:${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" 34 FILES:${PN}-dev += "${bindir}/dbus-binding-tool" 36 RDEPENDS:${PN}-tests += "dbus-x11"
|
| /OK3568_Linux_fs/buildroot/package/dbus/ |
| H A D | dbus.mk | 8 DBUS_SITE = https://dbus.freedesktop.org/releases/dbus 16 /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - - 20 dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user 25 DBUS_SELINUX_MODULES = dbus 28 --with-dbus-user=dbus \ 33 --with-system-socket=/run/dbus/system_bus_socket \ 80 rm -rf $(TARGET_DIR)/var/lib/dbus 86 rm -rf $(TARGET_DIR)/usr/lib/dbus-1.0 92 $(INSTALL) -m 0755 -D package/dbus/S30dbus \ 96 rm -rf $(TARGET_DIR)/var/lib/dbus [all …]
|
| H A D | S30dbus | 14 [ -d /run/dbus ] || mkdir -p /run/dbus 16 [ -d /tmp/dbus ] || mkdir -p /tmp/dbus 23 dbus-uuidgen --ensure 24 dbus-daemon --system 27 [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dbus-daemon 36 killall dbus-daemon 40 rm -f /var/lock/subsys/dbus-daemon
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/ |
| H A D | 0001-setup.py-Use-setuptools-instead-of-distutils.patch | 27 -setup(name="slip.dbus", version="@VERSION@", 28 - py_modules=["slip.dbus.__init__", "slip.dbus.bus", 30 + "slip.dbus.__init__", "slip.dbus.bus", 31 "slip.dbus.constants", "slip.dbus.introspection", 32 "slip.dbus.mainloop", "slip.dbus.polkit", "slip.dbus.proxies", 33 "slip.dbus.service"], 34 - requires=["dbus", "decorator", "StringIO", "xml.etree.ElementTree"]) 35 + requires=["dbus", "decorator", "selinux", "StringIO", "xml.etree.ElementTree"])
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
| H A D | 0008-use-oe-variable-to-replace-hardcoded-dir.patch | 25 - ('/etc/dbus-1/system.d', ['dbus/blivet.conf']), 26 - ('/usr/share/dbus-1/system-services', ['dbus/com.redhat.Blivet0.service']), 27 - ('/usr/libexec', ['dbus/blivetd']), 28 - ('/usr/lib/systemd/system', ['dbus/blivet.service']) 29 + (os.environ.get('sysconfdir')+'/dbus-1/system.d', ['dbus/blivet.conf']), 30 + (os.environ.get('datadir')+'/dbus-1/system-services', ['dbus/com.redhat.Blivet0.service']), 31 + (os.environ.get('libexecdir'), ['dbus/blivetd']), 32 + (os.environ.get('systemd_system_unitdir'), ['dbus/blivet.service'])
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus-cxx/files/ |
| H A D | 0001-include-utility-header.patch | 9 dbus-cxx/variant.cpp:135:25: error: 'exchange' is not a member of 'std' 11 Upstream-Status: Submitted [https://github.com/dbus-cxx/dbus-cxx/pull/98] 15 dbus-cxx/variant.cpp | 1 + 18 diff --git a/dbus-cxx/variant.cpp b/dbus-cxx/variant.cpp 20 --- a/dbus-cxx/variant.cpp 21 +++ b/dbus-cxx/variant.cpp 23 #include <dbus-cxx/dbus-cxx-private.h> 24 #include <dbus-cxx/signatureiterator.h>
|
| H A D | 0001-Include-typeinfo-for-typeid.patch | 10 [https://github.com/dbus-cxx/dbus-cxx/pull/83] 12 dbus-cxx/demangle.h | 1 + 15 diff --git a/dbus-cxx/demangle.h b/dbus-cxx/demangle.h 17 --- a/dbus-cxx/demangle.h 18 +++ b/dbus-cxx/demangle.h 24 #include <dbus-cxx/dbus-cxx-config.h>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus/ |
| H A D | dbus-daemon-proxy_git.bb | 1 SUMMARY = "dbus forwarding daemon" 3 LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba" 4 DEPENDS = "dbus dbus-glib" 9 SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ 10 file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ 17 …${CC} ${CFLAGS} -o dbus-daemon-proxy dbus-daemon-proxy.c `pkg-config --cflags --libs dbus-glib-1` … 22 install -m 0755 dbus-daemon-proxy ${D}${bindir}
|
| /OK3568_Linux_fs/buildroot/package/mtp/ |
| H A D | 0001-Fix-compile-error.patch | 6 Remove some code about dbus and properties. 24 -pkg_check_modules(DBUSCPP REQUIRED dbus-cpp) 25 +pkg_check_modules(DBUSCPP REQUIRED dbus-c++-1) 60 -#include <core/dbus/bus.h> 61 -#include <core/dbus/object.h> 62 -#include <core/dbus/property.h> 63 -#include <core/dbus/service.h> 64 -#include <core/dbus/signal.h> 66 -#include <core/dbus/asio/executor.h> 67 -#include <core/dbus/types/stl/tuple.h> [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus/ |
| H A D | dbus-1.init | 22 DAEMON=@bindir@/dbus-daemon 23 NAME=dbus 25 PIDFILE=/var/run/dbus/pid # must match /usr/share/dbus-1/system.conf 26 UUIDDIR=/var/lib/dbus 28 EVENTDIR=/etc/dbus-1/event.d 35 if [ -e /etc/default/dbus ]; then 36 . /etc/default/dbus 60 dbus-uuidgen --ensure 91 dbus-send --print-reply --system --type=method_call \
|
| /OK3568_Linux_fs/buildroot/package/dbus-glib/ |
| H A D | dbus-glib.mk | 8 DBUS_GLIB_SITE = http://dbus.freedesktop.org/releases/dbus-glib 23 --with-dbus-binding-tool=$(DBUS_GLIB_HOST_BINARY) \ 28 DBUS_GLIB_DEPENDENCIES = host-pkgconf dbus host-dbus host-dbus-glib libglib2 expat 30 HOST_DBUS_GLIB_DEPENDENCIES = host-dbus host-expat host-libglib2 43 DBUS_GLIB_HOST_BINARY = $(HOST_DIR)/bin/dbus-binding-tool
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/netplan/ |
| H A D | netplan_0.104.bb | 37 EXTRA_OEMAKE =+ "${@bb.utils.contains('DISTRO_FEATURES','systemd','netplan-dbus dbus/io.netplan.Net… 53 install -d ${D}${datadir}/dbus-1/system.d ${D}${datadir}/dbus-1/system-services 54 install -m 755 ${S}/netplan-dbus ${D}${base_libdir}/netplan 55 install -m 644 ${S}/dbus/io.netplan.Netplan.conf ${D}${datadir}/dbus-1/system.d 56 install -m 644 ${S}/dbus/io.netplan.Netplan.service ${D}${datadir}/dbus-1/system-services 57 …sed -i -e "s#^Exec=/lib/#Exec=${base_libdir}/#" ${D}${datadir}/dbus-1/system-services/io.netplan.N… 64 PACKAGES += "${PN}-dbus libnetplan" 68 FILES:${PN}-dbus = "${base_libdir}/netplan/netplan-dbus ${datadir}/dbus-1"
|
| /OK3568_Linux_fs/buildroot/package/dbus-python/ |
| H A D | dbus-python.mk | 8 DBUS_PYTHON_SITE = http://dbus.freedesktop.org/releases/dbus-python 10 DBUS_PYTHON_LICENSE = MIT (dbus-python), AFL-2.1 or GPL-2.0+ (dbus-gmain) 11 DBUS_PYTHON_LICENSE_FILES = COPYING dbus-gmain/COPYING 12 DBUS_PYTHON_DEPENDENCIES = dbus libglib2 13 HOST_DBUS_PYTHON_DEPENDENCIES = host-dbus host-libglib2
|
| /OK3568_Linux_fs/buildroot/package/php-pecl-dbus/ |
| H A D | 0002-Fix-compatibility-with-php8-call_user_function_ex.patch | 9 Upstream: https://github.com/derickr/pecl-dbus/pull/8 12 dbus.c | 4 ++-- 15 diff --git a/dbus.c b/dbus.c 17 --- a/dbus.c 18 +++ b/dbus.c 19 @@ -1015,8 +1015,8 @@ php_dbus_do_method_call(php_dbus_obj *dbus,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus-glib/ |
| H A D | no-examples.patch | 8 Index: dbus-glib-0.108/dbus/Makefile.am 10 --- dbus-glib-0.108.orig/dbus/Makefile.am 11 +++ dbus-glib-0.108/dbus/Makefile.am
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/netplan/netplan/ |
| H A D | 0001-Makefile-fix-parallel-build-failure.patch | 8 Add src/_features.h as dependency for dbus.o to fix the parallel build 10 src/dbus.c:17:10: fatal error: _features.h: No such file or directory 26 …lan-dbus dbus/io.netplan.Netplan.service doc/netplan.html doc/netplan.5 doc/netplan-generate.8 doc… 37 -netplan-dbus: libnetplan.so.$(NETPLAN_SOVER) src/_features.h dbus.o 38 +netplan-dbus: libnetplan.so.$(NETPLAN_SOVER) dbus.o
|
| /OK3568_Linux_fs/buildroot/package/dbus-triggerd/ |
| H A D | Config.in | 2 bool "dbus-triggerd" 3 depends on BR2_USE_MMU # fork(), dbus 4 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus 7 dbus-triggerd is a tool to trigger shell-commands upon 8 receiving a given dbus-signal. 12 comment "dbus-triggerd needs a toolchain w/ threads"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus-cxx/ |
| H A D | dbus-cxx_2.1.0.bb | 1 SUMMARY = "D-Bus wrapper in C++ for dbus" 2 HOMEPAGE = "https://dbus-cxx.github.io/" 8 SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https \ 16 dbus \ 21 dbus \
|
| /OK3568_Linux_fs/buildroot/package/dbus-cpp/ |
| H A D | Config.in | 2 bool "dbus-c++" 4 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus 5 depends on BR2_USE_MMU # dbus 10 dbus-c++ attempts to provide a C++ API for D-BUS. 14 http://sourceforge.net/projects/dbus-cplusplus/ 16 comment "dbus-c++ needs a uClibc or glibc toolchain w/ C++, threads"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/ |
| H A D | 0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch | 10 Upstream-Status: Backport [https://github.com/andreas-volz/dbus-cplusplus/commit/463f5a4400d494b831… 12 include/dbus-c++/pipe.h | 2 ++ 15 diff --git a/include/dbus-c++/pipe.h b/include/dbus-c++/pipe.h 17 --- a/include/dbus-c++/pipe.h 18 +++ b/include/dbus-c++/pipe.h
|
| /OK3568_Linux_fs/buildroot/package/polkit/ |
| H A D | 0004-build-Don-t-require-dbus-development-files.patch | 4 Subject: [PATCH] build: Don't require dbus development files 6 We don't actually need libdbus, only the dbus-daemon's installation 8 /usr/share/dbus-1/system-services. 27 -dbus_dep = dependency('dbus-1') 28 +dbus_dep = dependency('dbus-1', required: false) 29 dbus_policydir = pk_prefix / pk_datadir / 'dbus-1/system.d' 35 + dbus_system_bus_services_dir = pk_prefix / pk_datadir / 'dbus-1' / 'system-services'
|
| /OK3568_Linux_fs/buildroot/package/xdg-dbus-proxy/ |
| H A D | 0001-Fix-musl-compilation-by-adding-TEMP_FAILURE_RETRY.patch | 6 Fetch from: https://github.com/flatpak/xdg-dbus-proxy/pull/13 11 dbus-proxy.c | 9 +++++++++ 14 diff --git a/dbus-proxy.c b/dbus-proxy.c 16 --- a/dbus-proxy.c 17 +++ b/dbus-proxy.c
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-dbus_1.2.18.bb | 3 HOMEPAGE = "http://www.freedesktop.org/Software/dbus" 6 DEPENDS = "expat dbus glib-2.0 virtual/libintl" 8 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" 12 S = "${WORKDIR}/dbus-python-${PV}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy/ |
| H A D | 0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch | 4 Subject: [PATCH] dbus-daemon-proxy: Return DBUS_HANDLER_RESULT_NOT_YET_HANDLED 12 dbus-daemon-proxy.c | 2 +- 15 diff --git a/dbus-daemon-proxy.c b/dbus-daemon-proxy.c 17 --- a/dbus-daemon-proxy.c 18 +++ b/dbus-daemon-proxy.c
|