]> code.ossystems Code Review - meta-freescale.git/commitdiff
gst-plugins-base: Use MACHINE_SOCARCH for PACKAGE_ARCH
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 23 Sep 2013 17:15:12 +0000 (14:15 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 8 Oct 2013 01:55:59 +0000 (22:55 -0300)
The gst-plugins-base is common to the soc-architecture so we ought to
reflect this in the PACKAGE_ARCH setting.

Change-Id: I8733f145be5a002806fce9449d89745b8654ccfd
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend

index ac420ce75a443b448b2b25d910a917f26b583a10..3da2507ccf33b75ac708d33601f21a763a190415 100644 (file)
@@ -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_SOCARCH}"
+PACKAGE_ARCH_mx5 = "${MACHINE_SOCARCH}"
+PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"