diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/uninative.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass index 51391dbc4a..0cd27db853 100644 --- a/meta/classes/uninative.bbclass +++ b/meta/classes/uninative.bbclass | |||
@@ -1,6 +1,6 @@ | |||
1 | NATIVELSBSTRING = "universal" | 1 | NATIVELSBSTRING = "universal" |
2 | 2 | ||
3 | UNINATIVE_LOADER = "${STAGING_DIR_NATIVE}/lib/ld-linux-x86-64.so.2" | 3 | UNINATIVE_LOADER ?= "${@bb.utils.contains('BUILD_ARCH', 'x86_64', '${STAGING_DIR_NATIVE}/lib/ld-linux-x86-64.so.2', '${STAGING_DIR_NATIVE}/lib/ld-linux.so.2', d)}" |
4 | 4 | ||
5 | addhandler uninative_eventhandler | 5 | addhandler uninative_eventhandler |
6 | uninative_eventhandler[eventmask] = "bb.event.BuildStarted" | 6 | uninative_eventhandler[eventmask] = "bb.event.BuildStarted" |