Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] properly set archs in some UEFI-only templates
@ 2019-06-10 19:50 voidlinux-github
  2019-06-17 21:25 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-06-10 19:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

There is a new pull request by q66 against master on the void-packages repository

https://github.com/void-power/void-packages uefi-only
https://github.com/void-linux/void-packages/pull/12379

properly set archs in some UEFI-only templates


A patch file from https://github.com/void-linux/void-packages/pull/12379.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uefi-only-12379.patch --]
[-- Type: application/text/x-diff, Size: 1947 bytes --]

From 0d9c20ca9410db7d463a511a0961c635d16d67f8 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:46:19 +0200
Subject: [PATCH 1/2] sbsigntool: only for UEFI platforms

---
 srcpkgs/sbsigntool/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/sbsigntool/template b/srcpkgs/sbsigntool/template
index 30cf2414f0a..422ef0a4035 100644
--- a/srcpkgs/sbsigntool/template
+++ b/srcpkgs/sbsigntool/template
@@ -2,6 +2,7 @@
 pkgname=sbsigntool
 version=0.9.2
 revision=1
+archs="x86_64* i686* aarch64* arm*"
 build_style=gnu-configure
 hostmakedepends="autoconf automake pkg-config"
 makedepends="binutils-devel libressl-devel libuuid-devel gnu-efi-libs"

From 686d5ffea8fa19aff9f89146892b5a74589d9b0f Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Mon, 10 Jun 2019 21:41:37 +0200
Subject: [PATCH 2/2] fwupdate: UEFI archs only

[ci skip]
---
 srcpkgs/fwupdate/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fwupdate/template b/srcpkgs/fwupdate/template
index b857267380a..231f714913f 100644
--- a/srcpkgs/fwupdate/template
+++ b/srcpkgs/fwupdate/template
@@ -2,7 +2,10 @@
 pkgname=fwupdate
 version=12
 revision=1
+archs="x86_64* i686* aarch64* arm*"
 build_style=gnu-makefile
+make_install_args="EFIDIR=void LIBDIR=/usr/lib"
+make_build_args="EFIDIR=void GNUEFIDIR=/usr/lib"
 hostmakedepends="pkg-config"
 makedepends="elfutils-devel gnu-efi-libs libefivar-devel popt-devel"
 checkdepends="libabigail-tools"
@@ -12,8 +15,6 @@ license="GPL-2.0-or-later"
 homepage="https://github.com/rhboot/fwupdate"
 distfiles="https://github.com/rhboot/fwupdate/releases/download/${version}/fwupdate-${version}.tar.bz2"
 checksum=4167d569f14e00ecf620c369ab34709e4bb1574ed588ef2e2398667e9e968703
-make_build_args="EFIDIR=void GNUEFIDIR=/usr/lib"
-make_install_args="EFIDIR=void LIBDIR=/usr/lib"
 nocross="fails to find efi.h"
 
 case "$XBPS_TARGET_MACHINE" in

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-25  7:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 19:50 [PR PATCH] properly set archs in some UEFI-only templates voidlinux-github
2019-06-17 21:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-17 21:25 ` voidlinux-github
2019-06-17 21:26 ` voidlinux-github
2019-06-25  7:04 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).