diff options
Diffstat (limited to 'recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.40.bb')
-rw-r--r-- | recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.40.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.40.bb b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.40.bb new file mode 100644 index 0000000..95322ea --- /dev/null +++ b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.40.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | # Copyright (C) 2013 Freescale Semiconductor | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | DESCRIPTION = "Freescale Multimedia VPU wrapper" | ||
4 | DEPENDS = "imx-vpu" | ||
5 | LICENSE = "Proprietary" | ||
6 | SECTION = "multimedia" | ||
7 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6" | ||
8 | |||
9 | # FIXME: Inspecting the source code the content is in fact 1.0.40 | ||
10 | SRC_URI = "${FSL_MIRROR}/${PN}-3.10.9-1.0.0.bin;fsl-eula=true" | ||
11 | SRC_URI[md5sum] = "25891ef8d92e82d9b2e999a74a327971" | ||
12 | SRC_URI[sha256sum] = "84d610c478963e7b6a9660a38547b5365ca910159972b3860d7356aee33b9b41" | ||
13 | |||
14 | S = "${WORKDIR}/${PN}-3.10.9-1.0.0" | ||
15 | |||
16 | inherit fsl-eula-unpack autotools pkgconfig | ||
17 | |||
18 | do_install_append() { | ||
19 | # FIXME: Drop examples for now | ||
20 | rm -r ${D}${datadir}/imx-mm | ||
21 | } | ||
22 | |||
23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
24 | COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx6s)" | ||