[PATCH 0/1] gnu: raspi-gpio: Make public.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jean-Pierre De Jesus DIAZ
  • Christopher Baines
Owner
unassigned
Submitted by
Jean-Pierre De Jesus DIAZ
Severity
normal
J
J
Jean-Pierre De Jesus DIAZ wrote on 5 Mar 2024 18:15
(address . guix-patches@gnu.org)(name . Jean-Pierre De Jesus DIAZ)(address . jean@foundationdevices.com)
cover.1709658779.git.jean@foundationdevices.com
Hello,

While working at another target (arm-none-eabi, pending) I've found this
package that is defined but not public, it compiles fine so it's just
a change from DEFINE to DEFINE-PUBLIC.

Jean-Pierre De Jesus DIAZ (1):
gnu: raspi-gpio: Make public.

gnu/packages/raspberry-pi.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: b6dec0108f99d75066bad15aaa124b84bb0261f3
--
2.41.0
J
J
Jean-Pierre De Jesus DIAZ wrote on 5 Mar 2024 18:17
[PATCH 1/1] gnu: raspi-gpio: Make public.
(address . 69567@debbugs.gnu.org)(name . Jean-Pierre De Jesus DIAZ)(address . jean@foundationdevices.com)
a5c724065d7c60299e377a223e98010469956291.1709658779.git.jean@foundationdevices.com
* gnu/packages/raspberry-pi.scm (raspi-gpio): Make variable public.

Change-Id: Iaf2789120a726d702d97c3a30a32e3b2cf5da3f1
---
gnu/packages/raspberry-pi.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/raspberry-pi.scm b/gnu/packages/raspberry-pi.scm
index 5c25ed96da..c8b44d5b6c 100644
--- a/gnu/packages/raspberry-pi.scm
+++ b/gnu/packages/raspberry-pi.scm
@@ -85,7 +85,7 @@ (define-public bcm2835
(supported-systems '("armhf-linux" "aarch64-linux"))
(license license:gpl3)))
-(define raspi-gpio
+(define-public raspi-gpio
(let ((commit "6d0769ac04760b6e9f33b4aa1f11c682237bf368")
(revision "1"))
(package
--
2.41.0
C
C
Christopher Baines wrote on 14 Mar 2024 14:52
Re: [bug#69567] [PATCH 0/1] gnu: raspi-gpio: Make public.
(name . Jean-Pierre De Jesus DIAZ)(address . jean@foundationdevices.com)
87wmq4sywv.fsf@cbaines.net
Jean-Pierre De Jesus DIAZ via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (15 lines)
> Hello,
>
> While working at another target (arm-none-eabi, pending) I've found this
> package that is defined but not public, it compiles fine so it's just
> a change from DEFINE to DEFINE-PUBLIC.
>
> Jean-Pierre De Jesus DIAZ (1):
> gnu: raspi-gpio: Make public.
>
> gnu/packages/raspberry-pi.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> base-commit: b6dec0108f99d75066bad15aaa124b84bb0261f3

Makes sense to me, I've pushed this to master as
8166d5b81ed6ca32434fb4e66fa8306a28e4949b.

Thanks,

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmXzAUBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XczOBAAgYTq5EU5IDgi67muzg3iNDvvCs2gL8zS
om7OlarXSgPj3L74ZKdA9/5JJ+EhC9SJ2HjZjHDV0bFK56LnOpy7EFtZyiKsNzSD
1cx+QcIeFNCFKrMdXI417EOzLqBxDJSQcLXwtQzPRhNXgazGmrfrSQqv+WNFPZ02
HQGsW/lIYaoXzHDmBJcvSZlUKKZl9Ocq7NwjqI21gPcDd2YTnBXT55c3fiKVr8GB
Z9AqMqcuIgX5llJaAr6zpt/G/kFTx1RBhnwV4kjoAwtwBKnYaDfqfJ6Y6loxx9ZE
anWTAPYstcu2TIG0iQDos0sRz9imbv346OIdJYMv8o7vdWbO7wSEGIwucyLtjtSY
11l3CcGnmD5WMufqM8p6X0JrVkBojMwnW2XLtH8Sfp1EQRH2mmKLxXwp+wbD4AA+
cuM322cXliK0eGQNbSm8vBPm/dqA9Kc43AUIz9a8rnMtgUTF9iGmXa7RS0AnHLXa
v6oEJirLt0p5Lb1OJqvTUs8ZQk3xcXMwRnHKFiKiMfCKbCGS0ucSQuR1fNXV8ZRT
D0v4lefj4XpyLvORuQpVUgKBCyPpbLCP2TpY716N00hMJjT5dtUiAFGNCxaUc4HE
5cWizq2plkT00FYCBc/+UNAQtf6R+LogQ2+JhbAAU3n3AfRLTcdqTlWd7m71xK28
FHjwxNENPX0=
=qy0t
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 69567@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69567
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch