diff mbox series

[1/2] package/dtc: renumber patches correctly

Message ID 20181124090403.4045-1-thomas.petazzoni@bootlin.com
State Accepted
Commit f2922d9765616652017a0346543656739d81bf0c
Headers show
Series [1/2] package/dtc: renumber patches correctly | expand

Commit Message

Thomas Petazzoni Nov. 24, 2018, 9:04 a.m. UTC
When c7ffd8a75d55e24d793106eabbb80964ab91081f ("package/dtc: fix
include guards for older kernel/u-boot") introduced a new patch to the
dtc package, it used the 0001 number, which was already used by
another patch. Let's fix that.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 ...0002-Fix-include-guards-for-older-kernel-u-boot-sources.patch} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename package/dtc/{0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch => 0002-Fix-include-guards-for-older-kernel-u-boot-sources.patch} (100%)

Comments

Peter Korsgaard Nov. 26, 2018, 4:26 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > When c7ffd8a75d55e24d793106eabbb80964ab91081f ("package/dtc: fix
 > include guards for older kernel/u-boot") introduced a new patch to the
 > dtc package, it used the 0001 number, which was already used by
 > another patch. Let's fix that.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.
Peter Korsgaard Nov. 26, 2018, 6:03 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > When c7ffd8a75d55e24d793106eabbb80964ab91081f ("package/dtc: fix
 > include guards for older kernel/u-boot") introduced a new patch to the
 > dtc package, it used the 0001 number, which was already used by
 > another patch. Let's fix that.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2018.08.x, thanks.
diff mbox series

Patch

diff --git a/package/dtc/0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch b/package/dtc/0002-Fix-include-guards-for-older-kernel-u-boot-sources.patch
similarity index 100%
rename from package/dtc/0001-Fix-include-guards-for-older-kernel-u-boot-sources.patch
rename to package/dtc/0002-Fix-include-guards-for-older-kernel-u-boot-sources.patch