diff options
author | William A. Kennington III <wak@google.com> | 2021-09-29 23:15:35 +0300 |
---|---|---|
committer | William A. Kennington III <wak@google.com> | 2021-09-29 23:16:07 +0300 |
commit | e0599f220c5c9aacab2f37667d455082f72666fc (patch) | |
tree | c96874d0ae778c09d3cab64001ff414c4e6bd4fe | |
parent | 1bc24a2eec152f6d5b5ba5246adf134d4145423e (diff) | |
download | openbmc-e0599f220c5c9aacab2f37667d455082f72666fc.tar.xz |
meta-google: glome: Bump b7084b5c..02f7d272
Copybara-Service (1):
Merge pull request #96 from l9i:go-presubmit
Piotr Lewandowski (3):
Print the ouptut of `gofmt -d` (if any)
Print the output of `gofmt -d` (if any)
Merge branch 'go-presubmit' of github.com:l9i/glome into go-presubmit
William A. Kennington III (1):
login/login: Remove glib url escap
Change-Id: Ief099a8ebec5d78ce256e32dacb5cf90173bcfc9
Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r-- | meta-google/recipes-google/console/glome_git.bb (renamed from meta-google/recipes-phosphor/console/glome_git.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-phosphor/console/glome_git.bb b/meta-google/recipes-google/console/glome_git.bb index 4750de8be..b302e72ef 100644 --- a/meta-google/recipes-phosphor/console/glome_git.bb +++ b/meta-google/recipes-google/console/glome_git.bb @@ -15,7 +15,7 @@ DEPENDS += " \ S = "${WORKDIR}/git" SRC_URI = "git://github.com/google/glome.git" -SRCREV = "b7084b5c60682a0b4f4ae3f2ec6048e65212c377" +SRCREV = "02f7d2722a2eb303f1f02d0c2ce97a65f8273662" FILES_${PN} += "${libdir}/security" |