mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
alsa-plugins: Include missing string.h
(From OE-Core rev: 2ae1eb5528c21fce31d4ac3c1837423c62da77d8) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
From b01b176a665ba65979d74922955f51dc4888a713 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
|
Date: Tue, 23 Aug 2022 15:21:16 -0700
|
||||||
|
Subject: [PATCH] arcam_av.c: Include missing string.h
|
||||||
|
|
||||||
|
bzero() function needs this header to be included
|
||||||
|
|
||||||
|
Upstream-Status: Submitted [https://github.com/alsa-project/alsa-plugins/pull/47]
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
|
---
|
||||||
|
arcam-av/arcam_av.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/arcam-av/arcam_av.c b/arcam-av/arcam_av.c
|
||||||
|
index 63f9b4e..29fc537 100644
|
||||||
|
--- a/arcam-av/arcam_av.c
|
||||||
|
+++ b/arcam-av/arcam_av.c
|
||||||
|
@@ -27,6 +27,7 @@
|
||||||
|
#include <signal.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
+#include <string.h>
|
||||||
|
#include <termios.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
@@ -22,7 +22,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \
|
|||||||
file://rate/rate_samplerate.c;endline=35;md5=fd77bce85f4a338c0e8ab18430b69fae \
|
file://rate/rate_samplerate.c;endline=35;md5=fd77bce85f4a338c0e8ab18430b69fae \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2"
|
SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2 \
|
||||||
|
file://0001-arcam_av.c-Include-missing-string.h.patch \
|
||||||
|
"
|
||||||
SRC_URI[sha256sum] = "8c337814954bb7c167456733a6046142a2931f12eccba3ec2a4ae618a3432511"
|
SRC_URI[sha256sum] = "8c337814954bb7c167456733a6046142a2931f12eccba3ec2a4ae618a3432511"
|
||||||
|
|
||||||
DEPENDS += "alsa-lib"
|
DEPENDS += "alsa-lib"
|
||||||
|
|||||||
Reference in New Issue
Block a user