diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-08-18 05:32:59 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:29 +0200 |
| commit | 107689a13348d5c1030bbdf03917ebcb143d2018 (patch) | |
| tree | 7670525e7c80304113da0d4c92f3b0ae88cf5f92 /meta-oe/recipes-support/toscoterm | |
| parent | 1a2cfa6aab95cfba0f56d4922b8f87ca93cee88c (diff) | |
| download | meta-openembedded-107689a13348d5c1030bbdf03917ebcb143d2018.tar.gz | |
meta-oe: Standardize use of "_append" versus use of "+="
Remove superfluous "+=", then manually add necessary leading space.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/toscoterm')
| -rw-r--r-- | meta-oe/recipes-support/toscoterm/toscoterm_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb index 6b31fd6c45..aa031fef87 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() { | |||
| 24 | oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install | 24 | oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | RDEPENDS_${PN}_append_libc-glibc += "glibc-gconv-ibm437" | 27 | RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-ibm437" |
