[oe] [PATCH] toscoterm: In presence of "_append", convert "+=" to "="

Robert P. J. Day rpjday at crashcourse.ca
Tue Aug 16 14:10:46 UTC 2016


On Tue, 16 Aug 2016, Robert P. J. Day wrote:

>
> Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
>
> ---
>
> diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
> index 6b31fd6..7593a65 100644
> --- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
> +++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
> @@ -24,4 +24,4 @@ do_install() {
>      oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install
>  }
>
> -RDEPENDS_${PN}_append_libc-glibc += "glibc-gconv-ibm437"
> +RDEPENDS_${PN}_append_libc-glibc = "glibc-gconv-ibm437"

  obviously, toss this patch since it has that same weirdness i just
described -- possibly a weird interaction between _append and += when
there is no leading space.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================




More information about the Openembedded-devel mailing list