Revert "Upload gbmcweb-google-plugins"
This reverts commit 47e06b36a8b5867f4160caa53c6c7ca22cd80ef7.
Reason for revert: Pointing to internal branch
Tested:
Compiles
Google-Bug-Id: 339513127
Change-Id: I702072760da06a3e334ca4a18779e5c741e619b3
diff --git a/recipes-phosphor/interfaces/gbmcweb-google-plugins-internal_git.bb b/recipes-phosphor/interfaces/gbmcweb-google-plugins-internal_git.bb
deleted file mode 100644
index 396dc59..0000000
--- a/recipes-phosphor/interfaces/gbmcweb-google-plugins-internal_git.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "Google BMCWeb Plugins Internal"
-PR = "r1"
-PV = "0.1+git${SRCPV}"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-
-# Use our internal repo for platform-specific plugins that cannot be shared
-# outside of Google.
-
-# In your platform specific meta layer, add the compiler flag associated with
-# the plugins for your platform
-SRC_URI = "git://gbmc-internal.googlesource.com/gbmcweb-google-plugins-internal;branch=master;protocol=https"
-SRCREV = "112516cf38db82bb42b5cd2952dbe95c5f3880f9"
-
-inherit meson pkgconfig
-
-S = "${WORKDIR}/git"
-
-DEPENDS = "gbmcweb-headers abseil-cpp nlohmann-json boost sdbusplus openssl"