[Buildroot] [PATCH 1/1] package/cups: bump to version 2.2.11 and add gzip fix

Peter Korsgaard peter at korsgaard.com
Fri Jun 21 09:46:03 UTC 2019


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at bootlin.com> writes:

Hi,

 > This patch is not properly formatted: it is not formatted with "git
 > format-patch". In addition, putting a comment before the patch (even if
 > it's formatted with git format-patch) makes it impossible to apply the
 > patch with "git am".

 > The canonical way of generating such patch is:

 > 	git cherry-pick -x 3676fc318a458f71df76620a7e66f5c5807cf9b1
 > 	add your Signed-off-by in the commit log + any comment

NIT: git cherry-pick also understands the -s option to add
signed-off-by, so you can use:

git cherry-pick -sx <commit>

And then just git commit --amend to add any needed comments to the
commit message.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list