summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.5.20.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-20 23:10:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-22 11:51:04 +0100
commit513632070851cbbb7b8998464335b70c119a9351 (patch)
treec700e2ea0b293f7cd73f925302f3a90b983964c4 /meta/recipes-devtools/strace/strace_4.5.20.bb
parent42c3974dc195ee89018862259fde449838b1252e (diff)
downloadpoky-513632070851cbbb7b8998464335b70c119a9351.tar.gz
strace: Define own sigmask macro if not defined already in signal.h
This is required especially on uclibc systems where BSD compatible obsolete functions are disabled by kconfig. Therefore we check if the macro is undefined then we define it. Therefore eglibc/glibc builds should work as they use to. (From OE-Core rev: 60d91ffc6367fe11ced5890240c6b65ada66621e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.5.20.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.5.20.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.5.20.bb b/meta/recipes-devtools/strace/strace_4.5.20.bb
index 3dba59fdab..391669f5da 100644
--- a/meta/recipes-devtools/strace/strace_4.5.20.bb
+++ b/meta/recipes-devtools/strace/strace_4.5.20.bb
@@ -3,9 +3,11 @@ HOMEPAGE = "http://strace.sourceforge.net"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a" 5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
6PR = "r1" 6PR = "r2"
7 7
8SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2" 8SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
9 file://sigmask.patch \
10 "
9 11
10SRC_URI[md5sum] = "64dfe10d9db0c1e34030891695ffca4b" 12SRC_URI[md5sum] = "64dfe10d9db0c1e34030891695ffca4b"
11SRC_URI[sha256sum] = "ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd" 13SRC_URI[sha256sum] = "ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd"