From 14e6b02ceb316490fc102fb86b5f2c263553bbb9 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 2 Feb 2012 21:52:04 -0800 Subject: strace: add x32 support This commits adds a patch to enable x32 support in the strace recipe. (From OE-Core rev: 2042d52ff5425e864740b330adc27c2632cc5dc7) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- meta/recipes-devtools/strace/strace_4.6.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/strace/strace_4.6.bb') diff --git a/meta/recipes-devtools/strace/strace_4.6.bb b/meta/recipes-devtools/strace/strace_4.6.bb index 05f6d9508a..1275bc1d31 100644 --- a/meta/recipes-devtools/strace/strace_4.6.bb +++ b/meta/recipes-devtools/strace/strace_4.6.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://strace.sourceforge.net" SECTION = "console/utils" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a" -PR = "r0" +PR = "r1" PACKAGES =+ "${PN}-graph " FILES_${PN}-graph = "${bindir}/strace-graph" @@ -11,6 +11,7 @@ RDEPENDS_${PN}-graph = "perl" SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ file://sigmask.patch \ + file://strace-4.6_add_x32_support.patch \ " SRC_URI[md5sum] = "e537b2b1afeec70c0e6e27a0d0fd671e" -- cgit v1.2.3-54-g00ecf