summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-08-01 14:29:48 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2023-08-01 14:29:48 -0300
commitea06b6614cf81b8770a5df385b93e59ba79f566d (patch)
treea3ea7852a4497f7b8feef2bed802e20848c8c700 /recipes-graphics
parentba7251ddab0d48576ddc76002aa8ae635b037fe4 (diff)
downloadmeta-freescale-ea06b6614cf81b8770a5df385b93e59ba79f566d.tar.gz
wayland-protocols: add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/wayland-protocols_1.31.imx.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_1.31.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.31.imx.bb
index 294ff920..534f46c8 100644
--- a/recipes-graphics/wayland/wayland-protocols_1.31.imx.bb
+++ b/recipes-graphics/wayland/wayland-protocols_1.31.imx.bb
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \
11 11
12SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.31" 12SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.31"
13SRCREV = "99a2a439fc6b5d25d41bfec9c9b459408a45bf92" 13SRCREV = "99a2a439fc6b5d25d41bfec9c9b459408a45bf92"
14
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
15 16
16UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" 17UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
@@ -24,5 +25,7 @@ EXTRA_OEMESON += "-Dtests=false"
24PACKAGES = "${PN}" 25PACKAGES = "${PN}"
25FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" 26FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
26 27
28BBCLASSEXTEND = "native nativesdk"
29
27PACKAGE_ARCH = "${MACHINE_SOCARCH}" 30PACKAGE_ARCH = "${MACHINE_SOCARCH}"
28COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp|mx9-nxp-bsp)" 31COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp|mx9-nxp-bsp)"