mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libmpd: fix build with glibc-2.20
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
07e13c6b94
commit
3482194855
|
|
@ -0,0 +1,10 @@
|
|||
--- libmpd-11.8.17/src/libmpd-internal.h.orig 2014-09-30 04:08:50.963292427 +0200
|
||||
+++ libmpd-11.8.17/src/libmpd-internal.h 2014-09-30 04:08:30.595292223 +0200
|
||||
@@ -21,6 +21,7 @@
|
||||
#define __MPD_INTERNAL_LIB_
|
||||
|
||||
#include "libmpdclient.h"
|
||||
+#include "config.h"
|
||||
struct _MpdData_real;
|
||||
|
||||
typedef struct _MpdData_real {
|
||||
|
|
@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|||
HOMEPAGE ="http://sourceforge.net/projects/musicpd"
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
SRC_URI = "http://www.musicpd.org/download/${BPN}/${PV}/${BP}.tar.gz"
|
||||
SRC_URI = "http://www.musicpd.org/download/${BPN}/${PV}/${BP}.tar.gz \
|
||||
file://glibc-2.20.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "5ae3d87467d52aef3345407adb0a2488"
|
||||
SRC_URI[sha256sum] = "fe20326b0d10641f71c4673fae637bf9222a96e1712f71f170fca2fc34bf7a83"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user