diff options
Diffstat (limited to 'meta/recipes-devtools/pseudo')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc index 11a8514675..fe12258fd4 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta/recipes-devtools/pseudo/pseudo.inc | |||
@@ -36,6 +36,7 @@ do_compile () { | |||
36 | fi | 36 | fi |
37 | oe_runmake ${MAKEOPTS} | 37 | oe_runmake ${MAKEOPTS} |
38 | } | 38 | } |
39 | do_compile[vardepsexclude] = "SITEINFO_BITS" | ||
39 | 40 | ||
40 | maybe_make32() { | 41 | maybe_make32() { |
41 | # We probably don't need to build 32-bit binaries. | 42 | # We probably don't need to build 32-bit binaries. |
@@ -64,6 +65,7 @@ maybe_make32() { | |||
64 | bbnote "If you need to run 32-bit executables, ensure that NO32LIBS is set to 0." | 65 | bbnote "If you need to run 32-bit executables, ensure that NO32LIBS is set to 0." |
65 | fi | 66 | fi |
66 | } | 67 | } |
68 | maybe_make32[vardepsexclude] = "SITEINFO_BITS" | ||
67 | 69 | ||
68 | warn_32bit_missing() { | 70 | warn_32bit_missing() { |
69 | bbwarn "Can't find stubs-32.h, but usually need it to build 32-bit libpseudo." | 71 | bbwarn "Can't find stubs-32.h, but usually need it to build 32-bit libpseudo." |