diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-08-18 09:42:16 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-08-18 08:04:48 +0000 |
commit | a607c77730146fc035665a0d1c83a5717ddb2e6d (patch) | |
tree | 065b615206178308a7aa929c473a3f0696445115 | |
parent | bd6fe4ab609befaede807faa16b38aaa286d5358 (diff) | |
download | meta-boot2qt-a607c77730146fc035665a0d1c83a5717ddb2e6d.tar.gz |
Add 7z dependency to correct task
do_populate_sdk failed if host did not have 7zr, since the dependency
for the native build was added to from task.
Change-Id: I98e52a373e29bc875db4c4a90b7c548589dc1fbb
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r-- | classes/populate_b2qt_sdk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/populate_b2qt_sdk.bbclass b/classes/populate_b2qt_sdk.bbclass index fc64842..8d600d0 100644 --- a/classes/populate_b2qt_sdk.bbclass +++ b/classes/populate_b2qt_sdk.bbclass | |||
@@ -46,7 +46,7 @@ replace_sysroot_symlink() { | |||
46 | done | 46 | done |
47 | } | 47 | } |
48 | 48 | ||
49 | do_populate_sysroot[depends] += "p7zip-native:do_populate_sysroot" | 49 | do_populate_sdk[depends] += "p7zip-native:do_populate_sysroot" |
50 | 50 | ||
51 | fakeroot tar_sdk_sdkmingw32() { | 51 | fakeroot tar_sdk_sdkmingw32() { |
52 | replace_sysroot_symlink ${SDK_OUTPUT}${SDKTARGETSYSROOT} ${SDK_OUTPUT}${SDKTARGETSYSROOT} | 52 | replace_sysroot_symlink ${SDK_OUTPUT}${SDKTARGETSYSROOT} ${SDK_OUTPUT}${SDKTARGETSYSROOT} |