summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/wayland/wayland-protocols_1.13.imx.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb
index c2ea68ef..c7223710 100644
--- a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb
+++ b/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb
@@ -17,7 +17,9 @@ SRC_URI[md5sum] = "29312149dafcd4a0e739ba94995a574d"
17SRC_URI[sha256sum] = "0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38" 17SRC_URI[sha256sum] = "0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38"
18S = "${WORKDIR}/${ARCHIVE_NAME}" 18S = "${WORKDIR}/${ARCHIVE_NAME}"
19 19
20inherit allarch autotools pkgconfig 20inherit autotools pkgconfig
21 21
22PACKAGES = "${PN}" 22PACKAGES = "${PN}"
23FILES_${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" 23FILES_${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
24
25PACKAGE_ARCH = "${MACHINE_SOCARCH}"