From bcd9057773f8876a0b13398405847449f89aafa3 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 17 Feb 2021 16:53:12 -0800 Subject: meta-google: gbmc-ncsi-config: Remove compatability We are now caught up enough that we don't need these compatability variables or provided packages anymore. Change-Id: I7dbfb1ffe447c97bb4baaba20a15be9187983b41 Signed-off-by: William A. Kennington III --- meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-google/recipes-google/ncsi') diff --git a/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb b/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb index 41d697678..ecdda2cb6 100644 --- a/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb +++ b/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb @@ -21,8 +21,6 @@ RDEPENDS_${PN} += " \ FILES_${PN} += "${systemd_unitdir}" -RPROVIDES_${PN} += "ncsid-config" - SYSTEMD_SERVICE_${PN} += " \ gbmc-ncsi-sslh.service \ gbmc-ncsi-sslh.socket \ @@ -30,8 +28,6 @@ SYSTEMD_SERVICE_${PN} += " \ do_install_append() { if_name='${GBMC_NCSI_IF_NAME}' - test -z "$if_name" && if_name='${NCSID_IF_NAME}' - test -z "$if_name" && if_name='${GOOGLE_NCSI_IF_NAME}' if [ -z "$if_name" ]; then echo "Missing if_name" >&2 exit 1 -- cgit v1.2.3