summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-02-18 03:53:12 +0300
committerWilliam A. Kennington III <wak@google.com>2021-02-18 03:53:55 +0300
commitbcd9057773f8876a0b13398405847449f89aafa3 (patch)
treea380290bd1800a90846c1e56e54f0df06ff8044b /meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb
parente57423e587640fa7fadad28bdda09daa240553df (diff)
downloadopenbmc-bcd9057773f8876a0b13398405847449f89aafa3.tar.xz
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 <wak@google.com>
Diffstat (limited to 'meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb')
-rw-r--r--meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb4
1 files changed, 0 insertions, 4 deletions
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