summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-09-10 16:21:52 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-09-11 11:31:19 -0300
commit43a5192251866448d5816233bc83e90d46523591 (patch)
treef4c2a83fb78d3f9c8b0b7944a6ad3909937fbe55
parentb03bdb3ffa8e9536650fc77a4410db524bb5a01d (diff)
downloadmeta-freescale-43a5192251866448d5816233bc83e90d46523591.tar.gz
wayland-protocols: Fix PACKAGE_ARCH for i.MX-specific version
Fix the PACKAGE_ARCH so that our i.MX-specific version does not override the standard allarch version. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-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}"