diff options
Diffstat (limited to 'meta/classes/siteconfig.bbclass')
-rw-r--r-- | meta/classes/siteconfig.bbclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/classes/siteconfig.bbclass b/meta/classes/siteconfig.bbclass index 37d910e1da..e7cc9ae0da 100644 --- a/meta/classes/siteconfig.bbclass +++ b/meta/classes/siteconfig.bbclass | |||
@@ -20,8 +20,9 @@ siteconfig_do_siteconfig_gencache () { | |||
20 | sed -n -e "/ac_cv_c_bigendian/p" -e "/ac_cv_sizeof_/p" \ | 20 | sed -n -e "/ac_cv_c_bigendian/p" -e "/ac_cv_sizeof_/p" \ |
21 | -e "/ac_cv_type_/p" -e "/ac_cv_header_/p" -e "/ac_cv_func_/p" \ | 21 | -e "/ac_cv_type_/p" -e "/ac_cv_header_/p" -e "/ac_cv_func_/p" \ |
22 | < ${PN}_cache > ${PN}_config | 22 | < ${PN}_cache > ${PN}_config |
23 | mkdir -p ${SYSROOT_DESTDIR}${SITECONFIG_SYSROOTCACHE} | 23 | mkdir -p ${SYSROOT_DESTDIR}${datadir}/${TARGET_SYS}_config_site.d |
24 | cp ${PN}_config ${SYSROOT_DESTDIR}${SITECONFIG_SYSROOTCACHE} | 24 | cp ${PN}_config ${SYSROOT_DESTDIR}${datadir}/${TARGET_SYS}_config_site.d |
25 | |||
25 | } | 26 | } |
26 | 27 | ||
27 | do_populate_sysroot[sstate-interceptfuncs] += "do_siteconfig " | 28 | do_populate_sysroot[sstate-interceptfuncs] += "do_siteconfig " |