From: Jaehoon Chung Date: Tue, 26 May 2015 09:50:54 +0000 (+0900) Subject: packaging: u-boot-xu3.spec: modify the source file prefix name X-Git-Tag: accepted/tizen/unified/20191107.062134~205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3746f1ab7fb66071b1d19752444a9676108d20d0;p=platform%2Fkernel%2Fu-boot.git packaging: u-boot-xu3.spec: modify the source file prefix name Modify the source file prefix name from u-boot-xu3 to u-boot. When built with u-boot.spec and u-boot-xu3.spec, it needs to take same source file. Change-Id: I0f0d8fd5973b4e9cfc6337d9b9431598bedaa891 Signed-off-by: Jaehoon Chung --- diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 4d8d073..eecc73f 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -121,8 +121,8 @@ "fdtfile=exynos5422-odroidxu3.dtb\0" \ "board_name=odroidxu3\0" \ "mmcbootdev=0\0" \ - "mmcrootdev=0\0" \ "mmcbootpart=1\0" \ + "mmcrootdev=0\0" \ "mmcrootpart=2\0" \ "dfu_usb_con=0\0" \ "dfu_interface=mmc\0" \ diff --git a/packaging/u-boot-xu3.spec b/packaging/u-boot-xu3.spec index a19dd8f..e59275e 100644 --- a/packaging/u-boot-xu3.spec +++ b/packaging/u-boot-xu3.spec @@ -6,7 +6,7 @@ Group: System/Kernel License: GPL-2.0+ ExclusiveArch: %{arm} URL: https://review.tizen.org/git/?p=kernel/u-boot.git -Source0: %{name}-%{version}.tar.bz2 +Source0: u-boot-%{version}.tar.bz2 Source1001: u_boot_xu3.manifest BuildRequires: gcc >= 4.8