Accepting request 571702 from Base:System
OBS-URL: https://build.opensuse.org/request/show/571702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-efi?expand=0&rev=27
This commit is contained in:
commit
def8bc5cd2
13
gnu-efi-fix-armv7-detection.patch
Normal file
13
gnu-efi-fix-armv7-detection.patch
Normal file
@ -0,0 +1,13 @@
|
||||
--- Make.defaults.orig 2018-02-01 10:32:41.616449383 +0100
|
||||
+++ Make.defaults 2018-02-01 10:35:05.964876126 +0100
|
||||
@@ -75,6 +75,10 @@ ifeq ($(ARCH),amd64)
|
||||
override ARCH := x86_64
|
||||
endif
|
||||
|
||||
+ifeq ($(ARCH),armv7hl)
|
||||
+ override ARCH := arm
|
||||
+endif
|
||||
+
|
||||
#
|
||||
# Where to build the package
|
||||
#
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 27 16:55:32 UTC 2018 - guillaume@opensuse.org
|
||||
|
||||
- Add gnu-efi-fix-armv7-detection.patch to fix ARM32 builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 08:49:16 UTC 2017 - glin@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnu-efi
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,6 +28,7 @@ Source1: %{name}-rpmlintrc
|
||||
Patch1: gnu-efi-fix-switch-warning.patch
|
||||
Patch2: gnu-efi-ar-stable-order.patch
|
||||
Patch3: gnu-efi-fix-efi-pxe-base-code.patch
|
||||
Patch4: gnu-efi-fix-armv7-detection.patch
|
||||
BuildRequires: kernel-source
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: ia64 %ix86 x86_64 aarch64 %arm
|
||||
@ -42,6 +43,7 @@ environment.
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p0
|
||||
|
||||
%build
|
||||
##########################
|
||||
|
Loading…
Reference in New Issue
Block a user