Comments
Patch
new file mode 100644
@@ -0,0 +1,18 @@
+DESCRIPTION = "Lightweight and minimal (~20K) dumb-terminal emulation program."
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "r2"
+
+SRC_URI = "http://picocom.googlecode.com/files/picocom-${PV}.tar.gz \
+ file://gcc4.patch"
+
+CFLAGS_append = ' -DVERSION_STR=\\"${PV}\\"'
+
+do_install () {
+ install -d ${D}${bindir}
+ install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}${bindir}/
+}
+
+SRC_URI[md5sum] = "8eaba1d31407e8408674d6e57af447ef"
+SRC_URI[sha256sum] = "d0f31c8f7a215a76922d30c81a52b9a2348c89e02a84935517002b3bc2c1129e"
Used URI from project on googlecode. Signed-off-by: Vladimir Yakovlev <nagos@inbox.ru> --- recipes/picocom/picocom_1.7.bb | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 recipes/picocom/picocom_1.7.bb