diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-10-11 14:41:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 14:41:07 +0200 |
commit | df3b2637a01a2ce398a63b34be4759895f957ec2 (patch) | |
tree | fd1ca79d89fc8f8a0f1d540db89542cfcede7454 | |
parent | 36f1d8668a0ccdfe7f71f886a6829fb33be7cb48 (diff) | |
parent | 96a869036033345216270b62ee1859a074e4faa3 (diff) | |
download | meta-updater-df3b2637a01a2ce398a63b34be4759895f957ec2.tar.gz |
Merge pull request #145 from advancedtelematic/bugfix/big-update-numfmt
[PRO-4166] fix missing `numfmt`
-rw-r--r-- | recipes-test/big-update/big-update_1.0.bb | 2 | ||||
-rw-r--r-- | recipes-test/big-update/big-update_2.0.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-test/big-update/big-update_1.0.bb b/recipes-test/big-update/big-update_1.0.bb index 78852a9..68b9746 100644 --- a/recipes-test/big-update/big-update_1.0.bb +++ b/recipes-test/big-update/big-update_1.0.bb | |||
@@ -5,6 +5,8 @@ SRC_URI = "file://rand_file.py" | |||
5 | 5 | ||
6 | FILES_${PN} = "/usr/lib/big-update" | 6 | FILES_${PN} = "/usr/lib/big-update" |
7 | 7 | ||
8 | DEPENDS = "coreutils-native" | ||
9 | |||
8 | do_install() { | 10 | do_install() { |
9 | install -d ${D}/usr/lib/big-update | 11 | install -d ${D}/usr/lib/big-update |
10 | python ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 10M) | 12 | python ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 10M) |
diff --git a/recipes-test/big-update/big-update_2.0.bb b/recipes-test/big-update/big-update_2.0.bb index 6d32557..20c8138 100644 --- a/recipes-test/big-update/big-update_2.0.bb +++ b/recipes-test/big-update/big-update_2.0.bb | |||
@@ -5,6 +5,8 @@ SRC_URI = "file://rand_file.py" | |||
5 | 5 | ||
6 | FILES_${PN} = "/usr/lib/big-update" | 6 | FILES_${PN} = "/usr/lib/big-update" |
7 | 7 | ||
8 | DEPENDS = "coreutils-native" | ||
9 | |||
8 | do_install() { | 10 | do_install() { |
9 | install -d ${D}/usr/lib/big-update | 11 | install -d ${D}/usr/lib/big-update |
10 | python ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 12M) | 12 | python ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 12M) |