Hi Mauro, On Tue, Mar 16, 2021 at 04:50:44PM +0100, Mauro Ziliani wrote: > Hi all.I need to find which recipe installs qtwebkit in my final image. > > I look in on every recipes I make but I don't find who put qtwebkit in my > image. > I have the same matter with *-dev packages > > I use bitbake -g but I don't find the "source" of qtwebkit. >
oe-pkgdata-util lookup-recipe qtwebkit could help. Or if you know which file you don't want in your fs and want to know which package is installing it: oe-pkgdata-util find-path '*qtwebkit*' (provided the file you're looking for has qtwebkit in its filename) Hope this helps, Cheers, Quentin
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52739): https://lists.yoctoproject.org/g/yocto/message/52739 Mute This Topic: https://lists.yoctoproject.org/mt/81379532/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
