Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
From c8333f8c7a4e4b9549abeef7530b2cd20a18e537 Mon Sep 17 00:00:00 2001
|
||||
From: rofl0r <retnyg@gmx.net>
|
||||
Date: Mon, 12 Oct 2015 12:57:09 +0100
|
||||
Subject: [PATCH] asound.h: include <time.h> to get struct timespec prototype
|
||||
|
||||
without including it, we get
|
||||
In file included from mixer.c:44:0:
|
||||
include/sound/asound.h:337:18: error: field 'trigger_tstamp' has incomplete type
|
||||
include/sound/asound.h:338:18: error: field 'tstamp' has incomplete type
|
||||
etc.
|
||||
|
||||
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
|
||||
---
|
||||
Patch status: upstream commit c8333f8c7a4e
|
||||
|
||||
include/sound/asound.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/include/sound/asound.h b/include/sound/asound.h
|
||||
index a041628ec28e..7c6de81673f5 100644
|
||||
--- a/include/sound/asound.h
|
||||
+++ b/include/sound/asound.h
|
||||
@@ -12,6 +12,7 @@
|
||||
#ifndef __SOUND_ASOUND_H
|
||||
#define __SOUND_ASOUND_H
|
||||
|
||||
+#include <time.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor))
|
||||
--
|
||||
2.8.1
|
||||
|
||||
2
bsp/buildroot/package/tinyalsa/tinyalsa.hash
Normal file
2
bsp/buildroot/package/tinyalsa/tinyalsa.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 a15abd57e74a2c41dbc57cac6fae39a28d2643e9aa48263399de37481b9647d3 tinyalsa-f2a7b6d3d81bd337a540d56704b4aaa7bdb046fe.tar.gz
|
||||
Reference in New Issue
Block a user