diff options
-rw-r--r-- | meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb index 0c8a10e0ef..026d4ffe02 100644 --- a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb +++ b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb | |||
@@ -12,6 +12,9 @@ SRC_URI[ucd-license.sha256sum] = "f7830d126f59d83842565d3dddedc79db4ca978ed52aee | |||
12 | 12 | ||
13 | inherit allarch | 13 | inherit allarch |
14 | 14 | ||
15 | S = "${WORKDIR}/sources" | ||
16 | UNPACKDIR = "${S}" | ||
17 | |||
15 | do_configure[noexec] = "1" | 18 | do_configure[noexec] = "1" |
16 | 19 | ||
17 | do_install() { | 20 | do_install() { |