Accepting request 493493 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/493493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=87
This commit is contained in:
2017-05-09 16:04:45 +00:00
committed by Git OBS Bridge
parent 96b8546748
commit f5df43047d
131 changed files with 14571 additions and 589 deletions

View File

@@ -19,16 +19,17 @@
# 'archive_version' differs from 'version' for RC version only
%define archive_version 2017.03
%define archive_version 2017.05
Name: u-boot
Version: 2017.03
Version: 2017.05
Release: 0
Summary: Tools for the U-Boot Firmware
License: GPL-2.0
Group: System/Boot
Url: http://www.denx.de/wiki/U-Boot
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2
Source1: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2.sig
BuildRequires: libopenssl-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -54,7 +55,7 @@ mkimage- a tool that creates kernel bootable images for U-Boot.
# needed for include/config/auto.conf
make defconfig
make silentoldconfig
make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes tools-only
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes tools-only
%install
install -D -m 0755 tools/mkimage %{buildroot}%{_bindir}/mkimage