diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /ckermit/ckermit_209.oe | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'ckermit/ckermit_209.oe')
-rw-r--r-- | ckermit/ckermit_209.oe | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/ckermit/ckermit_209.oe b/ckermit/ckermit_209.oe deleted file mode 100644 index 1c08597360..0000000000 --- a/ckermit/ckermit_209.oe +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "C-Kermit is a combined serial and network communication \ -software package offering a consistent, medium-independent, \ -cross-platform approach to connection establishment, terminal \ -sessions, file transfer, character-set translation, and automation \ -of communication tasks." -SECTION = "console/network" -SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz \ - file://cross.patch;patch=1 \ - file://compile.patch;patch=1" - -export CC_FOR_BUILD = "${BUILD_CC}" -export CC2 = "${CC}" -export BINDIR = "${bindir}" -export MANDIR = "${mandir}/man1" -export INFODIR = "${infodir}" - -python do_unpack () { - oe.mkdirhier(oe.data.expand('${S}', d)) - oe.build.exec_func('base_do_unpack', d, [ '${S}' ]) -} - -do_compile () { - # read $(SourceTree)/ckccfg.txt to understand this :-) - oe_runmake wermit \ - CFLAGS="${CFLAGS} -DLINUX -DCK_POSIX_SIG \ - -DNOTCPOPTS -DLINUXFSSTND -DNOCOTFMC -DPOSIX -DUSE_STRERROR \ - -DNOSYSLOG -DHAVE_PTMX -DNO_DNS_SRV -DNOGFTIMER \ - -DNOB_50 -DNOB_75 -DNOB_134 -DNOB_150 -DNOB_200 \ - -DNOB_1800 -DNOB_3600 -DNOB_7200 -DNOB_76K -DNOB_230K \ - -DNOB_460K -DNOB_921K \ - -DNOAPC -DNOCSETS -DNONET -DNOUNICODE -DNOHELP -DNODEBUG \ - -DNOFRILLS -DNOFTP -DNODIAL -DNOPUSH -DNOIKSD -DNOHTTP -DNOFLOAT \ - -DNOSERVER -DNOSEXP -DNORLOGIN -DNOOLDMODEMS -DNOSSH -DNOLISTEN \ - -DNORESEND -DNOAUTODL -DNOSTREAMING -DNOHINTS -DNOCKXYZ -DNOLEARN \ - -DNORECALL -DNOMKDIR -DNOPERMS -DNOCKTIMERS -DNOCKREGEX -DNOREALPATH \ - -DCK_SMALL -DNOLOGDIAL -DNORENAME -DNOWHATAMI" -} - -do_install () { - install -d ${D}/${BINDIR} ${D}/${MANDIR} ${D}/${INFODIR} - oe_runmake 'DESTDIR=${D}' 'MANDIR=${D}/${MANDIR}' install -} |