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:03 +0100 |
commit | 2a9603759fe87d6326c145f6213ffffeb6afc6ae (patch) | |
tree | 3f003867dc6fbf29ba92254298c74cbc548ceb38 /meta | |
parent | d7a06b53af0066bd12f5f42e10e82b307fd069ce (diff) | |
download | openembedded-core-2a9603759fe87d6326c145f6213ffffeb6afc6ae.tar.gz openembedded-core-2a9603759fe87d6326c145f6213ffffeb6afc6ae.tar.bz2 openembedded-core-2a9603759fe87d6326c145f6213ffffeb6afc6ae.zip |
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.
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 deltask package deltask packagedata -do_populate_sdk[stamp-extra-info] = "" +do_populate_sdk[stamp-extra-info] = "${SDKMACHINE}" SDK_DEPENDS += "patchelf-native" |