diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-06-08 05:18:49 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-06-10 13:33:05 -0400 |
commit | dc6bbf30a4f88200044383f0f45dec64fa9cd60d (patch) | |
tree | 4dd8aaa4dd25905a265da875b6a00d183692ca0e /recipes-multimedia | |
parent | 727ae199147eed1b461f065b10f43daac4ee5e09 (diff) | |
download | meta-ti-dc6bbf30a4f88200044383f0f45dec64fa9cd60d.tar.gz |
libdce: move from meta-arago
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/libdce/libdce_3.00.10.01.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-multimedia/libdce/libdce_3.00.10.01.bb b/recipes-multimedia/libdce/libdce_3.00.10.01.bb new file mode 100644 index 00000000..aa61cb68 --- /dev/null +++ b/recipes-multimedia/libdce/libdce_3.00.10.01.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD" | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae" | ||
4 | |||
5 | inherit autotools pkgconfig | ||
6 | |||
7 | DEPENDS = "libdrm ti-ipc" | ||
8 | |||
9 | SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git" | ||
10 | SRCREV = "4e9b02508ac3847df0af5c496a1be7b4ae082ad5" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" | ||