summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/wayland-protocols_1.20.imx.bb
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-01-27 13:11:25 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2022-01-29 16:10:03 -0600
commitd4bfe77653d77d5be5dc131afa6a9ed0dd8d7d31 (patch)
treea610ffa6bbe5611ef548b5cde18cffd7cc03166e /recipes-graphics/wayland/wayland-protocols_1.20.imx.bb
parent4cf61024ed4990a47262f21ff86f3d3c51baa6a5 (diff)
downloadmeta-freescale-d4bfe77653d77d5be5dc131afa6a9ed0dd8d7d31.tar.gz
wayland-protocols: Upgrade to 1.22.imx
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland/wayland-protocols_1.20.imx.bb')
-rw-r--r--recipes-graphics/wayland/wayland-protocols_1.20.imx.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_1.20.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.20.imx.bb
deleted file mode 100644
index 0d1f4726..00000000
--- a/recipes-graphics/wayland/wayland-protocols_1.20.imx.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "Collection of additional Wayland protocols"
2DESCRIPTION = "Wayland protocols that add functionality not \
3available in the Wayland core protocol. Such protocols either add \
4completely new functionality, or extend the functionality of some other \
5protocol either in Wayland core, or some other protocol in \
6wayland-protocols."
7HOMEPAGE = "http://wayland.freedesktop.org"
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
10 file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
11
12SRC_URI = "git://source.codeaurora.org/external/imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.20"
13SRCREV = "9cacf108d0ee5863c7a656da5d2271bc2396e43d"
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
17
18PACKAGES = "${PN}"
19FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
20
21PACKAGE_ARCH = "${MACHINE_SOCARCH}"
22COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)"