From: Florian Boor Date: Fri, 10 Aug 2018 22:01:56 +0000 (+0200) Subject: tx09-image-x11: update to more modern yocto standards X-Git-Url: https://git.kernelconcepts.de/?p=meta-tx09.git;a=commitdiff_plain;h=49aa026be05b7af040aaaa53e01e599c14ff3f84 tx09-image-x11: update to more modern yocto standards --- 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