| Message ID | 20251205205232.2471677-2-rs@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,master] dbus: remove license selection override | expand |
meta-arago / na / 20251205205232.2471677-2-rs
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH] dbus: remove license selection override
- Submitter: From: <rs@ti.com>
From: Randolph Sapp <rs@ti.com>
- Date: Date: Fri, 5 Dec 2025 14:52:33 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: ce7d02cab27793d2fa7e5e24bb0f30768660ab44
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202512040100
- Commit SHA: 410e1081aaedc1c525825851a9df7748b49cb659
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
On 12/5/25 2:52 PM, Randolph Sapp via lists.yoctoproject.org wrote: > From: Randolph Sapp <rs@ti.com> > > Not entirely sure why this exists. History indicates that someone wanted > to select one of dbus's two license for distribution. Not entirely sure > we need to change the recipe itself to do that. > Seems we do the same for freetype. Not sure if it was to fix some SBOM check issue or what. But yeah overwriting the LICENSE to hide that the project is dual licensed doesn't change the fact it is dual licensed.. Andrew > Signed-off-by: Randolph Sapp <rs@ti.com> > --- > meta-arago-distro/recipes-core/dbus/dbus-arago.inc | 3 --- > meta-arago-distro/recipes-core/dbus/dbus_%.bbappend | 4 ---- > 2 files changed, 7 deletions(-) > delete mode 100644 meta-arago-distro/recipes-core/dbus/dbus-arago.inc > delete mode 100644 meta-arago-distro/recipes-core/dbus/dbus_%.bbappend > > diff --git a/meta-arago-distro/recipes-core/dbus/dbus-arago.inc b/meta-arago-distro/recipes-core/dbus/dbus-arago.inc > deleted file mode 100644 > index da612c59..00000000 > --- a/meta-arago-distro/recipes-core/dbus/dbus-arago.inc > +++ /dev/null > @@ -1,3 +0,0 @@ > -PR:append = ".arago1" > - > -LICENSE = "GPL-2.0-or-later" > diff --git a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend b/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend > deleted file mode 100644 > index 5464eaa7..00000000 > --- a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend > +++ /dev/null > @@ -1,4 +0,0 @@ > -DBUS_ARAGO = "" > -DBUS_ARAGO:arago = "dbus-arago.inc" > - > -require ${DBUS_ARAGO}
On Fri, Dec 05, 2025 at 03:25:42PM -0600, Andrew Davis wrote: > On 12/5/25 2:52 PM, Randolph Sapp via lists.yoctoproject.org wrote: > >From: Randolph Sapp <rs@ti.com> > > > >Not entirely sure why this exists. History indicates that someone wanted > >to select one of dbus's two license for distribution. Not entirely sure > >we need to change the recipe itself to do that. > > > > Seems we do the same for freetype. Not sure if it was to fix some SBOM > check issue or what. But yeah overwriting the LICENSE to hide that the > project is dual licensed doesn't change the fact it is dual licensed.. SW Manifest in the early days of OSRB required to select a specific license if there was a choice. Seems silly now, I know. > >Signed-off-by: Randolph Sapp <rs@ti.com> > >--- > > meta-arago-distro/recipes-core/dbus/dbus-arago.inc | 3 --- > > meta-arago-distro/recipes-core/dbus/dbus_%.bbappend | 4 ---- > > 2 files changed, 7 deletions(-) > > delete mode 100644 meta-arago-distro/recipes-core/dbus/dbus-arago.inc > > delete mode 100644 meta-arago-distro/recipes-core/dbus/dbus_%.bbappend > > > >diff --git a/meta-arago-distro/recipes-core/dbus/dbus-arago.inc b/meta-arago-distro/recipes-core/dbus/dbus-arago.inc > >deleted file mode 100644 > >index da612c59..00000000 > >--- a/meta-arago-distro/recipes-core/dbus/dbus-arago.inc > >+++ /dev/null > >@@ -1,3 +0,0 @@ > >-PR:append = ".arago1" > >- > >-LICENSE = "GPL-2.0-or-later" > >diff --git a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend b/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend > >deleted file mode 100644 > >index 5464eaa7..00000000 > >--- a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend > >+++ /dev/null > >@@ -1,4 +0,0 @@ > >-DBUS_ARAGO = "" > >-DBUS_ARAGO:arago = "dbus-arago.inc" > >- > >-require ${DBUS_ARAGO}
diff --git a/meta-arago-distro/recipes-core/dbus/dbus-arago.inc b/meta-arago-distro/recipes-core/dbus/dbus-arago.inc deleted file mode 100644 index da612c59..00000000 --- a/meta-arago-distro/recipes-core/dbus/dbus-arago.inc +++ /dev/null @@ -1,3 +0,0 @@ -PR:append = ".arago1" - -LICENSE = "GPL-2.0-or-later" diff --git a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend b/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend deleted file mode 100644 index 5464eaa7..00000000 --- a/meta-arago-distro/recipes-core/dbus/dbus_%.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -DBUS_ARAGO = "" -DBUS_ARAGO:arago = "dbus-arago.inc" - -require ${DBUS_ARAGO}