libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / serial-utils / pty-forward-native.bb
blob6ea4f2fdaeed99bf3c011408329d8ac7cef1e642
1 DESCRIPTION = "Receive a forwarded serial from serial-forward and provide a PTY"
2 AUTHOR = "Holger 'Zecke' Freyther"
3 LICENSE = "GPL"
4 SECTION = "console/network"
5 SRCREV = "4662b55fdba528bb5b3349f83055bf236af5d63b"
6 PV = "1.1+gitr${SRCPV}"
7 PE = "1"
8 PR = "r0"
10 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git"
11 S = "${WORKDIR}/git/tools/serial_forward"
13 inherit autotools native
15 do_deploy() {
16 install -d ${DEPLOY_DIR_IMAGE}
17 install -m 0755 ${S}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
20 addtask deploy before do_package after do_install