| Message ID | 20250614203340.11007-1-setairidis@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | systemd: Rename systemd_v255.21 to systemd_255.21 | expand |
On Sat, Jun 14, 2025, 1:33 PM Savvas Etairidis via lists.openembedded.org <setairidis=gmail.com@lists.openembedded.org> wrote: > Pumped PE property to two, since this is not a version bump > but a rename. The recipe was accidentally renamed with a 'v' > prefix in 29e623b2ad00555788412fa520fbb9ffec794cbb. > > Signed-off-by: Savvas Etairidis <setairidis@gmail.com> > --- > .../systemd/{systemd_v255.21.bb => systemd_255.21.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-core/systemd/{systemd_v255.21.bb => systemd_255.21.bb} > (99%) > > diff --git a/meta/recipes-core/systemd/systemd_v255.21.bb > b/meta/recipes-core/systemd/systemd_255.21.bb > similarity index 99% > rename from meta/recipes-core/systemd/systemd_v255.21.bb > rename to meta/recipes-core/systemd/systemd_255.21.bb > index bb9dc3da33..aee677bc87 100644 > --- a/meta/recipes-core/systemd/systemd_v255.21.bb > +++ b/meta/recipes-core/systemd/systemd_255.21.bb > @@ -2,7 +2,7 @@ require systemd.inc > > PROVIDES = "udev" > > -PE = "1" > +PE = "2" > > DEPENDS = "gperf-native libcap util-linux python3-jinja2-native" > > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#218642): > https://lists.openembedded.org/g/openembedded-core/message/218642 > Mute This Topic: https://lists.openembedded.org/mt/113646285/4454772 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > paulrajsandeep30@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
On Sat Jun 14, 2025 at 10:33 PM CEST, Savvas Etairidis via lists.openembedded.org wrote: > Pumped PE property to two, since this is not a version bump > but a rename. The recipe was accidentally renamed with a 'v' > prefix in 29e623b2ad00555788412fa520fbb9ffec794cbb. > > Signed-off-by: Savvas Etairidis <setairidis@gmail.com> > --- Hi Savvas, Thanks for your patch but this does not apply on the master branch. Actually, I believe there was never any file named "systemd_v255.21.bb" in the history.
Hi Mathieu, This patch should be applied to the scarthgap branch. I resented the message with [scarthgap] as the subject start. I hope that is the correct way to flag a patch for a specific branch. Regards, Savvas
I don't think bumping PE is good. Just correct the version. Otherwise, you'll need to send a pure PE bumping patch to oe-core master. Regards, Qi On 6/15/25 04:33, Savvas Etairidis via lists.openembedded.org wrote: > Pumped PE property to two, since this is not a version bump > but a rename. The recipe was accidentally renamed with a 'v' > prefix in 29e623b2ad00555788412fa520fbb9ffec794cbb. > > Signed-off-by: Savvas Etairidis <setairidis@gmail.com> > --- > .../systemd/{systemd_v255.21.bb => systemd_255.21.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-core/systemd/{systemd_v255.21.bb => systemd_255.21.bb} (99%) > > diff --git a/meta/recipes-core/systemd/systemd_v255.21.bb b/meta/recipes-core/systemd/systemd_255.21.bb > similarity index 99% > rename from meta/recipes-core/systemd/systemd_v255.21.bb > rename to meta/recipes-core/systemd/systemd_255.21.bb > index bb9dc3da33..aee677bc87 100644 > --- a/meta/recipes-core/systemd/systemd_v255.21.bb > +++ b/meta/recipes-core/systemd/systemd_255.21.bb > @@ -2,7 +2,7 @@ require systemd.inc > > PROVIDES = "udev" > > -PE = "1" > +PE = "2" > > DEPENDS = "gperf-native libcap util-linux python3-jinja2-native" > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#218642): https://lists.openembedded.org/g/openembedded-core/message/218642 > Mute This Topic: https://lists.openembedded.org/mt/113646285/7304865 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [Qi.Chen@eng.windriver.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-core/systemd/systemd_v255.21.bb b/meta/recipes-core/systemd/systemd_255.21.bb similarity index 99% rename from meta/recipes-core/systemd/systemd_v255.21.bb rename to meta/recipes-core/systemd/systemd_255.21.bb index bb9dc3da33..aee677bc87 100644 --- a/meta/recipes-core/systemd/systemd_v255.21.bb +++ b/meta/recipes-core/systemd/systemd_255.21.bb @@ -2,7 +2,7 @@ require systemd.inc PROVIDES = "udev" -PE = "1" +PE = "2" DEPENDS = "gperf-native libcap util-linux python3-jinja2-native"
Pumped PE property to two, since this is not a version bump but a rename. The recipe was accidentally renamed with a 'v' prefix in 29e623b2ad00555788412fa520fbb9ffec794cbb. Signed-off-by: Savvas Etairidis <setairidis@gmail.com> --- .../systemd/{systemd_v255.21.bb => systemd_255.21.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/systemd/{systemd_v255.21.bb => systemd_255.21.bb} (99%)