summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/console
diff options
context:
space:
mode:
authorLeo Tu <leotu@google.com>2022-09-05 08:50:56 +0300
committerleotu <leotu@google.com>2022-09-10 02:28:48 +0300
commit68a709f467b1656dea5588c8d56fa8bf1f02c092 (patch)
treea673655161bc3bc751aa969aeb2e10cc3fe6c6f0 /meta-google/recipes-google/console
parent92b42cb35d755f8cfe6c17d403711a536e0f0721 (diff)
downloadopenbmc-68a709f467b1656dea5588c8d56fa8bf1f02c092.tar.xz
meta-google: remove glome-config from glome's RDEPENDS
glome-config only provides the config file for glome. It is more appropriate to decouple them by adding glome-config to OBMC_IMAGE_EXTRA_INSTALL in the meta-google layer. Then when glome is migrated to another meta layer, it won't need this RDEPENDS. (This is a follow-up of https://gerrit.openbmc.org/c/openbmc/openbmc/+/56618/) Also add glome-login to OBMC_IMAGE_EXTRA_INSTALL since it is also needed. Tested: Built an image and run it on a real machine. Verified that glome is enabled and the generated link gave a valid password. Signed-off-by: Leo Tu <leotu@google.com> Change-Id: I985670454f4749c5297261ec81466fed9cdc5c40
Diffstat (limited to 'meta-google/recipes-google/console')
-rw-r--r--meta-google/recipes-google/console/glome_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-google/recipes-google/console/glome_git.bb b/meta-google/recipes-google/console/glome_git.bb
index 418179f050..8940a83644 100644
--- a/meta-google/recipes-google/console/glome_git.bb
+++ b/meta-google/recipes-google/console/glome_git.bb
@@ -12,7 +12,6 @@ DEPENDS += " \
openssl \
glome-config \
"
-RDEPENDS:${PN} += "glome-config"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/google/glome.git;branch=master;protocol=https"