diff options
Diffstat (limited to 'meta/classes/uninative.bbclass')
| -rw-r--r-- | meta/classes/uninative.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass index 4412d7c567..6a9e862bcd 100644 --- a/meta/classes/uninative.bbclass +++ b/meta/classes/uninative.bbclass | |||
| @@ -9,8 +9,8 @@ UNINATIVE_TARBALL ?= "${BUILD_ARCH}-nativesdk-libc-${UNINATIVE_VERSION}.tar.xz" | |||
| 9 | #UNINATIVE_CHECKSUM[x86_64] = "dead" | 9 | #UNINATIVE_CHECKSUM[x86_64] = "dead" |
| 10 | UNINATIVE_DLDIR ?= "${DL_DIR}/uninative/" | 10 | UNINATIVE_DLDIR ?= "${DL_DIR}/uninative/" |
| 11 | 11 | ||
| 12 | # Enabling uninative will change the following variables so they need to go the parsing white list to prevent multiple recipe parsing | 12 | # Enabling uninative will change the following variables so they need to go the parsing ignored variables list to prevent multiple recipe parsing |
| 13 | BB_HASHCONFIG_WHITELIST += "NATIVELSBSTRING SSTATEPOSTUNPACKFUNCS BUILD_LDFLAGS" | 13 | BB_HASHCONFIG_IGNORE_VARS += "NATIVELSBSTRING SSTATEPOSTUNPACKFUNCS BUILD_LDFLAGS" |
| 14 | 14 | ||
| 15 | addhandler uninative_event_fetchloader | 15 | addhandler uninative_event_fetchloader |
| 16 | uninative_event_fetchloader[eventmask] = "bb.event.BuildStarted" | 16 | uninative_event_fetchloader[eventmask] = "bb.event.BuildStarted" |
