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 | 51c7ad682f00a13ada21c5458030948aaa699748 (patch) | |
| tree | bf3c399c846b7c952ac21993bb4458869cdc85c3 /meta/classes/insane.bbclass | |
| parent | ffec48ad4e16bfd85ac852d907e4f14fc155eef0 (diff) | |
| download | poky-51c7ad682f00a13ada21c5458030948aaa699748.tar.gz | |
classes: 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: 9fbeab63315fef0dbcc91c5e7051665764758a6e)
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/classes/insane.bbclass')
| -rw-r--r-- | meta/classes/insane.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 2dc9ba31f7..d51d1a1e00 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -24,8 +24,8 @@ PACKAGEFUNCS += " do_package_qa " | |||
| 24 | # unsafe-references-in-binaries requires prelink-rtld from | 24 | # unsafe-references-in-binaries requires prelink-rtld from |
| 25 | # prelink-native, but we don't want this DEPENDS for -native builds | 25 | # prelink-native, but we don't want this DEPENDS for -native builds |
| 26 | QADEPENDS = "prelink-native" | 26 | QADEPENDS = "prelink-native" |
| 27 | QADEPENDS_virtclass-native = "" | 27 | QADEPENDS_class-native = "" |
| 28 | QADEPENDS_virtclass-nativesdk = "" | 28 | QADEPENDS_class-nativesdk = "" |
| 29 | 29 | ||
| 30 | # | 30 | # |
| 31 | # dictionary for elf headers | 31 | # dictionary for elf headers |
