diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-12 11:47:52 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-12 11:47:52 +0100 |
commit | 6e10ee13df0b83511d7fe94bb755ac53f993c0ec (patch) | |
tree | 64615ddb751a207ae8da42a620f085795cf1c035 /rules/transitions/EXPRESSIONS | |
parent | 247e09b1ba01deb5649c6a73a7f272e1f72178fe (diff) | |
parent | d44be66f2a916168e0f5a7055e49f12c252b2cd2 (diff) | |
download | rules-cc-6e10ee13df0b83511d7fe94bb755ac53f993c0ec.tar.gz |
Add 'rules/' from commit 'd44be66f2a916168e0f5a7055e49f12c252b2cd2'
git-subtree-dir: rules
git-subtree-mainline: 247e09b1ba01deb5649c6a73a7f272e1f72178fe
git-subtree-split: d44be66f2a916168e0f5a7055e49f12c252b2cd2
Diffstat (limited to 'rules/transitions/EXPRESSIONS')
-rw-r--r-- | rules/transitions/EXPRESSIONS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/transitions/EXPRESSIONS b/rules/transitions/EXPRESSIONS new file mode 100644 index 0000000..8ea7550 --- /dev/null +++ b/rules/transitions/EXPRESSIONS @@ -0,0 +1,13 @@ +{ "for host": + { "vars": ["ARCH", "HOST_ARCH"] + , "expression": + { "type": "singleton_map" + , "key": "TARGET_ARCH" + , "value": + { "type": "var" + , "name": "HOST_ARCH" + , "default": {"type": "var", "name": "ARCH"} + } + } + } +} |