From: Denys Dmytriyenko Date: Fri, 28 Jul 2017 18:49:27 +0000 (-0400) Subject: autoconf: fix typo in SUMMARY X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20542 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6500144f2244815be3f81908ee3baad373e348;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git autoconf: fix typo in SUMMARY Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index f1b2dfca7a5..ea62df8fb64 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc @@ -1,4 +1,4 @@ -SUMMARY = "A GNU tool that procude shell scripts to automatically configure software" +SUMMARY = "A GNU tool that produce shell scripts to automatically configure software" DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \ configure software source code packages. Autoconf creates a configuration script for a package from a template \ file that lists the operating system features that the package can use, in the form of M4 macro calls."