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>
diff --git a/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb b/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb
index 41d6976..ecdda2c 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 @@
 
 FILES_${PN} += "${systemd_unitdir}"
 
-RPROVIDES_${PN} += "ncsid-config"
-
 SYSTEMD_SERVICE_${PN} += " \
   gbmc-ncsi-sslh.service \
   gbmc-ncsi-sslh.socket \
@@ -30,8 +28,6 @@
 
 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