mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
ncurses: Remove unwanted package config from previous .inc merge
This fixes various build warnings and failures. (From OE-Core rev: 82561aa631c4e0e0756925774e5126e79f8d9907) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,11 +6,6 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
|
||||
SECTION = "libs"
|
||||
DEPENDS = "ncurses-native"
|
||||
DEPENDS_virtclass-native = ""
|
||||
PACKAGES_prepend = "ncurses-tools "
|
||||
PACKAGES_append = " ncurses-terminfo"
|
||||
FILES_ncurses_append = " ${datadir}/tabset"
|
||||
RSUGGESTS_${PN} = "ncurses-terminfo"
|
||||
RPROVIDES = "libncurses5"
|
||||
INC_PR = "r0"
|
||||
|
||||
inherit autotools binconfig
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require ncurses.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
PR = "${INC_PR}.1"
|
||||
|
||||
SRC_URI += "file://tic-hang.patch \
|
||||
file://config.cache \
|
||||
|
||||
Reference in New Issue
Block a user