diff options
author | Michael Haener <michael.haener@siemens.com> | 2020-05-28 09:14:19 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-30 11:27:49 -0700 |
commit | 870dda4a913392a585cdbc895f52a816850c0239 (patch) | |
tree | 7cd472ded61c8eb24859dddc6941109121d093ad /meta-webserver | |
parent | 9c3b872f846e0a2491fe8bf16ae38db82609938c (diff) | |
download | meta-openembedded-870dda4a913392a585cdbc895f52a816850c0239.tar.gz |
cockpit: 219 -> 220
Signed-off-by: Michael Haener <michael.haener@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb (renamed from meta-webserver/recipes-webadmin/cockpit/cockpit_219.bb) | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_219.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb index 62b7a188b..f06588a75 100644 --- a/meta-webserver/recipes-webadmin/cockpit/cockpit_219.bb +++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb | |||
@@ -10,8 +10,8 @@ SRC_URI += " \ | |||
10 | file://0002-fix-makefile-use-copy-rule-for-unmodified-files.patch \ | 10 | file://0002-fix-makefile-use-copy-rule-for-unmodified-files.patch \ |
11 | file://cockpit.pam \ | 11 | file://cockpit.pam \ |
12 | " | 12 | " |
13 | SRC_URI[md5sum] = "285383b8744dab93ac8814e5a23e2c3e" | 13 | SRC_URI[md5sum] = "beb88d8e70ee1da6ebd917c956217803" |
14 | SRC_URI[sha256sum] = "111d477e54737f15467c365fa670f9ac1919be30ad0c93661692467ecd7f12fb" | 14 | SRC_URI[sha256sum] = "afc82acc8ef9d51e0f34265a07a2f059f5b71a1df721b299e657a40a098cbb7f" |
15 | 15 | ||
16 | inherit gettext pkgconfig autotools systemd features_check | 16 | inherit gettext pkgconfig autotools systemd features_check |
17 | 17 | ||
@@ -36,9 +36,14 @@ EXTRA_OECONF = " \ | |||
36 | --with-systemdunitdir=${systemd_system_unitdir} \ | 36 | --with-systemdunitdir=${systemd_system_unitdir} \ |
37 | " | 37 | " |
38 | 38 | ||
39 | PACKAGECONFIG ??= " \ | ||
40 | ${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \ | ||
41 | " | ||
42 | |||
39 | PACKAGECONFIG[pcp] = "--enable-pcp,--disable-pcp,pcp" | 43 | PACKAGECONFIG[pcp] = "--enable-pcp,--disable-pcp,pcp" |
40 | PACKAGECONFIG[dashboard] = "--enable-ssh,--disable-ssh,libssh" | 44 | PACKAGECONFIG[dashboard] = "--enable-ssh,--disable-ssh,libssh" |
41 | PACKAGECONFIG[storaged] = ",,,udisks2" | 45 | PACKAGECONFIG[storaged] = ",,,udisks2" |
46 | PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit" | ||
42 | 47 | ||
43 | PACKAGES =+ " \ | 48 | PACKAGES =+ " \ |
44 | ${PN}-pcp \ | 49 | ${PN}-pcp \ |