summaryrefslogtreecommitdiffstats
path: root/uboot-tools.spec
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2012-03-08 15:18:12 -0600
committerDennis Gilmore <dennis@ausil.us>2012-03-08 15:18:12 -0600
commitd167637157b0ffb610e57d03a003e44630f862f3 (patch)
tree4a527504b6c7ff3a2871faec743c121482b65503 /uboot-tools.spec
parentf406e87a341184ebb48a238baf6ffffe5e623ea5 (diff)
downloaduboot-tools-d167637157b0ffb610e57d03a003e44630f862f3.tar.gz
uboot-tools-d167637157b0ffb610e57d03a003e44630f862f3.tar.xz
uboot-tools-d167637157b0ffb610e57d03a003e44630f862f3.zip
clean up spec to account for upstream changes in building just tools
Diffstat (limited to 'uboot-tools.spec')
-rw-r--r--uboot-tools.spec17
1 files changed, 0 insertions, 17 deletions
diff --git a/uboot-tools.spec b/uboot-tools.spec
index 13d258f..180f48f 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -14,33 +14,19 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%global with_env 1
%endif
-
%description
This package contains a few U-Boot utilities - mkimage for creating boot images
and fw_printenv/fw_setenv for manipulating the boot environment variables.
-
%prep
%setup -q -n u-boot-%{version}
-
%build
-make sheevaplug_config
-
-# create files normally created by cross-compiler
-touch include/autoconf.mk
-touch include/autoconf.mk.dep
-mkdir include/generated
-touch include/generated/generic-asm-offsets.h
-touch lib/asm-offsets.s
-touch {arch/arm/cpu/arm926ejs,examples/standalone,tools,tools/env}/.depend
-
make tools HOSTCC="gcc $RPM_OPT_FLAGS" HOSTSTRIP=/bin/true CROSS_COMPILE=""
%if 0%{?with_env}
make env HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE=""
%endif
-
%install
rm -rf $RPM_BUILD_ROOT
@@ -58,11 +44,9 @@ install -p -m 0755 tools/env/fw_printenv $RPM_BUILD_ROOT%{_bindir}
install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir}
%endif
-
%clean
rm -rf $RPM_BUILD_ROOT
-
%files
%defattr(-,root,root,-)
%doc COPYING README doc/README.imximage doc/README.kwbimage doc/uImage.FIT
@@ -74,7 +58,6 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/fw_env.config
%endif
-
%changelog
* Thu Mar 08 2012 Dennis Gilmore <dennis@ausil.us> - 2011.12-1
- update to 2011.12 release