]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-lib: Set PACKAGE_ARCH to MACHINE_ARCH
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 27 Nov 2012 15:21:51 +0000 (13:21 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 27 Nov 2012 18:48:11 +0000 (16:48 -0200)
The imx-lib needs to be build to the specific platform so it is
machine dependant requiring the set of PACKAGE_ARCH according.

Change-Id: I0b6eb8a85d5d47afd05736ef19f794ba7d5c2627
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11.09.01.bb
meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_12.09.01.bb

index b0419185da625734b1760050b36d09215e4bfe70..b08c5603390579985ee772140abe29009c966be1 100644 (file)
@@ -7,4 +7,5 @@ SRC_URI += " file://0001-ENGR00156800-vpu-Fix-decoding-mp4PackedPBFrame-strea.pa
 SRC_URI[md5sum] = "45574f8f32f7000ca11d585fa60dea8c"
 SRC_URI[sha256sum] = "f151a8bb3099b596b5834a1139c19e526802e6a0aa965018d16375e7e1f48f27"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(mx5)"
index 8878f409ac29ca21667d89de70372988a41262b6..fd8ef87e40f38a1924e447406f1a0053c13b767b 100644 (file)
@@ -5,4 +5,5 @@ PR = "${INC_PR}.0"
 SRC_URI[md5sum] = "1ec3b9bcfaf9c0eba4babc2a3b56a5bb"
 SRC_URI[sha256sum] = "9af3d62f70f1efcecd62eadb4d79ded64a699ca9e162c7494c51eb7afee0810d"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(mx6)"