From 49aa026be05b7af040aaaa53e01e599c14ff3f84 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Sat, 11 Aug 2018 00:01:56 +0200 Subject: [PATCH] tx09-image-x11: update to more modern yocto standards --- recipes-graphics/images/tx09-image-x11.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-graphics/images/tx09-image-x11.bb b/recipes-graphics/images/tx09-image-x11.bb index 5769308..0737530 100644 --- a/recipes-graphics/images/tx09-image-x11.bb +++ b/recipes-graphics/images/tx09-image-x11.bb @@ -3,8 +3,7 @@ LICENSE = "MIT" IMAGE_FEATURES += "splash package-management x11-base ssh-server-dropbear " -TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' - +TOUCH = ' ${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' inherit core-image -- 2.39.2