From 8115f6ff56c25a7fda0e8af7110dc4f954e243b9 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 23 Sep 2013 14:15:12 -0300 Subject: [PATCH] gst-plugins-base: Use MACHINE_SOCARCH for PACKAGE_ARCH 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 --- .../gst-plugins/gst-plugins-base_0.10.36.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-fsl-arm/recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend b/meta-fsl-arm/recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend index ac420ce7..3da2507c 100644 --- a/meta-fsl-arm/recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend +++ b/meta-fsl-arm/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_SOCARCH}" +PACKAGE_ARCH_mx5 = "${MACHINE_SOCARCH}" +PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" -- 2.40.1