linux-omap 2.6.39: sync with meta-texasinstruments
[openembedded.git] / recipes / opentom / ttimgextract.bb
blob02d2e1515d070b2a72ac60d9ed28abfa402d7e31
1 LICENSE = "None"
2 DESCRIPTION = "A tool to extract the ttsystem images into their components."
4 SRC_URI = "svn://svn.opentom.org/opentom/trunk/;module=ttimgextract;proto=http"
6 PV = "0.0+svn${SRCDATE}"
7 S = "${WORKDIR}/${PN}"
10 do_compile() {
11 ${CC} -o ttimgextract ttimgextract.c -DPATH_MAX=4096 ${TARGET_CC_ARCH}
14 do_install () {
15 install -d ${D}${bindir}
16 install -m 0755 ${S}/ttimgextract ${D}${bindir}/