diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-01-23 09:49:00 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-23 16:23:12 +0100 |
| commit | 46ea6113c636a480482d968b160cc22d28e1663d (patch) | |
| tree | 3986dcc0e726dd037ddac6dff8186a1d41698120 | |
| parent | 987222181d91e7feca31d5e0b923b7c88bcccfa9 (diff) | |
| download | meta-openembedded-46ea6113c636a480482d968b160cc22d28e1663d.tar.gz | |
picocom: import from meta-smartphone/meta-shr
* meta-smartphone/7f797c8e54dd4ec28d75269e80573f45069eebb4
* PR and PRIORITY fields dropped
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/picocom/picocom_1.6.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/picocom/picocom_1.6.bb b/meta-oe/recipes-support/picocom/picocom_1.6.bb new file mode 100644 index 0000000000..b7744aa179 --- /dev/null +++ b/meta-oe/recipes-support/picocom/picocom_1.6.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Lightweight and minimal (~20K) dumb-terminal emulation program." | ||
| 2 | SECTION = "console/utils" | ||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | HOMEPAGE = "http://code.google.com/p/picocom/" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=393a5ca445f6965873eca0259a17f833" | ||
| 6 | |||
| 7 | SRC_URI = "http://picocom.googlecode.com/files/picocom-1.6.tar.gz" | ||
| 8 | |||
| 9 | CPPFLAGS_append = '-DVERSION_STR=\\"${PV}\\" -DUUCP_LOCK_DIR=\\"/var/lock\\" -DHIGH_BAUD' | ||
| 10 | |||
| 11 | do_install () { | ||
| 12 | install -d ${D}${bindir} | ||
| 13 | install -m 0755 ${PN} pcasc pcxm pcym pczm ${D}${bindir}/ | ||
| 14 | } | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "426c3d30b82cbc80b0dafdccd6020c6c" | ||
| 17 | SRC_URI[sha256sum] = "df5774072de805ff06c6b1420dbcc932b1b00e919b49e22a7be14bcad5a0b3a1" | ||
