[oe-commits] [openembedded-core] 02/02: uninative-tarball: add SDKMACHINE to stamps-extra-info

git at git.openembedded.org git at git.openembedded.org
Wed Sep 21 17:12:44 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 2a9603759fe87d6326c145f6213ffffeb6afc6ae
Author: Joshua Lock <joshua.g.lock at intel.com>
AuthorDate: Wed Sep 21 10:26:41 2016 +0100

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/uninative-tarball.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index 7037bdd..4ead812 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list