From 628c4e317618d1b03da41e43cf0ede69c1fa4695 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Mon, 3 Aug 2020 08:58:53 +0200 Subject: Inherit python3native instead of using HOSTTOOLS. Signed-off-by: Patrick Vacek --- recipes-test/big-update/big-update_2.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-test/big-update/big-update_2.0.bb') diff --git a/recipes-test/big-update/big-update_2.0.bb b/recipes-test/big-update/big-update_2.0.bb index 7cb6e94..6fffbc1 100644 --- a/recipes-test/big-update/big-update_2.0.bb +++ b/recipes-test/big-update/big-update_2.0.bb @@ -7,6 +7,8 @@ FILES_${PN} = "/usr/lib/big-update" DEPENDS = "coreutils-native" +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) -- cgit v1.2.3-54-g00ecf