[oe-commits] Koen Kooi : libdce: add latest git

git version control git at git.openembedded.org
Tue Dec 14 14:53:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 26d3cbffe1bc4d5efaf0774347292e58b6ac062d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=26d3cbffe1bc4d5efaf0774347292e58b6ac062d

Author: Koen Kooi <k-kooi at ti.com>
Date:   Tue Dec 14 15:47:16 2010 +0100

libdce: add latest git

Signed-off-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/ti/libdce_git.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/libdce_git.bb b/recipes/ti/libdce_git.bb
new file mode 100644
index 0000000..63ff528
--- /dev/null
+++ b/recipes/ti/libdce_git.bb
@@ -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/"





More information about the Openembedded-commits mailing list