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:32:59 -0400 |
commit | c51663d849de413e73e06cf8c2c5a9f4d15eaf88 (patch) | |
tree | ef0533f9a40243474bdeadee59197552769a0034 /recipes-multimedia/libdce | |
parent | b9c4f9f4670369ecf0094454d13f1268fd317e8a (diff) | |
download | meta-ti-c51663d849de413e73e06cf8c2c5a9f4d15eaf88.tar.gz |
libdce: move from meta-arago
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-multimedia/libdce')
-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" | ||