diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-23 12:47:58 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-28 03:19:24 -0300 |
commit | aa7aa6b67f9b10e21391ecf13bf966a59e9e809e (patch) | |
tree | da2a43b90272e8f7b7424aba593fa6d49f06b3c1 | |
parent | 69b854d900a723d395dd84d63b6f4de76648b606 (diff) | |
download | meta-fsl-arm-aa7aa6b67f9b10e21391ecf13bf966a59e9e809e.tar.gz |
libdrm: Use MACHINE_SOCARCH for PACKAGE_ARCH
The libdrm is common to the soc-architecture so we ought to
reflect this in the PACKAGE_ARCH setting.
Change-Id: I1b33ee5e24b34639db8ad10517dadd1a74d2e2fb
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-graphics/drm/libdrm_2.4.46.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.46.bbappend b/recipes-graphics/drm/libdrm_2.4.46.bbappend index 8c8ea6b..1ef3340 100644 --- a/recipes-graphics/drm/libdrm_2.4.46.bbappend +++ b/recipes-graphics/drm/libdrm_2.4.46.bbappend | |||
@@ -2,4 +2,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
2 | 2 | ||
3 | SRC_URI_append_mx6 = "file://drm-update-arm.patch" | 3 | SRC_URI_append_mx6 = "file://drm-update-arm.patch" |
4 | 4 | ||
5 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | 5 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" |