mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
The recipe is borrowed from OE, with the following changes: - upgrade the version from 4.0.2 to 4.0.3 - add HOMEPAGE, BUGTRACKER, LICENSE and LIC_FILES_CHKSUM - reset PR to "r0" - update the patch name: screen_4.0.2-4.1sarge1.diff --> screen_4.0.3-11+lenny1.diff.gz - rebase the original configure.patch against screen-4.0.3's configure.in screen: move to recipes-extended Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
23 lines
753 B
BlitzBasic
23 lines
753 B
BlitzBasic
DESCRIPTION = "Screen is a full-screen window manager \
|
|
that multiplexes a physical terminal between several \
|
|
processes, typically interactive shells."
|
|
HOMEPAGE = "http://www.gnu.org/software/screen/"
|
|
BUGTRACKER = "https://savannah.gnu.org/bugs/?func=additem&group=screen"
|
|
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0774d66808b0f602e94448108f59448b \
|
|
file://screen.h;endline=23;md5=9a7ae69a2aafed891bf7c38ddf9f6b7d"
|
|
|
|
SECTION = "console/utils"
|
|
DEPENDS = "ncurses"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \
|
|
${DEBIAN_MIRROR}/main/s/screen/screen_4.0.3-11+lenny1.diff.gz \
|
|
file://configure.patch"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5"
|
|
|