Message ID | 1665476508-16543-1-git-send-email-wangmy@fujitsu.com |
---|---|
State | Accepted, archived |
Commit | 6d9ed8d4b13c2d87dae482bbadef039de050bc9d |
Headers | show |
Series | numactl: upgrade 2.0.15 -> 2.0.16 | expand |
Hi Wang On 10/11/22 10:21, wangmy wrote: > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> > --- > meta/recipes-support/numactl/numactl_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thank you for your patches. There's a problem with the way you send your patches though. If I apply your patch through "git am", the author of the commit is: wangmy <wangmy@fujitsu.com> instead of Wang Mingyu <wangmy@fujitsu.com> ... as in your "Signed-off-by" information. Because of this issue, your name is not properly listed in the contributors section of the release notes. I've just send this patch by the way: https://lists.yoctoproject.org/g/docs/message/3348 You may try this: You should be able to fix this by running: git config --global sendemail.from "wangmy@fujitsu.com" ... though I'm not sure it will work in your case and match your user.name identity. Don't hesitate to send a patch to yourself to check. I'm happy to test too. Thanks in advance. At least, all the future patches would be trouble free. Thanks again for all your contributions! Michael.
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 712cf0203f..23be0a3b4f 100644 --- a/meta/recipes-support/numactl/numactl_git.bb +++ b/meta/recipes-support/numactl/numactl_git.bb @@ -10,8 +10,8 @@ inherit autotools-brokensep ptest LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=9f34c3af4ed6f3f5df0da5f3c0835a43" -SRCREV = "01a39cb4edc0dd0f4151b7ad11e0c56d2e612a02" -PV = "2.0.15" +SRCREV = "10285f1a1bad49306839b2c463936460b604e3ea" +PV = "2.0.16" SRC_URI = "git://github.com/numactl/numactl;branch=master;protocol=https \ file://Fix-the-test-output-format.patch \
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> --- meta/recipes-support/numactl/numactl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)