In a prj A, there are several pkgs that have <build><disable/><enable
repository="X/></build>. If prj A is linked from another prj B to inherit
all pkgs from A into B, such pkgs are built anyway in all repositories, not just in
repository=X.
Is there a way that prj B really considers the <build> flags of individual pkgs,
without the need to _link each and every pkg from A into B?
The prj of B looks like this:
<project name="B">
<link project="A"/>
<repository name="X" block="all" linkedbuild="all">
<path project="A" repository="X"/>
<arch>x86_64</arch>
</repository>
<repository name="Y" block="all" linkedbuild="all">
<path project="A" repository="Y"/>
<arch>x86_64</arch>
</repository>
</project>
prj A has a similar <repository> layout, except that it does no linkedbuild.
Olaf
Show replies by date