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

git at git.openembedded.org git at git.openembedded.org
Mon Oct 6 14:03:04 UTC 2014


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

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