<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hello,<br><br></div>Here is my autoproj configuration:<br><br></div>- I use one package set (let&#39;s name it &#39;base&#39;) that defines a package called &#39;yarp&#39;, and applies patches to it<br>
</div>- I import another package set (&#39;my_project&#39;) that defines applies new patches to yarp by defining them in the file overrides.yml as:<br><br>overrides:<br>  - yarp:<br>    patches: <br>        - $AUTOPROJ_SOURCE_DIR/patches/yarpmanager-yarpbroker.patch<br>
<br></div>All was working well some time ago.<br></div>But today, when making a new update from scratch, only the original patches (the ones defined in &#39;base&#39;) have been applied, not the ones in &#39;my_project&#39;.<br>
</div><br></div>My only idea is that it comes from a new release of autoproj/autobuild.<br><br></div>Is this new behavior an intended feature? or is it a bug?<br><br></div>The point is that these patches should only be applied to people using &#39;my_project&#39;, and that I definitely would like to apply them automatically when using the corresponding package_set (hence I would prefer not adding the patches directly into the autoproj/ folder but keeping them into autoproj/remotes/my_project).<br>
<br></div>Thanks for any help,<br><br>Charles<br></div>