chrisfromgreece You don't touch anything that it is in source folder. If you delete the Makefile there, then the package will not be builded. If any modification is needed the patch file should be in a folder named files
inside the package folder that you are building.
In this case your folder should look like this.
| common/
| your-package/
| - Makefile
| - package.yml
| - files/
| - modification.patch
| Makefile
| Makefile.common
| Makefile.iso
And the patch shoud be added by adding a line in package.yml under setup : |
like this:
setup : |
%patch -p1 < $pkgfiles/modification.patch
I am not sure if you are following correctly instructions.
Watch these videos on youtube to understand more.
Learn Solus Packaging - Session 4 (Beginners)
Learn Solus Packaging - Session 4-1 (Advanced)
Learn Solus Packaging - Session 4-2 (Extras)