http://bugs.openembedded.org/show_bug.cgi?id=2644
Summary: bad structure of sources/svn directory
Product: BitBake
Version: 1.6.x
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: BitBake
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
Because the sources/svn directory contains the directories for modules checked
out, it is not possible to build packages from two different repositories that
contain module of the same name; for example
package1: src_uri=svn://server1.com/;module=mymodule
package2: src_uri=svn://server2.com/;module=mybodule
bitbake package1: pulls from server1.com into sources/svn/mymodule
bitbake package2: updates sources/svn/mymodule from *server1.com*
The sources/svn directory would be better served with structure that includes
the repo uri, something like:
sources/svn/server1.com/mymodule
sources/svn/server2.com/mymodule
(This is also related to 2624, I think.)
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev