diff options
Diffstat (limited to 'meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb')
-rw-r--r-- | meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb index d6e42c81d5..56ddaf59a5 100644 --- a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb +++ b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "file://json_spirit_v${PV}.zip \ | |||
16 | file://0001-Link-to-libatomic.patch \ | 16 | file://0001-Link-to-libatomic.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | S = "${WORKDIR}/json_spirit_v${PV}" | 19 | S = "${UNPACKDIR}/json_spirit_v${PV}" |
20 | 20 | ||
21 | inherit cmake | 21 | inherit cmake |
22 | 22 | ||