[oe-commits] org.oe.dev ttimgextract: add svn version

koen commit openembedded-commits at lists.openembedded.org
Sat Sep 1 06:56:53 UTC 2007


ttimgextract: add svn version

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0805498f21dfb9d3fffd32b8f62fb01162ffc283
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0805498f21dfb9d3fffd32b8f62fb01162ffc283
Files:
1
packages/opentom
packages/opentom/ttimgextract.bb
Diffs:

#
# mt diff -r728db2a5098319e6b49829ae280c11939a4e25c6 -r0805498f21dfb9d3fffd32b8f62fb01162ffc283
#
# 
# 
# add_dir "packages/opentom"
# 
# add_file "packages/opentom/ttimgextract.bb"
#  content [b372d95236cced5b56014edd4edb6a33f3da8a87]
# 
============================================================
--- packages/opentom/ttimgextract.bb	b372d95236cced5b56014edd4edb6a33f3da8a87
+++ packages/opentom/ttimgextract.bb	b372d95236cced5b56014edd4edb6a33f3da8a87
@@ -0,0 +1,17 @@
+LICENSE = "None"
+DESCRIPTION = "A tool to extract the ttsystem images into their components." 
+
+SRC_URI = "svn://svn.opentom.org/opentom/trunk/;module=ttimgextract;proto=http"
+
+PV = "0.0+svn${SRCDATE}"
+S = "${WORKDIR}/${PN}"
+
+
+do_compile() {
+        ${CC} -o ttimgextract ttimgextract.c -DPATH_MAX=4096 ${TARGET_CC_ARCH}
+}
+
+do_install () {
+        install -d ${D}${bindir}
+        install -m 0755 ${S}/ttimgextract ${D}${bindir}/
+}






More information about the Openembedded-commits mailing list