summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-20 22:44:36 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-20 22:44:36 +0200
commit571e61322ac8650f255e4a2f1271a030877cf783 (patch)
treea54e16ba32d3259d4cce679f6acc11dc065cefec
parent2ec0d3da897505bd40ebaaff37d43d38ac52ace3 (diff)
downloadembtoolkit-571e61322ac8650f255e4a2f1271a030877cf783.tar.gz
embtoolkit-571e61322ac8650f255e4a2f1271a030877cf783.tar.bz2
embtoolkit-571e61322ac8650f255e4a2f1271a030877cf783.tar.xz
Toolchain addons: strace: update to upstream v4.9 + some fixes
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/addons/strace/strace.kconfig4
-rw-r--r--core/toolchain/addons/strace/strace.mk5
2 files changed, 5 insertions, 4 deletions
diff --git a/core/toolchain/addons/strace/strace.kconfig b/core/toolchain/addons/strace/strace.kconfig
index 866ab59..951b3d7 100644
--- a/core/toolchain/addons/strace/strace.kconfig
+++ b/core/toolchain/addons/strace/strace.kconfig
@@ -34,7 +34,7 @@ choice
depends on EMBTK_HAVE_STRACE
config EMBTK_STRACE_VERSION_4_9
- bool "strace-embtk-pre4.9"
+ bool "strace-embtk-4.9"
select EMBTK_STRACE_NEED_PATCH
config EMBTK_STRACE_VERSION_GIT
bool "strace-git"
@@ -60,7 +60,7 @@ config EMBTK_STRACE_REFSPEC
#
config EMBTK_STRACE_VERSION_STRING
string
- default "embtk-pre4.9" if EMBTK_STRACE_VERSION_4_9
+ default "embtk-4.9" if EMBTK_STRACE_VERSION_4_9
default "git" if EMBTK_STRACE_VERSION_GIT
#
diff --git a/core/toolchain/addons/strace/strace.mk b/core/toolchain/addons/strace/strace.mk
index 8292840..a29435b 100644
--- a/core/toolchain/addons/strace/strace.mk
+++ b/core/toolchain/addons/strace/strace.mk
@@ -29,6 +29,7 @@ STRACE_SITE := http://downloads.sourceforge.net/project/strace/strace/$(STRACE_
STRACE_GIT_SITE := git://git.code.sf.net/p/strace/code
STRACE_PACKAGE := strace-$(STRACE_VERSION).tar.bz2
STRACE_SRC_DIR := $(embtk_pkgb)/strace-$(STRACE_VERSION)
-STRACE_BUILD_DIR := $(embtk_pkgb)/strace-build
+STRACE_BUILD_DIR := $(embtk_pkgb)/strace-$(STRACE_VERSION)-build
-STRACE_BINS := strace strace-graph strace-log-merge
+STRACE_BINS := strace strace-graph strace-log-merge
+STRACE_SHARES := man/man*/strace*