diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-03-23 12:31:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 12:13:07 +0000 |
commit | 552eea2cb10f9631d3a905b7cf1866a880b4f657 (patch) | |
tree | f670e741dcb701cd995ce92c89e5f4a8cdde9b20 /meta/classes/nativesdk.bbclass | |
parent | 065a9a6c3baeecdba56bdf5d521aded111616394 (diff) | |
download | poky-552eea2cb10f9631d3a905b7cf1866a880b4f657.tar.gz |
nativesdk/misc: set PKGSUFFIX for correct variable name expansion.
Set PKGSUFFIX in nativesdk.bbclass for correct variable name expansion.
This would fix bunch of "not shipped" packaging warnings in "-nativesdk"
recipes. And also bumping the corresponding PR.
(From OE-Core rev: c69268305e6f814800b64f3a4be724c40b41108c)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/nativesdk.bbclass')
-rw-r--r-- | meta/classes/nativesdk.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index ceec53e86d..97c460c289 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -56,6 +56,8 @@ baselib = "lib" | |||
56 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig" | 56 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig" |
57 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" | 57 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" |
58 | 58 | ||
59 | PKGSUFFIX = "-nativesdk" | ||
60 | |||
59 | python nativesdk_virtclass_handler () { | 61 | python nativesdk_virtclass_handler () { |
60 | if not isinstance(e, bb.event.RecipePreFinalise): | 62 | if not isinstance(e, bb.event.RecipePreFinalise): |
61 | return | 63 | return |