mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
13 lines
275 B
BlitzBasic
13 lines
275 B
BlitzBasic
SECTION = "console/utils"
|
|
SRC_URI = "ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-2.17.tar.gz"
|
|
LICENSE = "GPL"
|
|
PR = "r1"
|
|
inherit autotools
|
|
|
|
do_install() {
|
|
install -d ${D}${base_bindir}
|
|
install -d ${D}/usr/man/man8
|
|
install -d ${D}${mandir}
|
|
autotools_do_install
|
|
}
|