aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ltrace
diff options
context:
space:
mode:
authorYuri Bushmelev <jay4mail@gmail.com>2010-11-17 03:25:30 +0300
committerYuri Bushmelev <jay4mail@gmail.com>2010-11-18 01:43:56 +0300
commit1a9d655a29c6d40a93b45be91ff71bc64f3850a3 (patch)
tree3c1b708b6894ed3e07e353cbf57746a064025a4e /recipes/ltrace
parentde524aeeec0bc55882bc7663a9858174524cde25 (diff)
downloadopenembedded-1a9d655a29c6d40a93b45be91ff71bc64f3850a3.tar.gz
ltrace: exclude from build for SH3/SH4 targets
Diffstat (limited to 'recipes/ltrace')
-rw-r--r--recipes/ltrace/ltrace_0.5.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/ltrace/ltrace_0.5.3.bb b/recipes/ltrace/ltrace_0.5.3.bb
index c856788833..6c13c0896f 100644
--- a/recipes/ltrace/ltrace_0.5.3.bb
+++ b/recipes/ltrace/ltrace_0.5.3.bb
@@ -6,6 +6,9 @@ LICENSE = "GPLv2"
PR = "r2"
+# ltrace is not ported to sh3/sh4 targets at this time
+COMPATIBLE_TARGET_SYS = (?!sh[34])
+
SRC_URI = "\
${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz;name=archive \
${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}-2.diff.gz;name=patch \