[oe-commits] Richard Purdie : cross-canadian: Disable the packagedata stamp-extra-info

git at git.openembedded.org git at git.openembedded.org
Sat Oct 4 22:37:06 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 2b0df6c3ea9267171c4c5e0724189b6f7ae5dc09
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2b0df6c3ea9267171c4c5e0724189b6f7ae5dc09

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Oct  3 16:50:35 2014 +0000

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 arciteture, you'll get toolchain overlapping files
errors.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/cross-canadian.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index 6da43fe..fec6438 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"
 export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
 
 do_populate_sysroot[stamp-extra-info] = ""
+do_packagedata[stamp-extra-info] = ""
 
 USE_NLS = "${SDKUSE_NLS}"
 



More information about the Openembedded-commits mailing list