summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-12-08 22:32:15 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-09 00:00:05 -0800
commit9ae31f6f6a67d14da075bceb4a1a9781b140ffe8 (patch)
tree3cc45e3a8076c14164d5f8b4aeafd32dae833ae8
parent1a84a1ebbe197552077b4610c6fdcd459532113e (diff)
downloadmeta-openembedded-9ae31f6f6a67d14da075bceb4a1a9781b140ffe8.tar.gz
Remove unused SRC_DISTRIBUTE_LICENSES
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-support/keybinder/keybinder_3.0.bb2
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb2
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb2
-rw-r--r--meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb2
4 files changed, 2 insertions, 6 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index 971ad90f9..20d6b1b62 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"
24do_configure:prepend() { 24do_configure:prepend() {
25 touch ${S}/ChangeLog 25 touch ${S}/ChangeLog
26} 26}
27
28SRC_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 3fc7f39e8..05ece8b74 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"
2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" 2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
3LICENSE = "Arphic-Public-License" 3LICENSE = "Arphic-Public-License"
4LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350" 4LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350"
5SRC_DISTRIBUTE_LICENSES += "${PN}" 5
6RPROVIDES:${PN} = "virtual-chinese-font" 6RPROVIDES:${PN} = "virtual-chinese-font"
7PR = "r6" 7PR = "r6"
8 8
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 5a403f077..c7229df1b 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"
6HOMEPAGE = "http://sourceforge.jp/projects/efont/" 6HOMEPAGE = "http://sourceforge.jp/projects/efont/"
7LICENSE = "PD" 7LICENSE = "PD"
8LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" 8LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0"
9SRC_DISTRIBUTE_LICENSES += "${PN}" 9
10RPROVIDES:${PN} = "virtual-japanese-font" 10RPROVIDES:${PN} = "virtual-japanese-font"
11PR = "r9" 11PR = "r9"
12 12
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 e71643067..b8a81bb0b 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() {
58 58
59BBCLASSEXTEND = "native" 59BBCLASSEXTEND = "native"
60 60
61SRC_DISTRIBUTE_LICENSES += "HDF5"
62
63# h5fuse.sh script needs bash 61# h5fuse.sh script needs bash
64RDEPENDS:${PN} += "bash" 62RDEPENDS:${PN} += "bash"