I have recently modified a qt application to incorporate screen rotation of 90 degrees, However the requirement is now changed to 270 degrees and hence I need to clean my qt recipe before compiling the qt base,
I have tried
bitbake -c clean qt5
but I get an error saying
ERROR: Nothing PROVIDES 'qt5'
this is the path to the bb file I had to modify to compile qtbase
~/yocto_4_9_88_qt/imx-yocto-bsp/sources/meta-qt5/recipes-qt/qt5
the modified file was qtbase_git.bb
this is the link where I got the patch
[meta-qt5] qtbase: Fix the qt5 linuxfb ratation problem - Patchwork
Is there any way I can clean only qtbase?
I don't want to disturb any other recipe.