summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss/nss_3.27.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/nss/nss_3.27.1.bb')
-rw-r--r--meta/recipes-support/nss/nss_3.27.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/nss/nss_3.27.1.bb b/meta/recipes-support/nss/nss_3.27.1.bb
index 9aad5bd41c..c89470fb11 100644
--- a/meta/recipes-support/nss/nss_3.27.1.bb
+++ b/meta/recipes-support/nss/nss_3.27.1.bb
@@ -107,6 +107,7 @@ do_compile() {
107 OS_TEST=${OS_TEST} \ 107 OS_TEST=${OS_TEST} \
108 RPATH="${RPATH}" 108 RPATH="${RPATH}"
109} 109}
110do_compile[vardepsexclude] += "SITEINFO_BITS"
110 111
111 112
112do_install_prepend_class-nativesdk() { 113do_install_prepend_class-nativesdk() {
@@ -180,6 +181,7 @@ do_install() {
180 install -m 755 -t ${D}/${bindir} $binary 181 install -m 755 -t ${D}/${bindir} $binary
181 done 182 done
182} 183}
184do_install[vardepsexclude] += "SITEINFO_BITS"
183 185
184do_install_append() { 186do_install_append() {
185 # Create empty .chk files for the NSS libraries at build time. They could 187 # Create empty .chk files for the NSS libraries at build time. They could