]> code.ossystems Code Review - openembedded-core.git/commit
recipes-support: replace virtclass-native(sdk) with class-native(sdk)
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 27 Oct 2012 08:48:17 +0000 (16:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Nov 2012 16:15:30 +0000 (16:15 +0000)
commitcafb550fe9034754933f1708446dde155dcc3d51
treed478075c915cc5ebaf01ce191f5a98acd5f87dcf
parentd37944fff256e9f52d05a56db3edb42c7a352cce
recipes-support: 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.

NOTE:
There were 2 errors in libcap.inc, the BUILD_LDFLAGS_virtclass_native
should be BUILD_LDFLAGS_virtclass-native (the "_" should be "-"),
otherwise it doesn't work, and the value was: "-Wl,rpath=...", this is
incorrect, it shoudl be: "-Wl,-rpath=..." (lacked a - ), but we don't
need this line, since it is already in the default BUILD_LDFLAGS. Remove
it and we don't need to bump the PR since we just removed a unused line.

[YOCTO #3297]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/apr/apr-util_1.4.1.bb
meta/recipes-support/attr/ea-acl.inc
meta/recipes-support/boost/boost.inc
meta/recipes-support/createrepo/createrepo_0.4.11.bb
meta/recipes-support/curl/curl_7.26.0.bb
meta/recipes-support/icu/icu-3.6.inc
meta/recipes-support/libcap/libcap.inc
meta/recipes-support/neon/neon_0.29.6.bb
meta/recipes-support/shared-mime-info/shared-mime-info.inc
meta/recipes-support/sqlite/sqlite3.inc