diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-03 16:50:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-06 15:15:51 +0100 |
commit | 07ad00ec8940472641c7519b97e8fc56febdf5c1 (patch) | |
tree | 37ee1d9d84201b29a10816742189164c63127ca8 /meta/classes/cross-canadian.bbclass | |
parent | c8b9996ba8546622d965ffecdcdcbccf677e6c9d (diff) | |
download | poky-07ad00ec8940472641c7519b97e8fc56febdf5c1.tar.gz |
cross-canadian: Disable the packagedata stamp-extra-info
Similarly to native/cross disable this since otherwise the packagedata
can be marked as machine specific and if you switch machines
which share an architecture, you'll get toolchain overlapping files
errors.
(From OE-Core rev: 96d557be3dedd6aea6199b3d28fbb7f5549fad69)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cross-canadian.bbclass')
-rw-r--r-- | meta/classes/cross-canadian.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index 6da43fe445..fec6438c60 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
@@ -111,6 +111,7 @@ export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${layout_libdir}/pkgconfig" | |||
111 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" | 111 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" |
112 | 112 | ||
113 | do_populate_sysroot[stamp-extra-info] = "" | 113 | do_populate_sysroot[stamp-extra-info] = "" |
114 | do_packagedata[stamp-extra-info] = "" | ||
114 | 115 | ||
115 | USE_NLS = "${SDKUSE_NLS}" | 116 | USE_NLS = "${SDKUSE_NLS}" |
116 | 117 | ||