The libfslparser are common to the sub-architecture so we ought to reflect this in the PACKAGE_ARCH setting.
Change-Id: I3d24eedd4aecdf4c8d39f86ac95acd27580da1e9 Signed-off-by: Otavio Salvador <[email protected]> --- recipes-multimedia/libfslparser/libfslparser.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-multimedia/libfslparser/libfslparser.inc b/recipes-multimedia/libfslparser/libfslparser.inc index fa30530..3862640 100644 --- a/recipes-multimedia/libfslparser/libfslparser.inc +++ b/recipes-multimedia/libfslparser/libfslparser.inc @@ -22,5 +22,4 @@ python populate_packages_prepend() { # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those FILES_${PN} += "${libdir}/imx-mm/*/*${SOLIBS} ${libdir}/imx-mm/*/*${SOLIBSDEV}" -PACKAGE_ARCH = "${MACHINE_ARCH}" - +PACKAGE_ARCH = "${MACHINE_SUBARCH}" -- 1.8.4.rc3 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
