aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/colord
AgeCommit message (Collapse)Author
2021-01-10colord: fix installed-vs-shipped errorKai Kang
When multilib is enabled, tmpfiles.d is created in /usr/lib rather than ${libdir} which is /usr/lib64. It causes installed-vs-shipped error: | ERROR: colord-1.4.4-r0 do_package: QA Issue: colord: Files/directories were installed but not shipped in any package: | /usr/lib/tmpfiles.d | /usr/lib/tmpfiles.d/colord.conf Fix the path in FILES to fix the issue. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f147cbab5d11e7f708448de1917d78ff99170464) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-11-21recipes: rename distro_features_check to features_checkDenys Dmytriyenko
Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-01colord: initial add 1.4.4Andreas Müller
* It is a dependency for upcoming gnome-settings-daemon * It is used by GNOME and KDE [1] so move it to meta-oe * Getting it to build was a bit tricky. Udev (systemd) is a mandatory dependency and for native we do not support build. To get around native build was stripped down to what's necessary only. Native build is done with the help of configuration in recipe and (old-school) Makefile. This solution was chosen to avoid massive patching of meson build which tends to be a maintenance burden (as experienced at KDE recipes in meta-qt5-extra). [1] https://www.freedesktop.org/software/colord/intro.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>