[meta-freescale] [meta-fsl-arm PATCH 20/23] gst-plugins-base: Use MACHINE_SUBARCH for PACKAGE_ARCH

Otavio Salvador otavio at ossystems.com.br
Mon Sep 23 12:55:55 PDT 2013


The gst-plugins-base are common to the sub-architecture so we ought to
reflect this in the PACKAGE_ARCH setting.

Change-Id: I8733f145be5a002806fce9449d89745b8654ccfd
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend b/recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend
index ac420ce..c072610 100644
--- a/recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend
+++ b/recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend
@@ -7,6 +7,6 @@ SRC_URI_append_mxs = " file://gstplaybin2-rawvideo-support.patch"
 SRC_URI_append_mx5 = " file://gstplaybin2-rawvideo-support.patch"
 SRC_URI_append_mx6 = " file://gstplaybin2-rawvideo-support.patch"
 
-PACKAGE_ARCH_mxs = "${MACHINE_ARCH}"
-PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
+PACKAGE_ARCH_mxs = "${MACHINE_SUBARCH}"
+PACKAGE_ARCH_mx5 = "${MACHINE_SUBARCH}"
+PACKAGE_ARCH_mx6 = "${MACHINE_SUBARCH}"
-- 
1.8.4.rc3




More information about the meta-freescale mailing list