diff options
-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) |