From 0e328eda3096608cbb4de9d5e5a43a556f78793b Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 14 May 2024 14:54:43 -0700 Subject: [PATCH 1/3] Try buildroot pull 858 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3b04c4e4d1cf6..346e666092a5f 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ce4faea09e57ec2744b4956b6fe0fa72e38c2b2b', + 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '9525837d2f1d0b3ca9283cb721f55edf97e52eca', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', From 25164731679360f6cfb0870d5e4534ef07bf7cdb Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 14 May 2024 16:04:50 -0700 Subject: [PATCH 2/3] Update DEPS --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 346e666092a5f..54253c5df16e8 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '9525837d2f1d0b3ca9283cb721f55edf97e52eca', + 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '8bf7c35c06b8a350fcb5cd6b01b5950bb8eb5adf', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', From 2252f1a458b5ecf44316c67822a97a3025a7409f Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 15 May 2024 07:58:06 -0700 Subject: [PATCH 3/3] Update DEPS --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 54253c5df16e8..cc29d745ec951 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/zanderso/buildroot.git' + '@' + '8bf7c35c06b8a350fcb5cd6b01b5950bb8eb5adf', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '9a4ba8138aed94000ac5070590a21030008903bb', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',