Package: stressapptest Version: 1.0.3-2 Severity: normal Tags: patch Please add armhf to the arch list for yap. The package builds fine with the patch (although there are some warnings). The package actually builds fine, but uname -m reports armv7l instead of armv7a on the current armhf platforms (I have no idea if this is going to change to be honest). Please consider applying the patch.
Thanks Konstantinos
diff -ruN stressapptest-1.0.3/configure.ac stressapptest-1.0.3.armhf//configure.ac --- stressapptest-1.0.3/configure.ac 2011-05-28 17:11:52.000000000 +0000 +++ stressapptest-1.0.3.armhf//configure.ac 2011-05-19 15:36:37.127299608 +0000 @@ -19,7 +19,7 @@ AC_DEFINE([STRESSAPPTEST_CPU_PPC],[], [Defined if the target CPU is PowerPC]) ;; - "xarmv7a") + "xarmv7l") AC_DEFINE([STRESSAPPTEST_CPU_ARMV7A],[], [Defined if the target CPU is armv7a]) ;;