blob: 01b7d8ad50cabd41c4ba3fbcd2815b969ad100a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PR = "r19"
SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \
file://makefile_tweak.patch;apply=yes \
file://use_ldflags.patch;apply=yes \
file://visibility.patch;apply=yes"
S = "${WORKDIR}/ncurses-${PV}"
require ncurses.inc
LEAD_SONAME = "libncurses.so.5"
SRC_URI[md5sum] = "069c8880072060373290a4fefff43520"
SRC_URI[sha256sum] = "5abce063cf431790f4e6a801a96c7eea0b33a41ecd0970f6312f52575c083b36"
|