diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-16 15:00:48 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-17 11:15:48 +0100 |
commit | b727fce66b3601bddf4f37d64a620caba5e8a786 (patch) | |
tree | 54e238223ddaa73b9ae2b08bdfffaeba0d02ad62 /etc | |
parent | 2e5e11a05c18b6cec59eaddb312869bef4805702 (diff) | |
download | bootstrappable-toolchain-b727fce66b3601bddf4f37d64a620caba5e8a786.tar.gz |
busybox: remove CBQ functionality
See https://bugs.busybox.net/show_bug.cgi?id=15931 for details of the
fix not yet upstreamed.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/imports/empty.TARGETS | 1 | ||||
-rw-r--r-- | etc/repos.json | 19 |
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/imports/empty.TARGETS b/etc/imports/empty.TARGETS new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/etc/imports/empty.TARGETS @@ -0,0 +1 @@ +{} diff --git a/etc/repos.json b/etc/repos.json index aeca7b3..dcb3ef0 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -277,7 +277,11 @@ , "target_root": "bootstrap" , "target_file_name": "stage-0-busybox.TARGETS" , "bindings": - {"rules": "rules/stage-0", "gcc": "stage-0/gcc", "make": "stage-0/make"} + { "rules": "rules/stage-0" + , "gcc": "stage-0/gcc" + , "make": "stage-0/make" + , "patch-cbq": "patches/busybox-1593" + } } , "stage-0/make": { "repository": @@ -485,7 +489,7 @@ } , "target_root": "tools" , "target_file_name": "busybox-1.36.TARGETS" - , "bindings": {"rules": "rules/tools"} + , "bindings": {"rules": "rules/tools", "patch-cbq": "patches/busybox-1593"} } , "tools/make-4.4.1": { "repository": @@ -813,5 +817,16 @@ , "target_file_name": "iwyu.TARGETS" , "target_root": "imports" } + , "patches/busybox-1593": + { "repository": + { "type": "foreign file" + , "content": "5c8fd3526a514ff64fd3d31b9a849d0649e0d197" + , "fetch": "https://bugs.busybox.net/attachment.cgi?id=9751" + , "sha256": "6671a12c48dbcefb653fc8403d1f103a1e2eba4a49b1ee9a9c27da8aa2db80d4" + , "name": "remove-cbq.patch" + } + , "target_root": "imports" + , "target_file_name": "empty.TARGETS" + } } } |