From 87376746d64aea47cce327d951692c31d4acf872 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Nov 2015 23:23:46 +0000 Subject: gdb: Fix build with musl This is a patch that has been submitted upstream as well Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- meta/recipes-devtools/gdb/gdb.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/gdb/gdb.inc') diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 88c0213b44..2162cadb9e 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc @@ -5,6 +5,7 @@ inherit gettext SRC_URI += "file://0002-Change-order-of-CFLAGS.patch \ file://0003-Add-support-for-Renesas-SH-sh4-architecture.patch \ file://fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch \ + file://0001-Use-exported-definitions-of-SIGRTMIN.patch \ " #LDFLAGS_append = " -s" #export CFLAGS_append=" -L${STAGING_LIBDIR}" -- cgit 1.2.3-korg