libdce: add latest git
authorKoen Kooi <k-kooi@ti.com>
Tue, 14 Dec 2010 14:47:16 +0000 (15:47 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 14 Dec 2010 14:47:16 +0000 (15:47 +0100)
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/ti/libdce_git.bb [new file with mode: 0644]

diff --git a/recipes/ti/libdce_git.bb b/recipes/ti/libdce_git.bb
new file mode 100644 (file)
index 0000000..63ff528
--- /dev/null
@@ -0,0 +1,20 @@
+DEPENDS = "ti-libd2cmap ti-tiler-memmgr ti-syslink"
+
+LICENSE = "TI"
+
+inherit autotools lib_package
+
+PV = "1.0.0"
+PR_append = "+gitr${SRCREV}"
+
+SRCREV = "340931755707a6d5a1af"
+SRC_URI = "git://github.com/robclark/libdce.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+do_install_append() {
+       install -d ${D}${base_libdir}/firmware/omap4
+       install -m 0644 firmware/* ${D}${base_libdir}/firmware/omap4/
+}
+
+FILES_${PN} += "${base_libdir}/firmware/"