| Message ID | 20250614210317.1303-1-setairidis@gmail.com |
|---|---|
| State | Superseded |
| Delegated to: | Steve Sakoman |
| Headers | show |
| Series | [scarthgap] systemd: Rename systemd_v255.21 to systemd_255.21 | expand |
Please don't bump PE. If you do so, you need to do the same for releases after scarthgap such as walnascar and master. Regards, Qi On 6/15/25 05:03, 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" > > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#218644): https://lists.openembedded.org/g/openembedded-core/message/218644 > Mute This Topic: https://lists.openembedded.org/mt/113646091/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%) -- 2.34.1