summaryrefslogtreecommitdiffstats
path: root/bare
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-01-18 15:34:35 +1100
committerChris Johns <chrisj@rtems.org>2015-01-18 15:34:35 +1100
commit8197b8ea04a98fda96b2d976d6ba07d353a1e02b (patch)
tree159bf472a78966036b18d2b031dcb17975922c83 /bare
parentMinor version number bump. (diff)
downloadrtems-source-builder-8197b8ea04a98fda96b2d976d6ba07d353a1e02b.tar.bz2
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.
Diffstat (limited to 'bare')
-rw-r--r--bare/config/gnu-tools-4.6.bset2
-rw-r--r--bare/config/gnu-tools-4.8.2.bset2
-rw-r--r--bare/config/lang/gcc491.bset2
3 files changed, 3 insertions, 3 deletions
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