This fixes non-working IPU decoder on i.MX53. The real fix is to
make PLATFORM=<...> machine dependent, this is a to-do.
Although the configure help says otherwise, the source code does
not check for _MX53.
Tested on i.MX53QSB.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
SECTION = "multimedia"
DEPENDS = "gstreamer gst-plugins-base fsl-mm-codeclib imx-lib"
RDEPENDS_${PN} = "fsl-mm-codeclib"
-PR = "r0"
+PR = "r1"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
SRC_URI[sha256sum] = "ee024e6fe94ce309b10dc89ab247d1bbcf8ae9cc8006178c96101ce2d4d164a0"
# Todo add a mechanism to map posible build targets
-EXTRA_OECONF = "PLATFORM=MX53 --disable-valgrind --disable-examples --disable-debug"
+EXTRA_OECONF = "PLATFORM=MX51 --disable-valgrind --disable-examples --disable-debug"