diff options
-rw-r--r-- | meta-oe/recipes-support/smarty/smarty_5.4.5.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb index 7072641d45..37336ff5d7 100644 --- a/meta-oe/recipes-support/smarty/smarty_5.4.5.bb +++ b/meta-oe/recipes-support/smarty/smarty_5.4.5.bb | |||
@@ -18,9 +18,7 @@ S = "${UNPACKDIR}/git" | |||
18 | 18 | ||
19 | INHIBIT_DEFAULT_DEPS = "1" | 19 | INHIBIT_DEFAULT_DEPS = "1" |
20 | 20 | ||
21 | inherit allarch | 21 | # `make clean` removes files, they can't be rebuild with `make all` |
22 | |||
23 | # `make clean` removes files, they can't be rebuild with `make all` | ||
24 | CLEANBROKEN = "1" | 22 | CLEANBROKEN = "1" |
25 | 23 | ||
26 | do_configure[noexec] = "1" | 24 | do_configure[noexec] = "1" |