diff options
author | Joshua Lock <joshua.g.lock@intel.com> | 2016-09-21 10:26:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-21 18:12:09 +0100 |
commit | b26926c3a8c4ded6e0de3510c30494fb0fe87f66 (patch) | |
tree | 3df0a717e1f73b0e8217c387525c22370a346c73 | |
parent | e29c4609c9c316cf8e37c2f3d977cc3fe23f2d27 (diff) | |
download | poky-b26926c3a8c4ded6e0de3510c30494fb0fe87f66.tar.gz |
uninative-tarball: add SDKMACHINE to stamps-extra-info
Otherwise the stamps for x86-64 and i686 uninative tarballs match
and we can't deploy both to the DEPLOYDIR.
(From OE-Core rev: 2a9603759fe87d6326c145f6213ffffeb6afc6ae)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index 7037bddd4b..4ead812874 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
@@ -32,7 +32,7 @@ deltask install | |||
32 | deltask package | 32 | deltask package |
33 | deltask packagedata | 33 | deltask packagedata |
34 | 34 | ||
35 | do_populate_sdk[stamp-extra-info] = "" | 35 | do_populate_sdk[stamp-extra-info] = "${SDKMACHINE}" |
36 | 36 | ||
37 | SDK_DEPENDS += "patchelf-native" | 37 | SDK_DEPENDS += "patchelf-native" |
38 | 38 | ||