summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/strace/strace/Makefile-ptest.patch6
-rw-r--r--meta/recipes-devtools/strace/strace_6.10.bb (renamed from meta/recipes-devtools/strace/strace_6.9.bb)2
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
index 3e50bf40f0..b5c9d2e004 100644
--- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
+++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
@@ -1,4 +1,4 @@
1From 245f6322cf64e562d3227dfac26ce93c905b0380 Mon Sep 17 00:00:00 2001 1From 3a10dcdd5d8def52fc096ed59e8d0f32ee0c2d42 Mon Sep 17 00:00:00 2001
2From: Gabriel Barbu <gabriel.barbu@enea.com> 2From: Gabriel Barbu <gabriel.barbu@enea.com>
3Date: Thu, 25 Jul 2013 15:28:33 +0200 3Date: Thu, 25 Jul 2013 15:28:33 +0200
4Subject: [PATCH] strace: Add ptest 4Subject: [PATCH] strace: Add ptest
@@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
13 1 file changed, 20 insertions(+) 13 1 file changed, 20 insertions(+)
14 14
15diff --git a/tests/Makefile.am b/tests/Makefile.am 15diff --git a/tests/Makefile.am b/tests/Makefile.am
16index ef68898..735b73d 100644 16index 378146b..f2529a6 100644
17--- a/tests/Makefile.am 17--- a/tests/Makefile.am
18+++ b/tests/Makefile.am 18+++ b/tests/Makefile.am
19@@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ 19@@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@
@@ -24,7 +24,7 @@ index ef68898..735b73d 100644
24 AM_CFLAGS = $(WARN_CFLAGS) 24 AM_CFLAGS = $(WARN_CFLAGS)
25 bundled_CPPFLAGS = 25 bundled_CPPFLAGS =
26 if USE_BUNDLED_HEADERS 26 if USE_BUNDLED_HEADERS
27@@ -889,3 +890,22 @@ BUILT_SOURCES = ksysent.h 27@@ -901,3 +902,22 @@ BUILT_SOURCES = ksysent.h
28 CLEANFILES = ksysent.h 28 CLEANFILES = ksysent.h
29 29
30 include ../src/scno.am 30 include ../src/scno.am
diff --git a/meta/recipes-devtools/strace/strace_6.9.bb b/meta/recipes-devtools/strace/strace_6.10.bb
index bb9f8e42ba..a534fccd4f 100644
--- a/meta/recipes-devtools/strace/strace_6.9.bb
+++ b/meta/recipes-devtools/strace/strace_6.10.bb
@@ -15,7 +15,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
15 file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ 15 file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \
16 file://0002-tests-Replace-off64_t-with-off_t.patch \ 16 file://0002-tests-Replace-off64_t-with-off_t.patch \
17 " 17 "
18SRC_URI[sha256sum] = "da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a" 18SRC_URI[sha256sum] = "765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07"
19 19
20inherit autotools ptest 20inherit autotools ptest
21 21