aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nymann Jensen (HNJE) <hnje@triax.com>2018-12-18 08:13:32 +0000
committerKhem Raj <raj.khem@gmail.com>2018-12-20 09:57:54 -0800
commit6f98c3f3074891cef9ea2a4e39f413dd9174387f (patch)
treefa034b83e457be074c0fdabe947e4b2b19ba38e2
parente052ea1b7494715d95c88c81746a987452707282 (diff)
downloadmeta-openembedded-contrib-6f98c3f3074891cef9ea2a4e39f413dd9174387f.tar.gz
sharutils 4.15.2: BBCLASSEXTEND to native and nativesdk
Signed-off-by: Henrik Nymann Jensen <hnje@triax.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
index c12289b5d0..dca42676dc 100644
--- a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
+++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb
@@ -20,3 +20,5 @@ do_install_append() {
rmdir --ignore-fail-on-non-empty ${D}${libdir}
fi
}
+
+BBCLASSEXTEND = "native nativesdk"