systemd and polkit are not directly related. It is just fine to build
with systemd but without polkit. Rename the systemd package config
to polkit and enable it depending on whether polkit is enabled in
DISTRO_FEATURES.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
libunique shows installed-vs-shipped QA issue if configure option
'--disable-introspection' is set by:
1) in gobject-introspection*.bbclass that the 'qemu-usermode' is not
supported by bsp and then not set in MACHINE_FEATURES
or:
2) set in local.conf directly:
EXTRA_OECONF_append_pn-libunique = " --disable-introspection"
Remove empty directory to fix the QA issue.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Since the xfconf uprev, commit 4222cac97678 [xfconf: 4.13.5 ->
4.13.6], we are getting a QA issue:
ERROR: xfconf-4.13.6-r0 do_package: QA Issue: xfconf: Files/directories were installed but not shipped in any package:
/usr/lib64/gio/modules/libxfconfgsettingsbackend.la
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
xfconf: 1 installed and not shipped files. [installed-vs-shipped]
ERROR: xfconf-4.13.6-r0 do_package: Fatal QA errors found, failing task.
ERROR: xfconf-4.13.6-r0 do_package: Function failed: do_package
We need to include the .la file in the -dev package to avoid this.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
A GTK3 version is abvailable but keep GTK2: haven't found the time yet to
rework my additions which I would miss.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk3 based
* it is a development version - but no stoppers were found
* add PACKAGECONFIGs for better customization
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Upgrade xfce4-embed-plugin from 1.0.0 to 1.6.0
* update md5sum of licese file COPYING which has been updated to to
match the one at gnu.org, see
https://github.com/xfce-mirror/xfce4-embed-plugin/commit/d20cec5#diff-7116ef0
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Upgrade xfwm4 from 4.12.4 to 4.12.5.
* add dependency libxinerama
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Upgrade xfce4-session from 4.12.1 to 4.13.0
* replace dependency libwnck with libwnck3
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The library install path may be ${CMAKE_INSTALL_PREFIX}/lib64 rather
than fixed ${CMAKE_INSTALL_PREFIX}/lib. Add a variable in CMakeLists.txt
to make it could be overrode by cmake command line. And it is overridden
with ${baselib} in meta-oe.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* it has seen a major update recently (GTK3 Port / Thunarx-3 Port)
* it requires samba-server - so don't add it to packagegroup-xfce-extended for now.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>