[OE-core] [PATCH] meta: add missing some description in devtools

Randy MacLeod randy.macleod at windriver.com
Wed Oct 9 00:16:56 UTC 2019


On 10/7/19 10:45 PM, Maxime Roussin-Bélanger wrote:
...
>      > -                RPM_NO_CHROOT_FOR_SCRIPTS=1
>      > +                RPM_NO_CHROOT_FOR_SCRIPTS=1
>     Whitespace only? Ah, you removed a trailing space.
>     Please add:
>         Remove trailing space in dnf recipe.
>     in the log to prevent OCDers from wondering if there was a typo.
> 
> 
> I was not intending to submit this change.
> 
> Your comment means to submit a 2 part patch with this change right?

Ideally but for a one space removal I'd just add a comment.

Btw, it's a convention to add your signature immediately after
your last comment so that the readers know that they can ignore
any remaining text. Like this:

../Randy

> 
>      >   }
>      >
>      >   SYSTEMD_SERVICE_${PN} = "dnf-makecache.service
>     dnf-makecache.timer \
>      > diff --git a/meta/recipes-devtools/meson/meson.inc
>     b/meta/recipes-devtools/meson/meson.inc
>      > index 6de109de7f..2958a2a8de 100644
>      > --- a/meta/recipes-devtools/meson/meson.inc
>      > +++ b/meta/recipes-devtools/meson/meson.inc
>      > @@ -1,5 +1,8 @@
>      >   HOMEPAGE = "http://mesonbuild.com"
>      >   SUMMARY = "A high performance build system"
>      > +DESCRIPTION = "Meson is a build system designed to increase
>     programmer \
>      > +productivity. It does this by providing a fast, simple and easy
>     to use \
>      > +interface for modern software development tools and practices."
>      >
>      >   LICENSE = "Apache-2.0"
>      >   LIC_FILES_CHKSUM =
>     "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
>      > diff --git a/meta/recipes-devtools/qemu/qemu.inc
>     b/meta/recipes-devtools/qemu/qemu.inc
>      > index de21d30732..11783eaca5 100644
>      > --- a/meta/recipes-devtools/qemu/qemu.inc
>      > +++ b/meta/recipes-devtools/qemu/qemu.inc
>      > @@ -1,4 +1,8 @@
>      >   SUMMARY = "Fast open source processor emulator"
>      > +DESCRIPTION = "QEMU is a hosted virtual machine monitor: it
>     emulates the \
>      > +machine's processor through dynamic binary translation and
>     provides a set \
>      > +of different hardware and device models for the machine,
>     enabling it to run \
>      > +a variety of guest operating systems"
>      >   HOMEPAGE = "http://qemu.org"
>      >   LICENSE = "GPLv2 & LGPLv2.1"
>      >
>      > diff --git a/meta/recipes-devtools/quilt/quilt.inc
>     b/meta/recipes-devtools/quilt/quilt.inc
>      > index 433e9b40b7..61e1c93605 100644
>      > --- a/meta/recipes-devtools/quilt/quilt.inc
>      > +++ b/meta/recipes-devtools/quilt/quilt.inc
>      > @@ -1,4 +1,8 @@
>      >   SUMMARY = "Tool for working with series of patches"
>      > +DESCRIPTION = "Quilt is a tool to manage large sets of patches
>     by keeping \
>      > +track of the changes each patch makes. Patches can be applied,
>     un-applied,\
>      > +refreshed, etc.
>     End here as is done:
>     http://savannah.nongnu.org/projects/quilt/
>      > The key philosophical concept is that your primary output \
>      > +is patches." 
> 
> 
>     Thanks again for the updates.
>     ../Randy
> 
>      >   HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
>      >   SECTION = "devel"
>      >   LICENSE = "GPLv2"
>      > diff --git a/meta/recipes-devtools/swig/swig.inc
>     b/meta/recipes-devtools/swig/swig.inc
>      > index 00b9c5b605..e62718c508 100644
>      > --- a/meta/recipes-devtools/swig/swig.inc
>      > +++ b/meta/recipes-devtools/swig/swig.inc
>      > @@ -1,4 +1,7 @@
>      >   SUMMARY = "SWIG - Simplified Wrapper and Interface Generator"
>      > +DESCRIPTION = "SWIG is a compiler that makes it easy to
>     integrate C and C++ \
>      > +code with other languages including Perl, Tcl, Ruby, Python,
>     Java, Guile, \
>      > +Mzscheme, Chicken, OCaml, Pike, and C#."
>      >   HOMEPAGE = "http://swig.sourceforge.net/"
>      >   LICENSE = "BSD & GPLv3"
>      >   LIC_FILES_CHKSUM =
>     "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
>      > diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb
>     <http://unfs3_git.bb> b/meta/recipes-devtools/unfs3/unfs3_git.bb
>     <http://unfs3_git.bb>
>      > index a4ac46c68e..79d09788d3 100644
>      > --- a/meta/recipes-devtools/unfs3/unfs3_git.bb <http://unfs3_git.bb>
>      > +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb <http://unfs3_git.bb>
>      > @@ -1,4 +1,7 @@
>      >   SUMMARY = "Userspace NFS server v3 protocol"
>      > +DESCRIPTION = "UNFS3 is a user-space implementation of the NFSv3
>     server \
>      > +specification. It provides a daemon for the MOUNT and NFS
>     protocols, which \
>      > +are used by NFS clients for accessing files on the server."
>      >   SECTION = "console/network"
>      >   LICENSE = "unfs3"
>      >   LIC_FILES_CHKSUM =
>     "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
>      >
> 
> 
>     -- 
>     # Randy MacLeod
>     # Wind River Linux
> 


-- 
# Randy MacLeod
# Wind River Linux


More information about the Openembedded-core mailing list