diff options
| -rw-r--r-- | recipes-graphics/wayland/wayland-protocols_%.bbappend | 6 |
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 | ||
| 9 | SRC_URI:append:imx-nxp-bsp = " ${NXP_PATCHES}" | 9 | SRC_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" |
| 12 | python allarch_package_arch_handler:prepend:imx-nxp-bsp () { | 12 | python allarch_package_arch_handler:prepend:imx-nxp-bsp:class-target () { |
| 13 | return | 13 | return |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | PACKAGE_ARCH:imx-nxp-bsp = "${MACHINE_SOCARCH}" | 16 | PACKAGE_ARCH:imx-nxp-bsp:class-target = "${MACHINE_SOCARCH}" |
