diff options
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" | |||
24 | do_configure:prepend() { | 24 | do_configure:prepend() { |
25 | touch ${S}/ChangeLog | 25 | touch ${S}/ChangeLog |
26 | } | 26 | } |
27 | |||
28 | 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 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" | |||
2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" | 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts" |
3 | LICENSE = "Arphic-Public-License" | 3 | LICENSE = "Arphic-Public-License" |
4 | LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350" | 4 | LIC_FILES_CHKSUM = "file://license/english/ARPHICPL.TXT;md5=4555ed88e9a72fc9562af379d07c3350" |
5 | SRC_DISTRIBUTE_LICENSES += "${PN}" | 5 | |
6 | RPROVIDES:${PN} = "virtual-chinese-font" | 6 | RPROVIDES:${PN} = "virtual-chinese-font" |
7 | PR = "r6" | 7 | PR = "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" | |||
6 | HOMEPAGE = "http://sourceforge.jp/projects/efont/" | 6 | HOMEPAGE = "http://sourceforge.jp/projects/efont/" |
7 | LICENSE = "PD" | 7 | LICENSE = "PD" |
8 | LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" | 8 | LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" |
9 | SRC_DISTRIBUTE_LICENSES += "${PN}" | 9 | |
10 | RPROVIDES:${PN} = "virtual-japanese-font" | 10 | RPROVIDES:${PN} = "virtual-japanese-font" |
11 | PR = "r9" | 11 | PR = "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 | ||
59 | BBCLASSEXTEND = "native" | 59 | BBCLASSEXTEND = "native" |
60 | 60 | ||
61 | SRC_DISTRIBUTE_LICENSES += "HDF5" | ||
62 | |||
63 | # h5fuse.sh script needs bash | 61 | # h5fuse.sh script needs bash |
64 | RDEPENDS:${PN} += "bash" | 62 | RDEPENDS:${PN} += "bash" |