From: Mrinmayee Hingolikar <[email protected]>

* Migrated the recipe from meta-ti-glsdk and moved to meta-arago
  since it is not part of a BSP.  Preserved authorship for
  Mrinmayee
* Made the following modifications for upstreaming:
    * Added a DESCRIPTION field
    * Added a PV that matches the version in the git repository
    * Removed FILESEXTRAPATHS_prepend setting since it is not used.
    * Use STAGING_INCDIR

Signed-off-by: Chase Maupin <[email protected]>
---
 .../recipes-multimedia/libdce/libdce_git.bb        |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-arago-extras/recipes-multimedia/libdce/libdce_git.bb

diff --git a/meta-arago-extras/recipes-multimedia/libdce/libdce_git.bb 
b/meta-arago-extras/recipes-multimedia/libdce/libdce_git.bb
new file mode 100644
index 0000000..a127c4e
--- /dev/null
+++ b/meta-arago-extras/recipes-multimedia/libdce/libdce_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on 
IVA-HD"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = 
"file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
+
+inherit autotools pkgconfig
+
+PR = "r0+gitr${SRCPV}"
+PV = "2.0"
+
+DEPENDS = "libdrm ti-ipc"
+
+SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
+SRCREV = "0c7eee9ffdd480063a579013161bcf85ada376b1"
+
+S = "${WORKDIR}/git"
+EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
-- 
1.7.9.5

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to