Re: File collision: same path from 2 recipes
Laurent Gauthier
I would guess so. Here is a way to figure out all the packages in which your file is delivered (small trick that has proven quite useful for me to figure out which recipe/package provides a specific file): 1. cd <your-build-directory> 2. echo tmp/work/*/*/*/packages-split/*/etc/network/if-up,d/hostapd_restart This will show you which packages have the file "/etc/network/if-up,d/hostapd_restart". If you just want to check which recipe installs it (in case it is installed by the recipe, but not packaged): 1. cd <your-build-directory> 2. echo tmp/work/*/*/*/package/etc/network/if-up,d/hostapd_restart I hope this helps. Kind Regards, Laurent. PS: in some configurations of your build you might have to adjust the name of the "tmp" directory.
On Tue, Sep 29, 2020 at 2:37 PM Mauro Ziliani <mauro@...> wrote:
|
|