java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / microcom / microcom_1.02.bb
blob861a7503790dc1a45e9fedebb20696bccf612e48
1 DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
2 scripting support."
3 LICENSE = "GPL"
5 # http://microcom.port5.com/m102.tar.gz is no longer available
6 #NOTE: this should probably be converted to pull from sourceforge
7 # CVS, because openwrt is just another mirror of a file which no
8 # longer seems to exist outside mirrors. mirror magic.
9 SRC_URI = "http://downloads.openwrt.org/sources/m102.tar.gz \
10 file://make.patch;patch=1"
11 S = "${WORKDIR}"
13 do_install () {
14 install -d ${D}${bindir}
15 install -m 0755 microcom ${D}${bindir}/
18 SRC_URI[md5sum] = "c7817035dc41cb02e7cfb565cf9b7401"
19 SRC_URI[sha256sum] = "d7ee2e668455f9a092418e5475f32676eb0b37c54ae38a7fcdf2d14e0fb80c91"