diff mbox series

[01/10] Remove unused SRC_DISTRIBUTE_LICENSES

Message ID 20231208223224.1348651-1-ross.burton@arm.com
State Accepted
Headers show
Series [01/10] Remove unused SRC_DISTRIBUTE_LICENSES | expand

Commit Message

Ross Burton Dec. 8, 2023, 10:32 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

This variable was removed in oe-core 8c9ef5, and didn't do what any of
these recipes seem to be using it for.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-gnome/recipes-support/keybinder/keybinder_3.0.bb           | 2 --
 meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb | 2 +-
 meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb     | 2 +-
 meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb                     | 2 --
 4 files changed, 2 insertions(+), 6 deletions(-)

Comments

Khem Raj Dec. 13, 2023, 7:07 a.m. UTC | #1
On Fri, 08 Dec 2023 22:32:15 +0000, ross.burton@arm.com wrote:
> This variable was removed in oe-core 8c9ef5, and didn't do what any of
> these recipes seem to be using it for.
> 
> 

Applied, thanks!

[01/10] Remove unused SRC_DISTRIBUTE_LICENSES
        commit: 9ae31f6f6a67d14da075bceb4a1a9781b140ffe8
[02/10] gspell: inherit gtk-doc
        commit: 58194b0b1264bb2f5c80b63edc3348c4fb1a0508
[03/10] gspell: update DEPENDS, switch iso-codes for icu
        commit: c3eaf805d2cce97ba2d25b6b4fae6b6ccbdfa114
[04/10] librest: remove spurious build dependencies
        commit: 069885e74dace8eea3b71557b26c99e959ce7830
[05/10] librest: inherit gtk-doc
        commit: a9cee7a46934d2f305fa458969e96ff7dab8841b
[06/10] keybinder: use autotools-brokensep instead of setting B
        commit: 21dbf20b54029eb8babfeb8d7f52f1b78cc560aa
[07/10] keybinder: disable gtk-doc documentation
        commit: d015d52ad81115986ac89f45d086820d9027857a
[08/10] gtksourceview3: remove obsolete DEPENDS
        commit: f8f5c728a387c9b26a62f30d12c7d71e199d277e
[09/10] libgsf: remove obsolete DEPENDS
        commit: 103f49b5fc987e7bb8765700d16bd387a33b62ca
[10/10] evolution-data-server: remove obsolete intltool DEPENDS
        commit: 50769bc2f25f20dff422cffb5e0c486578d8eacf

Best regards,
diff mbox series

Patch

diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index 971ad90f9c..20d6b1b627 100644
--- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
+++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
@@ -24,5 +24,3 @@  REQUIRED_DISTRO_FEATURES = "x11"
 do_configure:prepend() {
 	touch ${S}/ChangeLog
 }
-
-SRC_DISTRIBUTE_LICENSES += "X11"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb
index 3fc7f39e85..05ece8b748 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb
@@ -2,7 +2,7 @@  SUMMARY = "Unicode Mingti (printed) TrueType Font"
 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
 LICENSE = "Arphic-Public-License"
 LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350"
-SRC_DISTRIBUTE_LICENSES += "${PN}"
+
 RPROVIDES:${PN} = "virtual-chinese-font"
 PR = "r6"
 
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
index 5a403f0775..c7229df1b1 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
@@ -6,7 +6,7 @@  SUMMARY:ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font"
 HOMEPAGE = "http://sourceforge.jp/projects/efont/"
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0"
-SRC_DISTRIBUTE_LICENSES += "${PN}"
+
 RPROVIDES:${PN} = "virtual-japanese-font"
 PR = "r9"
 
diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb b/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb
index e716430673..b8a81bb0b7 100644
--- a/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb
+++ b/meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb
@@ -58,7 +58,5 @@  do_install:append() {
 
 BBCLASSEXTEND = "native"
 
-SRC_DISTRIBUTE_LICENSES += "HDF5"
-
 # h5fuse.sh script needs bash
 RDEPENDS:${PN} += "bash"