Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kodi-rpi: Add PATH for firmware binaries
@ 2019-09-11 15:46 voidlinux-github
  2019-09-11 15:48 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-11 15:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/innerspacepilot/void-packages kodi
https://github.com/void-linux/void-packages/pull/14407

kodi-rpi: Add PATH for firmware binaries
Modfiy PATH variable to add raspberry's firmware tools.
This is needed for "Turn Off" screensaver, which uses vcgencmd


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kodi-14407.patch --]
[-- Type: text/x-diff, Size: 687 bytes --]

From 5ef27f3451b508c7cf04763212c14db0a20c238f Mon Sep 17 00:00:00 2001
From: innerspacepilot <innerspacepilot@gmx.com>
Date: Wed, 11 Sep 2019 15:17:54 +0000
Subject: [PATCH] kodi-rpi: Add PATH for firmware binaries

---
 srcpkgs/kodi-rpi/files/xbmc-standalone/run | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/kodi-rpi/files/xbmc-standalone/run b/srcpkgs/kodi-rpi/files/xbmc-standalone/run
index 94ad9da1cd4..e4fc93b47ed 100755
--- a/srcpkgs/kodi-rpi/files/xbmc-standalone/run
+++ b/srcpkgs/kodi-rpi/files/xbmc-standalone/run
@@ -1,2 +1,3 @@
 #!/bin/sh
+PATH=$PATH:/opt/vc/bin
 exec chpst -P sudo LD_LIBRARY_PATH=/opt/vc/lib -u xbmc -- /usr/lib/kodi/kodi-rbpi --standalone

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

end of thread, other threads:[~2019-09-11 17:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11 15:46 [PR PATCH] kodi-rpi: Add PATH for firmware binaries voidlinux-github
2019-09-11 15:48 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-11 15:48 ` voidlinux-github
2019-09-11 17:33 ` [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).