Since shsignlibs is used
from the nss postinstall hook. It should be included in
nativesdk to make offline rootfs construction possible.
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
export NSPR_LIB_DIR=${STAGING_LIBDIR_NATIVE}
}
+do_compile_prepend_class-nativesdk() {
+ export LDFLAGS=""
+}
+
do_compile() {
export CROSS_COMPILE=1
export NATIVE_CC="gcc"
OS_TEST=${OS_TEST} \
}
+
+do_install_prepend_class-nativesdk() {
+ export LDFLAGS=""
+}
+
do_install() {
export CROSS_COMPILE=1
export NATIVE_CC="gcc"
${libdir}/.debug/* \
"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"