summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/wayland/wayland-protocols_%.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_%.bbappend b/recipes-graphics/wayland/wayland-protocols_%.bbappend
index c82b46568..762b47a31 100644
--- a/recipes-graphics/wayland/wayland-protocols_%.bbappend
+++ b/recipes-graphics/wayland/wayland-protocols_%.bbappend
@@ -6,11 +6,11 @@ NXP_PATCHES = " \
6 file://0003-linux-dmabuf-support-passing-buffer-DTRC-meta-to-com.patch \ 6 file://0003-linux-dmabuf-support-passing-buffer-DTRC-meta-to-com.patch \
7" 7"
8 8
9SRC_URI:append:imx-nxp-bsp = " ${NXP_PATCHES}" 9SRC_URI:append:imx-nxp-bsp:class-target = " ${NXP_PATCHES}"
10 10
11# override the effect of "inherit allarch" 11# override the effect of "inherit allarch"
12python allarch_package_arch_handler:prepend:imx-nxp-bsp () { 12python allarch_package_arch_handler:prepend:imx-nxp-bsp:class-target () {
13 return 13 return
14} 14}
15 15
16PACKAGE_ARCH:imx-nxp-bsp = "${MACHINE_SOCARCH}" 16PACKAGE_ARCH:imx-nxp-bsp:class-target = "${MACHINE_SOCARCH}"