summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Danitz <robert@advancedtelematic.com>2017-10-11 14:27:41 +0200
committerRobert Danitz <robert@advancedtelematic.com>2017-10-11 14:28:16 +0200
commit96a869036033345216270b62ee1859a074e4faa3 (patch)
treefd1ca79d89fc8f8a0f1d540db89542cfcede7454
parent36f1d8668a0ccdfe7f71f886a6829fb33be7cb48 (diff)
downloadmeta-updater-96a869036033345216270b62ee1859a074e4faa3.tar.gz
fix missing `numfmt`
-rw-r--r--recipes-test/big-update/big-update_1.0.bb2
-rw-r--r--recipes-test/big-update/big-update_2.0.bb2
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
6FILES_${PN} = "/usr/lib/big-update" 6FILES_${PN} = "/usr/lib/big-update"
7 7
8DEPENDS = "coreutils-native"
9
8do_install() { 10do_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
6FILES_${PN} = "/usr/lib/big-update" 6FILES_${PN} = "/usr/lib/big-update"
7 7
8DEPENDS = "coreutils-native"
9
8do_install() { 10do_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)