summaryrefslogtreecommitdiffstats
path: root/recipes-test/big-update/big-update_2.0.bb
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-08-03 16:05:08 +0200
committerGitHub <noreply@github.com>2020-08-03 16:05:08 +0200
commita85ed5864ddfb60b612f69f04e3224ef71ec17c8 (patch)
tree4bec8ab4a21c6551f6ce89e7ada9ad06c6e800b5 /recipes-test/big-update/big-update_2.0.bb
parentb95d0d80624deecc54e0b99d054b8f58bfc0a588 (diff)
parent628c4e317618d1b03da41e43cf0ede69c1fa4695 (diff)
downloadmeta-updater-a85ed5864ddfb60b612f69f04e3224ef71ec17c8.tar.gz
Merge pull request #757 from advancedtelematic/fix/pythonnative
Inherit python3native instead of using HOSTTOOLS.
Diffstat (limited to 'recipes-test/big-update/big-update_2.0.bb')
-rw-r--r--recipes-test/big-update/big-update_2.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-test/big-update/big-update_2.0.bb b/recipes-test/big-update/big-update_2.0.bb
index 7cb6e94..6fffbc1 100644
--- a/recipes-test/big-update/big-update_2.0.bb
+++ b/recipes-test/big-update/big-update_2.0.bb
@@ -7,6 +7,8 @@ FILES_${PN} = "/usr/lib/big-update"
7 7
8DEPENDS = "coreutils-native" 8DEPENDS = "coreutils-native"
9 9
10inherit python3native
11
10do_install() { 12do_install() {
11 install -d ${D}/usr/lib/big-update 13 install -d ${D}/usr/lib/big-update
12 python ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 12M) 14 python ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 12M)