summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-03-09 23:22:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-15 08:40:09 +0000
commit1341ebeab0eb3958c8d7135cf7b60835d54d1fa5 (patch)
tree6773cbaef2f1888279eaba5e312afb22addb511f /meta/recipes-core/dbus/dbus.inc
parent73673240555a5cf446edc8512a16228cf0ef6241 (diff)
downloadpoky-1341ebeab0eb3958c8d7135cf7b60835d54d1fa5.tar.gz
dbus: merge dbus.inc into the recipe
The content is unchanged. (From OE-Core rev: f4da7532b726c3661e71f90e79f6641f903fdc74) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus/dbus.inc')
-rw-r--r--meta/recipes-core/dbus/dbus.inc39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
deleted file mode 100644
index 8e6f597c0a..0000000000
--- a/meta/recipes-core/dbus/dbus.inc
+++ /dev/null
@@ -1,39 +0,0 @@
1inherit autotools pkgconfig gettext upstream-version-is-even ptest-gnome
2
3LICENSE = "AFL-2.1 | GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
5 file://dbus/dbus.h;beginline=6;endline=20;md5=7755c9d7abccd5dbd25a6a974538bb3c"
6
7SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
8 file://run-ptest \
9 file://python-config.patch \
10 file://tmpdir.patch \
11 file://dbus-1.init \
12 file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
13 file://stop_using_selinux_set_mapping.patch \
14"
15
16SRC_URI[sha256sum] = "8d25785c798ec4f892e6f9d177fb0ceeb8b29867b119798f9d5228561d3ad474"
17
18EXTRA_OECONF = "--disable-xml-docs \
19 --disable-doxygen-docs \
20 --enable-largefile \
21 --with-system-socket=/run/dbus/system_bus_socket \
22 --enable-tests \
23 --enable-checks \
24 --enable-asserts \
25 "
26EXTRA_OECONF:append:class-target = " SYSTEMCTL=${base_bindir}/systemctl"
27
28PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)} \
29 user-session \
30 "
31PACKAGECONFIG:class-native = ""
32PACKAGECONFIG:class-nativesdk = ""
33
34PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_system_unitdir},--disable-systemd --without-systemdsystemunitdir,systemd"
35PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm"
36PACKAGECONFIG[user-session] = "--enable-user-session --with-systemduserunitdir=${systemd_user_unitdir},--disable-user-session"
37PACKAGECONFIG[verbose-mode] = "--enable-verbose-mode,,,"
38PACKAGECONFIG[audit] = "--enable-libaudit,--disable-libaudit,audit"
39PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"