summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index ed7f001985..cce080d402 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
6SECTION = "libs" 6SECTION = "libs"
7DEPENDS = "ncurses-native" 7DEPENDS = "ncurses-native"
8DEPENDS_virtclass-native = "" 8DEPENDS_virtclass-native = ""
9INC_PR = "r11" 9INC_PR = "r12"
10 10
11inherit autotools binconfig multilib_header 11inherit autotools binconfig multilib_header
12 12
@@ -218,7 +218,7 @@ inherit update-alternatives
218 218
219ALTERNATIVE_PRIORITY = "100" 219ALTERNATIVE_PRIORITY = "100"
220 220
221ALTERNATIVE_ncurses-tools = "clear reset" 221ALTERNATIVE_ncurses-tools_class-target = "clear reset"
222 222
223BBCLASSEXTEND = "native nativesdk" 223BBCLASSEXTEND = "native nativesdk"
224 224