[OE-core] [PATCH 04/10] bash: upgrade 4.4.18 -> 5.0

Hongxu Jia hongxu.jia at windriver.com
Sun May 12 10:17:08 UTC 2019


On 5/12/19 4:30 PM, Adrian Bunk wrote:
> On Sun, May 12, 2019 at 04:16:24PM +0800, Hongxu Jia wrote:
>> ...
>>   ...1-help-fix-printf-format-security-warning.patch | 35 -----------------
>>   meta/recipes-extended/bash/bash/build-tests.patch  |  7 +++-
>>   meta/recipes-extended/bash/bash/execute_cmd.patch  | 19 ++++++---
>>   meta/recipes-extended/bash/bash/pathexp-dep.patch  | 13 -------
>>   meta/recipes-extended/bash/bash_4.4.18.bb          | 41 --------------------
>>   meta/recipes-extended/bash/bash_5.0.bb             | 45 ++++++++++++++++++++++
>>   6 files changed, 64 insertions(+), 96 deletions(-)
>>   delete mode 100644 meta/recipes-extended/bash/bash/0001-help-fix-printf-format-security-warning.patch
>>   delete mode 100644 meta/recipes-extended/bash/bash/pathexp-dep.patch
>>   delete mode 100644 meta/recipes-extended/bash/bash_4.4.18.bb
>>   create mode 100644 meta/recipes-extended/bash/bash_5.0.bb
>> ...
>> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-019;apply=yes;striplevel=0;name=patch019 \
>> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-020;apply=yes;striplevel=0;name=patch020 \
>> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-021;apply=yes;striplevel=0;name=patch021 \
>> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-022;apply=yes;striplevel=0;name=patch022 \
>> -           ${GNU_MIRROR}/bash/bash-4.4-patches/bash44-023;apply=yes;striplevel=0;name=patch023 \
>> ...
>> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-001;apply=yes;striplevel=0;name=patch001 \
>> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-002;apply=yes;striplevel=0;name=patch002 \
>> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-003;apply=yes;striplevel=0;name=patch003 \
>> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-004;apply=yes;striplevel=0;name=patch004 \
>> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-005;apply=yes;striplevel=0;name=patch005 \
>> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-006;apply=yes;striplevel=0;name=patch006 \
>> +           ${GNU_MIRROR}/bash/bash-${PV}-patches/bash50-007;apply=yes;striplevel=0;name=patch007 \
>> ...
> Some "git add/rm" seems to be missing around these patches.

Do you mean I miss the patches? They should be fetch from remote upstream.

Or do you mean `git mv' rather than `git add/rm'?

I use scripts/create-pull-request to generate patch, it uses `git 
format-patch  -M40' which

seems `git add/rm' rather than `git mv', and `-M10'  will be `git mv' here

//Hongxu

> cu
> Adrian
>



More information about the Openembedded-core mailing list