diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-03-08 15:17:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-10 14:50:11 +0000 |
commit | 3570501025cea849936e472e993d08cd69095613 (patch) | |
tree | 2607d2cea8111aab6414d6aeba7865c25738f3e4 /meta/recipes-devtools/build-compare/build-compare_git.bb | |
parent | c9d0d44e3c078f65f57bdae692c573ad71ec8a7e (diff) | |
download | poky-3570501025cea849936e472e993d08cd69095613.tar.gz |
meta: do not append to BBCLASSEXTEND
Replace some "+=/=+" with "=" when setting BBCLASSEXTEND, they are
redundant and inconsistent with the same setting in other recipes.
(From OE-Core rev: 09266d6c91acd8ba4df6e8242aa44d9ba41e9cee)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/build-compare/build-compare_git.bb')
-rw-r--r-- | meta/recipes-devtools/build-compare/build-compare_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/build-compare/build-compare_git.bb b/meta/recipes-devtools/build-compare/build-compare_git.bb index e432143d91..eb12e40eeb 100644 --- a/meta/recipes-devtools/build-compare/build-compare_git.bb +++ b/meta/recipes-devtools/build-compare/build-compare_git.bb | |||
@@ -22,7 +22,7 @@ PV = "git+${SRCPV}" | |||
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | BBCLASSEXTEND += "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
26 | 26 | ||
27 | do_install() { | 27 | do_install() { |
28 | install -d ${D}/${bindir} | 28 | install -d ${D}/${bindir} |