| Message ID | 20260409213918.1020996-1-a-christidis@ti.com |
|---|---|
| State | Rejected |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,master] gstreamer1.0-plugins-good: oe-core v126->128 migrate bbappends | expand |
meta-arago / na / 20260409213918.1020996-1-a-christidis
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH] gstreamer1.0-plugins-good: oe-core v126->128 migrate bbappends
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Thu, 9 Apr 2026 16:39:18 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 1d3723e87daff6cb75a353519b88d601a76343f9
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202604090400
- Commit SHA: 2ac1e48732f82a896b2fc310930eecf2b247e035
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: Multiple recipes found for mesa-demos
oe-core/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb
meta-arago/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb
On Thu, Apr 09, 2026 at 04:39:18PM -0500, Antonios Christidis via lists.yoctoproject.org wrote: > From: Antonios Christidis <a-christidis@ti.com> > > Fix bbappend files to apply onto the new recipe from oe-core now > versioned at 128 instead of 126. https://git.yoctoproject.org/meta-arago/commit/?h=master-wip&id=c923bf7b5b67b7261583f330dbe9ba22a2076b6f > Signed-off-by: Antonios Christidis <a-christidis@ti.com> > --- > .../gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend | 4 ---- > ....26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} | 0 > .../gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend | 4 ++++ > .../gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend | 4 ---- > ....26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} | 0 > .../gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend | 4 ++++ > 6 files changed, 8 insertions(+), 8 deletions(-) > delete mode 100644 meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend > rename meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} (100%) > create mode 100644 meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend > delete mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend > rename meta-arago-extras/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} (100%) > create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend > > diff --git a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend > deleted file mode 100644 > index 0ceb558c..00000000 > --- a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend > +++ /dev/null > @@ -1,4 +0,0 @@ > -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO = "" > -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO:arago = "gstreamer1.0-plugins-good_1.26-arago.inc" > - > -require ${GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO} > diff --git a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc > similarity index 100% > rename from meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc > rename to meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc > diff --git a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend > new file mode 100644 > index 00000000..e8392833 > --- /dev/null > +++ b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend > @@ -0,0 +1,4 @@ > +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO = "" > +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO:arago = "gstreamer1.0-plugins-good_1.28-arago.inc" > + > +require ${GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO} > diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend > deleted file mode 100644 > index 0ceb558c..00000000 > --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend > +++ /dev/null > @@ -1,4 +0,0 @@ > -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO = "" > -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO:arago = "gstreamer1.0-plugins-good_1.26-arago.inc" > - > -require ${GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO} > diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc > similarity index 100% > rename from meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc > rename to meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc > diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend > new file mode 100644 > index 00000000..e8392833 > --- /dev/null > +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend > @@ -0,0 +1,4 @@ > +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO = "" > +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO:arago = "gstreamer1.0-plugins-good_1.28-arago.inc" > + > +require ${GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO} > -- > 2.34.1
On 4/9/2026 5:27 PM, Denys Dmytriyenko wrote: > On Thu, Apr 09, 2026 at 04:39:18PM -0500, Antonios Christidis via lists.yoctoproject.org wrote: >> From: Antonios Christidis <a-christidis@ti.com> >> >> Fix bbappend files to apply onto the new recipe from oe-core now >> versioned at 128 instead of 126. > > https://git.yoctoproject.org/meta-arago/commit/?h=master-wip&id=c923bf7b5b67b7261583f330dbe9ba22a2076b6f Yep. I was testing the builds to make sure that the version change didn't require any patch changes. So I didn't want to send the patch until the builds were done. Just sent my patch. > >> Signed-off-by: Antonios Christidis <a-christidis@ti.com> >> --- >> .../gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend | 4 ---- >> ....26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} | 0 >> .../gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend | 4 ++++ >> .../gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend | 4 ---- >> ....26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} | 0 >> .../gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend | 4 ++++ >> 6 files changed, 8 insertions(+), 8 deletions(-) >> delete mode 100644 meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >> rename meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} (100%) >> create mode 100644 meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >> delete mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >> rename meta-arago-extras/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} (100%) >> create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >> >> diff --git a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >> deleted file mode 100644 >> index 0ceb558c..00000000 >> --- a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >> +++ /dev/null >> @@ -1,4 +0,0 @@ >> -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO = "" >> -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO:arago = "gstreamer1.0-plugins-good_1.26-arago.inc" >> - >> -require ${GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO} >> diff --git a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc >> similarity index 100% >> rename from meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc >> rename to meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc >> diff --git a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >> new file mode 100644 >> index 00000000..e8392833 >> --- /dev/null >> +++ b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >> @@ -0,0 +1,4 @@ >> +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO = "" >> +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO:arago = "gstreamer1.0-plugins-good_1.28-arago.inc" >> + >> +require ${GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO} >> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >> deleted file mode 100644 >> index 0ceb558c..00000000 >> --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >> +++ /dev/null >> @@ -1,4 +0,0 @@ >> -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO = "" >> -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO:arago = "gstreamer1.0-plugins-good_1.26-arago.inc" >> - >> -require ${GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO} >> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc >> similarity index 100% >> rename from meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc >> rename to meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc >> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >> new file mode 100644 >> index 00000000..e8392833 >> --- /dev/null >> +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >> @@ -0,0 +1,4 @@ >> +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO = "" >> +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO:arago = "gstreamer1.0-plugins-good_1.28-arago.inc" >> + >> +require ${GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO} >> -- >> 2.34.1
Ok make sense, cause I checked the mailing list and no patch was sent so I sent mine. On 4/10/26 7:42 AM, Ryan Eatmon wrote: > > > On 4/9/2026 5:27 PM, Denys Dmytriyenko wrote: >> On Thu, Apr 09, 2026 at 04:39:18PM -0500, Antonios Christidis via >> lists.yoctoproject.org wrote: >>> From: Antonios Christidis <a-christidis@ti.com> >>> >>> Fix bbappend files to apply onto the new recipe from oe-core now >>> versioned at 128 instead of 126. >> >> https://git.yoctoproject.org/meta-arago/commit/?h=master-wip&id=c923bf7b5b67b7261583f330dbe9ba22a2076b6f >> > > Yep. I was testing the builds to make sure that the version change > didn't require any patch changes. So I didn't want to send the patch > until the builds were done. > > Just sent my patch. > > >> >>> Signed-off-by: Antonios Christidis <a-christidis@ti.com> >>> --- >>> .../gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend | 4 ---- >>> ....26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} | 0 >>> .../gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend | 4 ++++ >>> .../gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend | 4 ---- >>> ....26-arago.inc => gstreamer1.0-plugins-good_1.28-arago.inc} | 0 >>> .../gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend | 4 ++++ >>> 6 files changed, 8 insertions(+), 8 deletions(-) >>> delete mode 100644 >>> meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >>> rename >>> meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26-arago.inc >>> => gstreamer1.0-plugins-good_1.28-arago.inc} (100%) >>> create mode 100644 >>> meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >>> delete mode 100644 >>> meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >>> rename >>> meta-arago-extras/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26-arago.inc >>> => gstreamer1.0-plugins-good_1.28-arago.inc} (100%) >>> create mode 100644 >>> meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >>> >>> diff --git >>> a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >>> b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >>> >>> deleted file mode 100644 >>> index 0ceb558c..00000000 >>> --- >>> a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >>> +++ /dev/null >>> @@ -1,4 +0,0 @@ >>> -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO = "" >>> -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO:arago = >>> "gstreamer1.0-plugins-good_1.26-arago.inc" >>> - >>> -require ${GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO} >>> diff --git >>> a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc >>> b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc >>> >>> similarity index 100% >>> rename from >>> meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc >>> rename to >>> meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc >>> diff --git >>> a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >>> b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >>> >>> new file mode 100644 >>> index 00000000..e8392833 >>> --- /dev/null >>> +++ >>> b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >>> @@ -0,0 +1,4 @@ >>> +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO = "" >>> +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO:arago = >>> "gstreamer1.0-plugins-good_1.28-arago.inc" >>> + >>> +require ${GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO} >>> diff --git >>> a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >>> b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >>> >>> deleted file mode 100644 >>> index 0ceb558c..00000000 >>> --- >>> a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend >>> +++ /dev/null >>> @@ -1,4 +0,0 @@ >>> -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO = "" >>> -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO:arago = >>> "gstreamer1.0-plugins-good_1.26-arago.inc" >>> - >>> -require ${GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO} >>> diff --git >>> a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc >>> b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc >>> >>> similarity index 100% >>> rename from >>> meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc >>> rename to >>> meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc >>> diff --git >>> a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >>> b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >>> >>> new file mode 100644 >>> index 00000000..e8392833 >>> --- /dev/null >>> +++ >>> b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend >>> @@ -0,0 +1,4 @@ >>> +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO = "" >>> +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO:arago = >>> "gstreamer1.0-plugins-good_1.28-arago.inc" >>> + >>> +require ${GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO} >>> -- >>> 2.34.1 >
diff --git a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend deleted file mode 100644 index 0ceb558c..00000000 --- a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO = "" -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO:arago = "gstreamer1.0-plugins-good_1.26-arago.inc" - -require ${GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO} diff --git a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc similarity index 100% rename from meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc rename to meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc diff --git a/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend new file mode 100644 index 00000000..e8392833 --- /dev/null +++ b/meta-arago-extras/dynamic-layers/qt6-layer/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend @@ -0,0 +1,4 @@ +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO = "" +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO:arago = "gstreamer1.0-plugins-good_1.28-arago.inc" + +require ${GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO} diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend deleted file mode 100644 index 0ceb558c..00000000 --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO = "" -GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO:arago = "gstreamer1.0-plugins-good_1.26-arago.inc" - -require ${GSTREAMER1p0_PLUGINS_GOOD_1p26_ARAGO} diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc similarity index 100% rename from meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26-arago.inc rename to meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend new file mode 100644 index 00000000..e8392833 --- /dev/null +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.%.bbappend @@ -0,0 +1,4 @@ +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO = "" +GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO:arago = "gstreamer1.0-plugins-good_1.28-arago.inc" + +require ${GSTREAMER1p0_PLUGINS_GOOD_1p28_ARAGO}