aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/screen/screen_4.0.3.bb
blob: 1a27b44a1fee935177eb664e2ee94fb502f5e75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Screen is a full-screen window manager \
that multiplexes a physical terminal between several \
processes, typically interactive shells."
LICENSE = "GPL"
SECTION = "console/utils"
DEPENDS = "ncurses"
PR = "r1"

SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
           file://cross-compile.patch;patch=1 \
           file://configure.patch;patch=1 \
           file://sched.patch;patch=1 \
           file://no-stropts.patch;patch=1 \
           file://no-utempter.patch;patch=1 \
	  "

inherit autotools

EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5"

SRC_URI[md5sum] = "8506fd205028a96c741e4037de6e3c42"
SRC_URI[sha256sum] = "78f0d5b1496084a5902586304d4a73954b2bfe33ea13edceecf21615c39e6c77"