mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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>
This commit is contained in:
@@ -24,5 +24,3 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||||||
do_configure:prepend() {
|
do_configure:prepend() {
|
||||||
touch ${S}/ChangeLog
|
touch ${S}/ChangeLog
|
||||||
}
|
}
|
||||||
|
|
||||||
SRC_DISTRIBUTE_LICENSES += "X11"
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ SUMMARY = "Unicode Mingti (printed) TrueType Font"
|
|||||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
|
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
|
||||||
LICENSE = "Arphic-Public-License"
|
LICENSE = "Arphic-Public-License"
|
||||||
LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350"
|
LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350"
|
||||||
SRC_DISTRIBUTE_LICENSES += "${PN}"
|
|
||||||
RPROVIDES:${PN} = "virtual-chinese-font"
|
RPROVIDES:${PN} = "virtual-chinese-font"
|
||||||
PR = "r6"
|
PR = "r6"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ SUMMARY:ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font"
|
|||||||
HOMEPAGE = "http://sourceforge.jp/projects/efont/"
|
HOMEPAGE = "http://sourceforge.jp/projects/efont/"
|
||||||
LICENSE = "PD"
|
LICENSE = "PD"
|
||||||
LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0"
|
LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0"
|
||||||
SRC_DISTRIBUTE_LICENSES += "${PN}"
|
|
||||||
RPROVIDES:${PN} = "virtual-japanese-font"
|
RPROVIDES:${PN} = "virtual-japanese-font"
|
||||||
PR = "r9"
|
PR = "r9"
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,5 @@ do_install:append() {
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
SRC_DISTRIBUTE_LICENSES += "HDF5"
|
|
||||||
|
|
||||||
# h5fuse.sh script needs bash
|
# h5fuse.sh script needs bash
|
||||||
RDEPENDS:${PN} += "bash"
|
RDEPENDS:${PN} += "bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user