From 59d36c9832702989bfcca8a5af29fb2dff01efcc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 2 Aug 2021 11:01:05 -0700 Subject: layer: Convert to new override syntax Signed-off-by: Khem Raj --- classes/use-imx-headers.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'classes/use-imx-headers.bbclass') diff --git a/classes/use-imx-headers.bbclass b/classes/use-imx-headers.bbclass index fcec68c8b..ea70e6a50 100644 --- a/classes/use-imx-headers.bbclass +++ b/classes/use-imx-headers.bbclass @@ -13,12 +13,12 @@ # # Copyright 2018 (C) O.S. Systems Software LTDA. -DEPENDS_append_imx = " linux-imx-headers" +DEPENDS:append_imx = " linux-imx-headers" # Set runtime dependency of -dev for package inheriting this class to # linux-imx-headers-dev package. This is required in order to propagate # headers into the SDK -RDEPENDS_${PN}-dev += "linux-imx-headers-dev" +RDEPENDS:${PN}-dev += "linux-imx-headers-dev" PACKAGE_ARCH_imx ?= "${MACHINE_SOCARCH}" @@ -34,4 +34,4 @@ STAGING_INCDIR_IMX = "${STAGING_INCDIR}/imx" # Typical example here would be imx-vpu-hantro recipe, which requires NXP # BSP and is not compatible with mainline. COMPATIBLE_HOST = '(null)' -COMPATIBLE_HOST_use-nxp-bsp = '.*' +COMPATIBLE_HOST:use-nxp-bsp = '.*' -- cgit v1.2.3-54-g00ecf