Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] fix do_ar_original (multiple git sources, absolute path)
@ 2016-09-26  9:54 Patrick Ohly
  2016-09-26  9:55 ` [PATCH 1/2] archiver.bbclass: ignore unpack sub-directories in do_ar_original Patrick Ohly
  2016-09-26  9:55 ` [PATCH 2/2] archive.bbclass: fix do_ar_original archiving of multiple source repos Patrick Ohly
  0 siblings, 2 replies; 3+ messages in thread
From: Patrick Ohly @ 2016-09-26  9:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: philippe.coval

meta-oic's iotivity_1.1.1.bb recently started using destsuffix=${S}
for different git source URLs. This breaks randomly (depending on task
scheduling) when archive.bbclass and ARCHIVER_MODE[src] = "original"
are active, because the archiver then unpacks again into ${S} in
parallel to the running build.

While fixing that it was noticed that the archiver also did not
archive all upstream sources because it used the same .tar.gz filename
for all git repos.

The following changes since commit 1e13d1fd22186af5544e7248dc12635cd2f2e08b:

  meta-environment: ensure corret TOOLCHAIN_CONFIGSITE_NOCACHE value (2016-09-26 10:05:53 +0100)

are available in the git repository at:

  git://github.com/pohly/openembedded-core do_ar_original
  https://github.com/pohly/openembedded-core/tree/do_ar_original

Patrick Ohly (2):
  archiver.bbclass: ignore unpack sub-directories in do_ar_original
  archive.bbclass: fix do_ar_original archiving of multiple source repos

 meta/classes/archiver.bbclass | 37 +++++++++++++++++++++++++++++++++++--
 1 file changed, 35 insertions(+), 2 deletions(-)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-26  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26  9:54 [PATCH 0/2] fix do_ar_original (multiple git sources, absolute path) Patrick Ohly
2016-09-26  9:55 ` [PATCH 1/2] archiver.bbclass: ignore unpack sub-directories in do_ar_original Patrick Ohly
2016-09-26  9:55 ` [PATCH 2/2] archive.bbclass: fix do_ar_original archiving of multiple source repos Patrick Ohly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox