summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-14 22:58:52 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-14 22:59:30 +0100
commit454cb97d001b5891f863d8fca05a4839ad305a6a (patch)
tree078101b69b19cff0f25b2c7c8cf7de84674003ab
parentf0647cc035fe3bbbfe97de50dc8729ed456b44aa (diff)
downloaddefinitions-454cb97d001b5891f863d8fca05a4839ad305a6a.tar.gz
Use new host-arches conditional in base import elements
These are for pulling in host tools, which should always match the host architecture. The existing 'arches' conditional now follows the target architecture.
-rw-r--r--elements/gnu-toolchain/base-platform.bst2
-rw-r--r--elements/gnu-toolchain/base-sdk.bst2
2 files changed, 2 insertions, 2 deletions
diff --git a/elements/gnu-toolchain/base-platform.bst b/elements/gnu-toolchain/base-platform.bst
index 09c95acb..ce9cdc0a 100644
--- a/elements/gnu-toolchain/base-platform.bst
+++ b/elements/gnu-toolchain/base-platform.bst
@@ -6,7 +6,7 @@ public:
bst:
integration-commands:
- ldconfig
-arches:
+host-arches:
x86_64:
sources:
- kind: ostree
diff --git a/elements/gnu-toolchain/base-sdk.bst b/elements/gnu-toolchain/base-sdk.bst
index cd191fd1..61c29f64 100644
--- a/elements/gnu-toolchain/base-sdk.bst
+++ b/elements/gnu-toolchain/base-sdk.bst
@@ -3,7 +3,7 @@ description: Import the base freedesktop SDK
config:
source: files
target: usr
-arches:
+host-arches:
x86_64:
sources:
- kind: ostree