From: Slava Barinov Date: Mon, 18 May 2020 11:17:58 +0000 (+0300) Subject: Turn on arm and aarch64 build X-Git-Tag: submit/tizen_6.5_base/20211026.180901 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_6.5_base%2F20211026.180901;p=platform%2Fupstream%2Fdejagnu.git Turn on arm and aarch64 build Acceleration is ready, dejagnu can be used for armv7l and aarch64 testing. Change-Id: I818c27a1bdc0def2c91720c5d6ce13e716aa5d08 Signed-off-by: Slava Barinov --- diff --git a/packaging/dejagnu.spec b/packaging/dejagnu.spec index fc2e5cc..0bfbc77 100644 --- a/packaging/dejagnu.spec +++ b/packaging/dejagnu.spec @@ -10,12 +10,10 @@ Requires: tcl Requires: expat Requires: expect Requires: autogen -#BuildRequires: tcl 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.