X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-extended%2Fsudo%2Fsudo_%25.bbappend;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-extended%2Fsudo%2Fsudo_%25.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=d2aa371e75b4791eab07a8f699af94bd4f9edf49;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-extended/sudo/sudo_%.bbappend b/meta-starlingx/meta-stx-integ/recipes-extended/sudo/sudo_%.bbappend deleted file mode 100644 index d2aa371..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-extended/sudo/sudo_%.bbappend +++ /dev/null @@ -1,50 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -DEPENDS += " \ - openldap \ - libgcrypt \ - " - -inherit stx-metadata - -STX_REPO = "config-files" -STX_SUBPATH = "sudo-config" - -LICENSE_append = "& Apache-2.0" -LIC_FILES_CHKSUM += "\ - file://${STX_METADATA_PATH}/files/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ - " - -SRC_URI += " \ - file://sudo-1.6.7p5-strip.patch \ - file://sudo-1.7.2p1-envdebug.patch \ - file://sudo-1.8.23-sudoldapconfman.patch \ - file://sudo-1.8.23-legacy-group-processing.patch \ - file://sudo-1.8.23-ldapsearchuidfix.patch \ - file://sudo-1.8.6p7-logsudouser.patch \ - file://sudo-1.8.23-nowaitopt.patch \ - file://sudo-1.8.23-fix-double-quote-parsing-for-Defaults-values.patch \ - " - -EXTRA_OECONF += " \ - --with-pam-login \ - --with-editor=${base_bindir}/vi \ - --with-env-editor \ - --with-ignore-dot \ - --with-tty-tickets \ - --with-ldap \ - --with-ldap-conf-file="${sysconfdir}/sudo-ldap.conf" \ - --with-passprompt="[sudo] password for %Zp: " \ - --with-sssd \ - " - -do_install_append () { - install -m755 -d ${D}/${sysconfdir}/openldap/schema - install -m644 ${S}/doc/schema.OpenLDAP ${D}/${sysconfdir}/openldap/schema/sudo.schema - install -m 440 ${STX_METADATA_PATH}/files/sysadmin.sudo ${D}/${sysconfdir}/sudoers.d/sysadmin -} - -# This means sudo package only owns files -# to avoid install conflict with openldap on -# /etc/openldap. Sure there is a better way. -DIRFILES = "1"