summaryrefslogtreecommitdiffstats
path: root/source-builder/config/or1ksim-1-1.cfg
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 /source-builder/config/or1ksim-1-1.cfg
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 'source-builder/config/or1ksim-1-1.cfg')
-rw-r--r--source-builder/config/or1ksim-1-1.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/source-builder/config/or1ksim-1-1.cfg b/source-builder/config/or1ksim-1-1.cfg
index 30dfe13..fb77567 100644
--- a/source-builder/config/or1ksim-1-1.cfg
+++ b/source-builder/config/or1ksim-1-1.cfg
@@ -8,7 +8,7 @@
%define release 1
%endif
-Name: or1ksim-1.1.0
+Name: or1ksim-%{or1ksim_version}-%{_host}-%{release}
Summary: or1ksim-github
Version: %{or1ksim_version}
Release: %{release}
@@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
#
# Source
#
-%source set or1ksim https://github.com/openrisc/or1ksim/archive/or1k-master.zip
+%source set or1ksim https://github.com/openrisc/or1ksim/archive/or1k-master.zip
#
# Prepare the source code.
@@ -33,7 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
%build
build_top=$(pwd)
- cd or1ksim-or1k-master/
+ cd or1ksim-or1k-master/
../or1ksim-or1k-master/configure \
--target=or1k-elf \