From eda45d29db8099258258d22691b51785cf5d66c8 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 8 May 2024 09:31:53 -0700 Subject: [PATCH 1/3] Try buildroot change --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 311c80eb1630c..df207539acf0e 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'b55755acbe3d771f2c0f9da708af4bc9477b91d7', + 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '54c198d55f7456eb216abccb431a61090679f1ac', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', From 7f013fe8b17c0c3df3b5e8a6b0ca09eef16f6a9e Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 9 May 2024 09:34:22 -0700 Subject: [PATCH 2/3] Update DEPS --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index df207539acf0e..379adde477601 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '54c198d55f7456eb216abccb431a61090679f1ac', + 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '6190ef0ac89cbe324bd9534e5f4f4335aac5b43f', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', From f8273e11d2ae99abf1989a6f79f9f72f2b38a7c2 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 9 May 2024 10:30:44 -0700 Subject: [PATCH 3/3] Update DEPS --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 379adde477601..aa6ab052d228b 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '6190ef0ac89cbe324bd9534e5f4f4335aac5b43f', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '70a42312a688890eb1435a8c2760f6cbde324531', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',