blob: 7b28563db04161c18c6ec2e1087bef096d31f5d8 (
plain)
1
2
3
4
5
6
7
|
DESCRIPTION = "Conserver provides remote access to serial port \
consoles and logs all data to a central host."
DEPENDS = "virtual/libc"
SRC_URI = "http://www.conserver.com/conserver-${PV}.tar.gz"
inherit autotools
|