summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInha Song <ideal.song@samsung.com>2015-05-26 14:26:03 +0900
committerInha Song <ideal.song@samsung.com>2015-05-26 14:41:03 +0900
commit91b958d78a762c7e3ac939957c9ed7f864ab234e (patch)
treeef299592ac6d5a6f3766262ac05a46e388f9b581
parent2edde00535f6f4bbac6acc145bab52653acc4281 (diff)
downloadu-boot-91b958d78a762c7e3ac939957c9ed7f864ab234e.tar.gz
u-boot-91b958d78a762c7e3ac939957c9ed7f864ab234e.tar.bz2
u-boot-91b958d78a762c7e3ac939957c9ed7f864ab234e.zip
This pach fix mainifest name to u_boot_xu3 from u_boot and also fix temporary name for gbs to u-boot-xu3. Change-Id: I307186ea75e1cb4ce4a588694aa081d318051158 Signed-off-by: Inha Song <ideal.song@samsung.com>
-rw-r--r--packaging/u-boot-xu3.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/packaging/u-boot-xu3.spec b/packaging/u-boot-xu3.spec
index 1b75890a89..e11bb53c60 100644
--- a/packaging/u-boot-xu3.spec
+++ b/packaging/u-boot-xu3.spec
@@ -7,7 +7,7 @@ License: GPL-2.0+
ExclusiveArch: %{arm}
URL: https://review.tizen.org/git/?p=kernel/u-boot.git
Source0: %{name}-%{version}.tar.bz2
-Source1001: u_boot.manifest
+Source1001: u_boot_xu3.manifest
BuildRequires: gcc >= 4.8
BuildRequires: flex
@@ -94,21 +94,21 @@ install -p -m 0755 tools/dtc/dtc %{buildroot}%{_bindir}
( cd %{buildroot}%{_bindir}; ln -sf fw_printenv fw_setenv )
# u-boot installation
-mkdir -p %{buildroot}/var/tmp/u-boot
-install -d %{buildroot}/var/tmp/u-boot
-install -m 755 u-boot.bin %{buildroot}/var/tmp/u-boot
-install -m 755 u-boot-mmc.bin %{buildroot}/var/tmp/u-boot
-install -m 755 params.bin %{buildroot}/var/tmp/u-boot
+mkdir -p %{buildroot}/var/tmp/u-boot-xu3
+install -d %{buildroot}/var/tmp/u-boot-xu3
+install -m 755 u-boot.bin %{buildroot}/var/tmp/u-boot-xu3
+install -m 755 u-boot-mmc.bin %{buildroot}/var/tmp/u-boot-xu3
+install -m 755 params.bin %{buildroot}/var/tmp/u-boot-xu3
%clean
%files
-%manifest u_boot.manifest
+%manifest u_boot_xu3.manifest
%defattr(-,root,root,-)
-/var/tmp/u-boot
+/var/tmp/u-boot-xu3
%files -n u-boot-tools
-%manifest u_boot.manifest
+%manifest u_boot_xu3.manifest
%defattr(-,root,root,-)
%{_bindir}/mkimage
%{_bindir}/fw_printenv