diff options
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/wayland-protocols_1.31.imx.bb | 3 |
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 | ||
12 | SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.31" | 12 | SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.31" |
13 | SRCREV = "99a2a439fc6b5d25d41bfec9c9b459408a45bf92" | 13 | SRCREV = "99a2a439fc6b5d25d41bfec9c9b459408a45bf92" |
14 | |||
14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
15 | 16 | ||
16 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 17 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
@@ -24,5 +25,7 @@ EXTRA_OEMESON += "-Dtests=false" | |||
24 | PACKAGES = "${PN}" | 25 | PACKAGES = "${PN}" |
25 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" | 26 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" |
26 | 27 | ||
28 | BBCLASSEXTEND = "native nativesdk" | ||
29 | |||
27 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 30 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
28 | COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp|mx9-nxp-bsp)" | 31 | COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp|mx9-nxp-bsp)" |