diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2023-05-17 13:23:44 -0700 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2023-05-17 13:23:56 -0700 |
commit | e01382f94a11732d230cc4e2329c01e3219d3932 (patch) | |
tree | e9920549e964f3c5e8d9ee0a61c9154d2ea342d6 /recipes-graphics | |
parent | 3da856d28cd38af366dc5940f9c4cd31986ec6c1 (diff) | |
download | meta-freescale-e01382f94a11732d230cc4e2329c01e3219d3932.tar.gz |
xwayland: Mark 23.1.1.imx as MACHINE_SOCARCH
The bbappend does customize for the SOC, so mark is as such.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/xwayland/xwayland_23.1.1.imx.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/xwayland/xwayland_23.1.1.imx.bbappend b/recipes-graphics/xwayland/xwayland_23.1.1.imx.bbappend index 8515a538..e1708a96 100644 --- a/recipes-graphics/xwayland/xwayland_23.1.1.imx.bbappend +++ b/recipes-graphics/xwayland/xwayland_23.1.1.imx.bbappend | |||
@@ -16,3 +16,5 @@ OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx8-nxp-bsp = "glx" | |||
16 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" | 16 | LDFLAGS:append:imxgpu:libc-musl = " -Wl,--allow-shlib-undefined" |
17 | 17 | ||
18 | RDEPENDS:${PN}:append:imxgpu:libc-musl = " gcompat" | 18 | RDEPENDS:${PN}:append:imxgpu:libc-musl = " gcompat" |
19 | |||
20 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||