diff options
Diffstat (limited to 'packages/opentom/ttimgextract.bb')
-rw-r--r-- | packages/opentom/ttimgextract.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/opentom/ttimgextract.bb b/packages/opentom/ttimgextract.bb deleted file mode 100644 index 02d2e1515d..0000000000 --- a/packages/opentom/ttimgextract.bb +++ /dev/null @@ -1,17 +0,0 @@ -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}/ -} |