summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lz4
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-03-08 15:17:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-10 10:15:46 +0000
commit09266d6c91acd8ba4df6e8242aa44d9ba41e9cee (patch)
tree41535fde0a13207e1795668ef897c1d3fdee47ee /meta/recipes-support/lz4
parent2b15451e3f1b9fb9a7f44317f3f9cd22d8712ff5 (diff)
downloadopenembedded-core-09266d6c91acd8ba4df6e8242aa44d9ba41e9cee.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. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/lz4')
-rw-r--r--meta/recipes-support/lz4/lz4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/lz4/lz4.bb b/meta/recipes-support/lz4/lz4.bb
index 18e56d04c6..03c5a7ab39 100644
--- a/meta/recipes-support/lz4/lz4.bb
+++ b/meta/recipes-support/lz4/lz4.bb
@@ -18,4 +18,4 @@ do_install() {
oe_runmake install
}
-BBCLASSEXTEND += "native nativesdk"
+BBCLASSEXTEND = "native nativesdk"