Files
poky/meta/recipes-extended
Claus Stovgaard 69a7c15825 cups: Fix missing installation of cups sysv init scripts
The packageconfig needs to be --disable-systemd as documented in
configure file for cups. With the current value "--without-systemd" the
SYSTEM_DIR variable ends up being set to "no"

It is caused by the --without-* section in configure file resulting in
eval with_$ac_useropt=no ;;

$ac_useropt is "systemd" causing the variable $with_systemd to be set
to "no", because of below test

if test ${with_systemd+y}
then :
  withval=$with_systemd; SYSTEMD_DIR="$withval"
else $as_nop
  SYSTEMD_DIR=""
fi

cups configure test for i if SYSTEMD_DIR is empty to decide if the init
scripts need to be installed. A value of "no" results in that no init
scripts is installed.

With --disable-systemd it works as expected - installing the init files.
Though cups should properly improve their configure script.

(From OE-Core rev: d748ebb61d4dd355265f4a78790b4c30c3ec1a61)

Signed-off-by: Claus Stovgaard <clst@ambu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 967fdd2ba12f22d8e46600ff085833993a32cfeb)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
(cherry picked from commit e2518c2eba8c6e486aee3273dc2cba9ab51ffb69)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-05 12:35:43 +00:00
..
2021-02-17 11:01:17 +00:00
2021-03-20 18:54:56 +00:00
2021-02-09 08:56:10 +00:00
2021-10-02 09:53:15 +01:00
2019-03-29 08:28:53 +00:00
2019-12-15 09:10:46 +00:00
2020-12-30 14:01:06 +00:00
2020-12-31 11:53:26 +00:00
2021-04-30 14:37:25 +01:00
2020-11-29 20:24:32 +00:00
2021-01-23 17:08:54 +00:00
2020-11-03 08:21:11 +00:00
2020-02-25 10:41:22 +00:00
2020-12-30 14:01:06 +00:00
2021-01-08 10:10:15 +00:00
2021-09-17 21:31:37 +01:00
2021-03-20 18:54:55 +00:00
2021-01-27 10:17:45 +00:00
2021-02-18 23:40:00 +00:00
2021-02-23 22:35:01 +00:00
2019-06-07 09:11:49 +01:00
2021-02-18 23:40:00 +00:00
2021-09-24 10:17:32 +01:00
2019-12-09 12:00:43 +00:00
2018-05-04 13:28:05 +01:00
2021-11-03 11:19:04 +00:00
2021-01-20 22:46:17 +00:00