Message ID | 1379966158-18179-18-git-send-email-otavio@ossystems.com.br |
---|---|
State | Changes Requested, archived |
Delegated to: | Otavio Salvador |
Headers | show |
diff --git a/recipes-graphics/drm/libdrm_2.4.46.bbappend b/recipes-graphics/drm/libdrm_2.4.46.bbappend index 8c8ea6b..f1959b8 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}:" SRC_URI_append_mx6 = "file://drm-update-arm.patch" -PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" +PACKAGE_ARCH_mx6 = "${MACHINE_SUBARCH}"
The libdrm are common to the sub-architecture so we ought to reflect this in the PACKAGE_ARCH setting. Change-Id: I1b33ee5e24b34639db8ad10517dadd1a74d2e2fb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- recipes-graphics/drm/libdrm_2.4.46.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)