diff mbox series

[next,1/1] package/pipewire: fix typo in Kconfig comment

Message ID 20230815151700.18920-1-ju.o@free.fr
State Accepted
Headers show
Series [next,1/1] package/pipewire: fix typo in Kconfig comment | expand

Commit Message

Julien Olivain Aug. 15, 2023, 3:17 p.m. UTC
"NTPL" should read "NPTL" (Native POSIX Threads Library).

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/pipewire/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Sept. 30, 2023, 3:49 p.m. UTC | #1
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:

 > "NTPL" should read "NPTL" (Native POSIX Threads Library).
 > Signed-off-by: Julien Olivain <ju.o@free.fr>

Committed, thanks.
Peter Korsgaard Oct. 13, 2023, 6:05 a.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:
 >> "NTPL" should read "NPTL" (Native POSIX Threads Library).
 >> Signed-off-by: Julien Olivain <ju.o@free.fr>

 > Committed, thanks.

Committed to 2023.02.x and 2023.08.x, thanks.
diff mbox series

Patch

diff --git a/package/pipewire/Config.in b/package/pipewire/Config.in
index 4929e5d3d1..9d2de6c866 100644
--- a/package/pipewire/Config.in
+++ b/package/pipewire/Config.in
@@ -60,7 +60,7 @@  comment "pipewire v4l2 support needs udev and a toolchain w/ headers >= 3.18"
 
 endif
 
-comment "pipewire needs a toolchain w/ dynamic library, NTPL, gcc >= 5"
+comment "pipewire needs a toolchain w/ dynamic library, NPTL, gcc >= 5"
 	depends on BR2_USE_MMU
 	depends on BR2_STATIC_LIBS || \
 		!BR2_TOOLCHAIN_HAS_THREADS_NPTL || \