Github messages for voidlinux
 help / color / mirror / Atom feed
From: Liebach <Liebach@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] qmk: change dependency to cross-arm-none-eabi
Date: Thu, 28 May 2020 06:48:39 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22370@inbox.vuxu.org> (raw)

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

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

https://github.com/Liebach/void-packages qmk-cross-arm-none-eabi
https://github.com/void-linux/void-packages/pull/22370

qmk: change dependency to cross-arm-none-eabi
cross-arm-none-eabi pulls in both cross-arm-none-eabi-gcc and
cross-arm-none-eabi-newlib, and I found out the latter is also needed to build
at least planck/rev6 firmware, and likely other keyboards with ARM based
controllers.

Found out with help from Discord users Erovia and fauxpark on the qmk server.

Using cross-arm-none-eabi as dep to get -newlib suggested by @ericonr.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qmk-cross-arm-none-eabi-22370.patch --]
[-- Type: text/x-diff, Size: 1271 bytes --]

From 1abf6e83afbac687f9f6066fab7e6c5535983438 Mon Sep 17 00:00:00 2001
From: Morten Gade Liebach <m@lieba.ch>
Date: Thu, 28 May 2020 06:38:09 +0200
Subject: [PATCH] qmk: change dependency to cross-arm-none-eabi

cross-arm-none-eabi pulls in both cross-arm-none-eabi-gcc and
cross-arm-none-eabi-newlib, and I found out the latter is also needed to build
at least planck/rev6 firmware, and likely other keyboards with ARM based
controllers.

Found out with help from Discord users Erovia and fauxpark on the qmk server.

Using cross-arm-none-eabi as dep to get -newlib suggested by @ericonr.
---
 srcpkgs/qmk/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template
index 389df443e61..d50126b1194 100644
--- a/srcpkgs/qmk/template
+++ b/srcpkgs/qmk/template
@@ -1,7 +1,7 @@
 # Template file for 'qmk'
 pkgname=qmk
 version=0.0.34
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -16,7 +16,7 @@ depends="python3-appdirs
  avrdude
  dfu-util
  avr-gcc
- cross-arm-none-eabi-gcc"
+ cross-arm-none-eabi"
 short_desc="CLI tool for working with QMK firmware of mechanical keyboards"
 maintainer="RinsedSloth <afernandezh@protonmail.com>"
 license="MIT"

             reply	other threads:[~2020-05-28  4:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-28  4:48 Liebach [this message]
2020-05-28  6:10 ` Liebach
2020-05-31 17:03 ` [PR PATCH] [Merged]: " Piraty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22370@inbox.vuxu.org \
    --to=liebach@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).