diff options
author | Radu Patriu <radu.patriu@enea.com> | 2014-03-26 16:38:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-27 19:53:18 +0000 |
commit | 9d288e5afd6696cc519574470c7d47ca55403d27 (patch) | |
tree | 03487ced8326766b894eaf8ac4a064994f99ccfd /meta/recipes-devtools/autoconf/autoconf_2.69.bb | |
parent | b16de9af5c7108396a347e7107c73608a2f8d74f (diff) | |
download | openembedded-core-9d288e5afd6696cc519574470c7d47ca55403d27.tar.gz openembedded-core-9d288e5afd6696cc519574470c7d47ca55403d27.tar.bz2 openembedded-core-9d288e5afd6696cc519574470c7d47ca55403d27.zip |
autoconf: new autotest/testsuite option to enable automake test result format
lib/autotest/general.m4: added "--am-fmt | -A" command line parameter
for testsuite script to enable "RESULT: testname" output format; to be
used by yocto ptest packages directly or with autoconf TESTSUITEFLAGS.
Signed-off-by: Radu Patriu <radu.patriu@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf_2.69.bb')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.69.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb index b67155bc99..a2ecd94d8a 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb @@ -16,6 +16,7 @@ SRC_URI += "file://autoreconf-include.patch \ file://config_site.patch \ file://remove-usr-local-lib-from-m4.patch \ file://preferbash.patch \ + file://autotest-automake-result-format.patch \ " SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b" |