diff options
Diffstat (limited to 'meta-oe/recipes-graphics')
96 files changed, 278 insertions, 278 deletions
diff --git a/meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb b/meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb index d49a509a0..a697e36cd 100644 --- a/meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb +++ b/meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb | |||
@@ -10,6 +10,6 @@ DEPENDS = "cairo libsigc++-2.0" | |||
10 | SRC_URI[archive.md5sum] = "c62b476b61bd0abf7e9851f417d73291" | 10 | SRC_URI[archive.md5sum] = "c62b476b61bd0abf7e9851f417d73291" |
11 | SRC_URI[archive.sha256sum] = "a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6" | 11 | SRC_URI[archive.sha256sum] = "a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6" |
12 | 12 | ||
13 | FILES_${PN}-doc += "${datadir}/devhelp" | 13 | FILES:${PN}-doc += "${datadir}/devhelp" |
14 | FILES_${PN}-dev += "${libdir}/cairomm-*/" | 14 | FILES:${PN}-dev += "${libdir}/cairomm-*/" |
15 | 15 | ||
diff --git a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb index 32f081592..985706a8a 100644 --- a/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb +++ b/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb | |||
@@ -19,4 +19,4 @@ S = "${WORKDIR}/git" | |||
19 | EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \ | 19 | EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \ |
20 | --disable-staticimages" | 20 | --disable-staticimages" |
21 | 21 | ||
22 | FILES_${PN} += "${systemd_unitdir}/system/" | 22 | FILES:${PN} += "${systemd_unitdir}/system/" |
diff --git a/meta-oe/recipes-graphics/directfb/directfb.inc b/meta-oe/recipes-graphics/directfb/directfb.inc index e11f7a60f..7ac21779a 100644 --- a/meta-oe/recipes-graphics/directfb/directfb.inc +++ b/meta-oe/recipes-graphics/directfb/directfb.inc | |||
@@ -27,12 +27,12 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.g | |||
27 | 27 | ||
28 | S = "${WORKDIR}/DirectFB-${PV}" | 28 | S = "${WORKDIR}/DirectFB-${PV}" |
29 | 29 | ||
30 | LDFLAGS_append = " -lm" | 30 | LDFLAGS:append = " -lm" |
31 | 31 | ||
32 | CXXFLAGS_append_toolchain-clang = " -Wno-error=dtor-typedef" | 32 | CXXFLAGS:append:toolchain-clang = " -Wno-error=dtor-typedef" |
33 | 33 | ||
34 | # Workaround for linking issues seen with armv7a + gold | 34 | # Workaround for linking issues seen with armv7a + gold |
35 | LDFLAGS_append_arm = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 35 | LDFLAGS:append:arm = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
36 | 36 | ||
37 | BINCONFIG = "${bindir}/directfb-config" | 37 | BINCONFIG = "${bindir}/directfb-config" |
38 | 38 | ||
@@ -62,18 +62,18 @@ EXTRA_OECONF = "\ | |||
62 | 62 | ||
63 | #Once -fno-omit-frame-pointer option of gcc is added into TARGET_CLFAGS as default | 63 | #Once -fno-omit-frame-pointer option of gcc is added into TARGET_CLFAGS as default |
64 | #this will cause directfb build failure on x86 arch, so filter out it. | 64 | #this will cause directfb build failure on x86 arch, so filter out it. |
65 | TARGET_CFLAGS_remove_x86 = "-fno-omit-frame-pointer" | 65 | TARGET_CFLAGS:remove:x86 = "-fno-omit-frame-pointer" |
66 | 66 | ||
67 | #PACKAGES_DYNAMIC += "^directfb-inputdrivers-.*" | 67 | #PACKAGES_DYNAMIC += "^directfb-inputdrivers-.*" |
68 | # | 68 | # |
69 | #python populate_packages_prepend () { | 69 | #python populate_packages:prepend () { |
70 | # inputdrivers_libdir = d.expand('${libdir}/directfb-${RV}/inputdrivers') | 70 | # inputdrivers_libdir = d.expand('${libdir}/directfb-${RV}/inputdrivers') |
71 | # do_split_packages(d, inputdrivers_libdir, '*.so$', 'directfb-inputdrivers-%s', 'Directfb plugin for %s') | 71 | # do_split_packages(d, inputdrivers_libdir, '*.so$', 'directfb-inputdrivers-%s', 'Directfb plugin for %s') |
72 | #} | 72 | #} |
73 | 73 | ||
74 | # NOTE: monolithic packaging for now, should improve that eventually | 74 | # NOTE: monolithic packaging for now, should improve that eventually |
75 | 75 | ||
76 | FILES_${PN}-dev += "\ | 76 | FILES:${PN}-dev += "\ |
77 | ${bindir}/directfb-config \ | 77 | ${bindir}/directfb-config \ |
78 | ${libdir}/directfb-${RV}/systems/*.la \ | 78 | ${libdir}/directfb-${RV}/systems/*.la \ |
79 | ${libdir}/directfb-${RV}/inputdrivers/*.la \ | 79 | ${libdir}/directfb-${RV}/inputdrivers/*.la \ |
@@ -81,7 +81,7 @@ FILES_${PN}-dev += "\ | |||
81 | ${libdir}/directfb-${RV}/wm/*.la \ | 81 | ${libdir}/directfb-${RV}/wm/*.la \ |
82 | " | 82 | " |
83 | 83 | ||
84 | FILES_${PN} += "\ | 84 | FILES:${PN} += "\ |
85 | ${libdir}/directfb-${RV}/systems/*.so \ | 85 | ${libdir}/directfb-${RV}/systems/*.so \ |
86 | ${libdir}/directfb-${RV}/inputdrivers/*.so \ | 86 | ${libdir}/directfb-${RV}/inputdrivers/*.so \ |
87 | ${libdir}/directfb-${RV}/interfaces/*/*.so \ | 87 | ${libdir}/directfb-${RV}/interfaces/*/*.so \ |
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb index 007385101..f1e994863 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb | |||
@@ -19,14 +19,14 @@ inherit cmake gettext pkgconfig python3-dir python3native distutils3-base mime-x | |||
19 | DEPENDS += "dnf python3 " | 19 | DEPENDS += "dnf python3 " |
20 | #DEPENDS_class-nativesdk += "nativesdk-python3" | 20 | #DEPENDS_class-nativesdk += "nativesdk-python3" |
21 | 21 | ||
22 | RDEPENDS_${PN}_class-target = " python3-core libyui libyui-ncurses " | 22 | RDEPENDS:${PN}:class-target = " python3-core libyui libyui-ncurses " |
23 | 23 | ||
24 | # manpages generation requires http://www.sphinx-doc.org/ | 24 | # manpages generation requires http://www.sphinx-doc.org/ |
25 | EXTRA_OECMAKE = " -DWITH_MAN=OFF -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" | 25 | EXTRA_OECMAKE = " -DWITH_MAN=OFF -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3" |
26 | 26 | ||
27 | BBCLASSEXTEND = "nativesdk" | 27 | BBCLASSEXTEND = "nativesdk" |
28 | 28 | ||
29 | FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg" | 29 | FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg" |
30 | 30 | ||
31 | PNBLACKLIST[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" | 31 | PNBLACKLIST[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" |
32 | 32 | ||
diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb index 419881d5c..dfd137c04 100644 --- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb +++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb | |||
@@ -11,6 +11,6 @@ S = "${WORKDIR}/git" | |||
11 | 11 | ||
12 | inherit autotools-brokensep | 12 | inherit autotools-brokensep |
13 | 13 | ||
14 | do_configure_prepend() { | 14 | do_configure:prepend() { |
15 | sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile | 15 | sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile |
16 | } | 16 | } |
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb index 7ac302821..99953189e 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb | |||
@@ -75,4 +75,4 @@ do_install() { | |||
75 | oe_runmake 'DESTDIR=${D}' install | 75 | oe_runmake 'DESTDIR=${D}' install |
76 | } | 76 | } |
77 | 77 | ||
78 | RDEPENDS_${PN} = "ttf-dejavu-sans-mono bash" | 78 | RDEPENDS:${PN} = "ttf-dejavu-sans-mono bash" |
diff --git a/meta-oe/recipes-graphics/feh/feh_3.6.1.bb b/meta-oe/recipes-graphics/feh/feh_3.6.1.bb index 1e49e68f8..88c633761 100644 --- a/meta-oe/recipes-graphics/feh/feh_3.6.1.bb +++ b/meta-oe/recipes-graphics/feh/feh_3.6.1.bb | |||
@@ -26,6 +26,6 @@ do_install () { | |||
26 | oe_runmake install app=1 'DESTDIR=${D}' 'ICON_PREFIX=${D}${datadir}/icons' | 26 | oe_runmake install app=1 'DESTDIR=${D}' 'ICON_PREFIX=${D}${datadir}/icons' |
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN} += "imlib2-loaders" | 29 | RDEPENDS:${PN} += "imlib2-loaders" |
30 | 30 | ||
31 | FILES_${PN} += "${datadir}/icons" | 31 | FILES:${PN} += "${datadir}/icons" |
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb index 1863f95f0..26d51bdaf 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20190801.bb | |||
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = " \ | |||
7 | " | 7 | " |
8 | 8 | ||
9 | DEPENDS = "python3 glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native" | 9 | DEPENDS = "python3 glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native" |
10 | DEPENDS_append_class-target = " libxi" | 10 | DEPENDS:append:class-target = " libxi" |
11 | 11 | ||
12 | inherit autotools pkgconfig python3native features_check gettext gtk-icon-cache mime mime-xdg | 12 | inherit autotools pkgconfig python3native features_check gettext gtk-icon-cache mime mime-xdg |
13 | 13 | ||
14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" | 14 | REQUIRED_DISTRO_FEATURES:append:class-target = " x11" |
15 | 15 | ||
16 | # tag 20190801 | 16 | # tag 20190801 |
17 | SRCREV = "ac635b818e38ddb8e7e2e1057330a32b4e25476e" | 17 | SRCREV = "ac635b818e38ddb8e7e2e1057330a32b4e25476e" |
@@ -21,7 +21,7 @@ SRC_URI = "git://github.com/${BPN}/${BPN}.git \ | |||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | EXTRA_OECONF += "--without-libuninameslist --enable-python-scripting --enable-python-extension" | 23 | EXTRA_OECONF += "--without-libuninameslist --enable-python-scripting --enable-python-extension" |
24 | EXTRA_OECONF_append_class-native = " with_x=no" | 24 | EXTRA_OECONF:append:class-native = " with_x=no" |
25 | 25 | ||
26 | LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | 26 | LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" |
27 | BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | 27 | BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" |
@@ -34,14 +34,14 @@ BUILD_LDFLAGS += "-lpython${PYTHON_BASEVERSION}${PYTHON_ABI}" | |||
34 | 34 | ||
35 | PACKAGES =+ "${PN}-python" | 35 | PACKAGES =+ "${PN}-python" |
36 | 36 | ||
37 | FILES_${PN} += " \ | 37 | FILES:${PN} += " \ |
38 | ${datadir}/appdata \ | 38 | ${datadir}/appdata \ |
39 | ${datadir}/metainfo \ | 39 | ${datadir}/metainfo \ |
40 | ${datadir}/mime \ | 40 | ${datadir}/mime \ |
41 | " | 41 | " |
42 | 42 | ||
43 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${BPN}/python" | 43 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${BPN}/python" |
44 | RDEPENDS_${PN}-python = "python3" | 44 | RDEPENDS:${PN}-python = "python3" |
45 | 45 | ||
46 | # for e.g kde's oxygen-fonts | 46 | # for e.g kde's oxygen-fonts |
47 | BBCLASSEXTEND = "native" | 47 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb index 51f5a4eca..96877577e 100644 --- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb +++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | |||
@@ -44,7 +44,7 @@ inherit autotools gettext update-alternatives pkgconfig python3native perlnative | |||
44 | # depends on virtual/libx11 | 44 | # depends on virtual/libx11 |
45 | REQUIRED_DISTRO_FEATURES = "x11" | 45 | REQUIRED_DISTRO_FEATURES = "x11" |
46 | 46 | ||
47 | ALTERNATIVE_${PN} = "x-window-manager" | 47 | ALTERNATIVE:${PN} = "x-window-manager" |
48 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/fvwm" | 48 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/fvwm" |
49 | ALTERNATIVE_PRIORITY[x-window-manager] = "20" | 49 | ALTERNATIVE_PRIORITY[x-window-manager] = "20" |
50 | 50 | ||
@@ -76,7 +76,7 @@ EXTRA_OEMAKE = " \ | |||
76 | V=1 \ | 76 | V=1 \ |
77 | " | 77 | " |
78 | 78 | ||
79 | do_install_append() { | 79 | do_install:append() { |
80 | install -d -m 0755 ${D}/${sysconfdir}/xdg/fvwm | 80 | install -d -m 0755 ${D}/${sysconfdir}/xdg/fvwm |
81 | # You can install the config file here | 81 | # You can install the config file here |
82 | 82 | ||
@@ -92,18 +92,18 @@ PACKAGES = " \ | |||
92 | " | 92 | " |
93 | 93 | ||
94 | # minimal set of binaries | 94 | # minimal set of binaries |
95 | FILES_${PN} = " \ | 95 | FILES:${PN} = " \ |
96 | ${bindir}/fvwm \ | 96 | ${bindir}/fvwm \ |
97 | ${bindir}/fvwm-root \ | 97 | ${bindir}/fvwm-root \ |
98 | ${datadir}/fvwm/ConfigFvwmDefaults \ | 98 | ${datadir}/fvwm/ConfigFvwmDefaults \ |
99 | " | 99 | " |
100 | 100 | ||
101 | RDEPENDS_${PN} = " \ | 101 | RDEPENDS:${PN} = " \ |
102 | xuser-account \ | 102 | xuser-account \ |
103 | " | 103 | " |
104 | 104 | ||
105 | # by default a lot of stuff is installed and it's not easy to control what to | 105 | # by default a lot of stuff is installed and it's not easy to control what to |
106 | # install, so install everything, but skip the check | 106 | # install, so install everything, but skip the check |
107 | INSANE_SKIP_${PN} = " \ | 107 | INSANE_SKIP:${PN} = " \ |
108 | installed-vs-shipped \ | 108 | installed-vs-shipped \ |
109 | " | 109 | " |
diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb index c5a7c5bff..a2eb864b9 100644 --- a/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb +++ b/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb | |||
@@ -34,6 +34,6 @@ do_install() { | |||
34 | 34 | ||
35 | } | 35 | } |
36 | 36 | ||
37 | RDEPENDS_${PN}-dev = "" | 37 | RDEPENDS:${PN}-dev = "" |
38 | 38 | ||
39 | BBCLASSEXTEND = "native" | 39 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb index 791ea8db1..e4be2d7f4 100644 --- a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb +++ b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.27.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | 5 | ||
6 | DEPENDS = "libgphoto2 popt readline" | 6 | DEPENDS = "libgphoto2 popt readline" |
7 | RDEPENDS_gphoto2 = "libgphoto2" | 7 | RDEPENDS:gphoto2 = "libgphoto2" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2;name=gphoto2 \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2;name=gphoto2 \ |
10 | file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \ | 10 | file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \ |
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb index ebb0c3416..6f8d424a9 100644 --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.27.bb | |||
@@ -25,7 +25,7 @@ PACKAGECONFIG ??= "" | |||
25 | PACKAGECONFIG[gd] = ",--without-gdlib,gd" | 25 | PACKAGECONFIG[gd] = ",--without-gdlib,gd" |
26 | PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev" | 26 | PACKAGECONFIG[serial] = "--enable-serial,--disable-serial,lockdev" |
27 | 27 | ||
28 | do_configure_append() { | 28 | do_configure:append() { |
29 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/ | 29 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/libgphoto2_port/po/ |
30 | cd ${S}/libgphoto2_port/ | 30 | cd ${S}/libgphoto2_port/ |
31 | autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths | 31 | autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths |
@@ -38,18 +38,18 @@ do_configure_append() { | |||
38 | cd ${S} | 38 | cd ${S} |
39 | } | 39 | } |
40 | 40 | ||
41 | do_install_append() { | 41 | do_install:append() { |
42 | install -d ${D}${sysconfdir}/udev/rules.d/ | 42 | install -d ${D}${sysconfdir}/udev/rules.d/ |
43 | install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ | 43 | install -m 0644 ${WORKDIR}/*.rules ${D}${sysconfdir}/udev/rules.d/ |
44 | } | 44 | } |
45 | 45 | ||
46 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" | 46 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" |
47 | FILES_libgphoto2-camlibs = "${libdir}/libgphoto2*/*/*.so*" | 47 | FILES:libgphoto2-camlibs = "${libdir}/libgphoto2*/*/*.so*" |
48 | RRECOMMENDS_${PN} = "libgphoto2-camlibs" | 48 | RRECOMMENDS:${PN} = "libgphoto2-camlibs" |
49 | 49 | ||
50 | FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*" | 50 | FILES:libgphotoport = "${libdir}/libgphoto2_port.so.*" |
51 | 51 | ||
52 | FILES_${PN} += "${nonarch_base_libdir}/udev/*" | 52 | FILES:${PN} += "${nonarch_base_libdir}/udev/*" |
53 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | 53 | FILES:${PN}-dbg += "${libdir}/*/*/.debug" |
54 | FILES_${PN}-dev += "${libdir}/*/*/*.la" | 54 | FILES:${PN}-dev += "${libdir}/*/*/*.la" |
55 | FILES_${PN}-doc += "${datadir}/libgphoto2_port/0.12.0/vcamera/README.txt" | 55 | FILES:${PN}-doc += "${datadir}/libgphoto2_port/0.12.0/vcamera/README.txt" |
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_2.44.1.bb b/meta-oe/recipes-graphics/graphviz/graphviz_2.44.1.bb index 8fe837b75..7d2515e07 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_2.44.1.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_2.44.1.bb | |||
@@ -15,8 +15,8 @@ DEPENDS = " \ | |||
15 | expat \ | 15 | expat \ |
16 | freetype \ | 16 | freetype \ |
17 | " | 17 | " |
18 | DEPENDS_append_class-target = " ${BPN}-native" | 18 | DEPENDS:append:class-target = " ${BPN}-native" |
19 | DEPENDS_append_class-nativesdk = " ${BPN}-native" | 19 | DEPENDS:append:class-nativesdk = " ${BPN}-native" |
20 | 20 | ||
21 | inherit autotools-brokensep pkgconfig gettext | 21 | inherit autotools-brokensep pkgconfig gettext |
22 | 22 | ||
@@ -24,19 +24,19 @@ SRC_URI = "https://www2.graphviz.org/Packages/stable/portable_source/${BP}.tar.g | |||
24 | file://0001-plugin-pango-Include-freetype-headers-explicitly.patch \ | 24 | file://0001-plugin-pango-Include-freetype-headers-explicitly.patch \ |
25 | " | 25 | " |
26 | # Use native mkdefs | 26 | # Use native mkdefs |
27 | SRC_URI_append_class-target = "\ | 27 | SRC_URI:append:class-target = "\ |
28 | file://0001-Use-native-mkdefs.patch \ | 28 | file://0001-Use-native-mkdefs.patch \ |
29 | file://0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch \ | 29 | file://0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch \ |
30 | " | 30 | " |
31 | SRC_URI_append_class-nativesdk = "\ | 31 | SRC_URI:append:class-nativesdk = "\ |
32 | file://0001-Use-native-mkdefs.patch \ | 32 | file://0001-Use-native-mkdefs.patch \ |
33 | file://graphviz-setup.sh \ | 33 | file://graphviz-setup.sh \ |
34 | " | 34 | " |
35 | SRC_URI[sha256sum] = "8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313" | 35 | SRC_URI[sha256sum] = "8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313" |
36 | 36 | ||
37 | EXTRA_OECONF_append = " PS2PDF=/bin/echo" | 37 | EXTRA_OECONF:append = " PS2PDF=/bin/echo" |
38 | 38 | ||
39 | EXTRA_OECONF_class-target = "\ | 39 | EXTRA_OECONF:class-target = "\ |
40 | --with-expatincludedir=${STAGING_INCDIR} \ | 40 | --with-expatincludedir=${STAGING_INCDIR} \ |
41 | --with-expatlibdir=${STAGING_LIBDIR} \ | 41 | --with-expatlibdir=${STAGING_LIBDIR} \ |
42 | --without-included-ltdl \ | 42 | --without-included-ltdl \ |
@@ -45,7 +45,7 @@ EXTRA_OECONF_class-target = "\ | |||
45 | --disable-r \ | 45 | --disable-r \ |
46 | --disable-sharp \ | 46 | --disable-sharp \ |
47 | " | 47 | " |
48 | EXTRA_OECONF_class-nativesdk = "\ | 48 | EXTRA_OECONF:class-nativesdk = "\ |
49 | --with-expatincludedir=${STAGING_INCDIR} \ | 49 | --with-expatincludedir=${STAGING_INCDIR} \ |
50 | --with-expatlibdir=${STAGING_LIBDIR} \ | 50 | --with-expatlibdir=${STAGING_LIBDIR} \ |
51 | --without-included-ltdl \ | 51 | --without-included-ltdl \ |
@@ -54,39 +54,39 @@ EXTRA_OECONF_class-nativesdk = "\ | |||
54 | --disable-r \ | 54 | --disable-r \ |
55 | --disable-sharp \ | 55 | --disable-sharp \ |
56 | " | 56 | " |
57 | CFLAGS_append_class-target = " -D_typ_ssize_t=1 -D_long_double=1" | 57 | CFLAGS:append:class-target = " -D_typ_ssize_t=1 -D_long_double=1" |
58 | CFLAGS_append_class-nativesdk = " -D_typ_ssize_t=1 -D_long_double=1" | 58 | CFLAGS:append:class-nativesdk = " -D_typ_ssize_t=1 -D_long_double=1" |
59 | do_configure_prepend() { | 59 | do_configure:prepend() { |
60 | cd ${S} | 60 | cd ${S} |
61 | # create version.m4 and ignore libtoolize errors | 61 | # create version.m4 and ignore libtoolize errors |
62 | ./autogen.sh NOCONFIG || true | 62 | ./autogen.sh NOCONFIG || true |
63 | } | 63 | } |
64 | 64 | ||
65 | do_install_append_class-native() { | 65 | do_install:append:class-native() { |
66 | # install mkdefs for target build | 66 | # install mkdefs for target build |
67 | install -m755 ${B}/lib/gvpr/mkdefs ${D}${bindir} | 67 | install -m755 ${B}/lib/gvpr/mkdefs ${D}${bindir} |
68 | } | 68 | } |
69 | 69 | ||
70 | do_install_append_class-nativesdk() { | 70 | do_install:append:class-nativesdk() { |
71 | # graphviz-setup.sh must be executed at SDK installation | 71 | # graphviz-setup.sh must be executed at SDK installation |
72 | install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d | 72 | install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d |
73 | install -m 0755 ${WORKDIR}/graphviz-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d | 73 | install -m 0755 ${WORKDIR}/graphviz-setup.sh ${D}${SDKPATHNATIVE}/post-relocate-setup.d |
74 | } | 74 | } |
75 | FILES_${PN}_class-nativesdk += "${SDKPATHNATIVE}" | 75 | FILES:${PN}:class-nativesdk += "${SDKPATHNATIVE}" |
76 | 76 | ||
77 | PACKAGES =+ "${PN}-python ${PN}-perl ${PN}-demo" | 77 | PACKAGES =+ "${PN}-python ${PN}-perl ${PN}-demo" |
78 | 78 | ||
79 | FILES_${PN}-python += "${libdir}/python*/site-packages/ ${libdir}/graphviz/python/" | 79 | FILES:${PN}-python += "${libdir}/python*/site-packages/ ${libdir}/graphviz/python/" |
80 | FILES_${PN}-perl += "${libdir}/perl5/*/vendor_perl/ ${libdir}/graphviz/perl/" | 80 | FILES:${PN}-perl += "${libdir}/perl5/*/vendor_perl/ ${libdir}/graphviz/perl/" |
81 | FILES_${PN}-demo += "${datadir}/graphviz/demo/" | 81 | FILES:${PN}-demo += "${datadir}/graphviz/demo/" |
82 | 82 | ||
83 | RDEPENDS_${PN}-perl += "perl" | 83 | RDEPENDS:${PN}-perl += "perl" |
84 | RDEPENDS_${PN}-python += "python3" | 84 | RDEPENDS:${PN}-python += "python3" |
85 | RDEPENDS_${PN}-demo += "python3 perl" | 85 | RDEPENDS:${PN}-demo += "python3 perl" |
86 | 86 | ||
87 | INSANE_SKIP_${PN}-perl = "dev-so" | 87 | INSANE_SKIP:${PN}-perl = "dev-so" |
88 | INSANE_SKIP_${PN}-python = "dev-so" | 88 | INSANE_SKIP:${PN}-python = "dev-so" |
89 | 89 | ||
90 | FILES_SOLIBSDEV_append = " ${libdir}/graphviz/lib*${SOLIBSDEV}" | 90 | FILES_SOLIBSDEV:append = " ${libdir}/graphviz/lib*${SOLIBSDEV}" |
91 | 91 | ||
92 | BBCLASSEXTEND = "native nativesdk" | 92 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb index b4d94ff6a..a2ecf95d4 100644 --- a/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb +++ b/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | |||
@@ -21,13 +21,13 @@ inherit features_check autotools binconfig pkgconfig gettext | |||
21 | 21 | ||
22 | REQUIRED_DISTRO_FEATURES = "x11" | 22 | REQUIRED_DISTRO_FEATURES = "x11" |
23 | 23 | ||
24 | do_configure_prepend () { | 24 | do_configure:prepend () { |
25 | rm -f ${S}/m4/init.m4 | 25 | rm -f ${S}/m4/init.m4 |
26 | cp -f ${WORKDIR}/Makevars ${S}/po/ | 26 | cp -f ${WORKDIR}/Makevars ${S}/po/ |
27 | } | 27 | } |
28 | 28 | ||
29 | do_install_append () { | 29 | do_install:append () { |
30 | rm -rf ${D}/${exec_prefix}/doc | 30 | rm -rf ${D}/${exec_prefix}/doc |
31 | } | 31 | } |
32 | 32 | ||
33 | FILES_${PN} += "${exec_prefix}/share/duck.png" | 33 | FILES:${PN} += "${exec_prefix}/share/duck.png" |
diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.109.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.109.bb index e1cb3d4a5..ce2a83dcd 100644 --- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.109.bb +++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.109.bb | |||
@@ -39,6 +39,6 @@ EXTRA_OECONF = " \ | |||
39 | --disable-mime-update \ | 39 | --disable-mime-update \ |
40 | " | 40 | " |
41 | 41 | ||
42 | FILES_${PN} = "${bindir} ${datadir}" | 42 | FILES:${PN} = "${bindir} ${datadir}" |
43 | 43 | ||
44 | RDEPENDS_${PN} += "tk-lib" | 44 | RDEPENDS:${PN} += "tk-lib" |
diff --git a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb index 085aaae12..a90d40e4d 100644 --- a/meta-oe/recipes-graphics/imlib2/imlib2_git.bb +++ b/meta-oe/recipes-graphics/imlib2/imlib2_git.bb | |||
@@ -34,6 +34,6 @@ PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | |||
34 | PACKAGECONFIG[id3] = "--with-id3,--without-id3,libid3tag" | 34 | PACKAGECONFIG[id3] = "--with-id3,--without-id3,libid3tag" |
35 | 35 | ||
36 | PACKAGES =+ "${BPN}-loaders ${BPN}-filters ${BPN}-data" | 36 | PACKAGES =+ "${BPN}-loaders ${BPN}-filters ${BPN}-data" |
37 | FILES_${PN}-data = "${datadir}" | 37 | FILES:${PN}-data = "${datadir}" |
38 | FILES_imlib2-loaders = "${libdir}/imlib2/loaders/*.so" | 38 | FILES:imlib2-loaders = "${libdir}/imlib2/loaders/*.so" |
39 | FILES_imlib2-filters = "${libdir}/imlib2/filters/*.so" | 39 | FILES:imlib2-filters = "${libdir}/imlib2/filters/*.so" |
diff --git a/meta-oe/recipes-graphics/jasper/jasper_2.0.26.bb b/meta-oe/recipes-graphics/jasper/jasper_2.0.26.bb index de28af8ba..e63385488 100644 --- a/meta-oe/recipes-graphics/jasper/jasper_2.0.26.bb +++ b/meta-oe/recipes-graphics/jasper/jasper_2.0.26.bb | |||
@@ -14,9 +14,9 @@ PACKAGECONFIG ??= "" | |||
14 | PACKAGECONFIG[jpeg] = "-DJAS_ENABLE_LIBJPEG=true, -DJAS_ENABLE_LIBJPEG=false, jpeg" | 14 | PACKAGECONFIG[jpeg] = "-DJAS_ENABLE_LIBJPEG=true, -DJAS_ENABLE_LIBJPEG=false, jpeg" |
15 | PACKAGECONFIG[opengl] = "-DJAS_ENABLE_OPENGL=true, -DJAS_ENABLE_OPENGL=false, freeglut" | 15 | PACKAGECONFIG[opengl] = "-DJAS_ENABLE_OPENGL=true, -DJAS_ENABLE_OPENGL=false, freeglut" |
16 | 16 | ||
17 | EXTRA_OECMAKE_append = " -DJAS_ENABLE_SHARED=true" | 17 | EXTRA_OECMAKE:append = " -DJAS_ENABLE_SHARED=true" |
18 | 18 | ||
19 | do_install_append() { | 19 | do_install:append() { |
20 | chrpath -d ${D}${bindir}/jasper | 20 | chrpath -d ${D}${bindir}/jasper |
21 | chrpath -d ${D}${bindir}/imginfo | 21 | chrpath -d ${D}${bindir}/imginfo |
22 | chrpath -d ${D}${bindir}/imgcmp | 22 | chrpath -d ${D}${bindir}/imgcmp |
diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb index 35029f517..9e57560d2 100644 --- a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb +++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | |||
@@ -22,6 +22,6 @@ REQUIRED_DISTRO_FEATURES = "opengl x11" | |||
22 | S = "${WORKDIR}/xforms-${PV}" | 22 | S = "${WORKDIR}/xforms-${PV}" |
23 | 23 | ||
24 | DEPENDS = "libxpm jpeg libx11 mesa" | 24 | DEPENDS = "libxpm jpeg libx11 mesa" |
25 | RDEPENDS_${PN} = "bash" | 25 | RDEPENDS:${PN} = "bash" |
26 | 26 | ||
27 | EXTRA_OECONF = "--with-extra-inc=${S}/lib" | 27 | EXTRA_OECONF = "--with-extra-inc=${S}/lib" |
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb b/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb index ea8e9eaa3..14f30e097 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb | |||
@@ -20,7 +20,7 @@ export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" | |||
20 | # Disable the run-time loading of the libs and bring back the soname dependencies. | 20 | # Disable the run-time loading of the libs and bring back the soname dependencies. |
21 | EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" | 21 | EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" |
22 | 22 | ||
23 | do_configure_prepend() { | 23 | do_configure:prepend() { |
24 | # Removing these files fixes a libtool version mismatch. | 24 | # Removing these files fixes a libtool version mismatch. |
25 | rm -f ${S}/acinclude/libtool.m4 | 25 | rm -f ${S}/acinclude/libtool.m4 |
26 | rm -f ${S}/acinclude/sdl.m4 | 26 | rm -f ${S}/acinclude/sdl.m4 |
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb index d8b378f2c..6673ba3d4 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb | |||
@@ -16,7 +16,7 @@ inherit autotools pkgconfig | |||
16 | 16 | ||
17 | LDFLAGS += "-lm" | 17 | LDFLAGS += "-lm" |
18 | 18 | ||
19 | do_configure_prepend() { | 19 | do_configure:prepend() { |
20 | # make autoreconf happy | 20 | # make autoreconf happy |
21 | touch ${S}/NEWS ${S}/AUTHORS ${S}/ChangeLog | 21 | touch ${S}/NEWS ${S}/AUTHORS ${S}/ChangeLog |
22 | 22 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.5.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.5.bb index 0a346bd9e..1218b6880 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.5.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.0.5.bb | |||
@@ -17,7 +17,7 @@ inherit autotools pkgconfig | |||
17 | # Disable the run-time loading of the libs and bring back the soname dependencies. | 17 | # Disable the run-time loading of the libs and bring back the soname dependencies. |
18 | EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" | 18 | EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" |
19 | 19 | ||
20 | do_configure_prepend() { | 20 | do_configure:prepend() { |
21 | # make autoreconf happy | 21 | # make autoreconf happy |
22 | touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog | 22 | touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog |
23 | # Removing these files fixes a libtool version mismatch. | 23 | # Removing these files fixes a libtool version mismatch. |
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb index 6b6a531d3..897a33f08 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb | |||
@@ -18,7 +18,7 @@ EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --disable-music-ogg-share | |||
18 | PACKAGECONFIG ??= "" | 18 | PACKAGECONFIG ??= "" |
19 | PACKAGECONFIG[mad] = "--enable-music-mp3-mad-gpl,--disable-music-mp3-mad-gpl,libmad" | 19 | PACKAGECONFIG[mad] = "--enable-music-mp3-mad-gpl,--disable-music-mp3-mad-gpl,libmad" |
20 | 20 | ||
21 | do_configure_prepend () { | 21 | do_configure:prepend () { |
22 | # Remove old libtool macros. | 22 | # Remove old libtool macros. |
23 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | 23 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" |
24 | for i in ${MACROS}; do | 24 | for i in ${MACROS}; do |
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.0.1.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.0.1.bb index 0ea96fe1b..f09dc5efb 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.0.1.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.0.1.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = "virtual/libsdl2" | |||
15 | SRC_URI[md5sum] = "5c1d9d1cfa63301b141cb5c0de2ea7c4" | 15 | SRC_URI[md5sum] = "5c1d9d1cfa63301b141cb5c0de2ea7c4" |
16 | SRC_URI[sha256sum] = "15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21" | 16 | SRC_URI[sha256sum] = "15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21" |
17 | 17 | ||
18 | do_configure_prepend() { | 18 | do_configure:prepend() { |
19 | # create dummy files which autotools consider as mandatory | 19 | # create dummy files which autotools consider as mandatory |
20 | touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog | 20 | touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog |
21 | 21 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb index 7d896cf00..5787e988d 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.0.15.bb | |||
@@ -18,7 +18,7 @@ inherit autotools pkgconfig features_check | |||
18 | # links to libGL.so | 18 | # links to libGL.so |
19 | REQUIRED_DISTRO_FEATURES += "x11 opengl" | 19 | REQUIRED_DISTRO_FEATURES += "x11 opengl" |
20 | 20 | ||
21 | do_configure_prepend() { | 21 | do_configure:prepend() { |
22 | # Removing these files fixes a libtool version mismatch. | 22 | # Removing these files fixes a libtool version mismatch. |
23 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | 23 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" |
24 | 24 | ||
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb index d91a1856b..785ce6c8a 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb | |||
@@ -56,8 +56,8 @@ EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers | |||
56 | 56 | ||
57 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa directfb pulseaudio x11', d)} \ | 57 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa directfb pulseaudio x11', d)} \ |
58 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)}" | 58 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)}" |
59 | PACKAGECONFIG_class-native = "x11" | 59 | PACKAGECONFIG:class-native = "x11" |
60 | PACKAGECONFIG_class-nativesdk = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 60 | PACKAGECONFIG:class-nativesdk = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
61 | 61 | ||
62 | PACKAGECONFIG[alsa] = "--enable-alsa --disable-alsatest,--disable-alsa,alsa-lib" | 62 | PACKAGECONFIG[alsa] = "--enable-alsa --disable-alsatest,--disable-alsa,alsa-lib" |
63 | PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio,--disable-pulseaudio,pulseaudio" | 63 | PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio,--disable-pulseaudio,pulseaudio" |
@@ -72,7 +72,7 @@ PACKAGECONFIG[directx] = "--enable-directx,--disable-directx" | |||
72 | 72 | ||
73 | EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" | 73 | EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" |
74 | 74 | ||
75 | do_configure_prepend() { | 75 | do_configure:prepend() { |
76 | # Remove old libtool macros. | 76 | # Remove old libtool macros. |
77 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | 77 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" |
78 | for i in ${MACROS}; do | 78 | for i in ${MACROS}; do |
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb index 11bba430e..3ed9e9473 100644 --- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb +++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb | |||
@@ -40,7 +40,7 @@ PACKAGECONFIG[websockets] = "-DWITH_WEBSOCKETS=ON,-DWITH_WEBSOCKETS=OFF," | |||
40 | PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib" | 40 | PACKAGECONFIG[zlib] = "-DWITH_ZLIB=ON,-DWITH_ZLIB=OFF,zlib" |
41 | 41 | ||
42 | PACKAGE_BEFORE_PN = "libvncclient" | 42 | PACKAGE_BEFORE_PN = "libvncclient" |
43 | FILES_libvncclient = "${libdir}/libvncclient.*" | 43 | FILES:libvncclient = "${libdir}/libvncclient.*" |
44 | 44 | ||
45 | inherit cmake | 45 | inherit cmake |
46 | 46 | ||
diff --git a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb index fdf01618a..b298684ff 100644 --- a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb +++ b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad0 | |||
6 | 6 | ||
7 | SRC_URI = "git://github.com/libyui/libyui.git" | 7 | SRC_URI = "git://github.com/libyui/libyui.git" |
8 | 8 | ||
9 | SRC_URI_append_class-target = " file://0001-Fix-the-error-of-can-t-find-header-file.patch" | 9 | SRC_URI:append:class-target = " file://0001-Fix-the-error-of-can-t-find-header-file.patch" |
10 | 10 | ||
11 | SRCREV = "718ac672374a2b0f50cbc7d637d90e6471babc3d" | 11 | SRCREV = "718ac672374a2b0f50cbc7d637d90e6471babc3d" |
12 | 12 | ||
@@ -22,7 +22,7 @@ EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DWERROR=OFF" | |||
22 | 22 | ||
23 | CXXFLAGS += "-DNCURSES_WIDECHAR" | 23 | CXXFLAGS += "-DNCURSES_WIDECHAR" |
24 | 24 | ||
25 | do_configure_prepend () { | 25 | do_configure:prepend () { |
26 | cd ${S} | 26 | cd ${S} |
27 | if [ -e ${PKG_CONFIG_SYSROOT_DIR}${base_prefix}/usr/lib/libyui.so ]; then | 27 | if [ -e ${PKG_CONFIG_SYSROOT_DIR}${base_prefix}/usr/lib/libyui.so ]; then |
28 | mkdir -p ${PKG_CONFIG_SYSROOT_DIR}${base_prefix}/usr/lib64/ | 28 | mkdir -p ${PKG_CONFIG_SYSROOT_DIR}${base_prefix}/usr/lib64/ |
@@ -32,17 +32,17 @@ do_configure_prepend () { | |||
32 | sed -i -e "s#\${YPREFIX}#\${PKG_CONFIG_SYSROOT_DIR}${base_prefix}&#" ${S}/CMakeLists.txt | 32 | sed -i -e "s#\${YPREFIX}#\${PKG_CONFIG_SYSROOT_DIR}${base_prefix}&#" ${S}/CMakeLists.txt |
33 | } | 33 | } |
34 | 34 | ||
35 | do_install_append () { | 35 | do_install:append () { |
36 | if [ "${libdir}" = "${base_prefix}/usr/lib" ] && [ -d ${D}/usr/lib64 ]; then | 36 | if [ "${libdir}" = "${base_prefix}/usr/lib" ] && [ -d ${D}/usr/lib64 ]; then |
37 | mv ${D}/usr/lib64 ${D}/usr/lib | 37 | mv ${D}/usr/lib64 ${D}/usr/lib |
38 | fi | 38 | fi |
39 | } | 39 | } |
40 | 40 | ||
41 | do_install_append_class-nativesdk () { | 41 | do_install:append:class-nativesdk () { |
42 | mkdir -p ${D}/${base_prefix} | 42 | mkdir -p ${D}/${base_prefix} |
43 | mv ${D}/usr ${D}/${base_prefix} | 43 | mv ${D}/usr ${D}/${base_prefix} |
44 | } | 44 | } |
45 | 45 | ||
46 | FILES_${PN} += "${datadir}/*" | 46 | FILES:${PN} += "${datadir}/*" |
47 | 47 | ||
48 | FILES_${PN}-dev += "${libdir}/*" | 48 | FILES:${PN}-dev += "${libdir}/*" |
diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb b/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb index acab7d456..b15343c2c 100644 --- a/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb +++ b/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb | |||
@@ -22,15 +22,15 @@ EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DWERROR=OFF" | |||
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
24 | 24 | ||
25 | do_install_append () { | 25 | do_install:append () { |
26 | if [ "${libdir}" = "${base_prefix}/usr/lib" ] && [ -d ${D}/usr/lib64 ]; then | 26 | if [ "${libdir}" = "${base_prefix}/usr/lib" ] && [ -d ${D}/usr/lib64 ]; then |
27 | mv ${D}/usr/lib64 ${D}/usr/lib | 27 | mv ${D}/usr/lib64 ${D}/usr/lib |
28 | fi | 28 | fi |
29 | } | 29 | } |
30 | 30 | ||
31 | do_install_append_class-nativesdk () { | 31 | do_install:append:class-nativesdk () { |
32 | mkdir -p ${D}/${base_prefix} | 32 | mkdir -p ${D}/${base_prefix} |
33 | mv ${D}/usr ${D}/${base_prefix} | 33 | mv ${D}/usr ${D}/${base_prefix} |
34 | } | 34 | } |
35 | 35 | ||
36 | FILES_${PN}-dev = "${libdir}/* ${includedir}/yui*" | 36 | FILES:${PN}-dev = "${libdir}/* ${includedir}/yui*" |
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb index 216bbb624..2a8a8859b 100644 --- a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb +++ b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | |||
@@ -26,7 +26,7 @@ PE = "1" | |||
26 | 26 | ||
27 | DEPENDS = "virtual/libintl intltool-native cairo dbus gdk-pixbuf glib-2.0 gtk+3 virtual/libx11 libxcb pango iso-codes" | 27 | DEPENDS = "virtual/libintl intltool-native cairo dbus gdk-pixbuf glib-2.0 gtk+3 virtual/libx11 libxcb pango iso-codes" |
28 | DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "consolekit", d)}" | 28 | DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "", "consolekit", d)}" |
29 | DEPENDS_append_libc-musl = " libexecinfo" | 29 | DEPENDS:append:libc-musl = " libexecinfo" |
30 | 30 | ||
31 | # combine oe-core way with angstrom DISTRO_TYPE | 31 | # combine oe-core way with angstrom DISTRO_TYPE |
32 | DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", "",d)}" | 32 | DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", "",d)}" |
@@ -35,19 +35,19 @@ inherit autotools pkgconfig gettext systemd features_check | |||
35 | # depends on virtual/libx11 | 35 | # depends on virtual/libx11 |
36 | REQUIRED_DISTRO_FEATURES = "x11" | 36 | REQUIRED_DISTRO_FEATURES = "x11" |
37 | 37 | ||
38 | CFLAGS_append = " -fno-builtin-fork -fno-builtin-memset -fno-builtin-strstr " | 38 | CFLAGS:append = " -fno-builtin-fork -fno-builtin-memset -fno-builtin-strstr " |
39 | LDFLAGS_append_libc-musl = " -lexecinfo" | 39 | LDFLAGS:append:libc-musl = " -lexecinfo" |
40 | 40 | ||
41 | EXTRA_OECONF += "--enable-gtk3=yes --enable-password=yes --with-x -with-xconn=xcb \ | 41 | EXTRA_OECONF += "--enable-gtk3=yes --enable-password=yes --with-x -with-xconn=xcb \ |
42 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/ --disable-consolekit', '--without-systemdsystemunitdir', d)} \ | 42 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/ --disable-consolekit', '--without-systemdsystemunitdir', d)} \ |
43 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \ | 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \ |
44 | " | 44 | " |
45 | 45 | ||
46 | do_configure_prepend() { | 46 | do_configure:prepend() { |
47 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po/ | 47 | cp ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po/ |
48 | } | 48 | } |
49 | 49 | ||
50 | do_compile_append() { | 50 | do_compile:append() { |
51 | # default background configured not available / no password field available / no default screensaver | 51 | # default background configured not available / no password field available / no default screensaver |
52 | sed -i -e 's,bg=,# bg=,g' \ | 52 | sed -i -e 's,bg=,# bg=,g' \ |
53 | -e 's,# skip_password=,skip_password=,g' \ | 53 | -e 's,# skip_password=,skip_password=,g' \ |
@@ -57,7 +57,7 @@ do_compile_append() { | |||
57 | oe_runmake -C ${B}/data lxdm.conf | 57 | oe_runmake -C ${B}/data lxdm.conf |
58 | } | 58 | } |
59 | 59 | ||
60 | do_install_append() { | 60 | do_install:append() { |
61 | install -d ${D}${localstatedir}/lib/lxdm | 61 | install -d ${D}${localstatedir}/lib/lxdm |
62 | install -m 644 ${WORKDIR}/lxdm.conf ${D}${localstatedir}/lib/lxdm | 62 | install -m 644 ${WORKDIR}/lxdm.conf ${D}${localstatedir}/lib/lxdm |
63 | if ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'true', 'false', d)}; then | 63 | if ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'true', 'false', d)}; then |
@@ -69,7 +69,7 @@ do_install_append() { | |||
69 | } | 69 | } |
70 | 70 | ||
71 | # make installed languages choosable | 71 | # make installed languages choosable |
72 | pkg_postinst_${PN} () { | 72 | pkg_postinst:${PN} () { |
73 | langs="" | 73 | langs="" |
74 | for lang in `find $D${libdir}/locale -maxdepth 1 | grep _ | sort`; do | 74 | for lang in `find $D${libdir}/locale -maxdepth 1 | grep _ | sort`; do |
75 | lang=`basename $lang` | 75 | lang=`basename $lang` |
@@ -82,9 +82,9 @@ done | |||
82 | sed -i "s:last_langs=.*$:last_langs=$langs:g" $D${localstatedir}/lib/lxdm/lxdm.conf | 82 | sed -i "s:last_langs=.*$:last_langs=$langs:g" $D${localstatedir}/lib/lxdm/lxdm.conf |
83 | } | 83 | } |
84 | 84 | ||
85 | RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)} setxkbmap bash librsvg-gtk" | 85 | RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)} setxkbmap bash librsvg-gtk" |
86 | 86 | ||
87 | RPROVIDES_${PN} += "${PN}-systemd" | 87 | RPROVIDES:${PN} += "${PN}-systemd" |
88 | RREPLACES_${PN} += "${PN}-systemd" | 88 | RREPLACES:${PN} += "${PN}-systemd" |
89 | RCONFLICTS_${PN} += "${PN}-systemd" | 89 | RCONFLICTS:${PN} += "${PN}-systemd" |
90 | SYSTEMD_SERVICE_${PN} = "lxdm.service" | 90 | SYSTEMD_SERVICE:${PN} = "lxdm.service" |
diff --git a/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb index ac2634d8e..3f6ab4452 100644 --- a/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb +++ b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb | |||
@@ -17,7 +17,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
17 | EXTRA_OECONF = "--x-includes=${STAGING_INCDIR} \ | 17 | EXTRA_OECONF = "--x-includes=${STAGING_INCDIR} \ |
18 | --x-libraries=${STAGING_LIBDIR}" | 18 | --x-libraries=${STAGING_LIBDIR}" |
19 | 19 | ||
20 | do_configure_prepend() { | 20 | do_configure:prepend() { |
21 | # remove this from acinclude.m4 or build fails | 21 | # remove this from acinclude.m4 or build fails |
22 | sed -i '/_AC_PATH_X_XMKMF/d' ${S}/acinclude.m4 | 22 | sed -i '/_AC_PATH_X_XMKMF/d' ${S}/acinclude.m4 |
23 | } | 23 | } |
diff --git a/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb b/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb index 7ba8f38a9..a44e79362 100644 --- a/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb +++ b/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb | |||
@@ -12,6 +12,6 @@ SRC_URI = " \ | |||
12 | git://github.com/klange/nyancat;protocol=https;branch=master \ | 12 | git://github.com/klange/nyancat;protocol=https;branch=master \ |
13 | " | 13 | " |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN} | 16 | install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN} |
17 | } | 17 | } |
diff --git a/meta-oe/recipes-graphics/openbox/obconf_git.bb b/meta-oe/recipes-graphics/openbox/obconf_git.bb index 53c589821..bb1e7528e 100644 --- a/meta-oe/recipes-graphics/openbox/obconf_git.bb +++ b/meta-oe/recipes-graphics/openbox/obconf_git.bb | |||
@@ -24,10 +24,10 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
24 | 24 | ||
25 | EXTRA_AUTORECONF = "" | 25 | EXTRA_AUTORECONF = "" |
26 | 26 | ||
27 | FILES_${PN} += "\ | 27 | FILES:${PN} += "\ |
28 | ${datadir}/mime \ | 28 | ${datadir}/mime \ |
29 | " | 29 | " |
30 | 30 | ||
31 | do_install_append () { | 31 | do_install:append () { |
32 | rm -rf ${D}${datadir}/mimelnk | 32 | rm -rf ${D}${datadir}/mimelnk |
33 | } | 33 | } |
diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb index e269a264f..6ada9b7d2 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | |||
@@ -17,7 +17,7 @@ inherit autotools gettext update-alternatives pkgconfig features_check | |||
17 | # depends on virtual/libx11 | 17 | # depends on virtual/libx11 |
18 | REQUIRED_DISTRO_FEATURES = "x11" | 18 | REQUIRED_DISTRO_FEATURES = "x11" |
19 | 19 | ||
20 | ALTERNATIVE_${PN}-core = "x-window-manager x-session-manager" | 20 | ALTERNATIVE:${PN}-core = "x-window-manager x-session-manager" |
21 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" | 21 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" |
22 | ALTERNATIVE_PRIORITY[x-window-manager] = "10" | 22 | ALTERNATIVE_PRIORITY[x-window-manager] = "10" |
23 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/openbox-session" | 23 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/openbox-session" |
@@ -34,25 +34,25 @@ PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome ${PN}-config" | |||
34 | 34 | ||
35 | PACKAGES_DYNAMIC += "^${PN}-theme-.*" | 35 | PACKAGES_DYNAMIC += "^${PN}-theme-.*" |
36 | 36 | ||
37 | python populate_packages_prepend() { | 37 | python populate_packages:prepend() { |
38 | theme_dir = d.expand('${datadir}/themes/') | 38 | theme_dir = d.expand('${datadir}/themes/') |
39 | theme_name = d.expand('${PN}-theme-%s') | 39 | theme_name = d.expand('${PN}-theme-%s') |
40 | do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True) | 40 | do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True) |
41 | } | 41 | } |
42 | 42 | ||
43 | FILES_${PN}-core = "${bindir}/openbox ${bindir}/openbox-session ${libdir}/*${SOLIBS}" | 43 | FILES:${PN}-core = "${bindir}/openbox ${bindir}/openbox-session ${libdir}/*${SOLIBS}" |
44 | 44 | ||
45 | FILES_${PN}-lxde += "${datadir}/lxde/ \ | 45 | FILES:${PN}-lxde += "${datadir}/lxde/ \ |
46 | ${datadir}/lxpanel \ | 46 | ${datadir}/lxpanel \ |
47 | ${datadir}/xsessions \ | 47 | ${datadir}/xsessions \ |
48 | ${datadir}/icons" | 48 | ${datadir}/icons" |
49 | 49 | ||
50 | FILES_${PN}-gnome += " \ | 50 | FILES:${PN}-gnome += " \ |
51 | ${bindir}/openbox-gnome-session \ | 51 | ${bindir}/openbox-gnome-session \ |
52 | ${datadir}/gnome \ | 52 | ${datadir}/gnome \ |
53 | ${datadir}/gnome-session \ | 53 | ${datadir}/gnome-session \ |
54 | " | 54 | " |
55 | 55 | ||
56 | FILES_${PN}-config += "${sysconfdir}" | 56 | FILES:${PN}-config += "${sysconfdir}" |
57 | 57 | ||
58 | RDEPENDS_${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks python3 python3-shell pyxdg" | 58 | RDEPENDS:${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks python3 python3-shell pyxdg" |
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb index 62aa4b43d..9f610ef73 100644 --- a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb +++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb | |||
@@ -18,6 +18,6 @@ inherit cmake | |||
18 | # for multilib | 18 | # for multilib |
19 | EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_LIB_DIR=${@d.getVar('baselib').replace('/', '')}" | 19 | EXTRA_OECMAKE += "-DOPENJPEG_INSTALL_LIB_DIR=${@d.getVar('baselib').replace('/', '')}" |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/openjpeg*" | 21 | FILES:${PN} += "${libdir}/openjpeg*" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb index 3069d2ded..0af6ac006 100644 --- a/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb +++ b/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb | |||
@@ -13,13 +13,13 @@ PACKAGES += "\ | |||
13 | ${PN}-japanese \ | 13 | ${PN}-japanese \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RRECOMMENDS_${PN} = "\ | 16 | RRECOMMENDS:${PN} = "\ |
17 | ${PN}-core \ | 17 | ${PN}-core \ |
18 | ${PN}-chinese \ | 18 | ${PN}-chinese \ |
19 | ${PN}-japanese \ | 19 | ${PN}-japanese \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_${PN}-core = "\ | 22 | RDEPENDS:${PN}-core = "\ |
23 | fontconfig-utils \ | 23 | fontconfig-utils \ |
24 | \ | 24 | \ |
25 | ttf-dejavu-common \ | 25 | ttf-dejavu-common \ |
@@ -28,12 +28,12 @@ RDEPENDS_${PN}-core = "\ | |||
28 | " | 28 | " |
29 | # ttf-dejavu-serif | 29 | # ttf-dejavu-serif |
30 | 30 | ||
31 | RDEPENDS_${PN}-chinese = "\ | 31 | RDEPENDS:${PN}-chinese = "\ |
32 | ${PN}-core \ | 32 | ${PN}-core \ |
33 | ttf-arphic-uming \ | 33 | ttf-arphic-uming \ |
34 | " | 34 | " |
35 | 35 | ||
36 | RDEPENDS_${PN}-japanese = "\ | 36 | RDEPENDS:${PN}-japanese = "\ |
37 | ${PN}-core \ | 37 | ${PN}-core \ |
38 | ttf-sazanami-gothic \ | 38 | ttf-sazanami-gothic \ |
39 | ttf-sazanami-mincho \ | 39 | ttf-sazanami-mincho \ |
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb b/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb index f7e126e95..0aa100fa2 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.46.1.bb | |||
@@ -14,6 +14,6 @@ SRC_URI[archive.sha256sum] = "c885013fe61a4c5117fda395770d507563411c63e49f4a3ace | |||
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||
17 | FILES_${PN} = "${libdir}/lib*.so.*" | 17 | FILES:${PN} = "${libdir}/lib*.so.*" |
18 | FILES_${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/" | 18 | FILES:${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/" |
19 | 19 | ||
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb index fa74fb39e..62d4cba5f 100644 --- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb +++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native" | 14 | DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms vim-native" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "libxcb xcb-util-keysyms" | 16 | RDEPENDS:${PN} = "libxcb xcb-util-keysyms" |
17 | 17 | ||
18 | inherit cmake python3native features_check | 18 | inherit cmake python3native features_check |
19 | 19 | ||
@@ -34,5 +34,5 @@ EXTRA_OECMAKE += "\ | |||
34 | -DCMAKE_BUILD_TYPE=Release \ | 34 | -DCMAKE_BUILD_TYPE=Release \ |
35 | " | 35 | " |
36 | 36 | ||
37 | FILES_${PN} += "${libdir}" | 37 | FILES:${PN} += "${libdir}" |
38 | FILES_${PN}-dev = "${includedir}" | 38 | FILES:${PN}-dev = "${includedir}" |
diff --git a/meta-oe/recipes-graphics/suckless/st_0.8.4.bb b/meta-oe/recipes-graphics/suckless/st_0.8.4.bb index 1f0f2f7f2..c4bb1d2df 100644 --- a/meta-oe/recipes-graphics/suckless/st_0.8.4.bb +++ b/meta-oe/recipes-graphics/suckless/st_0.8.4.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "d42d3ceceb4d6a65e32e90a5336e3d446db612c3fbd9ebc1780bc6c9a0 | |||
11 | 11 | ||
12 | DEPENDS += "libx11 libxft fontconfig ncurses-native" | 12 | DEPENDS += "libx11 libxft fontconfig ncurses-native" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "libx11-locale" | 14 | RDEPENDS:${PN} += "libx11-locale" |
15 | 15 | ||
16 | do_compile() { | 16 | do_compile() { |
17 | make INCS='-I. `pkg-config --cflags x11 fontconfig xft`' LIBS='-lm -lutil `pkg-config --libs x11 fontconfig xft`' | 17 | make INCS='-I. `pkg-config --cflags x11 fontconfig xft`' LIBS='-lm -lutil `pkg-config --libs x11 fontconfig xft`' |
@@ -20,7 +20,7 @@ do_install() { | |||
20 | make install DESTDIR=${D} PREFIX=/usr TERMINFO=${D}${datadir}/terminfo | 20 | make install DESTDIR=${D} PREFIX=/usr TERMINFO=${D}${datadir}/terminfo |
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} += " \ | 23 | FILES:${PN} += " \ |
24 | ${datadir}/terminfo \ | 24 | ${datadir}/terminfo \ |
25 | " | 25 | " |
26 | 26 | ||
@@ -28,7 +28,7 @@ inherit update-alternatives | |||
28 | 28 | ||
29 | ALTERNATIVE_PRIORITY = "50" | 29 | ALTERNATIVE_PRIORITY = "50" |
30 | 30 | ||
31 | ALTERNATIVE_${PN} = "st st-256color" | 31 | ALTERNATIVE:${PN} = "st st-256color" |
32 | 32 | ||
33 | ALTERNATIVE_LINK_NAME[st] = "${datadir}/terminfo/s/st" | 33 | ALTERNATIVE_LINK_NAME[st] = "${datadir}/terminfo/s/st" |
34 | 34 | ||
diff --git a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb index d99ff144b..9ddfc6ae7 100644 --- a/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb +++ b/meta-oe/recipes-graphics/takao-fonts/takao-fonts_003.03.01.bb | |||
@@ -16,4 +16,4 @@ do_install() { | |||
16 | install -m 0644 -p ${S}/*.ttf ${D}/${datadir}/fonts/ | 16 | install -m 0644 -p ${S}/*.ttf ${D}/${datadir}/fonts/ |
17 | } | 17 | } |
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/fonts/*.ttf" | 19 | FILES:${PN} += "${datadir}/fonts/*.ttf" |
diff --git a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb index 789e7eb99..7eddf1da4 100644 --- a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb +++ b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb | |||
@@ -40,6 +40,6 @@ do_install() { | |||
40 | } | 40 | } |
41 | 41 | ||
42 | PACKAGES += "${PN}-consolefonts ${PN}-consoletrans ${PN}-pcf" | 42 | PACKAGES += "${PN}-consolefonts ${PN}-consoletrans ${PN}-pcf" |
43 | FILES_${PN}-consolefonts = "${datadir}/consolefonts" | 43 | FILES:${PN}-consolefonts = "${datadir}/consolefonts" |
44 | FILES_${PN}-consoletrans = "${datadir}/consoletrans" | 44 | FILES:${PN}-consoletrans = "${datadir}/consoletrans" |
45 | FILES_${PN}-pcf = "${datadir}/fonts/terminus" | 45 | FILES:${PN}-pcf = "${datadir}/fonts/terminus" |
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb index fd2973bc2..dea579c4f 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb | |||
@@ -15,12 +15,12 @@ do_install() { | |||
15 | cp -R --no-dereference --preserve=mode,links -v ${S}/*.traineddata ${D}${datadir}/tessdata | 15 | cp -R --no-dereference --preserve=mode,links -v ${S}/*.traineddata ${D}${datadir}/tessdata |
16 | } | 16 | } |
17 | 17 | ||
18 | python populate_packages_prepend () { | 18 | python populate_packages:prepend () { |
19 | tessdata_dir= d.expand('${datadir}/tessdata') | 19 | tessdata_dir= d.expand('${datadir}/tessdata') |
20 | pkgs = do_split_packages(d, tessdata_dir, '^([a-z_]*)\.*', '${BPN}-%s', 'tesseract-ocr language files for %s', extra_depends='') | 20 | pkgs = do_split_packages(d, tessdata_dir, '^([a-z_]*)\.*', '${BPN}-%s', 'tesseract-ocr language files for %s', extra_depends='') |
21 | pn = d.getVar('PN') | 21 | pn = d.getVar('PN') |
22 | d.appendVar('RDEPENDS_' + pn, ' '+' '.join(pkgs)) | 22 | d.appendVar('RDEPENDS:' + pn, ' '+' '.join(pkgs)) |
23 | } | 23 | } |
24 | 24 | ||
25 | PACKAGES_DYNAMIC += "^${BPN}-.*" | 25 | PACKAGES_DYNAMIC += "^${BPN}-.*" |
26 | ALLOW_EMPTY_${PN} = "1" | 26 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb b/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb index 3b5032f06..7856fabb5 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract_4.1.1.bb | |||
@@ -19,6 +19,6 @@ EXTRA_OECONF += "LIBLEPT_HEADERSDIR=${STAGING_INCDIR}/leptonica" | |||
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||
22 | FILES_${PN} += "${datadir}/tessdata" | 22 | FILES:${PN} += "${datadir}/tessdata" |
23 | 23 | ||
24 | RRECOMMENDS_${PN} += "tesseract-lang-eng" | 24 | RRECOMMENDS:${PN} += "tesseract-lang-eng" |
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb index c45fc028f..057a1772a 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.tigervnc.com/" | |||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | SECTION = "x11/utils" | 4 | SECTION = "x11/utils" |
5 | DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk libpam" | 5 | DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk libpam" |
6 | RDEPENDS_${PN} = "coreutils hicolor-icon-theme perl bash" | 6 | RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" | 8 | LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" |
9 | 9 | ||
@@ -85,7 +85,7 @@ EXTRA_OECONF = "--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \ | |||
85 | 85 | ||
86 | EXTRA_OECMAKE += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-DCMAKE_INSTALL_UNITDIR=${systemd_unitdir}', '-DINSTALL_SYSTEMD_UNITS=OFF', d)}" | 86 | EXTRA_OECMAKE += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-DCMAKE_INSTALL_UNITDIR=${systemd_unitdir}', '-DINSTALL_SYSTEMD_UNITS=OFF', d)}" |
87 | 87 | ||
88 | do_configure_append () { | 88 | do_configure:append () { |
89 | olddir=`pwd` | 89 | olddir=`pwd` |
90 | cd ${XSERVER_SOURCE_DIR} | 90 | cd ${XSERVER_SOURCE_DIR} |
91 | 91 | ||
@@ -106,7 +106,7 @@ do_configure_append () { | |||
106 | cd $olddir | 106 | cd $olddir |
107 | } | 107 | } |
108 | 108 | ||
109 | do_compile_append () { | 109 | do_compile:append () { |
110 | olddir=`pwd` | 110 | olddir=`pwd` |
111 | cd ${XSERVER_SOURCE_DIR} | 111 | cd ${XSERVER_SOURCE_DIR} |
112 | 112 | ||
@@ -115,7 +115,7 @@ do_compile_append () { | |||
115 | cd $olddir | 115 | cd $olddir |
116 | } | 116 | } |
117 | 117 | ||
118 | do_install_append() { | 118 | do_install:append() { |
119 | olddir=`pwd` | 119 | olddir=`pwd` |
120 | cd ${XSERVER_SOURCE_DIR}/hw/vnc | 120 | cd ${XSERVER_SOURCE_DIR}/hw/vnc |
121 | 121 | ||
@@ -124,10 +124,10 @@ do_install_append() { | |||
124 | cd $olddir | 124 | cd $olddir |
125 | } | 125 | } |
126 | 126 | ||
127 | FILES_${PN} += " \ | 127 | FILES:${PN} += " \ |
128 | ${libdir}/xorg/modules/extensions \ | 128 | ${libdir}/xorg/modules/extensions \ |
129 | ${datadir}/icons \ | 129 | ${datadir}/icons \ |
130 | ${systemd_unitdir} \ | 130 | ${systemd_unitdir} \ |
131 | " | 131 | " |
132 | 132 | ||
133 | FILES_${PN}-dbg += "${libdir}/xorg/modules/extensions/.debug" | 133 | FILES:${PN}-dbg += "${libdir}/xorg/modules/extensions/.debug" |
diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb b/meta-oe/recipes-graphics/tslib/tslib_1.22.bb index 326818eef..2cdac40fb 100644 --- a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb +++ b/meta-oe/recipes-graphics/tslib/tslib_1.22.bb | |||
@@ -53,31 +53,31 @@ PACKAGECONFIG[galax] = "--enable-galax,--disable-galax" | |||
53 | PACKAGECONFIG[one-wire-ts-input] = "--enable-one-wire-ts-input,--disable-one-wire-ts-input" | 53 | PACKAGECONFIG[one-wire-ts-input] = "--enable-one-wire-ts-input,--disable-one-wire-ts-input" |
54 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | 54 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" |
55 | 55 | ||
56 | do_install_prepend() { | 56 | do_install:prepend() { |
57 | install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf | 57 | install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf |
58 | } | 58 | } |
59 | 59 | ||
60 | do_install_append() { | 60 | do_install:append() { |
61 | install -d ${D}${sysconfdir}/profile.d/ | 61 | install -d ${D}${sysconfdir}/profile.d/ |
62 | install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ | 62 | install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ |
63 | } | 63 | } |
64 | 64 | ||
65 | RPROVIDES_tslib-conf = "libts-0.0-conf" | 65 | RPROVIDES:tslib-conf = "libts-0.0-conf" |
66 | 66 | ||
67 | PACKAGES =+ "tslib-conf tslib-tests tslib-calibrate tslib-uinput" | 67 | PACKAGES =+ "tslib-conf tslib-tests tslib-calibrate tslib-uinput" |
68 | DEBIAN_NOAUTONAME_tslib-conf = "1" | 68 | DEBIAN_NOAUTONAME:tslib-conf = "1" |
69 | DEBIAN_NOAUTONAME_tslib-tests = "1" | 69 | DEBIAN_NOAUTONAME:tslib-tests = "1" |
70 | DEBIAN_NOAUTONAME_tslib-calibrate = "1" | 70 | DEBIAN_NOAUTONAME:tslib-calibrate = "1" |
71 | DEBIAN_NOAUTONAME_tslib-uinput = "1" | 71 | DEBIAN_NOAUTONAME:tslib-uinput = "1" |
72 | 72 | ||
73 | RDEPENDS_${PN} = "tslib-conf" | 73 | RDEPENDS:${PN} = "tslib-conf" |
74 | RRECOMMENDS_${PN} = "pointercal" | 74 | RRECOMMENDS:${PN} = "pointercal" |
75 | 75 | ||
76 | FILES_${PN}-dev += "${libdir}/ts/*.la" | 76 | FILES:${PN}-dev += "${libdir}/ts/*.la" |
77 | FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" | 77 | FILES:tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" |
78 | FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*" | 78 | FILES:${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*" |
79 | FILES_tslib-calibrate += "${bindir}/ts_calibrate" | 79 | FILES:tslib-calibrate += "${bindir}/ts_calibrate" |
80 | FILES_tslib-uinput += "${bindir}/ts_uinput" | 80 | FILES:tslib-uinput += "${bindir}/ts_uinput" |
81 | 81 | ||
82 | FILES_tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_print_mt \ | 82 | FILES:tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_print_mt \ |
83 | ${bindir}/ts_test ${bindir}/ts_test_mt ${bindir}/ts_verify ${bindir}/ts_finddev ${bindir}/ts_conf" | 83 | ${bindir}/ts_test ${bindir}/ts_test_mt ${bindir}/ts_verify ${bindir}/ts_finddev ${bindir}/ts_conf" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb b/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb index 5d10195f7..3402d0d46 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb | |||
@@ -22,7 +22,7 @@ do_install() { | |||
22 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; | 22 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; |
23 | } | 23 | } |
24 | 24 | ||
25 | FILES_${PN} = " \ | 25 | FILES:${PN} = " \ |
26 | ${sysconfdir}/fonts \ | 26 | ${sysconfdir}/fonts \ |
27 | ${datadir}/fonts \ | 27 | ${datadir}/fonts \ |
28 | " | 28 | " |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_1.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_1.004.bb index 9fbfc8b49..fcc6a2364 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_1.004.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_1.004.bb | |||
@@ -27,7 +27,7 @@ do_install() { | |||
27 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; | 27 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; |
28 | } | 28 | } |
29 | 29 | ||
30 | FILES_${PN} = " \ | 30 | FILES:${PN} = " \ |
31 | ${sysconfdir}/fonts \ | 31 | ${sysconfdir}/fonts \ |
32 | ${datadir}/fonts \ | 32 | ${datadir}/fonts \ |
33 | " | 33 | " |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_1.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_1.004.bb index 4a26a2f57..27fe9dbaf 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_1.004.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_1.004.bb | |||
@@ -27,7 +27,7 @@ do_install() { | |||
27 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; | 27 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; |
28 | } | 28 | } |
29 | 29 | ||
30 | FILES_${PN} = " \ | 30 | FILES:${PN} = " \ |
31 | ${sysconfdir}/fonts \ | 31 | ${sysconfdir}/fonts \ |
32 | ${datadir}/fonts \ | 32 | ${datadir}/fonts \ |
33 | " | 33 | " |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_1.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_1.004.bb index c91d1671f..fc3a6b794 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_1.004.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_1.004.bb | |||
@@ -27,7 +27,7 @@ do_install() { | |||
27 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; | 27 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; |
28 | } | 28 | } |
29 | 29 | ||
30 | FILES_${PN} = " \ | 30 | FILES:${PN} = " \ |
31 | ${sysconfdir}/fonts \ | 31 | ${sysconfdir}/fonts \ |
32 | ${datadir}/fonts \ | 32 | ${datadir}/fonts \ |
33 | " | 33 | " |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_1.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_1.004.bb index 728250538..aa43c9229 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_1.004.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_1.004.bb | |||
@@ -27,7 +27,7 @@ do_install() { | |||
27 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; | 27 | find ./ -name '*.otf' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \; |
28 | } | 28 | } |
29 | 29 | ||
30 | FILES_${PN} = " \ | 30 | FILES:${PN} = " \ |
31 | ${sysconfdir}/fonts \ | 31 | ${sysconfdir}/fonts \ |
32 | ${datadir}/fonts \ | 32 | ${datadir}/fonts \ |
33 | " | 33 | " |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.000.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.000.bb index d3dd417dc..29a1f6ba7 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.000.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.000.bb | |||
@@ -12,4 +12,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
12 | SRC_URI[sha256sum] = "274204a53b30f64cca662d78c7199e3c0325ea95ad4109886b47af734c92d0f9" | 12 | SRC_URI[sha256sum] = "274204a53b30f64cca662d78c7199e3c0325ea95ad4109886b47af734c92d0f9" |
13 | 13 | ||
14 | FONT_PACKAGES = "${PN}" | 14 | FONT_PACKAGES = "${PN}" |
15 | FILES_${PN} = "${datadir}" | 15 | FILES:${PN} = "${datadir}" |
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 9de02b0f3..73c8eb41a 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 | |||
@@ -3,7 +3,7 @@ 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 | SRC_DISTRIBUTE_LICENSES += "${PN}" |
6 | RPROVIDES_${PN} = "virtual-chinese-font" | 6 | RPROVIDES:${PN} = "virtual-chinese-font" |
7 | PR = "r6" | 7 | PR = "r6" |
8 | 8 | ||
9 | FONT_PACKAGES = "${PN}" | 9 | FONT_PACKAGES = "${PN}" |
@@ -13,7 +13,7 @@ S = "${WORKDIR}" | |||
13 | 13 | ||
14 | require ttf.inc | 14 | require ttf.inc |
15 | 15 | ||
16 | FILES_${PN} = "${datadir}" | 16 | FILES:${PN} = "${datadir}" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "d219fcaf953f3eb1889399955a00379f" | 18 | SRC_URI[md5sum] = "d219fcaf953f3eb1889399955a00379f" |
19 | SRC_URI[sha256sum] = "8038a6db9e832456d5da5559aff8d15130243be1091bf24f3243503a6f1bda98" | 19 | SRC_URI[sha256sum] = "8038a6db9e832456d5da5559aff8d15130243be1091bf24f3243503a6f1bda98" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb index 03f30bf4a..0de499666 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb | |||
@@ -6,13 +6,13 @@ LICENSE = "BitstreamVera" | |||
6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=449b2c30bfe5fa897fe87b8b70b16cfa" | 6 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=449b2c30bfe5fa897fe87b8b70b16cfa" |
7 | 7 | ||
8 | # all subpackages except ${PN}-common itself rdepends on ${PN}-common | 8 | # all subpackages except ${PN}-common itself rdepends on ${PN}-common |
9 | RDEPENDS_${PN}-sans = "${PN}-common" | 9 | RDEPENDS:${PN}-sans = "${PN}-common" |
10 | RDEPENDS_${PN}-sans-mono = "${PN}-common" | 10 | RDEPENDS:${PN}-sans-mono = "${PN}-common" |
11 | RDEPENDS_${PN}-sans-condensed = "${PN}-common" | 11 | RDEPENDS:${PN}-sans-condensed = "${PN}-common" |
12 | RDEPENDS_${PN}-serif = "${PN}-common" | 12 | RDEPENDS:${PN}-serif = "${PN}-common" |
13 | RDEPENDS_${PN}-serif-condensed = "${PN}-common" | 13 | RDEPENDS:${PN}-serif-condensed = "${PN}-common" |
14 | RDEPENDS_${PN}-mathtexgyre = "${PN}-common" | 14 | RDEPENDS:${PN}-mathtexgyre = "${PN}-common" |
15 | RDEPENDS_${PN}-common = "" | 15 | RDEPENDS:${PN}-common = "" |
16 | PR = "r7" | 16 | PR = "r7" |
17 | 17 | ||
18 | SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ | 18 | SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ |
@@ -20,7 +20,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-fonts-ttf-${PV}.tar.bz2 \ | |||
20 | 20 | ||
21 | S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf" | 21 | S = "${WORKDIR}/dejavu-fonts-ttf-${PV}/ttf" |
22 | 22 | ||
23 | do_install_append () { | 23 | do_install:append () { |
24 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 24 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
25 | install -m 0644 ${WORKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ | 25 | install -m 0644 ${WORKDIR}/30-dejavu-aliases.conf ${D}${sysconfdir}/fonts/conf.d/ |
26 | } | 26 | } |
@@ -35,13 +35,13 @@ PACKAGES = "\ | |||
35 | ${PN}-common" | 35 | ${PN}-common" |
36 | FONT_PACKAGES = "${PN}-sans ${PN}-sans-mono ${PN}-sans-condensed ${PN}-serif ${PN}-serif-condensed ${PN}-mathtexgyre" | 36 | FONT_PACKAGES = "${PN}-sans ${PN}-sans-mono ${PN}-sans-condensed ${PN}-serif ${PN}-serif-condensed ${PN}-mathtexgyre" |
37 | 37 | ||
38 | FILES_${PN}-sans = "${datadir}/fonts/truetype/DejaVuSans.ttf ${datadir}/fonts/truetype/DejaVuSans-*.ttf" | 38 | FILES:${PN}-sans = "${datadir}/fonts/truetype/DejaVuSans.ttf ${datadir}/fonts/truetype/DejaVuSans-*.ttf" |
39 | FILES_${PN}-sans-mono = "${datadir}/fonts/truetype/DejaVuSansMono*.ttf" | 39 | FILES:${PN}-sans-mono = "${datadir}/fonts/truetype/DejaVuSansMono*.ttf" |
40 | FILES_${PN}-sans-condensed = "${datadir}/fonts/truetype/DejaVuSansCondensed*.ttf" | 40 | FILES:${PN}-sans-condensed = "${datadir}/fonts/truetype/DejaVuSansCondensed*.ttf" |
41 | FILES_${PN}-serif = "${datadir}/fonts/truetype/DejaVuSerif.ttf ${datadir}/fonts/truetype/DejaVuSerif-*.ttf" | 41 | FILES:${PN}-serif = "${datadir}/fonts/truetype/DejaVuSerif.ttf ${datadir}/fonts/truetype/DejaVuSerif-*.ttf" |
42 | FILES_${PN}-serif-condensed = "${datadir}/fonts/truetype/DejaVuSerifCondensed*.ttf" | 42 | FILES:${PN}-serif-condensed = "${datadir}/fonts/truetype/DejaVuSerifCondensed*.ttf" |
43 | FILES_${PN}-mathtexgyre = "${datadir}/fonts/truetype/DejaVuMathTeXGyre.ttf" | 43 | FILES:${PN}-mathtexgyre = "${datadir}/fonts/truetype/DejaVuMathTeXGyre.ttf" |
44 | FILES_${PN}-common = "${sysconfdir}" | 44 | FILES:${PN}-common = "${sysconfdir}" |
45 | 45 | ||
46 | SRC_URI[md5sum] = "d0efec10b9f110a32e9b8f796e21782c" | 46 | SRC_URI[md5sum] = "d0efec10b9f110a32e9b8f796e21782c" |
47 | SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7" | 47 | SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e846e17d7" |
@@ -49,5 +49,5 @@ SRC_URI[sha256sum] = "fa9ca4d13871dd122f61258a80d01751d603b4d3ee14095d65453b4e84 | |||
49 | BBCLASSEXTEND = "native nativesdk" | 49 | BBCLASSEXTEND = "native nativesdk" |
50 | 50 | ||
51 | # Allow installation of fonts into recipe-sysroot-native | 51 | # Allow installation of fonts into recipe-sysroot-native |
52 | SYSROOT_DIRS_BLACKLIST_remove = "${datadir}/fonts" | 52 | SYSROOT_DIRS_BLACKLIST:remove = "${datadir}/fonts" |
53 | 53 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb index 8dba7ee6f..4cec02db9 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/android/platform_frameworks_base.git;branch=master" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git/data/fonts" | 13 | S = "${WORKDIR}/git/data/fonts" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | for f in Ahem.ttf MTLc3m.ttf DroidSansArabic.ttf DroidSansThai.ttf \ | 16 | for f in Ahem.ttf MTLc3m.ttf DroidSansArabic.ttf DroidSansThai.ttf \ |
17 | Clockopia.ttf MTLmr3m.ttf DroidSansHebrew.ttf \ | 17 | Clockopia.ttf MTLmr3m.ttf DroidSansHebrew.ttf \ |
18 | DroidSansFallbackLegacy.ttf; do | 18 | DroidSansFallbackLegacy.ttf; do |
@@ -24,8 +24,8 @@ PACKAGES = "ttf-droid-sans ttf-droid-sans-mono \ | |||
24 | ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif" | 24 | ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif" |
25 | FONT_PACKAGES = "ttf-droid-sans ttf-droid-sans-mono ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif" | 25 | FONT_PACKAGES = "ttf-droid-sans ttf-droid-sans-mono ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif" |
26 | 26 | ||
27 | FILES_ttf-droid-sans = "${datadir}/fonts/truetype/DroidSans.ttf ${datadir}/fonts/truetype/DroidSans-Bold.ttf" | 27 | FILES:ttf-droid-sans = "${datadir}/fonts/truetype/DroidSans.ttf ${datadir}/fonts/truetype/DroidSans-Bold.ttf" |
28 | FILES_ttf-droid-sans-mono = "${datadir}/fonts/truetype/DroidSansMono.ttf" | 28 | FILES:ttf-droid-sans-mono = "${datadir}/fonts/truetype/DroidSansMono.ttf" |
29 | FILES_ttf-droid-sans-fallback = "${datadir}/fonts/truetype/DroidSansFallback.ttf" | 29 | FILES:ttf-droid-sans-fallback = "${datadir}/fonts/truetype/DroidSansFallback.ttf" |
30 | FILES_ttf-droid-sans-japanese = "${datadir}/fonts/truetype/DroidSansJapanese.ttf" | 30 | FILES:ttf-droid-sans-japanese = "${datadir}/fonts/truetype/DroidSansJapanese.ttf" |
31 | FILES_ttf-droid-serif = "${datadir}/fonts/truetype/DroidSerif*.ttf" | 31 | FILES:ttf-droid-serif = "${datadir}/fonts/truetype/DroidSerif*.ttf" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb index e030bd190..5e355eefa 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz " | |||
12 | 12 | ||
13 | S = "${WORKDIR}/ttf-sil-gentium-${PV}" | 13 | S = "${WORKDIR}/ttf-sil-gentium-${PV}" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | 16 | ||
17 | install -d ${D}${datadir}/doc/ttf-gentium/ | 17 | install -d ${D}${datadir}/doc/ttf-gentium/ |
18 | install -d ${D}${datadir}/doc/ttf-gentium-alt/ | 18 | install -d ${D}${datadir}/doc/ttf-gentium-alt/ |
@@ -25,11 +25,11 @@ do_install_append() { | |||
25 | PACKAGES = "${PN} ${PN}-alt" | 25 | PACKAGES = "${PN} ${PN}-alt" |
26 | FONT_PACKAGES = "${PN} ${PN}-alt" | 26 | FONT_PACKAGES = "${PN} ${PN}-alt" |
27 | 27 | ||
28 | FILES_${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ | 28 | FILES:${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \ |
29 | ${datadir}/fonts/truetype/GenAR*.ttf \ | 29 | ${datadir}/fonts/truetype/GenAR*.ttf \ |
30 | ${datadir}/doc/ttf-gentium-alt/*" | 30 | ${datadir}/doc/ttf-gentium-alt/*" |
31 | 31 | ||
32 | FILES_${PN} = "${datadir}/fonts/truetype/GenI*.ttf \ | 32 | FILES:${PN} = "${datadir}/fonts/truetype/GenI*.ttf \ |
33 | ${datadir}/fonts/truetype/GenR*.ttf \ | 33 | ${datadir}/fonts/truetype/GenR*.ttf \ |
34 | ${datadir}/doc/ttf-gentium/*" | 34 | ${datadir}/doc/ttf-gentium/*" |
35 | 35 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb index 9c89f97f3..964a67600 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb | |||
@@ -13,8 +13,8 @@ S = "${WORKDIR}/hunkyfonts-${PV}/TTF" | |||
13 | PACKAGES = "ttf-hunky-sans ttf-hunky-serif" | 13 | PACKAGES = "ttf-hunky-sans ttf-hunky-serif" |
14 | FONT_PACKAGES = "ttf-hunky-sans ttf-hunky-serif" | 14 | FONT_PACKAGES = "ttf-hunky-sans ttf-hunky-serif" |
15 | 15 | ||
16 | FILES_ttf-hunky-sans = "${datadir}/fonts/truetype/HunkySans*.ttf" | 16 | FILES:ttf-hunky-sans = "${datadir}/fonts/truetype/HunkySans*.ttf" |
17 | FILES_ttf-hunky-serif = "${datadir}/fonts/truetype/HunkySerif*.ttf" | 17 | FILES:ttf-hunky-serif = "${datadir}/fonts/truetype/HunkySerif*.ttf" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "b933312967842e5737b5415fa22d682a" | 19 | SRC_URI[md5sum] = "b933312967842e5737b5415fa22d682a" |
20 | SRC_URI[sha256sum] = "3fc528737ccd12ec3c09c4a91447d241d3c5bceeeb4d24b7f2c29b15c9735328" | 20 | SRC_URI[sha256sum] = "3fc528737ccd12ec3c09c4a91447d241d3c5bceeeb4d24b7f2c29b15c9735328" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb index bf32fedc3..2ae1d619c 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb | |||
@@ -10,14 +10,14 @@ SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \ | |||
10 | 10 | ||
11 | S = "${WORKDIR}/ttf-inconsolata-${PV}" | 11 | S = "${WORKDIR}/ttf-inconsolata-${PV}" |
12 | 12 | ||
13 | FILES_${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \ | 13 | FILES:${PN} = "${datadir}/fonts/truetype/Inconsolata.ttf \ |
14 | ${datadir}/doc/ttf-inconsolata/*" | 14 | ${datadir}/doc/ttf-inconsolata/*" |
15 | 15 | ||
16 | do_configure() { | 16 | do_configure() { |
17 | cp -fr ${WORKDIR}/Inconsolata.otf ${S}/Inconsolata.ttf | 17 | cp -fr ${WORKDIR}/Inconsolata.otf ${S}/Inconsolata.ttf |
18 | } | 18 | } |
19 | 19 | ||
20 | do_install_append() { | 20 | do_install:append() { |
21 | install -d ${D}${datadir}/doc/ttf-inconsolata/ | 21 | install -d ${D}${datadir}/doc/ttf-inconsolata/ |
22 | install -m 0644 ${WORKDIR}/OFL.txt ${D}${datadir}/doc/ttf-inconsolata/ | 22 | install -m 0644 ${WORKDIR}/OFL.txt ${D}${datadir}/doc/ttf-inconsolata/ |
23 | } | 23 | } |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb index 57efea86a..d186bc5a9 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb | |||
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "61a7e2b6742a43c73e8762cdfeaf6dfcf9abdd2cfa0b099a9854d69bc4 | |||
18 | 18 | ||
19 | S = "${WORKDIR}/liberation-fonts-ttf-${PV}" | 19 | S = "${WORKDIR}/liberation-fonts-ttf-${PV}" |
20 | 20 | ||
21 | do_install_append () { | 21 | do_install:append () { |
22 | install -d ${D}${datadir}/fonts/TTF/ | 22 | install -d ${D}${datadir}/fonts/TTF/ |
23 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 23 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
24 | install -m 0644 LiberationSansNarrow*.ttf ${D}${datadir}/fonts/TTF/ | 24 | install -m 0644 LiberationSansNarrow*.ttf ${D}${datadir}/fonts/TTF/ |
@@ -31,4 +31,4 @@ do_install_append () { | |||
31 | PACKAGES = "${PN}" | 31 | PACKAGES = "${PN}" |
32 | FONT_PACKAGES = "${PN}" | 32 | FONT_PACKAGES = "${PN}" |
33 | 33 | ||
34 | FILES_${PN} = "${datadir}/fonts ${sysconfdir} ${datadir}/licenses" | 34 | FILES:${PN} = "${datadir}/fonts ${sysconfdir} ${datadir}/licenses" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb index 7204c926a..b2e2ed8b4 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb | |||
@@ -15,9 +15,9 @@ S = "${WORKDIR}/liberation-fonts-${PV}" | |||
15 | PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" | 15 | PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" |
16 | FONT_PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" | 16 | FONT_PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" |
17 | 17 | ||
18 | FILES_ttf-liberation-mono = "${datadir}/fonts/truetype/*Mono*" | 18 | FILES:ttf-liberation-mono = "${datadir}/fonts/truetype/*Mono*" |
19 | FILES_ttf-liberation-sans = "${datadir}/fonts/truetype/*Sans*" | 19 | FILES:ttf-liberation-sans = "${datadir}/fonts/truetype/*Sans*" |
20 | FILES_ttf-liberation-serif = "${datadir}/fonts/truetype/*Serif*" | 20 | FILES:ttf-liberation-serif = "${datadir}/fonts/truetype/*Serif*" |
21 | 21 | ||
22 | SRC_URI[md5sum] = "77728078a17e39f7c242b42c3bf6feb8" | 22 | SRC_URI[md5sum] = "77728078a17e39f7c242b42c3bf6feb8" |
23 | SRC_URI[sha256sum] = "174cf27c57612971434ec8cc4a52bfd37bad8408e9b9219539c6d5113df6ff8f" | 23 | SRC_URI[sha256sum] = "174cf27c57612971434ec8cc4a52bfd37bad8408e9b9219539c6d5113df6ff8f" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb index 2ef6c57e1..b21fbdf8a 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "fontforge-native" | |||
13 | 13 | ||
14 | S = "${WORKDIR}" | 14 | S = "${WORKDIR}" |
15 | FONT_PACKAGES = "${PN}" | 15 | FONT_PACKAGES = "${PN}" |
16 | FILES_${PN} = "${datadir}" | 16 | FILES:${PN} = "${datadir}" |
17 | 17 | ||
18 | do_compile() { | 18 | do_compile() { |
19 | fontforge ${S}/convert.ff lklug | 19 | fontforge ${S}/convert.ff lklug |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb index c9cb74c9f..f72b8b6fe 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/pravins/lohit.git;branch=master" | |||
13 | DEPENDS = "fontforge-native" | 13 | DEPENDS = "fontforge-native" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | FONT_PACKAGES = "${PN}" | 15 | FONT_PACKAGES = "${PN}" |
16 | FILES_${PN} = "${datadir}" | 16 | FILES:${PN} = "${datadir}" |
17 | 17 | ||
18 | inherit python3native | 18 | inherit python3native |
19 | 19 | ||
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb index efcf1b616..31e710a95 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb | |||
@@ -11,7 +11,7 @@ PR = "r4" | |||
11 | SRC_URI = "http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz" | 11 | SRC_URI = "http://osdn.dl.sourceforge.jp/mplus-fonts/6650/mplus-TESTFLIGHT-${PV}.tar.gz" |
12 | S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}" | 12 | S = "${WORKDIR}/mplus-TESTFLIGHT-${PV}" |
13 | 13 | ||
14 | PACKAGESPLITFUNCS_prepend = "split_ttf_mplus_packages " | 14 | PACKAGESPLITFUNCS:prepend = "split_ttf_mplus_packages " |
15 | 15 | ||
16 | python split_ttf_mplus_packages() { | 16 | python split_ttf_mplus_packages() { |
17 | plugindir = d.expand('${datadir}/fonts/ttf-mplus/') | 17 | plugindir = d.expand('${datadir}/fonts/ttf-mplus/') |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb index 6dc39b17b..9d6a9a6c2 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb | |||
@@ -13,7 +13,7 @@ FONT_PACKAGES = "${PN}-color ${PN}-regular" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | FILES_${PN}-color = "${datadir}/fonts/truetype/NotoColorEmoji.ttf" | 16 | FILES:${PN}-color = "${datadir}/fonts/truetype/NotoColorEmoji.ttf" |
17 | FILES_${PN}-regular = "${datadir}/fonts/truetype/NotoEmoji-Regular.ttf" | 17 | FILES:${PN}-regular = "${datadir}/fonts/truetype/NotoEmoji-Regular.ttf" |
18 | 18 | ||
19 | do_compile[noexec] = "1" | 19 | do_compile[noexec] = "1" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb index ac60a365f..e9aa5721f 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb | |||
@@ -24,9 +24,9 @@ do_install () { | |||
24 | done | 24 | done |
25 | } | 25 | } |
26 | 26 | ||
27 | FILES_${PN} += "${datadir}" | 27 | FILES:${PN} += "${datadir}" |
28 | 28 | ||
29 | pkg_postinst_${PN} () { | 29 | pkg_postinst:${PN} () { |
30 | set -x | 30 | set -x |
31 | for fontdir in `find $D/usr/lib/X11/fonts -type d`; do | 31 | for fontdir in `find $D/usr/lib/X11/fonts -type d`; do |
32 | mkfontdir $fontdir | 32 | mkfontdir $fontdir |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb index 521caff74..1870c78f9 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "c825453253f590cfe62557733e7173f9a421fff103b00f57d33c4ad28a | |||
11 | 11 | ||
12 | S = "${WORKDIR}" | 12 | S = "${WORKDIR}" |
13 | 13 | ||
14 | FILES_${PN} = "${datadir}/fonts/truetype/*.ttf" | 14 | FILES:${PN} = "${datadir}/fonts/truetype/*.ttf" |
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 efdcec840..945a5f3a8 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb | |||
@@ -1,14 +1,14 @@ | |||
1 | require ttf.inc | 1 | require ttf.inc |
2 | 2 | ||
3 | SUMMARY = "Sazanami Gothic/Mincho Japanese TrueType fonts" | 3 | SUMMARY = "Sazanami Gothic/Mincho Japanese TrueType fonts" |
4 | SUMMARY_ttf-sazanami-gothic = "Sazanami Gothic Japanese TrueType font" | 4 | SUMMARY:ttf-sazanami-gothic = "Sazanami Gothic Japanese TrueType font" |
5 | SUMMARY_ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font" | 5 | SUMMARY:ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font" |
6 | AUTHOR = "Electronic Font Open Laboratory (/efont/)" | 6 | AUTHOR = "Electronic Font Open Laboratory (/efont/)" |
7 | HOMEPAGE = "http://sourceforge.jp/projects/efont/" | 7 | HOMEPAGE = "http://sourceforge.jp/projects/efont/" |
8 | LICENSE = "PD" | 8 | LICENSE = "PD" |
9 | LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" | 9 | LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" |
10 | SRC_DISTRIBUTE_LICENSES += "${PN}" | 10 | SRC_DISTRIBUTE_LICENSES += "${PN}" |
11 | RPROVIDES_${PN} = "virtual-japanese-font" | 11 | RPROVIDES:${PN} = "virtual-japanese-font" |
12 | PR = "r9" | 12 | PR = "r9" |
13 | 13 | ||
14 | SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" | 14 | SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" |
@@ -17,12 +17,12 @@ S = "${WORKDIR}/sazanami-20040629" | |||
17 | PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" | 17 | PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" |
18 | FONT_PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" | 18 | FONT_PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho" |
19 | 19 | ||
20 | FILES_ttf-sazanami-gothic = "${datadir}/fonts/truetype/sazanami-gothic.ttf \ | 20 | FILES:ttf-sazanami-gothic = "${datadir}/fonts/truetype/sazanami-gothic.ttf \ |
21 | ${datadir}/doc/ttf-sazanami-gothic/README" | 21 | ${datadir}/doc/ttf-sazanami-gothic/README" |
22 | FILES_ttf-sazanami-mincho = "${datadir}/fonts/truetype/sazanami-mincho.ttf \ | 22 | FILES:ttf-sazanami-mincho = "${datadir}/fonts/truetype/sazanami-mincho.ttf \ |
23 | ${datadir}/doc/ttf-sazanami-mincho/README" | 23 | ${datadir}/doc/ttf-sazanami-mincho/README" |
24 | 24 | ||
25 | do_install_append() { | 25 | do_install:append() { |
26 | # README contains the redistribution license | 26 | # README contains the redistribution license |
27 | install -d ${D}${datadir}/doc/ | 27 | install -d ${D}${datadir}/doc/ |
28 | install -d ${D}${datadir}/doc/ttf-sazanami-gothic | 28 | install -d ${D}${datadir}/doc/ttf-sazanami-gothic |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb index 06a3fe533..05c2d825d 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[source.sha256sum] = "77fb9832221fde60c9f683ac3fdce7d45ab6e9c0d83df83da96 | |||
13 | SRC_URI[ttf.md5sum] = "1bc51f45a7b661404a944fab6911261c" | 13 | SRC_URI[ttf.md5sum] = "1bc51f45a7b661404a944fab6911261c" |
14 | SRC_URI[ttf.sha256sum] = "aa9cd68969b6f704df3e5b1a2e11204c47f118c8ab052f04c111bd5f299f77c8" | 14 | SRC_URI[ttf.sha256sum] = "aa9cd68969b6f704df3e5b1a2e11204c47f118c8ab052f04c111bd5f299f77c8" |
15 | 15 | ||
16 | do_install_append () { | 16 | do_install:append () { |
17 | install -d ${D}${sysconfdir}/fonts/conf.d | 17 | install -d ${D}${sysconfdir}/fonts/conf.d |
18 | 18 | ||
19 | for x in ${S}/etc/fonts/conf.avail/*.conf; do | 19 | for x in ${S}/etc/fonts/conf.avail/*.conf; do |
@@ -24,4 +24,4 @@ do_install_append () { | |||
24 | PACKAGES = "${PN}" | 24 | PACKAGES = "${PN}" |
25 | FONT_PACKAGES = "${PN}" | 25 | FONT_PACKAGES = "${PN}" |
26 | 26 | ||
27 | FILES_${PN} = "${datadir}/fonts ${sysconfdir}" | 27 | FILES:${PN} = "${datadir}/fonts ${sysconfdir}" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb index b8aa4c01c..e81515f85 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb | |||
@@ -19,5 +19,5 @@ S = "${WORKDIR}/ubuntu-font-family-${PV}" | |||
19 | PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" | 19 | PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" |
20 | FONT_PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" | 20 | FONT_PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" |
21 | 21 | ||
22 | FILES_ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*" | 22 | FILES:ttf-ubuntu-mono = "${datadir}/fonts/truetype/*Mono*" |
23 | FILES_ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*" | 23 | FILES:ttf-ubuntu-sans = "${datadir}/fonts/truetype/Ubuntu-*" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20141206.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20141206.bb index e522810a2..aa4a37723 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20141206.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20141206.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "982040db2f9cb73d7c6ab7d9d163f2ed46d1180f330c9ba2fae303649b | |||
16 | 16 | ||
17 | S = "${WORKDIR}/VLGothic" | 17 | S = "${WORKDIR}/VLGothic" |
18 | 18 | ||
19 | do_install_append () { | 19 | do_install:append () { |
20 | install -D -m644 ${S}/LICENSE_E.mplus ${D}${datadir}/licenses/${PN}/COPYING_MPLUS.txt | 20 | install -D -m644 ${S}/LICENSE_E.mplus ${D}${datadir}/licenses/${PN}/COPYING_MPLUS.txt |
21 | install -D -m644 ${S}/README.sazanami ${D}${datadir}/licenses/${PN}/COPYING_SAZANAMI.txt | 21 | install -D -m644 ${S}/README.sazanami ${D}${datadir}/licenses/${PN}/COPYING_SAZANAMI.txt |
22 | install -D -m644 ${S}/LICENSE.en ${D}${datadir}/licenses/${PN}/COPYING_VLGOTHIC.txt | 22 | install -D -m644 ${S}/LICENSE.en ${D}${datadir}/licenses/${PN}/COPYING_VLGOTHIC.txt |
@@ -25,4 +25,4 @@ do_install_append () { | |||
25 | PACKAGES = "${PN}" | 25 | PACKAGES = "${PN}" |
26 | FONT_PACKAGES = "${PN}" | 26 | FONT_PACKAGES = "${PN}" |
27 | 27 | ||
28 | FILES_${PN} = "${datadir}/fonts/truetype ${datadir}/licenses" | 28 | FILES:${PN} = "${datadir}/fonts/truetype ${datadir}/licenses" |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb index 1207a61b8..20c5f6e2a 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "e4b7e306475bf9427d1757578f0e4528930c84c44eaa3f167d4c42f110 | |||
12 | 12 | ||
13 | S = "${WORKDIR}/wqy-zenhei" | 13 | S = "${WORKDIR}/wqy-zenhei" |
14 | 14 | ||
15 | do_install_append () { | 15 | do_install:append () { |
16 | sed -i -e '/<string>[^W]/d' ${S}/44-wqy-zenhei.conf | 16 | sed -i -e '/<string>[^W]/d' ${S}/44-wqy-zenhei.conf |
17 | install -d ${D}${sysconfdir}/fonts/conf.d | 17 | install -d ${D}${sysconfdir}/fonts/conf.d |
18 | 18 | ||
@@ -24,4 +24,4 @@ do_install_append () { | |||
24 | PACKAGES = "${PN}" | 24 | PACKAGES = "${PN}" |
25 | FONT_PACKAGES = "${PN}" | 25 | FONT_PACKAGES = "${PN}" |
26 | 26 | ||
27 | FILES_${PN} = "${datadir}/fonts ${sysconfdir}" | 27 | FILES:${PN} = "${datadir}/fonts ${sysconfdir}" |
diff --git a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb index 7e22038f2..e56803e4e 100644 --- a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb +++ b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.5.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "libev libx11 libxi libxfixes" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | do_install_append() { | 20 | do_install:append() { |
21 | # LICENSE is installed to /usr/share/licenses but we don't want it in the package | 21 | # LICENSE is installed to /usr/share/licenses but we don't want it in the package |
22 | rm -rf ${D}${datadir} | 22 | rm -rf ${D}${datadir} |
23 | } | 23 | } |
diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb b/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb index b6790a085..ec2d10608 100644 --- a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb +++ b/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb | |||
@@ -14,10 +14,10 @@ inherit features_check meson | |||
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | rm -f ${D}${libdir}/*/*.la | 18 | rm -f ${D}${libdir}/*/*.la |
19 | } | 19 | } |
20 | 20 | ||
21 | FILES_${PN}-dbg += "${libdir}/vdpau/.debug" | 21 | FILES:${PN}-dbg += "${libdir}/vdpau/.debug" |
22 | FILES_${PN}-dev += "${libdir}/vdpau/lib*${SOLIBSDEV}" | 22 | FILES:${PN}-dev += "${libdir}/vdpau/lib*${SOLIBSDEV}" |
23 | FILES_${PN} += "${libdir}/vdpau/lib*${SOLIBS}" | 23 | FILES:${PN} += "${libdir}/vdpau/lib*${SOLIBS}" |
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc index dc38bd169..f61921473 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | |||
@@ -27,17 +27,17 @@ SRC_URI += "file://0001-Workaround-for-GCC-11-uninit-variable-warnings-946.patch | |||
27 | file://0001-vulkancts.patch \ | 27 | file://0001-vulkancts.patch \ |
28 | " | 28 | " |
29 | 29 | ||
30 | SRC_URI_append_libc-musl = "\ | 30 | SRC_URI:append:libc-musl = "\ |
31 | file://fix-musl.patch \ | 31 | file://fix-musl.patch \ |
32 | " | 32 | " |
33 | DEPENDS_append_libc-musl = " libexecinfo" | 33 | DEPENDS:append:libc-musl = " libexecinfo" |
34 | 34 | ||
35 | SRC_URI_append_toolchain-clang = "\ | 35 | SRC_URI:append:toolchain-clang = "\ |
36 | file://fix-clang-private-operator.patch \ | 36 | file://fix-clang-private-operator.patch \ |
37 | " | 37 | " |
38 | 38 | ||
39 | EXTRA_OECMAKE_append = " -DDEQP_TARGET=surfaceless" | 39 | EXTRA_OECMAKE:append = " -DDEQP_TARGET=surfaceless" |
40 | 40 | ||
41 | CTSDIR = "/usr/lib/${BPN}" | 41 | CTSDIR = "/usr/lib/${BPN}" |
42 | 42 | ||
43 | FILES_${PN} += "${CTSDIR}" | 43 | FILES:${PN} += "${CTSDIR}" |
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.7.0.bb b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.7.0.bb index a67992ee9..1c1371b03 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.7.0.bb +++ b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.7.0.bb | |||
@@ -26,6 +26,6 @@ do_install() { | |||
26 | rm -r ${D}/${CTSDIR}/common/subgroups/*.a ${D}/${CTSDIR}/common/subgroups/cmake_install.cmake ${D}/${CTSDIR}/common/subgroups/CMakeFiles | 26 | rm -r ${D}/${CTSDIR}/common/subgroups/*.a ${D}/${CTSDIR}/common/subgroups/cmake_install.cmake ${D}/${CTSDIR}/common/subgroups/CMakeFiles |
27 | } | 27 | } |
28 | 28 | ||
29 | SECURITY_CFLAGS_riscv64 = "${SECURITY_NOPIE_CFLAGS}" | 29 | SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" |
30 | LTO = "" | 30 | LTO = "" |
31 | 31 | ||
diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb index 50ce9a59e..21b20f42f 100644 --- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb +++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb | |||
@@ -37,4 +37,4 @@ PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi" | |||
37 | PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" | 37 | PACKAGECONFIG[xinerama] = "--with-xinerama,--without-xinerama,libxinerama" |
38 | PACKAGECONFIG[x11] = "--with-x,--without-x, libxdamage libxext libxfixes libxrandr libxtst virtual/libx11" | 38 | PACKAGECONFIG[x11] = "--with-x,--without-x, libxdamage libxext libxfixes libxrandr libxtst virtual/libx11" |
39 | 39 | ||
40 | RRECOMMENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'fbdev', 'kernel-module-uinput', '', d)}" | 40 | RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'fbdev', 'kernel-module-uinput', '', d)}" |
diff --git a/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.2.bb b/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.2.bb index ad6bd17ad..d4e9597bd 100644 --- a/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.2.bb +++ b/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.2.bb | |||
@@ -7,5 +7,5 @@ SRC_URI += "file://0001-Makefile.am-Error-Fix.patch" | |||
7 | SRC_URI[md5sum] = "92be564d4be7d8aa7b5024057b715210" | 7 | SRC_URI[md5sum] = "92be564d4be7d8aa7b5024057b715210" |
8 | SRC_URI[sha256sum] = "dfcb9e954273ace63879aec053c7880466f8755752a35aa9ced3fa5f04fd2c33" | 8 | SRC_URI[sha256sum] = "dfcb9e954273ace63879aec053c7880466f8755752a35aa9ced3fa5f04fd2c33" |
9 | 9 | ||
10 | CFLAGS_append_libc-musl = " -D_WTMPX_FILE=WTMP_FILE -D_PATH_WTMPX=_PATH_WTMP -D_UTMPX_FILE=UTMP_FILE -D_PATH_UTMPX=_PATH_UTMP " | 10 | CFLAGS:append:libc-musl = " -D_WTMPX_FILE=WTMP_FILE -D_PATH_WTMPX=_PATH_WTMP -D_UTMPX_FILE=UTMP_FILE -D_PATH_UTMPX=_PATH_UTMP " |
11 | 11 | ||
diff --git a/meta-oe/recipes-graphics/xorg-app/twm_1.0.11.bb b/meta-oe/recipes-graphics/xorg-app/twm_1.0.11.bb index 45caaacf2..0c259dc3a 100644 --- a/meta-oe/recipes-graphics/xorg-app/twm_1.0.11.bb +++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.11.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.gz" | |||
9 | SRC_URI[md5sum] = "48e83210b39a7bfb492604ba0bcfb19e" | 9 | SRC_URI[md5sum] = "48e83210b39a7bfb492604ba0bcfb19e" |
10 | SRC_URI[sha256sum] = "410ecabac54e6db7afd5c20a78d89c0134f3c74b149bee71b1fec775e6e060cc" | 10 | SRC_URI[sha256sum] = "410ecabac54e6db7afd5c20a78d89c0134f3c74b149bee71b1fec775e6e060cc" |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/X11/twm/system.twmrc" | 12 | FILES:${PN} += "${datadir}/X11/twm/system.twmrc" |
13 | ALTERNATIVE_NAME = "x-window-manager" | 13 | ALTERNATIVE_NAME = "x-window-manager" |
14 | ALTERNATIVE_PATH = "${bindir}/twm" | 14 | ALTERNATIVE_PATH = "${bindir}/twm" |
15 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | 15 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" |
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_367.bb b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb index e0d3dcec1..81bfcf114 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_367.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb | |||
@@ -33,16 +33,16 @@ do_configure() { | |||
33 | oe_runconf | 33 | oe_runconf |
34 | } | 34 | } |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | oe_runmake install-desktop DESTDIR="${D}" DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}" | 37 | oe_runmake install-desktop DESTDIR="${D}" DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}" |
38 | } | 38 | } |
39 | 39 | ||
40 | RPROVIDES_${PN} = "virtual/x-terminal-emulator" | 40 | RPROVIDES:${PN} = "virtual/x-terminal-emulator" |
41 | 41 | ||
42 | # busybox can supply resize too | 42 | # busybox can supply resize too |
43 | inherit update-alternatives | 43 | inherit update-alternatives |
44 | 44 | ||
45 | ALTERNATIVE_${PN} = "resize x-terminal-emulator" | 45 | ALTERNATIVE:${PN} = "resize x-terminal-emulator" |
46 | ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/xterm" | 46 | ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/xterm" |
47 | # rxvt-unicode defaults to priority 10. Let's be one point lower to let it override xterm. | 47 | # rxvt-unicode defaults to priority 10. Let's be one point lower to let it override xterm. |
48 | ALTERNATIVE_PRIORITY[x-terminal-emulator] = "9" | 48 | ALTERNATIVE_PRIORITY[x-terminal-emulator] = "9" |
diff --git a/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.2.bb b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.2.bb index 4d26db668..37183b12b 100644 --- a/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.2.bb +++ b/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.2.bb | |||
@@ -3,7 +3,7 @@ require xorg-data-common.inc | |||
3 | SUMMARY = "Common X11 Bitmaps" | 3 | SUMMARY = "Common X11 Bitmaps" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | DEPENDS += "libxmu" | 5 | DEPENDS += "libxmu" |
6 | RDEPENDS_${PN}-dev = "" | 6 | RDEPENDS:${PN}-dev = "" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=dbd075aaffa4a60a8d00696f2e4b9a8f" |
9 | 9 | ||
diff --git a/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.11.bb b/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.11.bb index 85687611e..c9da9f5a1 100644 --- a/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.11.bb +++ b/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.11.bb | |||
@@ -9,4 +9,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c8c6c808cd3c797a07b24e443af1c449" | |||
9 | SRC_URI[md5sum] = "ee6dc0a8a693a908857af328b2462661" | 9 | SRC_URI[md5sum] = "ee6dc0a8a693a908857af328b2462661" |
10 | SRC_URI[sha256sum] = "e71ce1df82dcc51eb14be6f42171dcc6bdd11ef46c0c605d6da8af12bd73b74c" | 10 | SRC_URI[sha256sum] = "e71ce1df82dcc51eb14be6f42171dcc6bdd11ef46c0c605d6da8af12bd73b74c" |
11 | 11 | ||
12 | FILES_${PN} += " /usr/share/sgml/X11" | 12 | FILES:${PN} += " /usr/share/sgml/X11" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb index 1f63047c7..830ca7ac9 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.7.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require recipes-graphics/xorg-driver/xorg-driver-input.inc | 1 | require recipes-graphics/xorg-driver/xorg-driver-input.inc |
2 | SUMMARY = "X.Org X server -- tslib input driver" | 2 | SUMMARY = "X.Org X server -- tslib input driver" |
3 | DEPENDS += "tslib" | 3 | DEPENDS += "tslib" |
4 | RRECOMMENDS_${PN} += "tslib-calibrate" | 4 | RRECOMMENDS:${PN} += "tslib-calibrate" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1524518264f7776a9707c19c8affbbf" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1524518264f7776a9707c19c8affbbf" |
7 | 7 | ||
@@ -12,9 +12,9 @@ SRC_URI = "https://github.com/merge/xf86-input-tslib/releases/download/${PV}/xf8 | |||
12 | SRC_URI[md5sum] = "c5ffb03bccccfa1c4ba11079fef0036e" | 12 | SRC_URI[md5sum] = "c5ffb03bccccfa1c4ba11079fef0036e" |
13 | SRC_URI[sha256sum] = "1439a9efa50eb481e6a0ab5319ab0765d457732e7da64e3c15f3c0cd13b44297" | 13 | SRC_URI[sha256sum] = "1439a9efa50eb481e6a0ab5319ab0765d457732e7da64e3c15f3c0cd13b44297" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | install -d ${D}${nonarch_base_libdir}/udev/rules.d | 16 | install -d ${D}${nonarch_base_libdir}/udev/rules.d |
17 | install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules ${D}${nonarch_base_libdir}/udev/rules.d/ | 17 | install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules ${D}${nonarch_base_libdir}/udev/rules.d/ |
18 | } | 18 | } |
19 | 19 | ||
20 | FILES_${PN} += "${nonarch_base_libdir}/udev" | 20 | FILES:${PN} += "${nonarch_base_libdir}/udev" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb index b436ef1e4..3b7bbd138 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb | |||
@@ -11,4 +11,4 @@ SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "xserver-xorg-module-exa" | 14 | RDEPENDS:${PN} += "xserver-xorg-module-exa" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb index d3395496a..3ba28d9a8 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_19.0.1.bb | |||
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "5cb6015d8664546ad1311bc9c363d7bc41ebf60e7046ceb44dd38e5b70 | |||
19 | 19 | ||
20 | EXTRA_OECONF += "--disable-glamor" | 20 | EXTRA_OECONF += "--disable-glamor" |
21 | 21 | ||
22 | RDEPENDS_${PN} += "xserver-xorg-module-exa" | 22 | RDEPENDS:${PN} += "xserver-xorg-module-exa" |
23 | RRECOMMENDS_${PN} += "linux-firmware-radeon" | 23 | RRECOMMENDS:${PN} += "linux-firmware-radeon" |
24 | 24 | ||
25 | FILES_${PN} += "${datadir}/X11" | 25 | FILES:${PN} += "${datadir}/X11" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-mga_2.0.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-mga_2.0.0.bb index c113d51dc..a9ae901d0 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-mga_2.0.0.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-mga_2.0.0.bb | |||
@@ -18,4 +18,4 @@ SRC_URI[sha256sum] = "268946e1a13e9d80e4f724a0740df9e6e8c8bad37697fcbf456924e9fd | |||
18 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}" | 18 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}" |
19 | PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xorgproto,xserver-xorg-extension-dri" | 19 | PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xorgproto,xserver-xorg-extension-dri" |
20 | 20 | ||
21 | RDEPENDS_${PN} = "xserver-xorg-module-exa" | 21 | RDEPENDS:${PN} = "xserver-xorg-module-exa" |
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.16.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.16.bb index 5c9061a05..fb24c6384 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.16.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.16.bb | |||
@@ -8,7 +8,7 @@ DESCRIPTION = "Open-source X.org graphics driver for NVIDIA graphics" | |||
8 | 8 | ||
9 | DEPENDS += "virtual/libx11 libxvmc drm xorgproto \ | 9 | DEPENDS += "virtual/libx11 libxvmc drm xorgproto \ |
10 | virtual/libgl libpciaccess" | 10 | virtual/libgl libpciaccess" |
11 | RDEPENDS_${PN} += "xserver-xorg-module-exa" | 11 | RDEPENDS:${PN} += "xserver-xorg-module-exa" |
12 | 12 | ||
13 | inherit features_check | 13 | inherit features_check |
14 | REQUIRED_DISTRO_FEATURES += "opengl" | 14 | REQUIRED_DISTRO_FEATURES += "opengl" |
diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb index d7dd10932..8fcdb7ca4 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb | |||
@@ -7,8 +7,8 @@ LICENSE = "MIT" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5dfa0fdf45473b4ca0acf37d854df10e" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5dfa0fdf45473b4ca0acf37d854df10e" |
8 | 8 | ||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" | 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" |
10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS:${PN} = "encodings font-util" |
11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS:${PN}:class-native = "font-util-native" |
12 | 12 | ||
13 | inherit features_check | 13 | inherit features_check |
14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb index 5c00b4b6a..2c51c6548 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb | |||
@@ -7,8 +7,8 @@ LICENSE = "MIT" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa13e704b7241f60ef9105cc041b9732" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa13e704b7241f60ef9105cc041b9732" |
8 | 8 | ||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" | 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" |
10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS:${PN} = "encodings font-util" |
11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS:${PN}:class-native = "font-util-native" |
12 | 12 | ||
13 | inherit features_check | 13 | inherit features_check |
14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb index f9bdaf366..67ebccd02 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb | |||
@@ -7,8 +7,8 @@ LICENSE = "MIT" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cffd5e9c4b61b3d74166ca74b99e460e" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=cffd5e9c4b61b3d74166ca74b99e460e" |
8 | 8 | ||
9 | DEPENDS += "util-macros-native font-util-native bdftopcf-native font-util" | 9 | DEPENDS += "util-macros-native font-util-native bdftopcf-native font-util" |
10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS:${PN} = "encodings font-util" |
11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS:${PN}:class-native = "font-util-native" |
12 | 12 | ||
13 | inherit features_check | 13 | inherit features_check |
14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb index 872ef4d01..9d0dc99c0 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb | |||
@@ -7,8 +7,8 @@ LICENSE = "MIT" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d221a9cd144806cb469735cc4775939" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d221a9cd144806cb469735cc4775939" |
8 | 8 | ||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" | 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" |
10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS:${PN} = "encodings font-util" |
11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS:${PN}:class-native = "font-util-native" |
12 | 12 | ||
13 | inherit features_check | 13 | inherit features_check |
14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb index a4ae91a38..e32fad5e3 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb | |||
@@ -7,8 +7,8 @@ LICENSE = "MIT" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=30330812324ff9d9bd9ea645bb944427" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=30330812324ff9d9bd9ea645bb944427" |
8 | 8 | ||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" | 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" |
10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS:${PN} = "encodings font-util" |
11 | RDEPENDS_${PN}_class-native = "font-util-native" | 11 | RDEPENDS:${PN}:class-native = "font-util-native" |
12 | 12 | ||
13 | inherit features_check | 13 | inherit features_check |
14 | # depends on bdftopcf-native -> virtual/libx11 | 14 | # depends on bdftopcf-native -> virtual/libx11 |
diff --git a/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb index ee8cb360a..ba4575bc2 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "PD" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8b32ccac3ad25e75e68478deb7780265" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8b32ccac3ad25e75e68478deb7780265" |
8 | 8 | ||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" | 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native" |
10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS:${PN} = "encodings font-util" |
11 | 11 | ||
12 | inherit features_check | 12 | inherit features_check |
13 | # depends on bdftopcf-native -> virtual/libx11 | 13 | # depends on bdftopcf-native -> virtual/libx11 |
diff --git a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb index 355fb528f..852f93602 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "PD" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=200c507f595ee97008c7c5c3e94ab9a8" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=200c507f595ee97008c7c5c3e94ab9a8" |
8 | 8 | ||
9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" | 9 | DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" |
10 | RDEPENDS_${PN} = "encodings font-util" | 10 | RDEPENDS:${PN} = "encodings font-util" |
11 | 11 | ||
12 | inherit features_check | 12 | inherit features_check |
13 | # depends on bdftopcf-native -> virtual/libx11 | 13 | # depends on bdftopcf-native -> virtual/libx11 |
diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb index 06778b3e8..0fe1876c7 100644 --- a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | |||
@@ -5,7 +5,7 @@ inherit packagegroup features_check | |||
5 | # rdepends on font recipes with this restriction | 5 | # rdepends on font recipes with this restriction |
6 | REQUIRED_DISTRO_FEATURES = "x11" | 6 | REQUIRED_DISTRO_FEATURES = "x11" |
7 | 7 | ||
8 | RDEPENDS_${PN} = "\ | 8 | RDEPENDS:${PN} = "\ |
9 | font-adobe-100dpi \ | 9 | font-adobe-100dpi \ |
10 | font-adobe-utopia-100dpi \ | 10 | font-adobe-utopia-100dpi \ |
11 | font-bh-100dpi \ | 11 | font-bh-100dpi \ |
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb index 15f52d8d4..08d9b232e 100644 --- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb +++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb | |||
@@ -9,7 +9,7 @@ PE = "1" | |||
9 | SRC_URI[md5sum] = "c1ce21c296bbf3da3e30cf651649563e" | 9 | SRC_URI[md5sum] = "c1ce21c296bbf3da3e30cf651649563e" |
10 | SRC_URI[sha256sum] = "76aef98ea3df92615faec28004b5ce4e5c6855e716fa16de40c32030722a6f8e" | 10 | SRC_URI[sha256sum] = "76aef98ea3df92615faec28004b5ce4e5c6855e716fa16de40c32030722a6f8e" |
11 | 11 | ||
12 | do_install_append () { | 12 | do_install:append () { |
13 | ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6 | 13 | ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6 |
14 | ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so.7 | 14 | ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so.7 |
15 | ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so | 15 | ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so |
@@ -17,11 +17,11 @@ do_install_append () { | |||
17 | 17 | ||
18 | PACKAGES =+ "libxaw6 libxaw7 libxaw8" | 18 | PACKAGES =+ "libxaw6 libxaw7 libxaw8" |
19 | 19 | ||
20 | FILES_libxaw6 = "${libdir}/libXaw*.so.6*" | 20 | FILES:libxaw6 = "${libdir}/libXaw*.so.6*" |
21 | FILES_libxaw7 = "${libdir}/libXaw*.so.7*" | 21 | FILES:libxaw7 = "${libdir}/libXaw*.so.7*" |
22 | FILES_libxaw8 = "${libdir}/libXaw8.so.8*" | 22 | FILES:libxaw8 = "${libdir}/libXaw8.so.8*" |
23 | 23 | ||
24 | # Avoid dependency on libxaw as it is not build | 24 | # Avoid dependency on libxaw as it is not build |
25 | RDEPENDS_${PN}-dev = "" | 25 | RDEPENDS:${PN}-dev = "" |
26 | 26 | ||
27 | XORG_PN = "libXaw" | 27 | XORG_PN = "libXaw" |
diff --git a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.01.bb b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.01.bb index d67e05844..ea4563a6e 100644 --- a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.01.bb +++ b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.01.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | 14 | ||
15 | DEPENDS = "intltool-native libx11 libxext libxt libxft libxi glib-2.0-native bc-native libpam" | 15 | DEPENDS = "intltool-native libx11 libxext libxt libxft libxi glib-2.0-native bc-native libpam" |
16 | # These are only needed as part of the stopgap screensaver implementation: | 16 | # These are only needed as part of the stopgap screensaver implementation: |
17 | RDEPENDS_${PN} = " \ | 17 | RDEPENDS:${PN} = " \ |
18 | liberation-fonts \ | 18 | liberation-fonts \ |
19 | xuser-account \ | 19 | xuser-account \ |
20 | " | 20 | " |
@@ -28,7 +28,7 @@ EXTRA_OECONF += "--with-app-defaults=${datadir}/X11/app-defaults --libdir=${STAG | |||
28 | EXTRA_OEMAKE += "install_prefix=${D}" | 28 | EXTRA_OEMAKE += "install_prefix=${D}" |
29 | REQUIRED_DISTRO_FEATURES = "x11 pam" | 29 | REQUIRED_DISTRO_FEATURES = "x11 pam" |
30 | 30 | ||
31 | do_install_append() { | 31 | do_install:append() { |
32 | install -D ${WORKDIR}/xscreensaver.service ${D}${systemd_unitdir}/system/xscreensaver.service | 32 | install -D ${WORKDIR}/xscreensaver.service ${D}${systemd_unitdir}/system/xscreensaver.service |
33 | for f in xscreensaver-getimage-file xscreensaver-getimage-video webcollage xscreensaver-text vidwhacker | 33 | for f in xscreensaver-getimage-file xscreensaver-getimage-video webcollage xscreensaver-text vidwhacker |
34 | do | 34 | do |
@@ -38,16 +38,16 @@ do_install_append() { | |||
38 | 38 | ||
39 | PACKAGES =+ "${PN}-perl" | 39 | PACKAGES =+ "${PN}-perl" |
40 | 40 | ||
41 | FILES_${PN}-perl = "\ | 41 | FILES:${PN}-perl = "\ |
42 | ${libexecdir}/${PN}/xscreensaver-getimage-file \ | 42 | ${libexecdir}/${PN}/xscreensaver-getimage-file \ |
43 | ${libexecdir}/${PN}/xscreensaver-getimage-video \ | 43 | ${libexecdir}/${PN}/xscreensaver-getimage-video \ |
44 | ${libexecdir}/${PN}/webcollage \ | 44 | ${libexecdir}/${PN}/webcollage \ |
45 | ${libexecdir}/${PN}/xscreensaver-text \ | 45 | ${libexecdir}/${PN}/xscreensaver-text \ |
46 | ${libexecdir}/${PN}/vidwhacker \ | 46 | ${libexecdir}/${PN}/vidwhacker \ |
47 | " | 47 | " |
48 | FILES_${PN} += "${datadir}/X11/app-defaults/XScreenSaver ${datadir}/fonts" | 48 | FILES:${PN} += "${datadir}/X11/app-defaults/XScreenSaver ${datadir}/fonts" |
49 | SYSTEMD_SERVICE_${PN} = "xscreensaver.service" | 49 | SYSTEMD_SERVICE:${PN} = "xscreensaver.service" |
50 | 50 | ||
51 | RDEPENDS_${PN}-perl = "perl" | 51 | RDEPENDS:${PN}-perl = "perl" |
52 | 52 | ||
53 | CLEANBROKEN = "1" | 53 | CLEANBROKEN = "1" |
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb index 2c09a4853..87c373d89 100644 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |||
@@ -12,7 +12,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
12 | SRC_URI[md5sum] = "82f2f84cd96610e8f7b92c700cd31c14" | 12 | SRC_URI[md5sum] = "82f2f84cd96610e8f7b92c700cd31c14" |
13 | SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166cc34210" | 13 | SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166cc34210" |
14 | 14 | ||
15 | SRC_URI_append = " \ | 15 | SRC_URI:append = " \ |
16 | file://0001-COPYING-add-GPLv2-license-file.patch \ | 16 | file://0001-COPYING-add-GPLv2-license-file.patch \ |
17 | file://0002-add-setdpi-Xinit.d-script.patch \ | 17 | file://0002-add-setdpi-Xinit.d-script.patch \ |
18 | file://0006-add-support-for-etc-X11-xserver-system.patch \ | 18 | file://0006-add-support-for-etc-X11-xserver-system.patch \ |
@@ -27,7 +27,7 @@ SRC_URI_append = " \ | |||
27 | file://0001-Don-t-install-Xsession-or-Xserver.patch \ | 27 | file://0001-Don-t-install-Xsession-or-Xserver.patch \ |
28 | " | 28 | " |
29 | 29 | ||
30 | do_install_append() { | 30 | do_install:append() { |
31 | sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common | 31 | sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common |
32 | # Rename all Xsession files not ending with .sh | 32 | # Rename all Xsession files not ending with .sh |
33 | # Unfortunatelly when xinput-calibrator was moved to oe-core | 33 | # Unfortunatelly when xinput-calibrator was moved to oe-core |
@@ -38,8 +38,8 @@ do_install_append() { | |||
38 | done | 38 | done |
39 | } | 39 | } |
40 | 40 | ||
41 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator" | 41 | RDEPENDS:${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator" |
42 | 42 | ||
43 | RCONFLICTS_${PN} = "xserver-kdrive-common x11-common" | 43 | RCONFLICTS:${PN} = "xserver-kdrive-common x11-common" |
44 | RREPLACES_${PN} = "xserver-kdrive-common x11-common" | 44 | RREPLACES:${PN} = "xserver-kdrive-common x11-common" |
45 | 45 | ||
diff --git a/meta-oe/recipes-graphics/yad/yad_6.0.bb b/meta-oe/recipes-graphics/yad/yad_6.0.bb index 3760a37d3..46ce67131 100644 --- a/meta-oe/recipes-graphics/yad/yad_6.0.bb +++ b/meta-oe/recipes-graphics/yad/yad_6.0.bb | |||
@@ -16,4 +16,4 @@ DEPENDS = "gtk+3 glib-2.0-native intltool-native" | |||
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/icons/" | 19 | FILES:${PN} += "${datadir}/icons/" |