increase dvbapp PR.
[vuplus_openembedded] / recipes / screen / screen_4.0.3.bb
1 DESCRIPTION = "Screen is a full-screen window manager \
2 that multiplexes a physical terminal between several \
3 processes, typically interactive shells."
4 LICENSE = "GPL"
5 SECTION = "console/utils"
6 DEPENDS = "ncurses"
7 PR = "r1"
8
9 SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
10            file://cross-compile.patch;patch=1 \
11            file://configure.patch;patch=1 \
12            file://sched.patch;patch=1 \
13            file://no-stropts.patch;patch=1 \
14            file://no-utempter.patch;patch=1 \
15           "
16
17 inherit autotools
18
19 EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5"