diff options
Diffstat (limited to 'recipes-ti/includes/ti-unpack.inc')
-rw-r--r-- | recipes-ti/includes/ti-unpack.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-ti/includes/ti-unpack.inc b/recipes-ti/includes/ti-unpack.inc index a571fd5d..9da11ede 100644 --- a/recipes-ti/includes/ti-unpack.inc +++ b/recipes-ti/includes/ti-unpack.inc | |||
@@ -79,3 +79,7 @@ python ti_bin_do_unpack() { | |||
79 | # Return to the previous directory | 79 | # Return to the previous directory |
80 | os.chdir(save_cwd) | 80 | os.chdir(save_cwd) |
81 | } | 81 | } |
82 | |||
83 | COMPATIBLE_HOST ?= "null" | ||
84 | COMPATIBLE_HOST_ti-soc = "(.*)" | ||
85 | COMPATIBLE_HOST_class-native = "(.*)" | ||