diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-23 14:15:12 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-10-07 22:55:59 -0300 |
commit | c8a1ed24380e1af599a840510cf253dc3da8440f (patch) | |
tree | f26714c52dde733ec189310256f4336a5185f14b | |
parent | f8852824e6944943480f685d498ccce4ffec2c30 (diff) | |
download | meta-fsl-arm-c8a1ed24380e1af599a840510cf253dc3da8440f.tar.gz |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-plugins-base_0.10.36.bbappend | 6 |
1 files 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..3da2507 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" | |||
7 | SRC_URI_append_mx5 = " file://gstplaybin2-rawvideo-support.patch" | 7 | SRC_URI_append_mx5 = " file://gstplaybin2-rawvideo-support.patch" |
8 | SRC_URI_append_mx6 = " file://gstplaybin2-rawvideo-support.patch" | 8 | SRC_URI_append_mx6 = " file://gstplaybin2-rawvideo-support.patch" |
9 | 9 | ||
10 | PACKAGE_ARCH_mxs = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH_mxs = "${MACHINE_SOCARCH}" |
11 | PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" | 11 | PACKAGE_ARCH_mx5 = "${MACHINE_SOCARCH}" |
12 | PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}" |