From 96a869036033345216270b62ee1859a074e4faa3 Mon Sep 17 00:00:00 2001 From: Robert Danitz Date: Wed, 11 Oct 2017 14:27:41 +0200 Subject: fix missing `numfmt` --- recipes-test/big-update/big-update_1.0.bb | 2 ++ recipes-test/big-update/big-update_2.0.bb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'recipes-test/big-update') 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" FILES_${PN} = "/usr/lib/big-update" +DEPENDS = "coreutils-native" + do_install() { install -d ${D}/usr/lib/big-update 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" FILES_${PN} = "/usr/lib/big-update" +DEPENDS = "coreutils-native" + do_install() { install -d ${D}/usr/lib/big-update python ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 12M) -- cgit v1.2.3-54-g00ecf