diff options
author | Slava Barinov <v.barinov@samsung.com> | 2020-04-02 11:50:27 +0300 |
---|---|---|
committer | Slava Barinov <v.barinov@samsung.com> | 2020-04-02 11:50:27 +0300 |
commit | c2f1bef987f4e32b31fa069571794c168ebc6da4 (patch) | |
tree | d526ec82417516291ce653570be8d81c988c7242 | |
parent | 5573ca660c03b4d95fa05abb3a32497498737598 (diff) | |
download | dejagnu-c2f1bef987f4e32b31fa069571794c168ebc6da4.tar.gz dejagnu-c2f1bef987f4e32b31fa069571794c168ebc6da4.tar.bz2 dejagnu-c2f1bef987f4e32b31fa069571794c168ebc6da4.zip |
Turn off arm build until proper acceleration is ready.submit/tizen_base/20200402.112753accepted/tizen/base/20200403.032828tizen
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
-rw-r--r-- | packaging/dejagnu.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/dejagnu.spec b/packaging/dejagnu.spec index 2781ab8..fc2e5cc 100644 --- a/packaging/dejagnu.spec +++ b/packaging/dejagnu.spec @@ -15,6 +15,7 @@ BuildRequires: expat BuildRequires: expect BuildRequires: autogen BuildRequires: makeinfo +ExcludeArch: %arm aarch64 %description DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness. A test harness is the testing infrastructure that is created to support a specific program or tool. Each program can have multiple testsuites, all supported by a single test harness. |