[oe] [PATCH] New version of picocom-1.7 with corrected URI

Vladimir Yakovlev nagos at inbox.ru
Fri Apr 6 05:52:43 UTC 2012


Used URI from project on googlecode.

Signed-off-by: Vladimir Yakovlev <nagos at 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

diff --git a/recipes/picocom/picocom_1.7.bb b/recipes/picocom/picocom_1.7.bb
new file mode 100644
index 0000000..5633584
--- /dev/null
+++ b/recipes/picocom/picocom_1.7.bb
@@ -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"
-- 
1.7.1





More information about the Openembedded-devel mailing list