SHA256
1
0
forked from pool/u-boot

Accepting request 519109 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/519109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=88
This commit is contained in:
2017-08-30 14:21:38 +00:00
committed by Git OBS Bridge
parent f5df43047d
commit e81469174d
131 changed files with 2148 additions and 315 deletions

View File

@@ -34,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.05
%define archive_version 2017.07
Name: u-boot-dragonboard410c
Version: 2017.05
Version: 2017.07
Release: 0
Summary: The U-Boot firmware for the dragonboard410c platform
License: GPL-2.0
@@ -50,14 +50,15 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
# Arndale board needs DTC >= 1.4
BuildRequires: dtc >= 1.4.0
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
BuildRequires: libopenssl-devel
# u-boot-firefly-rk3288 needs python to build
BuildRequires: python
BuildRequires: python-devel
BuildRequires: swig
%if "%{name}" == "u-boot-qemu-ppce500"
# Owns /usr/share/qemu directory
BuildRequires: qemu
@@ -93,6 +94,7 @@ This package contains documentation for U-Boot firmware.
%setup -q -n u-boot-%{archive_version}
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)