From 9200f2a8011b5360e01ea567cdb39a6779388241 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 3 Apr 2021 10:51:59 +0200 Subject: big-update: use python3 * the recipe was changed to inherit python3native, but the do_install still calls python(2) not python3 Signed-off-by: Martin Jansa --- recipes-test/big-update/big-update_2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-test/big-update/big-update_2.0.bb b/recipes-test/big-update/big-update_2.0.bb index 6fffbc1..e667a4c 100644 --- a/recipes-test/big-update/big-update_2.0.bb +++ b/recipes-test/big-update/big-update_2.0.bb @@ -11,5 +11,5 @@ inherit python3native 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) + python3 ${S}/../rand_file.py ${D}/usr/lib/big-update/a-big-file $(numfmt --from=iec 12M) } -- cgit v1.2.3-54-g00ecf