diff mbox

[v2] autoconf: fix mistakes in SUMMARY and DESCRIPTION

Message ID 1501273600-109472-1-git-send-email-denis@denix.org
State New
Headers show

Commit Message

Denys Dmytriyenko July 28, 2017, 8:26 p.m. UTC
From: Denys Dmytriyenko <denys@ti.com>


Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---
v1 - procude -> produce
v2 - produce -> produces

 meta/recipes-devtools/autoconf/autoconf.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Comments

Andre McCurdy July 28, 2017, 11:47 p.m. UTC | #1
On Fri, Jul 28, 2017 at 1:26 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> From: Denys Dmytriyenko <denys@ti.com>

>

> Signed-off-by: Denys Dmytriyenko <denys@ti.com>

> ---

> v1 - procude -> produce

> v2 - produce -> produces

>

>  meta/recipes-devtools/autoconf/autoconf.inc | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)

>

> diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc

> index f1b2dfc..17ee50f 100644

> --- a/meta/recipes-devtools/autoconf/autoconf.inc

> +++ b/meta/recipes-devtools/autoconf/autoconf.inc

> @@ -1,5 +1,5 @@

> -SUMMARY = "A GNU tool that procude shell scripts to automatically configure software"

> -DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \

> +SUMMARY = "A GNU tool that produces shell scripts to automatically configure software"

> +DESCRIPTION = "Autoconf is an extensible package of M4 macros that produces shell scripts to automatically \


The DESCRIPTION was correct originally (since it's the M4 macros which
produce the shell scripts, not the extensible package).

https://www.gnu.org/software/autoconf/autoconf.html

>  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."

>  LICENSE = "GPLv3"

> --

> 2.7.4

>

> --

> _______________________________________________

> Openembedded-core mailing list

> Openembedded-core@lists.openembedded.org

> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Denys Dmytriyenko July 31, 2017, 5:48 p.m. UTC | #2
On Fri, Jul 28, 2017 at 04:47:40PM -0700, Andre McCurdy wrote:
> On Fri, Jul 28, 2017 at 1:26 PM, Denys Dmytriyenko <denis@denix.org> wrote:

> > From: Denys Dmytriyenko <denys@ti.com>

> >

> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>

> > ---

> > v1 - procude -> produce

> > v2 - produce -> produces

> >

> >  meta/recipes-devtools/autoconf/autoconf.inc | 4 ++--

> >  1 file changed, 2 insertions(+), 2 deletions(-)

> >

> > diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc

> > index f1b2dfc..17ee50f 100644

> > --- a/meta/recipes-devtools/autoconf/autoconf.inc

> > +++ b/meta/recipes-devtools/autoconf/autoconf.inc

> > @@ -1,5 +1,5 @@

> > -SUMMARY = "A GNU tool that procude shell scripts to automatically configure software"

> > -DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \

> > +SUMMARY = "A GNU tool that produces shell scripts to automatically configure software"

> > +DESCRIPTION = "Autoconf is an extensible package of M4 macros that produces shell scripts to automatically \

> 

> The DESCRIPTION was correct originally (since it's the M4 macros which

> produce the shell scripts, not the extensible package).

> 

> https://www.gnu.org/software/autoconf/autoconf.html


Good thing Richard picked up v1 of the patch then! :)


> >  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."

> >  LICENSE = "GPLv3"

> > --

> > 2.7.4

> >

> > --

> > _______________________________________________

> > Openembedded-core mailing list

> > Openembedded-core@lists.openembedded.org

> > http://lists.openembedded.org/mailman/listinfo/openembedded-core

> 

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Richard Purdie Aug. 1, 2017, 10:27 a.m. UTC | #3
On Mon, 2017-07-31 at 13:48 -0400, Denys Dmytriyenko wrote:
> On Fri, Jul 28, 2017 at 04:47:40PM -0700, Andre McCurdy wrote:

> > On Fri, Jul 28, 2017 at 1:26 PM, Denys Dmytriyenko <denis@denix.org

> > > wrote:

> > > @@ -1,5 +1,5 @@

> > > -SUMMARY = "A GNU tool that procude shell scripts to

> > > automatically configure software"

> > > -DESCRIPTION = "Autoconf is an extensible package of M4 macros

> > > that produce shell scripts to automatically \

> > > +SUMMARY = "A GNU tool that produces shell scripts to

> > > automatically configure software"

> > > +DESCRIPTION = "Autoconf is an extensible package of M4 macros

> > > that produces shell scripts to automatically \

> > The DESCRIPTION was correct originally (since it's the M4 macros

> > which

> > produce the shell scripts, not the extensible package).

> > 

> > https://www.gnu.org/software/autoconf/autoconf.html

> Good thing Richard picked up v1 of the patch then! :)


That was in fact based on this mail thread! :)

Cheers,

Richard
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox

Patch

diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
index f1b2dfc..17ee50f 100644
--- a/meta/recipes-devtools/autoconf/autoconf.inc
+++ b/meta/recipes-devtools/autoconf/autoconf.inc
@@ -1,5 +1,5 @@ 
-SUMMARY = "A GNU tool that procude shell scripts to automatically configure software"
-DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \ 
+SUMMARY = "A GNU tool that produces shell scripts to automatically configure software"
+DESCRIPTION = "Autoconf is an extensible package of M4 macros that produces 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."
 LICENSE = "GPLv3"