From 8197b8ea04a98fda96b2d976d6ba07d353a1e02b Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 18 Jan 2015 15:34:35 +1100 Subject: Add the host name to the package name. Adding the host name results in the tar files created by the --bset-tar-file and --pkg-tar-files to contain the host name. This is useful when building Cxc packages. --- bare/config/gnu-tools-4.6.bset | 2 +- bare/config/gnu-tools-4.8.2.bset | 2 +- bare/config/lang/gcc491.bset | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bare') diff --git a/bare/config/gnu-tools-4.6.bset b/bare/config/gnu-tools-4.6.bset index 54d9a56..fa3ced8 100644 --- a/bare/config/gnu-tools-4.6.bset +++ b/bare/config/gnu-tools-4.6.bset @@ -4,7 +4,7 @@ %define release 1 -package: gnu-tool-%{_target}-%{release} +package: gnu-tool-%{_target}-%{_host}-%{release} # # Project custom message diff --git a/bare/config/gnu-tools-4.8.2.bset b/bare/config/gnu-tools-4.8.2.bset index b428d88..9dd4b8a 100644 --- a/bare/config/gnu-tools-4.8.2.bset +++ b/bare/config/gnu-tools-4.8.2.bset @@ -4,7 +4,7 @@ %define release 1 -package: gnu-tools-%{_target}-%{release} +package: gnu-tools-%{_target}-%{_host}-%{release} # # Project custom message diff --git a/bare/config/lang/gcc491.bset b/bare/config/lang/gcc491.bset index 9281041..39e5296 100644 --- a/bare/config/lang/gcc491.bset +++ b/bare/config/lang/gcc491.bset @@ -4,7 +4,7 @@ %define release 1 -package: gcc491-%{_target}-%{release} +package: gcc491-%{_target}-%{_host}-%{release} # # Project custom message -- cgit v1.2.3