diff options
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r-- | meta/classes/cross.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index f6e7dc1b39..bd1448965c 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -56,6 +56,7 @@ libexecdir = "${exec_prefix}/libexec/${CROSS_TARGET_SYS_DIR}" | |||
56 | 56 | ||
57 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/" | 57 | do_populate_sysroot[sstate-inputdirs] = "${SYSROOT_DESTDIR}/${STAGING_DIR_NATIVE}/" |
58 | do_populate_sysroot[stamp-extra-info] = "" | 58 | do_populate_sysroot[stamp-extra-info] = "" |
59 | do_packagedata[stamp-extra-info] = "" | ||
59 | 60 | ||
60 | python cross_virtclass_handler () { | 61 | python cross_virtclass_handler () { |
61 | classextend = e.data.getVar('BBCLASSEXTEND', True) or "" | 62 | classextend = e.data.getVar('BBCLASSEXTEND', True) or "" |