summaryrefslogtreecommitdiff
path: root/packages/conserver/conserver_8.1.2.bb
blob: b59d8c8faa18f4899bb1e114166f6adc7a01d10d (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Conserver provides remote access to serial port \
consoles and logs all data to a central host."
SECTION = "console/network"
LICENSE = "BSD"
SRC_URI = "http://www.conserver.com/conserver-${PV}.tar.gz"
PR="r1"

inherit autotools

# Stop install being called with -s so it doesn't try and run the host strip command
EXTRA_OEMAKE=" INSTALL_PROGRAM=install"