From c31ecf6ea111d1af5a6de4b647692d0aae9e9e3b Mon Sep 17 00:00:00 2001 From: Sejun Park Date: Thu, 14 Dec 2017 11:55:35 +0900 Subject: [PATCH] Change to armv7l build only Change-Id: Ibcc20f76cef3e9b6b29943856bfa5aa25358e7a3 --- packaging/libomxil-vc4.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/libomxil-vc4.spec b/packaging/libomxil-vc4.spec index c75b975..26f2338 100755 --- a/packaging/libomxil-vc4.spec +++ b/packaging/libomxil-vc4.spec @@ -1,6 +1,6 @@ Name: libomxil-vc4 Version: 0.0.1 -Release: 0.1 +Release: 2 Summary: Libraries for interfacing to Raspberry Pi GPU Group: System/Libraries URL: https://github.com/raspberrypi/userland @@ -10,6 +10,7 @@ BuildRequires: glibc-devel BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig(libtbm) +ExclusiveArch: %{arm} %description Libraries for interfacing to Raspberry Pi GPU. -- 2.7.4