diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-10-27 16:48:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-02 16:18:27 +0000 |
commit | 5d94d29f553456268351b26065cc69eb19e71b87 (patch) | |
tree | 6e9a8651524e8417f96e83595e83c8fa387d5bdf /meta/recipes-core/ncurses | |
parent | 74bb195f9f72d4f281f4c11f03ca46aee95ccd55 (diff) | |
download | poky-5d94d29f553456268351b26065cc69eb19e71b87.tar.gz |
recipes-core: replace virtclass-native(sdk) with class-native(sdk)
The overrides virtclass-native and virtclass-nativesdk are deprecated,
which should be replaced by class-native and class-nativesdk.
[YOCTO #3297]
(From OE-Core rev: 5193485a42dfb3396d0f12aaa7732c5db29d7338)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index cce080d402..24b19c7d13 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc180a8c44ca642e97c35452fab5f66" | 5 | LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc180a8c44ca642e97c35452fab5f66" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | DEPENDS = "ncurses-native" | 7 | DEPENDS = "ncurses-native" |
8 | DEPENDS_virtclass-native = "" | 8 | DEPENDS_class-native = "" |
9 | INC_PR = "r12" | 9 | INC_PR = "r12" |
10 | 10 | ||
11 | inherit autotools binconfig multilib_header | 11 | inherit autotools binconfig multilib_header |
@@ -27,7 +27,7 @@ ENABLE_WIDEC ?= "true" | |||
27 | BUILD_CPPFLAGS += "-D_GNU_SOURCE" | 27 | BUILD_CPPFLAGS += "-D_GNU_SOURCE" |
28 | 28 | ||
29 | # natives don't generally look in base_libdir | 29 | # natives don't generally look in base_libdir |
30 | base_libdir_virtclass-native = "${libdir}" | 30 | base_libdir_class-native = "${libdir}" |
31 | 31 | ||
32 | # Helper function for do_configure to allow multiple configurations | 32 | # Helper function for do_configure to allow multiple configurations |
33 | # $1 the directory to run configure in | 33 | # $1 the directory to run configure in |