diff options
1373 files changed, 5115 insertions, 5115 deletions
diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb index be2415f629..2586b79470 100644 --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" | |||
12 | UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" | 12 | UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" |
13 | 13 | ||
14 | DEPENDS = "fuse virtual/libc" | 14 | DEPENDS = "fuse virtual/libc" |
15 | RRECOMMENDS_${PN} = "util-linux-mount" | 15 | RRECOMMENDS:${PN} = "util-linux-mount" |
16 | 16 | ||
17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
18 | 18 | ||
diff --git a/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb b/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb index 2fa5ec1fb9..0895ce5b35 100644 --- a/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb +++ b/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=83f224c5182f148ec92e0b9f84b3c6c7 | |||
6 | inherit pkgconfig | 6 | inherit pkgconfig |
7 | 7 | ||
8 | DEPENDS += "fuse" | 8 | DEPENDS += "fuse" |
9 | RDEPENDS_${PN} += "fuse" | 9 | RDEPENDS:${PN} += "fuse" |
10 | 10 | ||
11 | SRC_URI += "https://astuteinternet.dl.sourceforge.net/project/httpfs/httpfs2/httpfs2-${PV}.tar.gz" | 11 | SRC_URI += "https://astuteinternet.dl.sourceforge.net/project/httpfs/httpfs2/httpfs2-${PV}.tar.gz" |
12 | SRC_URI[sha256sum] = "01cb4bb38deb344f540da6f1464dc7edbdeb51213ad810b8c9c282c1e17e0fc1" | 12 | SRC_URI[sha256sum] = "01cb4bb38deb344f540da6f1464dc7edbdeb51213ad810b8c9c282c1e17e0fc1" |
diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb index 6f5cb6cee9..36fa5efd21 100644 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb +++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb | |||
@@ -26,14 +26,14 @@ EXTRA_OEMAKE = "LDCONFIG=echo" | |||
26 | 26 | ||
27 | PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g" | 27 | PACKAGES =+ "ntfs-3g ntfsprogs libntfs-3g" |
28 | 28 | ||
29 | FILES_ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs" | 29 | FILES:ntfs-3g = "${base_sbindir}/*.ntfs-3g ${bindir}/ntfs-3g* ${base_sbindir}/mount.ntfs" |
30 | RDEPENDS_ntfs-3g += "fuse" | 30 | RDEPENDS:ntfs-3g += "fuse" |
31 | RRECOMMENDS_ntfs-3g = "util-linux-mount" | 31 | RRECOMMENDS:ntfs-3g = "util-linux-mount" |
32 | 32 | ||
33 | FILES_ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*" | 33 | FILES:ntfsprogs = "${base_sbindir}/* ${bindir}/* ${sbindir}/*" |
34 | FILES_libntfs-3g = "${libdir}/*${SOLIBS}" | 34 | FILES:libntfs-3g = "${libdir}/*${SOLIBS}" |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | # Standard mount will execute the program /sbin/mount.TYPE when called. | 37 | # Standard mount will execute the program /sbin/mount.TYPE when called. |
38 | # Add a symbolic link to let mount find ntfs. | 38 | # Add a symbolic link to let mount find ntfs. |
39 | ln -sf mount.ntfs-3g ${D}${base_sbindir}/mount.ntfs | 39 | ln -sf mount.ntfs-3g ${D}${base_sbindir}/mount.ntfs |
@@ -49,4 +49,4 @@ do_install_append() { | |||
49 | } | 49 | } |
50 | 50 | ||
51 | # Satisfy the -dev runtime dependency | 51 | # Satisfy the -dev runtime dependency |
52 | ALLOW_EMPTY_${PN} = "1" | 52 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb index 7f56c88fcc..eb75699cc6 100644 --- a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb +++ b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb | |||
@@ -34,7 +34,7 @@ EXTRA_OECONF = " \ | |||
34 | --disable-owperl \ | 34 | --disable-owperl \ |
35 | " | 35 | " |
36 | 36 | ||
37 | do_install_prepend() { | 37 | do_install:prepend() { |
38 | install -d ${D}${sysconfdir}/default/ | 38 | install -d ${D}${sysconfdir}/default/ |
39 | install -d ${D}${sysconfdir}/init.d/ | 39 | install -d ${D}${sysconfdir}/init.d/ |
40 | install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd | 40 | install -m 0755 ${WORKDIR}/owhttpd ${D}${sysconfdir}/init.d/owhttpd |
@@ -43,39 +43,39 @@ do_install_prepend() { | |||
43 | 43 | ||
44 | PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap" | 44 | PACKAGES =+ "owftpd owhttpd owserver owshell libowcapi libow libownet owmon owtap" |
45 | 45 | ||
46 | DESCRIPTION_owftpd = "Anoymous FTP server for 1-wire access" | 46 | DESCRIPTION:owftpd = "Anoymous FTP server for 1-wire access" |
47 | DESCRIPTION_owhttpd = "Tiny webserver for 1-wire control" | 47 | DESCRIPTION:owhttpd = "Tiny webserver for 1-wire control" |
48 | DESCRIPTION_owserver = "Backend server (daemon) for 1-wire control" | 48 | DESCRIPTION:owserver = "Backend server (daemon) for 1-wire control" |
49 | DESCRIPTION_owshell = "owdir owread owwrite owpresent owget - lightweight owserver access" | 49 | DESCRIPTION:owshell = "owdir owread owwrite owpresent owget - lightweight owserver access" |
50 | DESCRIPTION_libowcapi = "easy C-language 1-wire interface " | 50 | DESCRIPTION:libowcapi = "easy C-language 1-wire interface " |
51 | DESCRIPTION_libow = "easy C-language 1-wire interface to the owserver protocol" | 51 | DESCRIPTION:libow = "easy C-language 1-wire interface to the owserver protocol" |
52 | DESCRIPTION_libownet = "easy C-language 1-wire interface to the owserver protocol" | 52 | DESCRIPTION:libownet = "easy C-language 1-wire interface to the owserver protocol" |
53 | DESCRIPTION_owmon = "Monitor for owserver settings and statistics" | 53 | DESCRIPTION:owmon = "Monitor for owserver settings and statistics" |
54 | DESCRIPTION_owtap = "Packet sniffer for the owserver protocol" | 54 | DESCRIPTION:owtap = "Packet sniffer for the owserver protocol" |
55 | 55 | ||
56 | FILES_owftpd = "${bindir}/owftpd ${systemd_system_unitdir}/owftpd.service" | 56 | FILES:owftpd = "${bindir}/owftpd ${systemd_system_unitdir}/owftpd.service" |
57 | FILES_owhttpd = "${bindir}/owhttpd ${sysconfdir}/init.d/owhttpd \ | 57 | FILES:owhttpd = "${bindir}/owhttpd ${sysconfdir}/init.d/owhttpd \ |
58 | ${systemd_system_unitdir}/owhttpd.service" | 58 | ${systemd_system_unitdir}/owhttpd.service" |
59 | FILES_owserver = "${bindir}/owserver ${sysconfdir}/init.d/owserver \ | 59 | FILES:owserver = "${bindir}/owserver ${sysconfdir}/init.d/owserver \ |
60 | ${systemd_system_unitdir}/owserver.service \ | 60 | ${systemd_system_unitdir}/owserver.service \ |
61 | ${systemd_system_unitdir}/owserver.socket" | 61 | ${systemd_system_unitdir}/owserver.socket" |
62 | FILES_owshell = "${bindir}/owread ${bindir}/owwrite \ | 62 | FILES:owshell = "${bindir}/owread ${bindir}/owwrite \ |
63 | ${bindir}/owdir ${bindir}/owpresent \ | 63 | ${bindir}/owdir ${bindir}/owpresent \ |
64 | ${bindir}/owget ${bindir}/owside" | 64 | ${bindir}/owget ${bindir}/owside" |
65 | FILES_owmon = "${bindir}/owmon" | 65 | FILES:owmon = "${bindir}/owmon" |
66 | FILES_owtap = "${bindir}/owtap" | 66 | FILES:owtap = "${bindir}/owtap" |
67 | FILES_libowcapi = "${libdir}/libowcapi-*" | 67 | FILES:libowcapi = "${libdir}/libowcapi-*" |
68 | FILES_libow = "${libdir}/libow-*" | 68 | FILES:libow = "${libdir}/libow-*" |
69 | FILES_libownet = "${libdir}/libownet-*" | 69 | FILES:libownet = "${libdir}/libownet-*" |
70 | FILES_${PN} += "${systemd_system_unitdir}/owfs.service" | 70 | FILES:${PN} += "${systemd_system_unitdir}/owfs.service" |
71 | 71 | ||
72 | INITSCRIPT_PACKAGES = "owhttpd owserver" | 72 | INITSCRIPT_PACKAGES = "owhttpd owserver" |
73 | INITSCRIPT_NAME_owserver = "owserver" | 73 | INITSCRIPT_NAME:owserver = "owserver" |
74 | INITSCRIPT_NAME_owhttpd = "owhttpd" | 74 | INITSCRIPT_NAME:owhttpd = "owhttpd" |
75 | INITSCRIPT_PARAMS_owserver = "defaults 20" | 75 | INITSCRIPT_PARAMS:owserver = "defaults 20" |
76 | INITSCRIPT_PARAMS_owhttpd = "defaults 21" | 76 | INITSCRIPT_PARAMS:owhttpd = "defaults 21" |
77 | 77 | ||
78 | SYSTEMD_SERVICE_${PN} = "owfs.service" | 78 | SYSTEMD_SERVICE:${PN} = "owfs.service" |
79 | SYSTEMD_SERVICE_${PN}-owftpd = "owftpd.service" | 79 | SYSTEMD_SERVICE:${PN}-owftpd = "owftpd.service" |
80 | SYSTEMD_SERVICE_${PN}-owhttpd = "owhttpd.service" | 80 | SYSTEMD_SERVICE:${PN}-owhttpd = "owhttpd.service" |
81 | SYSTEMD_SERVICE_${PN}-owserver = "owserver.service owserver.socket" | 81 | SYSTEMD_SERVICE:${PN}-owserver = "owserver.service owserver.socket" |
diff --git a/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb b/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb index 8a8a8dbe2b..75591c31fa 100644 --- a/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb +++ b/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb | |||
@@ -9,13 +9,13 @@ PACKAGES = ' \ | |||
9 | packagegroup-meta-filesystems-utls \ | 9 | packagegroup-meta-filesystems-utls \ |
10 | ' | 10 | ' |
11 | 11 | ||
12 | RDEPENDS_packagegroup-meta-filesystems = "\ | 12 | RDEPENDS:packagegroup-meta-filesystems = "\ |
13 | packagegroup-meta-filesystems \ | 13 | packagegroup-meta-filesystems \ |
14 | packagegroup-meta-filesystems-support \ | 14 | packagegroup-meta-filesystems-support \ |
15 | packagegroup-meta-filesystems-utls \ | 15 | packagegroup-meta-filesystems-utls \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_packagegroup-meta-filesystems = "\ | 18 | RDEPENDS:packagegroup-meta-filesystems = "\ |
19 | ifuse \ | 19 | ifuse \ |
20 | logfsprogs \ | 20 | logfsprogs \ |
21 | fuse-exfat \ | 21 | fuse-exfat \ |
@@ -29,13 +29,13 @@ RDEPENDS_packagegroup-meta-filesystems = "\ | |||
29 | sshfs-fuse \ | 29 | sshfs-fuse \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_packagegroup-meta-filesystems-support = "\ | 32 | RDEPENDS:packagegroup-meta-filesystems-support = "\ |
33 | fuse3 \ | 33 | fuse3 \ |
34 | fuse \ | 34 | fuse \ |
35 | physfs \ | 35 | physfs \ |
36 | " | 36 | " |
37 | 37 | ||
38 | RDEPENDS_packagegroup-meta-filesystems-utils = "\ | 38 | RDEPENDS:packagegroup-meta-filesystems-utils = "\ |
39 | aufs-util \ | 39 | aufs-util \ |
40 | exfat-utils \ | 40 | exfat-utils \ |
41 | fatcat \ | 41 | fatcat \ |
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index d94603b404..e84bdc98e6 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | |||
9 | HOMEPAGE ="http://sourceforge.net/projects/smbnetfs" | 9 | HOMEPAGE ="http://sourceforge.net/projects/smbnetfs" |
10 | 10 | ||
11 | DEPENDS = "fuse samba" | 11 | DEPENDS = "fuse samba" |
12 | DEPENDS_append_libc-musl = " libexecinfo" | 12 | DEPENDS:append:libc-musl = " libexecinfo" |
13 | 13 | ||
14 | inherit autotools pkgconfig features_check | 14 | inherit autotools pkgconfig features_check |
15 | 15 | ||
@@ -29,4 +29,4 @@ PACKAGECONFIG[libsecret] = "--with-libsecret=yes,--with-libsecret=no,libsecret" | |||
29 | 29 | ||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | LDFLAGS_append_libc-musl = " -lexecinfo" | 32 | LDFLAGS:append:libc-musl = " -lexecinfo" |
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb index 2debc6d8bc..251f03b07c 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb | |||
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | bash \ | 21 | bash \ |
22 | " | 22 | " |
diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb index bd0886d671..0e61c9c1f3 100644 --- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb +++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb | |||
@@ -25,7 +25,7 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES" | 28 | CFLAGS:append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES" |
29 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 29 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
30 | 30 | ||
31 | do_compile() { | 31 | do_compile() { |
diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.10.4.bb b/meta-filesystems/recipes-support/fuse/fuse3_3.10.4.bb index 32dab3e35d..21f5c385a3 100644 --- a/meta-filesystems/recipes-support/fuse/fuse3_3.10.4.bb +++ b/meta-filesystems/recipes-support/fuse/fuse3_3.10.4.bb | |||
@@ -28,7 +28,7 @@ SRC_URI += " \ | |||
28 | file://run-ptest \ | 28 | file://run-ptest \ |
29 | " | 29 | " |
30 | 30 | ||
31 | RDEPENDS_${PN}-ptest += " \ | 31 | RDEPENDS:${PN}-ptest += " \ |
32 | ${PYTHON_PN}-pytest \ | 32 | ${PYTHON_PN}-pytest \ |
33 | bash \ | 33 | bash \ |
34 | " | 34 | " |
@@ -42,22 +42,22 @@ DEPENDS = "udev" | |||
42 | 42 | ||
43 | PACKAGES =+ "fuse3-utils" | 43 | PACKAGES =+ "fuse3-utils" |
44 | 44 | ||
45 | RPROVIDES_${PN}-dbg += "fuse3-utils-dbg" | 45 | RPROVIDES:${PN}-dbg += "fuse3-utils-dbg" |
46 | 46 | ||
47 | RRECOMMENDS_${PN}_class-target = "kernel-module-fuse fuse3-utils" | 47 | RRECOMMENDS:${PN}:class-target = "kernel-module-fuse fuse3-utils" |
48 | 48 | ||
49 | FILES_${PN} += "${libdir}/libfuse3.so.*" | 49 | FILES:${PN} += "${libdir}/libfuse3.so.*" |
50 | FILES_${PN}-dev += "${libdir}/libfuse3*.la" | 50 | FILES:${PN}-dev += "${libdir}/libfuse3*.la" |
51 | 51 | ||
52 | EXTRA_OEMESON += " \ | 52 | EXTRA_OEMESON += " \ |
53 | -Dexamples=false \ | 53 | -Dexamples=false \ |
54 | " | 54 | " |
55 | 55 | ||
56 | # Forbid auto-renaming to libfuse3-utils | 56 | # Forbid auto-renaming to libfuse3-utils |
57 | FILES_fuse3-utils = "${bindir} ${base_sbindir}" | 57 | FILES:fuse3-utils = "${bindir} ${base_sbindir}" |
58 | DEBIAN_NOAUTONAME_fuse3-utils = "1" | 58 | DEBIAN_NOAUTONAME:fuse3-utils = "1" |
59 | DEBIAN_NOAUTONAME_${PN}-dbg = "1" | 59 | DEBIAN_NOAUTONAME:${PN}-dbg = "1" |
60 | 60 | ||
61 | do_install_append() { | 61 | do_install:append() { |
62 | rm -rf ${D}${base_prefix}/dev | 62 | rm -rf ${D}${base_prefix}/dev |
63 | } | 63 | } |
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb index 64414305ee..d7a692352b 100644 --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb | |||
@@ -30,33 +30,33 @@ inherit autotools pkgconfig update-rc.d systemd | |||
30 | INITSCRIPT_NAME = "fuse" | 30 | INITSCRIPT_NAME = "fuse" |
31 | INITSCRIPT_PARAMS = "start 3 S . stop 20 0 6 ." | 31 | INITSCRIPT_PARAMS = "start 3 S . stop 20 0 6 ." |
32 | 32 | ||
33 | SYSTEMD_SERVICE_${PN} = "" | 33 | SYSTEMD_SERVICE:${PN} = "" |
34 | 34 | ||
35 | DEPENDS = "gettext-native" | 35 | DEPENDS = "gettext-native" |
36 | 36 | ||
37 | PACKAGES =+ "fuse-utils libulockmgr libulockmgr-dev" | 37 | PACKAGES =+ "fuse-utils libulockmgr libulockmgr-dev" |
38 | 38 | ||
39 | RPROVIDES_${PN}-dbg += "fuse-utils-dbg libulockmgr-dbg" | 39 | RPROVIDES:${PN}-dbg += "fuse-utils-dbg libulockmgr-dbg" |
40 | 40 | ||
41 | RRECOMMENDS_${PN}_class-target = "kernel-module-fuse libulockmgr fuse-utils" | 41 | RRECOMMENDS:${PN}:class-target = "kernel-module-fuse libulockmgr fuse-utils" |
42 | 42 | ||
43 | FILES_${PN} += "${libdir}/libfuse.so.*" | 43 | FILES:${PN} += "${libdir}/libfuse.so.*" |
44 | FILES_${PN}-dev += "${libdir}/libfuse*.la" | 44 | FILES:${PN}-dev += "${libdir}/libfuse*.la" |
45 | 45 | ||
46 | FILES_libulockmgr = "${libdir}/libulockmgr.so.*" | 46 | FILES:libulockmgr = "${libdir}/libulockmgr.so.*" |
47 | FILES_libulockmgr-dev += "${libdir}/libulock*.la" | 47 | FILES:libulockmgr-dev += "${libdir}/libulock*.la" |
48 | 48 | ||
49 | # Forbid auto-renaming to libfuse-utils | 49 | # Forbid auto-renaming to libfuse-utils |
50 | FILES_fuse-utils = "${bindir} ${base_sbindir}" | 50 | FILES:fuse-utils = "${bindir} ${base_sbindir}" |
51 | DEBIAN_NOAUTONAME_fuse-utils = "1" | 51 | DEBIAN_NOAUTONAME:fuse-utils = "1" |
52 | DEBIAN_NOAUTONAME_${PN}-dbg = "1" | 52 | DEBIAN_NOAUTONAME:${PN}-dbg = "1" |
53 | 53 | ||
54 | do_configure_prepend() { | 54 | do_configure:prepend() { |
55 | # Make this explicit so overriding base_sbindir propagates properly. | 55 | # Make this explicit so overriding base_sbindir propagates properly. |
56 | export MOUNT_FUSE_PATH="${base_sbindir}" | 56 | export MOUNT_FUSE_PATH="${base_sbindir}" |
57 | } | 57 | } |
58 | 58 | ||
59 | do_install_append() { | 59 | do_install:append() { |
60 | rm -rf ${D}/dev | 60 | rm -rf ${D}/dev |
61 | 61 | ||
62 | # systemd class remove the sysv_initddir only if systemd_system_unitdir | 62 | # systemd class remove the sysv_initddir only if systemd_system_unitdir |
@@ -72,7 +72,7 @@ do_install_append() { | |||
72 | fi | 72 | fi |
73 | } | 73 | } |
74 | 74 | ||
75 | do_install_append_class-nativesdk() { | 75 | do_install:append:class-nativesdk() { |
76 | install -d ${D}${sysconfdir} | 76 | install -d ${D}${sysconfdir} |
77 | mv ${D}/etc/* ${D}${sysconfdir}/ | 77 | mv ${D}/etc/* ${D}${sysconfdir}/ |
78 | rmdir ${D}/etc | 78 | rmdir ${D}/etc |
diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb index b4819d8fbf..d06aed75e7 100644 --- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb +++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
6 | 6 | ||
7 | DEPENDS = "coreutils-native aufs-util-native" | 7 | DEPENDS = "coreutils-native aufs-util-native" |
8 | DEPENDS_class-native = "" | 8 | DEPENDS:class-native = "" |
9 | 9 | ||
10 | SRCREV = "8f35db59ef83078f87879ec2828e0bb45719e0ef" | 10 | SRCREV = "8f35db59ef83078f87879ec2828e0bb45719e0ef" |
11 | SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs4.9 \ | 11 | SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs4.9 \ |
@@ -23,20 +23,20 @@ PV = "4.9+git${SRCPV}" | |||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | export HOSTCC = "${BUILD_CC}" | 25 | export HOSTCC = "${BUILD_CC}" |
26 | do_configure_prepend() { | 26 | do_configure:prepend() { |
27 | # Replace sbin,bin paths with bitbake environment | 27 | # Replace sbin,bin paths with bitbake environment |
28 | sed -i -e 's;install_sbin: Tgt = ${DESTDIR}/sbin;install_sbin: Tgt = ${DESTDIR}/${base_sbindir};' \ | 28 | sed -i -e 's;install_sbin: Tgt = ${DESTDIR}/sbin;install_sbin: Tgt = ${DESTDIR}/${base_sbindir};' \ |
29 | -e 's;install_ubin: Tgt = ${DESTDIR}/usr/sbin;install_sbin: Tgt = ${DESTDIR}/${bindir};' \ | 29 | -e 's;install_ubin: Tgt = ${DESTDIR}/usr/sbin;install_sbin: Tgt = ${DESTDIR}/${bindir};' \ |
30 | ${S}/Makefile | 30 | ${S}/Makefile |
31 | } | 31 | } |
32 | 32 | ||
33 | do_configure_append () { | 33 | do_configure:append () { |
34 | install -d ${S}/include/linux/ | 34 | install -d ${S}/include/linux/ |
35 | cp ${WORKDIR}/aufs_type.h ${S}/include/linux/ | 35 | cp ${WORKDIR}/aufs_type.h ${S}/include/linux/ |
36 | sed -i -e 's;__user;;' ${S}/include/linux/aufs_type.h | 36 | sed -i -e 's;__user;;' ${S}/include/linux/aufs_type.h |
37 | } | 37 | } |
38 | 38 | ||
39 | do_configure_append_class-target () { | 39 | do_configure:append:class-target () { |
40 | for i in ver c2sh c2tmac; do | 40 | for i in ver c2sh c2tmac; do |
41 | cp ${STAGING_BINDIR_NATIVE}/aufs-util-${PV}/$i ${B} | 41 | cp ${STAGING_BINDIR_NATIVE}/aufs-util-${PV}/$i ${B} |
42 | done | 42 | done |
@@ -46,7 +46,7 @@ do_compile () { | |||
46 | oe_runmake CPPFLAGS="-I${S}/include -I${S}/libau" | 46 | oe_runmake CPPFLAGS="-I${S}/include -I${S}/libau" |
47 | } | 47 | } |
48 | 48 | ||
49 | do_compile_class-native () { | 49 | do_compile:class-native () { |
50 | oe_runmake tools CPPFLAGS="-I${S}/include -I${S}/libau" CC="${BUILD_CC}" | 50 | oe_runmake tools CPPFLAGS="-I${S}/include -I${S}/libau" CC="${BUILD_CC}" |
51 | } | 51 | } |
52 | 52 | ||
@@ -54,13 +54,13 @@ do_install () { | |||
54 | oe_runmake 'DESTDIR=${D}' install_sbin install_ubin install_etc | 54 | oe_runmake 'DESTDIR=${D}' install_sbin install_ubin install_etc |
55 | } | 55 | } |
56 | 56 | ||
57 | do_install_class-native () { | 57 | do_install:class-native () { |
58 | install -d ${D}${bindir}/aufs-util-${PV} | 58 | install -d ${D}${bindir}/aufs-util-${PV} |
59 | for i in ver c2sh c2tmac; do | 59 | for i in ver c2sh c2tmac; do |
60 | install -m 755 $i ${D}${bindir}/aufs-util-${PV}/$i | 60 | install -m 755 $i ${D}${bindir}/aufs-util-${PV}/$i |
61 | done | 61 | done |
62 | } | 62 | } |
63 | 63 | ||
64 | RRECOMMENDS_${PN}_class-target += "kernel-module-aufs" | 64 | RRECOMMENDS:${PN}:class-target += "kernel-module-aufs" |
65 | 65 | ||
66 | BBCLASSEXTEND = "native" | 66 | BBCLASSEXTEND = "native" |
diff --git a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb index 60f84f8f9c..1e88ced90e 100644 --- a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb +++ b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 \ | |||
6 | intltool-native \ | 6 | intltool-native \ |
7 | udev \ | 7 | udev \ |
8 | " | 8 | " |
9 | RDEPENDS_${PN} = "udev bash" | 9 | RDEPENDS:${PN} = "udev bash" |
10 | 10 | ||
11 | LICENSE = "GPL-3.0" | 11 | LICENSE = "GPL-3.0" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
@@ -24,5 +24,5 @@ SRC_URI[sha256sum] = "ce8c51fd4d589cda7be56e75b42188deeb258c66fc911a9b3a70a3945c | |||
24 | PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | 24 | PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" |
25 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 25 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
26 | 26 | ||
27 | SYSTEMD_SERVICE_${PN} = "devmon@.service" | 27 | SYSTEMD_SERVICE:${PN} = "devmon@.service" |
28 | SYSTEMD_AUTO_ENABLE = "disable" | 28 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb index e23c764a03..12943b23a9 100644 --- a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb +++ b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git" | |||
16 | 16 | ||
17 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}"" | 17 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" CFLAGS="${CFLAGS}"" |
18 | 18 | ||
19 | CFLAGS_append_mipsarchn64 = " -D__SANE_USERSPACE_TYPES__ -D_GNU_SOURCE" | 19 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__ -D_GNU_SOURCE" |
20 | 20 | ||
21 | do_configure() { | 21 | do_configure() { |
22 | sed -i -e "s|-static$||g" ${S}/Makefile | 22 | sed -i -e "s|-static$||g" ${S}/Makefile |
@@ -28,5 +28,5 @@ do_install() { | |||
28 | 28 | ||
29 | PROVIDES += "ufs-tool" | 29 | PROVIDES += "ufs-tool" |
30 | 30 | ||
31 | RPROVIDES_${PN} += "ufs-tool" | 31 | RPROVIDES:${PN} += "ufs-tool" |
32 | 32 | ||
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.12.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.12.0.bb index c2d0595290..323493e7e1 100644 --- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.12.0.bb +++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.12.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "XFS Filesystem Utilities" | |||
2 | HOMEPAGE = "http://oss.sgi.com/projects/xfs" | 2 | HOMEPAGE = "http://oss.sgi.com/projects/xfs" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "GPLv2 & LGPLv2.1" | 4 | LICENSE = "GPLv2 & LGPLv2.1" |
5 | LICENSE_libhandle = "LGPLv2.1" | 5 | LICENSE:libhandle = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \ |
7 | file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" | 7 | file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" |
8 | DEPENDS = "util-linux util-linux-native" | 8 | DEPENDS = "util-linux util-linux-native" |
@@ -19,13 +19,13 @@ PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle" | |||
19 | 19 | ||
20 | DEPENDS += "util-linux libinih" | 20 | DEPENDS += "util-linux libinih" |
21 | 21 | ||
22 | RDEPENDS_${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair" | 22 | RDEPENDS:${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair" |
23 | 23 | ||
24 | FILES_${PN}-fsck = "${base_sbindir}/fsck.xfs" | 24 | FILES:${PN}-fsck = "${base_sbindir}/fsck.xfs" |
25 | FILES_${PN}-mkfs = "${base_sbindir}/mkfs.xfs" | 25 | FILES:${PN}-mkfs = "${base_sbindir}/mkfs.xfs" |
26 | FILES_${PN}-repair = "${base_sbindir}/xfs_repair" | 26 | FILES:${PN}-repair = "${base_sbindir}/xfs_repair" |
27 | 27 | ||
28 | FILES_libhandle = "${base_libdir}/libhandle${SOLIBS}" | 28 | FILES:libhandle = "${base_libdir}/libhandle${SOLIBS}" |
29 | 29 | ||
30 | EXTRA_OECONF = "--enable-gettext=no \ | 30 | EXTRA_OECONF = "--enable-gettext=no \ |
31 | --enable-scrub=no \ | 31 | --enable-scrub=no \ |
@@ -61,7 +61,7 @@ do_configure () { | |||
61 | oe_runconf | 61 | oe_runconf |
62 | } | 62 | } |
63 | 63 | ||
64 | do_install_append() { | 64 | do_install:append() { |
65 | oe_runmake 'DESTDIR=${D}' install-dev | 65 | oe_runmake 'DESTDIR=${D}' install-dev |
66 | rm ${D}${libdir}/*.la | 66 | rm ${D}${libdir}/*.la |
67 | rmdir --ignore-fail-on-non-empty ${D}${libdir} | 67 | rmdir --ignore-fail-on-non-empty ${D}${libdir} |
diff --git a/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb b/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb index 75b66d9230..cf0092291a 100644 --- a/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb +++ b/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb | |||
@@ -19,11 +19,11 @@ PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline," | |||
19 | 19 | ||
20 | inherit autotools-brokensep pkgconfig features_check | 20 | inherit autotools-brokensep pkgconfig features_check |
21 | 21 | ||
22 | do_configure_prepend () { | 22 | do_configure:prepend () { |
23 | touch NEWS | 23 | touch NEWS |
24 | } | 24 | } |
25 | 25 | ||
26 | RDEPENDS_${PN} = "tk" | 26 | RDEPENDS:${PN} = "tk" |
27 | REQUIRED_DISTRO_FEATURES = "x11" | 27 | REQUIRED_DISTRO_FEATURES = "x11" |
28 | 28 | ||
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
diff --git a/meta-gnome/classes/gnome-help.bbclass b/meta-gnome/classes/gnome-help.bbclass index 9c4771ddc0..750670ae24 100644 --- a/meta-gnome/classes/gnome-help.bbclass +++ b/meta-gnome/classes/gnome-help.bbclass | |||
@@ -10,11 +10,11 @@ | |||
10 | # pack all help files to ${PN}-help-<lingua> | 10 | # pack all help files to ${PN}-help-<lingua> |
11 | 11 | ||
12 | # Dummy to get yelp build & PACKAGE_NO_HELP_SPLIT set 1 | 12 | # Dummy to get yelp build & PACKAGE_NO_HELP_SPLIT set 1 |
13 | PACKAGES_append = " ${PN}-help" | 13 | PACKAGES:append = " ${PN}-help" |
14 | FILES_${PN}-help = "${datadir}/help" | 14 | FILES:${PN}-help = "${datadir}/help" |
15 | RRECOMMENDS_${PN}-help = "${@bb.utils.contains('DISTRO_FEATURES','helpfiles','yelp','',d)}" | 15 | RRECOMMENDS:${PN}-help = "${@bb.utils.contains('DISTRO_FEATURES','helpfiles','yelp','',d)}" |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | if ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','false','true',d)}; then | 18 | if ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','false','true',d)}; then |
19 | rm -rf ${D}${datadir}/help/* | 19 | rm -rf ${D}${datadir}/help/* |
20 | fi | 20 | fi |
@@ -53,15 +53,15 @@ python gnome_do_split_help() { | |||
53 | ln = legitimize_package_name(l) | 53 | ln = legitimize_package_name(l) |
54 | pkg = pn + '-help-' + ln | 54 | pkg = pn + '-help-' + ln |
55 | packages.append(pkg) | 55 | packages.append(pkg) |
56 | d.setVar('FILES_' + pkg, os.path.join(datadir, 'help', l)) | 56 | d.setVar('FILES:' + pkg, os.path.join(datadir, 'help', l)) |
57 | d.setVar('RRECOMMENDS_' + pkg, '%syelp' % mlprefix) | 57 | d.setVar('RRECOMMENDS:' + pkg, '%syelp' % mlprefix) |
58 | d.setVar('SUMMARY_' + pkg, '%s - %s help' % (summary, l)) | 58 | d.setVar('SUMMARY:' + pkg, '%s - %s help' % (summary, l)) |
59 | d.setVar('DESCRIPTION_' + pkg, '%s This package contains language help files for the %s locale.' % (description, l)) | 59 | d.setVar('DESCRIPTION:' + pkg, '%s This package contains language help files for the %s locale.' % (description, l)) |
60 | if locale_section: | 60 | if locale_section: |
61 | d.setVar('SECTION_' + pkg, locale_section) | 61 | d.setVar('SECTION:' + pkg, locale_section) |
62 | 62 | ||
63 | d.setVar('PACKAGES', ' '.join(packages)) | 63 | d.setVar('PACKAGES', ' '.join(packages)) |
64 | } | 64 | } |
65 | 65 | ||
66 | PACKAGESPLITFUNCS_prepend = "gnome_do_split_help " | 66 | PACKAGESPLITFUNCS:prepend = "gnome_do_split_help " |
67 | 67 | ||
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index ba2d599482..06030e7bc4 100644 --- a/meta-gnome/conf/layer.conf +++ b/meta-gnome/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" | |||
9 | BBFILE_PRIORITY_gnome-layer = "7" | 9 | BBFILE_PRIORITY_gnome-layer = "7" |
10 | 10 | ||
11 | # auto-pack gnome help files | 11 | # auto-pack gnome help files |
12 | IMAGE_LINGUAS_COMPLEMENTARY_append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}" | 12 | IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}" |
13 | 13 | ||
14 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
15 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |
diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb index c0a7dd63d8..fffd2b7df6 100644 --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb +++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb | |||
@@ -20,8 +20,8 @@ PACKAGECONFIG[mobile_broadband_provider_info] = "-Dmobile_broadband_provider_inf | |||
20 | 20 | ||
21 | # go introspection is not supported for mipsn32/riscv32, but vapi needs it | 21 | # go introspection is not supported for mipsn32/riscv32, but vapi needs it |
22 | # | 22 | # |
23 | EXTRA_OEMESON_append_mipsarchn32 = " -Dvapi=false" | 23 | EXTRA_OEMESON:append:mipsarchn32 = " -Dvapi=false" |
24 | EXTRA_OEMESON_append_riscv32 = " -Dvapi=false" | 24 | EXTRA_OEMESON:append:riscv32 = " -Dvapi=false" |
25 | EXTRA_OEMESON_append_powerpc64le = " -Dvapi=false" | 25 | EXTRA_OEMESON:append:powerpc64le = " -Dvapi=false" |
26 | 26 | ||
27 | GTKDOC_MESON_OPTION = "gtk_doc" | 27 | GTKDOC_MESON_OPTION = "gtk_doc" |
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.22.0.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.22.0.bb index 936f761230..28d95d4428 100644 --- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.22.0.bb +++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.22.0.bb | |||
@@ -20,9 +20,9 @@ PACKAGECONFIG ??= "" | |||
20 | PACKAGECONFIG[modemmanager] = "-Dwwan=true, -Dwwan=false, modemmanager" | 20 | PACKAGECONFIG[modemmanager] = "-Dwwan=true, -Dwwan=false, modemmanager" |
21 | PACKAGECONFIG[selinux] = "-Dselinux=true, -Dselinux=false, libselinux" | 21 | PACKAGECONFIG[selinux] = "-Dselinux=true, -Dselinux=false, libselinux" |
22 | 22 | ||
23 | RDEPENDS_${PN} =+ "networkmanager" | 23 | RDEPENDS:${PN} =+ "networkmanager" |
24 | 24 | ||
25 | FILES_${PN} += " \ | 25 | FILES:${PN} += " \ |
26 | ${datadir}/nm-applet/ \ | 26 | ${datadir}/nm-applet/ \ |
27 | ${datadir}/libnma/wifi.ui \ | 27 | ${datadir}/libnma/wifi.ui \ |
28 | ${datadir}/metainfo \ | 28 | ${datadir}/metainfo \ |
diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb index 4eb383bbf2..9cca071758 100644 --- a/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb +++ b/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb | |||
@@ -22,15 +22,15 @@ DEPENDS += " \ | |||
22 | parted \ | 22 | parted \ |
23 | " | 23 | " |
24 | 24 | ||
25 | FILES_${PN} += " \ | 25 | FILES:${PN} += " \ |
26 | ${datadir}/appdata \ | 26 | ${datadir}/appdata \ |
27 | ${datadir}/icons \ | 27 | ${datadir}/icons \ |
28 | " | 28 | " |
29 | 29 | ||
30 | PACKAGES += "${PN}-polkit" | 30 | PACKAGES += "${PN}-polkit" |
31 | FILES_${PN}-polkit = "${datadir}/polkit-1" | 31 | FILES:${PN}-polkit = "${datadir}/polkit-1" |
32 | 32 | ||
33 | RDEPENDS_${PN} = " \ | 33 | RDEPENDS:${PN} = " \ |
34 | ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \ | 34 | ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \ |
35 | dosfstools \ | 35 | dosfstools \ |
36 | mtools \ | 36 | mtools \ |
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb index e35044c414..8a09fdf0e5 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb | |||
@@ -11,8 +11,8 @@ inherit setuptools3 gnomebase gobject-introspection vala | |||
11 | DEPENDS += "lcms" | 11 | DEPENDS += "lcms" |
12 | 12 | ||
13 | # https://bugs.llvm.org/show_bug.cgi?id=45555 | 13 | # https://bugs.llvm.org/show_bug.cgi?id=45555 |
14 | CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " | 14 | CFLAGS:append:toolchain-clang:mipsarch = " -ffp-exception-behavior=ignore " |
15 | CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore " | 15 | CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore " |
16 | 16 | ||
17 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" | 17 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" |
18 | SRC_URI[sha256sum] = "4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039" | 18 | SRC_URI[sha256sum] = "4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039" |
diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb index 1fc8832257..80faa52aed 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = " \ | |||
28 | SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd" | 28 | SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd" |
29 | 29 | ||
30 | PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2" | 30 | PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2" |
31 | PACKAGECONFIG_class-native = "libpng librsvg" | 31 | PACKAGECONFIG:class-native = "libpng librsvg" |
32 | 32 | ||
33 | PACKAGECONFIG[jasper] = "-Djasper=enabled,-Djasper=disabled,jasper" | 33 | PACKAGECONFIG[jasper] = "-Djasper=enabled,-Djasper=disabled,jasper" |
34 | PACKAGECONFIG[gexiv2] = "-Dgexiv2=enabled,-Dgexiv2=disabled,gexiv2" | 34 | PACKAGECONFIG[gexiv2] = "-Dgexiv2=enabled,-Dgexiv2=disabled,gexiv2" |
@@ -47,7 +47,7 @@ PACKAGECONFIG[tiff] = "-Dlibtiff=enabled,-Dlibtiff=disabled,tiff" | |||
47 | PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,webp" | 47 | PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,webp" |
48 | 48 | ||
49 | # There are a couple of non-symlink .so files installed into libdir, which need to go into main package | 49 | # There are a couple of non-symlink .so files installed into libdir, which need to go into main package |
50 | FILES_${PN} += " \ | 50 | FILES:${PN} += " \ |
51 | ${libdir}/*.so \ | 51 | ${libdir}/*.so \ |
52 | ${libdir}/gegl-${SHPV}/*.json \ | 52 | ${libdir}/gegl-${SHPV}/*.json \ |
53 | ${libdir}/gegl-${SHPV}/*.so \ | 53 | ${libdir}/gegl-${SHPV}/*.so \ |
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb index be05354da2..dbb576a10b 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | |||
@@ -35,7 +35,7 @@ DEPENDS = " \ | |||
35 | libmng \ | 35 | libmng \ |
36 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \ | 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \ |
37 | " | 37 | " |
38 | DEPENDS_append_libc-musl = " libexecinfo" | 38 | DEPENDS:append:libc-musl = " libexecinfo" |
39 | 39 | ||
40 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg | 40 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg |
41 | 41 | ||
@@ -51,17 +51,17 @@ EXTRA_OECONF = "--disable-python \ | |||
51 | --disable-check-update \ | 51 | --disable-check-update \ |
52 | --without-wmf" | 52 | --without-wmf" |
53 | 53 | ||
54 | do_configure_append() { | 54 | do_configure:append() { |
55 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 55 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
56 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 56 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
57 | } | 57 | } |
58 | 58 | ||
59 | do_compile_prepend() { | 59 | do_compile:prepend() { |
60 | # Let native babl/gegl find their plugins | 60 | # Let native babl/gegl find their plugins |
61 | export BABL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'babl-*'` | 61 | export BABL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'babl-*'` |
62 | export GEGL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'gegl-*'` | 62 | export GEGL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'gegl-*'` |
63 | } | 63 | } |
64 | 64 | ||
65 | FILES_${PN} += "${datadir}/metainfo" | 65 | FILES:${PN} += "${datadir}/metainfo" |
66 | 66 | ||
67 | RDEPENDS_${PN} += "mypaint-brushes-1.0" | 67 | RDEPENDS:${PN} += "mypaint-brushes-1.0" |
diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb index e711a2a7fa..e123ef5fcc 100644 --- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb +++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | |||
@@ -19,7 +19,7 @@ SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0" | |||
19 | PV = "1.6.1" | 19 | PV = "1.6.1" |
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | do_configure_append() { | 22 | do_configure:append() { |
23 | # autogen uses python2 so generate headers ourselves | 23 | # autogen uses python2 so generate headers ourselves |
24 | cd ${S} | 24 | cd ${S} |
25 | python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h | 25 | python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h |
diff --git a/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb index 4ecc2fef8b..ca3912da88 100644 --- a/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb +++ b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb | |||
@@ -9,4 +9,4 @@ SRCREV = "8a0124ac0675103eae8fa41fad533851768ae1ce" | |||
9 | PV = "1.3.1" | 9 | PV = "1.3.1" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/mypaint-data" | 12 | FILES:${PN} += "${datadir}/mypaint-data" |
diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_3.38.3.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_3.38.3.bb index 5b68467a18..97e994c1fa 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf-editor_3.38.3.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_3.38.3.bb | |||
@@ -10,7 +10,7 @@ inherit gnomebase vala gettext gsettings bash-completion | |||
10 | 10 | ||
11 | SRC_URI[archive.sha256sum] = "571af4c7dad4f049b53e6cd728b79addf08c27ddab6bc57b396d211866ee79e3" | 11 | SRC_URI[archive.sha256sum] = "571af4c7dad4f049b53e6cd728b79addf08c27ddab6bc57b396d211866ee79e3" |
12 | 12 | ||
13 | FILES_${PN} += " \ | 13 | FILES:${PN} += " \ |
14 | ${datadir}/dbus-1 \ | 14 | ${datadir}/dbus-1 \ |
15 | ${datadir}/metainfo \ | 15 | ${datadir}/metainfo \ |
16 | " | 16 | " |
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb index b1604e8dfb..5613556aa7 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb | |||
@@ -14,9 +14,9 @@ inherit gnomebase bash-completion vala | |||
14 | # I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | 14 | # I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl |
15 | EXTRA_OEMESON = "-Dman=false" | 15 | EXTRA_OEMESON = "-Dman=false" |
16 | # no bash-completion for native | 16 | # no bash-completion for native |
17 | EXTRA_OEMESON_append_class-native = " -Dbash_completion=false" | 17 | EXTRA_OEMESON:append:class-native = " -Dbash_completion=false" |
18 | 18 | ||
19 | FILES_${PN} += " \ | 19 | FILES:${PN} += " \ |
20 | ${datadir}/dbus-1 \ | 20 | ${datadir}/dbus-1 \ |
21 | ${systemd_user_unitdir} \ | 21 | ${systemd_user_unitdir} \ |
22 | ${libdir}/gio/modules/*.so \ | 22 | ${libdir}/gio/modules/*.so \ |
diff --git a/meta-gnome/recipes-gnome/evince/evince_40.4.bb b/meta-gnome/recipes-gnome/evince/evince_40.4.bb index 59999b749f..ed4fb63720 100644 --- a/meta-gnome/recipes-gnome/evince/evince_40.4.bb +++ b/meta-gnome/recipes-gnome/evince/evince_40.4.bb | |||
@@ -32,7 +32,7 @@ EXTRA_OEMESON = " \ | |||
32 | -Dsystemduserunitdir=no \ | 32 | -Dsystemduserunitdir=no \ |
33 | " | 33 | " |
34 | 34 | ||
35 | do_compile_prepend() { | 35 | do_compile:prepend() { |
36 | export GIR_EXTRA_LIBS_PATH="${B}/libdocument/.libs" | 36 | export GIR_EXTRA_LIBS_PATH="${B}/libdocument/.libs" |
37 | } | 37 | } |
38 | 38 | ||
@@ -40,15 +40,15 @@ PACKAGECONFIG ??= "" | |||
40 | PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus" | 40 | PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus" |
41 | PACKAGECONFIG[browser-plugin] = "-Dbrowser_plugin=true,-Dbrowser_plugin=false" | 41 | PACKAGECONFIG[browser-plugin] = "-Dbrowser_plugin=true,-Dbrowser_plugin=false" |
42 | 42 | ||
43 | RDEPENDS_${PN} += "glib-2.0-utils" | 43 | RDEPENDS:${PN} += "glib-2.0-utils" |
44 | RRECOMMMENDS_${PN} = "adwaita-icon-theme" | 44 | RRECOMMMENDS_${PN} = "adwaita-icon-theme" |
45 | 45 | ||
46 | PACKAGES =+ "${PN}-nautilus-extension" | 46 | PACKAGES =+ "${PN}-nautilus-extension" |
47 | PACKAGES =+ "${PN}-browser-plugin" | 47 | PACKAGES =+ "${PN}-browser-plugin" |
48 | 48 | ||
49 | FILES_${PN} += "${datadir}/dbus-1 \ | 49 | FILES:${PN} += "${datadir}/dbus-1 \ |
50 | ${datadir}/metainfo \ | 50 | ${datadir}/metainfo \ |
51 | ${datadir}/thumbnailers \ | 51 | ${datadir}/thumbnailers \ |
52 | " | 52 | " |
53 | FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" | 53 | FILES:${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" |
54 | FILES_${PN}-browser-plugin = "${libdir}/mozilla/*/*so" | 54 | FILES:${PN}-browser-plugin = "${libdir}/mozilla/*/*so" |
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb index 7f267b4972..571d4301ec 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | |||
@@ -19,7 +19,7 @@ SRC_URI += " \ | |||
19 | " | 19 | " |
20 | 20 | ||
21 | LKSTRFTIME = "HAVE_LKSTRFTIME=ON" | 21 | LKSTRFTIME = "HAVE_LKSTRFTIME=ON" |
22 | LKSTRFTIME_libc-musl = "HAVE_LKSTRFTIME=OFF" | 22 | LKSTRFTIME:libc-musl = "HAVE_LKSTRFTIME=OFF" |
23 | 23 | ||
24 | # For arm qemu-arm runs at 100% CPU load and never returns - so disable introspection for now | 24 | # For arm qemu-arm runs at 100% CPU load and never returns - so disable introspection for now |
25 | GI_DATA_ENABLED="False" | 25 | GI_DATA_ENABLED="False" |
@@ -46,7 +46,7 @@ PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap" | |||
46 | # -ldb needs this on some platforms | 46 | # -ldb needs this on some platforms |
47 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" | 47 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" |
48 | 48 | ||
49 | do_configure_append () { | 49 | do_configure:append () { |
50 | cp ${WORKDIR}/iconv-detect.h ${S}/src | 50 | cp ${WORKDIR}/iconv-detect.h ${S}/src |
51 | 51 | ||
52 | # fix native perl shebang | 52 | # fix native perl shebang |
@@ -57,14 +57,14 @@ do_configure_append () { | |||
57 | -e 's: ${bindir}/g-ir-scanner-wrapper: ${STAGING_BINDIR}/g-ir-scanner-wrapper:g' | 57 | -e 's: ${bindir}/g-ir-scanner-wrapper: ${STAGING_BINDIR}/g-ir-scanner-wrapper:g' |
58 | } | 58 | } |
59 | 59 | ||
60 | do_compile_prepend() { | 60 | do_compile:prepend() { |
61 | export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs" | 61 | export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs" |
62 | } | 62 | } |
63 | 63 | ||
64 | FILES_${PN} =+ " \ | 64 | FILES:${PN} =+ " \ |
65 | ${datadir}/dbus-1 \ | 65 | ${datadir}/dbus-1 \ |
66 | ${datadir}/evolution-data-server-*/ui/ \ | 66 | ${datadir}/evolution-data-server-*/ui/ \ |
67 | ${systemd_user_unitdir} \ | 67 | ${systemd_user_unitdir} \ |
68 | " | 68 | " |
69 | 69 | ||
70 | RDEPENDS_${PN} += "perl" | 70 | RDEPENDS:${PN} += "perl" |
diff --git a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb index 561b094a98..55fdba5e38 100644 --- a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb +++ b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb | |||
@@ -23,4 +23,4 @@ do_install() { | |||
23 | chown -R root:root ${D}${datadir} | 23 | chown -R root:root ${D}${datadir} |
24 | } | 24 | } |
25 | 25 | ||
26 | FILES_${PN} += "${datadir}/icons ${datadir}/themes" | 26 | FILES:${PN} += "${datadir}/icons ${datadir}/themes" |
diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb index e4aeea26f0..ccc82aec45 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb | |||
@@ -20,7 +20,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'packagekit', | |||
20 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus" | 20 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus" |
21 | PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false," | 21 | PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false," |
22 | 22 | ||
23 | FILES_${PN} += " \ | 23 | FILES:${PN} += " \ |
24 | ${datadir}/dbus-1 \ | 24 | ${datadir}/dbus-1 \ |
25 | ${datadir}/metainfo \ | 25 | ${datadir}/metainfo \ |
26 | ${libdir}/nautilus \ | 26 | ${libdir}/nautilus \ |
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb b/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb index fb0b77bf48..74e2bd677f 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb | |||
@@ -23,33 +23,33 @@ EXTRA_OECONF = " \ | |||
23 | --with-pam-mod-dir=${base_libdir}/security \ | 23 | --with-pam-mod-dir=${base_libdir}/security \ |
24 | " | 24 | " |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | rm -rf ${D}/run ${D}${localstatedir}/run | 27 | rm -rf ${D}/run ${D}${localstatedir}/run |
28 | } | 28 | } |
29 | 29 | ||
30 | USERADD_PACKAGES = "${PN}" | 30 | USERADD_PACKAGES = "${PN}" |
31 | USERADD_PARAM_${PN} = "--system --no-create-home --home ${localstatedir}/lib/gdm --user-group gdm" | 31 | USERADD_PARAM:${PN} = "--system --no-create-home --home ${localstatedir}/lib/gdm --user-group gdm" |
32 | 32 | ||
33 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | 33 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
34 | 34 | ||
35 | # Some gnome components - as gnome-panel and gnome-shell (!!) - require gdm | 35 | # Some gnome components - as gnome-panel and gnome-shell (!!) - require gdm |
36 | # components. To allow gnome-images using different display-manager, split them | 36 | # components. To allow gnome-images using different display-manager, split them |
37 | # out into a seperate package. | 37 | # out into a seperate package. |
38 | PACKAGE_BEFORE_PN = "${PN}-base" | 38 | PACKAGE_BEFORE_PN = "${PN}-base" |
39 | FILES_${PN}-base = " \ | 39 | FILES:${PN}-base = " \ |
40 | ${datadir}/glib-2.0 \ | 40 | ${datadir}/glib-2.0 \ |
41 | ${datadir}/gnome-session \ | 41 | ${datadir}/gnome-session \ |
42 | ${libdir}/lib*${SOLIBS} \ | 42 | ${libdir}/lib*${SOLIBS} \ |
43 | ${libdir}/girepository-1.0 \ | 43 | ${libdir}/girepository-1.0 \ |
44 | " | 44 | " |
45 | 45 | ||
46 | CONFFILES_${PN} += "${sysconfdir}/gdm/custom.conf" | 46 | CONFFILES:${PN} += "${sysconfdir}/gdm/custom.conf" |
47 | FILES_${PN} += " \ | 47 | FILES:${PN} += " \ |
48 | ${datadir}/dconf \ | 48 | ${datadir}/dconf \ |
49 | ${base_libdir}/security/pam_gdm.so \ | 49 | ${base_libdir}/security/pam_gdm.so \ |
50 | ${localstatedir} \ | 50 | ${localstatedir} \ |
51 | ${systemd_unitdir} \ | 51 | ${systemd_unitdir} \ |
52 | " | 52 | " |
53 | 53 | ||
54 | RDEPENDS_${PN} += "${PN}-base" | 54 | RDEPENDS:${PN} += "${PN}-base" |
55 | 55 | ||
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb b/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb index ee94cdd2a8..035f5d1a83 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb | |||
@@ -27,20 +27,20 @@ SRC_URI[archive.sha256sum] = "55e394a82cb65678b1ab49526cf5bd43f00d8fba21476a4849 | |||
27 | 27 | ||
28 | # gobject-introspection is mandatory and cannot be configured | 28 | # gobject-introspection is mandatory and cannot be configured |
29 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 29 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
30 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 30 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
31 | 31 | ||
32 | GTKDOC_MESON_OPTION = "gtk_doc" | 32 | GTKDOC_MESON_OPTION = "gtk_doc" |
33 | 33 | ||
34 | PACKAGES += "${PN}-python" | 34 | PACKAGES += "${PN}-python" |
35 | 35 | ||
36 | FILES_${PN} += " \ | 36 | FILES:${PN} += " \ |
37 | ${datadir}/dbus-1 \ | 37 | ${datadir}/dbus-1 \ |
38 | ${datadir}/metainfo \ | 38 | ${datadir}/metainfo \ |
39 | " | 39 | " |
40 | 40 | ||
41 | FILES_${PN}-python += " \ | 41 | FILES:${PN}-python += " \ |
42 | ${PYTHON_SITEPACKAGES_DIR} \ | 42 | ${PYTHON_SITEPACKAGES_DIR} \ |
43 | " | 43 | " |
44 | 44 | ||
45 | RDEPENDS_${PN} += "gsettings-desktop-schemas" | 45 | RDEPENDS:${PN} += "gsettings-desktop-schemas" |
46 | RRECOMMENDS_${PN} += "source-code-pro-fonts" | 46 | RRECOMMENDS:${PN} += "source-code-pro-fonts" |
diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb index 0414b0c7cf..1c5d90f6c7 100644 --- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb +++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb | |||
@@ -15,7 +15,7 @@ inherit gnomebase gtk-doc gobject-introspection | |||
15 | SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" | 15 | SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" |
16 | SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379" | 16 | SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379" |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which | 19 | # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which |
20 | # is not a standard path exactly | 20 | # is not a standard path exactly |
21 | rm -rf ${D}${prefix}/doc | 21 | rm -rf ${D}${prefix}/doc |
diff --git a/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb b/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb index cf33ebdfea..438f8113a6 100644 --- a/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb +++ b/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb | |||
@@ -14,4 +14,4 @@ inherit gnomebase gsettings gtk-icon-cache gnome-help gettext upstream-version-i | |||
14 | SRC_URI[archive.md5sum] = "7e6ed808766bc18285bdc6999bdf0f15" | 14 | SRC_URI[archive.md5sum] = "7e6ed808766bc18285bdc6999bdf0f15" |
15 | SRC_URI[archive.sha256sum] = "c2d9c191ff5bce836618779865bee4059db81a3a0dff38bda3cc7a9e729637c0" | 15 | SRC_URI[archive.sha256sum] = "c2d9c191ff5bce836618779865bee4059db81a3a0dff38bda3cc7a9e729637c0" |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/metainfo" | 17 | FILES:${PN} += "${datadir}/metainfo" |
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb index 678ba9c4c8..75138125f7 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb | |||
@@ -18,21 +18,21 @@ SRC_URI += "file://0001-Disable-tests-on-host.patch \ | |||
18 | 18 | ||
19 | # gobject-introspection is mandatory and cannot be configured | 19 | # gobject-introspection is mandatory and cannot be configured |
20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
21 | UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection" | 21 | UNKNOWN_CONFIGURE_WHITELIST:append = " --enable-introspection --disable-introspection" |
22 | 22 | ||
23 | EXTRA_OECONF = " \ | 23 | EXTRA_OECONF = " \ |
24 | --without-dbus-tests \ | 24 | --without-dbus-tests \ |
25 | --disable-installed-tests \ | 25 | --disable-installed-tests \ |
26 | " | 26 | " |
27 | 27 | ||
28 | do_configure_prepend() { | 28 | do_configure:prepend() { |
29 | # make configure find gobject-introspection test code. Although we set | 29 | # make configure find gobject-introspection test code. Although we set |
30 | # --disable-installed-tests gjs builds them | 30 | # --disable-installed-tests gjs builds them |
31 | sed -i 's|:$GI_DATADIR|:${STAGING_DIR_NATIVE}$GI_DATADIR|g' ${S}/configure.ac | 31 | sed -i 's|:$GI_DATADIR|:${STAGING_DIR_NATIVE}$GI_DATADIR|g' ${S}/configure.ac |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN} += "${datadir}/gjs-1.0/lsan" | 34 | FILES:${PN} += "${datadir}/gjs-1.0/lsan" |
35 | 35 | ||
36 | PACKAGES =+ "${PN}-valgrind" | 36 | PACKAGES =+ "${PN}-valgrind" |
37 | FILES_${PN}-valgrind = "${datadir}/gjs-1.0/valgrind" | 37 | FILES:${PN}-valgrind = "${datadir}/gjs-1.0/valgrind" |
38 | RSEPENDS_${PN}-valgrind += "valgrind" | 38 | RSEPENDS_${PN}-valgrind += "valgrind" |
diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb index 5d7a9a6575..3e7b254a8f 100644 --- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb +++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb | |||
@@ -11,6 +11,6 @@ inherit gnomebase gobject-introspection gtk-doc vala | |||
11 | 11 | ||
12 | SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04" | 12 | SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04" |
13 | 13 | ||
14 | do_compile_prepend() { | 14 | do_compile:prepend() { |
15 | export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" | 15 | export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" |
16 | } | 16 | } |
diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.38.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.38.0.bb index 2cb5222efa..aa490127e2 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.38.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.38.0.bb | |||
@@ -10,7 +10,7 @@ inherit gnomebase allarch gettext upstream-version-is-even allarch | |||
10 | 10 | ||
11 | SRC_URI[archive.sha256sum] = "f7712a873a80c9a9fcf3952611effeb2d9aed23a3e8abfcda8afb15c427d1ee3" | 11 | SRC_URI[archive.sha256sum] = "f7712a873a80c9a9fcf3952611effeb2d9aed23a3e8abfcda8afb15c427d1ee3" |
12 | 12 | ||
13 | FILES_${PN} += " \ | 13 | FILES:${PN} += " \ |
14 | ${datadir}/backgrounds \ | 14 | ${datadir}/backgrounds \ |
15 | ${datadir}/gnome-background-properties \ | 15 | ${datadir}/gnome-background-properties \ |
16 | " | 16 | " |
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb index 31d3bf6eb7..e3806f64fa 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb | |||
@@ -21,4 +21,4 @@ EXTRA_OEMESON = "-Dicon_update=false" | |||
21 | SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e" | 21 | SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e" |
22 | SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9" | 22 | SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9" |
23 | 23 | ||
24 | RDEPENDS_${PN} += "bluez5" | 24 | RDEPENDS:${PN} += "bluez5" |
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb index ef96632bdd..8c0183cf10 100644 --- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb +++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb | |||
@@ -29,7 +29,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
29 | 29 | ||
30 | SRC_URI[archive.sha256sum] = "7fe6c561f7b1f485ac106219772e45cc135c983bfa4278dd2d3fd83b57ff6af6" | 30 | SRC_URI[archive.sha256sum] = "7fe6c561f7b1f485ac106219772e45cc135c983bfa4278dd2d3fd83b57ff6af6" |
31 | 31 | ||
32 | FILES_${PN} += " \ | 32 | FILES:${PN} += " \ |
33 | ${datadir}/dbus-1 \ | 33 | ${datadir}/dbus-1 \ |
34 | ${datadir}/metainfo \ | 34 | ${datadir}/metainfo \ |
35 | ${datadir}/gnome-shell \ | 35 | ${datadir}/gnome-shell \ |
diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.38.1.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.38.1.bb index 67e251e16d..e703ec6406 100644 --- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.38.1.bb +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.38.1.bb | |||
@@ -25,7 +25,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
25 | SRC_URI += "file://8be361b6ce8f0f8053e1609decbdbdc164ec8448.patch" | 25 | SRC_URI += "file://8be361b6ce8f0f8053e1609decbdbdc164ec8448.patch" |
26 | SRC_URI[archive.sha256sum] = "7280880a082d631624d02a102dd547ceb59498da368311f3e49a06cff897f512" | 26 | SRC_URI[archive.sha256sum] = "7280880a082d631624d02a102dd547ceb59498da368311f3e49a06cff897f512" |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
29 | ${datadir}/gnome-shell \ | 29 | ${datadir}/gnome-shell \ |
30 | ${datadir}/metainfo \ | 30 | ${datadir}/metainfo \ |
31 | ${datadir}/dbus-1 \ | 31 | ${datadir}/dbus-1 \ |
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.4.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.4.bb index 86b8304b6c..f0800774ba 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.4.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.4.bb | |||
@@ -44,12 +44,12 @@ EXTRA_OEMESON = " \ | |||
44 | -Dcheese=false \ | 44 | -Dcheese=false \ |
45 | " | 45 | " |
46 | 46 | ||
47 | FILES_${PN} += " \ | 47 | FILES:${PN} += " \ |
48 | ${datadir}/dbus-1 \ | 48 | ${datadir}/dbus-1 \ |
49 | ${datadir}/gnome-shell \ | 49 | ${datadir}/gnome-shell \ |
50 | ${datadir}/metainfo \ | 50 | ${datadir}/metainfo \ |
51 | " | 51 | " |
52 | 52 | ||
53 | FILES_${PN}-dev += "${datadir}/gettext" | 53 | FILES:${PN}-dev += "${datadir}/gettext" |
54 | 54 | ||
55 | RDEPENDS_${PN} += "gsettings-desktop-schemas" | 55 | RDEPENDS:${PN} += "gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.38.8.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.38.8.bb index 6d2574015f..61de652f8d 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.38.8.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.38.8.bb | |||
@@ -14,7 +14,7 @@ inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspecti | |||
14 | 14 | ||
15 | # gobject-introspection is mandatory and cannot be configured | 15 | # gobject-introspection is mandatory and cannot be configured |
16 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 16 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
17 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 17 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
18 | 18 | ||
19 | SRC_URI[archive.sha256sum] = "04dc3b37c2b7d98df972670ac2a5a33ec7dc278e6814c3d23d099ae6789dcae8" | 19 | SRC_URI[archive.sha256sum] = "04dc3b37c2b7d98df972670ac2a5a33ec7dc278e6814c3d23d099ae6789dcae8" |
20 | 20 | ||
@@ -32,6 +32,6 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
32 | EXTRA_OEMESON = "-Ddesktop_docs=false" | 32 | EXTRA_OEMESON = "-Ddesktop_docs=false" |
33 | 33 | ||
34 | PACKAGES =+ "libgnome-desktop3" | 34 | PACKAGES =+ "libgnome-desktop3" |
35 | FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml" | 35 | FILES:libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml" |
36 | 36 | ||
37 | RRECOMMENDS_libgnome-desktop3 += "gsettings-desktop-schemas" | 37 | RRECOMMENDS:libgnome-desktop3 += "gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_40.1.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_40.1.bb index 869f820fa8..883e1c1782 100644 --- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_40.1.bb +++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_40.1.bb | |||
@@ -28,7 +28,7 @@ PACKAGECONFIG[systemd] = "-Dlogind=libsystemd,-Dlogind=none,systemd" | |||
28 | 28 | ||
29 | SRC_URI[archive.sha256sum] = "2a4b99ac11ca23394b28c5584b9e96284e8c5a4da65cf06207de54f42b1ff141" | 29 | SRC_URI[archive.sha256sum] = "2a4b99ac11ca23394b28c5584b9e96284e8c5a4da65cf06207de54f42b1ff141" |
30 | 30 | ||
31 | FILES_${PN} += " \ | 31 | FILES:${PN} += " \ |
32 | ${datadir}/metainfo \ | 32 | ${datadir}/metainfo \ |
33 | ${datadir}/dbus-1 \ | 33 | ${datadir}/dbus-1 \ |
34 | " | 34 | " |
diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb index e6d946cb30..9c599bbd8f 100644 --- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb | |||
@@ -20,12 +20,12 @@ DEPENDS += " \ | |||
20 | 20 | ||
21 | SRC_URI[archive.sha256sum] = "e03f33100f1982019c2e59bbdcd664549ec5caa0ef2d99e2c0e1272cea08bb3b" | 21 | SRC_URI[archive.sha256sum] = "e03f33100f1982019c2e59bbdcd664549ec5caa0ef2d99e2c0e1272cea08bb3b" |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install:append() { |
24 | # no oe-layer has compiz -> remove dead session | 24 | # no oe-layer has compiz -> remove dead session |
25 | rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop | 25 | rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
29 | ${datadir}/desktop-directories \ | 29 | ${datadir}/desktop-directories \ |
30 | ${datadir}/gnome-panel \ | 30 | ${datadir}/gnome-panel \ |
31 | ${datadir}/gnome-session \ | 31 | ${datadir}/gnome-session \ |
@@ -34,4 +34,4 @@ FILES_${PN} += " \ | |||
34 | ${systemd_user_unitdir} \ | 34 | ${systemd_user_unitdir} \ |
35 | " | 35 | " |
36 | 36 | ||
37 | RDEPENDS_${PN} += "metacity" | 37 | RDEPENDS:${PN} += "metacity" |
diff --git a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_40.0.bb b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_40.0.bb index a2f0af6790..d8e61950ca 100644 --- a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_40.0.bb | |||
@@ -18,7 +18,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
18 | 18 | ||
19 | SRC_URI[archive.sha256sum] = "d2cc7686946690dc274a5d0c72841d358d0ccd42d3f34993c698bdf13588fe42" | 19 | SRC_URI[archive.sha256sum] = "d2cc7686946690dc274a5d0c72841d358d0ccd42d3f34993c698bdf13588fe42" |
20 | 20 | ||
21 | FILES_${PN} += " \ | 21 | FILES:${PN} += " \ |
22 | ${datadir}/dbus-1 \ | 22 | ${datadir}/dbus-1 \ |
23 | ${datadir}/metainfo \ | 23 | ${datadir}/metainfo \ |
24 | ${datadir}/thumbnailers \ | 24 | ${datadir}/thumbnailers \ |
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb index fce28bd865..5bc5f2e0fb 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb | |||
@@ -35,7 +35,7 @@ EXTRA_OECONF = " \ | |||
35 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)} \ | 35 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)} \ |
36 | " | 36 | " |
37 | 37 | ||
38 | FILES_${PN} += " \ | 38 | FILES:${PN} += " \ |
39 | ${datadir}/dbus-1/services \ | 39 | ${datadir}/dbus-1/services \ |
40 | ${datadir}/p11-kit \ | 40 | ${datadir}/p11-kit \ |
41 | ${datadir}/xdg-desktop-portal \ | 41 | ${datadir}/xdg-desktop-portal \ |
@@ -43,7 +43,7 @@ FILES_${PN} += " \ | |||
43 | ${libdir}/pkcs11/gnome-keyring-pkcs11.so \ | 43 | ${libdir}/pkcs11/gnome-keyring-pkcs11.so \ |
44 | " | 44 | " |
45 | # fix | gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used | 45 | # fix | gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used |
46 | pkg_postinst_${PN} () { | 46 | pkg_postinst:${PN} () { |
47 | setcap cap_ipc_lock+ep $D/${bindir}/gnome-keyring-daemon | 47 | setcap cap_ipc_lock+ep $D/${bindir}/gnome-keyring-daemon |
48 | } | 48 | } |
49 | PACKAGE_WRITE_DEPS += "libcap-native" | 49 | PACKAGE_WRITE_DEPS += "libcap-native" |
diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.36.0.bb b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.36.0.bb index 845b314788..2255ff00db 100644 --- a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.36.0.bb +++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.36.0.bb | |||
@@ -15,4 +15,4 @@ BPN = "gnome-menus" | |||
15 | SRC_URI[archive.md5sum] = "a8fd71fcf31a87fc799d80396a526829" | 15 | SRC_URI[archive.md5sum] = "a8fd71fcf31a87fc799d80396a526829" |
16 | SRC_URI[archive.sha256sum] = "d9348f38bde956fc32753b28c1cde19c175bfdbf1f4d5b06003b3aa09153bb1f" | 16 | SRC_URI[archive.sha256sum] = "d9348f38bde956fc32753b28c1cde19c175bfdbf1f4d5b06003b3aa09153bb1f" |
17 | 17 | ||
18 | FILES_${PN} += "${datadir}/desktop-directories/" | 18 | FILES:${PN} += "${datadir}/desktop-directories/" |
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.40.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.40.0.bb index 4b79fe2aa5..c7e8eecb1f 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.40.0.bb | |||
@@ -25,10 +25,10 @@ PACKAGECONFIG[other] = " \ | |||
25 | --disable-facebook --disable-foursquare --disable-exchange --disable-flickr --disable-google --disable-imap-smtp --disable-owncloud --disable-windows-live, \ | 25 | --disable-facebook --disable-foursquare --disable-exchange --disable-flickr --disable-google --disable-imap-smtp --disable-owncloud --disable-windows-live, \ |
26 | " | 26 | " |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
29 | ${datadir}/dbus-1 \ | 29 | ${datadir}/dbus-1 \ |
30 | ${libdir}/goa-1.0/web-extensions/*.so \ | 30 | ${libdir}/goa-1.0/web-extensions/*.so \ |
31 | " | 31 | " |
32 | 32 | ||
33 | # looked into pkg-config file: it is not a bug - they mean it | 33 | # looked into pkg-config file: it is not a bug - they mean it |
34 | FILES_${PN}-dev += "${libdir}/goa-1.0/include" | 34 | FILES:${PN}-dev += "${libdir}/goa-1.0/include" |
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb index 8fe4e1311b..9a7c377a3b 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb | |||
@@ -22,4 +22,4 @@ SRC_URI[archive.sha256sum] = "1e21b726dd397523ae79d29eb538bcae09e3427e23ccd63f28 | |||
22 | 22 | ||
23 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" | 23 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" |
24 | 24 | ||
25 | RDEPENDS_${PN} += "gdm-base" | 25 | RDEPENDS:${PN} += "gdm-base" |
diff --git a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb index 6b69c08eb9..fb1b7d30ba 100644 --- a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb | |||
@@ -32,15 +32,15 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
32 | 32 | ||
33 | SRC_URI[archive.sha256sum] = "e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af" | 33 | SRC_URI[archive.sha256sum] = "e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | # make gnome-photos available on all desktops | 36 | # make gnome-photos available on all desktops |
37 | sed -i 's:OnlyShowIn=:#OnlyShowIn=:g' ${D}${datadir}/applications/org.gnome.Photos.desktop | 37 | sed -i 's:OnlyShowIn=:#OnlyShowIn=:g' ${D}${datadir}/applications/org.gnome.Photos.desktop |
38 | } | 38 | } |
39 | 39 | ||
40 | FILES_${PN} += " \ | 40 | FILES:${PN} += " \ |
41 | ${datadir}/dbus-1 \ | 41 | ${datadir}/dbus-1 \ |
42 | ${datadir}/metainfo \ | 42 | ${datadir}/metainfo \ |
43 | ${datadir}/gnome-shell \ | 43 | ${datadir}/gnome-shell \ |
44 | " | 44 | " |
45 | 45 | ||
46 | RRECOMMENDS_${PN} = "grilo-plugins" | 46 | RRECOMMENDS:${PN} = "grilo-plugins" |
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.36.0.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.36.0.bb index 29a2e1ee2f..3fdcfd81a4 100644 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.36.0.bb +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.36.0.bb | |||
@@ -30,10 +30,10 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', | |||
30 | PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, consolekit" | 30 | PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, consolekit" |
31 | PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd" | 31 | PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd" |
32 | 32 | ||
33 | FILES_${PN} += " \ | 33 | FILES:${PN} += " \ |
34 | ${datadir}/xsessions \ | 34 | ${datadir}/xsessions \ |
35 | ${datadir}/wayland-sessions \ | 35 | ${datadir}/wayland-sessions \ |
36 | ${systemd_user_unitdir} \ | 36 | ${systemd_user_unitdir} \ |
37 | " | 37 | " |
38 | 38 | ||
39 | RDEPENDS_${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas" | 39 | RDEPENDS:${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb index a532ae7494..171e46eddb 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb | |||
@@ -42,7 +42,7 @@ PACKAGECONFIG[nm] = "-Dnetwork_manager=true,-Dnetwork_manager=false,networkmanag | |||
42 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" | 42 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" |
43 | PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" | 43 | PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" |
44 | 44 | ||
45 | FILES_${PN} += " \ | 45 | FILES:${PN} += " \ |
46 | ${systemd_user_unitdir} \ | 46 | ${systemd_user_unitdir} \ |
47 | ${libdir}/gnome-settings-daemon-3.0/libgsd.so \ | 47 | ${libdir}/gnome-settings-daemon-3.0/libgsd.so \ |
48 | " | 48 | " |
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb index 52e50705e8..f74a85381b 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb | |||
@@ -20,9 +20,9 @@ EXTRA_OEMESON += " \ | |||
20 | -Dclassic_mode=true \ | 20 | -Dclassic_mode=true \ |
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS_${PN} += "gnome-shell" | 23 | RDEPENDS:${PN} += "gnome-shell" |
24 | 24 | ||
25 | FILES_${PN} += " \ | 25 | FILES:${PN} += " \ |
26 | ${datadir}/gnome-shell \ | 26 | ${datadir}/gnome-shell \ |
27 | ${datadir}/gnome-session \ | 27 | ${datadir}/gnome-session \ |
28 | ${datadir}/xsessions \ | 28 | ${datadir}/xsessions \ |
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb index 77b9015d46..b1aa519a05 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb | |||
@@ -28,7 +28,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
28 | 28 | ||
29 | # gobject-introspection is mandatory and cannot be configured | 29 | # gobject-introspection is mandatory and cannot be configured |
30 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 30 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
31 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 31 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
32 | 32 | ||
33 | SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f" | 33 | SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f" |
34 | SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550" | 34 | SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550" |
@@ -42,7 +42,7 @@ EXTRA_OEMESON = " \ | |||
42 | -Dman=false \ | 42 | -Dman=false \ |
43 | " | 43 | " |
44 | 44 | ||
45 | do_install_append() { | 45 | do_install:append() { |
46 | # fix shebangs | 46 | # fix shebangs |
47 | for tool in `find ${D}${bindir} -name '*-tool'`; do | 47 | for tool in `find ${D}${bindir} -name '*-tool'`; do |
48 | sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool | 48 | sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool |
@@ -51,16 +51,16 @@ do_install_append() { | |||
51 | 51 | ||
52 | GSETTINGS_PACKAGE = "${PN}-gsettings" | 52 | GSETTINGS_PACKAGE = "${PN}-gsettings" |
53 | 53 | ||
54 | FILES_${PN} += " \ | 54 | FILES:${PN} += " \ |
55 | ${datadir}/dbus-1 \ | 55 | ${datadir}/dbus-1 \ |
56 | ${datadir}/gnome-control-center \ | 56 | ${datadir}/gnome-control-center \ |
57 | ${datadir}/xdg-desktop-portal \ | 57 | ${datadir}/xdg-desktop-portal \ |
58 | ${systemd_user_unitdir} \ | 58 | ${systemd_user_unitdir} \ |
59 | " | 59 | " |
60 | 60 | ||
61 | RDEPENDS_${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" | 61 | RDEPENDS:${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" |
62 | 62 | ||
63 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" | 63 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" |
64 | FILES_${PN}-tools = "${bindir}/*-tool" | 64 | FILES:${PN}-tools = "${bindir}/*-tool" |
65 | RDEPENDS_${PN}-tools = "python3-core" | 65 | RDEPENDS:${PN}-tools = "python3-core" |
66 | 66 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb index ecc5a09a03..01f0619732 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb | |||
@@ -27,9 +27,9 @@ SRC_URI[archive.sha256sum] = "fdb30f4367907aab86d7c2bb76a7b773ba850b765c9666a39f | |||
27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
28 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | 28 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" |
29 | 29 | ||
30 | RRECOMMENDS_${PN} = "adwaita-icon-theme" | 30 | RRECOMMENDS:${PN} = "adwaita-icon-theme" |
31 | 31 | ||
32 | FILES_${PN} += " \ | 32 | FILES:${PN} += " \ |
33 | ${datadir}/dbus-1 \ | 33 | ${datadir}/dbus-1 \ |
34 | ${datadir}/metainfo \ | 34 | ${datadir}/metainfo \ |
35 | " | 35 | " |
diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.40.2.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.40.2.bb index 62534a94a7..88fb5d7435 100644 --- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.40.2.bb +++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.40.2.bb | |||
@@ -28,10 +28,10 @@ EXTRA_OECONF += " \ | |||
28 | --without-nautilus-extension \ | 28 | --without-nautilus-extension \ |
29 | " | 29 | " |
30 | 30 | ||
31 | FILES_${PN} += " \ | 31 | FILES:${PN} += " \ |
32 | ${datadir}/metainfo \ | 32 | ${datadir}/metainfo \ |
33 | ${datadir}/dbus-1 \ | 33 | ${datadir}/dbus-1 \ |
34 | ${systemd_user_unitdir} \ | 34 | ${systemd_user_unitdir} \ |
35 | " | 35 | " |
36 | 36 | ||
37 | RRECOMMENDS_${PN} += "vte-prompt gsettings-desktop-schemas" | 37 | RRECOMMENDS:${PN} += "vte-prompt gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb index af4c8c6418..0fa0b31704 100644 --- a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb +++ b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb | |||
@@ -16,7 +16,7 @@ REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" | |||
16 | 16 | ||
17 | # gobject-introspection is mandatory and cannot be configured | 17 | # gobject-introspection is mandatory and cannot be configured |
18 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 18 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
19 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 19 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
20 | 20 | ||
21 | SRC_URI[archive.md5sum] = "a625d8b167c5549c68e1c6ac7a87d369" | 21 | SRC_URI[archive.md5sum] = "a625d8b167c5549c68e1c6ac7a87d369" |
22 | SRC_URI[archive.sha256sum] = "003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250" | 22 | SRC_URI[archive.sha256sum] = "003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250" |
@@ -24,9 +24,9 @@ SRC_URI += "file://0001-Make-python-path-configurable.patch" | |||
24 | 24 | ||
25 | EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}" | 25 | EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}" |
26 | 26 | ||
27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
28 | ${datadir}/metainfo \ | 28 | ${datadir}/metainfo \ |
29 | ${PYTHON_SITEPACKAGES_DIR} \ | 29 | ${PYTHON_SITEPACKAGES_DIR} \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_${PN} += "gnome-shell python3-core python3-logging libhandy" | 32 | RDEPENDS:${PN} += "gnome-shell python3-core python3-logging libhandy" |
diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb index 2e0d502684..77579ffac4 100644 --- a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb +++ b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb | |||
@@ -18,4 +18,4 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
18 | 18 | ||
19 | EXTRA_OEMESON = "-Dinstalled_tests=false" | 19 | EXTRA_OEMESON = "-Dinstalled_tests=false" |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/graphene-1.0" | 21 | FILES:${PN} += "${libdir}/graphene-1.0" |
diff --git a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.13.bb b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.13.bb index 4ead998c79..27323748ad 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.13.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.13.bb | |||
@@ -19,4 +19,4 @@ inherit gnomebase gnome-help vala | |||
19 | SRC_URI += "file://0001-Avoid-running-trackertestutils.patch" | 19 | SRC_URI += "file://0001-Avoid-running-trackertestutils.patch" |
20 | SRC_URI[archive.sha256sum] = "1c4305d67364a930543836cc1982f30e946973b8ff6af3efe31d87709ab520f8" | 20 | SRC_URI[archive.sha256sum] = "1c4305d67364a930543836cc1982f30e946973b8ff6af3efe31d87709ab520f8" |
21 | 21 | ||
22 | FILES_${PN} += "${libdir}/grilo-0.3" | 22 | FILES:${PN} += "${libdir}/grilo-0.3" |
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb index 00b1873455..bae13e1a0d 100644 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb | |||
@@ -28,4 +28,4 @@ inherit features_check gnomebase gnome-help gsettings itstool mime-xdg | |||
28 | 28 | ||
29 | SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212" | 29 | SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212" |
30 | 30 | ||
31 | FILES_${PN} += "${datadir}/metainfo" | 31 | FILES:${PN} += "${datadir}/metainfo" |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb index bcc3106d96..64d5b868f7 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb | |||
@@ -15,7 +15,7 @@ do_install() { | |||
15 | install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/ | 15 | install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/ |
16 | } | 16 | } |
17 | 17 | ||
18 | FILES_${PN} = " \ | 18 | FILES:${PN} = " \ |
19 | ${datadir}/gtksourceview-3.0/styles \ | 19 | ${datadir}/gtksourceview-3.0/styles \ |
20 | ${datadir}/gtksourceview-4/styles \ | 20 | ${datadir}/gtksourceview-4/styles \ |
21 | " | 21 | " |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb index 13f81b4c90..9f88513f7d 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb | |||
@@ -18,4 +18,4 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/${PNAME}-${ | |||
18 | SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67" | 18 | SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67" |
19 | SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd" | 19 | SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd" |
20 | 20 | ||
21 | FILES_${PN} += " ${datadir}/gtksourceview-3.0" | 21 | FILES:${PN} += " ${datadir}/gtksourceview-3.0" |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb index bc04a3037a..10b60be598 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb | |||
@@ -34,4 +34,4 @@ meson_do_compile() { | |||
34 | ninja ${PARALLEL_MAKE} | 34 | ninja ${PARALLEL_MAKE} |
35 | } | 35 | } |
36 | 36 | ||
37 | FILES_${PN} += "${datadir}/gtksourceview-4" | 37 | FILES:${PN} += "${datadir}/gtksourceview-4" |
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.48.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.48.1.bb index 39f681f4e5..18abac29cc 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.48.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.48.1.bb | |||
@@ -8,7 +8,7 @@ inherit gnomebase gsettings bash-completion gettext upstream-version-is-even fea | |||
8 | DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \ | 8 | DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \ |
9 | gsettings-desktop-schemas dbus" | 9 | gsettings-desktop-schemas dbus" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "gsettings-desktop-schemas" | 11 | RDEPENDS:${PN} += "gsettings-desktop-schemas" |
12 | 12 | ||
13 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" | 13 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" |
14 | SRC_URI[archive.sha256sum] = "b2ea4f271aad2711f16b43c03151e2ec5a9874ff1a21142ef6d6406486a19dc2" | 14 | SRC_URI[archive.sha256sum] = "b2ea4f271aad2711f16b43c03151e2ec5a9874ff1a21142ef6d6406486a19dc2" |
@@ -25,7 +25,7 @@ EXTRA_OEMESON = " \ | |||
25 | 25 | ||
26 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" | 26 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
29 | ${datadir}/glib-2.0 \ | 29 | ${datadir}/glib-2.0 \ |
30 | ${datadir}/GConf \ | 30 | ${datadir}/GConf \ |
31 | ${datadir}/dbus-1/services \ | 31 | ${datadir}/dbus-1/services \ |
@@ -34,14 +34,14 @@ FILES_${PN} += " \ | |||
34 | ${systemd_user_unitdir} \ | 34 | ${systemd_user_unitdir} \ |
35 | " | 35 | " |
36 | 36 | ||
37 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*" | 37 | FILES:${PN}-dbg += "${libdir}/gio/modules/.debug/*" |
38 | FILES_${PN}-dev += "${libdir}/gio/modules/*.la" | 38 | FILES:${PN}-dev += "${libdir}/gio/modules/*.la" |
39 | 39 | ||
40 | FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount" | 40 | FILES:gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount" |
41 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount" | 41 | FILES:gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount" |
42 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount" | 42 | FILES:gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount" |
43 | 43 | ||
44 | RRECOMMENDS_gvfsd-ftp += "openssh-sftp openssh-ssh" | 44 | RRECOMMENDS:gvfsd-ftp += "openssh-sftp openssh-ssh" |
45 | 45 | ||
46 | PACKAGECONFIG ?= "libgphoto2 \ | 46 | PACKAGECONFIG ?= "libgphoto2 \ |
47 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 47 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
@@ -69,9 +69,9 @@ PACKAGECONFIG[fuse] = "-Dfuse=true, -Dfuse=false, fuse3" | |||
69 | PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia" | 69 | PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia" |
70 | 70 | ||
71 | USERADD_PACKAGES = "${PN}" | 71 | USERADD_PACKAGES = "${PN}" |
72 | USERADD_PARAM_${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd" | 72 | USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd" |
73 | 73 | ||
74 | do_install_append() { | 74 | do_install:append() { |
75 | if ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'true', 'false', d)}; then | 75 | if ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'true', 'false', d)}; then |
76 | # Fix up permissions on polkit rules.d to work with rpm4 constraints | 76 | # Fix up permissions on polkit rules.d to work with rpm4 constraints |
77 | chmod 700 ${D}/${datadir}/polkit-1/rules.d | 77 | chmod 700 ${D}/${datadir}/polkit-1/rules.d |
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb index a65ed051c7..aaefcecb7b 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb | |||
@@ -17,7 +17,7 @@ inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages | |||
17 | # gcr | 17 | # gcr |
18 | REQUIRED_DISTRO_FEATURES = "x11" | 18 | REQUIRED_DISTRO_FEATURES = "x11" |
19 | 19 | ||
20 | do_compile_prepend() { | 20 | do_compile:prepend() { |
21 | export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" | 21 | export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" |
22 | } | 22 | } |
23 | 23 | ||
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.47.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.47.bb index 6d82b35eb9..8748a027c6 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.47.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.47.bb | |||
@@ -20,4 +20,4 @@ EXTRA_OECONF = "\ | |||
20 | --with-bz2 \ | 20 | --with-bz2 \ |
21 | " | 21 | " |
22 | 22 | ||
23 | FILES_${PN} += "${datadir}/thumbnailers" | 23 | FILES:${PN} += "${datadir}/thumbnailers" |
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb index a990bfcfd9..2a6e185111 100644 --- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb +++ b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "http://burtonini.com/temp/${BP}.tar.gz \ | |||
14 | SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5" | 14 | SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5" |
15 | SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c" | 15 | SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c" |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | install -d ${D}/${sysconfdir}/X11/Xsession.d | 18 | install -d ${D}/${sysconfdir}/X11/Xsession.d |
19 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus | 19 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus |
20 | } | 20 | } |
@@ -22,8 +22,8 @@ do_install_append() { | |||
22 | # Horrible but rpm falls over if you use '*' | 22 | # Horrible but rpm falls over if you use '*' |
23 | GTKVER = "2.10.0" | 23 | GTKVER = "2.10.0" |
24 | 24 | ||
25 | FILES_${PN} = "${sysconfdir} \ | 25 | FILES:${PN} = "${sysconfdir} \ |
26 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*" | 26 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*" |
27 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug" | 27 | FILES:${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug" |
28 | FILES_${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so" | 28 | FILES:${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so" |
29 | FILES_${PN}-staticdev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a" | 29 | FILES:${PN}-staticdev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a" |
diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather_3.36.2.bb b/meta-gnome/recipes-gnome/libgweather/libgweather_3.36.2.bb index c2cb2f19be..69fe9552f0 100644 --- a/meta-gnome/recipes-gnome/libgweather/libgweather_3.36.2.bb +++ b/meta-gnome/recipes-gnome/libgweather/libgweather_3.36.2.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[archive.sha256sum] = "ee1201a8fc25c14e940d3b26db49a34947c8aebf67dee01ee6 | |||
12 | 12 | ||
13 | # gobject-introspection is mandatory and cannot be configured | 13 | # gobject-introspection is mandatory and cannot be configured |
14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
15 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 15 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
16 | 16 | ||
17 | GTKDOC_MESON_OPTION = "gtk_doc" | 17 | GTKDOC_MESON_OPTION = "gtk_doc" |
18 | 18 | ||
diff --git a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb index a0874521ef..c74e1d4388 100644 --- a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb +++ b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | |||
@@ -16,6 +16,6 @@ inherit features_check autotools pkgconfig gobject-introspection | |||
16 | 16 | ||
17 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
18 | 18 | ||
19 | do_configure_prepend() { | 19 | do_configure:prepend() { |
20 | (cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh) | 20 | (cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh) |
21 | } | 21 | } |
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb index 9eb041c27f..d1f36a94d2 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | |||
@@ -14,7 +14,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
14 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" | 14 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" |
15 | SRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e" | 15 | SRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e" |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | # to avoid conflicts with libwnck3 remove cmdline tools | 18 | # to avoid conflicts with libwnck3 remove cmdline tools |
19 | # if the tools are requrired add libwnck3 to your image | 19 | # if the tools are requrired add libwnck3 to your image |
20 | rm ${D}${bindir}/wnckprop | 20 | rm ${D}${bindir}/wnckprop |
diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb index 3cef0d2e50..e47d74b7b8 100644 --- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb +++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb | |||
@@ -8,7 +8,7 @@ inherit autotools pkgconfig gettext gobject-introspection features_check | |||
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "iso-codes xkbcomp" | 11 | RDEPENDS:${PN} += "iso-codes xkbcomp" |
12 | 12 | ||
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
14 | http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BPN}-${PV}.tar.bz2/13af74dcb6011ecedf1e3ed122bd31fa/${BPN}-${PV}.tar.bz2 \ | 14 | http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BPN}-${PV}.tar.bz2/13af74dcb6011ecedf1e3ed122bd31fa/${BPN}-${PV}.tar.bz2 \ |
@@ -18,16 +18,16 @@ SRC_URI = " \ | |||
18 | SRC_URI[md5sum] = "13af74dcb6011ecedf1e3ed122bd31fa" | 18 | SRC_URI[md5sum] = "13af74dcb6011ecedf1e3ed122bd31fa" |
19 | SRC_URI[sha256sum] = "17a34194df5cbcd3b7bfd0f561d95d1f723aa1c87fca56bc2c209514460a9320" | 19 | SRC_URI[sha256sum] = "17a34194df5cbcd3b7bfd0f561d95d1f723aa1c87fca56bc2c209514460a9320" |
20 | 20 | ||
21 | FILES_${PN} += "${datadir}/*" | 21 | FILES:${PN} += "${datadir}/*" |
22 | 22 | ||
23 | EXTRA_OECONF = "--with-xkb-bin-base=${bindir}" | 23 | EXTRA_OECONF = "--with-xkb-bin-base=${bindir}" |
24 | 24 | ||
25 | do_configure_append() { | 25 | do_configure:append() { |
26 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 26 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
27 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 27 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
28 | } | 28 | } |
29 | 29 | ||
30 | do_compile_append() { | 30 | do_compile:append() { |
31 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 31 | sed -i -e s:${STAGING_DIR_TARGET}::g \ |
32 | -e s:/${TARGET_SYS}::g \ | 32 | -e s:/${TARGET_SYS}::g \ |
33 | libxklavier.pc | 33 | libxklavier.pc |
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb index 5865ca73de..a5c7047407 100644 --- a/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb +++ b/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb | |||
@@ -30,10 +30,10 @@ PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" | |||
30 | # enable as neccessary until new warnings are dealt with | 30 | # enable as neccessary until new warnings are dealt with |
31 | PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," | 31 | PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," |
32 | 32 | ||
33 | FILES_${PN} += " \ | 33 | FILES:${PN} += " \ |
34 | ${datadir}/themes \ | 34 | ${datadir}/themes \ |
35 | ${datadir}/gnome-control-center \ | 35 | ${datadir}/gnome-control-center \ |
36 | ${datadir}/gnome\ | 36 | ${datadir}/gnome\ |
37 | " | 37 | " |
38 | 38 | ||
39 | RDEPENDS_${PN} += "gsettings-desktop-schemas" | 39 | RDEPENDS:${PN} += "gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb index c7f91f0db6..72e776719e 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb | |||
@@ -63,7 +63,7 @@ PACKAGECONFIG[wayland-eglstream] = "-Dwayland_eglstream=true,-Dwayland_eglstream | |||
63 | # yes they changed from mutter-4 -> mutter-5 recently so be perpared | 63 | # yes they changed from mutter-4 -> mutter-5 recently so be perpared |
64 | MUTTER_API_NAME = "mutter-5" | 64 | MUTTER_API_NAME = "mutter-5" |
65 | 65 | ||
66 | do_install_append() { | 66 | do_install:append() { |
67 | # Add gir links in standard paths. That makes dependents life much easier | 67 | # Add gir links in standard paths. That makes dependents life much easier |
68 | # to find them | 68 | # to find them |
69 | install -d ${D}${datadir}/gir-1.0 | 69 | install -d ${D}${datadir}/gir-1.0 |
@@ -75,23 +75,23 @@ do_install_append() { | |||
75 | 75 | ||
76 | PACKAGES =+ "${PN}-tests" | 76 | PACKAGES =+ "${PN}-tests" |
77 | 77 | ||
78 | FILES_${PN} += " \ | 78 | FILES:${PN} += " \ |
79 | ${datadir}/gnome-control-center \ | 79 | ${datadir}/gnome-control-center \ |
80 | ${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \ | 80 | ${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \ |
81 | ${libdir}/${MUTTER_API_NAME}/*.typelib \ | 81 | ${libdir}/${MUTTER_API_NAME}/*.typelib \ |
82 | ${libdir}/${MUTTER_API_NAME}/plugins \ | 82 | ${libdir}/${MUTTER_API_NAME}/plugins \ |
83 | " | 83 | " |
84 | 84 | ||
85 | FILES_${PN}-tests += " \ | 85 | FILES:${PN}-tests += " \ |
86 | ${datadir}/installed-tests \ | 86 | ${datadir}/installed-tests \ |
87 | ${datadir}/${MUTTER_API_NAME}/tests \ | 87 | ${datadir}/${MUTTER_API_NAME}/tests \ |
88 | ${libexecdir}/installed-tests/${MUTTER_API_NAME} \ | 88 | ${libexecdir}/installed-tests/${MUTTER_API_NAME} \ |
89 | " | 89 | " |
90 | 90 | ||
91 | FILES_${PN}-dev += " \ | 91 | FILES:${PN}-dev += " \ |
92 | ${libdir}/${MUTTER_API_NAME}/*.gir \ | 92 | ${libdir}/${MUTTER_API_NAME}/*.gir \ |
93 | ${libdir}/${MUTTER_API_NAME}/lib*.so \ | 93 | ${libdir}/${MUTTER_API_NAME}/lib*.so \ |
94 | " | 94 | " |
95 | 95 | ||
96 | RDEPENDS_${PN} += "zenity" | 96 | RDEPENDS:${PN} += "zenity" |
97 | 97 | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb index ee58df2b37..3e6a5ba711 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb | |||
@@ -33,7 +33,7 @@ EXTRA_OEMESON += " \ | |||
33 | PACKAGECONFIG = "extensions" | 33 | PACKAGECONFIG = "extensions" |
34 | PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base" | 34 | PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base" |
35 | 35 | ||
36 | FILES_${PN} += " \ | 36 | FILES:${PN} += " \ |
37 | ${datadir}/dbus-1 \ | 37 | ${datadir}/dbus-1 \ |
38 | ${datadir}/metainfo \ | 38 | ${datadir}/metainfo \ |
39 | ${datadir}/gnome-shell \ | 39 | ${datadir}/gnome-shell \ |
@@ -42,4 +42,4 @@ FILES_${PN} += " \ | |||
42 | 42 | ||
43 | # mandatory - not checked during configuration: | 43 | # mandatory - not checked during configuration: |
44 | # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed | 44 | # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed |
45 | RDEPENDS_${PN} += "tracker-miners" | 45 | RDEPENDS:${PN} += "tracker-miners" |
diff --git a/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb index e875f7a7d0..47e3f8dbbf 100644 --- a/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb +++ b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb | |||
@@ -22,12 +22,12 @@ SRC_URI[archive.sha256sum] = "0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2d | |||
22 | # [1] https://gitlab.gnome.org/GNOME/librest/commit/8f904a8e2bb38a7bf72245cdf2f1ecad17e9a720 | 22 | # [1] https://gitlab.gnome.org/GNOME/librest/commit/8f904a8e2bb38a7bf72245cdf2f1ecad17e9a720 |
23 | EXTRA_OECONF = "--without-gnome" | 23 | EXTRA_OECONF = "--without-gnome" |
24 | 24 | ||
25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
26 | # rest expects introspection.m4 at custom location (see aclocal.m4). | 26 | # rest expects introspection.m4 at custom location (see aclocal.m4). |
27 | cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build | 27 | cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build |
28 | } | 28 | } |
29 | 29 | ||
30 | do_compile_prepend() { | 30 | do_compile:prepend() { |
31 | export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs" | 31 | export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs" |
32 | } | 32 | } |
33 | 33 | ||
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb index e9fa25c63b..1f8351fc39 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb +++ b/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb | |||
@@ -33,9 +33,9 @@ EXTRA_OEMESON += "-Dsystemdunitdir=${systemd_unitdir}/system" | |||
33 | SOLIBS = ".so" | 33 | SOLIBS = ".so" |
34 | FILES_SOLIBSDEV = "" | 34 | FILES_SOLIBSDEV = "" |
35 | 35 | ||
36 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service sysprof3.service', '', d)}" | 36 | SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service sysprof3.service', '', d)}" |
37 | 37 | ||
38 | FILES_${PN} += " \ | 38 | FILES:${PN} += " \ |
39 | ${datadir}/dbus-1/system-services \ | 39 | ${datadir}/dbus-1/system-services \ |
40 | ${datadir}/dbus-1/system.d \ | 40 | ${datadir}/dbus-1/system.d \ |
41 | ${datadir}/dbus-1/interfaces \ | 41 | ${datadir}/dbus-1/interfaces \ |
diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb index dd0242f4c5..755cb964c3 100644 --- a/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb +++ b/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb | |||
@@ -19,6 +19,6 @@ SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cf | |||
19 | 19 | ||
20 | # gobject-introspection is mandatory and cannot be configured | 20 | # gobject-introspection is mandatory and cannot be configured |
21 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 21 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
22 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 22 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
23 | 23 | ||
24 | GTKDOC_MESON_OPTION = "gtk_doc" | 24 | GTKDOC_MESON_OPTION = "gtk_doc" |
diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb index 7287ec23dd..c2de723ac9 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb | |||
@@ -20,7 +20,7 @@ SRC_URI += "file://0001-meson.build-Just-warn-if-we-build-without-libseccomp.pat | |||
20 | 20 | ||
21 | # gobject-introspection is mandatory and cannot be configured | 21 | # gobject-introspection is mandatory and cannot be configured |
22 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 22 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
23 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 23 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
24 | 24 | ||
25 | PACKAGECONFIG ??= " \ | 25 | PACKAGECONFIG ??= " \ |
26 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \ | 26 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \ |
@@ -65,7 +65,7 @@ EXTRA_OEMESON += " \ | |||
65 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ | 65 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ |
66 | " | 66 | " |
67 | 67 | ||
68 | FILES_${PN} += " \ | 68 | FILES:${PN} += " \ |
69 | ${datadir}/dbus-1 \ | 69 | ${datadir}/dbus-1 \ |
70 | ${datadir}/tracker3-miners \ | 70 | ${datadir}/tracker3-miners \ |
71 | ${libdir}/tracker-miners-3.0 \ | 71 | ${libdir}/tracker-miners-3.0 \ |
diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb index 7d9fe9b8e1..b16a5a2ea8 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb | |||
@@ -25,14 +25,14 @@ SRC_URI[archive.sha256sum] = "4376e2e98454066f44f7a242e45b99b3bfe4c03b67fab19abb | |||
25 | 25 | ||
26 | # gobject-introspection is mandatory and cannot be configured | 26 | # gobject-introspection is mandatory and cannot be configured |
27 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 27 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
28 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 28 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
29 | 29 | ||
30 | # text search is not an option anymore and requires sqlite3 build with | 30 | # text search is not an option anymore and requires sqlite3 build with |
31 | # PACKAGECONFIG[fts5] set (default) | 31 | # PACKAGECONFIG[fts5] set (default) |
32 | 32 | ||
33 | # set required cross property sqlite3_has_fts5 | 33 | # set required cross property sqlite3_has_fts5 |
34 | do_write_config[vardeps] += "PACKAGECONFIG" | 34 | do_write_config[vardeps] += "PACKAGECONFIG" |
35 | do_write_config_append() { | 35 | do_write_config:append() { |
36 | echo "[properties]" > ${WORKDIR}/meson-tracker.cross | 36 | echo "[properties]" > ${WORKDIR}/meson-tracker.cross |
37 | echo "sqlite3_has_fts5 = 'true'" >> ${WORKDIR}/meson-tracker.cross | 37 | echo "sqlite3_has_fts5 = 'true'" >> ${WORKDIR}/meson-tracker.cross |
38 | } | 38 | } |
@@ -44,7 +44,7 @@ EXTRA_OEMESON = " \ | |||
44 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ | 44 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ |
45 | " | 45 | " |
46 | 46 | ||
47 | FILES_${PN} += " \ | 47 | FILES:${PN} += " \ |
48 | ${datadir}/dbus-1 \ | 48 | ${datadir}/dbus-1 \ |
49 | ${datadir}/tracker3 \ | 49 | ${datadir}/tracker3 \ |
50 | ${libdir}/tracker-3.0 \ | 50 | ${libdir}/tracker-3.0 \ |
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb index f58c9ee4d6..0e7f499bc0 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb | |||
@@ -18,6 +18,6 @@ DEPENDS += " \ | |||
18 | 18 | ||
19 | SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" | 19 | SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" |
20 | 20 | ||
21 | RDEPENDS_${PN} += "python3-core yelp-xsl" | 21 | RDEPENDS:${PN} += "python3-core yelp-xsl" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb index 99b6667605..9ac88c1fe3 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb | |||
@@ -12,9 +12,9 @@ DEPENDS += "libxml2" | |||
12 | 12 | ||
13 | SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e" | 13 | SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e" |
14 | 14 | ||
15 | RDEPENDS_${PN}_append_class-target = " libxml2 itstool" | 15 | RDEPENDS:${PN}:append:class-target = " libxml2 itstool" |
16 | 16 | ||
17 | # ensure our native consumers are forced to inherit itstool | 17 | # ensure our native consumers are forced to inherit itstool |
18 | RDEPENDS_${PN}_append_class-native = " libxml2-native" | 18 | RDEPENDS:${PN}:append:class-native = " libxml2-native" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb b/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb index 3ea497845e..c179a618ba 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb | |||
@@ -22,13 +22,13 @@ DEPENDS += " \ | |||
22 | yelp-xsl \ | 22 | yelp-xsl \ |
23 | " | 23 | " |
24 | 24 | ||
25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
26 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool | 26 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} += " \ | 29 | FILES:${PN} += " \ |
30 | ${datadir}/metainfo \ | 30 | ${datadir}/metainfo \ |
31 | ${datadir}/yelp-xsl \ | 31 | ${datadir}/yelp-xsl \ |
32 | " | 32 | " |
33 | 33 | ||
34 | RDEPENDS_${PN} += "yelp-xsl" | 34 | RDEPENDS:${PN} += "yelp-xsl" |
diff --git a/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb b/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb index c6883ae449..f5f1f998ff 100644 --- a/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb +++ b/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb | |||
@@ -16,7 +16,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
16 | SRC_URI[archive.md5sum] = "ba2b2a13248773b4ec0fd323d95e6d5a" | 16 | SRC_URI[archive.md5sum] = "ba2b2a13248773b4ec0fd323d95e6d5a" |
17 | SRC_URI[archive.sha256sum] = "e786e733569c97372c3ef1776e71be7e7599ebe87e11e8ad67dcc2e63a82cd95" | 17 | SRC_URI[archive.sha256sum] = "e786e733569c97372c3ef1776e71be7e7599ebe87e11e8ad67dcc2e63a82cd95" |
18 | 18 | ||
19 | do_install_append() { | 19 | do_install:append() { |
20 | # Remove gdialog compatibility helper - we don't want to pull in perl | 20 | # Remove gdialog compatibility helper - we don't want to pull in perl |
21 | rm ${D}${bindir}/gdialog | 21 | rm ${D}${bindir}/gdialog |
22 | } | 22 | } |
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc index 80472178be..b91bc30488 100644 --- a/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc | |||
@@ -41,9 +41,9 @@ PACKAGECONFIG ??= "egl gdk \ | |||
41 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ | 41 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ |
42 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" | 42 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" |
43 | 43 | ||
44 | FILES_${PN}-examples = "${libdir}/clutter/examples" | 44 | FILES:${PN}-examples = "${libdir}/clutter/examples" |
45 | 45 | ||
46 | do_configure_prepend() { | 46 | do_configure:prepend() { |
47 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this | 47 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this |
48 | touch -t 200001010000 ${S}/po/clutter-1.0.pot | 48 | touch -t 200001010000 ${S}/po/clutter-1.0.pot |
49 | } | 49 | } |
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc index 73315c97ec..8c6d0b3a07 100644 --- a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc +++ b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc | |||
@@ -15,9 +15,9 @@ export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" | |||
15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" | 15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" |
16 | 16 | ||
17 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" | 17 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" |
18 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" | 18 | RDEPENDS:${PN} += "gstreamer1.0-meta-base" |
19 | PACKAGES =+ "${PN}-examples" | 19 | PACKAGES =+ "${PN}-examples" |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" | 21 | FILES:${PN} += "${libdir}/gstreamer-1.0/lib*.so" |
22 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" | 22 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
23 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" | 23 | FILES:${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" |
diff --git a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc index d581ad1c04..3da361b3ff 100644 --- a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc | |||
@@ -35,7 +35,7 @@ EXTRA_OECONF += "--enable-examples-install \ | |||
35 | --disable-gles1 \ | 35 | --disable-gles1 \ |
36 | --disable-cairo \ | 36 | --disable-cairo \ |
37 | " | 37 | " |
38 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | 38 | DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized" |
39 | 39 | ||
40 | # OpenGL/GLX | 40 | # OpenGL/GLX |
41 | PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}" | 41 | PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}" |
@@ -62,23 +62,23 @@ PACKAGECONFIG ??= "cogl-pango gles2 \ | |||
62 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \ | 62 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \ |
63 | " | 63 | " |
64 | 64 | ||
65 | do_compile_prepend() { | 65 | do_compile:prepend() { |
66 | export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs" | 66 | export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs" |
67 | } | 67 | } |
68 | 68 | ||
69 | FILES_${PN} = "" | 69 | FILES:${PN} = "" |
70 | FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" | 70 | FILES:${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" |
71 | FILES_libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib" | 71 | FILES:libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib" |
72 | FILES_libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}" | 72 | FILES:libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}" |
73 | FILES_libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib" | 73 | FILES:libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib" |
74 | 74 | ||
75 | FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}" | 75 | FILES:libcogl-path = "${libdir}/libcogl-path${SOLIBS}" |
76 | 76 | ||
77 | # For backwards compatibility after Debian-renaming | 77 | # For backwards compatibility after Debian-renaming |
78 | RPROVIDES_libcogl = "cogl-1.0" | 78 | RPROVIDES:libcogl = "cogl-1.0" |
79 | RCONFLICTS_libcogl = "cogl-1.0" | 79 | RCONFLICTS:libcogl = "cogl-1.0" |
80 | RREPLACES_libcogl = "cogl-1.0" | 80 | RREPLACES:libcogl = "cogl-1.0" |
81 | 81 | ||
82 | RDEPENDS_${PN}-dev = "libcogl" | 82 | RDEPENDS:${PN}-dev = "libcogl" |
83 | 83 | ||
84 | COMPATIBLE_HOST_armv4 = 'null' | 84 | COMPATIBLE_HOST:armv4 = 'null' |
diff --git a/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb b/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb index 2e7b47dd40..ee528f75d2 100644 --- a/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb +++ b/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb | |||
@@ -14,8 +14,8 @@ PACKAGES = "\ | |||
14 | ${PN}-core \ | 14 | ${PN}-core \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SUMMARY_${PN}-core = "Clutter graphics library" | 17 | SUMMARY:${PN}-core = "Clutter graphics library" |
18 | RDEPENDS_${PN}-core = "\ | 18 | RDEPENDS:${PN}-core = "\ |
19 | clutter-1.0 \ | 19 | clutter-1.0 \ |
20 | clutter-gst-3.0 \ | 20 | clutter-gst-3.0 \ |
21 | clutter-gtk-1.0 \ | 21 | clutter-gtk-1.0 \ |
diff --git a/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb b/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb index edc4890005..a19102e8f6 100644 --- a/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb +++ b/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb | |||
@@ -13,7 +13,7 @@ inherit meson gobject-introspection gtk-doc features_check systemd | |||
13 | REQUIRED_DISTRO_FEATURES = "polkit" | 13 | REQUIRED_DISTRO_FEATURES = "polkit" |
14 | 14 | ||
15 | SRC_URI = "https://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" | 15 | SRC_URI = "https://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" |
16 | SRC_URI_append_libc-musl = " \ | 16 | SRC_URI:append:libc-musl = " \ |
17 | file://0001-musl-Hack-to-fix-build.patch \ | 17 | file://0001-musl-Hack-to-fix-build.patch \ |
18 | file://0002-musl-add-missing-fgetspent_r.patch \ | 18 | file://0002-musl-add-missing-fgetspent_r.patch \ |
19 | " | 19 | " |
@@ -25,9 +25,9 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
26 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd" | 26 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd" |
27 | 27 | ||
28 | SYSTEMD_SERVICE_${PN} = "accounts-daemon.service" | 28 | SYSTEMD_SERVICE:${PN} = "accounts-daemon.service" |
29 | 29 | ||
30 | FILES_${PN} += " \ | 30 | FILES:${PN} += " \ |
31 | ${datadir}/dbus-1 \ | 31 | ${datadir}/dbus-1 \ |
32 | ${datadir}/polkit-1 \ | 32 | ${datadir}/polkit-1 \ |
33 | " | 33 | " |
diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb index e40354f56c..11d1442783 100644 --- a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb +++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb | |||
@@ -26,9 +26,9 @@ EXTRA_OEMESON = " \ | |||
26 | -Drpm=false \ | 26 | -Drpm=false \ |
27 | " | 27 | " |
28 | 28 | ||
29 | FILES_${PN} += "${libdir}/asb-plugins-5" | 29 | FILES:${PN} += "${libdir}/asb-plugins-5" |
30 | 30 | ||
31 | FILES_${PN}-dev += " \ | 31 | FILES:${PN}-dev += " \ |
32 | ${datadir}/installed-tests \ | 32 | ${datadir}/installed-tests \ |
33 | ${datadir}/gettext \ | 33 | ${datadir}/gettext \ |
34 | " | 34 | " |
diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb index 7845509ba2..d5fd6a1326 100644 --- a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb +++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb | |||
@@ -22,4 +22,4 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | |||
22 | # colord | 22 | # colord |
23 | REQUIRED_DISTRO_FEATURES += "polkit" | 23 | REQUIRED_DISTRO_FEATURES += "polkit" |
24 | 24 | ||
25 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 25 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
diff --git a/meta-gnome/recipes-support/ibus/ibus.bb b/meta-gnome/recipes-support/ibus/ibus.bb index caec455b6d..2d733ce53e 100644 --- a/meta-gnome/recipes-support/ibus/ibus.bb +++ b/meta-gnome/recipes-support/ibus/ibus.bb | |||
@@ -19,19 +19,19 @@ PACKAGECONFIG ??= " \ | |||
19 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ | 19 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ |
20 | " | 20 | " |
21 | 21 | ||
22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
23 | # run native unicode-parser | 23 | # run native unicode-parser |
24 | sed -i 's:$(builddir)/unicode-parser:unicode-parser:g' ${S}/src/Makefile.am | 24 | sed -i 's:$(builddir)/unicode-parser:unicode-parser:g' ${S}/src/Makefile.am |
25 | } | 25 | } |
26 | 26 | ||
27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
28 | ${datadir}/dbus-1 \ | 28 | ${datadir}/dbus-1 \ |
29 | ${datadir}/GConf \ | 29 | ${datadir}/GConf \ |
30 | ${datadir}/glib-2.0 \ | 30 | ${datadir}/glib-2.0 \ |
31 | ${libdir}/gtk-3.0 \ | 31 | ${libdir}/gtk-3.0 \ |
32 | " | 32 | " |
33 | 33 | ||
34 | FILES_${PN}-dev += " \ | 34 | FILES:${PN}-dev += " \ |
35 | ${datadir}/gettext \ | 35 | ${datadir}/gettext \ |
36 | " | 36 | " |
37 | 37 | ||
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc index ea413cf4bd..810f369dd0 100644 --- a/meta-gnome/recipes-support/ibus/ibus.inc +++ b/meta-gnome/recipes-support/ibus/ibus.inc | |||
@@ -30,7 +30,7 @@ EXTRA_OECONF = " \ | |||
30 | --disable-python2 \ | 30 | --disable-python2 \ |
31 | " | 31 | " |
32 | 32 | ||
33 | do_configure_prepend() { | 33 | do_configure:prepend() { |
34 | touch ${S}/ChangeLog | 34 | touch ${S}/ChangeLog |
35 | touch ${S}/ABOUT-NLS | 35 | touch ${S}/ABOUT-NLS |
36 | } | 36 | } |
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index d567d00d3f..e64fcf1ee6 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | |||
@@ -16,12 +16,12 @@ PV = "3.0+git${SRCPV}" | |||
16 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ | 16 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN} = "gtk+" | 19 | RDEPENDS:${PN} = "gtk+" |
20 | 20 | ||
21 | inherit features_check autotools gtk-doc gobject-introspection | 21 | inherit features_check autotools gtk-doc gobject-introspection |
22 | 22 | ||
23 | REQUIRED_DISTRO_FEATURES = "x11" | 23 | REQUIRED_DISTRO_FEATURES = "x11" |
24 | do_configure_prepend() { | 24 | do_configure:prepend() { |
25 | touch ${S}/ChangeLog | 25 | touch ${S}/ChangeLog |
26 | } | 26 | } |
27 | 27 | ||
diff --git a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb index c1a06c0d0d..b169afcf14 100644 --- a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb +++ b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://snowballstem.org/" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" |
5 | 5 | ||
6 | DEPENDS_class-target = "${BPN}-native" | 6 | DEPENDS:class-target = "${BPN}-native" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | git://github.com/snowballstem/snowball.git \ | 9 | git://github.com/snowballstem/snowball.git \ |
@@ -18,7 +18,7 @@ inherit lib_package | |||
18 | 18 | ||
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
20 | 20 | ||
21 | do_compile_prepend_class-target() { | 21 | do_compile:prepend:class-target() { |
22 | # use native tools | 22 | # use native tools |
23 | sed -i 's:./snowball :snowball :g' ${S}/GNUmakefile | 23 | sed -i 's:./snowball :snowball :g' ${S}/GNUmakefile |
24 | } | 24 | } |
diff --git a/meta-gnome/recipes-support/libuser/libuser_0.62.bb b/meta-gnome/recipes-support/libuser/libuser_0.62.bb index 2c580f8727..722b647f21 100644 --- a/meta-gnome/recipes-support/libuser/libuser_0.62.bb +++ b/meta-gnome/recipes-support/libuser/libuser_0.62.bb | |||
@@ -30,5 +30,5 @@ EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" | |||
30 | 30 | ||
31 | PACKAGES += "${PN}-python " | 31 | PACKAGES += "${PN}-python " |
32 | 32 | ||
33 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | 33 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" |
34 | 34 | ||
diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb index 1eb4a100c5..e7733bf8b3 100644 --- a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb +++ b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | |||
@@ -14,14 +14,14 @@ inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings mime-xdg | |||
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||
17 | FILES_${PN} += " \ | 17 | FILES:${PN} += " \ |
18 | ${datadir}/dbus-1 \ | 18 | ${datadir}/dbus-1 \ |
19 | ${datadir}/icons \ | 19 | ${datadir}/icons \ |
20 | ${datadir}/gnome-shell \ | 20 | ${datadir}/gnome-shell \ |
21 | ${datadir}/help \ | 21 | ${datadir}/help \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS:${PN} += " \ |
25 | ncurses \ | 25 | ncurses \ |
26 | python3-dbus \ | 26 | python3-dbus \ |
27 | python3-pycairo \ | 27 | python3-pycairo \ |
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb index a45dfdeda2..d47d847a59 100644 --- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb +++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb | |||
@@ -6,7 +6,7 @@ inherit packagegroup features_check | |||
6 | 6 | ||
7 | REQUIRED_DISTRO_FEATURES = "x11 polkit gobject-introspection-data" | 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit gobject-introspection-data" |
8 | 8 | ||
9 | RDEPENDS_${PN} = " \ | 9 | RDEPENDS:${PN} = " \ |
10 | evolution-data-server \ | 10 | evolution-data-server \ |
11 | evince \ | 11 | evince \ |
12 | file-roller \ | 12 | file-roller \ |
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb index 3c333fe005..95ef6901f1 100644 --- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb +++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb | |||
@@ -6,7 +6,7 @@ inherit packagegroup features_check | |||
6 | 6 | ||
7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" | 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" |
8 | 8 | ||
9 | RDEPENDS_${PN} = " \ | 9 | RDEPENDS:${PN} = " \ |
10 | adwaita-icon-theme \ | 10 | adwaita-icon-theme \ |
11 | adwaita-icon-theme-cursors \ | 11 | adwaita-icon-theme-cursors \ |
12 | evolution-data-server \ | 12 | evolution-data-server \ |
diff --git a/meta-initramfs/classes/klibc.bbclass b/meta-initramfs/classes/klibc.bbclass index bba10f1b61..83112c06fa 100644 --- a/meta-initramfs/classes/klibc.bbclass +++ b/meta-initramfs/classes/klibc.bbclass | |||
@@ -3,10 +3,10 @@ DEPENDS =+ "klcc-cross" | |||
3 | 3 | ||
4 | # Default for klcc is to build static binaries. | 4 | # Default for klcc is to build static binaries. |
5 | # Set CC = "${TARGET_PREFIX}klcc -shared" to build the dynamic version. | 5 | # Set CC = "${TARGET_PREFIX}klcc -shared" to build the dynamic version. |
6 | CC_forcevariable = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS}" | 6 | CC:forcevariable = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS}" |
7 | CC_forcevariable_armv4_linux-gnueabi = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS} -march=armv4 -mthumb-interwork" | 7 | CC:forcevariable:armv4_linux-gnueabi = "${TARGET_PREFIX}klcc ${TOOLCHAIN_OPTIONS} -march=armv4 -mthumb-interwork" |
8 | CC_append_armv7ve = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}" | 8 | CC:append:armv7ve = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}" |
9 | CC_append_armv7a = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}" | 9 | CC:append:armv7a = " ${@' -mfloat-abi=${TUNE_CCARGS_MFLOAT}' if (d.getVar('TUNE_CCARGS_MFLOAT') != '') else ''}" |
10 | 10 | ||
11 | # klcc uses own optimizations by default. See klcc(1) man file. | 11 | # klcc uses own optimizations by default. See klcc(1) man file. |
12 | export CFLAGS="${TUNE_CCARGS}" | 12 | export CFLAGS="${TUNE_CCARGS}" |
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb index f90e2344bb..2dce19c6be 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "file://icon.xpm" | |||
8 | 8 | ||
9 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}" |
10 | 10 | ||
11 | do_install_prepend () { | 11 | do_install:prepend () { |
12 | echo '# /boot/boot.cfg - KEXECBOOT configuration file. | 12 | echo '# /boot/boot.cfg - KEXECBOOT configuration file. |
13 | # | 13 | # |
14 | # First kernel stanza. | 14 | # First kernel stanza. |
@@ -55,7 +55,7 @@ do_install () { | |||
55 | 55 | ||
56 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 56 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
57 | 57 | ||
58 | FILES_${PN} += "/boot/*" | 58 | FILES:${PN} += "/boot/*" |
59 | 59 | ||
60 | CMDLINE ?= "" | 60 | CMDLINE ?= "" |
61 | CMDLINE_DEBUG ?= "quiet" | 61 | CMDLINE_DEBUG ?= "quiet" |
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb index ad9ccd02c6..0f77f65df3 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
6 | PV = "0.6+git${SRCPV}" | 6 | PV = "0.6+git${SRCPV}" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | 8 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" |
9 | SRC_URI_append_libc-klibc = "\ | 9 | SRC_URI:append_libc-klibc = "\ |
10 | file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \ | 10 | file://0001-kexecboot-Use-new-reboot-API-with-klibc.patch \ |
11 | file://0001-make-Add-compiler-includes-in-cflags.patch \ | 11 | file://0001-make-Add-compiler-includes-in-cflags.patch \ |
12 | " | 12 | " |
@@ -27,9 +27,9 @@ do_install () { | |||
27 | 27 | ||
28 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 28 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
29 | 29 | ||
30 | FILES_${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev /sys" | 30 | FILES:${PN} += " ${bindir}/kexecboot /init /proc /mnt /dev /sys" |
31 | 31 | ||
32 | pkg_postinst_${PN} () { | 32 | pkg_postinst:${PN} () { |
33 | ln -sf ${bindir}/kexecboot $D/init | 33 | ln -sf ${bindir}/kexecboot $D/init |
34 | } | 34 | } |
35 | 35 | ||
diff --git a/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb b/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb index 667690f888..4c06346570 100644 --- a/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb +++ b/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb | |||
@@ -11,4 +11,4 @@ do_install() { | |||
11 | 11 | ||
12 | inherit allarch | 12 | inherit allarch |
13 | 13 | ||
14 | FILES_${PN} += " /init " | 14 | FILES:${PN} += " /init " |
diff --git a/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb b/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb index 2955baea2b..4b76246a03 100644 --- a/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb +++ b/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb | |||
@@ -8,11 +8,11 @@ PACKAGES = ' \ | |||
8 | packagegroup-meta-initramfs-devtools \ | 8 | packagegroup-meta-initramfs-devtools \ |
9 | ' | 9 | ' |
10 | 10 | ||
11 | RDEPENDS_packagegroup-meta-initramfs = "\ | 11 | RDEPENDS:packagegroup-meta-initramfs = "\ |
12 | packagegroup-meta-initramfs-devtools \ | 12 | packagegroup-meta-initramfs-devtools \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_packagegroup-meta-initramfs-devtools = "\ | 15 | RDEPENDS:packagegroup-meta-initramfs-devtools = "\ |
16 | dracut \ | 16 | dracut \ |
17 | ${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "grubby", "", d)} \ | 17 | ${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "grubby", "", d)} \ |
18 | " | 18 | " |
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb index 4d702dc56f..73c2e0915f 100644 --- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb +++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/boot/dracut/dracut.git;protocol=http \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | DEPENDS += "kmod" | 16 | DEPENDS += "kmod" |
17 | DEPENDS_append_libc-musl = " fts" | 17 | DEPENDS:append:libc-musl = " fts" |
18 | 18 | ||
19 | inherit bash-completion pkgconfig | 19 | inherit bash-completion pkgconfig |
20 | 20 | ||
@@ -37,7 +37,7 @@ PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/ | |||
37 | 37 | ||
38 | EXTRA_OEMAKE += 'libdir=${prefix}/lib LDLIBS="${LDLIBS}"' | 38 | EXTRA_OEMAKE += 'libdir=${prefix}/lib LDLIBS="${LDLIBS}"' |
39 | 39 | ||
40 | LDLIBS_append_libc-musl = " -lfts" | 40 | LDLIBS:append:libc-musl = " -lfts" |
41 | 41 | ||
42 | do_configure() { | 42 | do_configure() { |
43 | ./configure ${EXTRA_OECONF} | 43 | ./configure ${EXTRA_OECONF} |
@@ -50,18 +50,18 @@ do_install() { | |||
50 | chown -R root:root ${D}/${prefix}/lib/dracut/modules.d | 50 | chown -R root:root ${D}/${prefix}/lib/dracut/modules.d |
51 | } | 51 | } |
52 | 52 | ||
53 | FILES_${PN} += "${prefix}/lib/kernel \ | 53 | FILES:${PN} += "${prefix}/lib/kernel \ |
54 | ${prefix}/lib/dracut \ | 54 | ${prefix}/lib/dracut \ |
55 | ${systemd_unitdir} \ | 55 | ${systemd_unitdir} \ |
56 | " | 56 | " |
57 | FILES_${PN}-dbg += "${prefix}/lib/dracut/.debug" | 57 | FILES:${PN}-dbg += "${prefix}/lib/dracut/.debug" |
58 | 58 | ||
59 | CONFFILES_${PN} += "${sysconfdir}/dracut.conf" | 59 | CONFFILES:${PN} += "${sysconfdir}/dracut.conf" |
60 | 60 | ||
61 | RDEPENDS_${PN} = "findutils cpio util-linux-blkid util-linux-getopt util-linux bash ldd" | 61 | RDEPENDS:${PN} = "findutils cpio util-linux-blkid util-linux-getopt util-linux bash ldd" |
62 | 62 | ||
63 | # This could be optimized a bit, but let's avoid non-booting systems :) | 63 | # This could be optimized a bit, but let's avoid non-booting systems :) |
64 | RRECOMMENDS_${PN} = " \ | 64 | RRECOMMENDS:${PN} = " \ |
65 | kernel-modules \ | 65 | kernel-modules \ |
66 | busybox \ | 66 | busybox \ |
67 | coreutils \ | 67 | coreutils \ |
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb index 7403cf64f7..c4d74109cd 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "GPLv2+" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
11 | 11 | ||
12 | DEPENDS = "popt util-linux" | 12 | DEPENDS = "popt util-linux" |
13 | DEPENDS_append_libc-musl = " libexecinfo" | 13 | DEPENDS:append:libc-musl = " libexecinfo" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | SRCREV = "79c5cfa02c567efdc5bb18cdd584789e2e35aa23" | 16 | SRCREV = "79c5cfa02c567efdc5bb18cdd584789e2e35aa23" |
@@ -21,13 +21,13 @@ SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https; \ | |||
21 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ | 21 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS_${PN} += "dracut" | 24 | RDEPENDS:${PN} += "dracut" |
25 | 25 | ||
26 | inherit autotools-brokensep ptest | 26 | inherit autotools-brokensep ptest |
27 | 27 | ||
28 | EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}' LIBS='${LIBS}'" | 28 | EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}' LIBS='${LIBS}'" |
29 | 29 | ||
30 | LIBS_libc-musl = "-lexecinfo" | 30 | LIBS:libc-musl = "-lexecinfo" |
31 | LIBS ?= "" | 31 | LIBS ?= "" |
32 | do_install_ptest() { | 32 | do_install_ptest() { |
33 | install -d ${D}${PTEST_PATH} | 33 | install -d ${D}${PTEST_PATH} |
@@ -35,7 +35,7 @@ do_install_ptest() { | |||
35 | sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh | 35 | sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh |
36 | } | 36 | } |
37 | 37 | ||
38 | RDEPENDS_${PN} += "bash" | 38 | RDEPENDS:${PN} += "bash" |
39 | RDEPENDS_${PN}-ptest = "util-linux-getopt bash" | 39 | RDEPENDS:${PN}-ptest = "util-linux-getopt bash" |
40 | 40 | ||
41 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' | 41 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' |
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb index 7248147a5c..38075e3907 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "GPLv2+" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
11 | 11 | ||
12 | DEPENDS = "popt util-linux" | 12 | DEPENDS = "popt util-linux" |
13 | DEPENDS_append_libc-musl = " libexecinfo" | 13 | DEPENDS:append:libc-musl = " libexecinfo" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201" | 16 | SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201" |
@@ -21,13 +21,13 @@ SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https; \ | |||
21 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ | 21 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS_${PN} += "dracut" | 24 | RDEPENDS:${PN} += "dracut" |
25 | 25 | ||
26 | inherit autotools-brokensep ptest | 26 | inherit autotools-brokensep ptest |
27 | 27 | ||
28 | EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}' LIBS='${LIBS}' 'PREFIX'=${@bb.utils.contains('DISTRO_FEATURES','usrmerge','/usr','',d)}" | 28 | EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}' LIBS='${LIBS}' 'PREFIX'=${@bb.utils.contains('DISTRO_FEATURES','usrmerge','/usr','',d)}" |
29 | 29 | ||
30 | LIBS_libc-musl = "-lexecinfo" | 30 | LIBS:libc-musl = "-lexecinfo" |
31 | LIBS ?= "" | 31 | LIBS ?= "" |
32 | do_install_ptest() { | 32 | do_install_ptest() { |
33 | install -d ${D}${PTEST_PATH} | 33 | install -d ${D}${PTEST_PATH} |
@@ -35,7 +35,7 @@ do_install_ptest() { | |||
35 | sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh | 35 | sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh |
36 | } | 36 | } |
37 | 37 | ||
38 | RDEPENDS_${PN} += "bash" | 38 | RDEPENDS:${PN} += "bash" |
39 | RDEPENDS_${PN}-ptest = "util-linux-getopt bash" | 39 | RDEPENDS:${PN}-ptest = "util-linux-getopt bash" |
40 | 40 | ||
41 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' | 41 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' |
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.8.bb b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.8.bb index c835fd647a..0de580781b 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.8.bb +++ b/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.8.bb | |||
@@ -3,7 +3,7 @@ SUMMARY = "klibc utils for initramfs statically compiled" | |||
3 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | 3 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" |
4 | 4 | ||
5 | PACKAGES = "${PN}" | 5 | PACKAGES = "${PN}" |
6 | FILES_${PN} = "" | 6 | FILES:${PN} = "" |
7 | 7 | ||
8 | KLIBC_UTILS_VARIANT = "static" | 8 | KLIBC_UTILS_VARIANT = "static" |
9 | KLIBC_UTILS_PKGNAME = "klibc-static-utils" | 9 | KLIBC_UTILS_PKGNAME = "klibc-static-utils" |
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc index 00cb86d3e6..4e9fea88d1 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc | |||
@@ -50,7 +50,7 @@ EXTRA_KLIBC_DEPS = "${@oe.utils.conditional('KLIBC_UTILS_VARIANT', 'shared', '${ | |||
50 | 50 | ||
51 | PACKAGES_DYNAMIC += "^${KLIBC_UTILS_PKGNAME}-.*" | 51 | PACKAGES_DYNAMIC += "^${KLIBC_UTILS_PKGNAME}-.*" |
52 | 52 | ||
53 | python populate_packages_prepend () { | 53 | python populate_packages:prepend () { |
54 | base_bin_dir = d.expand('${base_bindir}') | 54 | base_bin_dir = d.expand('${base_bindir}') |
55 | do_split_packages(d, base_bin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', extra_depends='${EXTRA_KLIBC_DEPS}', allow_links=True, allow_dirs=True) | 55 | do_split_packages(d, base_bin_dir, '(.*)', '${KLIBC_UTILS_PKGNAME}-%s', 'Klibc util for %s', extra_depends='${EXTRA_KLIBC_DEPS}', allow_links=True, allow_dirs=True) |
56 | base_sbin_dir = d.expand('${base_sbindir}') | 56 | base_sbin_dir = d.expand('${base_sbindir}') |
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.8.bb b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.8.bb index 06e71cb7b8..2f26093cbe 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.8.bb +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.8.bb | |||
@@ -3,7 +3,7 @@ SUMMARY = "klibc utils for initramfs" | |||
3 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | 3 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" |
4 | 4 | ||
5 | PACKAGES = "${PN}" | 5 | PACKAGES = "${PN}" |
6 | FILES_${PN} = "" | 6 | FILES:${PN} = "" |
7 | 7 | ||
8 | KLIBC_UTILS_VARIANT = "shared" | 8 | KLIBC_UTILS_VARIANT = "shared" |
9 | KLIBC_UTILS_PKGNAME = "klibc-utils" | 9 | KLIBC_UTILS_PKGNAME = "klibc-utils" |
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 41147eb2da..1a188a6faf 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -25,7 +25,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/klibc/2.0/klibc-${PV}.tar.xz \ | |||
25 | 25 | ||
26 | ARMPATCHES ?= "" | 26 | ARMPATCHES ?= "" |
27 | 27 | ||
28 | ARMPATCHES_arm = " \ | 28 | ARMPATCHES:arm = " \ |
29 | file://armv4-fix-v4bx.patch \ | 29 | file://armv4-fix-v4bx.patch \ |
30 | " | 30 | " |
31 | SRC_URI[sha256sum] = "4e48f1398cfe3ce0b6df55ce6e70acf54fc8488e3aea3fb3610ee1622d9cb436" | 31 | SRC_URI[sha256sum] = "4e48f1398cfe3ce0b6df55ce6e70acf54fc8488e3aea3fb3610ee1622d9cb436" |
@@ -33,8 +33,8 @@ SRC_URI[sha256sum] = "4e48f1398cfe3ce0b6df55ce6e70acf54fc8488e3aea3fb3610ee1622d | |||
33 | S = "${WORKDIR}/klibc-${PV}" | 33 | S = "${WORKDIR}/klibc-${PV}" |
34 | 34 | ||
35 | OPTFLAGS = "${TUNE_CCARGS} -Os -fcommon" | 35 | OPTFLAGS = "${TUNE_CCARGS} -Os -fcommon" |
36 | OPTFLAGS_append_toolchain-clang = " -fno-builtin-bcmp" | 36 | OPTFLAGS:append:toolchain-clang = " -fno-builtin-bcmp" |
37 | OPTFLAGS_append_toolchain-clang_mipsarch = " -no-integrated-as" | 37 | OPTFLAGS:append:toolchain-clang:mipsarch = " -no-integrated-as" |
38 | 38 | ||
39 | PARALLEL_MAKE = "" | 39 | PARALLEL_MAKE = "" |
40 | EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ | 40 | EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ |
@@ -57,22 +57,22 @@ do_configure () { | |||
57 | ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux | 57 | ln -sf "${STAGING_DIR_TARGET}${exec_prefix}" linux |
58 | } | 58 | } |
59 | 59 | ||
60 | do_compile_prepend_toolchain-clang() { | 60 | do_compile:prepend:toolchain-clang() { |
61 | sed -i -e 's#$(KLIBCROSS)gcc#$(KLIBCROSS)clang#g' ${S}/Makefile | 61 | sed -i -e 's#$(KLIBCROSS)gcc#$(KLIBCROSS)clang#g' ${S}/Makefile |
62 | } | 62 | } |
63 | 63 | ||
64 | INHIBIT_PACKAGE_STRIP = "1" | 64 | INHIBIT_PACKAGE_STRIP = "1" |
65 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 65 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
66 | INSANE_SKIP_${PN} = "already-stripped" | 66 | INSANE_SKIP:${PN} = "already-stripped" |
67 | INSANE_SKIP_libklibc-dev = "dev-elf" | 67 | INSANE_SKIP:libklibc-dev = "dev-elf" |
68 | KLIBC_ARCH = "${TARGET_ARCH}" | 68 | KLIBC_ARCH = "${TARGET_ARCH}" |
69 | KLIBC_ARCH_aarch64 = "arm64" | 69 | KLIBC_ARCH:aarch64 = "arm64" |
70 | KLIBC_ARCH_armeb = "arm" | 70 | KLIBC_ARCH:armeb = "arm" |
71 | KLIBC_ARCH_mipsel = "mips" | 71 | KLIBC_ARCH:mipsel = "mips" |
72 | KLIBC_ARCH_mips64el = "mips64" | 72 | KLIBC_ARCH:mips64el = "mips64" |
73 | KLIBC_ARCH_x86 = "i386" | 73 | KLIBC_ARCH:x86 = "i386" |
74 | KLIBC_ARCH_x86-64 = "x86_64" | 74 | KLIBC_ARCH:x86-64 = "x86_64" |
75 | KLIBC_ARCH_powerpc = "ppc" | 75 | KLIBC_ARCH:powerpc = "ppc" |
76 | KLIBC_ARCH_powerpc64 = "ppc64" | 76 | KLIBC_ARCH:powerpc64 = "ppc64" |
77 | KLIBC_ARCH_powerpc64le = "ppc64" | 77 | KLIBC_ARCH:powerpc64le = "ppc64" |
78 | THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})" | 78 | THIS_LIBKLIBC = "libklibc (= ${PV}-${PR})" |
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc_2.0.8.bb b/meta-initramfs/recipes-devtools/klibc/klibc_2.0.8.bb index 7df0b0a3d5..8dda9a8cdc 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc_2.0.8.bb +++ b/meta-initramfs/recipes-devtools/klibc/klibc_2.0.8.bb | |||
@@ -16,9 +16,9 @@ do_install() { | |||
16 | 16 | ||
17 | PACKAGES = "libklibc libklibc-staticdev libklibc-dev" | 17 | PACKAGES = "libklibc libklibc-staticdev libklibc-dev" |
18 | 18 | ||
19 | FILES_libklibc = "${libdir}/klibc-*.so" | 19 | FILES:libklibc = "${libdir}/klibc-*.so" |
20 | FILES_libklibc-staticdev = "${libdir}/klibc/lib/libc.a" | 20 | FILES:libklibc-staticdev = "${libdir}/klibc/lib/libc.a" |
21 | FILES_libklibc-dev = "${libdir}/klibc.so \ | 21 | FILES:libklibc-dev = "${libdir}/klibc.so \ |
22 | ${libdir}/klibc/lib/* \ | 22 | ${libdir}/klibc/lib/* \ |
23 | ${libdir}/klibc/include/* \ | 23 | ${libdir}/klibc/include/* \ |
24 | " | 24 | " |
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb index 5f43b0229a..4d944a1528 100644 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb | |||
@@ -38,16 +38,16 @@ PACKAGES =+ "mtdinfo-klibc ubiattach-klibc ubiblock-klibc ubicrc32-klibc ubideta | |||
38 | ubiformat-klibc ubimkvol-klibc ubinfo-klibc ubinize-klibc ubirename-klibc \ | 38 | ubiformat-klibc ubimkvol-klibc ubinfo-klibc ubinize-klibc ubirename-klibc \ |
39 | ubirmvol-klibc ubirsvol-klibc ubiupdatevol-klibc" | 39 | ubirmvol-klibc ubirsvol-klibc ubiupdatevol-klibc" |
40 | 40 | ||
41 | FILES_mtdinfo-klibc = "${sbindir}/mtdinfo" | 41 | FILES:mtdinfo-klibc = "${sbindir}/mtdinfo" |
42 | FILES_ubiattach-klibc = "${sbindir}/ubiattach" | 42 | FILES:ubiattach-klibc = "${sbindir}/ubiattach" |
43 | FILES_ubiblock-klibc = "${sbindir}/ubiblock" | 43 | FILES:ubiblock-klibc = "${sbindir}/ubiblock" |
44 | FILES_ubicrc32-klibc = "${sbindir}/ubicrc32" | 44 | FILES:ubicrc32-klibc = "${sbindir}/ubicrc32" |
45 | FILES_ubidetach-klibc = "${sbindir}/ubidetach" | 45 | FILES:ubidetach-klibc = "${sbindir}/ubidetach" |
46 | FILES_ubiformat-klibc = "${sbindir}/ubiformat" | 46 | FILES:ubiformat-klibc = "${sbindir}/ubiformat" |
47 | FILES_ubimkvol-klibc = "${sbindir}/ubimkvol" | 47 | FILES:ubimkvol-klibc = "${sbindir}/ubimkvol" |
48 | FILES_ubinfo-klibc = "${sbindir}/ubinfo" | 48 | FILES:ubinfo-klibc = "${sbindir}/ubinfo" |
49 | FILES_ubinize-klibc = "${sbindir}/ubinize" | 49 | FILES:ubinize-klibc = "${sbindir}/ubinize" |
50 | FILES_ubirename-klibc = "${sbindir}/ubirename" | 50 | FILES:ubirename-klibc = "${sbindir}/ubirename" |
51 | FILES_ubirmvol-klibc = "${sbindir}/ubirmvol" | 51 | FILES:ubirmvol-klibc = "${sbindir}/ubirmvol" |
52 | FILES_ubirsvol-klibc = "${sbindir}/ubirsvol" | 52 | FILES:ubirsvol-klibc = "${sbindir}/ubirsvol" |
53 | FILES_ubiupdatevol-klibc = "${sbindir}/ubiupdatevol" | 53 | FILES:ubiupdatevol-klibc = "${sbindir}/ubiupdatevol" |
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb index 656162fb1a..393f04fb31 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb | |||
@@ -43,22 +43,22 @@ FROM_OE_CORE = "file://arm_crashdump-fix-buffer-align.patch \ | |||
43 | 43 | ||
44 | SRC_URI += "${BUILD_PATCHES} ${KLIBC_PATCHES} ${WARNING_FIXES} ${FROM_OE_CORE}" | 44 | SRC_URI += "${BUILD_PATCHES} ${KLIBC_PATCHES} ${WARNING_FIXES} ${FROM_OE_CORE}" |
45 | 45 | ||
46 | SRC_URI_append_arm = " file://arm_crashdump.patch" | 46 | SRC_URI:append:arm = " file://arm_crashdump.patch" |
47 | 47 | ||
48 | SRC_URI_append_mips = " file://140-mips_disable_devicetree_support.patch" | 48 | SRC_URI:append:mips = " file://140-mips_disable_devicetree_support.patch" |
49 | SRC_URI_append_mipsel = " file://140-mips_disable_devicetree_support.patch" | 49 | SRC_URI:append:mipsel = " file://140-mips_disable_devicetree_support.patch" |
50 | 50 | ||
51 | SRC_URI_append_x86 = " file://x86_sys_io.patch file://x86_basename.patch \ | 51 | SRC_URI:append:x86 = " file://x86_sys_io.patch file://x86_basename.patch \ |
52 | file://x86_vfscanf.patch file://x86_kexec_test.patch" | 52 | file://x86_vfscanf.patch file://x86_kexec_test.patch" |
53 | 53 | ||
54 | SRC_URI_append_x86-64 = " file://x86_sys_io.patch file://x86_basename.patch \ | 54 | SRC_URI:append:x86-64 = " file://x86_sys_io.patch file://x86_basename.patch \ |
55 | file://x86_vfscanf.patch file://x86_kexec_test.patch" | 55 | file://x86_vfscanf.patch file://x86_kexec_test.patch" |
56 | 56 | ||
57 | SRC_URI_append_aarch64 = " file://arm64_kexec-image-header.h-add-missing-le64toh.patch \ | 57 | SRC_URI:append:aarch64 = " file://arm64_kexec-image-header.h-add-missing-le64toh.patch \ |
58 | file://arm64-crashdump-arm64.c-fix-warning.patch \ | 58 | file://arm64-crashdump-arm64.c-fix-warning.patch \ |
59 | file://arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch" | 59 | file://arm64_kexec-arm64.c-workaround-for-getrandom-syscall.patch" |
60 | 60 | ||
61 | SRC_URI_append_powerpc = " file://powerpc-purgatory-Makefile-remove-unknown-flags.patch" | 61 | SRC_URI:append:powerpc = " file://powerpc-purgatory-Makefile-remove-unknown-flags.patch" |
62 | 62 | ||
63 | S = "${WORKDIR}/git" | 63 | S = "${WORKDIR}/git" |
64 | 64 | ||
@@ -69,7 +69,7 @@ EXTRA_OECONF += "--without-zlib --without-lzma --without-xen" | |||
69 | CFLAGS += "-O2 -I${STAGING_DIR_HOST}${libdir}/klibc/include -I${S}/purgatory/include \ | 69 | CFLAGS += "-O2 -I${STAGING_DIR_HOST}${libdir}/klibc/include -I${S}/purgatory/include \ |
70 | -I${STAGING_DIR_HOST}${libdir}/klibc/include/bits${SITEINFO_BITS}" | 70 | -I${STAGING_DIR_HOST}${libdir}/klibc/include/bits${SITEINFO_BITS}" |
71 | 71 | ||
72 | do_compile_prepend() { | 72 | do_compile:prepend() { |
73 | # Remove the prepackaged config.h from the source tree as it overrides | 73 | # Remove the prepackaged config.h from the source tree as it overrides |
74 | # the same file generated by configure and placed in the build tree | 74 | # the same file generated by configure and placed in the build tree |
75 | rm -f ${S}/include/config.h | 75 | rm -f ${S}/include/config.h |
@@ -86,9 +86,9 @@ do_compile_prepend() { | |||
86 | 86 | ||
87 | PACKAGES =+ "kexec-klibc vmcore-dmesg-klibc" | 87 | PACKAGES =+ "kexec-klibc vmcore-dmesg-klibc" |
88 | 88 | ||
89 | FILES_kexec-klibc = "${sbindir}/kexec" | 89 | FILES:kexec-klibc = "${sbindir}/kexec" |
90 | FILES_vmcore-dmesg-klibc = "${sbindir}/vmcore-dmesg" | 90 | FILES:vmcore-dmesg-klibc = "${sbindir}/vmcore-dmesg" |
91 | 91 | ||
92 | INSANE_SKIP_${PN} = "arch" | 92 | INSANE_SKIP:${PN} = "arch" |
93 | 93 | ||
94 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)' | 94 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)' |
diff --git a/meta-multimedia/classes/juce.bbclass b/meta-multimedia/classes/juce.bbclass index 3927235ef1..e20a054b45 100644 --- a/meta-multimedia/classes/juce.bbclass +++ b/meta-multimedia/classes/juce.bbclass | |||
@@ -9,14 +9,14 @@ JUCE_MODULES ??= " \ | |||
9 | " | 9 | " |
10 | JUCE_X11_DEPS = "libx11 libxext libxinerama libxrandr libxcursor" | 10 | JUCE_X11_DEPS = "libx11 libxext libxinerama libxrandr libxcursor" |
11 | 11 | ||
12 | PACKAGECONFIG_prepend= "${JUCE_MODULES} " | 12 | PACKAGECONFIG:prepend= "${JUCE_MODULES} " |
13 | PACKAGECONFIG[juce_core] = ",,curl," | 13 | PACKAGECONFIG[juce_core] = ",,curl," |
14 | PACKAGECONFIG[juce_audio_devices] = ",,alsa-lib," | 14 | PACKAGECONFIG[juce_audio_devices] = ",,alsa-lib," |
15 | PACKAGECONFIG[juce_graphics] = ",,${JUCE_X11_DEPS} freetype," | 15 | PACKAGECONFIG[juce_graphics] = ",,${JUCE_X11_DEPS} freetype," |
16 | PACKAGECONFIG[juce_gui_basics] = ",,${JUCE_X11_DEPS}," | 16 | PACKAGECONFIG[juce_gui_basics] = ",,${JUCE_X11_DEPS}," |
17 | PACKAGECONFIG[juce_opengl] = ",,virtual/libgl," | 17 | PACKAGECONFIG[juce_opengl] = ",,virtual/libgl," |
18 | 18 | ||
19 | DEPENDS_prepend = "projucer-native " | 19 | DEPENDS:prepend = "projucer-native " |
20 | 20 | ||
21 | export OE_JUCE_PROJUCER = "${STAGING_BINDIR_NATIVE}/Projucer" | 21 | export OE_JUCE_PROJUCER = "${STAGING_BINDIR_NATIVE}/Projucer" |
22 | 22 | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb index 7d82c3e2e6..8f27ae2922 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.2.3.bb | |||
@@ -17,4 +17,4 @@ PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk+3," | |||
17 | 17 | ||
18 | PACKAGES =+ "gssdp-tools" | 18 | PACKAGES =+ "gssdp-tools" |
19 | 19 | ||
20 | FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" | 20 | FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" |
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc index 0544501569..a06c98e157 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av.inc | |||
@@ -7,7 +7,7 @@ inherit autotools pkgconfig gobject-introspection vala | |||
7 | 7 | ||
8 | # Copy vapigen.m4 so that it doesn't get removed by vala class | 8 | # Copy vapigen.m4 so that it doesn't get removed by vala class |
9 | # (normally this would be the right thing to do, but in gupnp-av the vapigen.m4 has only a custom macro) | 9 | # (normally this would be the right thing to do, but in gupnp-av the vapigen.m4 has only a custom macro) |
10 | do_configure_prepend() { | 10 | do_configure:prepend() { |
11 | cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true | 11 | cp -f ${S}/m4/vapigen.m4 ${S}/m4/vapigen-custom.m4 || true |
12 | } | 12 | } |
13 | 13 | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.10.5.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.10.5.bb index 3cafd69764..7cb9ff91ea 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.10.5.bb +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.10.5.bb | |||
@@ -16,4 +16,4 @@ inherit autotools pkgconfig gobject-introspection vala | |||
16 | PACKAGECONFIG ?= "gstreamer" | 16 | PACKAGECONFIG ?= "gstreamer" |
17 | PACKAGECONFIG[gstreamer] = "--enable-gstreamer-metadata-backend,--disable-gstreamer-metadata-backend,gstreamer1.0 gstreamer1.0-plugins-base" | 17 | PACKAGECONFIG[gstreamer] = "--enable-gstreamer-metadata-backend,--disable-gstreamer-metadata-backend,gstreamer1.0 gstreamer1.0-plugins-base" |
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles" | 19 | FILES:${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles" |
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.0.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.0.bb index bf84e7b73c..20129c70f9 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.0.bb +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.0.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2+" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
4 | file://src/network-light/main.c;beginline=1;endline=21;md5=2c39b3a000495dabd4932f231c7efed8" | 4 | file://src/network-light/main.c;beginline=1;endline=21;md5=2c39b3a000495dabd4932f231c7efed8" |
5 | DEPENDS = "gupnp gupnp-av gtk+3 glib-2.0-native intltool-native" | 5 | DEPENDS = "gupnp gupnp-av gtk+3 glib-2.0-native intltool-native" |
6 | RRECOMMENDS_${PN} = "adwaita-icon-theme" | 6 | RRECOMMENDS:${PN} = "adwaita-icon-theme" |
7 | 7 | ||
8 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.10/${BPN}-${PV}.tar.xz" | 8 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.10/${BPN}-${PV}.tar.xz" |
9 | SRC_URI[md5sum] = "8c66d4aca756478615761a26ed7c8dba" | 9 | SRC_URI[md5sum] = "8c66d4aca756478615761a26ed7c8dba" |
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc index 2920581c51..a959751e07 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | |||
@@ -6,10 +6,10 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" | |||
6 | 6 | ||
7 | inherit meson pkgconfig vala gobject-introspection | 7 | inherit meson pkgconfig vala gobject-introspection |
8 | 8 | ||
9 | FILES_${PN} = "${libdir}/*.so.*" | 9 | FILES:${PN} = "${libdir}/*.so.*" |
10 | FILES_${PN}-dev += "${bindir}/gupnp-binding-tool*" | 10 | FILES:${PN}-dev += "${bindir}/gupnp-binding-tool*" |
11 | 11 | ||
12 | RDEPENDS_${PN}-dev = "python3 python3-xml" | 12 | RDEPENDS:${PN}-dev = "python3 python3-xml" |
13 | 13 | ||
14 | SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" | 14 | SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" |
15 | 15 | ||
diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.38.3.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_0.38.3.bb index 01705a8f71..c08ab11b24 100644 --- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.38.3.bb +++ b/meta-multimedia/recipes-connectivity/rygel/rygel_0.38.3.bb | |||
@@ -9,8 +9,8 @@ LICENSE = "LGPL-2.1" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
10 | 10 | ||
11 | DEPENDS = "libxml2 glib-2.0 gssdp gupnp gupnp-av gupnp-dlna gstreamer1.0 gstreamer1.0-plugins-base libgee libsoup-2.4 libmediaart-2.0 libunistring sqlite3 intltool-native" | 11 | DEPENDS = "libxml2 glib-2.0 gssdp gupnp gupnp-av gupnp-dlna gstreamer1.0 gstreamer1.0-plugins-base libgee libsoup-2.4 libmediaart-2.0 libunistring sqlite3 intltool-native" |
12 | RDEPENDS_${PN} = "gstreamer1.0-plugins-base-playback shared-mime-info" | 12 | RDEPENDS:${PN} = "gstreamer1.0-plugins-base-playback shared-mime-info" |
13 | RRECOMMENDS_${PN} = "rygel-plugin-media-export" | 13 | RRECOMMENDS:${PN} = "rygel-plugin-media-export" |
14 | 14 | ||
15 | inherit gnomebase vala gobject-introspection gettext systemd features_check | 15 | inherit gnomebase vala gobject-introspection gettext systemd features_check |
16 | 16 | ||
@@ -24,7 +24,7 @@ EXTRA_OECONF = "--disable-tracker-plugin --with-media-engine=gstreamer" | |||
24 | 24 | ||
25 | PACKAGECONFIG ?= "external mpris ruih media-export gst-launch" | 25 | PACKAGECONFIG ?= "external mpris ruih media-export gst-launch" |
26 | 26 | ||
27 | PACKAGECONFIG_append = "${@bb.utils.contains("DISTRO_FEATURES", "x11", " gtk+3", "", d)}" | 27 | PACKAGECONFIG:append = "${@bb.utils.contains("DISTRO_FEATURES", "x11", " gtk+3", "", d)}" |
28 | 28 | ||
29 | PACKAGECONFIG[external] = "--enable-external-plugin,--disable-external-plugin" | 29 | PACKAGECONFIG[external] = "--enable-external-plugin,--disable-external-plugin" |
30 | PACKAGECONFIG[mpris] = "--enable-mpris-plugin,--disable-mpris-plugin" | 30 | PACKAGECONFIG[mpris] = "--enable-mpris-plugin,--disable-mpris-plugin" |
@@ -36,7 +36,7 @@ PACKAGECONFIG[lms] = "--enable-lms-plugin,--disable-lms-plugin" | |||
36 | 36 | ||
37 | LIBV = "2.6" | 37 | LIBV = "2.6" |
38 | 38 | ||
39 | do_install_append() { | 39 | do_install:append() { |
40 | # Remove .la files for loadable modules | 40 | # Remove .la files for loadable modules |
41 | rm -f ${D}/${libdir}/rygel-${LIBV}/engines/*.la | 41 | rm -f ${D}/${libdir}/rygel-${LIBV}/engines/*.la |
42 | rm -f ${D}/${libdir}/rygel-${LIBV}/plugins/*.la | 42 | rm -f ${D}/${libdir}/rygel-${LIBV}/plugins/*.la |
@@ -49,17 +49,17 @@ do_install_append() { | |||
49 | fi | 49 | fi |
50 | } | 50 | } |
51 | 51 | ||
52 | FILES_${PN} += "${libdir}/rygel-${LIBV}/engines ${datadir}/dbus-1 ${datadir}/icons" | 52 | FILES:${PN} += "${libdir}/rygel-${LIBV}/engines ${datadir}/dbus-1 ${datadir}/icons" |
53 | FILES_${PN}-dbg += "${libdir}/rygel-${LIBV}/engines/.debug ${libdir}/rygel-${LIBV}/plugins/.debug" | 53 | FILES:${PN}-dbg += "${libdir}/rygel-${LIBV}/engines/.debug ${libdir}/rygel-${LIBV}/plugins/.debug" |
54 | 54 | ||
55 | PACKAGES += "${PN}-meta" | 55 | PACKAGES += "${PN}-meta" |
56 | ALLOW_EMPTY_${PN}-meta = "1" | 56 | ALLOW_EMPTY:${PN}-meta = "1" |
57 | 57 | ||
58 | PACKAGES_DYNAMIC = "${PN}-plugin-*" | 58 | PACKAGES_DYNAMIC = "${PN}-plugin-*" |
59 | 59 | ||
60 | SYSTEMD_SERVICE_${PN} = "rygel.service" | 60 | SYSTEMD_SERVICE:${PN} = "rygel.service" |
61 | 61 | ||
62 | python populate_packages_prepend () { | 62 | python populate_packages:prepend () { |
63 | rygel_libdir = d.expand('${libdir}/rygel-${LIBV}') | 63 | rygel_libdir = d.expand('${libdir}/rygel-${LIBV}') |
64 | postinst = d.getVar('plugin_postinst') | 64 | postinst = d.getVar('plugin_postinst') |
65 | pkgs = [] | 65 | pkgs = [] |
@@ -68,5 +68,5 @@ python populate_packages_prepend () { | |||
68 | pkgs += do_split_packages(d, oe.path.join(rygel_libdir, "plugins"), '(.*)\.plugin$', d.expand('${PN}-plugin-%s'), 'Rygel plugin for %s', postinst=postinst, extra_depends=d.expand('${PN}')) | 68 | pkgs += do_split_packages(d, oe.path.join(rygel_libdir, "plugins"), '(.*)\.plugin$', d.expand('${PN}-plugin-%s'), 'Rygel plugin for %s', postinst=postinst, extra_depends=d.expand('${PN}')) |
69 | 69 | ||
70 | metapkg = d.getVar('PN') + '-meta' | 70 | metapkg = d.getVar('PN') + '-meta' |
71 | d.setVar('RDEPENDS_' + metapkg, ' '.join(pkgs)) | 71 | d.setVar('RDEPENDS:' + metapkg, ' '.join(pkgs)) |
72 | } | 72 | } |
diff --git a/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb index 16e17e9abe..70df73f835 100644 --- a/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb +++ b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb | |||
@@ -14,8 +14,8 @@ inherit dos2unix | |||
14 | 14 | ||
15 | LIBEBML_OS = "Unknown" | 15 | LIBEBML_OS = "Unknown" |
16 | LIBEBML_OS_linux = "Linux" | 16 | LIBEBML_OS_linux = "Linux" |
17 | LIBEBML_OS_darwin = "Darwin" | 17 | LIBEBML_OS:darwin = "Darwin" |
18 | LIBEBML_OS_mingw32 = "Windows" | 18 | LIBEBML_OS:mingw32 = "Windows" |
19 | 19 | ||
20 | EXTRA_OEMAKE = "\ | 20 | EXTRA_OEMAKE = "\ |
21 | 'TARGET_OS=${LIBEBML_OS}' \ | 21 | 'TARGET_OS=${LIBEBML_OS}' \ |
diff --git a/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal_0.6.bb b/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal_0.6.bb index 3bed70e1a1..4d100999b6 100644 --- a/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal_0.6.bb +++ b/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal_0.6.bb | |||
@@ -36,9 +36,9 @@ do_install() { | |||
36 | install -Dm 0644 libasound_module_pcm_equal.so ${D}${libdir}/alsa-lib/libasound_module_pcm_equal.so | 36 | install -Dm 0644 libasound_module_pcm_equal.so ${D}${libdir}/alsa-lib/libasound_module_pcm_equal.so |
37 | } | 37 | } |
38 | 38 | ||
39 | RDEPENDS_${PN} += " \ | 39 | RDEPENDS:${PN} += " \ |
40 | alsa-utils \ | 40 | alsa-utils \ |
41 | caps \ | 41 | caps \ |
42 | " | 42 | " |
43 | 43 | ||
44 | FILES_${PN} = "${libdir}/alsa-lib/" | 44 | FILES:${PN} = "${libdir}/alsa-lib/" |
diff --git a/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb b/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb index f5a42fb860..2741fe7429 100644 --- a/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb +++ b/meta-multimedia/recipes-multimedia/aom/aom_3.0.0.bb | |||
@@ -19,4 +19,4 @@ EXTRA_OECMAKE = " -DBUILD_SHARED_LIBS=1 -DENABLE_TESTS=0 \ | |||
19 | -DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl \ | 19 | -DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl \ |
20 | " | 20 | " |
21 | 21 | ||
22 | EXTRA_OECMAKE_append_arm = " ${@bb.utils.contains("TUNE_FEATURES","neon","-DENABLE_NEON=ON","-DENABLE_NEON=OFF",d)}" | 22 | EXTRA_OECMAKE:append:arm = " ${@bb.utils.contains("TUNE_FEATURES","neon","-DENABLE_NEON=ON","-DENABLE_NEON=OFF",d)}" |
diff --git a/meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb b/meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb index 46bcf6c6a5..ed2b6c6adf 100644 --- a/meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb +++ b/meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb | |||
@@ -24,4 +24,4 @@ do_install() { | |||
24 | install -Dm 0644 caps.so ${D}${libdir}/ladspa/caps.so | 24 | install -Dm 0644 caps.so ${D}${libdir}/ladspa/caps.so |
25 | } | 25 | } |
26 | 26 | ||
27 | FILES_${PN} = "${libdir}/ladspa/" | 27 | FILES:${PN} = "${libdir}/ladspa/" |
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb index f23bc6ca81..6cff4aa775 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb | |||
@@ -13,6 +13,6 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | FILES_${PN} += "${libdir}/dleyna-1.0/connectors/*.so" | 16 | FILES:${PN} += "${libdir}/dleyna-1.0/connectors/*.so" |
17 | FILES_${PN}-dev += "${libdir}/dleyna-1.0/connectors/*.la" | 17 | FILES:${PN}-dev += "${libdir}/dleyna-1.0/connectors/*.la" |
18 | FILES_${PN}-dbg += "${libdir}/dleyna-1.0/connectors/.debug/*.so" | 18 | FILES:${PN}-dbg += "${libdir}/dleyna-1.0/connectors/.debug/*.so" |
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb index 642f21bd53..8ce800327a 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
9 | file://libdleyna/renderer/server.c;endline=21;md5=f51acd4757fb6a779a87122c43cf1346" | 9 | file://libdleyna/renderer/server.c;endline=21;md5=f51acd4757fb6a779a87122c43cf1346" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 dleyna-core" | 11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 dleyna-core" |
12 | RDEPENDS_${PN} = "dleyna-connector-dbus" | 12 | RDEPENDS:${PN} = "dleyna-connector-dbus" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/01org/${BPN}.git \ | 14 | SRC_URI = "git://github.com/01org/${BPN}.git \ |
15 | file://0001-add-gupnp-1.2-API-support.patch \ | 15 | file://0001-add-gupnp-1.2-API-support.patch \ |
@@ -21,5 +21,5 @@ inherit autotools pkgconfig | |||
21 | 21 | ||
22 | CFLAGS += " -I${S}" | 22 | CFLAGS += " -I${S}" |
23 | 23 | ||
24 | FILES_${PN} += "${datadir}/dbus-1" | 24 | FILES:${PN} += "${datadir}/dbus-1" |
25 | FILES_${PN}-dev += "${libdir}/${PN}/*.so" | 25 | FILES:${PN}-dev += "${libdir}/${PN}/*.so" |
diff --git a/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb b/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb index e31b7aea2a..4d3d9f52da 100644 --- a/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb +++ b/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
9 | file://libdleyna/server/server.c;endline=22;md5=437455d8aeff69ebd0996a76c67397bb" | 9 | file://libdleyna/server/server.c;endline=22;md5=437455d8aeff69ebd0996a76c67397bb" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 libxml2 dleyna-core" | 11 | DEPENDS = "glib-2.0 gssdp gupnp gupnp-av gupnp-dlna libsoup-2.4 libxml2 dleyna-core" |
12 | RDEPENDS_${PN} = "dleyna-connector-dbus" | 12 | RDEPENDS:${PN} = "dleyna-connector-dbus" |
13 | 13 | ||
14 | PV .= "+git${SRCPV}" | 14 | PV .= "+git${SRCPV}" |
15 | SRC_URI = "git://github.com/01org/${BPN}.git" | 15 | SRC_URI = "git://github.com/01org/${BPN}.git" |
@@ -18,5 +18,5 @@ S = "${WORKDIR}/git" | |||
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | FILES_${PN} += "${datadir}/dbus-1" | 21 | FILES:${PN} += "${datadir}/dbus-1" |
22 | FILES_${PN}-dev += "${libdir}/${PN}/*.so" | 22 | FILES:${PN}-dev += "${libdir}/${PN}/*.so" |
diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb b/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb index 977a9e7922..adaa552ed8 100644 --- a/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb +++ b/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb | |||
@@ -52,44 +52,44 @@ PACKAGES =+ "dvb-evtest dvb-evtest-dbg \ | |||
52 | PACKAGES =+ "libdvbapi libdvbcfg libdvben50221 \ | 52 | PACKAGES =+ "libdvbapi libdvbcfg libdvben50221 \ |
53 | libesg libucsi libdvbsec" | 53 | libesg libucsi libdvbsec" |
54 | 54 | ||
55 | RDEPENDS_dvbdate =+ "libdvbapi libucsi" | 55 | RDEPENDS:dvbdate =+ "libdvbapi libucsi" |
56 | RDEPENDS_dvbtraffic =+ "libdvbapi" | 56 | RDEPENDS:dvbtraffic =+ "libdvbapi" |
57 | RDEPENDS_dvb-scan =+ "libdvbapi libdvbcfg libdvbsec" | 57 | RDEPENDS:dvb-scan =+ "libdvbapi libdvbcfg libdvbsec" |
58 | RDEPENDS_dvb-apps =+ "libdvbapi libdvbcfg libdvbsec libdvben50221 libucsi" | 58 | RDEPENDS:dvb-apps =+ "libdvbapi libdvbcfg libdvbsec libdvben50221 libucsi" |
59 | RDEPENDS_dvb-femon =+ "libdvbapi" | 59 | RDEPENDS:dvb-femon =+ "libdvbapi" |
60 | RDEPENDS_dvbnet =+ "libdvbapi" | 60 | RDEPENDS:dvbnet =+ "libdvbapi" |
61 | 61 | ||
62 | RCONFLICTS_dvb-evtest = "evtest" | 62 | RCONFLICTS:dvb-evtest = "evtest" |
63 | 63 | ||
64 | FILES_${PN} = "${bindir} ${datadir}/dvb" | 64 | FILES:${PN} = "${bindir} ${datadir}/dvb" |
65 | FILES_${PN}-doc = "" | 65 | FILES:${PN}-doc = "" |
66 | FILES_${PN}-dev = "${includedir}" | 66 | FILES:${PN}-dev = "${includedir}" |
67 | FILES_dvb-evtest = "${bindir}/evtest" | 67 | FILES:dvb-evtest = "${bindir}/evtest" |
68 | FILES_dvb-evtest-dbg = "${bindir}/.debug/evtest" | 68 | FILES:dvb-evtest-dbg = "${bindir}/.debug/evtest" |
69 | FILES_dvbapp-tests = "${bindir}/*test* " | 69 | FILES:dvbapp-tests = "${bindir}/*test* " |
70 | FILES_dvbapp-tests-dbg = "${bindir}/.debug/*test*" | 70 | FILES:dvbapp-tests-dbg = "${bindir}/.debug/*test*" |
71 | FILES_dvbdate = "${bindir}/dvbdate" | 71 | FILES:dvbdate = "${bindir}/dvbdate" |
72 | FILES_dvbdate-dbg = "${bindir}/.debug/dvbdate" | 72 | FILES:dvbdate-dbg = "${bindir}/.debug/dvbdate" |
73 | FILES_dvbtraffic = "${bindir}/dvbtraffic" | 73 | FILES:dvbtraffic = "${bindir}/dvbtraffic" |
74 | FILES_dvbtraffic-dbg = "${bindir}/.debug/dvbtraffic" | 74 | FILES:dvbtraffic-dbg = "${bindir}/.debug/dvbtraffic" |
75 | FILES_dvbnet = "${bindir}/dvbnet" | 75 | FILES:dvbnet = "${bindir}/dvbnet" |
76 | FILES_dvbnet-dbg = "${bindir}/.debug/dvbnet" | 76 | FILES:dvbnet-dbg = "${bindir}/.debug/dvbnet" |
77 | FILES_dvb-scan = "${bindir}/*scan " | 77 | FILES:dvb-scan = "${bindir}/*scan " |
78 | FILES_dvb-scan-dbg = "${bindir}/.debug/*scan" | 78 | FILES:dvb-scan-dbg = "${bindir}/.debug/*scan" |
79 | FILES_dvb-scan-data = "${docdir}/dvb-apps/scan" | 79 | FILES:dvb-scan-data = "${docdir}/dvb-apps/scan" |
80 | FILES_dvb-azap = "${bindir}/azap" | 80 | FILES:dvb-azap = "${bindir}/azap" |
81 | FILES_dvb-azap-dbg = "${bindir}/.debug/azap" | 81 | FILES:dvb-azap-dbg = "${bindir}/.debug/azap" |
82 | FILES_dvb-czap = "${bindir}/czap" | 82 | FILES:dvb-czap = "${bindir}/czap" |
83 | FILES_dvb-czap-dbg = "${bindir}/.debug/czap" | 83 | FILES:dvb-czap-dbg = "${bindir}/.debug/czap" |
84 | FILES_dvb-szap = "${bindir}/szap" | 84 | FILES:dvb-szap = "${bindir}/szap" |
85 | FILES_dvb-szap-dbg = "${bindir}/.debug/szap" | 85 | FILES:dvb-szap-dbg = "${bindir}/.debug/szap" |
86 | FILES_dvb-tzap = "${bindir}/tzap" | 86 | FILES:dvb-tzap = "${bindir}/tzap" |
87 | FILES_dvb-tzap-dbg = "${bindir}/.debug/tzap" | 87 | FILES:dvb-tzap-dbg = "${bindir}/.debug/tzap" |
88 | FILES_dvb-femon = "${bindir}/femon" | 88 | FILES:dvb-femon = "${bindir}/femon" |
89 | FILES_dvb-femon-dbg = "${bindir}/.debug/femon" | 89 | FILES:dvb-femon-dbg = "${bindir}/.debug/femon" |
90 | FILES_dvb-zap-data = "${docdir}/dvb-apps/szap" | 90 | FILES:dvb-zap-data = "${docdir}/dvb-apps/szap" |
91 | 91 | ||
92 | python populate_packages_prepend () { | 92 | python populate_packages:prepend () { |
93 | dvb_libdir = bb.data.expand('${libdir}', d) | 93 | dvb_libdir = bb.data.expand('${libdir}', d) |
94 | do_split_packages(d, dvb_libdir, '^lib(.*)\.so$', 'lib%s', 'DVB %s package', extra_depends='', allow_links=True) | 94 | do_split_packages(d, dvb_libdir, '^lib(.*)\.so$', 'lib%s', 'DVB %s package', extra_depends='', allow_links=True) |
95 | do_split_packages(d, dvb_libdir, '^lib(.*)\.la$', 'lib%s-dev', 'DVB %s development package', extra_depends='${PN}-dev') | 95 | do_split_packages(d, dvb_libdir, '^lib(.*)\.la$', 'lib%s-dev', 'DVB %s development package', extra_depends='${PN}-dev') |
@@ -97,7 +97,7 @@ python populate_packages_prepend () { | |||
97 | do_split_packages(d, dvb_libdir, '^lib(.*)\.so\.*', 'lib%s', 'DVB %s library', extra_depends='', allow_links=True) | 97 | do_split_packages(d, dvb_libdir, '^lib(.*)\.so\.*', 'lib%s', 'DVB %s library', extra_depends='', allow_links=True) |
98 | } | 98 | } |
99 | 99 | ||
100 | INSANE_SKIP_${PN} = "ldflags" | 100 | INSANE_SKIP:${PN} = "ldflags" |
101 | INSANE_SKIP_${PN}-dev = "ldflags" | 101 | INSANE_SKIP:${PN}-dev = "ldflags" |
102 | 102 | ||
103 | TARGET_CC_ARCH += "${LDFLAGS}" | 103 | TARGET_CC_ARCH += "${LDFLAGS}" |
diff --git a/meta-multimedia/recipes-multimedia/faac/faac_1.29.9.2.bb b/meta-multimedia/recipes-multimedia/faac/faac_1.29.9.2.bb index 278bda9ff5..44662e2a30 100644 --- a/meta-multimedia/recipes-multimedia/faac/faac_1.29.9.2.bb +++ b/meta-multimedia/recipes-multimedia/faac/faac_1.29.9.2.bb | |||
@@ -18,9 +18,9 @@ SRC_URI[sha256sum] = "d45f209d837c49dae6deebcdd87b8cc3b04ea290880358faecf5e77377 | |||
18 | 18 | ||
19 | PACKAGES =+ "lib${BPN} lib${BPN}-dev" | 19 | PACKAGES =+ "lib${BPN} lib${BPN}-dev" |
20 | 20 | ||
21 | FILES_${PN} = " ${bindir}/faac " | 21 | FILES:${PN} = " ${bindir}/faac " |
22 | FILES_lib${BPN} = " ${libdir}/*.so.*" | 22 | FILES:lib${BPN} = " ${libdir}/*.so.*" |
23 | FILES_lib${BPN}-dev = " \ | 23 | FILES:lib${BPN}-dev = " \ |
24 | ${includedir} \ | 24 | ${includedir} \ |
25 | ${libdir}/*.so \ | 25 | ${libdir}/*.so \ |
26 | ${libdir}/*.la \ | 26 | ${libdir}/*.la \ |
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb index ba1ef6b1fc..984f37b756 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb | |||
@@ -10,7 +10,7 @@ SRC_URI += " \ | |||
10 | 10 | ||
11 | EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" | 11 | EXTRA_OECMAKE = "-Denable-floats=ON -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" |
12 | 12 | ||
13 | do_configure_append() { | 13 | do_configure:append() { |
14 | make_tables.exe ${B}/ | 14 | make_tables.exe ${B}/ |
15 | } | 15 | } |
16 | 16 | ||
diff --git a/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb b/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb index d4242aa062..045746aa61 100644 --- a/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb +++ b/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | DEPENDS = "expat fmt spdlog pugixml libebml libmatroska zlib curl libupnp e2fsprogs sqlite3 libnsl2" | 14 | DEPENDS = "expat fmt spdlog pugixml libebml libmatroska zlib curl libupnp e2fsprogs sqlite3 libnsl2" |
15 | 15 | ||
16 | SYSTEMD_SERVICE_${PN} = "gerbera.service" | 16 | SYSTEMD_SERVICE:${PN} = "gerbera.service" |
17 | 17 | ||
18 | inherit cmake systemd | 18 | inherit cmake systemd |
19 | 19 | ||
@@ -22,10 +22,10 @@ PACKAGECONFIG[systemd] = "-DWITH_SYSTEMD=TRUE,-DWITH_SYSTEMD=FALSE,systemd" | |||
22 | PACKAGECONFIG[taglib] = "-DWITH_TAGLIB=TRUE,-DWITH_TAGLIB=FALSE,taglib" | 22 | PACKAGECONFIG[taglib] = "-DWITH_TAGLIB=TRUE,-DWITH_TAGLIB=FALSE,taglib" |
23 | EXTRA_OECMAKE = "-DWITH_JS=FALSE -DWITH_MAGIC=FALSE -DWITH_EXIF=FALSE -DLIBUUID_INCLUDE_DIRS=${STAGING_INCDIR} -DLIBUUID_LIBRARIES=-luuid" | 23 | EXTRA_OECMAKE = "-DWITH_JS=FALSE -DWITH_MAGIC=FALSE -DWITH_EXIF=FALSE -DLIBUUID_INCLUDE_DIRS=${STAGING_INCDIR} -DLIBUUID_LIBRARIES=-luuid" |
24 | 24 | ||
25 | do_install_append() { | 25 | do_install:append() { |
26 | install -d ${D}/root/.config/ | 26 | install -d ${D}/root/.config/ |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} += "/root/.config/" | 29 | FILES:${PN} += "/root/.config/" |
30 | 30 | ||
31 | SECURITY_CFLAGS_riscv64 = "${SECURITY_NOPIE_CFLAGS}" | 31 | SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" |
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb index 94d05def3e..9348fc1491 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb | |||
@@ -27,7 +27,7 @@ EXTRA_OECONF += " \ | |||
27 | --enable-gtk-doc=no \ | 27 | --enable-gtk-doc=no \ |
28 | " | 28 | " |
29 | 29 | ||
30 | FILES_${PN} += "\ | 30 | FILES:${PN} += "\ |
31 | ${libdir}/gstreamer-1.0/libgstsharktracers.so \ | 31 | ${libdir}/gstreamer-1.0/libgstsharktracers.so \ |
32 | ${libdir}/gstreamer-1.0/libgstsharktracers.la \ | 32 | ${libdir}/gstreamer-1.0/libgstsharktracers.la \ |
33 | " | 33 | " |
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb index 1834a83661..5ea104ddbc 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | |||
@@ -19,7 +19,7 @@ PV = "1.0+really0.8.0" | |||
19 | 19 | ||
20 | inherit autotools pkgconfig gettext gtk-doc | 20 | inherit autotools pkgconfig gettext gtk-doc |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | rm -fr ${D}${localstatedir}/run ${D}/run ${D}${bindir}/gst-client ${D}${bindir}/gstd-client | 23 | rm -fr ${D}${localstatedir}/run ${D}/run ${D}${bindir}/gst-client ${D}${bindir}/gstd-client |
24 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 24 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
25 | install -d ${D}${sysconfdir}/tmpfiles.d | 25 | install -d ${D}${sysconfdir}/tmpfiles.d |
diff --git a/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb b/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb index 04501e97c9..bc1c52ad48 100644 --- a/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb +++ b/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb | |||
@@ -11,7 +11,7 @@ IMAGE_INSTALL += " \ | |||
11 | xkeyboard-config \ | 11 | xkeyboard-config \ |
12 | " | 12 | " |
13 | 13 | ||
14 | IMAGE_INSTALL_append = "\ | 14 | IMAGE_INSTALL:append = "\ |
15 | libcamera \ | 15 | libcamera \ |
16 | gstreamer1.0-plugins-good \ | 16 | gstreamer1.0-plugins-good \ |
17 | gstreamer1.0-plugins-base \ | 17 | gstreamer1.0-plugins-base \ |
diff --git a/meta-multimedia/recipes-multimedia/juce/projucer.inc b/meta-multimedia/recipes-multimedia/juce/projucer.inc index 9f03cbd80f..ee97993426 100644 --- a/meta-multimedia/recipes-multimedia/juce/projucer.inc +++ b/meta-multimedia/recipes-multimedia/juce/projucer.inc | |||
@@ -11,7 +11,7 @@ inherit pkgconfig features_check | |||
11 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES = "x11" |
12 | 12 | ||
13 | DEPENDS = "libx11 libxext libxinerama libxrandr libxcursor freetype alsa-lib curl bzip2 libpng harfbuzz glib-2.0 libpcre" | 13 | DEPENDS = "libx11 libxext libxinerama libxrandr libxcursor freetype alsa-lib curl bzip2 libpng harfbuzz glib-2.0 libpcre" |
14 | DEPENDS_append_libc-musl = " libexecinfo" | 14 | DEPENDS:append:libc-musl = " libexecinfo" |
15 | 15 | ||
16 | SRCREV = "90e8da0cfb54ac593cdbed74c3d0c9b09bad3a9f" | 16 | SRCREV = "90e8da0cfb54ac593cdbed74c3d0c9b09bad3a9f" |
17 | BRANCH = "master" | 17 | BRANCH = "master" |
@@ -30,11 +30,11 @@ JUCE_PROJUCER = "${JUCE_PROJUCER_MAKEFILE_PATH}/build/Projucer" | |||
30 | # not work on cross builds | 30 | # not work on cross builds |
31 | EXTRA_OEMAKE = "V=1 JUCE_ARCH_LABEL=${TARGET_ARCH} TARGET_ARCH='-g'" | 31 | EXTRA_OEMAKE = "V=1 JUCE_ARCH_LABEL=${TARGET_ARCH} TARGET_ARCH='-g'" |
32 | 32 | ||
33 | LDFLAGS_append_mipsarcho32 = " -latomic" | 33 | LDFLAGS:append:mipsarcho32 = " -latomic" |
34 | LDFLAGS_append_powerpc = " -latomic" | 34 | LDFLAGS:append:powerpc = " -latomic" |
35 | LDFLAGS_append_riscv64 = " -latomic" | 35 | LDFLAGS:append:riscv64 = " -latomic" |
36 | LDFLAGS_append_riscv32 = " -latomic" | 36 | LDFLAGS:append:riscv32 = " -latomic" |
37 | LDFLAGS_append_armv5 = " -latomic" | 37 | LDFLAGS:append:armv5 = " -latomic" |
38 | 38 | ||
39 | do_configure() { | 39 | do_configure() { |
40 | cd ${JUCE_PROJUCER_MAKEFILE_PATH} | 40 | cd ${JUCE_PROJUCER_MAKEFILE_PATH} |
@@ -51,4 +51,4 @@ do_install() { | |||
51 | install -m 0755 ${JUCE_PROJUCER} ${D}${bindir} | 51 | install -m 0755 ${JUCE_PROJUCER} ${D}${bindir} |
52 | } | 52 | } |
53 | # error: '_NL_IDENTIFICATION_LANGUAGE' was not declared in this scope | 53 | # error: '_NL_IDENTIFICATION_LANGUAGE' was not declared in this scope |
54 | COMPATIBLE_HOST_libc-musl = "null" | 54 | COMPATIBLE_HOST:libc-musl = "null" |
diff --git a/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb b/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb index 05134614a5..dc09d9413a 100644 --- a/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb +++ b/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb | |||
@@ -16,11 +16,11 @@ inherit autotools | |||
16 | PACKAGES += "${BPN}-ckport" | 16 | PACKAGES += "${BPN}-ckport" |
17 | PACKAGES_DYNAMIC += "^${BPN}-plugin-.*" | 17 | PACKAGES_DYNAMIC += "^${BPN}-plugin-.*" |
18 | 18 | ||
19 | do_install_append () { | 19 | do_install:append () { |
20 | find "${D}" -name '*.la' -exec rm -f {} + | 20 | find "${D}" -name '*.la' -exec rm -f {} + |
21 | } | 21 | } |
22 | 22 | ||
23 | python populate_packages_prepend () { | 23 | python populate_packages:prepend () { |
24 | rootdir = bb.data.expand('${libdir}/ao/plugins-4', d) | 24 | rootdir = bb.data.expand('${libdir}/ao/plugins-4', d) |
25 | rootdir_dbg = bb.data.expand('${libdir}/ao/plugins-4/.debug', d) | 25 | rootdir_dbg = bb.data.expand('${libdir}/ao/plugins-4/.debug', d) |
26 | do_split_packages(d, rootdir, '^(.*)\.so$', output_pattern='${BPN}-plugin-%s', description='AO %s plugin') | 26 | do_split_packages(d, rootdir, '^(.*)\.so$', output_pattern='${BPN}-plugin-%s', description='AO %s plugin') |
@@ -30,4 +30,4 @@ python populate_packages_prepend () { | |||
30 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)}" | 30 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)}" |
31 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" | 31 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" |
32 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | 32 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" |
33 | FILES_${BPN}-ckport = "${libdir}/ckport" | 33 | FILES:${BPN}-ckport = "${libdir}/ckport" |
diff --git a/meta-multimedia/recipes-multimedia/libavc1394/libavc1394_0.5.4.bb b/meta-multimedia/recipes-multimedia/libavc1394/libavc1394_0.5.4.bb index f5b0d48c46..f85c166f1e 100644 --- a/meta-multimedia/recipes-multimedia/libavc1394/libavc1394_0.5.4.bb +++ b/meta-multimedia/recipes-multimedia/libavc1394/libavc1394_0.5.4.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://sourceforge.net/projects/libavc1394/" | |||
4 | SECTION = "libs/multimedia" | 4 | SECTION = "libs/multimedia" |
5 | 5 | ||
6 | DEPENDS = "libraw1394" | 6 | DEPENDS = "libraw1394" |
7 | DEPENDS_append_libc-musl = " argp-standalone" | 7 | DEPENDS:append:libc-musl = " argp-standalone" |
8 | 8 | ||
9 | LICENSE = "LGPLv2.1" | 9 | LICENSE = "LGPLv2.1" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589" |
@@ -15,4 +15,4 @@ SRC_URI[sha256sum] = "7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4 | |||
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
18 | LDFLAGS_append_libc-musl = " -largp" | 18 | LDFLAGS:append:libc-musl = " -largp" |
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb index 30dab1d928..04a2ac7770 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |||
@@ -26,15 +26,15 @@ PACKAGES =+ "${PN}-gst" | |||
26 | PACKAGECONFIG ??= "" | 26 | PACKAGECONFIG ??= "" |
27 | PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" | 27 | PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" |
28 | 28 | ||
29 | RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland qt', 'qtwayland', '', d)}" | 29 | RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland qt', 'qtwayland', '', d)}" |
30 | 30 | ||
31 | inherit meson pkgconfig python3native | 31 | inherit meson pkgconfig python3native |
32 | 32 | ||
33 | do_configure_prepend() { | 33 | do_configure:prepend() { |
34 | sed -i -e 's|py_compile=True,||' ${S}/utils/ipc/mojo/public/tools/mojom/mojom/generate/template_expander.py | 34 | sed -i -e 's|py_compile=True,||' ${S}/utils/ipc/mojo/public/tools/mojom/mojom/generate/template_expander.py |
35 | } | 35 | } |
36 | 36 | ||
37 | do_install_append() { | 37 | do_install:append() { |
38 | chrpath -d ${D}${libdir}/libcamera.so | 38 | chrpath -d ${D}${libdir}/libcamera.so |
39 | } | 39 | } |
40 | 40 | ||
@@ -51,6 +51,6 @@ do_recalculate_ipa_signatures_package() { | |||
51 | ${S}/src/ipa/ipa-sign-install.sh ${B}/src/ipa-priv-key.pem "${modules}" | 51 | ${S}/src/ipa/ipa-sign-install.sh ${B}/src/ipa-priv-key.pem "${modules}" |
52 | } | 52 | } |
53 | 53 | ||
54 | FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig" | 54 | FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig" |
55 | FILES_${PN} += " ${libdir}/libcamera.so" | 55 | FILES:${PN} += " ${libdir}/libcamera.so" |
56 | FILES_${PN}-gst = "${libdir}/gstreamer-1.0/libgstlibcamera.so" | 56 | FILES:${PN}-gst = "${libdir}/gstreamer-1.0/libgstlibcamera.so" |
diff --git a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.5.bb b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.5.bb index 613dcc71bf..f101afd193 100644 --- a/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.5.bb +++ b/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.5.bb | |||
@@ -16,4 +16,4 @@ EXTRA_OECONF = "--disable-sherlock265 --disable-dec265" | |||
16 | inherit autotools-brokensep pkgconfig | 16 | inherit autotools-brokensep pkgconfig |
17 | 17 | ||
18 | PACKAGES =+ "${PN}-tools" | 18 | PACKAGES =+ "${PN}-tools" |
19 | FILES_${PN}-tools = "${bindir}/*" | 19 | FILES:${PN}-tools = "${bindir}/*" |
diff --git a/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb b/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb index 7f042c382f..26a40576d9 100644 --- a/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb +++ b/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit autotools lib_package pkgconfig | 14 | inherit autotools lib_package pkgconfig |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -D -m 0644 ${S}/src/dvbcsa/dvbcsa.h ${D}${includedir}/dvbcsa/dvbcsa.h | 17 | install -D -m 0644 ${S}/src/dvbcsa/dvbcsa.h ${D}${includedir}/dvbcsa/dvbcsa.h |
18 | install -D -m 0644 ${WORKDIR}/libdvbcsa.pc ${D}${libdir}/pkgconfig/libdvbcsa.pc | 18 | install -D -m 0644 ${WORKDIR}/libdvbcsa.pc ${D}${libdir}/pkgconfig/libdvbcsa.pc |
19 | } | 19 | } |
diff --git a/meta-multimedia/recipes-multimedia/libdvdnav/libdvdnav_6.1.1.bb b/meta-multimedia/recipes-multimedia/libdvdnav/libdvdnav_6.1.1.bb index 06308d96c3..c1a9c4879a 100644 --- a/meta-multimedia/recipes-multimedia/libdvdnav/libdvdnav_6.1.1.bb +++ b/meta-multimedia/recipes-multimedia/libdvdnav/libdvdnav_6.1.1.bb | |||
@@ -10,5 +10,5 @@ SRC_URI[sha256sum] = "c191a7475947d323ff7680cf92c0fb1be8237701885f37656c64d04e98 | |||
10 | 10 | ||
11 | inherit autotools lib_package binconfig pkgconfig | 11 | inherit autotools lib_package binconfig pkgconfig |
12 | 12 | ||
13 | CONFIGUREOPTS_remove = "--disable-silent-rules" | 13 | CONFIGUREOPTS:remove = "--disable-silent-rules" |
14 | 14 | ||
diff --git a/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.3.10.bb b/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.3.10.bb index d14246f32b..b1634732cf 100644 --- a/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.3.10.bb +++ b/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.3.10.bb | |||
@@ -86,17 +86,17 @@ python __anonymous() { | |||
86 | } | 86 | } |
87 | 87 | ||
88 | PACKAGES =+ "${PN}-modplug ${PN}-openmpt123 ${PN}-openmpt123-doc" | 88 | PACKAGES =+ "${PN}-modplug ${PN}-openmpt123 ${PN}-openmpt123-doc" |
89 | FILES_${PN}-modplug = "${libdir}/libopenmpt_modplug.so.*" | 89 | FILES:${PN}-modplug = "${libdir}/libopenmpt_modplug.so.*" |
90 | FILES_${PN}-openmpt123 = "${bindir}/openmpt123" | 90 | FILES:${PN}-openmpt123 = "${bindir}/openmpt123" |
91 | FILES_${PN}-openmpt123-doc = "${mandir}/man1/openmpt123*" | 91 | FILES:${PN}-openmpt123-doc = "${mandir}/man1/openmpt123*" |
92 | 92 | ||
93 | # Since version 0.3, libopenmpt uses SemVer 2.0.0 versioning. | 93 | # Since version 0.3, libopenmpt uses SemVer 2.0.0 versioning. |
94 | # The SemVer versioning scheme is incompatible with Debian/Ubuntu | 94 | # The SemVer versioning scheme is incompatible with Debian/Ubuntu |
95 | # package version names. | 95 | # package version names. |
96 | DEBIAN_NOAUTONAME_${PN} = "1" | 96 | DEBIAN_NOAUTONAME:${PN} = "1" |
97 | DEBIAN_NOAUTONAME_${PN}-modplug = "1" | 97 | DEBIAN_NOAUTONAME:${PN}-modplug = "1" |
98 | 98 | ||
99 | RDEPENDS_${PN}_libc-glibc = " \ | 99 | RDEPENDS:${PN}:libc-glibc = " \ |
100 | glibc-gconv-cp1252 \ | 100 | glibc-gconv-cp1252 \ |
101 | glibc-gconv-ibm437 \ | 101 | glibc-gconv-ibm437 \ |
102 | glibc-gconv-iso8859-1 \ | 102 | glibc-gconv-iso8859-1 \ |
diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb index 0cac2bea53..f4e26d52c3 100644 --- a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb +++ b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb | |||
@@ -29,4 +29,4 @@ inherit autotools | |||
29 | 29 | ||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | CPPFLAGS_append = " -Wno-error" | 32 | CPPFLAGS:append = " -Wno-error" |
diff --git a/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc b/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc index 433388759f..da2607fcf1 100644 --- a/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc +++ b/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc | |||
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git" | |||
22 | # configure.ac:30: error: required file './ABOUT-NLS' not found | 22 | # configure.ac:30: error: required file './ABOUT-NLS' not found |
23 | EXTRA_AUTORECONF = "" | 23 | EXTRA_AUTORECONF = "" |
24 | 24 | ||
25 | do_install_append(){ | 25 | do_install:append(){ |
26 | install -d ${D}${sysconfdir} | 26 | install -d ${D}${sysconfdir} |
27 | install -m 0755 minidlna.conf ${D}${sysconfdir} | 27 | install -m 0755 minidlna.conf ${D}${sysconfdir} |
28 | 28 | ||
@@ -36,7 +36,7 @@ do_install_append(){ | |||
36 | 36 | ||
37 | } | 37 | } |
38 | 38 | ||
39 | SYSTEMD_SERVICE_${PN} = "minidlna.service" | 39 | SYSTEMD_SERVICE:${PN} = "minidlna.service" |
40 | 40 | ||
41 | INITSCRIPT_NAME = "minidlna" | 41 | INITSCRIPT_NAME = "minidlna" |
42 | INITSCRIPT_PARAMS = "defaults 90" | 42 | INITSCRIPT_PARAMS = "defaults 90" |
diff --git a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb index f73b549df0..0fcd77d3a1 100644 --- a/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb +++ b/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb | |||
@@ -14,9 +14,9 @@ S = "${WORKDIR}/git" | |||
14 | 14 | ||
15 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
16 | 16 | ||
17 | EXTRA_OECMAKE_append_class-target = " -DIMPORT_EXECUTABLES=${STAGING_LIBDIR_NATIVE}/cmake/${BPN}/ImportExecutables.cmake" | 17 | EXTRA_OECMAKE:append:class-target = " -DIMPORT_EXECUTABLES=${STAGING_LIBDIR_NATIVE}/cmake/${BPN}/ImportExecutables.cmake" |
18 | 18 | ||
19 | do_install_append_class-native() { | 19 | do_install:append:class-native() { |
20 | install -Dm 0755 ${B}/src/make-c-interface ${D}${bindir}/make-c-interface | 20 | install -Dm 0755 ${B}/src/make-c-interface ${D}${bindir}/make-c-interface |
21 | install -Dm 0644 ${B}/ImportExecutables.cmake ${D}${libdir}/cmake/${BPN}/ImportExecutables.cmake | 21 | install -Dm 0644 ${B}/ImportExecutables.cmake ${D}${libdir}/cmake/${BPN}/ImportExecutables.cmake |
22 | sed -i -e s:'${B}'/src/::g ${D}${libdir}/cmake/${BPN}/ImportExecutables.cmake | 22 | sed -i -e s:'${B}'/src/::g ${D}${libdir}/cmake/${BPN}/ImportExecutables.cmake |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb index 32f9688eaa..27bc1d2ffb 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.19.bb | |||
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git" | |||
14 | PACKAGECONFIG ??= "tcp" | 14 | PACKAGECONFIG ??= "tcp" |
15 | PACKAGECONFIG[tcp] = "-Dtcp=true,-Dtcp=false" | 15 | PACKAGECONFIG[tcp] = "-Dtcp=true,-Dtcp=false" |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | # libmpdclient's Vala bindings are outdated and unmaintained; it | 18 | # libmpdclient's Vala bindings are outdated and unmaintained; it |
19 | # is likely that nobody will ever use them, so let's not install | 19 | # is likely that nobody will ever use them, so let's not install |
20 | # them | 20 | # them |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb index c112a40ce9..9daa19c2d6 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.9.bb | |||
@@ -68,7 +68,7 @@ PACKAGECONFIG[vorbis] = "-Dvorbis=enabled,-Dvorbis=disabled,libvorbis libogg" | |||
68 | PACKAGECONFIG[wavpack] = "-Dwavpack=enabled,-Dwavpack=disabled,wavpack" | 68 | PACKAGECONFIG[wavpack] = "-Dwavpack=enabled,-Dwavpack=disabled,wavpack" |
69 | PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,zlib" | 69 | PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,zlib" |
70 | 70 | ||
71 | do_install_append() { | 71 | do_install:append() { |
72 | install -o mpd -d \ | 72 | install -o mpd -d \ |
73 | ${D}/${localstatedir}/lib/mpd \ | 73 | ${D}/${localstatedir}/lib/mpd \ |
74 | ${D}/${localstatedir}/lib/mpd/playlists | 74 | ${D}/${localstatedir}/lib/mpd/playlists |
@@ -89,13 +89,13 @@ do_install_append() { | |||
89 | rm -rf ${D}${datadir}/icons | 89 | rm -rf ${D}${datadir}/icons |
90 | } | 90 | } |
91 | 91 | ||
92 | RPROVIDES_${PN} += "${PN}-systemd" | 92 | RPROVIDES:${PN} += "${PN}-systemd" |
93 | RREPLACES_${PN} += "${PN}-systemd" | 93 | RREPLACES:${PN} += "${PN}-systemd" |
94 | RCONFLICTS_${PN} += "${PN}-systemd" | 94 | RCONFLICTS:${PN} += "${PN}-systemd" |
95 | SYSTEMD_SERVICE_${PN} = "mpd.socket" | 95 | SYSTEMD_SERVICE:${PN} = "mpd.socket" |
96 | 96 | ||
97 | USERADD_PACKAGES = "${PN}" | 97 | USERADD_PACKAGES = "${PN}" |
98 | USERADD_PARAM_${PN} = " \ | 98 | USERADD_PARAM:${PN} = " \ |
99 | --system --no-create-home \ | 99 | --system --no-create-home \ |
100 | --home ${localstatedir}/lib/mpd \ | 100 | --home ${localstatedir}/lib/mpd \ |
101 | --groups audio \ | 101 | --groups audio \ |
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb index c089b64edc..b811297095 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb | |||
@@ -11,7 +11,7 @@ DEPENDS += " \ | |||
11 | libmpdclient \ | 11 | libmpdclient \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN} += "python3-core" | 14 | RDEPENDS:${PN} += "python3-core" |
15 | 15 | ||
16 | PACKAGECONFIG ??= "colors locale mouse nls regex help_screen library_screen search_screen song_screen key_screen lyrics_screen outputs_screen" | 16 | PACKAGECONFIG ??= "colors locale mouse nls regex help_screen library_screen search_screen song_screen key_screen lyrics_screen outputs_screen" |
17 | 17 | ||
diff --git a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb index 2db30dda06..050076ddf0 100644 --- a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb +++ b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb | |||
@@ -48,11 +48,11 @@ do_install() { | |||
48 | fi | 48 | fi |
49 | } | 49 | } |
50 | 50 | ||
51 | FILES_${PN} += "${libdir}/mycroft" | 51 | FILES:${PN} += "${libdir}/mycroft" |
52 | 52 | ||
53 | RDEPENDS_${PN} = "python3" | 53 | RDEPENDS:${PN} = "python3" |
54 | 54 | ||
55 | RDEPENDS_${PN} += "python3-requests python3-pillow \ | 55 | RDEPENDS:${PN} += "python3-requests python3-pillow \ |
56 | python3-tornado python3-pyyaml \ | 56 | python3-tornado python3-pyyaml \ |
57 | python3-pyalsaaudio python3-inflection \ | 57 | python3-pyalsaaudio python3-inflection \ |
58 | python3-pyserial python3-psutil \ | 58 | python3-pyserial python3-psutil \ |
@@ -77,14 +77,14 @@ RDEPENDS_${PN} += "python3-requests python3-pillow \ | |||
77 | # python3-python-dateutil python3-adapt-parser python3-lazy | 77 | # python3-python-dateutil python3-adapt-parser python3-lazy |
78 | 78 | ||
79 | # Mycroft uses Alsa, PulseAudio and Flac | 79 | # Mycroft uses Alsa, PulseAudio and Flac |
80 | RDEPENDS_${PN} += "alsa-utils alsa-plugins alsa-tools" | 80 | RDEPENDS:${PN} += "alsa-utils alsa-plugins alsa-tools" |
81 | RDEPENDS_${PN} += "pulseaudio pulseaudio-misc pulseaudio-server" | 81 | RDEPENDS:${PN} += "pulseaudio pulseaudio-misc pulseaudio-server" |
82 | RDEPENDS_${PN} += "flac mpg123" | 82 | RDEPENDS:${PN} += "flac mpg123" |
83 | 83 | ||
84 | # Mycroft can do this itself on the target, but it's quicker to do it here | 84 | # Mycroft can do this itself on the target, but it's quicker to do it here |
85 | RDEPENDS_${PN} += "mimic" | 85 | RDEPENDS:${PN} += "mimic" |
86 | 86 | ||
87 | # pgrep is used by stop-mycroft.sh | 87 | # pgrep is used by stop-mycroft.sh |
88 | RDEPENDS_${PN} += "procps" | 88 | RDEPENDS:${PN} += "procps" |
89 | 89 | ||
90 | SYSTEMD_SERVICE_${PN} = "mycroft-setup.service mycroft.service" | 90 | SYSTEMD_SERVICE:${PN} = "mycroft-setup.service mycroft.service" |
diff --git a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb index d283cb361b..e380a6f385 100644 --- a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb +++ b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.20.1.bb | |||
@@ -21,4 +21,4 @@ PACKAGECONFIG[pulseaudio] = "-DPULSEAUDIO=TRUE, -DPULSEAUDIO=FALSE, pulseaudio" | |||
21 | # but alffmpeg.c:418:44: error: 'AV_CH_LAYOUT_MONO' undeclared (first use in this function) | 21 | # but alffmpeg.c:418:44: error: 'AV_CH_LAYOUT_MONO' undeclared (first use in this function) |
22 | PACKAGECONFIG[examples] = "-DEXAMPLES=TRUE, -DEXAMPLES=FALSE, libav" | 22 | PACKAGECONFIG[examples] = "-DEXAMPLES=TRUE, -DEXAMPLES=FALSE, libav" |
23 | 23 | ||
24 | FILES_${PN} += "${datadir}/openal" | 24 | FILES:${PN} += "${datadir}/openal" |
diff --git a/meta-multimedia/recipes-multimedia/openh264/openh264_2.1.1.bb b/meta-multimedia/recipes-multimedia/openh264/openh264_2.1.1.bb index 75d5010f18..aababb6684 100644 --- a/meta-multimedia/recipes-multimedia/openh264/openh264_2.1.1.bb +++ b/meta-multimedia/recipes-multimedia/openh264/openh264_2.1.1.bb | |||
@@ -3,8 +3,8 @@ decoding. It is suitable for use in real time applications such as WebRTC." | |||
3 | HOMEPAGE = "http://www.openh264.org/" | 3 | HOMEPAGE = "http://www.openh264.org/" |
4 | SECTION = "libs/multimedia" | 4 | SECTION = "libs/multimedia" |
5 | 5 | ||
6 | DEPENDS_append_x86 = " nasm-native" | 6 | DEPENDS:append:x86 = " nasm-native" |
7 | DEPENDS_append_x86-64 = " nasm-native" | 7 | DEPENDS:append:x86-64 = " nasm-native" |
8 | 8 | ||
9 | LICENSE = "BSD-2-Clause" | 9 | LICENSE = "BSD-2-Clause" |
10 | LICENSE_FLAGS = "commercial" | 10 | LICENSE_FLAGS = "commercial" |
@@ -17,24 +17,24 @@ SRC_URI = "git://github.com/cisco/openh264.git;protocol=https;branch=${BRANCH} \ | |||
17 | file://0001-Makefile-Use-cp-options-to-preserve-file-mode.patch \ | 17 | file://0001-Makefile-Use-cp-options-to-preserve-file-mode.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 20 | COMPATIBLE_MACHINE:armv7a = "(.*)" |
21 | COMPATIBLE_MACHINE_aarch64 = "(.*)" | 21 | COMPATIBLE_MACHINE:aarch64 = "(.*)" |
22 | COMPATIBLE_MACHINE_x86 = "(.*)" | 22 | COMPATIBLE_MACHINE:x86 = "(.*)" |
23 | COMPATIBLE_MACHINE_x86-64 = "(.*)" | 23 | COMPATIBLE_MACHINE:x86-64 = "(.*)" |
24 | COMPATIBLE_MACHINE_mips = "(.*)" | 24 | COMPATIBLE_MACHINE:mips = "(.*)" |
25 | COMPATIBLE_MACHINE_mips64 = "(.*)" | 25 | COMPATIBLE_MACHINE:mips64 = "(.*)" |
26 | COMPATIBLE_MACHINE_powerpc64le = "null" | 26 | COMPATIBLE_MACHINE:powerpc64le = "null" |
27 | 27 | ||
28 | EXTRA_OEMAKE_armv7a = "ARCH=arm" | 28 | EXTRA_OEMAKE:armv7a = "ARCH=arm" |
29 | EXTRA_OEMAKE_armv7ve = "ARCH=arm" | 29 | EXTRA_OEMAKE:armv7ve = "ARCH=arm" |
30 | EXTRA_OEMAKE_aarch64 = "ARCH=arm64" | 30 | EXTRA_OEMAKE:aarch64 = "ARCH=arm64" |
31 | EXTRA_OEMAKE_x86 = "ARCH=i386" | 31 | EXTRA_OEMAKE:x86 = "ARCH=i386" |
32 | EXTRA_OEMAKE_x86-64 = "ARCH=x86_64" | 32 | EXTRA_OEMAKE:x86-64 = "ARCH=x86_64" |
33 | EXTRA_OEMAKE_mips = "ARCH=mips" | 33 | EXTRA_OEMAKE:mips = "ARCH=mips" |
34 | EXTRA_OEMAKE_mips64 = "ARCH=mips64" | 34 | EXTRA_OEMAKE:mips64 = "ARCH=mips64" |
35 | EXTRA_OEMAKE_riscv64 = "ARCH=riscv64" | 35 | EXTRA_OEMAKE:riscv64 = "ARCH=riscv64" |
36 | 36 | ||
37 | EXTRA_OEMAKE_append = " ENABLEPIC=Yes" | 37 | EXTRA_OEMAKE:append = " ENABLEPIC=Yes" |
38 | do_configure() { | 38 | do_configure() { |
39 | : | 39 | : |
40 | } | 40 | } |
diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb b/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb index 0601cdd99b..9e0c319c3a 100644 --- a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb +++ b/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb | |||
@@ -11,7 +11,7 @@ PACKAGES = ' \ | |||
11 | packagegroup-meta-multimedia-support \ | 11 | packagegroup-meta-multimedia-support \ |
12 | ' | 12 | ' |
13 | 13 | ||
14 | RDEPENDS_packagegroup-meta-multimedia = "\ | 14 | RDEPENDS:packagegroup-meta-multimedia = "\ |
15 | packagegroup-meta-multimedia \ | 15 | packagegroup-meta-multimedia \ |
16 | packagegroup-meta-multimedia-connectivity \ | 16 | packagegroup-meta-multimedia-connectivity \ |
17 | packagegroup-meta-multimedia-dvb \ | 17 | packagegroup-meta-multimedia-dvb \ |
@@ -19,7 +19,7 @@ RDEPENDS_packagegroup-meta-multimedia = "\ | |||
19 | packagegroup-meta-multimedia-support \ | 19 | packagegroup-meta-multimedia-support \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_packagegroup-meta-multimedia = "\ | 22 | RDEPENDS:packagegroup-meta-multimedia = "\ |
23 | alsa-equal \ | 23 | alsa-equal \ |
24 | aom \ | 24 | aom \ |
25 | caps \ | 25 | caps \ |
@@ -74,10 +74,10 @@ RDEPENDS_packagegroup-meta-multimedia = "\ | |||
74 | webrtc-audio-processing \ | 74 | webrtc-audio-processing \ |
75 | ${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "x265", "", d)} \ | 75 | ${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "x265", "", d)} \ |
76 | " | 76 | " |
77 | RDEPENDS_packagegroup-meta-multimedia_remove_libc-musl = "projucer" | 77 | RDEPENDS:packagegroup-meta-multimedia:remove:libc-musl = "projucer" |
78 | RDEPENDS_packagegroup-meta-multimedia_remove_powerpc64le = "openh264" | 78 | RDEPENDS:packagegroup-meta-multimedia:remove:powerpc64le = "openh264" |
79 | 79 | ||
80 | RDEPENDS_packagegroup-meta-multimedia-connectivity = "\ | 80 | RDEPENDS:packagegroup-meta-multimedia-connectivity = "\ |
81 | gssdp \ | 81 | gssdp \ |
82 | gupnp-av \ | 82 | gupnp-av \ |
83 | gupnp-dlna \ | 83 | gupnp-dlna \ |
@@ -87,17 +87,17 @@ RDEPENDS_packagegroup-meta-multimedia-connectivity = "\ | |||
87 | libupnp \ | 87 | libupnp \ |
88 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "rygel", "", d)} \ | 88 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "rygel", "", d)} \ |
89 | " | 89 | " |
90 | RDEPENDS_packagegroup-meta-multimedia-dvb = "\ | 90 | RDEPENDS:packagegroup-meta-multimedia-dvb = "\ |
91 | oscam \ | 91 | oscam \ |
92 | tvheadend \ | 92 | tvheadend \ |
93 | " | 93 | " |
94 | 94 | ||
95 | RDEPENDS_packagegroup-meta-multimedia-mkv = "\ | 95 | RDEPENDS:packagegroup-meta-multimedia-mkv = "\ |
96 | libebml \ | 96 | libebml \ |
97 | libmatroska \ | 97 | libmatroska \ |
98 | " | 98 | " |
99 | 99 | ||
100 | RDEPENDS_packagegroup-meta-multimedia-support = "\ | 100 | RDEPENDS:packagegroup-meta-multimedia-support = "\ |
101 | crossguid \ | 101 | crossguid \ |
102 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "libmediaart-2.0", "", d)} \ | 102 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "libmediaart-2.0", "", d)} \ |
103 | gst-instruments \ | 103 | gst-instruments \ |
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb index bcb3015f8b..31b33c0930 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb | |||
@@ -35,31 +35,31 @@ PACKAGES =+ "\ | |||
35 | lib${PN}-modules \ | 35 | lib${PN}-modules \ |
36 | " | 36 | " |
37 | 37 | ||
38 | RDEPENDS_lib${PN} += "lib${PN}-modules ${PN}-spa-plugins" | 38 | RDEPENDS:lib${PN} += "lib${PN}-modules ${PN}-spa-plugins" |
39 | 39 | ||
40 | FILES_${PN} = "\ | 40 | FILES:${PN} = "\ |
41 | ${sysconfdir}/pipewire/pipewire.conf \ | 41 | ${sysconfdir}/pipewire/pipewire.conf \ |
42 | ${bindir}/pipewire* \ | 42 | ${bindir}/pipewire* \ |
43 | ${systemd_user_unitdir}/* \ | 43 | ${systemd_user_unitdir}/* \ |
44 | " | 44 | " |
45 | FILES_lib${PN} = "\ | 45 | FILES:lib${PN} = "\ |
46 | ${libdir}/libpipewire-*.so.* \ | 46 | ${libdir}/libpipewire-*.so.* \ |
47 | " | 47 | " |
48 | FILES_lib${PN}-modules = "\ | 48 | FILES:lib${PN}-modules = "\ |
49 | ${libdir}/pipewire-*/* \ | 49 | ${libdir}/pipewire-*/* \ |
50 | " | 50 | " |
51 | FILES_${PN}-spa-plugins = "\ | 51 | FILES:${PN}-spa-plugins = "\ |
52 | ${bindir}/spa-* \ | 52 | ${bindir}/spa-* \ |
53 | ${libdir}/spa/* \ | 53 | ${libdir}/spa/* \ |
54 | " | 54 | " |
55 | FILES_${PN}-alsa = "\ | 55 | FILES:${PN}-alsa = "\ |
56 | ${libdir}/alsa-lib/* \ | 56 | ${libdir}/alsa-lib/* \ |
57 | ${datadir}/alsa/alsa.conf.d/50-pipewire.conf \ | 57 | ${datadir}/alsa/alsa.conf.d/50-pipewire.conf \ |
58 | " | 58 | " |
59 | FILES_gstreamer1.0-${PN} = "\ | 59 | FILES:gstreamer1.0-${PN} = "\ |
60 | ${libdir}/gstreamer-1.0/* \ | 60 | ${libdir}/gstreamer-1.0/* \ |
61 | " | 61 | " |
62 | 62 | ||
63 | CONFFILES_${PN} = "\ | 63 | CONFFILES:${PN} = "\ |
64 | ${sysconfdir}/pipewire/pipewire.conf \ | 64 | ${sysconfdir}/pipewire/pipewire.conf \ |
65 | " | 65 | " |
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.31.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.31.bb index 3e8792118c..369a407de2 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.31.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.31.bb | |||
@@ -20,9 +20,9 @@ inherit meson pkgconfig systemd manpages gettext useradd | |||
20 | 20 | ||
21 | USERADD_PACKAGES = "${PN}" | 21 | USERADD_PACKAGES = "${PN}" |
22 | 22 | ||
23 | GROUPADD_PARAM_${PN} = "--system pipewire" | 23 | GROUPADD_PARAM:${PN} = "--system pipewire" |
24 | 24 | ||
25 | USERADD_PARAM_${PN} = "--system --home / --no-create-home \ | 25 | USERADD_PARAM:${PN} = "--system --home / --no-create-home \ |
26 | --comment 'PipeWire multimedia daemon' \ | 26 | --comment 'PipeWire multimedia daemon' \ |
27 | --gid pipewire --groups audio,video \ | 27 | --gid pipewire --groups audio,video \ |
28 | pipewire" | 28 | pipewire" |
@@ -80,8 +80,8 @@ PACKAGECONFIG[v4l2] = "-Dv4l2=enabled,-Dv4l2=disabled,udev" | |||
80 | PACKAGECONFIG[pipewire-alsa] = "-Dpipewire-alsa=enabled,-Dpipewire-alsa=disabled,alsa-lib" | 80 | PACKAGECONFIG[pipewire-alsa] = "-Dpipewire-alsa=enabled,-Dpipewire-alsa=disabled,alsa-lib" |
81 | PACKAGECONFIG[pipewire-jack] = "-Dpipewire-jack=enabled -Dlibjack-path=${libdir}/${PW_MODULE_SUBDIR}/jack,-Dpipewire-jack=disabled,jack,,,jack" | 81 | PACKAGECONFIG[pipewire-jack] = "-Dpipewire-jack=enabled -Dlibjack-path=${libdir}/${PW_MODULE_SUBDIR}/jack,-Dpipewire-jack=disabled,jack,,,jack" |
82 | 82 | ||
83 | PACKAGESPLITFUNCS_prepend = " split_dynamic_packages " | 83 | PACKAGESPLITFUNCS:prepend = " split_dynamic_packages " |
84 | PACKAGESPLITFUNCS_append = " set_dynamic_metapkg_rdepends " | 84 | PACKAGESPLITFUNCS:append = " set_dynamic_metapkg_rdepends " |
85 | 85 | ||
86 | SPA_SUBDIR = "spa-0.2" | 86 | SPA_SUBDIR = "spa-0.2" |
87 | PW_MODULE_SUBDIR = "pipewire-0.3" | 87 | PW_MODULE_SUBDIR = "pipewire-0.3" |
@@ -124,11 +124,11 @@ python set_dynamic_metapkg_rdepends () { | |||
124 | pw_module_pn = base_pn + '-modules' | 124 | pw_module_pn = base_pn + '-modules' |
125 | pw_module_metapkg = pw_module_pn + '-meta' | 125 | pw_module_metapkg = pw_module_pn + '-meta' |
126 | 126 | ||
127 | d.setVar('ALLOW_EMPTY_' + spa_metapkg, "1") | 127 | d.setVar('ALLOW_EMPTY:' + spa_metapkg, "1") |
128 | d.setVar('FILES_' + spa_metapkg, "") | 128 | d.setVar('FILES:' + spa_metapkg, "") |
129 | 129 | ||
130 | d.setVar('ALLOW_EMPTY_' + pw_module_metapkg, "1") | 130 | d.setVar('ALLOW_EMPTY:' + pw_module_metapkg, "1") |
131 | d.setVar('FILES_' + pw_module_metapkg, "") | 131 | d.setVar('FILES:' + pw_module_metapkg, "") |
132 | 132 | ||
133 | blacklist = [ spa_pn, spa_metapkg, pw_module_pn, pw_module_metapkg ] | 133 | blacklist = [ spa_pn, spa_metapkg, pw_module_pn, pw_module_metapkg ] |
134 | spa_metapkg_rdepends = [] | 134 | spa_metapkg_rdepends = [] |
@@ -163,11 +163,11 @@ python set_dynamic_metapkg_rdepends () { | |||
163 | if is_pw_module_pkg: | 163 | if is_pw_module_pkg: |
164 | pw_module_metapkg_rdepends.append(pkg) | 164 | pw_module_metapkg_rdepends.append(pkg) |
165 | 165 | ||
166 | d.setVar('RDEPENDS_' + spa_metapkg, ' '.join(spa_metapkg_rdepends)) | 166 | d.setVar('RDEPENDS:' + spa_metapkg, ' '.join(spa_metapkg_rdepends)) |
167 | d.setVar('DESCRIPTION_' + spa_metapkg, spa_pn + ' meta package') | 167 | d.setVar('DESCRIPTION:' + spa_metapkg, spa_pn + ' meta package') |
168 | 168 | ||
169 | d.setVar('RDEPENDS_' + pw_module_metapkg, ' '.join(pw_module_metapkg_rdepends)) | 169 | d.setVar('RDEPENDS:' + pw_module_metapkg, ' '.join(pw_module_metapkg_rdepends)) |
170 | d.setVar('DESCRIPTION_' + pw_module_metapkg, pw_module_pn + ' meta package') | 170 | d.setVar('DESCRIPTION:' + pw_module_metapkg, pw_module_pn + ' meta package') |
171 | } | 171 | } |
172 | 172 | ||
173 | PACKAGES =+ "\ | 173 | PACKAGES =+ "\ |
@@ -188,98 +188,98 @@ PACKAGES =+ "\ | |||
188 | 188 | ||
189 | PACKAGES_DYNAMIC = "^${PN}-spa-plugins.* ^${PN}-modules.*" | 189 | PACKAGES_DYNAMIC = "^${PN}-spa-plugins.* ^${PN}-modules.*" |
190 | 190 | ||
191 | SYSTEMD_SERVICE_${PN} = "pipewire.service" | 191 | SYSTEMD_SERVICE:${PN} = "pipewire.service" |
192 | CONFFILES_${PN} += "${datadir}/pipewire/pipewire.conf" | 192 | CONFFILES:${PN} += "${datadir}/pipewire/pipewire.conf" |
193 | FILES_${PN} = " \ | 193 | FILES:${PN} = " \ |
194 | ${datadir}/pipewire/pipewire.conf \ | 194 | ${datadir}/pipewire/pipewire.conf \ |
195 | ${systemd_user_unitdir}/pipewire.* \ | 195 | ${systemd_user_unitdir}/pipewire.* \ |
196 | ${bindir}/pipewire \ | 196 | ${bindir}/pipewire \ |
197 | " | 197 | " |
198 | 198 | ||
199 | FILES_${PN}-dev += " \ | 199 | FILES:${PN}-dev += " \ |
200 | ${libdir}/${PW_MODULE_SUBDIR}/jack/libjack*.so \ | 200 | ${libdir}/${PW_MODULE_SUBDIR}/jack/libjack*.so \ |
201 | " | 201 | " |
202 | 202 | ||
203 | CONFFILES_libpipewire += "${datadir}/pipewire/client.conf" | 203 | CONFFILES:libpipewire += "${datadir}/pipewire/client.conf" |
204 | FILES_libpipewire = " \ | 204 | FILES:libpipewire = " \ |
205 | ${datadir}/pipewire/client.conf \ | 205 | ${datadir}/pipewire/client.conf \ |
206 | ${libdir}/libpipewire-*.so.* \ | 206 | ${libdir}/libpipewire-*.so.* \ |
207 | " | 207 | " |
208 | # Add the bare minimum modules and plugins required to be able | 208 | # Add the bare minimum modules and plugins required to be able |
209 | # to use libpipewire. Without these, it is essentially unusable. | 209 | # to use libpipewire. Without these, it is essentially unusable. |
210 | RDEPENDS_libpipewire += " \ | 210 | RDEPENDS:libpipewire += " \ |
211 | ${PN}-modules-client-node \ | 211 | ${PN}-modules-client-node \ |
212 | ${PN}-modules-protocol-native \ | 212 | ${PN}-modules-protocol-native \ |
213 | ${PN}-spa-plugins-support \ | 213 | ${PN}-spa-plugins-support \ |
214 | " | 214 | " |
215 | 215 | ||
216 | FILES_${PN}-tools = " \ | 216 | FILES:${PN}-tools = " \ |
217 | ${bindir}/pw-* \ | 217 | ${bindir}/pw-* \ |
218 | " | 218 | " |
219 | 219 | ||
220 | # This is a shim daemon that is intended to be used as a | 220 | # This is a shim daemon that is intended to be used as a |
221 | # drop-in PulseAudio replacement, providing a pulseaudio-compatible | 221 | # drop-in PulseAudio replacement, providing a pulseaudio-compatible |
222 | # socket that can be used by applications that use libpulse. | 222 | # socket that can be used by applications that use libpulse. |
223 | CONFFILES_${PN}-pulse += "${datadir}/pipewire/pipewire-pulse.conf" | 223 | CONFFILES:${PN}-pulse += "${datadir}/pipewire/pipewire-pulse.conf" |
224 | FILES_${PN}-pulse = " \ | 224 | FILES:${PN}-pulse = " \ |
225 | ${datadir}/pipewire/pipewire-pulse.conf \ | 225 | ${datadir}/pipewire/pipewire-pulse.conf \ |
226 | ${systemd_user_unitdir}/pipewire-pulse.* \ | 226 | ${systemd_user_unitdir}/pipewire-pulse.* \ |
227 | ${bindir}/pipewire-pulse \ | 227 | ${bindir}/pipewire-pulse \ |
228 | " | 228 | " |
229 | RDEPENDS_${PN}-pulse += " \ | 229 | RDEPENDS:${PN}-pulse += " \ |
230 | ${PN}-modules-protocol-pulse \ | 230 | ${PN}-modules-protocol-pulse \ |
231 | " | 231 | " |
232 | 232 | ||
233 | # alsa plugin to redirect audio to pipewire | 233 | # alsa plugin to redirect audio to pipewire |
234 | FILES_${PN}-alsa = "\ | 234 | FILES:${PN}-alsa = "\ |
235 | ${libdir}/alsa-lib/* \ | 235 | ${libdir}/alsa-lib/* \ |
236 | ${datadir}/alsa/alsa.conf.d/* \ | 236 | ${datadir}/alsa/alsa.conf.d/* \ |
237 | " | 237 | " |
238 | 238 | ||
239 | # jack drop-in libraries to redirect audio to pipewire | 239 | # jack drop-in libraries to redirect audio to pipewire |
240 | CONFFILES_${PN}-jack = "${datadir}/pipewire/jack.conf" | 240 | CONFFILES:${PN}-jack = "${datadir}/pipewire/jack.conf" |
241 | FILES_${PN}-jack = "\ | 241 | FILES:${PN}-jack = "\ |
242 | ${datadir}/pipewire/jack.conf \ | 242 | ${datadir}/pipewire/jack.conf \ |
243 | ${libdir}/${PW_MODULE_SUBDIR}/jack/libjack*.so.* \ | 243 | ${libdir}/${PW_MODULE_SUBDIR}/jack/libjack*.so.* \ |
244 | " | 244 | " |
245 | 245 | ||
246 | # Example session manager. Not intended for use in production. | 246 | # Example session manager. Not intended for use in production. |
247 | CONFFILES_${PN}-media-session = "${datadir}/pipewire/media-session.d/*" | 247 | CONFFILES:${PN}-media-session = "${datadir}/pipewire/media-session.d/*" |
248 | SYSTEMD_SERVICE_${PN}-media-session = "pipewire-media-session.service" | 248 | SYSTEMD_SERVICE:${PN}-media-session = "pipewire-media-session.service" |
249 | FILES_${PN}-media-session = " \ | 249 | FILES:${PN}-media-session = " \ |
250 | ${bindir}/pipewire-media-session \ | 250 | ${bindir}/pipewire-media-session \ |
251 | ${datadir}/pipewire/media-session.d/* \ | 251 | ${datadir}/pipewire/media-session.d/* \ |
252 | ${systemd_system_unitdir}/pipewire-media-session.service \ | 252 | ${systemd_system_unitdir}/pipewire-media-session.service \ |
253 | " | 253 | " |
254 | RPROVIDES_${PN}-media-session = "virtual/pipewire-sessionmanager" | 254 | RPROVIDES:${PN}-media-session = "virtual/pipewire-sessionmanager" |
255 | 255 | ||
256 | # Dynamic packages (see set_dynamic_metapkg_rdepends). | 256 | # Dynamic packages (see set_dynamic_metapkg_rdepends). |
257 | FILES_${PN}-spa-plugins = "" | 257 | FILES:${PN}-spa-plugins = "" |
258 | RRECOMMENDS_${PN}-spa-plugins += "${PN}-spa-plugins-meta" | 258 | RRECOMMENDS:${PN}-spa-plugins += "${PN}-spa-plugins-meta" |
259 | 259 | ||
260 | FILES_${PN}-spa-tools = " \ | 260 | FILES:${PN}-spa-tools = " \ |
261 | ${bindir}/spa-* \ | 261 | ${bindir}/spa-* \ |
262 | " | 262 | " |
263 | 263 | ||
264 | # Dynamic packages (see set_dynamic_metapkg_rdepends). | 264 | # Dynamic packages (see set_dynamic_metapkg_rdepends). |
265 | FILES_${PN}-modules = "" | 265 | FILES:${PN}-modules = "" |
266 | RRECOMMENDS_${PN}-modules += "${PN}-modules-meta" | 266 | RRECOMMENDS:${PN}-modules += "${PN}-modules-meta" |
267 | 267 | ||
268 | CONFFILES_${PN}-modules-rtkit = "${datadir}/pipewire/client-rt.conf" | 268 | CONFFILES:${PN}-modules-rtkit = "${datadir}/pipewire/client-rt.conf" |
269 | FILES_${PN}-modules-rtkit += " \ | 269 | FILES:${PN}-modules-rtkit += " \ |
270 | ${datadir}/pipewire/client-rt.conf \ | 270 | ${datadir}/pipewire/client-rt.conf \ |
271 | " | 271 | " |
272 | 272 | ||
273 | CONFFILES_${PN}-modules-filter-chain = "${datadir}/pipewire/filter-chain/*" | 273 | CONFFILES:${PN}-modules-filter-chain = "${datadir}/pipewire/filter-chain/*" |
274 | FILES_${PN}-modules-filter-chain += " \ | 274 | FILES:${PN}-modules-filter-chain += " \ |
275 | ${datadir}/pipewire/filter-chain/* \ | 275 | ${datadir}/pipewire/filter-chain/* \ |
276 | " | 276 | " |
277 | 277 | ||
278 | FILES_${PN}-alsa-card-profile = " \ | 278 | FILES:${PN}-alsa-card-profile = " \ |
279 | ${datadir}/alsa-card-profile/* \ | 279 | ${datadir}/alsa-card-profile/* \ |
280 | ${nonarch_base_libdir}/udev/rules.d/90-pipewire-alsa.rules \ | 280 | ${nonarch_base_libdir}/udev/rules.d/90-pipewire-alsa.rules \ |
281 | " | 281 | " |
282 | 282 | ||
283 | FILES_gstreamer1.0-pipewire = " \ | 283 | FILES:gstreamer1.0-pipewire = " \ |
284 | ${libdir}/gstreamer-1.0/* \ | 284 | ${libdir}/gstreamer-1.0/* \ |
285 | " | 285 | " |
diff --git a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb index 70eb6e4be7..7268c94ab4 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb | |||
@@ -14,4 +14,4 @@ do_install() { | |||
14 | install -m 0644 ${WORKDIR}/big_buck_bunny_1080p_surround.avi ${D}${datadir}/movies/ | 14 | install -m 0644 ${WORKDIR}/big_buck_bunny_1080p_surround.avi ${D}${datadir}/movies/ |
15 | } | 15 | } |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/movies" | 17 | FILES:${PN} += "${datadir}/movies" |
diff --git a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb index df23689960..40dc2aacb5 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb | |||
@@ -14,4 +14,4 @@ do_install() { | |||
14 | install -m 0644 ${WORKDIR}/big_buck_bunny_480p_surround-fix.avi ${D}${datadir}/movies/ | 14 | install -m 0644 ${WORKDIR}/big_buck_bunny_480p_surround-fix.avi ${D}${datadir}/movies/ |
15 | } | 15 | } |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/movies" | 17 | FILES:${PN} += "${datadir}/movies" |
diff --git a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb index cb8ece0cb1..ed1d027b40 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb | |||
@@ -14,4 +14,4 @@ do_install() { | |||
14 | install -m 0644 ${WORKDIR}/big_buck_bunny_720p_surround.avi ${D}${datadir}/movies/ | 14 | install -m 0644 ${WORKDIR}/big_buck_bunny_720p_surround.avi ${D}${datadir}/movies/ |
15 | } | 15 | } |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/movies" | 17 | FILES:${PN} += "${datadir}/movies" |
diff --git a/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb b/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb index 04cbd2e34d..78f15f143f 100644 --- a/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb +++ b/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb | |||
@@ -13,4 +13,4 @@ do_install() { | |||
13 | install -m 0644 ${WORKDIR}/ToS-4k-1920.mov ${D}${datadir}/movies/ | 13 | install -m 0644 ${WORKDIR}/ToS-4k-1920.mov ${D}${datadir}/movies/ |
14 | } | 14 | } |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/movies" | 16 | FILES:${PN} += "${datadir}/movies" |
diff --git a/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb index 722815ab6a..3068a476e5 100644 --- a/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb +++ b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb | |||
@@ -29,4 +29,4 @@ EXTRA_OECONF += "\ | |||
29 | " | 29 | " |
30 | 30 | ||
31 | # the included argv library needs this | 31 | # the included argv library needs this |
32 | CPPFLAGS_append = " -DANSI_PROTOTYPES" | 32 | CPPFLAGS:append = " -DANSI_PROTOTYPES" |
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.12.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.12.bb index cb796a00fa..af256984cb 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.12.bb +++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.12.bb | |||
@@ -13,8 +13,8 @@ DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native \ | |||
13 | libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ | 13 | libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ |
14 | tiff" | 14 | tiff" |
15 | 15 | ||
16 | LDFLAGS_append_riscv64 = " -latomic" | 16 | LDFLAGS:append:riscv64 = " -latomic" |
17 | LDFLAGS_append_riscv32 = " -latomic" | 17 | LDFLAGS:append:riscv32 = " -latomic" |
18 | 18 | ||
19 | SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \ | 19 | SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \ |
20 | file://0001-make-opencv-configurable.patch \ | 20 | file://0001-make-opencv-configurable.patch \ |
@@ -95,7 +95,7 @@ PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" | |||
95 | PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" | 95 | PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" |
96 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-native" | 96 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-native" |
97 | 97 | ||
98 | do_configure_append() { | 98 | do_configure:append() { |
99 | sed -i -e s:'${top_builddir_slash}libtool':'${top_builddir_slash}'${TARGET_SYS}-libtool:g ${B}/doltlibtool | 99 | sed -i -e s:'${top_builddir_slash}libtool':'${top_builddir_slash}'${TARGET_SYS}-libtool:g ${B}/doltlibtool |
100 | 100 | ||
101 | # moc needs support: precreate build paths | 101 | # moc needs support: precreate build paths |
@@ -109,9 +109,9 @@ do_configure_append() { | |||
109 | PACKAGES =+ "libvlc" | 109 | PACKAGES =+ "libvlc" |
110 | 110 | ||
111 | LEAD_SONAME_libvlc = "libvlc.so.5" | 111 | LEAD_SONAME_libvlc = "libvlc.so.5" |
112 | FILES_libvlc = "${libdir}/lib*.so.*" | 112 | FILES:libvlc = "${libdir}/lib*.so.*" |
113 | 113 | ||
114 | FILES_${PN} += "\ | 114 | FILES:${PN} += "\ |
115 | ${bindir}/vlc \ | 115 | ${bindir}/vlc \ |
116 | ${libdir}/vlc/vlc/libvlc_vdpau.so \ | 116 | ${libdir}/vlc/vlc/libvlc_vdpau.so \ |
117 | ${datadir}/applications \ | 117 | ${datadir}/applications \ |
@@ -120,15 +120,15 @@ FILES_${PN} += "\ | |||
120 | ${datadir}/metainfo/vlc.appdata.xml \ | 120 | ${datadir}/metainfo/vlc.appdata.xml \ |
121 | " | 121 | " |
122 | 122 | ||
123 | FILES_${PN}-dbg += "\ | 123 | FILES:${PN}-dbg += "\ |
124 | ${libdir}/vlc/*/.debug \ | 124 | ${libdir}/vlc/*/.debug \ |
125 | ${libdir}/vlc/plugins/*/.debug \ | 125 | ${libdir}/vlc/plugins/*/.debug \ |
126 | " | 126 | " |
127 | 127 | ||
128 | FILES_${PN}-staticdev += "\ | 128 | FILES:${PN}-staticdev += "\ |
129 | ${libdir}/vlc/plugins/*/*.a \ | 129 | ${libdir}/vlc/plugins/*/*.a \ |
130 | " | 130 | " |
131 | 131 | ||
132 | INSANE_SKIP_${PN} = "dev-so" | 132 | INSANE_SKIP:${PN} = "dev-so" |
133 | 133 | ||
134 | EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "0", "1", d)}" | 134 | EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "0", "1", d)}" |
diff --git a/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.1.bb b/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.1.bb index b94dcf9f18..6e56c4409c 100644 --- a/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.1.bb +++ b/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Audio processing bits of the WebRTC reference implementation" | |||
2 | HOMEPAGE = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/" | 2 | HOMEPAGE = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/" |
3 | SECTION = "audio" | 3 | SECTION = "audio" |
4 | 4 | ||
5 | DEPENDS_append_libc-musl = " libexecinfo" | 5 | DEPENDS:append:libc-musl = " libexecinfo" |
6 | 6 | ||
7 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2 \ |
@@ -19,5 +19,5 @@ SRC_URI = "http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/${ | |||
19 | SRC_URI[md5sum] = "6e10724ca34bcbc715a4c208273acb0c" | 19 | SRC_URI[md5sum] = "6e10724ca34bcbc715a4c208273acb0c" |
20 | SRC_URI[sha256sum] = "a0fdd938fd85272d67e81572c5a4d9e200a0c104753cb3c209ded175ce3c5dbf" | 20 | SRC_URI[sha256sum] = "a0fdd938fd85272d67e81572c5a4d9e200a0c104753cb3c209ded175ce3c5dbf" |
21 | 21 | ||
22 | LDFLAGS_append_libc-musl = " -lexecinfo" | 22 | LDFLAGS:append:libc-musl = " -lexecinfo" |
23 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
diff --git a/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb b/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb index 8c34526cc3..3d8aef0cfe 100644 --- a/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb +++ b/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "fb9badcf92364fd3567f8b5aa0e5e952aeea7a39a2b864387cec31e3b5 | |||
17 | 17 | ||
18 | inherit lib_package pkgconfig cmake | 18 | inherit lib_package pkgconfig cmake |
19 | 19 | ||
20 | EXTRA_OECMAKE_append_x86 = " -DENABLE_ASSEMBLY=OFF" | 20 | EXTRA_OECMAKE:append:x86 = " -DENABLE_ASSEMBLY=OFF" |
21 | 21 | ||
22 | AS[unexport] = "1" | 22 | AS[unexport] = "1" |
23 | 23 | ||
diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb index feffa9fe19..f237e8160d 100644 --- a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb +++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb | |||
@@ -11,10 +11,10 @@ S = "${WORKDIR}/git" | |||
11 | SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" | 11 | SRCREV = "3b862e52e5c53ad1023dc6808effa4cb75572c4b" |
12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" | 12 | SRC_URI = "git://github.com/kirushyk/gst-instruments.git;protocol=https;" |
13 | 13 | ||
14 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" | 14 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*a" |
15 | FILES_${PN} += "${libdir}/*" | 15 | FILES:${PN} += "${libdir}/*" |
16 | 16 | ||
17 | INSANE_SKIP_${PN} = "dev-so" | 17 | INSANE_SKIP:${PN} = "dev-so" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb index 9d4c305fc7..07b81015fc 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb | |||
@@ -13,8 +13,8 @@ inherit autotools pkgconfig | |||
13 | 13 | ||
14 | EXTRA_OEMAKE += "shared_library" | 14 | EXTRA_OEMAKE += "shared_library" |
15 | 15 | ||
16 | do_configure_prepend() { | 16 | do_configure:prepend() { |
17 | cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S} | 17 | cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S} |
18 | } | 18 | } |
19 | 19 | ||
20 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb index f7dfda28f1..72b84abc63 100644 --- a/meta-multimedia/recipes-support/srt/srt_1.4.2.bb +++ b/meta-multimedia/recipes-support/srt/srt_1.4.2.bb | |||
@@ -24,5 +24,5 @@ PACKAGECONFIG[crypt] = "-DENABLE_ENCRYPTION=ON,-DENABLE_ENCRYPTION=OFF,openssl" | |||
24 | PACKAGECONFIG[utils] = "-DENABLE_APPS=ON,-DENABLE_APPS=OFF," | 24 | PACKAGECONFIG[utils] = "-DENABLE_APPS=ON,-DENABLE_APPS=OFF," |
25 | 25 | ||
26 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'utils', '${PN}-utils', '', d)}" | 26 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'utils', '${PN}-utils', '', d)}" |
27 | FILES_${PN}-utils += "${bindir}" | 27 | FILES:${PN}-utils += "${bindir}" |
28 | RDEPENDS_${PN}-utils += "${PN}" | 28 | RDEPENDS:${PN}-utils += "${PN}" |
diff --git a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb index 9b69601e7b..125dfaaa97 100644 --- a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb +++ b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb | |||
@@ -8,15 +8,15 @@ SRC_URI = "https://www.harding.motd.ca/autossh/${BP}.tgz" | |||
8 | SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2" | 8 | SRC_URI[md5sum] = "2b804bc1bf6d2f2afaa526d02df7c0a2" |
9 | SRC_URI[sha256sum] = "5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277" | 9 | SRC_URI[sha256sum] = "5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277" |
10 | 10 | ||
11 | RDEPENDS_${PN} = "ssh" | 11 | RDEPENDS:${PN} = "ssh" |
12 | 12 | ||
13 | CFLAGS_prepend = "-I${WORKDIR}/build " | 13 | CFLAGS:prepend = "-I${WORKDIR}/build " |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |
16 | 16 | ||
17 | EXTRA_OECONF="--with-ssh=/usr/bin/ssh" | 17 | EXTRA_OECONF="--with-ssh=/usr/bin/ssh" |
18 | 18 | ||
19 | do_compile_append() { | 19 | do_compile:append() { |
20 | cp ${WORKDIR}/autossh-${PV}/CHANGES ${WORKDIR}/build | 20 | cp ${WORKDIR}/autossh-${PV}/CHANGES ${WORKDIR}/build |
21 | cp ${WORKDIR}/autossh-${PV}/README ${WORKDIR}/build | 21 | cp ${WORKDIR}/autossh-${PV}/README ${WORKDIR}/build |
22 | cp ${WORKDIR}/autossh-${PV}/autossh.host ${WORKDIR}/build | 22 | cp ${WORKDIR}/autossh-${PV}/autossh.host ${WORKDIR}/build |
@@ -25,6 +25,6 @@ do_compile_append() { | |||
25 | cp ${WORKDIR}/autossh-${PV}/autossh.spec ${WORKDIR}/build | 25 | cp ${WORKDIR}/autossh-${PV}/autossh.spec ${WORKDIR}/build |
26 | } | 26 | } |
27 | 27 | ||
28 | do_install_append() { | 28 | do_install:append() { |
29 | rm -rf ${D}${datadir}/examples | 29 | rm -rf ${D}${datadir}/examples |
30 | } | 30 | } |
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb index 3cb01ff71e..6ccb425e38 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb | |||
@@ -19,11 +19,11 @@ EXTRA_OECONF = " \ | |||
19 | --disable-schemas-compile \ | 19 | --disable-schemas-compile \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SYSTEMD_SERVICE_${PN} = "${BPN}-mechanism.service" | 22 | SYSTEMD_SERVICE:${PN} = "${BPN}-mechanism.service" |
23 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 23 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
24 | 24 | ||
25 | RRECOMENDS_${PN} += "adwaita-icon-theme" | 25 | RRECOMENDS_${PN} += "adwaita-icon-theme" |
26 | RDEPENDS_${PN} += " \ | 26 | RDEPENDS:${PN} += " \ |
27 | python3-core \ | 27 | python3-core \ |
28 | python3-dbus \ | 28 | python3-dbus \ |
29 | packagegroup-tools-bluetooth \ | 29 | packagegroup-tools-bluetooth \ |
@@ -32,7 +32,7 @@ RDEPENDS_${PN} += " \ | |||
32 | PACKAGECONFIG ??= "thunar" | 32 | PACKAGECONFIG ??= "thunar" |
33 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto" | 33 | PACKAGECONFIG[thunar] = "--enable-thunar-sendto,--disable-thunar-sendto" |
34 | 34 | ||
35 | FILES_${PN} += " \ | 35 | FILES:${PN} += " \ |
36 | ${datadir}/dbus-1 \ | 36 | ${datadir}/dbus-1 \ |
37 | ${datadir}/Thunar \ | 37 | ${datadir}/Thunar \ |
38 | ${systemd_user_unitdir} \ | 38 | ${systemd_user_unitdir} \ |
@@ -40,12 +40,12 @@ FILES_${PN} += " \ | |||
40 | ${PYTHON_SITEPACKAGES_DIR} \ | 40 | ${PYTHON_SITEPACKAGES_DIR} \ |
41 | " | 41 | " |
42 | 42 | ||
43 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/_blueman.a" | 43 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/_blueman.a" |
44 | 44 | ||
45 | # In code, path to python is a variable that is replaced with path to native version of it | 45 | # In code, path to python is a variable that is replaced with path to native version of it |
46 | # during the configure stage, e.g ../recipe-sysroot-native/usr/bin/python3-native/python3. | 46 | # during the configure stage, e.g ../recipe-sysroot-native/usr/bin/python3-native/python3. |
47 | # Replace it with #!/usr/bin/env python3 | 47 | # Replace it with #!/usr/bin/env python3 |
48 | do_install_append() { | 48 | do_install:append() { |
49 | sed -i "1s/.*/#!\/usr\/bin\/env python3/" ${D}${prefix}/libexec/blueman-rfcomm-watcher \ | 49 | sed -i "1s/.*/#!\/usr\/bin\/env python3/" ${D}${prefix}/libexec/blueman-rfcomm-watcher \ |
50 | ${D}${prefix}/libexec/blueman-mechanism \ | 50 | ${D}${prefix}/libexec/blueman-mechanism \ |
51 | ${D}${bindir}/blueman-adapters \ | 51 | ${D}${bindir}/blueman-adapters \ |
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb index e59d2f437d..7b663cdbb4 100644 --- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb +++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb | |||
@@ -35,4 +35,4 @@ do_install() { | |||
35 | oe_runmake SBINDIR=${sbindir}/ install | 35 | oe_runmake SBINDIR=${sbindir}/ install |
36 | } | 36 | } |
37 | 37 | ||
38 | RDEPENDS_${PN} = "udev wireless-regdb-static" | 38 | RDEPENDS:${PN} = "udev wireless-regdb-static" |
diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb index 6ea5b4b27a..93364758e3 100644 --- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb +++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb | |||
@@ -32,11 +32,11 @@ S = "${WORKDIR}/dhcp-4.4.2-P1" | |||
32 | 32 | ||
33 | inherit autotools-brokensep systemd | 33 | inherit autotools-brokensep systemd |
34 | 34 | ||
35 | SYSTEMD_SERVICE_${PN} = "dhcrelay.service" | 35 | SYSTEMD_SERVICE:${PN} = "dhcrelay.service" |
36 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 36 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
37 | 37 | ||
38 | CFLAGS += "-D_GNU_SOURCE -fcommon" | 38 | CFLAGS += "-D_GNU_SOURCE -fcommon" |
39 | LDFLAGS_append = " -pthread" | 39 | LDFLAGS:append = " -pthread" |
40 | 40 | ||
41 | EXTRA_OECONF = "--enable-paranoia \ | 41 | EXTRA_OECONF = "--enable-paranoia \ |
42 | --disable-static \ | 42 | --disable-static \ |
@@ -46,13 +46,13 @@ EXTRA_OECONF = "--enable-paranoia \ | |||
46 | EXTRA_OEMAKE += "LIBTOOL='${S}/${HOST_SYS}-libtool'" | 46 | EXTRA_OEMAKE += "LIBTOOL='${S}/${HOST_SYS}-libtool'" |
47 | 47 | ||
48 | # Enable shared libs per dhcp README | 48 | # Enable shared libs per dhcp README |
49 | do_configure_prepend () { | 49 | do_configure:prepend () { |
50 | cp configure.ac+lt configure.ac | 50 | cp configure.ac+lt configure.ac |
51 | rm ${S}/bind/bind.tar.gz | 51 | rm ${S}/bind/bind.tar.gz |
52 | mv ${WORKDIR}/bind.tar.gz ${S}/bind/ | 52 | mv ${WORKDIR}/bind.tar.gz ${S}/bind/ |
53 | } | 53 | } |
54 | 54 | ||
55 | do_compile_prepend() { | 55 | do_compile:prepend() { |
56 | rm -rf ${S}/bind/bind-9.11.32/ | 56 | rm -rf ${S}/bind/bind-9.11.32/ |
57 | tar xf ${S}/bind/bind.tar.gz -C ${S}/bind | 57 | tar xf ${S}/bind/bind.tar.gz -C ${S}/bind |
58 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/bind/bind-9.11.32/ | 58 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/bind/bind-9.11.32/ |
@@ -62,7 +62,7 @@ do_compile_prepend() { | |||
62 | install -m 0755 ${S}/${HOST_SYS}-libtool ${S}/bind/bind-9.11.32/ | 62 | install -m 0755 ${S}/${HOST_SYS}-libtool ${S}/bind/bind-9.11.32/ |
63 | } | 63 | } |
64 | 64 | ||
65 | do_install_append () { | 65 | do_install:append () { |
66 | install -d ${D}${sysconfdir}/default | 66 | install -d ${D}${sysconfdir}/default |
67 | install -m 0644 ${WORKDIR}/default-relay ${D}${sysconfdir}/default/dhcp-relay | 67 | install -m 0644 ${WORKDIR}/default-relay ${D}${sysconfdir}/default/dhcp-relay |
68 | 68 | ||
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb index b19364e1e2..7558c314ff 100644 --- a/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb +++ b/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb | |||
@@ -33,7 +33,7 @@ LDFLAGS += "-pthread" | |||
33 | 33 | ||
34 | PACKAGES =+ "${PN}-requestor ${PN}-client ${PN}-relay ${PN}-server" | 34 | PACKAGES =+ "${PN}-requestor ${PN}-client ${PN}-relay ${PN}-server" |
35 | 35 | ||
36 | FILES_${PN}-client = "${sbindir}/${PN}-client" | 36 | FILES:${PN}-client = "${sbindir}/${PN}-client" |
37 | FILES_${PN}-relay = "${sbindir}/${PN}-relay" | 37 | FILES:${PN}-relay = "${sbindir}/${PN}-relay" |
38 | FILES_${PN}-requestor = "${sbindir}/${PN}-requestor" | 38 | FILES:${PN}-requestor = "${sbindir}/${PN}-requestor" |
39 | FILES_${PN}-server = "${sbindir}/${PN}-server" | 39 | FILES:${PN}-server = "${sbindir}/${PN}-server" |
diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb index b8025c7078..7aed5105cd 100644 --- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb +++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb | |||
@@ -39,9 +39,9 @@ EXTRA_OECONF = "\ | |||
39 | " | 39 | " |
40 | 40 | ||
41 | INITSCRIPT_NAME = "firewalld" | 41 | INITSCRIPT_NAME = "firewalld" |
42 | SYSTEMD_SERVICE_${PN} = "firewalld.service" | 42 | SYSTEMD_SERVICE:${PN} = "firewalld.service" |
43 | 43 | ||
44 | do_install_append() { | 44 | do_install:append() { |
45 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 45 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
46 | : | 46 | : |
47 | else | 47 | else |
@@ -65,16 +65,16 @@ do_install_append() { | |||
65 | rm -f ${D}${sysconfdir}/modprobe.d/firewalld-sysctls.conf | 65 | rm -f ${D}${sysconfdir}/modprobe.d/firewalld-sysctls.conf |
66 | } | 66 | } |
67 | 67 | ||
68 | FILES_${PN} += "\ | 68 | FILES:${PN} += "\ |
69 | ${PYTHON_SITEPACKAGES_DIR}/firewall \ | 69 | ${PYTHON_SITEPACKAGES_DIR}/firewall \ |
70 | ${nonarch_libdir}/firewalld \ | 70 | ${nonarch_libdir}/firewalld \ |
71 | ${datadir}/dbus-1 \ | 71 | ${datadir}/dbus-1 \ |
72 | ${datadir}/polkit-1 \ | 72 | ${datadir}/polkit-1 \ |
73 | ${datadir}/metainfo \ | 73 | ${datadir}/metainfo \ |
74 | " | 74 | " |
75 | FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" | 75 | FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" |
76 | 76 | ||
77 | RDEPENDS_${PN} = "\ | 77 | RDEPENDS:${PN} = "\ |
78 | nftables-python \ | 78 | nftables-python \ |
79 | iptables \ | 79 | iptables \ |
80 | python3-core \ | 80 | python3-core \ |
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb index a6df2aeb03..0d1c4adc1d 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb | |||
@@ -40,9 +40,9 @@ PARALLEL_MAKE = "" | |||
40 | 40 | ||
41 | S = "${WORKDIR}/git" | 41 | S = "${WORKDIR}/git" |
42 | 42 | ||
43 | LDFLAGS_append_powerpc = " -latomic" | 43 | LDFLAGS:append:powerpc = " -latomic" |
44 | LDFLAGS_append_mipsarch = " -latomic" | 44 | LDFLAGS:append:mipsarch = " -latomic" |
45 | LDFLAGS_append_armv5 = " -latomic" | 45 | LDFLAGS:append:armv5 = " -latomic" |
46 | 46 | ||
47 | EXTRA_OECONF = " --enable-strict-dependencies \ | 47 | EXTRA_OECONF = " --enable-strict-dependencies \ |
48 | --with-docdir=${docdir}/freeradius-${PV} \ | 48 | --with-docdir=${docdir}/freeradius-${PV} \ |
@@ -124,10 +124,10 @@ do_configure () { | |||
124 | 124 | ||
125 | INITSCRIPT_NAME = "radiusd" | 125 | INITSCRIPT_NAME = "radiusd" |
126 | 126 | ||
127 | SYSTEMD_SERVICE_${PN} = "radiusd.service" | 127 | SYSTEMD_SERVICE:${PN} = "radiusd.service" |
128 | 128 | ||
129 | USERADD_PACKAGES = "${PN}" | 129 | USERADD_PACKAGES = "${PN}" |
130 | USERADD_PARAM_${PN} = "--system --no-create-home --shell /bin/false --user-group radiusd" | 130 | USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false --user-group radiusd" |
131 | 131 | ||
132 | do_install() { | 132 | do_install() { |
133 | rm -rf ${D} | 133 | rm -rf ${D} |
@@ -173,7 +173,7 @@ do_install() { | |||
173 | 173 | ||
174 | # This is only needed when we install/update on a running target. | 174 | # This is only needed when we install/update on a running target. |
175 | # | 175 | # |
176 | pkg_postinst_${PN} () { | 176 | pkg_postinst:${PN} () { |
177 | if [ -z "$D" ]; then | 177 | if [ -z "$D" ]; then |
178 | if command -v systemd-tmpfiles >/dev/null; then | 178 | if command -v systemd-tmpfiles >/dev/null; then |
179 | # create /var/log/radius, /var/run/radiusd | 179 | # create /var/log/radius, /var/run/radiusd |
@@ -189,52 +189,52 @@ pkg_postinst_${PN} () { | |||
189 | } | 189 | } |
190 | 190 | ||
191 | # We really need the symlink :( | 191 | # We really need the symlink :( |
192 | INSANE_SKIP_${PN} = "dev-so" | 192 | INSANE_SKIP:${PN} = "dev-so" |
193 | INSANE_SKIP_${PN}-krb5 = "dev-so" | 193 | INSANE_SKIP:${PN}-krb5 = "dev-so" |
194 | INSANE_SKIP_${PN}-ldap = "dev-so" | 194 | INSANE_SKIP:${PN}-ldap = "dev-so" |
195 | INSANE_SKIP_${PN}-mysql = "dev-so" | 195 | INSANE_SKIP:${PN}-mysql = "dev-so" |
196 | INSANE_SKIP_${PN}-perl = "dev-so" | 196 | INSANE_SKIP:${PN}-perl = "dev-so" |
197 | INSANE_SKIP_${PN}-postgresql = "dev-so" | 197 | INSANE_SKIP:${PN}-postgresql = "dev-so" |
198 | INSANE_SKIP_${PN}-python = "dev-so" | 198 | INSANE_SKIP:${PN}-python = "dev-so" |
199 | INSANE_SKIP_${PN}-unixodbc = "dev-so" | 199 | INSANE_SKIP:${PN}-unixodbc = "dev-so" |
200 | 200 | ||
201 | PACKAGES =+ "${PN}-utils ${PN}-ldap ${PN}-krb5 ${PN}-perl \ | 201 | PACKAGES =+ "${PN}-utils ${PN}-ldap ${PN}-krb5 ${PN}-perl \ |
202 | ${PN}-python ${PN}-mysql ${PN}-postgresql ${PN}-unixodbc" | 202 | ${PN}-python ${PN}-mysql ${PN}-postgresql ${PN}-unixodbc" |
203 | 203 | ||
204 | FILES_${PN}-utils = "${bindir}/*" | 204 | FILES:${PN}-utils = "${bindir}/*" |
205 | 205 | ||
206 | FILES_${PN}-ldap = "${libdir}/rlm_ldap.so* \ | 206 | FILES:${PN}-ldap = "${libdir}/rlm_ldap.so* \ |
207 | ${sysconfdir}/raddb/mods-available/ldap \ | 207 | ${sysconfdir}/raddb/mods-available/ldap \ |
208 | " | 208 | " |
209 | 209 | ||
210 | FILES_${PN}-krb5 = "${libdir}/rlm_krb5.so* \ | 210 | FILES:${PN}-krb5 = "${libdir}/rlm_krb5.so* \ |
211 | ${sysconfdir}/raddb/mods-available/krb5 \ | 211 | ${sysconfdir}/raddb/mods-available/krb5 \ |
212 | " | 212 | " |
213 | 213 | ||
214 | FILES_${PN}-perl = "${libdir}/rlm_perl.so* \ | 214 | FILES:${PN}-perl = "${libdir}/rlm_perl.so* \ |
215 | ${sysconfdir}/raddb/mods-config/perl \ | 215 | ${sysconfdir}/raddb/mods-config/perl \ |
216 | ${sysconfdir}/raddb/mods-available/perl \ | 216 | ${sysconfdir}/raddb/mods-available/perl \ |
217 | " | 217 | " |
218 | 218 | ||
219 | FILES_${PN}-python = "${libdir}/rlm_python3.so* \ | 219 | FILES:${PN}-python = "${libdir}/rlm_python3.so* \ |
220 | ${sysconfdir}/raddb/mods-config/python3 \ | 220 | ${sysconfdir}/raddb/mods-config/python3 \ |
221 | ${sysconfdir}/raddb/mods-available/python3 \ | 221 | ${sysconfdir}/raddb/mods-available/python3 \ |
222 | " | 222 | " |
223 | 223 | ||
224 | FILES_${PN}-mysql = "${libdir}/rlm_sql_mysql.so* \ | 224 | FILES:${PN}-mysql = "${libdir}/rlm_sql_mysql.so* \ |
225 | ${sysconfdir}/raddb/mods-config/sql/*/mysql \ | 225 | ${sysconfdir}/raddb/mods-config/sql/*/mysql \ |
226 | ${sysconfdir}/raddb/mods-available/sql \ | 226 | ${sysconfdir}/raddb/mods-available/sql \ |
227 | " | 227 | " |
228 | 228 | ||
229 | FILES_${PN}-postgresql = "${libdir}/rlm_sql_postgresql.so* \ | 229 | FILES:${PN}-postgresql = "${libdir}/rlm_sql_postgresql.so* \ |
230 | ${sysconfdir}/raddb/mods-config/sql/*/postgresql \ | 230 | ${sysconfdir}/raddb/mods-config/sql/*/postgresql \ |
231 | " | 231 | " |
232 | 232 | ||
233 | FILES_${PN}-unixodbc = "${libdir}/rlm_sql_unixodbc.so*" | 233 | FILES:${PN}-unixodbc = "${libdir}/rlm_sql_unixodbc.so*" |
234 | 234 | ||
235 | FILES_${PN} =+ "${libdir}/rlm_*.so* ${libdir}/proto_*so*" | 235 | FILES:${PN} =+ "${libdir}/rlm_*.so* ${libdir}/proto_*so*" |
236 | 236 | ||
237 | RDEPENDS_${PN} += "perl" | 237 | RDEPENDS:${PN} += "perl" |
238 | RDEPENDS_${PN}-utils = "${PN} perl" | 238 | RDEPENDS:${PN}-utils = "${PN} perl" |
239 | 239 | ||
240 | CLEANBROKEN = "1" | 240 | CLEANBROKEN = "1" |
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb index e6240a58ed..9b64388a0f 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb | |||
@@ -23,9 +23,9 @@ PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls" | |||
23 | PACKAGECONFIG[readline] = "--with-readline=${STAGING_INCDIR}/.. --with-readline-inc=${STAGING_INCDIR} --with-readline-lib=-lreadline, --with-readline=no, readline" | 23 | PACKAGECONFIG[readline] = "--with-readline=${STAGING_INCDIR}/.. --with-readline-inc=${STAGING_INCDIR} --with-readline-lib=-lreadline, --with-readline=no, readline" |
24 | PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STAGING_INCDIR} --with-expat-lib=-lexpat, , expat" | 24 | PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STAGING_INCDIR} --with-expat-lib=-lexpat, , expat" |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | rm -rf ${D}${libdir}/charset.alias | 27 | rm -rf ${D}${libdir}/charset.alias |
28 | } | 28 | } |
29 | FILES_${PN} += "${datadir}/icons/hicolor" | 29 | FILES:${PN} += "${datadir}/icons/hicolor" |
30 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" | 30 | FILES:${PN}-dbg += "${libdir}/lftp/${PV}/.debug" |
31 | RDEPENDS_${PN} = "perl bash readline" | 31 | RDEPENDS:${PN} = "perl bash readline" |
diff --git a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb index 18e2992833..ab7167c946 100644 --- a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb +++ b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb | |||
@@ -28,10 +28,10 @@ EXTRA_OECMAKE = " \ | |||
28 | -DBUILD_PYTHON_BINDINGS=ON \ | 28 | -DBUILD_PYTHON_BINDINGS=ON \ |
29 | " | 29 | " |
30 | 30 | ||
31 | RDEPENDS_${PN}-python = " python3-core " | 31 | RDEPENDS:${PN}-python = " python3-core " |
32 | RDEPENDS_${PN} = " python3-core " | 32 | RDEPENDS:${PN} = " python3-core " |
33 | 33 | ||
34 | FILES_${PN} += " \ | 34 | FILES:${PN} += " \ |
35 | ${libdir}/${PYTHON_DIR}/site-packages/iec61850.py \ | 35 | ${libdir}/${PYTHON_DIR}/site-packages/iec61850.py \ |
36 | ${libdir}/${PYTHON_DIR}/site-packages/_iec61850.so \ | 36 | ${libdir}/${PYTHON_DIR}/site-packages/_iec61850.so \ |
37 | " | 37 | " |
diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb index 3c7df44513..b62ed04ce6 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb | |||
@@ -37,9 +37,9 @@ PACKAGECONFIG[werror] = "-DMBEDTLS_FATAL_WARNINGS=ON,-DMBEDTLS_FATAL_WARNINGS=OF | |||
37 | EXTRA_OECMAKE = "-DENABLE_TESTING=OFF -DLIB_INSTALL_DIR:STRING=${libdir}" | 37 | EXTRA_OECMAKE = "-DENABLE_TESTING=OFF -DLIB_INSTALL_DIR:STRING=${libdir}" |
38 | 38 | ||
39 | PROVIDES += "polarssl" | 39 | PROVIDES += "polarssl" |
40 | RPROVIDES_${PN} = "polarssl" | 40 | RPROVIDES:${PN} = "polarssl" |
41 | 41 | ||
42 | PACKAGES =+ "${PN}-programs" | 42 | PACKAGES =+ "${PN}-programs" |
43 | FILES_${PN}-programs = "${bindir}/" | 43 | FILES:${PN}-programs = "${bindir}/" |
44 | 44 | ||
45 | BBCLASSEXTEND = "native nativesdk" | 45 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb index a630d27b9c..468569eef1 100644 --- a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb +++ b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb | |||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "218fad7af31f3c22fb4c9db28a55a2a8b5067d41f5b38f52008a057a00 | |||
20 | 20 | ||
21 | IPV6 = "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '--ipv6', '', d)}" | 21 | IPV6 = "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '--ipv6', '', d)}" |
22 | 22 | ||
23 | do_configure_prepend() { | 23 | do_configure:prepend() { |
24 | echo "${@d.getVar('DISTRO_VERSION')}" > ${S}/os.openembedded | 24 | echo "${@d.getVar('DISTRO_VERSION')}" > ${S}/os.openembedded |
25 | } | 25 | } |
26 | 26 | ||
@@ -47,4 +47,4 @@ do_install() { | |||
47 | install -m 0644 ${WORKDIR}/miniupnpd.service ${D}${systemd_unitdir}/system/ | 47 | install -m 0644 ${WORKDIR}/miniupnpd.service ${D}${systemd_unitdir}/system/ |
48 | } | 48 | } |
49 | 49 | ||
50 | SYSTEMD_SERVICE_${PN} = "miniupnpd.service" | 50 | SYSTEMD_SERVICE:${PN} = "miniupnpd.service" |
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb index 9f1c024bbd..9a13e2bc63 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb | |||
@@ -40,7 +40,7 @@ EXTRA_OECMAKE = " \ | |||
40 | -DWITH_ADNS=ON \ | 40 | -DWITH_ADNS=ON \ |
41 | " | 41 | " |
42 | 42 | ||
43 | do_install_append() { | 43 | do_install:append() { |
44 | install -d ${D}${systemd_unitdir}/system/ | 44 | install -d ${D}${systemd_unitdir}/system/ |
45 | install -m 0644 ${S}/service/systemd/mosquitto.service.notify ${D}${systemd_unitdir}/system/mosquitto.service | 45 | install -m 0644 ${S}/service/systemd/mosquitto.service.notify ${D}${systemd_unitdir}/system/mosquitto.service |
46 | 46 | ||
@@ -57,7 +57,7 @@ PACKAGES += "libmosquitto1 libmosquittopp1 ${PN}-clients" | |||
57 | 57 | ||
58 | PACKAGE_BEFORE_PN = "${PN}-examples" | 58 | PACKAGE_BEFORE_PN = "${PN}-examples" |
59 | 59 | ||
60 | FILES_${PN} = "${sbindir}/mosquitto \ | 60 | FILES:${PN} = "${sbindir}/mosquitto \ |
61 | ${bindir}/mosquitto_passwd \ | 61 | ${bindir}/mosquitto_passwd \ |
62 | ${bindir}/mosquitto_ctrl \ | 62 | ${bindir}/mosquitto_ctrl \ |
63 | ${libdir}/mosquitto_dynamic_security.so \ | 63 | ${libdir}/mosquitto_dynamic_security.so \ |
@@ -66,26 +66,26 @@ FILES_${PN} = "${sbindir}/mosquitto \ | |||
66 | ${systemd_unitdir}/system/mosquitto.service \ | 66 | ${systemd_unitdir}/system/mosquitto.service \ |
67 | " | 67 | " |
68 | 68 | ||
69 | CONFFILES_${PN} += "${sysconfdir}/mosquitto/mosquitto.conf" | 69 | CONFFILES:${PN} += "${sysconfdir}/mosquitto/mosquitto.conf" |
70 | 70 | ||
71 | FILES_libmosquitto1 = "${libdir}/libmosquitto.so.*" | 71 | FILES:libmosquitto1 = "${libdir}/libmosquitto.so.*" |
72 | 72 | ||
73 | FILES_libmosquittopp1 = "${libdir}/libmosquittopp.so.*" | 73 | FILES:libmosquittopp1 = "${libdir}/libmosquittopp.so.*" |
74 | 74 | ||
75 | FILES_${PN}-clients = "${bindir}/mosquitto_pub \ | 75 | FILES:${PN}-clients = "${bindir}/mosquitto_pub \ |
76 | ${bindir}/mosquitto_sub \ | 76 | ${bindir}/mosquitto_sub \ |
77 | ${bindir}/mosquitto_rr \ | 77 | ${bindir}/mosquitto_rr \ |
78 | " | 78 | " |
79 | 79 | ||
80 | FILES_${PN}-examples = "${sysconfdir}/mosquitto/*.example" | 80 | FILES:${PN}-examples = "${sysconfdir}/mosquitto/*.example" |
81 | 81 | ||
82 | SYSTEMD_SERVICE_${PN} = "mosquitto.service" | 82 | SYSTEMD_SERVICE:${PN} = "mosquitto.service" |
83 | 83 | ||
84 | INITSCRIPT_NAME = "mosquitto" | 84 | INITSCRIPT_NAME = "mosquitto" |
85 | INITSCRIPT_PARAMS = "defaults 30" | 85 | INITSCRIPT_PARAMS = "defaults 30" |
86 | 86 | ||
87 | USERADD_PACKAGES = "${PN}" | 87 | USERADD_PACKAGES = "${PN}" |
88 | USERADD_PARAM_${PN} = "--system --no-create-home --shell /bin/false \ | 88 | USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false \ |
89 | --user-group mosquitto" | 89 | --user-group mosquitto" |
90 | 90 | ||
91 | BBCLASSEXTEND += "native nativesdk" | 91 | BBCLASSEXTEND += "native nativesdk" |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb index 8444f0b739..750b252106 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.1.5.bb | |||
@@ -22,7 +22,7 @@ inherit cmake pkgconfig | |||
22 | EXTRA_OECMAKE = " -DNN_ENABLE_DOC=OFF " | 22 | EXTRA_OECMAKE = " -DNN_ENABLE_DOC=OFF " |
23 | 23 | ||
24 | # we don't want nanomsg-tools to be renamed to libnanomsg-tools | 24 | # we don't want nanomsg-tools to be renamed to libnanomsg-tools |
25 | DEBIAN_NOAUTONAME_${PN}-tools = "1" | 25 | DEBIAN_NOAUTONAME:${PN}-tools = "1" |
26 | 26 | ||
27 | PACKAGES =+ "${PN}-tools" | 27 | PACKAGES =+ "${PN}-tools" |
28 | FILES_${PN}-tools = "${bindir}/*" | 28 | FILES:${PN}-tools = "${bindir}/*" |
diff --git a/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb b/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb index f61aa0549d..49e2015641 100644 --- a/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb +++ b/meta-networking/recipes-connectivity/nanomsg/nng_1.4.0.bb | |||
@@ -21,4 +21,4 @@ PACKAGECONFIG ??= "" | |||
21 | PACKAGECONFIG[mbedtls] = "-DNNG_ENABLE_TLS=ON,-DNNG_ENABLE_TLS=OFF,mbedtls" | 21 | PACKAGECONFIG[mbedtls] = "-DNNG_ENABLE_TLS=ON,-DNNG_ENABLE_TLS=OFF,mbedtls" |
22 | 22 | ||
23 | PACKAGES =+ "${PN}-tools" | 23 | PACKAGES =+ "${PN}-tools" |
24 | FILES_${PN}-tools = "${bindir}/*" | 24 | FILES:${PN}-tools = "${bindir}/*" |
diff --git a/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb b/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb index 3328dfbbb9..6c624ce4e9 100644 --- a/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb +++ b/meta-networking/recipes-connectivity/netplan/netplan_0.102.bb | |||
@@ -18,11 +18,11 @@ SRC_URI = " \ | |||
18 | git://github.com/CanonicalLtd/netplan.git \ | 18 | git://github.com/CanonicalLtd/netplan.git \ |
19 | file://0001-Handle-enum-element-override.patch \ | 19 | file://0001-Handle-enum-element-override.patch \ |
20 | " | 20 | " |
21 | SRC_URI_append_libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch" | 21 | SRC_URI:append:libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch" |
22 | 22 | ||
23 | DEPENDS = "glib-2.0 libyaml ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 23 | DEPENDS = "glib-2.0 libyaml ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
24 | 24 | ||
25 | RDEPENDS_${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python3-pyflakes util-linux-libuuid libnetplan" | 25 | RDEPENDS:${PN} = "python3 python3-core python3-pyyaml python3-netifaces python3-nose python3-coverage python3-pycodestyle python3-pyflakes util-linux-libuuid libnetplan" |
26 | 26 | ||
27 | inherit pkgconfig systemd | 27 | inherit pkgconfig systemd |
28 | 28 | ||
@@ -56,6 +56,6 @@ do_install() { | |||
56 | 56 | ||
57 | PACKAGES += "${PN}-dbus libnetplan" | 57 | PACKAGES += "${PN}-dbus libnetplan" |
58 | 58 | ||
59 | FILES_libnetplan = "${libdir}/libnetplan.so.0.0" | 59 | FILES:libnetplan = "${libdir}/libnetplan.so.0.0" |
60 | FILES_${PN} = "${sbindir} ${base_libdir}/netplan/generate ${datadir}/netplan ${sysconfdir}/netplan ${systemd_unitdir}" | 60 | FILES:${PN} = "${sbindir} ${base_libdir}/netplan/generate ${datadir}/netplan ${sysconfdir}/netplan ${systemd_unitdir}" |
61 | FILES_${PN}-dbus = "${base_libdir}/netplan/netplan-dbus ${datadir}/dbus-1" | 61 | FILES:${PN}-dbus = "${base_libdir}/netplan/netplan-dbus ${datadir}/dbus-1" |
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb index 1f76d8ab52..9f3054a7c2 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/NetworkManager-openvpn-${PV}" | |||
18 | # meta-gnome in layers is required using gnome: | 18 | # meta-gnome in layers is required using gnome: |
19 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma libsecret" | 19 | PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,gtk+3 libnma libsecret" |
20 | 20 | ||
21 | do_configure_append() { | 21 | do_configure:append() { |
22 | # network-manager-openvpn.metainfo.xml is created in source folder but | 22 | # network-manager-openvpn.metainfo.xml is created in source folder but |
23 | # compile expects it in build folder. As long as nobody comes up with a | 23 | # compile expects it in build folder. As long as nobody comes up with a |
24 | # better solution just support build: | 24 | # better solution just support build: |
@@ -28,26 +28,26 @@ do_configure_append() { | |||
28 | fi | 28 | fi |
29 | } | 29 | } |
30 | 30 | ||
31 | do_install_append () { | 31 | do_install:append () { |
32 | rm -rf ${D}${libdir}/NetworkManager/*.la | 32 | rm -rf ${D}${libdir}/NetworkManager/*.la |
33 | } | 33 | } |
34 | 34 | ||
35 | # Create user and group nm-openvpn that are needed since version 1.0.6 | 35 | # Create user and group nm-openvpn that are needed since version 1.0.6 |
36 | USERADD_PACKAGES = "${PN}" | 36 | USERADD_PACKAGES = "${PN}" |
37 | USERADD_PARAM_${PN} = "--system nm-openvpn" | 37 | USERADD_PARAM:${PN} = "--system nm-openvpn" |
38 | 38 | ||
39 | FILES_${PN} += " \ | 39 | FILES:${PN} += " \ |
40 | ${datadir}/dbus-1 \ | 40 | ${datadir}/dbus-1 \ |
41 | ${datadir}/metainfo \ | 41 | ${datadir}/metainfo \ |
42 | ${libdir}/NetworkManager/*.so \ | 42 | ${libdir}/NetworkManager/*.so \ |
43 | ${nonarch_libdir}/NetworkManager/VPN/nm-openvpn-service.name \ | 43 | ${nonarch_libdir}/NetworkManager/VPN/nm-openvpn-service.name \ |
44 | " | 44 | " |
45 | 45 | ||
46 | FILES_${PN}-staticdev += " \ | 46 | FILES:${PN}-staticdev += " \ |
47 | ${libdir}/NetworkManager/*.a \ | 47 | ${libdir}/NetworkManager/*.a \ |
48 | " | 48 | " |
49 | 49 | ||
50 | RDEPENDS_${PN} = " \ | 50 | RDEPENDS:${PN} = " \ |
51 | networkmanager \ | 51 | networkmanager \ |
52 | openvpn \ | 52 | openvpn \ |
53 | " | 53 | " |
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.4.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.4.bb index 9c1e368642..0ef525d31d 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.4.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.32.4.bb | |||
@@ -47,11 +47,11 @@ EXTRA_OECONF = " \ | |||
47 | # stolen from https://github.com/void-linux/void-packages/blob/master/srcpkgs/NetworkManager/template | 47 | # stolen from https://github.com/void-linux/void-packages/blob/master/srcpkgs/NetworkManager/template |
48 | # avoids: | 48 | # avoids: |
49 | # | ../NetworkManager-1.16.0/libnm-core/nm-json.c:106:50: error: 'RTLD_DEEPBIND' undeclared (first use in this function); did you mean 'RTLD_DEFAULT'? | 49 | # | ../NetworkManager-1.16.0/libnm-core/nm-json.c:106:50: error: 'RTLD_DEEPBIND' undeclared (first use in this function); did you mean 'RTLD_DEFAULT'? |
50 | CFLAGS_append_libc-musl = " \ | 50 | CFLAGS:append:libc-musl = " \ |
51 | -DRTLD_DEEPBIND=0 \ | 51 | -DRTLD_DEEPBIND=0 \ |
52 | " | 52 | " |
53 | 53 | ||
54 | do_compile_prepend() { | 54 | do_compile:prepend() { |
55 | export GIR_EXTRA_LIBS_PATH="${B}/src/libnm-client-impl/.libs" | 55 | export GIR_EXTRA_LIBS_PATH="${B}/src/libnm-client-impl/.libs" |
56 | } | 56 | } |
57 | 57 | ||
@@ -92,19 +92,19 @@ PACKAGES =+ " \ | |||
92 | 92 | ||
93 | SYSTEMD_PACKAGES = "${PN} ${PN}-cloud-setup" | 93 | SYSTEMD_PACKAGES = "${PN} ${PN}-cloud-setup" |
94 | 94 | ||
95 | FILES_${PN}-adsl = "${libdir}/NetworkManager/${PV}/libnm-device-plugin-adsl.so" | 95 | FILES:${PN}-adsl = "${libdir}/NetworkManager/${PV}/libnm-device-plugin-adsl.so" |
96 | 96 | ||
97 | FILES_${PN}-cloud-setup = " \ | 97 | FILES:${PN}-cloud-setup = " \ |
98 | ${libexecdir}/nm-cloud-setup \ | 98 | ${libexecdir}/nm-cloud-setup \ |
99 | ${systemd_system_unitdir}/nm-cloud-setup.service \ | 99 | ${systemd_system_unitdir}/nm-cloud-setup.service \ |
100 | ${systemd_system_unitdir}/nm-cloud-setup.timer \ | 100 | ${systemd_system_unitdir}/nm-cloud-setup.timer \ |
101 | ${libdir}/NetworkManager/dispatcher.d/90-nm-cloud-setup.sh \ | 101 | ${libdir}/NetworkManager/dispatcher.d/90-nm-cloud-setup.sh \ |
102 | ${libdir}/NetworkManager/dispatcher.d/no-wait.d/90-nm-cloud-setup.sh \ | 102 | ${libdir}/NetworkManager/dispatcher.d/no-wait.d/90-nm-cloud-setup.sh \ |
103 | " | 103 | " |
104 | ALLOW_EMPTY_${PN}-cloud-setup = "1" | 104 | ALLOW_EMPTY:${PN}-cloud-setup = "1" |
105 | SYSTEMD_SERVICE_${PN}-cloud-setup = "${@bb.utils.contains('PACKAGECONFIG', 'cloud-setup', 'nm-cloud-setup.service nm-cloud-setup.timer', '', d)}" | 105 | SYSTEMD_SERVICE:${PN}-cloud-setup = "${@bb.utils.contains('PACKAGECONFIG', 'cloud-setup', 'nm-cloud-setup.service nm-cloud-setup.timer', '', d)}" |
106 | 106 | ||
107 | FILES_${PN} += " \ | 107 | FILES:${PN} += " \ |
108 | ${libexecdir} \ | 108 | ${libexecdir} \ |
109 | ${libdir}/NetworkManager/${PV}/*.so \ | 109 | ${libdir}/NetworkManager/${PV}/*.so \ |
110 | ${libdir}/NetworkManager \ | 110 | ${libdir}/NetworkManager \ |
@@ -123,46 +123,46 @@ FILES_${PN} += " \ | |||
123 | ${libdir}/pppd \ | 123 | ${libdir}/pppd \ |
124 | " | 124 | " |
125 | 125 | ||
126 | RRECOMMENDS_${PN} += "iptables \ | 126 | RRECOMMENDS:${PN} += "iptables \ |
127 | ${@bb.utils.filter('PACKAGECONFIG', 'dnsmasq', d)} \ | 127 | ${@bb.utils.filter('PACKAGECONFIG', 'dnsmasq', d)} \ |
128 | " | 128 | " |
129 | RCONFLICTS_${PN} = "connman" | 129 | RCONFLICTS:${PN} = "connman" |
130 | 130 | ||
131 | FILES_${PN}-dev += " \ | 131 | FILES:${PN}-dev += " \ |
132 | ${datadir}/NetworkManager/gdb-cmd \ | 132 | ${datadir}/NetworkManager/gdb-cmd \ |
133 | ${libdir}/pppd/*/*.la \ | 133 | ${libdir}/pppd/*/*.la \ |
134 | ${libdir}/NetworkManager/*.la \ | 134 | ${libdir}/NetworkManager/*.la \ |
135 | ${libdir}/NetworkManager/${PV}/*.la \ | 135 | ${libdir}/NetworkManager/${PV}/*.la \ |
136 | " | 136 | " |
137 | 137 | ||
138 | FILES_${PN}-nmcli = " \ | 138 | FILES:${PN}-nmcli = " \ |
139 | ${bindir}/nmcli \ | 139 | ${bindir}/nmcli \ |
140 | " | 140 | " |
141 | 141 | ||
142 | FILES_${PN}-nmcli-doc = " \ | 142 | FILES:${PN}-nmcli-doc = " \ |
143 | ${mandir}/man1/nmcli* \ | 143 | ${mandir}/man1/nmcli* \ |
144 | " | 144 | " |
145 | 145 | ||
146 | FILES_${PN}-nmtui = " \ | 146 | FILES:${PN}-nmtui = " \ |
147 | ${bindir}/nmtui \ | 147 | ${bindir}/nmtui \ |
148 | ${bindir}/nmtui-edit \ | 148 | ${bindir}/nmtui-edit \ |
149 | ${bindir}/nmtui-connect \ | 149 | ${bindir}/nmtui-connect \ |
150 | ${bindir}/nmtui-hostname \ | 150 | ${bindir}/nmtui-hostname \ |
151 | " | 151 | " |
152 | 152 | ||
153 | FILES_${PN}-nmtui-doc = " \ | 153 | FILES:${PN}-nmtui-doc = " \ |
154 | ${mandir}/man1/nmtui* \ | 154 | ${mandir}/man1/nmtui* \ |
155 | " | 155 | " |
156 | 156 | ||
157 | INITSCRIPT_NAME = "network-manager" | 157 | INITSCRIPT_NAME = "network-manager" |
158 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'NetworkManager.service NetworkManager-dispatcher.service', '', d)}" | 158 | SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'NetworkManager.service NetworkManager-dispatcher.service', '', d)}" |
159 | 159 | ||
160 | ALTERNATIVE_PRIORITY = "100" | 160 | ALTERNATIVE_PRIORITY = "100" |
161 | ALTERNATIVE_${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-conf','',d)}" | 161 | ALTERNATIVE:${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-conf','',d)}" |
162 | ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.NetworkManager','',d)}" | 162 | ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.NetworkManager','',d)}" |
163 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}" | 163 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}" |
164 | 164 | ||
165 | do_install_append() { | 165 | do_install:append() { |
166 | install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/init.d/network-manager | 166 | install -Dm 0755 ${WORKDIR}/${BPN}.initd ${D}${sysconfdir}/init.d/network-manager |
167 | 167 | ||
168 | rm -rf ${D}/run ${D}${localstatedir}/run | 168 | rm -rf ${D}/run ${D}${localstatedir}/run |
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb index a486cf0e05..c66192aea9 100644 --- a/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_8.10.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = " \ | |||
8 | SRCREV = "9d287e40c57233190a51b6434ba7345370e36f38" | 8 | SRCREV = "9d287e40c57233190a51b6434ba7345370e36f38" |
9 | 9 | ||
10 | DEPENDS = "vpnc libxml2 krb5 gettext-native" | 10 | DEPENDS = "vpnc libxml2 krb5 gettext-native" |
11 | RDEPENDS_${PN} = "bash python3-core vpnc-script" | 11 | RDEPENDS:${PN} = "bash python3-core vpnc-script" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "gnutls lz4 libproxy" | 13 | PACKAGECONFIG ??= "gnutls lz4 libproxy" |
14 | 14 | ||
@@ -27,6 +27,6 @@ inherit autotools pkgconfig bash-completion | |||
27 | EXTRA_OECONF += "--with-vpnc-script=${sysconfdir}/vpnc/vpnc-script \ | 27 | EXTRA_OECONF += "--with-vpnc-script=${sysconfdir}/vpnc/vpnc-script \ |
28 | --disable-static" | 28 | --disable-static" |
29 | 29 | ||
30 | do_install_append() { | 30 | do_install:append() { |
31 | rm ${D}/usr/libexec/openconnect/hipreport-android.sh | 31 | rm ${D}/usr/libexec/openconnect/hipreport-android.sh |
32 | } | 32 | } |
diff --git a/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb b/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb index d447231fc5..60cf3c2525 100644 --- a/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb +++ b/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "de6eb921d94aba7549f428ed2b3aa482a5d543ecb6965cbaa0fbb555ab | |||
10 | PYPI_PACKAGE = "python-networkmanager" | 10 | PYPI_PACKAGE = "python-networkmanager" |
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = "networkmanager python3-dbus python3-six" | 13 | RDEPENDS:${PN} = "networkmanager python3-dbus python3-six" |
diff --git a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb index 37b3eebe4b..d81cc9a3d1 100644 --- a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb +++ b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | |||
@@ -41,4 +41,4 @@ inherit autotools-brokensep | |||
41 | EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" | 41 | EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" |
42 | 42 | ||
43 | # http://errors.yoctoproject.org/Errors/Details/186972/ | 43 | # http://errors.yoctoproject.org/Errors/Details/186972/ |
44 | COMPATIBLE_HOST_libc-musl = 'null' | 44 | COMPATIBLE_HOST:libc-musl = 'null' |
diff --git a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb index e3567961aa..e715135dc3 100644 --- a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb +++ b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb | |||
@@ -27,5 +27,5 @@ EXTRA_OECMAKE += "\ | |||
27 | " | 27 | " |
28 | 28 | ||
29 | # Header-only library | 29 | # Header-only library |
30 | RDEPENDS_${PN}-dev = "" | 30 | RDEPENDS:${PN}-dev = "" |
31 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 31 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb index 5c5ce36705..2bc43e7146 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb | |||
@@ -26,7 +26,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \ | |||
26 | file://0009-source3-wscript-disable-check-fcntl-RW_HINTS.patch \ | 26 | file://0009-source3-wscript-disable-check-fcntl-RW_HINTS.patch \ |
27 | " | 27 | " |
28 | 28 | ||
29 | SRC_URI_append_libc-musl = " \ | 29 | SRC_URI:append:libc-musl = " \ |
30 | file://netdb_defines.patch \ | 30 | file://netdb_defines.patch \ |
31 | file://samba-pam.patch \ | 31 | file://samba-pam.patch \ |
32 | file://samba-4.3.9-remove-getpwent_r.patch \ | 32 | file://samba-4.3.9-remove-getpwent_r.patch \ |
@@ -45,31 +45,31 @@ inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version | |||
45 | CVE_CHECK_WHITELIST += "CVE-2011-2411" | 45 | CVE_CHECK_WHITELIST += "CVE-2011-2411" |
46 | 46 | ||
47 | # remove default added RDEPENDS on perl | 47 | # remove default added RDEPENDS on perl |
48 | RDEPENDS_${PN}_remove = "perl" | 48 | RDEPENDS:${PN}:remove = "perl" |
49 | 49 | ||
50 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libaio libpam libtasn1 jansson libparse-yapp-perl-native gnutls" | 50 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libaio libpam libtasn1 jansson libparse-yapp-perl-native gnutls" |
51 | 51 | ||
52 | inherit features_check | 52 | inherit features_check |
53 | REQUIRED_DISTRO_FEATURES = "pam" | 53 | REQUIRED_DISTRO_FEATURES = "pam" |
54 | 54 | ||
55 | DEPENDS_append_libc-musl = " libtirpc" | 55 | DEPENDS:append:libc-musl = " libtirpc" |
56 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc" | 56 | CFLAGS:append:libc-musl = " -I${STAGING_INCDIR}/tirpc" |
57 | LDFLAGS_append_libc-musl = " -ltirpc" | 57 | LDFLAGS:append:libc-musl = " -ltirpc" |
58 | 58 | ||
59 | COMPATIBLE_HOST_riscv32 = "null" | 59 | COMPATIBLE_HOST:riscv32 = "null" |
60 | 60 | ||
61 | INITSCRIPT_NAME = "samba" | 61 | INITSCRIPT_NAME = "samba" |
62 | INITSCRIPT_PARAMS = "start 20 3 5 . stop 20 0 1 6 ." | 62 | INITSCRIPT_PARAMS = "start 20 3 5 . stop 20 0 1 6 ." |
63 | 63 | ||
64 | SYSTEMD_PACKAGES = "${PN}-base ${PN}-ad-dc winbind" | 64 | SYSTEMD_PACKAGES = "${PN}-base ${PN}-ad-dc winbind" |
65 | SYSTEMD_SERVICE_${PN}-base = "nmb.service smb.service" | 65 | SYSTEMD_SERVICE:${PN}-base = "nmb.service smb.service" |
66 | SYSTEMD_SERVICE_${PN}-ad-dc = "${@bb.utils.contains('PACKAGECONFIG', 'ad-dc', 'samba.service', '', d)}" | 66 | SYSTEMD_SERVICE:${PN}-ad-dc = "${@bb.utils.contains('PACKAGECONFIG', 'ad-dc', 'samba.service', '', d)}" |
67 | SYSTEMD_SERVICE_winbind = "winbind.service" | 67 | SYSTEMD_SERVICE:winbind = "winbind.service" |
68 | 68 | ||
69 | # There are prerequisite settings to enable ad-dc, so disable the service by default. | 69 | # There are prerequisite settings to enable ad-dc, so disable the service by default. |
70 | # Reference: | 70 | # Reference: |
71 | # https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller | 71 | # https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller |
72 | SYSTEMD_AUTO_ENABLE_${PN}-ad-dc = "disable" | 72 | SYSTEMD_AUTO_ENABLE:${PN}-ad-dc = "disable" |
73 | 73 | ||
74 | #cross_compile cannot use preforked process, since fork process earlier than point subproces.popen | 74 | #cross_compile cannot use preforked process, since fork process earlier than point subproces.popen |
75 | #to cross Popen | 75 | #to cross Popen |
@@ -81,7 +81,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd zeroconf', d)} | |||
81 | acl cups ad-dc ldap mitkrb5 \ | 81 | acl cups ad-dc ldap mitkrb5 \ |
82 | " | 82 | " |
83 | 83 | ||
84 | RDEPENDS_${PN}-ctdb-tests += "bash util-linux-getopt" | 84 | RDEPENDS:${PN}-ctdb-tests += "bash util-linux-getopt" |
85 | 85 | ||
86 | PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl" | 86 | PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl" |
87 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" | 87 | PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin" |
@@ -130,7 +130,7 @@ EXTRA_OECONF += "--enable-fhs \ | |||
130 | 130 | ||
131 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 131 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
132 | 132 | ||
133 | do_configure_append () { | 133 | do_configure:append () { |
134 | cd ${S}/pidl/ | 134 | cd ${S}/pidl/ |
135 | perl Makefile.PL PREFIX=${prefix} | 135 | perl Makefile.PL PREFIX=${prefix} |
136 | sed -e 's,VENDORPREFIX)/lib/perl,VENDORPREFIX)/${baselib}/perl,g' \ | 136 | sed -e 's,VENDORPREFIX)/lib/perl,VENDORPREFIX)/${baselib}/perl,g' \ |
@@ -138,11 +138,11 @@ do_configure_append () { | |||
138 | 138 | ||
139 | } | 139 | } |
140 | 140 | ||
141 | do_compile_append () { | 141 | do_compile:append () { |
142 | oe_runmake -C ${S}/pidl | 142 | oe_runmake -C ${S}/pidl |
143 | } | 143 | } |
144 | 144 | ||
145 | do_install_append() { | 145 | do_install:append() { |
146 | for section in 1 5 7; do | 146 | for section in 1 5 7; do |
147 | install -d ${D}${mandir}/man$section | 147 | install -d ${D}${mandir}/man$section |
148 | install -m 0644 ctdb/doc/*.$section ${D}${mandir}/man$section | 148 | install -m 0644 ctdb/doc/*.$section ${D}${mandir}/man$section |
@@ -223,7 +223,7 @@ PACKAGES =+ "${PN}-python3 ${PN}-pidl \ | |||
223 | python samba_populate_packages() { | 223 | python samba_populate_packages() { |
224 | def module_hook(file, pkg, pattern, format, basename): | 224 | def module_hook(file, pkg, pattern, format, basename): |
225 | pn = d.getVar('PN') | 225 | pn = d.getVar('PN') |
226 | d.appendVar('RRECOMMENDS_%s-base' % pn, ' %s' % pkg) | 226 | d.appendVar('RRECOMMENDS:%s-base' % pn, ' %s' % pkg) |
227 | 227 | ||
228 | mlprefix = d.getVar('MLPREFIX') or '' | 228 | mlprefix = d.getVar('MLPREFIX') or '' |
229 | pam_libdir = d.expand('${base_libdir}/security') | 229 | pam_libdir = d.expand('${base_libdir}/security') |
@@ -240,25 +240,25 @@ python samba_populate_packages() { | |||
240 | do_split_packages(d, moduledir, '^(.*)\.so$', 'samba-pdb-%s', 'Samba %s password backend', hook=module_hook, extra_depends='', prepend=True) | 240 | do_split_packages(d, moduledir, '^(.*)\.so$', 'samba-pdb-%s', 'Samba %s password backend', hook=module_hook, extra_depends='', prepend=True) |
241 | } | 241 | } |
242 | 242 | ||
243 | PACKAGESPLITFUNCS_prepend = "samba_populate_packages " | 243 | PACKAGESPLITFUNCS:prepend = "samba_populate_packages " |
244 | PACKAGES_DYNAMIC = "samba-auth-.* samba-pdb-.*" | 244 | PACKAGES_DYNAMIC = "samba-auth-.* samba-pdb-.*" |
245 | 245 | ||
246 | RDEPENDS_${PN} += "${PN}-base ${PN}-python3 ${PN}-dsdb-modules python3" | 246 | RDEPENDS:${PN} += "${PN}-base ${PN}-python3 ${PN}-dsdb-modules python3" |
247 | RDEPENDS_${PN}-python3 += "pytalloc python3-tdb" | 247 | RDEPENDS:${PN}-python3 += "pytalloc python3-tdb" |
248 | 248 | ||
249 | FILES_${PN}-base = "${sbindir}/nmbd \ | 249 | FILES:${PN}-base = "${sbindir}/nmbd \ |
250 | ${sbindir}/smbd \ | 250 | ${sbindir}/smbd \ |
251 | ${sysconfdir}/init.d \ | 251 | ${sysconfdir}/init.d \ |
252 | ${systemd_system_unitdir}/nmb.service \ | 252 | ${systemd_system_unitdir}/nmb.service \ |
253 | ${systemd_system_unitdir}/smb.service" | 253 | ${systemd_system_unitdir}/smb.service" |
254 | 254 | ||
255 | FILES_${PN}-ad-dc = "${sbindir}/samba \ | 255 | FILES:${PN}-ad-dc = "${sbindir}/samba \ |
256 | ${systemd_system_unitdir}/samba.service \ | 256 | ${systemd_system_unitdir}/samba.service \ |
257 | ${libdir}/krb5/plugins/kdb/samba.so \ | 257 | ${libdir}/krb5/plugins/kdb/samba.so \ |
258 | " | 258 | " |
259 | RDEPENDS_${PN}-ad-dc = "krb5-kdc" | 259 | RDEPENDS:${PN}-ad-dc = "krb5-kdc" |
260 | 260 | ||
261 | FILES_${PN}-ctdb-tests = "${bindir}/ctdb_run_tests \ | 261 | FILES:${PN}-ctdb-tests = "${bindir}/ctdb_run_tests \ |
262 | ${bindir}/ctdb_run_cluster_tests \ | 262 | ${bindir}/ctdb_run_cluster_tests \ |
263 | ${sysconfdir}/ctdb/nodes \ | 263 | ${sysconfdir}/ctdb/nodes \ |
264 | ${datadir}/ctdb-tests \ | 264 | ${datadir}/ctdb-tests \ |
@@ -266,34 +266,34 @@ FILES_${PN}-ctdb-tests = "${bindir}/ctdb_run_tests \ | |||
266 | ${localstatedir}/lib/ctdb \ | 266 | ${localstatedir}/lib/ctdb \ |
267 | " | 267 | " |
268 | 268 | ||
269 | FILES_${BPN}-common = "${sysconfdir}/default \ | 269 | FILES:${BPN}-common = "${sysconfdir}/default \ |
270 | ${sysconfdir}/samba \ | 270 | ${sysconfdir}/samba \ |
271 | ${sysconfdir}/tmpfiles.d \ | 271 | ${sysconfdir}/tmpfiles.d \ |
272 | ${localstatedir}/lib/samba \ | 272 | ${localstatedir}/lib/samba \ |
273 | ${localstatedir}/spool/samba \ | 273 | ${localstatedir}/spool/samba \ |
274 | " | 274 | " |
275 | 275 | ||
276 | FILES_${PN} += "${libdir}/vfs/*.so \ | 276 | FILES:${PN} += "${libdir}/vfs/*.so \ |
277 | ${libdir}/charset/*.so \ | 277 | ${libdir}/charset/*.so \ |
278 | ${libdir}/*.dat \ | 278 | ${libdir}/*.dat \ |
279 | ${libdir}/auth/*.so \ | 279 | ${libdir}/auth/*.so \ |
280 | ${datadir}/ctdb/events/* \ | 280 | ${datadir}/ctdb/events/* \ |
281 | " | 281 | " |
282 | 282 | ||
283 | FILES_${PN}-dsdb-modules = "${libdir}/samba/ldb" | 283 | FILES:${PN}-dsdb-modules = "${libdir}/samba/ldb" |
284 | 284 | ||
285 | FILES_${PN}-testsuite = "${bindir}/gentest \ | 285 | FILES:${PN}-testsuite = "${bindir}/gentest \ |
286 | ${bindir}/locktest \ | 286 | ${bindir}/locktest \ |
287 | ${bindir}/masktest \ | 287 | ${bindir}/masktest \ |
288 | ${bindir}/ndrdump \ | 288 | ${bindir}/ndrdump \ |
289 | ${bindir}/smbtorture" | 289 | ${bindir}/smbtorture" |
290 | 290 | ||
291 | FILES_registry-tools = "${bindir}/regdiff \ | 291 | FILES:registry-tools = "${bindir}/regdiff \ |
292 | ${bindir}/regpatch \ | 292 | ${bindir}/regpatch \ |
293 | ${bindir}/regshell \ | 293 | ${bindir}/regshell \ |
294 | ${bindir}/regtree" | 294 | ${bindir}/regtree" |
295 | 295 | ||
296 | FILES_winbind = "${sbindir}/winbindd \ | 296 | FILES:winbind = "${sbindir}/winbindd \ |
297 | ${bindir}/wbinfo \ | 297 | ${bindir}/wbinfo \ |
298 | ${bindir}/ntlm_auth \ | 298 | ${bindir}/ntlm_auth \ |
299 | ${libdir}/samba/idmap \ | 299 | ${libdir}/samba/idmap \ |
@@ -303,9 +303,9 @@ FILES_winbind = "${sbindir}/winbindd \ | |||
303 | ${sysconfdir}/init.d/winbind \ | 303 | ${sysconfdir}/init.d/winbind \ |
304 | ${systemd_system_unitdir}/winbind.service" | 304 | ${systemd_system_unitdir}/winbind.service" |
305 | 305 | ||
306 | FILES_${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" | 306 | FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" |
307 | 307 | ||
308 | FILES_smbclient = "${bindir}/cifsdd \ | 308 | FILES:smbclient = "${bindir}/cifsdd \ |
309 | ${bindir}/rpcclient \ | 309 | ${bindir}/rpcclient \ |
310 | ${bindir}/smbcacls \ | 310 | ${bindir}/smbcacls \ |
311 | ${bindir}/smbclient \ | 311 | ${bindir}/smbclient \ |
@@ -316,31 +316,31 @@ FILES_smbclient = "${bindir}/cifsdd \ | |||
316 | ${bindir}/smbtree \ | 316 | ${bindir}/smbtree \ |
317 | ${libdir}/samba/smbspool_krb5_wrapper" | 317 | ${libdir}/samba/smbspool_krb5_wrapper" |
318 | 318 | ||
319 | RDEPENDS_${PN}-pidl_append = " perl libparse-yapp-perl" | 319 | RDEPENDS:${PN}-pidl:append = " perl libparse-yapp-perl" |
320 | FILES_${PN}-pidl = "${bindir}/pidl \ | 320 | FILES:${PN}-pidl = "${bindir}/pidl \ |
321 | ${libdir}/perl5 \ | 321 | ${libdir}/perl5 \ |
322 | " | 322 | " |
323 | 323 | ||
324 | RDEPENDS_${PN}-client = "\ | 324 | RDEPENDS:${PN}-client = "\ |
325 | smbclient \ | 325 | smbclient \ |
326 | winbind \ | 326 | winbind \ |
327 | registry-tools \ | 327 | registry-tools \ |
328 | ${PN}-pidl \ | 328 | ${PN}-pidl \ |
329 | " | 329 | " |
330 | 330 | ||
331 | ALLOW_EMPTY_${PN}-client = "1" | 331 | ALLOW_EMPTY:${PN}-client = "1" |
332 | 332 | ||
333 | RDEPENDS_${PN}-server = "\ | 333 | RDEPENDS:${PN}-server = "\ |
334 | ${PN} \ | 334 | ${PN} \ |
335 | winbind \ | 335 | winbind \ |
336 | registry-tools \ | 336 | registry-tools \ |
337 | " | 337 | " |
338 | 338 | ||
339 | ALLOW_EMPTY_${PN}-server = "1" | 339 | ALLOW_EMPTY:${PN}-server = "1" |
340 | 340 | ||
341 | RDEPENDS_${PN}-test = "\ | 341 | RDEPENDS:${PN}-test = "\ |
342 | ${PN}-ctdb-tests \ | 342 | ${PN}-ctdb-tests \ |
343 | ${PN}-testsuite \ | 343 | ${PN}-testsuite \ |
344 | " | 344 | " |
345 | 345 | ||
346 | ALLOW_EMPTY_${PN}-test = "1" | 346 | ALLOW_EMPTY:${PN}-test = "1" |
diff --git a/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb index 5c7180b6aa..744e782064 100644 --- a/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb +++ b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb | |||
@@ -18,7 +18,7 @@ DEPENDS = "virtual/kernel" | |||
18 | EXTRA_OEMAKE="CROSS_COMPILE=${TARGET_PREFIX} CC='${CC} ${LDFLAGS}' \ | 18 | EXTRA_OEMAKE="CROSS_COMPILE=${TARGET_PREFIX} CC='${CC} ${LDFLAGS}' \ |
19 | KERNEL_DIR=${STAGING_KERNEL_DIR} " | 19 | KERNEL_DIR=${STAGING_KERNEL_DIR} " |
20 | 20 | ||
21 | do_compile_prepend () { | 21 | do_compile:prepend () { |
22 | oe_runmake clean | 22 | oe_runmake clean |
23 | } | 23 | } |
24 | 24 | ||
@@ -28,4 +28,4 @@ do_install() { | |||
28 | install sethdlc ${D}/${bindir}/ | 28 | install sethdlc ${D}/${bindir}/ |
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} += "${bindir}/sethdlc" | 31 | FILES:${PN} += "${bindir}/sethdlc" |
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb index cca18d726c..47c201fa13 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb | |||
@@ -50,7 +50,7 @@ PACKAGECONFIG[appid] = "--enable-open-appid, --disable-open-appid, luajit, bash" | |||
50 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" | 50 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" |
51 | LDFLAGS += " -ltirpc" | 51 | LDFLAGS += " -ltirpc" |
52 | 52 | ||
53 | do_install_append() { | 53 | do_install:append() { |
54 | install -d ${D}${sysconfdir}/snort/rules | 54 | install -d ${D}${sysconfdir}/snort/rules |
55 | install -d ${D}${sysconfdir}/snort/preproc_rules | 55 | install -d ${D}${sysconfdir}/snort/preproc_rules |
56 | install -d ${D}${sysconfdir}/init.d | 56 | install -d ${D}${sysconfdir}/init.d |
@@ -77,30 +77,30 @@ do_install_append() { | |||
77 | sed -i -e 's|-ffile-prefix-map[^ ]*||g; s|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc | 77 | sed -i -e 's|-ffile-prefix-map[^ ]*||g; s|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc |
78 | } | 78 | } |
79 | 79 | ||
80 | pkg_postinst_${PN}() { | 80 | pkg_postinst:${PN}() { |
81 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then | 81 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then |
82 | ${sysconfdir}/init.d/populate-volatile.sh update | 82 | ${sysconfdir}/init.d/populate-volatile.sh update |
83 | fi | 83 | fi |
84 | } | 84 | } |
85 | 85 | ||
86 | FILES_${PN} += " \ | 86 | FILES:${PN} += " \ |
87 | ${libdir}/snort_dynamicengine/*.so.* \ | 87 | ${libdir}/snort_dynamicengine/*.so.* \ |
88 | ${libdir}/snort_dynamicpreprocessor/*.so.* \ | 88 | ${libdir}/snort_dynamicpreprocessor/*.so.* \ |
89 | ${libdir}/snort_dynamicrules/*.so.* \ | 89 | ${libdir}/snort_dynamicrules/*.so.* \ |
90 | " | 90 | " |
91 | FILES_${PN}-dbg += " \ | 91 | FILES:${PN}-dbg += " \ |
92 | ${libdir}/snort_dynamicengine/.debug \ | 92 | ${libdir}/snort_dynamicengine/.debug \ |
93 | ${libdir}/snort_dynamicpreprocessor/.debug \ | 93 | ${libdir}/snort_dynamicpreprocessor/.debug \ |
94 | ${libdir}/snort_dynamicrules/.debug \ | 94 | ${libdir}/snort_dynamicrules/.debug \ |
95 | " | 95 | " |
96 | FILES_${PN}-staticdev += " \ | 96 | FILES:${PN}-staticdev += " \ |
97 | ${libdir}/snort_dynamicengine/*.a \ | 97 | ${libdir}/snort_dynamicengine/*.a \ |
98 | ${libdir}/snort_dynamicpreprocessor/*.a \ | 98 | ${libdir}/snort_dynamicpreprocessor/*.a \ |
99 | ${libdir}/snort_dynamicrules/*.a \ | 99 | ${libdir}/snort_dynamicrules/*.a \ |
100 | ${libdir}/snort/dynamic_preproc/*.a \ | 100 | ${libdir}/snort/dynamic_preproc/*.a \ |
101 | ${libdir}/snort/dynamic_output/*.a \ | 101 | ${libdir}/snort/dynamic_output/*.a \ |
102 | " | 102 | " |
103 | FILES_${PN}-dev += " \ | 103 | FILES:${PN}-dev += " \ |
104 | ${libdir}/snort_dynamicengine/*.la \ | 104 | ${libdir}/snort_dynamicengine/*.la \ |
105 | ${libdir}/snort_dynamicpreprocessor/*.la \ | 105 | ${libdir}/snort_dynamicpreprocessor/*.la \ |
106 | ${libdir}/snort_dynamicrules/*.la \ | 106 | ${libdir}/snort_dynamicrules/*.la \ |
diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb index 8e35dc01ed..40188cea21 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb | |||
@@ -21,13 +21,13 @@ SRC_URI[sha256sum] = "754b22ae5edff0273460ac9f57509c3938187e0cf4fb9692c6a02833ff | |||
21 | 21 | ||
22 | inherit setuptools3 features_check systemd update-rc.d | 22 | inherit setuptools3 features_check systemd update-rc.d |
23 | 23 | ||
24 | RDEPENDS_${PN} = " \ | 24 | RDEPENDS:${PN} = " \ |
25 | iptables \ | 25 | iptables \ |
26 | python3 \ | 26 | python3 \ |
27 | python3-modules \ | 27 | python3-modules \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RRECOMMENDS_${PN} = " \ | 30 | RRECOMMENDS:${PN} = " \ |
31 | kernel-module-ipv6 \ | 31 | kernel-module-ipv6 \ |
32 | kernel-module-nf-conntrack-ipv6 \ | 32 | kernel-module-nf-conntrack-ipv6 \ |
33 | kernel-module-nf-log-common \ | 33 | kernel-module-nf-log-common \ |
@@ -39,7 +39,7 @@ RRECOMMENDS_${PN} = " \ | |||
39 | kernel-module-nf-recent \ | 39 | kernel-module-nf-recent \ |
40 | " | 40 | " |
41 | 41 | ||
42 | do_install_append() { | 42 | do_install:append() { |
43 | install -d ${D}${systemd_unitdir}/system/ | 43 | install -d ${D}${systemd_unitdir}/system/ |
44 | install -m 0644 ${S}/doc/systemd.example ${D}${systemd_unitdir}/system/ufw.service | 44 | install -m 0644 ${S}/doc/systemd.example ${D}${systemd_unitdir}/system/ufw.service |
45 | 45 | ||
@@ -47,14 +47,14 @@ do_install_append() { | |||
47 | install -m 0755 ${S}/doc/initscript.example ${D}${sysconfdir}/init.d/ufw | 47 | install -m 0755 ${S}/doc/initscript.example ${D}${sysconfdir}/init.d/ufw |
48 | } | 48 | } |
49 | 49 | ||
50 | SYSTEMD_SERVICE_${PN} = "ufw.service" | 50 | SYSTEMD_SERVICE:${PN} = "ufw.service" |
51 | 51 | ||
52 | INITSCRIPT_NAME = "ufw" | 52 | INITSCRIPT_NAME = "ufw" |
53 | INITSCRIPT_PARAMS = "defaults" | 53 | INITSCRIPT_PARAMS = "defaults" |
54 | 54 | ||
55 | # Certain items are explicitly put under /lib, not base_libdir when installed. | 55 | # Certain items are explicitly put under /lib, not base_libdir when installed. |
56 | # | 56 | # |
57 | FILES_${PN} += " \ | 57 | FILES:${PN} += " \ |
58 | ${sbindir}/* \ | 58 | ${sbindir}/* \ |
59 | ${datadir}/ufw/* \ | 59 | ${datadir}/ufw/* \ |
60 | /lib/ufw/* \ | 60 | /lib/ufw/* \ |
@@ -64,5 +64,5 @@ FILES_${PN} += " \ | |||
64 | 64 | ||
65 | REQUIRED_DISTRO_FEATURES = "ipv6" | 65 | REQUIRED_DISTRO_FEATURES = "ipv6" |
66 | 66 | ||
67 | DISTUTILS_BUILD_ARGS_append = " --iptables-dir /usr/sbin" | 67 | DISTUTILS_BUILD_ARGS:append = " --iptables-dir /usr/sbin" |
68 | DISTUTILS_INSTALL_ARGS_append = " --iptables-dir /usr/sbin" | 68 | DISTUTILS_INSTALL_ARGS:append = " --iptables-dir /usr/sbin" |
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb index 4c3d95bd8a..8f899e62de 100644 --- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | |||
@@ -22,7 +22,7 @@ inherit update-alternatives | |||
22 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 22 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
23 | 23 | ||
24 | # comment out MakeInclude in Makefile which sets build environment | 24 | # comment out MakeInclude in Makefile which sets build environment |
25 | do_configure_append () { | 25 | do_configure:append () { |
26 | sed -i 's/^ include/#^include/' ${S}/Makefile | 26 | sed -i 's/^ include/#^include/' ${S}/Makefile |
27 | } | 27 | } |
28 | 28 | ||
@@ -37,5 +37,5 @@ do_install () { | |||
37 | } | 37 | } |
38 | 38 | ||
39 | ALTERNATIVE_PRIORITY = "100" | 39 | ALTERNATIVE_PRIORITY = "100" |
40 | ALTERNATIVE_${PN} = "vconfig" | 40 | ALTERNATIVE:${PN} = "vconfig" |
41 | ALTERNATIVE_LINK_NAME[vconfig] = "${base_sbindir}/vconfig" | 41 | ALTERNATIVE_LINK_NAME[vconfig] = "${base_sbindir}/vconfig" |
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb index 54e855a099..63a0494e4e 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
@@ -36,7 +36,7 @@ inherit perlnative pkgconfig | |||
36 | 36 | ||
37 | #EXTRA_OEMAKE = "-e MAKEFLAGS=" | 37 | #EXTRA_OEMAKE = "-e MAKEFLAGS=" |
38 | 38 | ||
39 | do_configure_append () { | 39 | do_configure:append () { |
40 | # Make sure we use our nativeperl wrapper | 40 | # Make sure we use our nativeperl wrapper |
41 | sed -i "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/*.pl | 41 | sed -i "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/*.pl |
42 | cp ${WORKDIR}/long-help ${S} | 42 | cp ${WORKDIR}/long-help ${S} |
@@ -56,8 +56,8 @@ vpnc_sysroot_preprocess () { | |||
56 | install -m 755 ${D}${sysconfdir}/vpnc/vpnc-script ${SYSROOT_DESTDIR}${sysconfdir}/vpnc | 56 | install -m 755 ${D}${sysconfdir}/vpnc/vpnc-script ${SYSROOT_DESTDIR}${sysconfdir}/vpnc |
57 | } | 57 | } |
58 | 58 | ||
59 | FILES_${PN}-script = "${sysconfdir}/vpnc/vpnc-script" | 59 | FILES:${PN}-script = "${sysconfdir}/vpnc/vpnc-script" |
60 | 60 | ||
61 | CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" | 61 | CONFFILES:${PN} = "${sysconfdir}/vpnc/default.conf" |
62 | RDEPENDS_${PN} = "perl-module-io-file ${PN}-script" | 62 | RDEPENDS:${PN} = "perl-module-io-file ${PN}-script" |
63 | RRECOMMENDS_${PN} = "kernel-module-tun" | 63 | RRECOMMENDS:${PN} = "kernel-module-tun" |
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb index 76a5fd75cf..c2b3c3d63a 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_4.7.1.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "GPLv2" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
11 | 11 | ||
12 | PROVIDES += "cyassl" | 12 | PROVIDES += "cyassl" |
13 | RPROVIDES_${PN} = "cyassl" | 13 | RPROVIDES:${PN} = "cyassl" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https \ | 15 | SRC_URI = "git://github.com/wolfSSL/wolfssl.git;protocol=https \ |
16 | " | 16 | " |
diff --git a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb index 31f9aef48b..59eb14a55b 100644 --- a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb +++ b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb | |||
@@ -17,7 +17,7 @@ PACKAGES = ' \ | |||
17 | packagegroup-meta-networking-support \ | 17 | packagegroup-meta-networking-support \ |
18 | ' | 18 | ' |
19 | 19 | ||
20 | RDEPENDS_packagegroup-meta-networking = "\ | 20 | RDEPENDS:packagegroup-meta-networking = "\ |
21 | packagegroup-meta-networking-connectivity \ | 21 | packagegroup-meta-networking-connectivity \ |
22 | packagegroup-meta-networking-daemons \ | 22 | packagegroup-meta-networking-daemons \ |
23 | packagegroup-meta-networking-devtools \ | 23 | packagegroup-meta-networking-devtools \ |
@@ -30,7 +30,7 @@ RDEPENDS_packagegroup-meta-networking = "\ | |||
30 | packagegroup-meta-networking-support \ | 30 | packagegroup-meta-networking-support \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RDEPENDS_packagegroup-meta-networking-connectivity = "\ | 33 | RDEPENDS:packagegroup-meta-networking-connectivity = "\ |
34 | crda \ | 34 | crda \ |
35 | daq \ | 35 | daq \ |
36 | adcli \ | 36 | adcli \ |
@@ -70,9 +70,9 @@ RDEPENDS_packagegroup-meta-networking-connectivity = "\ | |||
70 | dhcp-relay \ | 70 | dhcp-relay \ |
71 | " | 71 | " |
72 | 72 | ||
73 | RDEPENDS_packagegroup-meta-networking-connectivity_remove_libc-musl = "rdist" | 73 | RDEPENDS:packagegroup-meta-networking-connectivity:remove:libc-musl = "rdist" |
74 | 74 | ||
75 | RDEPENDS_packagegroup-meta-networking-daemons = "\ | 75 | RDEPENDS:packagegroup-meta-networking-daemons = "\ |
76 | atftp \ | 76 | atftp \ |
77 | autofs \ | 77 | autofs \ |
78 | cyrus-sasl \ | 78 | cyrus-sasl \ |
@@ -97,20 +97,20 @@ RDEPENDS_packagegroup-meta-networking-daemons = "\ | |||
97 | opensaf \ | 97 | opensaf \ |
98 | " | 98 | " |
99 | 99 | ||
100 | RDEPENDS_packagegroup-meta-networking-daemons_remove_libc-musl = "opensaf" | 100 | RDEPENDS:packagegroup-meta-networking-daemons:remove:libc-musl = "opensaf" |
101 | 101 | ||
102 | RDEPENDS_packagegroup-meta-networking-devtools = "\ | 102 | RDEPENDS:packagegroup-meta-networking-devtools = "\ |
103 | python3-ldap \ | 103 | python3-ldap \ |
104 | python3-scapy \ | 104 | python3-scapy \ |
105 | " | 105 | " |
106 | 106 | ||
107 | RDEPENDS_packagegroup-meta-networking-extended = "\ | 107 | RDEPENDS:packagegroup-meta-networking-extended = "\ |
108 | corosync \ | 108 | corosync \ |
109 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "dlm", "", d)} \ | 109 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "dlm", "", d)} \ |
110 | kronosnet \ | 110 | kronosnet \ |
111 | " | 111 | " |
112 | 112 | ||
113 | RDEPENDS_packagegroup-meta-networking-filter = "\ | 113 | RDEPENDS:packagegroup-meta-networking-filter = "\ |
114 | libnftnl \ | 114 | libnftnl \ |
115 | conntrack-tools \ | 115 | conntrack-tools \ |
116 | ebtables \ | 116 | ebtables \ |
@@ -127,16 +127,16 @@ RDEPENDS_packagegroup-meta-networking-filter = "\ | |||
127 | nftables \ | 127 | nftables \ |
128 | " | 128 | " |
129 | 129 | ||
130 | RDEPENDS_packagegroup-meta-networking-irc = "\ | 130 | RDEPENDS:packagegroup-meta-networking-irc = "\ |
131 | weechat \ | 131 | weechat \ |
132 | znc \ | 132 | znc \ |
133 | " | 133 | " |
134 | 134 | ||
135 | RDEPENDS_packagegroup-meta-networking-kernel = "\ | 135 | RDEPENDS:packagegroup-meta-networking-kernel = "\ |
136 | wireguard-tools \ | 136 | wireguard-tools \ |
137 | " | 137 | " |
138 | 138 | ||
139 | RDEPENDS_packagegroup-meta-networking-netkit = "\ | 139 | RDEPENDS:packagegroup-meta-networking-netkit = "\ |
140 | netkit-rwho-client \ | 140 | netkit-rwho-client \ |
141 | netkit-rwho-server \ | 141 | netkit-rwho-server \ |
142 | netkit-rsh-client \ | 142 | netkit-rsh-client \ |
@@ -148,10 +148,10 @@ RDEPENDS_packagegroup-meta-networking-netkit = "\ | |||
148 | netkit-rpc \ | 148 | netkit-rpc \ |
149 | " | 149 | " |
150 | 150 | ||
151 | RDEPENDS_packagegroup-meta-networking-netkit_remove_libc-musl = " \ | 151 | RDEPENDS:packagegroup-meta-networking-netkit:remove:libc-musl = " \ |
152 | netkit-rsh-client netkit-rsh-server netkit-telnet" | 152 | netkit-rsh-client netkit-rsh-server netkit-telnet" |
153 | 153 | ||
154 | RDEPENDS_packagegroup-meta-networking-protocols = "\ | 154 | RDEPENDS:packagegroup-meta-networking-protocols = "\ |
155 | babeld \ | 155 | babeld \ |
156 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "dante", "", d)} \ | 156 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "dante", "", d)} \ |
157 | freediameter \ | 157 | freediameter \ |
@@ -172,9 +172,9 @@ RDEPENDS_packagegroup-meta-networking-protocols = "\ | |||
172 | xl2tpd \ | 172 | xl2tpd \ |
173 | " | 173 | " |
174 | 174 | ||
175 | RDEPENDS_packagegroup-meta-networking-protocols_remove_libc-musl = "mdns" | 175 | RDEPENDS:packagegroup-meta-networking-protocols:remove:libc-musl = "mdns" |
176 | 176 | ||
177 | RDEPENDS_packagegroup-meta-networking-support = "\ | 177 | RDEPENDS:packagegroup-meta-networking-support = "\ |
178 | aoetools \ | 178 | aoetools \ |
179 | arptables \ | 179 | arptables \ |
180 | bridge-utils \ | 180 | bridge-utils \ |
@@ -260,7 +260,7 @@ RDEPENDS_packagegroup-meta-networking-support = "\ | |||
260 | wpan-tools \ | 260 | wpan-tools \ |
261 | ettercap \ | 261 | ettercap \ |
262 | " | 262 | " |
263 | RDEPENDS_packagegroup-meta-networking-support_remove_mipsarch = "memcached" | 263 | RDEPENDS:packagegroup-meta-networking-support:remove:mipsarch = "memcached" |
264 | 264 | ||
265 | EXCLUDE_FROM_WORLD = "1" | 265 | EXCLUDE_FROM_WORLD = "1" |
266 | # Empty packages, only devel headers and libs | 266 | # Empty packages, only devel headers and libs |
diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb b/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb index 936fc723f7..7661e9c48e 100644 --- a/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb +++ b/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb | |||
@@ -21,13 +21,13 @@ PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | |||
21 | PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline" | 21 | PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline" |
22 | 22 | ||
23 | INITSCRIPT_PACKAGES = "${PN}d" | 23 | INITSCRIPT_PACKAGES = "${PN}d" |
24 | INITSCRIPT_NAME_${PN}d = "atftpd" | 24 | INITSCRIPT_NAME:${PN}d = "atftpd" |
25 | INITSCRIPT_PARAMS_${PN}d = "defaults 80" | 25 | INITSCRIPT_PARAMS:${PN}d = "defaults 80" |
26 | 26 | ||
27 | 27 | ||
28 | EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -std=gnu89'" | 28 | EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -std=gnu89'" |
29 | 29 | ||
30 | do_install_append() { | 30 | do_install:append() { |
31 | install -d ${D}${sysconfdir}/init.d | 31 | install -d ${D}${sysconfdir}/init.d |
32 | install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd | 32 | install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd |
33 | 33 | ||
@@ -41,16 +41,16 @@ do_install_append() { | |||
41 | 41 | ||
42 | PACKAGES =+ "${PN}d" | 42 | PACKAGES =+ "${PN}d" |
43 | 43 | ||
44 | FILES_${PN} = "${bindir}/*" | 44 | FILES:${PN} = "${bindir}/*" |
45 | 45 | ||
46 | FILES_${PN}d = "${sbindir}/* \ | 46 | FILES:${PN}d = "${sbindir}/* \ |
47 | ${sysconfdir} \ | 47 | ${sysconfdir} \ |
48 | /srv/tftp \ | 48 | /srv/tftp \ |
49 | ${systemd_unitdir}/system/atftpd.service \ | 49 | ${systemd_unitdir}/system/atftpd.service \ |
50 | " | 50 | " |
51 | 51 | ||
52 | SYSTEMD_PACKAGES = "${PN}d" | 52 | SYSTEMD_PACKAGES = "${PN}d" |
53 | SYSTEMD_SERVICE_${PN}d = "atftpd.service" | 53 | SYSTEMD_SERVICE:${PN}d = "atftpd.service" |
54 | RPROVIDES_${PN}d += "${PN}d-systemd" | 54 | RPROVIDES:${PN}d += "${PN}d-systemd" |
55 | RREPLACES_${PN}d += "${PN}d-systemd" | 55 | RREPLACES:${PN}d += "${PN}d-systemd" |
56 | RCONFLICTS_${PN}d += "${PN}d-systemd" | 56 | RCONFLICTS:${PN}d += "${PN}d-systemd" |
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.7.bb index fd49e53bbd..3fc574fd0a 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.1.7.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.7.bb | |||
@@ -60,14 +60,14 @@ CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \ | |||
60 | piddir=/run \ | 60 | piddir=/run \ |
61 | " | 61 | " |
62 | 62 | ||
63 | do_configure_prepend () { | 63 | do_configure:prepend () { |
64 | if [ ! -e ${S}/acinclude.m4 ]; then | 64 | if [ ! -e ${S}/acinclude.m4 ]; then |
65 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 | 65 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 |
66 | fi | 66 | fi |
67 | cp ${STAGING_DATADIR_NATIVE}/aclocal/pkg.m4 . | 67 | cp ${STAGING_DATADIR_NATIVE}/aclocal/pkg.m4 . |
68 | } | 68 | } |
69 | 69 | ||
70 | do_install_append () { | 70 | do_install:append () { |
71 | # samples have been removed from SUBDIRS from 5.1.5, need to install separately | 71 | # samples have been removed from SUBDIRS from 5.1.5, need to install separately |
72 | oe_runmake 'DESTDIR=${D}' install_samples | 72 | oe_runmake 'DESTDIR=${D}' install_samples |
73 | 73 | ||
@@ -90,9 +90,9 @@ SOLIBS = ".so" | |||
90 | FILES_SOLIBSDEV = "" | 90 | FILES_SOLIBSDEV = "" |
91 | # Some symlinks are created in plugins dir e.g. | 91 | # Some symlinks are created in plugins dir e.g. |
92 | # mount_nfs4.so -> mount_nfs.so | 92 | # mount_nfs4.so -> mount_nfs.so |
93 | INSANE_SKIP_${PN} = "dev-so" | 93 | INSANE_SKIP:${PN} = "dev-so" |
94 | 94 | ||
95 | RPROVIDES_${PN} += "${PN}-systemd" | 95 | RPROVIDES:${PN} += "${PN}-systemd" |
96 | RREPLACES_${PN} += "${PN}-systemd" | 96 | RREPLACES:${PN} += "${PN}-systemd" |
97 | RCONFLICTS_${PN} += "${PN}-systemd" | 97 | RCONFLICTS:${PN} += "${PN}-systemd" |
98 | SYSTEMD_SERVICE_${PN} = "autofs.service" | 98 | SYSTEMD_SERVICE:${PN} = "autofs.service" |
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb index c4b41ace8c..46aeb23a3b 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb | |||
@@ -41,7 +41,7 @@ PACKAGECONFIG[ntlm] = "--enable-ntlm=yes,--enable-ntlm=no,," | |||
41 | 41 | ||
42 | CFLAGS += "-fPIC" | 42 | CFLAGS += "-fPIC" |
43 | 43 | ||
44 | do_configure_prepend () { | 44 | do_configure:prepend () { |
45 | # make it be able to work with db 5.0 version | 45 | # make it be able to work with db 5.0 version |
46 | local sed_files="sasldb/db_berkeley.c utils/dbconverter-2.c" | 46 | local sed_files="sasldb/db_berkeley.c utils/dbconverter-2.c" |
47 | for sed_file in $sed_files; do | 47 | for sed_file in $sed_files; do |
@@ -49,14 +49,14 @@ do_configure_prepend () { | |||
49 | done | 49 | done |
50 | } | 50 | } |
51 | 51 | ||
52 | do_compile_prepend () { | 52 | do_compile:prepend () { |
53 | cd include | 53 | cd include |
54 | ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} ${S}/include/makemd5.c -o makemd5 | 54 | ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} ${S}/include/makemd5.c -o makemd5 |
55 | touch makemd5.o makemd5.lo makemd5 | 55 | touch makemd5.o makemd5.lo makemd5 |
56 | cd .. | 56 | cd .. |
57 | } | 57 | } |
58 | 58 | ||
59 | do_install_append() { | 59 | do_install:append() { |
60 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 60 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
61 | install -d ${D}${systemd_unitdir}/system | 61 | install -d ${D}${systemd_unitdir}/system |
62 | install -m 0644 ${WORKDIR}/saslauthd.service ${D}${systemd_unitdir}/system | 62 | install -m 0644 ${WORKDIR}/saslauthd.service ${D}${systemd_unitdir}/system |
@@ -75,10 +75,10 @@ do_install_append() { | |||
75 | } | 75 | } |
76 | 76 | ||
77 | USERADD_PACKAGES = "${PN}-bin" | 77 | USERADD_PACKAGES = "${PN}-bin" |
78 | USERADD_PARAM_${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus" | 78 | USERADD_PARAM:${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus" |
79 | 79 | ||
80 | SYSTEMD_PACKAGES = "${PN}-bin" | 80 | SYSTEMD_PACKAGES = "${PN}-bin" |
81 | SYSTEMD_SERVICE_${PN}-bin = "saslauthd.service" | 81 | SYSTEMD_SERVICE:${PN}-bin = "saslauthd.service" |
82 | SYSTEMD_AUTO_ENABLE = "disable" | 82 | SYSTEMD_AUTO_ENABLE = "disable" |
83 | 83 | ||
84 | SRC_URI[md5sum] = "a7f4e5e559a0e37b3ffc438c9456e425" | 84 | SRC_URI[md5sum] = "a7f4e5e559a0e37b3ffc438c9456e425" |
@@ -86,16 +86,16 @@ SRC_URI[sha256sum] = "8fbc5136512b59bb793657f36fadda6359cae3b08f01fd16b3d406f134 | |||
86 | 86 | ||
87 | PACKAGES =+ "${PN}-bin" | 87 | PACKAGES =+ "${PN}-bin" |
88 | 88 | ||
89 | FILES_${PN} += "${libdir}/sasl2/*.so*" | 89 | FILES:${PN} += "${libdir}/sasl2/*.so*" |
90 | FILES_${PN}-bin += "${bindir} \ | 90 | FILES:${PN}-bin += "${bindir} \ |
91 | ${sysconfdir}/default/saslauthd \ | 91 | ${sysconfdir}/default/saslauthd \ |
92 | ${systemd_unitdir}/system/saslauthd.service \ | 92 | ${systemd_unitdir}/system/saslauthd.service \ |
93 | ${sysconfdir}/tmpfiles.d/saslauthd.conf" | 93 | ${sysconfdir}/tmpfiles.d/saslauthd.conf" |
94 | FILES_${PN}-dev += "${libdir}/sasl2/*.la" | 94 | FILES:${PN}-dev += "${libdir}/sasl2/*.la" |
95 | FILES_${PN}-dbg += "${libdir}/sasl2/.debug" | 95 | FILES:${PN}-dbg += "${libdir}/sasl2/.debug" |
96 | FILES_${PN}-staticdev += "${libdir}/sasl2/*.a" | 96 | FILES:${PN}-staticdev += "${libdir}/sasl2/*.a" |
97 | 97 | ||
98 | INSANE_SKIP_${PN} += "dev-so" | 98 | INSANE_SKIP:${PN} += "dev-so" |
99 | 99 | ||
100 | # CVE-2020-8032 affects only openSUSE | 100 | # CVE-2020-8032 affects only openSUSE |
101 | CVE_CHECK_WHITELIST += "CVE-2020-8032" | 101 | CVE_CHECK_WHITELIST += "CVE-2020-8032" |
diff --git a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb index 3554e688ab..19fbd0fa24 100644 --- a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb +++ b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb | |||
@@ -36,7 +36,7 @@ SRC_URI[sha256sum] = "d3eab7d6cad5da8ccc9d1e31d5303e27a39622c07bdb8fa3618eea3144 | |||
36 | inherit systemd | 36 | inherit systemd |
37 | 37 | ||
38 | DEPENDS = "readline ppp ncurses gzip-native rpcsvc-proto-native libtirpc" | 38 | DEPENDS = "readline ppp ncurses gzip-native rpcsvc-proto-native libtirpc" |
39 | RDEPENDS_${PN} = "rpcbind" | 39 | RDEPENDS:${PN} = "rpcbind" |
40 | 40 | ||
41 | EXTRA_OEMAKE = "CC='${CC}' AS='${AS}' LD='${LD}' AR='${AR}' NM='${NM}' STRIP='${STRIP}'" | 41 | EXTRA_OEMAKE = "CC='${CC}' AS='${AS}' LD='${LD}' AR='${AR}' NM='${NM}' STRIP='${STRIP}'" |
42 | EXTRA_OEMAKE += "PPPD_VERSION=${PPPD_VERSION} SYS_LIBDIR=${libdir}" | 42 | EXTRA_OEMAKE += "PPPD_VERSION=${PPPD_VERSION} SYS_LIBDIR=${libdir}" |
@@ -45,11 +45,11 @@ EXTRA_OEMAKE += "IPPOOL_TEST=y" | |||
45 | 45 | ||
46 | CPPFLAGS += "${SELECTED_OPTIMIZATION} -I${STAGING_INCDIR}/tirpc" | 46 | CPPFLAGS += "${SELECTED_OPTIMIZATION} -I${STAGING_INCDIR}/tirpc" |
47 | 47 | ||
48 | SYSTEMD_SERVICE_${PN} = "ippool.service" | 48 | SYSTEMD_SERVICE:${PN} = "ippool.service" |
49 | SYSTEMD_AUTO_ENABLE = "disable" | 49 | SYSTEMD_AUTO_ENABLE = "disable" |
50 | 50 | ||
51 | 51 | ||
52 | do_compile_prepend() { | 52 | do_compile:prepend() { |
53 | # fix the CFLAGS= and CPPFLAGS= in main Makefile, to have the extra CFLAGS in env | 53 | # fix the CFLAGS= and CPPFLAGS= in main Makefile, to have the extra CFLAGS in env |
54 | sed -i -e "s/^CFLAGS=/CFLAGS+=/" ${S}/Makefile | 54 | sed -i -e "s/^CFLAGS=/CFLAGS+=/" ${S}/Makefile |
55 | sed -i -e "s/^CPPFLAGS=/CPPFLAGS+=/" ${S}/Makefile | 55 | sed -i -e "s/^CPPFLAGS=/CPPFLAGS+=/" ${S}/Makefile |
@@ -79,12 +79,12 @@ do_install() { | |||
79 | 79 | ||
80 | PACKAGES =+ "${PN}-test" | 80 | PACKAGES =+ "${PN}-test" |
81 | 81 | ||
82 | FILES_${PN} += "${libdir}/pppd/${PPPD_VERSION}/ippool.so" | 82 | FILES:${PN} += "${libdir}/pppd/${PPPD_VERSION}/ippool.so" |
83 | FILES_${PN}-dbg += "${libdir}/pppd/${PPPD_VERSION}/.debug/ippool.so" | 83 | FILES:${PN}-dbg += "${libdir}/pppd/${PPPD_VERSION}/.debug/ippool.so" |
84 | FILES_${PN}-test = "/opt/${BPN}" | 84 | FILES:${PN}-test = "/opt/${BPN}" |
85 | 85 | ||
86 | # needs tcl to run tests | 86 | # needs tcl to run tests |
87 | RDEPENDS_${PN}-test += "tcl ${BPN}" | 87 | RDEPENDS:${PN}-test += "tcl ${BPN}" |
88 | 88 | ||
89 | PPPD_VERSION="${@get_ppp_version(d)}" | 89 | PPPD_VERSION="${@get_ppp_version(d)}" |
90 | 90 | ||
diff --git a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb index 8a3dd011e4..8e0da23b68 100644 --- a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb +++ b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb | |||
@@ -100,7 +100,7 @@ do_install () { | |||
100 | fi | 100 | fi |
101 | } | 101 | } |
102 | 102 | ||
103 | pkg_postinst_${PN}() { | 103 | pkg_postinst:${PN}() { |
104 | if [ "x$D" = "x" ]; then | 104 | if [ "x$D" = "x" ]; then |
105 | if [ -e /etc/init.d/populate-volatile.sh ]; then | 105 | if [ -e /etc/init.d/populate-volatile.sh ]; then |
106 | /etc/init.d/populate-volatile.sh update | 106 | /etc/init.d/populate-volatile.sh update |
@@ -114,4 +114,4 @@ SYSTEMD_SERVICE = " iscsi-initiator.service iscsi-initiator-targets.service " | |||
114 | INITSCRIPT_NAME = "iscsid" | 114 | INITSCRIPT_NAME = "iscsid" |
115 | INITSCRIPT_PARAMS = "start 30 1 2 3 4 5 . stop 70 0 1 2 3 4 5 6 ." | 115 | INITSCRIPT_PARAMS = "start 30 1 2 3 4 5 . stop 70 0 1 2 3 4 5 6 ." |
116 | 116 | ||
117 | FILES_${PN} += "${nonarch_libdir}/iscsi" | 117 | FILES:${PN} += "${nonarch_libdir}/iscsi" |
diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.2.2.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.2.2.bb index f0cbca1bec..d04b73876d 100644 --- a/meta-networking/recipes-daemons/keepalived/keepalived_2.2.2.bb +++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.2.2.bb | |||
@@ -29,7 +29,7 @@ PACKAGECONFIG[systemd] = "--with-init=systemd --with-systemdsystemunitdir=${syst | |||
29 | 29 | ||
30 | EXTRA_OEMAKE = "initdir=${sysconfdir}/init.d" | 30 | EXTRA_OEMAKE = "initdir=${sysconfdir}/init.d" |
31 | 31 | ||
32 | do_install_append() { | 32 | do_install:append() { |
33 | if [ -f ${D}${sysconfdir}/init.d/${BPN} ]; then | 33 | if [ -f ${D}${sysconfdir}/init.d/${BPN} ]; then |
34 | chmod 0755 ${D}${sysconfdir}/init.d/${BPN} | 34 | chmod 0755 ${D}${sysconfdir}/init.d/${BPN} |
35 | sed -i 's#rc.d/##' ${D}${sysconfdir}/init.d/${BPN} | 35 | sed -i 's#rc.d/##' ${D}${sysconfdir}/init.d/${BPN} |
@@ -40,7 +40,7 @@ do_install_append() { | |||
40 | fi | 40 | fi |
41 | } | 41 | } |
42 | 42 | ||
43 | FILES_${PN} += "${datadir}/snmp/mibs/KEEPALIVED-MIB.txt" | 43 | FILES:${PN} += "${datadir}/snmp/mibs/KEEPALIVED-MIB.txt" |
44 | 44 | ||
45 | SYSTEMD_SERVICE_${PN} = "keepalived.service" | 45 | SYSTEMD_SERVICE:${PN} = "keepalived.service" |
46 | SYSTEMD_AUTO_ENABLE ?= "disable" | 46 | SYSTEMD_AUTO_ENABLE ?= "disable" |
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb index bd94c09198..d5e9e2c303 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb | |||
@@ -17,8 +17,8 @@ SRC_URI[sha256sum] = "98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928 | |||
17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion | 17 | inherit autotools update-rc.d useradd systemd pkgconfig bash-completion |
18 | 18 | ||
19 | USERADD_PACKAGES = "${PN}" | 19 | USERADD_PACKAGES = "${PN}" |
20 | USERADD_PARAM_${PN} = "--system -g lldpd --shell /bin/false lldpd" | 20 | USERADD_PARAM:${PN} = "--system -g lldpd --shell /bin/false lldpd" |
21 | GROUPADD_PARAM_${PN} = "--system lldpd" | 21 | GROUPADD_PARAM:${PN} = "--system lldpd" |
22 | 22 | ||
23 | EXTRA_OECONF += "--without-embedded-libevent \ | 23 | EXTRA_OECONF += "--without-embedded-libevent \ |
24 | --disable-oldies \ | 24 | --disable-oldies \ |
@@ -45,9 +45,9 @@ PACKAGECONFIG[custom] = "--enable-custom,--disable-custom" | |||
45 | INITSCRIPT_NAME = "lldpd" | 45 | INITSCRIPT_NAME = "lldpd" |
46 | INITSCRIPT_PARAMS = "defaults" | 46 | INITSCRIPT_PARAMS = "defaults" |
47 | 47 | ||
48 | SYSTEMD_SERVICE_${PN} = "lldpd.service" | 48 | SYSTEMD_SERVICE:${PN} = "lldpd.service" |
49 | 49 | ||
50 | do_install_append() { | 50 | do_install:append() { |
51 | install -Dm 0755 ${WORKDIR}/lldpd.init.d ${D}${sysconfdir}/init.d/lldpd | 51 | install -Dm 0755 ${WORKDIR}/lldpd.init.d ${D}${sysconfdir}/init.d/lldpd |
52 | install -Dm 0644 ${WORKDIR}/lldpd.default ${D}${sysconfdir}/default/lldpd | 52 | install -Dm 0644 ${WORKDIR}/lldpd.default ${D}${sysconfdir}/default/lldpd |
53 | # Make an empty configuration file | 53 | # Make an empty configuration file |
@@ -56,9 +56,9 @@ do_install_append() { | |||
56 | 56 | ||
57 | PACKAGES =+ "${PN}-zsh-completion" | 57 | PACKAGES =+ "${PN}-zsh-completion" |
58 | 58 | ||
59 | FILES_${PN} += "${libdir}/sysusers.d" | 59 | FILES:${PN} += "${libdir}/sysusers.d" |
60 | RDEPENDS_${PN} += "os-release" | 60 | RDEPENDS:${PN} += "os-release" |
61 | 61 | ||
62 | FILES_${PN}-zsh-completion += "${datadir}/zsh/" | 62 | FILES:${PN}-zsh-completion += "${datadir}/zsh/" |
63 | # FIXME: zsh is broken in meta-oe so this cannot be enabled for now | 63 | # FIXME: zsh is broken in meta-oe so this cannot be enabled for now |
64 | #RDEPENDS_${PN}-zsh-completion += "zsh" | 64 | #RDEPENDS_${PN}-zsh-completion += "zsh" |
diff --git a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb index ee6da5737f..592f98f9d3 100644 --- a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb +++ b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb | |||
@@ -21,7 +21,7 @@ PACKAGECONFIG ??= "" | |||
21 | PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,," | 21 | PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,," |
22 | 22 | ||
23 | EXTRA_OECONF = "--disable-precomp" | 23 | EXTRA_OECONF = "--disable-precomp" |
24 | TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}" | 24 | TARGET_CC_ARCH:append = " ${SELECTED_OPTIMIZATION}" |
25 | 25 | ||
26 | do_configure() { | 26 | do_configure() { |
27 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | 27 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} |
diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb index a697e983f6..5159cf51e4 100644 --- a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb +++ b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" | |||
9 | 9 | ||
10 | inherit features_check systemd | 10 | inherit features_check systemd |
11 | 11 | ||
12 | RDEPENDS_${PN} = "python3-pygobject python3-dbus" | 12 | RDEPENDS:${PN} = "python3-pygobject python3-dbus" |
13 | REQUIRED_DISTRO_FEATURES = "systemd" | 13 | REQUIRED_DISTRO_FEATURES = "systemd" |
14 | 14 | ||
15 | SRCREV = "30e278e50749a60a930ceaa0971207c6436b8a0c" | 15 | SRCREV = "30e278e50749a60a930ceaa0971207c6436b8a0c" |
@@ -18,7 +18,7 @@ SRC_URI = "git://gitlab.com/craftyguy/networkd-dispatcher;protocol=https;nobranc | |||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | SYSTEMD_PACKAGES = "${PN}" | 20 | SYSTEMD_PACKAGES = "${PN}" |
21 | SYSTEMD_SERVICE_${PN} = "networkd-dispatcher.service" | 21 | SYSTEMD_SERVICE:${PN} = "networkd-dispatcher.service" |
22 | SYSTEMD_AUTO_ENABLE = "disable" | 22 | SYSTEMD_AUTO_ENABLE = "disable" |
23 | 23 | ||
24 | # Nothing to build, just a python script to install | 24 | # Nothing to build, just a python script to install |
diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb index e8d19a2c0b..bacf984e74 100644 --- a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb +++ b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb | |||
@@ -55,10 +55,10 @@ inherit autotools pkgconfig ptest update-rc.d systemd | |||
55 | 55 | ||
56 | PACKAGES =+ "${PN}-libs" | 56 | PACKAGES =+ "${PN}-libs" |
57 | 57 | ||
58 | FILES_${PN}-libs = "${libdir}/${BPN}/*.so /usr/lib/${BPN}/*.so" | 58 | FILES:${PN}-libs = "${libdir}/${BPN}/*.so /usr/lib/${BPN}/*.so" |
59 | 59 | ||
60 | INSANE_SKIP_${PN}-libs = "dev-so" | 60 | INSANE_SKIP:${PN}-libs = "dev-so" |
61 | RDEPENDS_${PN} += "${PN}-libs" | 61 | RDEPENDS:${PN} += "${PN}-libs" |
62 | 62 | ||
63 | PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc" | 63 | PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc" |
64 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," | 64 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," |
@@ -68,7 +68,7 @@ PACKAGECONFIG[snmp-bc] = "--enable-snmp_bc,--disable-snmp_bc" | |||
68 | 68 | ||
69 | export DISTRO | 69 | export DISTRO |
70 | 70 | ||
71 | do_install_append () { | 71 | do_install:append () { |
72 | install -m 0755 -d ${D}${sysconfdir}/${BPN} | 72 | install -m 0755 -d ${D}${sysconfdir}/${BPN} |
73 | install -m 0644 ${S}/openhpiclient.conf.example ${D}${sysconfdir}/${BPN}/openhpiclient.conf | 73 | install -m 0644 ${S}/openhpiclient.conf.example ${D}${sysconfdir}/${BPN}/openhpiclient.conf |
74 | install -m 0600 ${S}/openhpi.conf.example ${D}${sysconfdir}/${BPN}/openhpi.conf | 74 | install -m 0600 ${S}/openhpi.conf.example ${D}${sysconfdir}/${BPN}/openhpi.conf |
@@ -134,5 +134,5 @@ do_install_ptest () { | |||
134 | INITSCRIPT_NAME = "openhpid" | 134 | INITSCRIPT_NAME = "openhpid" |
135 | INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." | 135 | INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." |
136 | 136 | ||
137 | SYSTEMD_SERVICE_${PN} = "openhpid.service" | 137 | SYSTEMD_SERVICE:${PN} = "openhpid.service" |
138 | SYSTEMD_AUTO_ENABLE = "disable" | 138 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.21.06.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.21.06.bb index a971677203..caa85e040a 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_5.21.06.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.21.06.bb | |||
@@ -37,10 +37,10 @@ UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/opensaf/files/releases" | |||
37 | inherit autotools useradd systemd pkgconfig | 37 | inherit autotools useradd systemd pkgconfig |
38 | 38 | ||
39 | USERADD_PACKAGES = "${PN}" | 39 | USERADD_PACKAGES = "${PN}" |
40 | GROUPADD_PARAM_${PN} = "-f -r opensaf" | 40 | GROUPADD_PARAM:${PN} = "-f -r opensaf" |
41 | USERADD_PARAM_${PN} = "-r -g opensaf -d ${datadir}/opensaf/ -s ${sbindir}/nologin -c \"OpenSAF\" opensaf" | 41 | USERADD_PARAM:${PN} = "-r -g opensaf -d ${datadir}/opensaf/ -s ${sbindir}/nologin -c \"OpenSAF\" opensaf" |
42 | 42 | ||
43 | SYSTEMD_SERVICE_${PN} += "opensafd.service" | 43 | SYSTEMD_SERVICE:${PN} += "opensafd.service" |
44 | SYSTEMD_AUTO_ENABLE = "disable" | 44 | SYSTEMD_AUTO_ENABLE = "disable" |
45 | 45 | ||
46 | PACKAGECONFIG[systemd] = ",,systemd" | 46 | PACKAGECONFIG[systemd] = ",,systemd" |
@@ -53,7 +53,7 @@ CPPFLAGS += "-Wno-error=stringop-overflow= -Wno-error=stringop-truncation" | |||
53 | CXXFLAGS += "-Wno-error=stringop-overflow= -Wno-error=stringop-truncation -Wno-error=format-truncation=" | 53 | CXXFLAGS += "-Wno-error=stringop-overflow= -Wno-error=stringop-truncation -Wno-error=format-truncation=" |
54 | LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed" | 54 | LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed" |
55 | 55 | ||
56 | do_install_append() { | 56 | do_install:append() { |
57 | rm -fr "${D}${localstatedir}/lock" | 57 | rm -fr "${D}${localstatedir}/lock" |
58 | rm -fr "${D}${localstatedir}/run" | 58 | rm -fr "${D}${localstatedir}/run" |
59 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" | 59 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" |
@@ -64,15 +64,15 @@ do_install_append() { | |||
64 | fi | 64 | fi |
65 | } | 65 | } |
66 | 66 | ||
67 | FILES_${PN} += "${libdir}/libSa*.so ${systemd_unitdir}/system/*.service" | 67 | FILES:${PN} += "${libdir}/libSa*.so ${systemd_unitdir}/system/*.service" |
68 | FILES_${PN}-dev += "${libdir}/libopensaf_core.so" | 68 | FILES:${PN}-dev += "${libdir}/libopensaf_core.so" |
69 | FILES_${PN}-staticdev += "${PKGLIBDIR}/*.a" | 69 | FILES:${PN}-staticdev += "${PKGLIBDIR}/*.a" |
70 | 70 | ||
71 | INSANE_SKIP_${PN} = "dev-so" | 71 | INSANE_SKIP:${PN} = "dev-so" |
72 | 72 | ||
73 | RDEPENDS_${PN} += "bash python3-core" | 73 | RDEPENDS:${PN} += "bash python3-core" |
74 | 74 | ||
75 | # http://errors.yoctoproject.org/Errors/Details/186970/ | 75 | # http://errors.yoctoproject.org/Errors/Details/186970/ |
76 | COMPATIBLE_HOST_libc-musl = 'null' | 76 | COMPATIBLE_HOST:libc-musl = 'null' |
77 | 77 | ||
78 | FILES_SOLIBSDEV = "" | 78 | FILES_SOLIBSDEV = "" |
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 4b9940cc7a..7bf258374c 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -25,11 +25,11 @@ inherit update-rc.d useradd update-alternatives systemd lib_package | |||
25 | INITSCRIPT_NAME = "postfix" | 25 | INITSCRIPT_NAME = "postfix" |
26 | INITSCRIPT_PARAMS = "start 58 3 4 5 . stop 13 0 1 6 ." | 26 | INITSCRIPT_PARAMS = "start 58 3 4 5 . stop 13 0 1 6 ." |
27 | USERADD_PACKAGES = "${PN}-bin" | 27 | USERADD_PACKAGES = "${PN}-bin" |
28 | USERADD_PARAM_${PN}-bin = \ | 28 | USERADD_PARAM:${PN}-bin = \ |
29 | "-d /var/spool/postfix -r -g postfix --shell /bin/false postfix; \ | 29 | "-d /var/spool/postfix -r -g postfix --shell /bin/false postfix; \ |
30 | -d /var/spool/vmail -r -g vmail --shell /bin/false vmail \ | 30 | -d /var/spool/vmail -r -g vmail --shell /bin/false vmail \ |
31 | " | 31 | " |
32 | GROUPADD_PARAM_${PN}-bin = "--system postfix;--system postdrop;--system vmail" | 32 | GROUPADD_PARAM:${PN}-bin = "--system postfix;--system postdrop;--system vmail" |
33 | 33 | ||
34 | export SYSLIBS = "${LDFLAGS}" | 34 | export SYSLIBS = "${LDFLAGS}" |
35 | 35 | ||
@@ -45,10 +45,10 @@ export AUXLIBS-ldap = "\ | |||
45 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', '-lldap -llber', '', d)}" | 45 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', '-lldap -llber', '', d)}" |
46 | 46 | ||
47 | # no native openldap | 47 | # no native openldap |
48 | export CCARGS-ldap_class-native = "" | 48 | export CCARGS-ldap:class-native = "" |
49 | export AUXLIBS-ldap_class-native = "" | 49 | export AUXLIBS-ldap:class-native = "" |
50 | 50 | ||
51 | export CCARGS-nonis_libc-musl = "-DNO_NIS" | 51 | export CCARGS-nonis:libc-musl = "-DNO_NIS" |
52 | export CCARGS-nonis = "" | 52 | export CCARGS-nonis = "" |
53 | 53 | ||
54 | # SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH | 54 | # SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH |
@@ -57,8 +57,8 @@ export CCARGS-sasl = "\ | |||
57 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${STAGING_INCDIR}/sasl', '', d)}" | 57 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${STAGING_INCDIR}/sasl', '', d)}" |
58 | export AUXLIBS-sasl = "\ | 58 | export AUXLIBS-sasl = "\ |
59 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}" | 59 | ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}" |
60 | export CCARGS-sasl_class-native = "" | 60 | export CCARGS-sasl:class-native = "" |
61 | export AUXLIBS-sasl_class-native = "" | 61 | export AUXLIBS-sasl:class-native = "" |
62 | 62 | ||
63 | # PCRE, TLS support default | 63 | # PCRE, TLS support default |
64 | export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS -I${STAGING_INCDIR}/openssl ${CCARGS-ldap} ${CCARGS-sasl} ${CCARGS-nonis}" | 64 | export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS -I${STAGING_INCDIR}/openssl ${CCARGS-ldap} ${CCARGS-sasl} ${CCARGS-nonis}" |
@@ -95,11 +95,11 @@ do_compile () { | |||
95 | oe_runmake | 95 | oe_runmake |
96 | } | 96 | } |
97 | 97 | ||
98 | do_install_prepend_class-native() { | 98 | do_install:prepend:class-native() { |
99 | export POSTCONF="bin/postconf" | 99 | export POSTCONF="bin/postconf" |
100 | } | 100 | } |
101 | 101 | ||
102 | SYSTEMD_SERVICE_${PN} = "postfix.service" | 102 | SYSTEMD_SERVICE:${PN} = "postfix.service" |
103 | 103 | ||
104 | do_install () { | 104 | do_install () { |
105 | sh ./postfix-install 'install_root=${D}' \ | 105 | sh ./postfix-install 'install_root=${D}' \ |
@@ -180,14 +180,14 @@ do_install () { | |||
180 | rm -rf ${D}/etc/postfix/makedefs.out | 180 | rm -rf ${D}/etc/postfix/makedefs.out |
181 | } | 181 | } |
182 | 182 | ||
183 | do_install_append_class-native() { | 183 | do_install:append:class-native() { |
184 | ln -sf ../sbin/sendmail.postfix ${D}${bindir}/newaliases | 184 | ln -sf ../sbin/sendmail.postfix ${D}${bindir}/newaliases |
185 | ln -sf ../sbin/sendmail.postfix ${D}${bindir}/mailq | 185 | ln -sf ../sbin/sendmail.postfix ${D}${bindir}/mailq |
186 | } | 186 | } |
187 | 187 | ||
188 | ALTERNATIVE_${PN}-bin = "sendmail mailq newaliases" | 188 | ALTERNATIVE:${PN}-bin = "sendmail mailq newaliases" |
189 | # /usr/lib/sendmial is required by LSB core test | 189 | # /usr/lib/sendmial is required by LSB core test |
190 | ALTERNATIVE_${PN}-bin_linuxstdbase = "sendmail mailq newaliases usr-lib-sendmail" | 190 | ALTERNATIVE:${PN}-bin:linuxstdbase = "sendmail mailq newaliases usr-lib-sendmail" |
191 | ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq" | 191 | ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq" |
192 | ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases" | 192 | ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases" |
193 | ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix" | 193 | ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix" |
@@ -197,12 +197,12 @@ ALTERNATIVE_LINK_NAME[usr-lib-sendmail] = "/usr/lib/sendmail" | |||
197 | 197 | ||
198 | ALTERNATIVE_PRIORITY = "120" | 198 | ALTERNATIVE_PRIORITY = "120" |
199 | 199 | ||
200 | ALTERNATIVE_${PN}-doc += "mailq.1 newaliases.1 sendmail.1" | 200 | ALTERNATIVE:${PN}-doc += "mailq.1 newaliases.1 sendmail.1" |
201 | ALTERNATIVE_LINK_NAME[mailq.1] = "${mandir}/man1/mailq.1" | 201 | ALTERNATIVE_LINK_NAME[mailq.1] = "${mandir}/man1/mailq.1" |
202 | ALTERNATIVE_LINK_NAME[newaliases.1] = "${mandir}/man1/newaliases.1" | 202 | ALTERNATIVE_LINK_NAME[newaliases.1] = "${mandir}/man1/newaliases.1" |
203 | ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" | 203 | ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" |
204 | 204 | ||
205 | pkg_postinst_ontarget_${PN}-cfg () { | 205 | pkg_postinst_ontarget:${PN}-cfg () { |
206 | touch /etc/aliases | 206 | touch /etc/aliases |
207 | newaliases | 207 | newaliases |
208 | 208 | ||
@@ -212,11 +212,11 @@ pkg_postinst_ontarget_${PN}-cfg () { | |||
212 | } | 212 | } |
213 | 213 | ||
214 | PACKAGES =+ "${PN}-cfg" | 214 | PACKAGES =+ "${PN}-cfg" |
215 | RDEPENDS_${PN}-cfg_class-target += "${PN}-bin" | 215 | RDEPENDS:${PN}-cfg:class-target += "${PN}-bin" |
216 | RDEPENDS_${PN}_class-target += "${PN}-cfg" | 216 | RDEPENDS:${PN}:class-target += "${PN}-cfg" |
217 | # Exclude .debug directories from the main package | 217 | # Exclude .debug directories from the main package |
218 | FILES_${PN}-bin += "${localstatedir} ${bindir}/* ${sbindir}/* \ | 218 | FILES:${PN}-bin += "${localstatedir} ${bindir}/* ${sbindir}/* \ |
219 | ${libexecdir}/* ${systemd_unitdir}/*" | 219 | ${libexecdir}/* ${systemd_unitdir}/*" |
220 | FILES_${PN}-cfg = "${sysconfdir}" | 220 | FILES:${PN}-cfg = "${sysconfdir}" |
221 | FILES_${PN}-dbg += "${libexecdir}/postfix/.debug" | 221 | FILES:${PN}-dbg += "${libexecdir}/postfix/.debug" |
222 | ALLOW_EMPTY_${PN} = "1" | 222 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb index f2a89e5a2f..981757b563 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb | |||
@@ -131,15 +131,15 @@ INITSCRIPT_NAME = "proftpd" | |||
131 | INITSCRIPT_PARAM = "defaults 85 15" | 131 | INITSCRIPT_PARAM = "defaults 85 15" |
132 | 132 | ||
133 | SYSTEMD_PACKAGES = "${PN}" | 133 | SYSTEMD_PACKAGES = "${PN}" |
134 | SYSTEMD_SERVICE_${PN} = "proftpd.service" | 134 | SYSTEMD_SERVICE:${PN} = "proftpd.service" |
135 | 135 | ||
136 | USERADD_PACKAGES = "${PN}" | 136 | USERADD_PACKAGES = "${PN}" |
137 | GROUPADD_PARAM_${PN} = "--system ${FTPGROUP}" | 137 | GROUPADD_PARAM:${PN} = "--system ${FTPGROUP}" |
138 | USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} --no-create-home \ | 138 | USERADD_PARAM:${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} --no-create-home \ |
139 | --shell /bin/false ${FTPUSER}" | 139 | --shell /bin/false ${FTPUSER}" |
140 | 140 | ||
141 | MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs" | 141 | MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs" |
142 | 142 | ||
143 | FILES_${PN} += "/home/${FTPUSER}" | 143 | FILES:${PN} += "/home/${FTPUSER}" |
144 | 144 | ||
145 | RDEPENDS_${PN} += "perl" | 145 | RDEPENDS:${PN} += "perl" |
diff --git a/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb b/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb index 227c9f9170..d1eb6e28fc 100644 --- a/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb +++ b/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb | |||
@@ -58,5 +58,5 @@ do_install() { | |||
58 | } | 58 | } |
59 | 59 | ||
60 | SYSTEMD_PACKAGES = "${PN}" | 60 | SYSTEMD_PACKAGES = "${PN}" |
61 | SYSTEMD_SERVICE_${PN} = "ptpd.service" | 61 | SYSTEMD_SERVICE:${PN} = "ptpd.service" |
62 | SYSTEMD_AUTO_ENABLE = "disable" | 62 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc index 802dbe34e9..2afaa48411 100644 --- a/meta-networking/recipes-daemons/radvd/radvd.inc +++ b/meta-networking/recipes-daemons/radvd/radvd.inc | |||
@@ -23,10 +23,10 @@ SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \ | |||
23 | 23 | ||
24 | inherit autotools useradd pkgconfig systemd | 24 | inherit autotools useradd pkgconfig systemd |
25 | 25 | ||
26 | SYSTEMD_SERVICE_${PN} = "radvd.service" | 26 | SYSTEMD_SERVICE:${PN} = "radvd.service" |
27 | SYSTEMD_AUTO_ENABLE = "disable" | 27 | SYSTEMD_AUTO_ENABLE = "disable" |
28 | 28 | ||
29 | do_install_append () { | 29 | do_install:append () { |
30 | install -m 0755 -d ${D}${sysconfdir}/init.d \ | 30 | install -m 0755 -d ${D}${sysconfdir}/init.d \ |
31 | ${D}${sysconfdir}/default/volatiles \ | 31 | ${D}${sysconfdir}/default/volatiles \ |
32 | ${D}${docdir}/radvd | 32 | ${D}${docdir}/radvd |
@@ -58,9 +58,9 @@ do_install_append () { | |||
58 | } | 58 | } |
59 | 59 | ||
60 | USERADD_PACKAGES = "${PN}" | 60 | USERADD_PACKAGES = "${PN}" |
61 | USERADD_PARAM_${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup radvd" | 61 | USERADD_PARAM:${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup radvd" |
62 | 62 | ||
63 | pkg_postinst_${PN} () { | 63 | pkg_postinst:${PN} () { |
64 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then | 64 | if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then |
65 | /etc/init.d/populate-volatile.sh update | 65 | /etc/init.d/populate-volatile.sh update |
66 | fi | 66 | fi |
diff --git a/meta-networking/recipes-daemons/squid/squid_4.15.bb b/meta-networking/recipes-daemons/squid/squid_4.15.bb index 8ba10674c9..5af00d6269 100644 --- a/meta-networking/recipes-daemons/squid/squid_4.15.bb +++ b/meta-networking/recipes-daemons/squid/squid_4.15.bb | |||
@@ -27,7 +27,7 @@ SRC_URI = "http://www.squid-cache.org/Versions/v${MAJ_VER}/${BPN}-${PV}.tar.bz2 | |||
27 | file://0001-Fix-build-on-Fedora-Rawhide-772.patch \ | 27 | file://0001-Fix-build-on-Fedora-Rawhide-772.patch \ |
28 | " | 28 | " |
29 | 29 | ||
30 | SRC_URI_remove_toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" | 30 | SRC_URI:remove:toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" |
31 | 31 | ||
32 | SRC_URI[sha256sum] = "71635811e766ce8b155225a9e3c7757cfc7ff93df26b28d82e5e6fc021b9a605" | 32 | SRC_URI[sha256sum] = "71635811e766ce8b155225a9e3c7757cfc7ff93df26b28d82e5e6fc021b9a605" |
33 | 33 | ||
@@ -38,13 +38,13 @@ DEPENDS = "libtool krb5 openldap db cyrus-sasl" | |||
38 | 38 | ||
39 | inherit autotools pkgconfig useradd ptest perlnative | 39 | inherit autotools pkgconfig useradd ptest perlnative |
40 | 40 | ||
41 | LDFLAGS_append_mipsarch = " -latomic" | 41 | LDFLAGS:append:mipsarch = " -latomic" |
42 | LDFLAGS_append_powerpc = " -latomic" | 42 | LDFLAGS:append:powerpc = " -latomic" |
43 | LDFLAGS_append_riscv64 = " -latomic" | 43 | LDFLAGS:append:riscv64 = " -latomic" |
44 | LDFLAGS_append_riscv32 = " -latomic" | 44 | LDFLAGS:append:riscv32 = " -latomic" |
45 | 45 | ||
46 | USERADD_PACKAGES = "${PN}" | 46 | USERADD_PACKAGES = "${PN}" |
47 | USERADD_PARAM_${PN} = "--system --no-create-home --home-dir /var/run/squid --shell /bin/false --user-group squid" | 47 | USERADD_PARAM:${PN} = "--system --no-create-home --home-dir /var/run/squid --shell /bin/false --user-group squid" |
48 | 48 | ||
49 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 49 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
50 | " | 50 | " |
@@ -68,7 +68,7 @@ export BUILDCXXFLAGS="${BUILD_CXXFLAGS}" | |||
68 | 68 | ||
69 | TESTDIR = "test-suite" | 69 | TESTDIR = "test-suite" |
70 | 70 | ||
71 | do_configure_prepend() { | 71 | do_configure:prepend() { |
72 | export SYSROOT=$PKG_CONFIG_SYSROOT_DIR | 72 | export SYSROOT=$PKG_CONFIG_SYSROOT_DIR |
73 | } | 73 | } |
74 | 74 | ||
@@ -92,7 +92,7 @@ do_install_ptest() { | |||
92 | sed -i 's:^TRUE = .*$:TRUE = /bin/true:' ${D}${PTEST_PATH}/${TESTDIR}/Makefile | 92 | sed -i 's:^TRUE = .*$:TRUE = /bin/true:' ${D}${PTEST_PATH}/${TESTDIR}/Makefile |
93 | } | 93 | } |
94 | 94 | ||
95 | do_install_append() { | 95 | do_install:append() { |
96 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 96 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
97 | install -d ${D}${sysconfdir}/tmpfiles.d | 97 | install -d ${D}${sysconfdir}/tmpfiles.d |
98 | echo "d ${localstatedir}/run/${BPN} 0755 squid squid -" >> ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf | 98 | echo "d ${localstatedir}/run/${BPN} 0755 squid squid -" >> ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf |
@@ -109,9 +109,9 @@ do_install_append() { | |||
109 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}/log" | 109 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}/log" |
110 | } | 110 | } |
111 | 111 | ||
112 | FILES_${PN} += "${libdir} ${datadir}/errors ${datadir}/icons" | 112 | FILES:${PN} += "${libdir} ${datadir}/errors ${datadir}/icons" |
113 | FILES_${PN}-dbg += "/usr/src/debug" | 113 | FILES:${PN}-dbg += "/usr/src/debug" |
114 | FILES_${PN}-doc += "${datadir}/*.txt" | 114 | FILES:${PN}-doc += "${datadir}/*.txt" |
115 | 115 | ||
116 | RDEPENDS_${PN} += "perl" | 116 | RDEPENDS:${PN} += "perl" |
117 | RDEPENDS_${PN}-ptest += "make" | 117 | RDEPENDS:${PN}-ptest += "make" |
diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb index dc1d6c67ef..af42bda93c 100644 --- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb +++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb | |||
@@ -72,26 +72,26 @@ do_install() { | |||
72 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/tftpd-hpa.service | 72 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/tftpd-hpa.service |
73 | } | 73 | } |
74 | 74 | ||
75 | FILES_${PN} = "${bindir}" | 75 | FILES:${PN} = "${bindir}" |
76 | 76 | ||
77 | PACKAGES += "tftp-hpa-server" | 77 | PACKAGES += "tftp-hpa-server" |
78 | SUMMARY_tftp-hpa-server = "Server for the Trivial File Transfer Protocol" | 78 | SUMMARY:tftp-hpa-server = "Server for the Trivial File Transfer Protocol" |
79 | FILES_tftp-hpa-server = "${sbindir} ${sysconfdir} ${localstatedir}" | 79 | FILES:tftp-hpa-server = "${sbindir} ${sysconfdir} ${localstatedir}" |
80 | CONFFILES_tftp-hpa-server = "${sysconfdir}/default/tftpd-hpa" | 80 | CONFFILES:tftp-hpa-server = "${sysconfdir}/default/tftpd-hpa" |
81 | 81 | ||
82 | INITSCRIPT_PACKAGES = "tftp-hpa-server" | 82 | INITSCRIPT_PACKAGES = "tftp-hpa-server" |
83 | INITSCRIPT_NAME = "tftpd-hpa" | 83 | INITSCRIPT_NAME = "tftpd-hpa" |
84 | INITSCRIPT_PARAMS = "start 20 2 3 4 5 . stop 20 1 ." | 84 | INITSCRIPT_PARAMS = "start 20 2 3 4 5 . stop 20 1 ." |
85 | 85 | ||
86 | ALTERNATIVE_${PN}-doc = "tftpd.8 tftp.1" | 86 | ALTERNATIVE:${PN}-doc = "tftpd.8 tftp.1" |
87 | ALTERNATIVE_LINK_NAME[tftpd.8] = "${mandir}/man8/tftpd.8" | 87 | ALTERNATIVE_LINK_NAME[tftpd.8] = "${mandir}/man8/tftpd.8" |
88 | ALTERNATIVE_LINK_NAME[tftp.1] = "${mandir}/man1/tftp.1" | 88 | ALTERNATIVE_LINK_NAME[tftp.1] = "${mandir}/man1/tftp.1" |
89 | 89 | ||
90 | ALTERNATIVE_${PN} = "tftp" | 90 | ALTERNATIVE:${PN} = "tftp" |
91 | ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa" | 91 | ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa" |
92 | ALTERNATIVE_PRIORITY = "100" | 92 | ALTERNATIVE_PRIORITY = "100" |
93 | 93 | ||
94 | 94 | ||
95 | SYSTEMD_PACKAGES = "tftp-hpa-server" | 95 | SYSTEMD_PACKAGES = "tftp-hpa-server" |
96 | SYSTEMD_SERVICE_tftp-hpa-server = "tftpd-hpa.socket tftpd-hpa.service" | 96 | SYSTEMD_SERVICE:tftp-hpa-server = "tftpd-hpa.socket tftpd-hpa.service" |
97 | SYSTEMD_AUTO_ENABLE_tftp-hpa-server = "enable" | 97 | SYSTEMD_AUTO_ENABLE:tftp-hpa-server = "enable" |
diff --git a/meta-networking/recipes-daemons/vblade/vblade_25.bb b/meta-networking/recipes-daemons/vblade/vblade_25.bb index 647abbfd26..15bf350c77 100644 --- a/meta-networking/recipes-daemons/vblade/vblade_25.bb +++ b/meta-networking/recipes-daemons/vblade/vblade_25.bb | |||
@@ -51,5 +51,5 @@ do_install() { | |||
51 | INITSCRIPT_NAME = "vblade" | 51 | INITSCRIPT_NAME = "vblade" |
52 | INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." | 52 | INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." |
53 | 53 | ||
54 | SYSTEMD_SERVICE_${PN} = "vblade.service" | 54 | SYSTEMD_SERVICE:${PN} = "vblade.service" |
55 | SYSTEMD_AUTO_ENABLE = "disable" | 55 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb index 024b776def..cf3d7fc966 100644 --- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb +++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb | |||
@@ -39,16 +39,16 @@ PACKAGECONFIG ??= "tcp-wrappers" | |||
39 | PACKAGECONFIG[tcp-wrappers] = ",,tcp-wrappers" | 39 | PACKAGECONFIG[tcp-wrappers] = ",,tcp-wrappers" |
40 | 40 | ||
41 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 41 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
42 | RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-listfile', '', d)}" | 42 | RDEPENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-listfile', '', d)}" |
43 | PAMLIB = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-L${STAGING_BASELIBDIR} -lpam', '', d)}" | 43 | PAMLIB = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-L${STAGING_BASELIBDIR} -lpam', '', d)}" |
44 | WRAPLIB = "${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', '-lwrap', '', d)}" | 44 | WRAPLIB = "${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', '-lwrap', '', d)}" |
45 | NOPAM_SRC ="${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://nopam-with-tcp_wrappers.patch', 'file://nopam.patch', d)}" | 45 | NOPAM_SRC ="${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://nopam-with-tcp_wrappers.patch', 'file://nopam.patch', d)}" |
46 | 46 | ||
47 | inherit update-rc.d useradd systemd | 47 | inherit update-rc.d useradd systemd |
48 | 48 | ||
49 | CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf" | 49 | CONFFILES:${PN} = "${sysconfdir}/vsftpd.conf" |
50 | LDFLAGS_append =" -lcrypt -lcap" | 50 | LDFLAGS:append =" -lcrypt -lcap" |
51 | CFLAGS_append_libc-musl = " -D_GNU_SOURCE -include fcntl.h" | 51 | CFLAGS:append:libc-musl = " -D_GNU_SOURCE -include fcntl.h" |
52 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 52 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
53 | 53 | ||
54 | do_configure() { | 54 | do_configure() { |
@@ -95,17 +95,17 @@ do_install() { | |||
95 | } | 95 | } |
96 | 96 | ||
97 | INITSCRIPT_PACKAGES = "${PN}" | 97 | INITSCRIPT_PACKAGES = "${PN}" |
98 | INITSCRIPT_NAME_${PN} = "vsftpd" | 98 | INITSCRIPT_NAME:${PN} = "vsftpd" |
99 | INITSCRIPT_PARAMS_${PN} = "defaults 80" | 99 | INITSCRIPT_PARAMS:${PN} = "defaults 80" |
100 | 100 | ||
101 | USERADD_PACKAGES = "${PN}" | 101 | USERADD_PACKAGES = "${PN}" |
102 | USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ftp --no-create-home -g ftp \ | 102 | USERADD_PARAM:${PN} = "--system --home-dir /var/lib/ftp --no-create-home -g ftp \ |
103 | --shell /bin/false ftp " | 103 | --shell /bin/false ftp " |
104 | GROUPADD_PARAM_${PN} = "-r ftp" | 104 | GROUPADD_PARAM:${PN} = "-r ftp" |
105 | 105 | ||
106 | SYSTEMD_SERVICE_${PN} = "vsftpd.service" | 106 | SYSTEMD_SERVICE:${PN} = "vsftpd.service" |
107 | 107 | ||
108 | pkg_postinst_${PN}() { | 108 | pkg_postinst:${PN}() { |
109 | if [ -z "$D" ]; then | 109 | if [ -z "$D" ]; then |
110 | if type systemd-tmpfiles >/dev/null; then | 110 | if type systemd-tmpfiles >/dev/null; then |
111 | systemd-tmpfiles --create | 111 | systemd-tmpfiles --create |
diff --git a/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb b/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb index 4a2ab3efbb..0f62b5790d 100644 --- a/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb +++ b/meta-networking/recipes-devtools/python/python3-ldap_3.3.1.bb | |||
@@ -18,12 +18,12 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" | |||
18 | SRC_URI[md5sum] = "7608579722c491e42f5f63b3f88a95fb" | 18 | SRC_URI[md5sum] = "7608579722c491e42f5f63b3f88a95fb" |
19 | SRC_URI[sha256sum] = "4711cacf013e298754abd70058ccc995758177fb425f1c2d30e71adfc1d00aa5" | 19 | SRC_URI[sha256sum] = "4711cacf013e298754abd70058ccc995758177fb425f1c2d30e71adfc1d00aa5" |
20 | 20 | ||
21 | do_configure_prepend() { | 21 | do_configure:prepend() { |
22 | sed -i -e 's:^library_dirs =.*::' ${S}/setup.cfg | 22 | sed -i -e 's:^library_dirs =.*::' ${S}/setup.cfg |
23 | sed -i -e 's:^include_dirs =.*:include_dirs = =/usr/include/sasl/:' ${S}/setup.cfg | 23 | sed -i -e 's:^include_dirs =.*:include_dirs = =/usr/include/sasl/:' ${S}/setup.cfg |
24 | } | 24 | } |
25 | 25 | ||
26 | RDEPENDS_${PN} = " \ | 26 | RDEPENDS:${PN} = " \ |
27 | ${PYTHON_PN}-pprint \ | 27 | ${PYTHON_PN}-pprint \ |
28 | ${PYTHON_PN}-threading \ | 28 | ${PYTHON_PN}-threading \ |
29 | ${PYTHON_PN}-pyasn1 \ | 29 | ${PYTHON_PN}-pyasn1 \ |
diff --git a/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb b/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb index 01ca63746b..84acc86817 100644 --- a/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb +++ b/meta-networking/recipes-devtools/python/python3-scapy_2.4.5.bb | |||
@@ -26,7 +26,7 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
26 | 26 | ||
27 | inherit setuptools3 ptest | 27 | inherit setuptools3 ptest |
28 | 28 | ||
29 | do_install_append() { | 29 | do_install:append() { |
30 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 | 30 | mv ${D}${bindir}/scapy ${D}${bindir}/scapy3 |
31 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3 | 31 | mv ${D}${bindir}/UTscapy ${D}${bindir}/UTscapy3 |
32 | } | 32 | } |
@@ -36,6 +36,6 @@ do_install_ptest() { | |||
36 | sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-ptest | 36 | sed -i 's,@PTEST_PATH@,${PTEST_PATH},' ${D}${PTEST_PATH}/run-ptest |
37 | } | 37 | } |
38 | 38 | ||
39 | RDEPENDS_${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-cryptography ${PYTHON_PN}-netclient \ | 39 | RDEPENDS:${PN} = "tcpdump ${PYTHON_PN}-compression ${PYTHON_PN}-cryptography ${PYTHON_PN}-netclient \ |
40 | ${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \ | 40 | ${PYTHON_PN}-netserver ${PYTHON_PN}-pydoc ${PYTHON_PN}-pkgutil ${PYTHON_PN}-shell \ |
41 | ${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-pycrypto" | 41 | ${PYTHON_PN}-threading ${PYTHON_PN}-numbers ${PYTHON_PN}-pycrypto" |
diff --git a/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb b/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb index c0531d3866..0af954c310 100644 --- a/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb +++ b/meta-networking/recipes-extended/corosync/corosync_3.0.3.bb | |||
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a85eb4ce24033adb6088dd1d6ffc5e5d" | |||
18 | 18 | ||
19 | DEPENDS = "groff-native nss libqb kronosnet" | 19 | DEPENDS = "groff-native nss libqb kronosnet" |
20 | 20 | ||
21 | SYSTEMD_SERVICE_${PN} = "corosync.service corosync-notifyd.service \ | 21 | SYSTEMD_SERVICE:${PN} = "corosync.service corosync-notifyd.service \ |
22 | ${@bb.utils.contains('PACKAGECONFIG', 'qdevice', 'corosync-qdevice.service', '', d)} \ | 22 | ${@bb.utils.contains('PACKAGECONFIG', 'qdevice', 'corosync-qdevice.service', '', d)} \ |
23 | ${@bb.utils.contains('PACKAGECONFIG', 'qnetd', 'corosync-qnetd.service', '', d)} \ | 23 | ${@bb.utils.contains('PACKAGECONFIG', 'qnetd', 'corosync-qnetd.service', '', d)} \ |
24 | " | 24 | " |
@@ -42,7 +42,7 @@ EXTRA_OEMAKE = "tmpfilesdir_DATA=" | |||
42 | # ${S}/autogen.sh ) | 42 | # ${S}/autogen.sh ) |
43 | #} | 43 | #} |
44 | 44 | ||
45 | do_install_append() { | 45 | do_install:append() { |
46 | install -D -m 0644 ${WORKDIR}/corosync.conf ${D}/${sysconfdir}/corosync/corosync.conf.example | 46 | install -D -m 0644 ${WORKDIR}/corosync.conf ${D}/${sysconfdir}/corosync/corosync.conf.example |
47 | install -d ${D}${sysconfdir}/sysconfig/ | 47 | install -d ${D}${sysconfdir}/sysconfig/ |
48 | install -m 0644 ${S}/init/corosync.sysconfig.example ${D}${sysconfdir}/sysconfig/corosync | 48 | install -m 0644 ${S}/init/corosync.sysconfig.example ${D}${sysconfdir}/sysconfig/corosync |
@@ -64,11 +64,11 @@ do_install_append() { | |||
64 | fi | 64 | fi |
65 | } | 65 | } |
66 | 66 | ||
67 | RDEPENDS_${PN} += "bash ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit-pidof', 'procps', d)}" | 67 | RDEPENDS:${PN} += "bash ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit-pidof', 'procps', d)}" |
68 | 68 | ||
69 | FILES_${PN}-dbg += "${libexecdir}/lcrso/.debug" | 69 | FILES:${PN}-dbg += "${libexecdir}/lcrso/.debug" |
70 | FILES_${PN}-doc += "${datadir}/snmp/mibs/COROSYNC-MIB.txt" | 70 | FILES:${PN}-doc += "${datadir}/snmp/mibs/COROSYNC-MIB.txt" |
71 | 71 | ||
72 | USERADD_PACKAGES = "${PN}" | 72 | USERADD_PACKAGES = "${PN}" |
73 | GROUPADD_PARAM_${PN} = "--system coroqnetd" | 73 | GROUPADD_PARAM:${PN} = "--system coroqnetd" |
74 | USERADD_PARAM_${PN} = "--system -d / -M -s /bin/nologin -c 'User for corosync-qnetd' -g coroqnetd coroqnetd" | 74 | USERADD_PARAM:${PN} = "--system -d / -M -s /bin/nologin -c 'User for corosync-qnetd' -g coroqnetd coroqnetd" |
diff --git a/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb b/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb index 577db7087f..b99c30cc9e 100644 --- a/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb +++ b/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb | |||
@@ -30,14 +30,14 @@ PACKAGECONFIG ??= "" | |||
30 | 30 | ||
31 | PACKAGECONFIG[pacemaker] = ",,pacemaker" | 31 | PACKAGECONFIG[pacemaker] = ",,pacemaker" |
32 | 32 | ||
33 | SYSTEMD_SERVICE_${PN} = "dlm.service" | 33 | SYSTEMD_SERVICE:${PN} = "dlm.service" |
34 | SYSTEMD_AUTO_ENABLE = "enable" | 34 | SYSTEMD_AUTO_ENABLE = "enable" |
35 | 35 | ||
36 | export EXTRA_OEMAKE = "" | 36 | export EXTRA_OEMAKE = "" |
37 | 37 | ||
38 | DONTBUILD = "${@bb.utils.contains('PACKAGECONFIG', 'pacemaker', '', 'fence', d)}" | 38 | DONTBUILD = "${@bb.utils.contains('PACKAGECONFIG', 'pacemaker', '', 'fence', d)}" |
39 | 39 | ||
40 | do_compile_prepend_toolchain-clang() { | 40 | do_compile:prepend:toolchain-clang() { |
41 | sed -i -e "s/-fstack-clash-protection//g" ${S}/*/Makefile | 41 | sed -i -e "s/-fstack-clash-protection//g" ${S}/*/Makefile |
42 | } | 42 | } |
43 | 43 | ||
diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb b/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb index a468a9ab6f..edbca246de 100644 --- a/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb +++ b/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb | |||
@@ -23,8 +23,8 @@ S = "${WORKDIR}/git" | |||
23 | # libknet/transport_udp.c:326:48: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] | 23 | # libknet/transport_udp.c:326:48: error: comparison of integers of different signs: 'unsigned long' and 'int' [-Werror,-Wsign-compare] |
24 | # for (cmsg = CMSG_FIRSTHDR(&msg);cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) { | 24 | # for (cmsg = CMSG_FIRSTHDR(&msg);cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) { |
25 | # ^~~~~~~~~~~~~~~~~~~~~~~ | 25 | # ^~~~~~~~~~~~~~~~~~~~~~~ |
26 | CFLAGS_append_toolchain-clang = " -Wno-sign-compare" | 26 | CFLAGS:append:toolchain-clang = " -Wno-sign-compare" |
27 | 27 | ||
28 | PACKAGECONFIG[man] = "enable_man="yes", --disable-man, " | 28 | PACKAGECONFIG[man] = "enable_man="yes", --disable-man, " |
29 | 29 | ||
30 | PACKAGECONFIG_remove = "man" | 30 | PACKAGECONFIG:remove = "man" |
diff --git a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb index bc9297eab6..48723d92b1 100644 --- a/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb +++ b/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.1.bb | |||
@@ -29,5 +29,5 @@ do_install() { | |||
29 | sed -i -e 's%#!/bin/bash%#!/bin/sh%g' ${D}${datadir}/arno-iptables-firewall/plugins/dyndns-host-open-helper | 29 | sed -i -e 's%#!/bin/bash%#!/bin/sh%g' ${D}${datadir}/arno-iptables-firewall/plugins/dyndns-host-open-helper |
30 | } | 30 | } |
31 | 31 | ||
32 | SYSTEMD_SERVICE_${PN} = "arno-iptables-firewall.service" | 32 | SYSTEMD_SERVICE:${PN} = "arno-iptables-firewall.service" |
33 | FILES_${PN} += "${systemd_unitdir}/system/arno-iptables-firewall.service" | 33 | FILES:${PN} += "${systemd_unitdir}/system/arno-iptables-firewall.service" |
diff --git a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb index ad50a89a43..0e009da029 100644 --- a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb +++ b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb | |||
@@ -19,7 +19,7 @@ inherit autotools update-rc.d pkgconfig | |||
19 | 19 | ||
20 | INITSCRIPT_NAME = "conntrackd" | 20 | INITSCRIPT_NAME = "conntrackd" |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | install -d ${D}/${sysconfdir}/conntrackd | 23 | install -d ${D}/${sysconfdir}/conntrackd |
24 | install -d ${D}/${sysconfdir}/init.d | 24 | install -d ${D}/${sysconfdir}/init.d |
25 | install -m 0644 ${S}/doc/sync/ftfw/conntrackd.conf ${D}/${sysconfdir}/conntrackd/conntrackd.conf.sample | 25 | install -m 0644 ${S}/doc/sync/ftfw/conntrackd.conf ${D}/${sysconfdir}/conntrackd/conntrackd.conf.sample |
diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb index bc33c18c0b..21e5c1877e 100644 --- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb +++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb | |||
@@ -6,9 +6,9 @@ LICENSE = "GPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e" |
7 | SECTION = "net" | 7 | SECTION = "net" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "bash perl" | 9 | RDEPENDS:${PN} += "bash perl" |
10 | 10 | ||
11 | RRECOMMENDS_${PN} += "kernel-module-ebtables \ | 11 | RRECOMMENDS:${PN} += "kernel-module-ebtables \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI = "http://ftp.netfilter.org/pub/ebtables/ebtables-${PV}.tar.gz \ | 14 | SRC_URI = "http://ftp.netfilter.org/pub/ebtables/ebtables-${PV}.tar.gz \ |
@@ -18,14 +18,14 @@ SRC_URI = "http://ftp.netfilter.org/pub/ebtables/ebtables-${PV}.tar.gz \ | |||
18 | file://ebtables.service \ | 18 | file://ebtables.service \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI_append_libc-musl = " file://0010-Adjust-header-include-sequence.patch" | 21 | SRC_URI:append:libc-musl = " file://0010-Adjust-header-include-sequence.patch" |
22 | 22 | ||
23 | SRC_URI[md5sum] = "071c8b0a59241667a0044fb040d4fc72" | 23 | SRC_URI[md5sum] = "071c8b0a59241667a0044fb040d4fc72" |
24 | SRC_URI[sha256sum] = "b71f654784a726329f88b412ef7b96b4e5d786ed2bd28193ed7b4c0d677dfd2a" | 24 | SRC_URI[sha256sum] = "b71f654784a726329f88b412ef7b96b4e5d786ed2bd28193ed7b4c0d677dfd2a" |
25 | 25 | ||
26 | inherit systemd autotools | 26 | inherit systemd autotools |
27 | 27 | ||
28 | do_install_append () { | 28 | do_install:append () { |
29 | # Replace upstream ebtables-save perl script with Fedora bash based rewrite | 29 | # Replace upstream ebtables-save perl script with Fedora bash based rewrite |
30 | # http://pkgs.fedoraproject.org/cgit/rpms/ebtables.git/tree/ebtables-save | 30 | # http://pkgs.fedoraproject.org/cgit/rpms/ebtables.git/tree/ebtables-save |
31 | rm -f ${D}${sbindir}/ebtables-legacy-save | 31 | rm -f ${D}${sbindir}/ebtables-legacy-save |
@@ -43,11 +43,11 @@ do_install_append () { | |||
43 | ln -sf ${sbindir}/ebtables-legacy ${D}${base_sbindir}/ebtables | 43 | ln -sf ${sbindir}/ebtables-legacy ${D}${base_sbindir}/ebtables |
44 | } | 44 | } |
45 | 45 | ||
46 | do_configure_prepend () { | 46 | do_configure:prepend () { |
47 | ( cd ${S}; ./autogen.sh ) | 47 | ( cd ${S}; ./autogen.sh ) |
48 | } | 48 | } |
49 | 49 | ||
50 | FILES_${PN}-dbg += "${base_libdir}/ebtables/.debug" | 50 | FILES:${PN}-dbg += "${base_libdir}/ebtables/.debug" |
51 | FILES_${PN} += "${base_libdir}/ebtables/*.so" | 51 | FILES:${PN} += "${base_libdir}/ebtables/*.so" |
52 | 52 | ||
53 | SYSTEMD_SERVICE_${PN} = "ebtables.service" | 53 | SYSTEMD_SERVICE:${PN} = "ebtables.service" |
diff --git a/meta-networking/recipes-filter/ipset/ipset_7.11.bb b/meta-networking/recipes-filter/ipset/ipset_7.11.bb index 693aa90318..3e64f41596 100644 --- a/meta-networking/recipes-filter/ipset/ipset_7.11.bb +++ b/meta-networking/recipes-filter/ipset/ipset_7.11.bb | |||
@@ -16,6 +16,6 @@ inherit autotools pkgconfig module-base | |||
16 | 16 | ||
17 | EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}" | 17 | EXTRA_OECONF += "-with-kbuild=${KBUILD_OUTPUT} --with-ksource=${STAGING_KERNEL_DIR}" |
18 | 18 | ||
19 | RRECOMMENDS_${PN} = "\ | 19 | RRECOMMENDS:${PN} = "\ |
20 | kernel-module-ip-set \ | 20 | kernel-module-ip-set \ |
21 | " | 21 | " |
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.9.9.bb b/meta-networking/recipes-filter/nftables/nftables_0.9.9.bb index cbe2bb3996..cf7c01bbcf 100644 --- a/meta-networking/recipes-filter/nftables/nftables_0.9.9.bb +++ b/meta-networking/recipes-filter/nftables/nftables_0.9.9.bb | |||
@@ -24,8 +24,8 @@ PACKAGECONFIG[xtables] = "--with-xtables, --without-xtables, iptables" | |||
24 | 24 | ||
25 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} | 25 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} |
26 | 26 | ||
27 | RRECOMMENDS_${PN} += "kernel-module-nf-tables" | 27 | RRECOMMENDS:${PN} += "kernel-module-nf-tables" |
28 | 28 | ||
29 | PACKAGES =+ "${PN}-python" | 29 | PACKAGES =+ "${PN}-python" |
30 | FILES_${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" | 30 | FILES:${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" |
31 | RDEPENDS_${PN}-python = "python3-core python3-json ${PN}" | 31 | RDEPENDS:${PN}-python = "python3-core python3-json ${PN}" |
diff --git a/meta-networking/recipes-irc/weechat/weechat_3.0.bb b/meta-networking/recipes-irc/weechat/weechat_3.0.bb index 6a0c9386c2..9f7e392973 100644 --- a/meta-networking/recipes-irc/weechat/weechat_3.0.bb +++ b/meta-networking/recipes-irc/weechat/weechat_3.0.bb | |||
@@ -18,16 +18,16 @@ PACKAGECONFIG ??= " ncurses python" | |||
18 | PACKAGECONFIG[ncurses] = "-DENABLE_NCURSES=ON,-DENABLE_NCURSES=OFF,ncurses" | 18 | PACKAGECONFIG[ncurses] = "-DENABLE_NCURSES=ON,-DENABLE_NCURSES=OFF,ncurses" |
19 | PACKAGECONFIG[python] = "-DENABLE_PYTHON=ON,-DENABLE_PYTHON=OFF,python3,python3" | 19 | PACKAGECONFIG[python] = "-DENABLE_PYTHON=ON,-DENABLE_PYTHON=OFF,python3,python3" |
20 | 20 | ||
21 | EXTRA_OECMAKE_append = " -DENABLE_PHP=OFF -DENABLE_TCL=OFF -DENABLE_LUA=OFF -DENABLE_JAVASCRIPT=OFF -DENABLE_RUBY=OFF -DENABLE_GUILE=OFF -DENABLE_PERL=OFF -DENABLE_ASPELL=ON" | 21 | EXTRA_OECMAKE:append = " -DENABLE_PHP=OFF -DENABLE_TCL=OFF -DENABLE_LUA=OFF -DENABLE_JAVASCRIPT=OFF -DENABLE_RUBY=OFF -DENABLE_GUILE=OFF -DENABLE_PERL=OFF -DENABLE_ASPELL=ON" |
22 | 22 | ||
23 | do_configure_prepend(){ | 23 | do_configure:prepend(){ |
24 | # Make sure we get dependencies from recipe-sysroot | 24 | # Make sure we get dependencies from recipe-sysroot |
25 | sed -i -e 's# /usr/bin# ${RECIPE_SYSROOT}/${bindir}/#g' ${S}/cmake/FindPerl.cmake | 25 | sed -i -e 's# /usr/bin# ${RECIPE_SYSROOT}/${bindir}/#g' ${S}/cmake/FindPerl.cmake |
26 | sed -i -e 's# /usr/local/bin##g' ${S}/cmake/FindPerl.cmake | 26 | sed -i -e 's# /usr/local/bin##g' ${S}/cmake/FindPerl.cmake |
27 | sed -i -e 's# /usr/pkg/bin##g' ${S}/cmake/FindPerl.cmake | 27 | sed -i -e 's# /usr/pkg/bin##g' ${S}/cmake/FindPerl.cmake |
28 | } | 28 | } |
29 | 29 | ||
30 | do_install_append(){ | 30 | do_install:append(){ |
31 | rm -rf ${D}/${datadir} | 31 | rm -rf ${D}/${datadir} |
32 | } | 32 | } |
33 | 33 | ||
diff --git a/meta-networking/recipes-irc/znc/znc_1.8.2.bb b/meta-networking/recipes-irc/znc/znc_1.8.2.bb index 806d622d70..fff198d06a 100644 --- a/meta-networking/recipes-irc/znc/znc_1.8.2.bb +++ b/meta-networking/recipes-irc/znc/znc_1.8.2.bb | |||
@@ -23,10 +23,10 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | |||
23 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 23 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
24 | 24 | ||
25 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail | 25 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail |
26 | do_configure_prepend() { | 26 | do_configure:prepend() { |
27 | automake --add-missing || true | 27 | automake --add-missing || true |
28 | } | 28 | } |
29 | 29 | ||
30 | do_install_append() { | 30 | do_install:append() { |
31 | sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc | 31 | sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc |
32 | } | 32 | } |
diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb index 01e3b74c65..92614b22e5 100644 --- a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb +++ b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb | |||
@@ -12,14 +12,14 @@ DEPENDS = "virtual/kernel libmnl" | |||
12 | # configuration options. For exact kernel requirements visit: | 12 | # configuration options. For exact kernel requirements visit: |
13 | # https://www.wireguard.io/install/#kernel-requirements | 13 | # https://www.wireguard.io/install/#kernel-requirements |
14 | 14 | ||
15 | EXTRA_OEMAKE_append = " \ | 15 | EXTRA_OEMAKE:append = " \ |
16 | KERNELDIR=${STAGING_KERNEL_DIR} \ | 16 | KERNELDIR=${STAGING_KERNEL_DIR} \ |
17 | " | 17 | " |
18 | 18 | ||
19 | MAKE_TARGETS = "module" | 19 | MAKE_TARGETS = "module" |
20 | MODULES_INSTALL_TARGET = "module-install" | 20 | MODULES_INSTALL_TARGET = "module-install" |
21 | 21 | ||
22 | RRECOMMENDS_${PN} = "kernel-module-xt-hashlimit" | 22 | RRECOMMENDS:${PN} = "kernel-module-xt-hashlimit" |
23 | MODULE_NAME = "wireguard" | 23 | MODULE_NAME = "wireguard" |
24 | 24 | ||
25 | 25 | ||
diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210315.bb b/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210315.bb index f02303e0ea..b16e0c8292 100644 --- a/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210315.bb +++ b/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210315.bb | |||
@@ -16,11 +16,11 @@ do_install () { | |||
16 | install | 16 | install |
17 | } | 17 | } |
18 | 18 | ||
19 | FILES_${PN} = " \ | 19 | FILES:${PN} = " \ |
20 | ${sysconfdir} \ | 20 | ${sysconfdir} \ |
21 | ${systemd_system_unitdir} \ | 21 | ${systemd_system_unitdir} \ |
22 | ${bindir} \ | 22 | ${bindir} \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN} = "bash" | 25 | RDEPENDS:${PN} = "bash" |
26 | RRECOMMENDS_${PN} = "kernel-module-wireguard" | 26 | RRECOMMENDS:${PN} = "kernel-module-wireguard" |
diff --git a/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb b/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb index 628047eee6..1ba0dd46a7 100644 --- a/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb | |||
@@ -41,13 +41,13 @@ do_install () { | |||
41 | } | 41 | } |
42 | 42 | ||
43 | PACKAGES = "${PN} ${PN}-doc ${BPN}-dbg" | 43 | PACKAGES = "${PN} ${PN}-doc ${BPN}-dbg" |
44 | FILES_${PN} = "${bindir}/*" | 44 | FILES:${PN} = "${bindir}/*" |
45 | FILES_${PN}-doc = "${mandir}" | 45 | FILES:${PN}-doc = "${mandir}" |
46 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 46 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
47 | ${bindir}/.debug" | 47 | ${bindir}/.debug" |
48 | 48 | ||
49 | RDEPENDS_${PN} = "readline" | 49 | RDEPENDS:${PN} = "readline" |
50 | 50 | ||
51 | ALTERNATIVE_PRIORITY = "100" | 51 | ALTERNATIVE_PRIORITY = "100" |
52 | ALTERNATIVE_${PN} = "ftp" | 52 | ALTERNATIVE:${PN} = "ftp" |
53 | ALTERNATIVE_LINK_NAME[ftp] = "${bindir}/ftp" | 53 | ALTERNATIVE_LINK_NAME[ftp] = "${bindir}/ftp" |
diff --git a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb index a787e52f7d..cb05645ee8 100644 --- a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc_0.17.bb | |||
@@ -47,5 +47,5 @@ do_install () { | |||
47 | } | 47 | } |
48 | ALTERNATIVE_PRIORITY = "100" | 48 | ALTERNATIVE_PRIORITY = "100" |
49 | 49 | ||
50 | ALTERNATIVE_${PN} = "rpcinfo" | 50 | ALTERNATIVE:${PN} = "rpcinfo" |
51 | ALTERNATIVE_LINK_NAME[rpcinfo] = "${bindir}/rpcinfo" | 51 | ALTERNATIVE_LINK_NAME[rpcinfo] = "${bindir}/rpcinfo" |
diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb index 70fb4cf5fa..5ea553e871 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | |||
@@ -37,10 +37,10 @@ CFLAGS += " -D_GNU_SOURCE -Wno-deprecated-declarations" | |||
37 | LDFLAGS += " -L${STAGING_LIBDIR} -lutil -lcrypt" | 37 | LDFLAGS += " -L${STAGING_LIBDIR} -lutil -lcrypt" |
38 | 38 | ||
39 | PACKAGECONFIG ??= "" | 39 | PACKAGECONFIG ??= "" |
40 | PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 40 | PACKAGECONFIG:append = " ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
41 | PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" | 41 | PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" |
42 | 42 | ||
43 | COMPATIBLE_HOST_libc-musl = 'null' | 43 | COMPATIBLE_HOST:libc-musl = 'null' |
44 | 44 | ||
45 | do_configure () { | 45 | do_configure () { |
46 | ./configure --prefix=${prefix} --exec-prefix=${exec_prefix} | 46 | ./configure --prefix=${prefix} --exec-prefix=${exec_prefix} |
@@ -82,15 +82,15 @@ do_install () { | |||
82 | 82 | ||
83 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" | 83 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" |
84 | 84 | ||
85 | FILES_${PN}-client = "${bindir}/*" | 85 | FILES:${PN}-client = "${bindir}/*" |
86 | FILES_${PN}-server = "${sbindir}/* ${sysconfdir}" | 86 | FILES:${PN}-server = "${sbindir}/* ${sysconfdir}" |
87 | FILES_${PN}-doc = "${mandir}" | 87 | FILES:${PN}-doc = "${mandir}" |
88 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 88 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
89 | ${sbindir}/.debug ${bindir}/.debug" | 89 | ${sbindir}/.debug ${bindir}/.debug" |
90 | 90 | ||
91 | ALTERNATIVE_PRIORITY = "80" | 91 | ALTERNATIVE_PRIORITY = "80" |
92 | ALTERNATIVE_${PN}-client = "rcp rexec rlogin rsh" | 92 | ALTERNATIVE:${PN}-client = "rcp rexec rlogin rsh" |
93 | ALTERNATIVE_${PN}-server = "rshd rexecd rlogind" | 93 | ALTERNATIVE:${PN}-server = "rshd rexecd rlogind" |
94 | ALTERNATIVE_LINK_NAME[server] = "${bindir}/rshd" | 94 | ALTERNATIVE_LINK_NAME[server] = "${bindir}/rshd" |
95 | ALTERNATIVE_TARGET[rshd] = "${sbindir}/in.rshd" | 95 | ALTERNATIVE_TARGET[rshd] = "${sbindir}/in.rshd" |
96 | ALTERNATIVE_LINK_NAME[rexecd] = "${bindir}/rexecd" | 96 | ALTERNATIVE_LINK_NAME[rexecd] = "${bindir}/rexecd" |
@@ -98,8 +98,8 @@ ALTERNATIVE_TARGET[rexecd] = "${sbindir}/in.rexecd" | |||
98 | ALTERNATIVE_LINK_NAME[rlogind] = "${bindir}/rlogind" | 98 | ALTERNATIVE_LINK_NAME[rlogind] = "${bindir}/rlogind" |
99 | ALTERNATIVE_TARGET[rlogind] = "${sbindir}/in.rlogind" | 99 | ALTERNATIVE_TARGET[rlogind] = "${sbindir}/in.rlogind" |
100 | 100 | ||
101 | RCONFLICTS_${PN}-server += "inetutils-rshd" | 101 | RCONFLICTS:${PN}-server += "inetutils-rshd" |
102 | RPROVIDES_${PN}-server = "rshd" | 102 | RPROVIDES:${PN}-server = "rshd" |
103 | 103 | ||
104 | RDEPENDS_${PN}-server = "xinetd" | 104 | RDEPENDS:${PN}-server = "xinetd" |
105 | RDEPENDS_${PN}-server += "tcp-wrappers" | 105 | RDEPENDS:${PN}-server += "tcp-wrappers" |
diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb index eee96d865f..48b32eb7e2 100644 --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |||
@@ -59,14 +59,14 @@ EOF | |||
59 | } | 59 | } |
60 | 60 | ||
61 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" | 61 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" |
62 | FILES_${PN}-client = "${bindir}/*" | 62 | FILES:${PN}-client = "${bindir}/*" |
63 | FILES_${PN}-server = "${sbindir}/* ${sysconfdir}" | 63 | FILES:${PN}-server = "${sbindir}/* ${sysconfdir}" |
64 | FILES_${PN}-doc = "${mandir}" | 64 | FILES:${PN}-doc = "${mandir}" |
65 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 65 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
66 | ${bindir}/.debug ${sbindir}/.debug" | 66 | ${bindir}/.debug ${sbindir}/.debug" |
67 | 67 | ||
68 | RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind" | 68 | RDEPENDS:${PN}-server += "tcp-wrappers xinetd rpcbind" |
69 | 69 | ||
70 | # http://errors.yoctoproject.org/Errors/Details/186962/ | 70 | # http://errors.yoctoproject.org/Errors/Details/186962/ |
71 | COMPATIBLE_HOST_libc-musl = 'null' | 71 | COMPATIBLE_HOST:libc-musl = 'null' |
72 | PNBLACKLIST[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory" | 72 | PNBLACKLIST[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory" |
diff --git a/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb b/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb index 308582398d..51168f958e 100644 --- a/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rwho/netkit-rwho_0.17.bb | |||
@@ -82,11 +82,11 @@ do_install () { | |||
82 | mkdir -p -m 755 ${D}${localstatedir}/spool/rwho | 82 | mkdir -p -m 755 ${D}${localstatedir}/spool/rwho |
83 | chown -R rwhod ${D}${localstatedir}/spool/rwho | 83 | chown -R rwhod ${D}${localstatedir}/spool/rwho |
84 | } | 84 | } |
85 | pkg_postinst_ontarget_${PN}-server() { | 85 | pkg_postinst_ontarget:${PN}-server() { |
86 | ${sysconfdir}/init.d/rwhod start | 86 | ${sysconfdir}/init.d/rwhod start |
87 | } | 87 | } |
88 | 88 | ||
89 | pkg_postrm_${PN}-server() { | 89 | pkg_postrm:${PN}-server() { |
90 | ${sysconfdir}/init.d/rwhod stop | 90 | ${sysconfdir}/init.d/rwhod stop |
91 | } | 91 | } |
92 | 92 | ||
@@ -94,15 +94,15 @@ INITSCRIPT_NAME = "rwhod" | |||
94 | INITSCRIPT_PARAM = "defaults 85 15" | 94 | INITSCRIPT_PARAM = "defaults 85 15" |
95 | 95 | ||
96 | USERADD_PACKAGES = "${PN}-server" | 96 | USERADD_PACKAGES = "${PN}-server" |
97 | GROUPADD_PARAM_${PN}-server = "--system rwhod" | 97 | GROUPADD_PARAM:${PN}-server = "--system rwhod" |
98 | USERADD_PARAM_${PN}-server = "--system -g rwhod --home-dir ${localstatedir}/spool/rwho \ | 98 | USERADD_PARAM:${PN}-server = "--system -g rwhod --home-dir ${localstatedir}/spool/rwho \ |
99 | --no-create-home --shell /bin/false rwhod" | 99 | --no-create-home --shell /bin/false rwhod" |
100 | 100 | ||
101 | INSANE_SKIP_${PN} = "already-stripped" | 101 | INSANE_SKIP:${PN} = "already-stripped" |
102 | 102 | ||
103 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" | 103 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" |
104 | FILES_${PN}-client = "${bindir}/*" | 104 | FILES:${PN}-client = "${bindir}/*" |
105 | FILES_${PN}-server = "${sbindir}/* ${localstatedir} ${sysconfdir}/default/* ${sysconfdir}/init.d/*" | 105 | FILES:${PN}-server = "${sbindir}/* ${localstatedir} ${sysconfdir}/default/* ${sysconfdir}/init.d/*" |
106 | FILES_${PN}-doc = "${mandir}" | 106 | FILES:${PN}-doc = "${mandir}" |
107 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 107 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
108 | ${bindir}/.debug ${sbindir}/.debug" | 108 | ${bindir}/.debug ${sbindir}/.debug" |
diff --git a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb index c05d0fd6c6..56860ea098 100644 --- a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb | |||
@@ -55,17 +55,17 @@ do_install () { | |||
55 | inherit update-alternatives | 55 | inherit update-alternatives |
56 | 56 | ||
57 | ALTERNATIVE_PRIORITY = "100" | 57 | ALTERNATIVE_PRIORITY = "100" |
58 | ALTERNATIVE_${PN} = "telnet" | 58 | ALTERNATIVE:${PN} = "telnet" |
59 | ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet" | 59 | ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet" |
60 | ALTERNATIVE_TARGET[telnet] = "${bindir}/telnet.${PN}" | 60 | ALTERNATIVE_TARGET[telnet] = "${bindir}/telnet.${PN}" |
61 | 61 | ||
62 | ALTERNATIVE_${PN}-doc = "telnetd.8" | 62 | ALTERNATIVE:${PN}-doc = "telnetd.8" |
63 | ALTERNATIVE_LINK_NAME[telnetd.8] = "${mandir}/man8/telnetd.8" | 63 | ALTERNATIVE_LINK_NAME[telnetd.8] = "${mandir}/man8/telnetd.8" |
64 | 64 | ||
65 | SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" | 65 | SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" |
66 | SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" | 66 | SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" |
67 | FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" | 67 | FILES:${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" |
68 | 68 | ||
69 | # http://errors.yoctoproject.org/Errors/Details/186954/ | 69 | # http://errors.yoctoproject.org/Errors/Details/186954/ |
70 | COMPATIBLE_HOST_libc-musl = 'null' | 70 | COMPATIBLE_HOST:libc-musl = 'null' |
71 | RCONFLICTS_${PN} = "inetutils-telnetd" | 71 | RCONFLICTS:${PN} = "inetutils-telnetd" |
diff --git a/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb b/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb index 28e016400f..8de3e4a34c 100644 --- a/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-tftp/netkit-tftp_0.17.bb | |||
@@ -46,14 +46,14 @@ do_install () { | |||
46 | } | 46 | } |
47 | 47 | ||
48 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" | 48 | PACKAGES = "${PN}-client ${PN}-server ${PN}-doc ${BPN}-dbg" |
49 | FILES_${PN}-client = "${bindir}/*" | 49 | FILES:${PN}-client = "${bindir}/*" |
50 | FILES_${PN}-server = "${sbindir}/* ${sysconfdir}/xinetd.d/*" | 50 | FILES:${PN}-server = "${sbindir}/* ${sysconfdir}/xinetd.d/*" |
51 | FILES_${PN}-doc = "${mandir}" | 51 | FILES:${PN}-doc = "${mandir}" |
52 | FILES_${PN}-dbg = "${prefix}/src/debug \ | 52 | FILES:${PN}-dbg = "${prefix}/src/debug \ |
53 | ${bindir}/.debug ${sbindir}/.debug" | 53 | ${bindir}/.debug ${sbindir}/.debug" |
54 | 54 | ||
55 | RDEPENDS_${PN}-server = "tcp-wrappers xinetd" | 55 | RDEPENDS:${PN}-server = "tcp-wrappers xinetd" |
56 | 56 | ||
57 | ALTERNATIVE_PRIORITY = "100" | 57 | ALTERNATIVE_PRIORITY = "100" |
58 | ALTERNATIVE_${PN}-client = "tftp" | 58 | ALTERNATIVE:${PN}-client = "tftp" |
59 | ALTERNATIVE_LINK_NAME[tftp] = "${bindir}/tftp" | 59 | ALTERNATIVE_LINK_NAME[tftp] = "${bindir}/tftp" |
diff --git a/meta-networking/recipes-protocols/dante/dante_1.4.1.bb b/meta-networking/recipes-protocols/dante/dante_1.4.1.bb index cfe71dd69d..48f9708560 100644 --- a/meta-networking/recipes-protocols/dante/dante_1.4.1.bb +++ b/meta-networking/recipes-protocols/dante/dante_1.4.1.bb | |||
@@ -36,14 +36,14 @@ PACKAGECONFIG[krb5] = ",--without-krb5,krb5" | |||
36 | 36 | ||
37 | PACKAGECONFIG ??= "" | 37 | PACKAGECONFIG ??= "" |
38 | 38 | ||
39 | do_install_append() { | 39 | do_install:append() { |
40 | install -d ${D}${sysconfdir} | 40 | install -d ${D}${sysconfdir} |
41 | cp ${S}/example/sock[sd].conf ${D}${sysconfdir} | 41 | cp ${S}/example/sock[sd].conf ${D}${sysconfdir} |
42 | } | 42 | } |
43 | 43 | ||
44 | PACKAGES =+ "${PN}-sockd ${PN}-libdsocks " | 44 | PACKAGES =+ "${PN}-sockd ${PN}-libdsocks " |
45 | 45 | ||
46 | FILES_${PN}-libdsocks = "${libdir}/libdsocks.so" | 46 | FILES:${PN}-libdsocks = "${libdir}/libdsocks.so" |
47 | FILES_${PN}-sockd = "${bindir}/sockd ${sysconfdir}/sockd.conf" | 47 | FILES:${PN}-sockd = "${bindir}/sockd ${sysconfdir}/sockd.conf" |
48 | 48 | ||
49 | INSANE_SKIP_${PN}-libdsocks = "dev-elf" | 49 | INSANE_SKIP:${PN}-libdsocks = "dev-elf" |
diff --git a/meta-networking/recipes-protocols/freediameter/freediameter_1.4.0.bb b/meta-networking/recipes-protocols/freediameter/freediameter_1.4.0.bb index 15ee561969..3ec20d3ab9 100644 --- a/meta-networking/recipes-protocols/freediameter/freediameter_1.4.0.bb +++ b/meta-networking/recipes-protocols/freediameter/freediameter_1.4.0.bb | |||
@@ -68,7 +68,7 @@ FD_DH_PEM ?= "${BPN}-dh.pem" | |||
68 | FD_HOSTNAME ?= "${MACHINE}" | 68 | FD_HOSTNAME ?= "${MACHINE}" |
69 | FD_REALM ?= "openembedded.org" | 69 | FD_REALM ?= "openembedded.org" |
70 | 70 | ||
71 | do_install_append() { | 71 | do_install:append() { |
72 | # install the sample configuration files | 72 | # install the sample configuration files |
73 | install -d -m 0755 ${D}${sysconfdir}/${fd_pkgname} | 73 | install -d -m 0755 ${D}${sysconfdir}/${fd_pkgname} |
74 | for i in ${S}/doc/*.conf.sample; do | 74 | for i in ${S}/doc/*.conf.sample; do |
@@ -116,23 +116,23 @@ do_install_ptest() { | |||
116 | install -m 0644 ${B}/tests/CTestTestfile.cmake ${D}${PTEST_PATH}/ | 116 | install -m 0644 ${B}/tests/CTestTestfile.cmake ${D}${PTEST_PATH}/ |
117 | } | 117 | } |
118 | 118 | ||
119 | FILES_${PN}-dbg += "${libdir}/${fd_pkgname}/.debug/*" | 119 | FILES:${PN}-dbg += "${libdir}/${fd_pkgname}/.debug/*" |
120 | 120 | ||
121 | # include the extensions in main package | 121 | # include the extensions in main package |
122 | FILES_${PN} += "${libdir}/${fd_pkgname}/*" | 122 | FILES:${PN} += "${libdir}/${fd_pkgname}/*" |
123 | 123 | ||
124 | RDEPENDS_${PN} = "glib-2.0 gnutls libidn" | 124 | RDEPENDS:${PN} = "glib-2.0 gnutls libidn" |
125 | RDEPENDS_${PN} += "openssl openssl-conf openssl-engines" | 125 | RDEPENDS:${PN} += "openssl openssl-conf openssl-engines" |
126 | RRECOMMENDS_${PN} += "kernel-module-tipc kernel-module-sctp" | 126 | RRECOMMENDS:${PN} += "kernel-module-tipc kernel-module-sctp" |
127 | RRECOMMENDS_${PN} += "kernel-module-udp-tunnel kernel-module-ipip" | 127 | RRECOMMENDS:${PN} += "kernel-module-udp-tunnel kernel-module-ipip" |
128 | RDEPENDS_${PN}-ptest = "cmake" | 128 | RDEPENDS:${PN}-ptest = "cmake" |
129 | 129 | ||
130 | INITSCRIPT_PACKAGES = "${PN}" | 130 | INITSCRIPT_PACKAGES = "${PN}" |
131 | INITSCRIPT_NAME_${PN} = "${BPN}" | 131 | INITSCRIPT_NAME:${PN} = "${BPN}" |
132 | INITSCRIPT_PARAMS$_${PN} = "start 30 . stop 70 0 1 2 3 4 5 6 ." | 132 | INITSCRIPT_PARAMS$_${PN} = "start 30 . stop 70 0 1 2 3 4 5 6 ." |
133 | 133 | ||
134 | SYSTEMD_SERVICE_${PN} = "freediameter.service" | 134 | SYSTEMD_SERVICE:${PN} = "freediameter.service" |
135 | SYSTEMD_AUTO_ENABLE = "disable" | 135 | SYSTEMD_AUTO_ENABLE = "disable" |
136 | 136 | ||
137 | CONFFILES_${PN} = "${sysconfdir}/freediameter.conf" | 137 | CONFFILES:${PN} = "${sysconfdir}/freediameter.conf" |
138 | 138 | ||
diff --git a/meta-networking/recipes-protocols/mdns/mdns_1310.40.42.bb b/meta-networking/recipes-protocols/mdns/mdns_1310.40.42.bb index 60bc26bf17..c9bfef2d14 100644 --- a/meta-networking/recipes-protocols/mdns/mdns_1310.40.42.bb +++ b/meta-networking/recipes-protocols/mdns/mdns_1310.40.42.bb | |||
@@ -4,9 +4,9 @@ HOMEPAGE = "http://developer.apple.com/networking/bonjour/" | |||
4 | LICENSE = "Apache-2.0 & BSD-3-Clause" | 4 | LICENSE = "Apache-2.0 & BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=31c50371921e0fb731003bbc665f29bf" | 5 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=31c50371921e0fb731003bbc665f29bf" |
6 | 6 | ||
7 | COMPATIBLE_HOST_libc-musl = 'null' | 7 | COMPATIBLE_HOST:libc-musl = 'null' |
8 | 8 | ||
9 | RPROVIDES_${PN} += "libdns_sd.so" | 9 | RPROVIDES:${PN} += "libdns_sd.so" |
10 | 10 | ||
11 | SRC_URI = "https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-${PV}.tar.gz \ | 11 | SRC_URI = "https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-${PV}.tar.gz \ |
12 | file://mdns.service \ | 12 | file://mdns.service \ |
@@ -83,13 +83,13 @@ do_install () { | |||
83 | install -m 0644 ${WORKDIR}/mdns.service ${D}${systemd_unitdir}/system/ | 83 | install -m 0644 ${WORKDIR}/mdns.service ${D}${systemd_unitdir}/system/ |
84 | } | 84 | } |
85 | 85 | ||
86 | pkg_postinst_${PN} () { | 86 | pkg_postinst:${PN} () { |
87 | sed -e '/^hosts:/s/\s*\<mdns\>//' \ | 87 | sed -e '/^hosts:/s/\s*\<mdns\>//' \ |
88 | -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 mdns\3\4\5/' \ | 88 | -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 mdns\3\4\5/' \ |
89 | -i $D/etc/nsswitch.conf | 89 | -i $D/etc/nsswitch.conf |
90 | } | 90 | } |
91 | 91 | ||
92 | pkg_prerm_${PN} () { | 92 | pkg_prerm:${PN} () { |
93 | sed -e '/^hosts:/s/\s*\<mdns\>//' \ | 93 | sed -e '/^hosts:/s/\s*\<mdns\>//' \ |
94 | -e '/^hosts:/s/\s*mdns//' \ | 94 | -e '/^hosts:/s/\s*mdns//' \ |
95 | -i $D/etc/nsswitch.conf | 95 | -i $D/etc/nsswitch.conf |
@@ -97,18 +97,18 @@ pkg_prerm_${PN} () { | |||
97 | 97 | ||
98 | inherit systemd | 98 | inherit systemd |
99 | 99 | ||
100 | SYSTEMD_SERVICE_${PN} = "mdns.service" | 100 | SYSTEMD_SERVICE:${PN} = "mdns.service" |
101 | 101 | ||
102 | FILES_${PN} += "${systemd_unitdir}/system/mdns.service" | 102 | FILES:${PN} += "${systemd_unitdir}/system/mdns.service" |
103 | FILES_${PN} += "${libdir}/libdns_sd.so.1 \ | 103 | FILES:${PN} += "${libdir}/libdns_sd.so.1 \ |
104 | ${bindir}/dns-sd \ | 104 | ${bindir}/dns-sd \ |
105 | ${libdir}/libnss_mdns-0.2.so \ | 105 | ${libdir}/libnss_mdns-0.2.so \ |
106 | ${sysconfdir}/nss_mdns.conf" | 106 | ${sysconfdir}/nss_mdns.conf" |
107 | 107 | ||
108 | FILES_${PN}-dev += "${libdir}/libdns_sd.so \ | 108 | FILES:${PN}-dev += "${libdir}/libdns_sd.so \ |
109 | ${includedir}/dns_sd.h " | 109 | ${includedir}/dns_sd.h " |
110 | 110 | ||
111 | FILES_${PN}-man += "${mandir}/man8/mdnsd.8 \ | 111 | FILES:${PN}-man += "${mandir}/man8/mdnsd.8 \ |
112 | ${mandir}/man5/nss_mdns.conf.5 \ | 112 | ${mandir}/man5/nss_mdns.conf.5 \ |
113 | ${mandir}/man8/libnss_mdns.8" | 113 | ${mandir}/man8/libnss_mdns.8" |
114 | 114 | ||
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb index aa497c8947..5fa6170940 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "BSD & MIT" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9d100a395a38584f2ec18a8275261687" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9d100a395a38584f2ec18a8275261687" |
7 | 7 | ||
8 | DEPENDS = "openssl" | 8 | DEPENDS = "openssl" |
9 | DEPENDS_append_class-target = " pciutils" | 9 | DEPENDS:append:class-target = " pciutils" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \ |
12 | file://init \ | 12 | file://init \ |
@@ -62,7 +62,7 @@ EXTRA_OECONF = " \ | |||
62 | " | 62 | " |
63 | 63 | ||
64 | MIB_MODULES = "" | 64 | MIB_MODULES = "" |
65 | MIB_MODULES_append = " ${@bb.utils.filter('PACKAGECONFIG', 'smux', d)}" | 65 | MIB_MODULES:append = " ${@bb.utils.filter('PACKAGECONFIG', 'smux', d)}" |
66 | 66 | ||
67 | CACHED_CONFIGUREVARS = " \ | 67 | CACHED_CONFIGUREVARS = " \ |
68 | ac_cv_header_valgrind_valgrind_h=no \ | 68 | ac_cv_header_valgrind_valgrind_h=no \ |
@@ -74,15 +74,15 @@ CACHED_CONFIGUREVARS = " \ | |||
74 | NETSNMP_CONFIGURE_OPTIONS= \ | 74 | NETSNMP_CONFIGURE_OPTIONS= \ |
75 | " | 75 | " |
76 | PERLPROG = "${bindir}/env perl" | 76 | PERLPROG = "${bindir}/env perl" |
77 | PERLPROG_class-native = "${bindir_native}/env perl" | 77 | PERLPROG:class-native = "${bindir_native}/env perl" |
78 | PERLPROG_append = "${@bb.utils.contains('PACKAGECONFIG', 'perl', ' -I${WORKDIR}', '', d)}" | 78 | PERLPROG:append = "${@bb.utils.contains('PACKAGECONFIG', 'perl', ' -I${WORKDIR}', '', d)}" |
79 | export PERLPROG | 79 | export PERLPROG |
80 | 80 | ||
81 | HAS_PERL = "${@bb.utils.contains('PACKAGECONFIG', 'perl', '1', '0', d)}" | 81 | HAS_PERL = "${@bb.utils.contains('PACKAGECONFIG', 'perl', '1', '0', d)}" |
82 | 82 | ||
83 | PTEST_BUILD_HOST_FILES += "net-snmp-config gen-variables" | 83 | PTEST_BUILD_HOST_FILES += "net-snmp-config gen-variables" |
84 | 84 | ||
85 | do_configure_prepend() { | 85 | do_configure:prepend() { |
86 | sed -i -e "s|I/usr/include|I${STAGING_INCDIR}|g" \ | 86 | sed -i -e "s|I/usr/include|I${STAGING_INCDIR}|g" \ |
87 | "${S}"/configure \ | 87 | "${S}"/configure \ |
88 | "${S}"/configure.d/config_os_libs2 | 88 | "${S}"/configure.d/config_os_libs2 |
@@ -103,14 +103,14 @@ do_configure_prepend() { | |||
103 | 103 | ||
104 | } | 104 | } |
105 | 105 | ||
106 | do_configure_append() { | 106 | do_configure:append() { |
107 | sed -e "s@^NSC_INCLUDEDIR=.*@NSC_INCLUDEDIR=${STAGING_DIR_TARGET}\$\{includedir\}@g" \ | 107 | sed -e "s@^NSC_INCLUDEDIR=.*@NSC_INCLUDEDIR=${STAGING_DIR_TARGET}\$\{includedir\}@g" \ |
108 | -e "s@^NSC_LIBDIR=-L.*@NSC_LIBDIR=-L${STAGING_DIR_TARGET}\$\{libdir\}@g" \ | 108 | -e "s@^NSC_LIBDIR=-L.*@NSC_LIBDIR=-L${STAGING_DIR_TARGET}\$\{libdir\}@g" \ |
109 | -e "s@^NSC_LDFLAGS=\"-L.* @NSC_LDFLAGS=\"-L${STAGING_DIR_TARGET}\$\{libdir\} @g" \ | 109 | -e "s@^NSC_LDFLAGS=\"-L.* @NSC_LDFLAGS=\"-L${STAGING_DIR_TARGET}\$\{libdir\} @g" \ |
110 | -i ${B}/net-snmp-config | 110 | -i ${B}/net-snmp-config |
111 | } | 111 | } |
112 | 112 | ||
113 | do_install_append() { | 113 | do_install:append() { |
114 | install -d ${D}${sysconfdir}/snmp | 114 | install -d ${D}${sysconfdir}/snmp |
115 | install -d ${D}${sysconfdir}/init.d | 115 | install -d ${D}${sysconfdir}/init.d |
116 | install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/snmpd | 116 | install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/snmpd |
@@ -202,83 +202,83 @@ PACKAGES += "${PN}-libs ${PN}-mibs ${PN}-server ${PN}-client \ | |||
202 | # perl module | 202 | # perl module |
203 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'perl', '${PN}-perl-modules', '', d)}" | 203 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'perl', '${PN}-perl-modules', '', d)}" |
204 | 204 | ||
205 | ALLOW_EMPTY_${PN} = "1" | 205 | ALLOW_EMPTY:${PN} = "1" |
206 | ALLOW_EMPTY_${PN}-server = "1" | 206 | ALLOW_EMPTY:${PN}-server = "1" |
207 | ALLOW_EMPTY_${PN}-libs = "1" | 207 | ALLOW_EMPTY:${PN}-libs = "1" |
208 | 208 | ||
209 | FILES_${PN}-perl-modules = "${libdir}/perl?/*" | 209 | FILES:${PN}-perl-modules = "${libdir}/perl?/*" |
210 | RDEPENDS_${PN}-perl-modules = "perl" | 210 | RDEPENDS:${PN}-perl-modules = "perl" |
211 | 211 | ||
212 | FILES_${PN}-libs = "" | 212 | FILES:${PN}-libs = "" |
213 | FILES_${PN}-mibs = "${datadir}/snmp/mibs" | 213 | FILES:${PN}-mibs = "${datadir}/snmp/mibs" |
214 | FILES_${PN}-server-snmpd = "${sbindir}/snmpd \ | 214 | FILES:${PN}-server-snmpd = "${sbindir}/snmpd \ |
215 | ${sysconfdir}/snmp/snmpd.conf \ | 215 | ${sysconfdir}/snmp/snmpd.conf \ |
216 | ${sysconfdir}/init.d \ | 216 | ${sysconfdir}/init.d \ |
217 | ${systemd_unitdir}/system/snmpd.service \ | 217 | ${systemd_unitdir}/system/snmpd.service \ |
218 | " | 218 | " |
219 | 219 | ||
220 | FILES_${PN}-server-snmptrapd = "${sbindir}/snmptrapd \ | 220 | FILES:${PN}-server-snmptrapd = "${sbindir}/snmptrapd \ |
221 | ${sysconfdir}/snmp/snmptrapd.conf \ | 221 | ${sysconfdir}/snmp/snmptrapd.conf \ |
222 | ${systemd_unitdir}/system/snmptrapd.service \ | 222 | ${systemd_unitdir}/system/snmptrapd.service \ |
223 | " | 223 | " |
224 | 224 | ||
225 | FILES_${PN}-lib-netsnmp = "${libdir}/libnetsnmp${SOLIBS}" | 225 | FILES:${PN}-lib-netsnmp = "${libdir}/libnetsnmp${SOLIBS}" |
226 | FILES_${PN}-lib-agent = "${libdir}/libnetsnmpagent${SOLIBS}" | 226 | FILES:${PN}-lib-agent = "${libdir}/libnetsnmpagent${SOLIBS}" |
227 | FILES_${PN}-lib-helpers = "${libdir}/libnetsnmphelpers${SOLIBS}" | 227 | FILES:${PN}-lib-helpers = "${libdir}/libnetsnmphelpers${SOLIBS}" |
228 | FILES_${PN}-lib-mibs = "${libdir}/libnetsnmpmibs${SOLIBS}" | 228 | FILES:${PN}-lib-mibs = "${libdir}/libnetsnmpmibs${SOLIBS}" |
229 | FILES_${PN}-lib-trapd = "${libdir}/libnetsnmptrapd${SOLIBS}" | 229 | FILES:${PN}-lib-trapd = "${libdir}/libnetsnmptrapd${SOLIBS}" |
230 | 230 | ||
231 | FILES_${PN} = "" | 231 | FILES:${PN} = "" |
232 | FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/" | 232 | FILES:${PN}-client = "${bindir}/* ${datadir}/snmp/" |
233 | FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/" | 233 | FILES:${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/" |
234 | FILES_${PN}-dev += "${bindir}/mib2c \ | 234 | FILES:${PN}-dev += "${bindir}/mib2c \ |
235 | ${bindir}/mib2c-update \ | 235 | ${bindir}/mib2c-update \ |
236 | ${bindir}/net-snmp-config \ | 236 | ${bindir}/net-snmp-config \ |
237 | ${bindir}/net-snmp-create-v3-user \ | 237 | ${bindir}/net-snmp-create-v3-user \ |
238 | " | 238 | " |
239 | 239 | ||
240 | CONFFILES_${PN}-server-snmpd = "${sysconfdir}/snmp/snmpd.conf" | 240 | CONFFILES:${PN}-server-snmpd = "${sysconfdir}/snmp/snmpd.conf" |
241 | CONFFILES_${PN}-server-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf" | 241 | CONFFILES:${PN}-server-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf" |
242 | 242 | ||
243 | INITSCRIPT_PACKAGES = "${PN}-server-snmpd" | 243 | INITSCRIPT_PACKAGES = "${PN}-server-snmpd" |
244 | INITSCRIPT_NAME_${PN}-server-snmpd = "snmpd" | 244 | INITSCRIPT_NAME:${PN}-server-snmpd = "snmpd" |
245 | INITSCRIPT_PARAMS_${PN}-server-snmpd = "start 90 2 3 4 5 . stop 60 0 1 6 ." | 245 | INITSCRIPT_PARAMS:${PN}-server-snmpd = "start 90 2 3 4 5 . stop 60 0 1 6 ." |
246 | 246 | ||
247 | SYSTEMD_PACKAGES = "${PN}-server-snmpd \ | 247 | SYSTEMD_PACKAGES = "${PN}-server-snmpd \ |
248 | ${PN}-server-snmptrapd" | 248 | ${PN}-server-snmptrapd" |
249 | 249 | ||
250 | SYSTEMD_SERVICE_${PN}-server-snmpd = "snmpd.service" | 250 | SYSTEMD_SERVICE:${PN}-server-snmpd = "snmpd.service" |
251 | SYSTEMD_SERVICE_${PN}-server-snmptrapd = "snmptrapd.service" | 251 | SYSTEMD_SERVICE:${PN}-server-snmptrapd = "snmptrapd.service" |
252 | 252 | ||
253 | RDEPENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'perl', 'net-snmp-perl-modules', '', d)}" | 253 | RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'perl', 'net-snmp-perl-modules', '', d)}" |
254 | RDEPENDS_${PN} += "net-snmp-client" | 254 | RDEPENDS:${PN} += "net-snmp-client" |
255 | RDEPENDS_${PN}-server-snmpd += "net-snmp-mibs" | 255 | RDEPENDS:${PN}-server-snmpd += "net-snmp-mibs" |
256 | RDEPENDS_${PN}-server-snmptrapd += "net-snmp-server-snmpd ${PN}-lib-trapd" | 256 | RDEPENDS:${PN}-server-snmptrapd += "net-snmp-server-snmpd ${PN}-lib-trapd" |
257 | RDEPENDS_${PN}-server += "net-snmp-server-snmpd net-snmp-server-snmptrapd" | 257 | RDEPENDS:${PN}-server += "net-snmp-server-snmpd net-snmp-server-snmptrapd" |
258 | RDEPENDS_${PN}-client += "net-snmp-mibs net-snmp-libs" | 258 | RDEPENDS:${PN}-client += "net-snmp-mibs net-snmp-libs" |
259 | RDEPENDS_${PN}-libs += "libpci \ | 259 | RDEPENDS:${PN}-libs += "libpci \ |
260 | ${PN}-lib-netsnmp \ | 260 | ${PN}-lib-netsnmp \ |
261 | ${PN}-lib-agent \ | 261 | ${PN}-lib-agent \ |
262 | ${PN}-lib-helpers \ | 262 | ${PN}-lib-helpers \ |
263 | ${PN}-lib-mibs \ | 263 | ${PN}-lib-mibs \ |
264 | " | 264 | " |
265 | RDEPENDS_${PN}-ptest += "perl \ | 265 | RDEPENDS:${PN}-ptest += "perl \ |
266 | perl-module-test \ | 266 | perl-module-test \ |
267 | perl-module-file-basename \ | 267 | perl-module-file-basename \ |
268 | perl-module-getopt-long \ | 268 | perl-module-getopt-long \ |
269 | perl-module-file-temp \ | 269 | perl-module-file-temp \ |
270 | perl-module-data-dumper \ | 270 | perl-module-data-dumper \ |
271 | " | 271 | " |
272 | RDEPENDS_${PN}-dev = "net-snmp-client (= ${EXTENDPKGV}) net-snmp-server (= ${EXTENDPKGV})" | 272 | RDEPENDS:${PN}-dev = "net-snmp-client (= ${EXTENDPKGV}) net-snmp-server (= ${EXTENDPKGV})" |
273 | RRECOMMENDS_${PN}-dbg = "net-snmp-client (= ${EXTENDPKGV}) net-snmp-server (= ${EXTENDPKGV})" | 273 | RRECOMMENDS:${PN}-dbg = "net-snmp-client (= ${EXTENDPKGV}) net-snmp-server (= ${EXTENDPKGV})" |
274 | 274 | ||
275 | RPROVIDES_${PN}-server-snmpd += "${PN}-server-snmpd-systemd" | 275 | RPROVIDES:${PN}-server-snmpd += "${PN}-server-snmpd-systemd" |
276 | RREPLACES_${PN}-server-snmpd += "${PN}-server-snmpd-systemd" | 276 | RREPLACES:${PN}-server-snmpd += "${PN}-server-snmpd-systemd" |
277 | RCONFLICTS_${PN}-server-snmpd += "${PN}-server-snmpd-systemd" | 277 | RCONFLICTS:${PN}-server-snmpd += "${PN}-server-snmpd-systemd" |
278 | 278 | ||
279 | RPROVIDES_${PN}-server-snmptrapd += "${PN}-server-snmptrapd-systemd" | 279 | RPROVIDES:${PN}-server-snmptrapd += "${PN}-server-snmptrapd-systemd" |
280 | RREPLACES_${PN}-server-snmptrapd += "${PN}-server-snmptrapd-systemd" | 280 | RREPLACES:${PN}-server-snmptrapd += "${PN}-server-snmptrapd-systemd" |
281 | RCONFLICTS_${PN}-server-snmptrapd += "${PN}-server-snmptrapd-systemd" | 281 | RCONFLICTS:${PN}-server-snmptrapd += "${PN}-server-snmptrapd-systemd" |
282 | 282 | ||
283 | LEAD_SONAME = "libnetsnmp.so" | 283 | LEAD_SONAME = "libnetsnmp.so" |
284 | 284 | ||
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index cccbfa19a6..1640911fd8 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
@@ -27,11 +27,11 @@ S = "${WORKDIR}/git" | |||
27 | 27 | ||
28 | inherit autotools-brokensep pkgconfig | 28 | inherit autotools-brokensep pkgconfig |
29 | 29 | ||
30 | do_configure_prepend() { | 30 | do_configure:prepend() { |
31 | ./boot.sh | 31 | ./boot.sh |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | # Remove /var/run as it is created on startup | 35 | # Remove /var/run as it is created on startup |
36 | rm -rf ${D}${localstatedir}/run | 36 | rm -rf ${D}${localstatedir}/run |
37 | } | 37 | } |
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb index 9c0c28e197..6ce15a282b 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | |||
@@ -41,7 +41,7 @@ SRC_URI[sha256sum] = "1c97704d4b963a87fbc0e741668d4530933991515ae9ab0dffd11b5444 | |||
41 | 41 | ||
42 | inherit autotools-brokensep pkgconfig systemd ptest | 42 | inherit autotools-brokensep pkgconfig systemd ptest |
43 | 43 | ||
44 | SYSTEMD_SERVICE_${PN} = "openl2tpd.service" | 44 | SYSTEMD_SERVICE:${PN} = "openl2tpd.service" |
45 | SYSTEMD_AUTO_ENABLE = "disable" | 45 | SYSTEMD_AUTO_ENABLE = "disable" |
46 | 46 | ||
47 | DEPENDS += "libtirpc" | 47 | DEPENDS += "libtirpc" |
@@ -52,7 +52,7 @@ LDFLAGS += "-ltirpc" | |||
52 | PARALLEL_MAKE = "" | 52 | PARALLEL_MAKE = "" |
53 | EXTRA_OEMAKE = 'CFLAGS="${CFLAGS} -Wno-unused-but-set-variable" CPPFLAGS="${CPPFLAGS}" OPT_CFLAGS="${CFLAGS}"' | 53 | EXTRA_OEMAKE = 'CFLAGS="${CFLAGS} -Wno-unused-but-set-variable" CPPFLAGS="${CPPFLAGS}" OPT_CFLAGS="${CFLAGS}"' |
54 | 54 | ||
55 | do_compile_prepend() { | 55 | do_compile:prepend() { |
56 | sed -i -e "s:SYS_LIBDIR=.*:SYS_LIBDIR=${libdir}:g" \ | 56 | sed -i -e "s:SYS_LIBDIR=.*:SYS_LIBDIR=${libdir}:g" \ |
57 | -e 's:$(CROSS_COMPILE)as:${AS}:g' \ | 57 | -e 's:$(CROSS_COMPILE)as:${AS}:g' \ |
58 | -e 's:$(CROSS_COMPILE)ld:${LD}:g' \ | 58 | -e 's:$(CROSS_COMPILE)ld:${LD}:g' \ |
@@ -65,7 +65,7 @@ do_compile_prepend() { | |||
65 | ${S}/Makefile | 65 | ${S}/Makefile |
66 | } | 66 | } |
67 | 67 | ||
68 | do_install_append () { | 68 | do_install:append () { |
69 | install -d ${D}${sysconfdir}/init.d | 69 | install -d ${D}${sysconfdir}/init.d |
70 | install -d ${D}${sysconfdir}/default | 70 | install -d ${D}${sysconfdir}/default |
71 | install -m 0755 ${S}/etc/rc.d/init.d/openl2tpd ${D}${sysconfdir}/init.d/openl2tpd | 71 | install -m 0755 ${S}/etc/rc.d/init.d/openl2tpd ${D}${sysconfdir}/init.d/openl2tpd |
@@ -91,4 +91,4 @@ do_install_ptest () { | |||
91 | done | 91 | done |
92 | } | 92 | } |
93 | 93 | ||
94 | RDEPENDS_${PN} = "ppp ppp-l2tp bash" | 94 | RDEPENDS:${PN} = "ppp ppp-l2tp bash" |
diff --git a/meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb b/meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb index ec3e557ad9..abfa713dc8 100644 --- a/meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb +++ b/meta-networking/recipes-protocols/openlldp/openlldp_1.0.1.bb | |||
@@ -36,9 +36,9 @@ TARGET_CFLAGS += "-Wno-error" | |||
36 | # Enable install of systemd conf files. | 36 | # Enable install of systemd conf files. |
37 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_system_unitdir}', '', d)}" | 37 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_system_unitdir}', '', d)}" |
38 | 38 | ||
39 | SYSTEMD_SERVICE_${PN} = "lldpad.service lldpad.socket" | 39 | SYSTEMD_SERVICE:${PN} = "lldpad.service lldpad.socket" |
40 | 40 | ||
41 | # To enable service at boot set to enable in local.conf. | 41 | # To enable service at boot set to enable in local.conf. |
42 | SYSTEMD_AUTO_ENABLE ?= "disable" | 42 | SYSTEMD_AUTO_ENABLE ?= "disable" |
43 | 43 | ||
44 | RRECOMMENDS_${PN} = "iproute2-tc" | 44 | RRECOMMENDS:${PN} = "iproute2-tc" |
diff --git a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb index 53a79af76d..71046ce24c 100644 --- a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb +++ b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb | |||
@@ -29,4 +29,4 @@ do_install() { | |||
29 | install -m 644 ${WORKDIR}/options.pptp ${D}${sysconfdir}/ppp | 29 | install -m 644 ${WORKDIR}/options.pptp ${D}${sysconfdir}/ppp |
30 | } | 30 | } |
31 | 31 | ||
32 | RDEPENDS_${PN} = "ppp" | 32 | RDEPENDS:${PN} = "ppp" |
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index 3b7a425bba..b3574a7ff6 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc | |||
@@ -18,7 +18,7 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'snmp', 'net-snmp', '', d)}" | |||
18 | SNMP_CONF="${@bb.utils.contains('DISTRO_FEATURES', 'snmp', '--enable-snmp', '', d)}" | 18 | SNMP_CONF="${@bb.utils.contains('DISTRO_FEATURES', 'snmp', '--enable-snmp', '', d)}" |
19 | 19 | ||
20 | # the "ip" command from busybox is not sufficient (flush by protocol flushes all routes) | 20 | # the "ip" command from busybox is not sufficient (flush by protocol flushes all routes) |
21 | RDEPENDS_${PN} += "iproute2" | 21 | RDEPENDS:${PN} += "iproute2" |
22 | 22 | ||
23 | SRC_URI = "https://github.com/Quagga/quagga/releases/download/quagga-${PV}/quagga-${PV}.tar.gz \ | 23 | SRC_URI = "https://github.com/Quagga/quagga/releases/download/quagga-${PV}/quagga-${PV}.tar.gz \ |
24 | file://quagga.init \ | 24 | file://quagga.init \ |
@@ -45,13 +45,13 @@ inherit autotools update-rc.d useradd systemd pkgconfig multilib_header update-a | |||
45 | CFLAGS += "-fcommon" | 45 | CFLAGS += "-fcommon" |
46 | 46 | ||
47 | SYSTEMD_PACKAGES = "${PN} ${PN}-bgpd ${PN}-isisd ${PN}-ospf6d ${PN}-ospfd ${PN}-ripd ${PN}-ripngd" | 47 | SYSTEMD_PACKAGES = "${PN} ${PN}-bgpd ${PN}-isisd ${PN}-ospf6d ${PN}-ospfd ${PN}-ripd ${PN}-ripngd" |
48 | SYSTEMD_SERVICE_${PN}-bgpd = "bgpd.service" | 48 | SYSTEMD_SERVICE:${PN}-bgpd = "bgpd.service" |
49 | SYSTEMD_SERVICE_${PN}-isisd = "isisd.service" | 49 | SYSTEMD_SERVICE:${PN}-isisd = "isisd.service" |
50 | SYSTEMD_SERVICE_${PN}-ospf6d = "ospf6d.service" | 50 | SYSTEMD_SERVICE:${PN}-ospf6d = "ospf6d.service" |
51 | SYSTEMD_SERVICE_${PN}-ospfd = "ospfd.service" | 51 | SYSTEMD_SERVICE:${PN}-ospfd = "ospfd.service" |
52 | SYSTEMD_SERVICE_${PN}-ripd = "ripd.service" | 52 | SYSTEMD_SERVICE:${PN}-ripd = "ripd.service" |
53 | SYSTEMD_SERVICE_${PN}-ripngd = "ripngd.service" | 53 | SYSTEMD_SERVICE:${PN}-ripngd = "ripngd.service" |
54 | SYSTEMD_SERVICE_${PN} = "zebra.service" | 54 | SYSTEMD_SERVICE:${PN} = "zebra.service" |
55 | 55 | ||
56 | EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \ | 56 | EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \ |
57 | --localstatedir=${localstatedir}/run/quagga \ | 57 | --localstatedir=${localstatedir}/run/quagga \ |
@@ -144,8 +144,8 @@ do_install () { | |||
144 | -i ${D}${systemd_unitdir}/system/*.service | 144 | -i ${D}${systemd_unitdir}/system/*.service |
145 | } | 145 | } |
146 | 146 | ||
147 | DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-systemctl-native', '', d)}" | 147 | DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-systemctl-native', '', d)}" |
148 | pkg_postinst_${PN} () { | 148 | pkg_postinst:${PN} () { |
149 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd sysvinit', 'true', 'false', d)}; then | 149 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd sysvinit', 'true', 'false', d)}; then |
150 | if [ -n "$D" ]; then | 150 | if [ -n "$D" ]; then |
151 | OPTS="--root=$D" | 151 | OPTS="--root=$D" |
@@ -159,22 +159,22 @@ PACKAGE_BEFORE_PN = "${PN}-ospfd ${PN}-ospf6d ${PN}-bgpd \ | |||
159 | ${PN}-ripd ${PN}-ripngd ${PN}-isisd \ | 159 | ${PN}-ripd ${PN}-ripngd ${PN}-isisd \ |
160 | ${PN}-ospfclient ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '${PN}-watchquagga', '', d)}" | 160 | ${PN}-ospfclient ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', '${PN}-watchquagga', '', d)}" |
161 | 161 | ||
162 | RDEPENDS_${PN} += "${PN}-bgpd ${PN}-isisd ${PN}-ospf6d ${PN}-ospfd ${PN}-ripd ${PN}-ripngd" | 162 | RDEPENDS:${PN} += "${PN}-bgpd ${PN}-isisd ${PN}-ospf6d ${PN}-ospfd ${PN}-ripd ${PN}-ripngd" |
163 | 163 | ||
164 | FILES_${PN}-ospfd = "${sbindir}/ospfd ${libdir}/libospf.so.*" | 164 | FILES:${PN}-ospfd = "${sbindir}/ospfd ${libdir}/libospf.so.*" |
165 | FILES_${PN}-ospf6d = "${sbindir}/ospf6d" | 165 | FILES:${PN}-ospf6d = "${sbindir}/ospf6d" |
166 | FILES_${PN}-bgpd = "${sbindir}/bgpd" | 166 | FILES:${PN}-bgpd = "${sbindir}/bgpd" |
167 | FILES_${PN}-ripd = "${sbindir}/ripd" | 167 | FILES:${PN}-ripd = "${sbindir}/ripd" |
168 | FILES_${PN}-ripngd = "${sbindir}/ripngd" | 168 | FILES:${PN}-ripngd = "${sbindir}/ripngd" |
169 | FILES_${PN}-isisd = "${sbindir}/isisd" | 169 | FILES:${PN}-isisd = "${sbindir}/isisd" |
170 | FILES_${PN}-ospfclient = "${sbindir}/ospfclient ${libdir}/libospfapiclient.so.*" | 170 | FILES:${PN}-ospfclient = "${sbindir}/ospfclient ${libdir}/libospfapiclient.so.*" |
171 | FILES_${PN}-watchquagga = "${sbindir}/watchquagga ${sysconfdir}/default/watchquagga \ | 171 | FILES:${PN}-watchquagga = "${sbindir}/watchquagga ${sysconfdir}/default/watchquagga \ |
172 | ${sysconfdir}/init.d/watchquagga" | 172 | ${sysconfdir}/init.d/watchquagga" |
173 | 173 | ||
174 | FILES_${PN} += "${nonarch_libdir}/tmpfiles.d/*.conf" | 174 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d/*.conf" |
175 | 175 | ||
176 | # Indicate that the default files are configuration files | 176 | # Indicate that the default files are configuration files |
177 | CONFFILES_${PN} = "${sysconfdir}/default/quagga \ | 177 | CONFFILES:${PN} = "${sysconfdir}/default/quagga \ |
178 | ${sysconfdir}/quagga/bgpd.conf \ | 178 | ${sysconfdir}/quagga/bgpd.conf \ |
179 | ${sysconfdir}/quagga/vtysh.conf \ | 179 | ${sysconfdir}/quagga/vtysh.conf \ |
180 | ${sysconfdir}/quagga/isisd.conf \ | 180 | ${sysconfdir}/quagga/isisd.conf \ |
@@ -184,60 +184,60 @@ CONFFILES_${PN} = "${sysconfdir}/default/quagga \ | |||
184 | ${sysconfdir}/quagga/ripd.conf \ | 184 | ${sysconfdir}/quagga/ripd.conf \ |
185 | ${sysconfdir}/quagga/ospf6d.conf \ | 185 | ${sysconfdir}/quagga/ospf6d.conf \ |
186 | " | 186 | " |
187 | CONFFILES_${PN}-watchquagga = "${sysconfdir}/default/watchquagga" | 187 | CONFFILES:${PN}-watchquagga = "${sysconfdir}/default/watchquagga" |
188 | 188 | ||
189 | # Stop the names being rewritten due to the internal shared libraries | 189 | # Stop the names being rewritten due to the internal shared libraries |
190 | DEBIAN_NOAUTONAME_${PN}-ospfd = "1" | 190 | DEBIAN_NOAUTONAME:${PN}-ospfd = "1" |
191 | DEBIAN_NOAUTONAME_${PN}-ospfclient = "1" | 191 | DEBIAN_NOAUTONAME:${PN}-ospfclient = "1" |
192 | 192 | ||
193 | # Main init script starts all deamons | 193 | # Main init script starts all deamons |
194 | # Seperate init script for watchquagga | 194 | # Seperate init script for watchquagga |
195 | INITSCRIPT_PACKAGES = "${PN} ${PN}-watchquagga" | 195 | INITSCRIPT_PACKAGES = "${PN} ${PN}-watchquagga" |
196 | INITSCRIPT_NAME_${PN} = "quagga" | 196 | INITSCRIPT_NAME:${PN} = "quagga" |
197 | INITSCRIPT_PARAMS_${PN} = "defaults 15 85" | 197 | INITSCRIPT_PARAMS:${PN} = "defaults 15 85" |
198 | INITSCRIPT_NAME_${PN}-watchquagga = "watchquagga" | 198 | INITSCRIPT_NAME:${PN}-watchquagga = "watchquagga" |
199 | INITSCRIPT_PARAMS_${PN}-watchquagga = "defaults 90 10" | 199 | INITSCRIPT_PARAMS:${PN}-watchquagga = "defaults 90 10" |
200 | 200 | ||
201 | # Add quagga's user and group | 201 | # Add quagga's user and group |
202 | USERADD_PACKAGES = "${PN}" | 202 | USERADD_PACKAGES = "${PN}" |
203 | GROUPADD_PARAM_${PN} = "--system quagga ; --system quaggavty" | 203 | GROUPADD_PARAM:${PN} = "--system quagga ; --system quaggavty" |
204 | USERADD_PARAM_${PN} = "--system --home ${localstatedir}/run/quagga/ -M -g quagga -G quaggavty --shell /bin/false quagga" | 204 | USERADD_PARAM:${PN} = "--system --home ${localstatedir}/run/quagga/ -M -g quagga -G quaggavty --shell /bin/false quagga" |
205 | 205 | ||
206 | pkg_postinst_${PN} () { | 206 | pkg_postinst:${PN} () { |
207 | if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then | 207 | if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then |
208 | ${sysconfdir}/init.d/populate-volatile.sh update | 208 | ${sysconfdir}/init.d/populate-volatile.sh update |
209 | fi | 209 | fi |
210 | } | 210 | } |
211 | 211 | ||
212 | # Stop apps before uninstall | 212 | # Stop apps before uninstall |
213 | pkg_prerm_${PN} () { | 213 | pkg_prerm:${PN} () { |
214 | ${sysconfdir}/init.d/quagga stop | 214 | ${sysconfdir}/init.d/quagga stop |
215 | } | 215 | } |
216 | 216 | ||
217 | pkg_prerm_${PN}-ospfd () { | 217 | pkg_prerm:${PN}-ospfd () { |
218 | ${sysconfdir}/init.d/quagga stop ospfd | 218 | ${sysconfdir}/init.d/quagga stop ospfd |
219 | } | 219 | } |
220 | 220 | ||
221 | pkg_prerm_${PN}-ospf6d () { | 221 | pkg_prerm:${PN}-ospf6d () { |
222 | ${sysconfdir}/init.d/quagga stop ospf6d | 222 | ${sysconfdir}/init.d/quagga stop ospf6d |
223 | } | 223 | } |
224 | 224 | ||
225 | pkg_prerm_${PN}-bgpd () { | 225 | pkg_prerm:${PN}-bgpd () { |
226 | ${sysconfdir}/init.d/quagga stop bgpd | 226 | ${sysconfdir}/init.d/quagga stop bgpd |
227 | } | 227 | } |
228 | 228 | ||
229 | pkg_prerm_${PN}-ripd () { | 229 | pkg_prerm:${PN}-ripd () { |
230 | ${sysconfdir}/init.d/quagga stop ripd | 230 | ${sysconfdir}/init.d/quagga stop ripd |
231 | } | 231 | } |
232 | 232 | ||
233 | pkg_prerm_${PN}-ripngd () { | 233 | pkg_prerm:${PN}-ripngd () { |
234 | ${sysconfdir}/init.d/quagga stop ripngd | 234 | ${sysconfdir}/init.d/quagga stop ripngd |
235 | } | 235 | } |
236 | 236 | ||
237 | pkg_prerm_${PN}-isisd () { | 237 | pkg_prerm:${PN}-isisd () { |
238 | ${sysconfdir}/init.d/quagga stop isisd | 238 | ${sysconfdir}/init.d/quagga stop isisd |
239 | } | 239 | } |
240 | 240 | ||
241 | ALTERNATIVE_${PN} = "pimd" | 241 | ALTERNATIVE:${PN} = "pimd" |
242 | ALTERNATIVE_LINK_NAME[pimd] = "${sbindir}/pimd" | 242 | ALTERNATIVE_LINK_NAME[pimd] = "${sbindir}/pimd" |
243 | 243 | ||
diff --git a/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb b/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb index ea3775452b..4696c3baeb 100644 --- a/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb +++ b/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb | |||
@@ -21,11 +21,11 @@ DEPENDS += "virtual/crypt" | |||
21 | 21 | ||
22 | EXTRA_OECONF += "--disable-static" | 22 | EXTRA_OECONF += "--disable-static" |
23 | 23 | ||
24 | do_configure_prepend () { | 24 | do_configure:prepend () { |
25 | export CONFIG_SITE=./config-site.${P} | 25 | export CONFIG_SITE=./config-site.${P} |
26 | } | 26 | } |
27 | 27 | ||
28 | do_compile_prepend() { | 28 | do_compile:prepend() { |
29 | for m in `find . -name "Makefile"` ; do | 29 | for m in `find . -name "Makefile"` ; do |
30 | sed -i -e 's:^program_transform_name =.*:program_transform_name =:g' ${m} | 30 | sed -i -e 's:^program_transform_name =.*:program_transform_name =:g' ${m} |
31 | done | 31 | done |
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.13.bb b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.13.bb index 492ade5ae5..344aa33dec 100644 --- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.13.bb +++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.13.bb | |||
@@ -26,7 +26,7 @@ SRC_URI[sha256sum] = "8cd6bc71ba46bd5f6eb4daf60220ccdcd991a8525111dee466501b1b97 | |||
26 | 26 | ||
27 | inherit autotools-brokensep update-rc.d systemd | 27 | inherit autotools-brokensep update-rc.d systemd |
28 | 28 | ||
29 | do_install_append() { | 29 | do_install:append() { |
30 | install -d ${D}${systemd_unitdir}/system | 30 | install -d ${D}${systemd_unitdir}/system |
31 | install -m 0644 ${WORKDIR}/pppoe-server.service ${D}${systemd_unitdir}/system | 31 | install -m 0644 ${WORKDIR}/pppoe-server.service ${D}${systemd_unitdir}/system |
32 | sed -i -e 's#@SYSCONFDIR@#${sysconfdir}#g' ${D}${systemd_unitdir}/system/pppoe-server.service | 32 | sed -i -e 's#@SYSCONFDIR@#${sysconfdir}#g' ${D}${systemd_unitdir}/system/pppoe-server.service |
@@ -48,29 +48,29 @@ do_install() { | |||
48 | } | 48 | } |
49 | 49 | ||
50 | SYSTEMD_PACKAGES = "${PN}-server" | 50 | SYSTEMD_PACKAGES = "${PN}-server" |
51 | SYSTEMD_SERVICE_${PN}-server = "pppoe-server.service" | 51 | SYSTEMD_SERVICE:${PN}-server = "pppoe-server.service" |
52 | SYSTEMD_AUTO_ENABLE = "disable" | 52 | SYSTEMD_AUTO_ENABLE = "disable" |
53 | # Insert server package before main package | 53 | # Insert server package before main package |
54 | PACKAGES = "${PN}-dbg ${PN}-server ${PN}-relay ${PN}-sniff ${PN} ${PN}-doc" | 54 | PACKAGES = "${PN}-dbg ${PN}-server ${PN}-relay ${PN}-sniff ${PN} ${PN}-doc" |
55 | 55 | ||
56 | FILES_${PN}-server = "${sysconfdir}/default/pppoe-server \ | 56 | FILES:${PN}-server = "${sysconfdir}/default/pppoe-server \ |
57 | ${sysconfdir}/init.d/pppoe-server \ | 57 | ${sysconfdir}/init.d/pppoe-server \ |
58 | ${sbindir}/pppoe-server \ | 58 | ${sbindir}/pppoe-server \ |
59 | ${sysconfdir}/ppp/pppoe-server-options" | 59 | ${sysconfdir}/ppp/pppoe-server-options" |
60 | FILES_${PN}-relay = "${sbindir}/pppoe-relay" | 60 | FILES:${PN}-relay = "${sbindir}/pppoe-relay" |
61 | FILES_${PN}-sniff = "${sbindir}/pppoe-sniff" | 61 | FILES:${PN}-sniff = "${sbindir}/pppoe-sniff" |
62 | 62 | ||
63 | CONFFILES_${PN} = "${sysconfdir}/ppp/pppoe.conf \ | 63 | CONFFILES:${PN} = "${sysconfdir}/ppp/pppoe.conf \ |
64 | ${sysconfdir}/ppp/firewall-standalone \ | 64 | ${sysconfdir}/ppp/firewall-standalone \ |
65 | ${sysconfdir}/ppp/firewall-masq" | 65 | ${sysconfdir}/ppp/firewall-masq" |
66 | CONFFILES_${PN}-server = "${sysconfdir}/ppp/pppoe-server-options \ | 66 | CONFFILES:${PN}-server = "${sysconfdir}/ppp/pppoe-server-options \ |
67 | ${sysconfdir}/default/pppoe-server" | 67 | ${sysconfdir}/default/pppoe-server" |
68 | 68 | ||
69 | INITSCRIPT_PACKAGES = "${PN}-server" | 69 | INITSCRIPT_PACKAGES = "${PN}-server" |
70 | INITSCRIPT_NAME_${PN}-server = "pppoe-server" | 70 | INITSCRIPT_NAME:${PN}-server = "pppoe-server" |
71 | INITSCRIPT_PARAMS_${PN}-server = "defaults 92 8" | 71 | INITSCRIPT_PARAMS:${PN}-server = "defaults 92 8" |
72 | 72 | ||
73 | RDEPENDS_${PN} = "ppp" | 73 | RDEPENDS:${PN} = "ppp" |
74 | RDEPENDS_${PN}-server = "${PN}" | 74 | RDEPENDS:${PN}-server = "${PN}" |
75 | RRECOMMENDS_${PN} = "ppp-oe" | 75 | RRECOMMENDS:${PN} = "ppp-oe" |
76 | 76 | ||
diff --git a/meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb b/meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb index 725ba189c6..09699f3329 100644 --- a/meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb +++ b/meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb | |||
@@ -18,14 +18,14 @@ SRC_URI[sha256sum] = "849d7ef5af80d03e76cc05ed9fb8fa2bcc2b724b51ebfd1b6be11c7863 | |||
18 | 18 | ||
19 | inherit autotools-brokensep | 19 | inherit autotools-brokensep |
20 | 20 | ||
21 | LIBS_append_libc-musl = " -lssp_nonshared" | 21 | LIBS:append:libc-musl = " -lssp_nonshared" |
22 | LIBS_append_libc-glibc = " -lc_nonshared" | 22 | LIBS:append:libc-glibc = " -lc_nonshared" |
23 | 23 | ||
24 | S = "${WORKDIR}/tsocks-1.8" | 24 | S = "${WORKDIR}/tsocks-1.8" |
25 | 25 | ||
26 | FILES_${PN} = "${libdir}/* ${bindir}/tsocks" | 26 | FILES:${PN} = "${libdir}/* ${bindir}/tsocks" |
27 | FILES_${PN}-dev = "" | 27 | FILES:${PN}-dev = "" |
28 | INSANE_SKIP_${PN} = "dev-so" | 28 | INSANE_SKIP:${PN} = "dev-so" |
29 | 29 | ||
30 | EXTRA_OEMAKE = "SHCC='${CC} -fPIC ${LDFLAGS}' LIBS='${LIBS}'" | 30 | EXTRA_OEMAKE = "SHCC='${CC} -fPIC ${LDFLAGS}' LIBS='${LIBS}'" |
31 | 31 | ||
diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb index b02e183db7..52f5ef275f 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.14.bb | |||
@@ -34,7 +34,7 @@ do_install () { | |||
34 | install -m 0644 debian/xl2tpd.default ${D}${sysconfdir}/default/xl2tpd | 34 | install -m 0644 debian/xl2tpd.default ${D}${sysconfdir}/default/xl2tpd |
35 | } | 35 | } |
36 | 36 | ||
37 | CONFFILES_${PN} += "${sysconfdir}/xl2tpd.conf ${sysconfdir}/default/xl2tpd" | 37 | CONFFILES:${PN} += "${sysconfdir}/xl2tpd.conf ${sysconfdir}/default/xl2tpd" |
38 | 38 | ||
39 | INITSCRIPT_PACKAGES = "${PN}" | 39 | INITSCRIPT_PACKAGES = "${PN}" |
40 | INITSCRIPT_NAME_${PN} = "xl2tpd" | 40 | INITSCRIPT_NAME:${PN} = "xl2tpd" |
diff --git a/meta-networking/recipes-support/aoetools/aoetools_36.bb b/meta-networking/recipes-support/aoetools/aoetools_36.bb index 60f3dc9b25..676d2e567f 100644 --- a/meta-networking/recipes-support/aoetools/aoetools_36.bb +++ b/meta-networking/recipes-support/aoetools/aoetools_36.bb | |||
@@ -8,7 +8,7 @@ HOMEPAGE = "http://sourceforge.net/projects/${BPN}" | |||
8 | SECTION = "admin" | 8 | SECTION = "admin" |
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
11 | RRECOMMENDS_${PN} = "kernel-module-aoe" | 11 | RRECOMMENDS:${PN} = "kernel-module-aoe" |
12 | 12 | ||
13 | SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "http://sourceforge.net/projects/${BPN}/files/${BPN}/${BPN}-${PV}.tar.gz \ |
14 | file://aoe-stat-no-bashism.patch \ | 14 | file://aoe-stat-no-bashism.patch \ |
diff --git a/meta-networking/recipes-support/arptables/arptables_git.bb b/meta-networking/recipes-support/arptables/arptables_git.bb index 5afec7663a..33e4e13acb 100644 --- a/meta-networking/recipes-support/arptables/arptables_git.bb +++ b/meta-networking/recipes-support/arptables/arptables_git.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[arptables.md5sum] = "1d4ab05761f063b0751645d8f2b8f8e5" | |||
15 | SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928" | 15 | SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | SYSTEMD_SERVICE_${PN} = "arptables.service" | 18 | SYSTEMD_SERVICE:${PN} = "arptables.service" |
19 | 19 | ||
20 | inherit systemd | 20 | inherit systemd |
21 | 21 | ||
@@ -29,7 +29,7 @@ do_install() { | |||
29 | fi | 29 | fi |
30 | } | 30 | } |
31 | 31 | ||
32 | RDEPENDS_${PN} += "perl" | 32 | RDEPENDS:${PN} += "perl" |
33 | 33 | ||
34 | # the install target is not multi-job safe, but it doesn't do much | 34 | # the install target is not multi-job safe, but it doesn't do much |
35 | # so we just install serially | 35 | # so we just install serially |
diff --git a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.bb b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.bb index cf7185864d..b8975dec0b 100644 --- a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.bb +++ b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.bb | |||
@@ -20,16 +20,16 @@ DEPENDS = "sysfsutils" | |||
20 | 20 | ||
21 | inherit autotools-brokensep update-alternatives | 21 | inherit autotools-brokensep update-alternatives |
22 | 22 | ||
23 | ALTERNATIVE_${PN} = "brctl" | 23 | ALTERNATIVE:${PN} = "brctl" |
24 | ALTERNATIVE_PRIORITY[brctl] = "100" | 24 | ALTERNATIVE_PRIORITY[brctl] = "100" |
25 | ALTERNATIVE_LINK_NAME[brctl] = "${sbindir}/brctl" | 25 | ALTERNATIVE_LINK_NAME[brctl] = "${sbindir}/brctl" |
26 | 26 | ||
27 | EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}" | 27 | EXTRA_OECONF = "--with-linux-headers=${STAGING_INCDIR}" |
28 | 28 | ||
29 | do_install_append () { | 29 | do_install:append () { |
30 | install -d ${D}/${datadir}/bridge-utils | 30 | install -d ${D}/${datadir}/bridge-utils |
31 | install -d ${D}/${sysconfdir}/network/if-pre-up.d | 31 | install -d ${D}/${sysconfdir}/network/if-pre-up.d |
32 | install -d ${D}/${sysconfdir}/network/if-post-down.d | 32 | install -d ${D}/${sysconfdir}/network/if-post-down.d |
33 | } | 33 | } |
34 | 34 | ||
35 | RRECOMMENDS_${PN} = "kernel-module-bridge" | 35 | RRECOMMENDS:${PN} = "kernel-module-bridge" |
diff --git a/meta-networking/recipes-support/celt051/celt051_git.bb b/meta-networking/recipes-support/celt051/celt051_git.bb index c3e4cbbe6d..62682cfce3 100644 --- a/meta-networking/recipes-support/celt051/celt051_git.bb +++ b/meta-networking/recipes-support/celt051/celt051_git.bb | |||
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git" | |||
25 | 25 | ||
26 | inherit pkgconfig autotools-brokensep | 26 | inherit pkgconfig autotools-brokensep |
27 | 27 | ||
28 | PACKAGECONFIG_class-native = "" | 28 | PACKAGECONFIG:class-native = "" |
29 | PACKAGECONFIG ??= "" | 29 | PACKAGECONFIG ??= "" |
30 | 30 | ||
31 | PACKAGECONFIG[ogg] = "--enable-tools,--disable-tools,libogg," | 31 | PACKAGECONFIG[ogg] = "--enable-tools,--disable-tools,libogg," |
diff --git a/meta-networking/recipes-support/chrony/chrony_4.1.bb b/meta-networking/recipes-support/chrony/chrony_4.1.bb index 0262a6e8d9..6a450c3e88 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.1.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.1.bb | |||
@@ -36,7 +36,7 @@ SRC_URI = "https://download.tuxfamily.org/chrony/chrony-${PV}.tar.gz \ | |||
36 | file://arm_eabi.patch \ | 36 | file://arm_eabi.patch \ |
37 | " | 37 | " |
38 | 38 | ||
39 | SRC_URI_append_libc-musl = " \ | 39 | SRC_URI:append:libc-musl = " \ |
40 | file://0001-Fix-compilation-with-musl.patch \ | 40 | file://0001-Fix-compilation-with-musl.patch \ |
41 | " | 41 | " |
42 | SRC_URI[sha256sum] = "ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c" | 42 | SRC_URI[sha256sum] = "ed76f2d3f9347ac6221a91ad4bd553dd0565ac188cd7490d0801d08f7171164c" |
@@ -119,20 +119,20 @@ do_install() { | |||
119 | sed -i 's!^EnvironmentFile=.*!EnvironmentFile=-${sysconfdir}/default/chronyd!' ${D}${systemd_unitdir}/system/chronyd.service | 119 | sed -i 's!^EnvironmentFile=.*!EnvironmentFile=-${sysconfdir}/default/chronyd!' ${D}${systemd_unitdir}/system/chronyd.service |
120 | } | 120 | } |
121 | 121 | ||
122 | FILES_${PN} = "${sbindir}/chronyd ${sysconfdir} ${localstatedir}/lib/chrony ${localstatedir}" | 122 | FILES:${PN} = "${sbindir}/chronyd ${sysconfdir} ${localstatedir}/lib/chrony ${localstatedir}" |
123 | CONFFILES_${PN} = "${sysconfdir}/chrony.conf" | 123 | CONFFILES:${PN} = "${sysconfdir}/chrony.conf" |
124 | INITSCRIPT_NAME = "chronyd" | 124 | INITSCRIPT_NAME = "chronyd" |
125 | INITSCRIPT_PARAMS = "defaults" | 125 | INITSCRIPT_PARAMS = "defaults" |
126 | SYSTEMD_PACKAGES = "${PN}" | 126 | SYSTEMD_PACKAGES = "${PN}" |
127 | SYSTEMD_SERVICE_${PN} = "chronyd.service" | 127 | SYSTEMD_SERVICE:${PN} = "chronyd.service" |
128 | 128 | ||
129 | # It's probably a bad idea to run chrony and another time daemon on | 129 | # It's probably a bad idea to run chrony and another time daemon on |
130 | # the same system. systemd includes the SNTP client 'timesyncd', which | 130 | # the same system. systemd includes the SNTP client 'timesyncd', which |
131 | # will be disabled by chronyd.service, however it will remain on the rootfs | 131 | # will be disabled by chronyd.service, however it will remain on the rootfs |
132 | # wasting 150 kB unless you put 'PACKAGECONFIG_remove_pn-systemd = "timesyncd"' | 132 | # wasting 150 kB unless you put 'PACKAGECONFIG:remove:pn-systemd = "timesyncd"' |
133 | # in a conf file or bbappend somewhere. | 133 | # in a conf file or bbappend somewhere. |
134 | RCONFLICTS_${PN} = "ntp ntimed" | 134 | RCONFLICTS:${PN} = "ntp ntimed" |
135 | 135 | ||
136 | # Separate the client program into its own package | 136 | # Separate the client program into its own package |
137 | PACKAGES =+ "chronyc" | 137 | PACKAGES =+ "chronyc" |
138 | FILES_chronyc = "${bindir}/chronyc" | 138 | FILES:chronyc = "${bindir}/chronyc" |
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb b/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb index bf8b18043a..54aa3ce19c 100644 --- a/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb +++ b/meta-networking/recipes-support/cifs/cifs-utils_6.13.bb | |||
@@ -12,9 +12,9 @@ DEPENDS += "libtalloc" | |||
12 | 12 | ||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" | 14 | PACKAGECONFIG[cap] = "--with-libcap,--without-libcap,libcap" |
15 | # when enabled, it creates ${bindir}/cifscreds and --ignore-fail-on-non-empty in do_install_append is needed | 15 | # when enabled, it creates ${bindir}/cifscreds and --ignore-fail-on-non-empty in do_install:append is needed |
16 | PACKAGECONFIG[cifscreds] = "--enable-cifscreds,--disable-cifscreds,keyutils" | 16 | PACKAGECONFIG[cifscreds] = "--enable-cifscreds,--disable-cifscreds,keyutils" |
17 | # when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install_append is needed | 17 | # when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install:append is needed |
18 | PACKAGECONFIG[cifsupcall] = "--enable-cifsupcall,--disable-cifsupcall,krb5 libtalloc keyutils" | 18 | PACKAGECONFIG[cifsupcall] = "--enable-cifsupcall,--disable-cifsupcall,krb5 libtalloc keyutils" |
19 | PACKAGECONFIG[cifsidmap] = "--enable-cifsidmap,--disable-cifsidmap,keyutils samba" | 19 | PACKAGECONFIG[cifsidmap] = "--enable-cifsidmap,--disable-cifsidmap,keyutils samba" |
20 | PACKAGECONFIG[cifsacl] = "--enable-cifsacl,--disable-cifsacl,samba" | 20 | PACKAGECONFIG[cifsacl] = "--enable-cifsacl,--disable-cifsacl,samba" |
@@ -22,7 +22,7 @@ PACKAGECONFIG[pam] = "--enable-pam --with-pamdir=${base_libdir}/security,--disab | |||
22 | 22 | ||
23 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
24 | 24 | ||
25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
26 | # want installed to /usr/sbin rather than /sbin to be DISTRO_FEATURES usrmerge compliant | 26 | # want installed to /usr/sbin rather than /sbin to be DISTRO_FEATURES usrmerge compliant |
27 | # must override ROOTSBINDIR (default '/sbin'), | 27 | # must override ROOTSBINDIR (default '/sbin'), |
28 | # setting --exec-prefix or --prefix in EXTRA_OECONF does not work | 28 | # setting --exec-prefix or --prefix in EXTRA_OECONF does not work |
@@ -31,7 +31,7 @@ do_configure_prepend() { | |||
31 | fi | 31 | fi |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','false','true',d)}; then | 35 | if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','false','true',d)}; then |
36 | # Remove empty /usr/bin and /usr/sbin directories since the mount helper | 36 | # Remove empty /usr/bin and /usr/sbin directories since the mount helper |
37 | # is installed to /sbin | 37 | # is installed to /sbin |
@@ -39,6 +39,6 @@ do_install_append() { | |||
39 | fi | 39 | fi |
40 | } | 40 | } |
41 | 41 | ||
42 | FILES_${PN} += "${base_libdir}/security" | 42 | FILES:${PN} += "${base_libdir}/security" |
43 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | 43 | FILES:${PN}-dbg += "${base_libdir}/security/.debug" |
44 | RRECOMMENDS_${PN} = "kernel-module-cifs" | 44 | RRECOMMENDS:${PN} = "kernel-module-cifs" |
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb index 4ecaabd7ed..62daf3279d 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb | |||
@@ -16,5 +16,5 @@ do_install() { | |||
16 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/doc/cim-schema-${PV}-docs | 16 | cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/doc/cim-schema-${PV}-docs |
17 | } | 17 | } |
18 | 18 | ||
19 | FILES_${PN} = "${datadir}/doc/*" | 19 | FILES:${PN} = "${datadir}/doc/*" |
20 | FILES_${PN}-doc = "" | 20 | FILES:${PN}-doc = "" |
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb index 90ea882b73..7d51bc1c91 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb | |||
@@ -2,7 +2,7 @@ require cim-schema.inc | |||
2 | 2 | ||
3 | LICENSE = "DMTF" | 3 | LICENSE = "DMTF" |
4 | 4 | ||
5 | RCONFLICTS_${PN} = "cim-schema-final" | 5 | RCONFLICTS:${PN} = "cim-schema-final" |
6 | 6 | ||
7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2500/cim_schema_${PV}Experimental-MOFs.zip;subdir=${BPN}-${PV} \ | 7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2500/cim_schema_${PV}Experimental-MOFs.zip;subdir=${BPN}-${PV} \ |
8 | file://LICENSE \ | 8 | file://LICENSE \ |
@@ -25,5 +25,5 @@ do_install() { | |||
25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof | 25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} = "${datadir}/mof/* ${datadir}/doc/*" | 28 | FILES:${PN} = "${datadir}/mof/* ${datadir}/doc/*" |
29 | FILES_${PN}-doc = "" | 29 | FILES:${PN}-doc = "" |
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb index 67d1db222c..32bd8acbb9 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb | |||
@@ -2,7 +2,7 @@ require cim-schema.inc | |||
2 | 2 | ||
3 | LICENSE = "DMTF" | 3 | LICENSE = "DMTF" |
4 | 4 | ||
5 | RCONFLICTS_${PN} = "cim-schema-exper" | 5 | RCONFLICTS:${PN} = "cim-schema-exper" |
6 | 6 | ||
7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-MOFs.zip;subdir=${BP} \ | 7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-MOFs.zip;subdir=${BP} \ |
8 | file://LICENSE \ | 8 | file://LICENSE \ |
@@ -25,5 +25,5 @@ do_install() { | |||
25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof | 25 | ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} = "${datadir}/mof/* ${datadir}/doc/*" | 28 | FILES:${PN} = "${datadir}/mof/* ${datadir}/doc/*" |
29 | FILES_${PN}-doc = "" | 29 | FILES:${PN}-doc = "" |
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb index 799cf8611c..6ce52d7179 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=fd0c9adf285a69aa3b4faf34384e1029" | 5 | LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=fd0c9adf285a69aa3b4faf34384e1029" |
6 | 6 | ||
7 | DEPENDS = "curl" | 7 | DEPENDS = "curl" |
8 | DEPENDS_class-native = "curl-native" | 8 | DEPENDS:class-native = "curl-native" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/jpbarrette/curlpp.git" | 10 | SRC_URI = "git://github.com/jpbarrette/curlpp.git" |
11 | 11 | ||
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc index 33678e2345..cd51c07dc1 100644 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc | |||
@@ -37,7 +37,7 @@ EXTRA_OEMAKE = "\ | |||
37 | 37 | ||
38 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'resolvconf', 'file://dnsmasq.resolvconf file://99_dnsmasq file://dnsmasq-resolvconf-helper', '', d)}" | 38 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'resolvconf', 'file://dnsmasq.resolvconf file://99_dnsmasq file://dnsmasq-resolvconf-helper', '', d)}" |
39 | 39 | ||
40 | do_compile_append() { | 40 | do_compile:append() { |
41 | # build dhcp_release | 41 | # build dhcp_release |
42 | cd ${S}/contrib/lease-tools | 42 | cd ${S}/contrib/lease-tools |
43 | oe_runmake | 43 | oe_runmake |
@@ -78,9 +78,9 @@ do_install () { | |||
78 | fi | 78 | fi |
79 | } | 79 | } |
80 | 80 | ||
81 | CONFFILES_${PN} = "${sysconfdir}/dnsmasq.conf" | 81 | CONFFILES:${PN} = "${sysconfdir}/dnsmasq.conf" |
82 | 82 | ||
83 | RPROVIDES_${PN} += "${PN}-systemd" | 83 | RPROVIDES:${PN} += "${PN}-systemd" |
84 | RREPLACES_${PN} += "${PN}-systemd" | 84 | RREPLACES:${PN} += "${PN}-systemd" |
85 | RCONFLICTS_${PN} += "${PN}-systemd" | 85 | RCONFLICTS:${PN} += "${PN}-systemd" |
86 | SYSTEMD_SERVICE_${PN} = "dnsmasq.service" | 86 | SYSTEMD_SERVICE:${PN} = "dnsmasq.service" |
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb index 26b4f5ee8e..464f622502 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb | |||
@@ -50,10 +50,10 @@ EXTRA_OECONF = " --with-ioloop=epoll \ | |||
50 | LTO = "" | 50 | LTO = "" |
51 | 51 | ||
52 | SYSTEMD_PACKAGES = "${PN}" | 52 | SYSTEMD_PACKAGES = "${PN}" |
53 | SYSTEMD_SERVICE_${PN} = "dovecot.service dovecot.socket" | 53 | SYSTEMD_SERVICE:${PN} = "dovecot.service dovecot.socket" |
54 | SYSTEMD_AUTO_ENABLE = "disable" | 54 | SYSTEMD_AUTO_ENABLE = "disable" |
55 | 55 | ||
56 | do_install_append () { | 56 | do_install:append () { |
57 | install -d 755 ${D}/etc/dovecot | 57 | install -d 755 ${D}/etc/dovecot |
58 | touch 644 ${D}/etc/dovecot/dovecot.conf | 58 | touch 644 ${D}/etc/dovecot/dovecot.conf |
59 | install -m 0644 ${WORKDIR}/dovecot.service ${D}${systemd_unitdir}/system | 59 | install -m 0644 ${WORKDIR}/dovecot.service ${D}${systemd_unitdir}/system |
@@ -62,16 +62,16 @@ do_install_append () { | |||
62 | } | 62 | } |
63 | 63 | ||
64 | USERADD_PACKAGES = "${PN}" | 64 | USERADD_PACKAGES = "${PN}" |
65 | USERADD_PARAM_${PN} = "-r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovecot dovecot; \ | 65 | USERADD_PARAM:${PN} = "-r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovecot dovecot; \ |
66 | -r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovenull dovenull" | 66 | -r -d ${libexecdir} -M -s ${base_sbindir}/nologin -g dovenull dovenull" |
67 | GROUPADD_PARAM_${PN} = "-f -r dovecot;-f -r dovenull" | 67 | GROUPADD_PARAM:${PN} = "-f -r dovecot;-f -r dovenull" |
68 | 68 | ||
69 | FILES_${PN} += "${libdir}/dovecot/*plugin.so \ | 69 | FILES:${PN} += "${libdir}/dovecot/*plugin.so \ |
70 | ${libdir}/dovecot/libfs_compress.so \ | 70 | ${libdir}/dovecot/libfs_compress.so \ |
71 | ${libdir}/dovecot/libssl_iostream_openssl.so" | 71 | ${libdir}/dovecot/libssl_iostream_openssl.so" |
72 | FILES_${PN}-staticdev += "${libdir}/dovecot/*/*.a" | 72 | FILES:${PN}-staticdev += "${libdir}/dovecot/*/*.a" |
73 | FILES_${PN}-dev += "${libdir}/dovecot/libdovecot*.so" | 73 | FILES:${PN}-dev += "${libdir}/dovecot/libdovecot*.so" |
74 | FILES_${PN}-dbg += "${libdir}/dovecot/*/.debug" | 74 | FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug" |
75 | 75 | ||
76 | # CVE-2016-4983 affects only postinstall script on specific distribution | 76 | # CVE-2016-4983 affects only postinstall script on specific distribution |
77 | CVE_CHECK_WHITELIST += "CVE-2016-4983" | 77 | CVE_CHECK_WHITELIST += "CVE-2016-4983" |
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb index 5b0979f961..ceb40185f8 100644 --- a/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb +++ b/meta-networking/recipes-support/drbd/drbd-utils_9.13.1.bb | |||
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git" | |||
22 | 22 | ||
23 | UPSTREAM_CHECK_URI = "https://github.com/LINBIT/drbd-utils/releases" | 23 | UPSTREAM_CHECK_URI = "https://github.com/LINBIT/drbd-utils/releases" |
24 | 24 | ||
25 | SYSTEMD_SERVICE_${PN} = "drbd.service" | 25 | SYSTEMD_SERVICE:${PN} = "drbd.service" |
26 | SYSTEMD_AUTO_ENABLE = "disable" | 26 | SYSTEMD_AUTO_ENABLE = "disable" |
27 | 27 | ||
28 | DEPENDS = "flex-native" | 28 | DEPENDS = "flex-native" |
@@ -43,20 +43,20 @@ EXTRA_OECONF = " \ | |||
43 | # If we have inherited reproducible_build, we want to use it. | 43 | # If we have inherited reproducible_build, we want to use it. |
44 | export WANT_DRBD_REPRODUCIBLE_BUILD = "yes" | 44 | export WANT_DRBD_REPRODUCIBLE_BUILD = "yes" |
45 | 45 | ||
46 | do_install_append() { | 46 | do_install:append() { |
47 | # don't install empty /var/lock and /var/run to avoid conflict with base-files | 47 | # don't install empty /var/lock and /var/run to avoid conflict with base-files |
48 | rm -rf ${D}${localstatedir}/lock | 48 | rm -rf ${D}${localstatedir}/lock |
49 | rm -rf ${D}${localstatedir}/run | 49 | rm -rf ${D}${localstatedir}/run |
50 | } | 50 | } |
51 | 51 | ||
52 | RDEPENDS_${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy" | 52 | RDEPENDS:${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy" |
53 | 53 | ||
54 | # The drbd items are explicitly put under /lib when installed. | 54 | # The drbd items are explicitly put under /lib when installed. |
55 | # | 55 | # |
56 | FILES_${PN} += "/run" | 56 | FILES:${PN} += "/run" |
57 | FILES_${PN} += "${nonarch_base_libdir}/drbd \ | 57 | FILES:${PN} += "${nonarch_base_libdir}/drbd \ |
58 | ${nonarch_libdir}/drbd \ | 58 | ${nonarch_libdir}/drbd \ |
59 | ${nonarch_libdir}/tmpfiles.d" | 59 | ${nonarch_libdir}/tmpfiles.d" |
60 | FILES_${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug" | 60 | FILES:${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug" |
61 | 61 | ||
62 | CLEANBROKEN = "1" | 62 | CLEANBROKEN = "1" |
diff --git a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb index 972d5aa737..110399a360 100644 --- a/meta-networking/recipes-support/esmtp/esmtp_1.2.bb +++ b/meta-networking/recipes-support/esmtp/esmtp_1.2.bb | |||
@@ -18,9 +18,9 @@ EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}" | |||
18 | 18 | ||
19 | inherit autotools update-alternatives | 19 | inherit autotools update-alternatives |
20 | 20 | ||
21 | ALTERNATIVE_${PN} = "sendmail mailq newaliases" | 21 | ALTERNATIVE:${PN} = "sendmail mailq newaliases" |
22 | # /usr/lib/sendmial is required by LSB core test | 22 | # /usr/lib/sendmial is required by LSB core test |
23 | ALTERNATIVE_${PN}_linuxstdbase = "sendmail mailq newaliases usr-lib-sendmail" | 23 | ALTERNATIVE:${PN}:linuxstdbase = "sendmail mailq newaliases usr-lib-sendmail" |
24 | ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq" | 24 | ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq" |
25 | ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases" | 25 | ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases" |
26 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" | 26 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" |
@@ -30,7 +30,7 @@ ALTERNATIVE_TARGET[usr-lib-sendmail] = "${bindir}/esmtp" | |||
30 | 30 | ||
31 | ALTERNATIVE_PRIORITY = "10" | 31 | ALTERNATIVE_PRIORITY = "10" |
32 | 32 | ||
33 | ALTERNATIVE_${PN}-doc += "mailq.1 newaliases.1 sendmail.1" | 33 | ALTERNATIVE:${PN}-doc += "mailq.1 newaliases.1 sendmail.1" |
34 | ALTERNATIVE_LINK_NAME[mailq.1] = "${mandir}/man1/mailq.1" | 34 | ALTERNATIVE_LINK_NAME[mailq.1] = "${mandir}/man1/mailq.1" |
35 | ALTERNATIVE_LINK_NAME[newaliases.1] = "${mandir}/man1/newaliases.1" | 35 | ALTERNATIVE_LINK_NAME[newaliases.1] = "${mandir}/man1/newaliases.1" |
36 | ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" | 36 | ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" |
@@ -38,9 +38,9 @@ ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" | |||
38 | SRC_URI[md5sum] = "79a9c1f9023d53f35bb82bf446150a72" | 38 | SRC_URI[md5sum] = "79a9c1f9023d53f35bb82bf446150a72" |
39 | SRC_URI[sha256sum] = "a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce" | 39 | SRC_URI[sha256sum] = "a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce" |
40 | 40 | ||
41 | do_install_append() { | 41 | do_install:append() { |
42 | # only one file /usr/lib/sendmail in ${D}${libdir} | 42 | # only one file /usr/lib/sendmail in ${D}${libdir} |
43 | rm -rf ${D}${libdir} | 43 | rm -rf ${D}${libdir} |
44 | } | 44 | } |
45 | 45 | ||
46 | FILES_${PN} += "${libdir}/" | 46 | FILES:${PN} += "${libdir}/" |
diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb index c641c265e2..9ebed2a14e 100644 --- a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb +++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | |||
@@ -17,7 +17,7 @@ DEPENDS += "ethtool \ | |||
17 | flex-native \ | 17 | flex-native \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN} += "bash ethtool libgcc" | 20 | RDEPENDS:${PN} += "bash ethtool libgcc" |
21 | 21 | ||
22 | SRC_URI = "gitsm://github.com/Ettercap/ettercap" | 22 | SRC_URI = "gitsm://github.com/Ettercap/ettercap" |
23 | 23 | ||
@@ -36,7 +36,7 @@ EXTRA_OECMAKE = " \ | |||
36 | # configuration file installed by the package. | 36 | # configuration file installed by the package. |
37 | # It ensures that all characters are properly decoded and avoids | 37 | # It ensures that all characters are properly decoded and avoids |
38 | # any fatal errors while running in text mode (-T). | 38 | # any fatal errors while running in text mode (-T). |
39 | do_install_append() { | 39 | do_install:append() { |
40 | sed -i 's@utf8_encoding.*@utf8_encoding = "UTF-8"@g' \ | 40 | sed -i 's@utf8_encoding.*@utf8_encoding = "UTF-8"@g' \ |
41 | ${D}/etc/ettercap/etter.conf | 41 | ${D}/etc/ettercap/etter.conf |
42 | } | 42 | } |
diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb index aead5e9f0f..8fc9b5d10b 100644 --- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb +++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.19.bb | |||
@@ -19,4 +19,4 @@ inherit autotools gettext python3-dir python3native | |||
19 | EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}" | 19 | EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}" |
20 | 20 | ||
21 | PACKAGES =+ "fetchmail-python" | 21 | PACKAGES =+ "fetchmail-python" |
22 | FILES_fetchmail-python = "${libdir}/${PYTHON_DIR}/*" | 22 | FILES:fetchmail-python = "${libdir}/${PYTHON_DIR}/*" |
diff --git a/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb b/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb index c3681f9259..2dfd8d5d4b 100644 --- a/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb +++ b/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb | |||
@@ -30,8 +30,8 @@ do_configure () { | |||
30 | 30 | ||
31 | PACKAGES =+ "${PN}-client ${PN}-daemon" | 31 | PACKAGES =+ "${PN}-client ${PN}-daemon" |
32 | 32 | ||
33 | FILES_${PN}-client = "${bindir}/fwknop" | 33 | FILES:${PN}-client = "${bindir}/fwknop" |
34 | FILES_${PN}-daemon = "${sbindir}/fwknopd \ | 34 | FILES:${PN}-daemon = "${sbindir}/fwknopd \ |
35 | ${sysconfdir}/fwknop/access.conf \ | 35 | ${sysconfdir}/fwknop/access.conf \ |
36 | ${sysconfdir}/fwknop/fwknopd.conf" | 36 | ${sysconfdir}/fwknop/fwknopd.conf" |
37 | 37 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb index 944c005763..1ee04bd475 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | |||
@@ -31,5 +31,5 @@ do_install_ptest () { | |||
31 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data | 31 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" | 34 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" |
35 | 35 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb index 143100e48e..775398474c 100644 --- a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb +++ b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb | |||
@@ -54,12 +54,12 @@ do_install() { | |||
54 | } | 54 | } |
55 | 55 | ||
56 | PACKAGES =+ "${PN}-database" | 56 | PACKAGES =+ "${PN}-database" |
57 | FILES_${PN}-database = "" | 57 | FILES:${PN}-database = "" |
58 | FILES_${PN}-database += "${datadir}/GeoIP/*" | 58 | FILES:${PN}-database += "${datadir}/GeoIP/*" |
59 | 59 | ||
60 | # We cannot do much looking up without databases. | 60 | # We cannot do much looking up without databases. |
61 | # | 61 | # |
62 | RDEPENDS_${PN} += "${PN}-database" | 62 | RDEPENDS:${PN} += "${PN}-database" |
63 | 63 | ||
64 | inherit ptest | 64 | inherit ptest |
65 | 65 | ||
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb index f4eb2b799d..9494bd36ca 100644 --- a/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb +++ b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb | |||
@@ -18,14 +18,14 @@ LICENSE = "GPLv2" | |||
18 | LIC_FILES_CHKSUM = "\ | 18 | LIC_FILES_CHKSUM = "\ |
19 | file://ChangeLog.md;md5=11d2e31df0de2be3ccc3e2286c4dafcb \ | 19 | file://ChangeLog.md;md5=11d2e31df0de2be3ccc3e2286c4dafcb \ |
20 | " | 20 | " |
21 | FILES_${PN} = "/usr/share/GeoIP \ | 21 | FILES:${PN} = "/usr/share/GeoIP \ |
22 | /etc/GeoIP.conf \ | 22 | /etc/GeoIP.conf \ |
23 | /etc/cron.d/geoipupdate.cron \ | 23 | /etc/cron.d/geoipupdate.cron \ |
24 | /usr/bin/geoipupdate \ | 24 | /usr/bin/geoipupdate \ |
25 | " | 25 | " |
26 | inherit autotools | 26 | inherit autotools |
27 | 27 | ||
28 | do_install_append() { | 28 | do_install:append() { |
29 | install -d ${D}/${sysconfdir} | 29 | install -d ${D}/${sysconfdir} |
30 | install -d ${D}/${sysconfdir}/cron.d | 30 | install -d ${D}/${sysconfdir}/cron.d |
31 | install ${WORKDIR}/GeoIP.conf ${D}/${sysconfdir}/ | 31 | install ${WORKDIR}/GeoIP.conf ${D}/${sysconfdir}/ |
diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb index db2d3a9648..0254823304 100644 --- a/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb +++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.12.bb | |||
@@ -19,4 +19,4 @@ do_install() { | |||
19 | install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave | 19 | install -m 0755 -D ${S}/debian/ifenslave.if-up ${D}${sysconfdir}/network/if-up.d/ifenslave |
20 | } | 20 | } |
21 | 21 | ||
22 | FILES_${PN}-doc_remove = "${mandir}" | 22 | FILES:${PN}-doc:remove = "${mandir}" |
diff --git a/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb b/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb index 71c5d940b7..ed2a5d9044 100644 --- a/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb +++ b/meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb | |||
@@ -30,9 +30,9 @@ EXTRA_OECONF = " \ | |||
30 | --disable-static \ | 30 | --disable-static \ |
31 | " | 31 | " |
32 | 32 | ||
33 | FILES_${PN} = "${libdir}/lib*${SOLIBS} \ | 33 | FILES:${PN} = "${libdir}/lib*${SOLIBS} \ |
34 | ${libdir}/esmtp-plugins/*${SOLIBSDEV}" | 34 | ${libdir}/esmtp-plugins/*${SOLIBSDEV}" |
35 | 35 | ||
36 | FILES_${PN}-dev += "${libdir}/esmtp-plugins/*.la" | 36 | FILES:${PN}-dev += "${libdir}/esmtp-plugins/*.la" |
37 | FILES_${PN}-static += "${libdir}/esmtp-plugins/*.a" | 37 | FILES:${PN}-static += "${libdir}/esmtp-plugins/*.a" |
38 | FILES_${PN}-dbg += "${libdir}/esmtp-plugins/.debug/" | 38 | FILES:${PN}-dbg += "${libdir}/esmtp-plugins/.debug/" |
diff --git a/meta-networking/recipes-support/libldb/libldb_2.3.0.bb b/meta-networking/recipes-support/libldb/libldb_2.3.0.bb index 3731c260b6..719353058e 100644 --- a/meta-networking/recipes-support/libldb/libldb_2.3.0.bb +++ b/meta-networking/recipes-support/libldb/libldb_2.3.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" | 4 | LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" |
5 | 5 | ||
6 | DEPENDS += "libtdb libtalloc libtevent popt" | 6 | DEPENDS += "libtdb libtalloc libtevent popt" |
7 | RDEPENDS_pyldb += "python3" | 7 | RDEPENDS:pyldb += "python3" |
8 | 8 | ||
9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ | 9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ |
10 | file://0001-do-not-import-target-module-while-cross-compile.patch \ | 10 | file://0001-do-not-import-target-module-while-cross-compile.patch \ |
@@ -55,15 +55,15 @@ PACKAGES =+ "pyldb pyldb-dbg pyldb-dev" | |||
55 | 55 | ||
56 | NOAUTOPACKAGEDEBUG = "1" | 56 | NOAUTOPACKAGEDEBUG = "1" |
57 | 57 | ||
58 | FILES_${PN} += "${libdir}/ldb/*" | 58 | FILES:${PN} += "${libdir}/ldb/*" |
59 | FILES_${PN}-dbg += "${bindir}/.debug/* \ | 59 | FILES:${PN}-dbg += "${bindir}/.debug/* \ |
60 | ${libdir}/.debug/* \ | 60 | ${libdir}/.debug/* \ |
61 | ${libdir}/ldb/.debug/* \ | 61 | ${libdir}/ldb/.debug/* \ |
62 | ${libdir}/ldb/modules/ldb/.debug/*" | 62 | ${libdir}/ldb/modules/ldb/.debug/*" |
63 | 63 | ||
64 | FILES_pyldb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ | 64 | FILES:pyldb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ |
65 | ${libdir}/libpyldb-util.*.so.* \ | 65 | ${libdir}/libpyldb-util.*.so.* \ |
66 | " | 66 | " |
67 | FILES_pyldb-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug \ | 67 | FILES:pyldb-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug \ |
68 | ${libdir}/.debug/libpyldb-util.*.so.*" | 68 | ${libdir}/.debug/libpyldb-util.*.so.*" |
69 | FILES_pyldb-dev = "${libdir}/libpyldb-util.*.so" | 69 | FILES:pyldb-dev = "${libdir}/libpyldb-util.*.so" |
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb index 1d227dac6c..e6e2066a5f 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.3.3.bb | |||
@@ -43,11 +43,11 @@ EXTRA_OECONF += "--disable-rpath \ | |||
43 | 43 | ||
44 | PACKAGES += "pytalloc pytalloc-dev" | 44 | PACKAGES += "pytalloc pytalloc-dev" |
45 | 45 | ||
46 | RPROVIDES_${PN}-dbg += "pytalloc-dbg" | 46 | RPROVIDES:${PN}-dbg += "pytalloc-dbg" |
47 | 47 | ||
48 | FILES_pytalloc = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ | 48 | FILES:pytalloc = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ |
49 | ${libdir}/libpytalloc-util.so.2 \ | 49 | ${libdir}/libpytalloc-util.so.2 \ |
50 | ${libdir}/libpytalloc-util.so.2.1.1 \ | 50 | ${libdir}/libpytalloc-util.so.2.1.1 \ |
51 | " | 51 | " |
52 | FILES_pytalloc-dev = "${libdir}/libpytalloc-util.so" | 52 | FILES:pytalloc-dev = "${libdir}/libpytalloc-util.so" |
53 | RDEPENDS_pytalloc = "python3" | 53 | RDEPENDS:pytalloc = "python3" |
diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb b/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb index c131014ff4..ad84593893 100644 --- a/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb +++ b/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb | |||
@@ -39,7 +39,7 @@ EXTRA_OECONF += "--disable-rpath \ | |||
39 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | 39 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ |
40 | " | 40 | " |
41 | 41 | ||
42 | do_install_append() { | 42 | do_install:append() { |
43 | # add this link for cross check python module existence. eg: on x86-64 host, check python module | 43 | # add this link for cross check python module existence. eg: on x86-64 host, check python module |
44 | # under recipe-sysroot which is mips64. | 44 | # under recipe-sysroot which is mips64. |
45 | cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s tdb.*.so tdb.so | 45 | cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s tdb.*.so tdb.so |
@@ -47,10 +47,10 @@ do_install_append() { | |||
47 | 47 | ||
48 | PACKAGES += "tdb-tools python3-tdb" | 48 | PACKAGES += "tdb-tools python3-tdb" |
49 | 49 | ||
50 | RPROVIDES_${PN}-dbg += "python3-tdb-dbg" | 50 | RPROVIDES:${PN}-dbg += "python3-tdb-dbg" |
51 | 51 | ||
52 | FILES_${PN} = "${libdir}/*.so.*" | 52 | FILES:${PN} = "${libdir}/*.so.*" |
53 | FILES_tdb-tools = "${bindir}/*" | 53 | FILES:tdb-tools = "${bindir}/*" |
54 | FILES_python3-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 54 | FILES:python3-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |
55 | RDEPENDS_python3-tdb = "python3" | 55 | RDEPENDS:python3-tdb = "python3" |
56 | INSANE_SKIP_${MLPREFIX}python3-tdb = "dev-so" | 56 | INSANE_SKIP:${MLPREFIX}python3-tdb = "dev-so" |
diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb b/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb index 21f83ad35e..fa5b4ade8c 100644 --- a/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb +++ b/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "LGPLv3+" | 4 | LICENSE = "LGPLv3+" |
5 | 5 | ||
6 | DEPENDS += "libtalloc libtirpc" | 6 | DEPENDS += "libtalloc libtirpc" |
7 | RDEPENDS_python3-tevent = "python3" | 7 | RDEPENDS:python3-tevent = "python3" |
8 | 8 | ||
9 | SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \ | 9 | SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \ |
10 | file://options-0.10.0.patch \ | 10 | file://options-0.10.0.patch \ |
@@ -42,7 +42,7 @@ EXTRA_OECONF += "--disable-rpath \ | |||
42 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | 42 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ |
43 | --without-gettext \ | 43 | --without-gettext \ |
44 | " | 44 | " |
45 | do_install_append() { | 45 | do_install:append() { |
46 | # add this link for cross check python module existence. eg: on x86-64 host, check python module | 46 | # add this link for cross check python module existence. eg: on x86-64 host, check python module |
47 | # under recipe-sysroot which is mips64. | 47 | # under recipe-sysroot which is mips64. |
48 | cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s _tevent.*.so _tevent.so | 48 | cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s _tevent.*.so _tevent.so |
@@ -50,8 +50,8 @@ do_install_append() { | |||
50 | 50 | ||
51 | PACKAGES += "python3-tevent" | 51 | PACKAGES += "python3-tevent" |
52 | 52 | ||
53 | RPROVIDES_${PN}-dbg += "python3-tevent-dbg" | 53 | RPROVIDES:${PN}-dbg += "python3-tevent-dbg" |
54 | 54 | ||
55 | FILES_python3-tevent = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 55 | FILES:python3-tevent = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |
56 | 56 | ||
57 | INSANE_SKIP_${MLPREFIX}python3-tevent = "dev-so" | 57 | INSANE_SKIP:${MLPREFIX}python3-tevent = "dev-so" |
diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb index e594906c33..538fca7843 100644 --- a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb +++ b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${P | |||
15 | file://0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch \ | 15 | file://0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI_append_libc-musl = " file://musl-no-on_exit.patch" | 18 | SRC_URI:append:libc-musl = " file://musl-no-on_exit.patch" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "d49499368c3cf15f73a05d9bce8824a8" | 20 | SRC_URI[md5sum] = "d49499368c3cf15f73a05d9bce8824a8" |
21 | SRC_URI[sha256sum] = "9645481a2b16476b59220aa2d6bc5bc41043f291326c9b37581018fbd16dd53a" | 21 | SRC_URI[sha256sum] = "9645481a2b16476b59220aa2d6bc5bc41043f291326c9b37581018fbd16dd53a" |
@@ -30,4 +30,4 @@ inherit autotools pkgconfig | |||
30 | # The firmware is explicitly put under /lib when installed. | 30 | # The firmware is explicitly put under /lib when installed. |
31 | # | 31 | # |
32 | 32 | ||
33 | FILES_${PN} += "/lib/firmware" | 33 | FILES:${PN} += "/lib/firmware" |
diff --git a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb index 5eea5c2089..4549a068c3 100644 --- a/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb +++ b/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.19.bb | |||
@@ -39,25 +39,25 @@ SOLIBMAJORVERSION="1" | |||
39 | 39 | ||
40 | PACKAGES =+ "${PN}-withsctp ${PN}-utils" | 40 | PACKAGES =+ "${PN}-withsctp ${PN}-utils" |
41 | 41 | ||
42 | FILES_${PN} = " \ | 42 | FILES:${PN} = " \ |
43 | ${libdir}/libsctp.so.${SOLIBVERSION} \ | 43 | ${libdir}/libsctp.so.${SOLIBVERSION} \ |
44 | ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \ | 44 | ${libdir}/libsctp.so.${SOLIBMAJORVERSION} \ |
45 | " | 45 | " |
46 | 46 | ||
47 | FILES_${PN}-withsctp = " \ | 47 | FILES:${PN}-withsctp = " \ |
48 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBVERSION} \ | 48 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBVERSION} \ |
49 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \ | 49 | ${libdir}/lksctp-tools/libwithsctp.so.${SOLIBMAJORVERSION} \ |
50 | " | 50 | " |
51 | 51 | ||
52 | FILES_${PN}-dev += " \ | 52 | FILES:${PN}-dev += " \ |
53 | ${libdir}/libsctp.so \ | 53 | ${libdir}/libsctp.so \ |
54 | ${libdir}/lksctp-tools/libwithsctp.so \ | 54 | ${libdir}/lksctp-tools/libwithsctp.so \ |
55 | ${datadir}/lksctp-tools/*.c \ | 55 | ${datadir}/lksctp-tools/*.c \ |
56 | ${datadir}/lksctp-tools/*.h \ | 56 | ${datadir}/lksctp-tools/*.h \ |
57 | " | 57 | " |
58 | 58 | ||
59 | FILES_${PN}-utils = "${bindir}/*" | 59 | FILES:${PN}-utils = "${bindir}/*" |
60 | 60 | ||
61 | RRECOMMENDS_${PN} += "kernel-module-sctp" | 61 | RRECOMMENDS:${PN} += "kernel-module-sctp" |
62 | RRECOMMENDS_${PN}-utils += "kernel-module-sctp" | 62 | RRECOMMENDS:${PN}-utils += "kernel-module-sctp" |
63 | RRECOMMENDS_${PN}-ptest += "kernel-module-sctp" | 63 | RRECOMMENDS:${PN}-ptest += "kernel-module-sctp" |
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index 4a1bbe6206..197703e90d 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | |||
@@ -27,13 +27,13 @@ CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpa | |||
27 | 27 | ||
28 | CFLAGS += "-Wno-initializer-overrides" | 28 | CFLAGS += "-Wno-initializer-overrides" |
29 | 29 | ||
30 | do_install_append() { | 30 | do_install:append() { |
31 | rmdir ${D}${localstatedir}/run | 31 | rmdir ${D}${localstatedir}/run |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/" | 34 | FILES:${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/" |
35 | 35 | ||
36 | PACKAGES =+ "${PN}-python" | 36 | PACKAGES =+ "${PN}-python" |
37 | FILES_${PN}-python = "${libdir}/python*" | 37 | FILES:${PN}-python = "${libdir}/python*" |
38 | 38 | ||
39 | PNBLACKLIST[lowpan-tools] ?= "WARNING these tools are deprecated! Use wpan-tools instead" | 39 | PNBLACKLIST[lowpan-tools] ?= "WARNING these tools are deprecated! Use wpan-tools instead" |
diff --git a/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb b/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb index 6506fd8ef7..f2b7ce953a 100644 --- a/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb +++ b/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb | |||
@@ -11,13 +11,13 @@ SRC_URI = "https://github.com/alobbs/macchanger/releases/download/${PV}/${BPN}-$ | |||
11 | SRC_URI[md5sum] = "ca56f16142914337391dac91603eb332" | 11 | SRC_URI[md5sum] = "ca56f16142914337391dac91603eb332" |
12 | SRC_URI[sha256sum] = "dae2717c270fd5f62d790dbf80c19793c651b1b26b62c101b82d5fdf25a845bf" | 12 | SRC_URI[sha256sum] = "dae2717c270fd5f62d790dbf80c19793c651b1b26b62c101b82d5fdf25a845bf" |
13 | 13 | ||
14 | FILES_${PN} = " \ | 14 | FILES:${PN} = " \ |
15 | ${bindir}/${BPN} \ | 15 | ${bindir}/${BPN} \ |
16 | ${datadir}/${BPN}/wireless.list \ | 16 | ${datadir}/${BPN}/wireless.list \ |
17 | ${datadir}/${BPN}/OUI.list \ | 17 | ${datadir}/${BPN}/OUI.list \ |
18 | " | 18 | " |
19 | 19 | ||
20 | FILES_${PN}-doc = " \ | 20 | FILES:${PN}-doc = " \ |
21 | ${datadir}/info \ | 21 | ${datadir}/info \ |
22 | ${datadir}/man \ | 22 | ${datadir}/man \ |
23 | " | 23 | " |
diff --git a/meta-networking/recipes-support/memcached/memcached_1.6.9.bb b/meta-networking/recipes-support/memcached/memcached_1.6.9.bb index 73e18a4038..adf3c34e11 100644 --- a/meta-networking/recipes-support/memcached/memcached_1.6.9.bb +++ b/meta-networking/recipes-support/memcached/memcached_1.6.9.bb | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7e5ded7363d335e1bb18013ca08046ff" | |||
15 | inherit autotools | 15 | inherit autotools |
16 | 16 | ||
17 | DEPENDS += "libevent" | 17 | DEPENDS += "libevent" |
18 | RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader \ | 18 | RDEPENDS:${PN} += "perl perl-module-posix perl-module-autoloader \ |
19 | perl-module-tie-hash bash \ | 19 | perl-module-tie-hash bash \ |
20 | " | 20 | " |
21 | 21 | ||
@@ -44,7 +44,7 @@ inherit update-rc.d | |||
44 | INITSCRIPT_NAME = "memcached" | 44 | INITSCRIPT_NAME = "memcached" |
45 | INITSCRIPT_PARAMS = "defaults" | 45 | INITSCRIPT_PARAMS = "defaults" |
46 | 46 | ||
47 | do_install_append() { | 47 | do_install:append() { |
48 | install -D -m 755 ${S}/scripts/memcached-init ${D}${sysconfdir}/init.d/memcached | 48 | install -D -m 755 ${S}/scripts/memcached-init ${D}${sysconfdir}/init.d/memcached |
49 | mkdir -p ${D}/usr/share/memcached/scripts | 49 | mkdir -p ${D}/usr/share/memcached/scripts |
50 | install -m 755 ${S}/scripts/memcached-tool ${D}/usr/share/memcached/scripts | 50 | install -m 755 ${S}/scripts/memcached-tool ${D}/usr/share/memcached/scripts |
diff --git a/meta-networking/recipes-support/mtr/mtr_0.94.bb b/meta-networking/recipes-support/mtr/mtr_0.94.bb index 265eefb94b..c046499a2f 100644 --- a/meta-networking/recipes-support/mtr/mtr_0.94.bb +++ b/meta-networking/recipes-support/mtr/mtr_0.94.bb | |||
@@ -22,4 +22,4 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | |||
22 | 22 | ||
23 | PACKAGES += "${PN}-bash-completions" | 23 | PACKAGES += "${PN}-bash-completions" |
24 | 24 | ||
25 | FILES_${PN}-bash-completions = "${datadir}/bash-completion/" | 25 | FILES:${PN}-bash-completions = "${datadir}/bash-completion/" |
diff --git a/meta-networking/recipes-support/nbd/nbd_3.20.bb b/meta-networking/recipes-support/nbd/nbd_3.20.bb index 12a82c25b4..589ac879c6 100644 --- a/meta-networking/recipes-support/nbd/nbd_3.20.bb +++ b/meta-networking/recipes-support/nbd/nbd_3.20.bb | |||
@@ -14,6 +14,6 @@ inherit autotools pkgconfig | |||
14 | 14 | ||
15 | PACKAGES = "${PN}-client ${PN}-server ${PN}-dbg ${PN}-trdump ${PN}-doc" | 15 | PACKAGES = "${PN}-client ${PN}-server ${PN}-dbg ${PN}-trdump ${PN}-doc" |
16 | 16 | ||
17 | FILES_${PN}-client = "${sbindir}/${BPN}-client" | 17 | FILES:${PN}-client = "${sbindir}/${BPN}-client" |
18 | FILES_${PN}-server = "${bindir}/${BPN}-server" | 18 | FILES:${PN}-server = "${bindir}/${BPN}-server" |
19 | FILES_${PN}-trdump = "${bindir}/${BPN}-trdump" | 19 | FILES:${PN}-trdump = "${bindir}/${BPN}-trdump" |
diff --git a/meta-networking/recipes-support/ncp/libowfat_0.32.bb b/meta-networking/recipes-support/ncp/libowfat_0.32.bb index ec24578b7e..4e67f6c91b 100644 --- a/meta-networking/recipes-support/ncp/libowfat_0.32.bb +++ b/meta-networking/recipes-support/ncp/libowfat_0.32.bb | |||
@@ -27,6 +27,6 @@ do_install() { | |||
27 | MAN3DIR=${mandir}/man3 | 27 | MAN3DIR=${mandir}/man3 |
28 | } | 28 | } |
29 | 29 | ||
30 | ALLOW_EMPTY_${PN} = "1" | 30 | ALLOW_EMPTY:${PN} = "1" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb index 5f866052c6..e9af2c43f4 100644 --- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb +++ b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb | |||
@@ -25,39 +25,39 @@ USE_NLS = "yes" | |||
25 | 25 | ||
26 | EXTRA_OECONF += "--disable-rpath" | 26 | EXTRA_OECONF += "--disable-rpath" |
27 | 27 | ||
28 | do_configure_prepend() { | 28 | do_configure:prepend() { |
29 | cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include | 29 | cp ${STAGING_DATADIR_NATIVE}/gettext/gettext.h ${S}/include |
30 | ${S}/autogen.sh | 30 | ${S}/autogen.sh |
31 | } | 31 | } |
32 | 32 | ||
33 | do_install_append () { | 33 | do_install:append () { |
34 | rm -rf ${D}${localstatedir} | 34 | rm -rf ${D}${localstatedir} |
35 | # Enable SUID bit for applications that need it | 35 | # Enable SUID bit for applications that need it |
36 | chmod 4555 ${D}${bindir}/rltraceroute6 | 36 | chmod 4555 ${D}${bindir}/rltraceroute6 |
37 | chmod 4555 ${D}${bindir}/ndisc6 | 37 | chmod 4555 ${D}${bindir}/ndisc6 |
38 | chmod 4555 ${D}${bindir}/rdisc6 | 38 | chmod 4555 ${D}${bindir}/rdisc6 |
39 | } | 39 | } |
40 | ALLOW_EMPTY_${PN} = "1" | 40 | ALLOW_EMPTY:${PN} = "1" |
41 | 41 | ||
42 | # Split into seperate packages since we normal don't want them all | 42 | # Split into seperate packages since we normal don't want them all |
43 | # The main package is left empty and therefore not created. | 43 | # The main package is left empty and therefore not created. |
44 | PACKAGES += "${PN}-ndisc6 ${PN}-tcpspray6 ${PN}-rdisc6 \ | 44 | PACKAGES += "${PN}-ndisc6 ${PN}-tcpspray6 ${PN}-rdisc6 \ |
45 | ${PN}-tcptraceroute6 ${PN}-rltraceroute6 \ | 45 | ${PN}-tcptraceroute6 ${PN}-rltraceroute6 \ |
46 | ${PN}-tracert6 ${PN}-rdnssd ${PN}-misc" | 46 | ${PN}-tracert6 ${PN}-rdnssd ${PN}-misc" |
47 | FILES_${PN} = "" | 47 | FILES:${PN} = "" |
48 | FILES_${PN}-ndisc6 = "${bindir}/ndisc6" | 48 | FILES:${PN}-ndisc6 = "${bindir}/ndisc6" |
49 | FILES_${PN}-tcpspray6 = "${bindir}/tcpspray6" | 49 | FILES:${PN}-tcpspray6 = "${bindir}/tcpspray6" |
50 | FILES_${PN}-rdisc6 = "${bindir}/rdisc6" | 50 | FILES:${PN}-rdisc6 = "${bindir}/rdisc6" |
51 | FILES_${PN}-tcptraceroute6 = "${bindir}/tcptraceroute6" | 51 | FILES:${PN}-tcptraceroute6 = "${bindir}/tcptraceroute6" |
52 | FILES_${PN}-rltraceroute6 = "${bindir}/rltraceroute6" | 52 | FILES:${PN}-rltraceroute6 = "${bindir}/rltraceroute6" |
53 | FILES_${PN}-tracert6 = "${bindir}/tracert6" | 53 | FILES:${PN}-tracert6 = "${bindir}/tracert6" |
54 | FILES_${PN}-rdnssd = "${sbindir}/rdnssd ${sysconfdir}/rdnssd" | 54 | FILES:${PN}-rdnssd = "${sbindir}/rdnssd ${sysconfdir}/rdnssd" |
55 | FILES_${PN}-misc = "${bindir}/dnssort ${bindir}/name2addr ${bindir}/tcpspray ${bindir}/addr2name" | 55 | FILES:${PN}-misc = "${bindir}/dnssort ${bindir}/name2addr ${bindir}/tcpspray ${bindir}/addr2name" |
56 | 56 | ||
57 | DESCRIPTION_${PN}-ndisc6 = "ICMPv6 Neighbor Discovery tool. \ | 57 | DESCRIPTION:${PN}-ndisc6 = "ICMPv6 Neighbor Discovery tool. \ |
58 | Performs IPv6 neighbor discovery in userland. Replaces arping from the \ | 58 | Performs IPv6 neighbor discovery in userland. Replaces arping from the \ |
59 | IPv4 world." | 59 | IPv4 world." |
60 | DESCRIPTION_${PN}-rdisc6 = "ICMPv6 Router Discovery tool. \ | 60 | DESCRIPTION:${PN}-rdisc6 = "ICMPv6 Router Discovery tool. \ |
61 | Queries IPv6 routers on the network for advertised prefixes. Can be used \ | 61 | Queries IPv6 routers on the network for advertised prefixes. Can be used \ |
62 | to detect rogue IPv6 routers, monitor legitimate IPv6 routers." | 62 | to detect rogue IPv6 routers, monitor legitimate IPv6 routers." |
63 | DESCRITPION_${PN}-tcpspray6 = "Performs bandwidth measurements of TCP \ | 63 | DESCRITPION_${PN}-tcpspray6 = "Performs bandwidth measurements of TCP \ |
@@ -69,7 +69,7 @@ servers through slateless IPv6 autoconfiguration." | |||
69 | 69 | ||
70 | # The tcptraceroute6 and tracert6 commands depend on rltraceroute6 to | 70 | # The tcptraceroute6 and tracert6 commands depend on rltraceroute6 to |
71 | # perform the actual trace operation. | 71 | # perform the actual trace operation. |
72 | RDEPENDS_${PN}-tcptraceroute6 = "${PN}-rltraceroute6" | 72 | RDEPENDS:${PN}-tcptraceroute6 = "${PN}-rltraceroute6" |
73 | RDEPENDS_${PN}-tracert6 = "${PN}-rltraceroute6" | 73 | RDEPENDS:${PN}-tracert6 = "${PN}-rltraceroute6" |
74 | RDEPENDS_${PN}-misc += "perl" | 74 | RDEPENDS:${PN}-misc += "perl" |
75 | 75 | ||
diff --git a/meta-networking/recipes-support/netcat/netcat.inc b/meta-networking/recipes-support/netcat/netcat.inc index 15441645b0..9a8775b6c8 100644 --- a/meta-networking/recipes-support/netcat/netcat.inc +++ b/meta-networking/recipes-support/netcat/netcat.inc | |||
@@ -11,5 +11,5 @@ capabilities." | |||
11 | SECTION = "net" | 11 | SECTION = "net" |
12 | inherit update-alternatives gettext pkgconfig | 12 | inherit update-alternatives gettext pkgconfig |
13 | 13 | ||
14 | ALTERNATIVE_${PN} = "nc" | 14 | ALTERNATIVE:${PN} = "nc" |
15 | 15 | ||
diff --git a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb index 1e113de519..fc09554975 100644 --- a/meta-networking/recipes-support/netcat/netcat_0.7.1.bb +++ b/meta-networking/recipes-support/netcat/netcat_0.7.1.bb | |||
@@ -18,7 +18,7 @@ inherit autotools | |||
18 | 18 | ||
19 | CVE_PRODUCT = "netcat_project:netcat" | 19 | CVE_PRODUCT = "netcat_project:netcat" |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install:append() { |
22 | install -d ${D}${bindir} | 22 | install -d ${D}${bindir} |
23 | mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN} | 23 | mv ${D}${bindir}/nc ${D}${bindir}/nc.${BPN} |
24 | } | 24 | } |
diff --git a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb index a180571f2d..88a19e2640 100644 --- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb +++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb | |||
@@ -22,14 +22,14 @@ S = "${WORKDIR}/git" | |||
22 | 22 | ||
23 | inherit gettext autotools perlnative pkgconfig systemd | 23 | inherit gettext autotools perlnative pkgconfig systemd |
24 | 24 | ||
25 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" | 25 | EXTRA_OECONF:append:class-target = " --with-driver=redhat" |
26 | 26 | ||
27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
28 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," | 28 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," |
29 | 29 | ||
30 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" | 30 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | do_configure:prepend() { |
33 | currdir=`pwd` | 33 | currdir=`pwd` |
34 | cd ${S} | 34 | cd ${S} |
35 | 35 | ||
@@ -49,7 +49,7 @@ do_configure_prepend() { | |||
49 | cd $currdir | 49 | cd $currdir |
50 | } | 50 | } |
51 | 51 | ||
52 | do_install_append() { | 52 | do_install:append() { |
53 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 53 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
54 | install -d ${D}${systemd_unitdir}/system | 54 | install -d ${D}${systemd_unitdir}/system |
55 | if [ -d "${D}${libdir}/systemd/system" ]; then | 55 | if [ -d "${D}${libdir}/systemd/system" ]; then |
@@ -67,9 +67,9 @@ do_install_append() { | |||
67 | fi | 67 | fi |
68 | } | 68 | } |
69 | 69 | ||
70 | FILES_${PN} += " \ | 70 | FILES:${PN} += " \ |
71 | ${libdir} \ | 71 | ${libdir} \ |
72 | ${nonarch_libdir} \ | 72 | ${nonarch_libdir} \ |
73 | " | 73 | " |
74 | 74 | ||
75 | SYSTEMD_SERVICE_${PN} = "netcf-transaction.service" | 75 | SYSTEMD_SERVICE:${PN} = "netcf-transaction.service" |
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index 72efcb4f8a..724869b60a 100644 --- a/meta-networking/recipes-support/netperf/netperf_git.bb +++ b/meta-networking/recipes-support/netperf/netperf_git.bb | |||
@@ -23,11 +23,11 @@ S = "${WORKDIR}/git" | |||
23 | inherit update-rc.d autotools texinfo systemd | 23 | inherit update-rc.d autotools texinfo systemd |
24 | 24 | ||
25 | # cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_ macros | 25 | # cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_ macros |
26 | CFLAGS_append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE" | 26 | CFLAGS:append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE" |
27 | 27 | ||
28 | # set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files | 28 | # set the "_FILE_OFFSET_BITS" preprocessor symbol to 64 to support files |
29 | # larger than 2GB | 29 | # larger than 2GB |
30 | CFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', \ | 30 | CFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', \ |
31 | ' -D_FILE_OFFSET_BITS=64', '', d)}" | 31 | ' -D_FILE_OFFSET_BITS=64', '', d)}" |
32 | 32 | ||
33 | PACKAGECONFIG ??= "" | 33 | PACKAGECONFIG ??= "" |
@@ -37,7 +37,7 @@ PACKAGECONFIG[histogram] = "--enable-histogram,--disable-histogram,," | |||
37 | 37 | ||
38 | # autotools.bbclass attends to include m4 files with path depth <= 2 by | 38 | # autotools.bbclass attends to include m4 files with path depth <= 2 by |
39 | # "find ${S} -maxdepth 2 -name \*.m4", so move m4 files from m4/m4. | 39 | # "find ${S} -maxdepth 2 -name \*.m4", so move m4 files from m4/m4. |
40 | do_configure_prepend() { | 40 | do_configure:prepend() { |
41 | test -d ${S}/m4/m4 && mv -f ${S}/m4/m4 ${S}/m4-files | 41 | test -d ${S}/m4/m4 && mv -f ${S}/m4/m4 ${S}/m4-files |
42 | } | 42 | } |
43 | 43 | ||
@@ -67,8 +67,8 @@ do_install() { | |||
67 | install -m 0644 ${S}/doc/netperf_old.ps ${D}${docdir}/netperf | 67 | install -m 0644 ${S}/doc/netperf_old.ps ${D}${docdir}/netperf |
68 | } | 68 | } |
69 | 69 | ||
70 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'sctp', 'kernel-module-sctp', '', d)}" | 70 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'sctp', 'kernel-module-sctp', '', d)}" |
71 | 71 | ||
72 | INITSCRIPT_NAME="netperf" | 72 | INITSCRIPT_NAME="netperf" |
73 | INITSCRIPT_PARAMS="defaults" | 73 | INITSCRIPT_PARAMS="defaults" |
74 | SYSTEMD_SERVICE_${PN} = "netserver.service" | 74 | SYSTEMD_SERVICE:${PN} = "netserver.service" |
diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb index 48ba5e314d..6e133ec203 100644 --- a/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb +++ b/meta-networking/recipes-support/nghttp2/nghttp2_1.44.0.bb | |||
@@ -22,15 +22,15 @@ EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=ON -DENABLE_HPACK_TOOLS=OFF" | |||
22 | 22 | ||
23 | PACKAGES =+ "lib${PN} ${PN}-client ${PN}-proxy ${PN}-server" | 23 | PACKAGES =+ "lib${PN} ${PN}-client ${PN}-proxy ${PN}-server" |
24 | 24 | ||
25 | RDEPENDS_${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" | 25 | RDEPENDS:${PN} = "${PN}-client (>= ${PV}) ${PN}-proxy (>= ${PV}) ${PN}-server (>= ${PV})" |
26 | RDEPENDS_${PN}_class-native = "" | 26 | RDEPENDS:${PN}:class-native = "" |
27 | RDEPENDS_${PN}-proxy = "openssl python3-core python3-io python3-shell" | 27 | RDEPENDS:${PN}-proxy = "openssl python3-core python3-io python3-shell" |
28 | 28 | ||
29 | ALLOW_EMPTY_${PN} = "1" | 29 | ALLOW_EMPTY:${PN} = "1" |
30 | FILES_${PN} = "" | 30 | FILES:${PN} = "" |
31 | FILES_lib${PN} = "${libdir}/*${SOLIBS}" | 31 | FILES:lib${PN} = "${libdir}/*${SOLIBS}" |
32 | FILES_${PN}-client = "${bindir}/h2load ${bindir}/nghttp" | 32 | FILES:${PN}-client = "${bindir}/h2load ${bindir}/nghttp" |
33 | FILES_${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" | 33 | FILES:${PN}-proxy = "${bindir}/nghttpx ${datadir}/${BPN}/fetch-ocsp-response" |
34 | FILES_${PN}-server = "${bindir}/nghttpd" | 34 | FILES:${PN}-server = "${bindir}/nghttpd" |
35 | 35 | ||
36 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |
diff --git a/meta-networking/recipes-support/nis/yp-tools_2.14.bb b/meta-networking/recipes-support/nis/yp-tools_2.14.bb index 8c6837bac9..8b7ed6fa28 100644 --- a/meta-networking/recipes-support/nis/yp-tools_2.14.bb +++ b/meta-networking/recipes-support/nis/yp-tools_2.14.bb | |||
@@ -20,15 +20,15 @@ SRC_URI[md5sum] = "ba1f121c17e3ad65368be173b977cd13" | |||
20 | SRC_URI[sha256sum] = "d01f70fadc643a55107a0edc47c6be99d0306bcc4f66df56f65e74238b0124c9" | 20 | SRC_URI[sha256sum] = "d01f70fadc643a55107a0edc47c6be99d0306bcc4f66df56f65e74238b0124c9" |
21 | 21 | ||
22 | inherit systemd | 22 | inherit systemd |
23 | SYSTEMD_SERVICE_${PN} = "domainname.service" | 23 | SYSTEMD_SERVICE:${PN} = "domainname.service" |
24 | 24 | ||
25 | RPROVIDES_${PN} += "${PN}-systemd" | 25 | RPROVIDES:${PN} += "${PN}-systemd" |
26 | RREPLACES_${PN} += "${PN}-systemd" | 26 | RREPLACES:${PN} += "${PN}-systemd" |
27 | RCONFLICTS_${PN} += "${PN}-systemd" | 27 | RCONFLICTS:${PN} += "${PN}-systemd" |
28 | 28 | ||
29 | CACHED_CONFIGUREVARS += "ac_cv_prog_STRIP=/bin/true" | 29 | CACHED_CONFIGUREVARS += "ac_cv_prog_STRIP=/bin/true" |
30 | 30 | ||
31 | do_install_append() { | 31 | do_install:append() { |
32 | install -d ${D}${systemd_unitdir}/system | 32 | install -d ${D}${systemd_unitdir}/system |
33 | install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system | 33 | install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system |
34 | } | 34 | } |
diff --git a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb index bb401666c6..ce22943d6f 100644 --- a/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb +++ b/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb | |||
@@ -23,25 +23,25 @@ S = "${WORKDIR}/git" | |||
23 | DEPENDS = "libtirpc libnsl2 virtual/crypt" | 23 | DEPENDS = "libtirpc libnsl2 virtual/crypt" |
24 | 24 | ||
25 | inherit autotools systemd | 25 | inherit autotools systemd |
26 | SYSTEMD_SERVICE_${PN} = "domainname.service" | 26 | SYSTEMD_SERVICE:${PN} = "domainname.service" |
27 | 27 | ||
28 | RPROVIDES_${PN} += "${PN}-systemd" | 28 | RPROVIDES:${PN} += "${PN}-systemd" |
29 | RREPLACES_${PN} += "${PN}-systemd" | 29 | RREPLACES:${PN} += "${PN}-systemd" |
30 | RCONFLICTS_${PN} += "${PN}-systemd" | 30 | RCONFLICTS:${PN} += "${PN}-systemd" |
31 | 31 | ||
32 | CACHED_CONFIGUREVARS += "ac_cv_prog_STRIP=/bin/true" | 32 | CACHED_CONFIGUREVARS += "ac_cv_prog_STRIP=/bin/true" |
33 | 33 | ||
34 | EXTRA_OECONF = " \ | 34 | EXTRA_OECONF = " \ |
35 | --disable-rpath --disable-domainname \ | 35 | --disable-rpath --disable-domainname \ |
36 | " | 36 | " |
37 | CFLAGS_append_libc-musl = " -Wno-error=cpp" | 37 | CFLAGS:append:libc-musl = " -Wno-error=cpp" |
38 | 38 | ||
39 | FILES_${PN} += " ${libdir}/yp-nis/*.so.*.* ${libdir}/yp-nis/pkgconfig/" | 39 | FILES:${PN} += " ${libdir}/yp-nis/*.so.*.* ${libdir}/yp-nis/pkgconfig/" |
40 | FILES_${PN}-dbg += " ${libdir}/yp-nis/.debug" | 40 | FILES:${PN}-dbg += " ${libdir}/yp-nis/.debug" |
41 | FILES_${PN}-dev += " ${libdir}/yp-nis/*.so ${libdir}/yp-nis/*.so.[12] ${libdir}/yp-nis/*.la" | 41 | FILES:${PN}-dev += " ${libdir}/yp-nis/*.so ${libdir}/yp-nis/*.so.[12] ${libdir}/yp-nis/*.la" |
42 | FILES_${PN}-staticdev += " ${libdir}/yp-nis/*.a" | 42 | FILES:${PN}-staticdev += " ${libdir}/yp-nis/*.a" |
43 | 43 | ||
44 | do_install_append() { | 44 | do_install:append() { |
45 | install -d ${D}${systemd_unitdir}/system | 45 | install -d ${D}${systemd_unitdir}/system |
46 | install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system | 46 | install -m 0644 ${WORKDIR}/domainname.service ${D}${systemd_unitdir}/system |
47 | } | 47 | } |
diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb b/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb index 03b98c9c27..2c5e2bd939 100644 --- a/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb +++ b/meta-networking/recipes-support/nis/ypbind-mt_2.6.bb | |||
@@ -21,8 +21,8 @@ DEPENDS = " \ | |||
21 | yp-tools \ | 21 | yp-tools \ |
22 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 22 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
23 | " | 23 | " |
24 | DEPENDS_append_libc-musl = " bsd-headers nss" | 24 | DEPENDS:append:libc-musl = " bsd-headers nss" |
25 | RDEPENDS_${PN} += "yp-tools" | 25 | RDEPENDS:${PN} += "yp-tools" |
26 | 26 | ||
27 | # ypbind-mt now provides all the functionality of ypbind | 27 | # ypbind-mt now provides all the functionality of ypbind |
28 | # and is used in place of it. | 28 | # and is used in place of it. |
@@ -39,15 +39,15 @@ SRC_URI[sha256sum] = "0696c0263c4fd48a4ff2ce6c109f05f37aab0f71646d81cb22c7c28591 | |||
39 | 39 | ||
40 | inherit systemd update-rc.d | 40 | inherit systemd update-rc.d |
41 | 41 | ||
42 | SYSTEMD_SERVICE_${PN} = "ypbind.service" | 42 | SYSTEMD_SERVICE:${PN} = "ypbind.service" |
43 | INITSCRIPT_NAME = "ypbind" | 43 | INITSCRIPT_NAME = "ypbind" |
44 | INITSCRIPT_PARAMS = "start 44 3 5 . stop 70 0 1 2 6 ." | 44 | INITSCRIPT_PARAMS = "start 44 3 5 . stop 70 0 1 2 6 ." |
45 | 45 | ||
46 | CACHED_CONFIGUREVARS = "ac_cv_prog_STRIP=/bin/true" | 46 | CACHED_CONFIGUREVARS = "ac_cv_prog_STRIP=/bin/true" |
47 | 47 | ||
48 | CFLAGS_append = " -I${STAGING_INCDIR}/nss3 -I${STAGING_INCDIR}/nspr" | 48 | CFLAGS:append = " -I${STAGING_INCDIR}/nss3 -I${STAGING_INCDIR}/nspr" |
49 | 49 | ||
50 | do_install_append () { | 50 | do_install:append () { |
51 | install -d ${D}${sysconfdir}/init.d | 51 | install -d ${D}${sysconfdir}/init.d |
52 | install -d ${D}${sysconfdir}/rcS.d | 52 | install -d ${D}${sysconfdir}/rcS.d |
53 | 53 | ||
@@ -58,6 +58,6 @@ do_install_append () { | |||
58 | } | 58 | } |
59 | 59 | ||
60 | 60 | ||
61 | RPROVIDES_${PN} += "${PN}-systemd" | 61 | RPROVIDES:${PN} += "${PN}-systemd" |
62 | RREPLACES_${PN} += "${PN}-systemd" | 62 | RREPLACES:${PN} += "${PN}-systemd" |
63 | RCONFLICTS_${PN} += "${PN}-systemd" | 63 | RCONFLICTS:${PN} += "${PN}-systemd" |
diff --git a/meta-networking/recipes-support/ntimed/ntimed_git.bb b/meta-networking/recipes-support/ntimed/ntimed_git.bb index a749b16593..ccfe11288e 100644 --- a/meta-networking/recipes-support/ntimed/ntimed_git.bb +++ b/meta-networking/recipes-support/ntimed/ntimed_git.bb | |||
@@ -17,7 +17,7 @@ SRCREV = "db0abbb4c80f2ecef6bc5d9639bca5bea28532a2" | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | # use adjtimex on musl | 19 | # use adjtimex on musl |
20 | CFLAGS_append_libc-musl = " -Dntp_adjtime=adjtimex" | 20 | CFLAGS:append:libc-musl = " -Dntp_adjtime=adjtimex" |
21 | 21 | ||
22 | EXTRA_OEMAKE = "\ | 22 | EXTRA_OEMAKE = "\ |
23 | 'CC=${CC}' \ | 23 | 'CC=${CC}' \ |
@@ -33,8 +33,8 @@ do_install () { | |||
33 | install -D -m 0755 ntimed-client ${D}${sbindir}/ntimed-client | 33 | install -D -m 0755 ntimed-client ${D}${sbindir}/ntimed-client |
34 | } | 34 | } |
35 | 35 | ||
36 | ALLOW_EMPTY_${PN} = "1" | 36 | ALLOW_EMPTY:${PN} = "1" |
37 | RDEPENDS_${PN} += "ntimed-client" | 37 | RDEPENDS:${PN} += "ntimed-client" |
38 | 38 | ||
39 | PACKAGE_BEFORE_PN += "ntimed-client" | 39 | PACKAGE_BEFORE_PN += "ntimed-client" |
40 | FILES_ntimed-client = "${sbindir}/ntimed-client" | 40 | FILES:ntimed-client = "${sbindir}/ntimed-client" |
diff --git a/meta-networking/recipes-support/ntopng/ndpi_3.4.bb b/meta-networking/recipes-support/ntopng/ndpi_3.4.bb index 22e4d8e9ae..cfc60a7aab 100644 --- a/meta-networking/recipes-support/ntopng/ndpi_3.4.bb +++ b/meta-networking/recipes-support/ntopng/ndpi_3.4.bb | |||
@@ -4,7 +4,7 @@ inspection. Based on OpenDPI it includes ntop extensions" | |||
4 | 4 | ||
5 | SECTION = "libdevel" | 5 | SECTION = "libdevel" |
6 | DEPENDS = "libpcap" | 6 | DEPENDS = "libpcap" |
7 | RDEPENDS_${PN} += " libpcap" | 7 | RDEPENDS:${PN} += " libpcap" |
8 | LICENSE = "GPLv3" | 8 | LICENSE = "GPLv3" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" |
10 | 10 | ||
@@ -19,7 +19,7 @@ inherit autotools-brokensep pkgconfig | |||
19 | 19 | ||
20 | CPPFLAGS += "${SELECTED_OPTIMIZATION}" | 20 | CPPFLAGS += "${SELECTED_OPTIMIZATION}" |
21 | 21 | ||
22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
23 | ${S}/autogen.sh | 23 | ${S}/autogen.sh |
24 | } | 24 | } |
25 | 25 | ||
diff --git a/meta-networking/recipes-support/ntopng/ntopng_4.2.bb b/meta-networking/recipes-support/ntopng/ntopng_4.2.bb index 5961866515..cc23207888 100644 --- a/meta-networking/recipes-support/ntopng/ntopng_4.2.bb +++ b/meta-networking/recipes-support/ntopng/ntopng_4.2.bb | |||
@@ -7,7 +7,7 @@ usability, and features." | |||
7 | SECTION = "console/network" | 7 | SECTION = "console/network" |
8 | 8 | ||
9 | DEPENDS = "curl libmaxminddb libpcap lua mariadb ndpi json-c rrdtool zeromq" | 9 | DEPENDS = "curl libmaxminddb libpcap lua mariadb ndpi json-c rrdtool zeromq" |
10 | RDEPENDS_${PN} = "bash redis" | 10 | RDEPENDS:${PN} = "bash redis" |
11 | LICENSE = "GPLv3" | 11 | LICENSE = "GPLv3" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
@@ -26,24 +26,24 @@ S = "${WORKDIR}/git" | |||
26 | # don't use the lua under thirdparty as it supports cross compiling badly | 26 | # don't use the lua under thirdparty as it supports cross compiling badly |
27 | export LUA_LIB = "${STAGING_LIBDIR}/liblua.a" | 27 | export LUA_LIB = "${STAGING_LIBDIR}/liblua.a" |
28 | 28 | ||
29 | LDFLAGS_append_mipsarch = " -latomic" | 29 | LDFLAGS:append:mipsarch = " -latomic" |
30 | LDFLAGS_append_powerpc = " -latomic" | 30 | LDFLAGS:append:powerpc = " -latomic" |
31 | LDFLAGS_append_riscv32 = " -latomic" | 31 | LDFLAGS:append:riscv32 = " -latomic" |
32 | inherit autotools-brokensep gettext systemd | 32 | inherit autotools-brokensep gettext systemd |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | install -d ${D}${systemd_unitdir}/system/ | 35 | install -d ${D}${systemd_unitdir}/system/ |
36 | install -m 0644 ${WORKDIR}/ntopng.service ${D}${systemd_unitdir}/system | 36 | install -m 0644 ${WORKDIR}/ntopng.service ${D}${systemd_unitdir}/system |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN} += "\ | 39 | FILES:${PN} += "\ |
40 | ${systemd_unitdir}/system/ntopng.service" | 40 | ${systemd_unitdir}/system/ntopng.service" |
41 | 41 | ||
42 | FILES_${PN}-doc += "\ | 42 | FILES:${PN}-doc += "\ |
43 | /usr/man/man8/ntopng.8" | 43 | /usr/man/man8/ntopng.8" |
44 | 44 | ||
45 | do_configure_prepend() { | 45 | do_configure:prepend() { |
46 | ${S}/autogen.sh | 46 | ${S}/autogen.sh |
47 | } | 47 | } |
48 | 48 | ||
49 | SYSTEMD_SERVICE_${PN} = "ntopng.service" | 49 | SYSTEMD_SERVICE:${PN} = "ntopng.service" |
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb index 37f67095c5..4a719ae9c8 100644 --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | |||
@@ -42,11 +42,11 @@ EXTRA_OECONF += "--with-net-snmp-config=no \ | |||
42 | --with-locfile=redhat \ | 42 | --with-locfile=redhat \ |
43 | --without-rpath \ | 43 | --without-rpath \ |
44 | " | 44 | " |
45 | CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" | 45 | CFLAGS:append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" |
46 | 46 | ||
47 | USERADD_PACKAGES = "${PN}" | 47 | USERADD_PACKAGES = "${PN}" |
48 | NTP_USER_HOME ?= "/var/lib/ntp" | 48 | NTP_USER_HOME ?= "/var/lib/ntp" |
49 | USERADD_PARAM_${PN} = "--system --home-dir ${NTP_USER_HOME} \ | 49 | USERADD_PARAM:${PN} = "--system --home-dir ${NTP_USER_HOME} \ |
50 | --no-create-home \ | 50 | --no-create-home \ |
51 | --shell /bin/false --user-group ntp" | 51 | --shell /bin/false --user-group ntp" |
52 | 52 | ||
@@ -66,7 +66,7 @@ PACKAGECONFIG[debug] = "--enable-debugging,--disable-debugging" | |||
66 | PACKAGECONFIG[mdns] = "ac_cv_header_dns_sd_h=yes,ac_cv_header_dns_sd_h=no,mdns" | 66 | PACKAGECONFIG[mdns] = "ac_cv_header_dns_sd_h=yes,ac_cv_header_dns_sd_h=no,mdns" |
67 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 67 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
68 | 68 | ||
69 | do_install_append() { | 69 | do_install:append() { |
70 | install -d ${D}${sysconfdir}/init.d | 70 | install -d ${D}${sysconfdir}/init.d |
71 | install -m 644 ${WORKDIR}/ntp.conf ${D}${sysconfdir} | 71 | install -m 644 ${WORKDIR}/ntp.conf ${D}${sysconfdir} |
72 | install -m 755 ${WORKDIR}/ntpd ${D}${sysconfdir}/init.d | 72 | install -m 755 ${WORKDIR}/ntpd ${D}${sysconfdir}/init.d |
@@ -113,60 +113,60 @@ PACKAGES += "ntpdate sntp ntpdc ntpq ${PN}-tickadj ${PN}-utils" | |||
113 | 113 | ||
114 | # ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms | 114 | # ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms |
115 | # with wonky clocks (e.g. OpenSlug) | 115 | # with wonky clocks (e.g. OpenSlug) |
116 | RDEPENDS_${PN} = "${PN}-tickadj" | 116 | RDEPENDS:${PN} = "${PN}-tickadj" |
117 | # ntpd require libgcc for execution | 117 | # ntpd require libgcc for execution |
118 | RDEPENDS_${PN} += "libgcc" | 118 | RDEPENDS:${PN} += "libgcc" |
119 | # Handle move from bin to utils package | 119 | # Handle move from bin to utils package |
120 | RPROVIDES_${PN}-utils = "${PN}-bin" | 120 | RPROVIDES:${PN}-utils = "${PN}-bin" |
121 | RREPLACES_${PN}-utils = "${PN}-bin" | 121 | RREPLACES:${PN}-utils = "${PN}-bin" |
122 | RCONFLICTS_${PN}-utils = "${PN}-bin" | 122 | RCONFLICTS:${PN}-utils = "${PN}-bin" |
123 | # ntpdc and ntpq were split out of ntp-utils | 123 | # ntpdc and ntpq were split out of ntp-utils |
124 | RDEPENDS_${PN}-utils = "ntpdc ntpq" | 124 | RDEPENDS:${PN}-utils = "ntpdc ntpq" |
125 | 125 | ||
126 | SYSTEMD_PACKAGES = "${PN} ntpdate sntp" | 126 | SYSTEMD_PACKAGES = "${PN} ntpdate sntp" |
127 | SYSTEMD_SERVICE_${PN} = "ntpd.service" | 127 | SYSTEMD_SERVICE:${PN} = "ntpd.service" |
128 | SYSTEMD_SERVICE_ntpdate = "ntpdate.service" | 128 | SYSTEMD_SERVICE:ntpdate = "ntpdate.service" |
129 | SYSTEMD_SERVICE_sntp = "sntp.service" | 129 | SYSTEMD_SERVICE:sntp = "sntp.service" |
130 | SYSTEMD_AUTO_ENABLE_sntp = "disable" | 130 | SYSTEMD_AUTO_ENABLE:sntp = "disable" |
131 | 131 | ||
132 | RPROVIDES_${PN} += "${PN}-systemd" | 132 | RPROVIDES:${PN} += "${PN}-systemd" |
133 | RREPLACES_${PN} += "${PN}-systemd" | 133 | RREPLACES:${PN} += "${PN}-systemd" |
134 | RCONFLICTS_${PN} += "${PN}-systemd" | 134 | RCONFLICTS:${PN} += "${PN}-systemd" |
135 | 135 | ||
136 | RPROVIDES_ntpdate += "ntpdate-systemd" | 136 | RPROVIDES:ntpdate += "ntpdate-systemd" |
137 | RREPLACES_ntpdate += "ntpdate-systemd" | 137 | RREPLACES:ntpdate += "ntpdate-systemd" |
138 | RCONFLICTS_ntpdate += "ntpdate-systemd" | 138 | RCONFLICTS:ntpdate += "ntpdate-systemd" |
139 | 139 | ||
140 | RSUGGESTS_${PN} = "iana-etc" | 140 | RSUGGESTS:${PN} = "iana-etc" |
141 | 141 | ||
142 | FILES_${PN} = "${sbindir}/ntpd.ntp ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd \ | 142 | FILES:${PN} = "${sbindir}/ntpd.ntp ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd \ |
143 | ${NTP_USER_HOME} \ | 143 | ${NTP_USER_HOME} \ |
144 | ${systemd_unitdir}/ntp-units.d/60-ntpd.list \ | 144 | ${systemd_unitdir}/ntp-units.d/60-ntpd.list \ |
145 | " | 145 | " |
146 | FILES_${PN}-tickadj = "${sbindir}/tickadj" | 146 | FILES:${PN}-tickadj = "${sbindir}/tickadj" |
147 | FILES_${PN}-utils = "${sbindir} ${datadir}/ntp/lib" | 147 | FILES:${PN}-utils = "${sbindir} ${datadir}/ntp/lib" |
148 | RDEPENDS_${PN}-utils += "perl" | 148 | RDEPENDS:${PN}-utils += "perl" |
149 | FILES_ntpdate = "${sbindir}/ntpdate \ | 149 | FILES:ntpdate = "${sbindir}/ntpdate \ |
150 | ${sysconfdir}/network/if-up.d/ntpdate-sync \ | 150 | ${sysconfdir}/network/if-up.d/ntpdate-sync \ |
151 | ${bindir}/ntpdate-sync \ | 151 | ${bindir}/ntpdate-sync \ |
152 | ${sysconfdir}/default/ntpdate \ | 152 | ${sysconfdir}/default/ntpdate \ |
153 | ${systemd_unitdir}/system/ntpdate.service \ | 153 | ${systemd_unitdir}/system/ntpdate.service \ |
154 | " | 154 | " |
155 | FILES_sntp = "${sbindir}/sntp \ | 155 | FILES:sntp = "${sbindir}/sntp \ |
156 | ${sysconfdir}/default/sntp \ | 156 | ${sysconfdir}/default/sntp \ |
157 | ${systemd_unitdir}/system/sntp.service \ | 157 | ${systemd_unitdir}/system/sntp.service \ |
158 | " | 158 | " |
159 | FILES_ntpdc = "${sbindir}/ntpdc" | 159 | FILES:ntpdc = "${sbindir}/ntpdc" |
160 | FILES_ntpq = "${sbindir}/ntpq" | 160 | FILES:ntpq = "${sbindir}/ntpq" |
161 | 161 | ||
162 | CONFFILES_${PN} = "${sysconfdir}/ntp.conf" | 162 | CONFFILES:${PN} = "${sysconfdir}/ntp.conf" |
163 | CONFFILES_ntpdate = "${sysconfdir}/default/ntpdate" | 163 | CONFFILES:ntpdate = "${sysconfdir}/default/ntpdate" |
164 | 164 | ||
165 | INITSCRIPT_NAME = "ntpd" | 165 | INITSCRIPT_NAME = "ntpd" |
166 | # No dependencies, so just go in at the standard level (20) | 166 | # No dependencies, so just go in at the standard level (20) |
167 | INITSCRIPT_PARAMS = "defaults" | 167 | INITSCRIPT_PARAMS = "defaults" |
168 | 168 | ||
169 | pkg_postinst_ntpdate() { | 169 | pkg_postinst:ntpdate() { |
170 | if ! grep -q -s ntpdate $D/var/spool/cron/root; then | 170 | if ! grep -q -s ntpdate $D/var/spool/cron/root; then |
171 | echo "adding crontab" | 171 | echo "adding crontab" |
172 | test -d $D/var/spool/cron || mkdir -p $D/var/spool/cron | 172 | test -d $D/var/spool/cron || mkdir -p $D/var/spool/cron |
@@ -178,5 +178,5 @@ inherit update-alternatives | |||
178 | 178 | ||
179 | ALTERNATIVE_PRIORITY = "100" | 179 | ALTERNATIVE_PRIORITY = "100" |
180 | 180 | ||
181 | ALTERNATIVE_${PN} = "ntpd" | 181 | ALTERNATIVE:${PN} = "ntpd" |
182 | ALTERNATIVE_LINK_NAME[ntpd] = "${sbindir}/ntpd" | 182 | ALTERNATIVE_LINK_NAME[ntpd] = "${sbindir}/ntpd" |
diff --git a/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb b/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb index 193caf3cf3..677b031a9f 100644 --- a/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb +++ b/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb | |||
@@ -32,7 +32,7 @@ do_install () { | |||
32 | install -m 0644 ${WORKDIR}/nuttcp.socket ${D}${systemd_system_unitdir} | 32 | install -m 0644 ${WORKDIR}/nuttcp.socket ${D}${systemd_system_unitdir} |
33 | } | 33 | } |
34 | 34 | ||
35 | FILES_${PN} += " \ | 35 | FILES:${PN} += " \ |
36 | ${bindir} \ | 36 | ${bindir} \ |
37 | ${systemd_system_unitdir} \ | 37 | ${systemd_system_unitdir} \ |
38 | " | 38 | " |
diff --git a/meta-networking/recipes-support/nvmetcli/nvmetcli_0.7.bb b/meta-networking/recipes-support/nvmetcli/nvmetcli_0.7.bb index 31f55e3589..ec483321b6 100644 --- a/meta-networking/recipes-support/nvmetcli/nvmetcli_0.7.bb +++ b/meta-networking/recipes-support/nvmetcli/nvmetcli_0.7.bb | |||
@@ -13,18 +13,18 @@ inherit systemd setuptools3 | |||
13 | # file. This file is not installed by default since the configuration will vary | 13 | # file. This file is not installed by default since the configuration will vary |
14 | # on real systems. Example configuration files are provided by including the | 14 | # on real systems. Example configuration files are provided by including the |
15 | # nvmetcli-examples package. | 15 | # nvmetcli-examples package. |
16 | SYSTEMD_SERVICE_${PN} = "nvmet.service" | 16 | SYSTEMD_SERVICE:${PN} = "nvmet.service" |
17 | 17 | ||
18 | SYSTEMD_AUTO_ENABLE ?= "disable" | 18 | SYSTEMD_AUTO_ENABLE ?= "disable" |
19 | 19 | ||
20 | RDEPENDS_${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb" | 20 | RDEPENDS:${PN} += "python3 python3-six python3-pyparsing python3-configshell-fb" |
21 | 21 | ||
22 | SRCREV = "0a6b088db2dc2e5de11e6f23f1e890e4b54fee64" | 22 | SRCREV = "0a6b088db2dc2e5de11e6f23f1e890e4b54fee64" |
23 | SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master" | 23 | SRC_URI = "git://git.infradead.org/users/hch/nvmetcli.git;branch=master" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | do_install_append() { | 27 | do_install:append() { |
28 | # Install example configuration scripts. | 28 | # Install example configuration scripts. |
29 | install -d ${D}${datadir}/nvmet | 29 | install -d ${D}${datadir}/nvmet |
30 | cp -fr ${S}/examples ${D}${datadir}/nvmet/ | 30 | cp -fr ${S}/examples ${D}${datadir}/nvmet/ |
@@ -36,4 +36,4 @@ do_install_append() { | |||
36 | 36 | ||
37 | # Examples package contains example json files used to configure nvmet. | 37 | # Examples package contains example json files used to configure nvmet. |
38 | PACKAGES += "${PN}-examples" | 38 | PACKAGES += "${PN}-examples" |
39 | FILES_${PN}-examples = "${datadir}/nvmet/examples/*" | 39 | FILES:${PN}-examples = "${datadir}/nvmet/examples/*" |
diff --git a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb b/meta-networking/recipes-support/open-isns/open-isns_0.101.bb index 0b1bb6d512..6766478194 100644 --- a/meta-networking/recipes-support/open-isns/open-isns_0.101.bb +++ b/meta-networking/recipes-support/open-isns/open-isns_0.101.bb | |||
@@ -26,7 +26,7 @@ inherit systemd autotools-brokensep update-rc.d | |||
26 | EXTRA_OECONF = " --prefix=${prefix} --enable-shared" | 26 | EXTRA_OECONF = " --prefix=${prefix} --enable-shared" |
27 | EXTRA_OEMAKE += "SYSTEMDDIR=${D}${systemd_unitdir}/system" | 27 | EXTRA_OEMAKE += "SYSTEMDDIR=${D}${systemd_unitdir}/system" |
28 | 28 | ||
29 | do_install_append () { | 29 | do_install:append () { |
30 | oe_runmake INCDIR=${D}${includedir}/libisns/ install_hdrs | 30 | oe_runmake INCDIR=${D}${includedir}/libisns/ install_hdrs |
31 | oe_runmake LIBDIR=${D}${libdir} install_lib | 31 | oe_runmake LIBDIR=${D}${libdir} install_lib |
32 | 32 | ||
@@ -35,6 +35,6 @@ do_install_append () { | |||
35 | ${D}${sysconfdir}/init.d/openisns | 35 | ${D}${sysconfdir}/init.d/openisns |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} += "${libdir} ${systemd_unitdir}" | 38 | FILES:${PN} += "${libdir} ${systemd_unitdir}" |
39 | 39 | ||
40 | INITSCRIPT_NAME = "openisns" | 40 | INITSCRIPT_NAME = "openisns" |
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb index 473af8d41b..116ff81a3d 100644 --- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb +++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.2.5.bb | |||
@@ -19,11 +19,11 @@ SECTION = "vmware-tools" | |||
19 | 19 | ||
20 | LICENSE = "LGPL-2.0 & GPL-2.0 & BSD & CDDL-1.0" | 20 | LICENSE = "LGPL-2.0 & GPL-2.0 & BSD & CDDL-1.0" |
21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=559317809c5444fb39ceaf6ac45c43ac" | 21 | LIC_FILES_CHKSUM = "file://LICENSE;md5=559317809c5444fb39ceaf6ac45c43ac" |
22 | LICENSE_modules/freebsd/vmblock = "BSD" | 22 | LICENSE:modules/freebsd/vmblock = "BSD" |
23 | LICENSE_modules/freebsd/vmmemctl = "GPL-2.0" | 23 | LICENSE:modules/freebsd/vmmemctl = "GPL-2.0" |
24 | LICENSE_modules/freebsd/vmxnet = "GPL-2.0" | 24 | LICENSE:modules/freebsd/vmxnet = "GPL-2.0" |
25 | LICENSE_modules/linux = "GPL-2.0" | 25 | LICENSE:modules/linux = "GPL-2.0" |
26 | LICENSE_modules/solaris = "CDDL-1.0" | 26 | LICENSE:modules/solaris = "CDDL-1.0" |
27 | 27 | ||
28 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ | 28 | SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ |
29 | file://tools.conf \ | 29 | file://tools.conf \ |
@@ -47,7 +47,7 @@ SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https \ | |||
47 | file://0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch;patchdir=.. \ | 47 | file://0001-pollGtk-Fix-volatile-qualifier-exposed-incorrectly.patch;patchdir=.. \ |
48 | " | 48 | " |
49 | 49 | ||
50 | SRC_URI_append_libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \ | 50 | SRC_URI:append:libc-musl = " file://0001-Add-resolv_compat.h-for-musl-builds.patch;patchdir=.. \ |
51 | " | 51 | " |
52 | 52 | ||
53 | SRCREV = "7ae57c3c7c1f68c74637ad009673dae94ee52570" | 53 | SRCREV = "7ae57c3c7c1f68c74637ad009673dae94ee52570" |
@@ -61,7 +61,7 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | |||
61 | 61 | ||
62 | inherit autotools pkgconfig systemd update-rc.d | 62 | inherit autotools pkgconfig systemd update-rc.d |
63 | 63 | ||
64 | SYSTEMD_SERVICE_${PN} = "vmtoolsd.service" | 64 | SYSTEMD_SERVICE:${PN} = "vmtoolsd.service" |
65 | 65 | ||
66 | EXTRA_OECONF = "--without-icu --disable-multimon --disable-docs \ | 66 | EXTRA_OECONF = "--without-icu --disable-multimon --disable-docs \ |
67 | --disable-tests --without-gtkmm --without-xerces --without-pam \ | 67 | --disable-tests --without-gtkmm --without-xerces --without-pam \ |
@@ -76,20 +76,20 @@ PACKAGECONFIG[x11] = ",${NO_X11_FLAGS},${X11_DEPENDS}" | |||
76 | # fuse gets implicitly detected; there is no --without-fuse option. | 76 | # fuse gets implicitly detected; there is no --without-fuse option. |
77 | PACKAGECONFIG[fuse] = ",,fuse" | 77 | PACKAGECONFIG[fuse] = ",,fuse" |
78 | 78 | ||
79 | CFLAGS_append_toolchain-clang = " -Wno-address-of-packed-member" | 79 | CFLAGS:append:toolchain-clang = " -Wno-address-of-packed-member" |
80 | FILES_${PN} += "\ | 80 | FILES:${PN} += "\ |
81 | ${libdir}/open-vm-tools/plugins/vmsvc/lib*.so \ | 81 | ${libdir}/open-vm-tools/plugins/vmsvc/lib*.so \ |
82 | ${libdir}/open-vm-tools/plugins/common/lib*.so \ | 82 | ${libdir}/open-vm-tools/plugins/common/lib*.so \ |
83 | ${sysconfdir}/vmware-tools/tools.conf \ | 83 | ${sysconfdir}/vmware-tools/tools.conf \ |
84 | " | 84 | " |
85 | FILES_${PN}-locale += "${datadir}/open-vm-tools/messages" | 85 | FILES:${PN}-locale += "${datadir}/open-vm-tools/messages" |
86 | FILES_${PN}-dev += "${libdir}/open-vm-tools/plugins/common/lib*.la" | 86 | FILES:${PN}-dev += "${libdir}/open-vm-tools/plugins/common/lib*.la" |
87 | 87 | ||
88 | CONFFILES_${PN} += "${sysconfdir}/vmware-tools/tools.conf" | 88 | CONFFILES:${PN} += "${sysconfdir}/vmware-tools/tools.conf" |
89 | 89 | ||
90 | RDEPENDS_${PN} = "util-linux libdnet fuse" | 90 | RDEPENDS:${PN} = "util-linux libdnet fuse" |
91 | 91 | ||
92 | do_install_append() { | 92 | do_install:append() { |
93 | if ! ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','false',d)}; then | 93 | if ! ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','false',d)}; then |
94 | install -d ${D}/sbin | 94 | install -d ${D}/sbin |
95 | ln -sf ${sbindir}/mount.vmhgfs ${D}/sbin/mount.vmhgfs | 95 | ln -sf ${sbindir}/mount.vmhgfs ${D}/sbin/mount.vmhgfs |
@@ -105,14 +105,14 @@ do_install_append() { | |||
105 | install -m 0644 ${WORKDIR}/tools.conf ${D}${sysconfdir}/vmware-tools/tools.conf | 105 | install -m 0644 ${WORKDIR}/tools.conf ${D}${sysconfdir}/vmware-tools/tools.conf |
106 | } | 106 | } |
107 | 107 | ||
108 | do_configure_prepend() { | 108 | do_configure:prepend() { |
109 | export CUSTOM_DNET_NAME=dnet | 109 | export CUSTOM_DNET_NAME=dnet |
110 | export CUSTOM_DNET_LIBS=-L${STAGING_LIBDIR}/libdnet.so | 110 | export CUSTOM_DNET_LIBS=-L${STAGING_LIBDIR}/libdnet.so |
111 | } | 111 | } |
112 | 112 | ||
113 | INITSCRIPT_PACKAGES = "${PN}" | 113 | INITSCRIPT_PACKAGES = "${PN}" |
114 | INITSCRIPT_NAME_${PN} = "vmtoolsd" | 114 | INITSCRIPT_NAME:${PN} = "vmtoolsd" |
115 | INITSCRIPT_PARAMS_${PN} = "start 90 2 3 4 5 . stop 60 0 1 6 ." | 115 | INITSCRIPT_PARAMS:${PN} = "start 90 2 3 4 5 . stop 60 0 1 6 ." |
116 | 116 | ||
117 | python() { | 117 | python() { |
118 | if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split(): | 118 | if 'filesystems-layer' not in d.getVar('BBFILE_COLLECTIONS').split(): |
diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb index d172083bb6..ecc98dd8be 100644 --- a/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb +++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.31.bb | |||
@@ -50,16 +50,16 @@ PACKAGECONFIG ??= "gdbm" | |||
50 | PACKAGECONFIG[gdbm] = "ac_cv_header_gdbm_h=yes,ac_cv_header_gdbm_h=no,gdbm," | 50 | PACKAGECONFIG[gdbm] = "ac_cv_header_gdbm_h=yes,ac_cv_header_gdbm_h=no,gdbm," |
51 | 51 | ||
52 | PACKAGES += "${PN}-perl ${PN}-python" | 52 | PACKAGES += "${PN}-perl ${PN}-python" |
53 | PRIVATE_LIBS_${PN}-perl = "libOpenIPMI.so.0" | 53 | PRIVATE_LIBS:${PN}-perl = "libOpenIPMI.so.0" |
54 | 54 | ||
55 | FILES_${PN}-perl = " \ | 55 | FILES:${PN}-perl = " \ |
56 | ${libdir}/perl/vendor_perl/*/OpenIPMI.pm \ | 56 | ${libdir}/perl/vendor_perl/*/OpenIPMI.pm \ |
57 | ${libdir}/perl/vendor_perl/*/auto/OpenIPMI/OpenIPMI.so \ | 57 | ${libdir}/perl/vendor_perl/*/auto/OpenIPMI/OpenIPMI.so \ |
58 | " | 58 | " |
59 | 59 | ||
60 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | 60 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" |
61 | 61 | ||
62 | FILES_${PN}-dbg += " \ | 62 | FILES:${PN}-dbg += " \ |
63 | ${libdir}/perl/vendor_perl/*/auto/OpenIPMI/.debug \ | 63 | ${libdir}/perl/vendor_perl/*/auto/OpenIPMI/.debug \ |
64 | ${PYTHON_SITEPACKAGES_DIR}/.debug \ | 64 | ${PYTHON_SITEPACKAGES_DIR}/.debug \ |
65 | " | 65 | " |
@@ -84,7 +84,7 @@ do_configure () { | |||
84 | done | 84 | done |
85 | } | 85 | } |
86 | 86 | ||
87 | do_install_append () { | 87 | do_install:append () { |
88 | echo "SAL: D = $D" | 88 | echo "SAL: D = $D" |
89 | echo "SAL: libdir = $libdir" | 89 | echo "SAL: libdir = $libdir" |
90 | install -m 0755 -d ${D}${sysconfdir}/sysconfig ${D}${sysconfdir}/init.d | 90 | install -m 0755 -d ${D}${sysconfdir}/sysconfig ${D}${sysconfdir}/init.d |
@@ -108,5 +108,5 @@ do_install_append () { | |||
108 | INITSCRIPT_NAME = "ipmi" | 108 | INITSCRIPT_NAME = "ipmi" |
109 | INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." | 109 | INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." |
110 | 110 | ||
111 | SYSTEMD_SERVICE_${PN} = "ipmi.service" | 111 | SYSTEMD_SERVICE:${PN} = "ipmi.service" |
112 | SYSTEMD_AUTO_ENABLE = "disable" | 112 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.3.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.3.bb index 7f4cc189ce..a70e9708de 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.5.3.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.3.bb | |||
@@ -20,12 +20,12 @@ SRC_URI[sha256sum] = "75f0044df449430555ca7b995a2b77ab24f2946fdc3668301b8edc2398 | |||
20 | # CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn. | 20 | # CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn. |
21 | CVE_CHECK_WHITELIST += "CVE-2020-7224 CVE-2020-27569" | 21 | CVE_CHECK_WHITELIST += "CVE-2020-7224 CVE-2020-27569" |
22 | 22 | ||
23 | SYSTEMD_SERVICE_${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service" | 23 | SYSTEMD_SERVICE:${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service" |
24 | SYSTEMD_AUTO_ENABLE = "disable" | 24 | SYSTEMD_AUTO_ENABLE = "disable" |
25 | 25 | ||
26 | INITSCRIPT_PACKAGES = "${PN}" | 26 | INITSCRIPT_PACKAGES = "${PN}" |
27 | INITSCRIPT_NAME_${PN} = "openvpn" | 27 | INITSCRIPT_NAME:${PN} = "openvpn" |
28 | INITSCRIPT_PARAMS_${PN} = "start 10 2 3 4 5 . stop 70 0 1 6 ." | 28 | INITSCRIPT_PARAMS:${PN} = "start 10 2 3 4 5 . stop 70 0 1 6 ." |
29 | 29 | ||
30 | CFLAGS += "-fno-inline" | 30 | CFLAGS += "-fno-inline" |
31 | 31 | ||
@@ -36,7 +36,7 @@ EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '', '--disable-p | |||
36 | # Explicitly specify IPROUTE to bypass the configure-time check for /sbin/ip on the host. | 36 | # Explicitly specify IPROUTE to bypass the configure-time check for /sbin/ip on the host. |
37 | EXTRA_OECONF += "IPROUTE=${base_sbindir}/ip" | 37 | EXTRA_OECONF += "IPROUTE=${base_sbindir}/ip" |
38 | 38 | ||
39 | do_install_append() { | 39 | do_install:append() { |
40 | install -d ${D}/${sysconfdir}/init.d | 40 | install -d ${D}/${sysconfdir}/init.d |
41 | install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d | 41 | install -m 755 ${WORKDIR}/openvpn ${D}/${sysconfdir}/init.d |
42 | 42 | ||
@@ -65,12 +65,12 @@ do_install_append() { | |||
65 | 65 | ||
66 | PACKAGES =+ " ${PN}-sample " | 66 | PACKAGES =+ " ${PN}-sample " |
67 | 67 | ||
68 | RRECOMMENDS_${PN} = "kernel-module-tun" | 68 | RRECOMMENDS:${PN} = "kernel-module-tun" |
69 | 69 | ||
70 | FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug" | 70 | FILES:${PN}-dbg += "${libdir}/openvpn/plugins/.debug" |
71 | FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \ | 71 | FILES:${PN} += "${systemd_unitdir}/system/openvpn@.service \ |
72 | ${sysconfdir}/tmpfiles.d \ | 72 | ${sysconfdir}/tmpfiles.d \ |
73 | " | 73 | " |
74 | FILES_${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \ | 74 | FILES:${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \ |
75 | ${systemd_unitdir}/system/openvpn@loopback-client.service \ | 75 | ${systemd_unitdir}/system/openvpn@loopback-client.service \ |
76 | ${sysconfdir}/openvpn/sample/" | 76 | ${sysconfdir}/openvpn/sample/" |
diff --git a/meta-networking/recipes-support/pimd/pimd_2.3.2.bb b/meta-networking/recipes-support/pimd/pimd_2.3.2.bb index df9e85d7de..2b622ae6d0 100644 --- a/meta-networking/recipes-support/pimd/pimd_2.3.2.bb +++ b/meta-networking/recipes-support/pimd/pimd_2.3.2.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "ftp://ftp.troglobit.com/pimd/${BP}.tar.gz \ | |||
10 | SRC_URI[md5sum] = "a3c03e40540980b2c06e265a17988e60" | 10 | SRC_URI[md5sum] = "a3c03e40540980b2c06e265a17988e60" |
11 | SRC_URI[sha256sum] = "c77a9812751f114490a28a6839b16aac8b020c8d9fd6aa22bf3880c054e19f1d" | 11 | SRC_URI[sha256sum] = "c77a9812751f114490a28a6839b16aac8b020c8d9fd6aa22bf3880c054e19f1d" |
12 | 12 | ||
13 | EXTRA_OECONF_append_libc-musl = " --embedded-libc" | 13 | EXTRA_OECONF:append:libc-musl = " --embedded-libc" |
14 | 14 | ||
15 | inherit autotools-brokensep update-alternatives | 15 | inherit autotools-brokensep update-alternatives |
16 | 16 | ||
@@ -20,5 +20,5 @@ do_configure() { | |||
20 | 20 | ||
21 | ALTERNATIVE_PRIORITY = "100" | 21 | ALTERNATIVE_PRIORITY = "100" |
22 | 22 | ||
23 | ALTERNATIVE_${PN} = "pimd" | 23 | ALTERNATIVE:${PN} = "pimd" |
24 | ALTERNATIVE_LINK_NAME[pimd] = "${sbindir}/pimd" | 24 | ALTERNATIVE_LINK_NAME[pimd] = "${sbindir}/pimd" |
diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb index af4b3788ba..dcdfb5bd40 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "This is the userspace components for the Linux Kernel's drivers I | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | DEPENDS = "libnl" | 5 | DEPENDS = "libnl" |
6 | RDEPENDS_${PN} = "bash perl" | 6 | RDEPENDS:${PN} = "bash perl" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git" | 8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git" |
9 | SRCREV = "e29a698e99028e9a092bb00c03ee4bfa31ae0cf3" | 9 | SRCREV = "e29a698e99028e9a092bb00c03ee4bfa31ae0cf3" |
@@ -23,12 +23,12 @@ EXTRA_OECMAKE = " \ | |||
23 | LTO = "" | 23 | LTO = "" |
24 | 24 | ||
25 | FILES_SOLIBSDEV = "" | 25 | FILES_SOLIBSDEV = "" |
26 | FILES_${PN} += "${libdir}/*" | 26 | FILES:${PN} += "${libdir}/*" |
27 | INSANE_SKIP_${PN} += "dev-so" | 27 | INSANE_SKIP:${PN} += "dev-so" |
28 | 28 | ||
29 | inherit cmake cpan-base python3native systemd | 29 | inherit cmake cpan-base python3native systemd |
30 | 30 | ||
31 | SYSTEMD_SERVICE_${PN} = " \ | 31 | SYSTEMD_SERVICE:${PN} = " \ |
32 | srp_daemon.service \ | 32 | srp_daemon.service \ |
33 | iwpmd.service \ | 33 | iwpmd.service \ |
34 | ibacm.socket \ | 34 | ibacm.socket \ |
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 52dad71242..b0f1d51107 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
@@ -33,14 +33,14 @@ S = "${WORKDIR}/git" | |||
33 | inherit autotools gettext python3native python3-dir pkgconfig | 33 | inherit autotools gettext python3native python3-dir pkgconfig |
34 | 34 | ||
35 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" | 35 | DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python3-pyparsing-native python3-six-native glib-2.0-native" |
36 | DEPENDS_append_class-nativesdk = " nativesdk-openssl" | 36 | DEPENDS:append:class-nativesdk = " nativesdk-openssl" |
37 | 37 | ||
38 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" | 38 | export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" |
39 | 39 | ||
40 | CFLAGS_append = " -Wno-error" | 40 | CFLAGS:append = " -Wno-error" |
41 | 41 | ||
42 | PACKAGECONFIG_class-native = "" | 42 | PACKAGECONFIG:class-native = "" |
43 | PACKAGECONFIG_class-nativesdk = "" | 43 | PACKAGECONFIG:class-nativesdk = "" |
44 | PACKAGECONFIG ?= "sasl" | 44 | PACKAGECONFIG ?= "sasl" |
45 | 45 | ||
46 | PACKAGECONFIG[celt051] = "--enable-celt051,--disable-celt051,celt051" | 46 | PACKAGECONFIG[celt051] = "--enable-celt051,--disable-celt051,celt051" |
@@ -56,4 +56,4 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | |||
56 | 56 | ||
57 | BBCLASSEXTEND = "native nativesdk" | 57 | BBCLASSEXTEND = "native nativesdk" |
58 | 58 | ||
59 | EXTRA_OECONF_append_toolchain-clang = " --disable-werror" | 59 | EXTRA_OECONF:append:toolchain-clang = " --disable-werror" |
diff --git a/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb b/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb index bae29aa80e..decac0c2b3 100644 --- a/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb +++ b/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb | |||
@@ -25,7 +25,7 @@ EXTRA_OEMAKE = "GEN_CONFIG='/bin/true'" | |||
25 | 25 | ||
26 | LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'ssl', '-lssl -lcrypto', '', d)}" | 26 | LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'ssl', '-lssl -lcrypto', '', d)}" |
27 | 27 | ||
28 | do_install_append () { | 28 | do_install:append () { |
29 | install -d ${D}${mandir}/ | 29 | install -d ${D}${mandir}/ |
30 | mv ${D}${exec_prefix}/man/* ${D}${mandir}/ | 30 | mv ${D}${exec_prefix}/man/* ${D}${mandir}/ |
31 | rmdir ${D}${exec_prefix}/man | 31 | rmdir ${D}${exec_prefix}/man |
@@ -36,7 +36,7 @@ do_install_append () { | |||
36 | 36 | ||
37 | ALTERNATIVE_PRIORITY_${PN} = "100" | 37 | ALTERNATIVE_PRIORITY_${PN} = "100" |
38 | 38 | ||
39 | ALTERNATIVE_${PN} = "mailq newaliases sendmail" | 39 | ALTERNATIVE:${PN} = "mailq newaliases sendmail" |
40 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" | 40 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" |
41 | ALTERNATIVE_LINK_NAME[newaliases] = "${sbindir}/newaliases" | 41 | ALTERNATIVE_LINK_NAME[newaliases] = "${sbindir}/newaliases" |
42 | ALTERNATIVE_LINK_NAME[mailq] = "${sbindir}/mailq" | 42 | ALTERNATIVE_LINK_NAME[mailq] = "${sbindir}/mailq" |
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb index 8a704f6dc4..ad104e44ed 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb | |||
@@ -47,17 +47,17 @@ PACKAGECONFIG[systemd-charon] = "--enable-systemd,--disable-systemd,systemd," | |||
47 | 47 | ||
48 | inherit autotools systemd pkgconfig | 48 | inherit autotools systemd pkgconfig |
49 | 49 | ||
50 | RRECOMMENDS_${PN} = "kernel-module-ipsec" | 50 | RRECOMMENDS:${PN} = "kernel-module-ipsec" |
51 | 51 | ||
52 | FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}" | 52 | FILES:${PN} += "${libdir}/ipsec/lib*${SOLIBS}" |
53 | FILES_${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug" | 53 | FILES:${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug" |
54 | FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la ${libdir}/ipsec/include/config.h" | 54 | FILES:${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la ${libdir}/ipsec/include/config.h" |
55 | FILES_${PN}-staticdev += "${libdir}/ipsec/*.a" | 55 | FILES:${PN}-staticdev += "${libdir}/ipsec/*.a" |
56 | 56 | ||
57 | CONFFILES_${PN} = "${sysconfdir}/*.conf ${sysconfdir}/ipsec.d/*.conf ${sysconfdir}/strongswan.d/*.conf" | 57 | CONFFILES:${PN} = "${sysconfdir}/*.conf ${sysconfdir}/ipsec.d/*.conf ${sysconfdir}/strongswan.d/*.conf" |
58 | 58 | ||
59 | PACKAGES += "${PN}-plugins" | 59 | PACKAGES += "${PN}-plugins" |
60 | ALLOW_EMPTY_${PN}-plugins = "1" | 60 | ALLOW_EMPTY:${PN}-plugins = "1" |
61 | 61 | ||
62 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*$" | 62 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*$" |
63 | NOAUTOPACKAGEDEBUG = "1" | 63 | NOAUTOPACKAGEDEBUG = "1" |
@@ -69,13 +69,13 @@ python split_strongswan_plugins () { | |||
69 | 69 | ||
70 | def add_plugin_conf(f, pkg, file_regex, output_pattern, modulename): | 70 | def add_plugin_conf(f, pkg, file_regex, output_pattern, modulename): |
71 | dvar = d.getVar('PKGD') | 71 | dvar = d.getVar('PKGD') |
72 | oldfiles = d.getVar('CONFFILES_' + pkg) | 72 | oldfiles = d.getVar('CONFFILES:' + pkg) |
73 | newfile = '/' + os.path.relpath(f, dvar) | 73 | newfile = '/' + os.path.relpath(f, dvar) |
74 | 74 | ||
75 | if not oldfiles: | 75 | if not oldfiles: |
76 | d.setVar('CONFFILES_' + pkg, newfile) | 76 | d.setVar('CONFFILES:' + pkg, newfile) |
77 | else: | 77 | else: |
78 | d.setVar('CONFFILES_' + pkg, oldfiles + " " + newfile) | 78 | d.setVar('CONFFILES:' + pkg, oldfiles + " " + newfile) |
79 | 79 | ||
80 | split_packages = do_split_packages(d, libdir, 'libstrongswan-(.*)\.so', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True) | 80 | split_packages = do_split_packages(d, libdir, 'libstrongswan-(.*)\.so', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True) |
81 | do_split_packages(d, sysconfdir, '(.*)\.conf', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True, hook=add_plugin_conf) | 81 | do_split_packages(d, sysconfdir, '(.*)\.conf', '${PN}-plugin-%s', 'strongSwan %s plugin', prepend=True, hook=add_plugin_conf) |
@@ -86,17 +86,17 @@ python split_strongswan_plugins () { | |||
86 | 86 | ||
87 | if split_packages: | 87 | if split_packages: |
88 | pn = d.getVar('PN') | 88 | pn = d.getVar('PN') |
89 | d.setVar('RRECOMMENDS_' + pn + '-plugins', ' '.join(split_packages)) | 89 | d.setVar('RRECOMMENDS:' + pn + '-plugins', ' '.join(split_packages)) |
90 | d.appendVar('RRECOMMENDS_' + pn + '-dbg', ' ' + ' '.join(split_dbg_packages)) | 90 | d.appendVar('RRECOMMENDS:' + pn + '-dbg', ' ' + ' '.join(split_dbg_packages)) |
91 | d.appendVar('RRECOMMENDS_' + pn + '-dev', ' ' + ' '.join(split_dev_packages)) | 91 | d.appendVar('RRECOMMENDS:' + pn + '-dev', ' ' + ' '.join(split_dev_packages)) |
92 | d.appendVar('RRECOMMENDS_' + pn + '-staticdev', ' ' + ' '.join(split_staticdev_packages)) | 92 | d.appendVar('RRECOMMENDS:' + pn + '-staticdev', ' ' + ' '.join(split_staticdev_packages)) |
93 | } | 93 | } |
94 | 94 | ||
95 | PACKAGESPLITFUNCS_prepend = "split_strongswan_plugins " | 95 | PACKAGESPLITFUNCS:prepend = "split_strongswan_plugins " |
96 | 96 | ||
97 | # Install some default plugins based on default strongSwan ./configure options | 97 | # Install some default plugins based on default strongSwan ./configure options |
98 | # See https://wiki.strongswan.org/projects/strongswan/wiki/Pluginlist | 98 | # See https://wiki.strongswan.org/projects/strongswan/wiki/Pluginlist |
99 | RDEPENDS_${PN} += "\ | 99 | RDEPENDS:${PN} += "\ |
100 | ${PN}-plugin-aes \ | 100 | ${PN}-plugin-aes \ |
101 | ${PN}-plugin-attr \ | 101 | ${PN}-plugin-attr \ |
102 | ${PN}-plugin-cmac \ | 102 | ${PN}-plugin-cmac \ |
@@ -130,14 +130,14 @@ RDEPENDS_${PN} += "\ | |||
130 | ${PN}-plugin-curve25519 \ | 130 | ${PN}-plugin-curve25519 \ |
131 | " | 131 | " |
132 | 132 | ||
133 | RPROVIDES_${PN} += "${PN}-systemd" | 133 | RPROVIDES:${PN} += "${PN}-systemd" |
134 | RREPLACES_${PN} += "${PN}-systemd" | 134 | RREPLACES:${PN} += "${PN}-systemd" |
135 | RCONFLICTS_${PN} += "${PN}-systemd" | 135 | RCONFLICTS:${PN} += "${PN}-systemd" |
136 | 136 | ||
137 | # The deprecated legacy 'strongswan-starter' service should only be used when charon and | 137 | # The deprecated legacy 'strongswan-starter' service should only be used when charon and |
138 | # stroke are enabled. When swanctl is in use, 'strongswan.service' is needed. | 138 | # stroke are enabled. When swanctl is in use, 'strongswan.service' is needed. |
139 | # See: https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd | 139 | # See: https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd |
140 | SYSTEMD_SERVICE_${PN} = " \ | 140 | SYSTEMD_SERVICE:${PN} = " \ |
141 | ${@bb.utils.contains('PACKAGECONFIG', 'swanctl', '${BPN}.service', '', d)} \ | 141 | ${@bb.utils.contains('PACKAGECONFIG', 'swanctl', '${BPN}.service', '', d)} \ |
142 | ${@bb.utils.contains('PACKAGECONFIG', 'charon', '${BPN}-starter.service', '', d)} \ | 142 | ${@bb.utils.contains('PACKAGECONFIG', 'charon', '${BPN}-starter.service', '', d)} \ |
143 | " | 143 | " |
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.59.bb b/meta-networking/recipes-support/stunnel/stunnel_5.59.bb index e3704ae1d0..9321070bc8 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.59.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.59.bb | |||
@@ -32,5 +32,5 @@ EXTRA_OEMAKE += "DEFAULT_GROUP='nogroup'" | |||
32 | # stunnel3 is a Perl wrapper to allow use of the legacy stunnel 3.x commandline | 32 | # stunnel3 is a Perl wrapper to allow use of the legacy stunnel 3.x commandline |
33 | # syntax with stunnel >= 4.05 | 33 | # syntax with stunnel >= 4.05 |
34 | PACKAGES =+ "stunnel3" | 34 | PACKAGES =+ "stunnel3" |
35 | FILES_stunnel3 = "${bindir}/stunnel3" | 35 | FILES:stunnel3 = "${bindir}/stunnel3" |
36 | RDEPENDS_stunnel3 += "${PN} perl" | 36 | RDEPENDS:stunnel3 += "${PN} perl" |
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.0.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.0.bb index 66510b7fde..97a9027af4 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.0.bb +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453" | |||
6 | 6 | ||
7 | DEPENDS = "libpcap" | 7 | DEPENDS = "libpcap" |
8 | 8 | ||
9 | RDEPENDS_${PN}-ptest += " make perl \ | 9 | RDEPENDS:${PN}-ptest += " make perl \ |
10 | perl-module-file-basename \ | 10 | perl-module-file-basename \ |
11 | perl-module-file-spec \ | 11 | perl-module-file-spec \ |
12 | perl-module-file-spec-unix \ | 12 | perl-module-file-spec-unix \ |
@@ -44,14 +44,14 @@ PACKAGECONFIG[smb] = "--enable-smb,--disable-smb" | |||
44 | 44 | ||
45 | EXTRA_AUTORECONF += "-I m4" | 45 | EXTRA_AUTORECONF += "-I m4" |
46 | 46 | ||
47 | do_configure_prepend() { | 47 | do_configure:prepend() { |
48 | mkdir -p ${S}/m4 | 48 | mkdir -p ${S}/m4 |
49 | if [ -f aclocal.m4 ]; then | 49 | if [ -f aclocal.m4 ]; then |
50 | mv aclocal.m4 ${S}/m4 | 50 | mv aclocal.m4 ${S}/m4 |
51 | fi | 51 | fi |
52 | } | 52 | } |
53 | 53 | ||
54 | do_install_append() { | 54 | do_install:append() { |
55 | # make install installs an unneeded extra copy of the tcpdump binary | 55 | # make install installs an unneeded extra copy of the tcpdump binary |
56 | rm ${D}${bindir}/tcpdump.${PV} | 56 | rm ${D}${bindir}/tcpdump.${PV} |
57 | } | 57 | } |
diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb index 7fb29279ea..f20013b192 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.0.bb | |||
@@ -26,14 +26,14 @@ inherit autotools systemd useradd | |||
26 | 26 | ||
27 | #User specific | 27 | #User specific |
28 | USERADD_PACKAGES = "${PN}" | 28 | USERADD_PACKAGES = "${PN}" |
29 | USERADD_PARAM_${PN} = "--system --home /dev/null \ | 29 | USERADD_PARAM:${PN} = "--system --home /dev/null \ |
30 | --no-user-group --gid nogroup tinyproxy" | 30 | --no-user-group --gid nogroup tinyproxy" |
31 | 31 | ||
32 | SYSTEMD_PACKAGES += "${BPN}" | 32 | SYSTEMD_PACKAGES += "${BPN}" |
33 | SYSTEMD_SERVICE_${PN} = "tinyproxy.service" | 33 | SYSTEMD_SERVICE:${PN} = "tinyproxy.service" |
34 | SYSTEMD_AUTO_ENABLE_${PN} = "enable" | 34 | SYSTEMD_AUTO_ENABLE:${PN} = "enable" |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 37 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
38 | install -d ${D}${systemd_system_unitdir} | 38 | install -d ${D}${systemd_system_unitdir} |
39 | install -m 0644 ${WORKDIR}/tinyproxy.service ${D}${systemd_system_unitdir} | 39 | install -m 0644 ${WORKDIR}/tinyproxy.service ${D}${systemd_system_unitdir} |
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb index 83ad11b0e9..8e03f1bdb9 100644 --- a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb +++ b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb | |||
@@ -22,11 +22,11 @@ inherit autotools update-alternatives pkgconfig | |||
22 | 22 | ||
23 | ALTERNATIVE_PRIORITY = "100" | 23 | ALTERNATIVE_PRIORITY = "100" |
24 | 24 | ||
25 | ALTERNATIVE_${PN} = "ftp" | 25 | ALTERNATIVE:${PN} = "ftp" |
26 | ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp" | 26 | ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp" |
27 | ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp" | 27 | ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp" |
28 | 28 | ||
29 | FILES_${PN} = "${bindir}/tnftp" | 29 | FILES:${PN} = "${bindir}/tnftp" |
30 | 30 | ||
31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e" | 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e" |
32 | SRC_URI[md5sum] = "a49fbe752318d5a7893f900046ea00d5" | 32 | SRC_URI[md5sum] = "a49fbe752318d5a7893f900046ea00d5" |
diff --git a/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb b/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb index c673ed0094..82077db546 100644 --- a/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb +++ b/meta-networking/recipes-support/traceroute/traceroute_2.1.0.bb | |||
@@ -41,5 +41,5 @@ do_install() { | |||
41 | } | 41 | } |
42 | 42 | ||
43 | ALTERNATIVE_PRIORITY = "100" | 43 | ALTERNATIVE_PRIORITY = "100" |
44 | ALTERNATIVE_${PN} = "traceroute" | 44 | ALTERNATIVE:${PN} = "traceroute" |
45 | ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute" | 45 | ALTERNATIVE_LINK_NAME[traceroute] = "${bindir}/traceroute" |
diff --git a/meta-networking/recipes-support/unbound/unbound_1.12.0.bb b/meta-networking/recipes-support/unbound/unbound_1.12.0.bb index 6fc1631714..8ab8b7b84f 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.12.0.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.12.0.bb | |||
@@ -17,7 +17,7 @@ SRCREV="52b04806f4236c37acd10179ab465a54adc7e86a" | |||
17 | inherit autotools pkgconfig systemd update-rc.d | 17 | inherit autotools pkgconfig systemd update-rc.d |
18 | 18 | ||
19 | DEPENDS = "openssl libevent libtool-native bison-native expat" | 19 | DEPENDS = "openssl libevent libtool-native bison-native expat" |
20 | RDEPENDS_${PN} = "bash openssl-bin daemonize" | 20 | RDEPENDS:${PN} = "bash openssl-bin daemonize" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
@@ -32,7 +32,7 @@ PACKAGECONFIG[dnscrypt] = "--enable-dnscrypt, --disable-dnscrypt, libsodium" | |||
32 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," | 32 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," |
33 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 33 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | install -d ${D}${systemd_unitdir}/system | 36 | install -d ${D}${systemd_unitdir}/system |
37 | install -m 0644 ${B}/contrib/unbound.service ${D}${systemd_unitdir}/system | 37 | install -m 0644 ${B}/contrib/unbound.service ${D}${systemd_unitdir}/system |
38 | 38 | ||
@@ -40,7 +40,7 @@ do_install_append() { | |||
40 | install -m 0755 ${S}/contrib/unbound.init ${D}${sysconfdir}/init.d/unbound | 40 | install -m 0755 ${S}/contrib/unbound.init ${D}${sysconfdir}/init.d/unbound |
41 | } | 41 | } |
42 | 42 | ||
43 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | 43 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
44 | 44 | ||
45 | INITSCRIPT_NAME = "unbound" | 45 | INITSCRIPT_NAME = "unbound" |
46 | INITSCRIPT_PARAMS = "defaults" | 46 | INITSCRIPT_PARAMS = "defaults" |
diff --git a/meta-networking/recipes-support/vnstat/vnstat_2.6.bb b/meta-networking/recipes-support/vnstat/vnstat_2.6.bb index ad8802f3a6..a7e008e55e 100644 --- a/meta-networking/recipes-support/vnstat/vnstat_2.6.bb +++ b/meta-networking/recipes-support/vnstat/vnstat_2.6.bb | |||
@@ -13,10 +13,10 @@ inherit autotools pkgconfig systemd | |||
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-extra-paths" | 14 | EXTRA_OECONF = "--disable-extra-paths" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -Dm644 ${S}/examples/systemd/vnstat.service "${D}${systemd_system_unitdir}/vnstat.service" | 17 | install -Dm644 ${S}/examples/systemd/vnstat.service "${D}${systemd_system_unitdir}/vnstat.service" |
18 | } | 18 | } |
19 | 19 | ||
20 | PARALLEL_MAKEINST = "" | 20 | PARALLEL_MAKEINST = "" |
21 | 21 | ||
22 | SYSTEMD_SERVICE_${PN} = "vnstat.service" | 22 | SYSTEMD_SERVICE:${PN} = "vnstat.service" |
diff --git a/meta-networking/recipes-support/wireshark/README b/meta-networking/recipes-support/wireshark/README index 63b5b72631..f5e4d04777 100644 --- a/meta-networking/recipes-support/wireshark/README +++ b/meta-networking/recipes-support/wireshark/README | |||
@@ -14,12 +14,12 @@ Adding the wireshark to your build | |||
14 | ======================================== | 14 | ======================================== |
15 | 15 | ||
16 | via local.conf | 16 | via local.conf |
17 | IMAGE_INSTALL_append = " wireshark" | 17 | IMAGE_INSTALL:append = " wireshark" |
18 | 18 | ||
19 | Adding the wireshark to your graphical build | 19 | Adding the wireshark to your graphical build |
20 | ======================================== | 20 | ======================================== |
21 | via local.conf | 21 | via local.conf |
22 | IMAGE_INSTALL_append = " wireshark" | 22 | IMAGE_INSTALL:append = " wireshark" |
23 | 23 | ||
24 | and one of: | 24 | and one of: |
25 | 25 | ||
diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.4.7.bb b/meta-networking/recipes-support/wireshark/wireshark_3.4.7.bb index 7bc5a8150c..fc360f6691 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_3.4.7.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.4.7.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e271234ba1a13c6e512e76b94ac2f77" | |||
6 | 6 | ||
7 | DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native c-ares" | 7 | DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native c-ares" |
8 | 8 | ||
9 | DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native " | 9 | DEPENDS:append:class-target = " wireshark-native chrpath-replacement-native " |
10 | 10 | ||
11 | SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz" | 11 | SRC_URI = "https://1.eu.dl.wireshark.org/src/all-versions/wireshark-${PV}.tar.xz" |
12 | 12 | ||
@@ -27,7 +27,7 @@ inherit cmake pkgconfig python3native perlnative upstream-version-is-even mime m | |||
27 | 27 | ||
28 | PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" | 28 | PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" |
29 | 29 | ||
30 | PACKAGECONFIG_class-native = "libpcap gnutls ssl libssh" | 30 | PACKAGECONFIG:class-native = "libpcap gnutls ssl libssh" |
31 | 31 | ||
32 | PACKAGECONFIG[libcap] = "-DENABLE_CAP=ON,-DENABLE_CAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON, libcap" | 32 | PACKAGECONFIG[libcap] = "-DENABLE_CAP=ON,-DENABLE_CAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON, libcap" |
33 | PACKAGECONFIG[libpcap] = "-DENABLE_PCAP=ON,-DENABLE_PCAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON , libpcap" | 33 | PACKAGECONFIG[libpcap] = "-DENABLE_PCAP=ON,-DENABLE_PCAP=OFF -DENABLE_PCAP_NG_DEFAULT=ON , libpcap" |
@@ -60,9 +60,9 @@ EXTRA_OECMAKE += "-DENABLE_NETLINK=ON \ | |||
60 | -DM_INCLUDE_DIR=${includedir} \ | 60 | -DM_INCLUDE_DIR=${includedir} \ |
61 | -DM_LIBRARY=${libdir} \ | 61 | -DM_LIBRARY=${libdir} \ |
62 | " | 62 | " |
63 | CFLAGS_append = " -lm" | 63 | CFLAGS:append = " -lm" |
64 | 64 | ||
65 | do_install_append_class-native() { | 65 | do_install:append:class-native() { |
66 | install -d ${D}${bindir} | 66 | install -d ${D}${bindir} |
67 | for f in lemon | 67 | for f in lemon |
68 | do | 68 | do |
@@ -70,7 +70,7 @@ do_install_append_class-native() { | |||
70 | done | 70 | done |
71 | } | 71 | } |
72 | 72 | ||
73 | do_install_append_class-target() { | 73 | do_install:append:class-target() { |
74 | for f in `find ${D}${libdir} ${D}${bindir} -type f -executable` | 74 | for f in `find ${D}${libdir} ${D}${bindir} -type f -executable` |
75 | do | 75 | do |
76 | chrpath --delete $f | 76 | chrpath --delete $f |
@@ -79,10 +79,10 @@ do_install_append_class-target() { | |||
79 | 79 | ||
80 | PACKAGE_BEFORE_PN += "tshark" | 80 | PACKAGE_BEFORE_PN += "tshark" |
81 | 81 | ||
82 | FILES_tshark = "${bindir}/tshark ${mandir}/man1/tshark.*" | 82 | FILES:tshark = "${bindir}/tshark ${mandir}/man1/tshark.*" |
83 | 83 | ||
84 | FILES_${PN} += "${datadir}*" | 84 | FILES:${PN} += "${datadir}*" |
85 | 85 | ||
86 | RDEPENDS_tshark = "wireshark" | 86 | RDEPENDS:tshark = "wireshark" |
87 | 87 | ||
88 | BBCLASSEXTEND = "native" | 88 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/classes/breakpad.bbclass b/meta-oe/classes/breakpad.bbclass index cebe559a7f..96b8f42e97 100644 --- a/meta-oe/classes/breakpad.bbclass +++ b/meta-oe/classes/breakpad.bbclass | |||
@@ -32,5 +32,5 @@ breakpad_package_preprocess () { | |||
32 | 32 | ||
33 | PACKAGES =+ "${PN}-breakpad" | 33 | PACKAGES =+ "${PN}-breakpad" |
34 | 34 | ||
35 | FILES_${PN}-breakpad = "/usr/share/breakpad-syms" | 35 | FILES:${PN}-breakpad = "/usr/share/breakpad-syms" |
36 | 36 | ||
diff --git a/meta-oe/classes/gpe.bbclass b/meta-oe/classes/gpe.bbclass index 9fc136590a..a9b1cd5a90 100644 --- a/meta-oe/classes/gpe.bbclass +++ b/meta-oe/classes/gpe.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | DEPENDS_prepend = "virtual/libintl intltool-native " | 1 | DEPENDS:prepend = "virtual/libintl intltool-native " |
2 | GPE_TARBALL_SUFFIX ?= "gz" | 2 | GPE_TARBALL_SUFFIX ?= "gz" |
3 | SRC_URI = "${GPE_MIRROR}/${BP}.tar.${GPE_TARBALL_SUFFIX}" | 3 | SRC_URI = "${GPE_MIRROR}/${BP}.tar.${GPE_TARBALL_SUFFIX}" |
4 | FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry" | 4 | FILES:${PN} += "${datadir}/gpe ${datadir}/application-registry" |
5 | SECTION ?= "gpe" | 5 | SECTION ?= "gpe" |
6 | 6 | ||
7 | inherit gettext | 7 | inherit gettext |
diff --git a/meta-oe/classes/itstool.bbclass b/meta-oe/classes/itstool.bbclass index 45e3fb839c..962461f205 100644 --- a/meta-oe/classes/itstool.bbclass +++ b/meta-oe/classes/itstool.bbclass | |||
@@ -2,4 +2,4 @@ | |||
2 | 2 | ||
3 | inherit python3native | 3 | inherit python3native |
4 | 4 | ||
5 | DEPENDS_append = " itstool-native" | 5 | DEPENDS:append = " itstool-native" |
diff --git a/meta-oe/classes/socorro-syms.bbclass b/meta-oe/classes/socorro-syms.bbclass index cc435aba1e..b9a5ffc881 100644 --- a/meta-oe/classes/socorro-syms.bbclass +++ b/meta-oe/classes/socorro-syms.bbclass | |||
@@ -16,7 +16,7 @@ inherit breakpad | |||
16 | 16 | ||
17 | PACKAGE_PREPROCESS_FUNCS += "symbol_file_preprocess" | 17 | PACKAGE_PREPROCESS_FUNCS += "symbol_file_preprocess" |
18 | PACKAGES =+ "${PN}-socorro-syms" | 18 | PACKAGES =+ "${PN}-socorro-syms" |
19 | FILES_${PN}-socorro-syms = "/usr/share/socorro-syms" | 19 | FILES:${PN}-socorro-syms = "/usr/share/socorro-syms" |
20 | 20 | ||
21 | 21 | ||
22 | python symbol_file_preprocess() { | 22 | python symbol_file_preprocess() { |
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index d3aeaba3d9..36be38544b 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -101,6 +101,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
101 | source-code-pro-fonts->fontconfig \ | 101 | source-code-pro-fonts->fontconfig \ |
102 | " | 102 | " |
103 | 103 | ||
104 | DEFAULT_TEST_SUITES_pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}" | 104 | DEFAULT_TEST_SUITES:pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}" |
105 | 105 | ||
106 | NON_MULTILIB_RECIPES_append = " crash" | 106 | NON_MULTILIB_RECIPES:append = " crash" |
diff --git a/meta-oe/dynamic-layers/gnome-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend b/meta-oe/dynamic-layers/gnome-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend index dcd88841f9..f15b36184d 100644 --- a/meta-oe/dynamic-layers/gnome-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend +++ b/meta-oe/dynamic-layers/gnome-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | RDEPENDS_packagegroup-meta-oe-graphics +="\ | 1 | RDEPENDS:packagegroup-meta-oe-graphics +="\ |
2 | openbox-xdgmenu \ | 2 | openbox-xdgmenu \ |
3 | " | 3 | " |
diff --git a/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb b/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb index 237154e295..93ef228efe 100644 --- a/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb +++ b/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb | |||
@@ -33,4 +33,4 @@ do_install() { | |||
33 | install -m 0755 openbox-xdgmenu ${D}${bindir} | 33 | install -m 0755 openbox-xdgmenu ${D}${bindir} |
34 | } | 34 | } |
35 | 35 | ||
36 | RDEPENDS_${PN} += "virtual/x-terminal-emulator" | 36 | RDEPENDS:${PN} += "virtual/x-terminal-emulator" |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.3.bb b/meta-oe/dynamic-layers/meta-python/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.3.bb index 949b45ba8e..004c04e007 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.3.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-benchmark/speedtest-cli/speedtest-cli_2.1.3.bb | |||
@@ -11,4 +11,4 @@ SRCREV = "42e96b13dda2afabbcec2622612d13495a415caa" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "python3 python3-setuptools-scm" | 14 | RDEPENDS:${PN} = "python3 python3-setuptools-scm" |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb index b68303241e..d8cf9b9f54 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls." | 1 | DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls." |
2 | DESCRIPTION_append_lirc = " This package contains the lirc daemon, libraries and tools." | 2 | DESCRIPTION:append_lirc = " This package contains the lirc daemon, libraries and tools." |
3 | DESCRIPTION_append_lirc-exec = " This package contains a daemon that runs programs on IR signals." | 3 | DESCRIPTION:append_lirc-exec = " This package contains a daemon that runs programs on IR signals." |
4 | DESCRIPTION_append_lirc-remotes = " This package contains some config files for remotes." | 4 | DESCRIPTION:append_lirc-remotes = " This package contains some config files for remotes." |
5 | DESCRIPTION_append_lirc-nslu2example = " This package contains a working config for RC5 remotes and a modified NSLU2." | 5 | DESCRIPTION:append_lirc-nslu2example = " This package contains a working config for RC5 remotes and a modified NSLU2." |
6 | HOMEPAGE = "http://www.lirc.org" | 6 | HOMEPAGE = "http://www.lirc.org" |
7 | SECTION = "console/network" | 7 | SECTION = "console/network" |
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
@@ -24,10 +24,10 @@ SRC_URI[md5sum] = "86c3f8e4efaba10571addb8313d1e040" | |||
24 | SRC_URI[sha256sum] = "8b753c60df2a7f5dcda2db72c38e448ca300c3b4f6000c1501fcb0bd5df414f2" | 24 | SRC_URI[sha256sum] = "8b753c60df2a7f5dcda2db72c38e448ca300c3b4f6000c1501fcb0bd5df414f2" |
25 | 25 | ||
26 | SYSTEMD_PACKAGES = "lirc lirc-exec" | 26 | SYSTEMD_PACKAGES = "lirc lirc-exec" |
27 | SYSTEMD_SERVICE_${PN} = "lircd.service lircmd.service lircd-setup.service lircd-uinput.service" | 27 | SYSTEMD_SERVICE:${PN} = "lircd.service lircmd.service lircd-setup.service lircd-uinput.service" |
28 | SYSTEMD_SERVICE_${PN}-exec = "irexec.service" | 28 | SYSTEMD_SERVICE:${PN}-exec = "irexec.service" |
29 | SYSTEMD_AUTO_ENABLE_lirc = "enable" | 29 | SYSTEMD_AUTO_ENABLE:lirc = "enable" |
30 | SYSTEMD_AUTO_ENABLE_lirc-exec = "enable" | 30 | SYSTEMD_AUTO_ENABLE:lirc-exec = "enable" |
31 | 31 | ||
32 | inherit autotools pkgconfig systemd python3native distutils-common-base | 32 | inherit autotools pkgconfig systemd python3native distutils-common-base |
33 | 33 | ||
@@ -43,12 +43,12 @@ CACHED_CONFIGUREVARS = "HAVE_WORKING_POLL=yes" | |||
43 | #EXTRA_OEMAKE = 'SUBDIRS="lib daemons tools"' | 43 | #EXTRA_OEMAKE = 'SUBDIRS="lib daemons tools"' |
44 | 44 | ||
45 | # Ensure python-pkg/VERSION exists | 45 | # Ensure python-pkg/VERSION exists |
46 | do_configure_append() { | 46 | do_configure:append() { |
47 | cp ${S}/VERSION ${S}/python-pkg/ | 47 | cp ${S}/VERSION ${S}/python-pkg/ |
48 | } | 48 | } |
49 | 49 | ||
50 | # Create PYTHON_TARBALL which LIRC needs for install-nodist_pkgdataDATA | 50 | # Create PYTHON_TARBALL which LIRC needs for install-nodist_pkgdataDATA |
51 | do_install_prepend() { | 51 | do_install:prepend() { |
52 | rm -rf ${WORKDIR}/${PN}-${PV}/python-pkg/dist/ | 52 | rm -rf ${WORKDIR}/${PN}-${PV}/python-pkg/dist/ |
53 | mkdir ${WORKDIR}/${PN}-${PV}/python-pkg/dist/ | 53 | mkdir ${WORKDIR}/${PN}-${PV}/python-pkg/dist/ |
54 | tar --exclude='${WORKDIR}/${PN}-${PV}/python-pkg/*' -czf ${WORKDIR}/${PN}-${PV}/python-pkg/dist/${PN}-${PV}.tar.gz ${S} | 54 | tar --exclude='${WORKDIR}/${PN}-${PV}/python-pkg/*' -czf ${WORKDIR}/${PN}-${PV}/python-pkg/dist/${PN}-${PV}.tar.gz ${S} |
@@ -57,7 +57,7 @@ do_install_prepend() { | |||
57 | # In code, path to python is a variable that is replaced with path to native version of it | 57 | # In code, path to python is a variable that is replaced with path to native version of it |
58 | # during the configure stage, e.g ../recipe-sysroot-native/usr/bin/python3-native/python3. | 58 | # during the configure stage, e.g ../recipe-sysroot-native/usr/bin/python3-native/python3. |
59 | # Replace it with #!/usr/bin/env python3 | 59 | # Replace it with #!/usr/bin/env python3 |
60 | do_install_append() { | 60 | do_install:append() { |
61 | sed -i '1c#!/usr/bin/env python3' ${D}${bindir}/lirc-setup \ | 61 | sed -i '1c#!/usr/bin/env python3' ${D}${bindir}/lirc-setup \ |
62 | ${D}${PYTHON_SITEPACKAGES_DIR}/lirc-setup/lirc-setup \ | 62 | ${D}${PYTHON_SITEPACKAGES_DIR}/lirc-setup/lirc-setup \ |
63 | ${D}${bindir}/irtext2udp \ | 63 | ${D}${bindir}/irtext2udp \ |
@@ -82,28 +82,28 @@ do_install_append() { | |||
82 | 82 | ||
83 | PACKAGES =+ "${PN}-contrib ${PN}-exec ${PN}-plugins ${PN}-python" | 83 | PACKAGES =+ "${PN}-contrib ${PN}-exec ${PN}-plugins ${PN}-python" |
84 | 84 | ||
85 | RDEPENDS_${PN} = "bash python3" | 85 | RDEPENDS:${PN} = "bash python3" |
86 | RDEPENDS_${PN}-exec = "${PN}" | 86 | RDEPENDS:${PN}-exec = "${PN}" |
87 | RDEPENDS_${PN}-python = "python3-shell python3-pyyaml python3-datetime python3-netclient python3-stringold" | 87 | RDEPENDS:${PN}-python = "python3-shell python3-pyyaml python3-datetime python3-netclient python3-stringold" |
88 | 88 | ||
89 | RRECOMMENDS_${PN} = "${PN}-exec ${PN}-plugins" | 89 | RRECOMMENDS:${PN} = "${PN}-exec ${PN}-plugins" |
90 | 90 | ||
91 | FILES_${PN}-plugins = "${libdir}/lirc/plugins/*.so ${datadir}/lirc/configs" | 91 | FILES:${PN}-plugins = "${libdir}/lirc/plugins/*.so ${datadir}/lirc/configs" |
92 | FILES_${PN}-contrib = "${datadir}/lirc/contrib" | 92 | FILES:${PN}-contrib = "${datadir}/lirc/contrib" |
93 | FILES_${PN}-exec = "${bindir}/irexec ${sysconfdir}/lircexec ${systemd_unitdir}/system/irexec.service" | 93 | FILES:${PN}-exec = "${bindir}/irexec ${sysconfdir}/lircexec ${systemd_unitdir}/system/irexec.service" |
94 | FILES_${PN} += "${systemd_unitdir}/system/lircexec.init" | 94 | FILES:${PN} += "${systemd_unitdir}/system/lircexec.init" |
95 | FILES_${PN} += "${systemd_unitdir}/system/lircd.service" | 95 | FILES:${PN} += "${systemd_unitdir}/system/lircd.service" |
96 | FILES_${PN} += "${systemd_unitdir}/system/lircd.socket" | 96 | FILES:${PN} += "${systemd_unitdir}/system/lircd.socket" |
97 | FILES_${PN} += "${libdir}/tmpfiles.d/lirc.conf" | 97 | FILES:${PN} += "${libdir}/tmpfiles.d/lirc.conf" |
98 | FILES_${PN}-dbg += "${libdir}/lirc/plugins/.debug" | 98 | FILES:${PN}-dbg += "${libdir}/lirc/plugins/.debug" |
99 | FILES_${PN}-python += "${bindir}/irdb-get ${bindir}/irtext2udp ${bindir}/lircd-setup ${bindir}/pronto2lirc ${libdir}/python*/site-packages" | 99 | FILES:${PN}-python += "${bindir}/irdb-get ${bindir}/irtext2udp ${bindir}/lircd-setup ${bindir}/pronto2lirc ${libdir}/python*/site-packages" |
100 | 100 | ||
101 | INITSCRIPT_PACKAGES = "lirc lirc-exec" | 101 | INITSCRIPT_PACKAGES = "lirc lirc-exec" |
102 | INITSCRIPT_NAME_lirc-exec = "lircexec" | 102 | INITSCRIPT_NAME:lirc-exec = "lircexec" |
103 | INITSCRIPT_PARAMS_lirc-exec = "defaults 21" | 103 | INITSCRIPT_PARAMS:lirc-exec = "defaults 21" |
104 | 104 | ||
105 | # this is for distributions that don't use udev | 105 | # this is for distributions that don't use udev |
106 | pkg_postinst_${PN}_append() { | 106 | pkg_postinst:${PN}:append() { |
107 | if [ ! -c $D/dev/lirc -a ! -f /sbin/udevd ]; then mknod $D/dev/lirc c 61 0; fi | 107 | if [ ! -c $D/dev/lirc -a ! -f /sbin/udevd ]; then mknod $D/dev/lirc c 61 0; fi |
108 | } | 108 | } |
109 | 109 | ||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb index 2f0ef16c80..3c89c377a7 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb | |||
@@ -14,7 +14,7 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | PYPI_PACKAGE = "thingsboard-gateway" | 15 | PYPI_PACKAGE = "thingsboard-gateway" |
16 | 16 | ||
17 | RDEPENDS_${PN} += " python3-jsonpath-rw \ | 17 | RDEPENDS:${PN} += " python3-jsonpath-rw \ |
18 | python3-regex \ | 18 | python3-regex \ |
19 | python3-paho-mqtt \ | 19 | python3-paho-mqtt \ |
20 | python3-pyyaml \ | 20 | python3-pyyaml \ |
@@ -45,14 +45,14 @@ SRC_URI += "file://bacnet.json \ | |||
45 | inherit systemd | 45 | inherit systemd |
46 | 46 | ||
47 | SYSTEMD_PACKAGES = "${PN}" | 47 | SYSTEMD_PACKAGES = "${PN}" |
48 | SYSTEMD_SERVICE_${PN} = "thingsboard-gateway.service" | 48 | SYSTEMD_SERVICE:${PN} = "thingsboard-gateway.service" |
49 | 49 | ||
50 | FILES_${PN} += "/etc \ | 50 | FILES:${PN} += "/etc \ |
51 | /lib \ | 51 | /lib \ |
52 | /usr \ | 52 | /usr \ |
53 | " | 53 | " |
54 | 54 | ||
55 | do_install_append(){ | 55 | do_install:append(){ |
56 | 56 | ||
57 | install -d ${D}${sysconfdir}/thingsboard-gateway/config | 57 | install -d ${D}${sysconfdir}/thingsboard-gateway/config |
58 | 58 | ||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-meta-oe.bbappend b/meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-meta-oe.bbappend index 50da5e5d0d..09f3e34f4c 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-meta-oe.bbappend +++ b/meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-meta-oe.bbappend | |||
@@ -1,20 +1,20 @@ | |||
1 | RDEPENDS_packagegroup-meta-oe-devtools += "\ | 1 | RDEPENDS:packagegroup-meta-oe-devtools += "\ |
2 | python3-distutils-extra \ | 2 | python3-distutils-extra \ |
3 | rwmem \ | 3 | rwmem \ |
4 | speedtest-cli \ | 4 | speedtest-cli \ |
5 | mongodb \ | 5 | mongodb \ |
6 | " | 6 | " |
7 | 7 | ||
8 | RDEPENDS_packagegroup-meta-oe-connectivity += "\ | 8 | RDEPENDS:packagegroup-meta-oe-connectivity += "\ |
9 | lirc \ | 9 | lirc \ |
10 | " | 10 | " |
11 | 11 | ||
12 | RDEPENDS_packagegroup-meta-oe-extended += "\ | 12 | RDEPENDS:packagegroup-meta-oe-extended += "\ |
13 | lcdproc \ | 13 | lcdproc \ |
14 | mozjs \ | 14 | mozjs \ |
15 | " | 15 | " |
16 | RDEPENDS_packagegroup-meta-oe-support += "\ | 16 | RDEPENDS:packagegroup-meta-oe-support += "\ |
17 | smem \ | 17 | smem \ |
18 | " | 18 | " |
19 | RDEPENDS_packagegroup-meta-oe-extended_remove_libc-musl = "lcdproc" | 19 | RDEPENDS:packagegroup-meta-oe-extended:remove:libc-musl = "lcdproc" |
20 | 20 | ||
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index 9d461078ae..eff014a4cb 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | |||
@@ -33,13 +33,13 @@ SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4 \ | |||
33 | file://0001-Use-explicit-typecast-to-size_t.patch \ | 33 | file://0001-Use-explicit-typecast-to-size_t.patch \ |
34 | file://PTHREAD_STACK_MIN.patch \ | 34 | file://PTHREAD_STACK_MIN.patch \ |
35 | " | 35 | " |
36 | SRC_URI_append_libc-musl ="\ | 36 | SRC_URI:append:libc-musl ="\ |
37 | file://0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch \ | 37 | file://0001-Mark-one-of-strerror_r-implementation-glibc-specific.patch \ |
38 | file://0002-Fix-default-stack-size-to-256K.patch \ | 38 | file://0002-Fix-default-stack-size-to-256K.patch \ |
39 | file://0004-wiredtiger-Disable-strtouq-on-musl.patch \ | 39 | file://0004-wiredtiger-Disable-strtouq-on-musl.patch \ |
40 | " | 40 | " |
41 | 41 | ||
42 | SRC_URI_append_toolchain-clang = "\ | 42 | SRC_URI:append:toolchain-clang = "\ |
43 | file://0001-asio-Dont-use-experimental-with-clang.patch \ | 43 | file://0001-asio-Dont-use-experimental-with-clang.patch \ |
44 | " | 44 | " |
45 | 45 | ||
@@ -51,20 +51,20 @@ COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux' | |||
51 | PACKAGECONFIG ??= "tcmalloc system-pcre" | 51 | PACKAGECONFIG ??= "tcmalloc system-pcre" |
52 | # gperftools compilation fails for arm below v7 because of missing support of | 52 | # gperftools compilation fails for arm below v7 because of missing support of |
53 | # dmb operation. So we use system-allocator instead of tcmalloc | 53 | # dmb operation. So we use system-allocator instead of tcmalloc |
54 | PACKAGECONFIG_remove_armv6 = "tcmalloc" | 54 | PACKAGECONFIG:remove:armv6 = "tcmalloc" |
55 | PACKAGECONFIG_remove_libc-musl = "tcmalloc" | 55 | PACKAGECONFIG:remove:libc-musl = "tcmalloc" |
56 | PACKAGECONFIG_remove_riscv64 = "tcmalloc" | 56 | PACKAGECONFIG:remove:riscv64 = "tcmalloc" |
57 | PACKAGECONFIG_remove_riscv32 = "tcmalloc" | 57 | PACKAGECONFIG:remove:riscv32 = "tcmalloc" |
58 | 58 | ||
59 | PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools," | 59 | PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools," |
60 | PACKAGECONFIG[shell] = ",--js-engine=none,," | 60 | PACKAGECONFIG[shell] = ",--js-engine=none,," |
61 | PACKAGECONFIG[system-pcre] = "--use-system-pcre,,libpcre," | 61 | PACKAGECONFIG[system-pcre] = "--use-system-pcre,,libpcre," |
62 | 62 | ||
63 | MONGO_ARCH ?= "${HOST_ARCH}" | 63 | MONGO_ARCH ?= "${HOST_ARCH}" |
64 | MONGO_ARCH_powerpc64le = "ppc64le" | 64 | MONGO_ARCH:powerpc64le = "ppc64le" |
65 | WIREDTIGER ?= "off" | 65 | WIREDTIGER ?= "off" |
66 | WIREDTIGER_x86-64 = "on" | 66 | WIREDTIGER:x86-64 = "on" |
67 | WIREDTIGER_aarch64 = "on" | 67 | WIREDTIGER:aarch64 = "on" |
68 | 68 | ||
69 | EXTRA_OESCONS = "PREFIX=${prefix} \ | 69 | EXTRA_OESCONS = "PREFIX=${prefix} \ |
70 | DESTDIR=${D} \ | 70 | DESTDIR=${D} \ |
@@ -85,7 +85,7 @@ EXTRA_OESCONS = "PREFIX=${prefix} \ | |||
85 | 85 | ||
86 | 86 | ||
87 | USERADD_PACKAGES = "${PN}" | 87 | USERADD_PACKAGES = "${PN}" |
88 | USERADD_PARAM_${PN} = "--system --no-create-home --home-dir /var/run/${BPN} --shell /bin/false --user-group ${BPN}" | 88 | USERADD_PARAM:${PN} = "--system --no-create-home --home-dir /var/run/${BPN} --shell /bin/false --user-group ${BPN}" |
89 | 89 | ||
90 | 90 | ||
91 | scons_do_compile() { | 91 | scons_do_compile() { |
@@ -123,6 +123,6 @@ scons_do_install() { | |||
123 | chown ${PN}:${PN} ${D}${localstatedir}/log/${BPN} | 123 | chown ${PN}:${PN} ${D}${localstatedir}/log/${BPN} |
124 | } | 124 | } |
125 | 125 | ||
126 | CONFFILES_${PN} = "${sysconfdir}/mongod.conf" | 126 | CONFFILES:${PN} = "${sysconfdir}/mongod.conf" |
127 | 127 | ||
128 | SYSTEMD_SERVICE_${PN} = "mongod.service" | 128 | SYSTEMD_SERVICE:${PN} = "mongod.service" |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.5.bb b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.5.bb index b2f8db9c0c..6ccefd22e5 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.5.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb_0.4.5.bb | |||
@@ -11,16 +11,16 @@ S = "${WORKDIR}/git" | |||
11 | 11 | ||
12 | inherit cmake python3native | 12 | inherit cmake python3native |
13 | 13 | ||
14 | do_install_append() { | 14 | do_install:append() { |
15 | install -Dm 0755 ${S}/generator/nanopb_generator.py ${D}${bindir}/nanopb_generator.py | 15 | install -Dm 0755 ${S}/generator/nanopb_generator.py ${D}${bindir}/nanopb_generator.py |
16 | install -Dm 0755 ${S}/generator/protoc-gen-nanopb ${D}${bindir}/protoc-gen-nanopb | 16 | install -Dm 0755 ${S}/generator/protoc-gen-nanopb ${D}${bindir}/protoc-gen-nanopb |
17 | install -Dm 0755 ${S}/generator/proto/__init__.py ${D}${PYTHON_SITEPACKAGES_DIR}/proto/__init__.py | 17 | install -Dm 0755 ${S}/generator/proto/__init__.py ${D}${PYTHON_SITEPACKAGES_DIR}/proto/__init__.py |
18 | } | 18 | } |
19 | 19 | ||
20 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 20 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" |
21 | FILES_${PN}-dev += "${libdir}/cmake/${BPN}" | 21 | FILES:${PN}-dev += "${libdir}/cmake/${BPN}" |
22 | 22 | ||
23 | RDEPENDS_${PN} += "\ | 23 | RDEPENDS:${PN} += "\ |
24 | ${PYTHON_PN}-protobuf \ | 24 | ${PYTHON_PN}-protobuf \ |
25 | protobuf-compiler \ | 25 | protobuf-compiler \ |
26 | " | 26 | " |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb index 35585d0690..4442793097 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb | |||
@@ -24,9 +24,9 @@ inherit autotools pkgconfig update-rc.d | |||
24 | 24 | ||
25 | LCD_DRIVERS ?= "all,!irman,!svga${SERIALVFD}" | 25 | LCD_DRIVERS ?= "all,!irman,!svga${SERIALVFD}" |
26 | SERIALVFD ?= "" | 26 | SERIALVFD ?= "" |
27 | SERIALVFD_libc-musl = ",!serialVFD" | 27 | SERIALVFD:libc-musl = ",!serialVFD" |
28 | SERIALVFD_libc-musl_x86 = "" | 28 | SERIALVFD:libc-musl:x86 = "" |
29 | SERIALVFD_libc-musl_x86-64 = "" | 29 | SERIALVFD:libc-musl:x86-64 = "" |
30 | 30 | ||
31 | LCD_DEFAULT_DRIVER ?= "curses" | 31 | LCD_DEFAULT_DRIVER ?= "curses" |
32 | 32 | ||
@@ -37,7 +37,7 @@ PACKAGECONFIG[g15] = ",,libg15 g15daemon libg15render," | |||
37 | PACKAGECONFIG[hid] = "--enable-libhid,--disable-libhid,libhid" | 37 | PACKAGECONFIG[hid] = "--enable-libhid,--disable-libhid,libhid" |
38 | PACKAGECONFIG[png] = "--enable-libpng,--disable-libpng,libpng" | 38 | PACKAGECONFIG[png] = "--enable-libpng,--disable-libpng,libpng" |
39 | 39 | ||
40 | LCD_DRIVERS_append = "${@bb.utils.contains('PACKAGECONFIG', 'g15', '', ',!g15', d)}" | 40 | LCD_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'g15', '', ',!g15', d)}" |
41 | 41 | ||
42 | EXTRA_OECONF = "--enable-drivers='${LCD_DRIVERS}'" | 42 | EXTRA_OECONF = "--enable-drivers='${LCD_DRIVERS}'" |
43 | 43 | ||
@@ -74,31 +74,31 @@ do_install () { | |||
74 | 74 | ||
75 | PACKAGES =+ "lcdd lcdvc" | 75 | PACKAGES =+ "lcdd lcdvc" |
76 | 76 | ||
77 | RRECOMMENDS_${PN} = "lcdd" | 77 | RRECOMMENDS:${PN} = "lcdd" |
78 | 78 | ||
79 | FILES_lcdd = "${sysconfdir}/LCDd.conf \ | 79 | FILES:lcdd = "${sysconfdir}/LCDd.conf \ |
80 | ${sbindir}/LCDd \ | 80 | ${sbindir}/LCDd \ |
81 | ${sysconfdir}/init.d/lcdd" | 81 | ${sysconfdir}/init.d/lcdd" |
82 | 82 | ||
83 | CONFFILES_lcdd = "${sysconfdir}/LCDd.conf" | 83 | CONFFILES:lcdd = "${sysconfdir}/LCDd.conf" |
84 | CONFFILES_${PN} = "${sysconfdir}/lcdproc.conf" | 84 | CONFFILES:${PN} = "${sysconfdir}/lcdproc.conf" |
85 | CONFFILES_lcdvc = "${sysconfdir}/lcdvc.conf" | 85 | CONFFILES:lcdvc = "${sysconfdir}/lcdvc.conf" |
86 | FILES_lcdvc = "${sysconfdir}/lcdvc.conf ${sbindir}/lcdvc" | 86 | FILES:lcdvc = "${sysconfdir}/lcdvc.conf ${sbindir}/lcdvc" |
87 | 87 | ||
88 | # Driver packages | 88 | # Driver packages |
89 | 89 | ||
90 | # USB / no USB trickery | 90 | # USB / no USB trickery |
91 | 91 | ||
92 | RCONFLICTS_lcdd-driver-hd47780nousb = "lcdd-driver-hd44780" | 92 | RCONFLICTS:lcdd-driver-hd47780nousb = "lcdd-driver-hd44780" |
93 | RCONFLICTS_lcdd-driver-hd47780 = "lcdd-driver-hd44780nousb" | 93 | RCONFLICTS:lcdd-driver-hd47780 = "lcdd-driver-hd44780nousb" |
94 | 94 | ||
95 | INITSCRIPT_PACKAGES = "lcdd lcdproc" | 95 | INITSCRIPT_PACKAGES = "lcdd lcdproc" |
96 | INITSCRIPT_NAME_lcdd = "lcdd" | 96 | INITSCRIPT_NAME:lcdd = "lcdd" |
97 | INITSCRIPT_NAME_lcdproc = "lcdproc" | 97 | INITSCRIPT_NAME:lcdproc = "lcdproc" |
98 | INITSCRIPT_PARAMS_lcdd = "defaults 70 21" | 98 | INITSCRIPT_PARAMS:lcdd = "defaults 70 21" |
99 | INITSCRIPT_PARAMS_lcdproc = "defaults 71 20" | 99 | INITSCRIPT_PARAMS:lcdproc = "defaults 71 20" |
100 | 100 | ||
101 | python populate_packages_prepend() { | 101 | python populate_packages:prepend() { |
102 | plugindir = d.expand('${libdir}/lcdproc') | 102 | plugindir = d.expand('${libdir}/lcdproc') |
103 | do_split_packages(d, plugindir, '(.*)\.so$', 'lcdd-driver-%s', 'LCDd driver for %s', prepend=True) | 103 | do_split_packages(d, plugindir, '(.*)\.so$', 'lcdd-driver-%s', 'LCDd driver for %s', prepend=True) |
104 | } | 104 | } |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb index 7367c30a5e..1747e6b293 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb | |||
@@ -20,11 +20,11 @@ SRC_URI = " \ | |||
20 | file://0013-riscv-Disable-atomic-operations.patch \ | 20 | file://0013-riscv-Disable-atomic-operations.patch \ |
21 | file://0014-remove-JS_VOLATIME_ARM.patch \ | 21 | file://0014-remove-JS_VOLATIME_ARM.patch \ |
22 | " | 22 | " |
23 | SRC_URI_append_libc-musl = " \ | 23 | SRC_URI:append:libc-musl = " \ |
24 | file://musl/0001-support-musl.patch \ | 24 | file://musl/0001-support-musl.patch \ |
25 | file://musl/0002-js-Fix-build-with-musl.patch \ | 25 | file://musl/0002-js-Fix-build-with-musl.patch \ |
26 | " | 26 | " |
27 | SRC_URI_append_mipsarchn32 = " \ | 27 | SRC_URI:append:mipsarchn32 = " \ |
28 | file://mipsarchn32/0001-fix-compiling-failure-on-mips64-n32-bsp.patch \ | 28 | file://mipsarchn32/0001-fix-compiling-failure-on-mips64-n32-bsp.patch \ |
29 | " | 29 | " |
30 | SRC_URI[md5sum] = "69a0be9ce695e5dc4941ed0c78ef00c2" | 30 | SRC_URI[md5sum] = "69a0be9ce695e5dc4941ed0c78ef00c2" |
@@ -35,7 +35,7 @@ S = "${WORKDIR}/firefox-${@d.getVar("PV").replace("esr", "")}" | |||
35 | inherit autotools pkgconfig perlnative python3native | 35 | inherit autotools pkgconfig perlnative python3native |
36 | 36 | ||
37 | inherit features_check | 37 | inherit features_check |
38 | CONFLICT_DISTRO_FEATURES_mipsarchn32 = "ld-is-gold" | 38 | CONFLICT_DISTRO_FEATURES:mipsarchn32 = "ld-is-gold" |
39 | 39 | ||
40 | DEPENDS += " \ | 40 | DEPENDS += " \ |
41 | nspr zlib autoconf-2.13-native \ | 41 | nspr zlib autoconf-2.13-native \ |
@@ -62,18 +62,18 @@ EXTRA_OECONF = " \ | |||
62 | " | 62 | " |
63 | 63 | ||
64 | # Without this, JS_Init() will fail for mips64. | 64 | # Without this, JS_Init() will fail for mips64. |
65 | EXTRA_OECONF_append_mipsarch = " --with-intl-api=build" | 65 | EXTRA_OECONF:append:mipsarch = " --with-intl-api=build" |
66 | EXTRA_OECONF_append_powerpc = " --with-intl-api=build" | 66 | EXTRA_OECONF:append:powerpc = " --with-intl-api=build" |
67 | 67 | ||
68 | EXTRA_OECONF_append_mipsarch = " --disable-ion" | 68 | EXTRA_OECONF:append:mipsarch = " --disable-ion" |
69 | EXTRA_OECONF_append_riscv64 = " --disable-ion" | 69 | EXTRA_OECONF:append:riscv64 = " --disable-ion" |
70 | EXTRA_OECONF_append_riscv32 = " --disable-ion" | 70 | EXTRA_OECONF:append:riscv32 = " --disable-ion" |
71 | 71 | ||
72 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 72 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
73 | PACKAGECONFIG[x11] = "--x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--x-includes=no --x-libraries=no,virtual/libx11" | 73 | PACKAGECONFIG[x11] = "--x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--x-includes=no --x-libraries=no,virtual/libx11" |
74 | 74 | ||
75 | EXTRA_OEMAKE_task-compile += "BUILD_OPT=1 OS_LDFLAGS='-Wl,-latomic ${LDFLAGS}'" | 75 | EXTRA_OEMAKE:task-compile += "BUILD_OPT=1 OS_LDFLAGS='-Wl,-latomic ${LDFLAGS}'" |
76 | EXTRA_OEMAKE_task-install += "STATIC_LIBRARY_NAME=js_static" | 76 | EXTRA_OEMAKE:task-install += "STATIC_LIBRARY_NAME=js_static" |
77 | 77 | ||
78 | export HOST_CC = "${BUILD_CC}" | 78 | export HOST_CC = "${BUILD_CC}" |
79 | export HOST_CXX = "${BUILD_CXX}" | 79 | export HOST_CXX = "${BUILD_CXX}" |
@@ -110,12 +110,12 @@ do_configure() { | |||
110 | touch ${B}/config.status | 110 | touch ${B}/config.status |
111 | } | 111 | } |
112 | 112 | ||
113 | do_compile_prepend() { | 113 | do_compile:prepend() { |
114 | export SHELL="/bin/sh" | 114 | export SHELL="/bin/sh" |
115 | export PYTHONPATH=`cat ${B}/PYTHONPATH` | 115 | export PYTHONPATH=`cat ${B}/PYTHONPATH` |
116 | } | 116 | } |
117 | 117 | ||
118 | do_install_prepend() { | 118 | do_install:prepend() { |
119 | export SHELL="/bin/sh" | 119 | export SHELL="/bin/sh" |
120 | export PYTHONPATH=`cat ${B}/PYTHONPATH` | 120 | export PYTHONPATH=`cat ${B}/PYTHONPATH` |
121 | } | 121 | } |
@@ -124,15 +124,15 @@ inherit multilib_script multilib_header | |||
124 | 124 | ||
125 | MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js60-config" | 125 | MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js60-config" |
126 | 126 | ||
127 | do_install_append() { | 127 | do_install:append() { |
128 | oe_multilib_header mozjs-60/js-config.h | 128 | oe_multilib_header mozjs-60/js-config.h |
129 | sed -e 's@${STAGING_DIR_HOST}@@g' \ | 129 | sed -e 's@${STAGING_DIR_HOST}@@g' \ |
130 | -i ${D}${bindir}/js60-config | 130 | -i ${D}${bindir}/js60-config |
131 | } | 131 | } |
132 | 132 | ||
133 | PACKAGES =+ "lib${BPN}" | 133 | PACKAGES =+ "lib${BPN}" |
134 | FILES_lib${BPN} += "${libdir}/lib*.so" | 134 | FILES:lib${BPN} += "${libdir}/lib*.so" |
135 | FILES_${PN}-dev += "${bindir}/js60-config" | 135 | FILES:${PN}-dev += "${bindir}/js60-config" |
136 | 136 | ||
137 | # Fails to build with thumb-1 (qemuarm) | 137 | # Fails to build with thumb-1 (qemuarm) |
138 | #| {standard input}: Assembler messages: | 138 | #| {standard input}: Assembler messages: |
@@ -141,7 +141,7 @@ FILES_${PN}-dev += "${bindir}/js60-config" | |||
141 | #| {standard input}:2174: Error: unshifted register required -- `orr r1,r1,#(1<<20)' | 141 | #| {standard input}:2174: Error: unshifted register required -- `orr r1,r1,#(1<<20)' |
142 | #| {standard input}:2176: Error: instruction not supported in Thumb16 mode -- `subs r2,r2,#0x300' | 142 | #| {standard input}:2176: Error: instruction not supported in Thumb16 mode -- `subs r2,r2,#0x300' |
143 | #| {standard input}:2178: Error: instruction not supported in Thumb16 mode -- `subs r5,r2,#52' | 143 | #| {standard input}:2178: Error: instruction not supported in Thumb16 mode -- `subs r5,r2,#52' |
144 | ARM_INSTRUCTION_SET_armv5 = "arm" | 144 | ARM_INSTRUCTION_SET:armv5 = "arm" |
145 | ARM_INSTRUCTION_SET_armv4 = "arm" | 145 | ARM_INSTRUCTION_SET:armv4 = "arm" |
146 | 146 | ||
147 | DISABLE_STATIC = "" | 147 | DISABLE_STATIC = "" |
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb b/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb index 90db9c3f3e..544c15421b 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb | |||
@@ -33,11 +33,11 @@ do_install() { | |||
33 | install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/ | 33 | install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/ |
34 | } | 34 | } |
35 | 35 | ||
36 | RDEPENDS_${PN} = "python3-core python3-compression" | 36 | RDEPENDS:${PN} = "python3-core python3-compression" |
37 | RRECOMMENDS_${PN} = "python3-matplotlib python3-numpy" | 37 | RRECOMMENDS:${PN} = "python3-matplotlib python3-numpy" |
38 | 38 | ||
39 | PACKAGE_BEFORE_PN = "smemcap" | 39 | PACKAGE_BEFORE_PN = "smemcap" |
40 | 40 | ||
41 | FILES_smemcap = "${bindir}/smemcap" | 41 | FILES:smemcap = "${bindir}/smemcap" |
42 | 42 | ||
43 | BBCLASSEXTEND = "native" | 43 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/dynamic-layers/networking-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend b/meta-oe/dynamic-layers/networking-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend index 09c478eb10..359067cda3 100644 --- a/meta-oe/dynamic-layers/networking-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend +++ b/meta-oe/dynamic-layers/networking-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | RDEPENDS_packagegroup-meta-oe-devtools += "\ | 1 | RDEPENDS:packagegroup-meta-oe-devtools += "\ |
2 | valijson \ | 2 | valijson \ |
3 | " | 3 | " |
4 | 4 | ||
5 | RDEPENDS_packagegroup-meta-oe-support_append_x86 = "${@bb.utils.contains('BBFILE_COLLECTIONS', 'filesystems-layer', ' open-vm-tools', '', d)}" | 5 | RDEPENDS:packagegroup-meta-oe-support:append:x86 = "${@bb.utils.contains('BBFILE_COLLECTIONS', 'filesystems-layer', ' open-vm-tools', '', d)}" |
6 | RDEPENDS_packagegroup-meta-oe-support_append_x86-64 = "${@bb.utils.contains('BBFILE_COLLECTIONS', 'filesystems-layer', ' open-vm-tools', '', d)}" | 6 | RDEPENDS:packagegroup-meta-oe-support:append:x86-64 = "${@bb.utils.contains('BBFILE_COLLECTIONS', 'filesystems-layer', ' open-vm-tools', '', d)}" |
diff --git a/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.4.bb b/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.4.bb index 63930b960c..a9302616b7 100644 --- a/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.4.bb +++ b/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.4.bb | |||
@@ -15,7 +15,7 @@ EXTRA_OECMAKE = "-DINSTALL_HEADERS=1 -DBUILD_TESTS=0" | |||
15 | DEPENDS = "curlpp" | 15 | DEPENDS = "curlpp" |
16 | 16 | ||
17 | # valijson is a header only C++ library, so the main package will be empty. | 17 | # valijson is a header only C++ library, so the main package will be empty. |
18 | RDEPENDS_${PN}-dev = "" | 18 | RDEPENDS:${PN}-dev = "" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||
diff --git a/meta-oe/dynamic-layers/perl-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend b/meta-oe/dynamic-layers/perl-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend index 2aee5975d7..8cb8d22a2d 100644 --- a/meta-oe/dynamic-layers/perl-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend +++ b/meta-oe/dynamic-layers/perl-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend | |||
@@ -1 +1 @@ | |||
RDEPENDS_packagegroup-meta-oe-support += "debsums rasdaemon" | RDEPENDS:packagegroup-meta-oe-support += "debsums rasdaemon" | ||
diff --git a/meta-oe/dynamic-layers/perl-layer/recipes-support/debsums/debsums_2.2.2.bb b/meta-oe/dynamic-layers/perl-layer/recipes-support/debsums/debsums_2.2.2.bb index 07ab5e62b1..8c53af4cf6 100644 --- a/meta-oe/dynamic-layers/perl-layer/recipes-support/debsums/debsums_2.2.2.bb +++ b/meta-oe/dynamic-layers/perl-layer/recipes-support/debsums/debsums_2.2.2.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "Miscellaneous utilities specific to Debian" | 1 | SUMMARY = "Miscellaneous utilities specific to Debian" |
2 | SUMMARY_${PN}-cron = "Cron scripts to control automatic debsum checking" | 2 | SUMMARY:${PN}-cron = "Cron scripts to control automatic debsum checking" |
3 | DESCRIPTION = "A tool for verification of installed package files against \ | 3 | DESCRIPTION = "A tool for verification of installed package files against \ |
4 | MD5 checksums debsums can verify the integrity of installed package files \ | 4 | MD5 checksums debsums can verify the integrity of installed package files \ |
5 | against MD5 checksums installed by the package, or generated from a .deb \ | 5 | against MD5 checksums installed by the package, or generated from a .deb \ |
6 | archive." | 6 | archive." |
7 | DESCRIPTION_${PN}-cron = "Cron scripts to control automatic system integrity \ | 7 | DESCRIPTION:${PN}-cron = "Cron scripts to control automatic system integrity \ |
8 | checking via debsums." | 8 | checking via debsums." |
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
@@ -44,7 +44,7 @@ do_install() { | |||
44 | 44 | ||
45 | PACKAGES =+ "${PN}-cron" | 45 | PACKAGES =+ "${PN}-cron" |
46 | 46 | ||
47 | RDEPENDS_${PN} = "dpkg dpkg-perl libfile-fnmatch-perl perl \ | 47 | RDEPENDS:${PN} = "dpkg dpkg-perl libfile-fnmatch-perl perl \ |
48 | perl-module-constant perl-module-digest-md5 \ | 48 | perl-module-constant perl-module-digest-md5 \ |
49 | perl-module-errno perl-module-fcntl \ | 49 | perl-module-errno perl-module-fcntl \ |
50 | perl-module-file-basename perl-module-file-copy \ | 50 | perl-module-file-basename perl-module-file-copy \ |
@@ -53,4 +53,4 @@ RDEPENDS_${PN} = "dpkg dpkg-perl libfile-fnmatch-perl perl \ | |||
53 | perl-module-file-temp perl-module-getopt-long \ | 53 | perl-module-file-temp perl-module-getopt-long \ |
54 | perl-module-posix" | 54 | perl-module-posix" |
55 | 55 | ||
56 | FILES_${PN}-cron = "${sysconfdir}/cron.*" | 56 | FILES:${PN}-cron = "${sysconfdir}/cron.*" |
diff --git a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.7.bb b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.7.bb index 39ed3d1071..a68dfa1d01 100644 --- a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.7.bb +++ b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.6.7.bb | |||
@@ -12,7 +12,7 @@ SRCREV = "aa96737648d867a3d73e4151d05b54bbab494605" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | RDEPENDS_${BPN} = "perl perl-module-file-basename perl-module-file-find perl-module-file-spec perl-module-getopt-long \ | 15 | RDEPENDS:${BPN} = "perl perl-module-file-basename perl-module-file-find perl-module-file-spec perl-module-getopt-long \ |
16 | perl-module-posix perl-module-file-glob libdbi-perl libdbd-sqlite-perl" | 16 | perl-module-posix perl-module-file-glob libdbi-perl libdbd-sqlite-perl" |
17 | 17 | ||
18 | inherit autotools pkgconfig update-rc.d systemd | 18 | inherit autotools pkgconfig update-rc.d systemd |
@@ -29,27 +29,27 @@ PACKAGECONFIG[hisi-ns-decode] = "--enable-hisi-ns-decode,--disable-hisi-ns-decod | |||
29 | PACKAGECONFIG[non-standard] = "--enable-non-standard,--disable-non-standard" | 29 | PACKAGECONFIG[non-standard] = "--enable-non-standard,--disable-non-standard" |
30 | PACKAGECONFIG[abrt-report] = "--enable-abrt-report,--disable-abrt-report" | 30 | PACKAGECONFIG[abrt-report] = "--enable-abrt-report,--disable-abrt-report" |
31 | 31 | ||
32 | DEPENDS_append_libc-musl = " argp-standalone" | 32 | DEPENDS:append:libc-musl = " argp-standalone" |
33 | LDFLAGS_append_libc-musl = " -largp" | 33 | LDFLAGS:append:libc-musl = " -largp" |
34 | 34 | ||
35 | do_configure_prepend () { | 35 | do_configure:prepend () { |
36 | ( cd ${S}; autoreconf -vfi ) | 36 | ( cd ${S}; autoreconf -vfi ) |
37 | } | 37 | } |
38 | 38 | ||
39 | do_install_append() { | 39 | do_install:append() { |
40 | install -d ${D}${sysconfdir}/init.d | 40 | install -d ${D}${sysconfdir}/init.d |
41 | install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/rasdaemon | 41 | install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/rasdaemon |
42 | install -d ${D}${systemd_unitdir}/system | 42 | install -d ${D}${systemd_unitdir}/system |
43 | install -m 0644 ${WORKDIR}/rasdaemon.service ${D}${systemd_unitdir}/system | 43 | install -m 0644 ${WORKDIR}/rasdaemon.service ${D}${systemd_unitdir}/system |
44 | } | 44 | } |
45 | 45 | ||
46 | FILES_${PN} += "${sbindir}/rasdaemon \ | 46 | FILES:${PN} += "${sbindir}/rasdaemon \ |
47 | ${sysconfdir}/init.d \ | 47 | ${sysconfdir}/init.d \ |
48 | ${systemd_unitdir}/system/rasdaemon.service" | 48 | ${systemd_unitdir}/system/rasdaemon.service" |
49 | 49 | ||
50 | SYSTEMD_SERVICE_${PN} = "rasdaemon.service" | 50 | SYSTEMD_SERVICE:${PN} = "rasdaemon.service" |
51 | SYSTEMD_AUTO_ENABLE = "enable" | 51 | SYSTEMD_AUTO_ENABLE = "enable" |
52 | 52 | ||
53 | INITSCRIPT_PACKAGES = "${PN}" | 53 | INITSCRIPT_PACKAGES = "${PN}" |
54 | INITSCRIPT_NAME_${PN} = "rasdaemon" | 54 | INITSCRIPT_NAME:${PN} = "rasdaemon" |
55 | INITSCRIPT_PARAMS_${PN} = "defaults 89" | 55 | INITSCRIPT_PARAMS:${PN} = "defaults 89" |
diff --git a/meta-oe/licenses/Arphic-Public-License b/meta-oe/licenses/Arphic-Public-License index 7e38aa59b5..c1aba41d3f 100644 --- a/meta-oe/licenses/Arphic-Public-License +++ b/meta-oe/licenses/Arphic-Public-License | |||
@@ -1,58 +1,58 @@ | |||
1 | ARPHIC PUBLIC LICENSE | 1 | ARPHIC PUBLIC LICENSE |
2 | 2 | ||
3 | Copyright (C) 1999 Arphic Technology Co., Ltd. | 3 | Copyright (C) 1999 Arphic Technology Co., Ltd. |
4 | 11Fl. No.168, Yung Chi Rd., Taipei, 110 Taiwan | 4 | 11Fl. No.168, Yung Chi Rd., Taipei, 110 Taiwan |
5 | All rights reserved except as specified below. | 5 | All rights reserved except as specified below. |
6 | 6 | ||
7 | Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is forbidden. | 7 | Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is forbidden. |
8 | 8 | ||
9 | Preamble | 9 | Preamble |
10 | 10 | ||
11 | The licenses for most software are designed to take away your freedom to share and change it. By contrast, the ARPHIC PUBLIC LICENSE specifically permits and encourages you to use this software, provided that you give the recipients all the rights that we gave you and make sure they can get the modifications of this software. | 11 | The licenses for most software are designed to take away your freedom to share and change it. By contrast, the ARPHIC PUBLIC LICENSE specifically permits and encourages you to use this software, provided that you give the recipients all the rights that we gave you and make sure they can get the modifications of this software. |
12 | 12 | ||
13 | Legal Terms | 13 | Legal Terms |
14 | 14 | ||
15 | 0. Definitions: | 15 | 0. Definitions: |
16 | Throughout this License, "Font" means the TrueType fonts "AR PL Mingti2L Big5", "AR PL KaitiM Big5" (BIG-5 character set) and "AR PL SungtiL GB", "AR PL KaitiM GB" (GB character set) which are originally distributed by Arphic, and the derivatives of those fonts created through any modification including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table. | 16 | Throughout this License, "Font" means the TrueType fonts "AR PL Mingti2L Big5", "AR PL KaitiM Big5" (BIG-5 character set) and "AR PL SungtiL GB", "AR PL KaitiM GB" (GB character set) which are originally distributed by Arphic, and the derivatives of those fonts created through any modification including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table. |
17 | 17 | ||
18 | "PL" means "Public License". | 18 | "PL" means "Public License". |
19 | 19 | ||
20 | "Copyright Holder" means whoever is named in the copyright or copyrights for the Font. | 20 | "Copyright Holder" means whoever is named in the copyright or copyrights for the Font. |
21 | 21 | ||
22 | "You" means the licensee, or person copying, redistributing or modifying the Font. | 22 | "You" means the licensee, or person copying, redistributing or modifying the Font. |
23 | 23 | ||
24 | "Freely Available" means that you have the freedom to copy or modify the Font as well as redistribute copies of the Font under the same conditions you received, not price. If you wish, you can charge for this service. | 24 | "Freely Available" means that you have the freedom to copy or modify the Font as well as redistribute copies of the Font under the same conditions you received, not price. If you wish, you can charge for this service. |
25 | 25 | ||
26 | 1. Copying & Distribution | 26 | 1. Copying & Distribution |
27 | You may copy and distribute verbatim copies of this Font in any medium, without restriction, provided that you retain this license file (ARPHICPL.TXT) unaltered in all copies. | 27 | You may copy and distribute verbatim copies of this Font in any medium, without restriction, provided that you retain this license file (ARPHICPL.TXT) unaltered in all copies. |
28 | 28 | ||
29 | 2. Modification | 29 | 2. Modification |
30 | You may otherwise modify your copy of this Font in any way, including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table, and copy and distribute such modifications under the terms of Section 1 above, provided that the following conditions are met: | 30 | You may otherwise modify your copy of this Font in any way, including modifying glyph, reordering glyph, converting format, changing font name, or adding/deleting some characters in/from glyph table, and copy and distribute such modifications under the terms of Section 1 above, provided that the following conditions are met: |
31 | 31 | ||
32 | a) You must insert a prominent notice in each modified file stating how and when you changed that file. | 32 | a) You must insert a prominent notice in each modified file stating how and when you changed that file. |
33 | 33 | ||
34 | b) You must make such modifications Freely Available as a whole to all third parties under the terms of this License, such as by offering access to copy the modifications from a designated place, or distributing the modifications on a medium customarily used for software interchange. | 34 | b) You must make such modifications Freely Available as a whole to all third parties under the terms of this License, such as by offering access to copy the modifications from a designated place, or distributing the modifications on a medium customarily used for software interchange. |
35 | 35 | ||
36 | c) If the modified fonts normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the Font under these conditions, and telling the user how to view a copy of this License. | 36 | c) If the modified fonts normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the Font under these conditions, and telling the user how to view a copy of this License. |
37 | 37 | ||
38 | These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Font, and can be reasonably considered independent and separate works in themselves, then this License and its terms, do not apply to those sections when you distribute them as separate works. Therefore, mere aggregation of another work not based on the Font with the Font on a volume of a storage or distribution medium does not bring the other work under the scope of this License. | 38 | These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Font, and can be reasonably considered independent and separate works in themselves, then this License and its terms, do not apply to those sections when you distribute them as separate works. Therefore, mere aggregation of another work not based on the Font with the Font on a volume of a storage or distribution medium does not bring the other work under the scope of this License. |
39 | 39 | ||
40 | 3. Condition Subsequent | 40 | 3. Condition Subsequent |
41 | You may not copy, modify, sublicense, or distribute the Font except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Font will automatically retroactively void your rights under this License. However, parties who have received copies or rights from you under this License will keep their licenses valid so long as such parties remain in full compliance. | 41 | You may not copy, modify, sublicense, or distribute the Font except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Font will automatically retroactively void your rights under this License. However, parties who have received copies or rights from you under this License will keep their licenses valid so long as such parties remain in full compliance. |
42 | 42 | ||
43 | 4. Acceptance | 43 | 4. Acceptance |
44 | You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to copy, modify, sublicense or distribute the Font. These actions are prohibited by law if you do not accept this License. Therefore, by copying, modifying, sublicensing or distributing the Font, you indicate your acceptance of this License and all its terms and conditions. | 44 | You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to copy, modify, sublicense or distribute the Font. These actions are prohibited by law if you do not accept this License. Therefore, by copying, modifying, sublicensing or distributing the Font, you indicate your acceptance of this License and all its terms and conditions. |
45 | 45 | ||
46 | 5. Automatic Receipt | 46 | 5. Automatic Receipt |
47 | Each time you redistribute the Font, the recipient automatically receives a license from the original licensor to copy, distribute or modify the Font subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. | 47 | Each time you redistribute the Font, the recipient automatically receives a license from the original licensor to copy, distribute or modify the Font subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. |
48 | 48 | ||
49 | 6. Contradiction | 49 | 6. Contradiction |
50 | If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Font at all. For example, if a patent license would not permit royalty-free redistribution of the Font by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Font. | 50 | If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Font at all. For example, if a patent license would not permit royalty-free redistribution of the Font by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Font. |
51 | 51 | ||
52 | If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. | 52 | If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. |
53 | 53 | ||
54 | 7. NO WARRANTY | 54 | 7. NO WARRANTY |
55 | BECAUSE THE FONT IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE FONT, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS OR OTHER PARTIES PROVIDE THE FONT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE FONT IS WITH YOU. SHOULD THE FONT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | 55 | BECAUSE THE FONT IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE FONT, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS OR OTHER PARTIES PROVIDE THE FONT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE FONT IS WITH YOU. SHOULD THE FONT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
56 | 56 | ||
57 | 8. DAMAGES WAIVER | 57 | 8. DAMAGES WAIVER |
58 | UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, IN NO EVENT WILL ANY COPYRIGHTT HOLDERS, OR OTHER PARTIES WHO MAY COPY, MODIFY OR REDISTRIBUTE THE FONT AS PERMITTED ABOVE, BE LIABLE TO YOU FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, SPECIAL OR EXEMPLARY DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE FONT (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA OR PROFITS; OR BUSINESS INTERRUPTION), EVEN IF SUCH HOLDERS OR OTHER PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | 58 | UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING, IN NO EVENT WILL ANY COPYRIGHTT HOLDERS, OR OTHER PARTIES WHO MAY COPY, MODIFY OR REDISTRIBUTE THE FONT AS PERMITTED ABOVE, BE LIABLE TO YOU FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, INCIDENTAL, SPECIAL OR EXEMPLARY DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE FONT (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA OR PROFITS; OR BUSINESS INTERRUPTION), EVEN IF SUCH HOLDERS OR OTHER PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |
diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb index d7583f0764..91387176b8 100644 --- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb +++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb | |||
@@ -25,7 +25,7 @@ do_install () { | |||
25 | 25 | ||
26 | PACKAGES =+ "bonnie-scripts" | 26 | PACKAGES =+ "bonnie-scripts" |
27 | 27 | ||
28 | FILES_${PN} = "${sbindir}" | 28 | FILES:${PN} = "${sbindir}" |
29 | FILES_bonnie-scripts = "${bindir}" | 29 | FILES:bonnie-scripts = "${bindir}" |
30 | 30 | ||
31 | RDEPENDS_bonnie-scripts += "perl" | 31 | RDEPENDS:bonnie-scripts += "perl" |
diff --git a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb index b21212a430..f8f817e40b 100644 --- a/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb +++ b/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "A collection of cpuburn programs tuned for different ARM hardware" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://cpuburn-a53.S;beginline=1;endline=22;md5=3b7ccd70144c16d3fe14ac491c2d4a87" | 3 | LIC_FILES_CHKSUM = "file://cpuburn-a53.S;beginline=1;endline=22;md5=3b7ccd70144c16d3fe14ac491c2d4a87" |
4 | 4 | ||
5 | RPROVIDES_${PN} = "cpuburn-neon" | 5 | RPROVIDES:${PN} = "cpuburn-neon" |
6 | PROVIDES += "cpuburn-neon" | 6 | PROVIDES += "cpuburn-neon" |
7 | 7 | ||
8 | SRCREV = "ad7e646700d14b81413297bda02fb7fe96613c3f" | 8 | SRCREV = "ad7e646700d14b81413297bda02fb7fe96613c3f" |
@@ -47,6 +47,6 @@ do_install() { | |||
47 | } | 47 | } |
48 | 48 | ||
49 | COMPATIBLE_MACHINE ?= "(^$)" | 49 | COMPATIBLE_MACHINE ?= "(^$)" |
50 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 50 | COMPATIBLE_MACHINE:armv7a = "(.*)" |
51 | COMPATIBLE_MACHINE_armv7ve = "(.*)" | 51 | COMPATIBLE_MACHINE:armv7ve = "(.*)" |
52 | COMPATIBLE_MACHINE_aarch64 = "(.*)" | 52 | COMPATIBLE_MACHINE:aarch64 = "(.*)" |
diff --git a/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb b/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb index fb6a96e64b..517958b152 100644 --- a/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb +++ b/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "The dbench (disk) and tbench (TCP) benchmarks" | 1 | SUMMARY = "The dbench (disk) and tbench (TCP) benchmarks" |
2 | SUMMARY_dbench = "Filesystem load benchmark" | 2 | SUMMARY:dbench = "Filesystem load benchmark" |
3 | SUMMARY_tbench = "TCP load benchmark" | 3 | SUMMARY:tbench = "TCP load benchmark" |
4 | HOMEPAGE = "http://samba.org/ftp/tridge/dbench/" | 4 | HOMEPAGE = "http://samba.org/ftp/tridge/dbench/" |
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
@@ -16,11 +16,11 @@ inherit autotools | |||
16 | 16 | ||
17 | PACKAGES =+ "tbench" | 17 | PACKAGES =+ "tbench" |
18 | 18 | ||
19 | RPROVIDES_${PN}-dbg += "tbench-dbg" | 19 | RPROVIDES:${PN}-dbg += "tbench-dbg" |
20 | 20 | ||
21 | TARGET_CC_ARCH += "${LDFLAGS}" | 21 | TARGET_CC_ARCH += "${LDFLAGS}" |
22 | 22 | ||
23 | FILES_tbench = "${bindir}/tbench* ${prefix}/share/client.txt" | 23 | FILES:tbench = "${bindir}/tbench* ${prefix}/share/client.txt" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "1fe56ff71b9a416f8889d7150ac54da4" | 25 | SRC_URI[md5sum] = "1fe56ff71b9a416f8889d7150ac54da4" |
26 | SRC_URI[sha256sum] = "6001893f34e68a3cfeb5d424e1f2bfef005df96a22d86f35dc770c5bccf3aa8a" | 26 | SRC_URI[sha256sum] = "6001893f34e68a3cfeb5d424e1f2bfef005df96a22d86f35dc770c5bccf3aa8a" |
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.27.bb b/meta-oe/recipes-benchmark/fio/fio_3.27.bb index d18649db0d..96791948b0 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.27.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.27.bb | |||
@@ -12,12 +12,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
12 | 12 | ||
13 | DEPENDS = "libaio zlib coreutils-native" | 13 | DEPENDS = "libaio zlib coreutils-native" |
14 | DEPENDS += "${@bb.utils.contains('MACHINE_FEATURES', 'pmem', 'pmdk', '', d)}" | 14 | DEPENDS += "${@bb.utils.contains('MACHINE_FEATURES', 'pmem', 'pmdk', '', d)}" |
15 | RDEPENDS_${PN} = "python3-core bash" | 15 | RDEPENDS:${PN} = "python3-core bash" |
16 | 16 | ||
17 | PACKAGECONFIG_NUMA = "numa" | 17 | PACKAGECONFIG_NUMA = "numa" |
18 | # ARM does not currently support NUMA | 18 | # ARM does not currently support NUMA |
19 | PACKAGECONFIG_NUMA_arm = "" | 19 | PACKAGECONFIG_NUMA:arm = "" |
20 | PACKAGECONFIG_NUMA_armeb = "" | 20 | PACKAGECONFIG_NUMA:armeb = "" |
21 | 21 | ||
22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | 22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" |
23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index f5e719a35a..5e99e9e4ef 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" | 9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" |
10 | 10 | ||
11 | DEPENDS = "libpng jpeg udev" | 11 | DEPENDS = "libpng jpeg udev" |
12 | DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native wayland-protocols', '', d)}" | 12 | DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native wayland-protocols', '', d)}" |
13 | 13 | ||
14 | PV = "2021.02+${SRCPV}" | 14 | PV = "2021.02+${SRCPV}" |
15 | 15 | ||
diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_492.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_492.bb index a68a27c970..ba3eaec619 100644 --- a/meta-oe/recipes-benchmark/iozone3/iozone3_492.bb +++ b/meta-oe/recipes-benchmark/iozone3/iozone3_492.bb | |||
@@ -23,11 +23,11 @@ S = "${WORKDIR}/${BPN}_${PV}/src/current" | |||
23 | # explicitly listed below. Another, the iozone3 Makefile | 23 | # explicitly listed below. Another, the iozone3 Makefile |
24 | # needs to be told about the cross-compiler explicitly here. | 24 | # needs to be told about the cross-compiler explicitly here. |
25 | # | 25 | # |
26 | EXTRA_OEMAKE_powerpc = "linux-powerpc CC='${CC}' GCC='${CC}'" | 26 | EXTRA_OEMAKE:powerpc = "linux-powerpc CC='${CC}' GCC='${CC}'" |
27 | EXTRA_OEMAKE_powerpc64 = "linux-powerpc64 CC='${CC}' GCC='${CC}'" | 27 | EXTRA_OEMAKE:powerpc64 = "linux-powerpc64 CC='${CC}' GCC='${CC}'" |
28 | EXTRA_OEMAKE_powerpc64le = "linux-powerpc64 CC='${CC}' GCC='${CC}'" | 28 | EXTRA_OEMAKE:powerpc64le = "linux-powerpc64 CC='${CC}' GCC='${CC}'" |
29 | EXTRA_OEMAKE_x86-64 = "linux-AMD64 CC='${CC}' GCC='${CC}'" | 29 | EXTRA_OEMAKE:x86-64 = "linux-AMD64 CC='${CC}' GCC='${CC}'" |
30 | EXTRA_OEMAKE_arm = "linux-arm CC='${CC}' GCC='${CC}'" | 30 | EXTRA_OEMAKE:arm = "linux-arm CC='${CC}' GCC='${CC}'" |
31 | EXTRA_OEMAKE = "linux CC='${CC}' GCC='${CC}'" | 31 | EXTRA_OEMAKE = "linux CC='${CC}' GCC='${CC}'" |
32 | 32 | ||
33 | TARGET_CC_ARCH += "${LDFLAGS}" | 33 | TARGET_CC_ARCH += "${LDFLAGS}" |
@@ -55,7 +55,7 @@ do_install() { | |||
55 | install -m 0644 ${WORKDIR}/${BPN}_${PV}/docs/Run_rules.doc ${D}${datadir}/doc/${BPN}/ | 55 | install -m 0644 ${WORKDIR}/${BPN}_${PV}/docs/Run_rules.doc ${D}${datadir}/doc/${BPN}/ |
56 | } | 56 | } |
57 | 57 | ||
58 | FILES_${PN} += "${datadir}/doc/${PN}/copyright.txt" | 58 | FILES:${PN} += "${datadir}/doc/${PN}/copyright.txt" |
59 | 59 | ||
60 | # LICENSE: | 60 | # LICENSE: |
61 | # | 61 | # |
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index 124b142d83..cfdf420650 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
@@ -4,8 +4,8 @@ LICENSE = "LGPLv2.1" | |||
4 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" |
5 | 5 | ||
6 | DEPENDS = "sysfsutils" | 6 | DEPENDS = "sysfsutils" |
7 | RDEPENDS_${PN} += "bash python3-core" | 7 | RDEPENDS:${PN} += "bash python3-core" |
8 | RDEPENDS_${PN}-tests += "bash python3-core" | 8 | RDEPENDS:${PN}-tests += "bash python3-core" |
9 | 9 | ||
10 | PV = "2.23" | 10 | PV = "2.23" |
11 | PE = "1" | 11 | PE = "1" |
@@ -37,9 +37,9 @@ COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" | |||
37 | 37 | ||
38 | LIBARGS = "LIB32=${baselib} LIB64=${baselib}" | 38 | LIBARGS = "LIB32=${baselib} LIB64=${baselib}" |
39 | LIBHUGETLBFS_ARCH = "${TARGET_ARCH}" | 39 | LIBHUGETLBFS_ARCH = "${TARGET_ARCH}" |
40 | LIBHUGETLBFS_ARCH_powerpc = "ppc" | 40 | LIBHUGETLBFS_ARCH:powerpc = "ppc" |
41 | LIBHUGETLBFS_ARCH_powerpc64 = "ppc64" | 41 | LIBHUGETLBFS_ARCH:powerpc64 = "ppc64" |
42 | LIBHUGETLBFS_ARCH_powerpc64le = "ppc64le" | 42 | LIBHUGETLBFS_ARCH:powerpc64le = "ppc64le" |
43 | EXTRA_OEMAKE = "'ARCH=${LIBHUGETLBFS_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' ${LIBARGS} BUILDTYPE=NATIVEONLY V=2" | 43 | EXTRA_OEMAKE = "'ARCH=${LIBHUGETLBFS_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' ${LIBARGS} BUILDTYPE=NATIVEONLY V=2" |
44 | PARALLEL_MAKE = "" | 44 | PARALLEL_MAKE = "" |
45 | CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0" | 45 | CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0" |
@@ -65,12 +65,12 @@ do_install() { | |||
65 | 65 | ||
66 | 66 | ||
67 | PACKAGES =+ "${PN}-tests " | 67 | PACKAGES =+ "${PN}-tests " |
68 | FILES_${PN} += "${libdir}/*.so" | 68 | FILES:${PN} += "${libdir}/*.so" |
69 | FILES_${PN}-dev = "${includedir}" | 69 | FILES:${PN}-dev = "${includedir}" |
70 | FILES_${PN}-dbg += "${libdir}/libhugetlbfs/tests/obj32/.debug ${libdir}/libhugetlbfs/tests/obj64/.debug" | 70 | FILES:${PN}-dbg += "${libdir}/libhugetlbfs/tests/obj32/.debug ${libdir}/libhugetlbfs/tests/obj64/.debug" |
71 | FILES_${PN}-tests += "${libdir}/libhugetlbfs/tests" | 71 | FILES:${PN}-tests += "${libdir}/libhugetlbfs/tests" |
72 | 72 | ||
73 | INSANE_SKIP_${PN} = "dev-so" | 73 | INSANE_SKIP:${PN} = "dev-so" |
74 | 74 | ||
75 | INHIBIT_PACKAGE_STRIP = "1" | 75 | INHIBIT_PACKAGE_STRIP = "1" |
76 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 76 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb index e9d1067d43..7d141d8c7e 100644 --- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb +++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | |||
@@ -83,7 +83,7 @@ do_install () { | |||
83 | install -m 0644 ${S}/src/webpage-lm.tar ${D}${datadir}/lmbench | 83 | install -m 0644 ${S}/src/webpage-lm.tar ${D}${datadir}/lmbench |
84 | } | 84 | } |
85 | 85 | ||
86 | pkg_postinst_${PN} () { | 86 | pkg_postinst:${PN} () { |
87 | if [ -z "$D" ]; then | 87 | if [ -z "$D" ]; then |
88 | if command -v systemd-tmpfiles >/dev/null; then | 88 | if command -v systemd-tmpfiles >/dev/null; then |
89 | systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/lmbench.conf | 89 | systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/lmbench.conf |
@@ -93,9 +93,9 @@ pkg_postinst_${PN} () { | |||
93 | fi | 93 | fi |
94 | } | 94 | } |
95 | 95 | ||
96 | RDEPENDS_${PN} = "perl" | 96 | RDEPENDS:${PN} = "perl" |
97 | FILES_${PN} += "${datadir}/lmbench" | 97 | FILES:${PN} += "${datadir}/lmbench" |
98 | 98 | ||
99 | ALTERNATIVE_${PN} = "stream" | 99 | ALTERNATIVE:${PN} = "stream" |
100 | ALTERNATIVE_LINK_NAME[stream] = "${bindir}/stream" | 100 | ALTERNATIVE_LINK_NAME[stream] = "${bindir}/stream" |
101 | 101 | ||
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb index 4a8e5b5b2a..c571013a91 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb | |||
@@ -27,11 +27,11 @@ do_install() { | |||
27 | # continual target reboots if they encounter network problems. | 27 | # continual target reboots if they encounter network problems. |
28 | # | 28 | # |
29 | SYSTEMD_AUTO_ENABLE = "disable" | 29 | SYSTEMD_AUTO_ENABLE = "disable" |
30 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" | 30 | SYSTEMD_SERVICE:${PN} = "phoromatic-client.service phoromatic-server.service" |
31 | 31 | ||
32 | RDEPENDS_${PN} += "bash python3-core php-cli util-linux-lscpu os-release lsb-release" | 32 | RDEPENDS:${PN} += "bash python3-core php-cli util-linux-lscpu os-release lsb-release" |
33 | 33 | ||
34 | FILES_${PN} += " \ | 34 | FILES:${PN} += " \ |
35 | ${datadir}/phoronix-test-suite \ | 35 | ${datadir}/phoronix-test-suite \ |
36 | ${datadir}/appdata/phoronix-test-suite.appdata.xml \ | 36 | ${datadir}/appdata/phoronix-test-suite.appdata.xml \ |
37 | ${datadir}/icons/hicolor/48x48/apps/phoronix-test-suite.png \ | 37 | ${datadir}/icons/hicolor/48x48/apps/phoronix-test-suite.png \ |
diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb index d6852e29fb..a0df05c942 100644 --- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb +++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | |||
@@ -23,11 +23,11 @@ do_install() { | |||
23 | install -m0755 ${S}/process_config.sh ${D}/opt/S-suite | 23 | install -m0755 ${S}/process_config.sh ${D}/opt/S-suite |
24 | } | 24 | } |
25 | 25 | ||
26 | RDEPENDS_${PN} = "bash bc coreutils gawk g++ gcc fio libaio libaio-dev sysstat \ | 26 | RDEPENDS:${PN} = "bash bc coreutils gawk g++ gcc fio libaio libaio-dev sysstat \ |
27 | git" | 27 | git" |
28 | 28 | ||
29 | FILES_${PN} = "/opt/S-suite/" | 29 | FILES:${PN} = "/opt/S-suite/" |
30 | 30 | ||
31 | # added to INSANE_SKIP since s-suite have an runtime | 31 | # added to INSANE_SKIP since s-suite have an runtime |
32 | # dependency (RDEPENDS) on libaio-dev. | 32 | # dependency (RDEPENDS) on libaio-dev. |
33 | INSANE_SKIP_${PN} += "dev-deps" | 33 | INSANE_SKIP:${PN} += "dev-deps" |
diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb b/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb index d1725dddd6..46b6788a8f 100644 --- a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb +++ b/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb | |||
@@ -23,6 +23,6 @@ PACKAGECONFIG[mysql] = "--with-mysql \ | |||
23 | --with-mysql-libs=${STAGING_LIBDIR}, \ | 23 | --with-mysql-libs=${STAGING_LIBDIR}, \ |
24 | --without-mysql,mysql5" | 24 | --without-mysql,mysql5" |
25 | 25 | ||
26 | do_configure_prepend() { | 26 | do_configure:prepend() { |
27 | touch ${S}/NEWS ${S}/AUTHORS | 27 | touch ${S}/NEWS ${S}/AUTHORS |
28 | } | 28 | } |
diff --git a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb index 427ce67d61..c9e2958a6b 100644 --- a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb +++ b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | |||
@@ -21,7 +21,7 @@ do_install() { | |||
21 | oe_runmake install | 21 | oe_runmake install |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} = "\ | 24 | RDEPENDS:${PN} = "\ |
25 | perl \ | 25 | perl \ |
26 | perl-module-exporter-heavy \ | 26 | perl-module-exporter-heavy \ |
27 | perl-module-getopt-long \ | 27 | perl-module-getopt-long \ |
diff --git a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb index 88fcc0200f..d61a871cd9 100644 --- a/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb +++ b/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/emagii/cpufrequtils.git \ | |||
14 | file://0001-dont-unset-cflags.patch \ | 14 | file://0001-dont-unset-cflags.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | EXTRA_OEMAKE_append = " ${@['', 'NLS=false']['${USE_NLS}' == 'no']} " | 17 | EXTRA_OEMAKE:append = " ${@['', 'NLS=false']['${USE_NLS}' == 'no']} " |
18 | 18 | ||
19 | PR = "r5" | 19 | PR = "r5" |
20 | 20 | ||
diff --git a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb index b89fe6771c..914718c009 100644 --- a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb +++ b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | |||
@@ -19,19 +19,19 @@ SRC_URI = "git://github.com/grondo/edac-utils \ | |||
19 | 19 | ||
20 | inherit autotools-brokensep systemd | 20 | inherit autotools-brokensep systemd |
21 | 21 | ||
22 | do_configure_prepend () { | 22 | do_configure:prepend () { |
23 | touch ${S}/ChangeLog | 23 | touch ${S}/ChangeLog |
24 | ${S}/bootstrap | 24 | ${S}/bootstrap |
25 | } | 25 | } |
26 | 26 | ||
27 | RDEPENDS_${PN}_x86 = "dmidecode" | 27 | RDEPENDS:${PN}:x86 = "dmidecode" |
28 | RDEPENDS_${PN}_x86-64 = "dmidecode" | 28 | RDEPENDS:${PN}:x86-64 = "dmidecode" |
29 | RDEPENDS_${PN}_arm = "dmidecode" | 29 | RDEPENDS:${PN}:arm = "dmidecode" |
30 | RDEPENDS_${PN}_aarch64 = "dmidecode" | 30 | RDEPENDS:${PN}:aarch64 = "dmidecode" |
31 | RDEPENDS_${PN}_powerpc = "dmidecode" | 31 | RDEPENDS:${PN}:powerpc = "dmidecode" |
32 | RDEPENDS_${PN}_powerpc64 = "dmidecode" | 32 | RDEPENDS:${PN}:powerpc64 = "dmidecode" |
33 | RDEPENDS_${PN}_powerpc64le = "dmidecode" | 33 | RDEPENDS:${PN}:powerpc64le = "dmidecode" |
34 | RDEPENDS_${PN}_append = " \ | 34 | RDEPENDS:${PN}:append = " \ |
35 | perl \ | 35 | perl \ |
36 | perl-module-file-basename \ | 36 | perl-module-file-basename \ |
37 | perl-module-file-find \ | 37 | perl-module-file-find \ |
@@ -42,11 +42,11 @@ RDEPENDS_${PN}_append = " \ | |||
42 | perl-module-file-glob \ | 42 | perl-module-file-glob \ |
43 | " | 43 | " |
44 | 44 | ||
45 | do_install_append() { | 45 | do_install:append() { |
46 | install -d ${D}${systemd_unitdir}/system | 46 | install -d ${D}${systemd_unitdir}/system |
47 | install -m 644 ${WORKDIR}/edac.service ${D}/${systemd_unitdir}/system | 47 | install -m 644 ${WORKDIR}/edac.service ${D}/${systemd_unitdir}/system |
48 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}/${systemd_unitdir}/system/edac.service | 48 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}/${systemd_unitdir}/system/edac.service |
49 | } | 49 | } |
50 | 50 | ||
51 | SYSTEMD_SERVICE_${PN} = "edac.service" | 51 | SYSTEMD_SERVICE:${PN} = "edac.service" |
52 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 52 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
diff --git a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb index 43fc598154..186bc19308 100644 --- a/meta-oe/recipes-bsp/firmwared/firmwared_git.bb +++ b/meta-oe/recipes-bsp/firmwared/firmwared_git.bb | |||
@@ -21,13 +21,13 @@ inherit pkgconfig autotools systemd features_check | |||
21 | 21 | ||
22 | REQUIRED_DISTRO_FEATURES = "systemd" | 22 | REQUIRED_DISTRO_FEATURES = "systemd" |
23 | 23 | ||
24 | SYSTEMD_SERVICE_${PN} = "firmwared.service" | 24 | SYSTEMD_SERVICE:${PN} = "firmwared.service" |
25 | 25 | ||
26 | do_configure_prepend() { | 26 | do_configure:prepend() { |
27 | ${S}/autogen.sh | 27 | ${S}/autogen.sh |
28 | } | 28 | } |
29 | 29 | ||
30 | do_install_append() { | 30 | do_install:append() { |
31 | install -d ${D}${systemd_system_unitdir} | 31 | install -d ${D}${systemd_system_unitdir} |
32 | install -m 0644 ${WORKDIR}/firmwared.service ${D}${systemd_system_unitdir} | 32 | install -m 0644 ${WORKDIR}/firmwared.service ${D}${systemd_system_unitdir} |
33 | sed -i -e 's,@BINDIR@,${bindir},g' ${D}${systemd_system_unitdir}/firmwared.service | 33 | sed -i -e 's,@BINDIR@,${bindir},g' ${D}${systemd_system_unitdir}/firmwared.service |
diff --git a/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb b/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb index caffcb6966..ebd034ac14 100644 --- a/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb +++ b/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb | |||
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "61980551e46b2eaa9e17ad31cbc1a638074611fc33bff34163d10c7a67 | |||
21 | 21 | ||
22 | inherit update-rc.d | 22 | inherit update-rc.d |
23 | 23 | ||
24 | RRECOMMENDS_${PN} = "\ | 24 | RRECOMMENDS:${PN} = "\ |
25 | kernel-module-pxaficp-ir \ | 25 | kernel-module-pxaficp-ir \ |
26 | kernel-module-irda \ | 26 | kernel-module-irda \ |
27 | kernel-module-ircomm \ | 27 | kernel-module-ircomm \ |
diff --git a/meta-oe/recipes-bsp/ledmon/ledmon_git.bb b/meta-oe/recipes-bsp/ledmon/ledmon_git.bb index f9ae9aad9a..66da1826fc 100644 --- a/meta-oe/recipes-bsp/ledmon/ledmon_git.bb +++ b/meta-oe/recipes-bsp/ledmon/ledmon_git.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "sg3-utils udev" | |||
13 | 13 | ||
14 | inherit autotools systemd | 14 | inherit autotools systemd |
15 | 15 | ||
16 | SYSTEMD_SERVICE_${PN} = "ledmon.service" | 16 | SYSTEMD_SERVICE:${PN} = "ledmon.service" |
17 | 17 | ||
18 | # 0.93 | 18 | # 0.93 |
19 | SRC_URI = "git://github.com/intel/ledmon;branch=master \ | 19 | SRC_URI = "git://github.com/intel/ledmon;branch=master \ |
@@ -24,7 +24,7 @@ SRC_URI = "git://github.com/intel/ledmon;branch=master \ | |||
24 | SRCREV = "1d72f9cb5c9163b2ecdf19709935720e65f5b90e" | 24 | SRCREV = "1d72f9cb5c9163b2ecdf19709935720e65f5b90e" |
25 | 25 | ||
26 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 26 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |
27 | COMPATIBLE_HOST_libc-musl = "null" | 27 | COMPATIBLE_HOST:libc-musl = "null" |
28 | 28 | ||
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
30 | EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}' CFLAGS='${CFLAGS}'" | 30 | EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}' CFLAGS='${CFLAGS}'" |
@@ -33,7 +33,7 @@ EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}' CFLAGS='${CFLAGS}'" | |||
33 | # We need to add this include path in CFLAGS. | 33 | # We need to add this include path in CFLAGS. |
34 | CFLAGS += "-I${S}/config" | 34 | CFLAGS += "-I${S}/config" |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 37 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
38 | install -d ${D}${systemd_unitdir}/system | 38 | install -d ${D}${systemd_unitdir}/system |
39 | install -m 0755 ${S}/systemd/ledmon.service ${D}${systemd_unitdir}/system | 39 | install -m 0755 ${S}/systemd/ledmon.service ${D}${systemd_unitdir}/system |
diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb index b55bd51619..038f0c6742 100644 --- a/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb +++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}" | |||
17 | PACKAGECONFIG ??= "sensord" | 17 | PACKAGECONFIG ??= "sensord" |
18 | PACKAGECONFIG[sensord] = ",," | 18 | PACKAGECONFIG[sensord] = ",," |
19 | 19 | ||
20 | RDEPENDS_${PN}-dev = "" | 20 | RDEPENDS:${PN}-dev = "" |
21 | 21 | ||
22 | do_install() { | 22 | do_install() { |
23 | # Install fancontrol configuration file | 23 | # Install fancontrol configuration file |
@@ -51,18 +51,18 @@ PACKAGES =+ "${PN}-fancontrol" | |||
51 | 51 | ||
52 | # sensord web cgi support | 52 | # sensord web cgi support |
53 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-cgi', '', d)}" | 53 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-cgi', '', d)}" |
54 | RRECOMMENDS_${PN}-cgi = "lighttpd lighttpd-module-cgi" | 54 | RRECOMMENDS:${PN}-cgi = "lighttpd lighttpd-module-cgi" |
55 | RDEPENDS_${PN}-cgi = "${PN}-sensord rrdtool" | 55 | RDEPENDS:${PN}-cgi = "${PN}-sensord rrdtool" |
56 | FILES_${PN}-cgi = "/www/*" | 56 | FILES:${PN}-cgi = "/www/*" |
57 | 57 | ||
58 | # libsensors configuration file | 58 | # libsensors configuration file |
59 | FILES_${PN}-libsensors = "${sysconfdir}/sensors.d/sensors.conf" | 59 | FILES:${PN}-libsensors = "${sysconfdir}/sensors.d/sensors.conf" |
60 | 60 | ||
61 | # sensord logging daemon configuration files | 61 | # sensord logging daemon configuration files |
62 | FILES_${PN}-sensord = "\ | 62 | FILES:${PN}-sensord = "\ |
63 | ${sysconfdir}/sensord.conf \ | 63 | ${sysconfdir}/sensord.conf \ |
64 | ${sysconfdir}/sysconfig/sensord \ | 64 | ${sysconfdir}/sysconfig/sensord \ |
65 | " | 65 | " |
66 | 66 | ||
67 | # fancontrol script configuration file | 67 | # fancontrol script configuration file |
68 | FILES_${PN}-fancontrol = "${sysconfdir}/fancontrol" | 68 | FILES:${PN}-fancontrol = "${sysconfdir}/fancontrol" |
diff --git a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb index 4ee96df98d..b6ae3cddcb 100644 --- a/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb +++ b/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | |||
@@ -19,7 +19,7 @@ SRCREV = "1667b850a1ce38151dae17156276f981be6fb557" | |||
19 | 19 | ||
20 | inherit update-rc.d systemd | 20 | inherit update-rc.d systemd |
21 | 21 | ||
22 | RDEPENDS_${PN}-dev = "" | 22 | RDEPENDS:${PN}-dev = "" |
23 | 23 | ||
24 | PACKAGECONFIG ??= "sensord" | 24 | PACKAGECONFIG ??= "sensord" |
25 | PACKAGECONFIG[sensord] = "sensord,,rrdtool" | 25 | PACKAGECONFIG[sensord] = "sensord,,rrdtool" |
@@ -28,19 +28,19 @@ INITSCRIPT_PACKAGES = "\ | |||
28 | ${PN}-fancontrol \ | 28 | ${PN}-fancontrol \ |
29 | ${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-sensord', '', d)} \ | 29 | ${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-sensord', '', d)} \ |
30 | " | 30 | " |
31 | INITSCRIPT_NAME_${PN}-fancontrol = "fancontrol" | 31 | INITSCRIPT_NAME:${PN}-fancontrol = "fancontrol" |
32 | INITSCRIPT_NAME_${PN}-sensord = "sensord" | 32 | INITSCRIPT_NAME:${PN}-sensord = "sensord" |
33 | INITSCRIPT_PARAMS_${PN}-fancontrol = "defaults 66" | 33 | INITSCRIPT_PARAMS:${PN}-fancontrol = "defaults 66" |
34 | INITSCRIPT_PARAMS_${PN}-sensord = "defaults 67" | 34 | INITSCRIPT_PARAMS:${PN}-sensord = "defaults 67" |
35 | 35 | ||
36 | SYSTEMD_PACKAGES = "\ | 36 | SYSTEMD_PACKAGES = "\ |
37 | ${PN} \ | 37 | ${PN} \ |
38 | ${PN}-fancontrol \ | 38 | ${PN}-fancontrol \ |
39 | ${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-sensord', '', d)} \ | 39 | ${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-sensord', '', d)} \ |
40 | " | 40 | " |
41 | SYSTEMD_SERVICE_${PN} = "lm_sensors.service" | 41 | SYSTEMD_SERVICE:${PN} = "lm_sensors.service" |
42 | SYSTEMD_SERVICE_${PN}-fancontrol = "fancontrol.service" | 42 | SYSTEMD_SERVICE:${PN}-fancontrol = "fancontrol.service" |
43 | SYSTEMD_SERVICE_${PN}-sensord = "sensord.service" | 43 | SYSTEMD_SERVICE:${PN}-sensord = "sensord.service" |
44 | SYSTEMD_AUTO_ENABLE = "disable" | 44 | SYSTEMD_AUTO_ENABLE = "disable" |
45 | 45 | ||
46 | S = "${WORKDIR}/git" | 46 | S = "${WORKDIR}/git" |
@@ -85,10 +85,10 @@ do_install() { | |||
85 | fi | 85 | fi |
86 | } | 86 | } |
87 | 87 | ||
88 | RPROVIDES_${PN}-dbg += "${PN}-libsensors-dbg ${PN}-sensors-dbg ${PN}-sensord-dbg ${PN}-isatools-dbg" | 88 | RPROVIDES:${PN}-dbg += "${PN}-libsensors-dbg ${PN}-sensors-dbg ${PN}-sensord-dbg ${PN}-isatools-dbg" |
89 | 89 | ||
90 | ALLOW_EMPTY_${PN} = "1" | 90 | ALLOW_EMPTY:${PN} = "1" |
91 | RDEPENDS_${PN} += " \ | 91 | RDEPENDS:${PN} += " \ |
92 | ${PN}-libsensors \ | 92 | ${PN}-libsensors \ |
93 | ${PN}-sensors \ | 93 | ${PN}-sensors \ |
94 | ${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-sensord', '', d)} \ | 94 | ${@bb.utils.contains('PACKAGECONFIG', 'sensord', '${PN}-sensord', '', d)} \ |
@@ -125,44 +125,44 @@ PACKAGES =+ "${PN}-isatools ${PN}-isatools-doc" | |||
125 | 125 | ||
126 | 126 | ||
127 | # libsensors files | 127 | # libsensors files |
128 | FILES_${PN}-libsensors = "${libdir}/libsensors.so.* ${sysconfdir}/sensors3.conf ${sysconfdir}/sensors.d" | 128 | FILES:${PN}-libsensors = "${libdir}/libsensors.so.* ${sysconfdir}/sensors3.conf ${sysconfdir}/sensors.d" |
129 | FILES_${PN}-libsensors-dev = "${libdir}/libsensors.so ${includedir}" | 129 | FILES:${PN}-libsensors-dev = "${libdir}/libsensors.so ${includedir}" |
130 | FILES_${PN}-libsensors-staticdev = "${libdir}/libsensors.a" | 130 | FILES:${PN}-libsensors-staticdev = "${libdir}/libsensors.a" |
131 | FILES_${PN}-libsensors-doc = "${mandir}/man3" | 131 | FILES:${PN}-libsensors-doc = "${mandir}/man3" |
132 | RRECOMMENDS_${PN}-libsensors = "lmsensors-config-libsensors" | 132 | RRECOMMENDS:${PN}-libsensors = "lmsensors-config-libsensors" |
133 | 133 | ||
134 | # sensors command files | 134 | # sensors command files |
135 | FILES_${PN}-sensors = "${bindir}/sensors" | 135 | FILES:${PN}-sensors = "${bindir}/sensors" |
136 | FILES_${PN}-sensors-doc = "${mandir}/man1 ${mandir}/man5" | 136 | FILES:${PN}-sensors-doc = "${mandir}/man1 ${mandir}/man5" |
137 | RDEPENDS_${PN}-sensors = "${PN}-libsensors" | 137 | RDEPENDS:${PN}-sensors = "${PN}-libsensors" |
138 | 138 | ||
139 | # sensord logging daemon | 139 | # sensord logging daemon |
140 | FILES_${PN}-sensord = "${sbindir}/sensord ${INIT_D_DIR}/sensord ${systemd_system_unitdir}/sensord.service" | 140 | FILES:${PN}-sensord = "${sbindir}/sensord ${INIT_D_DIR}/sensord ${systemd_system_unitdir}/sensord.service" |
141 | FILES_${PN}-sensord-doc = "${mandir}/man8/sensord.8" | 141 | FILES:${PN}-sensord-doc = "${mandir}/man8/sensord.8" |
142 | RDEPENDS_${PN}-sensord = "${PN}-sensors rrdtool" | 142 | RDEPENDS:${PN}-sensord = "${PN}-sensors rrdtool" |
143 | RRECOMMENDS_${PN}-sensord = "lmsensors-config-sensord" | 143 | RRECOMMENDS:${PN}-sensord = "lmsensors-config-sensord" |
144 | 144 | ||
145 | # fancontrol script files | 145 | # fancontrol script files |
146 | FILES_${PN}-fancontrol = "${sbindir}/fancontrol ${INIT_D_DIR}/fancontrol" | 146 | FILES:${PN}-fancontrol = "${sbindir}/fancontrol ${INIT_D_DIR}/fancontrol" |
147 | FILES_${PN}-fancontrol-doc = "${mandir}/man8/fancontrol.8" | 147 | FILES:${PN}-fancontrol-doc = "${mandir}/man8/fancontrol.8" |
148 | RDEPENDS_${PN}-fancontrol = "bash" | 148 | RDEPENDS:${PN}-fancontrol = "bash" |
149 | RRECOMMENDS_${PN}-fancontrol = "lmsensors-config-fancontrol" | 149 | RRECOMMENDS:${PN}-fancontrol = "lmsensors-config-fancontrol" |
150 | 150 | ||
151 | # sensors-detect script files | 151 | # sensors-detect script files |
152 | FILES_${PN}-sensorsdetect = "${sbindir}/sensors-detect" | 152 | FILES:${PN}-sensorsdetect = "${sbindir}/sensors-detect" |
153 | FILES_${PN}-sensorsdetect-doc = "${mandir}/man8/sensors-detect.8" | 153 | FILES:${PN}-sensorsdetect-doc = "${mandir}/man8/sensors-detect.8" |
154 | RDEPENDS_${PN}-sensorsdetect = "${PN}-sensors perl perl-modules" | 154 | RDEPENDS:${PN}-sensorsdetect = "${PN}-sensors perl perl-modules" |
155 | 155 | ||
156 | # sensors-conf-convert script files | 156 | # sensors-conf-convert script files |
157 | FILES_${PN}-sensorsconfconvert = "${bindir}/sensors-conf-convert" | 157 | FILES:${PN}-sensorsconfconvert = "${bindir}/sensors-conf-convert" |
158 | FILES_${PN}-sensorsconfconvert-doc = "${mandir}/man8/sensors-conf-convert.8" | 158 | FILES:${PN}-sensorsconfconvert-doc = "${mandir}/man8/sensors-conf-convert.8" |
159 | RDEPENDS_${PN}-sensorsconfconvert = "${PN}-sensors perl perl-modules" | 159 | RDEPENDS:${PN}-sensorsconfconvert = "${PN}-sensors perl perl-modules" |
160 | 160 | ||
161 | # pwmconfig script files | 161 | # pwmconfig script files |
162 | FILES_${PN}-pwmconfig = "${sbindir}/pwmconfig" | 162 | FILES:${PN}-pwmconfig = "${sbindir}/pwmconfig" |
163 | FILES_${PN}-pwmconfig-doc = "${mandir}/man8/pwmconfig.8" | 163 | FILES:${PN}-pwmconfig-doc = "${mandir}/man8/pwmconfig.8" |
164 | RDEPENDS_${PN}-pwmconfig = "${PN}-fancontrol bash" | 164 | RDEPENDS:${PN}-pwmconfig = "${PN}-fancontrol bash" |
165 | 165 | ||
166 | # isadump and isaset helper program files | 166 | # isadump and isaset helper program files |
167 | FILES_${PN}-isatools = "${sbindir}/isa*" | 167 | FILES:${PN}-isatools = "${sbindir}/isa*" |
168 | FILES_${PN}-isatools-doc = "${mandir}/man8/isa*" | 168 | FILES:${PN}-isatools-doc = "${mandir}/man8/isa*" |
diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb index 2f5e25c299..e1a98db4e2 100644 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb +++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.13.bb | |||
@@ -19,15 +19,15 @@ do_install() { | |||
19 | UDEVDIR=${nonarch_base_libdir}/udev SYSTEMDDIR=${systemd_unitdir} | 19 | UDEVDIR=${nonarch_base_libdir}/udev SYSTEMDDIR=${systemd_unitdir} |
20 | } | 20 | } |
21 | 21 | ||
22 | pkg_postinst_ontarget_${PN}() { | 22 | pkg_postinst_ontarget:${PN}() { |
23 | ${sbindir}/nvme gen-hostnqn > ${sysconfdir}/nvme/hostnqn | 23 | ${sbindir}/nvme gen-hostnqn > ${sysconfdir}/nvme/hostnqn |
24 | ${bindir}/uuidgen > ${sysconfdir}/nvme/hostid | 24 | ${bindir}/uuidgen > ${sysconfdir}/nvme/hostid |
25 | } | 25 | } |
26 | 26 | ||
27 | PACKAGES =+ "${PN}-dracut ${PN}-zsh-completion" | 27 | PACKAGES =+ "${PN}-dracut ${PN}-zsh-completion" |
28 | 28 | ||
29 | FILES_${PN} += "${systemd_system_unitdir}" | 29 | FILES:${PN} += "${systemd_system_unitdir}" |
30 | FILES_${PN}-dracut = "${nonarch_libdir}/dracut/dracut.conf.d" | 30 | FILES:${PN}-dracut = "${nonarch_libdir}/dracut/dracut.conf.d" |
31 | FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" | 31 | FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" |
32 | 32 | ||
33 | RDEPENDS_${PN} = "util-linux-uuidgen" | 33 | RDEPENDS:${PN} = "util-linux-uuidgen" |
diff --git a/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb b/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb index fc064550fd..3ffbf6f597 100644 --- a/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb +++ b/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | DEPENDS = "udev sysfsutils flex-native bison-native" | 8 | DEPENDS = "udev sysfsutils flex-native bison-native" |
9 | RDEPENDS_${PN} = "udev module-init-tools" | 9 | RDEPENDS:${PN} = "udev module-init-tools" |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r1" |
12 | 12 | ||
@@ -38,4 +38,4 @@ do_install () { | |||
38 | oe_runmake 'DESTDIR=${D}' install | 38 | oe_runmake 'DESTDIR=${D}' install |
39 | } | 39 | } |
40 | 40 | ||
41 | CONFFILES_${PN} += "${sysconfdir}/pcmcia/config.opts" | 41 | CONFFILES:${PN} += "${sysconfdir}/pcmcia/config.opts" |
diff --git a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb index fcfd0386d9..d3e7973329 100644 --- a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb +++ b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb | |||
@@ -17,6 +17,6 @@ do_install() { | |||
17 | fi | 17 | fi |
18 | } | 18 | } |
19 | 19 | ||
20 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY:${PN} = "1" |
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | INHIBIT_DEFAULT_DEPS = "1" | 22 | INHIBIT_DEFAULT_DEPS = "1" |
diff --git a/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb b/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb index 086fc9d06e..6c68aede03 100644 --- a/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb +++ b/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_1 | |||
14 | 14 | ||
15 | SRC_URI[sha256sum] = "ccd94fa45df1e8bb1c901d02c0a64c1626497e5eeda2f057fcf0a1578dae2148" | 15 | SRC_URI[sha256sum] = "ccd94fa45df1e8bb1c901d02c0a64c1626497e5eeda2f057fcf0a1578dae2148" |
16 | 16 | ||
17 | COMPATIBLE_HOST_libc-musl = "null" | 17 | COMPATIBLE_HOST:libc-musl = "null" |
18 | 18 | ||
19 | S = "${WORKDIR}/ACE_wrappers" | 19 | S = "${WORKDIR}/ACE_wrappers" |
20 | B = "${WORKDIR}/ACE_wrappers/ace" | 20 | B = "${WORKDIR}/ACE_wrappers/ace" |
@@ -22,8 +22,8 @@ export ACE_ROOT="${WORKDIR}/ACE_wrappers" | |||
22 | 22 | ||
23 | inherit pkgconfig | 23 | inherit pkgconfig |
24 | 24 | ||
25 | CXXFLAGS_append = " -fpermissive -Wnodeprecated-declarations" | 25 | CXXFLAGS:append = " -fpermissive -Wnodeprecated-declarations" |
26 | CXX_append = " -ffile-prefix-map=${WORKDIR}= -fdebug-prefix-map=${WORKDIR}= " | 26 | CXX:append = " -ffile-prefix-map=${WORKDIR}= -fdebug-prefix-map=${WORKDIR}= " |
27 | EXTRA_OEMAKE += "INSTALL_LIB=${baselib}" | 27 | EXTRA_OEMAKE += "INSTALL_LIB=${baselib}" |
28 | 28 | ||
29 | do_install() { | 29 | do_install() { |
diff --git a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb index fd6b85ff2e..c355dadf0b 100644 --- a/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb +++ b/meta-oe/recipes-connectivity/gammu/gammu_1.32.0.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "de67caa102aa4c8fbed5300e5a0262e40411c4cc79f4379a8d34eed797 | |||
15 | 15 | ||
16 | inherit distutils3 cmake gettext | 16 | inherit distutils3 cmake gettext |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | # these files seem to only be used by symbian and trigger QA warnings | 19 | # these files seem to only be used by symbian and trigger QA warnings |
20 | rm -rf ${D}/usr/share/gammu | 20 | rm -rf ${D}/usr/share/gammu |
21 | #install default configuration files | 21 | #install default configuration files |
@@ -42,19 +42,19 @@ EXTRA_OECMAKE = " \ | |||
42 | 42 | ||
43 | PACKAGES =+ "${PN}-smsd libgammu libgsmsd python-${PN}" | 43 | PACKAGES =+ "${PN}-smsd libgammu libgsmsd python-${PN}" |
44 | 44 | ||
45 | FILES_${PN} = "${bindir}/gammu ${bindir}/jadmaker ${sysconfdir}/bash_completion.d/gammu \ | 45 | FILES:${PN} = "${bindir}/gammu ${bindir}/jadmaker ${sysconfdir}/bash_completion.d/gammu \ |
46 | ${bindir}/gammu-detect ${sysconfdir}/gammurc" | 46 | ${bindir}/gammu-detect ${sysconfdir}/gammurc" |
47 | CONFFILES_${PN} = "${sysconfdir}/gammurc" | 47 | CONFFILES:${PN} = "${sysconfdir}/gammurc" |
48 | FILES_${PN}-smsd = "${bindir}/gammu-smsd* ${sysconfdir}/gammu-smsdrc" | 48 | FILES:${PN}-smsd = "${bindir}/gammu-smsd* ${sysconfdir}/gammu-smsdrc" |
49 | CONFFILES_${PN}-smsd = "${sysconfdir}/gammu-smsdrc" | 49 | CONFFILES:${PN}-smsd = "${sysconfdir}/gammu-smsdrc" |
50 | FILES_${PN}-dev += "${bindir}/gammu-config ${libdir}/*.so" | 50 | FILES:${PN}-dev += "${bindir}/gammu-config ${libdir}/*.so" |
51 | FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/.debug ${PYTHON_SITEPACKAGES_DIR}/gammu/.debug" | 51 | FILES:${PN}-dbg += "${bindir}/.debug ${libdir}/.debug ${PYTHON_SITEPACKAGES_DIR}/gammu/.debug" |
52 | FILES_libgammu = "${libdir}/libGammu.so.*" | 52 | FILES:libgammu = "${libdir}/libGammu.so.*" |
53 | FILES_libgsmsd = "${libdir}/libgsmsd.so.*" | 53 | FILES:libgsmsd = "${libdir}/libgsmsd.so.*" |
54 | FILES_python-${PN} = "${PYTHON_SITEPACKAGES_DIR}/gammu/*.??" | 54 | FILES:python-${PN} = "${PYTHON_SITEPACKAGES_DIR}/gammu/*.??" |
55 | 55 | ||
56 | RDEPENDS_${PN} += "bash" | 56 | RDEPENDS:${PN} += "bash" |
57 | RDEPENDS_${PN}-dev += "bash" | 57 | RDEPENDS:${PN}-dev += "bash" |
58 | 58 | ||
59 | # Fails to build with thumb-1 (qemuarm) | 59 | # Fails to build with thumb-1 (qemuarm) |
60 | # gammu-1.32.0/libgammu/service/sms/gsmems.c:542:1: internal compiler error: in patch_jump_insn, at cfgrtl.c:1275 | 60 | # gammu-1.32.0/libgammu/service/sms/gsmems.c:542:1: internal compiler error: in patch_jump_insn, at cfgrtl.c:1275 |
diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb index d79dbed87a..234f840f95 100644 --- a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb +++ b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb | |||
@@ -28,5 +28,5 @@ EXTRA_OECMAKE += "-DGATTLIB_BUILD_DOCS=OFF" | |||
28 | 28 | ||
29 | inherit pkgconfig cmake | 29 | inherit pkgconfig cmake |
30 | 30 | ||
31 | FILES_${PN} = "${libdir}/*" | 31 | FILES:${PN} = "${libdir}/*" |
32 | FILES_${PN}-dev = "${includedir}/*" | 32 | FILES:${PN}-dev = "${includedir}/*" |
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.2.8.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.2.8.bb index 4c85275f47..a2478dd54e 100644 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.2.8.bb +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.2.8.bb | |||
@@ -21,4 +21,4 @@ PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig" | |||
21 | 21 | ||
22 | EXTRA_OECONF = "--without-python" | 22 | EXTRA_OECONF = "--without-python" |
23 | 23 | ||
24 | RDEPENDS_${PN} += "bash" | 24 | RDEPENDS:${PN} += "bash" |
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb index a9780bc6db..3356f45ca1 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb +++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb | |||
@@ -31,10 +31,10 @@ CONFLICT_DISTRO_FEATURES = "openssl-no-weak-ciphers" | |||
31 | 31 | ||
32 | INITSCRIPT_NAME = "hostapd" | 32 | INITSCRIPT_NAME = "hostapd" |
33 | 33 | ||
34 | SYSTEMD_SERVICE_${PN} = "hostapd.service" | 34 | SYSTEMD_SERVICE:${PN} = "hostapd.service" |
35 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 35 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
36 | 36 | ||
37 | do_configure_append() { | 37 | do_configure:append() { |
38 | install -m 0644 ${WORKDIR}/defconfig ${B}/.config | 38 | install -m 0644 ${WORKDIR}/defconfig ${B}/.config |
39 | } | 39 | } |
40 | 40 | ||
@@ -54,4 +54,4 @@ do_install() { | |||
54 | sed -i -e 's,@SBINDIR@,${sbindir},g' -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/hostapd.service | 54 | sed -i -e 's,@SBINDIR@,${sbindir},g' -e 's,@SYSCONFDIR@,${sysconfdir},g' ${D}${systemd_unitdir}/system/hostapd.service |
55 | } | 55 | } |
56 | 56 | ||
57 | CONFFILES_${PN} += "${sysconfdir}/hostapd.conf" | 57 | CONFFILES:${PN} += "${sysconfdir}/hostapd.conf" |
diff --git a/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb b/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb index 7dc83e85f7..3e6a01de87 100644 --- a/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb +++ b/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz \ | |||
10 | file://0001-src-interface.h-Make-declarations-as-extern.patch \ | 10 | file://0001-src-interface.h-Make-declarations-as-extern.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI_append_libc-musl = " file://Fix-build-with-musl.patch" | 13 | SRC_URI:append:libc-musl = " file://Fix-build-with-musl.patch" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "df6f4bab52f46ffd6eb1f5912d4ccee3" | 15 | SRC_URI[md5sum] = "df6f4bab52f46ffd6eb1f5912d4ccee3" |
16 | SRC_URI[sha256sum] = "474754ac4ab32d738cbf2a4a3e87ee0a2c71b9048a38bdcd7df1e4f9fd6541f0" | 16 | SRC_URI[sha256sum] = "474754ac4ab32d738cbf2a4a3e87ee0a2c71b9048a38bdcd7df1e4f9fd6541f0" |
@@ -22,6 +22,6 @@ EXTRA_OECONF = "--disable-lynx --with-initdir=${sysconfdir}/init.d" | |||
22 | INITSCRIPT_NAME = "ifplugd" | 22 | INITSCRIPT_NAME = "ifplugd" |
23 | INITSCRIPT_PARAMS = "defaults" | 23 | INITSCRIPT_PARAMS = "defaults" |
24 | 24 | ||
25 | CONFFILES_${PN} = "${sysconfdir}/ifplugd/ifplugd.conf" | 25 | CONFFILES:${PN} = "${sysconfdir}/ifplugd/ifplugd.conf" |
26 | 26 | ||
27 | RDEPENDS_${PN} += "bash" | 27 | RDEPENDS:${PN} += "bash" |
diff --git a/meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb b/meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb index c95741cd94..bb476ca717 100644 --- a/meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb +++ b/meta-oe/recipes-connectivity/irssi/irssi_1.2.3.bb | |||
@@ -19,4 +19,4 @@ EXTRA_OECONF += "--with-textui \ | |||
19 | --with-perl=no \ | 19 | --with-perl=no \ |
20 | --enable-true-color" | 20 | --enable-true-color" |
21 | 21 | ||
22 | FILES_${PN}-staticdev += "${libdir}/${BPN}/modules/*.a" | 22 | FILES:${PN}-staticdev += "${libdir}/${BPN}/modules/*.a" |
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.15.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.15.bb index 9a5256f94a..bb75387392 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.15.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.15.bb | |||
@@ -26,29 +26,29 @@ PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--dis | |||
26 | 26 | ||
27 | EXTRA_OECONF = "--enable-external-ell" | 27 | EXTRA_OECONF = "--enable-external-ell" |
28 | 28 | ||
29 | SYSTEMD_SERVICE_${PN} = " \ | 29 | SYSTEMD_SERVICE:${PN} = " \ |
30 | iwd.service \ | 30 | iwd.service \ |
31 | ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)} \ | 31 | ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)} \ |
32 | " | 32 | " |
33 | 33 | ||
34 | do_configure_prepend() { | 34 | do_configure:prepend() { |
35 | install -d ${S}/build-aux | 35 | install -d ${S}/build-aux |
36 | } | 36 | } |
37 | 37 | ||
38 | do_install_append() { | 38 | do_install:append() { |
39 | # If client and monitor are disabled, bindir is empty, causing a QA error | 39 | # If client and monitor are disabled, bindir is empty, causing a QA error |
40 | rmdir --ignore-fail-on-non-empty ${D}/${bindir} | 40 | rmdir --ignore-fail-on-non-empty ${D}/${bindir} |
41 | } | 41 | } |
42 | 42 | ||
43 | FILES_${PN} += " \ | 43 | FILES:${PN} += " \ |
44 | ${datadir}/dbus-1 \ | 44 | ${datadir}/dbus-1 \ |
45 | ${nonarch_libdir}/modules-load.d \ | 45 | ${nonarch_libdir}/modules-load.d \ |
46 | ${systemd_unitdir}/network \ | 46 | ${systemd_unitdir}/network \ |
47 | " | 47 | " |
48 | 48 | ||
49 | RDEPENDS_${PN} = "dbus" | 49 | RDEPENDS:${PN} = "dbus" |
50 | 50 | ||
51 | RRECOMMENDS_${PN} = "\ | 51 | RRECOMMENDS:${PN} = "\ |
52 | kernel-module-pkcs7-message \ | 52 | kernel-module-pkcs7-message \ |
53 | kernel-module-pkcs8-key-parser \ | 53 | kernel-module-pkcs8-key-parser \ |
54 | kernel-module-x509-key-parser \ | 54 | kernel-module-x509-key-parser \ |
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb index 29bcb48b15..8b83705f6b 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb | |||
@@ -52,9 +52,9 @@ CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regc | |||
52 | ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \ | 52 | ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \ |
53 | ac_cv_file__etc_TIMEZONE=no" | 53 | ac_cv_file__etc_TIMEZONE=no" |
54 | 54 | ||
55 | CFLAGS_append = " -fPIC -DDESTRUCTOR_ATTR_WORKS=1 -I${STAGING_INCDIR}/et" | 55 | CFLAGS:append = " -fPIC -DDESTRUCTOR_ATTR_WORKS=1 -I${STAGING_INCDIR}/et" |
56 | CFLAGS_append_riscv64 = " -D_REENTRANT -pthread" | 56 | CFLAGS:append:riscv64 = " -D_REENTRANT -pthread" |
57 | LDFLAGS_append = " -pthread" | 57 | LDFLAGS:append = " -pthread" |
58 | 58 | ||
59 | do_configure() { | 59 | do_configure() { |
60 | gnu-configize --force | 60 | gnu-configize --force |
@@ -62,7 +62,7 @@ do_configure() { | |||
62 | oe_runconf | 62 | oe_runconf |
63 | } | 63 | } |
64 | 64 | ||
65 | do_install_append() { | 65 | do_install:append() { |
66 | rm -rf ${D}/${localstatedir}/run | 66 | rm -rf ${D}/${localstatedir}/run |
67 | rm -f ${D}${bindir}/sclient | 67 | rm -f ${D}${bindir}/sclient |
68 | rm -f ${D}${bindir}/sim_client | 68 | rm -f ${D}${bindir}/sim_client |
@@ -118,23 +118,23 @@ PACKAGES =+ "${PN}-admin-server \ | |||
118 | libkrb5support \ | 118 | libkrb5support \ |
119 | libverto" | 119 | libverto" |
120 | 120 | ||
121 | FILES_${PN} = "${libdir}/krb5/plugins/preauth/test.so" | 121 | FILES:${PN} = "${libdir}/krb5/plugins/preauth/test.so" |
122 | FILES_${PN}-doc += "${datadir}/examples" | 122 | FILES:${PN}-doc += "${datadir}/examples" |
123 | FILES_${PN}-dbg += "${libdir}/krb5/plugins/*/.debug" | 123 | FILES:${PN}-dbg += "${libdir}/krb5/plugins/*/.debug" |
124 | 124 | ||
125 | FILES_${PN}-admin-server = "${sbindir}/kadmin.local \ | 125 | FILES:${PN}-admin-server = "${sbindir}/kadmin.local \ |
126 | ${sbindir}/kadmind \ | 126 | ${sbindir}/kadmind \ |
127 | ${sbindir}/kprop \ | 127 | ${sbindir}/kprop \ |
128 | ${sysconfdir}/default/krb5-admin-server \ | 128 | ${sysconfdir}/default/krb5-admin-server \ |
129 | ${sysconfdir}/init.d/krb5-admin-server \ | 129 | ${sysconfdir}/init.d/krb5-admin-server \ |
130 | ${systemd_system_unitdir}/krb5-admin-server.service" | 130 | ${systemd_system_unitdir}/krb5-admin-server.service" |
131 | 131 | ||
132 | FILES_${PN}-gss-samples = "${bindir}/gss-client \ | 132 | FILES:${PN}-gss-samples = "${bindir}/gss-client \ |
133 | ${sbindir}/gss-server" | 133 | ${sbindir}/gss-server" |
134 | 134 | ||
135 | FILES_${PN}-k5tls = "${libdir}/krb5/plugins/tls/k5tls.so" | 135 | FILES:${PN}-k5tls = "${libdir}/krb5/plugins/tls/k5tls.so" |
136 | 136 | ||
137 | FILES_${PN}-kdc = "${libdir}/krb5/plugins/kdb/db2.so \ | 137 | FILES:${PN}-kdc = "${libdir}/krb5/plugins/kdb/db2.so \ |
138 | ${localstatedir}/krb5kdc \ | 138 | ${localstatedir}/krb5kdc \ |
139 | ${sbindir}/kdb5_util \ | 139 | ${sbindir}/kdb5_util \ |
140 | ${sbindir}/kproplog \ | 140 | ${sbindir}/kproplog \ |
@@ -145,41 +145,41 @@ FILES_${PN}-kdc = "${libdir}/krb5/plugins/kdb/db2.so \ | |||
145 | ${sysconfdir}/tmpfiles.d/krb5.conf \ | 145 | ${sysconfdir}/tmpfiles.d/krb5.conf \ |
146 | ${systemd_system_unitdir}/krb5-kdc.service" | 146 | ${systemd_system_unitdir}/krb5-kdc.service" |
147 | 147 | ||
148 | FILES_${PN}-kdc-ldap = "${libdir}/krb5/libkdb_ldap${SOLIBS} \ | 148 | FILES:${PN}-kdc-ldap = "${libdir}/krb5/libkdb_ldap${SOLIBS} \ |
149 | ${libdir}/krb5/plugins/kdb/kldap.so \ | 149 | ${libdir}/krb5/plugins/kdb/kldap.so \ |
150 | ${sbindir}/kdb5_ldap_util" | 150 | ${sbindir}/kdb5_ldap_util" |
151 | 151 | ||
152 | FILES_${PN}-kpropd = "${sbindir}/kpropd" | 152 | FILES:${PN}-kpropd = "${sbindir}/kpropd" |
153 | FILES_${PN}-otp = "${libdir}/krb5/plugins/preauth/otp.so" | 153 | FILES:${PN}-otp = "${libdir}/krb5/plugins/preauth/otp.so" |
154 | FILES_${PN}-pkinit = "${libdir}/krb5/plugins/preauth/pkinit.so" | 154 | FILES:${PN}-pkinit = "${libdir}/krb5/plugins/preauth/pkinit.so" |
155 | FILES_${PN}-spake = "${libdir}/krb5/plugins/preauth/spake.so" | 155 | FILES:${PN}-spake = "${libdir}/krb5/plugins/preauth/spake.so" |
156 | FILES_${PN}-user = "${bindir}/k*" | 156 | FILES:${PN}-user = "${bindir}/k*" |
157 | 157 | ||
158 | FILES_libgssapi-krb5 = "${libdir}/libgssapi_krb5${SOLIBS}" | 158 | FILES:libgssapi-krb5 = "${libdir}/libgssapi_krb5${SOLIBS}" |
159 | FILES_libgssrpc = "${libdir}/libgssrpc${SOLIBS}" | 159 | FILES:libgssrpc = "${libdir}/libgssrpc${SOLIBS}" |
160 | FILES_libk5crypto = "${libdir}/libk5crypto${SOLIBS}" | 160 | FILES:libk5crypto = "${libdir}/libk5crypto${SOLIBS}" |
161 | FILES_libkadm5clnt-mit = "${libdir}/libkadm5clnt_mit${SOLIBS}" | 161 | FILES:libkadm5clnt-mit = "${libdir}/libkadm5clnt_mit${SOLIBS}" |
162 | FILES_libkadm5srv-mit = "${libdir}/libkadm5srv_mit${SOLIBS}" | 162 | FILES:libkadm5srv-mit = "${libdir}/libkadm5srv_mit${SOLIBS}" |
163 | FILES_libkdb5 = "${libdir}/libkdb5${SOLIBS}" | 163 | FILES:libkdb5 = "${libdir}/libkdb5${SOLIBS}" |
164 | FILES_libkrad = "${libdir}/libkrad${SOLIBS}" | 164 | FILES:libkrad = "${libdir}/libkrad${SOLIBS}" |
165 | FILES_libkrb5 = "${libdir}/libkrb5${SOLIBS} \ | 165 | FILES:libkrb5 = "${libdir}/libkrb5${SOLIBS} \ |
166 | ${libdir}/krb5/plugins/authdata \ | 166 | ${libdir}/krb5/plugins/authdata \ |
167 | ${libdir}/krb5/plugins/libkrb5" | 167 | ${libdir}/krb5/plugins/libkrb5" |
168 | FILES_libkrb5support = "${libdir}/libkrb5support${SOLIBS}" | 168 | FILES:libkrb5support = "${libdir}/libkrb5support${SOLIBS}" |
169 | FILES_libverto = "${libdir}/libverto${SOLIBS}" | 169 | FILES:libverto = "${libdir}/libverto${SOLIBS}" |
170 | 170 | ||
171 | RDEPENDS_${PN}-kadmin-server = "${PN}-kdc" | 171 | RDEPENDS:${PN}-kadmin-server = "${PN}-kdc" |
172 | RDEPENDS_${PN}-kpropd = "${PN}-kdc" | 172 | RDEPENDS:${PN}-kpropd = "${PN}-kdc" |
173 | 173 | ||
174 | INITSCRIPT_PACKAGES = "${PN}-admin-server ${PN}-kdc" | 174 | INITSCRIPT_PACKAGES = "${PN}-admin-server ${PN}-kdc" |
175 | INITSCRIPT_NAME_${PN}-admin-server = "krb5-admin-server" | 175 | INITSCRIPT_NAME:${PN}-admin-server = "krb5-admin-server" |
176 | INITSCRIPT_NAME_${PN}-kdc = "krb5-kdc" | 176 | INITSCRIPT_NAME:${PN}-kdc = "krb5-kdc" |
177 | 177 | ||
178 | SYSTEMD_PACKAGES = "${PN}-admin-server ${PN}-kdc" | 178 | SYSTEMD_PACKAGES = "${PN}-admin-server ${PN}-kdc" |
179 | SYSTEMD_SERVICE_${PN}-admin-server = "krb5-admin-server.service" | 179 | SYSTEMD_SERVICE:${PN}-admin-server = "krb5-admin-server.service" |
180 | SYSTEMD_SERVICE_${PN}-kdc = "krb5-kdc.service" | 180 | SYSTEMD_SERVICE:${PN}-kdc = "krb5-kdc.service" |
181 | 181 | ||
182 | pkg_postinst_${PN}-kdc () { | 182 | pkg_postinst:${PN}-kdc () { |
183 | if [ -z "$D" ]; then | 183 | if [ -z "$D" ]; then |
184 | if command -v systemd-tmpfiles >/dev/null; then | 184 | if command -v systemd-tmpfiles >/dev/null; then |
185 | systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/krb5.conf | 185 | systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/krb5.conf |
diff --git a/meta-oe/recipes-connectivity/libev/libev_4.33.bb b/meta-oe/recipes-connectivity/libev/libev_4.33.bb index 760c2dbce4..528b4e8b19 100644 --- a/meta-oe/recipes-connectivity/libev/libev_4.33.bb +++ b/meta-oe/recipes-connectivity/libev/libev_4.33.bb | |||
@@ -12,7 +12,7 @@ inherit autotools | |||
12 | 12 | ||
13 | EXTRA_OECONF += "--with-pic" | 13 | EXTRA_OECONF += "--with-pic" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | # Avoid conflicting with libevent. The provided compatibility layer is | 16 | # Avoid conflicting with libevent. The provided compatibility layer is |
17 | # still basic so drop it for now. | 17 | # still basic so drop it for now. |
18 | rm ${D}${includedir}/event.h | 18 | rm ${D}${includedir}/event.h |
diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.18.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.18.bb index 423bfd6890..7e3f91a419 100644 --- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.18.bb +++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.18.bb | |||
@@ -16,10 +16,10 @@ LIC_FILES_CHKSUM = "\ | |||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | 17 | ||
18 | DEPENDS = "libusb1 gettext-native" | 18 | DEPENDS = "libusb1 gettext-native" |
19 | DEPENDS_append_class-target = " ${BPN}-native" | 19 | DEPENDS:append:class-target = " ${BPN}-native" |
20 | 20 | ||
21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | 21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" |
22 | SRC_URI_append_class-target = " file://0001-Use-native-mtp-hotplug.patch" | 22 | SRC_URI:append:class-target = " file://0001-Use-native-mtp-hotplug.patch" |
23 | 23 | ||
24 | SRC_URI[md5sum] = "7915496daa3f4ea3e095f0161f83d4d4" | 24 | SRC_URI[md5sum] = "7915496daa3f4ea3e095f0161f83d4d4" |
25 | SRC_URI[sha256sum] = "7280fe50c044c818a06667f45eabca884deab3193caa8682e0b581e847a281f0" | 25 | SRC_URI[sha256sum] = "7280fe50c044c818a06667f45eabca884deab3193caa8682e0b581e847a281f0" |
@@ -38,13 +38,13 @@ PACKAGECONFIG[mtpz] = "--enable-mtpz,--disable-mtpz,libgcrypt" | |||
38 | 38 | ||
39 | PACKAGES =+ "${BPN}-common ${BPN}-runtime" | 39 | PACKAGES =+ "${BPN}-common ${BPN}-runtime" |
40 | 40 | ||
41 | RDEPENDS_${BPN} += "libmtp-common" | 41 | RDEPENDS:${BPN} += "libmtp-common" |
42 | RRECOMMENDS_${BPN} += "libmtp-runtime ${PN}-bin" | 42 | RRECOMMENDS:${BPN} += "libmtp-runtime ${PN}-bin" |
43 | 43 | ||
44 | FILES_${BPN}-common = "${nonarch_base_libdir}/udev/rules.d/*" | 44 | FILES:${BPN}-common = "${nonarch_base_libdir}/udev/rules.d/*" |
45 | SUMMARY_${BPN}-common = "The udev rules file for MTP devices" | 45 | SUMMARY:${BPN}-common = "The udev rules file for MTP devices" |
46 | 46 | ||
47 | FILES_${BPN}-runtime = "${nonarch_base_libdir}/udev/mtp-probe" | 47 | FILES:${BPN}-runtime = "${nonarch_base_libdir}/udev/mtp-probe" |
48 | RDEPENDS_${BPN}-runtime = "libmtp-common" | 48 | RDEPENDS:${BPN}-runtime = "libmtp-common" |
49 | SUMMARY_${BPN}-runtime = "mtp-probe, used for the MTP udev rules" | 49 | SUMMARY:${BPN}-runtime = "mtp-probe, used for the MTP udev rules" |
50 | DESCRIPTION_${BPN}-runtime = "This package provides mtp-probe, a program to probe newly connected device interfaces from userspace to determine if they are MTP devices, used for udev rules." | 50 | DESCRIPTION:${BPN}-runtime = "This package provides mtp-probe, a program to probe newly connected device interfaces from userspace to determine if they are MTP devices, used for udev rules." |
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb index e0d3bef3ca..83326cb548 100644 --- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb +++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | |||
@@ -17,9 +17,9 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | PACKAGECONFIG ??= "instrumentation" | 18 | PACKAGECONFIG ??= "instrumentation" |
19 | 19 | ||
20 | PACKAGECONFIG_remove_mipsarch = "instrumentation" | 20 | PACKAGECONFIG:remove:mipsarch = "instrumentation" |
21 | PACKAGECONFIG_remove_powerpc = "instrumentation" | 21 | PACKAGECONFIG:remove:powerpc = "instrumentation" |
22 | PACKAGECONFIG_remove_riscv32 = "instrumentation" | 22 | PACKAGECONFIG:remove:riscv32 = "instrumentation" |
23 | 23 | ||
24 | PACKAGECONFIG[instrumentation] = "--enable-instrumentation,--disable-instrumentation," | 24 | PACKAGECONFIG[instrumentation] = "--enable-instrumentation,--disable-instrumentation," |
25 | 25 | ||
@@ -27,6 +27,6 @@ inherit autotools pkgconfig | |||
27 | 27 | ||
28 | EXTRA_OECONF = "--with-zlib=${STAGING_EXECPREFIXDIR}" | 28 | EXTRA_OECONF = "--with-zlib=${STAGING_EXECPREFIXDIR}" |
29 | 29 | ||
30 | do_configure_prepend() { | 30 | do_configure:prepend() { |
31 | (cd ${S}; ./autogen.sh; cd -) | 31 | (cd ${S}; ./autogen.sh; cd -) |
32 | } | 32 | } |
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.1.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.1.bb index 685aebee59..8601a2c042 100644 --- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.1.bb +++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.2.1.bb | |||
@@ -31,13 +31,13 @@ EXTRA_OECMAKE += " \ | |||
31 | 31 | ||
32 | PACKAGES =+ "${PN}-testapps ${PN}-evlib-event ${PN}-evlib-uv ${PN}-evlib-ev" | 32 | PACKAGES =+ "${PN}-testapps ${PN}-evlib-event ${PN}-evlib-uv ${PN}-evlib-ev" |
33 | 33 | ||
34 | FILES_${PN}-testapps += "${datadir}/libwebsockets-test-server/* ${bindir}/libwebsockets-test-*" | 34 | FILES:${PN}-testapps += "${datadir}/libwebsockets-test-server/* ${bindir}/libwebsockets-test-*" |
35 | FILES_${PN}-evlib-event += "${libdir}/libwebsockets-evlib_event.so" | 35 | FILES:${PN}-evlib-event += "${libdir}/libwebsockets-evlib_event.so" |
36 | FILES_${PN}-evlib-uv += "${libdir}/libwebsockets-evlib_uv.so" | 36 | FILES:${PN}-evlib-uv += "${libdir}/libwebsockets-evlib_uv.so" |
37 | FILES_${PN}-evlib-ev += "${libdir}/libwebsockets-evlib_ev.so" | 37 | FILES:${PN}-evlib-ev += "${libdir}/libwebsockets-evlib_ev.so" |
38 | 38 | ||
39 | RDEPENDS_${PN} += " ${@bb.utils.contains('PACKAGECONFIG', 'libevent', '${PN}-evlib-event', '', d)}" | 39 | RDEPENDS:${PN} += " ${@bb.utils.contains('PACKAGECONFIG', 'libevent', '${PN}-evlib-event', '', d)}" |
40 | RDEPENDS_${PN} += " ${@bb.utils.contains('PACKAGECONFIG', 'libuv', '${PN}-evlib-uv', '', d)}" | 40 | RDEPENDS:${PN} += " ${@bb.utils.contains('PACKAGECONFIG', 'libuv', '${PN}-evlib-uv', '', d)}" |
41 | RDEPENDS_${PN} += " ${@bb.utils.contains('PACKAGECONFIG', 'libev', '${PN}-evlib-ev', '', d)}" | 41 | RDEPENDS:${PN} += " ${@bb.utils.contains('PACKAGECONFIG', 'libev', '${PN}-evlib-ev', '', d)}" |
42 | 42 | ||
43 | RDEPENDS_${PN}-dev += " ${@bb.utils.contains('PACKAGECONFIG', 'static', '${PN}-staticdev', '', d)}" | 43 | RDEPENDS:${PN}-dev += " ${@bb.utils.contains('PACKAGECONFIG', 'static', '${PN}-staticdev', '', d)}" |
diff --git a/meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.bb b/meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.bb index a0f894a4db..4c6a0797bb 100644 --- a/meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.bb +++ b/meta-oe/recipes-connectivity/linuxptp/linuxptp_3.1.bb | |||
@@ -28,5 +28,5 @@ do_install() { | |||
28 | 28 | ||
29 | PACKAGES =+ "${PN}-configs" | 29 | PACKAGES =+ "${PN}-configs" |
30 | 30 | ||
31 | FILES_${PN}-configs = "${docdir}" | 31 | FILES:${PN}-configs = "${docdir}" |
32 | FILES_${PN}-doc = "${mandir}" | 32 | FILES:${PN}-doc = "${mandir}" |
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.16.8.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.16.8.bb index acfa113edb..a97c94e5c3 100644 --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.16.8.bb +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.16.8.bb | |||
@@ -31,7 +31,7 @@ EXTRA_OECONF = " \ | |||
31 | --with-udev-base-dir=${nonarch_base_libdir}/udev \ | 31 | --with-udev-base-dir=${nonarch_base_libdir}/udev \ |
32 | " | 32 | " |
33 | 33 | ||
34 | FILES_${PN} += " \ | 34 | FILES:${PN} += " \ |
35 | ${datadir}/icons \ | 35 | ${datadir}/icons \ |
36 | ${datadir}/polkit-1 \ | 36 | ${datadir}/polkit-1 \ |
37 | ${datadir}/dbus-1 \ | 37 | ${datadir}/dbus-1 \ |
@@ -40,14 +40,14 @@ FILES_${PN} += " \ | |||
40 | ${systemd_unitdir}/system \ | 40 | ${systemd_unitdir}/system \ |
41 | " | 41 | " |
42 | 42 | ||
43 | FILES_${PN}-dev += " \ | 43 | FILES:${PN}-dev += " \ |
44 | ${libdir}/ModemManager/*.la \ | 44 | ${libdir}/ModemManager/*.la \ |
45 | " | 45 | " |
46 | 46 | ||
47 | FILES_${PN}-staticdev += " \ | 47 | FILES:${PN}-staticdev += " \ |
48 | ${libdir}/ModemManager/*.a \ | 48 | ${libdir}/ModemManager/*.a \ |
49 | " | 49 | " |
50 | 50 | ||
51 | FILES_${PN}-dbg += "${libdir}/ModemManager/.debug" | 51 | FILES:${PN}-dbg += "${libdir}/ModemManager/.debug" |
52 | 52 | ||
53 | SYSTEMD_SERVICE_${PN} = "ModemManager.service" | 53 | SYSTEMD_SERVICE:${PN} = "ModemManager.service" |
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb index 9c439354d1..220c0a8861 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb | |||
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e | |||
23 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
24 | 24 | ||
25 | PACKAGE_BEFORE_PN += "${PN}-server" | 25 | PACKAGE_BEFORE_PN += "${PN}-server" |
26 | FILES_${PN}-server = "${bindir}/mosh-server" | 26 | FILES:${PN}-server = "${bindir}/mosh-server" |
27 | 27 | ||
28 | NEEDED_PERL_MODULES = "\ | 28 | NEEDED_PERL_MODULES = "\ |
29 | perl-module-socket \ | 29 | perl-module-socket \ |
@@ -34,9 +34,9 @@ NEEDED_PERL_MODULES = "\ | |||
34 | " | 34 | " |
35 | 35 | ||
36 | # mosh uses SSH to authenticate and the client uses OpenSSH-specific features | 36 | # mosh uses SSH to authenticate and the client uses OpenSSH-specific features |
37 | RDEPENDS_${PN} += "openssh-ssh ${NEEDED_PERL_MODULES}" | 37 | RDEPENDS:${PN} += "openssh-ssh ${NEEDED_PERL_MODULES}" |
38 | # The server seemed not to work with dropbear either | 38 | # The server seemed not to work with dropbear either |
39 | RDEPENDS_${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}" | 39 | RDEPENDS:${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}" |
40 | 40 | ||
41 | # Fails to build with thumb-1 (qemuarm) | 41 | # Fails to build with thumb-1 (qemuarm) |
42 | #| {standard input}: Assembler messages: | 42 | #| {standard input}: Assembler messages: |
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb index 8763709355..a181ef0e13 100644 --- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb +++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | |||
@@ -14,4 +14,4 @@ inherit features_check autotools-brokensep pkgconfig | |||
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/dbus-1/" | 17 | FILES:${PN} += "${datadir}/dbus-1/" |
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb index 8790723967..420d563acd 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
8 | " | 8 | " |
9 | 9 | ||
10 | DEPENDS = "virtual/libusb0" | 10 | DEPENDS = "virtual/libusb0" |
11 | DEPENDS_append_class-target = " bluez5" | 11 | DEPENDS:append:class-target = " bluez5" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}-Source.tar.gz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}-Source.tar.gz \ |
14 | " | 14 | " |
@@ -24,14 +24,14 @@ EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF" | |||
24 | 24 | ||
25 | ASNEEDED = "" | 25 | ASNEEDED = "" |
26 | 26 | ||
27 | do_install_append () { | 27 | do_install:append () { |
28 | rmdir ${D}${bindir} | 28 | rmdir ${D}${bindir} |
29 | } | 29 | } |
30 | 30 | ||
31 | PACKAGES =+ "openobex-apps" | 31 | PACKAGES =+ "openobex-apps" |
32 | FILES_${PN}-apps = "${bindir}/*" | 32 | FILES:${PN}-apps = "${bindir}/*" |
33 | FILES_${PN} += "${libdir}/lib*.so.*" | 33 | FILES:${PN} += "${libdir}/lib*.so.*" |
34 | FILES_${PN}-dev += "${bindir}/openobex-config" | 34 | FILES:${PN}-dev += "${bindir}/openobex-config" |
35 | DEBIAN_NOAUTONAME_${PN}-apps = "1" | 35 | DEBIAN_NOAUTONAME:${PN}-apps = "1" |
36 | 36 | ||
37 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb index b4a914d929..9c9c5965ed 100644 --- a/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb +++ b/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb | |||
@@ -23,7 +23,7 @@ PACKAGECONFIG ?= "" | |||
23 | PACKAGECONFIG[fuse] = "-DENABLE_FUSE=ON,-DENABLE_FUSE=OFF,fuse" | 23 | PACKAGECONFIG[fuse] = "-DENABLE_FUSE=ON,-DENABLE_FUSE=OFF,fuse" |
24 | PACKAGECONFIG[swig] = "-DENABLE_SWIG=ON,-DENABLE_SWIG=OFF,swig" | 24 | PACKAGECONFIG[swig] = "-DENABLE_SWIG=ON,-DENABLE_SWIG=OFF,swig" |
25 | 25 | ||
26 | DEPENDS_remove_class-native = "fuse-native" | 26 | DEPENDS:remove:class-native = "fuse-native" |
27 | 27 | ||
28 | S = "${WORKDIR}/${BP}-Source" | 28 | S = "${WORKDIR}/${BP}-Source" |
29 | 29 | ||
@@ -32,11 +32,11 @@ EXTRA_OECMAKE += "-DCMAKE_SKIP_RPATH=ON \ | |||
32 | -DENABLE_RUBY=OFF -DENABLE_TCL=OFF \ | 32 | -DENABLE_RUBY=OFF -DENABLE_TCL=OFF \ |
33 | " | 33 | " |
34 | 34 | ||
35 | do_compile_class-native () { | 35 | do_compile:class-native () { |
36 | oe_runmake crctable | 36 | oe_runmake crctable |
37 | } | 37 | } |
38 | 38 | ||
39 | do_install_class-native () { | 39 | do_install:class-native () { |
40 | install -D -m 0755 ${B}/bfb/crctable ${D}${bindir}/crctable | 40 | install -D -m 0755 ${B}/bfb/crctable ${D}${bindir}/crctable |
41 | } | 41 | } |
42 | 42 | ||
diff --git a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb index efa3467a7f..f976ca109c 100644 --- a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb +++ b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb | |||
@@ -11,7 +11,7 @@ These tools are used at runtime." | |||
11 | 11 | ||
12 | inherit packagegroup | 12 | inherit packagegroup |
13 | 13 | ||
14 | RDEPENDS_${PN} = " \ | 14 | RDEPENDS:${PN} = " \ |
15 | bluez5-noinst-tools \ | 15 | bluez5-noinst-tools \ |
16 | bluez5-obex \ | 16 | bluez5-obex \ |
17 | bluez5-testtools \ | 17 | bluez5-testtools \ |
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb index f9b503a2cd..01c961f8a9 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.8.bb | |||
@@ -21,11 +21,11 @@ S = "${WORKDIR}/git" | |||
21 | 21 | ||
22 | inherit cmake | 22 | inherit cmake |
23 | 23 | ||
24 | do_configure_prepend() { | 24 | do_configure:prepend() { |
25 | sed -i s:\ lib/cmake:\ ${baselib}/cmake:g ${S}/src/CMakeLists.txt | 25 | sed -i s:\ lib/cmake:\ ${baselib}/cmake:g ${S}/src/CMakeLists.txt |
26 | } | 26 | } |
27 | 27 | ||
28 | do_install_append() { | 28 | do_install:append() { |
29 | # paho-mqtt installes some thing that we don't want. | 29 | # paho-mqtt installes some thing that we don't want. |
30 | rm -rf ${D}${prefix}/samples | 30 | rm -rf ${D}${prefix}/samples |
31 | find ${D}${prefix} -maxdepth 1 -type f -delete | 31 | find ${D}${prefix} -maxdepth 1 -type f -delete |
diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb index 0cfd225cf8..29474f17dd 100644 --- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb +++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb | |||
@@ -16,4 +16,4 @@ EXTRA_OECMAKE = "-DBUILD_EXAMPLES=OFF -DBUILD_TOOLS=ON -DBUILD_TOOLS_DOCS=OFF -D | |||
16 | inherit cmake pkgconfig | 16 | inherit cmake pkgconfig |
17 | 17 | ||
18 | PACKAGE_BEFORE_PN += "${PN}-tools" | 18 | PACKAGE_BEFORE_PN += "${PN}-tools" |
19 | FILES_${PN}-tools = "${bindir}" | 19 | FILES:${PN}-tools = "${bindir}" |
diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb index e9e35b1651..ac0e8b7686 100644 --- a/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb +++ b/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb | |||
@@ -20,6 +20,6 @@ do_install() { | |||
20 | 20 | ||
21 | inherit update-alternatives | 21 | inherit update-alternatives |
22 | 22 | ||
23 | ALTERNATIVE_${PN} = "rfkill" | 23 | ALTERNATIVE:${PN} = "rfkill" |
24 | ALTERNATIVE_PRIORITY = "60" | 24 | ALTERNATIVE_PRIORITY = "60" |
25 | ALTERNATIVE_LINK_NAME[rfkill] = "${sbindir}/rfkill" | 25 | ALTERNATIVE_LINK_NAME[rfkill] = "${sbindir}/rfkill" |
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb index 331f978f86..86d3be1689 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | |||
@@ -21,6 +21,6 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | |||
21 | 21 | ||
22 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
23 | 23 | ||
24 | do_configure_prepend() { | 24 | do_configure:prepend() { |
25 | (cd ${S}; ./autogen.sh; cd -) | 25 | (cd ${S}; ./autogen.sh; cd -) |
26 | } | 26 | } |
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb index 4d4e841f62..e070d1b533 100644 --- a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb +++ b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb | |||
@@ -16,5 +16,5 @@ inherit autotools pkgconfig gettext gobject-introspection vala | |||
16 | # configure: error: GObject-Introspection must be enabled for Vala bindings | 16 | # configure: error: GObject-Introspection must be enabled for Vala bindings |
17 | EXTRA_OECONF = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-vala-bindings', '--disable-vala-bindings', d)}" | 17 | EXTRA_OECONF = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-vala-bindings', '--disable-vala-bindings', d)}" |
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/telepathy \ | 19 | FILES:${PN} += "${datadir}/telepathy \ |
20 | ${datadir}/dbus-1" | 20 | ${datadir}/dbus-1" |
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb index 7cb25b6775..a8190a480a 100644 --- a/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb +++ b/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d7 | |||
13 | 13 | ||
14 | inherit autotools pkgconfig ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "pythonnative", "", d)} | 14 | inherit autotools pkgconfig ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "pythonnative", "", d)} |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/telepathy \ | 16 | FILES:${PN} += "${datadir}/telepathy \ |
17 | ${datadir}/dbus-1" | 17 | ${datadir}/dbus-1" |
18 | 18 | ||
19 | python() { | 19 | python() { |
diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.13.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.13.0.bb index e3880b357a..5a09697102 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.13.0.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.13.0.bb | |||
@@ -42,7 +42,7 @@ PACKAGECONFIG ??= "libevent glib" | |||
42 | PACKAGECONFIG[libevent] = "-DWITH_LIBEVENT=ON,-DWITH_LIBEVENT=OFF,libevent" | 42 | PACKAGECONFIG[libevent] = "-DWITH_LIBEVENT=ON,-DWITH_LIBEVENT=OFF,libevent" |
43 | PACKAGECONFIG[glib] = "-DWITH_C_GLIB=ON,-DWITH_C_GLIB=OFF,glib-2.0" | 43 | PACKAGECONFIG[glib] = "-DWITH_C_GLIB=ON,-DWITH_C_GLIB=OFF,glib-2.0" |
44 | 44 | ||
45 | do_install_append () { | 45 | do_install:append () { |
46 | ln -sf thrift ${D}/${bindir}/thrift-compiler | 46 | ln -sf thrift ${D}/${bindir}/thrift-compiler |
47 | } | 47 | } |
48 | 48 | ||
@@ -50,14 +50,14 @@ LEAD_SONAME = "libthrift.so.${PV}" | |||
50 | 50 | ||
51 | # thrift packages | 51 | # thrift packages |
52 | PACKAGE_BEFORE_PN = "${PN}-compiler lib${BPN} lib${BPN}z lib${BPN}nb lib${BPN}-c-glib" | 52 | PACKAGE_BEFORE_PN = "${PN}-compiler lib${BPN} lib${BPN}z lib${BPN}nb lib${BPN}-c-glib" |
53 | FILES_lib${BPN} = "${libdir}/libthrift.so.*" | 53 | FILES:lib${BPN} = "${libdir}/libthrift.so.*" |
54 | FILES_lib${BPN}z = "${libdir}/libthriftz.so.*" | 54 | FILES:lib${BPN}z = "${libdir}/libthriftz.so.*" |
55 | FILES_lib${BPN}nb = "${libdir}/libthriftnb.so.*" | 55 | FILES:lib${BPN}nb = "${libdir}/libthriftnb.so.*" |
56 | FILES_lib${BPN}-c-glib = "${libdir}/libthrift_c_glib.so.*" | 56 | FILES:lib${BPN}-c-glib = "${libdir}/libthrift_c_glib.so.*" |
57 | FILES_${PN}-compiler = "${bindir}/*" | 57 | FILES:${PN}-compiler = "${bindir}/*" |
58 | 58 | ||
59 | # The thrift packages just pulls in some default dependencies but is otherwise empty | 59 | # The thrift packages just pulls in some default dependencies but is otherwise empty |
60 | RRECOMMENDS_${PN} = "${PN}-compiler lib${BPN}" | 60 | RRECOMMENDS:${PN} = "${PN}-compiler lib${BPN}" |
61 | ALLOW_EMPTY_${PN} = "1" | 61 | ALLOW_EMPTY:${PN} = "1" |
62 | RRECOMMENDS_${PN}_class-native = "" | 62 | RRECOMMENDS:${PN}:class-native = "" |
63 | RRECOMMENDS_${PN}_class-nativesdk = "" | 63 | RRECOMMENDS:${PN}:class-nativesdk = "" |
diff --git a/meta-oe/recipes-connectivity/transmission/transmission_git.bb b/meta-oe/recipes-connectivity/transmission/transmission_git.bb index 57267a8de8..74902500d0 100644 --- a/meta-oe/recipes-connectivity/transmission/transmission_git.bb +++ b/meta-oe/recipes-connectivity/transmission/transmission_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=73f535ddffcf2a0d3af4f381f84f9b33" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=73f535ddffcf2a0d3af4f381f84f9b33" |
6 | 6 | ||
7 | DEPENDS = "curl libevent gnutls openssl libtool intltool-native glib-2.0-native" | 7 | DEPENDS = "curl libevent gnutls openssl libtool intltool-native glib-2.0-native" |
8 | RDEPENDS_${PN}-web = "${PN}" | 8 | RDEPENDS:${PN}-web = "${PN}" |
9 | 9 | ||
10 | SRC_URI = " \ | 10 | SRC_URI = " \ |
11 | gitsm://github.com/transmission/transmission \ | 11 | gitsm://github.com/transmission/transmission \ |
@@ -45,7 +45,7 @@ do_configure() { | |||
45 | oe_runconf | 45 | oe_runconf |
46 | } | 46 | } |
47 | 47 | ||
48 | do_install_append() { | 48 | do_install:append() { |
49 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 49 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
50 | sed -i '/USERNAME=/c\USERNAME=${TRANSMISSION_USER}' ${WORKDIR}/transmission-daemon | 50 | sed -i '/USERNAME=/c\USERNAME=${TRANSMISSION_USER}' ${WORKDIR}/transmission-daemon |
51 | install -d ${D}${sysconfdir}/init.d | 51 | install -d ${D}${sysconfdir}/init.d |
@@ -62,12 +62,12 @@ do_install_append() { | |||
62 | 62 | ||
63 | PACKAGES += "${PN}-gtk ${PN}-client ${PN}-web" | 63 | PACKAGES += "${PN}-gtk ${PN}-client ${PN}-web" |
64 | 64 | ||
65 | FILES_${PN}-client = "${bindir}/transmission-remote ${bindir}/transmission-cli ${bindir}/transmission-create ${bindir}/transmission-show ${bindir}/transmission-edit" | 65 | FILES:${PN}-client = "${bindir}/transmission-remote ${bindir}/transmission-cli ${bindir}/transmission-create ${bindir}/transmission-show ${bindir}/transmission-edit" |
66 | FILES_${PN}-gtk += "${bindir}/transmission-gtk ${datadir}/icons ${datadir}/applications ${datadir}/pixmaps" | 66 | FILES:${PN}-gtk += "${bindir}/transmission-gtk ${datadir}/icons ${datadir}/applications ${datadir}/pixmaps" |
67 | FILES_${PN}-web = "${datadir}/transmission/web" | 67 | FILES:${PN}-web = "${datadir}/transmission/web" |
68 | FILES_${PN} = "${bindir}/transmission-daemon ${sysconfdir}/init.d/transmission-daemon ${datadir}/appdata" | 68 | FILES:${PN} = "${bindir}/transmission-daemon ${sysconfdir}/init.d/transmission-daemon ${datadir}/appdata" |
69 | 69 | ||
70 | SYSTEMD_SERVICE_${PN} = "transmission-daemon.service" | 70 | SYSTEMD_SERVICE:${PN} = "transmission-daemon.service" |
71 | 71 | ||
72 | # Script transmission-daemon following the guidelines in: | 72 | # Script transmission-daemon following the guidelines in: |
73 | # https://trac.transmissionbt.com/wiki/Scripts/initd | 73 | # https://trac.transmissionbt.com/wiki/Scripts/initd |
diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb index 3860fd8b99..a3d66f4881 100644 --- a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb +++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb | |||
@@ -17,6 +17,6 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | EXTRA_OECONF += "--without-preflight" | 18 | EXTRA_OECONF += "--without-preflight" |
19 | 19 | ||
20 | FILES_${PN} += "${base_libdir}/udev/rules.d/" | 20 | FILES:${PN} += "${base_libdir}/udev/rules.d/" |
21 | 21 | ||
22 | SYSTEMD_SERVICE_${PN} = "usbmuxd.service" | 22 | SYSTEMD_SERVICE:${PN} = "usbmuxd.service" |
diff --git a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb index cb39f5a0e1..5827e7ad9e 100644 --- a/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb +++ b/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_git.bb | |||
@@ -36,4 +36,4 @@ do_install () { | |||
36 | install -m 0755 ${S}/scripts/sta_reset_parm ${D}${sbindir} | 36 | install -m 0755 ${S}/scripts/sta_reset_parm ${D}${sbindir} |
37 | } | 37 | } |
38 | 38 | ||
39 | RDEPENDS_${PN} = "wpa-supplicant" | 39 | RDEPENDS:${PN} = "wpa-supplicant" |
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb index 473ceabcf0..c41a1738c5 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | |||
7 | inherit pkgconfig | 7 | inherit pkgconfig |
8 | 8 | ||
9 | DEPENDS = "wvstreams" | 9 | DEPENDS = "wvstreams" |
10 | RDEPENDS_${PN} = "ppp" | 10 | RDEPENDS:${PN} = "ppp" |
11 | 11 | ||
12 | SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BP}.tar.bz2 \ | 12 | SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BP}.tar.bz2 \ |
13 | file://typo_pon.wvdial.1.patch \ | 13 | file://typo_pon.wvdial.1.patch \ |
@@ -16,7 +16,7 @@ SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code. | |||
16 | SRC_URI[md5sum] = "37e9a2d664effe4efd44c0e1a20136de" | 16 | SRC_URI[md5sum] = "37e9a2d664effe4efd44c0e1a20136de" |
17 | SRC_URI[sha256sum] = "99906d9560cbdbc97e1855e7b0a7169f1e11983be3ac539140423f09debced82" | 17 | SRC_URI[sha256sum] = "99906d9560cbdbc97e1855e7b0a7169f1e11983be3ac539140423f09debced82" |
18 | 18 | ||
19 | COMPATIBLE_HOST_libc-musl = "null" | 19 | COMPATIBLE_HOST:libc-musl = "null" |
20 | EXTRA_OEMAKE = "" | 20 | EXTRA_OEMAKE = "" |
21 | export WVLINK="${LD}" | 21 | export WVLINK="${LD}" |
22 | 22 | ||
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb index 57163ce65a..5ff8496b83 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "LGPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ca817ccb7d5b5b66355690e9abc605" |
6 | 6 | ||
7 | DEPENDS = "zlib openssl (>= 0.9.8) dbus readline" | 7 | DEPENDS = "zlib openssl (>= 0.9.8) dbus readline" |
8 | DEPENDS_append_libc-musl = " argp-standalone libexecinfo" | 8 | DEPENDS:append:libc-musl = " argp-standalone libexecinfo" |
9 | 9 | ||
10 | SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BP}.tar.gz \ | 10 | SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BP}.tar.gz \ |
11 | file://04_signed_request.diff \ | 11 | file://04_signed_request.diff \ |
@@ -28,31 +28,31 @@ SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code. | |||
28 | SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c" | 28 | SRC_URI[md5sum] = "2760dac31a43d452a19a3147bfde571c" |
29 | SRC_URI[sha256sum] = "8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633" | 29 | SRC_URI[sha256sum] = "8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633" |
30 | 30 | ||
31 | COMPATIBLE_HOST_libc-musl = "null" | 31 | COMPATIBLE_HOST:libc-musl = "null" |
32 | 32 | ||
33 | inherit autotools-brokensep pkgconfig | 33 | inherit autotools-brokensep pkgconfig |
34 | 34 | ||
35 | TARGET_CFLAGS_append = " -fno-tree-dce -fno-optimize-sibling-calls" | 35 | TARGET_CFLAGS:append = " -fno-tree-dce -fno-optimize-sibling-calls" |
36 | 36 | ||
37 | LDFLAGS_append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib" | 37 | LDFLAGS:append = " -Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib" |
38 | 38 | ||
39 | EXTRA_OECONF = " --without-tcl --without-qt --without-pam --without-valgrind" | 39 | EXTRA_OECONF = " --without-tcl --without-qt --without-pam --without-valgrind" |
40 | 40 | ||
41 | PACKAGES_prepend = "libuniconf " | 41 | PACKAGES:prepend = "libuniconf " |
42 | PACKAGES_prepend = "uniconfd " | 42 | PACKAGES:prepend = "uniconfd " |
43 | PACKAGES_prepend = "libwvstreams-base " | 43 | PACKAGES:prepend = "libwvstreams-base " |
44 | PACKAGES_prepend = "libwvstreams-extras " | 44 | PACKAGES:prepend = "libwvstreams-extras " |
45 | PACKAGES_prepend = "${PN}-valgrind " | 45 | PACKAGES:prepend = "${PN}-valgrind " |
46 | 46 | ||
47 | RPROVIDES_${PN}-dbg += "libuniconf-dbg uniconfd-dbg libwvstreams-base-dbg libwvstreams-extras-dbg" | 47 | RPROVIDES:${PN}-dbg += "libuniconf-dbg uniconfd-dbg libwvstreams-base-dbg libwvstreams-extras-dbg" |
48 | 48 | ||
49 | FILES_libuniconf = "${libdir}/libuniconf.so.*" | 49 | FILES:libuniconf = "${libdir}/libuniconf.so.*" |
50 | 50 | ||
51 | FILES_uniconfd = "${sbindir}/uniconfd ${sysconfdir}/uniconf.conf ${localstatedir}/uniconf" | 51 | FILES:uniconfd = "${sbindir}/uniconfd ${sysconfdir}/uniconf.conf ${localstatedir}/uniconf" |
52 | 52 | ||
53 | FILES_libwvstreams-base = "${libdir}/libwvutils.so.*" | 53 | FILES:libwvstreams-base = "${libdir}/libwvutils.so.*" |
54 | 54 | ||
55 | FILES_libwvstreams-extras = "${libdir}/libwvbase.so.* ${libdir}/libwvstreams.so.*" | 55 | FILES:libwvstreams-extras = "${libdir}/libwvbase.so.* ${libdir}/libwvstreams.so.*" |
56 | 56 | ||
57 | FILES_${PN}-valgrind = "${libdir}/valgrind/wvstreams.supp" | 57 | FILES:${PN}-valgrind = "${libdir}/valgrind/wvstreams.supp" |
58 | RDEPENDS_${PN} += "perl" | 58 | RDEPENDS:${PN} += "perl" |
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb index 37bb9a2820..b5ab15df48 100644 --- a/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb +++ b/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb | |||
@@ -34,12 +34,12 @@ SRC_URI[sha256sum] = "76cb704f2a04fbc87bb3eff44fa71339c355d467f7bbd8fb53f8927c76 | |||
34 | inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd | 34 | inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd |
35 | 35 | ||
36 | SYSTEMD_PACKAGES = "${PN}" | 36 | SYSTEMD_PACKAGES = "${PN}" |
37 | SYSTEMD_SERVICE_${PN} = "zabbix-agent.service" | 37 | SYSTEMD_SERVICE:${PN} = "zabbix-agent.service" |
38 | SYSTEMD_AUTO_ENABLE = "enable" | 38 | SYSTEMD_AUTO_ENABLE = "enable" |
39 | 39 | ||
40 | USERADD_PACKAGES = "${PN}" | 40 | USERADD_PACKAGES = "${PN}" |
41 | GROUPADD_PARAM_${PN} = "-r zabbix" | 41 | GROUPADD_PARAM:${PN} = "-r zabbix" |
42 | USERADD_PARAM_${PN} = "-r -g zabbix -d /var/lib/zabbix \ | 42 | USERADD_PARAM:${PN} = "-r -g zabbix -d /var/lib/zabbix \ |
43 | -s /sbin/nologin -c \"Zabbix Monitoring System\" zabbix \ | 43 | -s /sbin/nologin -c \"Zabbix Monitoring System\" zabbix \ |
44 | " | 44 | " |
45 | 45 | ||
@@ -60,13 +60,13 @@ EXTRA_OECONF = " \ | |||
60 | --with-libpcre=${STAGING_EXECPREFIXDIR} \ | 60 | --with-libpcre=${STAGING_EXECPREFIXDIR} \ |
61 | --with-iconv=${STAGING_EXECPREFIXDIR} \ | 61 | --with-iconv=${STAGING_EXECPREFIXDIR} \ |
62 | " | 62 | " |
63 | CFLAGS_append = " -lldap -llber -pthread" | 63 | CFLAGS:append = " -lldap -llber -pthread" |
64 | 64 | ||
65 | do_configure_prepend() { | 65 | do_configure:prepend() { |
66 | export KERNEL_VERSION="${KERNEL_VERSION}" | 66 | export KERNEL_VERSION="${KERNEL_VERSION}" |
67 | } | 67 | } |
68 | 68 | ||
69 | do_install_append() { | 69 | do_install:append() { |
70 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 70 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
71 | install -d ${D}${systemd_unitdir}/system | 71 | install -d ${D}${systemd_unitdir}/system |
72 | install -m 0644 ${WORKDIR}/zabbix-agent.service ${D}${systemd_unitdir}/system/ | 72 | install -m 0644 ${WORKDIR}/zabbix-agent.service ${D}${systemd_unitdir}/system/ |
@@ -74,6 +74,6 @@ do_install_append() { | |||
74 | fi | 74 | fi |
75 | } | 75 | } |
76 | 76 | ||
77 | FILES_${PN} += "${libdir}" | 77 | FILES:${PN} += "${libdir}" |
78 | 78 | ||
79 | RDEPENDS_${PN} = "logrotate" | 79 | RDEPENDS:${PN} = "logrotate" |
diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb index 44e1e9164c..61ea68a605 100644 --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | |||
@@ -17,4 +17,4 @@ EXTRA_OECMAKE = "-DCPPZMQ_BUILD_TESTS=OFF" | |||
17 | 17 | ||
18 | PACKAGES = "${PN}-dev" | 18 | PACKAGES = "${PN}-dev" |
19 | 19 | ||
20 | RDEPENDS_${PN}-dev = "zeromq-dev" | 20 | RDEPENDS:${PN}-dev = "zeromq-dev" |
diff --git a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb index 75584498a6..86fde7ccfb 100644 --- a/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb +++ b/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb | |||
@@ -15,12 +15,12 @@ inherit cmake pkgconfig | |||
15 | 15 | ||
16 | PACKAGES = "lib${BPN} lib${BPN}-dev lib${BPN}-staticdev ${PN} ${PN}-dbg" | 16 | PACKAGES = "lib${BPN} lib${BPN}-dev lib${BPN}-staticdev ${PN} ${PN}-dbg" |
17 | 17 | ||
18 | FILES_${PN} = "${bindir}/*" | 18 | FILES:${PN} = "${bindir}/*" |
19 | FILES_lib${BPN} = "${libdir}/*.so.*" | 19 | FILES:lib${BPN} = "${libdir}/*.so.*" |
20 | FILES_lib${BPN}-dev = "${libdir}/*.so ${libdir}/pkgconfig ${includedir} ${datadir}/cmake" | 20 | FILES:lib${BPN}-dev = "${libdir}/*.so ${libdir}/pkgconfig ${includedir} ${datadir}/cmake" |
21 | FILES_lib${BPN}-staticdev = "${libdir}/lib*.a" | 21 | FILES:lib${BPN}-staticdev = "${libdir}/lib*.a" |
22 | 22 | ||
23 | RDEPENDS_lib${BPN}-dev = "zeromq-dev" | 23 | RDEPENDS:lib${BPN}-dev = "zeromq-dev" |
24 | 24 | ||
25 | PACKAGECONFIG ??= "lz4 uuid curl ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 25 | PACKAGECONFIG ??= "lz4 uuid curl ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
26 | PACKAGECONFIG[curl] = "-DCZMQ_WITH_LIBCURL=ON,-DCZMQ_WITH_LIBCURL=OFF,curl" | 26 | PACKAGECONFIG[curl] = "-DCZMQ_WITH_LIBCURL=ON,-DCZMQ_WITH_LIBCURL=OFF,curl" |
@@ -32,7 +32,7 @@ PACKAGECONFIG[uuid] = "-DCZMQ_WITH_UUID=ON,-DCZMQ_WITH_UUID=OFF,util-linux" | |||
32 | 32 | ||
33 | BBCLASSEXTEND = "nativesdk" | 33 | BBCLASSEXTEND = "nativesdk" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | mkdir -p ${D}/${includedir}/${BPN} | 36 | mkdir -p ${D}/${includedir}/${BPN} |
37 | mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${BPN}/. | 37 | mv ${D}/${includedir}/sha1.h ${D}/${includedir}/${BPN}/. |
38 | } | 38 | } |
diff --git a/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb b/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb index 4381f2d6d6..72fd561dd3 100644 --- a/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb +++ b/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.4.bb | |||
@@ -26,4 +26,4 @@ do_install_ptest () { | |||
26 | install -m 0755 ${B}/bin/test_* ${D}${PTEST_PATH}/tests | 26 | install -m 0755 ${B}/bin/test_* ${D}${PTEST_PATH}/tests |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN}-doc += "${datadir}/zmq/*.txt" | 29 | FILES:${PN}-doc += "${datadir}/zmq/*.txt" |
diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb index db4e591cb9..ed3bdbfe00 100644 --- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb +++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb | |||
@@ -4,7 +4,7 @@ SECTION = "base" | |||
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cf0188f02184e1e84b9586ac53c3f83" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cf0188f02184e1e84b9586ac53c3f83" |
6 | 6 | ||
7 | FILEEXTRAPATHS_prepend = "${THISDIR}/files" | 7 | FILEEXTRAPATHS:prepend = "${THISDIR}/files" |
8 | SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master" | 8 | SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master" |
9 | SRC_URI += "file://fix_build_musl.patch" | 9 | SRC_URI += "file://fix_build_musl.patch" |
10 | SRCREV = "ea7f8e361d11dc7d41d9ae2c4128aed2cdadd84e" | 10 | SRCREV = "ea7f8e361d11dc7d41d9ae2c4128aed2cdadd84e" |
@@ -14,7 +14,7 @@ DEPENDS = "\ | |||
14 | libsigc++-2.0 \ | 14 | libsigc++-2.0 \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | dbus \ | 18 | dbus \ |
19 | libsigc++-2.0 \ | 19 | libsigc++-2.0 \ |
20 | " | 20 | " |
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_29.bb b/meta-oe/recipes-core/dbus/dbus-broker_29.bb index 8fcdb8c66c..525db345b0 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_29.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_29.bb | |||
@@ -17,15 +17,15 @@ DEPENDS = "expat systemd" | |||
17 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux (>= 3.2)', '', d)}" | 17 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux (>= 3.2)', '', d)}" |
18 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'audit (>= 3.0)', '', d)}" | 18 | DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'audit (>= 3.0)', '', d)}" |
19 | 19 | ||
20 | RDEPENDS_${PN} += "dbus-common" | 20 | RDEPENDS:${PN} += "dbus-common" |
21 | 21 | ||
22 | REQUIRED_DISTRO_FEATURES = "systemd" | 22 | REQUIRED_DISTRO_FEATURES = "systemd" |
23 | 23 | ||
24 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | 24 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
25 | 25 | ||
26 | FILES_${PN} += "${systemd_system_unitdir}" | 26 | FILES:${PN} += "${systemd_system_unitdir}" |
27 | FILES_${PN} += "${systemd_user_unitdir}" | 27 | FILES:${PN} += "${systemd_user_unitdir}" |
28 | FILES_${PN} += "${nonarch_libdir}/systemd/catalog" | 28 | FILES:${PN} += "${nonarch_libdir}/systemd/catalog" |
29 | 29 | ||
30 | EXTRA_OEMESON += " -Dselinux=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}" | 30 | EXTRA_OEMESON += " -Dselinux=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}" |
31 | EXTRA_OEMESON += " -Daudit=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}" | 31 | EXTRA_OEMESON += " -Daudit=${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'true', 'false', d)}" |
diff --git a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb index a6d8b86ee0..999a0c0063 100644 --- a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb +++ b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb | |||
@@ -25,6 +25,6 @@ LDFLAGS += "-pthread" | |||
25 | 25 | ||
26 | PACKAGE_BEFORE_PN = "${PN}-tools" | 26 | PACKAGE_BEFORE_PN = "${PN}-tools" |
27 | 27 | ||
28 | FILES_${PN}-tools = "${bindir}" | 28 | FILES:${PN}-tools = "${bindir}" |
29 | 29 | ||
30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-core/emlog/emlog_git.bb b/meta-oe/recipes-core/emlog/emlog_git.bb index 387dd67123..be9ae58232 100644 --- a/meta-oe/recipes-core/emlog/emlog_git.bb +++ b/meta-oe/recipes-core/emlog/emlog_git.bb | |||
@@ -4,7 +4,7 @@ SRC_URI += "file://${BPN}.initd \ | |||
4 | file://0001-Remove-modules_clean-from-clean-target.patch \ | 4 | file://0001-Remove-modules_clean-from-clean-target.patch \ |
5 | " | 5 | " |
6 | 6 | ||
7 | SRC_URI_append_libc-musl = " file://Drop-use-of-error-h.patch" | 7 | SRC_URI:append:libc-musl = " file://Drop-use-of-error-h.patch" |
8 | 8 | ||
9 | inherit update-rc.d | 9 | inherit update-rc.d |
10 | 10 | ||
@@ -23,4 +23,4 @@ do_install() { | |||
23 | install -Dm 0755 ${S}/mkemlog ${D}${bindir}/mkemlog | 23 | install -Dm 0755 ${S}/mkemlog ${D}${bindir}/mkemlog |
24 | } | 24 | } |
25 | 25 | ||
26 | RRECOMMENDS_${PN} += "kernel-module-emlog" | 26 | RRECOMMENDS:${PN} += "kernel-module-emlog" |
diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.bb index 0fcf716c8e..f6e05955e3 100644 --- a/meta-oe/recipes-core/glfw/glfw_3.3.bb +++ b/meta-oe/recipes-core/glfw/glfw_3.3.bb | |||
@@ -23,4 +23,4 @@ CFLAGS += "-fPIC" | |||
23 | DEPENDS = "libpng libglu zlib libxrandr libxinerama libxi libxcursor" | 23 | DEPENDS = "libpng libglu zlib libxrandr libxinerama libxi libxcursor" |
24 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 24 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
25 | 25 | ||
26 | COMPATIBLE_HOST_libc-musl = "null" | 26 | COMPATIBLE_HOST:libc-musl = "null" |
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2.66.1.bb b/meta-oe/recipes-core/glib-2.0/glibmm_2.66.1.bb index a405611386..94844f21e6 100644 --- a/meta-oe/recipes-core/glib-2.0/glibmm_2.66.1.bb +++ b/meta-oe/recipes-core/glib-2.0/glibmm_2.66.1.bb | |||
@@ -15,13 +15,13 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | |||
15 | 15 | ||
16 | SRC_URI[archive.sha256sum] = "69bd6b5327716ca2f511ab580a969fd7bf0cd2c24ce15e1d0e530592d3ff209c" | 16 | SRC_URI[archive.sha256sum] = "69bd6b5327716ca2f511ab580a969fd7bf0cd2c24ce15e1d0e530592d3ff209c" |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | for i in generate_wrap_init.pl gmmproc; do | 19 | for i in generate_wrap_init.pl gmmproc; do |
20 | sed -i -e '1s,.*,#!${bindir}/env perl,' ${D}${libdir}/glibmm-2.4/proc/$i | 20 | sed -i -e '1s,.*,#!${bindir}/env perl,' ${D}${libdir}/glibmm-2.4/proc/$i |
21 | done | 21 | done |
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} = "${libdir}/lib*.so.*" | 24 | FILES:${PN} = "${libdir}/lib*.so.*" |
25 | FILES_${PN}-dev += "${datadir}/glibmm-* ${libdir}/glibmm-2.4/include/ ${libdir}/glibmm-2.4/proc/ ${libdir}/giomm-2.4/include/" | 25 | FILES:${PN}-dev += "${datadir}/glibmm-* ${libdir}/glibmm-2.4/include/ ${libdir}/glibmm-2.4/proc/ ${libdir}/giomm-2.4/include/" |
26 | 26 | ||
27 | RDEPENDS_${PN}-dev = "perl" | 27 | RDEPENDS:${PN}-dev = "perl" |
diff --git a/meta-oe/recipes-core/libnfc/libnfc_git.bb b/meta-oe/recipes-core/libnfc/libnfc_git.bb index 9e602f193b..70b48f731f 100644 --- a/meta-oe/recipes-core/libnfc/libnfc_git.bb +++ b/meta-oe/recipes-core/libnfc/libnfc_git.bb | |||
@@ -13,5 +13,5 @@ S = "${WORKDIR}/git" | |||
13 | SRCREV = "f02ff51449240102c27a97173dc495e8e7789046" | 13 | SRCREV = "f02ff51449240102c27a97173dc495e8e7789046" |
14 | SRC_URI = "git://github.com/nfc-tools/libnfc.git" | 14 | SRC_URI = "git://github.com/nfc-tools/libnfc.git" |
15 | 15 | ||
16 | CFLAGS_append_libc-musl = " -D_GNU_SOURCE" | 16 | CFLAGS:append:libc-musl = " -D_GNU_SOURCE" |
17 | DEPENDS = "libusb" | 17 | DEPENDS = "libusb" |
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.7.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.7.bb index de1aa4ea30..8736d44b73 100644 --- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.7.bb +++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.7.bb | |||
@@ -12,8 +12,8 @@ S = "${WORKDIR}/libsigc++-${PV}" | |||
12 | 12 | ||
13 | inherit meson | 13 | inherit meson |
14 | 14 | ||
15 | FILES_${PN}-dev += "${libdir}/sigc++-*/" | 15 | FILES:${PN}-dev += "${libdir}/sigc++-*/" |
16 | FILES_${PN}-doc += "${datadir}/devhelp" | 16 | FILES:${PN}-doc += "${datadir}/devhelp" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
19 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" | 19 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" |
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.6.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.6.bb index 7471308e4f..1549c6ad0f 100644 --- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.6.bb +++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.6.bb | |||
@@ -13,8 +13,8 @@ S = "${WORKDIR}/libsigc++-${PV}" | |||
13 | 13 | ||
14 | inherit setuptools3 meson | 14 | inherit setuptools3 meson |
15 | 15 | ||
16 | FILES_${PN}-dev += "${libdir}/sigc++-*/" | 16 | FILES:${PN}-dev += "${libdir}/sigc++-*/" |
17 | FILES_${PN}-doc += "${datadir}/devhelp" | 17 | FILES:${PN}-doc += "${datadir}/devhelp" |
18 | 18 | ||
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
20 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" | 20 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" |
diff --git a/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb b/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb index c001c184cb..7e08263ca4 100644 --- a/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb +++ b/meta-oe/recipes-core/libxml/libxml++_2.40.1.bb | |||
@@ -22,7 +22,7 @@ do_compile_ptest() { | |||
22 | oe_runmake -C examples buildtest | 22 | oe_runmake -C examples buildtest |
23 | } | 23 | } |
24 | 24 | ||
25 | FILES_${PN}-doc += "${datadir}/devhelp" | 25 | FILES:${PN}-doc += "${datadir}/devhelp" |
26 | FILES_${PN}-dev += "${libdir}/libxml++-2.6/include/libxml++config.h" | 26 | FILES:${PN}-dev += "${libdir}/libxml++-2.6/include/libxml++config.h" |
27 | 27 | ||
28 | RDEPENDS_${PN}-ptest += "make" | 28 | RDEPENDS:${PN}-ptest += "make" |
diff --git a/meta-oe/recipes-core/meta/distro-feed-configs.bb b/meta-oe/recipes-core/meta/distro-feed-configs.bb index 2a8de54d24..cffeeb6a02 100644 --- a/meta-oe/recipes-core/meta/distro-feed-configs.bb +++ b/meta-oe/recipes-core/meta/distro-feed-configs.bb | |||
@@ -30,4 +30,4 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
30 | # | 30 | # |
31 | #CONFFILES_${PN} += '${@distro_feed_configs(d)}' | 31 | #CONFFILES_${PN} += '${@distro_feed_configs(d)}' |
32 | 32 | ||
33 | CONFFILES_${PN} += '${@ " ".join( [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in "all ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}".split() ] ) }' | 33 | CONFFILES:${PN} += '${@ " ".join( [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in "all ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}".split() ] ) }' |
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v69.bb b/meta-oe/recipes-core/ndctl/ndctl_v69.bb index 396da4bb32..c71b8b9691 100644 --- a/meta-oe/recipes-core/ndctl/ndctl_v69.bb +++ b/meta-oe/recipes-core/ndctl/ndctl_v69.bb | |||
@@ -22,11 +22,11 @@ EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs" | |||
22 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | 22 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" |
23 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd" | 23 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd" |
24 | 24 | ||
25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
26 | ${S}/autogen.sh | 26 | ${S}/autogen.sh |
27 | } | 27 | } |
28 | 28 | ||
29 | SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service" | 29 | SYSTEMD_SERVICE:${PN} = "ndctl-monitor.service" |
30 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 30 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
31 | 31 | ||
32 | FILES_${PN} += "${datadir}/daxctl/daxctl.conf" | 32 | FILES:${PN} += "${datadir}/daxctl/daxctl.conf" |
diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb index 4ecfb3d44e..4645dd133b 100644 --- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | |||
@@ -20,4 +20,4 @@ EXTRA_OECMAKE = " \ | |||
20 | " | 20 | " |
21 | 21 | ||
22 | # Headers only so PN is empty | 22 | # Headers only so PN is empty |
23 | RDEPENDS_${PN}-dev = "" | 23 | RDEPENDS:${PN}-dev = "" |
diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb b/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb index b951dabce4..43680fe752 100644 --- a/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb +++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_git.bb | |||
@@ -31,17 +31,17 @@ PACKAGES = "opencl-icd-loader opencl-icd-loader-dev" | |||
31 | PACKAGES += "libicdlog libicdlog-dbg" | 31 | PACKAGES += "libicdlog libicdlog-dbg" |
32 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" | 32 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" |
33 | 33 | ||
34 | FILES_${PN} = " \ | 34 | FILES:${PN} = " \ |
35 | ${bindir}/icd_loader_test \ | 35 | ${bindir}/icd_loader_test \ |
36 | ${libdir}/libOpenCLDriverStub.so \ | 36 | ${libdir}/libOpenCLDriverStub.so \ |
37 | ${libdir}/libOpenCL.so.1.2 \ | 37 | ${libdir}/libOpenCL.so.1.2 \ |
38 | " | 38 | " |
39 | FILES_${PN}-dev = " \ | 39 | FILES:${PN}-dev = " \ |
40 | ${libdir}/libOpenCL.so \ | 40 | ${libdir}/libOpenCL.so \ |
41 | ${libdir}/libOpenCL.so.1 \ | 41 | ${libdir}/libOpenCL.so.1 \ |
42 | " | 42 | " |
43 | 43 | ||
44 | FILES_libicdlog = "${libdir}/libIcdLog.so" | 44 | FILES:libicdlog = "${libdir}/libIcdLog.so" |
45 | FILES_libicdlog-dbg = "${libdir}/.debug/libIcdLog.so" | 45 | FILES:libicdlog-dbg = "${libdir}/.debug/libIcdLog.so" |
46 | 46 | ||
47 | RDEPENDS_${PN} = "libicdlog" | 47 | RDEPENDS:${PN} = "libicdlog" |
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb index 2da9118afc..422b4d49df 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb | |||
@@ -26,7 +26,7 @@ TASK_BASIC_SSHDAEMON ?= "dropbear openssh-sftp openssh-sftp-server" | |||
26 | # | 26 | # |
27 | # Util-linux (u)mount is included because the busybox one can't handle /etc/mtab being symlinked to /proc/mounts | 27 | # Util-linux (u)mount is included because the busybox one can't handle /etc/mtab being symlinked to /proc/mounts |
28 | # | 28 | # |
29 | RDEPENDS_${PN} = "\ | 29 | RDEPENDS:${PN} = "\ |
30 | ${TASK_BASIC_SSHDAEMON} \ | 30 | ${TASK_BASIC_SSHDAEMON} \ |
31 | avahi-daemon avahi-utils \ | 31 | avahi-daemon avahi-utils \ |
32 | " | 32 | " |
@@ -37,7 +37,7 @@ RDEPENDS_${PN} = "\ | |||
37 | # 2) Distro features: packages associated with those | 37 | # 2) Distro features: packages associated with those |
38 | # 3) Nice to have: packages that are nice to have, but aren't strictly needed | 38 | # 3) Nice to have: packages that are nice to have, but aren't strictly needed |
39 | # | 39 | # |
40 | RRECOMMENDS_${PN} = "\ | 40 | RRECOMMENDS:${PN} = "\ |
41 | ${MACHINE_EXTRA_RRECOMMENDS} \ | 41 | ${MACHINE_EXTRA_RRECOMMENDS} \ |
42 | ${@bb.utils.contains("MACHINE_FEATURES", "usbhost", "usbutils", "", d)} \ | 42 | ${@bb.utils.contains("MACHINE_FEATURES", "usbhost", "usbutils", "", d)} \ |
43 | ${@bb.utils.contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \ | 43 | ${@bb.utils.contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \ |
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb b/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb index b5e7b99cc7..7e2873cf66 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "virtual/kernel" | |||
17 | # | 17 | # |
18 | # minimal set of packages - needed to boot | 18 | # minimal set of packages - needed to boot |
19 | # | 19 | # |
20 | RDEPENDS_${PN} = "\ | 20 | RDEPENDS:${PN} = "\ |
21 | base-files \ | 21 | base-files \ |
22 | base-passwd \ | 22 | base-passwd \ |
23 | busybox \ | 23 | busybox \ |
@@ -26,7 +26,7 @@ RDEPENDS_${PN} = "\ | |||
26 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ | 26 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RRECOMMENDS_${PN} = "\ | 29 | RRECOMMENDS:${PN} = "\ |
30 | kernel \ | 30 | kernel \ |
31 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \ | 31 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS} \ |
32 | " | 32 | " |
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 84f89f4e71..e6d6817794 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
@@ -32,7 +32,7 @@ PACKAGES = "\ | |||
32 | " | 32 | " |
33 | #PACKAGES += "packagegroup-meta-oe-fortran-packages" | 33 | #PACKAGES += "packagegroup-meta-oe-fortran-packages" |
34 | 34 | ||
35 | RDEPENDS_packagegroup-meta-oe = "\ | 35 | RDEPENDS:packagegroup-meta-oe = "\ |
36 | packagegroup-meta-oe-benchmarks \ | 36 | packagegroup-meta-oe-benchmarks \ |
37 | packagegroup-meta-oe-bsp \ | 37 | packagegroup-meta-oe-bsp \ |
38 | packagegroup-meta-oe-connectivity \ | 38 | packagegroup-meta-oe-connectivity \ |
@@ -58,7 +58,7 @@ RDEPENDS_packagegroup-meta-oe = "\ | |||
58 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-oe-ptest-packages", "", d)} \ | 58 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-oe-ptest-packages", "", d)} \ |
59 | " | 59 | " |
60 | 60 | ||
61 | RDEPENDS_packagegroup-meta-oe-benchmarks = "\ | 61 | RDEPENDS:packagegroup-meta-oe-benchmarks = "\ |
62 | bonnie++ \ | 62 | bonnie++ \ |
63 | dbench \ | 63 | dbench \ |
64 | dhrystone \ | 64 | dhrystone \ |
@@ -82,17 +82,17 @@ RDEPENDS_packagegroup-meta-oe-benchmarks = "\ | |||
82 | tiobench \ | 82 | tiobench \ |
83 | whetstone \ | 83 | whetstone \ |
84 | " | 84 | " |
85 | RDEPENDS_packagegroup-meta-oe-benchmarks_append_armv7a = " cpuburn-arm" | 85 | RDEPENDS:packagegroup-meta-oe-benchmarks:append:armv7a = " cpuburn-arm" |
86 | RDEPENDS_packagegroup-meta-oe-benchmarks_append_armv7ve = " cpuburn-arm" | 86 | RDEPENDS:packagegroup-meta-oe-benchmarks:append:armv7ve = " cpuburn-arm" |
87 | RDEPENDS_packagegroup-meta-oe-benchmarks_append_aarch64 = " cpuburn-arm" | 87 | RDEPENDS:packagegroup-meta-oe-benchmarks:append:aarch64 = " cpuburn-arm" |
88 | 88 | ||
89 | RDEPENDS_packagegroup-meta-oe-benchmarks_remove_mipsarch = "libhugetlbfs" | 89 | RDEPENDS:packagegroup-meta-oe-benchmarks:remove:mipsarch = "libhugetlbfs" |
90 | RDEPENDS_packagegroup-meta-oe-benchmarks_remove_mips64 = "tinymembench" | 90 | RDEPENDS:packagegroup-meta-oe-benchmarks:remove:mips64 = "tinymembench" |
91 | RDEPENDS_packagegroup-meta-oe-benchmarks_remove_mips64el = "tinymembench" | 91 | RDEPENDS:packagegroup-meta-oe-benchmarks:remove:mips64el = "tinymembench" |
92 | RDEPENDS_packagegroup-meta-oe-benchmarks_remove_riscv64 = "libhugetlbfs" | 92 | RDEPENDS:packagegroup-meta-oe-benchmarks:remove:riscv64 = "libhugetlbfs" |
93 | RDEPENDS_packagegroup-meta-oe-benchmarks_remove_riscv32 = "libhugetlbfs" | 93 | RDEPENDS:packagegroup-meta-oe-benchmarks:remove:riscv32 = "libhugetlbfs" |
94 | 94 | ||
95 | RDEPENDS_packagegroup-meta-oe-bsp ="\ | 95 | RDEPENDS:packagegroup-meta-oe-bsp ="\ |
96 | acpitool \ | 96 | acpitool \ |
97 | cpufrequtils \ | 97 | cpufrequtils \ |
98 | edac-utils \ | 98 | edac-utils \ |
@@ -108,18 +108,18 @@ RDEPENDS_packagegroup-meta-oe-bsp ="\ | |||
108 | pcmciautils \ | 108 | pcmciautils \ |
109 | pointercal \ | 109 | pointercal \ |
110 | " | 110 | " |
111 | RDEPENDS_packagegroup-meta-oe-bsp_append_x86 = " ledmon" | 111 | RDEPENDS:packagegroup-meta-oe-bsp:append:x86 = " ledmon" |
112 | RDEPENDS_packagegroup-meta-oe-bsp_append_x86-64 = " ledmon" | 112 | RDEPENDS:packagegroup-meta-oe-bsp:append:x86-64 = " ledmon" |
113 | 113 | ||
114 | RDEPENDS_packagegroup-meta-oe-bsp_remove_libc-musl = "ledmon" | 114 | RDEPENDS:packagegroup-meta-oe-bsp:remove:libc-musl = "ledmon" |
115 | RDEPENDS_packagegroup-meta-oe-bsp_remove_mipsarch = "efivar efibootmgr" | 115 | RDEPENDS:packagegroup-meta-oe-bsp:remove:mipsarch = "efivar efibootmgr" |
116 | RDEPENDS_packagegroup-meta-oe-bsp_remove_powerpc = "efivar efibootmgr" | 116 | RDEPENDS:packagegroup-meta-oe-bsp:remove:powerpc = "efivar efibootmgr" |
117 | RDEPENDS_packagegroup-meta-oe-bsp_remove_powerpc64 = "efivar efibootmgr" | 117 | RDEPENDS:packagegroup-meta-oe-bsp:remove:powerpc64 = "efivar efibootmgr" |
118 | RDEPENDS_packagegroup-meta-oe-bsp_remove_powerpc64le = "efivar efibootmgr" | 118 | RDEPENDS:packagegroup-meta-oe-bsp:remove:powerpc64le = "efivar efibootmgr" |
119 | RDEPENDS_packagegroup-meta-oe-bsp_remove_riscv64 = "efivar efibootmgr" | 119 | RDEPENDS:packagegroup-meta-oe-bsp:remove:riscv64 = "efivar efibootmgr" |
120 | RDEPENDS_packagegroup-meta-oe-bsp_remove_riscv32 = "efivar efibootmgr" | 120 | RDEPENDS:packagegroup-meta-oe-bsp:remove:riscv32 = "efivar efibootmgr" |
121 | 121 | ||
122 | RDEPENDS_packagegroup-meta-oe-connectivity ="\ | 122 | RDEPENDS:packagegroup-meta-oe-connectivity ="\ |
123 | gammu \ | 123 | gammu \ |
124 | gattlib \ | 124 | gattlib \ |
125 | gensio \ | 125 | gensio \ |
@@ -161,14 +161,14 @@ RDEPENDS_packagegroup-meta-oe-connectivity ="\ | |||
161 | zeromq \ | 161 | zeromq \ |
162 | " | 162 | " |
163 | 163 | ||
164 | RDEPENDS_packagegroup-meta-oe-connectivity_append_libc-glibc = " wvstreams wvdial" | 164 | RDEPENDS:packagegroup-meta-oe-connectivity:append:libc-glibc = " wvstreams wvdial" |
165 | 165 | ||
166 | RDEPENDS_packagegroup-meta-oe-connectivity-python2 = "\ | 166 | RDEPENDS:packagegroup-meta-oe-connectivity-python2 = "\ |
167 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "telepathy-idle", "", d)} \ | 167 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "telepathy-idle", "", d)} \ |
168 | " | 168 | " |
169 | 169 | ||
170 | # dracut needs dracut | 170 | # dracut needs dracut |
171 | RDEPENDS_packagegroup-meta-oe-core = "\ | 171 | RDEPENDS:packagegroup-meta-oe-core = "\ |
172 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "dbus-broker", "", d)} \ | 172 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "dbus-broker", "", d)} \ |
173 | dbus-daemon-proxy \ | 173 | dbus-daemon-proxy \ |
174 | libdbus-c++ \ | 174 | libdbus-c++ \ |
@@ -192,11 +192,11 @@ RDEPENDS_packagegroup-meta-oe-core = "\ | |||
192 | usleep \ | 192 | usleep \ |
193 | dbus-cxx \ | 193 | dbus-cxx \ |
194 | " | 194 | " |
195 | RDEPENDS_packagegroup-meta-oe-core_append_libc-glibc = " ${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "glfw", "", d)}" | 195 | RDEPENDS:packagegroup-meta-oe-core:append:libc-glibc = " ${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "glfw", "", d)}" |
196 | RDEPENDS_packagegroup-meta-oe-core_remove_riscv64 = "safec" | 196 | RDEPENDS:packagegroup-meta-oe-core:remove:riscv64 = "safec" |
197 | RDEPENDS_packagegroup-meta-oe-core_remove_riscv32 = "safec" | 197 | RDEPENDS:packagegroup-meta-oe-core:remove:riscv32 = "safec" |
198 | 198 | ||
199 | RDEPENDS_packagegroup-meta-oe-crypto ="\ | 199 | RDEPENDS:packagegroup-meta-oe-crypto ="\ |
200 | botan \ | 200 | botan \ |
201 | cryptsetup \ | 201 | cryptsetup \ |
202 | fsverity-utils \ | 202 | fsverity-utils \ |
@@ -207,7 +207,7 @@ RDEPENDS_packagegroup-meta-oe-crypto ="\ | |||
207 | " | 207 | " |
208 | RDEPENDS_packagegroup-meta-oe-crypto_remove_riscv32 = "botan" | 208 | RDEPENDS_packagegroup-meta-oe-crypto_remove_riscv32 = "botan" |
209 | 209 | ||
210 | RDEPENDS_packagegroup-meta-oe-dbs ="\ | 210 | RDEPENDS:packagegroup-meta-oe-dbs ="\ |
211 | influxdb \ | 211 | influxdb \ |
212 | leveldb \ | 212 | leveldb \ |
213 | libdbi \ | 213 | libdbi \ |
@@ -220,11 +220,11 @@ RDEPENDS_packagegroup-meta-oe-dbs ="\ | |||
220 | sqlite \ | 220 | sqlite \ |
221 | " | 221 | " |
222 | 222 | ||
223 | RDEPENDS_packagegroup-meta-oe-dbs-python2 ="\ | 223 | RDEPENDS:packagegroup-meta-oe-dbs-python2 ="\ |
224 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'mysql-python', '', d), "", d)} \ | 224 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'mysql-python', '', d), "", d)} \ |
225 | " | 225 | " |
226 | 226 | ||
227 | RDEPENDS_packagegroup-meta-oe-devtools ="\ | 227 | RDEPENDS:packagegroup-meta-oe-devtools ="\ |
228 | abseil-cpp \ | 228 | abseil-cpp \ |
229 | breakpad \ | 229 | breakpad \ |
230 | bootchart \ | 230 | bootchart \ |
@@ -305,26 +305,26 @@ RDEPENDS_packagegroup-meta-oe-devtools ="\ | |||
305 | json-schema-validator \ | 305 | json-schema-validator \ |
306 | poke \ | 306 | poke \ |
307 | " | 307 | " |
308 | RDEPENDS_packagegroup-meta-oe-devtools_append_x86 = " cpuid msr-tools pmtools" | 308 | RDEPENDS:packagegroup-meta-oe-devtools:append:x86 = " cpuid msr-tools pmtools" |
309 | RDEPENDS_packagegroup-meta-oe-devtools_append_x86-64 = " cpuid msr-tools pcimem pmtools" | 309 | RDEPENDS:packagegroup-meta-oe-devtools:append:x86-64 = " cpuid msr-tools pcimem pmtools" |
310 | RDEPENDS_packagegroup-meta-oe-devtools_append_arm = " pcimem" | 310 | RDEPENDS:packagegroup-meta-oe-devtools:append:arm = " pcimem" |
311 | RDEPENDS_packagegroup-meta-oe-devtools_append_aarch64 = " pcimem" | 311 | RDEPENDS:packagegroup-meta-oe-devtools:append:aarch64 = " pcimem" |
312 | RDEPENDS_packagegroup-meta-oe-devtools_append_libc-musl = " musl-nscd" | 312 | RDEPENDS:packagegroup-meta-oe-devtools:append:libc-musl = " musl-nscd" |
313 | 313 | ||
314 | RDEPENDS_packagegroup-meta-oe-devtools_remove_arm = "concurrencykit" | 314 | RDEPENDS:packagegroup-meta-oe-devtools:remove:arm = "concurrencykit" |
315 | RDEPENDS_packagegroup-meta-oe-devtools_remove_armv5 = "uftrace nodejs" | 315 | RDEPENDS:packagegroup-meta-oe-devtools:remove:armv5 = "uftrace nodejs" |
316 | RDEPENDS_packagegroup-meta-oe-devtools_remove_mipsarch = "concurrencykit lshw ply uftrace" | 316 | RDEPENDS:packagegroup-meta-oe-devtools:remove:mipsarch = "concurrencykit lshw ply uftrace" |
317 | RDEPENDS_packagegroup-meta-oe-devtools_remove_mips64 = "luajit nodejs" | 317 | RDEPENDS:packagegroup-meta-oe-devtools:remove:mips64 = "luajit nodejs" |
318 | RDEPENDS_packagegroup-meta-oe-devtools_remove_mips64el = "luajit nodejs" | 318 | RDEPENDS:packagegroup-meta-oe-devtools:remove:mips64el = "luajit nodejs" |
319 | RDEPENDS_packagegroup-meta-oe-devtools_remove_powerpc = "android-tools breakpad lshw luajit uftrace" | 319 | RDEPENDS:packagegroup-meta-oe-devtools:remove:powerpc = "android-tools breakpad lshw luajit uftrace" |
320 | RDEPENDS_packagegroup-meta-oe-devtools_remove_powerpc64 = "android-tools breakpad lshw luajit ply uftrace" | 320 | RDEPENDS:packagegroup-meta-oe-devtools:remove:powerpc64 = "android-tools breakpad lshw luajit ply uftrace" |
321 | RDEPENDS_packagegroup-meta-oe-devtools_remove_powerpc64le = "android-tools breakpad lshw luajit ply uftrace" | 321 | RDEPENDS:packagegroup-meta-oe-devtools:remove:powerpc64le = "android-tools breakpad lshw luajit ply uftrace" |
322 | RDEPENDS_packagegroup-meta-oe-devtools_remove_riscv64 = "breakpad concurrencykit heaptrack lshw ltrace luajit nodejs ply uftrace" | 322 | RDEPENDS:packagegroup-meta-oe-devtools:remove:riscv64 = "breakpad concurrencykit heaptrack lshw ltrace luajit nodejs ply uftrace" |
323 | RDEPENDS_packagegroup-meta-oe-devtools_remove_riscv32 = "breakpad concurrencykit heaptrack lshw ltrace luajit nodejs ply uftrace" | 323 | RDEPENDS:packagegroup-meta-oe-devtools:remove:riscv32 = "breakpad concurrencykit heaptrack lshw ltrace luajit nodejs ply uftrace" |
324 | RDEPENDS_packagegroup-meta-oe-devtools_remove_aarch64 = "concurrencykit" | 324 | RDEPENDS:packagegroup-meta-oe-devtools:remove:aarch64 = "concurrencykit" |
325 | RDEPENDS_packagegroup-meta-oe-devtools_remove_x86 = "ply" | 325 | RDEPENDS:packagegroup-meta-oe-devtools:remove:x86 = "ply" |
326 | 326 | ||
327 | RDEPENDS_packagegroup-meta-oe-extended ="\ | 327 | RDEPENDS:packagegroup-meta-oe-extended ="\ |
328 | bitwise \ | 328 | bitwise \ |
329 | ${@bb.utils.contains("DISTRO_FEATURES", "x11 wayland opengl", "boinc-client", "", d)} \ | 329 | ${@bb.utils.contains("DISTRO_FEATURES", "x11 wayland opengl", "boinc-client", "", d)} \ |
330 | brotli \ | 330 | brotli \ |
@@ -431,24 +431,24 @@ RDEPENDS_packagegroup-meta-oe-extended ="\ | |||
431 | zsync-curl \ | 431 | zsync-curl \ |
432 | redis-plus-plus \ | 432 | redis-plus-plus \ |
433 | " | 433 | " |
434 | RDEPENDS_packagegroup-meta-oe-extended_append_libc-musl = " libexecinfo" | 434 | RDEPENDS:packagegroup-meta-oe-extended:append:libc-musl = " libexecinfo" |
435 | RDEPENDS_packagegroup-meta-oe-extended_append_x86-64 = " pmdk libx86-1" | 435 | RDEPENDS:packagegroup-meta-oe-extended:append:x86-64 = " pmdk libx86-1" |
436 | RDEPENDS_packagegroup-meta-oe-extended_append_x86 = " libx86-1" | 436 | RDEPENDS:packagegroup-meta-oe-extended:append:x86 = " libx86-1" |
437 | 437 | ||
438 | RDEPENDS_packagegroup-meta-oe-extended_remove_libc-musl = "libnss-nisplus sysdig" | 438 | RDEPENDS:packagegroup-meta-oe-extended:remove:libc-musl = "libnss-nisplus sysdig" |
439 | RDEPENDS_packagegroup-meta-oe-extended_remove_mipsarch = "upm mraa minifi-cpp tiptop" | 439 | RDEPENDS:packagegroup-meta-oe-extended:remove:mipsarch = "upm mraa minifi-cpp tiptop" |
440 | RDEPENDS_packagegroup-meta-oe-extended_remove_mips = "sysdig" | 440 | RDEPENDS:packagegroup-meta-oe-extended:remove:mips = "sysdig" |
441 | RDEPENDS_packagegroup-meta-oe-extended_remove_powerpc = "upm mraa minifi-cpp" | 441 | RDEPENDS:packagegroup-meta-oe-extended:remove:powerpc = "upm mraa minifi-cpp" |
442 | RDEPENDS_packagegroup-meta-oe-extended_remove_powerpc64 = "upm mraa minifi-cpp" | 442 | RDEPENDS:packagegroup-meta-oe-extended:remove:powerpc64 = "upm mraa minifi-cpp" |
443 | RDEPENDS_packagegroup-meta-oe-extended_remove_powerpc64le = "upm mraa" | 443 | RDEPENDS:packagegroup-meta-oe-extended:remove:powerpc64le = "upm mraa" |
444 | RDEPENDS_packagegroup-meta-oe-extended_remove_riscv64 = "upm libleak libyang mraa sysdig tiptop" | 444 | RDEPENDS:packagegroup-meta-oe-extended:remove:riscv64 = "upm libleak libyang mraa sysdig tiptop" |
445 | RDEPENDS_packagegroup-meta-oe-extended_remove_riscv32 = "upm libleak libyang mraa sysdig tiptop" | 445 | RDEPENDS:packagegroup-meta-oe-extended:remove:riscv32 = "upm libleak libyang mraa sysdig tiptop" |
446 | 446 | ||
447 | RDEPENDS_packagegroup-meta-oe-extended-python2 ="\ | 447 | RDEPENDS:packagegroup-meta-oe-extended-python2 ="\ |
448 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'openlmi-tools', '', d), "", d)} \ | 448 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'openlmi-tools', '', d), "", d)} \ |
449 | " | 449 | " |
450 | 450 | ||
451 | RDEPENDS_packagegroup-meta-oe-gnome ="\ | 451 | RDEPENDS:packagegroup-meta-oe-gnome ="\ |
452 | atkmm \ | 452 | atkmm \ |
453 | gcab \ | 453 | gcab \ |
454 | gnome-common \ | 454 | gnome-common \ |
@@ -464,7 +464,7 @@ RDEPENDS_packagegroup-meta-oe-gnome ="\ | |||
464 | libxmlb \ | 464 | libxmlb \ |
465 | " | 465 | " |
466 | 466 | ||
467 | RDEPENDS_packagegroup-meta-oe-graphics ="\ | 467 | RDEPENDS:packagegroup-meta-oe-graphics ="\ |
468 | cairomm \ | 468 | cairomm \ |
469 | directfb-examples \ | 469 | directfb-examples \ |
470 | directfb \ | 470 | directfb \ |
@@ -611,14 +611,14 @@ RDEPENDS_packagegroup-meta-oe-graphics ="\ | |||
611 | ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "opengl-es-cts", "", d)} \ | 611 | ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "opengl-es-cts", "", d)} \ |
612 | ${@bb.utils.contains("DISTRO_FEATURES", "opengl vulkan", "vulkan-cts", "", d)} \ | 612 | ${@bb.utils.contains("DISTRO_FEATURES", "opengl vulkan", "vulkan-cts", "", d)} \ |
613 | " | 613 | " |
614 | RDEPENDS_packagegroup-meta-oe-graphics_append_x86 = " renderdoc xf86-video-nouveau xf86-video-mga" | 614 | RDEPENDS:packagegroup-meta-oe-graphics:append:x86 = " renderdoc xf86-video-nouveau xf86-video-mga" |
615 | RDEPENDS_packagegroup-meta-oe-graphics_append_x86-64 = " renderdoc xf86-video-nouveau xf86-video-mga" | 615 | RDEPENDS:packagegroup-meta-oe-graphics:append:x86-64 = " renderdoc xf86-video-nouveau xf86-video-mga" |
616 | RDEPENDS_packagegroup-meta-oe-graphics_append_arm = " renderdoc" | 616 | RDEPENDS:packagegroup-meta-oe-graphics:append:arm = " renderdoc" |
617 | RDEPENDS_packagegroup-meta-oe-graphics_append_aarch64 = " renderdoc" | 617 | RDEPENDS:packagegroup-meta-oe-graphics:append:aarch64 = " renderdoc" |
618 | 618 | ||
619 | RDEPENDS_packagegroup-meta-oe-graphics_remove_libc-musl = "renderdoc" | 619 | RDEPENDS:packagegroup-meta-oe-graphics:remove:libc-musl = "renderdoc" |
620 | 620 | ||
621 | RDEPENDS_packagegroup-meta-oe-kernel ="\ | 621 | RDEPENDS:packagegroup-meta-oe-kernel ="\ |
622 | agent-proxy \ | 622 | agent-proxy \ |
623 | crash \ | 623 | crash \ |
624 | cpupower \ | 624 | cpupower \ |
@@ -630,22 +630,22 @@ RDEPENDS_packagegroup-meta-oe-kernel ="\ | |||
630 | spidev-test \ | 630 | spidev-test \ |
631 | trace-cmd \ | 631 | trace-cmd \ |
632 | " | 632 | " |
633 | RDEPENDS_packagegroup-meta-oe-kernel_append_x86 = " intel-speed-select ipmiutil pm-graph turbostat" | 633 | RDEPENDS:packagegroup-meta-oe-kernel:append:x86 = " intel-speed-select ipmiutil pm-graph turbostat" |
634 | RDEPENDS_packagegroup-meta-oe-kernel_append_x86-64 = " intel-speed-select ipmiutil kpatch pm-graph turbostat bpftool" | 634 | RDEPENDS:packagegroup-meta-oe-kernel:append:x86-64 = " intel-speed-select ipmiutil kpatch pm-graph turbostat bpftool" |
635 | RDEPENDS_packagegroup-meta-oe-kernel_append_poerpc64 = " libpfm4" | 635 | RDEPENDS:packagegroup-meta-oe-kernel:append_poerpc64 = " libpfm4" |
636 | 636 | ||
637 | # Kernel-selftest does not build with 5.8 and its exluded from build too so until its fixed remove it | 637 | # Kernel-selftest does not build with 5.8 and its exluded from build too so until its fixed remove it |
638 | RDEPENDS_packagegroup-meta-oe-kernel_remove = "kernel-selftest" | 638 | RDEPENDS:packagegroup-meta-oe-kernel:remove = "kernel-selftest" |
639 | RDEPENDS_packagegroup-meta-oe-kernel_remove_libc-musl = "bpftool crash intel-speed-select kernel-selftest minicoredumper turbostat" | 639 | RDEPENDS:packagegroup-meta-oe-kernel:remove:libc-musl = "bpftool crash intel-speed-select kernel-selftest minicoredumper turbostat" |
640 | 640 | ||
641 | RDEPENDS_packagegroup-meta-oe-kernel_remove_mipsarch = "makedumpfile" | 641 | RDEPENDS:packagegroup-meta-oe-kernel:remove:mipsarch = "makedumpfile" |
642 | RDEPENDS_packagegroup-meta-oe-kernel_remove_mips64 = "crash" | 642 | RDEPENDS:packagegroup-meta-oe-kernel:remove:mips64 = "crash" |
643 | RDEPENDS_packagegroup-meta-oe-kernel_remove_mips64el = "crash" | 643 | RDEPENDS:packagegroup-meta-oe-kernel:remove:mips64el = "crash" |
644 | 644 | ||
645 | RDEPENDS_packagegroup-meta-oe-kernel_remove_riscv64 = "crash makedumpfile oprofile" | 645 | RDEPENDS:packagegroup-meta-oe-kernel:remove:riscv64 = "crash makedumpfile oprofile" |
646 | RDEPENDS_packagegroup-meta-oe-kernel_remove_riscv32 = "crash makedumpfile oprofile" | 646 | RDEPENDS:packagegroup-meta-oe-kernel:remove:riscv32 = "crash makedumpfile oprofile" |
647 | 647 | ||
648 | RDEPENDS_packagegroup-meta-oe-multimedia ="\ | 648 | RDEPENDS:packagegroup-meta-oe-multimedia ="\ |
649 | alsa-oss \ | 649 | alsa-oss \ |
650 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "faad2", "", d)} \ | 650 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "faad2", "", d)} \ |
651 | dirsplit \ | 651 | dirsplit \ |
@@ -681,9 +681,9 @@ RDEPENDS_packagegroup-meta-oe-multimedia ="\ | |||
681 | libopusenc \ | 681 | libopusenc \ |
682 | " | 682 | " |
683 | 683 | ||
684 | RDEPENDS_packagegroup-meta-oe-multimedia_remove_libc-musl = "alsa-oss" | 684 | RDEPENDS:packagegroup-meta-oe-multimedia:remove:libc-musl = "alsa-oss" |
685 | 685 | ||
686 | RDEPENDS_packagegroup-meta-oe-navigation ="\ | 686 | RDEPENDS:packagegroup-meta-oe-navigation ="\ |
687 | geos \ | 687 | geos \ |
688 | ${@bb.utils.contains("DISTRO_FEATURES", "bluz4", "gpsd-machine-conf gpsd", "", d)} \ | 688 | ${@bb.utils.contains("DISTRO_FEATURES", "bluz4", "gpsd-machine-conf gpsd", "", d)} \ |
689 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "orrery", "", d)} \ | 689 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "orrery", "", d)} \ |
@@ -692,12 +692,12 @@ RDEPENDS_packagegroup-meta-oe-navigation ="\ | |||
692 | proj \ | 692 | proj \ |
693 | " | 693 | " |
694 | 694 | ||
695 | RDEPENDS_packagegroup-meta-oe-printing ="\ | 695 | RDEPENDS:packagegroup-meta-oe-printing ="\ |
696 | cups-filters \ | 696 | cups-filters \ |
697 | qpdf \ | 697 | qpdf \ |
698 | " | 698 | " |
699 | 699 | ||
700 | RDEPENDS_packagegroup-meta-oe-security ="\ | 700 | RDEPENDS:packagegroup-meta-oe-security ="\ |
701 | keyutils \ | 701 | keyutils \ |
702 | nmap \ | 702 | nmap \ |
703 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "passwdqc", "", d)} \ | 703 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "passwdqc", "", d)} \ |
@@ -706,14 +706,14 @@ RDEPENDS_packagegroup-meta-oe-security ="\ | |||
706 | auditd \ | 706 | auditd \ |
707 | " | 707 | " |
708 | 708 | ||
709 | RDEPENDS_packagegroup-meta-oe-shells ="\ | 709 | RDEPENDS:packagegroup-meta-oe-shells ="\ |
710 | dash \ | 710 | dash \ |
711 | mksh \ | 711 | mksh \ |
712 | tcsh \ | 712 | tcsh \ |
713 | zsh \ | 713 | zsh \ |
714 | " | 714 | " |
715 | 715 | ||
716 | RDEPENDS_packagegroup-meta-oe-support ="\ | 716 | RDEPENDS:packagegroup-meta-oe-support ="\ |
717 | anthy \ | 717 | anthy \ |
718 | atop \ | 718 | atop \ |
719 | ace-cloud-editor \ | 719 | ace-cloud-editor \ |
@@ -916,24 +916,24 @@ RDEPENDS_packagegroup-meta-oe-support ="\ | |||
916 | libmicrohttpd \ | 916 | libmicrohttpd \ |
917 | yaml-cpp \ | 917 | yaml-cpp \ |
918 | " | 918 | " |
919 | RDEPENDS_packagegroup-meta-oe-support_append_armv7a = " ne10" | 919 | RDEPENDS:packagegroup-meta-oe-support:append:armv7a = " ne10" |
920 | RDEPENDS_packagegroup-meta-oe-support_append_armv7ve = " ne10" | 920 | RDEPENDS:packagegroup-meta-oe-support:append:armv7ve = " ne10" |
921 | RDEPENDS_packagegroup-meta-oe-support_append_aarch64 = " ne10" | 921 | RDEPENDS:packagegroup-meta-oe-support:append:aarch64 = " ne10" |
922 | RDEPENDS_packagegroup-meta-oe-support_append_x86 = " mcelog mce-inject mce-test vboxguestdrivers" | 922 | RDEPENDS:packagegroup-meta-oe-support:append:x86 = " mcelog mce-inject mce-test vboxguestdrivers" |
923 | RDEPENDS_packagegroup-meta-oe-support_append_x86-64 = " mcelog mce-inject mce-test vboxguestdrivers" | 923 | RDEPENDS:packagegroup-meta-oe-support:append:x86-64 = " mcelog mce-inject mce-test vboxguestdrivers" |
924 | 924 | ||
925 | RDEPENDS_packagegroup-meta-oe-support-python2 ="\ | 925 | RDEPENDS:packagegroup-meta-oe-support-python2 ="\ |
926 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'lio-utils', '', d), "", d)} \ | 926 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'lio-utils', '', d), "", d)} \ |
927 | " | 927 | " |
928 | 928 | ||
929 | RDEPENDS_packagegroup-meta-oe-support_remove_arm ="numactl" | 929 | RDEPENDS:packagegroup-meta-oe-support:remove:arm ="numactl" |
930 | RDEPENDS_packagegroup-meta-oe-support_remove_mipsarch = "gperftools" | 930 | RDEPENDS:packagegroup-meta-oe-support:remove:mipsarch = "gperftools" |
931 | RDEPENDS_packagegroup-meta-oe-support_remove_riscv64 = "gperftools uim" | 931 | RDEPENDS:packagegroup-meta-oe-support:remove:riscv64 = "gperftools uim" |
932 | RDEPENDS_packagegroup-meta-oe-support_remove_riscv32 = "gperftools uim" | 932 | RDEPENDS:packagegroup-meta-oe-support:remove:riscv32 = "gperftools uim" |
933 | RDEPENDS_packagegroup-meta-oe-support_remove_powerpc = "ssiapi tbb" | 933 | RDEPENDS:packagegroup-meta-oe-support:remove:powerpc = "ssiapi tbb" |
934 | RDEPENDS_packagegroup-meta-oe-support_remove_powerpc64le = "ssiapi" | 934 | RDEPENDS:packagegroup-meta-oe-support:remove:powerpc64le = "ssiapi" |
935 | 935 | ||
936 | RDEPENDS_packagegroup-meta-oe-test ="\ | 936 | RDEPENDS:packagegroup-meta-oe-test ="\ |
937 | bats \ | 937 | bats \ |
938 | cmocka \ | 938 | cmocka \ |
939 | cppunit \ | 939 | cppunit \ |
@@ -955,7 +955,7 @@ RDEPENDS_packagegroup-meta-oe-test_remove_powerpc = "fwts" | |||
955 | RDEPENDS_packagegroup-meta-oe-test_remove_riscv64 = "fwts" | 955 | RDEPENDS_packagegroup-meta-oe-test_remove_riscv64 = "fwts" |
956 | RDEPENDS_packagegroup-meta-oe-test_remove_riscv32 = "fwts" | 956 | RDEPENDS_packagegroup-meta-oe-test_remove_riscv32 = "fwts" |
957 | 957 | ||
958 | RDEPENDS_packagegroup-meta-oe-ptest-packages = "\ | 958 | RDEPENDS:packagegroup-meta-oe-ptest-packages = "\ |
959 | zeromq-ptest \ | 959 | zeromq-ptest \ |
960 | leveldb-ptest \ | 960 | leveldb-ptest \ |
961 | psqlodbc-ptest \ | 961 | psqlodbc-ptest \ |
@@ -969,15 +969,15 @@ RDEPENDS_packagegroup-meta-oe-ptest-packages = "\ | |||
969 | poco-ptest \ | 969 | poco-ptest \ |
970 | cmocka-ptest \ | 970 | cmocka-ptest \ |
971 | " | 971 | " |
972 | RDEPENDS_packagegroup-meta-oe-ptest-packages_append_x86 = " mcelog-ptest" | 972 | RDEPENDS:packagegroup-meta-oe-ptest-packages:append:x86 = " mcelog-ptest" |
973 | RDEPENDS_packagegroup-meta-oe-ptest-packages_append_x86-64 = " mcelog-ptest" | 973 | RDEPENDS:packagegroup-meta-oe-ptest-packages:append:x86-64 = " mcelog-ptest" |
974 | 974 | ||
975 | RDEPENDS_packagegroup-meta-oe-ptest-packages_remove_riscv64 = "oprofile-ptest" | 975 | RDEPENDS:packagegroup-meta-oe-ptest-packages:remove:riscv64 = "oprofile-ptest" |
976 | RDEPENDS_packagegroup-meta-oe-ptest-packages_remove_riscv32 = "oprofile-ptest" | 976 | RDEPENDS:packagegroup-meta-oe-ptest-packages:remove:riscv32 = "oprofile-ptest" |
977 | RDEPENDS_packagegroup-meta-oe-ptest-packages_remove_arm = "numactl-ptest" | 977 | RDEPENDS:packagegroup-meta-oe-ptest-packages:remove:arm = "numactl-ptest" |
978 | 978 | ||
979 | 979 | ||
980 | RDEPENDS_packagegroup-meta-oe-fortran-packages = "\ | 980 | RDEPENDS:packagegroup-meta-oe-fortran-packages = "\ |
981 | lapack \ | 981 | lapack \ |
982 | octave \ | 982 | octave \ |
983 | suitesparse \ | 983 | suitesparse \ |
diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb index 11fb30d480..e5d8c98195 100644 --- a/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb +++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb | |||
@@ -13,9 +13,9 @@ LICENSE = "GPLv2+" | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
14 | 14 | ||
15 | DEPENDS = "libcap libpng cairo dbus udev" | 15 | DEPENDS = "libcap libpng cairo dbus udev" |
16 | DEPENDS_append_libc-musl = " musl-rpmatch" | 16 | DEPENDS:append:libc-musl = " musl-rpmatch" |
17 | PROVIDES = "virtual/psplash" | 17 | PROVIDES = "virtual/psplash" |
18 | RPROVIDES_${PN} = "virtual-psplash virtual-psplash-support" | 18 | RPROVIDES:${PN} = "virtual-psplash virtual-psplash-support" |
19 | 19 | ||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.xz \ | 21 | http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.xz \ |
@@ -31,8 +31,8 @@ EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-docum | |||
31 | " | 31 | " |
32 | 32 | ||
33 | PACKAGECONFIG ??= "pango initrd" | 33 | PACKAGECONFIG ??= "pango initrd" |
34 | PACKAGECONFIG_append_x86 = " drm" | 34 | PACKAGECONFIG:append:x86 = " drm" |
35 | PACKAGECONFIG_append_x86-64 = " drm" | 35 | PACKAGECONFIG:append:x86-64 = " drm" |
36 | 36 | ||
37 | PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm" | 37 | PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm" |
38 | PACKAGECONFIG[pango] = "--enable-pango,--disable-pango,pango" | 38 | PACKAGECONFIG[pango] = "--enable-pango,--disable-pango,pango" |
@@ -43,9 +43,9 @@ LOGO ??= "${datadir}/plymouth/bizcom.png" | |||
43 | 43 | ||
44 | inherit autotools pkgconfig systemd gettext | 44 | inherit autotools pkgconfig systemd gettext |
45 | 45 | ||
46 | LDFLAGS_append_libc-musl = " -lrpmatch" | 46 | LDFLAGS:append:libc-musl = " -lrpmatch" |
47 | 47 | ||
48 | do_install_append() { | 48 | do_install:append() { |
49 | # Remove /var/run from package as plymouth will populate it on startup | 49 | # Remove /var/run from package as plymouth will populate it on startup |
50 | rm -fr "${D}${localstatedir}/run" | 50 | rm -fr "${D}${localstatedir}/run" |
51 | 51 | ||
@@ -57,14 +57,14 @@ do_install_append() { | |||
57 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'initrd', '${PN}-initrd ', '', d)}" | 57 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'initrd', '${PN}-initrd ', '', d)}" |
58 | PACKAGES =+ "${PN}-set-default-theme" | 58 | PACKAGES =+ "${PN}-set-default-theme" |
59 | 59 | ||
60 | FILES_${PN}-initrd = "${libexecdir}/plymouth/*" | 60 | FILES:${PN}-initrd = "${libexecdir}/plymouth/*" |
61 | FILES_${PN}-set-default-theme = "${sbindir}/plymouth-set-default-theme" | 61 | FILES:${PN}-set-default-theme = "${sbindir}/plymouth-set-default-theme" |
62 | 62 | ||
63 | FILES_${PN} += "${systemd_unitdir}/system/*" | 63 | FILES:${PN} += "${systemd_unitdir}/system/*" |
64 | FILES_${PN}-dbg += "${libdir}/plymouth/renderers/.debug" | 64 | FILES:${PN}-dbg += "${libdir}/plymouth/renderers/.debug" |
65 | 65 | ||
66 | 66 | ||
67 | RDEPENDS_${PN}-initrd = "bash dracut" | 67 | RDEPENDS:${PN}-initrd = "bash dracut" |
68 | RDEPENDS_${PN}-set-default-theme = "bash" | 68 | RDEPENDS:${PN}-set-default-theme = "bash" |
69 | 69 | ||
70 | SYSTEMD_SERVICE_${PN} = "plymouth-start.service" | 70 | SYSTEMD_SERVICE:${PN} = "plymouth-start.service" |
diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb index 68dc804241..c230a25348 100644 --- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb +++ b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb | |||
@@ -15,10 +15,10 @@ SRC_URI[sha256sum] = "291ac350cc5eb4a01b0d651ca99fae64cee8a1c06b2005277fab5a4356 | |||
15 | 15 | ||
16 | S = "${WORKDIR}" | 16 | S = "${WORKDIR}" |
17 | PACKAGES = "${PN} ${PN}-dev" | 17 | PACKAGES = "${PN} ${PN}-dev" |
18 | FILES_${PN}-dev = "${includedir}/libintl.h ${libdir}/libintl.a" | 18 | FILES:${PN}-dev = "${includedir}/libintl.h ${libdir}/libintl.a" |
19 | INSANE_SKIP_${PN}-dev = "staticdev" | 19 | INSANE_SKIP:${PN}-dev = "staticdev" |
20 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY:${PN} = "1" |
21 | CFLAGS_append = " -fPIC -Wall -I ../../include ${@['-DSTUB_ONLY', ''][d.getVar('USE_NLS') != 'no']}" | 21 | CFLAGS:append = " -fPIC -Wall -I ../../include ${@['-DSTUB_ONLY', ''][d.getVar('USE_NLS') != 'no']}" |
22 | TARGET_CC_ARCH += "${LDFLAGS}" | 22 | TARGET_CC_ARCH += "${LDFLAGS}" |
23 | 23 | ||
24 | do_compile() { | 24 | do_compile() { |
diff --git a/meta-oe/recipes-core/safec/safec_3.5.1.bb b/meta-oe/recipes-core/safec/safec_3.5.1.bb index 91d8fc65a0..fa30f7cf40 100644 --- a/meta-oe/recipes-core/safec/safec_3.5.1.bb +++ b/meta-oe/recipes-core/safec/safec_3.5.1.bb | |||
@@ -16,6 +16,6 @@ COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux' | |||
16 | 16 | ||
17 | PACKAGES =+ "${PN}-check" | 17 | PACKAGES =+ "${PN}-check" |
18 | 18 | ||
19 | FILES_${PN}-check += "${bindir}/check_for_unsafe_apis" | 19 | FILES:${PN}-check += "${bindir}/check_for_unsafe_apis" |
20 | 20 | ||
21 | RDEPENDS_${PN}-check += "perl" | 21 | RDEPENDS:${PN}-check += "perl" |
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb index dee3eab497..6411677d98 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRC | |||
18 | " | 18 | " |
19 | 19 | ||
20 | # patches needed by musl | 20 | # patches needed by musl |
21 | SRC_URI_append_libc-musl = " ${SRC_URI_MUSL}" | 21 | SRC_URI:append:libc-musl = " ${SRC_URI_MUSL}" |
22 | SRC_URI_MUSL = "\ | 22 | SRC_URI_MUSL = "\ |
23 | file://0002-don-t-use-glibc-specific-qsort_r.patch \ | 23 | file://0002-don-t-use-glibc-specific-qsort_r.patch \ |
24 | file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \ | 24 | file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \ |
@@ -46,7 +46,7 @@ SRC_URI_MUSL = "\ | |||
46 | " | 46 | " |
47 | 47 | ||
48 | PACKAGECONFIG ??= "gshadow idn" | 48 | PACKAGECONFIG ??= "gshadow idn" |
49 | PACKAGECONFIG_remove_libc-musl = " gshadow idn" | 49 | PACKAGECONFIG:remove:libc-musl = " gshadow idn" |
50 | PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" | 50 | PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" |
51 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" | 51 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" |
52 | 52 | ||
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb index 338a89dda4..12eae5c7d5 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb | |||
@@ -32,12 +32,12 @@ EXTRA_OECMAKE = "-DBUILD_CODE_GEN=ON \ | |||
32 | 32 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | if ! ${@bb.utils.contains('PTEST_ENABLED', '1', 'true', 'false', d)}; then | 36 | if ! ${@bb.utils.contains('PTEST_ENABLED', '1', 'true', 'false', d)}; then |
37 | rm -rf ${D}${sysconfdir}/dbus-1 | 37 | rm -rf ${D}${sysconfdir}/dbus-1 |
38 | fi | 38 | fi |
39 | } | 39 | } |
40 | 40 | ||
41 | PTEST_PATH = "${libdir}/${BPN}/tests" | 41 | PTEST_PATH = "${libdir}/${BPN}/tests" |
42 | FILES_${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/" | 42 | FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/" |
43 | FILES_${PN}-dev += "${bindir}/sdbus-c++-xml2cpp" | 43 | FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp" |
diff --git a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb index f82f8e9ce2..b91a1d864e 100644 --- a/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb +++ b/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "\ | |||
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | RCONFLICTS_${PN} = "\ | 15 | RCONFLICTS:${PN} = "\ |
16 | busybox-inittab \ | 16 | busybox-inittab \ |
17 | sysvinit-inittab \ | 17 | sysvinit-inittab \ |
18 | " | 18 | " |
@@ -56,7 +56,7 @@ do_install() { | |||
56 | install -D -m 0744 ${S}/rcS ${D}${sysconfdir}/init.d/rcS | 56 | install -D -m 0744 ${S}/rcS ${D}${sysconfdir}/init.d/rcS |
57 | } | 57 | } |
58 | 58 | ||
59 | FILES_${PN} = "\ | 59 | FILES:${PN} = "\ |
60 | ${sysconfdir}/inittab \ | 60 | ${sysconfdir}/inittab \ |
61 | ${sysconfdir}/init.d/rcK \ | 61 | ${sysconfdir}/init.d/rcK \ |
62 | ${sysconfdir}/init.d/rcS \ | 62 | ${sysconfdir}/init.d/rcS \ |
diff --git a/meta-oe/recipes-core/toybox/toybox_0.8.5.bb b/meta-oe/recipes-core/toybox/toybox_0.8.5.bb index 90a0ad6c73..69ac8b58d4 100644 --- a/meta-oe/recipes-core/toybox/toybox_0.8.5.bb +++ b/meta-oe/recipes-core/toybox/toybox_0.8.5.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "bfd230c187726347f7e31a1fc5841705871dfe4f3cbc6628f512b54e57 | |||
13 | 13 | ||
14 | SECTION = "base" | 14 | SECTION = "base" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "${@["", "toybox-inittab"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'toybox')]}" | 16 | RDEPENDS:${PN} = "${@["", "toybox-inittab"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'toybox')]}" |
17 | 17 | ||
18 | TOYBOX_BIN = "generated/unstripped/toybox" | 18 | TOYBOX_BIN = "generated/unstripped/toybox" |
19 | 19 | ||
@@ -24,7 +24,7 @@ TOYBOX_BIN = "generated/unstripped/toybox" | |||
24 | # CROSS_COMPILE = compiler prefix | 24 | # CROSS_COMPILE = compiler prefix |
25 | CFLAGS += "${TOOLCHAIN_OPTIONS} ${TUNE_CCARGS}" | 25 | CFLAGS += "${TOOLCHAIN_OPTIONS} ${TUNE_CCARGS}" |
26 | 26 | ||
27 | COMPILER_toolchain-clang = "clang" | 27 | COMPILER:toolchain-clang = "clang" |
28 | COMPILER ?= "gcc" | 28 | COMPILER ?= "gcc" |
29 | 29 | ||
30 | PACKAGECONFIG ??= "no-iconv no-getconf" | 30 | PACKAGECONFIG ??= "no-iconv no-getconf" |
@@ -45,7 +45,7 @@ do_configure() { | |||
45 | fi | 45 | fi |
46 | 46 | ||
47 | # Copy defconfig to .config if .config does not exist. This allows | 47 | # Copy defconfig to .config if .config does not exist. This allows |
48 | # recipes to manage the .config themselves in do_configure_prepend(). | 48 | # recipes to manage the .config themselves in do_configure:prepend(). |
49 | if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then | 49 | if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then |
50 | cp "${WORKDIR}/defconfig" "${B}/.config" | 50 | cp "${WORKDIR}/defconfig" "${B}/.config" |
51 | fi | 51 | fi |
@@ -95,7 +95,7 @@ do_install() { | |||
95 | # over busybox where possible but not over other packages | 95 | # over busybox where possible but not over other packages |
96 | ALTERNATIVE_PRIORITY = "60" | 96 | ALTERNATIVE_PRIORITY = "60" |
97 | 97 | ||
98 | python do_package_prepend () { | 98 | python do_package:prepend () { |
99 | # Read links from /etc/toybox.links and create appropriate | 99 | # Read links from /etc/toybox.links and create appropriate |
100 | # update-alternatives variables | 100 | # update-alternatives variables |
101 | 101 | ||
@@ -107,7 +107,7 @@ python do_package_prepend () { | |||
107 | for alt_link_name in f: | 107 | for alt_link_name in f: |
108 | alt_link_name = alt_link_name.strip() | 108 | alt_link_name = alt_link_name.strip() |
109 | alt_name = os.path.basename(alt_link_name) | 109 | alt_name = os.path.basename(alt_link_name) |
110 | d.appendVar('ALTERNATIVE_%s' % (pn), ' ' + alt_name) | 110 | d.appendVar('ALTERNATIVE:%s' % (pn), ' ' + alt_name) |
111 | d.setVarFlag('ALTERNATIVE_LINK_NAME', alt_name, alt_link_name) | 111 | d.setVarFlag('ALTERNATIVE_LINK_NAME', alt_name, alt_link_name) |
112 | d.setVarFlag('ALTERNATIVE_TARGET', alt_name, target) | 112 | d.setVarFlag('ALTERNATIVE_TARGET', alt_name, target) |
113 | f.close() | 113 | f.close() |
diff --git a/meta-oe/recipes-core/usleep/usleep_1.0.bb b/meta-oe/recipes-core/usleep/usleep_1.0.bb index 370dd4ae68..249a6ef542 100644 --- a/meta-oe/recipes-core/usleep/usleep_1.0.bb +++ b/meta-oe/recipes-core/usleep/usleep_1.0.bb | |||
@@ -25,9 +25,9 @@ do_install() { | |||
25 | 25 | ||
26 | inherit update-alternatives | 26 | inherit update-alternatives |
27 | 27 | ||
28 | ALTERNATIVE_${PN} = "usleep" | 28 | ALTERNATIVE:${PN} = "usleep" |
29 | ALTERNATIVE_PRIORITY = "80" | 29 | ALTERNATIVE_PRIORITY = "80" |
30 | ALTERNATIVE_LINK_NAME[usleep] = "${base_bindir}/usleep" | 30 | ALTERNATIVE_LINK_NAME[usleep] = "${base_bindir}/usleep" |
31 | 31 | ||
32 | ALTERNATIVE_${PN}-doc = "usleep.1" | 32 | ALTERNATIVE:${PN}-doc = "usleep.1" |
33 | ALTERNATIVE_LINK_NAME[usleep.1] = "${mandir}/man1/usleep.1" | 33 | ALTERNATIVE_LINK_NAME[usleep.1] = "${mandir}/man1/usleep.1" |
diff --git a/meta-oe/recipes-crypto/botan/botan_2.18.1.bb b/meta-oe/recipes-crypto/botan/botan_2.18.1.bb index 041eff039d..62872ff852 100644 --- a/meta-oe/recipes-crypto/botan/botan_2.18.1.bb +++ b/meta-oe/recipes-crypto/botan/botan_2.18.1.bb | |||
@@ -12,9 +12,9 @@ S = "${WORKDIR}/Botan-${PV}" | |||
12 | inherit python3native siteinfo lib_package | 12 | inherit python3native siteinfo lib_package |
13 | 13 | ||
14 | CPU ?= "${TARGET_ARCH}" | 14 | CPU ?= "${TARGET_ARCH}" |
15 | CPU_x86 = "x86_32" | 15 | CPU:x86 = "x86_32" |
16 | CPU_armv7a = "armv7" | 16 | CPU:armv7a = "armv7" |
17 | CPU_armv7ve = "armv7" | 17 | CPU:armv7ve = "armv7" |
18 | 18 | ||
19 | do_configure() { | 19 | do_configure() { |
20 | python3 ${S}/configure.py \ | 20 | python3 ${S}/configure.py \ |
@@ -45,8 +45,8 @@ do_install() { | |||
45 | 45 | ||
46 | PACKAGES += "${PN}-python3" | 46 | PACKAGES += "${PN}-python3" |
47 | 47 | ||
48 | FILES_${PN}-python3 = "${libdir}/python3" | 48 | FILES:${PN}-python3 = "${libdir}/python3" |
49 | 49 | ||
50 | RDEPENDS_${PN}-python3 += "python3" | 50 | RDEPENDS:${PN}-python3 += "python3" |
51 | 51 | ||
52 | COMPATIBLE_HOST_riscv32 = "null" | 52 | COMPATIBLE_HOST:riscv32 = "null" |
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb index 9e83b90eab..50ffce2d78 100644 --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.6.bb | |||
@@ -37,7 +37,7 @@ PACKAGECONFIG ??= " \ | |||
37 | luks-adjust-xts-keysize \ | 37 | luks-adjust-xts-keysize \ |
38 | openssl \ | 38 | openssl \ |
39 | " | 39 | " |
40 | PACKAGECONFIG_append_class-target = " \ | 40 | PACKAGECONFIG:append:class-target = " \ |
41 | udev \ | 41 | udev \ |
42 | " | 42 | " |
43 | 43 | ||
@@ -75,13 +75,13 @@ EXTRA_OECONF += "--disable-static-cryptsetup" | |||
75 | # There's no recipe for libargon2 yet | 75 | # There's no recipe for libargon2 yet |
76 | EXTRA_OECONF += "--disable-libargon2" | 76 | EXTRA_OECONF += "--disable-libargon2" |
77 | 77 | ||
78 | FILES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/cryptsetup.conf', '', d)}" | 78 | FILES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/cryptsetup.conf', '', d)}" |
79 | 79 | ||
80 | RDEPENDS_${PN} = " \ | 80 | RDEPENDS:${PN} = " \ |
81 | libdevmapper \ | 81 | libdevmapper \ |
82 | " | 82 | " |
83 | 83 | ||
84 | RRECOMMENDS_${PN}_class-target = " \ | 84 | RRECOMMENDS:${PN}:class-target = " \ |
85 | kernel-module-aes-generic \ | 85 | kernel-module-aes-generic \ |
86 | kernel-module-dm-crypt \ | 86 | kernel-module-dm-crypt \ |
87 | kernel-module-md5 \ | 87 | kernel-module-md5 \ |
diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb index a39aeb617e..e26820f780 100644 --- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb +++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb | |||
@@ -16,16 +16,16 @@ S = "${WORKDIR}/git" | |||
16 | 16 | ||
17 | DEPENDS = "openssl" | 17 | DEPENDS = "openssl" |
18 | 18 | ||
19 | EXTRA_OEMAKE_append = "PREFIX=${prefix} USE_SHARED_LIB=1" | 19 | EXTRA_OEMAKE:append = "PREFIX=${prefix} USE_SHARED_LIB=1" |
20 | # We want to statically link the binary to libfsverity on native Windows | 20 | # We want to statically link the binary to libfsverity on native Windows |
21 | EXTRA_OEMAKE_remove_mingw32_class-nativesdk = "USE_SHARED_LIB=1" | 21 | EXTRA_OEMAKE:remove:mingw32:class-nativesdk = "USE_SHARED_LIB=1" |
22 | EXTRA_OEMAKE_remove_mingw32_class-native = "USE_SHARED_LIB=1" | 22 | EXTRA_OEMAKE:remove:mingw32:class-native = "USE_SHARED_LIB=1" |
23 | 23 | ||
24 | do_install() { | 24 | do_install() { |
25 | oe_runmake install DESTDIR=${D} | 25 | oe_runmake install DESTDIR=${D} |
26 | } | 26 | } |
27 | 27 | ||
28 | PACKAGES =+ "libfsverity" | 28 | PACKAGES =+ "libfsverity" |
29 | FILES_libfsverity = "${libdir}/libfsverity*${SOLIBS}" | 29 | FILES:libfsverity = "${libdir}/libfsverity*${SOLIBS}" |
30 | 30 | ||
31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb index e76fba09c3..e86b9dcf99 100644 --- a/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb +++ b/meta-oe/recipes-crypto/libkcapi/libkcapi_1.2.1.bb | |||
@@ -17,7 +17,7 @@ PACKAGECONFIG ??= "" | |||
17 | PACKAGECONFIG[testapp] = "--enable-kcapi-test,,,bash" | 17 | PACKAGECONFIG[testapp] = "--enable-kcapi-test,,,bash" |
18 | PACKAGECONFIG[apps] = "--enable-kcapi-speed --enable-kcapi-hasher --enable-kcapi-rngapp --enable-kcapi-encapp --enable-kcapi-dgstapp,,," | 18 | PACKAGECONFIG[apps] = "--enable-kcapi-speed --enable-kcapi-hasher --enable-kcapi-rngapp --enable-kcapi-encapp --enable-kcapi-dgstapp,,," |
19 | 19 | ||
20 | do_install_append() { | 20 | do_install:append() { |
21 | # bindir contains testapp and apps. However it is always created, even | 21 | # bindir contains testapp and apps. However it is always created, even |
22 | # when no binaries are installed (empty bin_PROGRAMS in Makefile.am), | 22 | # when no binaries are installed (empty bin_PROGRAMS in Makefile.am), |
23 | rmdir --ignore-fail-on-non-empty ${D}${bindir} | 23 | rmdir --ignore-fail-on-non-empty ${D}${bindir} |
@@ -27,4 +27,4 @@ do_install_append() { | |||
27 | rm -f ${D}${libdir}/.*.hmac | 27 | rm -f ${D}${libdir}/.*.hmac |
28 | } | 28 | } |
29 | 29 | ||
30 | CPPFLAGS_append_libc-musl_toolchain-clang = " -Wno-error=sign-compare" | 30 | CPPFLAGS:append:libc-musl:toolchain-clang = " -Wno-error=sign-compare" |
diff --git a/meta-oe/recipes-dbs/influxdb/influxdb_1.7.10.bb b/meta-oe/recipes-dbs/influxdb/influxdb_1.7.10.bb index 06f7947642..fa360b8d1d 100644 --- a/meta-oe/recipes-dbs/influxdb/influxdb_1.7.10.bb +++ b/meta-oe/recipes-dbs/influxdb/influxdb_1.7.10.bb | |||
@@ -4,10 +4,10 @@ HOMEPAGE = "https://www.influxdata.com/products/influxdb-overview/" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=ba8146ad9cc2a128209983265136e06a" | 5 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=ba8146ad9cc2a128209983265136e06a" |
6 | 6 | ||
7 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 7 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "bash" | 9 | RDEPENDS:${PN} = "bash" |
10 | RDEPENDS_${PN}-dev = "bash" | 10 | RDEPENDS:${PN}-dev = "bash" |
11 | 11 | ||
12 | GO_IMPORT = "github.com/influxdata/influxdb" | 12 | GO_IMPORT = "github.com/influxdata/influxdb" |
13 | 13 | ||
@@ -22,22 +22,22 @@ SRC_URI = "\ | |||
22 | file://influxdb.conf \ | 22 | file://influxdb.conf \ |
23 | " | 23 | " |
24 | 24 | ||
25 | SRC_URI_append_mipsarch = " file://0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch;patchdir=src/${GO_IMPORT}" | 25 | SRC_URI:append:mipsarch = " file://0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch;patchdir=src/${GO_IMPORT}" |
26 | 26 | ||
27 | SRCREV = "c958f436b2e538a88a7815aad721c7774a0b8f63" | 27 | SRCREV = "c958f436b2e538a88a7815aad721c7774a0b8f63" |
28 | 28 | ||
29 | inherit go-mod systemd update-rc.d useradd | 29 | inherit go-mod systemd update-rc.d useradd |
30 | 30 | ||
31 | USERADD_PACKAGES = "${PN}" | 31 | USERADD_PACKAGES = "${PN}" |
32 | USERADD_PARAM_${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb" | 32 | USERADD_PARAM:${PN} = "--system -d /var/lib/influxdb -m -s /bin/nologin influxdb" |
33 | 33 | ||
34 | do_install_prepend() { | 34 | do_install:prepend() { |
35 | rm ${B}/src/${GO_IMPORT}/build.py | 35 | rm ${B}/src/${GO_IMPORT}/build.py |
36 | rm ${B}/src/${GO_IMPORT}/build.sh | 36 | rm ${B}/src/${GO_IMPORT}/build.sh |
37 | rm ${B}/src/${GO_IMPORT}/Dockerfile* | 37 | rm ${B}/src/${GO_IMPORT}/Dockerfile* |
38 | } | 38 | } |
39 | 39 | ||
40 | do_install_append() { | 40 | do_install:append() { |
41 | install -d ${D}${sysconfdir}/influxdb | 41 | install -d ${D}${sysconfdir}/influxdb |
42 | install -m 0644 ${WORKDIR}/influxdb.conf ${D}${sysconfdir}/influxdb | 42 | install -m 0644 ${WORKDIR}/influxdb.conf ${D}${sysconfdir}/influxdb |
43 | chown -R root.influxdb ${D}${sysconfdir}/influxdb | 43 | chown -R root.influxdb ${D}${sysconfdir}/influxdb |
@@ -62,4 +62,4 @@ INITSCRIPT_PACKAGES = "${PN}" | |||
62 | INITSCRIPT_NAME = "influxdb" | 62 | INITSCRIPT_NAME = "influxdb" |
63 | INITSCRIPT_PARAMS = "defaults" | 63 | INITSCRIPT_PARAMS = "defaults" |
64 | 64 | ||
65 | SYSTEMD_SERVICE_${PN} = "influxdb.service" | 65 | SYSTEMD_SERVICE:${PN} = "influxdb.service" |
diff --git a/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb b/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb index b597ef1ea8..b973c68b01 100644 --- a/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb +++ b/meta-oe/recipes-dbs/leveldb/leveldb_1.22.bb | |||
@@ -20,7 +20,7 @@ PACKAGECONFIG[tcmalloc] = ",,gperftools" | |||
20 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON \ | 20 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON \ |
21 | -DLEVELDB_BUILD_TESTS=${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'ON', 'OFF', d)}" | 21 | -DLEVELDB_BUILD_TESTS=${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'ON', 'OFF', d)}" |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install:append() { |
24 | install -D -m 0755 ${B}/leveldbutil ${D}${bindir}/leveldbutil | 24 | install -D -m 0755 ${B}/leveldbutil ${D}${bindir}/leveldbutil |
25 | } | 25 | } |
26 | 26 | ||
@@ -30,4 +30,4 @@ do_install_ptest() { | |||
30 | 30 | ||
31 | # Do not try to build lib32-leveldb for mips64, but allow libn32-leveldb. | 31 | # Do not try to build lib32-leveldb for mips64, but allow libn32-leveldb. |
32 | # | 32 | # |
33 | COMPATIBLE_HOST_mipsarcho32_pn-lib32-leveldb = "null" | 33 | COMPATIBLE_HOST:mipsarcho32:pn-lib32-leveldb = "null" |
diff --git a/meta-oe/recipes-dbs/mysql/mariadb-native_10.5.11.bb b/meta-oe/recipes-dbs/mysql/mariadb-native_10.5.11.bb index 73b2a0980d..e38726d3f9 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb-native_10.5.11.bb +++ b/meta-oe/recipes-dbs/mysql/mariadb-native_10.5.11.bb | |||
@@ -4,7 +4,7 @@ inherit native | |||
4 | PROVIDES += "mysql5-native" | 4 | PROVIDES += "mysql5-native" |
5 | DEPENDS = "ncurses-native zlib-native bison-native libpcre2-native" | 5 | DEPENDS = "ncurses-native zlib-native bison-native libpcre2-native" |
6 | 6 | ||
7 | RDEPENDS_${PN} = "" | 7 | RDEPENDS:${PN} = "" |
8 | PACKAGES = "" | 8 | PACKAGES = "" |
9 | EXTRA_OEMAKE = "" | 9 | EXTRA_OEMAKE = "" |
10 | 10 | ||
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc index 7cf08f4719..dac920e3f3 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb.inc +++ b/meta-oe/recipes-dbs/mysql/mariadb.inc | |||
@@ -23,7 +23,7 @@ SRC_URI = "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz | |||
23 | file://ssize_t.patch \ | 23 | file://ssize_t.patch \ |
24 | file://mm_malloc.patch \ | 24 | file://mm_malloc.patch \ |
25 | " | 25 | " |
26 | SRC_URI_append_libc-musl = " file://ppc-remove-glibc-dep.patch" | 26 | SRC_URI:append:libc-musl = " file://ppc-remove-glibc-dep.patch" |
27 | 27 | ||
28 | SRC_URI[sha256sum] = "761053605fe30ce393f324852117990350840a93b3e6305ef4d2f8c8305cc47a" | 28 | SRC_URI[sha256sum] = "761053605fe30ce393f324852117990350840a93b3e6305ef4d2f8c8305cc47a" |
29 | 29 | ||
@@ -39,24 +39,24 @@ MULTILIB_SCRIPTS = "${PN}-server:${bindir}/mariadbd-safe \ | |||
39 | ${PN}-setupdb:${bindir}/mariadb-install-db" | 39 | ${PN}-setupdb:${bindir}/mariadb-install-db" |
40 | 40 | ||
41 | INITSCRIPT_PACKAGES = "${PN}-server ${PN}-setupdb" | 41 | INITSCRIPT_PACKAGES = "${PN}-server ${PN}-setupdb" |
42 | INITSCRIPT_NAME_${PN}-server = "mysqld" | 42 | INITSCRIPT_NAME:${PN}-server = "mysqld" |
43 | INITSCRIPT_PARAMS_${PN}-server ?= "start 45 5 . stop 45 0 6 1 ." | 43 | INITSCRIPT_PARAMS:${PN}-server ?= "start 45 5 . stop 45 0 6 1 ." |
44 | 44 | ||
45 | USERADD_PACKAGES = "${PN}-setupdb" | 45 | USERADD_PACKAGES = "${PN}-setupdb" |
46 | USERADD_PARAM_${PN}-setupdb = "--system --home-dir /var/mysql -g mysql --shell /bin/false mysql" | 46 | USERADD_PARAM:${PN}-setupdb = "--system --home-dir /var/mysql -g mysql --shell /bin/false mysql" |
47 | GROUPADD_PARAM_${PN}-setupdb = "--system mysql" | 47 | GROUPADD_PARAM:${PN}-setupdb = "--system mysql" |
48 | 48 | ||
49 | INITSCRIPT_NAME_${PN}-setupdb = "install_db" | 49 | INITSCRIPT_NAME:${PN}-setupdb = "install_db" |
50 | INITSCRIPT_PARAMS_${PN}-setupdb ?= "defaults 44 44" | 50 | INITSCRIPT_PARAMS:${PN}-setupdb ?= "defaults 44 44" |
51 | 51 | ||
52 | SYSTEMD_PACKAGES = "${PN}-server ${PN}-setupdb" | 52 | SYSTEMD_PACKAGES = "${PN}-server ${PN}-setupdb" |
53 | SYSTEMD_SERVICE_${PN}-server = "mysqld.service" | 53 | SYSTEMD_SERVICE:${PN}-server = "mysqld.service" |
54 | SYSTEMD_AUTO_ENABLE_${PN}-server ?= "disable" | 54 | SYSTEMD_AUTO_ENABLE:${PN}-server ?= "disable" |
55 | 55 | ||
56 | SYSTEMD_SERVICE_${PN}-setupdb = "install_db.service" | 56 | SYSTEMD_SERVICE:${PN}-setupdb = "install_db.service" |
57 | SYSTEMD_AUTO_ENABLE_${PN}-setupdb ?= "enable" | 57 | SYSTEMD_AUTO_ENABLE:${PN}-setupdb ?= "enable" |
58 | ALLOW_EMPTY_${PN}-setupdb ?= "1" | 58 | ALLOW_EMPTY:${PN}-setupdb ?= "1" |
59 | FILES_${PN}-setupdb = "${sysconfdir}/init.d/install_db \ | 59 | FILES:${PN}-setupdb = "${sysconfdir}/init.d/install_db \ |
60 | ${bindir}/mariadb-install-db \ | 60 | ${bindir}/mariadb-install-db \ |
61 | ${bindir}/my_print_defaults \ | 61 | ${bindir}/my_print_defaults \ |
62 | ${bindir}/mysql_install_db \ | 62 | ${bindir}/mysql_install_db \ |
@@ -64,7 +64,7 @@ FILES_${PN}-setupdb = "${sysconfdir}/init.d/install_db \ | |||
64 | " | 64 | " |
65 | 65 | ||
66 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 66 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
67 | PACKAGECONFIG_class-native = "" | 67 | PACKAGECONFIG:class-native = "" |
68 | PACKAGECONFIG[pam] = ",-DWITHOUT_AUTH_PAM=TRUE,libpam" | 68 | PACKAGECONFIG[pam] = ",-DWITHOUT_AUTH_PAM=TRUE,libpam" |
69 | PACKAGECONFIG[valgrind] = "-DWITH_VALGRIND=TRUE,-DWITH_VALGRIND=FALSE,valgrind" | 69 | PACKAGECONFIG[valgrind] = "-DWITH_VALGRIND=TRUE,-DWITH_VALGRIND=FALSE,valgrind" |
70 | PACKAGECONFIG[krb5] = ", ,krb5" | 70 | PACKAGECONFIG[krb5] = ", ,krb5" |
@@ -95,16 +95,16 @@ EXTRA_OECMAKE = "-DWITH_EMBEDDED_SERVER=ON \ | |||
95 | -DCAT_EXECUTABLE=`which cat` \ | 95 | -DCAT_EXECUTABLE=`which cat` \ |
96 | -DCMAKE_AR:FILEPATH=${AR}" | 96 | -DCMAKE_AR:FILEPATH=${AR}" |
97 | 97 | ||
98 | EXTRA_OECMAKE_prepend_class-target = "-DCMAKE_CROSSCOMPILING_EMULATOR=${WORKDIR}/qemuwrapper " | 98 | EXTRA_OECMAKE:prepend:class-target = "-DCMAKE_CROSSCOMPILING_EMULATOR=${WORKDIR}/qemuwrapper " |
99 | 99 | ||
100 | # With Ninja it fails with: | 100 | # With Ninja it fails with: |
101 | # make: *** No rule to make target `install'. Stop. | 101 | # make: *** No rule to make target `install'. Stop. |
102 | OECMAKE_GENERATOR = "Unix Makefiles" | 102 | OECMAKE_GENERATOR = "Unix Makefiles" |
103 | 103 | ||
104 | ARM_INSTRUCTION_SET_armv4 = "arm" | 104 | ARM_INSTRUCTION_SET:armv4 = "arm" |
105 | ARM_INSTRUCTION_SET_armv5 = "arm" | 105 | ARM_INSTRUCTION_SET:armv5 = "arm" |
106 | 106 | ||
107 | do_configure_append() { | 107 | do_configure:append() { |
108 | # handle distros with different values of ${libexecdir} | 108 | # handle distros with different values of ${libexecdir} |
109 | libexecdir2=`echo ${libexecdir} | sed -e 's+/usr/++g'` | 109 | libexecdir2=`echo ${libexecdir} | sed -e 's+/usr/++g'` |
110 | sed -i -e "s:/libexec:/$libexecdir2:g" ${S}/scripts/mysql_install_db.sh | 110 | sed -i -e "s:/libexec:/$libexecdir2:g" ${S}/scripts/mysql_install_db.sh |
@@ -119,7 +119,7 @@ do_generate_toolchain_file_append_class-native () { | |||
119 | sed -i "/set( CMAKE_SYSTEM_PROCESSOR/d" ${WORKDIR}/toolchain.cmake | 119 | sed -i "/set( CMAKE_SYSTEM_PROCESSOR/d" ${WORKDIR}/toolchain.cmake |
120 | } | 120 | } |
121 | 121 | ||
122 | do_configure_prepend_class-target () { | 122 | do_configure:prepend:class-target () { |
123 | # Write out a qemu wrapper that will be used by cmake | 123 | # Write out a qemu wrapper that will be used by cmake |
124 | # so that it can run target helper binaries through that. | 124 | # so that it can run target helper binaries through that. |
125 | qemu_binary="${@qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOST}${libdir}'),d.expand('${STAGING_DIR_HOST}${base_libdir}')])}" | 125 | qemu_binary="${@qemu_wrapper_cmdline(d, d.getVar('STAGING_DIR_HOST'), [d.expand('${STAGING_DIR_HOST}${libdir}'),d.expand('${STAGING_DIR_HOST}${base_libdir}')])}" |
@@ -130,7 +130,7 @@ EOF | |||
130 | chmod +x ${WORKDIR}/qemuwrapper | 130 | chmod +x ${WORKDIR}/qemuwrapper |
131 | } | 131 | } |
132 | 132 | ||
133 | do_compile_prepend_class-target () { | 133 | do_compile:prepend:class-target () { |
134 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'krb5', 'yes', 'no', d)}" = "no" ]; then | 134 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'krb5', 'yes', 'no', d)}" = "no" ]; then |
135 | if ! [ -e ${B}/include/openssl/kssl.h ] ; then | 135 | if ! [ -e ${B}/include/openssl/kssl.h ] ; then |
136 | mkdir -p ${B}/include/openssl | 136 | mkdir -p ${B}/include/openssl |
@@ -188,65 +188,65 @@ PACKAGES = "${PN}-dbg ${PN}-setupdb ${PN} \ | |||
188 | libmysqlclient-r libmysqlclient-r-dev libmysqlclient-r-staticdev \ | 188 | libmysqlclient-r libmysqlclient-r-dev libmysqlclient-r-staticdev \ |
189 | libmysqlclient libmysqlclient-dev libmysqlclient-staticdev \ | 189 | libmysqlclient libmysqlclient-dev libmysqlclient-staticdev \ |
190 | libmysqld libmysqld-dev ${PN}-client ${PN}-server ${PN}-leftovers" | 190 | libmysqld libmysqld-dev ${PN}-client ${PN}-server ${PN}-leftovers" |
191 | CONFFILES_${PN}-server += "${sysconfdir}/my.cnf ${sysconfdir}/my.cnf.d/server.cnf" | 191 | CONFFILES:${PN}-server += "${sysconfdir}/my.cnf ${sysconfdir}/my.cnf.d/server.cnf" |
192 | CONFFILES_${PN}-client += "${sysconfdir}/my.cnf.d/mysql-clients.cnf" | 192 | CONFFILES:${PN}-client += "${sysconfdir}/my.cnf.d/mysql-clients.cnf" |
193 | CONFFILES_libmysqlclient += "${sysconfdir}/my.cnf.d/client.cnf" | 193 | CONFFILES:libmysqlclient += "${sysconfdir}/my.cnf.d/client.cnf" |
194 | 194 | ||
195 | RPROVIDES_${PN}-dbg += "libmysqlclient-r-dbg libmysqlclient-dbg" | 195 | RPROVIDES:${PN}-dbg += "libmysqlclient-r-dbg libmysqlclient-dbg" |
196 | 196 | ||
197 | FILES_${PN} = " " | 197 | FILES:${PN} = " " |
198 | RDEPENDS_${PN} = "${PN}-client ${PN}-server" | 198 | RDEPENDS:${PN} = "${PN}-client ${PN}-server" |
199 | ALLOW_EMPTY_${PN} = "1" | 199 | ALLOW_EMPTY:${PN} = "1" |
200 | 200 | ||
201 | RDEPENDS_${PN}-client = "perl perl-module-getopt-long perl-module-file-temp \ | 201 | RDEPENDS:${PN}-client = "perl perl-module-getopt-long perl-module-file-temp \ |
202 | perl-module-fcntl perl-module-sys-hostname perl-module-ipc-open3 \ | 202 | perl-module-fcntl perl-module-sys-hostname perl-module-ipc-open3 \ |
203 | perl-module-exporter" | 203 | perl-module-exporter" |
204 | RDEPENDS_${PN}-server = "perl perl-module-getopt-long perl-module-data-dumper \ | 204 | RDEPENDS:${PN}-server = "perl perl-module-getopt-long perl-module-data-dumper \ |
205 | perl-module-file-basename perl-module-file-path perl-module-sys-hostname \ | 205 | perl-module-file-basename perl-module-file-path perl-module-sys-hostname \ |
206 | perl-module-file-copy perl-module-file-temp perl-module-posix \ | 206 | perl-module-file-copy perl-module-file-temp perl-module-posix \ |
207 | ${PN}-client ${PN}-setupdb libdbi-perl libdbd-mysql-perl" | 207 | ${PN}-client ${PN}-setupdb libdbi-perl libdbd-mysql-perl" |
208 | RDEPENDS_${PN}-leftovers = "perl perl-module-cwd perl-module-benchmark perl-module-getopt-long \ | 208 | RDEPENDS:${PN}-leftovers = "perl perl-module-cwd perl-module-benchmark perl-module-getopt-long \ |
209 | perl-module-posix perl-module-data-dumper perl-module-sigtrap perl-module-threads \ | 209 | perl-module-posix perl-module-data-dumper perl-module-sigtrap perl-module-threads \ |
210 | perl-module-threads-shared perl-module-io-socket perl-module-sys-hostname perl-module-file-copy \ | 210 | perl-module-threads-shared perl-module-io-socket perl-module-sys-hostname perl-module-file-copy \ |
211 | perl-module-file-spec perl-module-file-find perl-module-file-basename perl-module-file-path \ | 211 | perl-module-file-spec perl-module-file-find perl-module-file-basename perl-module-file-path \ |
212 | perl-module-constant perl-module-lib perl-module-file-temp perl-module-file-spec-functions \ | 212 | perl-module-constant perl-module-lib perl-module-file-temp perl-module-file-spec-functions \ |
213 | perl-module-io-socket-inet perl-module-io-select bash" | 213 | perl-module-io-socket-inet perl-module-io-select bash" |
214 | RDEPENDS_${PN}-setupdb = "coreutils" | 214 | RDEPENDS:${PN}-setupdb = "coreutils" |
215 | 215 | ||
216 | # Allow old code to link to the backward compatible library | 216 | # Allow old code to link to the backward compatible library |
217 | RDEPENDS_libmysqlclient-dev = "libmysqlclient-r-dev" | 217 | RDEPENDS:libmysqlclient-dev = "libmysqlclient-r-dev" |
218 | 218 | ||
219 | FILES_libmysqlclient = "\ | 219 | FILES:libmysqlclient = "\ |
220 | ${libdir}/libmysqlclient.so.* \ | 220 | ${libdir}/libmysqlclient.so.* \ |
221 | ${libdir}/libmariadb.so.* \ | 221 | ${libdir}/libmariadb.so.* \ |
222 | ${sysconfdir}/my.cnf.d/client.cnf" | 222 | ${sysconfdir}/my.cnf.d/client.cnf" |
223 | FILES_libmysqlclient-dev = " \ | 223 | FILES:libmysqlclient-dev = " \ |
224 | ${includedir}/mysql/ \ | 224 | ${includedir}/mysql/ \ |
225 | ${libdir}/libmysqlclient.so \ | 225 | ${libdir}/libmysqlclient.so \ |
226 | ${libdir}/libmariadb.so \ | 226 | ${libdir}/libmariadb.so \ |
227 | ${sysconfdir}/aclocal \ | 227 | ${sysconfdir}/aclocal \ |
228 | ${bindir}/mysql_config" | 228 | ${bindir}/mysql_config" |
229 | FILES_libmysqlclient-staticdev = "\ | 229 | FILES:libmysqlclient-staticdev = "\ |
230 | ${libdir}/*.a" | 230 | ${libdir}/*.a" |
231 | 231 | ||
232 | # Avoid warnings about ha_xtradb.so.0.0.0 and ha_innodb_plugin.so.0.0.0 | 232 | # Avoid warnings about ha_xtradb.so.0.0.0 and ha_innodb_plugin.so.0.0.0 |
233 | # which are intentionally non-PIC on 32-bit x86 (see e.g. | 233 | # which are intentionally non-PIC on 32-bit x86 (see e.g. |
234 | # storage/xtradb/plug.in in the source) | 234 | # storage/xtradb/plug.in in the source) |
235 | INSANE_SKIP_libmysqlclient_append_x86 = " textrel" | 235 | INSANE_SKIP:libmysqlclient:append:x86 = " textrel" |
236 | 236 | ||
237 | FILES_libmysqlclient-r = "${libdir}/libmysqlclient_r.so.*" | 237 | FILES:libmysqlclient-r = "${libdir}/libmysqlclient_r.so.*" |
238 | FILES_libmysqlclient-r-dev = "\ | 238 | FILES:libmysqlclient-r-dev = "\ |
239 | ${libdir}/libmysqlclient_r.so" | 239 | ${libdir}/libmysqlclient_r.so" |
240 | FILES_libmysqlclient-r-staticdev = "${libdir}/libmysqlclient_r.a" | 240 | FILES:libmysqlclient-r-staticdev = "${libdir}/libmysqlclient_r.a" |
241 | 241 | ||
242 | FILES_libmysqld = "\ | 242 | FILES:libmysqld = "\ |
243 | ${libdir}/libmysqld.so.* \ | 243 | ${libdir}/libmysqld.so.* \ |
244 | ${libdir}/libmariadbd.so.*" | 244 | ${libdir}/libmariadbd.so.*" |
245 | FILES_libmysqld-dev = "\ | 245 | FILES:libmysqld-dev = "\ |
246 | ${libdir}/libmysqld.so \ | 246 | ${libdir}/libmysqld.so \ |
247 | ${libdir}/libmariadbd.so" | 247 | ${libdir}/libmariadbd.so" |
248 | 248 | ||
249 | FILES_${PN}-client = "\ | 249 | FILES:${PN}-client = "\ |
250 | ${bindir}/myisam_ftdump \ | 250 | ${bindir}/myisam_ftdump \ |
251 | ${bindir}/mysql \ | 251 | ${bindir}/mysql \ |
252 | ${bindir}/mariadb \ | 252 | ${bindir}/mariadb \ |
@@ -281,7 +281,7 @@ FILES_${PN}-client = "\ | |||
281 | ${libexecdir}/mysqlmanager \ | 281 | ${libexecdir}/mysqlmanager \ |
282 | ${sysconfdir}/my.cnf.d/mysql-clients.cnf" | 282 | ${sysconfdir}/my.cnf.d/mysql-clients.cnf" |
283 | 283 | ||
284 | FILES_${PN}-server = "\ | 284 | FILES:${PN}-server = "\ |
285 | ${bindir}/msql2mysql \ | 285 | ${bindir}/msql2mysql \ |
286 | ${bindir}/my_print_defaults \ | 286 | ${bindir}/my_print_defaults \ |
287 | ${bindir}/myisamchk \ | 287 | ${bindir}/myisamchk \ |
@@ -331,5 +331,5 @@ FILES_${PN}-server = "\ | |||
331 | ${sysconfdir}/security/user_map.conf \ | 331 | ${sysconfdir}/security/user_map.conf \ |
332 | ${sysconfdir}/tmpfiles.d" | 332 | ${sysconfdir}/tmpfiles.d" |
333 | 333 | ||
334 | DESCRIPTION_${PN}-leftovers = "unpackaged and probably unneeded files for ${PN}" | 334 | DESCRIPTION:${PN}-leftovers = "unpackaged and probably unneeded files for ${PN}" |
335 | FILES_${PN}-leftovers = "/" | 335 | FILES:${PN}-leftovers = "/" |
diff --git a/meta-oe/recipes-dbs/mysql/mariadb_10.5.11.bb b/meta-oe/recipes-dbs/mysql/mariadb_10.5.11.bb index 57d7736ea3..04dfb42234 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb_10.5.11.bb +++ b/meta-oe/recipes-dbs/mysql/mariadb_10.5.11.bb | |||
@@ -6,22 +6,22 @@ DEPENDS += "qemu-native bison-native boost libpcre2 curl openssl ncurses zlib li | |||
6 | 6 | ||
7 | PROVIDES += "mysql5 libmysqlclient" | 7 | PROVIDES += "mysql5 libmysqlclient" |
8 | 8 | ||
9 | RPROVIDES_${PN} += "mysql5" | 9 | RPROVIDES:${PN} += "mysql5" |
10 | RREPLACES_${PN} += "mysql5" | 10 | RREPLACES:${PN} += "mysql5" |
11 | RCONFLICTS_${PN} += "mysql5" | 11 | RCONFLICTS:${PN} += "mysql5" |
12 | 12 | ||
13 | RPROVIDES_${PN}-dbg += "mysql5-dbg" | 13 | RPROVIDES:${PN}-dbg += "mysql5-dbg" |
14 | RREPLACES_${PN}-dbg += "mysql5-dbg" | 14 | RREPLACES:${PN}-dbg += "mysql5-dbg" |
15 | RCONFLICTS_${PN}-dbg += "mysql5-dbg" | 15 | RCONFLICTS:${PN}-dbg += "mysql5-dbg" |
16 | 16 | ||
17 | RPROVIDES_${PN}-leftovers += "mysql5-leftovers" | 17 | RPROVIDES:${PN}-leftovers += "mysql5-leftovers" |
18 | RREPLACES_${PN}-leftovers += "mysql5-leftovers" | 18 | RREPLACES:${PN}-leftovers += "mysql5-leftovers" |
19 | RCONFLICTS_${PN}-leftovers += "mysql5-leftovers" | 19 | RCONFLICTS:${PN}-leftovers += "mysql5-leftovers" |
20 | 20 | ||
21 | RPROVIDES_${PN}-client += "mysql5-client" | 21 | RPROVIDES:${PN}-client += "mysql5-client" |
22 | RREPLACES_${PN}-client += "mysql5-client" | 22 | RREPLACES:${PN}-client += "mysql5-client" |
23 | RCONFLICTS_${PN}-client += "mysql5-client" | 23 | RCONFLICTS:${PN}-client += "mysql5-client" |
24 | 24 | ||
25 | RPROVIDES_${PN}-server += "mysql5-server" | 25 | RPROVIDES:${PN}-server += "mysql5-server" |
26 | RREPLACES_${PN}-server += "mysql5-server" | 26 | RREPLACES:${PN}-server += "mysql5-server" |
27 | RCONFLICTS_${PN}-server += "mysql5-server" | 27 | RCONFLICTS:${PN}-server += "mysql5-server" |
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc index 09c6a3ca9d..e609ac33e5 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
@@ -40,11 +40,11 @@ inherit autotools pkgconfig perlnative python3native python3targetconfig useradd | |||
40 | 40 | ||
41 | CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6" | 41 | CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6" |
42 | 42 | ||
43 | SYSTEMD_SERVICE_${PN} = "postgresql.service" | 43 | SYSTEMD_SERVICE:${PN} = "postgresql.service" |
44 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 44 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
45 | 45 | ||
46 | DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-systemctl-native', '', d)}" | 46 | DEPENDS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-systemctl-native', '', d)}" |
47 | pkg_postinst_${PN} () { | 47 | pkg_postinst:${PN} () { |
48 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd sysvinit', 'true', 'false', d)}; then | 48 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd sysvinit', 'true', 'false', d)}; then |
49 | if [ -n "$D" ]; then | 49 | if [ -n "$D" ]; then |
50 | OPTS="--root=$D" | 50 | OPTS="--root=$D" |
@@ -68,25 +68,25 @@ EXTRA_OECONF += "--enable-thread-safety --disable-rpath \ | |||
68 | --datadir=${datadir}/${BPN} \ | 68 | --datadir=${datadir}/${BPN} \ |
69 | --sysconfdir=${sysconfdir}/${BPN} \ | 69 | --sysconfdir=${sysconfdir}/${BPN} \ |
70 | " | 70 | " |
71 | EXTRA_OECONF_sh4 += "--disable-spinlocks" | 71 | EXTRA_OECONF:sh4 += "--disable-spinlocks" |
72 | EXTRA_OECONF_aarch64 += "--disable-spinlocks" | 72 | EXTRA_OECONF:aarch64 += "--disable-spinlocks" |
73 | 73 | ||
74 | DEBUG_OPTIMIZATION_remove_mips = " -Og" | 74 | DEBUG_OPTIMIZATION:remove:mips = " -Og" |
75 | DEBUG_OPTIMIZATION_append_mips = " -O" | 75 | DEBUG_OPTIMIZATION:append:mips = " -O" |
76 | BUILD_OPTIMIZATION_remove_mips = " -Og" | 76 | BUILD_OPTIMIZATION:remove:mips = " -Og" |
77 | BUILD_OPTIMIZATION_append_mips = " -O" | 77 | BUILD_OPTIMIZATION:append:mips = " -O" |
78 | 78 | ||
79 | DEBUG_OPTIMIZATION_remove_mipsel = " -Og" | 79 | DEBUG_OPTIMIZATION:remove:mipsel = " -Og" |
80 | DEBUG_OPTIMIZATION_append_mipsel = " -O" | 80 | DEBUG_OPTIMIZATION:append:mipsel = " -O" |
81 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" | 81 | BUILD_OPTIMIZATION:remove:mipsel = " -Og" |
82 | BUILD_OPTIMIZATION_append_mipsel = " -O" | 82 | BUILD_OPTIMIZATION:append:mipsel = " -O" |
83 | 83 | ||
84 | PACKAGES_DYNAMIC += "^${PN}-plperl \ | 84 | PACKAGES_DYNAMIC += "^${PN}-plperl \ |
85 | ^${PN}-pltcl \ | 85 | ^${PN}-pltcl \ |
86 | ^${PN}-plpython \ | 86 | ^${PN}-plpython \ |
87 | " | 87 | " |
88 | 88 | ||
89 | python populate_packages_prepend() { | 89 | python populate_packages:prepend() { |
90 | 90 | ||
91 | def fill_more(name): | 91 | def fill_more(name): |
92 | if name is None or name.strip() == "": | 92 | if name is None or name.strip() == "": |
@@ -123,7 +123,7 @@ do_configure() { | |||
123 | # do_configure | 123 | # do_configure |
124 | autotools_do_configure | 124 | autotools_do_configure |
125 | 125 | ||
126 | # do_configure_append | 126 | # do_configure:append |
127 | # workaround perl package related bugs | 127 | # workaround perl package related bugs |
128 | sed -i -e "s:-L/usr/local/lib:-L=/usr/local/lib:g" \ | 128 | sed -i -e "s:-L/usr/local/lib:-L=/usr/local/lib:g" \ |
129 | ${B}/src/Makefile.global | 129 | ${B}/src/Makefile.global |
@@ -159,7 +159,7 @@ do_configure() { | |||
159 | fi | 159 | fi |
160 | } | 160 | } |
161 | 161 | ||
162 | do_compile_append() { | 162 | do_compile:append() { |
163 | oe_runmake -C contrib all | 163 | oe_runmake -C contrib all |
164 | } | 164 | } |
165 | 165 | ||
@@ -167,15 +167,15 @@ do_compile_append() { | |||
167 | usernum = "28" | 167 | usernum = "28" |
168 | groupnum = "28" | 168 | groupnum = "28" |
169 | USERADD_PACKAGES = "${PN}" | 169 | USERADD_PACKAGES = "${PN}" |
170 | USERADD_PARAM_${PN} = "-M -g postgres -o -r -d ${localstatedir}/lib/${BPN} \ | 170 | USERADD_PARAM:${PN} = "-M -g postgres -o -r -d ${localstatedir}/lib/${BPN} \ |
171 | -s /bin/sh -c 'PostgreSQL Server' -u ${usernum} postgres" | 171 | -s /bin/sh -c 'PostgreSQL Server' -u ${usernum} postgres" |
172 | GROUPADD_PARAM_${PN} = "-g ${groupnum} -o -r postgres" | 172 | GROUPADD_PARAM:${PN} = "-g ${groupnum} -o -r postgres" |
173 | 173 | ||
174 | INITSCRIPT_PACKAGES = "${PN}" | 174 | INITSCRIPT_PACKAGES = "${PN}" |
175 | INITSCRIPT_NAME = "${BPN}-server" | 175 | INITSCRIPT_NAME = "${BPN}-server" |
176 | INITSCRIPT_PARAMS = "start 64 . stop 36 0 1 2 3 4 5 6 ." | 176 | INITSCRIPT_PARAMS = "start 64 . stop 36 0 1 2 3 4 5 6 ." |
177 | 177 | ||
178 | do_install_append() { | 178 | do_install:append() { |
179 | # install contrib | 179 | # install contrib |
180 | oe_runmake DESTDIR=${D} -C contrib install | 180 | oe_runmake DESTDIR=${D} -C contrib install |
181 | # install tutorial | 181 | # install tutorial |
@@ -213,7 +213,7 @@ do_install_append() { | |||
213 | } | 213 | } |
214 | 214 | ||
215 | SSTATE_SCAN_FILES += "Makefile.global" | 215 | SSTATE_SCAN_FILES += "Makefile.global" |
216 | SSTATE_SCAN_FILES_remove = "*_config" | 216 | SSTATE_SCAN_FILES:remove = "*_config" |
217 | 217 | ||
218 | PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \ | 218 | PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \ |
219 | libecpg-compat libecpg-compat-dev \ | 219 | libecpg-compat libecpg-compat-dev \ |
@@ -223,7 +223,7 @@ PACKAGES =+ "${PN}-client ${PN}-server-dev ${PN}-timezone \ | |||
223 | ${PN}-contrib \ | 223 | ${PN}-contrib \ |
224 | " | 224 | " |
225 | 225 | ||
226 | RPROVIDES_${PN}-dbg += "libecpg-compat-dbg \ | 226 | RPROVIDES:${PN}-dbg += "libecpg-compat-dbg \ |
227 | libecpg-dbg \ | 227 | libecpg-dbg \ |
228 | libpq-dbg \ | 228 | libpq-dbg \ |
229 | libpgtypes-dbg \ | 229 | libpgtypes-dbg \ |
@@ -233,7 +233,7 @@ RPROVIDES_${PN}-dbg += "libecpg-compat-dbg \ | |||
233 | ${PN}-plperl-dbg \ | 233 | ${PN}-plperl-dbg \ |
234 | " | 234 | " |
235 | 235 | ||
236 | FILES_${PN} += "${sysconfdir}/init.d/${BPN}-server \ | 236 | FILES:${PN} += "${sysconfdir}/init.d/${BPN}-server \ |
237 | ${localstatedir}/lib/${BPN}/data ${localstatedir}/lib/${BPN}/backups \ | 237 | ${localstatedir}/lib/${BPN}/data ${localstatedir}/lib/${BPN}/backups \ |
238 | ${localstatedir}/lib/${BPN}/.profile ${sysconfdir}/default/${BPN} \ | 238 | ${localstatedir}/lib/${BPN}/.profile ${sysconfdir}/default/${BPN} \ |
239 | ${libdir}/${BPN}/dict_snowball.so ${libdir}/${BPN}/plpgsql.so \ | 239 | ${libdir}/${BPN}/dict_snowball.so ${libdir}/${BPN}/plpgsql.so \ |
@@ -245,7 +245,7 @@ FILES_${PN} += "${sysconfdir}/init.d/${BPN}-server \ | |||
245 | else ''} \ | 245 | else ''} \ |
246 | " | 246 | " |
247 | 247 | ||
248 | FILES_${PN}-client = "${bindir}/clusterdb \ | 248 | FILES:${PN}-client = "${bindir}/clusterdb \ |
249 | ${bindir}/createdb \ | 249 | ${bindir}/createdb \ |
250 | ${bindir}/createuser \ | 250 | ${bindir}/createuser \ |
251 | ${bindir}/dropdb \ | 251 | ${bindir}/dropdb \ |
@@ -259,7 +259,7 @@ FILES_${PN}-client = "${bindir}/clusterdb \ | |||
259 | ${bindir}/vacuumlo \ | 259 | ${bindir}/vacuumlo \ |
260 | ${datadir}/${BPN}/psqlrc.sample \ | 260 | ${datadir}/${BPN}/psqlrc.sample \ |
261 | " | 261 | " |
262 | FILES_${PN}-client-doc = "${mandir}/man1/clusterdb.* \ | 262 | FILES:${PN}-client-doc = "${mandir}/man1/clusterdb.* \ |
263 | ${mandir}/man1/createdb.* ${mandir}/man1/createlang.* \ | 263 | ${mandir}/man1/createdb.* ${mandir}/man1/createlang.* \ |
264 | ${mandir}/man1/createuser.* ${mandir}/man1/dropdb.* \ | 264 | ${mandir}/man1/createuser.* ${mandir}/man1/dropdb.* \ |
265 | ${mandir}/man1/droplang.* ${mandir}/man1/dropuser.* \ | 265 | ${mandir}/man1/droplang.* ${mandir}/man1/dropuser.* \ |
@@ -268,46 +268,46 @@ FILES_${PN}-client-doc = "${mandir}/man1/clusterdb.* \ | |||
268 | ${mandir}/man1/reindexdb.* ${mandir}/man1/vacuumdb.* \ | 268 | ${mandir}/man1/reindexdb.* ${mandir}/man1/vacuumdb.* \ |
269 | ${mandir}/man7/* \ | 269 | ${mandir}/man7/* \ |
270 | " | 270 | " |
271 | FILES_${PN}-doc += "${docdir}/${BPN}/html ${libdir}/${BPN}/tutorial/ \ | 271 | FILES:${PN}-doc += "${docdir}/${BPN}/html ${libdir}/${BPN}/tutorial/ \ |
272 | ${mandir}/man1/initdb.* ${mandir}/man1/pg_controldata.* \ | 272 | ${mandir}/man1/initdb.* ${mandir}/man1/pg_controldata.* \ |
273 | ${mandir}/man1/pg_ctl.* ${mandir}/man1/pg_resetxlog.* \ | 273 | ${mandir}/man1/pg_ctl.* ${mandir}/man1/pg_resetxlog.* \ |
274 | ${mandir}/man1/postgres.* ${mandir}/man1/postmaster.* \ | 274 | ${mandir}/man1/postgres.* ${mandir}/man1/postmaster.* \ |
275 | " | 275 | " |
276 | FILES_${PN}-timezone = "${datadir}/${BPN}/timezone \ | 276 | FILES:${PN}-timezone = "${datadir}/${BPN}/timezone \ |
277 | ${datadir}/${BPN}/timezonesets \ | 277 | ${datadir}/${BPN}/timezonesets \ |
278 | " | 278 | " |
279 | RDEPENDS_${PN} += "${PN}-timezone" | 279 | RDEPENDS:${PN} += "${PN}-timezone" |
280 | FILES_${PN}-server-dev = "${includedir}/${BPN}/server \ | 280 | FILES:${PN}-server-dev = "${includedir}/${BPN}/server \ |
281 | ${libdir}/${BPN}/pgxs \ | 281 | ${libdir}/${BPN}/pgxs \ |
282 | " | 282 | " |
283 | 283 | ||
284 | FILES_libecpg = "${libdir}/libecpg*${SOLIBS}" | 284 | FILES:libecpg = "${libdir}/libecpg*${SOLIBS}" |
285 | FILES_libecpg-dev = "${libdir}/libecpg*${SOLIBSDEV} \ | 285 | FILES:libecpg-dev = "${libdir}/libecpg*${SOLIBSDEV} \ |
286 | ${libdir}/libpgtypes*${SOLIBSDEV} \ | 286 | ${libdir}/libpgtypes*${SOLIBSDEV} \ |
287 | ${includedir}/ecpg*.h ${includedir}/${BPN}/ecpg*.h \ | 287 | ${includedir}/ecpg*.h ${includedir}/${BPN}/ecpg*.h \ |
288 | ${includedir}/pgtypes*.h ${includedir}/${BPN}/informix \ | 288 | ${includedir}/pgtypes*.h ${includedir}/${BPN}/informix \ |
289 | ${includedir}/sql3types.h ${includedir}/sqlca.h \ | 289 | ${includedir}/sql3types.h ${includedir}/sqlca.h \ |
290 | " | 290 | " |
291 | FILES_libecpg-doc = "${mandir}/man1/ecpg.*" | 291 | FILES:libecpg-doc = "${mandir}/man1/ecpg.*" |
292 | FILES_libecpg-staticdev = "${libdir}/libecpg*.a" | 292 | FILES:libecpg-staticdev = "${libdir}/libecpg*.a" |
293 | SECTION_libecpg-staticdev = "devel" | 293 | SECTION:libecpg-staticdev = "devel" |
294 | RDEPENDS_libecpg-staticdev = "libecpg-dev (= ${EXTENDPKGV})" | 294 | RDEPENDS:libecpg-staticdev = "libecpg-dev (= ${EXTENDPKGV})" |
295 | 295 | ||
296 | FILES_libpq = "${libdir}/libpq*${SOLIBS}" | 296 | FILES:libpq = "${libdir}/libpq*${SOLIBS}" |
297 | FILES_libpq-dev = "${libdir}/libpq*${SOLIBSDEV} \ | 297 | FILES:libpq-dev = "${libdir}/libpq*${SOLIBSDEV} \ |
298 | ${includedir} \ | 298 | ${includedir} \ |
299 | " | 299 | " |
300 | FILES_libpq-staticdev = "${libdir}/libpq*.a ${libdir}/libpgport.a" | 300 | FILES:libpq-staticdev = "${libdir}/libpq*.a ${libdir}/libpgport.a" |
301 | SECTION_libpq-staticdev = "devel" | 301 | SECTION:libpq-staticdev = "devel" |
302 | RDEPENDS_libpq-staticdev = "libpq-dev (= ${EXTENDPKGV})" | 302 | RDEPENDS:libpq-staticdev = "libpq-dev (= ${EXTENDPKGV})" |
303 | 303 | ||
304 | FILES_libecpg-compat = "${libdir}/libecpg_compat*${SOLIBS}" | 304 | FILES:libecpg-compat = "${libdir}/libecpg_compat*${SOLIBS}" |
305 | FILES_libecpg-compat-dev = "${libdir}/libecpg_compat*${SOLIBS}" | 305 | FILES:libecpg-compat-dev = "${libdir}/libecpg_compat*${SOLIBS}" |
306 | FILES_libpgtypes = "${libdir}/libpgtypes*${SOLIBS}" | 306 | FILES:libpgtypes = "${libdir}/libpgtypes*${SOLIBS}" |
307 | FILES_libpgtypes-staticdev = "${libdir}/libpgtypes*.a" | 307 | FILES:libpgtypes-staticdev = "${libdir}/libpgtypes*.a" |
308 | FILES_libpgtypes-dev = "${libdir}/libpgtypes*${SOLIBS} ${includedir}/pgtypes*.h" | 308 | FILES:libpgtypes-dev = "${libdir}/libpgtypes*${SOLIBS} ${includedir}/pgtypes*.h" |
309 | 309 | ||
310 | FILES_${PN}-contrib = " ${bindir}/oid2name ${bindir}/pg_standby \ | 310 | FILES:${PN}-contrib = " ${bindir}/oid2name ${bindir}/pg_standby \ |
311 | ${bindir}/pgbench \ | 311 | ${bindir}/pgbench \ |
312 | ${S}/contrib/spi/*.example \ | 312 | ${S}/contrib/spi/*.example \ |
313 | ${libdir}/${BPN}/_int.so ${libdir}/${BPN}/adminpack.so \ | 313 | ${libdir}/${BPN}/_int.so ${libdir}/${BPN}/adminpack.so \ |
@@ -335,27 +335,27 @@ FILES_${PN}-contrib = " ${bindir}/oid2name ${bindir}/pg_standby \ | |||
335 | ${libdir}/${BPN}/pg_upgrade_support.so ${libdir}/${BPN}/.so \ | 335 | ${libdir}/${BPN}/pg_upgrade_support.so ${libdir}/${BPN}/.so \ |
336 | ${libdir}/${BPN}/unaccent.so \ | 336 | ${libdir}/${BPN}/unaccent.so \ |
337 | " | 337 | " |
338 | DESCRIPTION_${PN}-contrib = "The postgresql-contrib package contains \ | 338 | DESCRIPTION:${PN}-contrib = "The postgresql-contrib package contains \ |
339 | contributed packages that are included in the PostgreSQL distribution." | 339 | contributed packages that are included in the PostgreSQL distribution." |
340 | 340 | ||
341 | FILES_${PN}-pltcl = "${libdir}/${BPN}/pltcl.so ${bindir}/pltcl_delmod \ | 341 | FILES:${PN}-pltcl = "${libdir}/${BPN}/pltcl.so ${bindir}/pltcl_delmod \ |
342 | ${binddir}/pltcl_listmod ${bindir}/pltcl_loadmod \ | 342 | ${binddir}/pltcl_listmod ${bindir}/pltcl_loadmod \ |
343 | ${datadir}/${BPN}/unknown.pltcl" | 343 | ${datadir}/${BPN}/unknown.pltcl" |
344 | SUMMARY_${PN}-pltcl = "The Tcl procedural language for PostgreSQL" | 344 | SUMMARY:${PN}-pltcl = "The Tcl procedural language for PostgreSQL" |
345 | DESCRIPTION_${PN}-pltcl = "PostgreSQL is an advanced Object-Relational \ | 345 | DESCRIPTION:${PN}-pltcl = "PostgreSQL is an advanced Object-Relational \ |
346 | database management system. The postgresql-pltcl package contains the PL/Tcl \ | 346 | database management system. The postgresql-pltcl package contains the PL/Tcl \ |
347 | procedural language for the backend." | 347 | procedural language for the backend." |
348 | 348 | ||
349 | FILES_${PN}-plperl = "${libdir}/${BPN}/plperl.so" | 349 | FILES:${PN}-plperl = "${libdir}/${BPN}/plperl.so" |
350 | SUMMARY_${PN}-plperl = "The Perl procedural language for PostgreSQL" | 350 | SUMMARY:${PN}-plperl = "The Perl procedural language for PostgreSQL" |
351 | DESCRIPTION_${PN}-plperl = "PostgreSQL is an advanced Object-Relational \ | 351 | DESCRIPTION:${PN}-plperl = "PostgreSQL is an advanced Object-Relational \ |
352 | database management system. The postgresql-plperl package contains the \ | 352 | database management system. The postgresql-plperl package contains the \ |
353 | PL/Perl procedural language for the backend." | 353 | PL/Perl procedural language for the backend." |
354 | 354 | ||
355 | # In version 8, it will be plpython.so | 355 | # In version 8, it will be plpython.so |
356 | # In version 9, it might be plpython{2,3}.so depending on python2 or 3 | 356 | # In version 9, it might be plpython{2,3}.so depending on python2 or 3 |
357 | FILES_${PN}-plpython = "${libdir}/${BPN}/plpython*.so" | 357 | FILES:${PN}-plpython = "${libdir}/${BPN}/plpython*.so" |
358 | SUMMARY_${PN}-plpython = "The Python procedural language for PostgreSQL" | 358 | SUMMARY:${PN}-plpython = "The Python procedural language for PostgreSQL" |
359 | DESCRIPTION_${PN}-plpython = "PostgreSQL is an advanced Object-Relational \ | 359 | DESCRIPTION:${PN}-plpython = "PostgreSQL is an advanced Object-Relational \ |
360 | database management system. The postgresql-plpython package contains \ | 360 | database management system. The postgresql-plpython package contains \ |
361 | the PL/Python procedural language for the backend." | 361 | the PL/Python procedural language for the backend." |
diff --git a/meta-oe/recipes-dbs/psqlodbc/psqlodbc.inc b/meta-oe/recipes-dbs/psqlodbc/psqlodbc.inc index 5337b45695..ae20a72a11 100644 --- a/meta-oe/recipes-dbs/psqlodbc/psqlodbc.inc +++ b/meta-oe/recipes-dbs/psqlodbc/psqlodbc.inc | |||
@@ -44,7 +44,7 @@ do_install_ptest() { | |||
44 | sed -i -e 's|@LIBDIR@|${libdir}|' ${D}${PTEST_PATH}/odbcini-gen.sh | 44 | sed -i -e 's|@LIBDIR@|${libdir}|' ${D}${PTEST_PATH}/odbcini-gen.sh |
45 | } | 45 | } |
46 | 46 | ||
47 | FILES_${PN} += "${libdir}" | 47 | FILES:${PN} += "${libdir}" |
48 | 48 | ||
49 | # The tests need a local PostgreSQL server running | 49 | # The tests need a local PostgreSQL server running |
50 | RDEPENDS_${PN}-ptest = "postgresql" | 50 | RDEPENDS:${PN}-ptest = "postgresql" |
diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb index c89d5d4313..9b1fefc127 100644 --- a/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb +++ b/meta-oe/recipes-dbs/rocksdb/rocksdb_6.20.3.bb | |||
@@ -20,9 +20,9 @@ SRC_URI = "git://github.com/facebook/${BPN}.git;branch=${SRCBRANCH} \ | |||
20 | file://arm.patch \ | 20 | file://arm.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI_append_riscv32 = " file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" | 23 | SRC_URI:append:riscv32 = " file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" |
24 | SRC_URI_append_mips = " file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" | 24 | SRC_URI:append:mips = " file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" |
25 | SRC_URI_remove_toolchain-clang_riscv32 = "file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" | 25 | SRC_URI:remove:toolchain-clang:riscv32 = "file://0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch" |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||
@@ -45,9 +45,9 @@ EXTRA_OECMAKE = "\ | |||
45 | -DFAIL_ON_WARNINGS=OFF \ | 45 | -DFAIL_ON_WARNINGS=OFF \ |
46 | " | 46 | " |
47 | 47 | ||
48 | do_install_append() { | 48 | do_install:append() { |
49 | # fix for qa check buildpaths | 49 | # fix for qa check buildpaths |
50 | sed -i "s#${RECIPE_SYSROOT}##g" ${D}${libdir}/cmake/rocksdb/RocksDBTargets.cmake | 50 | sed -i "s#${RECIPE_SYSROOT}##g" ${D}${libdir}/cmake/rocksdb/RocksDBTargets.cmake |
51 | } | 51 | } |
52 | 52 | ||
53 | LDFLAGS_append_riscv64 = " -pthread" | 53 | LDFLAGS:append:riscv64 = " -pthread" |
diff --git a/meta-oe/recipes-dbs/soci/soci_3.2.3.bb b/meta-oe/recipes-dbs/soci/soci_3.2.3.bb index 3f22d38181..c218b7151e 100644 --- a/meta-oe/recipes-dbs/soci/soci_3.2.3.bb +++ b/meta-oe/recipes-dbs/soci/soci_3.2.3.bb | |||
@@ -42,8 +42,8 @@ inherit dos2unix cmake | |||
42 | 42 | ||
43 | PACKAGES += "${PN}-sqlite3 ${PN}-mysql ${PN}-postgresql ${PN}-odbc ${PN}-oracle" | 43 | PACKAGES += "${PN}-sqlite3 ${PN}-mysql ${PN}-postgresql ${PN}-odbc ${PN}-oracle" |
44 | 44 | ||
45 | FILES_${PN}-sqlite3 = "${libdir}/lib${BPN}_sqlite3.so.*" | 45 | FILES:${PN}-sqlite3 = "${libdir}/lib${BPN}_sqlite3.so.*" |
46 | FILES_${PN}-mysql = "${libdir}/lib${BPN}_mysql.so.*" | 46 | FILES:${PN}-mysql = "${libdir}/lib${BPN}_mysql.so.*" |
47 | FILES_${PN}-postgresql = "${libdir}/lib${BPN}_postgresql.so.*" | 47 | FILES:${PN}-postgresql = "${libdir}/lib${BPN}_postgresql.so.*" |
48 | FILES_${PN}-odbc = "${libdir}/lib${BPN}_odbc.so.*" | 48 | FILES:${PN}-odbc = "${libdir}/lib${BPN}_odbc.so.*" |
49 | FILES_${PN}-oracle = "${libdir}/lib${BPN}_oracle.so.*" | 49 | FILES:${PN}-oracle = "${libdir}/lib${BPN}_oracle.so.*" |
diff --git a/meta-oe/recipes-dbs/sqlite/sqlite_2.8.17.bb b/meta-oe/recipes-dbs/sqlite/sqlite_2.8.17.bb index 501c0e3e77..bb62afab48 100644 --- a/meta-oe/recipes-dbs/sqlite/sqlite_2.8.17.bb +++ b/meta-oe/recipes-dbs/sqlite/sqlite_2.8.17.bb | |||
@@ -52,8 +52,8 @@ do_install() { | |||
52 | } | 52 | } |
53 | 53 | ||
54 | PACKAGES += "${PN}-bin" | 54 | PACKAGES += "${PN}-bin" |
55 | FILES_${PN}-bin = "${bindir}/*" | 55 | FILES:${PN}-bin = "${bindir}/*" |
56 | FILES_${PN} = "${libdir}/*.so.*" | 56 | FILES:${PN} = "${libdir}/*.so.*" |
57 | 57 | ||
58 | SRC_URI[md5sum] = "838dbac20b56d2c4292e98848505a05b" | 58 | SRC_URI[md5sum] = "838dbac20b56d2c4292e98848505a05b" |
59 | SRC_URI[sha256sum] = "3f35ebfb67867fb5b583a03e480f900206af637efe7179b32294a6a0cf806f37" | 59 | SRC_URI[sha256sum] = "3f35ebfb67867fb5b583a03e480f900206af637efe7179b32294a6a0cf806f37" |
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb index 3f89df558b..23db1d6568 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
@@ -19,8 +19,8 @@ SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH} \ | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | ASNEEDED_class-native = "" | 22 | ASNEEDED:class-native = "" |
23 | ASNEEDED_class-nativesdk = "" | 23 | ASNEEDED:class-nativesdk = "" |
24 | 24 | ||
25 | inherit cmake | 25 | inherit cmake |
26 | 26 | ||
@@ -31,4 +31,4 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | |||
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
33 | 33 | ||
34 | FILES_${PN}-dev += "${includedir} ${libdir}/cmake ${libdir}/pkgconfig" | 34 | FILES:${PN}-dev += "${includedir} ${libdir}/cmake ${libdir}/pkgconfig" |
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb b/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb index 01dc1bea98..3f9d49a2d2 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb | |||
@@ -27,9 +27,9 @@ do_install() { | |||
27 | install -m 0644 ${WORKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adbd.service.d | 27 | install -m 0644 ${WORKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adbd.service.d |
28 | } | 28 | } |
29 | 29 | ||
30 | FILES_${PN} += " \ | 30 | FILES:${PN} += " \ |
31 | ${systemd_unitdir}/system/ \ | 31 | ${systemd_unitdir}/system/ \ |
32 | " | 32 | " |
33 | 33 | ||
34 | PROVIDES += "android-tools-conf" | 34 | PROVIDES += "android-tools-conf" |
35 | RPROVIDES_${PN} = "android-tools-conf" | 35 | RPROVIDES:${PN} = "android-tools-conf" |
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb index fc91e13a55..7e8b03c435 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ | |||
8 | file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ | 8 | file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ |
9 | " | 9 | " |
10 | DEPENDS = "libbsd libpcre zlib libcap" | 10 | DEPENDS = "libbsd libpcre zlib libcap" |
11 | DEPENDS_append_class-target = " openssl" | 11 | DEPENDS:append:class-target = " openssl" |
12 | 12 | ||
13 | ANDROID_MIRROR = "android.googlesource.com" | 13 | ANDROID_MIRROR = "android.googlesource.com" |
14 | 14 | ||
@@ -58,27 +58,27 @@ S = "${WORKDIR}/git" | |||
58 | B = "${WORKDIR}/${BPN}" | 58 | B = "${WORKDIR}/${BPN}" |
59 | 59 | ||
60 | # http://errors.yoctoproject.org/Errors/Details/133881/ | 60 | # http://errors.yoctoproject.org/Errors/Details/133881/ |
61 | ARM_INSTRUCTION_SET_armv4 = "arm" | 61 | ARM_INSTRUCTION_SET:armv4 = "arm" |
62 | ARM_INSTRUCTION_SET_armv5 = "arm" | 62 | ARM_INSTRUCTION_SET:armv5 = "arm" |
63 | 63 | ||
64 | COMPATIBLE_HOST_powerpc = "(null)" | 64 | COMPATIBLE_HOST:powerpc = "(null)" |
65 | COMPATIBLE_HOST_powerpc64 = "(null)" | 65 | COMPATIBLE_HOST:powerpc64 = "(null)" |
66 | COMPATIBLE_HOST_powerpc64le = "(null)" | 66 | COMPATIBLE_HOST:powerpc64le = "(null)" |
67 | 67 | ||
68 | inherit systemd | 68 | inherit systemd |
69 | 69 | ||
70 | SYSTEMD_PACKAGES = "${PN}-adbd" | 70 | SYSTEMD_PACKAGES = "${PN}-adbd" |
71 | SYSTEMD_SERVICE_${PN}-adbd = "android-tools-adbd.service" | 71 | SYSTEMD_SERVICE:${PN}-adbd = "android-tools-adbd.service" |
72 | 72 | ||
73 | # Find libbsd headers during native builds | 73 | # Find libbsd headers during native builds |
74 | CC_append_class-native = " -I${STAGING_INCDIR}" | 74 | CC:append:class-native = " -I${STAGING_INCDIR}" |
75 | CC_append_class-nativesdk = " -I${STAGING_INCDIR}" | 75 | CC:append:class-nativesdk = " -I${STAGING_INCDIR}" |
76 | 76 | ||
77 | TOOLS = "adb fastboot ext4_utils mkbootimg adbd" | 77 | TOOLS = "adb fastboot ext4_utils mkbootimg adbd" |
78 | 78 | ||
79 | # Adb needs sys/capability.h, which is not available for native* | 79 | # Adb needs sys/capability.h, which is not available for native* |
80 | TOOLS_class-native = "fastboot ext4_utils mkbootimg" | 80 | TOOLS:class-native = "fastboot ext4_utils mkbootimg" |
81 | TOOLS_class-nativesdk = "fastboot ext4_utils mkbootimg" | 81 | TOOLS:class-nativesdk = "fastboot ext4_utils mkbootimg" |
82 | 82 | ||
83 | do_compile() { | 83 | do_compile() { |
84 | cp ${WORKDIR}/gitignore ${S}/.gitignore | 84 | cp ${WORKDIR}/gitignore ${S}/.gitignore |
@@ -160,15 +160,15 @@ do_install() { | |||
160 | 160 | ||
161 | PACKAGES =+ "${PN}-fstools ${PN}-adbd" | 161 | PACKAGES =+ "${PN}-fstools ${PN}-adbd" |
162 | 162 | ||
163 | RDEPENDS_${PN}-adbd = "${PN}-conf" | 163 | RDEPENDS:${PN}-adbd = "${PN}-conf" |
164 | RDEPENDS_${PN}-fstools = "bash" | 164 | RDEPENDS:${PN}-fstools = "bash" |
165 | 165 | ||
166 | FILES_${PN}-adbd = "\ | 166 | FILES:${PN}-adbd = "\ |
167 | ${bindir}/adbd \ | 167 | ${bindir}/adbd \ |
168 | ${systemd_unitdir}/system/android-tools-adbd.service \ | 168 | ${systemd_unitdir}/system/android-tools-adbd.service \ |
169 | " | 169 | " |
170 | 170 | ||
171 | FILES_${PN}-fstools = "\ | 171 | FILES:${PN}-fstools = "\ |
172 | ${bindir}/ext2simg \ | 172 | ${bindir}/ext2simg \ |
173 | ${bindir}/ext4fixup \ | 173 | ${bindir}/ext4fixup \ |
174 | ${bindir}/img2simg \ | 174 | ${bindir}/img2simg \ |
diff --git a/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb b/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb index a1e82970a3..872aeb824a 100644 --- a/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb +++ b/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb | |||
@@ -29,7 +29,7 @@ EXTRA_OECMAKE += "\ | |||
29 | -DENABLE_STATIC_SNAPPY=ON \ | 29 | -DENABLE_STATIC_SNAPPY=ON \ |
30 | " | 30 | " |
31 | 31 | ||
32 | SECURITY_CFLAGS_toolchain-clang = "" | 32 | SECURITY_CFLAGS:toolchain-clang = "" |
33 | 33 | ||
34 | # see https://github.com/apitrace/apitrace/issues/756 | 34 | # see https://github.com/apitrace/apitrace/issues/756 |
35 | PNBLACKLIST[apitrace] ?= "Needs porting to glibc 2.34+" | 35 | PNBLACKLIST[apitrace] ?= "Needs porting to glibc 2.34+" |
diff --git a/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb b/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb index 604135839a..fff0f5e3cf 100644 --- a/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb +++ b/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb | |||
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08 | |||
22 | inherit texinfo native | 22 | inherit texinfo native |
23 | 23 | ||
24 | DEPENDS += "m4-native gnu-config-native" | 24 | DEPENDS += "m4-native gnu-config-native" |
25 | RDEPENDS_${PN} = "m4-native gnu-config-native" | 25 | RDEPENDS:${PN} = "m4-native gnu-config-native" |
26 | 26 | ||
27 | PERL = "${USRBINPATH}/perl" | 27 | PERL = "${USRBINPATH}/perl" |
28 | 28 | ||
diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb index 4756ef772d..1757c70194 100644 --- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb +++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb | |||
@@ -11,7 +11,7 @@ SECTION = "libs" | |||
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
14 | DEPENDS_append_libc-musl = " libucontext" | 14 | DEPENDS:append:libc-musl = " libucontext" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | 17 | ||
@@ -48,15 +48,15 @@ SRC_URI = "git://github.com/google/breakpad;name=breakpad;branch=main \ | |||
48 | S = "${WORKDIR}/git" | 48 | S = "${WORKDIR}/git" |
49 | 49 | ||
50 | CXXFLAGS += "-D_GNU_SOURCE" | 50 | CXXFLAGS += "-D_GNU_SOURCE" |
51 | LDFLAGS_append_libc-musl = " -lucontext" | 51 | LDFLAGS:append:libc-musl = " -lucontext" |
52 | 52 | ||
53 | COMPATIBLE_HOST_powerpc = "null" | 53 | COMPATIBLE_HOST:powerpc = "null" |
54 | COMPATIBLE_HOST_powerpc64 = "null" | 54 | COMPATIBLE_HOST:powerpc64 = "null" |
55 | COMPATIBLE_HOST_powerpc64le = "null" | 55 | COMPATIBLE_HOST:powerpc64le = "null" |
56 | COMPATIBLE_HOST_riscv64 = "null" | 56 | COMPATIBLE_HOST:riscv64 = "null" |
57 | COMPATIBLE_HOST_riscv32 = "null" | 57 | COMPATIBLE_HOST:riscv32 = "null" |
58 | 58 | ||
59 | do_install_append() { | 59 | do_install:append() { |
60 | install -d ${D}${includedir} | 60 | install -d ${D}${includedir} |
61 | install -d ${D}${includedir}/breakpad | 61 | install -d ${D}${includedir}/breakpad |
62 | 62 | ||
@@ -104,8 +104,8 @@ do_install_append() { | |||
104 | 104 | ||
105 | PACKAGES =+ "${PN}-minidump-upload ${PN}-sym-upload" | 105 | PACKAGES =+ "${PN}-minidump-upload ${PN}-sym-upload" |
106 | 106 | ||
107 | FILES_${PN}-minidump-upload = "${bindir}/minidump_upload" | 107 | FILES:${PN}-minidump-upload = "${bindir}/minidump_upload" |
108 | FILES_${PN}-sym-upload = "${bindir}/sym_upload" | 108 | FILES:${PN}-sym-upload = "${bindir}/sym_upload" |
109 | 109 | ||
110 | 110 | ||
111 | SYSROOT_PREPROCESS_FUNCS += "breakpad_populate_sysroot" | 111 | SYSROOT_PREPROCESS_FUNCS += "breakpad_populate_sysroot" |
@@ -125,7 +125,7 @@ breakpad_populate_sysroot() { | |||
125 | #| {standard input}:2184: Error: Thumb does not support this addressing mode -- `str r6,[r1,#-4]!' | 125 | #| {standard input}:2184: Error: Thumb does not support this addressing mode -- `str r6,[r1,#-4]!' |
126 | #| {standard input}:2191: Error: lo register required -- `ldr pc,[sp]' | 126 | #| {standard input}:2191: Error: lo register required -- `ldr pc,[sp]' |
127 | #| make: *** [src/client/linux/handler/exception_handler.o] Error 1 | 127 | #| make: *** [src/client/linux/handler/exception_handler.o] Error 1 |
128 | ARM_INSTRUCTION_SET_armv5 = "arm" | 128 | ARM_INSTRUCTION_SET:armv5 = "arm" |
129 | ARM_INSTRUCTION_SET_armv4 = "arm" | 129 | ARM_INSTRUCTION_SET:armv4 = "arm" |
130 | 130 | ||
131 | TOOLCHAIN = "gcc" | 131 | TOOLCHAIN = "gcc" |
diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb b/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb index 54e9daee7b..2d78beea5b 100644 --- a/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb +++ b/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb | |||
@@ -18,9 +18,9 @@ EXTRA_OECMAKE += "\ | |||
18 | -DBUILD_TESTING=OFF \ | 18 | -DBUILD_TESTING=OFF \ |
19 | " | 19 | " |
20 | 20 | ||
21 | FILES_${PN}-compiler = "${bindir}" | 21 | FILES:${PN}-compiler = "${bindir}" |
22 | 22 | ||
23 | PACKAGE_BEFORE_PN = "${PN}-compiler" | 23 | PACKAGE_BEFORE_PN = "${PN}-compiler" |
24 | RDEPENDS_${PN}-dev += "${PN}-compiler" | 24 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb b/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb index 9d373fc989..a48e32af23 100644 --- a/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb +++ b/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb | |||
@@ -19,4 +19,4 @@ CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes ac_cv_rl_version=6.2 ac_cv_file | |||
19 | EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR} \ | 19 | EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR} \ |
20 | --with-ncurses=${STAGING_LIBDIR}" | 20 | --with-ncurses=${STAGING_LIBDIR}" |
21 | 21 | ||
22 | RDEPENDS_${PN} = "gdb" | 22 | RDEPENDS:${PN} = "gdb" |
diff --git a/meta-oe/recipes-devtools/cloc/cloc_1.90.bb b/meta-oe/recipes-devtools/cloc/cloc_1.90.bb index d34f8c98dc..fa69aa1420 100644 --- a/meta-oe/recipes-devtools/cloc/cloc_1.90.bb +++ b/meta-oe/recipes-devtools/cloc/cloc_1.90.bb | |||
@@ -18,4 +18,4 @@ do_install() { | |||
18 | install -D -m 0755 ${S}/cloc ${D}${bindir}/cloc | 18 | install -D -m 0755 ${S}/cloc ${D}${bindir}/cloc |
19 | } | 19 | } |
20 | 20 | ||
21 | RDEPENDS_${PN} = "perl perl-modules" | 21 | RDEPENDS:${PN} = "perl perl-modules" |
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index 8c6cf7db20..3070d2937f 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | |||
@@ -20,8 +20,8 @@ COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*" | |||
20 | 20 | ||
21 | inherit autotools-brokensep | 21 | inherit autotools-brokensep |
22 | 22 | ||
23 | PLAT_powerpc64 = "ppc64" | 23 | PLAT:powerpc64 = "ppc64" |
24 | PLAT_powerpc64le = "ppc64" | 24 | PLAT:powerpc64le = "ppc64" |
25 | PLAT ?= "${HOST_ARCH}" | 25 | PLAT ?= "${HOST_ARCH}" |
26 | 26 | ||
27 | do_configure () { | 27 | do_configure () { |
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb index 887b2a4f3b..8835f3233d 100644 --- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb +++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |||
@@ -7,13 +7,13 @@ SRC_URI = "git://github.com/ubinux/dnf-plugin-tui.git;branch=master " | |||
7 | SRCREV = "6d3fab9b9559b6a483fe668e39c29126cdbb58d8" | 7 | SRCREV = "6d3fab9b9559b6a483fe668e39c29126cdbb58d8" |
8 | PV = "1.2" | 8 | PV = "1.2" |
9 | 9 | ||
10 | SRC_URI_append_class-target = " file://oe-remote.repo.sample" | 10 | SRC_URI:append:class-target = " file://oe-remote.repo.sample" |
11 | 11 | ||
12 | inherit distutils3-base | 12 | inherit distutils3-base |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -d ${D}${datadir}/dnf | 17 | install -d ${D}${datadir}/dnf |
18 | install -m 0755 ${S}/samples/* ${D}${datadir}/dnf | 18 | install -m 0755 ${S}/samples/* ${D}${datadir}/dnf |
19 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg | 19 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/dnf-plugins/mkimg |
@@ -23,14 +23,14 @@ do_install_append() { | |||
23 | done | 23 | done |
24 | } | 24 | } |
25 | 25 | ||
26 | do_install_append_class-target() { | 26 | do_install:append:class-target() { |
27 | install -d ${D}${sysconfdir}/yum.repos.d | 27 | install -d ${D}${sysconfdir}/yum.repos.d |
28 | install -m 0644 ${WORKDIR}/oe-remote.repo.sample ${D}${sysconfdir}/yum.repos.d | 28 | install -m 0644 ${WORKDIR}/oe-remote.repo.sample ${D}${sysconfdir}/yum.repos.d |
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} += "${datadir}/dnf" | 31 | FILES:${PN} += "${datadir}/dnf" |
32 | 32 | ||
33 | RDEPENDS_${PN} += " \ | 33 | RDEPENDS:${PN} += " \ |
34 | bash \ | 34 | bash \ |
35 | dnf \ | 35 | dnf \ |
36 | libnewt-python \ | 36 | libnewt-python \ |
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.1.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.1.bb index 3370a13132..023c8565a6 100644 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.1.bb +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.1.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native" | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.src.tar.gz \ |
10 | file://0001-build-don-t-look-for-Iconv.patch \ | 10 | file://0001-build-don-t-look-for-Iconv.patch \ |
11 | " | 11 | " |
12 | SRC_URI_append_class-native = " file://doxygen-native-only-check-python3.patch" | 12 | SRC_URI:append:class-native = " file://doxygen-native-only-check-python3.patch" |
13 | SRC_URI[sha256sum] = "67aeae1be4e1565519898f46f1f7092f1973cce8a767e93101ee0111717091d1" | 13 | SRC_URI[sha256sum] = "67aeae1be4e1565519898f46f1f7092f1973cce8a767e93101ee0111717091d1" |
14 | 14 | ||
15 | inherit cmake python3native | 15 | inherit cmake python3native |
diff --git a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb index 6930f31e96..a50679ae4f 100644 --- a/meta-oe/recipes-devtools/exprtk/exprtk_git.bb +++ b/meta-oe/recipes-devtools/exprtk/exprtk_git.bb | |||
@@ -17,6 +17,6 @@ do_install() { | |||
17 | } | 17 | } |
18 | 18 | ||
19 | # exprtk is a header only C++ library, so the main package will be empty. | 19 | # exprtk is a header only C++ library, so the main package will be empty. |
20 | RDEPENDS_${PN}-dev = "" | 20 | RDEPENDS:${PN}-dev = "" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb index f4f08012b5..957f059229 100644 --- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb | |||
@@ -7,9 +7,9 @@ inherit python3-dir | |||
7 | 7 | ||
8 | PACKAGE_BEFORE_PN = "${PN}-compiler ${PN}-${PYTHON_PN}" | 8 | PACKAGE_BEFORE_PN = "${PN}-compiler ${PN}-${PYTHON_PN}" |
9 | 9 | ||
10 | RDEPENDS_${PN}-compiler = "${PN}" | 10 | RDEPENDS:${PN}-compiler = "${PN}" |
11 | RDEPENDS_${PN}-${PYTHON_PN} = "${PN}" | 11 | RDEPENDS:${PN}-${PYTHON_PN} = "${PN}" |
12 | RDEPENDS_${PN}-dev += "${PN}-compiler" | 12 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 14 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" |
15 | 15 | ||
@@ -31,13 +31,13 @@ EXTRA_OECMAKE += "\ | |||
31 | 31 | ||
32 | inherit cmake | 32 | inherit cmake |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} | 35 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} |
36 | cp -rf ${S}/python/flatbuffers ${D}${PYTHON_SITEPACKAGES_DIR} | 36 | cp -rf ${S}/python/flatbuffers ${D}${PYTHON_SITEPACKAGES_DIR} |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN}-compiler = "${bindir}" | 39 | FILES:${PN}-compiler = "${bindir}" |
40 | 40 | ||
41 | FILES_${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}" | 41 | FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}" |
42 | 42 | ||
43 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.37.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.37.bb index 890bbdb447..10e51fa811 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_1.37.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.37.bb | |||
@@ -6,8 +6,8 @@ LICENSE = "${LICENSE_DEFAULT} & BSD-2-Clause & GPLv3" | |||
6 | 6 | ||
7 | python () { | 7 | python () { |
8 | for plugin in d.getVar('PLUGINS').split(): | 8 | for plugin in d.getVar('PLUGINS').split(): |
9 | if 'LICENSE_%s' % plugin not in d: | 9 | if 'LICENSE:%s' % plugin not in d: |
10 | d.setVar('LICENSE_' + plugin, '${LICENSE_DEFAULT}') | 10 | d.setVar('LICENSE:' + plugin, '${LICENSE_DEFAULT}') |
11 | } | 11 | } |
12 | 12 | ||
13 | DEPENDS = " \ | 13 | DEPENDS = " \ |
@@ -34,33 +34,33 @@ SRC_URI = " \ | |||
34 | " | 34 | " |
35 | SRC_URI[sha256sum] = "c98f9b1303f4ab9bed7587e749cd0b5594d9136a1bf8ba110900d46a17fa9cd8" | 35 | SRC_URI[sha256sum] = "c98f9b1303f4ab9bed7587e749cd0b5594d9136a1bf8ba110900d46a17fa9cd8" |
36 | 36 | ||
37 | do_configure_prepend() { | 37 | do_configure:prepend() { |
38 | rm -f ${S}/build/cache/glib-gettext.m4 | 38 | rm -f ${S}/build/cache/glib-gettext.m4 |
39 | } | 39 | } |
40 | 40 | ||
41 | FILES_${PN} += "${datadir}/icons" | 41 | FILES:${PN} += "${datadir}/icons" |
42 | FILES_${PN}-dev += "${libdir}/geany/*.la ${libdir}/${BPN}/*/*.la" | 42 | FILES:${PN}-dev += "${libdir}/geany/*.la ${libdir}/${BPN}/*/*.la" |
43 | 43 | ||
44 | PLUGINS += "${PN}-addons" | 44 | PLUGINS += "${PN}-addons" |
45 | LIC_FILES_CHKSUM += "file://addons/COPYING;md5=4325afd396febcb659c36b49533135d4" | 45 | LIC_FILES_CHKSUM += "file://addons/COPYING;md5=4325afd396febcb659c36b49533135d4" |
46 | FILES_${PN}-addons = "${libdir}/geany/addons.so" | 46 | FILES:${PN}-addons = "${libdir}/geany/addons.so" |
47 | 47 | ||
48 | PLUGINS += "${PN}-autoclose" | 48 | PLUGINS += "${PN}-autoclose" |
49 | LIC_FILES_CHKSUM += "file://autoclose/COPYING;md5=751419260aa954499f7abaabaa882bbe" | 49 | LIC_FILES_CHKSUM += "file://autoclose/COPYING;md5=751419260aa954499f7abaabaa882bbe" |
50 | FILES_${PN}-autoclose = "${libdir}/geany/autoclose.so" | 50 | FILES:${PN}-autoclose = "${libdir}/geany/autoclose.so" |
51 | 51 | ||
52 | PLUGINS += "${PN}-automark" | 52 | PLUGINS += "${PN}-automark" |
53 | LIC_FILES_CHKSUM += "file://automark/COPYING;md5=751419260aa954499f7abaabaa882bbe" | 53 | LIC_FILES_CHKSUM += "file://automark/COPYING;md5=751419260aa954499f7abaabaa882bbe" |
54 | FILES_${PN}-automark = "${libdir}/geany/automark.so" | 54 | FILES:${PN}-automark = "${libdir}/geany/automark.so" |
55 | 55 | ||
56 | PLUGINS += "${PN}-codenav" | 56 | PLUGINS += "${PN}-codenav" |
57 | LIC_FILES_CHKSUM += "file://codenav/COPYING;md5=751419260aa954499f7abaabaa882bbe" | 57 | LIC_FILES_CHKSUM += "file://codenav/COPYING;md5=751419260aa954499f7abaabaa882bbe" |
58 | FILES_${PN}-codenav = "${libdir}/geany/codenav.so" | 58 | FILES:${PN}-codenav = "${libdir}/geany/codenav.so" |
59 | 59 | ||
60 | PLUGINS += "${PN}-commander" | 60 | PLUGINS += "${PN}-commander" |
61 | LIC_FILES_CHKSUM += "file://commander/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 61 | LIC_FILES_CHKSUM += "file://commander/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
62 | LICENSE_${PN}-commander = "GPLv3" | 62 | LICENSE:${PN}-commander = "GPLv3" |
63 | FILES_${PN}-commander = "${libdir}/geany/commander.so" | 63 | FILES:${PN}-commander = "${libdir}/geany/commander.so" |
64 | 64 | ||
65 | # | checking whether the GTK version in use is compatible with plugin Debugger... no | 65 | # | checking whether the GTK version in use is compatible with plugin Debugger... no |
66 | EXTRA_OECONF += "--disable-debugger" | 66 | EXTRA_OECONF += "--disable-debugger" |
@@ -70,7 +70,7 @@ EXTRA_OECONF += "--disable-debugger" | |||
70 | 70 | ||
71 | PLUGINS += "${PN}-defineformat" | 71 | PLUGINS += "${PN}-defineformat" |
72 | LIC_FILES_CHKSUM += "file://defineformat/COPYING;md5=751419260aa954499f7abaabaa882bbe" | 72 | LIC_FILES_CHKSUM += "file://defineformat/COPYING;md5=751419260aa954499f7abaabaa882bbe" |
73 | FILES_${PN}-defineformat = "${libdir}/geany/defineformat.so" | 73 | FILES:${PN}-defineformat = "${libdir}/geany/defineformat.so" |
74 | 74 | ||
75 | # no gnome devhelp in some common layer | 75 | # no gnome devhelp in some common layer |
76 | EXTRA_OECONF += "--disable-devhelp" | 76 | EXTRA_OECONF += "--disable-devhelp" |
@@ -81,20 +81,20 @@ EXTRA_OECONF += "--disable-devhelp" | |||
81 | 81 | ||
82 | PLUGINS += "${PN}-geanyctags" | 82 | PLUGINS += "${PN}-geanyctags" |
83 | LIC_FILES_CHKSUM += "file://geanyctags/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 83 | LIC_FILES_CHKSUM += "file://geanyctags/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
84 | FILES_${PN}-geanyctags = "${libdir}/geany/geanyctags.so" | 84 | FILES:${PN}-geanyctags = "${libdir}/geany/geanyctags.so" |
85 | 85 | ||
86 | PLUGINS += "${PN}-geanydoc" | 86 | PLUGINS += "${PN}-geanydoc" |
87 | LIC_FILES_CHKSUM += "file://geanydoc/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 87 | LIC_FILES_CHKSUM += "file://geanydoc/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
88 | LICENSE_${PN}-geanydoc = "GPLv3" | 88 | LICENSE:${PN}-geanydoc = "GPLv3" |
89 | FILES_${PN}-geanydoc = "${libdir}/geany/geanydoc.so" | 89 | FILES:${PN}-geanydoc = "${libdir}/geany/geanydoc.so" |
90 | 90 | ||
91 | PLUGINS += "${PN}-geanyextrasel" | 91 | PLUGINS += "${PN}-geanyextrasel" |
92 | LIC_FILES_CHKSUM += "file://geanyextrasel/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 92 | LIC_FILES_CHKSUM += "file://geanyextrasel/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
93 | FILES_${PN}-geanyextrasel = "${libdir}/geany/geanyextrasel.so" | 93 | FILES:${PN}-geanyextrasel = "${libdir}/geany/geanyextrasel.so" |
94 | 94 | ||
95 | PLUGINS += "${PN}-geanyinsertnum" | 95 | PLUGINS += "${PN}-geanyinsertnum" |
96 | LIC_FILES_CHKSUM += "file://geanyinsertnum/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 96 | LIC_FILES_CHKSUM += "file://geanyinsertnum/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
97 | FILES_${PN}-geanyinsertnum = "${libdir}/geany/geanyinsertnum.so" | 97 | FILES:${PN}-geanyinsertnum = "${libdir}/geany/geanyinsertnum.so" |
98 | 98 | ||
99 | # no lua: max supported version is 5.2 | 99 | # no lua: max supported version is 5.2 |
100 | EXTRA_OECONF += "--disable-geanylua" | 100 | EXTRA_OECONF += "--disable-geanylua" |
@@ -104,24 +104,24 @@ EXTRA_OECONF += "--disable-geanylua" | |||
104 | 104 | ||
105 | PLUGINS += "${PN}-geanymacro" | 105 | PLUGINS += "${PN}-geanymacro" |
106 | LIC_FILES_CHKSUM += "file://geanymacro/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 106 | LIC_FILES_CHKSUM += "file://geanymacro/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
107 | FILES_${PN}-geanymacro = "${libdir}/geany/geanymacro.so" | 107 | FILES:${PN}-geanymacro = "${libdir}/geany/geanymacro.so" |
108 | 108 | ||
109 | PLUGINS += "${PN}-geanyminiscript" | 109 | PLUGINS += "${PN}-geanyminiscript" |
110 | LIC_FILES_CHKSUM += "file://geanyminiscript/COPYING;md5=4325afd396febcb659c36b49533135d4" | 110 | LIC_FILES_CHKSUM += "file://geanyminiscript/COPYING;md5=4325afd396febcb659c36b49533135d4" |
111 | FILES_${PN}-geanyminiscript = "${libdir}/geany/geanyminiscript.so" | 111 | FILES:${PN}-geanyminiscript = "${libdir}/geany/geanyminiscript.so" |
112 | 112 | ||
113 | PLUGINS += "${PN}-geanynumberedbookmarks" | 113 | PLUGINS += "${PN}-geanynumberedbookmarks" |
114 | LIC_FILES_CHKSUM += "file://geanynumberedbookmarks/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 114 | LIC_FILES_CHKSUM += "file://geanynumberedbookmarks/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
115 | FILES_${PN}-geanynumberedbookmarks = "${libdir}/geany/geanynumberedbookmarks.so" | 115 | FILES:${PN}-geanynumberedbookmarks = "${libdir}/geany/geanynumberedbookmarks.so" |
116 | 116 | ||
117 | PLUGINS += "${PN}-geanypg" | 117 | PLUGINS += "${PN}-geanypg" |
118 | LIC_FILES_CHKSUM += "file://geanypg/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 118 | LIC_FILES_CHKSUM += "file://geanypg/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
119 | FILES_${PN}-geanypg = "${libdir}/geany/geanypg.so" | 119 | FILES:${PN}-geanypg = "${libdir}/geany/geanypg.so" |
120 | 120 | ||
121 | PLUGINS += "${PN}-geanyprj" | 121 | PLUGINS += "${PN}-geanyprj" |
122 | LIC_FILES_CHKSUM += "file://geanyprj/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 122 | LIC_FILES_CHKSUM += "file://geanyprj/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
123 | LICENSE_${PN}-geanyprj = "GPLv3" | 123 | LICENSE:${PN}-geanyprj = "GPLv3" |
124 | FILES_${PN}-geanyprj = "${libdir}/geany/geanyprj.so" | 124 | FILES:${PN}-geanyprj = "${libdir}/geany/geanyprj.so" |
125 | 125 | ||
126 | #PLUGINS += "${PN}-geanypy" | 126 | #PLUGINS += "${PN}-geanypy" |
127 | #LIC_FILES_CHKSUM += "file://geanypy/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 127 | #LIC_FILES_CHKSUM += "file://geanypy/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
@@ -129,32 +129,32 @@ FILES_${PN}-geanyprj = "${libdir}/geany/geanyprj.so" | |||
129 | 129 | ||
130 | PLUGINS += "${PN}-geanyvc" | 130 | PLUGINS += "${PN}-geanyvc" |
131 | LIC_FILES_CHKSUM += "file://geanyvc/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 131 | LIC_FILES_CHKSUM += "file://geanyvc/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
132 | FILES_${PN}-geanyvc = "${libdir}/geany/geanyvc.so" | 132 | FILES:${PN}-geanyvc = "${libdir}/geany/geanyvc.so" |
133 | 133 | ||
134 | PLUGINS += "${PN}-geniuspaste" | 134 | PLUGINS += "${PN}-geniuspaste" |
135 | LIC_FILES_CHKSUM += "file://geniuspaste/COPYING;md5=bfc203269f8862ebfc1198cdc809a95a" | 135 | LIC_FILES_CHKSUM += "file://geniuspaste/COPYING;md5=bfc203269f8862ebfc1198cdc809a95a" |
136 | FILES_${PN}-geniuspaste = "${libdir}/geany/geniuspaste.so ${datadir}/${PN}/geniuspaste" | 136 | FILES:${PN}-geniuspaste = "${libdir}/geany/geniuspaste.so ${datadir}/${PN}/geniuspaste" |
137 | 137 | ||
138 | PLUGINS += "${PN}-git-changebar" | 138 | PLUGINS += "${PN}-git-changebar" |
139 | LIC_FILES_CHKSUM += "file://git-changebar/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 139 | LIC_FILES_CHKSUM += "file://git-changebar/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
140 | LICENSE_${PN}-git-changebar = "GPLv3" | 140 | LICENSE:${PN}-git-changebar = "GPLv3" |
141 | FILES_${PN}-git-changebar = "${datadir}/${BPN}/git-changebar ${libdir}/geany/git-changebar.so" | 141 | FILES:${PN}-git-changebar = "${datadir}/${BPN}/git-changebar ${libdir}/geany/git-changebar.so" |
142 | 142 | ||
143 | PLUGINS += "${PN}-keyrecord" | 143 | PLUGINS += "${PN}-keyrecord" |
144 | LIC_FILES_CHKSUM += "file://keyrecord/COPYING;md5=751419260aa954499f7abaabaa882bbe" | 144 | LIC_FILES_CHKSUM += "file://keyrecord/COPYING;md5=751419260aa954499f7abaabaa882bbe" |
145 | FILES_${PN}-keyrecord = "${libdir}/geany/keyrecord.so" | 145 | FILES:${PN}-keyrecord = "${libdir}/geany/keyrecord.so" |
146 | 146 | ||
147 | PLUGINS += "${PN}-latex" | 147 | PLUGINS += "${PN}-latex" |
148 | LIC_FILES_CHKSUM += "file://latex/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 148 | LIC_FILES_CHKSUM += "file://latex/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
149 | FILES_${PN}-latex = "${libdir}/geany/latex.so" | 149 | FILES:${PN}-latex = "${libdir}/geany/latex.so" |
150 | 150 | ||
151 | PLUGINS += "${PN}-lineoperations" | 151 | PLUGINS += "${PN}-lineoperations" |
152 | LIC_FILES_CHKSUM += "file://lineoperations/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 152 | LIC_FILES_CHKSUM += "file://lineoperations/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
153 | FILES_${PN}-lineoperations = "${libdir}/geany/lineoperations.so" | 153 | FILES:${PN}-lineoperations = "${libdir}/geany/lineoperations.so" |
154 | 154 | ||
155 | PLUGINS += "${PN}-lipsum" | 155 | PLUGINS += "${PN}-lipsum" |
156 | LIC_FILES_CHKSUM += "file://lipsum/COPYING;md5=4325afd396febcb659c36b49533135d4" | 156 | LIC_FILES_CHKSUM += "file://lipsum/COPYING;md5=4325afd396febcb659c36b49533135d4" |
157 | FILES_${PN}-lipsum = "${libdir}/geany/lipsum.so" | 157 | FILES:${PN}-lipsum = "${libdir}/geany/lipsum.so" |
158 | 158 | ||
159 | # no markdown - avoid floating dependencies | 159 | # no markdown - avoid floating dependencies |
160 | EXTRA_OECONF += "--disable-peg-markdown" | 160 | EXTRA_OECONF += "--disable-peg-markdown" |
@@ -170,57 +170,57 @@ EXTRA_OECONF += "--disable-multiterm" | |||
170 | 170 | ||
171 | PLUGINS += "${PN}-overview" | 171 | PLUGINS += "${PN}-overview" |
172 | LIC_FILES_CHKSUM += "file://overview/overview/overviewplugin.c;beginline=4;endline=20;md5=1aa33522916cdeb46cccac0c629da0d0" | 172 | LIC_FILES_CHKSUM += "file://overview/overview/overviewplugin.c;beginline=4;endline=20;md5=1aa33522916cdeb46cccac0c629da0d0" |
173 | FILES_${PN}-overview = "${libdir}/geany/overview.so ${datadir}/${PN}/overview" | 173 | FILES:${PN}-overview = "${libdir}/geany/overview.so ${datadir}/${PN}/overview" |
174 | 174 | ||
175 | PLUGINS += "${PN}-pairtaghighlighter" | 175 | PLUGINS += "${PN}-pairtaghighlighter" |
176 | LICENSE_${PN}-pairtaghighlighter = "BSD-2-Clause" | 176 | LICENSE:${PN}-pairtaghighlighter = "BSD-2-Clause" |
177 | LIC_FILES_CHKSUM += "file://pairtaghighlighter/COPYING;md5=d6d927525a612b3a8dbebc4b2e9b47c1" | 177 | LIC_FILES_CHKSUM += "file://pairtaghighlighter/COPYING;md5=d6d927525a612b3a8dbebc4b2e9b47c1" |
178 | FILES_${PN}-pairtaghighlighter = "${libdir}/geany/pairtaghighlighter.so" | 178 | FILES:${PN}-pairtaghighlighter = "${libdir}/geany/pairtaghighlighter.so" |
179 | 179 | ||
180 | PLUGINS += "${PN}-pohelper" | 180 | PLUGINS += "${PN}-pohelper" |
181 | LICENSE_${PN}-pohelper = "GPLv3" | 181 | LICENSE:${PN}-pohelper = "GPLv3" |
182 | LIC_FILES_CHKSUM += "file://pohelper/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 182 | LIC_FILES_CHKSUM += "file://pohelper/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
183 | FILES_${PN}-pohelper = "${datadir}/${BPN}/pohelper ${libdir}/geany/pohelper.so" | 183 | FILES:${PN}-pohelper = "${datadir}/${BPN}/pohelper ${libdir}/geany/pohelper.so" |
184 | 184 | ||
185 | PLUGINS += "${PN}-pretty-printer" | 185 | PLUGINS += "${PN}-pretty-printer" |
186 | LIC_FILES_CHKSUM += "file://pretty-printer/src/PrettyPrinter.c;beginline=1;endline=17;md5=1665115c2fadb17c1b53cdb4e43b2440" | 186 | LIC_FILES_CHKSUM += "file://pretty-printer/src/PrettyPrinter.c;beginline=1;endline=17;md5=1665115c2fadb17c1b53cdb4e43b2440" |
187 | FILES_${PN}-pretty-printer = "${libdir}/geany/pretty-printer.so" | 187 | FILES:${PN}-pretty-printer = "${libdir}/geany/pretty-printer.so" |
188 | 188 | ||
189 | PLUGINS += "${PN}-projectorganizer" | 189 | PLUGINS += "${PN}-projectorganizer" |
190 | LIC_FILES_CHKSUM += "file://projectorganizer/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 190 | LIC_FILES_CHKSUM += "file://projectorganizer/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
191 | FILES_${PN}-projectorganizer = "${libdir}/geany/projectorganizer.so" | 191 | FILES:${PN}-projectorganizer = "${libdir}/geany/projectorganizer.so" |
192 | 192 | ||
193 | PLUGINS += "${PN}-scope" | 193 | PLUGINS += "${PN}-scope" |
194 | LIC_FILES_CHKSUM += "file://scope/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 194 | LIC_FILES_CHKSUM += "file://scope/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
195 | FILES_${PN}-scope = "${datadir}/${BPN}/scope ${libdir}/geany/scope.so" | 195 | FILES:${PN}-scope = "${datadir}/${BPN}/scope ${libdir}/geany/scope.so" |
196 | 196 | ||
197 | PLUGINS += "${PN}-sendmail" | 197 | PLUGINS += "${PN}-sendmail" |
198 | LIC_FILES_CHKSUM += "file://sendmail/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 198 | LIC_FILES_CHKSUM += "file://sendmail/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
199 | FILES_${PN}-sendmail = "${libdir}/geany/sendmail.so" | 199 | FILES:${PN}-sendmail = "${libdir}/geany/sendmail.so" |
200 | 200 | ||
201 | PLUGINS += "${PN}-shiftcolumn" | 201 | PLUGINS += "${PN}-shiftcolumn" |
202 | LIC_FILES_CHKSUM += "file://shiftcolumn/COPYING;md5=751419260aa954499f7abaabaa882bbe" | 202 | LIC_FILES_CHKSUM += "file://shiftcolumn/COPYING;md5=751419260aa954499f7abaabaa882bbe" |
203 | FILES_${PN}-shiftcolumn = "${libdir}/geany/shiftcolumn.so" | 203 | FILES:${PN}-shiftcolumn = "${libdir}/geany/shiftcolumn.so" |
204 | 204 | ||
205 | PLUGINS += "${PN}-spellcheck" | 205 | PLUGINS += "${PN}-spellcheck" |
206 | LIC_FILES_CHKSUM += "file://spellcheck/COPYING;md5=4325afd396febcb659c36b49533135d4" | 206 | LIC_FILES_CHKSUM += "file://spellcheck/COPYING;md5=4325afd396febcb659c36b49533135d4" |
207 | FILES_${PN}-spellcheck = "${libdir}/geany/spellcheck.so" | 207 | FILES:${PN}-spellcheck = "${libdir}/geany/spellcheck.so" |
208 | 208 | ||
209 | PLUGINS += "${PN}-tableconvert" | 209 | PLUGINS += "${PN}-tableconvert" |
210 | LIC_FILES_CHKSUM += "file://tableconvert/COPYING;md5=6753686878d090a1f3f9445661d3dfbc" | 210 | LIC_FILES_CHKSUM += "file://tableconvert/COPYING;md5=6753686878d090a1f3f9445661d3dfbc" |
211 | FILES_${PN}-tableconvert = "${libdir}/geany/tableconvert.so" | 211 | FILES:${PN}-tableconvert = "${libdir}/geany/tableconvert.so" |
212 | 212 | ||
213 | PLUGINS += "${PN}-treebrowser" | 213 | PLUGINS += "${PN}-treebrowser" |
214 | LIC_FILES_CHKSUM += "file://treebrowser/README;beginline=67;endline=67;md5=1f17f0f2abb88e0fa0f1b342112d871c" | 214 | LIC_FILES_CHKSUM += "file://treebrowser/README;beginline=67;endline=67;md5=1f17f0f2abb88e0fa0f1b342112d871c" |
215 | FILES_${PN}-treebrowser = "${libdir}/geany/treebrowser.so" | 215 | FILES:${PN}-treebrowser = "${libdir}/geany/treebrowser.so" |
216 | 216 | ||
217 | PLUGINS += "${PN}-updatechecker" | 217 | PLUGINS += "${PN}-updatechecker" |
218 | LIC_FILES_CHKSUM += "file://updatechecker/COPYING;md5=4325afd396febcb659c36b49533135d4" | 218 | LIC_FILES_CHKSUM += "file://updatechecker/COPYING;md5=4325afd396febcb659c36b49533135d4" |
219 | FILES_${PN}-updatechecker = "${libdir}/geany/updatechecker.so" | 219 | FILES:${PN}-updatechecker = "${libdir}/geany/updatechecker.so" |
220 | 220 | ||
221 | PLUGINS += "${PN}-vimode" | 221 | PLUGINS += "${PN}-vimode" |
222 | LIC_FILES_CHKSUM += "file://vimode/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 222 | LIC_FILES_CHKSUM += "file://vimode/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
223 | FILES_${PN}-vimode = "${libdir}/geany/vimode.so" | 223 | FILES:${PN}-vimode = "${libdir}/geany/vimode.so" |
224 | 224 | ||
225 | # no webkit - lasts ages and is not properly detected | 225 | # no webkit - lasts ages and is not properly detected |
226 | EXTRA_OECONF += " --disable-webhelper" | 226 | EXTRA_OECONF += " --disable-webhelper" |
@@ -231,15 +231,15 @@ EXTRA_OECONF += " --disable-webhelper" | |||
231 | 231 | ||
232 | PLUGINS += "${PN}-workbench" | 232 | PLUGINS += "${PN}-workbench" |
233 | LIC_FILES_CHKSUM += "file://workbench/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" | 233 | LIC_FILES_CHKSUM += "file://workbench/COPYING;md5=c107cf754550e65755c42985a5d4e9c9" |
234 | FILES_${PN}-workbench = "${libdir}/geany/workbench.so" | 234 | FILES:${PN}-workbench = "${libdir}/geany/workbench.so" |
235 | 235 | ||
236 | PLUGINS += "${PN}-xmlsnippets" | 236 | PLUGINS += "${PN}-xmlsnippets" |
237 | LIC_FILES_CHKSUM += "file://xmlsnippets/COPYING;md5=4325afd396febcb659c36b49533135d4" | 237 | LIC_FILES_CHKSUM += "file://xmlsnippets/COPYING;md5=4325afd396febcb659c36b49533135d4" |
238 | FILES_${PN}-xmlsnippets = "${libdir}/geany/xmlsnippets.so" | 238 | FILES:${PN}-xmlsnippets = "${libdir}/geany/xmlsnippets.so" |
239 | 239 | ||
240 | PACKAGES =+ "${PN}-common ${PLUGINS}" | 240 | PACKAGES =+ "${PN}-common ${PLUGINS}" |
241 | FILES_${PN}-common = "${libdir}/libgeanypluginutils${SOLIBS}" | 241 | FILES:${PN}-common = "${libdir}/libgeanypluginutils${SOLIBS}" |
242 | 242 | ||
243 | # geany-plugins is meta package for all plugins | 243 | # geany-plugins is meta package for all plugins |
244 | RDEPENDS_${PN} = "${PLUGINS}" | 244 | RDEPENDS:${PN} = "${PLUGINS}" |
245 | ALLOW_EMPTY_${PN} = "1" | 245 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta-oe/recipes-devtools/geany/geany_1.37.1.bb b/meta-oe/recipes-devtools/geany/geany_1.37.1.bb index b361b11879..f039a756f2 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.37.1.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.37.1.bb | |||
@@ -14,8 +14,8 @@ SRC_URI = "https://download.geany.org/${BP}.tar.bz2 \ | |||
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "18c5756444c1d8bcd737c8ecfd4ef0b3607c924fc02560d4e8b78f6121531a18" | 15 | SRC_URI[sha256sum] = "18c5756444c1d8bcd737c8ecfd4ef0b3607c924fc02560d4e8b78f6121531a18" |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/icons" | 17 | FILES:${PN} += "${datadir}/icons" |
18 | 18 | ||
19 | EXTRA_OECONF = "--disable-html-docs" | 19 | EXTRA_OECONF = "--disable-html-docs" |
20 | 20 | ||
21 | RRECOMMENDS_${PN} += "source-code-pro-fonts" | 21 | RRECOMMENDS:${PN} += "source-code-pro-fonts" |
diff --git a/meta-oe/recipes-devtools/giflib/giflib_5.2.1.bb b/meta-oe/recipes-devtools/giflib/giflib_5.2.1.bb index 105c53eab7..79afe9a70f 100644 --- a/meta-oe/recipes-devtools/giflib/giflib_5.2.1.bb +++ b/meta-oe/recipes-devtools/giflib/giflib_5.2.1.bb | |||
@@ -16,9 +16,9 @@ do_install() { | |||
16 | } | 16 | } |
17 | 17 | ||
18 | PACKAGES += "${PN}-utils" | 18 | PACKAGES += "${PN}-utils" |
19 | FILES_${PN} = "${libdir}/libgif.so.*" | 19 | FILES:${PN} = "${libdir}/libgif.so.*" |
20 | FILES_${PN}-utils = "${bindir}" | 20 | FILES:${PN}-utils = "${bindir}" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
23 | 23 | ||
24 | RDEPENDS_${PN}-utils = "perl" | 24 | RDEPENDS:${PN}-utils = "perl" |
diff --git a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb index 3d539b232f..6417771104 100644 --- a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb +++ b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb | |||
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "edefa6eb24b4d15bd52589121dc109bc08c286157c41288deb74dd9cc3 | |||
21 | 21 | ||
22 | EXTRA_OECONF += "--disable-man-pages" | 22 | EXTRA_OECONF += "--disable-man-pages" |
23 | 23 | ||
24 | FILES_${PN} += "${datadir}/* ${libdir}/glade/modules/libgladegtk.so" | 24 | FILES:${PN} += "${datadir}/* ${libdir}/glade/modules/libgladegtk.so" |
25 | FILES_${PN}-dev += "${libdir}/glade/modules/libgladegtk.la" | 25 | FILES:${PN}-dev += "${libdir}/glade/modules/libgladegtk.la" |
26 | FILES_${PN}-dbg += "${libdir}/glade/modules/.debug/libgladegtk.so" | 26 | FILES:${PN}-dbg += "${libdir}/glade/modules/.debug/libgladegtk.so" |
27 | 27 | ||
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.38.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.38.1.bb index 10004b2369..ac8aba382e 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.38.1.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.38.1.bb | |||
@@ -7,13 +7,13 @@ LICENSE = "Apache-2" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
8 | 8 | ||
9 | DEPENDS = "c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2 abseil-cpp re2" | 9 | DEPENDS = "c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2 abseil-cpp re2" |
10 | DEPENDS_append_class-target = " googletest grpc-native " | 10 | DEPENDS:append:class-target = " googletest grpc-native " |
11 | DEPENDS_append_class-nativesdk = " grpc-native " | 11 | DEPENDS:append:class-nativesdk = " grpc-native " |
12 | 12 | ||
13 | PACKAGE_BEFORE_PN = "${PN}-compiler" | 13 | PACKAGE_BEFORE_PN = "${PN}-compiler" |
14 | 14 | ||
15 | RDEPENDS_${PN}-compiler = "${PN}" | 15 | RDEPENDS:${PN}-compiler = "${PN}" |
16 | RDEPENDS_${PN}-dev += "${PN}-compiler" | 16 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | SRCREV_grpc = "96b73272eadc01afb5fb45b92b408c47e4387274" | 19 | SRCREV_grpc = "96b73272eadc01afb5fb45b92b408c47e4387274" |
@@ -21,7 +21,7 @@ BRANCH = "v1.38.x" | |||
21 | SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ | 21 | SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ |
22 | " | 22 | " |
23 | # Fixes build with older compilers 4.8 especially on ubuntu 14.04 | 23 | # Fixes build with older compilers 4.8 especially on ubuntu 14.04 |
24 | CXXFLAGS_append_class-native = " -Wl,--no-as-needed" | 24 | CXXFLAGS:append:class-native = " -Wl,--no-as-needed" |
25 | 25 | ||
26 | inherit cmake pkgconfig | 26 | inherit cmake pkgconfig |
27 | 27 | ||
@@ -49,32 +49,32 @@ PACKAGECONFIG[python] = "-DgRPC_BUILD_GRPC_PYTHON_PLUGIN=ON,-DgRPC_BUILD_GRPC_PY | |||
49 | PACKAGECONFIG[ruby] = "-DgRPC_BUILD_GRPC_RUBY_PLUGIN=ON,-DgRPC_BUILD_GRPC_RUBY_PLUGIN=OFF" | 49 | PACKAGECONFIG[ruby] = "-DgRPC_BUILD_GRPC_RUBY_PLUGIN=ON,-DgRPC_BUILD_GRPC_RUBY_PLUGIN=OFF" |
50 | PACKAGECONFIG[protobuf-lite] = "-DgRPC_USE_PROTO_LITE=ON,-DgRPC_USE_PROTO_LITE=OFF,protobuf-lite" | 50 | PACKAGECONFIG[protobuf-lite] = "-DgRPC_USE_PROTO_LITE=ON,-DgRPC_USE_PROTO_LITE=OFF,protobuf-lite" |
51 | 51 | ||
52 | do_configure_prepend() { | 52 | do_configure:prepend() { |
53 | sed -i -e "s#lib/pkgconfig/#${baselib}/pkgconfig/#g" ${S}/CMakeLists.txt | 53 | sed -i -e "s#lib/pkgconfig/#${baselib}/pkgconfig/#g" ${S}/CMakeLists.txt |
54 | } | 54 | } |
55 | 55 | ||
56 | do_configure_prepend_mipsarch() { | 56 | do_configure:prepend:mipsarch() { |
57 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt | 57 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt |
58 | } | 58 | } |
59 | 59 | ||
60 | do_configure_prepend_powerpc() { | 60 | do_configure:prepend:powerpc() { |
61 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt | 61 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt |
62 | } | 62 | } |
63 | 63 | ||
64 | do_configure_prepend_riscv64() { | 64 | do_configure:prepend:riscv64() { |
65 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt | 65 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt |
66 | } | 66 | } |
67 | 67 | ||
68 | do_configure_prepend_riscv32() { | 68 | do_configure:prepend:riscv32() { |
69 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt | 69 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt |
70 | } | 70 | } |
71 | 71 | ||
72 | do_configure_prepend_toolchain-clang_x86() { | 72 | do_configure:prepend:toolchain-clang:x86() { |
73 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt | 73 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt |
74 | } | 74 | } |
75 | 75 | ||
76 | BBCLASSEXTEND = "native nativesdk" | 76 | BBCLASSEXTEND = "native nativesdk" |
77 | 77 | ||
78 | SYSROOT_DIRS_BLACKLIST_append_class-target = " ${baselib}/cmake/grpc" | 78 | SYSROOT_DIRS_BLACKLIST:append:class-target = " ${baselib}/cmake/grpc" |
79 | 79 | ||
80 | FILES_${PN}-compiler += "${bindir}" | 80 | FILES:${PN}-compiler += "${bindir}" |
diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb index 6277c41b48..f16cced1a0 100644 --- a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb +++ b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb | |||
@@ -15,5 +15,5 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | inherit setuptools3 | 16 | inherit setuptools3 |
17 | 17 | ||
18 | RDEPENDS_${PN} = "python3 python3-core \ | 18 | RDEPENDS:${PN} = "python3 python3-core \ |
19 | python3-ctypes python3-shell python3-json" | 19 | python3-ctypes python3-shell python3-json" |
diff --git a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb index 207c45284f..5473eefe75 100644 --- a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb +++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb | |||
@@ -26,7 +26,7 @@ inherit cmake | |||
26 | EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF" | 26 | EXTRA_OECMAKE += "-DHEAPTRACK_BUILD_GUI=OFF" |
27 | 27 | ||
28 | # libunwind is not yet ported to RISCV | 28 | # libunwind is not yet ported to RISCV |
29 | COMPATIBLE_HOST_riscv32 = "null" | 29 | COMPATIBLE_HOST:riscv32 = "null" |
30 | COMPATIBLE_HOST_riscv64 = "null" | 30 | COMPATIBLE_HOST:riscv64 = "null" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.1.4.bb b/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.1.4.bb index c53e66300d..6b18953b30 100644 --- a/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.1.4.bb +++ b/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.1.4.bb | |||
@@ -36,7 +36,7 @@ inherit autotools-brokensep pkgconfig | |||
36 | CFLAGS += "-D_GNU_SOURCE" | 36 | CFLAGS += "-D_GNU_SOURCE" |
37 | 37 | ||
38 | PROVIDES = "iptraf" | 38 | PROVIDES = "iptraf" |
39 | RPROVIDES_${PN} += "iptraf" | 39 | RPROVIDES:${PN} += "iptraf" |
40 | RREPLACES_${PN} += "iptraf" | 40 | RREPLACES:${PN} += "iptraf" |
41 | RCONFLICTS_${PN} += "iptraf" | 41 | RCONFLICTS:${PN} += "iptraf" |
42 | 42 | ||
diff --git a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb index 0ae39765f2..586489b74b 100644 --- a/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb +++ b/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.3.0.bb | |||
@@ -27,4 +27,4 @@ EXTRA_OECMAKE += "-DCOMPILE_TESTS=NO -DCOMPILE_STUBGEN=NO -DCOMPILE_EXAMPLES=NO | |||
27 | -DCMAKE_LIBRARY_PATH=${libdir} \ | 27 | -DCMAKE_LIBRARY_PATH=${libdir} \ |
28 | " | 28 | " |
29 | 29 | ||
30 | FILES_${PN}-dev += "${libdir}/libjson-rpc-cpp/cmake" | 30 | FILES:${PN}-dev += "${libdir}/libjson-rpc-cpp/cmake" |
diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb index ec959d27da..53e49f57b7 100644 --- a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb +++ b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb | |||
@@ -12,7 +12,7 @@ LICENSE = "GPL-2.0" | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" |
13 | SECTION = "devel" | 13 | SECTION = "devel" |
14 | DEPENDS += "ncurses flex-native gperf-native bison-native" | 14 | DEPENDS += "ncurses flex-native gperf-native bison-native" |
15 | RDEPENDS_${PN} += "python3 bash" | 15 | RDEPENDS:${PN} += "python3 bash" |
16 | SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \ | 16 | SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \ |
17 | file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \ | 17 | file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \ |
18 | file://0001-Switch-utils-kconfig-diff-to-use-Python-3.patch" | 18 | file://0001-Switch-utils-kconfig-diff-to-use-Python-3.patch" |
@@ -22,11 +22,11 @@ SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a" | |||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
25 | do_configure_prepend () { | 25 | do_configure:prepend () { |
26 | mkdir -p ${S}/scripts/.autostuff/m4 | 26 | mkdir -p ${S}/scripts/.autostuff/m4 |
27 | } | 27 | } |
28 | 28 | ||
29 | do_install_append() { | 29 | do_install:append() { |
30 | ln -s kconfig-conf ${D}${bindir}/conf | 30 | ln -s kconfig-conf ${D}${bindir}/conf |
31 | ln -s kconfig-mconf ${D}${bindir}/mconf | 31 | ln -s kconfig-mconf ${D}${bindir}/mconf |
32 | } | 32 | } |
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.20.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.20.4.bb index 832254a00b..ce8aad50c5 100644 --- a/meta-oe/recipes-devtools/libgee/libgee_0.20.4.bb +++ b/meta-oe/recipes-devtools/libgee/libgee_0.20.4.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | |||
11 | PE = "1" | 11 | PE = "1" |
12 | inherit gnomebase vala gobject-introspection | 12 | inherit gnomebase vala gobject-introspection |
13 | 13 | ||
14 | do_configure_prepend() { | 14 | do_configure:prepend() { |
15 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | 15 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" |
16 | for i in ${MACROS}; do | 16 | for i in ${MACROS}; do |
17 | rm -f m4/$i | 17 | rm -f m4/$i |
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index 69dce851fa..37e2ba6690 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
@@ -31,7 +31,7 @@ SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=master;protocol=http | |||
31 | file://0001-ppc-Remove-unused-host_powerpc64-function.patch \ | 31 | file://0001-ppc-Remove-unused-host_powerpc64-function.patch \ |
32 | file://0001-mips-Use-hardcodes-values-for-ABI-syscall-bases.patch \ | 32 | file://0001-mips-Use-hardcodes-values-for-ABI-syscall-bases.patch \ |
33 | " | 33 | " |
34 | SRC_URI_append_libc-musl = " file://add_ppc64le.patch" | 34 | SRC_URI:append:libc-musl = " file://add_ppc64le.patch" |
35 | 35 | ||
36 | S = "${WORKDIR}/git" | 36 | S = "${WORKDIR}/git" |
37 | 37 | ||
@@ -41,9 +41,9 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" | |||
41 | PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind" | 41 | PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind" |
42 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" | 42 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" |
43 | 43 | ||
44 | COMPATIBLE_HOST_riscv64 = "null" | 44 | COMPATIBLE_HOST:riscv64 = "null" |
45 | COMPATIBLE_HOST_riscv32 = "null" | 45 | COMPATIBLE_HOST:riscv32 = "null" |
46 | 46 | ||
47 | do_configure_prepend () { | 47 | do_configure:prepend () { |
48 | ( cd ${S}; ./autogen.sh ) | 48 | ( cd ${S}; ./autogen.sh ) |
49 | } | 49 | } |
diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb index 5e8f54588b..a18f9f0833 100644 --- a/meta-oe/recipes-devtools/lua/lua_5.3.6.bb +++ b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb | |||
@@ -31,12 +31,12 @@ PACKAGECONFIG ??= "readline" | |||
31 | PACKAGECONFIG[readline] = ",,readline" | 31 | PACKAGECONFIG[readline] = ",,readline" |
32 | 32 | ||
33 | UCLIBC_PATCHES += "file://uclibc-pthread.patch" | 33 | UCLIBC_PATCHES += "file://uclibc-pthread.patch" |
34 | SRC_URI_append_libc-uclibc = " ${UCLIBC_PATCHES}" | 34 | SRC_URI:append_libc-uclibc = " ${UCLIBC_PATCHES}" |
35 | 35 | ||
36 | TARGET_CC_ARCH += " -fPIC ${LDFLAGS}" | 36 | TARGET_CC_ARCH += " -fPIC ${LDFLAGS}" |
37 | EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'" | 37 | EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -fPIC' MYLDFLAGS='${LDFLAGS}'" |
38 | 38 | ||
39 | do_configure_prepend() { | 39 | do_configure:prepend() { |
40 | sed -i -e s:/usr/local:${prefix}:g src/luaconf.h | 40 | sed -i -e s:/usr/local:${prefix}:g src/luaconf.h |
41 | sed -i -e s:lib/lua/:${baselib}/lua/:g src/luaconf.h | 41 | sed -i -e s:lib/lua/:${baselib}/lua/:g src/luaconf.h |
42 | } | 42 | } |
diff --git a/meta-oe/recipes-devtools/luajit/luajit_git.bb b/meta-oe/recipes-devtools/luajit/luajit_git.bb index 753835261f..645680cd9f 100644 --- a/meta-oe/recipes-devtools/luajit/luajit_git.bb +++ b/meta-oe/recipes-devtools/luajit/luajit_git.bb | |||
@@ -24,15 +24,15 @@ BBCLASSEXTEND = "native" | |||
24 | # you need to install the multilib development package (e.g. | 24 | # you need to install the multilib development package (e.g. |
25 | # libc6-dev-i386 on Debian/Ubuntu) and build a 32 bit host part | 25 | # libc6-dev-i386 on Debian/Ubuntu) and build a 32 bit host part |
26 | # (HOST_CC="gcc -m32"). | 26 | # (HOST_CC="gcc -m32"). |
27 | BUILD_CC_ARCH_append = " ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}" | 27 | BUILD_CC_ARCH:append = " ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}" |
28 | 28 | ||
29 | # The lua makefiles expect the TARGET_SYS to be from uname -s | 29 | # The lua makefiles expect the TARGET_SYS to be from uname -s |
30 | # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD | 30 | # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD |
31 | LUA_TARGET_OS = "Unknown" | 31 | LUA_TARGET_OS = "Unknown" |
32 | LUA_TARGET_OS_darwin = "Darwin" | 32 | LUA_TARGET_OS:darwin = "Darwin" |
33 | LUA_TARGET_OS_linux = "Linux" | 33 | LUA_TARGET_OS_linux = "Linux" |
34 | LUA_TARGET_OS_linux-gnueabi = "Linux" | 34 | LUA_TARGET_OS_linux-gnueabi = "Linux" |
35 | LUA_TARGET_OS_mingw32 = "Windows" | 35 | LUA_TARGET_OS:mingw32 = "Windows" |
36 | 36 | ||
37 | # We don't want the lua buildsystem's compiler optimizations, or its | 37 | # We don't want the lua buildsystem's compiler optimizations, or its |
38 | # stripping, and we don't want it to pick up CFLAGS or LDFLAGS, as those apply | 38 | # stripping, and we don't want it to pick up CFLAGS or LDFLAGS, as those apply |
@@ -40,7 +40,7 @@ LUA_TARGET_OS_mingw32 = "Windows" | |||
40 | EXTRA_OEMAKE = "\ | 40 | EXTRA_OEMAKE = "\ |
41 | Q= E='@:' \ | 41 | Q= E='@:' \ |
42 | \ | 42 | \ |
43 | CCOPT= CCOPT_x86= CFLAGS= LDFLAGS= TARGET_STRIP='@:' \ | 43 | CCOPT= CCOPT:x86= CFLAGS= LDFLAGS= TARGET_STRIP='@:' \ |
44 | \ | 44 | \ |
45 | 'TARGET_SYS=${LUA_TARGET_OS}' \ | 45 | 'TARGET_SYS=${LUA_TARGET_OS}' \ |
46 | \ | 46 | \ |
@@ -82,21 +82,21 @@ PACKAGES += 'luajit-common' | |||
82 | 82 | ||
83 | # See the comment for EXTRA_OEMAKEINST. This is needed to ensure the hardcoded | 83 | # See the comment for EXTRA_OEMAKEINST. This is needed to ensure the hardcoded |
84 | # paths are packaged regardless of what the libdir and datadir paths are. | 84 | # paths are packaged regardless of what the libdir and datadir paths are. |
85 | FILES_${PN} += "${prefix}/${baselib} ${prefix}/share" | 85 | FILES:${PN} += "${prefix}/${baselib} ${prefix}/share" |
86 | FILES_${PN} += "${libdir}/libluajit-5.1.so.2 \ | 86 | FILES:${PN} += "${libdir}/libluajit-5.1.so.2 \ |
87 | ${libdir}/libluajit-5.1.so.${PV} \ | 87 | ${libdir}/libluajit-5.1.so.${PV} \ |
88 | " | 88 | " |
89 | FILES_${PN}-dev += "${libdir}/libluajit-5.1.a \ | 89 | FILES:${PN}-dev += "${libdir}/libluajit-5.1.a \ |
90 | ${libdir}/libluajit-5.1.so \ | 90 | ${libdir}/libluajit-5.1.so \ |
91 | ${libdir}/pkgconfig/luajit.pc \ | 91 | ${libdir}/pkgconfig/luajit.pc \ |
92 | " | 92 | " |
93 | FILES_luajit-common = "${datadir}/${BPN}-${PV}" | 93 | FILES:luajit-common = "${datadir}/${BPN}-${PV}" |
94 | 94 | ||
95 | # mips64/ppc/ppc64/riscv64 is not supported in this release | 95 | # mips64/ppc/ppc64/riscv64 is not supported in this release |
96 | COMPATIBLE_HOST_mipsarchn32 = "null" | 96 | COMPATIBLE_HOST:mipsarchn32 = "null" |
97 | COMPATIBLE_HOST_mipsarchn64 = "null" | 97 | COMPATIBLE_HOST:mipsarchn64 = "null" |
98 | COMPATIBLE_HOST_powerpc = "null" | 98 | COMPATIBLE_HOST:powerpc = "null" |
99 | COMPATIBLE_HOST_powerpc64 = "null" | 99 | COMPATIBLE_HOST:powerpc64 = "null" |
100 | COMPATIBLE_HOST_powerpc64le = "null" | 100 | COMPATIBLE_HOST:powerpc64le = "null" |
101 | COMPATIBLE_HOST_riscv64 = "null" | 101 | COMPATIBLE_HOST:riscv64 = "null" |
102 | COMPATIBLE_HOST_riscv32 = "null" | 102 | COMPATIBLE_HOST:riscv32 = "null" |
diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb b/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb index 1bee9fe0b9..720e2eab8f 100644 --- a/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb +++ b/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb | |||
@@ -18,4 +18,4 @@ do_install() { | |||
18 | oe_runmake 'DESTDIR=${D}' 'luadir=${datadir}/lua/${LUA_VERSION}' 'luaexecdir=${libdir}/lua/${LUA_VERSION}' install | 18 | oe_runmake 'DESTDIR=${D}' 'luadir=${datadir}/lua/${LUA_VERSION}' 'luaexecdir=${libdir}/lua/${LUA_VERSION}' install |
19 | } | 19 | } |
20 | 20 | ||
21 | FILES_${PN} = "${datadir}/lua/${LUA_VERSION} ${libdir}/lua/${LUA_VERSION}" | 21 | FILES:${PN} = "${datadir}/lua/${LUA_VERSION} ${libdir}/lua/${LUA_VERSION}" |
diff --git a/meta-oe/recipes-devtools/memstat/memstat_1.0.bb b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb index 91a9200c34..1deb25ab92 100644 --- a/meta-oe/recipes-devtools/memstat/memstat_1.0.bb +++ b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "http://sourceforge.net/projects/memstattool/files/memstat_${PV}.tar.g | |||
19 | SRC_URI[md5sum] = "2c3acc0c62b2a18f6601b84e54aa7462" | 19 | SRC_URI[md5sum] = "2c3acc0c62b2a18f6601b84e54aa7462" |
20 | SRC_URI[sha256sum] = "245d5fc7fb87bcfd14486cd34917cae2856e799559ac568434af12c4852bce94" | 20 | SRC_URI[sha256sum] = "245d5fc7fb87bcfd14486cd34917cae2856e799559ac568434af12c4852bce94" |
21 | 21 | ||
22 | do_install_append(){ | 22 | do_install:append(){ |
23 | install -d ${D}${bindir} | 23 | install -d ${D}${bindir} |
24 | install -m 0755 memstat ${D}${bindir} | 24 | install -m 0755 memstat ${D}${bindir} |
25 | install -d ${D}${sysconfdir} | 25 | install -d ${D}${sysconfdir} |
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb b/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb index 7980960f1f..ae978aea93 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | DEPENDS = "python3 python3-native" | 7 | DEPENDS = "python3 python3-native" |
8 | RDEPENDS_${PN} = "python3 python3-modules" | 8 | RDEPENDS:${PN} = "python3 python3-modules" |
9 | 9 | ||
10 | inherit python3native | 10 | inherit python3native |
11 | 11 | ||
@@ -22,7 +22,7 @@ export LDSHARED="${CCLD} -shared" | |||
22 | EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \ | 22 | EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \ |
23 | PREFIX=${prefix}" | 23 | PREFIX=${prefix}" |
24 | 24 | ||
25 | do_configure_append () { | 25 | do_configure:append () { |
26 | sed -i -e 's:PYTHON?=python:PYTHON=python3:g' ${S}/Makefile | 26 | sed -i -e 's:PYTHON?=python:PYTHON=python3:g' ${S}/Makefile |
27 | } | 27 | } |
28 | 28 | ||
@@ -32,7 +32,7 @@ do_install () { | |||
32 | } | 32 | } |
33 | PACKAGES =+ "${PN}-python" | 33 | PACKAGES =+ "${PN}-python" |
34 | 34 | ||
35 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 35 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" |
36 | 36 | ||
37 | FILES_${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" | 37 | FILES:${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" |
38 | 38 | ||
diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb b/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb index 20df3620d0..3fe32f8c94 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_3.4.2.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bd4d7ab13df98988b1ca2a4e01c8c163" | |||
8 | SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz" | 8 | SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz" |
9 | SRC_URI[sha256sum] = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" | 9 | SRC_URI[sha256sum] = "5c19bea8b84e8d74cca5f047e82b147ff3fba096144270e3911ad623d6c587bf" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "bash perl libxml2" | 11 | RDEPENDS:${PN} += "bash perl libxml2" |
12 | 12 | ||
13 | EXTRA_OECONF = "--enable-debuginfo \ | 13 | EXTRA_OECONF = "--enable-debuginfo \ |
14 | --enable-fast \ | 14 | --enable-fast \ |
@@ -31,8 +31,8 @@ PACKAGECONFIG += " \ | |||
31 | " | 31 | " |
32 | PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11" | 32 | PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11" |
33 | 33 | ||
34 | LDFLAGS_append_libc-glibc_x86-64 = " -lgcc" | 34 | LDFLAGS:append:libc-glibc:x86-64 = " -lgcc" |
35 | LDFLAGS_append_libc-glibc_x86 = " -lgcc" | 35 | LDFLAGS:append:libc-glibc:x86 = " -lgcc" |
36 | 36 | ||
37 | inherit autotools gettext pkgconfig | 37 | inherit autotools gettext pkgconfig |
38 | 38 | ||
@@ -51,7 +51,7 @@ do_configure() { | |||
51 | oe_runconf | 51 | oe_runconf |
52 | } | 52 | } |
53 | 53 | ||
54 | do_install_append() { | 54 | do_install:append() { |
55 | sed -i 's,${S}/,,g' ${D}/${libdir}/libmpi.la | 55 | sed -i 's,${S}/,,g' ${D}/${libdir}/libmpi.la |
56 | sed -i 's,${DEBUG_PREFIX_MAP},,g' ${D}/${libdir}/pkgconfig/mpich.pc | 56 | sed -i 's,${DEBUG_PREFIX_MAP},,g' ${D}/${libdir}/pkgconfig/mpich.pc |
57 | } | 57 | } |
diff --git a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb index a97eb53c1d..e3c407e6d5 100644 --- a/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb +++ b/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git" | |||
16 | 16 | ||
17 | # nlohmann-fifo is a header only C++ library, so the main package will be empty. | 17 | # nlohmann-fifo is a header only C++ library, so the main package will be empty. |
18 | 18 | ||
19 | RDEPENDS_${PN}-dev = "" | 19 | RDEPENDS:${PN}-dev = "" |
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
22 | 22 | ||
diff --git a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.9.1.bb b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.9.1.bb index 359324266d..c0a1560cdb 100644 --- a/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.9.1.bb +++ b/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.9.1.bb | |||
@@ -17,12 +17,12 @@ EXTRA_OECMAKE += "-DJSON_BuildTests=OFF" | |||
17 | 17 | ||
18 | # nlohmann-json is a header only C++ library, so the main package will be empty. | 18 | # nlohmann-json is a header only C++ library, so the main package will be empty. |
19 | 19 | ||
20 | RDEPENDS_${PN}-dev = "" | 20 | RDEPENDS:${PN}-dev = "" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
23 | 23 | ||
24 | # other packages commonly reference the file directly as "json.hpp" | 24 | # other packages commonly reference the file directly as "json.hpp" |
25 | # create symlink to allow this usage | 25 | # create symlink to allow this usage |
26 | do_install_append() { | 26 | do_install:append() { |
27 | ln -s nlohmann/json.hpp ${D}${includedir}/json.hpp | 27 | ln -s nlohmann/json.hpp ${D}${includedir}/json.hpp |
28 | } | 28 | } |
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb index 5ac4f9dc7d..4715019798 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_14.17.1.bb | |||
@@ -4,16 +4,16 @@ LICENSE = "MIT & BSD & Artistic-2.0" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a1016f9b7979cfe6fc3466a9bba60b1e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a1016f9b7979cfe6fc3466a9bba60b1e" |
5 | 5 | ||
6 | DEPENDS = "openssl" | 6 | DEPENDS = "openssl" |
7 | DEPENDS_append_class-target = " qemu-native" | 7 | DEPENDS:append:class-target = " qemu-native" |
8 | 8 | ||
9 | inherit pkgconfig python3native qemu | 9 | inherit pkgconfig python3native qemu |
10 | 10 | ||
11 | COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*" | 11 | COMPATIBLE_MACHINE:armv4 = "(!.*armv4).*" |
12 | COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*" | 12 | COMPATIBLE_MACHINE:armv5 = "(!.*armv5).*" |
13 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" | 13 | COMPATIBLE_MACHINE:mips64 = "(!.*mips64).*" |
14 | 14 | ||
15 | COMPATIBLE_HOST_riscv64 = "null" | 15 | COMPATIBLE_HOST:riscv64 = "null" |
16 | COMPATIBLE_HOST_riscv32 = "null" | 16 | COMPATIBLE_HOST:riscv32 = "null" |
17 | 17 | ||
18 | SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ | 18 | SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ |
19 | file://0001-Disable-running-gyp-files-for-bundled-deps.patch \ | 19 | file://0001-Disable-running-gyp-files-for-bundled-deps.patch \ |
@@ -23,13 +23,13 @@ SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ | |||
23 | file://mips-warnings.patch \ | 23 | file://mips-warnings.patch \ |
24 | file://mips-less-memory.patch \ | 24 | file://mips-less-memory.patch \ |
25 | " | 25 | " |
26 | SRC_URI_append_class-target = " \ | 26 | SRC_URI:append:class-target = " \ |
27 | file://0002-Using-native-binaries.patch \ | 27 | file://0002-Using-native-binaries.patch \ |
28 | " | 28 | " |
29 | SRC_URI_append_toolchain-clang_x86 = " \ | 29 | SRC_URI:append:toolchain-clang:x86 = " \ |
30 | file://libatomic.patch \ | 30 | file://libatomic.patch \ |
31 | " | 31 | " |
32 | SRC_URI_append_toolchain-clang_powerpc64le = " \ | 32 | SRC_URI:append:toolchain-clang:powerpc64le = " \ |
33 | file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \ | 33 | file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \ |
34 | " | 34 | " |
35 | SRC_URI[sha256sum] = "ddf1d2d56ddf35ecd98c5ea5ddcd690b245899f289559b4330c921255f5a247f" | 35 | SRC_URI[sha256sum] = "ddf1d2d56ddf35ecd98c5ea5ddcd690b245899f289559b4330c921255f5a247f" |
@@ -49,12 +49,12 @@ def map_nodejs_arch(a, d): | |||
49 | elif re.match('powerpc$', a): return 'ppc' | 49 | elif re.match('powerpc$', a): return 'ppc' |
50 | return a | 50 | return a |
51 | 51 | ||
52 | ARCHFLAGS_arm = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--with-arm-float-abi=hard', '--with-arm-float-abi=softfp', d)} \ | 52 | ARCHFLAGS:arm = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--with-arm-float-abi=hard', '--with-arm-float-abi=softfp', d)} \ |
53 | ${@bb.utils.contains('TUNE_FEATURES', 'neon', '--with-arm-fpu=neon', \ | 53 | ${@bb.utils.contains('TUNE_FEATURES', 'neon', '--with-arm-fpu=neon', \ |
54 | bb.utils.contains('TUNE_FEATURES', 'vfpv3d16', '--with-arm-fpu=vfpv3-d16', \ | 54 | bb.utils.contains('TUNE_FEATURES', 'vfpv3d16', '--with-arm-fpu=vfpv3-d16', \ |
55 | bb.utils.contains('TUNE_FEATURES', 'vfpv3', '--with-arm-fpu=vfpv3', \ | 55 | bb.utils.contains('TUNE_FEATURES', 'vfpv3', '--with-arm-fpu=vfpv3', \ |
56 | '--with-arm-fpu=vfp', d), d), d)}" | 56 | '--with-arm-fpu=vfp', d), d), d)}" |
57 | GYP_DEFINES_append_mipsel = " mips_arch_variant='r1' " | 57 | GYP_DEFINES:append:mipsel = " mips_arch_variant='r1' " |
58 | ARCHFLAGS ?= "" | 58 | ARCHFLAGS ?= "" |
59 | 59 | ||
60 | PACKAGECONFIG ??= "ares brotli icu zlib" | 60 | PACKAGECONFIG ??= "ares brotli icu zlib" |
@@ -128,7 +128,7 @@ python do_create_v8_qemu_wrapper () { | |||
128 | do_create_v8_qemu_wrapper[dirs] = "${B}" | 128 | do_create_v8_qemu_wrapper[dirs] = "${B}" |
129 | addtask create_v8_qemu_wrapper after do_configure before do_compile | 129 | addtask create_v8_qemu_wrapper after do_configure before do_compile |
130 | 130 | ||
131 | LDFLAGS_append_x86 = " -latomic" | 131 | LDFLAGS:append:x86 = " -latomic" |
132 | 132 | ||
133 | # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi | 133 | # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi |
134 | do_configure () { | 134 | do_configure () { |
@@ -155,11 +155,11 @@ do_install () { | |||
155 | oe_runmake install DESTDIR=${D} | 155 | oe_runmake install DESTDIR=${D} |
156 | 156 | ||
157 | # wasn't updated since 2009 and is the only thing requiring python2 in runtime | 157 | # wasn't updated since 2009 and is the only thing requiring python2 in runtime |
158 | # ERROR: nodejs-12.14.1-r0 do_package_qa: QA Issue: /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples contained in package nodejs-npm requires /usr/bin/python, but no providers found in RDEPENDS_nodejs-npm? [file-rdeps] | 158 | # ERROR: nodejs-12.14.1-r0 do_package_qa: QA Issue: /usr/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples contained in package nodejs-npm requires /usr/bin/python, but no providers found in RDEPENDS:nodejs-npm? [file-rdeps] |
159 | rm -f ${D}${exec_prefix}/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples | 159 | rm -f ${D}${exec_prefix}/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples |
160 | } | 160 | } |
161 | 161 | ||
162 | do_install_append_class-native() { | 162 | do_install:append:class-native() { |
163 | # use node from PATH instead of absolute path to sysroot | 163 | # use node from PATH instead of absolute path to sysroot |
164 | # node-v0.10.25/tools/install.py is using: | 164 | # node-v0.10.25/tools/install.py is using: |
165 | # shebang = os.path.join(node_prefix, 'bin/node') | 165 | # shebang = os.path.join(node_prefix, 'bin/node') |
@@ -184,16 +184,16 @@ do_install_append_class-native() { | |||
184 | install -m 0755 ${S}/out/Release/node_mksnapshot ${D}${bindir}/node_mksnapshot | 184 | install -m 0755 ${S}/out/Release/node_mksnapshot ${D}${bindir}/node_mksnapshot |
185 | } | 185 | } |
186 | 186 | ||
187 | do_install_append_class-target() { | 187 | do_install:append:class-target() { |
188 | sed "1s^.*^#\!${bindir}/env node^g" -i ${D}${exec_prefix}/lib/node_modules/npm/bin/npm-cli.js | 188 | sed "1s^.*^#\!${bindir}/env node^g" -i ${D}${exec_prefix}/lib/node_modules/npm/bin/npm-cli.js |
189 | } | 189 | } |
190 | 190 | ||
191 | PACKAGES =+ "${PN}-npm" | 191 | PACKAGES =+ "${PN}-npm" |
192 | FILES_${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx" | 192 | FILES:${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx" |
193 | RDEPENDS_${PN}-npm = "bash python3-core python3-shell python3-datetime \ | 193 | RDEPENDS:${PN}-npm = "bash python3-core python3-shell python3-datetime \ |
194 | python3-misc python3-multiprocessing" | 194 | python3-misc python3-multiprocessing" |
195 | 195 | ||
196 | PACKAGES =+ "${PN}-systemtap" | 196 | PACKAGES =+ "${PN}-systemtap" |
197 | FILES_${PN}-systemtap = "${datadir}/systemtap" | 197 | FILES:${PN}-systemtap = "${datadir}/systemtap" |
198 | 198 | ||
199 | BBCLASSEXTEND = "native" | 199 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb index ec3e8258a5..055607134e 100644 --- a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb +++ b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "${GNU_MIRROR}/octave/${BPN}-${PV}.tar.gz \ | |||
18 | SRC_URI[md5sum] = "b43bd5f4309a0c048c91af10cf8e8674" | 18 | SRC_URI[md5sum] = "b43bd5f4309a0c048c91af10cf8e8674" |
19 | SRC_URI[sha256sum] = "09fbd0f212f4ef21e53f1d9c41cf30ce3d7f9450fb44911601e21ed64c67ae97" | 19 | SRC_URI[sha256sum] = "09fbd0f212f4ef21e53f1d9c41cf30ce3d7f9450fb44911601e21ed64c67ae97" |
20 | 20 | ||
21 | do_compile_prepend() { | 21 | do_compile:prepend() { |
22 | for folder in "liboctave/operators liboctave/numeric liboctave/array liboctave/util"; do | 22 | for folder in "liboctave/operators liboctave/numeric liboctave/array liboctave/util"; do |
23 | mkdir -p ${B}/${folder} | 23 | mkdir -p ${B}/${folder} |
24 | done | 24 | done |
@@ -26,15 +26,15 @@ do_compile_prepend() { | |||
26 | 26 | ||
27 | PACKAGES =+ " octave-common liboctave liboctave-dev liboctave-dbg" | 27 | PACKAGES =+ " octave-common liboctave liboctave-dev liboctave-dbg" |
28 | 28 | ||
29 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${datadir}/${PN} \ | 29 | FILES:${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${datadir}/${PN} \ |
30 | ${libdir}/${PN}/${PV}/oct ${libdir}/${PN}/${PV}/site \ | 30 | ${libdir}/${PN}/${PV}/oct ${libdir}/${PN}/${PV}/site \ |
31 | ${libdir}/${PN}/site ${datadir}/applications ${datadir}/metainfo" | 31 | ${libdir}/${PN}/site ${datadir}/applications ${datadir}/metainfo" |
32 | FILES_${PN}-common = "${datadir}/icons" | 32 | FILES:${PN}-common = "${datadir}/icons" |
33 | 33 | ||
34 | FILES_liboctave = "${libdir}/${PN}/${PV}/lib*${SOLIBS}" | 34 | FILES:liboctave = "${libdir}/${PN}/${PV}/lib*${SOLIBS}" |
35 | FILES_liboctave-dev = "${libdir}/${PN}/${PV}/lib*${SOLIBSDEV}" | 35 | FILES:liboctave-dev = "${libdir}/${PN}/${PV}/lib*${SOLIBSDEV}" |
36 | FILES_liboctave-dbg = "${libdir}/${PN}/${PV}/.debug" | 36 | FILES:liboctave-dbg = "${libdir}/${PN}/${PV}/.debug" |
37 | 37 | ||
38 | FILES_${PN}-dbg = "${bindir}/.debug ${libdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug" | 38 | FILES:${PN}-dbg = "${bindir}/.debug ${libdir}/${PN}/${PV}/oct/${TARGET_SYS}/.debug" |
39 | 39 | ||
40 | EXCLUDE_FROM_WORLD = "1" | 40 | EXCLUDE_FROM_WORLD = "1" |
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 85add50b6c..ad770ce2ad 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Free and Open On-Chip Debugging, In-System Programming and Boundary-S | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | DEPENDS = "libusb-compat libftdi" | 4 | DEPENDS = "libusb-compat libftdi" |
5 | RDEPENDS_${PN} = "libusb1" | 5 | RDEPENDS:${PN} = "libusb1" |
6 | 6 | ||
7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
8 | git://repo.or.cz/openocd.git;protocol=http;name=openocd \ | 8 | git://repo.or.cz/openocd.git;protocol=http;name=openocd \ |
@@ -46,7 +46,7 @@ do_install() { | |||
46 | fi | 46 | fi |
47 | } | 47 | } |
48 | 48 | ||
49 | FILES_${PN} = " \ | 49 | FILES:${PN} = " \ |
50 | ${datadir}/openocd/* \ | 50 | ${datadir}/openocd/* \ |
51 | ${bindir}/openocd \ | 51 | ${bindir}/openocd \ |
52 | " | 52 | " |
diff --git a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb index 4bd9a12554..441ab2ec95 100644 --- a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb +++ b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb | |||
@@ -4,10 +4,10 @@ PR = "r1" | |||
4 | 4 | ||
5 | inherit packagegroup | 5 | inherit packagegroup |
6 | 6 | ||
7 | RPROVIDES_${PN} += "packagegroup-native-sdk" | 7 | RPROVIDES:${PN} += "packagegroup-native-sdk" |
8 | RREPLACES_${PN} += "packagegroup-native-sdk" | 8 | RREPLACES:${PN} += "packagegroup-native-sdk" |
9 | RCONFLICTS_${PN} += "packagegroup-native-sdk" | 9 | RCONFLICTS:${PN} += "packagegroup-native-sdk" |
10 | RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \ | 10 | RDEPENDS:${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \ |
11 | binutils-symlinks \ | 11 | binutils-symlinks \ |
12 | perl-modules \ | 12 | perl-modules \ |
13 | flex flex-dev \ | 13 | flex flex-dev \ |
@@ -23,4 +23,4 @@ RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \ | |||
23 | pkgconfig" | 23 | pkgconfig" |
24 | 24 | ||
25 | # usefull, but not in oe-core/meta-oe yet: patchutils | 25 | # usefull, but not in oe-core/meta-oe yet: patchutils |
26 | RRECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks" | 26 | RRECOMMENDS:${PN} = " g77-symlinks gfortran-symlinks" |
diff --git a/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb b/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb index 9635a5e708..6cd4aa75e4 100644 --- a/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb +++ b/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb | |||
@@ -11,11 +11,11 @@ SRC_URI = "https://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.xz" | |||
11 | SRC_URI[md5sum] = "a580468318f0ff42edf4a8cd314cc942" | 11 | SRC_URI[md5sum] = "a580468318f0ff42edf4a8cd314cc942" |
12 | SRC_URI[sha256sum] = "7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9" | 12 | SRC_URI[sha256sum] = "7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "bash" | 14 | RDEPENDS:${PN} += "bash" |
15 | 15 | ||
16 | export GNULIB_OVERRIDES_WINT_T = "0" | 16 | export GNULIB_OVERRIDES_WINT_T = "0" |
17 | 17 | ||
18 | do_configure_prepend() { | 18 | do_configure:prepend() { |
19 | touch ${S}/NEWS ${S}/AUTHORS ${S}/ChangeLog ${S}/README | 19 | touch ${S}/NEWS ${S}/AUTHORS ${S}/ChangeLog ${S}/README |
20 | } | 20 | } |
21 | 21 | ||
diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb index 75fad46bfd..311cf27307 100644 --- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/DBI-${PV}" | |||
17 | 17 | ||
18 | inherit cpan ptest-perl | 18 | inherit cpan ptest-perl |
19 | 19 | ||
20 | do_install_prepend() { | 20 | do_install:prepend() { |
21 | # test requires "-T" (taint) command line option | 21 | # test requires "-T" (taint) command line option |
22 | rm -rf ${B}/t/pod-coverage.t | 22 | rm -rf ${B}/t/pod-coverage.t |
23 | rm -rf ${B}/t/13taint.t | 23 | rm -rf ${B}/t/13taint.t |
@@ -27,7 +27,7 @@ do_install_prepend() { | |||
27 | rm -rf ${B}/t/z*.t | 27 | rm -rf ${B}/t/z*.t |
28 | } | 28 | } |
29 | 29 | ||
30 | RDEPENDS_${PN}_class-target = " \ | 30 | RDEPENDS:${PN}:class-target = " \ |
31 | perl \ | 31 | perl \ |
32 | perl-module-carp \ | 32 | perl-module-carp \ |
33 | perl-module-exporter \ | 33 | perl-module-exporter \ |
@@ -38,7 +38,7 @@ RDEPENDS_${PN}_class-target = " \ | |||
38 | perl-module-universal \ | 38 | perl-module-universal \ |
39 | " | 39 | " |
40 | 40 | ||
41 | RDEPENDS_${PN}-ptest = " \ | 41 | RDEPENDS:${PN}-ptest = " \ |
42 | ${PN} \ | 42 | ${PN} \ |
43 | perl-module-b \ | 43 | perl-module-b \ |
44 | perl-module-benchmark \ | 44 | perl-module-benchmark \ |
diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb index b6bc80784a..4d0422ecf8 100644 --- a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb | |||
@@ -12,5 +12,5 @@ S = "${WORKDIR}/IO-Tty-${PV}" | |||
12 | 12 | ||
13 | inherit cpan | 13 | inherit cpan |
14 | 14 | ||
15 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" | 15 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/" |
16 | 16 | ||
diff --git a/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb index 4e7aeb1286..156d6c352e 100644 --- a/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb +++ b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb | |||
@@ -17,6 +17,6 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | RDEPENDS_${PN} += "perl" | 20 | RDEPENDS:${PN} += "perl" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb b/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb index ffe7a7d991..ccd86829b2 100644 --- a/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb +++ b/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb | |||
@@ -25,6 +25,6 @@ do_compile() { | |||
25 | cpan_do_compile | 25 | cpan_do_compile |
26 | } | 26 | } |
27 | 27 | ||
28 | RDEPENDS_${PN} += "perl perl-module-perlio" | 28 | RDEPENDS:${PN} += "perl perl-module-perlio" |
29 | 29 | ||
30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/php/php_7.4.21.bb b/meta-oe/recipes-devtools/php/php_7.4.21.bb index 4d427252f1..916010a6ff 100644 --- a/meta-oe/recipes-devtools/php/php_7.4.21.bb +++ b/meta-oe/recipes-devtools/php/php_7.4.21.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=99532e0f6620bc9bca34f12fadaee33c" | |||
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
9 | DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native" | 9 | DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native" |
10 | DEPENDS_class-native = "zlib-native libxml2-native" | 10 | DEPENDS:class-native = "zlib-native libxml2-native" |
11 | 11 | ||
12 | PHP_MAJOR_VERSION = "${@d.getVar('PV').split('.')[0]}" | 12 | PHP_MAJOR_VERSION = "${@d.getVar('PV').split('.')[0]}" |
13 | 13 | ||
@@ -18,7 +18,7 @@ SRC_URI = "http://php.net/distributions/php-${PV}.tar.bz2 \ | |||
18 | file://0001-php.m4-don-t-unset-cache-variables.patch \ | 18 | file://0001-php.m4-don-t-unset-cache-variables.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI_append_class-target = " \ | 21 | SRC_URI:append:class-target = " \ |
22 | file://iconv.patch \ | 22 | file://iconv.patch \ |
23 | file://imap-fix-autofoo.patch \ | 23 | file://imap-fix-autofoo.patch \ |
24 | file://php_exec_native.patch \ | 24 | file://php_exec_native.patch \ |
@@ -66,12 +66,12 @@ EXTRA_OECONF = "--enable-mbstring \ | |||
66 | ${COMMON_EXTRA_OECONF} \ | 66 | ${COMMON_EXTRA_OECONF} \ |
67 | " | 67 | " |
68 | 68 | ||
69 | EXTRA_OECONF_append_riscv64 = " --with-pcre-jit=no" | 69 | EXTRA_OECONF:append:riscv64 = " --with-pcre-jit=no" |
70 | EXTRA_OECONF_append_riscv32 = " --with-pcre-jit=no" | 70 | EXTRA_OECONF:append:riscv32 = " --with-pcre-jit=no" |
71 | 71 | ||
72 | CACHED_CONFIGUREVARS += "ac_cv_func_dlopen=no ac_cv_lib_dl_dlopen=yes" | 72 | CACHED_CONFIGUREVARS += "ac_cv_func_dlopen=no ac_cv_lib_dl_dlopen=yes" |
73 | 73 | ||
74 | EXTRA_OECONF_class-native = " \ | 74 | EXTRA_OECONF:class-native = " \ |
75 | --with-zlib=${STAGING_LIBDIR_NATIVE}/.. \ | 75 | --with-zlib=${STAGING_LIBDIR_NATIVE}/.. \ |
76 | --without-iconv \ | 76 | --without-iconv \ |
77 | ${COMMON_EXTRA_OECONF} \ | 77 | ${COMMON_EXTRA_OECONF} \ |
@@ -80,7 +80,7 @@ EXTRA_OECONF_class-native = " \ | |||
80 | PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \ | 80 | PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \ |
81 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \ | 81 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \ |
82 | " | 82 | " |
83 | PACKAGECONFIG_class-native = "" | 83 | PACKAGECONFIG:class-native = "" |
84 | 84 | ||
85 | PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip" | 85 | PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip" |
86 | 86 | ||
@@ -122,29 +122,29 @@ EXTRA_OEMAKE = "INSTALL_ROOT=${D}" | |||
122 | 122 | ||
123 | acpaths = "" | 123 | acpaths = "" |
124 | 124 | ||
125 | do_configure_prepend () { | 125 | do_configure:prepend () { |
126 | rm -f ${S}/build/libtool.m4 ${S}/ltmain.sh ${S}/aclocal.m4 | 126 | rm -f ${S}/build/libtool.m4 ${S}/ltmain.sh ${S}/aclocal.m4 |
127 | find ${S} -name config.m4 | xargs -n1 sed -i 's!APXS_HTTPD=.*!APXS_HTTPD=${STAGING_SBINDIR_NATIVE}/httpd!' | 127 | find ${S} -name config.m4 | xargs -n1 sed -i 's!APXS_HTTPD=.*!APXS_HTTPD=${STAGING_SBINDIR_NATIVE}/httpd!' |
128 | } | 128 | } |
129 | 129 | ||
130 | do_configure_append() { | 130 | do_configure:append() { |
131 | # No, libtool, we really don't want rpath set... | 131 | # No, libtool, we really don't want rpath set... |
132 | sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' ${HOST_SYS}-libtool | 132 | sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' ${HOST_SYS}-libtool |
133 | sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${HOST_SYS}-libtool | 133 | sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${HOST_SYS}-libtool |
134 | } | 134 | } |
135 | 135 | ||
136 | do_install_append_class-native() { | 136 | do_install:append:class-native() { |
137 | rm -rf ${D}/${PHP_LIBDIR}/php/.registry | 137 | rm -rf ${D}/${PHP_LIBDIR}/php/.registry |
138 | rm -rf ${D}/${PHP_LIBDIR}/php/.channels | 138 | rm -rf ${D}/${PHP_LIBDIR}/php/.channels |
139 | rm -rf ${D}/${PHP_LIBDIR}/php/.[a-z]* | 139 | rm -rf ${D}/${PHP_LIBDIR}/php/.[a-z]* |
140 | } | 140 | } |
141 | 141 | ||
142 | do_install_prepend() { | 142 | do_install:prepend() { |
143 | cat ${ACLOCALDIR}/libtool.m4 ${ACLOCALDIR}/lt~obsolete.m4 ${ACLOCALDIR}/ltoptions.m4 \ | 143 | cat ${ACLOCALDIR}/libtool.m4 ${ACLOCALDIR}/lt~obsolete.m4 ${ACLOCALDIR}/ltoptions.m4 \ |
144 | ${ACLOCALDIR}/ltsugar.m4 ${ACLOCALDIR}/ltversion.m4 > ${S}/build/libtool.m4 | 144 | ${ACLOCALDIR}/ltsugar.m4 ${ACLOCALDIR}/ltversion.m4 > ${S}/build/libtool.m4 |
145 | } | 145 | } |
146 | 146 | ||
147 | do_install_prepend_class-target() { | 147 | do_install:prepend:class-target() { |
148 | if ${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'true', 'false', d)}; then | 148 | if ${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'true', 'false', d)}; then |
149 | # Install dummy config file so apxs doesn't fail | 149 | # Install dummy config file so apxs doesn't fail |
150 | install -d ${D}${sysconfdir}/apache2 | 150 | install -d ${D}${sysconfdir}/apache2 |
@@ -153,7 +153,7 @@ do_install_prepend_class-target() { | |||
153 | } | 153 | } |
154 | 154 | ||
155 | # fixme | 155 | # fixme |
156 | do_install_append_class-target() { | 156 | do_install:append:class-target() { |
157 | install -d ${D}${sysconfdir}/ | 157 | install -d ${D}${sysconfdir}/ |
158 | rm -rf ${D}/.registry | 158 | rm -rf ${D}/.registry |
159 | rm -rf ${D}/.channels | 159 | rm -rf ${D}/.channels |
@@ -205,32 +205,32 @@ MODPHP_PACKAGE = "${@bb.utils.contains('PACKAGECONFIG', 'apache2', '${PN}-modphp | |||
205 | 205 | ||
206 | PACKAGES = "${PN}-dbg ${PN}-cli ${PN}-phpdbg ${PN}-cgi ${PN}-fpm ${PN}-fpm-apache2 ${PN}-pear ${PN}-phar ${MODPHP_PACKAGE} ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}-opcache ${PN}" | 206 | PACKAGES = "${PN}-dbg ${PN}-cli ${PN}-phpdbg ${PN}-cgi ${PN}-fpm ${PN}-fpm-apache2 ${PN}-pear ${PN}-phar ${MODPHP_PACKAGE} ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}-opcache ${PN}" |
207 | 207 | ||
208 | RDEPENDS_${PN} += "libgcc" | 208 | RDEPENDS:${PN} += "libgcc" |
209 | RDEPENDS_${PN}-pear = "${PN}" | 209 | RDEPENDS:${PN}-pear = "${PN}" |
210 | RDEPENDS_${PN}-phar = "${PN}-cli" | 210 | RDEPENDS:${PN}-phar = "${PN}-cli" |
211 | RDEPENDS_${PN}-cli = "${PN}" | 211 | RDEPENDS:${PN}-cli = "${PN}" |
212 | RDEPENDS_${PN}-modphp = "${PN} apache2" | 212 | RDEPENDS:${PN}-modphp = "${PN} apache2" |
213 | RDEPENDS_${PN}-opcache = "${PN}" | 213 | RDEPENDS:${PN}-opcache = "${PN}" |
214 | 214 | ||
215 | ALLOW_EMPTY_${PN} = "1" | 215 | ALLOW_EMPTY:${PN} = "1" |
216 | 216 | ||
217 | INITSCRIPT_PACKAGES = "${PN}-fpm" | 217 | INITSCRIPT_PACKAGES = "${PN}-fpm" |
218 | inherit update-rc.d | 218 | inherit update-rc.d |
219 | 219 | ||
220 | FILES_${PN}-dbg =+ "${bindir}/.debug \ | 220 | FILES:${PN}-dbg =+ "${bindir}/.debug \ |
221 | ${libexecdir}/apache2/modules/.debug" | 221 | ${libexecdir}/apache2/modules/.debug" |
222 | FILES_${PN}-doc += "${PHP_LIBDIR}/php/doc" | 222 | FILES:${PN}-doc += "${PHP_LIBDIR}/php/doc" |
223 | FILES_${PN}-cli = "${bindir}/php" | 223 | FILES:${PN}-cli = "${bindir}/php" |
224 | FILES_${PN}-phpdbg = "${bindir}/phpdbg" | 224 | FILES:${PN}-phpdbg = "${bindir}/phpdbg" |
225 | FILES_${PN}-phar = "${bindir}/phar*" | 225 | FILES:${PN}-phar = "${bindir}/phar*" |
226 | FILES_${PN}-cgi = "${bindir}/php-cgi" | 226 | FILES:${PN}-cgi = "${bindir}/php-cgi" |
227 | FILES_${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf ${datadir}/fpm ${sysconfdir}/init.d/php-fpm ${systemd_unitdir}/system/php-fpm.service ${sysconfdir}/php-fpm.d/www.conf.default" | 227 | FILES:${PN}-fpm = "${sbindir}/php-fpm ${sysconfdir}/php-fpm.conf ${datadir}/fpm ${sysconfdir}/init.d/php-fpm ${systemd_unitdir}/system/php-fpm.service ${sysconfdir}/php-fpm.d/www.conf.default" |
228 | FILES_${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf" | 228 | FILES:${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf" |
229 | CONFFILES_${PN}-fpm = "${sysconfdir}/php-fpm.conf" | 229 | CONFFILES:${PN}-fpm = "${sysconfdir}/php-fpm.conf" |
230 | CONFFILES_${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf" | 230 | CONFFILES:${PN}-fpm-apache2 = "${sysconfdir}/apache2/conf.d/php-fpm.conf" |
231 | INITSCRIPT_NAME_${PN}-fpm = "php-fpm" | 231 | INITSCRIPT_NAME:${PN}-fpm = "php-fpm" |
232 | INITSCRIPT_PARAMS_${PN}-fpm = "defaults 60" | 232 | INITSCRIPT_PARAMS:${PN}-fpm = "defaults 60" |
233 | FILES_${PN}-pear = "${bindir}/pear* ${bindir}/pecl ${PHP_LIBDIR}/php/PEAR \ | 233 | FILES:${PN}-pear = "${bindir}/pear* ${bindir}/pecl ${PHP_LIBDIR}/php/PEAR \ |
234 | ${PHP_LIBDIR}/php/PEAR*.php ${PHP_LIBDIR}/php/System.php \ | 234 | ${PHP_LIBDIR}/php/PEAR*.php ${PHP_LIBDIR}/php/System.php \ |
235 | ${PHP_LIBDIR}/php/peclcmd.php ${PHP_LIBDIR}/php/pearcmd.php \ | 235 | ${PHP_LIBDIR}/php/peclcmd.php ${PHP_LIBDIR}/php/pearcmd.php \ |
236 | ${PHP_LIBDIR}/php/.channels ${PHP_LIBDIR}/php/.channels/.alias \ | 236 | ${PHP_LIBDIR}/php/.channels ${PHP_LIBDIR}/php/.channels/.alias \ |
@@ -238,24 +238,24 @@ FILES_${PN}-pear = "${bindir}/pear* ${bindir}/pecl ${PHP_LIBDIR}/php/PEAR \ | |||
238 | ${PHP_LIBDIR}/php/Console/Getopt.php ${PHP_LIBDIR}/php/OS/Guess.php \ | 238 | ${PHP_LIBDIR}/php/Console/Getopt.php ${PHP_LIBDIR}/php/OS/Guess.php \ |
239 | ${PHP_LIBDIR}/php/data/PEAR \ | 239 | ${PHP_LIBDIR}/php/data/PEAR \ |
240 | ${sysconfdir}/pear.conf" | 240 | ${sysconfdir}/pear.conf" |
241 | FILES_${PN}-dev = "${includedir}/php ${PHP_LIBDIR}/build ${bindir}/phpize \ | 241 | FILES:${PN}-dev = "${includedir}/php ${PHP_LIBDIR}/build ${bindir}/phpize \ |
242 | ${bindir}/php-config ${PHP_LIBDIR}/php/.depdb \ | 242 | ${bindir}/php-config ${PHP_LIBDIR}/php/.depdb \ |
243 | ${PHP_LIBDIR}/php/.depdblock ${PHP_LIBDIR}/php/.filemap \ | 243 | ${PHP_LIBDIR}/php/.depdblock ${PHP_LIBDIR}/php/.filemap \ |
244 | ${PHP_LIBDIR}/php/.lock ${PHP_LIBDIR}/php/test" | 244 | ${PHP_LIBDIR}/php/.lock ${PHP_LIBDIR}/php/test" |
245 | FILES_${PN}-staticdev += "${PHP_LIBDIR}/extensions/*/*.a" | 245 | FILES:${PN}-staticdev += "${PHP_LIBDIR}/extensions/*/*.a" |
246 | FILES_${PN}-opcache = "${PHP_LIBDIR}/extensions/*/opcache${SOLIBSDEV}" | 246 | FILES:${PN}-opcache = "${PHP_LIBDIR}/extensions/*/opcache${SOLIBSDEV}" |
247 | FILES_${PN} = "${PHP_LIBDIR}/php" | 247 | FILES:${PN} = "${PHP_LIBDIR}/php" |
248 | FILES_${PN} += "${bindir} ${libexecdir}/apache2" | 248 | FILES:${PN} += "${bindir} ${libexecdir}/apache2" |
249 | 249 | ||
250 | SUMMARY_${PN}-modphp = "PHP module for the Apache HTTP server" | 250 | SUMMARY:${PN}-modphp = "PHP module for the Apache HTTP server" |
251 | FILES_${PN}-modphp = "${libdir}/apache2 ${sysconfdir}" | 251 | FILES:${PN}-modphp = "${libdir}/apache2 ${sysconfdir}" |
252 | 252 | ||
253 | MODPHP_OLDPACKAGE = "${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'modphp', '', d)}" | 253 | MODPHP_OLDPACKAGE = "${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'modphp', '', d)}" |
254 | RPROVIDES_${PN}-modphp = "${MODPHP_OLDPACKAGE}" | 254 | RPROVIDES:${PN}-modphp = "${MODPHP_OLDPACKAGE}" |
255 | RREPLACES_${PN}-modphp = "${MODPHP_OLDPACKAGE}" | 255 | RREPLACES:${PN}-modphp = "${MODPHP_OLDPACKAGE}" |
256 | RCONFLICTS_${PN}-modphp = "${MODPHP_OLDPACKAGE}" | 256 | RCONFLICTS:${PN}-modphp = "${MODPHP_OLDPACKAGE}" |
257 | 257 | ||
258 | do_install_append_class-native() { | 258 | do_install:append:class-native() { |
259 | create_wrapper ${D}${bindir}/php \ | 259 | create_wrapper ${D}${bindir}/php \ |
260 | PHP_PEAR_SYSCONF_DIR=${sysconfdir}/ | 260 | PHP_PEAR_SYSCONF_DIR=${sysconfdir}/ |
261 | } | 261 | } |
diff --git a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb index 9afcbbb7f5..27db4bf800 100644 --- a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb +++ b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git" | |||
18 | inherit update-alternatives | 18 | inherit update-alternatives |
19 | 19 | ||
20 | ALTERNATIVE_PRIORITY = "90" | 20 | ALTERNATIVE_PRIORITY = "90" |
21 | ALTERNATIVE_${PN} = "acpixtract acpidump" | 21 | ALTERNATIVE:${PN} = "acpixtract acpidump" |
22 | 22 | ||
23 | do_configure[noexec] = "1" | 23 | do_configure[noexec] = "1" |
24 | do_compile() { | 24 | do_compile() { |
diff --git a/meta-oe/recipes-devtools/poke/poke_1.2.bb b/meta-oe/recipes-devtools/poke/poke_1.2.bb index dd118a0aa2..b99d7b5ef6 100644 --- a/meta-oe/recipes-devtools/poke/poke_1.2.bb +++ b/meta-oe/recipes-devtools/poke/poke_1.2.bb | |||
@@ -29,4 +29,4 @@ EXTRA_OECONF = "--disable-gui \ | |||
29 | 29 | ||
30 | PACKAGECONFIG[mi] = "--enable-mi,--disable-mi,json-c" | 30 | PACKAGECONFIG[mi] = "--enable-mi,--disable-mi,json-c" |
31 | 31 | ||
32 | FILES_${PN} += "${datadir}/emacs/site-lisp" | 32 | FILES:${PN} += "${datadir}/emacs/site-lisp" |
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb index 6fef0bed2c..1a0bf535c9 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb | |||
@@ -29,9 +29,9 @@ PARALLEL_MAKE = "" | |||
29 | 29 | ||
30 | PACKAGE_BEFORE_PN = "${PN}-compiler" | 30 | PACKAGE_BEFORE_PN = "${PN}-compiler" |
31 | 31 | ||
32 | FILES_${PN}-compiler = "${bindir}" | 32 | FILES:${PN}-compiler = "${bindir}" |
33 | 33 | ||
34 | RDEPENDS_${PN}-compiler = "protobuf-compiler" | 34 | RDEPENDS:${PN}-compiler = "protobuf-compiler" |
35 | RDEPENDS_${PN}-dev += "${PN}-compiler" | 35 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
36 | 36 | ||
37 | BBCLASSEXTEND = "native nativesdk" | 37 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.17.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.17.3.bb index 6ad3bdb3bf..4de2c93d40 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.17.3.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.17.3.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "BSD-3-Clause" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" |
9 | 9 | ||
10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib" |
11 | DEPENDS_append_class-target = " protobuf-native" | 11 | DEPENDS:append:class-target = " protobuf-native" |
12 | 12 | ||
13 | SRCREV = "909a0f36a10075c4b4bc70fdee2c7e32dd612a72" | 13 | SRCREV = "909a0f36a10075c4b4bc70fdee2c7e32dd612a72" |
14 | 14 | ||
@@ -73,18 +73,18 @@ do_install_ptest() { | |||
73 | 73 | ||
74 | PACKAGE_BEFORE_PN = "${PN}-compiler ${PN}-lite" | 74 | PACKAGE_BEFORE_PN = "${PN}-compiler ${PN}-lite" |
75 | 75 | ||
76 | FILES_${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" | 76 | FILES:${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" |
77 | FILES_${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}" | 77 | FILES:${PN}-lite = "${libdir}/libprotobuf-lite${SOLIBS}" |
78 | 78 | ||
79 | RDEPENDS_${PN}-compiler = "${PN}" | 79 | RDEPENDS:${PN}-compiler = "${PN}" |
80 | RDEPENDS_${PN}-dev += "${PN}-compiler" | 80 | RDEPENDS:${PN}-dev += "${PN}-compiler" |
81 | RDEPENDS_${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-protobuf', '', d)}" | 81 | RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python-protobuf', '', d)}" |
82 | 82 | ||
83 | MIPS_INSTRUCTION_SET = "mips" | 83 | MIPS_INSTRUCTION_SET = "mips" |
84 | 84 | ||
85 | BBCLASSEXTEND = "native nativesdk" | 85 | BBCLASSEXTEND = "native nativesdk" |
86 | 86 | ||
87 | LDFLAGS_append_arm = " -latomic" | 87 | LDFLAGS:append:arm = " -latomic" |
88 | LDFLAGS_append_mips = " -latomic" | 88 | LDFLAGS:append:mips = " -latomic" |
89 | LDFLAGS_append_powerpc = " -latomic" | 89 | LDFLAGS:append:powerpc = " -latomic" |
90 | LDFLAGS_append_mipsel = " -latomic" | 90 | LDFLAGS:append:mipsel = " -latomic" |
diff --git a/meta-oe/recipes-devtools/python/python3-distutils-extra.bb b/meta-oe/recipes-devtools/python/python3-distutils-extra.bb index 5836b090e0..580842d0d6 100644 --- a/meta-oe/recipes-devtools/python/python3-distutils-extra.bb +++ b/meta-oe/recipes-devtools/python/python3-distutils-extra.bb | |||
@@ -4,6 +4,6 @@ inherit setuptools3 | |||
4 | 4 | ||
5 | S = "${WORKDIR}/python-distutils-extra-${PV}" | 5 | S = "${WORKDIR}/python-distutils-extra-${PV}" |
6 | 6 | ||
7 | RDEPENDS_${PN} = "\ | 7 | RDEPENDS:${PN} = "\ |
8 | python3-setuptools \ | 8 | python3-setuptools \ |
9 | " | 9 | " |
diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb index ac803294e0..384dd5129c 100644 --- a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb +++ b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | |||
@@ -18,6 +18,6 @@ EXTRA_OECMAKE += "-DRAPIDJSON_BUILD_DOC=OFF -DRAPIDJSON_BUILD_TESTS=OFF -DRAPIDJ | |||
18 | 18 | ||
19 | # RapidJSON is a header-only C++ library, so the main package will be empty. | 19 | # RapidJSON is a header-only C++ library, so the main package will be empty. |
20 | 20 | ||
21 | ALLOW_EMPTY_${PN} = "1" | 21 | ALLOW_EMPTY:${PN} = "1" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb index 16eaf62f78..72193b744b 100644 --- a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb +++ b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb | |||
@@ -13,8 +13,8 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | DEPENDS_append_libc-musl = " argp-standalone" | 16 | DEPENDS:append:libc-musl = " argp-standalone" |
17 | EXTRA_OEMAKE_append_libc-musl = " LIBS='-largp'" | 17 | EXTRA_OEMAKE:append:libc-musl = " LIBS='-largp'" |
18 | 18 | ||
19 | PACKAGE_BEFORE_PN += "${PN}-stats" | 19 | PACKAGE_BEFORE_PN += "${PN}-stats" |
20 | 20 | ||
@@ -26,6 +26,6 @@ do_install() { | |||
26 | install ${S}/README ${D}${docdir}/${BP} | 26 | install ${S}/README ${D}${docdir}/${BP} |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN}-stats = "${bindir}/serialstats" | 29 | FILES:${PN}-stats = "${bindir}/serialstats" |
30 | 30 | ||
31 | BBCLASSEXTEND = "nativesdk" | 31 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb b/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb index ae8df5055a..792cdb5378 100644 --- a/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb +++ b/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb | |||
@@ -20,9 +20,9 @@ PACKAGES += "python3-sip3" | |||
20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
21 | 21 | ||
22 | CONFIGURE_SYSROOT = "${STAGING_DIR_HOST}" | 22 | CONFIGURE_SYSROOT = "${STAGING_DIR_HOST}" |
23 | CONFIGURE_SYSROOT_class-native = "${STAGING_DIR_NATIVE}" | 23 | CONFIGURE_SYSROOT:class-native = "${STAGING_DIR_NATIVE}" |
24 | 24 | ||
25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
26 | echo "py_platform = linux" > sip.cfg | 26 | echo "py_platform = linux" > sip.cfg |
27 | echo "py_inc_dir = ${STAGING_INCDIR}/python%(py_major).%(py_minor)${PYTHON_ABI}" >> sip.cfg | 27 | echo "py_inc_dir = ${STAGING_INCDIR}/python%(py_major).%(py_minor)${PYTHON_ABI}" >> sip.cfg |
28 | echo "sip_bin_dir = ${D}/${bindir}" >> sip.cfg | 28 | echo "sip_bin_dir = ${D}/${bindir}" >> sip.cfg |
@@ -36,5 +36,5 @@ do_install() { | |||
36 | oe_runmake install | 36 | oe_runmake install |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_python3-sip3 = "${libdir}/${PYTHON_DIR}/site-packages/" | 39 | FILES:python3-sip3 = "${libdir}/${PYTHON_DIR}/site-packages/" |
40 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | 40 | FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" |
diff --git a/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb b/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb index 4a27e4b2a5..9176cd4826 100644 --- a/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb +++ b/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb | |||
@@ -15,8 +15,8 @@ EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF" | |||
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
17 | 17 | ||
18 | FILES_${PN}-dev += "${libdir}/cmake/${BPN}" | 18 | FILES:${PN}-dev += "${libdir}/cmake/${BPN}" |
19 | 19 | ||
20 | # Header-only library | 20 | # Header-only library |
21 | RDEPENDS_${PN}-dev = "" | 21 | RDEPENDS:${PN}-dev = "" |
22 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" \ No newline at end of file | 22 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" \ No newline at end of file |
diff --git a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb index 6e2606be68..18379bc61b 100644 --- a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb +++ b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb | |||
@@ -27,6 +27,6 @@ PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" | |||
27 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | 27 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" |
28 | 28 | ||
29 | PACKAGES =+ "libsquashfs" | 29 | PACKAGES =+ "libsquashfs" |
30 | FILES_libsquashfs = "${libdir}/libsquashfs*${SOLIBS}" | 30 | FILES:libsquashfs = "${libdir}/libsquashfs*${SOLIBS}" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb index b92f63b265..b5820c1aa3 100644 --- a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb +++ b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb | |||
@@ -12,20 +12,20 @@ S = "${WORKDIR}/git" | |||
12 | DEPENDS = "cmake-native lapack gmp mpfr chrpath-native" | 12 | DEPENDS = "cmake-native lapack gmp mpfr chrpath-native" |
13 | 13 | ||
14 | PROVIDES = "mongoose graphblas" | 14 | PROVIDES = "mongoose graphblas" |
15 | RPROVIDES_${PN} = "mongoose graphblas" | 15 | RPROVIDES:${PN} = "mongoose graphblas" |
16 | 16 | ||
17 | # The values of $CC, $CXX, and $LD that Bitbake uses have spaces in them which | 17 | # The values of $CC, $CXX, and $LD that Bitbake uses have spaces in them which |
18 | # causes problems when the SuiteSparse Makefiles try to pass these values on | 18 | # causes problems when the SuiteSparse Makefiles try to pass these values on |
19 | # the command line. To get around this problem, set these variables to only the | 19 | # the command line. To get around this problem, set these variables to only the |
20 | # program name and prepend the rest of the value onto the corresponding FLAGS | 20 | # program name and prepend the rest of the value onto the corresponding FLAGS |
21 | # variable. | 21 | # variable. |
22 | CFLAGS_prepend := "${@" ".join(d.getVar('CC', True).split()[1:])} " | 22 | CFLAGS:prepend := "${@" ".join(d.getVar('CC', True).split()[1:])} " |
23 | export CC := "${@d.getVar('CC', True).split()[0]}" | 23 | export CC := "${@d.getVar('CC', True).split()[0]}" |
24 | 24 | ||
25 | CXXFLAGS_prepend := "${@" ".join(d.getVar('CXX', True).split()[1:])} " | 25 | CXXFLAGS:prepend := "${@" ".join(d.getVar('CXX', True).split()[1:])} " |
26 | export CXX := "${@d.getVar('CXX', True).split()[0]}" | 26 | export CXX := "${@d.getVar('CXX', True).split()[0]}" |
27 | 27 | ||
28 | LDFLAGS_prepend := "${@" ".join(d.getVar('LD', True).split()[1:])} " | 28 | LDFLAGS:prepend := "${@" ".join(d.getVar('LD', True).split()[1:])} " |
29 | export LD := "${@d.getVar('LD', True).split()[0]}" | 29 | export LD := "${@d.getVar('LD', True).split()[0]}" |
30 | 30 | ||
31 | export CMAKE_OPTIONS = " \ | 31 | export CMAKE_OPTIONS = " \ |
@@ -48,7 +48,7 @@ do_install () { | |||
48 | done | 48 | done |
49 | } | 49 | } |
50 | 50 | ||
51 | FILES_${PN} += " \ | 51 | FILES:${PN} += " \ |
52 | ${libdir}/libmongoose.so.* \ | 52 | ${libdir}/libmongoose.so.* \ |
53 | ${libdir}/libgraphblas.so.* \ | 53 | ${libdir}/libgraphblas.so.* \ |
54 | ${libdir}/libmetis.so.* \ | 54 | ${libdir}/libmetis.so.* \ |
@@ -69,7 +69,7 @@ FILES_${PN} += " \ | |||
69 | ${bindir}/mongoose \ | 69 | ${bindir}/mongoose \ |
70 | " | 70 | " |
71 | 71 | ||
72 | FILES_${PN}-staticdev += "${libdir}/libmongoose.a" | 72 | FILES:${PN}-staticdev += "${libdir}/libmongoose.a" |
73 | FILES_${PN}-dev += "${includedir} ${libdir}/*.so" | 73 | FILES:${PN}-dev += "${includedir} ${libdir}/*.so" |
74 | 74 | ||
75 | EXCLUDE_FROM_WORLD = "1" | 75 | EXCLUDE_FROM_WORLD = "1" |
diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb index 7c8224b578..6d55c58526 100644 --- a/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb +++ b/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb | |||
@@ -18,6 +18,6 @@ SRC_URI = "git://git.code.sf.net/p/tclap/code;branch=1.4 \ | |||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | inherit cmake | 19 | inherit cmake |
20 | 20 | ||
21 | ALLOW_EMPTY_${PN} = "1" | 21 | ALLOW_EMPTY:${PN} = "1" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb index 34fca8189e..6e951c9930 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb | |||
@@ -45,7 +45,7 @@ EXTRA_OECONF = "\ | |||
45 | --libdir=${libdir} \ | 45 | --libdir=${libdir} \ |
46 | " | 46 | " |
47 | export TK_LIBRARY='${libdir}/tk${VER}' | 47 | export TK_LIBRARY='${libdir}/tk${VER}' |
48 | do_install_append() { | 48 | do_install:append() { |
49 | ln -sf libtk${VER}.so ${D}${libdir}/libtk${VER}.so.0 | 49 | ln -sf libtk${VER}.so ${D}${libdir}/libtk${VER}.so.0 |
50 | oe_libinstall -so libtk${VER} ${D}${libdir} | 50 | oe_libinstall -so libtk${VER} ${D}${libdir} |
51 | ln -sf wish${VER} ${D}${bindir}/wish | 51 | ln -sf wish${VER} ${D}${bindir}/wish |
@@ -62,12 +62,12 @@ PACKAGECONFIG[xss] = "--enable-xss,--disable-xss,libxscrnsaver libxext" | |||
62 | 62 | ||
63 | PACKAGES =+ "${PN}-lib" | 63 | PACKAGES =+ "${PN}-lib" |
64 | 64 | ||
65 | FILES_${PN}-lib = "${libdir}/libtk${VER}.so*" | 65 | FILES:${PN}-lib = "${libdir}/libtk${VER}.so*" |
66 | FILES_${PN} += "${libdir}/tk*" | 66 | FILES:${PN} += "${libdir}/tk*" |
67 | 67 | ||
68 | # isn't getting picked up by shlibs code | 68 | # isn't getting picked up by shlibs code |
69 | RDEPENDS_${PN} += "tk-lib" | 69 | RDEPENDS:${PN} += "tk-lib" |
70 | RDEPENDS_${PN}_class-native = "" | 70 | RDEPENDS:${PN}:class-native = "" |
71 | 71 | ||
72 | BBCLASSEXTEND = "native nativesdk" | 72 | BBCLASSEXTEND = "native nativesdk" |
73 | 73 | ||
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb index 828c21cf9f..4b79377a96 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | DEPENDS = "elfutils" | 8 | DEPENDS = "elfutils" |
9 | DEPENDS_append_libc-musl = " argp-standalone" | 9 | DEPENDS:append:libc-musl = " argp-standalone" |
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | 12 | ||
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/namhyung/${BPN} \ | |||
16 | " | 16 | " |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | LDFLAGS_append_libc-musl = " -largp" | 19 | LDFLAGS:append:libc-musl = " -largp" |
20 | 20 | ||
21 | def set_target_arch(d): | 21 | def set_target_arch(d): |
22 | import re | 22 | import re |
@@ -36,10 +36,10 @@ do_configure() { | |||
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_SOLIBSDEV = "" | 38 | FILES_SOLIBSDEV = "" |
39 | FILES_${PN} += "${libdir}/*.so" | 39 | FILES:${PN} += "${libdir}/*.so" |
40 | 40 | ||
41 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm)" | 41 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm)" |
42 | 42 | ||
43 | # uftrace supports armv6 and above | 43 | # uftrace supports armv6 and above |
44 | COMPATIBLE_HOST_armv4 = 'null' | 44 | COMPATIBLE_HOST:armv4 = 'null' |
45 | COMPATIBLE_HOST_armv5 = 'null' | 45 | COMPATIBLE_HOST:armv5 = 'null' |
diff --git a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb index 0000f05ae4..e9cb7adb81 100644 --- a/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb +++ b/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb | |||
@@ -37,9 +37,9 @@ do_install() { | |||
37 | install c-client/c-client.a ${D}${libdir}/libc-client.a | 37 | install c-client/c-client.a ${D}${libdir}/libc-client.a |
38 | } | 38 | } |
39 | 39 | ||
40 | RPROVIDES_${PN} = "libc-client" | 40 | RPROVIDES:${PN} = "libc-client" |
41 | RREPLACES_${PN} = "libc-client" | 41 | RREPLACES:${PN} = "libc-client" |
42 | RCONFLICTS_${PN} = "libc-client" | 42 | RCONFLICTS:${PN} = "libc-client" |
43 | 43 | ||
44 | ALLOW_EMPTY_${PN} = "1" | 44 | ALLOW_EMPTY:${PN} = "1" |
45 | 45 | ||
diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb index 0951307c15..22fd94b093 100644 --- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb +++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | |||
@@ -19,7 +19,7 @@ PACKAGECONFIG ??= "curl icu" | |||
19 | PACKAGECONFIG[curl] = "--with-curl=${STAGING_DIR_TARGET}${prefix},--with-curl=no,curl" | 19 | PACKAGECONFIG[curl] = "--with-curl=${STAGING_DIR_TARGET}${prefix},--with-curl=no,curl" |
20 | PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR_TARGET}${prefix},--with-icu=no,icu" | 20 | PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR_TARGET}${prefix},--with-icu=no,icu" |
21 | 21 | ||
22 | do_install_prepend () { | 22 | do_install:prepend () { |
23 | sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc | 23 | sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc |
24 | } | 24 | } |
25 | 25 | ||
@@ -30,15 +30,15 @@ PACKAGES = "libxerces-c \ | |||
30 | ${PN}-dbg \ | 30 | ${PN}-dbg \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RPROVIDES_${PN}-dbg += "libxerces-c-dbg xerces-c-samples-dbg" | 33 | RPROVIDES:${PN}-dbg += "libxerces-c-dbg xerces-c-samples-dbg" |
34 | 34 | ||
35 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" | 35 | FILES:libxerces-c = "${libdir}/libxerces-c-3.1.so" |
36 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ | 36 | FILES:libxerces-c-dev = "${libdir}/lib*.la \ |
37 | ${libdir}/libxerces-c.so \ | 37 | ${libdir}/libxerces-c.so \ |
38 | ${libdir}/pkgconfig/xerces-c.pc \ | 38 | ${libdir}/pkgconfig/xerces-c.pc \ |
39 | ${includedir}/xercesc \ | 39 | ${includedir}/xercesc \ |
40 | " | 40 | " |
41 | FILES_xerces-c-samples = "${bindir}/*" | 41 | FILES:xerces-c-samples = "${bindir}/*" |
42 | FILES_libxerces-c-staticdev = "${libdir}/lib*.a" | 42 | FILES:libxerces-c-staticdev = "${libdir}/lib*.a" |
43 | 43 | ||
44 | BBCLASSEXTEND = "native" | 44 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-extended/beep/beep_1.4.9.bb b/meta-oe/recipes-extended/beep/beep_1.4.9.bb index 8d332b2faf..9437b4523a 100644 --- a/meta-oe/recipes-extended/beep/beep_1.4.9.bb +++ b/meta-oe/recipes-extended/beep/beep_1.4.9.bb | |||
@@ -20,7 +20,7 @@ EXTRA_OEMAKE = " \ | |||
20 | LINKER_clang=no \ | 20 | LINKER_clang=no \ |
21 | " | 21 | " |
22 | 22 | ||
23 | EXTRA_OEMAKE_toolchain-clang = " \ | 23 | EXTRA_OEMAKE:toolchain-clang = " \ |
24 | COMPILER_clang='${CC}' \ | 24 | COMPILER_clang='${CC}' \ |
25 | LINKER_clang='${CC}' \ | 25 | LINKER_clang='${CC}' \ |
26 | COMPILER_gcc=no \ | 26 | COMPILER_gcc=no \ |
diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb b/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb index d2e81ee780..0acd099956 100644 --- a/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb +++ b/meta-oe/recipes-extended/boinc/boinc-client_7.16.16.bb | |||
@@ -59,7 +59,7 @@ EXTRA_OECONF += "\ | |||
59 | " | 59 | " |
60 | export PKG_CONFIG = "${STAGING_BINDIR_NATIVE}/pkg-config" | 60 | export PKG_CONFIG = "${STAGING_BINDIR_NATIVE}/pkg-config" |
61 | 61 | ||
62 | do_configure_prepend () { | 62 | do_configure:prepend () { |
63 | if [ "${@bb.utils.contains('DEPENDS', 'gtk+', '1', '0', d)}" = "0" ] | 63 | if [ "${@bb.utils.contains('DEPENDS', 'gtk+', '1', '0', d)}" = "0" ] |
64 | then | 64 | then |
65 | export GTK2_CFLAGS="" | 65 | export GTK2_CFLAGS="" |
@@ -67,14 +67,14 @@ do_configure_prepend () { | |||
67 | fi | 67 | fi |
68 | } | 68 | } |
69 | 69 | ||
70 | do_compile_prepend () { | 70 | do_compile:prepend () { |
71 | # Disable rpaths | 71 | # Disable rpaths |
72 | sed -i -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' ${B}/${TARGET_SYS}-libtool | 72 | sed -i -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' ${B}/${TARGET_SYS}-libtool |
73 | sed -i -e 's|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec=""|g' ${B}/${TARGET_SYS}-libtool | 73 | sed -i -e 's|^sys_lib_dlsearch_path_spec=.*|sys_lib_dlsearch_path_spec=""|g' ${B}/${TARGET_SYS}-libtool |
74 | sed -i -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${B}/${TARGET_SYS}-libtool | 74 | sed -i -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' ${B}/${TARGET_SYS}-libtool |
75 | } | 75 | } |
76 | 76 | ||
77 | do_install_append() { | 77 | do_install:append() { |
78 | if [ -e ${D}${nonarch_libdir}/systemd/system/boinc-client.service ]; then | 78 | if [ -e ${D}${nonarch_libdir}/systemd/system/boinc-client.service ]; then |
79 | install -d ${D}${systemd_system_unitdir} | 79 | install -d ${D}${systemd_system_unitdir} |
80 | mv \ | 80 | mv \ |
@@ -86,6 +86,6 @@ do_install_append() { | |||
86 | fi | 86 | fi |
87 | } | 87 | } |
88 | 88 | ||
89 | SYSTEMD_SERVICE_${PN} = "boinc-client.service" | 89 | SYSTEMD_SERVICE:${PN} = "boinc-client.service" |
90 | 90 | ||
91 | FILES_${PN} += "${libdir}/systemd" | 91 | FILES:${PN} += "${libdir}/systemd" |
diff --git a/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb b/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb index 0038ba74d2..92d6d9f186 100644 --- a/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb +++ b/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb | |||
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git" | |||
14 | 14 | ||
15 | inherit cmake lib_package | 15 | inherit cmake lib_package |
16 | 16 | ||
17 | do_install_append () { | 17 | do_install:append () { |
18 | for lib in $(ls ${D}${libdir}/*-static.a); do | 18 | for lib in $(ls ${D}${libdir}/*-static.a); do |
19 | mv -v "${lib}" "$(echo ${lib} | sed s/-static//)" | 19 | mv -v "${lib}" "$(echo ${lib} | sed s/-static//)" |
20 | done | 20 | done |
diff --git a/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.15.0.bb b/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.15.0.bb index 35ac855989..4ef3fc15ad 100644 --- a/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.15.0.bb +++ b/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.15.0.bb | |||
@@ -32,10 +32,10 @@ export EXPLICIT_VERSION="${PV}" | |||
32 | 32 | ||
33 | EXTRA_OECONF = "--prefix=${datadir}/cfengine" | 33 | EXTRA_OECONF = "--prefix=${datadir}/cfengine" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | rm -rf ${D}${datadir}/cfengine/modules/packages/zypper ${D}${datadir}/cfengine/modules/packages/yum | 36 | rm -rf ${D}${datadir}/cfengine/modules/packages/zypper ${D}${datadir}/cfengine/modules/packages/yum |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN} = "${datadir}/cfengine" | 39 | FILES:${PN} = "${datadir}/cfengine" |
40 | 40 | ||
41 | RDEPENDS_${PN} += "python3-core" | 41 | RDEPENDS:${PN} += "python3-core" |
diff --git a/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb b/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb index 2d146bf88c..38efe6306d 100644 --- a/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb +++ b/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb | |||
@@ -25,11 +25,11 @@ inherit autotools-brokensep systemd | |||
25 | 25 | ||
26 | export EXPLICIT_VERSION="${PV}" | 26 | export EXPLICIT_VERSION="${PV}" |
27 | 27 | ||
28 | SYSTEMD_SERVICE_${PN} = "cfengine3.service cf-apache.service cf-hub.service cf-postgres.service \ | 28 | SYSTEMD_SERVICE:${PN} = "cfengine3.service cf-apache.service cf-hub.service cf-postgres.service \ |
29 | cf-runalerts.service cf-execd.service \ | 29 | cf-runalerts.service cf-execd.service \ |
30 | cf-monitord.service cf-serverd.service \ | 30 | cf-monitord.service cf-serverd.service \ |
31 | " | 31 | " |
32 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 32 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
33 | 33 | ||
34 | PACKAGECONFIG ??= "libpcre openssl \ | 34 | PACKAGECONFIG ??= "libpcre openssl \ |
35 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)} \ | 35 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)} \ |
@@ -48,7 +48,7 @@ PACKAGECONFIG[libcurl] = "--with-libcurl,--without-libcurl,curl," | |||
48 | 48 | ||
49 | EXTRA_OECONF = "hw_cv_func_va_copy=yes --with-init-script=${sysconfdir}/init.d --with-tokyocabinet" | 49 | EXTRA_OECONF = "hw_cv_func_va_copy=yes --with-init-script=${sysconfdir}/init.d --with-tokyocabinet" |
50 | 50 | ||
51 | do_install_append() { | 51 | do_install:append() { |
52 | install -d ${D}${localstatedir}/${BPN}/bin | 52 | install -d ${D}${localstatedir}/${BPN}/bin |
53 | for f in `ls ${D}${bindir}`; do | 53 | for f in `ls ${D}${bindir}`; do |
54 | ln -s ${bindir}/`basename $f` ${D}${localstatedir}/${BPN}/bin/ | 54 | ln -s ${bindir}/`basename $f` ${D}${localstatedir}/${BPN}/bin/ |
@@ -69,4 +69,4 @@ EOF | |||
69 | rm -rf ${D}${datadir}/cfengine/modules/packages/zypper | 69 | rm -rf ${D}${datadir}/cfengine/modules/packages/zypper |
70 | } | 70 | } |
71 | 71 | ||
72 | RDEPENDS_${PN} += "${BPN}-masterfiles" | 72 | RDEPENDS:${PN} += "${BPN}-masterfiles" |
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb index 6c71d534be..5c9ea129c0 100644 --- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb +++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb | |||
@@ -30,13 +30,13 @@ EXTRA_OECMAKE = "-DLIB='${baselib}' \ | |||
30 | # ninja: error: build.ninja:282: bad $-escape (literal $ must be written as $$) | 30 | # ninja: error: build.ninja:282: bad $-escape (literal $ must be written as $$) |
31 | OECMAKE_GENERATOR = "Unix Makefiles" | 31 | OECMAKE_GENERATOR = "Unix Makefiles" |
32 | 32 | ||
33 | do_configure_prepend() { | 33 | do_configure:prepend() { |
34 | export STAGING_LIBDIR=${STAGING_LIBDIR} | 34 | export STAGING_LIBDIR=${STAGING_LIBDIR} |
35 | export STAGING_INCDIR=${STAGING_INCDIR} | 35 | export STAGING_INCDIR=${STAGING_INCDIR} |
36 | export ENV_INSTALL_PATH=${PYTHON_SITEPACKAGES_DIR} | 36 | export ENV_INSTALL_PATH=${PYTHON_SITEPACKAGES_DIR} |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN} =+"${libdir}/cmpi/libpyCmpiProvider.so ${PYTHON_SITEPACKAGES_DIR}/*" | 39 | FILES:${PN} =+"${libdir}/cmpi/libpyCmpiProvider.so ${PYTHON_SITEPACKAGES_DIR}/*" |
40 | FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug/libpyCmpiProvider.so" | 40 | FILES:${PN}-dbg =+ "${libdir}/cmpi/.debug/libpyCmpiProvider.so" |
41 | 41 | ||
42 | BBCLASSEXTEND = "native" | 42 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb index f84a91adf1..b443afdb18 100644 --- a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb +++ b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | |||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "5bae043042c19c31f77eb8464e56a01a5454e0b39fa07cf7ad0f1bfc9c | |||
20 | 20 | ||
21 | inherit autotools python3native update-rc.d pkgconfig systemd | 21 | inherit autotools python3native update-rc.d pkgconfig systemd |
22 | 22 | ||
23 | SYSTEMD_SERVICE_${PN} = "collectd.service" | 23 | SYSTEMD_SERVICE:${PN} = "collectd.service" |
24 | 24 | ||
25 | # Floatingpoint layout, architecture dependent | 25 | # Floatingpoint layout, architecture dependent |
26 | # 'nothing', 'endianflip' or 'intswap' | 26 | # 'nothing', 'endianflip' or 'intswap' |
@@ -59,7 +59,7 @@ EXTRA_OECONF = " \ | |||
59 | --disable-notify_desktop --disable-werror \ | 59 | --disable-notify_desktop --disable-werror \ |
60 | " | 60 | " |
61 | 61 | ||
62 | do_install_append() { | 62 | do_install:append() { |
63 | install -d ${D}${sysconfdir}/init.d | 63 | install -d ${D}${sysconfdir}/init.d |
64 | install -m 0755 ${WORKDIR}/collectd.init ${D}${sysconfdir}/init.d/collectd | 64 | install -m 0755 ${WORKDIR}/collectd.init ${D}${sysconfdir}/init.d/collectd |
65 | sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}${sysconfdir}/init.d/collectd | 65 | sed -i 's!/usr/sbin/!${sbindir}/!g' ${D}${sysconfdir}/init.d/collectd |
@@ -80,7 +80,7 @@ do_install_append() { | |||
80 | ${D}${systemd_unitdir}/system/collectd.service | 80 | ${D}${systemd_unitdir}/system/collectd.service |
81 | } | 81 | } |
82 | 82 | ||
83 | CONFFILES_${PN} = "${sysconfdir}/collectd.conf" | 83 | CONFFILES:${PN} = "${sysconfdir}/collectd.conf" |
84 | 84 | ||
85 | INITSCRIPT_NAME = "collectd" | 85 | INITSCRIPT_NAME = "collectd" |
86 | INITSCRIPT_PARAMS = "defaults" | 86 | INITSCRIPT_PARAMS = "defaults" |
diff --git a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb index a16e810be6..94df015068 100644 --- a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb +++ b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb | |||
@@ -49,19 +49,19 @@ EXTRA_OECMAKE += "-DWITH_EXTENDED_FILTERING=ON -DSYSTEMD_UNITDIR=${systemd_syste | |||
49 | 49 | ||
50 | PACKAGES += "${PN}-systemd" | 50 | PACKAGES += "${PN}-systemd" |
51 | SYSTEMD_PACKAGES = "${PN} ${PN}-systemd" | 51 | SYSTEMD_PACKAGES = "${PN} ${PN}-systemd" |
52 | SYSTEMD_SERVICE_${PN} = " ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'dlt.service', '', d)} \ | 52 | SYSTEMD_SERVICE:${PN} = " ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'dlt.service', '', d)} \ |
53 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-system', 'dlt-system.service', '', d)} \ | 53 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-system', 'dlt-system.service', '', d)} \ |
54 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-dbus', 'dlt-dbus.service', '', d)}" | 54 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-dbus', 'dlt-dbus.service', '', d)}" |
55 | SYSTEMD_AUTO_ENABLE_${PN} = "enable" | 55 | SYSTEMD_AUTO_ENABLE:${PN} = "enable" |
56 | SYSTEMD_SERVICE_${PN}-systemd = " \ | 56 | SYSTEMD_SERVICE:${PN}-systemd = " \ |
57 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-adaptor', 'dlt-adaptor-udp.service', '', d)} \ | 57 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-adaptor', 'dlt-adaptor-udp.service', '', d)} \ |
58 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-examples', 'dlt-example-user.service', '', d)} \ | 58 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-examples', 'dlt-example-user.service', '', d)} \ |
59 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-examples dlt-console', 'dlt-receive.service', '', d)} \ | 59 | ${@bb.utils.contains('PACKAGECONFIG', 'dlt-examples dlt-console', 'dlt-receive.service', '', d)} \ |
60 | " | 60 | " |
61 | SYSTEMD_AUTO_ENABLE_${PN}-systemd = "disable" | 61 | SYSTEMD_AUTO_ENABLE:${PN}-systemd = "disable" |
62 | 62 | ||
63 | FILES_${PN}-doc += "${datadir}/dlt-filetransfer" | 63 | FILES:${PN}-doc += "${datadir}/dlt-filetransfer" |
64 | 64 | ||
65 | do_install_append() { | 65 | do_install:append() { |
66 | rm -f ${D}${bindir}/dlt-test-* | 66 | rm -f ${D}${bindir}/dlt-test-* |
67 | } | 67 | } |
diff --git a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb index 82791f5794..aa08216eb1 100644 --- a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb +++ b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb | |||
@@ -22,4 +22,4 @@ EXTRA_OECONF += "PERL='${USRBINPATH}/env perl'" | |||
22 | SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd" | 22 | SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd" |
23 | SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb" | 23 | SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb" |
24 | 24 | ||
25 | RDEPENDS_${PN} = "perl" | 25 | RDEPENDS:${PN} = "perl" |
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb index eac2670415..670d596cad 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb +++ b/meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb | |||
@@ -26,9 +26,9 @@ S = "${WORKDIR}/fluent-bit-${PV}" | |||
26 | DEPENDS = "zlib bison-native flex-native" | 26 | DEPENDS = "zlib bison-native flex-native" |
27 | DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 27 | DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
28 | 28 | ||
29 | DEPENDS_append_libc-musl = " fts " | 29 | DEPENDS:append:libc-musl = " fts " |
30 | 30 | ||
31 | INSANE_SKIP_${PN}-dev += "dev-elf" | 31 | INSANE_SKIP:${PN}-dev += "dev-elf" |
32 | 32 | ||
33 | LTO = "" | 33 | LTO = "" |
34 | 34 | ||
@@ -49,8 +49,8 @@ EXTRA_OECMAKE += "-DFLB_SHARED_LIB=Off -DFLB_EXAMPLES=Off " | |||
49 | 49 | ||
50 | EXTRA_OECMAKE += "${@bb.utils.contains('DISTRO_FEATURES','systemd','-DFLB_SYSTEMD=On','',d)}" | 50 | EXTRA_OECMAKE += "${@bb.utils.contains('DISTRO_FEATURES','systemd','-DFLB_SYSTEMD=On','',d)}" |
51 | 51 | ||
52 | EXTRA_OECMAKE_append_riscv64 = " -DFLB_DEPS='atomic'" | 52 | EXTRA_OECMAKE:append:riscv64 = " -DFLB_DEPS='atomic'" |
53 | EXTRA_OECMAKE_append_riscv32 = " -DFLB_DEPS='atomic'" | 53 | EXTRA_OECMAKE:append:riscv32 = " -DFLB_DEPS='atomic'" |
54 | 54 | ||
55 | # Kafka Output plugin (disabled by default): note that when | 55 | # Kafka Output plugin (disabled by default): note that when |
56 | # enabling Kafka output plugin, the backend library librdkafka | 56 | # enabling Kafka output plugin, the backend library librdkafka |
@@ -63,5 +63,5 @@ inherit cmake systemd | |||
63 | 63 | ||
64 | CFLAGS += "-fcommon" | 64 | CFLAGS += "-fcommon" |
65 | 65 | ||
66 | SYSTEMD_SERVICE_${PN} = "td-agent-bit.service" | 66 | SYSTEMD_SERVICE:${PN} = "td-agent-bit.service" |
67 | TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}" | 67 | TARGET_CC_ARCH:append = " ${SELECTED_OPTIMIZATION}" |
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb index 3d75f0604b..775125575d 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb +++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.1.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = " \ | |||
17 | file://gnuplot.desktop \ | 17 | file://gnuplot.desktop \ |
18 | file://gnuplot.png \ | 18 | file://gnuplot.png \ |
19 | " | 19 | " |
20 | SRC_URI_append_class-target = " \ | 20 | SRC_URI:append:class-target = " \ |
21 | file://0002-do-not-build-demos.patch \ | 21 | file://0002-do-not-build-demos.patch \ |
22 | file://0003-Use-native-tools-to-build-docs.patch \ | 22 | file://0003-Use-native-tools-to-build-docs.patch \ |
23 | file://0004-Add-configure-option-to-find-qt5-native-tools.patch \ | 23 | file://0004-Add-configure-option-to-find-qt5-native-tools.patch \ |
@@ -28,12 +28,12 @@ SRC_URI[qtplot.sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530 | |||
28 | 28 | ||
29 | # for building docs (they deserve it) we need *doc2* tools native | 29 | # for building docs (they deserve it) we need *doc2* tools native |
30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |
31 | DEPENDS_class-native = "readline-native" | 31 | DEPENDS:class-native = "readline-native" |
32 | PACKAGECONFIG_class-native = "" | 32 | PACKAGECONFIG:class-native = "" |
33 | 33 | ||
34 | SRC_URI_append_class-native = " file://0001-reduce-build-to-conversion-tools-for-native-build.patch" | 34 | SRC_URI:append:class-native = " file://0001-reduce-build-to-conversion-tools-for-native-build.patch" |
35 | 35 | ||
36 | do_install_class-native() { | 36 | do_install:class-native() { |
37 | install -d ${D}${bindir} | 37 | install -d ${D}${bindir} |
38 | install ${B}/docs/*doc* ${D}${bindir} | 38 | install ${B}/docs/*doc* ${D}${bindir} |
39 | rm ${D}${bindir}/*.o | 39 | rm ${D}${bindir}/*.o |
@@ -49,11 +49,11 @@ EXTRA_OECONF = " \ | |||
49 | -disable-wxwidgets \ | 49 | -disable-wxwidgets \ |
50 | " | 50 | " |
51 | 51 | ||
52 | do_compile_prepend() { | 52 | do_compile:prepend() { |
53 | install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ | 53 | install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ |
54 | } | 54 | } |
55 | 55 | ||
56 | do_install_append_class-target() { | 56 | do_install:append:class-target() { |
57 | install -d ${D}${datadir}/applications/ | 57 | install -d ${D}${datadir}/applications/ |
58 | install -m 0644 ${WORKDIR}/gnuplot.desktop ${D}${datadir}/applications/ | 58 | install -m 0644 ${WORKDIR}/gnuplot.desktop ${D}${datadir}/applications/ |
59 | install -d ${D}${datadir}/pixmaps/ | 59 | install -d ${D}${datadir}/pixmaps/ |
@@ -62,10 +62,10 @@ do_install_append_class-target() { | |||
62 | 62 | ||
63 | PACKAGES =+ "${PN}-x11" | 63 | PACKAGES =+ "${PN}-x11" |
64 | 64 | ||
65 | RPROVIDES_${PN}-dbg += "${PN}-x11-dbg" | 65 | RPROVIDES:${PN}-dbg += "${PN}-x11-dbg" |
66 | 66 | ||
67 | DESCRIPTION_${PN}-x11 = "X11 display terminal for Gnuplot." | 67 | DESCRIPTION:${PN}-x11 = "X11 display terminal for Gnuplot." |
68 | SECTION_${PN}-x11 = "x11/scientific" | 68 | SECTION:${PN}-x11 = "x11/scientific" |
69 | FILES_${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps ${libdir}/X11 " | 69 | FILES:${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps ${libdir}/X11 " |
70 | 70 | ||
71 | FILES_${PN} += "${datadir}/texmf" | 71 | FILES:${PN} += "${datadir}/texmf" |
diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.14.bb b/meta-oe/recipes-extended/haveged/haveged_1.9.14.bb index b56b2271b1..30e126db1d 100644 --- a/meta-oe/recipes-extended/haveged/haveged_1.9.14.bb +++ b/meta-oe/recipes-extended/haveged/haveged_1.9.14.bb | |||
@@ -26,12 +26,12 @@ PACKAGECONFIG[systemd] = "--enable-init=service.fedora --enable-initdir=${system | |||
26 | 26 | ||
27 | INITSCRIPT_PACKAGES = "${PN}" | 27 | INITSCRIPT_PACKAGES = "${PN}" |
28 | INITSCRIPT_NAME = "haveged" | 28 | INITSCRIPT_NAME = "haveged" |
29 | INITSCRIPT_PARAMS_${PN} = "defaults 9" | 29 | INITSCRIPT_PARAMS:${PN} = "defaults 9" |
30 | 30 | ||
31 | SYSTEMD_PACKAGES = "${PN}" | 31 | SYSTEMD_PACKAGES = "${PN}" |
32 | SYSTEMD_SERVICE_${PN} = "haveged.service" | 32 | SYSTEMD_SERVICE:${PN} = "haveged.service" |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | # The exit status is 143 when the service is stopped | 35 | # The exit status is 143 when the service is stopped |
36 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 36 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
37 | sed -i '/ExecStart/a SuccessExitStatus=143' ${D}${systemd_system_unitdir}/haveged.service | 37 | sed -i '/ExecStart/a SuccessExitStatus=143' ${D}${systemd_system_unitdir}/haveged.service |
diff --git a/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb b/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb index 3a7413d8a8..7928df4485 100644 --- a/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb +++ b/meta-oe/recipes-extended/hexedit/hexedit_1.5.bb | |||
@@ -15,6 +15,6 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | inherit autotools-brokensep update-alternatives | 16 | inherit autotools-brokensep update-alternatives |
17 | 17 | ||
18 | ALTERNATIVE_${PN} = "hexedit" | 18 | ALTERNATIVE:${PN} = "hexedit" |
19 | ALTERNATIVE_LINK_NAME[hexedit] = "${bindir}/hexedit" | 19 | ALTERNATIVE_LINK_NAME[hexedit] = "${bindir}/hexedit" |
20 | 20 | ||
diff --git a/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb b/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb index a41888802f..ed81859190 100644 --- a/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb +++ b/meta-oe/recipes-extended/hiredis/hiredis_0.14.0.bb | |||
@@ -19,6 +19,6 @@ EXTRA_OEMAKE = "PREFIX=${prefix} LIBRARY_PATH=${baselib}" | |||
19 | # By default INSTALL variable in Makefile is equal to 'cp -a', which preserves | 19 | # By default INSTALL variable in Makefile is equal to 'cp -a', which preserves |
20 | # ownership and causes host-user-contamination QA issue. | 20 | # ownership and causes host-user-contamination QA issue. |
21 | # And PREFIX defaults to /usr/local. | 21 | # And PREFIX defaults to /usr/local. |
22 | do_install_prepend() { | 22 | do_install:prepend() { |
23 | export INSTALL='cp -r' | 23 | export INSTALL='cp -r' |
24 | } | 24 | } |
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.19.12.bb b/meta-oe/recipes-extended/hplip/hplip_3.19.12.bb index 457a974534..0f314288c9 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.19.12.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.19.12.bb | |||
@@ -45,7 +45,7 @@ EXTRA_OECONF += "\ | |||
45 | 45 | ||
46 | EXTRA_OEMAKE = "rulessystemdir=${systemd_unitdir}/system/" | 46 | EXTRA_OEMAKE = "rulessystemdir=${systemd_unitdir}/system/" |
47 | 47 | ||
48 | do_install_append() { | 48 | do_install:append() { |
49 | rm -rf ${D}${datadir}/hplip/upgrade.py | 49 | rm -rf ${D}${datadir}/hplip/upgrade.py |
50 | rm -rf ${D}${datadir}/hplip/uninstall.py | 50 | rm -rf ${D}${datadir}/hplip/uninstall.py |
51 | sed -i -e "s|/usr/bin/env python|/usr/bin/env python3|g" ${D}${datadir}/hplip/*.py | 51 | sed -i -e "s|/usr/bin/env python|/usr/bin/env python3|g" ${D}${datadir}/hplip/*.py |
@@ -54,7 +54,7 @@ do_install_append() { | |||
54 | 54 | ||
55 | PACKAGE_BEFORE_PN += "${PN}-ppd ${PN}-cups ${PN}-backend ${PN}-filter ${PN}-hal" | 55 | PACKAGE_BEFORE_PN += "${PN}-ppd ${PN}-cups ${PN}-backend ${PN}-filter ${PN}-hal" |
56 | 56 | ||
57 | RDEPENDS_${PN} += " \ | 57 | RDEPENDS:${PN} += " \ |
58 | python3\ | 58 | python3\ |
59 | python3-syslog \ | 59 | python3-syslog \ |
60 | python3-pprint \ | 60 | python3-pprint \ |
@@ -66,23 +66,23 @@ RDEPENDS_${PN} += " \ | |||
66 | python3-resource \ | 66 | python3-resource \ |
67 | python3-terminal \ | 67 | python3-terminal \ |
68 | " | 68 | " |
69 | RDEPENDS_${PN}-filter += "perl" | 69 | RDEPENDS:${PN}-filter += "perl" |
70 | 70 | ||
71 | # need to snag the debug file or OE will fail on backend package | 71 | # need to snag the debug file or OE will fail on backend package |
72 | FILES_${PN}-dbg += "\ | 72 | FILES:${PN}-dbg += "\ |
73 | ${libexecdir}/cups/backend/.debug \ | 73 | ${libexecdir}/cups/backend/.debug \ |
74 | ${PYTHON_SITEPACKAGES_DIR}/.debug \ | 74 | ${PYTHON_SITEPACKAGES_DIR}/.debug \ |
75 | ${libexecdir}/cups/filter/.debug " | 75 | ${libexecdir}/cups/filter/.debug " |
76 | 76 | ||
77 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la" | 77 | FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la" |
78 | FILES_${PN}-ppd = "${datadir}/ppd" | 78 | FILES:${PN}-ppd = "${datadir}/ppd" |
79 | FILES_${PN}-cups = "${datadir}/cups" | 79 | FILES:${PN}-cups = "${datadir}/cups" |
80 | FILES_${PN}-backend = "${libexecdir}/cups/backend" | 80 | FILES:${PN}-backend = "${libexecdir}/cups/backend" |
81 | FILES_${PN}-filter = "${libexecdir}/cups/filter" | 81 | FILES:${PN}-filter = "${libexecdir}/cups/filter" |
82 | FILES_${PN}-hal = "${datadir}/hal" | 82 | FILES:${PN}-hal = "${datadir}/hal" |
83 | 83 | ||
84 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/*.so" | 84 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/*.so" |
85 | 85 | ||
86 | SYSTEMD_SERVICE_${PN} = "hplip-printer@.service" | 86 | SYSTEMD_SERVICE:${PN} = "hplip-printer@.service" |
87 | 87 | ||
88 | CLEANBROKEN = "1" | 88 | CLEANBROKEN = "1" |
diff --git a/meta-oe/recipes-extended/hwloc/hwloc_1.11.13.bb b/meta-oe/recipes-extended/hwloc/hwloc_1.11.13.bb index 2b0dfe4ea5..e6fed584f9 100644 --- a/meta-oe/recipes-extended/hwloc/hwloc_1.11.13.bb +++ b/meta-oe/recipes-extended/hwloc/hwloc_1.11.13.bb | |||
@@ -26,6 +26,6 @@ PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 cairo,cairo" | |||
26 | PACKAGECONFIG[pci] = "--enable-pci,--disable-pci,libpciaccess,libpciaccess" | 26 | PACKAGECONFIG[pci] = "--enable-pci,--disable-pci,libpciaccess,libpciaccess" |
27 | 27 | ||
28 | # Split hwloc library into separate subpackage | 28 | # Split hwloc library into separate subpackage |
29 | PACKAGES_prepend = " libhwloc " | 29 | PACKAGES:prepend = " libhwloc " |
30 | FILES_libhwloc += "${libdir}/libhwloc.so.*" | 30 | FILES:libhwloc += "${libdir}/libhwloc.so.*" |
31 | RDEPENDS_${PN} += "libhwloc (= ${EXTENDPKGV})" | 31 | RDEPENDS:${PN} += "libhwloc (= ${EXTENDPKGV})" |
diff --git a/meta-oe/recipes-extended/icewm/icewm_2.6.0.bb b/meta-oe/recipes-extended/icewm/icewm_2.6.0.bb index 90c0d244f2..d736552177 100644 --- a/meta-oe/recipes-extended/icewm/icewm_2.6.0.bb +++ b/meta-oe/recipes-extended/icewm/icewm_2.6.0.bb | |||
@@ -22,10 +22,10 @@ EXTRA_OECONF += "--with-libdir=${datadir}/icewm \ | |||
22 | DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm libxrandr \ | 22 | DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm libxrandr \ |
23 | libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \ | 23 | libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \ |
24 | libxfixes" | 24 | libxfixes" |
25 | DEPENDS_append = " qemu-native" | 25 | DEPENDS:append = " qemu-native" |
26 | RDEPENDS_${PN} = "perl fribidi" | 26 | RDEPENDS:${PN} = "perl fribidi" |
27 | 27 | ||
28 | do_compile_prepend_class-target() { | 28 | do_compile:prepend:class-target() { |
29 | 29 | ||
30 | cd ${B} | 30 | cd ${B} |
31 | oe_runmake -C src genpref | 31 | oe_runmake -C src genpref |
@@ -39,8 +39,8 @@ EOF | |||
39 | ./qemuwrapper > src/preferences | 39 | ./qemuwrapper > src/preferences |
40 | } | 40 | } |
41 | 41 | ||
42 | ALTERNATIVE_${PN} = "x-session-manager" | 42 | ALTERNATIVE:${PN} = "x-session-manager" |
43 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session" | 43 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session" |
44 | ALTERNATIVE_PRIORITY_${PN} = "100" | 44 | ALTERNATIVE_PRIORITY_${PN} = "100" |
45 | 45 | ||
46 | FILES_${PN} += "${datadir}/xsessions" | 46 | FILES:${PN} += "${datadir}/xsessions" |
diff --git a/meta-oe/recipes-extended/indent/indent_2.2.12.bb b/meta-oe/recipes-extended/indent/indent_2.2.12.bb index 829bf0fc1d..80f599b313 100644 --- a/meta-oe/recipes-extended/indent/indent_2.2.12.bb +++ b/meta-oe/recipes-extended/indent/indent_2.2.12.bb | |||
@@ -23,6 +23,6 @@ SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb34726642 | |||
23 | 23 | ||
24 | inherit autotools gettext texinfo | 24 | inherit autotools gettext texinfo |
25 | 25 | ||
26 | CFLAGS_append_class-native = " -Wno-error=unused-value" | 26 | CFLAGS:append:class-native = " -Wno-error=unused-value" |
27 | 27 | ||
28 | BBCLASSEXTEND = "native" | 28 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-extended/iotop/iotop_0.6.bb b/meta-oe/recipes-extended/iotop/iotop_0.6.bb index 3a597218db..d1b288cf2e 100644 --- a/meta-oe/recipes-extended/iotop/iotop_0.6.bb +++ b/meta-oe/recipes-extended/iotop/iotop_0.6.bb | |||
@@ -19,11 +19,11 @@ UPSTREAM_CHECK_REGEX = "iotop-(?P<pver>\d+(\.\d+)+)" | |||
19 | 19 | ||
20 | inherit distutils3 | 20 | inherit distutils3 |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo || true | 23 | rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo || true |
24 | rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true | 24 | rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true |
25 | } | 25 | } |
26 | 26 | ||
27 | RDEPENDS_${PN} = "python3-curses \ | 27 | RDEPENDS:${PN} = "python3-curses \ |
28 | python3-codecs python3-ctypes python3-pprint \ | 28 | python3-codecs python3-ctypes python3-pprint \ |
29 | python3-shell python3-core" | 29 | python3-shell python3-core" |
diff --git a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb index b7899a11b6..0c8aaef7db 100644 --- a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb +++ b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.3.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Tools for taking the MD5 sum of ISO images" | |||
2 | DESCRIPTION = "Tools for taking the MD5 sum of ISO images" | 2 | DESCRIPTION = "Tools for taking the MD5 sum of ISO images" |
3 | 3 | ||
4 | DEPENDS = "popt python3 openssl curl popt-native" | 4 | DEPENDS = "popt python3 openssl curl popt-native" |
5 | RDEPENDS_${BPN} = "openssl curl" | 5 | RDEPENDS:${BPN} = "openssl curl" |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
@@ -27,9 +27,9 @@ do_install () { | |||
27 | 27 | ||
28 | PACKAGES += "${PYTHON_PN}-${BPN}" | 28 | PACKAGES += "${PYTHON_PN}-${BPN}" |
29 | 29 | ||
30 | RPROVIDES_${BPN}-dbg += "${PYTHON_PN}-${BPN}-dbg" | 30 | RPROVIDES:${BPN}-dbg += "${PYTHON_PN}-${BPN}-dbg" |
31 | 31 | ||
32 | FILES_${PYTHON_PN}-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so" | 32 | FILES:${PYTHON_PN}-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so" |
33 | 33 | ||
34 | SRCREV = "7860901f726f5d92689cb67243cc7f981f21f74b" | 34 | SRCREV = "7860901f726f5d92689cb67243cc7f981f21f74b" |
35 | 35 | ||
diff --git a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb index e6d5663f85..99cf6ab08a 100644 --- a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb +++ b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb | |||
@@ -6,8 +6,8 @@ implementations for many of the provider operations." | |||
6 | HOMEPAGE = "https://github.com/rnovacek/konkretcmpi" | 6 | HOMEPAGE = "https://github.com/rnovacek/konkretcmpi" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f673270bfc350d9ce1efc8724c6c1873" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f673270bfc350d9ce1efc8724c6c1873" |
9 | DEPENDS_append_class-target = " swig-native sblim-cmpi-devel python3" | 9 | DEPENDS:append:class-target = " swig-native sblim-cmpi-devel python3" |
10 | DEPENDS_append_class-native = " cmpi-bindings-native" | 10 | DEPENDS:append:class-native = " cmpi-bindings-native" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/rnovacek/konkretcmpi.git \ | 12 | SRC_URI = "git://github.com/rnovacek/konkretcmpi.git \ |
13 | file://0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch \ | 13 | file://0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch \ |
@@ -24,16 +24,16 @@ EXTRA_OECMAKE = "-DWITH_PYTHON=ON \ | |||
24 | ${@oe.utils.conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \ | 24 | ${@oe.utils.conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \ |
25 | " | 25 | " |
26 | 26 | ||
27 | LDFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 27 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
28 | 28 | ||
29 | do_install_append() { | 29 | do_install:append() { |
30 | rm -rf ${D}${datadir} | 30 | rm -rf ${D}${datadir} |
31 | } | 31 | } |
32 | 32 | ||
33 | PACKAGES =+ "${PN}-python" | 33 | PACKAGES =+ "${PN}-python" |
34 | 34 | ||
35 | RPROVIDES_${PN}-dbg += "${PN}-python-dbg" | 35 | RPROVIDES:${PN}-dbg += "${PN}-python-dbg" |
36 | 36 | ||
37 | FILES_${PN}-python = "${libdir}/python*/site-packages/konkretmof.py* ${libdir}/python*/site-packages/_konkretmof.so" | 37 | FILES:${PN}-python = "${libdir}/python*/site-packages/konkretmof.py* ${libdir}/python*/site-packages/_konkretmof.so" |
38 | 38 | ||
39 | BBCLASSEXTEND = "native" | 39 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb index 1f3cb97c13..d930b43480 100644 --- a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb +++ b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | |||
@@ -26,5 +26,5 @@ do_configure() { | |||
26 | } | 26 | } |
27 | 27 | ||
28 | # libunwind does not support RISCV yet | 28 | # libunwind does not support RISCV yet |
29 | COMPATIBLE_HOST_riscv64 = "null" | 29 | COMPATIBLE_HOST:riscv64 = "null" |
30 | COMPATIBLE_HOST_riscv32 = "null" | 30 | COMPATIBLE_HOST:riscv32 = "null" |
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb index 2c8fdc75ca..e18a28e913 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.25.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch" | |||
14 | SRCREV = "c50869272b54bf4b4bc3825e8c3332a54678b43f" | 14 | SRCREV = "c50869272b54bf4b4bc3825e8c3332a54678b43f" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | FILES_${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages" | 17 | FILES:${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages" |
18 | 18 | ||
19 | PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm" | 19 | PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm" |
20 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" | 20 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" |
diff --git a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb index 48be1fdac5..1e20338827 100644 --- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb +++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b3a719e97f49e4841e90573f9b1a98ac" | |||
7 | DEPENDS = "p8platform udev ncurses swig-native python3" | 7 | DEPENDS = "p8platform udev ncurses swig-native python3" |
8 | 8 | ||
9 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" | 9 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" |
10 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | 10 | DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" |
11 | 11 | ||
12 | SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9" | 12 | SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9" |
13 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \ | 13 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \ |
@@ -26,18 +26,18 @@ EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" | |||
26 | 26 | ||
27 | # Put client examples into separate packages | 27 | # Put client examples into separate packages |
28 | PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples" | 28 | PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples" |
29 | FILES_${PN}-examples-python = "${bindir}/py*" | 29 | FILES:${PN}-examples-python = "${bindir}/py*" |
30 | FILES_${PN}-examples = "${bindir}" | 30 | FILES:${PN}-examples = "${bindir}" |
31 | RDEPENDS_${PN}-examples-python = "python3-${BPN} python3-core" | 31 | RDEPENDS:${PN}-examples-python = "python3-${BPN} python3-core" |
32 | 32 | ||
33 | # Create the wrapper for python3 | 33 | # Create the wrapper for python3 |
34 | PACKAGES += "python3-${BPN}" | 34 | PACKAGES += "python3-${BPN}" |
35 | FILES_python3-${BPN} = "${libdir}/python3* ${bindir}/py*" | 35 | FILES:python3-${BPN} = "${libdir}/python3* ${bindir}/py*" |
36 | RDEPENDS_${PN} = "python3-core" | 36 | RDEPENDS:${PN} = "python3-core" |
37 | 37 | ||
38 | # cec-client and xbmc need the .so present to work :( | 38 | # cec-client and xbmc need the .so present to work :( |
39 | FILES_${PN} += "${libdir}/*.so" | 39 | FILES:${PN} += "${libdir}/*.so" |
40 | INSANE_SKIP_${PN} = "dev-so" | 40 | INSANE_SKIP:${PN} = "dev-so" |
41 | 41 | ||
42 | # Adapter shows up as a CDC-ACM device | 42 | # Adapter shows up as a CDC-ACM device |
43 | RRECOMMENDS_${PN} = "kernel-module-cdc-acm" | 43 | RRECOMMENDS:${PN} = "kernel-module-cdc-acm" |
diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb index 3d87e44817..2369f038b4 100644 --- a/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb | |||
@@ -18,4 +18,4 @@ SRC_URI[md5sum] = "15ec701205f91f21b1187f8b61e0d64f" | |||
18 | SRC_URI[sha256sum] = "545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7" | 18 | SRC_URI[sha256sum] = "545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7" |
19 | 19 | ||
20 | PACKAGE_BEFORE_PN = "${PN}++" | 20 | PACKAGE_BEFORE_PN = "${PN}++" |
21 | FILES_${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" | 21 | FILES:${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" |
diff --git a/meta-oe/recipes-extended/libidn/libidn_1.36.bb b/meta-oe/recipes-extended/libidn/libidn_1.36.bb index 4c6c8fde4a..addc57e414 100644 --- a/meta-oe/recipes-extended/libidn/libidn_1.36.bb +++ b/meta-oe/recipes-extended/libidn/libidn_1.36.bb | |||
@@ -25,14 +25,14 @@ SRC_URI[sha256sum] = "14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86 | |||
25 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3 | 25 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3 |
26 | # so package command into a separate package | 26 | # so package command into a separate package |
27 | PACKAGES =+ "idn" | 27 | PACKAGES =+ "idn" |
28 | FILES_idn = "${bindir}/*" | 28 | FILES:idn = "${bindir}/*" |
29 | 29 | ||
30 | LICENSE_${PN} = "LGPLv2.1+ | LGPLv3" | 30 | LICENSE:${PN} = "LGPLv2.1+ | LGPLv3" |
31 | LICENSE_idn = "GPLv3+" | 31 | LICENSE:idn = "GPLv3+" |
32 | 32 | ||
33 | EXTRA_OECONF = "--disable-csharp" | 33 | EXTRA_OECONF = "--disable-csharp" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | rm -rf ${D}${datadir}/emacs | 36 | rm -rf ${D}${datadir}/emacs |
37 | } | 37 | } |
38 | 38 | ||
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb index 6ef5b4f432..41147647bf 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | do_install_append () { | 16 | do_install:append () { |
17 | if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then | 17 | if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then |
18 | chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so | 18 | chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so |
19 | fi | 19 | fi |
@@ -23,7 +23,7 @@ PACKAGES =+ "${PN}-utils \ | |||
23 | ${PN}++ \ | 23 | ${PN}++ \ |
24 | ${PN}-python" | 24 | ${PN}-python" |
25 | 25 | ||
26 | FILES_${PN} = "${libdir}/libplist-2.0${SOLIBS}" | 26 | FILES:${PN} = "${libdir}/libplist-2.0${SOLIBS}" |
27 | FILES_${PN}++ = "${libdir}/libplist++-2.0${SOLIBS}" | 27 | FILES:${PN}++ = "${libdir}/libplist++-2.0${SOLIBS}" |
28 | FILES_${PN}-utils = "${bindir}/*" | 28 | FILES:${PN}-utils = "${bindir}/*" |
29 | FILES_${PN}-python = "${libdir}/python*/site-packages/*" | 29 | FILES:${PN}-python = "${libdir}/python*/site-packages/*" |
diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb index 343d0bc63f..f94c76797e 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.0.2.bb | |||
@@ -13,4 +13,4 @@ SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | FILES_${PN} += "${base_libdir}/udev/rules.d/" | 16 | FILES:${PN} += "${base_libdir}/udev/rules.d/" |
diff --git a/meta-oe/recipes-extended/libleak/libleak_git.bb b/meta-oe/recipes-extended/libleak/libleak_git.bb index 309553c909..32d509b4ad 100644 --- a/meta-oe/recipes-extended/libleak/libleak_git.bb +++ b/meta-oe/recipes-extended/libleak/libleak_git.bb | |||
@@ -31,8 +31,8 @@ do_install () { | |||
31 | 31 | ||
32 | FILES_SOLIBSDEV = "" | 32 | FILES_SOLIBSDEV = "" |
33 | 33 | ||
34 | FILES_${PN} += "${libdir}/libleak.so" | 34 | FILES:${PN} += "${libdir}/libleak.so" |
35 | 35 | ||
36 | # libunwind does not support RISCV yet | 36 | # libunwind does not support RISCV yet |
37 | COMPATIBLE_HOST_riscv64 = "null" | 37 | COMPATIBLE_HOST:riscv64 = "null" |
38 | COMPATIBLE_HOST_riscv32 = "null" | 38 | COMPATIBLE_HOST:riscv32 = "null" |
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.14.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.14.bb index 10d88a3b5a..880770f34e 100644 --- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.14.bb +++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.14.bb | |||
@@ -33,5 +33,5 @@ EXTRA_OECONF = "--enable-shared \ | |||
33 | # at https://github.com/miquels/liblockfile.git | 33 | # at https://github.com/miquels/liblockfile.git |
34 | EXTRA_OEMAKE += "DESTDIR=${D}" | 34 | EXTRA_OEMAKE += "DESTDIR=${D}" |
35 | 35 | ||
36 | FILES_${PN} += "${libdir}/nfslock.so.*" | 36 | FILES:${PN} += "${libdir}/nfslock.so.*" |
37 | FILES_${PN}-dev += "${libdir}/nfslock.so" | 37 | FILES:${PN}-dev += "${libdir}/nfslock.so" |
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.6.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.6.bb index 075487ae90..8e42fdc5d2 100644 --- a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.6.bb +++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.6.bb | |||
@@ -7,6 +7,6 @@ SRC_URI[md5sum] = "15c84c1f7fb49502b3efaaa668cfd25e" | |||
7 | SRC_URI[sha256sum] = "d7d9fa94a16edb094e5fdf5d87ae17a0dc3f3e3d687fead81835d9572cf87c16" | 7 | SRC_URI[sha256sum] = "d7d9fa94a16edb094e5fdf5d87ae17a0dc3f3e3d687fead81835d9572cf87c16" |
8 | 8 | ||
9 | # this file has been created one minute after the configure file, so it doesn't get recreated during configure step | 9 | # this file has been created one minute after the configure file, so it doesn't get recreated during configure step |
10 | do_configure_prepend() { | 10 | do_configure:prepend() { |
11 | rm -rf ${S}/tests/unit-test.h | 11 | rm -rf ${S}/tests/unit-test.h |
12 | } | 12 | } |
diff --git a/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb b/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb index c9d259b1a0..602e963752 100644 --- a/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb +++ b/meta-oe/recipes-extended/libnss-nisplus/libnss-nisplus.bb | |||
@@ -28,4 +28,4 @@ BBCLASSEXTEND += "native nativesdk" | |||
28 | # | 28 | # |
29 | # We will skip parsing this packagegeoup for non-glibc systems | 29 | # We will skip parsing this packagegeoup for non-glibc systems |
30 | # | 30 | # |
31 | COMPATIBLE_HOST_libc-musl = 'null' | 31 | COMPATIBLE_HOST:libc-musl = 'null' |
diff --git a/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.4.bb b/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.4.bb index ee75a9847c..7ff0725a20 100644 --- a/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.4.bb +++ b/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.4.bb | |||
@@ -35,7 +35,7 @@ EXTRA_OECONF += "--with-python-rev=${PYTHON_BASEVERSION} \ | |||
35 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 35 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" |
36 | PACKAGECONFIG[pam] = "--enable-pam, --disable-pam, libpam" | 36 | PACKAGECONFIG[pam] = "--enable-pam, --disable-pam, libpam" |
37 | 37 | ||
38 | FILES_${PN} += "${libdir}/security/pam_pwquality.so" | 38 | FILES:${PN} += "${libdir}/security/pam_pwquality.so" |
39 | FILES_${PN}-dbg += "${libdir}/security/.debug" | 39 | FILES:${PN}-dbg += "${libdir}/security/.debug" |
40 | FILES_${PN}-staticdev += "${libdir}/security/pam_pwquality.a" | 40 | FILES:${PN}-staticdev += "${libdir}/security/pam_pwquality.a" |
41 | FILES_${PN}-dev += "${libdir}/security/pam_pwquality.la" | 41 | FILES:${PN}-dev += "${libdir}/security/pam_pwquality.la" |
diff --git a/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb b/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb index cd4019666d..d14fbaed3e 100644 --- a/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb +++ b/meta-oe/recipes-extended/libqb/libqb_1.0.5.bb | |||
@@ -23,13 +23,13 @@ S = "${WORKDIR}/git" | |||
23 | # WORKDIR/libqb/1.0.3+gitAUTOINC+c235284b5f-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.1.0/ld: internal error in write_sections, at ../../gold/reloc.cc:791 | 23 | # WORKDIR/libqb/1.0.3+gitAUTOINC+c235284b5f-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.1.0/ld: internal error in write_sections, at ../../gold/reloc.cc:791 |
24 | # collect2: error: ld returned 1 exit status | 24 | # collect2: error: ld returned 1 exit status |
25 | NOSECTION_FALLBACK = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-nosection-fallback', '', d)}" | 25 | NOSECTION_FALLBACK = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-nosection-fallback', '', d)}" |
26 | NOSECTION_FALLBACK_toolchain-clang_mips64 = "--enable-nosection-fallback" | 26 | NOSECTION_FALLBACK:toolchain-clang:mips64 = "--enable-nosection-fallback" |
27 | 27 | ||
28 | EXTRA_OECONF += "${NOSECTION_FALLBACK}" | 28 | EXTRA_OECONF += "${NOSECTION_FALLBACK}" |
29 | 29 | ||
30 | CFLAGS += "-pthread -D_REENTRANT" | 30 | CFLAGS += "-pthread -D_REENTRANT" |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | do_configure:prepend() { |
33 | ( cd ${S} | 33 | ( cd ${S} |
34 | ${S}/autogen.sh ) | 34 | ${S}/autogen.sh ) |
35 | } | 35 | } |
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb index 4276c49173..7741305f01 100644 --- a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb +++ b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb | |||
@@ -33,7 +33,7 @@ PACKAGECONFIG[gtk] = "--with-gtk, --without-gtk, gtk+3," | |||
33 | 33 | ||
34 | EXTRA_OECONF += "--without-python2 --with-python3" | 34 | EXTRA_OECONF += "--without-python2 --with-python3" |
35 | 35 | ||
36 | RDEPENDS_python3-libreport += "${PN}" | 36 | RDEPENDS:python3-libreport += "${PN}" |
37 | 37 | ||
38 | do_patch[prefuncs] += "do_gen_version" | 38 | do_patch[prefuncs] += "do_gen_version" |
39 | do_gen_version() { | 39 | do_gen_version() { |
@@ -43,7 +43,7 @@ do_gen_version() { | |||
43 | 43 | ||
44 | PACKAGES += "python3-libreport" | 44 | PACKAGES += "python3-libreport" |
45 | 45 | ||
46 | FILES_${PN} += "${datadir}/*" | 46 | FILES:${PN} += "${datadir}/*" |
47 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug" | 47 | FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug" |
48 | FILES_python3-libreport = "${PYTHON_SITEPACKAGES_DIR}/*" | 48 | FILES:python3-libreport = "${PYTHON_SITEPACKAGES_DIR}/*" |
49 | 49 | ||
diff --git a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb index a47d3bf000..3f15a259bf 100644 --- a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb +++ b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
6 | 6 | ||
7 | DEPENDS = "ncurses" | 7 | DEPENDS = "ncurses" |
8 | 8 | ||
9 | PACKAGES_prepend = "statgrab statgrab-dbg saidar saidar-dbg ${PN}-mrtg " | 9 | PACKAGES:prepend = "statgrab statgrab-dbg saidar saidar-dbg ${PN}-mrtg " |
10 | 10 | ||
11 | # don't use the git tag unless docbooc2x is available to build the manpages | 11 | # don't use the git tag unless docbooc2x is available to build the manpages |
12 | SRC_URI = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_0_92/libstatgrab-0.92.tar.gz \ | 12 | SRC_URI = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATGRAB_0_92/libstatgrab-0.92.tar.gz \ |
@@ -27,9 +27,9 @@ PACKAGECONFIG[logging] = "--enable-logging,--disable-logging," | |||
27 | 27 | ||
28 | inherit autotools pkgconfig | 28 | inherit autotools pkgconfig |
29 | 29 | ||
30 | FILES_statgrab = "${bindir}/statgrab" | 30 | FILES:statgrab = "${bindir}/statgrab" |
31 | FILES_statgrab-dbg = "${bindir}/.debug/statgrab" | 31 | FILES:statgrab-dbg = "${bindir}/.debug/statgrab" |
32 | FILES_saidar = "${bindir}/saidar" | 32 | FILES:saidar = "${bindir}/saidar" |
33 | FILES_saidar-dbg = "${bindir}/.debug/saidar" | 33 | FILES:saidar-dbg = "${bindir}/.debug/saidar" |
34 | FILES_${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index" | 34 | FILES:${PN}-mrtg = "${bindir}/statgrab-make-mrtg-config ${bindir}/statgrab-make-mrtg-index" |
35 | RDEPENDS_${PN}-mrtg_append = " perl statgrab" | 35 | RDEPENDS:${PN}-mrtg:append = " perl statgrab" |
diff --git a/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb index dd34c180a3..781e7aab71 100644 --- a/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb +++ b/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb | |||
@@ -18,5 +18,5 @@ S = "${WORKDIR}/git" | |||
18 | 18 | ||
19 | PACKAGES += "${PN}-tools" | 19 | PACKAGES += "${PN}-tools" |
20 | 20 | ||
21 | FILES_${PN} = "${libdir}" | 21 | FILES:${PN} = "${libdir}" |
22 | FILES_${PN}-tools = "${bindir}" | 22 | FILES:${PN}-tools = "${bindir}" |
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb index 401c2c4dab..792d696241 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb +++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
7 | 7 | ||
8 | PR = "r3" | 8 | PR = "r3" |
9 | 9 | ||
10 | DEPENDS_class-native = "freetype-native libpng-native jpeg-native" | 10 | DEPENDS:class-native = "freetype-native libpng-native jpeg-native" |
11 | DEPENDS = "freetype libpng jpeg expat gtk+" | 11 | DEPENDS = "freetype libpng jpeg expat gtk+" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
@@ -25,8 +25,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/${BPN}/${PV}/${BPN}-${PV}.tar.gz;name=ta | |||
25 | SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0" | 25 | SRC_URI[tarball.md5sum] = "d1177739bf1ceb07f57421f0cee191e0" |
26 | SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8" | 26 | SRC_URI[tarball.sha256sum] = "5b345c69220545d003ad52bfd035d5d6f4f075e65204114a9e875e84895a7cf8" |
27 | 27 | ||
28 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/2.10.0/loaders/.debug" | 28 | FILES:${PN}-dbg += "${libdir}/gtk-2.0/2.10.0/loaders/.debug" |
29 | FILES_${PN}-dev += "${libdir}/gtk-2.0/2.10.0/loaders/*.la" | 29 | FILES:${PN}-dev += "${libdir}/gtk-2.0/2.10.0/loaders/*.la" |
30 | FILES_${PN}-staticdev += "${libdir}/gtk-2.0/2.10.0/loaders/*.a" | 30 | FILES:${PN}-staticdev += "${libdir}/gtk-2.0/2.10.0/loaders/*.a" |
31 | FILES_${PN} += "${libdir}/gtk-2.0/2.10.0/loaders/*.so" | 31 | FILES:${PN} += "${libdir}/gtk-2.0/2.10.0/loaders/*.so" |
32 | 32 | ||
diff --git a/meta-oe/recipes-extended/libyang/libyang_2.0.7.bb b/meta-oe/recipes-extended/libyang/libyang_2.0.7.bb index 8e9e8cc02f..6c675c4067 100644 --- a/meta-oe/recipes-extended/libyang/libyang_2.0.7.bb +++ b/meta-oe/recipes-extended/libyang/libyang_2.0.7.bb | |||
@@ -15,9 +15,9 @@ SRC_URI = "git://github.com/CESNET/libyang.git \ | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | COMPATIBLE_HOST_riscv32 = "null" | 18 | COMPATIBLE_HOST:riscv32 = "null" |
19 | COMPATIBLE_HOST_armv5 = "null" | 19 | COMPATIBLE_HOST:armv5 = "null" |
20 | COMPATIBLE_HOST_riscv64 = "null" | 20 | COMPATIBLE_HOST:riscv64 = "null" |
21 | 21 | ||
22 | # Main dependencies | 22 | # Main dependencies |
23 | inherit cmake pkgconfig lib_package binconfig-disabled ptest | 23 | inherit cmake pkgconfig lib_package binconfig-disabled ptest |
@@ -26,7 +26,7 @@ DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}" | |||
26 | BINCONFIG = "${bindir}/pcre2-config" | 26 | BINCONFIG = "${bindir}/pcre2-config" |
27 | 27 | ||
28 | # Ptest dependencies | 28 | # Ptest dependencies |
29 | RDEPENDS_${PN}-ptest += "valgrind" | 29 | RDEPENDS:${PN}-ptest += "valgrind" |
30 | 30 | ||
31 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | 31 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" |
32 | EXTRA_OECMAKE += " ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_BUILD_TESTS=ON', '', d)}" | 32 | EXTRA_OECMAKE += " ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_BUILD_TESTS=ON', '', d)}" |
diff --git a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb index fb161b6583..504176d632 100644 --- a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb +++ b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb | |||
@@ -28,8 +28,8 @@ EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} -C utils" | |||
28 | EXTRA_OEMAKE += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'SYSTEMD_SUPPORT=1', '', d)}" | 28 | EXTRA_OEMAKE += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'SYSTEMD_SUPPORT=1', '', d)}" |
29 | 29 | ||
30 | SYSTEMD_PACKAGES += "inputattach" | 30 | SYSTEMD_PACKAGES += "inputattach" |
31 | SYSTEMD_SERVICE_inputattach = "inputattach.service" | 31 | SYSTEMD_SERVICE:inputattach = "inputattach.service" |
32 | SYSTEMD_AUTO_ENABLE_inputattach = "enable" | 32 | SYSTEMD_AUTO_ENABLE:inputattach = "enable" |
33 | 33 | ||
34 | PROVIDES += "joystick" | 34 | PROVIDES += "joystick" |
35 | 35 | ||
@@ -60,15 +60,15 @@ PACKAGES += "inputattach joystick-jscal joystick" | |||
60 | 60 | ||
61 | # We won't package any file here as we are following the same packaging schema | 61 | # We won't package any file here as we are following the same packaging schema |
62 | # Debian does and we are splitting it in 'inputattach' and 'joystick' packages. | 62 | # Debian does and we are splitting it in 'inputattach' and 'joystick' packages. |
63 | FILES_${PN} = "" | 63 | FILES:${PN} = "" |
64 | 64 | ||
65 | FILES_inputattach += "\ | 65 | FILES:inputattach += "\ |
66 | ${bindir}/inputattach \ | 66 | ${bindir}/inputattach \ |
67 | ${bindir}/inputattachctl \ | 67 | ${bindir}/inputattachctl \ |
68 | ${systemd_system_unitdir}/inputattach.service \ | 68 | ${systemd_system_unitdir}/inputattach.service \ |
69 | " | 69 | " |
70 | 70 | ||
71 | FILES_joystick += "\ | 71 | FILES:joystick += "\ |
72 | ${bindir}/evdev-joystick \ | 72 | ${bindir}/evdev-joystick \ |
73 | ${bindir}/ffcfstress \ | 73 | ${bindir}/ffcfstress \ |
74 | ${bindir}/ffmvforce \ | 74 | ${bindir}/ffmvforce \ |
@@ -81,16 +81,16 @@ FILES_joystick += "\ | |||
81 | ${nonarch_base_libdir}/udev/rules.d/80-stelladaptor-joystick.rules \ | 81 | ${nonarch_base_libdir}/udev/rules.d/80-stelladaptor-joystick.rules \ |
82 | " | 82 | " |
83 | 83 | ||
84 | FILES_joystick-jscal = " \ | 84 | FILES:joystick-jscal = " \ |
85 | ${datadir}/joystick \ | 85 | ${datadir}/joystick \ |
86 | ${bindir}/jscal \ | 86 | ${bindir}/jscal \ |
87 | ${bindir}/jscal-restore \ | 87 | ${bindir}/jscal-restore \ |
88 | ${bindir}/jscal-store \ | 88 | ${bindir}/jscal-store \ |
89 | " | 89 | " |
90 | 90 | ||
91 | RDEPENDS_inputattach += "inputattach-config" | 91 | RDEPENDS:inputattach += "inputattach-config" |
92 | 92 | ||
93 | RDEPENDS_joystick-jscal += "\ | 93 | RDEPENDS:joystick-jscal += "\ |
94 | bash \ | 94 | bash \ |
95 | gawk \ | 95 | gawk \ |
96 | " | 96 | " |
diff --git a/meta-oe/recipes-extended/logwatch/logwatch_7.5.3.bb b/meta-oe/recipes-extended/logwatch/logwatch_7.5.3.bb index 644e420711..b2fb7718e2 100644 --- a/meta-oe/recipes-extended/logwatch/logwatch_7.5.3.bb +++ b/meta-oe/recipes-extended/logwatch/logwatch_7.5.3.bb | |||
@@ -9,7 +9,7 @@ SECTION = "devel" | |||
9 | HOMEPAGE = "http://www.logwatch.org/" | 9 | HOMEPAGE = "http://www.logwatch.org/" |
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad199c8aca74e70f296f731ad9a1521c" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad199c8aca74e70f296f731ad9a1521c" |
12 | RDEPENDS_${PN} = "perl" | 12 | RDEPENDS:${PN} = "perl" |
13 | 13 | ||
14 | SRC_URI = "http://jaist.dl.sourceforge.net/project/${BPN}/${BP}/${BP}.tar.gz" | 14 | SRC_URI = "http://jaist.dl.sourceforge.net/project/${BPN}/${BP}/${BP}.tar.gz" |
15 | SRC_URI[md5sum] = "8bcf3edc5a4687c8aad1b9c01e2be54b" | 15 | SRC_URI[md5sum] = "8bcf3edc5a4687c8aad1b9c01e2be54b" |
diff --git a/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb b/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb index 4432342366..53d4f463b5 100644 --- a/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb +++ b/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb | |||
@@ -12,12 +12,12 @@ SRC_URI[sha256sum] = "694a1747a96385b89e93f43343bf35cee5c8c73353a83814106911c99f | |||
12 | inherit autotools gettext | 12 | inherit autotools gettext |
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost" | 14 | EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost" |
15 | FILES_${PN}-dbg += "${libdir}/lprng/filters/.debug" | 15 | FILES:${PN}-dbg += "${libdir}/lprng/filters/.debug" |
16 | 16 | ||
17 | # configure: WARNING: Program 'clear' is not found. Set environment CLEAR=no if you do not want to use it | 17 | # configure: WARNING: Program 'clear' is not found. Set environment CLEAR=no if you do not want to use it |
18 | export CLEAR = "no" | 18 | export CLEAR = "no" |
19 | 19 | ||
20 | do_install_append() { | 20 | do_install:append() { |
21 | mv ${D}/etc/printcap.sample ${D}/etc/printcap | 21 | mv ${D}/etc/printcap.sample ${D}/etc/printcap |
22 | mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf | 22 | mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf |
23 | mv ${D}/etc/lpd/lpd.perms.sample ${D}/etc/lpd/lpd.perms | 23 | mv ${D}/etc/lpd/lpd.perms.sample ${D}/etc/lpd/lpd.perms |
diff --git a/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb b/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb index 4161ea6750..dbf5d59d18 100644 --- a/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb +++ b/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb | |||
@@ -36,7 +36,7 @@ S = "${WORKDIR}/heirloom-mailx-12.5" | |||
36 | 36 | ||
37 | inherit autotools-brokensep | 37 | inherit autotools-brokensep |
38 | 38 | ||
39 | CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" | 39 | CFLAGS:append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" |
40 | 40 | ||
41 | # "STRIP=true" means that 'true' command will be used to 'strip' files which will achieve the effect of not stripping them | 41 | # "STRIP=true" means that 'true' command will be used to 'strip' files which will achieve the effect of not stripping them |
42 | # mailx's Makefile doesn't allow a more straightforward way to avoid stripping | 42 | # mailx's Makefile doesn't allow a more straightforward way to avoid stripping |
@@ -50,5 +50,5 @@ PARALLEL_MAKE = "" | |||
50 | 50 | ||
51 | # Causes gcc to get stuck and eat all available memory in qemuarm builds | 51 | # Causes gcc to get stuck and eat all available memory in qemuarm builds |
52 | # http://errors.yoctoproject.org/Errors/Details/20488/ | 52 | # http://errors.yoctoproject.org/Errors/Details/20488/ |
53 | ARM_INSTRUCTION_SET_armv4 = "arm" | 53 | ARM_INSTRUCTION_SET:armv4 = "arm" |
54 | ARM_INSTRUCTION_SET_armv5 = "arm" | 54 | ARM_INSTRUCTION_SET:armv5 = "arm" |
diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb index ef82a8fb08..596ec0b43c 100644 --- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb +++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0" | |||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9534eb5f4ab800b573a37bffc62f3a7" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9534eb5f4ab800b573a37bffc62f3a7" |
9 | 9 | ||
10 | DEPENDS = "virtual/crypt expat flex python3 bison-native libxml2 nettle lz4" | 10 | DEPENDS = "virtual/crypt expat flex python3 bison-native libxml2 nettle lz4" |
11 | RDEPENDS_${PN} = "python3-core" | 11 | RDEPENDS:${PN} = "python3-core" |
12 | 12 | ||
13 | SRCREV = "aa42957a2e227df41510047cece3cd606dc1cb6a" | 13 | SRCREV = "aa42957a2e227df41510047cece3cd606dc1cb6a" |
14 | SRC_URI = "git://github.com/apache/nifi-minifi-cpp.git \ | 14 | SRC_URI = "git://github.com/apache/nifi-minifi-cpp.git \ |
@@ -47,7 +47,7 @@ S = "${WORKDIR}/git" | |||
47 | inherit pkgconfig cmake systemd | 47 | inherit pkgconfig cmake systemd |
48 | 48 | ||
49 | SYSTEMD_PACKAGES = "minifi-cpp" | 49 | SYSTEMD_PACKAGES = "minifi-cpp" |
50 | SYSTEMD_SERVICE_${PN} = "minifi.service" | 50 | SYSTEMD_SERVICE:${PN} = "minifi.service" |
51 | SYSTEMD_AUTO_ENABLE = "disable" | 51 | SYSTEMD_AUTO_ENABLE = "disable" |
52 | 52 | ||
53 | OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH" | 53 | OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH" |
@@ -58,23 +58,23 @@ EXTRA_OECMAKE += " \ | |||
58 | -DGCC_AR=${STAGING_BINDIR_TOOLCHAIN}/${AR} \ | 58 | -DGCC_AR=${STAGING_BINDIR_TOOLCHAIN}/${AR} \ |
59 | -DGCC_RANLIB=${STAGING_BINDIR_TOOLCHAIN}/${RANLIB} \ | 59 | -DGCC_RANLIB=${STAGING_BINDIR_TOOLCHAIN}/${RANLIB} \ |
60 | " | 60 | " |
61 | EXTRA_OECMAKE_append_toolchain-clang = " -DCMAKE_RANLIB=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}llvm-ranlib" | 61 | EXTRA_OECMAKE:append:toolchain-clang = " -DCMAKE_RANLIB=${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX}llvm-ranlib" |
62 | LDFLAGS_append_toolchain-clang = " -fuse-ld=lld" | 62 | LDFLAGS:append:toolchain-clang = " -fuse-ld=lld" |
63 | 63 | ||
64 | # RV lld errors out: | 64 | # RV lld errors out: |
65 | # riscv64-yoe-linux-ld.lld: error: init.c:(.text+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax | 65 | # riscv64-yoe-linux-ld.lld: error: init.c:(.text+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax |
66 | LDFLAGS_remove_riscv32 = "-fuse-ld=lld" | 66 | LDFLAGS:remove:riscv32 = "-fuse-ld=lld" |
67 | LDFLAGS_remove_riscv64 = "-fuse-ld=lld" | 67 | LDFLAGS:remove:riscv64 = "-fuse-ld=lld" |
68 | 68 | ||
69 | # There are endian issues when communicating with the x86 nifi on the the mips and the ppc machines. | 69 | # There are endian issues when communicating with the x86 nifi on the the mips and the ppc machines. |
70 | COMPATIBLE_MACHINE_mips = "(!.*mips).*" | 70 | COMPATIBLE_MACHINE:mips = "(!.*mips).*" |
71 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" | 71 | COMPATIBLE_MACHINE:mips64 = "(!.*mips64).*" |
72 | COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" | 72 | COMPATIBLE_MACHINE:powerpc = "(!.*ppc).*" |
73 | 73 | ||
74 | TARGET_CFLAGS_append_riscv32 = " -fpic" | 74 | TARGET_CFLAGS:append:riscv32 = " -fpic" |
75 | TARGET_CXXFLAGS_append_riscv32 = " -fpic" | 75 | TARGET_CXXFLAGS:append:riscv32 = " -fpic" |
76 | TARGET_CFLAGS_append_riscv64 = " -fpic" | 76 | TARGET_CFLAGS:append:riscv64 = " -fpic" |
77 | TARGET_CXXFLAGS_append_riscv64 = " -fpic" | 77 | TARGET_CXXFLAGS:append:riscv64 = " -fpic" |
78 | 78 | ||
79 | do_install[cleandirs] += "${WORKDIR}/minifi-install" | 79 | do_install[cleandirs] += "${WORKDIR}/minifi-install" |
80 | PSEUDO_CONSIDER_PATHS .= ",${WORKDIR}/minifi-install" | 80 | PSEUDO_CONSIDER_PATHS .= ",${WORKDIR}/minifi-install" |
@@ -130,7 +130,7 @@ do_install() { | |||
130 | fi | 130 | fi |
131 | } | 131 | } |
132 | 132 | ||
133 | pkg_postinst_${PN}() { | 133 | pkg_postinst:${PN}() { |
134 | if [ -z "$D" ]; then | 134 | if [ -z "$D" ]; then |
135 | if type systemd-tmpfiles >/dev/null; then | 135 | if type systemd-tmpfiles >/dev/null; then |
136 | systemd-tmpfiles --create | 136 | systemd-tmpfiles --create |
diff --git a/meta-oe/recipes-extended/mraa/mraa_git.bb b/meta-oe/recipes-extended/mraa/mraa_git.bb index 9b3289f174..dcfbabc8a8 100644 --- a/meta-oe/recipes-extended/mraa/mraa_git.bb +++ b/meta-oe/recipes-extended/mraa/mraa_git.bb | |||
@@ -22,7 +22,7 @@ inherit cmake distutils3-base | |||
22 | 22 | ||
23 | DEPENDS += "json-c" | 23 | DEPENDS += "json-c" |
24 | 24 | ||
25 | EXTRA_OECMAKE_append = " -DINSTALLTOOLS:BOOL=ON -DFIRMATA=ON -DCMAKE_SKIP_RPATH=ON -DPYTHON2_LIBRARY=OFF \ | 25 | EXTRA_OECMAKE:append = " -DINSTALLTOOLS:BOOL=ON -DFIRMATA=ON -DCMAKE_SKIP_RPATH=ON -DPYTHON2_LIBRARY=OFF \ |
26 | -DPYTHON3_PACKAGES_PATH:PATH=${baselib}/python${PYTHON_BASEVERSION}/site-packages \ | 26 | -DPYTHON3_PACKAGES_PATH:PATH=${baselib}/python${PYTHON_BASEVERSION}/site-packages \ |
27 | -DPYTHON_LIBRARY=${STAGING_LIBDIR}/lib${PYTHON_DIR}${PYTHON_ABI}.so \ | 27 | -DPYTHON_LIBRARY=${STAGING_LIBDIR}/lib${PYTHON_DIR}${PYTHON_ABI}.so \ |
28 | -DPYTHON_INCLUDE_DIR=${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI} \ | 28 | -DPYTHON_INCLUDE_DIR=${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI} \ |
@@ -31,20 +31,20 @@ EXTRA_OECMAKE_append = " -DINSTALLTOOLS:BOOL=ON -DFIRMATA=ON -DCMAKE_SKIP_RPATH= | |||
31 | # Prepend mraa-utils to make sure bindir ends up in there | 31 | # Prepend mraa-utils to make sure bindir ends up in there |
32 | PACKAGES =+ "${PN}-utils" | 32 | PACKAGES =+ "${PN}-utils" |
33 | 33 | ||
34 | FILES_${PN}-doc += "${datadir}/mraa/examples/" | 34 | FILES:${PN}-doc += "${datadir}/mraa/examples/" |
35 | 35 | ||
36 | FILES_${PN}-utils = "${bindir}/" | 36 | FILES:${PN}-utils = "${bindir}/" |
37 | 37 | ||
38 | # override this in local.conf to get needed bindings. | 38 | # override this in local.conf to get needed bindings. |
39 | # BINDINGS_pn-mraa="python" | 39 | # BINDINGS:pn-mraa="python" |
40 | # will result in only the python bindings being built/packaged. | 40 | # will result in only the python bindings being built/packaged. |
41 | # Note: 'nodejs' is disabled by default because the bindings | 41 | # Note: 'nodejs' is disabled by default because the bindings |
42 | # generation currently fails with nodejs (>v7.x). | 42 | # generation currently fails with nodejs (>v7.x). |
43 | BINDINGS ??= "python" | 43 | BINDINGS ??= "python" |
44 | 44 | ||
45 | # nodejs isn't available for armv4/armv5 architectures | 45 | # nodejs isn't available for armv4/armv5 architectures |
46 | BINDINGS_armv4 ??= "python" | 46 | BINDINGS:armv4 ??= "python" |
47 | BINDINGS_armv5 ??= "python" | 47 | BINDINGS:armv5 ??= "python" |
48 | 48 | ||
49 | PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGES', 'node-${PN}', 'nodejs', '', d)} \ | 49 | PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGES', 'node-${PN}', 'nodejs', '', d)} \ |
50 | ${@bb.utils.contains('PACKAGES', '${PYTHON_PN}-${PN}', 'python', '', d)}" | 50 | ${@bb.utils.contains('PACKAGES', '${PYTHON_PN}-${PN}', 'python', '', d)}" |
@@ -53,11 +53,11 @@ PACKAGECONFIG[python] = "-DBUILDSWIGPYTHON=ON, -DBUILDSWIGPYTHON=OFF, swig-nativ | |||
53 | PACKAGECONFIG[nodejs] = "-DBUILDSWIGNODE=ON, -DBUILDSWIGNODE=OFF, swig-native nodejs-native," | 53 | PACKAGECONFIG[nodejs] = "-DBUILDSWIGNODE=ON, -DBUILDSWIGNODE=OFF, swig-native nodejs-native," |
54 | PACKAGECONFIG[ft4222] = "-DUSBPLAT=ON -DFTDI4222=ON, -DUSBPLAT=OFF -DFTDI4222=OFF,, libft4222" | 54 | PACKAGECONFIG[ft4222] = "-DUSBPLAT=ON -DFTDI4222=ON, -DUSBPLAT=OFF -DFTDI4222=OFF,, libft4222" |
55 | 55 | ||
56 | FILES_${PYTHON_PN}-${PN} = "${PYTHON_SITEPACKAGES_DIR}/" | 56 | FILES:${PYTHON_PN}-${PN} = "${PYTHON_SITEPACKAGES_DIR}/" |
57 | RDEPENDS_${PYTHON_PN}-${PN} += "${PYTHON_PN}" | 57 | RDEPENDS:${PYTHON_PN}-${PN} += "${PYTHON_PN}" |
58 | 58 | ||
59 | FILES_node-${PN} = "${prefix}/lib/node_modules/" | 59 | FILES:node-${PN} = "${prefix}/lib/node_modules/" |
60 | RDEPENDS_node-${PN} += "nodejs" | 60 | RDEPENDS:node-${PN} += "nodejs" |
61 | 61 | ||
62 | ### Include desired language bindings ### | 62 | ### Include desired language bindings ### |
63 | PACKAGES =+ "${@bb.utils.contains('BINDINGS', 'nodejs', 'node-${PN}', '', d)}" | 63 | PACKAGES =+ "${@bb.utils.contains('BINDINGS', 'nodejs', 'node-${PN}', '', d)}" |
diff --git a/meta-oe/recipes-extended/nana/nana_2.5.bb b/meta-oe/recipes-extended/nana/nana_2.5.bb index 4235006984..e0b6f569ca 100644 --- a/meta-oe/recipes-extended/nana/nana_2.5.bb +++ b/meta-oe/recipes-extended/nana/nana_2.5.bb | |||
@@ -19,14 +19,14 @@ inherit autotools-brokensep pkgconfig texinfo | |||
19 | 19 | ||
20 | EXTRA_OEMAKE = "DESTDIR=${D}" | 20 | EXTRA_OEMAKE = "DESTDIR=${D}" |
21 | 21 | ||
22 | do_configure_prepend_class-nativesdk() { | 22 | do_configure:prepend:class-nativesdk() { |
23 | sed -i -e 's:@CPP@:\$\{CXX\} \$\{CXXFLAGS\} \-E:g' ${S}/src/nana.in | 23 | sed -i -e 's:@CPP@:\$\{CXX\} \$\{CXXFLAGS\} \-E:g' ${S}/src/nana.in |
24 | sed -i -e 's:@CC@:\$\{CC\} \$\{CFLAGS\} \-E:g' ${S}/src/nana-clg.in | 24 | sed -i -e 's:@CC@:\$\{CC\} \$\{CFLAGS\} \-E:g' ${S}/src/nana-clg.in |
25 | sed -i -e 's:@CXX@::g' ${S}/src/nana-c++lg.in | 25 | sed -i -e 's:@CXX@::g' ${S}/src/nana-c++lg.in |
26 | sed -i -e 's:@GDB@:\$\{GDB\}:g' ${S}/src/nana-run.in | 26 | sed -i -e 's:@GDB@:\$\{GDB\}:g' ${S}/src/nana-run.in |
27 | } | 27 | } |
28 | 28 | ||
29 | do_install_prepend() { | 29 | do_install:prepend() { |
30 | install -d ${D}${mandir}/man1 | 30 | install -d ${D}${mandir}/man1 |
31 | install -d ${D}${mandir}/man3 | 31 | install -d ${D}${mandir}/man3 |
32 | install -d ${D}${datadir}/info | 32 | install -d ${D}${datadir}/info |
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb index 6009cd0304..850ed4f5fa 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | |||
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "292b8f5f2250655a4add8183c529b73358bc980bd4f23cfa484a940953 | |||
18 | 18 | ||
19 | S = "${WORKDIR}/${BP}/cli" | 19 | S = "${WORKDIR}/${BP}/cli" |
20 | 20 | ||
21 | do_configure_prepend() { | 21 | do_configure:prepend() { |
22 | sed 's/@@VERSION@@/$(VERSION)/g' ${S}/setup.py.skel > ${S}/setup.py | 22 | sed 's/@@VERSION@@/$(VERSION)/g' ${S}/setup.py.skel > ${S}/setup.py |
23 | } | 23 | } |
24 | 24 | ||
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb index 9d5a2307e7..23db7c679b 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.11.bb | |||
@@ -30,10 +30,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d4f53d4c6cf73b9d43186ce3be6dd0ba" | |||
30 | 30 | ||
31 | inherit systemd cmake pkgconfig python3native perlnative | 31 | inherit systemd cmake pkgconfig python3native perlnative |
32 | 32 | ||
33 | SYSTEMD_SERVICE_${PN} = "openwsmand.service" | 33 | SYSTEMD_SERVICE:${PN} = "openwsmand.service" |
34 | SYSTEMD_AUTO_ENABLE = "disable" | 34 | SYSTEMD_AUTO_ENABLE = "disable" |
35 | 35 | ||
36 | LDFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', " -fuse-ld=bfd ", '', d)}" | 36 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', " -fuse-ld=bfd ", '', d)}" |
37 | 37 | ||
38 | EXTRA_OECMAKE = "-DBUILD_BINDINGS=NO \ | 38 | EXTRA_OECMAKE = "-DBUILD_BINDINGS=NO \ |
39 | -DBUILD_LIBCIM=NO \ | 39 | -DBUILD_LIBCIM=NO \ |
@@ -44,12 +44,12 @@ EXTRA_OECMAKE = "-DBUILD_BINDINGS=NO \ | |||
44 | -DLIB=${baselib} \ | 44 | -DLIB=${baselib} \ |
45 | " | 45 | " |
46 | 46 | ||
47 | do_configure_prepend() { | 47 | do_configure:prepend() { |
48 | export STAGING_INCDIR=${STAGING_INCDIR} | 48 | export STAGING_INCDIR=${STAGING_INCDIR} |
49 | export STAGING_LIBDIR=${STAGING_LIBDIR} | 49 | export STAGING_LIBDIR=${STAGING_LIBDIR} |
50 | } | 50 | } |
51 | 51 | ||
52 | do_install_append() { | 52 | do_install:append() { |
53 | install -d ${D}/${sysconfdir}/init.d | 53 | install -d ${D}/${sysconfdir}/init.d |
54 | install -m 755 ${B}/etc/init/openwsmand.sh ${D}/${sysconfdir}/init.d/openwsmand | 54 | install -m 755 ${B}/etc/init/openwsmand.sh ${D}/${sysconfdir}/init.d/openwsmand |
55 | ln -sf ${sysconfdir}/init.d/openwsmand ${D}/${sbindir}/rcopenwsmand | 55 | ln -sf ${sysconfdir}/init.d/openwsmand ${D}/${sbindir}/rcopenwsmand |
@@ -64,9 +64,9 @@ do_install_append() { | |||
64 | fi | 64 | fi |
65 | } | 65 | } |
66 | 66 | ||
67 | FILES_${PN}-dbg += "${libdir}/openwsman/plugins/.debug/ \ | 67 | FILES:${PN}-dbg += "${libdir}/openwsman/plugins/.debug/ \ |
68 | ${libdir}/openwsman/authenticators/.debug/ \ | 68 | ${libdir}/openwsman/authenticators/.debug/ \ |
69 | " | 69 | " |
70 | 70 | ||
71 | INSANE_SKIP_${PN} = "dev-so" | 71 | INSANE_SKIP:${PN} = "dev-so" |
72 | RDEPENDS_${PN} = "ruby" | 72 | RDEPENDS:${PN} = "ruby" |
diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.3.bb b/meta-oe/recipes-extended/ostree/ostree_2021.3.bb index c735f6d8b8..a0576b51e2 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2021.3.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2021.3.bb | |||
@@ -45,7 +45,7 @@ PACKAGECONFIG ??= " \ | |||
45 | 45 | ||
46 | # We include soup because ostree can't (currently) be built without | 46 | # We include soup because ostree can't (currently) be built without |
47 | # soup or curl - https://github.com/ostreedev/ostree/issues/1897 | 47 | # soup or curl - https://github.com/ostreedev/ostree/issues/1897 |
48 | PACKAGECONFIG_class-native ??= " \ | 48 | PACKAGECONFIG:class-native ??= " \ |
49 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \ | 49 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux smack', d)} \ |
50 | builtin-grub2-mkconfig \ | 50 | builtin-grub2-mkconfig \ |
51 | gpgme \ | 51 | gpgme \ |
@@ -84,7 +84,7 @@ EXTRA_OEMAKE = " \ | |||
84 | INTROSPECTION_SCANNER_ENV= \ | 84 | INTROSPECTION_SCANNER_ENV= \ |
85 | " | 85 | " |
86 | 86 | ||
87 | EXTRA_OECONF_class-native = " \ | 87 | EXTRA_OECONF:class-native = " \ |
88 | --enable-wrpseudo-compat \ | 88 | --enable-wrpseudo-compat \ |
89 | --disable-otmpfile \ | 89 | --disable-otmpfile \ |
90 | " | 90 | " |
@@ -92,17 +92,17 @@ EXTRA_OECONF_class-native = " \ | |||
92 | # Path to ${prefix}/lib/ostree/ostree-grub-generator is hardcoded on the | 92 | # Path to ${prefix}/lib/ostree/ostree-grub-generator is hardcoded on the |
93 | # do_configure stage so we do depend on it | 93 | # do_configure stage so we do depend on it |
94 | SYSROOT_DIR = "${STAGING_DIR_TARGET}" | 94 | SYSROOT_DIR = "${STAGING_DIR_TARGET}" |
95 | SYSROOT_DIR_class-native = "${STAGING_DIR_NATIVE}" | 95 | SYSROOT_DIR:class-native = "${STAGING_DIR_NATIVE}" |
96 | do_configure[vardeps] += "SYSROOT_DIR" | 96 | do_configure[vardeps] += "SYSROOT_DIR" |
97 | 97 | ||
98 | do_configure_prepend() { | 98 | do_configure:prepend() { |
99 | # this reflects what autogen.sh does, but the OE wrappers for autoreconf | 99 | # this reflects what autogen.sh does, but the OE wrappers for autoreconf |
100 | # allow it to work without the other gyrations which exist there | 100 | # allow it to work without the other gyrations which exist there |
101 | cp ${S}/libglnx/Makefile-libglnx.am ${S}/libglnx/Makefile-libglnx.am.inc | 101 | cp ${S}/libglnx/Makefile-libglnx.am ${S}/libglnx/Makefile-libglnx.am.inc |
102 | cp ${S}/bsdiff/Makefile-bsdiff.am ${S}/bsdiff/Makefile-bsdiff.am.inc | 102 | cp ${S}/bsdiff/Makefile-bsdiff.am ${S}/bsdiff/Makefile-bsdiff.am.inc |
103 | } | 103 | } |
104 | 104 | ||
105 | do_install_append_class-native() { | 105 | do_install:append:class-native() { |
106 | create_wrapper ${D}${bindir}/ostree OSTREE_GRUB2_EXEC="${STAGING_LIBDIR_NATIVE}/ostree/ostree-grub-generator" | 106 | create_wrapper ${D}${bindir}/ostree OSTREE_GRUB2_EXEC="${STAGING_LIBDIR_NATIVE}/ostree/ostree-grub-generator" |
107 | } | 107 | } |
108 | 108 | ||
@@ -114,38 +114,38 @@ PACKAGE_BEFORE_PN = " \ | |||
114 | ${PN}-trivial-httpd \ | 114 | ${PN}-trivial-httpd \ |
115 | " | 115 | " |
116 | 116 | ||
117 | FILES_${PN} += " \ | 117 | FILES:${PN} += " \ |
118 | ${nonarch_libdir}/${BPN} \ | 118 | ${nonarch_libdir}/${BPN} \ |
119 | ${nonarch_libdir}/tmpfiles.d \ | 119 | ${nonarch_libdir}/tmpfiles.d \ |
120 | ${systemd_unitdir}/system \ | 120 | ${systemd_unitdir}/system \ |
121 | ${systemd_unitdir}/system-generators \ | 121 | ${systemd_unitdir}/system-generators \ |
122 | " | 122 | " |
123 | FILES_${PN}-dracut = " \ | 123 | FILES:${PN}-dracut = " \ |
124 | ${sysconfdir}/dracut.conf.d \ | 124 | ${sysconfdir}/dracut.conf.d \ |
125 | ${libdir}/dracut \ | 125 | ${libdir}/dracut \ |
126 | " | 126 | " |
127 | FILES_${PN}-grub = " \ | 127 | FILES:${PN}-grub = " \ |
128 | ${sysconfdir}/grub.d \ | 128 | ${sysconfdir}/grub.d \ |
129 | ${libexecdir}/libostree/grub2-15_ostree \ | 129 | ${libexecdir}/libostree/grub2-15_ostree \ |
130 | " | 130 | " |
131 | FILES_${PN}-mkinitcpio = " \ | 131 | FILES:${PN}-mkinitcpio = " \ |
132 | ${sysconfdir}/ostree-mkinitcpio.conf \ | 132 | ${sysconfdir}/ostree-mkinitcpio.conf \ |
133 | ${libdir}/initcpio \ | 133 | ${libdir}/initcpio \ |
134 | " | 134 | " |
135 | FILES_${PN}-switchroot = " \ | 135 | FILES:${PN}-switchroot = " \ |
136 | ${nonarch_libdir}/${BPN}/ostree-prepare-root \ | 136 | ${nonarch_libdir}/${BPN}/ostree-prepare-root \ |
137 | ${systemd_unitdir}/system/ostree-prepare-root.service \ | 137 | ${systemd_unitdir}/system/ostree-prepare-root.service \ |
138 | " | 138 | " |
139 | FILES_${PN}-trivial-httpd = " \ | 139 | FILES:${PN}-trivial-httpd = " \ |
140 | ${libexecdir}/libostree/ostree-trivial-httpd \ | 140 | ${libexecdir}/libostree/ostree-trivial-httpd \ |
141 | " | 141 | " |
142 | 142 | ||
143 | RDEPENDS_${PN} = " \ | 143 | RDEPENDS:${PN} = " \ |
144 | ${@bb.utils.contains('PACKAGECONFIG', 'trivial-httpd-cmdline', '${PN}-trivial-httpd', '', d)} \ | 144 | ${@bb.utils.contains('PACKAGECONFIG', 'trivial-httpd-cmdline', '${PN}-trivial-httpd', '', d)} \ |
145 | " | 145 | " |
146 | RDEPENDS_${PN}-dracut = "bash" | 146 | RDEPENDS:${PN}-dracut = "bash" |
147 | RDEPENDS_${PN}-mkinitcpio = "bash" | 147 | RDEPENDS:${PN}-mkinitcpio = "bash" |
148 | RDEPENDS_${PN}_class-target = " \ | 148 | RDEPENDS:${PN}:class-target = " \ |
149 | ${@bb.utils.contains('PACKAGECONFIG', 'gpgme', 'gnupg', '', d)} \ | 149 | ${@bb.utils.contains('PACKAGECONFIG', 'gpgme', 'gnupg', '', d)} \ |
150 | ${PN}-switchroot \ | 150 | ${PN}-switchroot \ |
151 | " | 151 | " |
@@ -161,7 +161,7 @@ RDEPENDS_${PN}_class-target = " \ | |||
161 | # /var/tmp as a real filesystem (not a tmpfs) | 161 | # /var/tmp as a real filesystem (not a tmpfs) |
162 | # Sufficient disk space (IMAGE_ROOTFS_SIZE = "524288") and RAM (QB_MEM = "-m 1024") | 162 | # Sufficient disk space (IMAGE_ROOTFS_SIZE = "524288") and RAM (QB_MEM = "-m 1024") |
163 | # | 163 | # |
164 | RDEPENDS_${PN}-ptest += " \ | 164 | RDEPENDS:${PN}-ptest += " \ |
165 | attr \ | 165 | attr \ |
166 | bash \ | 166 | bash \ |
167 | coreutils \ | 167 | coreutils \ |
@@ -179,11 +179,11 @@ RDEPENDS_${PN}-ptest += " \ | |||
179 | python3-pyyaml \ | 179 | python3-pyyaml \ |
180 | ${@bb.utils.contains('PACKAGECONFIG', 'gjs', 'gjs', '', d)} \ | 180 | ${@bb.utils.contains('PACKAGECONFIG', 'gjs', 'gjs', '', d)} \ |
181 | " | 181 | " |
182 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils glibc-localedata-en-us" | 182 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-localedata-en-us" |
183 | 183 | ||
184 | RRECOMMENDS_${PN} += "kernel-module-overlay" | 184 | RRECOMMENDS:${PN} += "kernel-module-overlay" |
185 | 185 | ||
186 | SYSTEMD_SERVICE_${PN} = "ostree-remount.service ostree-finalize-staged.path" | 186 | SYSTEMD_SERVICE:${PN} = "ostree-remount.service ostree-finalize-staged.path" |
187 | SYSTEMD_SERVICE_${PN}-switchroot = "ostree-prepare-root.service" | 187 | SYSTEMD_SERVICE:${PN}-switchroot = "ostree-prepare-root.service" |
188 | 188 | ||
189 | BBCLASSEXTEND = "native" | 189 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb index ada49114c8..a5e9539e9d 100644 --- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb +++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb | |||
@@ -17,13 +17,13 @@ SRC_URI[sha256sum] = "5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6 | |||
17 | 17 | ||
18 | S = "${WORKDIR}/${BPN}_${PV}" | 18 | S = "${WORKDIR}/${BPN}_${PV}" |
19 | 19 | ||
20 | do_compile_append() { | 20 | do_compile:append() { |
21 | oe_runmake 7z | 21 | oe_runmake 7z |
22 | } | 22 | } |
23 | FILES_${PN} += "${libdir}/* ${bindir}/7z" | 23 | FILES:${PN} += "${libdir}/* ${bindir}/7z" |
24 | 24 | ||
25 | FILES_SOLIBSDEV = "" | 25 | FILES_SOLIBSDEV = "" |
26 | INSANE_SKIP_${PN} += "dev-so" | 26 | INSANE_SKIP:${PN} += "dev-so" |
27 | 27 | ||
28 | do_install() { | 28 | do_install() { |
29 | install -d ${D}${bindir} | 29 | install -d ${D}${bindir} |
@@ -36,7 +36,7 @@ do_install() { | |||
36 | install -m 0755 ${S}/bin/7z.so ${D}${libdir}/lib7z.so | 36 | install -m 0755 ${S}/bin/7z.so ${D}${libdir}/lib7z.so |
37 | } | 37 | } |
38 | 38 | ||
39 | RPROVIDES_${PN} += "lib7z.so()(64bit) 7z lib7z.so" | 39 | RPROVIDES:${PN} += "lib7z.so()(64bit) 7z lib7z.so" |
40 | RPROVIDES_${PN}-dev += "lib7z.so()(64bit) 7z lib7z.so" | 40 | RPROVIDES:${PN}-dev += "lib7z.so()(64bit) 7z lib7z.so" |
41 | 41 | ||
42 | BBCLASSEXTEND = "native nativesdk" | 42 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-extended/p8platform/p8platform_git.bb b/meta-oe/recipes-extended/p8platform/p8platform_git.bb index 0690d4ba3c..b18e52ff41 100644 --- a/meta-oe/recipes-extended/p8platform/p8platform_git.bb +++ b/meta-oe/recipes-extended/p8platform/p8platform_git.bb | |||
@@ -16,4 +16,4 @@ inherit cmake pkgconfig | |||
16 | 16 | ||
17 | EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}" | 17 | EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}" |
18 | 18 | ||
19 | FILES_${PN}-dev += "${libdir}/p8-platform" | 19 | FILES:${PN}-dev += "${libdir}/p8-platform" |
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb index 9838e75ef5..f98c4a7be8 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb | |||
@@ -19,4 +19,4 @@ inherit autotools | |||
19 | 19 | ||
20 | EXTRA_OECONF += "--libdir=${base_libdir} " | 20 | EXTRA_OECONF += "--libdir=${base_libdir} " |
21 | 21 | ||
22 | FILES_${PN} += "${base_libdir}/security/pam*" | 22 | FILES:${PN} += "${base_libdir}/security/pam*" |
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb index 626b22fe48..53745394a8 100644 --- a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb +++ b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb | |||
@@ -21,4 +21,4 @@ do_install () { | |||
21 | oe_runmake install DESTDIR=${D} PAMDIR=${base_libdir}/security | 21 | oe_runmake install DESTDIR=${D} PAMDIR=${base_libdir}/security |
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} += "${base_libdir}/security/pam_ldapdb.so" | 24 | FILES:${PN} += "${base_libdir}/security/pam_ldapdb.so" |
diff --git a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb index 7871801b6b..2db8b18160 100644 --- a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb +++ b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb | |||
@@ -21,7 +21,7 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
21 | 21 | ||
22 | # This gets us ssh-agent, which we are almost certain to want. | 22 | # This gets us ssh-agent, which we are almost certain to want. |
23 | # | 23 | # |
24 | RDEPENDS_${PN} += "openssh-misc" | 24 | RDEPENDS:${PN} += "openssh-misc" |
25 | 25 | ||
26 | # Kind of unfortunate to have underscores in the name. | 26 | # Kind of unfortunate to have underscores in the name. |
27 | # | 27 | # |
@@ -50,5 +50,5 @@ do_compile () { | |||
50 | 50 | ||
51 | # This stuff is not any place looked at by default. | 51 | # This stuff is not any place looked at by default. |
52 | # | 52 | # |
53 | FILES_${PN} += "${base_libdir}/security/pam*" | 53 | FILES:${PN} += "${base_libdir}/security/pam*" |
54 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | 54 | FILES:${PN}-dbg += "${base_libdir}/security/.debug" |
diff --git a/meta-oe/recipes-extended/pmdk/pmdk_1.9.bb b/meta-oe/recipes-extended/pmdk/pmdk_1.9.bb index 8bb89f418c..4325c15c33 100644 --- a/meta-oe/recipes-extended/pmdk/pmdk_1.9.bb +++ b/meta-oe/recipes-extended/pmdk/pmdk_1.9.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b44ee63f162f9cdb18fff1224877aafd" | |||
7 | DEPENDS = "ndctl" | 7 | DEPENDS = "ndctl" |
8 | 8 | ||
9 | # Required to have the fts.h header for musl | 9 | # Required to have the fts.h header for musl |
10 | DEPENDS_append_libc-musl = " fts" | 10 | DEPENDS:append:libc-musl = " fts" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
@@ -25,9 +25,9 @@ inherit autotools-brokensep pkgconfig | |||
25 | EXTRA_OEMAKE = "BUILD_EXAMPLES='n' DOC='n' HOST_SYS='${HOST_SYS}' EXTRA_CFLAGS='${SELECTED_OPTIMIZATION}' LIB_PREFIX=${baselib}" | 25 | EXTRA_OEMAKE = "BUILD_EXAMPLES='n' DOC='n' HOST_SYS='${HOST_SYS}' EXTRA_CFLAGS='${SELECTED_OPTIMIZATION}' LIB_PREFIX=${baselib}" |
26 | 26 | ||
27 | # Fix the missing fts libs when using musl | 27 | # Fix the missing fts libs when using musl |
28 | EXTRA_OEMAKE_append_libc-musl = " EXTRA_LIBS='-lfts'" | 28 | EXTRA_OEMAKE:append:libc-musl = " EXTRA_LIBS='-lfts'" |
29 | 29 | ||
30 | do_configure_prepend() { | 30 | do_configure:prepend() { |
31 | touch .skip-doc | 31 | touch .skip-doc |
32 | } | 32 | } |
33 | 33 | ||
@@ -39,11 +39,11 @@ do_install() { | |||
39 | } | 39 | } |
40 | 40 | ||
41 | # Include these by default otherwise the SDK is not very useful | 41 | # Include these by default otherwise the SDK is not very useful |
42 | FILES_${PN} += "${bindir}/pmempool ${bindir}/daxio" | 42 | FILES:${PN} += "${bindir}/pmempool ${bindir}/daxio" |
43 | FILES_${PN} += "${libdir}/*so*" | 43 | FILES:${PN} += "${libdir}/*so*" |
44 | FILES_${PN} += "${libdir}/pkgconfig/*.pc" | 44 | FILES:${PN} += "${libdir}/pkgconfig/*.pc" |
45 | FILES_${PN} += "${includedir}/libpmemobj++/* ${includedir}/libpmemobj/* /usr/*/include/" | 45 | FILES:${PN} += "${includedir}/libpmemobj++/* ${includedir}/libpmemobj/* /usr/*/include/" |
46 | FILES_${PN} += "/usr/etc" | 46 | FILES:${PN} += "/usr/etc" |
47 | FILES_${PN} += "/usr/share" | 47 | FILES:${PN} += "/usr/share" |
48 | 48 | ||
49 | COMPATIBLE_HOST='(x86_64).*' | 49 | COMPATIBLE_HOST='(x86_64).*' |
diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb b/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb index 934a53e5c3..8a14018a82 100644 --- a/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb +++ b/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb | |||
@@ -11,4 +11,4 @@ do_install() { | |||
11 | } | 11 | } |
12 | 12 | ||
13 | USERADD_PACKAGES = "${PN}" | 13 | USERADD_PACKAGES = "${PN}" |
14 | GROUPADD_PARAM_${PN} = "--system datetime" | 14 | GROUPADD_PARAM:${PN} = "--system datetime" |
diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb b/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb index 66a73eaaf4..8266fa6396 100644 --- a/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb +++ b/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb | |||
@@ -11,4 +11,4 @@ do_install() { | |||
11 | } | 11 | } |
12 | 12 | ||
13 | USERADD_PACKAGES = "${PN}" | 13 | USERADD_PACKAGES = "${PN}" |
14 | GROUPADD_PARAM_${PN} = "--system network" | 14 | GROUPADD_PARAM:${PN} = "--system network" |
diff --git a/meta-oe/recipes-extended/polkit/polkit-group-rule.inc b/meta-oe/recipes-extended/polkit/polkit-group-rule.inc index e38e344c14..4aeeb77d04 100644 --- a/meta-oe/recipes-extended/polkit/polkit-group-rule.inc +++ b/meta-oe/recipes-extended/polkit/polkit-group-rule.inc | |||
@@ -6,8 +6,8 @@ REQUIRED_DISTRO_FEATURES = "polkit" | |||
6 | 6 | ||
7 | inherit useradd | 7 | inherit useradd |
8 | 8 | ||
9 | do_install_prepend() { | 9 | do_install:prepend() { |
10 | install -m 700 -d ${D}${sysconfdir}/polkit-1/rules.d | 10 | install -m 700 -d ${D}${sysconfdir}/polkit-1/rules.d |
11 | chown polkitd:root ${D}/${sysconfdir}/polkit-1/rules.d | 11 | chown polkitd:root ${D}/${sysconfdir}/polkit-1/rules.d |
12 | } | 12 | } |
13 | USERADD_PARAM_${PN}_prepend = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd;" | 13 | USERADD_PARAM:${PN}:prepend = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd;" |
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.116.bb b/meta-oe/recipes-extended/polkit/polkit_0.116.bb index ad1973b136..55d11a6516 100644 --- a/meta-oe/recipes-extended/polkit/polkit_0.116.bb +++ b/meta-oe/recipes-extended/polkit/polkit_0.116.bb | |||
@@ -34,13 +34,13 @@ EXTRA_OECONF = "--with-os-type=moblin \ | |||
34 | --disable-libelogind \ | 34 | --disable-libelogind \ |
35 | " | 35 | " |
36 | 36 | ||
37 | do_compile_prepend () { | 37 | do_compile:prepend () { |
38 | export GIR_EXTRA_LIBS_PATH="${B}/src/polkit/.libs" | 38 | export GIR_EXTRA_LIBS_PATH="${B}/src/polkit/.libs" |
39 | } | 39 | } |
40 | 40 | ||
41 | PACKAGES =+ "${PN}-examples" | 41 | PACKAGES =+ "${PN}-examples" |
42 | 42 | ||
43 | FILES_${PN}_append = " \ | 43 | FILES:${PN}:append = " \ |
44 | ${libdir}/${BPN}-1 \ | 44 | ${libdir}/${BPN}-1 \ |
45 | ${nonarch_libdir}/${BPN}-1 \ | 45 | ${nonarch_libdir}/${BPN}-1 \ |
46 | ${datadir}/dbus-1 \ | 46 | ${datadir}/dbus-1 \ |
@@ -48,10 +48,10 @@ FILES_${PN}_append = " \ | |||
48 | ${datadir}/gettext \ | 48 | ${datadir}/gettext \ |
49 | " | 49 | " |
50 | 50 | ||
51 | FILES_${PN}-examples = "${bindir}/*example*" | 51 | FILES:${PN}-examples = "${bindir}/*example*" |
52 | 52 | ||
53 | USERADD_PACKAGES = "${PN}" | 53 | USERADD_PACKAGES = "${PN}" |
54 | USERADD_PARAM_${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd" | 54 | USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd" |
55 | 55 | ||
56 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | 56 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
57 | SYSTEMD_AUTO_ENABLE = "disable" | 57 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb index 5db38ac987..450bbb918f 100644 --- a/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb +++ b/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb | |||
@@ -13,10 +13,10 @@ SRC_URI = "git://github.com/lib-cpp/${BPN}.git" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | do_configure_prepend() { | 16 | do_configure:prepend() { |
17 | echo " " > ${S}/tests/CMakeLists.txt | 17 | echo " " > ${S}/tests/CMakeLists.txt |
18 | } | 18 | } |
19 | 19 | ||
20 | inherit cmake pkgconfig | 20 | inherit cmake pkgconfig |
21 | 21 | ||
22 | RDEPENDS_${PN}-dev = "" | 22 | RDEPENDS:${PN}-dev = "" |
diff --git a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb index 7c9f2df9db..214768fe5b 100644 --- a/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb +++ b/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb | |||
@@ -45,7 +45,7 @@ do_install() { | |||
45 | inherit systemd | 45 | inherit systemd |
46 | 46 | ||
47 | SYSTEMD_PACKAGES = "${PN}" | 47 | SYSTEMD_PACKAGES = "${PN}" |
48 | SYSTEMD_SERVICE_${PN} = "rarpd.service" | 48 | SYSTEMD_SERVICE:${PN} = "rarpd.service" |
49 | SYSTEMD_AUTO_ENABLE = "disable" | 49 | SYSTEMD_AUTO_ENABLE = "disable" |
50 | 50 | ||
51 | RDEPENDS_${PN} += "bash" | 51 | RDEPENDS:${PN} += "bash" |
diff --git a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb index 8b7a8d06e3..0870c6629d 100644 --- a/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb +++ b/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.2.2.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sewenew/redis-plus-plus" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | DEPENDS += "hiredis" | 5 | DEPENDS += "hiredis" |
6 | RDEPENDS_${PN} += "hiredis" | 6 | RDEPENDS:${PN} += "hiredis" |
7 | 7 | ||
8 | LICENSE = "Apache-2.0" | 8 | LICENSE = "Apache-2.0" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
@@ -15,4 +15,4 @@ S = "${WORKDIR}/git" | |||
15 | inherit cmake | 15 | inherit cmake |
16 | 16 | ||
17 | FILES_SOLIBSDEV = "" | 17 | FILES_SOLIBSDEV = "" |
18 | FILES_${PN} += " ${libdir}/libredis++.so" | 18 | FILES:${PN} += " ${libdir}/libredis++.so" |
diff --git a/meta-oe/recipes-extended/redis/redis_6.2.4.bb b/meta-oe/recipes-extended/redis/redis_6.2.4.bb index 35f34a27de..0db71240ed 100644 --- a/meta-oe/recipes-extended/redis/redis_6.2.4.bb +++ b/meta-oe/recipes-extended/redis/redis_6.2.4.bb | |||
@@ -21,21 +21,21 @@ SRC_URI[sha256sum] = "ba32c406a10fc2c09426e2be2787d74ff204eb3a2e496d87cff76a476b | |||
21 | 21 | ||
22 | inherit autotools-brokensep update-rc.d systemd useradd | 22 | inherit autotools-brokensep update-rc.d systemd useradd |
23 | 23 | ||
24 | FINAL_LIBS_x86_toolchain-clang = "-latomic" | 24 | FINAL_LIBS:x86:toolchain-clang = "-latomic" |
25 | FINAL_LIBS_riscv32_toolchain-clang = "-latomic" | 25 | FINAL_LIBS:riscv32:toolchain-clang = "-latomic" |
26 | FINAL_LIBS_mips = "-latomic" | 26 | FINAL_LIBS:mips = "-latomic" |
27 | FINAL_LIBS_arm = "-latomic" | 27 | FINAL_LIBS:arm = "-latomic" |
28 | FINAL_LIBS_powerpc = "-latomic" | 28 | FINAL_LIBS:powerpc = "-latomic" |
29 | 29 | ||
30 | export FINAL_LIBS | 30 | export FINAL_LIBS |
31 | 31 | ||
32 | USERADD_PACKAGES = "${PN}" | 32 | USERADD_PACKAGES = "${PN}" |
33 | USERADD_PARAM_${PN} = "--system --home-dir /var/lib/redis -g redis --shell /bin/false redis" | 33 | USERADD_PARAM:${PN} = "--system --home-dir /var/lib/redis -g redis --shell /bin/false redis" |
34 | GROUPADD_PARAM_${PN} = "--system redis" | 34 | GROUPADD_PARAM:${PN} = "--system redis" |
35 | 35 | ||
36 | REDIS_ON_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}" | 36 | REDIS_ON_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}" |
37 | 37 | ||
38 | do_compile_prepend() { | 38 | do_compile:prepend() { |
39 | (cd deps && oe_runmake hiredis lua linenoise) | 39 | (cd deps && oe_runmake hiredis lua linenoise) |
40 | } | 40 | } |
41 | 41 | ||
@@ -58,9 +58,9 @@ do_install() { | |||
58 | fi | 58 | fi |
59 | } | 59 | } |
60 | 60 | ||
61 | CONFFILES_${PN} = "${sysconfdir}/redis/redis.conf" | 61 | CONFFILES:${PN} = "${sysconfdir}/redis/redis.conf" |
62 | 62 | ||
63 | INITSCRIPT_NAME = "redis-server" | 63 | INITSCRIPT_NAME = "redis-server" |
64 | INITSCRIPT_PARAMS = "defaults 87" | 64 | INITSCRIPT_PARAMS = "defaults 87" |
65 | 65 | ||
66 | SYSTEMD_SERVICE_${PN} = "redis.service" | 66 | SYSTEMD_SERVICE:${PN} = "redis.service" |
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb index 5662e63474..a1919e7400 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | |||
@@ -20,7 +20,7 @@ inherit cpan autotools-brokensep gettext python3native python3-dir systemd | |||
20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
21 | 21 | ||
22 | SYSTEMD_PACKAGES = "rrdcached" | 22 | SYSTEMD_PACKAGES = "rrdcached" |
23 | SYSTEMD_SERVICE_rrdcached = "rrdcached.socket rrdcached.service" | 23 | SYSTEMD_SERVICE:rrdcached = "rrdcached.socket rrdcached.service" |
24 | 24 | ||
25 | EXTRA_AUTORECONF = "-I m4 --exclude=autopoint" | 25 | EXTRA_AUTORECONF = "-I m4 --exclude=autopoint" |
26 | 26 | ||
@@ -104,26 +104,26 @@ do_configure() { | |||
104 | PACKAGES =+ "${PN}-perl ${PN}-python" | 104 | PACKAGES =+ "${PN}-perl ${PN}-python" |
105 | PACKAGES =+ "rrdcached" | 105 | PACKAGES =+ "rrdcached" |
106 | 106 | ||
107 | DESCRIPTION_rrdcached = \ | 107 | DESCRIPTION:rrdcached = \ |
108 | "The rrdcached package contains the data caching daemon for RRDtool." | 108 | "The rrdcached package contains the data caching daemon for RRDtool." |
109 | 109 | ||
110 | FILES_rrdcached = "${bindir}/rrdcached \ | 110 | FILES:rrdcached = "${bindir}/rrdcached \ |
111 | ${systemd_unitdir}/system/rrdcached.service \ | 111 | ${systemd_unitdir}/system/rrdcached.service \ |
112 | ${systemd_unitdir}/system/rrdcached.socket" | 112 | ${systemd_unitdir}/system/rrdcached.socket" |
113 | 113 | ||
114 | FILES_${PN}-doc += "${datadir}/rrdtool/examples" | 114 | FILES:${PN}-doc += "${datadir}/rrdtool/examples" |
115 | 115 | ||
116 | DESCRIPTION_${PN}-perl = \ | 116 | DESCRIPTION:${PN}-perl = \ |
117 | "The ${PN}-perl package includes RRDtool bindings for perl." | 117 | "The ${PN}-perl package includes RRDtool bindings for perl." |
118 | FILES_${PN}-perl = "${libdir}/perl/vendor_perl/*/*.pm \ | 118 | FILES:${PN}-perl = "${libdir}/perl/vendor_perl/*/*.pm \ |
119 | ${libdir}/perl/vendor_perl/*/auto/RRDs/RRDs.*" | 119 | ${libdir}/perl/vendor_perl/*/auto/RRDs/RRDs.*" |
120 | RDEPENDS_${PN}-perl = "perl perl-module-lib perl-module-getopt-long perl-module-time-hires \ | 120 | RDEPENDS:${PN}-perl = "perl perl-module-lib perl-module-getopt-long perl-module-time-hires \ |
121 | perl-module-io-file perl-module-ipc-open2 perl-module-io-socket" | 121 | perl-module-io-file perl-module-ipc-open2 perl-module-io-socket" |
122 | 122 | ||
123 | DESCRIPTION_${PN}-python = \ | 123 | DESCRIPTION:${PN}-python = \ |
124 | "The ${PN}-python package includes RRDtool bindings for python." | 124 | "The ${PN}-python package includes RRDtool bindings for python." |
125 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 125 | FILES:${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |
126 | RDEPENDS_${PN}-python = "python3" | 126 | RDEPENDS:${PN}-python = "python3" |
127 | 127 | ||
128 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/RRDs/.debug \ | 128 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/RRDs/.debug \ |
129 | ${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug" | 129 | ${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug" |
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2106.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2106.0.bb index 37f391356f..9d7e494d08 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2106.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2106.0.bb | |||
@@ -27,7 +27,7 @@ SRC_URI = "http://www.rsyslog.com/download/files/download/rsyslog/${BPN}-${PV}.t | |||
27 | file://0001-tests-disable-the-check-for-inotify.patch \ | 27 | file://0001-tests-disable-the-check-for-inotify.patch \ |
28 | " | 28 | " |
29 | 29 | ||
30 | SRC_URI_append_libc-musl = " \ | 30 | SRC_URI:append:libc-musl = " \ |
31 | file://0001-Include-sys-time-h.patch \ | 31 | file://0001-Include-sys-time-h.patch \ |
32 | " | 32 | " |
33 | 33 | ||
@@ -41,9 +41,9 @@ inherit autotools pkgconfig systemd update-rc.d ptest | |||
41 | 41 | ||
42 | EXTRA_OECONF += "--disable-generate-man-pages ap_cv_atomic_builtins=yes" | 42 | EXTRA_OECONF += "--disable-generate-man-pages ap_cv_atomic_builtins=yes" |
43 | EXTRA_OECONF += "--enable-imfile-tests" | 43 | EXTRA_OECONF += "--enable-imfile-tests" |
44 | EXTRA_OECONF_remove_mipsarch = "ap_cv_atomic_builtins=yes" | 44 | EXTRA_OECONF:remove:mipsarch = "ap_cv_atomic_builtins=yes" |
45 | EXTRA_OECONF_remove_powerpc = "ap_cv_atomic_builtins=yes" | 45 | EXTRA_OECONF:remove:powerpc = "ap_cv_atomic_builtins=yes" |
46 | EXTRA_OECONF_remove_riscv32 = "ap_cv_atomic_builtins=yes" | 46 | EXTRA_OECONF:remove:riscv32 = "ap_cv_atomic_builtins=yes" |
47 | 47 | ||
48 | # first line is default yes in configure | 48 | # first line is default yes in configure |
49 | PACKAGECONFIG ??= " \ | 49 | PACKAGECONFIG ??= " \ |
@@ -132,7 +132,7 @@ do_install_ptest() { | |||
132 | sed -i -e s:${HOSTTOOLS_DIR}:${bindir}:g ${D}${PTEST_PATH}/tests/set-envvars | 132 | sed -i -e s:${HOSTTOOLS_DIR}:${bindir}:g ${D}${PTEST_PATH}/tests/set-envvars |
133 | } | 133 | } |
134 | 134 | ||
135 | do_install_append() { | 135 | do_install:append() { |
136 | install -d "${D}${sysconfdir}/init.d" | 136 | install -d "${D}${sysconfdir}/init.d" |
137 | install -d "${D}${sysconfdir}/logrotate.d" | 137 | install -d "${D}${sysconfdir}/logrotate.d" |
138 | install -m 755 ${WORKDIR}/initscript ${D}${sysconfdir}/init.d/syslog | 138 | install -m 755 ${WORKDIR}/initscript ${D}${sysconfdir}/init.d/syslog |
@@ -155,51 +155,51 @@ do_install_append() { | |||
155 | fi | 155 | fi |
156 | } | 156 | } |
157 | 157 | ||
158 | FILES_${PN} += "${bindir}" | 158 | FILES:${PN} += "${bindir}" |
159 | 159 | ||
160 | INITSCRIPT_NAME = "syslog" | 160 | INITSCRIPT_NAME = "syslog" |
161 | INITSCRIPT_PARAMS = "defaults" | 161 | INITSCRIPT_PARAMS = "defaults" |
162 | 162 | ||
163 | CONFFILES_${PN} = "${sysconfdir}/rsyslog.conf" | 163 | CONFFILES:${PN} = "${sysconfdir}/rsyslog.conf" |
164 | 164 | ||
165 | RCONFLICTS_${PN} = "busybox-syslog sysklogd syslog-ng" | 165 | RCONFLICTS:${PN} = "busybox-syslog sysklogd syslog-ng" |
166 | 166 | ||
167 | RPROVIDES_${PN} += "${PN}-systemd" | 167 | RPROVIDES:${PN} += "${PN}-systemd" |
168 | RREPLACES_${PN} += "${PN}-systemd" | 168 | RREPLACES:${PN} += "${PN}-systemd" |
169 | RCONFLICTS_${PN} += "${PN}-systemd" | 169 | RCONFLICTS:${PN} += "${PN}-systemd" |
170 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | 170 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
171 | 171 | ||
172 | RDEPENDS_${PN} += "logrotate" | 172 | RDEPENDS:${PN} += "logrotate" |
173 | 173 | ||
174 | # for rsyslog-ptest | 174 | # for rsyslog-ptest |
175 | VALGRIND = "valgrind" | 175 | VALGRIND = "valgrind" |
176 | 176 | ||
177 | # valgrind supports armv7 and above | 177 | # valgrind supports armv7 and above |
178 | VALGRIND_armv4 = '' | 178 | VALGRIND:armv4 = '' |
179 | VALGRIND_armv5 = '' | 179 | VALGRIND:armv5 = '' |
180 | VALGRIND_armv6 = '' | 180 | VALGRIND:armv6 = '' |
181 | 181 | ||
182 | # X32 isn't supported by valgrind at this time | 182 | # X32 isn't supported by valgrind at this time |
183 | VALGRIND_linux-gnux32 = '' | 183 | VALGRIND:linux-gnux32 = '' |
184 | VALGRIND_linux-muslx32 = '' | 184 | VALGRIND:linux-muslx32 = '' |
185 | 185 | ||
186 | # Disable for some MIPS variants | 186 | # Disable for some MIPS variants |
187 | VALGRIND_mipsarchr6 = '' | 187 | VALGRIND:mipsarchr6 = '' |
188 | VALGRIND_linux-gnun32 = '' | 188 | VALGRIND:linux-gnun32 = '' |
189 | 189 | ||
190 | # Disable for powerpc64 with musl | 190 | # Disable for powerpc64 with musl |
191 | VALGRIND_libc-musl_powerpc64 = '' | 191 | VALGRIND:libc-musl:powerpc64 = '' |
192 | VALGRIND_libc-musl_powerpc64le = '' | 192 | VALGRIND:libc-musl:powerpc64le = '' |
193 | 193 | ||
194 | # RISC-V support for valgrind is not there yet | 194 | # RISC-V support for valgrind is not there yet |
195 | VALGRIND_riscv64 = "" | 195 | VALGRIND:riscv64 = "" |
196 | VALGRIND_riscv32 = "" | 196 | VALGRIND:riscv32 = "" |
197 | 197 | ||
198 | # util-linux: logger needs the -d option | 198 | # util-linux: logger needs the -d option |
199 | RDEPENDS_${PN}-ptest += "\ | 199 | RDEPENDS:${PN}-ptest += "\ |
200 | make diffutils gzip bash gawk coreutils procps \ | 200 | make diffutils gzip bash gawk coreutils procps \ |
201 | libgcc python3-core python3-io python3-json \ | 201 | libgcc python3-core python3-io python3-json \ |
202 | curl util-linux shadow \ | 202 | curl util-linux shadow \ |
203 | " | 203 | " |
204 | 204 | ||
205 | RRECOMMENDS_${PN}-ptest += "${TCLIBC}-dbg ${VALGRIND}" | 205 | RRECOMMENDS:${PN}-ptest += "${TCLIBC}-dbg ${VALGRIND}" |
diff --git a/meta-oe/recipes-extended/sanlock/sanlock_3.8.3.bb b/meta-oe/recipes-extended/sanlock/sanlock_3.8.3.bb index e8b2e37212..11a165ed79 100644 --- a/meta-oe/recipes-extended/sanlock/sanlock_3.8.3.bb +++ b/meta-oe/recipes-extended/sanlock/sanlock_3.8.3.bb | |||
@@ -26,12 +26,12 @@ inherit distutils3 useradd | |||
26 | 26 | ||
27 | do_configure[noexec] = "1" | 27 | do_configure[noexec] = "1" |
28 | 28 | ||
29 | do_compile_prepend () { | 29 | do_compile:prepend () { |
30 | oe_runmake -C ${S}/../wdmd CMD_LDFLAGS="${LDFLAGS}" LIB_LDFLAGS="${LDFLAGS}" | 30 | oe_runmake -C ${S}/../wdmd CMD_LDFLAGS="${LDFLAGS}" LIB_LDFLAGS="${LDFLAGS}" |
31 | oe_runmake -C ${S}/../src CMD_LDFLAGS="${LDFLAGS}" LIB_ENTIRE_LDFLAGS="${LDFLAGS}" LIB_CLIENT_LDFLAGS="${LDFLAGS}" | 31 | oe_runmake -C ${S}/../src CMD_LDFLAGS="${LDFLAGS}" LIB_ENTIRE_LDFLAGS="${LDFLAGS}" LIB_CLIENT_LDFLAGS="${LDFLAGS}" |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_prepend () { | 34 | do_install:prepend () { |
35 | oe_runmake -C ${S}/../wdmd DESTDIR=${D} LIBDIR=${libdir} install | 35 | oe_runmake -C ${S}/../wdmd DESTDIR=${D} LIBDIR=${libdir} install |
36 | oe_runmake -C ${S}/../src DESTDIR=${D} LIBDIR=${libdir} install | 36 | oe_runmake -C ${S}/../src DESTDIR=${D} LIBDIR=${libdir} install |
37 | } | 37 | } |
@@ -39,7 +39,7 @@ do_install_prepend () { | |||
39 | SANLOCKGROUP ?= "sanlock" | 39 | SANLOCKGROUP ?= "sanlock" |
40 | SANLOCKUSER ?= "sanlock" | 40 | SANLOCKUSER ?= "sanlock" |
41 | USERADD_PACKAGES = "${PN}" | 41 | USERADD_PACKAGES = "${PN}" |
42 | GROUPADD_PARAM_${PN} = "--system ${SANLOCKGROUP}" | 42 | GROUPADD_PARAM:${PN} = "--system ${SANLOCKGROUP}" |
43 | USERADD_PARAM_${PN} = "--system -g ${SANLOCKGROUP} -G disk \ | 43 | USERADD_PARAM:${PN} = "--system -g ${SANLOCKGROUP} -G disk \ |
44 | --home-dir /run/${SANLOCKUSER} --no-create-home \ | 44 | --home-dir /run/${SANLOCKUSER} --no-create-home \ |
45 | --shell /sbin/nologin ${SANLOCKUSER}" | 45 | --shell /sbin/nologin ${SANLOCKUSER}" |
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb index 9a3a66c2a8..7e00f150d3 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | |||
@@ -36,10 +36,10 @@ inherit autotools | |||
36 | inherit systemd | 36 | inherit systemd |
37 | 37 | ||
38 | SYSTEMD_PACKAGES = "${PN}" | 38 | SYSTEMD_PACKAGES = "${PN}" |
39 | SYSTEMD_SERVICE_${PN} = "sblim-sfcb.service" | 39 | SYSTEMD_SERVICE:${PN} = "sblim-sfcb.service" |
40 | SYSTEMD_AUTO_ENABLE = "enable" | 40 | SYSTEMD_AUTO_ENABLE = "enable" |
41 | 41 | ||
42 | LDFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 42 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
43 | 43 | ||
44 | EXTRA_OECONF = '--enable-debug \ | 44 | EXTRA_OECONF = '--enable-debug \ |
45 | --enable-ssl \ | 45 | --enable-ssl \ |
@@ -50,7 +50,7 @@ EXTRA_OECONF = '--enable-debug \ | |||
50 | # make all with -j option is unsafe. | 50 | # make all with -j option is unsafe. |
51 | PARALLEL_MAKE = "" | 51 | PARALLEL_MAKE = "" |
52 | 52 | ||
53 | INSANE_SKIP_${PN} = "dev-so" | 53 | INSANE_SKIP:${PN} = "dev-so" |
54 | CONFIG_SITE = "${WORKDIR}/config-site.${P}" | 54 | CONFIG_SITE = "${WORKDIR}/config-site.${P}" |
55 | 55 | ||
56 | do_install() { | 56 | do_install() { |
@@ -68,16 +68,16 @@ do_install() { | |||
68 | rm -rf ${D}${libdir}/sfcb/*.la | 68 | rm -rf ${D}${libdir}/sfcb/*.la |
69 | } | 69 | } |
70 | 70 | ||
71 | pkg_postinst_${PN} () { | 71 | pkg_postinst:${PN} () { |
72 | $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX} | 72 | $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX} |
73 | } | 73 | } |
74 | 74 | ||
75 | pkg_postinst_ontarget_${PN} () { | 75 | pkg_postinst_ontarget:${PN} () { |
76 | ${datadir}/sfcb/genSslCert.sh ${sysconfdir}/sfcb | 76 | ${datadir}/sfcb/genSslCert.sh ${sysconfdir}/sfcb |
77 | ${bindir}/sfcbrepos -f | 77 | ${bindir}/sfcbrepos -f |
78 | } | 78 | } |
79 | 79 | ||
80 | FILES_${PN} += "${libdir}/sfcb ${datadir}/sfcb" | 80 | FILES:${PN} += "${libdir}/sfcb ${datadir}/sfcb" |
81 | FILES_${PN}-dbg += "${libdir}/sfcb/.debug" | 81 | FILES:${PN}-dbg += "${libdir}/sfcb/.debug" |
82 | 82 | ||
83 | RDEPENDS_${PN} = "perl bash" | 83 | RDEPENDS:${PN} = "perl bash" |
diff --git a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb index 2b7571e232..66620ea5ff 100644 --- a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb +++ b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb | |||
@@ -23,25 +23,25 @@ inherit autotools update-rc.d | |||
23 | EXTRA_OEMAKE += "CC='${CC}'" | 23 | EXTRA_OEMAKE += "CC='${CC}'" |
24 | 24 | ||
25 | 25 | ||
26 | do_configure_append() { | 26 | do_configure:append() { |
27 | oe_runmake -C mdadm.d mdadm-1.3.0 | 27 | oe_runmake -C mdadm.d mdadm-1.3.0 |
28 | patch -p0 < ${WORKDIR}/mdadm.patch | 28 | patch -p0 < ${WORKDIR}/mdadm.patch |
29 | } | 29 | } |
30 | INITSCRIPT_PACKAGES = "${PN}-diskmon ${PN}-raidmon" | 30 | INITSCRIPT_PACKAGES = "${PN}-diskmon ${PN}-raidmon" |
31 | INITSCRIPT_NAME_${PN}-diskmon = "sgdisk" | 31 | INITSCRIPT_NAME:${PN}-diskmon = "sgdisk" |
32 | INITSCRIPT_PARAMS_${PN}-diskmon = "defaults 80 20" | 32 | INITSCRIPT_PARAMS:${PN}-diskmon = "defaults 80 20" |
33 | INITSCRIPT_NAME_${PN}-raidmon = "sgraid" | 33 | INITSCRIPT_NAME:${PN}-raidmon = "sgraid" |
34 | INITSCRIPT_PARAMS_${PN}-raidmon = "defaults 80 20" | 34 | INITSCRIPT_PARAMS:${PN}-raidmon = "defaults 80 20" |
35 | 35 | ||
36 | PACKAGES =+ "${PN}-diskmon" | 36 | PACKAGES =+ "${PN}-diskmon" |
37 | PACKAGES =+ "${PN}-raidmon" | 37 | PACKAGES =+ "${PN}-raidmon" |
38 | 38 | ||
39 | RPROVIDES_${PN}-dbg += "${PN}-diskmon-dbg ${PN}-raidmon-dbg" | 39 | RPROVIDES:${PN}-dbg += "${PN}-diskmon-dbg ${PN}-raidmon-dbg" |
40 | 40 | ||
41 | FILES_${PN}-diskmon = "${sbindir}/sgdiskmon ${sysconfdir}/init.d/sgdisk" | 41 | FILES:${PN}-diskmon = "${sbindir}/sgdiskmon ${sysconfdir}/init.d/sgdisk" |
42 | 42 | ||
43 | FILES_${PN}-raidmon = "${sbindir}/sgraidmon ${sysconfdir}/init.d/sgraid" | 43 | FILES:${PN}-raidmon = "${sbindir}/sgraidmon ${sysconfdir}/init.d/sgraid" |
44 | 44 | ||
45 | RDEPENDS_${PN} += "bash" | 45 | RDEPENDS:${PN} += "bash" |
46 | RDEPENDS_${PN}-diskmon += "${PN} bash" | 46 | RDEPENDS:${PN}-diskmon += "${PN} bash" |
47 | RDEPENDS_${PN}-raidmon += "${PN} bash" | 47 | RDEPENDS:${PN}-raidmon += "${PN} bash" |
diff --git a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb index 63e8d36d0a..0628c1d586 100644 --- a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb +++ b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb | |||
@@ -14,7 +14,7 @@ S = "${WORKDIR}/${BPN}" | |||
14 | LICENSE = "GPLv2+" | 14 | LICENSE = "GPLv2+" |
15 | LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833" | 15 | LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833" |
16 | 16 | ||
17 | do_compile_prepend() { | 17 | do_compile:prepend() { |
18 | oe_runmake clean | 18 | oe_runmake clean |
19 | } | 19 | } |
20 | 20 | ||
diff --git a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb index e8c36a81d7..5a5b357f0c 100644 --- a/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb +++ b/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb | |||
@@ -22,4 +22,4 @@ SRC_URI = "http://sigrok.org/download/source/libsigrok/libsigrok-${PV}.tar.gz" | |||
22 | SRC_URI[md5sum] = "e258d471b6d5eaa58daf927a0dc3ba67" | 22 | SRC_URI[md5sum] = "e258d471b6d5eaa58daf927a0dc3ba67" |
23 | SRC_URI[sha256sum] = "4d341f90b6220d3e8cb251dacf726c41165285612248f2c52d15df4590a1ce3c" | 23 | SRC_URI[sha256sum] = "4d341f90b6220d3e8cb251dacf726c41165285612248f2c52d15df4590a1ce3c" |
24 | 24 | ||
25 | FILES_${PN} += "${datadir}/*" | 25 | FILES:${PN} += "${datadir}/*" |
diff --git a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb index 4fd516bc2b..2f0aa8cc06 100644 --- a/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb +++ b/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb | |||
@@ -16,4 +16,4 @@ SRC_URI = "http://sigrok.org/download/source/sigrok-cli/sigrok-cli-${PV}.tar.gz" | |||
16 | SRC_URI[md5sum] = "856fd496cd99d1091aa128405c522a36" | 16 | SRC_URI[md5sum] = "856fd496cd99d1091aa128405c522a36" |
17 | SRC_URI[sha256sum] = "71d0443f36897bf565732dec206830dbea0f2789b6601cf10536b286d1140ab8" | 17 | SRC_URI[sha256sum] = "71d0443f36897bf565732dec206830dbea0f2789b6601cf10536b286d1140ab8" |
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/icons/hicolor" | 19 | FILES:${PN} += "${datadir}/icons/hicolor" |
diff --git a/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb b/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb index cd97933592..f2ee97b934 100644 --- a/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb +++ b/meta-oe/recipes-extended/smartmontools/smartmontools_7.2.bb | |||
@@ -28,10 +28,10 @@ SRC_URI[sha256sum] = "5cd98a27e6393168bc6aaea070d9e1cd551b0f898c52f66b2ff2e5d274 | |||
28 | 28 | ||
29 | inherit autotools update-rc.d systemd | 29 | inherit autotools update-rc.d systemd |
30 | 30 | ||
31 | SYSTEMD_SERVICE_${PN} = "smartd.service" | 31 | SYSTEMD_SERVICE:${PN} = "smartd.service" |
32 | SYSTEMD_AUTO_ENABLE = "disable" | 32 | SYSTEMD_AUTO_ENABLE = "disable" |
33 | 33 | ||
34 | do_install_append () { | 34 | do_install:append () { |
35 | #install the init.d/smartd | 35 | #install the init.d/smartd |
36 | install -d ${D}${sysconfdir}/init.d | 36 | install -d ${D}${sysconfdir}/init.d |
37 | install -p -m 0755 ${WORKDIR}/initd.smartd ${D}${sysconfdir}/init.d/smartd | 37 | install -p -m 0755 ${WORKDIR}/initd.smartd ${D}${sysconfdir}/init.d/smartd |
@@ -50,4 +50,4 @@ do_install_append () { | |||
50 | INITSCRIPT_NAME = "smartd" | 50 | INITSCRIPT_NAME = "smartd" |
51 | INITSCRIPT_PARAMS = "start 60 2 3 4 5 . stop 60 0 1 6 ." | 51 | INITSCRIPT_PARAMS = "start 60 2 3 4 5 . stop 60 0 1 6 ." |
52 | 52 | ||
53 | RDEPENDS_${PN} += "mailx" | 53 | RDEPENDS:${PN} += "mailx" |
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb index 0278b53380..eed79ae7fe 100644 --- a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb | |||
@@ -12,7 +12,7 @@ inherit module | |||
12 | 12 | ||
13 | EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}" | 13 | EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h | 16 | install -Dm 644 ${S}/include/uapi/linux/can/isotp.h ${D}${includedir}/linux/can/isotp.h |
17 | } | 17 | } |
18 | 18 | ||
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb index 36e7d1ef57..ad7fc596ed 100644 --- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb | |||
@@ -16,7 +16,7 @@ inherit autotools pkgconfig update-alternatives | |||
16 | 16 | ||
17 | PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log" | 17 | PACKAGES =+ "${PN}-access ${PN}-isotp ${PN}-j1939 ${PN}-cantest ${PN}-slcan ${PN}-log" |
18 | 18 | ||
19 | FILES_${PN}-access = " \ | 19 | FILES:${PN}-access = " \ |
20 | ${bindir}/cangw \ | 20 | ${bindir}/cangw \ |
21 | ${bindir}/canlogserver \ | 21 | ${bindir}/canlogserver \ |
22 | ${bindir}/bcmserver \ | 22 | ${bindir}/bcmserver \ |
@@ -24,24 +24,24 @@ FILES_${PN}-access = " \ | |||
24 | ${bindir}/cannelloni \ | 24 | ${bindir}/cannelloni \ |
25 | " | 25 | " |
26 | 26 | ||
27 | FILES_${PN}-isotp = "${bindir}/isotp*" | 27 | FILES:${PN}-isotp = "${bindir}/isotp*" |
28 | 28 | ||
29 | FILES_${PN}-j1939 = " \ | 29 | FILES:${PN}-j1939 = " \ |
30 | ${bindir}/j* \ | 30 | ${bindir}/j* \ |
31 | ${bindir}/testj1939 \ | 31 | ${bindir}/testj1939 \ |
32 | " | 32 | " |
33 | 33 | ||
34 | FILES_${PN}-cantest = " \ | 34 | FILES:${PN}-cantest = " \ |
35 | ${bindir}/canbusload \ | 35 | ${bindir}/canbusload \ |
36 | ${bindir}/can-calc-bit-timing \ | 36 | ${bindir}/can-calc-bit-timing \ |
37 | ${bindir}/canfdtest \ | 37 | ${bindir}/canfdtest \ |
38 | " | 38 | " |
39 | 39 | ||
40 | FILES_${PN}-slcan = "${bindir}/slcan*" | 40 | FILES:${PN}-slcan = "${bindir}/slcan*" |
41 | 41 | ||
42 | FILES_${PN}-log = "${bindir}/*log*" | 42 | FILES:${PN}-log = "${bindir}/*log*" |
43 | 43 | ||
44 | ALTERNATIVE_${PN} = "candump cansend cansequence" | 44 | ALTERNATIVE:${PN} = "candump cansend cansequence" |
45 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" | 45 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" |
46 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" | 46 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" |
47 | ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" | 47 | ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" |
diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb index 8b13daea1c..65e1fde0bf 100644 --- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb +++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | |||
@@ -19,10 +19,10 @@ S = "${WORKDIR}/git" | |||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | # Busybox ip doesn't support can interface configuration, use the real thing | 21 | # Busybox ip doesn't support can interface configuration, use the real thing |
22 | RDEPENDS_${PN} += "iproute2" | 22 | RDEPENDS:${PN} += "iproute2" |
23 | 23 | ||
24 | ALTERNATIVE_PRIORITY = "90" | 24 | ALTERNATIVE_PRIORITY = "90" |
25 | ALTERNATIVE_${PN} = "candump cansend cansequence" | 25 | ALTERNATIVE:${PN} = "candump cansend cansequence" |
26 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" | 26 | ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump" |
27 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" | 27 | ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend" |
28 | ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" | 28 | ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence" |
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb index a626e3b207..a12f8ba5e1 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
@@ -10,16 +10,16 @@ inherit cmake pkgconfig | |||
10 | 10 | ||
11 | #OECMAKE_GENERATOR = "Unix Makefiles" | 11 | #OECMAKE_GENERATOR = "Unix Makefiles" |
12 | JIT ?= "jit" | 12 | JIT ?= "jit" |
13 | JIT_mipsarchn32 = "" | 13 | JIT:mipsarchn32 = "" |
14 | JIT_mipsarchn64 = "" | 14 | JIT:mipsarchn64 = "" |
15 | JIT_riscv64 = "" | 15 | JIT:riscv64 = "" |
16 | JIT_riscv32 = "" | 16 | JIT:riscv32 = "" |
17 | JIT_powerpc = "" | 17 | JIT:powerpc = "" |
18 | JIT_powerpc64le = "" | 18 | JIT:powerpc64le = "" |
19 | JIT_powerpc64 = "" | 19 | JIT:powerpc64 = "" |
20 | 20 | ||
21 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" | 21 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" |
22 | RDEPENDS_${PN} = "bash" | 22 | RDEPENDS:${PN} = "bash" |
23 | 23 | ||
24 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ | 24 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ |
25 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ | 25 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ |
@@ -39,7 +39,7 @@ EXTRA_OECMAKE = "\ | |||
39 | -DLUA_LIBRARY=libluajit-5.1.so \ | 39 | -DLUA_LIBRARY=libluajit-5.1.so \ |
40 | " | 40 | " |
41 | 41 | ||
42 | FILES_${PN} += " \ | 42 | FILES:${PN} += " \ |
43 | ${DIR_ETC}/* \ | 43 | ${DIR_ETC}/* \ |
44 | ${datadir}/zsh/* \ | 44 | ${datadir}/zsh/* \ |
45 | ${prefix}/src/* \ | 45 | ${prefix}/src/* \ |
@@ -48,8 +48,8 @@ FILES_${PN} += " \ | |||
48 | # It should be fixed in sysdig, until then disable | 48 | # It should be fixed in sysdig, until then disable |
49 | # on musl | 49 | # on musl |
50 | # Something like this https://code.videolan.org/ePirat/vlc/-/commit/01fd9fe4c7f6c5558f7345f38abf0152e17853ab is needed to fix it | 50 | # Something like this https://code.videolan.org/ePirat/vlc/-/commit/01fd9fe4c7f6c5558f7345f38abf0152e17853ab is needed to fix it |
51 | COMPATIBLE_HOST_libc-musl = "null" | 51 | COMPATIBLE_HOST:libc-musl = "null" |
52 | COMPATIBLE_HOST_mips = "null" | 52 | COMPATIBLE_HOST:mips = "null" |
53 | COMPATIBLE_HOST_riscv64 = "null" | 53 | COMPATIBLE_HOST:riscv64 = "null" |
54 | COMPATIBLE_HOST_riscv32 = "null" | 54 | COMPATIBLE_HOST:riscv32 = "null" |
55 | COMPATIBLE_HOST_powerpc = "null" | 55 | COMPATIBLE_HOST:powerpc = "null" |
diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb index 637770af24..e2e6de6b5f 100644 --- a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb +++ b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | |||
@@ -15,15 +15,15 @@ inherit autotools pkgconfig | |||
15 | 15 | ||
16 | DEPENDS += "libdaemon" | 16 | DEPENDS += "libdaemon" |
17 | 17 | ||
18 | RDEPENDS_${PN} = "iproute2-tipc" | 18 | RDEPENDS:${PN} = "iproute2-tipc" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
23 | ( cd ${S}; ${S}/bootstrap ) | 23 | ( cd ${S}; ${S}/bootstrap ) |
24 | } | 24 | } |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | demos="benchmark hello_world topology_subscr_demo connection_demo \ | 27 | demos="benchmark hello_world topology_subscr_demo connection_demo \ |
28 | multicast_demo stream_demo" | 28 | multicast_demo stream_demo" |
29 | for i in $demos;do | 29 | for i in $demos;do |
@@ -44,6 +44,6 @@ do_install_append() { | |||
44 | } | 44 | } |
45 | 45 | ||
46 | PACKAGES += "${PN}-demos" | 46 | PACKAGES += "${PN}-demos" |
47 | FILES_${PN}-dbg += "/opt/tipcutils/demos/*/.debug /opt/tipcutils/ptts/.debug" | 47 | FILES:${PN}-dbg += "/opt/tipcutils/demos/*/.debug /opt/tipcutils/ptts/.debug" |
48 | FILES_${PN}-demos = "/opt/tipcutils/*" | 48 | FILES:${PN}-demos = "/opt/tipcutils/*" |
49 | 49 | ||
diff --git a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb index cf67a08b3e..31d0dae25c 100644 --- a/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb +++ b/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb | |||
@@ -17,7 +17,7 @@ inherit autotools | |||
17 | EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2"" | 17 | EXTRA_OECONF = "CFLAGS="$CFLAGS -I${STAGING_INCDIR}/libxml2"" |
18 | COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc|aarch64).*-linux" | 18 | COMPATIBLE_HOST = "(i.86|x86_64|arm|powerpc|aarch64).*-linux" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure:prepend () { |
21 | # Two bugs in configure.ac when cross-compiling. | 21 | # Two bugs in configure.ac when cross-compiling. |
22 | # 1. The path of libxml2. Specify it in EXTRA_OECONF. | 22 | # 1. The path of libxml2. Specify it in EXTRA_OECONF. |
23 | # 2. hw's value on other platforms. Replace it if the target is | 23 | # 2. hw's value on other platforms. Replace it if the target is |
diff --git a/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb b/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb index df534ddda4..7ae8c51508 100644 --- a/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb +++ b/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://tmate.io/" | |||
5 | LICENSE = "ISC" | 5 | LICENSE = "ISC" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb" |
7 | 7 | ||
8 | DEPENDS_append = " libevent libssh msgpack-c ncurses" | 8 | DEPENDS:append = " libevent libssh msgpack-c ncurses" |
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | git://github.com/tmate-io/tmate.git;protocol=https \ | 10 | git://github.com/tmate-io/tmate.git;protocol=https \ |
11 | " | 11 | " |
diff --git a/meta-oe/recipes-extended/tmux/tmux_3.1c.bb b/meta-oe/recipes-extended/tmux/tmux_3.1c.bb index 7cac48eb6c..ec9fe34cf1 100644 --- a/meta-oe/recipes-extended/tmux/tmux_3.1c.bb +++ b/meta-oe/recipes-extended/tmux/tmux_3.1c.bb | |||
@@ -18,7 +18,7 @@ inherit autotools pkgconfig | |||
18 | PACKAGECONFIG ??= "" | 18 | PACKAGECONFIG ??= "" |
19 | PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," | 19 | PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," |
20 | 20 | ||
21 | do_configure_prepend() { | 21 | do_configure:prepend() { |
22 | # The 'compat' directory is needed for output during the build but it's | 22 | # The 'compat' directory is needed for output during the build but it's |
23 | # not automatically created when building outside the source directory. | 23 | # not automatically created when building outside the source directory. |
24 | mkdir -p ${B}/compat | 24 | mkdir -p ${B}/compat |
diff --git a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb index 38ce4f5571..472a39589e 100644 --- a/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb +++ b/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb | |||
@@ -18,9 +18,9 @@ PACKAGECONFIG[systemd] = ",,systemd" | |||
18 | 18 | ||
19 | INITSCRIPT_NAME = "triggerhappy" | 19 | INITSCRIPT_NAME = "triggerhappy" |
20 | INITSCRIPT_PARAMS = "defaults" | 20 | INITSCRIPT_PARAMS = "defaults" |
21 | SYSTEMD_SERVICE_${PN} = "triggerhappy.service triggerhappy.socket" | 21 | SYSTEMD_SERVICE:${PN} = "triggerhappy.service triggerhappy.socket" |
22 | 22 | ||
23 | FILES_${PN} = "\ | 23 | FILES:${PN} = "\ |
24 | ${sbindir}/thd \ | 24 | ${sbindir}/thd \ |
25 | ${sbindir}/th-cmd \ | 25 | ${sbindir}/th-cmd \ |
26 | ${sysconfdir}/triggerhappy/triggers.d \ | 26 | ${sysconfdir}/triggerhappy/triggers.d \ |
@@ -28,9 +28,9 @@ FILES_${PN} = "\ | |||
28 | ${sysconfdir}/init.d/triggerhappy \ | 28 | ${sysconfdir}/init.d/triggerhappy \ |
29 | ${systemd_unitdir}/system \ | 29 | ${systemd_unitdir}/system \ |
30 | " | 30 | " |
31 | CONFFILES_${PN} = "${sysconfdir}/udev/rules.d/80-triggerhappy.rules" | 31 | CONFFILES:${PN} = "${sysconfdir}/udev/rules.d/80-triggerhappy.rules" |
32 | 32 | ||
33 | do_install_append() { | 33 | do_install:append() { |
34 | install -d ${D}${sysconfdir}/triggerhappy/triggers.d | 34 | install -d ${D}${sysconfdir}/triggerhappy/triggers.d |
35 | 35 | ||
36 | install -d ${D}${nonarch_base_libdir}/udev/rules.d | 36 | install -d ${D}${nonarch_base_libdir}/udev/rules.d |
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb index f86b2b912e..3e8d87f9aa 100644 --- a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb | |||
@@ -25,7 +25,7 @@ do_install() { | |||
25 | oe_runmake install DESTDIR=${D} | 25 | oe_runmake install DESTDIR=${D} |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} += "${libdir}/uml" | 28 | FILES:${PN} += "${libdir}/uml" |
29 | 29 | ||
30 | ALTERNATIVE_${PN} = "tunctl" | 30 | ALTERNATIVE:${PN} = "tunctl" |
31 | ALTERNATIVE_LINK_NAME[tunctl] = "${bindir}/tunctl" | 31 | ALTERNATIVE_LINK_NAME[tunctl] = "${bindir}/tunctl" |
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb index 6a7611f382..cd7dd9ae0f 100644 --- a/meta-oe/recipes-extended/upm/upm_git.bb +++ b/meta-oe/recipes-extended/upm/upm_git.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/eclipse/${BPN}.git;protocol=http \ | |||
18 | file://0001-cmake-Disable-using-Wno-maybe-uninitialized.patch \ | 18 | file://0001-cmake-Disable-using-Wno-maybe-uninitialized.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI_append_toolchain-clang_x86 = " file://0001-nmea_gps-Link-with-latomic.patch " | 21 | SRC_URI:append:toolchain-clang:x86 = " file://0001-nmea_gps-Link-with-latomic.patch " |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
@@ -30,15 +30,15 @@ inherit distutils3-base cmake pkgconfig | |||
30 | EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off" | 30 | EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off" |
31 | 31 | ||
32 | # override this in local.conf to get needed bindings. | 32 | # override this in local.conf to get needed bindings. |
33 | # BINDINGS_pn-upm="python" | 33 | # BINDINGS:pn-upm="python" |
34 | # will result in only the python bindings being built/packaged. | 34 | # will result in only the python bindings being built/packaged. |
35 | # Note: 'nodejs' is disabled by default because the bindings | 35 | # Note: 'nodejs' is disabled by default because the bindings |
36 | # generation currently fails with nodejs (>v7.x). | 36 | # generation currently fails with nodejs (>v7.x). |
37 | BINDINGS ??= "python" | 37 | BINDINGS ??= "python" |
38 | 38 | ||
39 | # nodejs isn't available for armv4/armv5 architectures | 39 | # nodejs isn't available for armv4/armv5 architectures |
40 | BINDINGS_armv4 ??= "python" | 40 | BINDINGS:armv4 ??= "python" |
41 | BINDINGS_armv5 ??= "python" | 41 | BINDINGS:armv5 ??= "python" |
42 | 42 | ||
43 | PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGES', 'node-${PN}', 'nodejs', '', d)} \ | 43 | PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGES', 'node-${PN}', 'nodejs', '', d)} \ |
44 | ${@bb.utils.contains('PACKAGES', '${PYTHON_PN}-${PN}', 'python', '', d)}" | 44 | ${@bb.utils.contains('PACKAGES', '${PYTHON_PN}-${PN}', 'python', '', d)}" |
@@ -46,15 +46,15 @@ PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGES', 'node-${PN}', 'nodejs', '', | |||
46 | PACKAGECONFIG[python] = "-DBUILDSWIGPYTHON=ON -DPYTHON_LIBRARY=${STAGING_LIBDIR}/lib${PYTHON_DIR}${PYTHON_ABI}.so -DPYTHON_INCLUDE_DIR=${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}, -DBUILDSWIGPYTHON=OFF, swig-native ${PYTHON_PN}," | 46 | PACKAGECONFIG[python] = "-DBUILDSWIGPYTHON=ON -DPYTHON_LIBRARY=${STAGING_LIBDIR}/lib${PYTHON_DIR}${PYTHON_ABI}.so -DPYTHON_INCLUDE_DIR=${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}, -DBUILDSWIGPYTHON=OFF, swig-native ${PYTHON_PN}," |
47 | PACKAGECONFIG[nodejs] = "-DBUILDSWIGNODE=ON, -DBUILDSWIGNODE=OFF, swig-native nodejs-native," | 47 | PACKAGECONFIG[nodejs] = "-DBUILDSWIGNODE=ON, -DBUILDSWIGNODE=OFF, swig-native nodejs-native," |
48 | 48 | ||
49 | do_configure_prepend() { | 49 | do_configure:prepend() { |
50 | sed -i s:\"lib/${_packages_path}:\"${baselib}/${_packages_path}:g ${S}/cmake/modules/OpenCVDetectPython.cmake | 50 | sed -i s:\"lib/${_packages_path}:\"${baselib}/${_packages_path}:g ${S}/cmake/modules/OpenCVDetectPython.cmake |
51 | } | 51 | } |
52 | 52 | ||
53 | FILES_${PYTHON_PN}-${PN} = "${PYTHON_SITEPACKAGES_DIR}" | 53 | FILES:${PYTHON_PN}-${PN} = "${PYTHON_SITEPACKAGES_DIR}" |
54 | RDEPENDS_${PYTHON_PN}-${PN} += "${PYTHON_PN}" | 54 | RDEPENDS:${PYTHON_PN}-${PN} += "${PYTHON_PN}" |
55 | 55 | ||
56 | FILES_node-${PN} = "${prefix}/lib/node_modules/" | 56 | FILES:node-${PN} = "${prefix}/lib/node_modules/" |
57 | RDEPENDS_node-${PN} += "nodejs" | 57 | RDEPENDS:node-${PN} += "nodejs" |
58 | 58 | ||
59 | ### Include desired language bindings ### | 59 | ### Include desired language bindings ### |
60 | PACKAGES =+ "${@bb.utils.contains('BINDINGS', 'nodejs', 'node-${PN}', '', d)}" | 60 | PACKAGES =+ "${@bb.utils.contains('BINDINGS', 'nodejs', 'node-${PN}', '', d)}" |
diff --git a/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb b/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb index 259d3a5e16..3c17d7a3c5 100644 --- a/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb +++ b/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb | |||
@@ -47,13 +47,13 @@ do_configure () { | |||
47 | ${PACKAGECONFIG_CONFARGS} | 47 | ${PACKAGECONFIG_CONFARGS} |
48 | } | 48 | } |
49 | 49 | ||
50 | do_install_append () { | 50 | do_install:append () { |
51 | if [ ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'yes', '', d)} = yes ]; then | 51 | if [ ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'yes', '', d)} = yes ]; then |
52 | install -d -m 0755 ${D}/${sysconfdir}/pam.d | 52 | install -d -m 0755 ${D}/${sysconfdir}/pam.d |
53 | install -m 0644 ${WORKDIR}/vlock_pam ${D}${sysconfdir}/pam.d/vlock | 53 | install -m 0644 ${WORKDIR}/vlock_pam ${D}${sysconfdir}/pam.d/vlock |
54 | fi | 54 | fi |
55 | } | 55 | } |
56 | 56 | ||
57 | ALTERNATIVE_${PN} = "vlock" | 57 | ALTERNATIVE:${PN} = "vlock" |
58 | ALTERNATIVE_PRIORITY = "60" | 58 | ALTERNATIVE_PRIORITY = "60" |
59 | ALTERNATIVE_LINK_NAME[vlock] = "${bindir}/vlock" | 59 | ALTERNATIVE_LINK_NAME[vlock] = "${bindir}/vlock" |
diff --git a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb index e036f714ba..bfecc7ebd8 100644 --- a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb +++ b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb | |||
@@ -32,7 +32,7 @@ PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3" | |||
32 | 32 | ||
33 | EXTRA_OECONF = "--without-python" | 33 | EXTRA_OECONF = "--without-python" |
34 | 34 | ||
35 | RDEPENDS_python3-${BPN} += "${PN}" | 35 | RDEPENDS:python3-${BPN} += "${PN}" |
36 | 36 | ||
37 | PACKAGES += "python3-${BPN}" | 37 | PACKAGES += "python3-${BPN}" |
38 | FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/*" | 38 | FILES:python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/*" |
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb b/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb index 26a9004fb7..f1e87ba220 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb | |||
@@ -38,7 +38,7 @@ EXTRA_OECMAKE += " \ | |||
38 | -DwxUSE_LIBTIFF=sys \ | 38 | -DwxUSE_LIBTIFF=sys \ |
39 | -DwxUSE_REGEX=builtin \ | 39 | -DwxUSE_REGEX=builtin \ |
40 | " | 40 | " |
41 | EXTRA_OECMAKE_append_libc-musl = " \ | 41 | EXTRA_OECMAKE:append:libc-musl = " \ |
42 | -DHAVE_LOCALE_T=OFF \ | 42 | -DHAVE_LOCALE_T=OFF \ |
43 | " | 43 | " |
44 | 44 | ||
@@ -70,7 +70,7 @@ PACKAGECONFIG[opengl] = ",,libglu" | |||
70 | PACKAGECONFIG[sdl_audio] = "-DwxUSE_LIBSDL=ON,-DwxUSE_LIBSDL=OFF,libsdl2" | 70 | PACKAGECONFIG[sdl_audio] = "-DwxUSE_LIBSDL=ON,-DwxUSE_LIBSDL=OFF,libsdl2" |
71 | PACKAGECONFIG[webkit] = "-DwxUSE_WEBVIEW_WEBKIT=ON,-DwxUSE_WEBVIEW_WEBKIT=OFF,webkitgtk,,,no_gui" | 71 | PACKAGECONFIG[webkit] = "-DwxUSE_WEBVIEW_WEBKIT=ON,-DwxUSE_WEBVIEW_WEBKIT=OFF,webkitgtk,,,no_gui" |
72 | 72 | ||
73 | do_compile_append() { | 73 | do_compile:append() { |
74 | # if not at re-compile | 74 | # if not at re-compile |
75 | if [ -L ${B}/wx-config ]; then | 75 | if [ -L ${B}/wx-config ]; then |
76 | # ${B}/wx-config is a symlink for build and not needed after compile | 76 | # ${B}/wx-config is a symlink for build and not needed after compile |
@@ -88,7 +88,7 @@ do_compile_append() { | |||
88 | ${B}/wx-config | 88 | ${B}/wx-config |
89 | } | 89 | } |
90 | 90 | ||
91 | do_install_append() { | 91 | do_install:append() { |
92 | # do not ship bindir if empty | 92 | # do not ship bindir if empty |
93 | rmdir --ignore-fail-on-non-empty ${D}${bindir} | 93 | rmdir --ignore-fail-on-non-empty ${D}${bindir} |
94 | } | 94 | } |
@@ -96,9 +96,9 @@ do_install_append() { | |||
96 | # lib names are not canonical | 96 | # lib names are not canonical |
97 | FILES_SOLIBSDEV = "" | 97 | FILES_SOLIBSDEV = "" |
98 | 98 | ||
99 | FILES_${PN} += " \ | 99 | FILES:${PN} += " \ |
100 | ${libdir}/libwx_*.so \ | 100 | ${libdir}/libwx_*.so \ |
101 | ${libdir}/wx/ \ | 101 | ${libdir}/wx/ \ |
102 | " | 102 | " |
103 | 103 | ||
104 | FILES_${PN}-dev += "${libdir}/wx/include/" | 104 | FILES:${PN}-dev += "${libdir}/wx/include/" |
diff --git a/meta-oe/recipes-extended/zram/zram_0.2.bb b/meta-oe/recipes-extended/zram/zram_0.2.bb index 98c47af7ac..97db34134e 100644 --- a/meta-oe/recipes-extended/zram/zram_0.2.bb +++ b/meta-oe/recipes-extended/zram/zram_0.2.bb | |||
@@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
4 | 4 | ||
5 | inherit update-rc.d systemd | 5 | inherit update-rc.d systemd |
6 | 6 | ||
7 | RDEPENDS_${PN} = "kmod \ | 7 | RDEPENDS:${PN} = "kmod \ |
8 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','util-linux','util-linux-swaponoff',d)}" | 8 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','util-linux','util-linux-swaponoff',d)}" |
9 | RRECOMMENDS_${PN} = "kernel-module-zram" | 9 | RRECOMMENDS:${PN} = "kernel-module-zram" |
10 | 10 | ||
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
@@ -36,7 +36,7 @@ do_install () { | |||
36 | fi | 36 | fi |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN} = " \ | 39 | FILES:${PN} = " \ |
40 | ${sysconfdir} \ | 40 | ${sysconfdir} \ |
41 | ${systemd_unitdir} \ | 41 | ${systemd_unitdir} \ |
42 | ${libexecdir} \ | 42 | ${libexecdir} \ |
@@ -44,7 +44,7 @@ FILES_${PN} = " \ | |||
44 | INITSCRIPT_NAME = "zram" | 44 | INITSCRIPT_NAME = "zram" |
45 | INITSCRIPT_PARAMS = "start 05 2 3 4 5 . stop 22 0 1 6 ." | 45 | INITSCRIPT_PARAMS = "start 05 2 3 4 5 . stop 22 0 1 6 ." |
46 | 46 | ||
47 | RPROVIDES_${PN} += "${PN}-systemd" | 47 | RPROVIDES:${PN} += "${PN}-systemd" |
48 | RREPLACES_${PN} += "${PN}-systemd" | 48 | RREPLACES:${PN} += "${PN}-systemd" |
49 | RCONFLICTS_${PN} += "${PN}-systemd" | 49 | RCONFLICTS:${PN} += "${PN}-systemd" |
50 | SYSTEMD_SERVICE_${PN} = "dev-zram0.swap" | 50 | SYSTEMD_SERVICE:${PN} = "dev-zram0.swap" |
diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb b/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb index a3e8bbf492..b305fe5733 100644 --- a/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb +++ b/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb | |||
@@ -17,4 +17,4 @@ SRC_URI[archive.sha256sum] = "a0bb49765ceccc293ab2c6735ba100431807d384ffa14c2ebd | |||
17 | 17 | ||
18 | EXTRA_OEMESON = "-Dbuild-documentation=false" | 18 | EXTRA_OEMESON = "-Dbuild-documentation=false" |
19 | 19 | ||
20 | FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" | 20 | FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" |
diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb index e70b747892..7f38d42bed 100644 --- a/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb +++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb | |||
@@ -13,6 +13,6 @@ SRC_URI[archive.sha256sum] = "2aea96647a468ba2160a64e17c6dc6afe674ed9ac86070624a | |||
13 | 13 | ||
14 | export ac_cv_have_iconv_detect_h="yes" | 14 | export ac_cv_have_iconv_detect_h="yes" |
15 | 15 | ||
16 | do_configure_append () { | 16 | do_configure:append () { |
17 | cp ${WORKDIR}/iconv-detect.h ${S} | 17 | cp ${WORKDIR}/iconv-detect.h ${S} |
18 | } | 18 | } |
diff --git a/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb b/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb index d874164540..634b60940f 100644 --- a/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb +++ b/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb | |||
@@ -18,7 +18,7 @@ DEPENDS = "" | |||
18 | PACKAGECONFIG ??= "autoconf-archive" | 18 | PACKAGECONFIG ??= "autoconf-archive" |
19 | PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-archive" | 19 | PACKAGECONFIG[autoconf-archive] = "--with-autoconf-archive, --without-autoconf-archive, autoconf-archive" |
20 | 20 | ||
21 | FILES_${PN} += "${datadir}/aclocal" | 21 | FILES:${PN} += "${datadir}/aclocal" |
22 | FILES_${PN}-dev = "" | 22 | FILES:${PN}-dev = "" |
23 | 23 | ||
24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb index f7fbedd6e0..ec258ae982 100644 --- a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb +++ b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb | |||
@@ -9,10 +9,10 @@ SRC_URI = "file://gnome-doc-utils.m4" | |||
9 | 9 | ||
10 | PROVIDES = "gnome-doc-utils" | 10 | PROVIDES = "gnome-doc-utils" |
11 | 11 | ||
12 | do_install_append() { | 12 | do_install:append() { |
13 | install -d ${D}${datadir}/aclocal/ | 13 | install -d ${D}${datadir}/aclocal/ |
14 | install ${WORKDIR}/gnome-doc-utils.m4 ${D}${datadir}/aclocal/ | 14 | install ${WORKDIR}/gnome-doc-utils.m4 ${D}${datadir}/aclocal/ |
15 | } | 15 | } |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}" | 17 | FILES:${PN} += "${datadir}" |
18 | 18 | ||
diff --git a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb index ac594711cd..3a018bb519 100644 --- a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb +++ b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a | |||
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-gtk3-engine" | 18 | EXTRA_OECONF = "--disable-gtk3-engine" |
19 | 19 | ||
20 | do_install_append() { | 20 | do_install:append() { |
21 | # Only building Adwaita, remove highcontrast files | 21 | # Only building Adwaita, remove highcontrast files |
22 | rm -rf ${D}${prefix}/share/themes/HighContrast \ | 22 | rm -rf ${D}${prefix}/share/themes/HighContrast \ |
23 | ${D}${prefix}/share/icons | 23 | ${D}${prefix}/share/icons |
@@ -32,11 +32,11 @@ PACKAGES += "gnome-theme-adwaita \ | |||
32 | gnome-theme-adwaita-dark \ | 32 | gnome-theme-adwaita-dark \ |
33 | " | 33 | " |
34 | 34 | ||
35 | FILES_gnome-theme-adwaita = "${prefix}/share/themes/Adwaita \ | 35 | FILES:gnome-theme-adwaita = "${prefix}/share/themes/Adwaita \ |
36 | ${libdir}/gtk-2.0/2.10.0/engines/libadwaita.so" | 36 | ${libdir}/gtk-2.0/2.10.0/engines/libadwaita.so" |
37 | 37 | ||
38 | FILES_gnome-theme-adwaita-dark = "${prefix}/share/themes/Adwaita-dark" | 38 | FILES:gnome-theme-adwaita-dark = "${prefix}/share/themes/Adwaita-dark" |
39 | RDEPENDS_gnome-theme-adwaita-dark = "gnome-theme-adwaita" | 39 | RDEPENDS:gnome-theme-adwaita-dark = "gnome-theme-adwaita" |
40 | 40 | ||
41 | # gnome-themes-standard is empty and doesn't exist | 41 | # gnome-themes-standard is empty and doesn't exist |
42 | RDEPENDS_${PN}-dev = "" | 42 | RDEPENDS:${PN}-dev = "" |
diff --git a/meta-oe/recipes-gnome/gtk+/gtk+.inc b/meta-oe/recipes-gnome/gtk+/gtk+.inc index ccbcfc8da4..124e3db9b9 100644 --- a/meta-oe/recipes-gnome/gtk+/gtk+.inc +++ b/meta-oe/recipes-gnome/gtk+/gtk+.inc | |||
@@ -32,12 +32,12 @@ inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache gobj | |||
32 | 32 | ||
33 | PACKAGES += "libgail gtk-demo" | 33 | PACKAGES += "libgail gtk-demo" |
34 | 34 | ||
35 | FILES_${PN} += "${bindir}/gtk-update-icon-cache-2.0 \ | 35 | FILES:${PN} += "${bindir}/gtk-update-icon-cache-2.0 \ |
36 | ${bindir}/gtk-query-immodules-2.0 \ | 36 | ${bindir}/gtk-query-immodules-2.0 \ |
37 | ${datadir}/themes ${sysconfdir} \ | 37 | ${datadir}/themes ${sysconfdir} \ |
38 | ${libdir}/gtk-2.0/${LIBV}/engines/libpixmap.so" | 38 | ${libdir}/gtk-2.0/${LIBV}/engines/libpixmap.so" |
39 | 39 | ||
40 | FILES_${PN}-dev += " \ | 40 | FILES:${PN}-dev += " \ |
41 | ${datadir}/gtk-2.0/include \ | 41 | ${datadir}/gtk-2.0/include \ |
42 | ${libdir}/gtk-2.0/include \ | 42 | ${libdir}/gtk-2.0/include \ |
43 | ${libdir}/gtk-2.0/modules/*.la \ | 43 | ${libdir}/gtk-2.0/modules/*.la \ |
@@ -47,12 +47,12 @@ FILES_${PN}-dev += " \ | |||
47 | ${libdir}/gtk-2.0/${LIBV}/engines/*.la \ | 47 | ${libdir}/gtk-2.0/${LIBV}/engines/*.la \ |
48 | ${bindir}/gtk-builder-convert" | 48 | ${bindir}/gtk-builder-convert" |
49 | 49 | ||
50 | FILES_gtk-demo = " \ | 50 | FILES:gtk-demo = " \ |
51 | ${datadir}/gtk-2.0/demo/* \ | 51 | ${datadir}/gtk-2.0/demo/* \ |
52 | ${bindir}/gtk-demo \ | 52 | ${bindir}/gtk-demo \ |
53 | " | 53 | " |
54 | 54 | ||
55 | FILES_libgail = " \ | 55 | FILES:libgail = " \ |
56 | ${libdir}/gtk-2.0/modules/libgail.so \ | 56 | ${libdir}/gtk-2.0/modules/libgail.so \ |
57 | ${libdir}/gtk-2.0/modules/libferret.so \ | 57 | ${libdir}/gtk-2.0/modules/libferret.so \ |
58 | " | 58 | " |
@@ -67,13 +67,13 @@ GTKBASE_RRECOMMENDS ?= "liberation-fonts \ | |||
67 | " | 67 | " |
68 | GTKGLIBC_RRECOMMENDS ?= "${GTKBASE_RRECOMMENDS} glibc-gconv-iso8859-1" | 68 | GTKGLIBC_RRECOMMENDS ?= "${GTKBASE_RRECOMMENDS} glibc-gconv-iso8859-1" |
69 | 69 | ||
70 | RRECOMMENDS_${PN} = "${GTKBASE_RRECOMMENDS}" | 70 | RRECOMMENDS:${PN} = "${GTKBASE_RRECOMMENDS}" |
71 | RRECOMMENDS_${PN}_libc-glibc = "${GTKGLIBC_RRECOMMENDS}" | 71 | RRECOMMENDS:${PN}:libc-glibc = "${GTKGLIBC_RRECOMMENDS}" |
72 | 72 | ||
73 | ALTERNATIVE_${PN} = "gtk-update-icon-cache" | 73 | ALTERNATIVE:${PN} = "gtk-update-icon-cache" |
74 | ALTERNATIVE_TARGET[gtk-update-icon-cache] = "${bindir}/gtk-update-icon-cache-2.0" | 74 | ALTERNATIVE_TARGET[gtk-update-icon-cache] = "${bindir}/gtk-update-icon-cache-2.0" |
75 | 75 | ||
76 | do_compile_prepend() { | 76 | do_compile:prepend() { |
77 | export GIR_EXTRA_LIBS_PATH="${B}/gdk/.libs" | 77 | export GIR_EXTRA_LIBS_PATH="${B}/gdk/.libs" |
78 | } | 78 | } |
79 | 79 | ||
diff --git a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb index 0c2e353a9a..ccd82b91f2 100644 --- a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb +++ b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb | |||
@@ -21,7 +21,7 @@ LIBV = "2.10.0" | |||
21 | 21 | ||
22 | PACKAGES_DYNAMIC += "^gtk-immodule-.* ^gtk-printbackend-.*" | 22 | PACKAGES_DYNAMIC += "^gtk-immodule-.* ^gtk-printbackend-.*" |
23 | 23 | ||
24 | python populate_packages_prepend () { | 24 | python populate_packages:prepend () { |
25 | gtk_libdir = d.expand('${libdir}/gtk-2.0/${LIBV}') | 25 | gtk_libdir = d.expand('${libdir}/gtk-2.0/${LIBV}') |
26 | immodules_root = os.path.join(gtk_libdir, 'immodules') | 26 | immodules_root = os.path.join(gtk_libdir, 'immodules') |
27 | printmodules_root = os.path.join(gtk_libdir, 'printbackends'); | 27 | printmodules_root = os.path.join(gtk_libdir, 'printbackends'); |
@@ -30,5 +30,5 @@ python populate_packages_prepend () { | |||
30 | do_split_packages(d, printmodules_root, r'^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s') | 30 | do_split_packages(d, printmodules_root, r'^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s') |
31 | 31 | ||
32 | if (d.getVar('DEBIAN_NAMES')): | 32 | if (d.getVar('DEBIAN_NAMES')): |
33 | d.setVar(d.expand('PKG_${PN}'), '${MLPREFIX}libgtk-2.0') | 33 | d.setVar(d.expand('PKG:${PN}'), '${MLPREFIX}libgtk-2.0') |
34 | } | 34 | } |
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb index 2c5012cb2e..428ec69d76 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb | |||
@@ -20,4 +20,4 @@ SRC_URI[archive.sha256sum] = "856333de86689f6a81c123f2db15d85db9addc438bc3574c36 | |||
20 | 20 | ||
21 | EXTRA_OEMESON = "-Dbuild-demos=false" | 21 | EXTRA_OEMESON = "-Dbuild-demos=false" |
22 | 22 | ||
23 | FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" | 23 | FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" |
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb index bb179447b8..a9bb3387bb 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb | |||
@@ -17,4 +17,4 @@ SRC_URI[archive.sha256sum] = "0680a53b7bf90b4e4bf444d1d89e6df41c777e0bacc96e9c09 | |||
17 | 17 | ||
18 | EXTRA_OECONF = " --disable-documentation " | 18 | EXTRA_OECONF = " --disable-documentation " |
19 | 19 | ||
20 | FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" | 20 | FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" |
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb index b857cc5bd3..e96ef004a3 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb | |||
@@ -29,6 +29,6 @@ PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" | |||
29 | EXTRA_OEMESON = "-Dman=false" | 29 | EXTRA_OEMESON = "-Dman=false" |
30 | GTKDOC_MESON_OPTION = "gtkdoc" | 30 | GTKDOC_MESON_OPTION = "gtkdoc" |
31 | 31 | ||
32 | RDEPENDS_${PN}_class-target = "\ | 32 | RDEPENDS:${PN}:class-target = "\ |
33 | ${@bb.utils.contains('PACKAGECONFIG', 'gpg', 'gnupg', '', d)} \ | 33 | ${@bb.utils.contains('PACKAGECONFIG', 'gpg', 'gnupg', '', d)} \ |
34 | " | 34 | " |
diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb index 316a927846..d2e01833df 100644 --- a/meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb +++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb | |||
@@ -17,10 +17,10 @@ SRC_URI[archive.sha256sum] = "0bf5562e9bfc0382a9dcb81f64340787542568762a3a367d9d | |||
17 | PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject" | 17 | PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject" |
18 | 18 | ||
19 | PACKAGES =+ "${PN}-demo ${PN}-python3" | 19 | PACKAGES =+ "${PN}-demo ${PN}-python3" |
20 | FILES_${PN}-demo = " \ | 20 | FILES:${PN}-demo = " \ |
21 | ${bindir}/peas-demo \ | 21 | ${bindir}/peas-demo \ |
22 | ${libdir}/peas-demo \ | 22 | ${libdir}/peas-demo \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN}-python3 = "python3-pygobject" | 25 | RDEPENDS:${PN}-python3 = "python3-pygobject" |
26 | FILES_${PN}-python3 = "${libdir}/libpeas-1.0/loaders/libpython3loader.so" | 26 | FILES:${PN}-python3 = "${libdir}/libpeas-1.0/loaders/libpython3loader.so" |
diff --git a/meta-oe/recipes-gnome/vte9/vte9.inc b/meta-oe/recipes-gnome/vte9/vte9.inc index 14d194004e..c191a6d29c 100644 --- a/meta-oe/recipes-gnome/vte9/vte9.inc +++ b/meta-oe/recipes-gnome/vte9/vte9.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "Virtual terminal emulator GTK+ widget library" | |||
2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | 2 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" |
3 | LICENSE = "LGPLv2.0" | 3 | LICENSE = "LGPLv2.0" |
4 | DEPENDS = " glib-2.0 gtk+ intltool-native gnome-common-native ncurses" | 4 | DEPENDS = " glib-2.0 gtk+ intltool-native gnome-common-native ncurses" |
5 | RDEPENDS_libvte = "vte-termcap" | 5 | RDEPENDS:libvte = "vte-termcap" |
6 | 6 | ||
7 | # help gnomebase get the SRC_URI correct | 7 | # help gnomebase get the SRC_URI correct |
8 | GNOMEBN = "vte" | 8 | GNOMEBN = "vte" |
@@ -14,5 +14,5 @@ ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | |||
14 | EXTRA_OECONF = "--disable-python" | 14 | EXTRA_OECONF = "--disable-python" |
15 | 15 | ||
16 | PACKAGES =+ "libvte9 vte9-termcap" | 16 | PACKAGES =+ "libvte9 vte9-termcap" |
17 | FILES_libvte9 = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | 17 | FILES:libvte9 = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" |
18 | FILES_vte9-termcap = "${datadir}/vte/termcap-0.0" | 18 | FILES:vte9-termcap = "${datadir}/vte/termcap-0.0" |
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 d49a509a0e..a697e36cd8 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 32f0815921..985706a8a3 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 e11f7a60f6..7ac21779a9 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 007385101c..f1e994863a 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 419881d5ca..dfd137c041 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 7ac302821a..99953189e6 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 1e49e68f89..88c6337613 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 1863f95f0f..26d51bdafd 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 51f5a4eca1..96877577e7 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 c5a7c5bff8..a2eb864b97 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 791ea8db16..e4be2d7f41 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 ebb0c34169..6f8d424a99 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 8fe837b75c..7d2515e075 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 b4d94ff6a2..a2ecf95d41 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 e1cb3d4a51..ce2a83dcdb 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 085aaae128..a90d40e4d8 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 de28af8baf..e633854887 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 35029f5176..9e57560d27 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 ea8e9eaa30..14f30e097a 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 d8b378f2cd..6673ba3d4b 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 0a346bd9e6..1218b68804 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 6b6a531d38..897a33f084 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 0ea96fe1b8..f09dc5efb2 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 7d896cf00b..5787e988dd 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 d91a1856b4..785ce6c8ae 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 11bba430e7..3ed9e9473f 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 fdf01618a2..b298684fff 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 acab7d4568..b15343c2c7 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 216bbb624a..2a8a8859b7 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 ac2634d8ed..3f6ab44525 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 7ba8f38a90..a44e79362d 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 53c5898211..bb1e7528ee 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 e269a264f8..6ada9b7d27 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 62aa4b43db..9f610ef737 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 3069d2dedd..0af6ac006e 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 f7e126e95b..0aa100fa29 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 fa74fb39ef..62d4cba5fc 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 1f0f2f7f2c..c4bb1d2dfa 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 d99ff144be..9ddfc6ae73 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 789e7eb99d..7eddf1da41 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 fd2973bc2b..dea579c4f9 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 3b5032f06d..7856fabb5b 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 c45fc028fc..057a1772a4 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 326818eef0..2cdac40fba 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 5d10195f73..3402d0d46a 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 9fbfc8b49c..fcc6a2364f 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 4a26a2f575..27fe9dbaf6 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 c91d1671fe..fc3a6b7947 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 728250538d..aa43c92299 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 d3dd417dc1..29a1f6ba75 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 9de02b0f3c..73c8eb41a1 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 03f30bf4ac..0de4996660 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 8dba7ee6fa..4cec02db9f 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 e030bd1907..5e355eefa7 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 9c89f97f3f..964a67600c 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 bf32fedc3b..2ae1d619c0 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 57efea86ae..d186bc5a9a 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 7204c926ae..b2e2ed8b48 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 2ef6c57e18..b21fbdf8a2 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 c9cb74c9f7..f72b8b6fe7 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 efcf1b6165..31e710a95e 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 6dc39b17b7..9d6a9a6c2e 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 ac60a365f0..e9aa5721f7 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 521caff74f..1870c78f99 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 efdcec8404..945a5f3a85 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 06a3fe5338..05c2d825d0 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 b8aa4c01c5..e81515f85e 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 e522810a24..aa4a377234 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 1207a61b84..20c5f6e2a2 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 7e22038f24..e56803e4ea 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 b6790a0855..ec2d10608b 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 dc38bd1697..f619214731 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 a67992ee95..1c1371b032 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 50ce9a59e0..21b20f42fa 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 ad6bd17ad8..d4e9597bdf 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 45caaacf2f..0c259dc3a0 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 e0d3dcec13..81bfcf1142 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 4d26db6681..37183b12b7 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 85687611e7..c9da9f5a1e 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 1f63047c78..830ca7ac90 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 b436ef1e4a..3b7bbd138b 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 d3395496af..3ba28d9a83 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 c113d51dcd..a9ae901d05 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 5c9061a058..fb24c63847 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 d7dd109322..8fcdb7ca47 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 5c00b4b6ad..2c51c65485 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 f9bdaf366a..67ebccd02e 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 872ef4d016..9d0dc99c00 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 a4ae91a388..e32fad5e32 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 ee8cb360ad..ba4575bc29 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 355fb528f8..852f93602f 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 06778b3e81..0fe1876c75 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 15f52d8d45..08d9b232e0 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 d67e05844f..ea4563a6e4 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 2c09a4853c..87c373d896 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 3760a37d31..46ce671317 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/" |
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index f0696db59b..76a749644b 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb | |||
@@ -25,7 +25,7 @@ SECURITY_CFLAGS = "" | |||
25 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 25 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
26 | 26 | ||
27 | COMPATIBLE_HOST = "(x86_64).*-linux" | 27 | COMPATIBLE_HOST = "(x86_64).*-linux" |
28 | COMPATIBLE_HOST_libc-musl = 'null' | 28 | COMPATIBLE_HOST:libc-musl = 'null' |
29 | 29 | ||
30 | do_compile() { | 30 | do_compile() { |
31 | oe_runmake | 31 | oe_runmake |
@@ -37,7 +37,7 @@ do_install() { | |||
37 | 37 | ||
38 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 38 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
39 | 39 | ||
40 | python do_package_prepend() { | 40 | python do_package:prepend() { |
41 | d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0]) | 41 | d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0]) |
42 | } | 42 | } |
43 | 43 | ||
diff --git a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb index e861ddb723..bc00e3d326 100644 --- a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb +++ b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb | |||
@@ -47,30 +47,30 @@ PACKAGES =+ " \ | |||
47 | ${PN}-license \ | 47 | ${PN}-license \ |
48 | " | 48 | " |
49 | 49 | ||
50 | RDEPENDS_${PN}-bcm20702a1 = "${PN}-license" | 50 | RDEPENDS:${PN}-bcm20702a1 = "${PN}-license" |
51 | RDEPENDS_${PN}-bcm20702b0 = "${PN}-license" | 51 | RDEPENDS:${PN}-bcm20702b0 = "${PN}-license" |
52 | RDEPENDS_${PN}-bcm20703a1 = "${PN}-license" | 52 | RDEPENDS:${PN}-bcm20703a1 = "${PN}-license" |
53 | RDEPENDS_${PN}-bcm43142a0 = "${PN}-license" | 53 | RDEPENDS:${PN}-bcm43142a0 = "${PN}-license" |
54 | RDEPENDS_${PN}-bcm4335c0 = "${PN}-license" | 54 | RDEPENDS:${PN}-bcm4335c0 = "${PN}-license" |
55 | RDEPENDS_${PN}-bcm4350c5 = "${PN}-license" | 55 | RDEPENDS:${PN}-bcm4350c5 = "${PN}-license" |
56 | RDEPENDS_${PN}-bcm4356a2 = "${PN}-license" | 56 | RDEPENDS:${PN}-bcm4356a2 = "${PN}-license" |
57 | RDEPENDS_${PN}-bcm4371c2 = "${PN}-license" | 57 | RDEPENDS:${PN}-bcm4371c2 = "${PN}-license" |
58 | 58 | ||
59 | FILES_${PN}-bcm20702a1 = "${nonarch_base_libdir}/firmware/brcm/BCM20702A1*hcd" | 59 | FILES:${PN}-bcm20702a1 = "${nonarch_base_libdir}/firmware/brcm/BCM20702A1*hcd" |
60 | FILES_${PN}-bcm20702b0 = "${nonarch_base_libdir}/firmware/brcm/BCM20702B0*hcd" | 60 | FILES:${PN}-bcm20702b0 = "${nonarch_base_libdir}/firmware/brcm/BCM20702B0*hcd" |
61 | FILES_${PN}-bcm20703a1 = "${nonarch_base_libdir}/firmware/brcm/BCM20703A1*hcd" | 61 | FILES:${PN}-bcm20703a1 = "${nonarch_base_libdir}/firmware/brcm/BCM20703A1*hcd" |
62 | FILES_${PN}-bcm43142a0 = "${nonarch_base_libdir}/firmware/brcm/BCM43142A0*hcd" | 62 | FILES:${PN}-bcm43142a0 = "${nonarch_base_libdir}/firmware/brcm/BCM43142A0*hcd" |
63 | FILES_${PN}-bcm4335c0 = "${nonarch_base_libdir}/firmware/brcm/BCM4335C0*hcd" | 63 | FILES:${PN}-bcm4335c0 = "${nonarch_base_libdir}/firmware/brcm/BCM4335C0*hcd" |
64 | FILES_${PN}-bcm4350c5 = "${nonarch_base_libdir}/firmware/brcm/BCM4350C5*hcd" | 64 | FILES:${PN}-bcm4350c5 = "${nonarch_base_libdir}/firmware/brcm/BCM4350C5*hcd" |
65 | FILES_${PN}-bcm4356a2 = "${nonarch_base_libdir}/firmware/brcm/BCM4356A2*hcd" | 65 | FILES:${PN}-bcm4356a2 = "${nonarch_base_libdir}/firmware/brcm/BCM4356A2*hcd" |
66 | FILES_${PN}-bcm4371c2 = "${nonarch_base_libdir}/firmware/brcm/BCM4371C2*hcd" | 66 | FILES:${PN}-bcm4371c2 = "${nonarch_base_libdir}/firmware/brcm/BCM4371C2*hcd" |
67 | FILES_${PN}-license += "${nonarch_base_libdir}/firmware/brcm/LICENSE.broadcom_bcm20702" | 67 | FILES:${PN}-license += "${nonarch_base_libdir}/firmware/brcm/LICENSE.broadcom_bcm20702" |
68 | 68 | ||
69 | FILES_${PN} += "${nonarch_base_libdir}/firmware/brcm/*" | 69 | FILES:${PN} += "${nonarch_base_libdir}/firmware/brcm/*" |
70 | RDEPENDS_${PN} += "${PN}-license" | 70 | RDEPENDS:${PN} += "${PN}-license" |
71 | 71 | ||
72 | # Make broadcom-bt-firmware depend on all of the split-out packages. | 72 | # Make broadcom-bt-firmware depend on all of the split-out packages. |
73 | python populate_packages_prepend () { | 73 | python populate_packages:prepend () { |
74 | firmware_pkgs = oe.utils.packages_filter_out_system(d) | 74 | firmware_pkgs = oe.utils.packages_filter_out_system(d) |
75 | d.appendVar('RDEPENDS_broadcom-bt-firmware', ' ' + ' '.join(firmware_pkgs)) | 75 | d.appendVar('RDEPENDS:broadcom-bt-firmware', ' ' + ' '.join(firmware_pkgs)) |
76 | } | 76 | } |
diff --git a/meta-oe/recipes-kernel/cpupower/cpupower.bb b/meta-oe/recipes-kernel/cpupower/cpupower.bb index cf70eb2c87..c31ccbb4a9 100644 --- a/meta-oe/recipes-kernel/cpupower/cpupower.bb +++ b/meta-oe/recipes-kernel/cpupower/cpupower.bb | |||
@@ -26,9 +26,9 @@ do_install() { | |||
26 | 26 | ||
27 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 27 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
28 | 28 | ||
29 | RDEPENDS_${PN} = "bash" | 29 | RDEPENDS:${PN} = "bash" |
30 | 30 | ||
31 | python do_package_prepend() { | 31 | python do_package:prepend() { |
32 | d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0]) | 32 | d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0]) |
33 | } | 33 | } |
34 | 34 | ||
diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.9.bb b/meta-oe/recipes-kernel/crash/crash_7.2.9.bb index 0b6883a49a..c2d83cb4f0 100644 --- a/meta-oe/recipes-kernel/crash/crash_7.2.9.bb +++ b/meta-oe/recipes-kernel/crash/crash_7.2.9.bb | |||
@@ -38,13 +38,13 @@ UPSTREAM_CHECK_URI = "https://github.com/crash-utility/crash/releases" | |||
38 | inherit gettext | 38 | inherit gettext |
39 | 39 | ||
40 | BBCLASSEXTEND = "native cross" | 40 | BBCLASSEXTEND = "native cross" |
41 | TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}" | 41 | TARGET_CC_ARCH:append = " ${SELECTED_OPTIMIZATION}" |
42 | 42 | ||
43 | # crash 7.1.3 and before don't support mips64/riscv64 | 43 | # crash 7.1.3 and before don't support mips64/riscv64 |
44 | COMPATIBLE_HOST_riscv64 = "null" | 44 | COMPATIBLE_HOST:riscv64 = "null" |
45 | COMPATIBLE_HOST_riscv32 = "null" | 45 | COMPATIBLE_HOST:riscv32 = "null" |
46 | COMPATIBLE_HOST_mipsarchn64 = "null" | 46 | COMPATIBLE_HOST:mipsarchn64 = "null" |
47 | COMPATIBLE_HOST_mipsarchn32 = "null" | 47 | COMPATIBLE_HOST:mipsarchn32 = "null" |
48 | 48 | ||
49 | 49 | ||
50 | EXTRA_OEMAKE = 'RPMPKG="${PV}" \ | 50 | EXTRA_OEMAKE = 'RPMPKG="${PV}" \ |
@@ -54,20 +54,20 @@ EXTRA_OEMAKE = 'RPMPKG="${PV}" \ | |||
54 | LDFLAGS="${LDFLAGS}" \ | 54 | LDFLAGS="${LDFLAGS}" \ |
55 | ' | 55 | ' |
56 | 56 | ||
57 | EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \ | 57 | EXTRA_OEMAKE:class-cross = 'RPMPKG="${PV}" \ |
58 | GDB_TARGET="${BUILD_SYS} --target=${TARGET_SYS}" \ | 58 | GDB_TARGET="${BUILD_SYS} --target=${TARGET_SYS}" \ |
59 | GDB_HOST="${BUILD_SYS}" \ | 59 | GDB_HOST="${BUILD_SYS}" \ |
60 | GDB_MAKE_JOBS="${PARALLEL_MAKE}" \ | 60 | GDB_MAKE_JOBS="${PARALLEL_MAKE}" \ |
61 | ' | 61 | ' |
62 | 62 | ||
63 | EXTRA_OEMAKE_append_class-native = " LDFLAGS='${BUILD_LDFLAGS}'" | 63 | EXTRA_OEMAKE:append:class-native = " LDFLAGS='${BUILD_LDFLAGS}'" |
64 | EXTRA_OEMAKE_append_class-cross = " LDFLAGS='${BUILD_LDFLAGS}'" | 64 | EXTRA_OEMAKE:append:class-cross = " LDFLAGS='${BUILD_LDFLAGS}'" |
65 | 65 | ||
66 | do_configure() { | 66 | do_configure() { |
67 | : | 67 | : |
68 | } | 68 | } |
69 | 69 | ||
70 | do_compile_prepend() { | 70 | do_compile:prepend() { |
71 | case ${TARGET_ARCH} in | 71 | case ${TARGET_ARCH} in |
72 | aarch64*) ARCH=ARM64 ;; | 72 | aarch64*) ARCH=ARM64 ;; |
73 | arm*) ARCH=ARM ;; | 73 | arm*) ARCH=ARM ;; |
@@ -87,7 +87,7 @@ do_compile() { | |||
87 | oe_runmake ${EXTRA_OEMAKE} RECIPE_SYSROOT=${RECIPE_SYSROOT} | 87 | oe_runmake ${EXTRA_OEMAKE} RECIPE_SYSROOT=${RECIPE_SYSROOT} |
88 | } | 88 | } |
89 | 89 | ||
90 | do_install_prepend () { | 90 | do_install:prepend () { |
91 | install -d ${D}${bindir} | 91 | install -d ${D}${bindir} |
92 | install -d ${D}/${mandir}/man8 | 92 | install -d ${D}/${mandir}/man8 |
93 | install -d ${D}${includedir}/crash | 93 | install -d ${D}${includedir}/crash |
@@ -96,25 +96,25 @@ do_install_prepend () { | |||
96 | install -m 0644 ${S}/defs.h ${D}${includedir}/crash | 96 | install -m 0644 ${S}/defs.h ${D}${includedir}/crash |
97 | } | 97 | } |
98 | 98 | ||
99 | do_install_class-target () { | 99 | do_install:class-target () { |
100 | oe_runmake DESTDIR=${D} install | 100 | oe_runmake DESTDIR=${D} install |
101 | } | 101 | } |
102 | 102 | ||
103 | do_install_class-native () { | 103 | do_install:class-native () { |
104 | oe_runmake DESTDIR=${D}${STAGING_DIR_NATIVE} install | 104 | oe_runmake DESTDIR=${D}${STAGING_DIR_NATIVE} install |
105 | } | 105 | } |
106 | 106 | ||
107 | do_install_class-cross () { | 107 | do_install:class-cross () { |
108 | install -m 0755 ${S}/crash ${D}/${bindir} | 108 | install -m 0755 ${S}/crash ${D}/${bindir} |
109 | } | 109 | } |
110 | 110 | ||
111 | RDEPENDS_${PN} += "liblzma" | 111 | RDEPENDS:${PN} += "liblzma" |
112 | RDEPENDS_${PN}_class-native = "" | 112 | RDEPENDS:${PN}:class-native = "" |
113 | RDEPENDS_${PN}_class-cross = "" | 113 | RDEPENDS:${PN}:class-cross = "" |
114 | 114 | ||
115 | # Causes gcc to get stuck and eat all available memory in qemuarm builds | 115 | # Causes gcc to get stuck and eat all available memory in qemuarm builds |
116 | # jenkins 15161 100 12.5 10389596 10321284 ? R 11:40 28:17 /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.2/cc1 -quiet -I . -I . -I ./common -I ./config -I ./../include/opcode -I ./../opcodes/.. -I ./../readline/.. -I ../bfd -I ./../bfd -I ./../include -I ../libdecnumber -I ./../libdecnumber -I ./gnulib/import -I build-gnulib/import -isysroot /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm -MMD eval.d -MF .deps/eval.Tpo -MP -MT eval.o -D LOCALEDIR="/usr/local/share/locale" -D CRASH_MERGE -D HAVE_CONFIG_H -D TUI=1 eval.c -quiet -dumpbase eval.c -march=armv5te -mthumb -mthumb-interwork -mtls-dialect=gnu -auxbase-strip eval.o -g -O2 -Wall -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -feliminate-unused-debug-types -o - | 116 | # jenkins 15161 100 12.5 10389596 10321284 ? R 11:40 28:17 /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.2/cc1 -quiet -I . -I . -I ./common -I ./config -I ./../include/opcode -I ./../opcodes/.. -I ./../readline/.. -I ../bfd -I ./../bfd -I ./../include -I ../libdecnumber -I ./../libdecnumber -I ./gnulib/import -I build-gnulib/import -isysroot /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm -MMD eval.d -MF .deps/eval.Tpo -MP -MT eval.o -D LOCALEDIR="/usr/local/share/locale" -D CRASH_MERGE -D HAVE_CONFIG_H -D TUI=1 eval.c -quiet -dumpbase eval.c -march=armv5te -mthumb -mthumb-interwork -mtls-dialect=gnu -auxbase-strip eval.o -g -O2 -Wall -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -feliminate-unused-debug-types -o - |
117 | ARM_INSTRUCTION_SET = "arm" | 117 | ARM_INSTRUCTION_SET = "arm" |
118 | 118 | ||
119 | # http://errors.yoctoproject.org/Errors/Details/186964/ | 119 | # http://errors.yoctoproject.org/Errors/Details/186964/ |
120 | COMPATIBLE_HOST_libc-musl = 'null' | 120 | COMPATIBLE_HOST:libc-musl = 'null' |
diff --git a/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb b/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb index 53f6de1068..109a46c4dd 100644 --- a/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb +++ b/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "GPLv2" | |||
9 | inherit kernelsrc | 9 | inherit kernelsrc |
10 | 10 | ||
11 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | 11 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' |
12 | COMPATIBLE_HOST_libc-musl = 'null' | 12 | COMPATIBLE_HOST:libc-musl = 'null' |
13 | 13 | ||
14 | do_populate_lic[depends] += "virtual/kernel:do_patch" | 14 | do_populate_lic[depends] += "virtual/kernel:do_patch" |
15 | 15 | ||
diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb index 11cf935c73..d0f246b934 100644 --- a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb +++ b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | |||
7 | DEPENDS = "rsync-native llvm-native" | 7 | DEPENDS = "rsync-native llvm-native" |
8 | 8 | ||
9 | # for musl libc | 9 | # for musl libc |
10 | SRC_URI_append_libc-musl = "\ | 10 | SRC_URI:append:libc-musl = "\ |
11 | file://userfaultfd.patch \ | 11 | file://userfaultfd.patch \ |
12 | " | 12 | " |
13 | SRC_URI += "file://run-ptest \ | 13 | SRC_URI += "file://run-ptest \ |
@@ -19,17 +19,17 @@ SRC_URI += "file://run-ptest \ | |||
19 | # bpf was added in 4.10 with: https://github.com/torvalds/linux/commit/5aa5bd14c5f8660c64ceedf14a549781be47e53d | 19 | # bpf was added in 4.10 with: https://github.com/torvalds/linux/commit/5aa5bd14c5f8660c64ceedf14a549781be47e53d |
20 | # if you have older kernel than that you need to remove it from PACKAGECONFIG | 20 | # if you have older kernel than that you need to remove it from PACKAGECONFIG |
21 | PACKAGECONFIG ??= "firmware" | 21 | PACKAGECONFIG ??= "firmware" |
22 | PACKAGECONFIG_remove_x86 = "bpf" | 22 | PACKAGECONFIG:remove:x86 = "bpf" |
23 | PACKAGECONFIG_remove_arm = "bpf vm" | 23 | PACKAGECONFIG:remove:arm = "bpf vm" |
24 | # host ptrace.h is used to compile BPF target but mips ptrace.h is needed | 24 | # host ptrace.h is used to compile BPF target but mips ptrace.h is needed |
25 | # progs/loop1.c:21:9: error: incomplete definition of type 'struct user_pt_regs' | 25 | # progs/loop1.c:21:9: error: incomplete definition of type 'struct user_pt_regs' |
26 | # m = PT_REGS_RC(ctx); | 26 | # m = PT_REGS_RC(ctx); |
27 | # vm tests need libhugetlbfs starting 5.8+ (https://lkml.org/lkml/2020/4/22/1654) | 27 | # vm tests need libhugetlbfs starting 5.8+ (https://lkml.org/lkml/2020/4/22/1654) |
28 | PACKAGECONFIG_remove_qemumips = "bpf vm" | 28 | PACKAGECONFIG:remove:qemumips = "bpf vm" |
29 | 29 | ||
30 | # riscv does not support libhugetlbfs yet | 30 | # riscv does not support libhugetlbfs yet |
31 | PACKAGECONFIG_remove_riscv64 = "vm" | 31 | PACKAGECONFIG:remove:riscv64 = "vm" |
32 | PACKAGECONFIG_remove_riscv32 = "vm" | 32 | PACKAGECONFIG:remove:riscv32 = "vm" |
33 | 33 | ||
34 | PACKAGECONFIG[bpf] = ",,elfutils libcap libcap-ng rsync-native," | 34 | PACKAGECONFIG[bpf] = ",,elfutils libcap libcap-ng rsync-native," |
35 | PACKAGECONFIG[firmware] = ",,libcap, bash" | 35 | PACKAGECONFIG[firmware] = ",,libcap, bash" |
@@ -125,14 +125,14 @@ remove_unrelated() { | |||
125 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 125 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
126 | 126 | ||
127 | INHIBIT_PACKAGE_DEBUG_SPLIT="1" | 127 | INHIBIT_PACKAGE_DEBUG_SPLIT="1" |
128 | FILES_${PN} += "/usr/kernel-selftest" | 128 | FILES:${PN} += "/usr/kernel-selftest" |
129 | 129 | ||
130 | RDEPENDS_${PN} += "python3" | 130 | RDEPENDS:${PN} += "python3" |
131 | # tools/testing/selftests/vm/Makefile doesn't respect LDFLAGS and tools/testing/selftests/Makefile explicitly overrides to empty | 131 | # tools/testing/selftests/vm/Makefile doesn't respect LDFLAGS and tools/testing/selftests/Makefile explicitly overrides to empty |
132 | INSANE_SKIP_${PN} += "ldflags" | 132 | INSANE_SKIP:${PN} += "ldflags" |
133 | 133 | ||
134 | SECURITY_CFLAGS = "" | 134 | SECURITY_CFLAGS = "" |
135 | COMPATIBLE_HOST_libc-musl = 'null' | 135 | COMPATIBLE_HOST:libc-musl = 'null' |
136 | 136 | ||
137 | # It has native clang/llvm dependency, poky distro is reluctant to include them as deps | 137 | # It has native clang/llvm dependency, poky distro is reluctant to include them as deps |
138 | # this helps with world builds on AB | 138 | # this helps with world builds on AB |
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc index 1f70f72054..9e626179f5 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch.inc +++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc | |||
@@ -32,22 +32,22 @@ PACKAGES =+ "kpatch-build" | |||
32 | PROVIDES += "kpatch-build" | 32 | PROVIDES += "kpatch-build" |
33 | 33 | ||
34 | COMPATIBLE_HOST = "(x86_64).*-linux" | 34 | COMPATIBLE_HOST = "(x86_64).*-linux" |
35 | COMPATIBLE_HOST_libc-musl = "null" | 35 | COMPATIBLE_HOST:libc-musl = "null" |
36 | 36 | ||
37 | RDEPENDS_${PN} = "bash binutils" | 37 | RDEPENDS:${PN} = "bash binutils" |
38 | RDEPENDS_kpatch-build = "bash glibc-utils" | 38 | RDEPENDS:kpatch-build = "bash glibc-utils" |
39 | 39 | ||
40 | FILES_${PN} = " \ | 40 | FILES:${PN} = " \ |
41 | ${sbindir}/kpatch \ | 41 | ${sbindir}/kpatch \ |
42 | ${systemd_system_unitdir}/kpatch.service \ | 42 | ${systemd_system_unitdir}/kpatch.service \ |
43 | ${mandir}/man1/kpatch.1.gz \ | 43 | ${mandir}/man1/kpatch.1.gz \ |
44 | ${sysconfdir}/init/kpatch.conf \ | 44 | ${sysconfdir}/init/kpatch.conf \ |
45 | " | 45 | " |
46 | FILES_kpatch-build = " \ | 46 | FILES:kpatch-build = " \ |
47 | ${bindir}/kpatch-build \ | 47 | ${bindir}/kpatch-build \ |
48 | ${libexecdir}/* \ | 48 | ${libexecdir}/* \ |
49 | ${datadir}/kpatch \ | 49 | ${datadir}/kpatch \ |
50 | ${mandir}/man1/kpatch-build.1.gz \ | 50 | ${mandir}/man1/kpatch-build.1.gz \ |
51 | " | 51 | " |
52 | 52 | ||
53 | SYSTEMD_SERVICE_${PN} = "kpatch.service" | 53 | SYSTEMD_SERVICE:${PN} = "kpatch.service" |
diff --git a/meta-oe/recipes-kernel/libpfm/libpfm4_4.11.0.bb b/meta-oe/recipes-kernel/libpfm/libpfm4_4.11.0.bb index 8ffc99f91b..e476370e05 100644 --- a/meta-oe/recipes-kernel/libpfm/libpfm4_4.11.0.bb +++ b/meta-oe/recipes-kernel/libpfm/libpfm4_4.11.0.bb | |||
@@ -21,10 +21,10 @@ SRC_URI[sha256sum] = "5da5f8872bde14b3634c9688d980f68bda28b510268723cc12973eedba | |||
21 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/perfmon2/files/libpfm4/" | 21 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/perfmon2/files/libpfm4/" |
22 | 22 | ||
23 | EXTRA_OEMAKE = "DESTDIR=\"${D}\" PREFIX=\"${prefix}\" LIBDIR=\"${libdir}\" LDCONFIG=\"true\"" | 23 | EXTRA_OEMAKE = "DESTDIR=\"${D}\" PREFIX=\"${prefix}\" LIBDIR=\"${libdir}\" LDCONFIG=\"true\"" |
24 | EXTRA_OEMAKE_append_powerpc = " ARCH=\"powerpc\"" | 24 | EXTRA_OEMAKE:append:powerpc = " ARCH=\"powerpc\"" |
25 | EXTRA_OEMAKE_append_powerpc64 = " ARCH=\"powerpc\" BITMODE=\"64\"" | 25 | EXTRA_OEMAKE:append:powerpc64 = " ARCH=\"powerpc\" BITMODE=\"64\"" |
26 | EXTRA_OEMAKE_append_powerpc64le = " ARCH=\"powerpc\" BITMODE=\"64\"" | 26 | EXTRA_OEMAKE:append:powerpc64le = " ARCH=\"powerpc\" BITMODE=\"64\"" |
27 | EXTRA_OEMAKE_append_aarch64 = " ARCH=\"arm64\"" | 27 | EXTRA_OEMAKE:append:aarch64 = " ARCH=\"arm64\"" |
28 | 28 | ||
29 | S = "${WORKDIR}/libpfm-${PV}" | 29 | S = "${WORKDIR}/libpfm-${PV}" |
30 | 30 | ||
diff --git a/meta-oe/recipes-kernel/linux/linux.inc b/meta-oe/recipes-kernel/linux/linux.inc index 9f14370cd8..f134244762 100644 --- a/meta-oe/recipes-kernel/linux/linux.inc +++ b/meta-oe/recipes-kernel/linux/linux.inc | |||
@@ -34,7 +34,7 @@ kernel_conf_variable() { | |||
34 | fi | 34 | fi |
35 | } | 35 | } |
36 | 36 | ||
37 | do_configure_prepend() { | 37 | do_configure:prepend() { |
38 | echo "" > ${B}/.config | 38 | echo "" > ${B}/.config |
39 | CONF_SED_SCRIPT="" | 39 | CONF_SED_SCRIPT="" |
40 | 40 | ||
@@ -117,15 +117,15 @@ do_configure_prepend() { | |||
117 | yes '' | oe_runmake -C ${S} O=${B} oldconfig | 117 | yes '' | oe_runmake -C ${S} O=${B} oldconfig |
118 | } | 118 | } |
119 | 119 | ||
120 | do_configure_append() { | 120 | do_configure:append() { |
121 | if test -e scripts/Makefile.fwinst ; then | 121 | if test -e scripts/Makefile.fwinst ; then |
122 | sed -i -e "s:-m0644:-m 0644:g" scripts/Makefile.fwinst | 122 | sed -i -e "s:-m0644:-m 0644:g" scripts/Makefile.fwinst |
123 | fi | 123 | fi |
124 | } | 124 | } |
125 | 125 | ||
126 | do_install_append() { | 126 | do_install:append() { |
127 | oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix}/src/linux-${KERNEL_VERSION} ARCH=$ARCH | 127 | oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix}/src/linux-${KERNEL_VERSION} ARCH=$ARCH |
128 | } | 128 | } |
129 | 129 | ||
130 | PACKAGES =+ "kernel-headers" | 130 | PACKAGES =+ "kernel-headers" |
131 | FILES_kernel-headers = "${exec_prefix}/src/linux*" | 131 | FILES:kernel-headers = "${exec_prefix}/src/linux*" |
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb index 79bad0a01c..cf34d34d93 100644 --- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb +++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.9.bb | |||
@@ -14,14 +14,14 @@ SRCBRANCH ?= "master" | |||
14 | SRCREV = "a9ad811c15e769c8e6d8d915a05cebc32f2ea2f5" | 14 | SRCREV = "a9ad811c15e769c8e6d8d915a05cebc32f2ea2f5" |
15 | 15 | ||
16 | DEPENDS = "bzip2 zlib elfutils xz" | 16 | DEPENDS = "bzip2 zlib elfutils xz" |
17 | RDEPENDS_${PN}-tools = "perl ${PN}" | 17 | RDEPENDS:${PN}-tools = "perl ${PN}" |
18 | 18 | ||
19 | # arm and aarch64 would compile but has never been tested upstream. mips would not compile. | 19 | # arm and aarch64 would compile but has never been tested upstream. mips would not compile. |
20 | # | 20 | # |
21 | COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm|aarch64).*-linux" | 21 | COMPATIBLE_HOST = "(x86_64|i.86|powerpc|arm|aarch64).*-linux" |
22 | 22 | ||
23 | PACKAGES =+ "${PN}-tools" | 23 | PACKAGES =+ "${PN}-tools" |
24 | FILES_${PN}-tools = "${bindir}/*.pl" | 24 | FILES:${PN}-tools = "${bindir}/*.pl" |
25 | 25 | ||
26 | SRC_URI = "\ | 26 | SRC_URI = "\ |
27 | git://github.com/makedumpfile/makedumpfile;branch=${SRCBRANCH} \ | 27 | git://github.com/makedumpfile/makedumpfile;branch=${SRCBRANCH} \ |
diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb index 6a04e78919..1b578d33bb 100644 --- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb +++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb | |||
@@ -21,14 +21,14 @@ SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https \ | |||
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | SYSTEMD_SERVICE_${PN} = "minicoredumper.service" | 24 | SYSTEMD_SERVICE:${PN} = "minicoredumper.service" |
25 | SYSTEMD_AUTO_ENABLE = "enable" | 25 | SYSTEMD_AUTO_ENABLE = "enable" |
26 | 26 | ||
27 | INITSCRIPT_PACKAGES = "${PN}" | 27 | INITSCRIPT_PACKAGES = "${PN}" |
28 | INITSCRIPT_NAME_${PN} = "minicoredumper" | 28 | INITSCRIPT_NAME:${PN} = "minicoredumper" |
29 | INITSCRIPT_PARAMS_${PN} = "defaults 89" | 29 | INITSCRIPT_PARAMS:${PN} = "defaults 89" |
30 | 30 | ||
31 | do_install_append() { | 31 | do_install:append() { |
32 | rmdir ${D}${localstatedir}/run | 32 | rmdir ${D}${localstatedir}/run |
33 | install -d ${D}/${sysconfdir}/minicoredumper | 33 | install -d ${D}/${sysconfdir}/minicoredumper |
34 | cp -rf ${S}/etc/* ${D}/${sysconfdir}/ | 34 | cp -rf ${S}/etc/* ${D}/${sysconfdir}/ |
@@ -44,4 +44,4 @@ do_install_append() { | |||
44 | } | 44 | } |
45 | 45 | ||
46 | # http://errors.yoctoproject.org/Errors/Details/186966/ | 46 | # http://errors.yoctoproject.org/Errors/Details/186966/ |
47 | COMPATIBLE_HOST_libc-musl = 'null' | 47 | COMPATIBLE_HOST:libc-musl = 'null' |
diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb index 7a18446823..ee37b6c6b7 100644 --- a/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb +++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb | |||
@@ -11,11 +11,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
11 | SECTION = "devel" | 11 | SECTION = "devel" |
12 | 12 | ||
13 | DEPENDS = "popt binutils" | 13 | DEPENDS = "popt binutils" |
14 | DEPENDS_append_powerpc64 = " libpfm4" | 14 | DEPENDS:append:powerpc64 = " libpfm4" |
15 | DEPENDS_append_powerpc64le = " libpfm4" | 15 | DEPENDS:append:powerpc64le = " libpfm4" |
16 | 16 | ||
17 | COMPATIBLE_HOST_riscv64 = "null" | 17 | COMPATIBLE_HOST:riscv64 = "null" |
18 | COMPATIBLE_HOST_riscv32 = "null" | 18 | COMPATIBLE_HOST:riscv32 = "null" |
19 | 19 | ||
20 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | 20 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ |
21 | file://acinclude.m4 \ | 21 | file://acinclude.m4 \ |
@@ -68,8 +68,8 @@ do_install_ptest() { | |||
68 | libutil++/tests/file_manip_tests.o ${D}${PTEST_PATH}/libutil++/tests | 68 | libutil++/tests/file_manip_tests.o ${D}${PTEST_PATH}/libutil++/tests |
69 | } | 69 | } |
70 | 70 | ||
71 | RDEPENDS_${PN} = "binutils-symlinks" | 71 | RDEPENDS:${PN} = "binutils-symlinks" |
72 | 72 | ||
73 | FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}" | 73 | FILES:${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}" |
74 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" | 74 | FILES:${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la" |
75 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" | 75 | FILES:${PN}-staticdev += "${libdir}/${BPN}/lib*.a" |
diff --git a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb index 4d7a1b2d45..06a02bb1c3 100644 --- a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb +++ b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb | |||
@@ -30,6 +30,6 @@ do_install() { | |||
30 | install -Dm 0755 ${S}/analyze_suspend.py ${D}${bindir}/analyze_suspend.py | 30 | install -Dm 0755 ${S}/analyze_suspend.py ${D}${bindir}/analyze_suspend.py |
31 | } | 31 | } |
32 | 32 | ||
33 | RDEPENDS_${PN} += "python3-core python3-threading python3-datetime python3-compression" | 33 | RDEPENDS:${PN} += "python3-core python3-threading python3-datetime python3-compression" |
34 | RPROVIDES_${PN} = "analyze-suspend" | 34 | RPROVIDES:${PN} = "analyze-suspend" |
35 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-kernel/spidev-test/spidev-test.bb b/meta-oe/recipes-kernel/spidev-test/spidev-test.bb index 974cb1e93c..3907ed59f3 100644 --- a/meta-oe/recipes-kernel/spidev-test/spidev-test.bb +++ b/meta-oe/recipes-kernel/spidev-test/spidev-test.bb | |||
@@ -22,7 +22,7 @@ do_install() { | |||
22 | 22 | ||
23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 23 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
24 | 24 | ||
25 | python do_package_prepend() { | 25 | python do_package:prepend() { |
26 | d.setVar('PKGV', d.getVar("KERNEL_VERSION", True).split("-")[0]) | 26 | d.setVar('PKGV', d.getVar("KERNEL_VERSION", True).split("-")[0]) |
27 | } | 27 | } |
28 | 28 | ||
diff --git a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb index 906ca2c1f3..2735ee78a5 100644 --- a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb +++ b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb | |||
@@ -16,4 +16,4 @@ do_install() { | |||
16 | mv ${D}/${libdir}/traceevent/plugins/*.so ${D}${libdir}/traceevent/plugins/${BPN}/ | 16 | mv ${D}/${libdir}/traceevent/plugins/*.so ${D}${libdir}/traceevent/plugins/${BPN}/ |
17 | } | 17 | } |
18 | 18 | ||
19 | FILES_${PN} += "${libdir}/traceevent/plugins" | 19 | FILES:${PN} += "${libdir}/traceevent/plugins" |
diff --git a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb index 48c72140c8..c9f946459e 100644 --- a/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb +++ b/meta-oe/recipes-kernel/turbostat/turbostat_3.4.bb | |||
@@ -14,7 +14,7 @@ processors." | |||
14 | LICENSE = "GPLv2" | 14 | LICENSE = "GPLv2" |
15 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 15 | LIC_FILES_CHKSUM = "file://../COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
16 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | 16 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' |
17 | COMPATIBLE_HOST_libc-musl = "null" | 17 | COMPATIBLE_HOST:libc-musl = "null" |
18 | 18 | ||
19 | SRC_URI += "\ | 19 | SRC_URI += "\ |
20 | file://COPYING \ | 20 | file://COPYING \ |
@@ -38,7 +38,7 @@ EXTRA_OEMAKE = '\ | |||
38 | # do_configure() is invoked so we can safely copy from it. | 38 | # do_configure() is invoked so we can safely copy from it. |
39 | # | 39 | # |
40 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 40 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
41 | do_configure_prepend() { | 41 | do_configure:prepend() { |
42 | mkdir -p ${S} | 42 | mkdir -p ${S} |
43 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/msr-index.h ${S} | 43 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/msr-index.h ${S} |
44 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/intel-family.h ${S} | 44 | cp -r ${STAGING_KERNEL_DIR}/arch/x86/include/asm/intel-family.h ${S} |
diff --git a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb index 6b955dcfd9..c8ea8b177f 100644 --- a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb +++ b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb | |||
@@ -13,10 +13,10 @@ inherit autotools | |||
13 | 13 | ||
14 | LEAD_SONAME = "libaoss.so.0" | 14 | LEAD_SONAME = "libaoss.so.0" |
15 | 15 | ||
16 | do_configure_prepend () { | 16 | do_configure:prepend () { |
17 | touch NEWS README AUTHORS ChangeLog | 17 | touch NEWS README AUTHORS ChangeLog |
18 | sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in | 18 | sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in |
19 | } | 19 | } |
20 | 20 | ||
21 | # http://errors.yoctoproject.org/Errors/Details/186961/ | 21 | # http://errors.yoctoproject.org/Errors/Details/186961/ |
22 | COMPATIBLE_HOST_libc-musl = 'null' | 22 | COMPATIBLE_HOST:libc-musl = 'null' |
diff --git a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb index 54d396343d..c89204062e 100644 --- a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb +++ b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ | |||
12 | file://0002-Do-not-use-rcmd-on-build-with-musl.patch \ | 12 | file://0002-Do-not-use-rcmd-on-build-with-musl.patch \ |
13 | file://0001-genisoimage-Add-missing-extern-definition.patch \ | 13 | file://0001-genisoimage-Add-missing-extern-definition.patch \ |
14 | " | 14 | " |
15 | SRC_URI_append_class-nativesdk = " \ | 15 | SRC_URI:append:class-nativesdk = " \ |
16 | file://0001-install-netscsid-to-bin-for-nativesdk.patch \ | 16 | file://0001-install-netscsid-to-bin-for-nativesdk.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "efe08e2f3ca478486037b053acd512e9" | 18 | SRC_URI[md5sum] = "efe08e2f3ca478486037b053acd512e9" |
@@ -21,15 +21,15 @@ SRC_URI[sha256sum] = "d1c030756ecc182defee9fe885638c1785d35a2c2a297b4604c0e0dcc7 | |||
21 | inherit cmake | 21 | inherit cmake |
22 | 22 | ||
23 | DEPENDS = "libcap file bzip2" | 23 | DEPENDS = "libcap file bzip2" |
24 | RDEPENDS_dirsplit = "perl" | 24 | RDEPENDS:dirsplit = "perl" |
25 | 25 | ||
26 | PACKAGES =+ "dirsplit genisoimage icedax wodim" | 26 | PACKAGES =+ "dirsplit genisoimage icedax wodim" |
27 | 27 | ||
28 | FILES_dirsplit = " \ | 28 | FILES:dirsplit = " \ |
29 | ${bindir}/dirsplit \ | 29 | ${bindir}/dirsplit \ |
30 | " | 30 | " |
31 | 31 | ||
32 | FILES_genisoimage = " \ | 32 | FILES:genisoimage = " \ |
33 | ${bindir}/devdump \ | 33 | ${bindir}/devdump \ |
34 | ${bindir}/genisoimage \ | 34 | ${bindir}/genisoimage \ |
35 | ${bindir}/isodebug \ | 35 | ${bindir}/isodebug \ |
@@ -39,7 +39,7 @@ FILES_genisoimage = " \ | |||
39 | ${bindir}/mkisofs \ | 39 | ${bindir}/mkisofs \ |
40 | " | 40 | " |
41 | 41 | ||
42 | FILES_icedax = " \ | 42 | FILES:icedax = " \ |
43 | ${bindir}/cdda2mp3 \ | 43 | ${bindir}/cdda2mp3 \ |
44 | ${bindir}/cdda2ogg \ | 44 | ${bindir}/cdda2ogg \ |
45 | ${bindir}/icedax \ | 45 | ${bindir}/icedax \ |
@@ -47,13 +47,13 @@ FILES_icedax = " \ | |||
47 | ${bindir}/readmult \ | 47 | ${bindir}/readmult \ |
48 | " | 48 | " |
49 | 49 | ||
50 | FILES_wodim = " \ | 50 | FILES:wodim = " \ |
51 | ${bindir}/readom \ | 51 | ${bindir}/readom \ |
52 | ${bindir}/wodim \ | 52 | ${bindir}/wodim \ |
53 | ${sbindir}/netscsid \ | 53 | ${sbindir}/netscsid \ |
54 | " | 54 | " |
55 | 55 | ||
56 | do_install_append() { | 56 | do_install:append() { |
57 | ln -sf --relative ${D}${bindir}/genisoimage ${D}${bindir}/mkisofs | 57 | ln -sf --relative ${D}${bindir}/genisoimage ${D}${bindir}/mkisofs |
58 | } | 58 | } |
59 | 59 | ||
diff --git a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb index 5fffe77c2d..1351dc4e17 100644 --- a/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb +++ b/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ | |||
7 | " | 7 | " |
8 | 8 | ||
9 | DEPENDS = "alsa-lib jack dbus" | 9 | DEPENDS = "alsa-lib jack dbus" |
10 | DEPENDS_append_libc-musl = " libexecinfo" | 10 | DEPENDS:append:libc-musl = " libexecinfo" |
11 | 11 | ||
12 | SRCREV = "de37569c926c5886768f892c019e3f0468615038" | 12 | SRCREV = "de37569c926c5886768f892c019e3f0468615038" |
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
@@ -21,8 +21,8 @@ inherit meson pkgconfig | |||
21 | 21 | ||
22 | EXTRA_OEMESON = "-Db_lto=false" | 22 | EXTRA_OEMESON = "-Db_lto=false" |
23 | 23 | ||
24 | LDFLAGS_append_libc-musl = " -lexecinfo" | 24 | LDFLAGS:append:libc-musl = " -lexecinfo" |
25 | 25 | ||
26 | export LINKFLAGS="${LDFLAGS}" | 26 | export LINKFLAGS="${LDFLAGS}" |
27 | 27 | ||
28 | FILES_${PN} += "${datadir}/dbus-1/services" | 28 | FILES:${PN} += "${datadir}/dbus-1/services" |
diff --git a/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb index 934e994e54..c4a271e922 100644 --- a/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb +++ b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb | |||
@@ -32,7 +32,7 @@ PACKAGECONFIG[opus] = "--opus=yes,--opus=no,libopus" | |||
32 | # portaudio is for windows builds only | 32 | # portaudio is for windows builds only |
33 | EXTRA_OECONF = "--portaudio=no" | 33 | EXTRA_OECONF = "--portaudio=no" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'dbus', True, False, d)}; then | 36 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'dbus', True, False, d)}; then |
37 | rm -f ${D}${bindir}/jack_control | 37 | rm -f ${D}${bindir}/jack_control |
38 | fi | 38 | fi |
@@ -40,14 +40,14 @@ do_install_append() { | |||
40 | 40 | ||
41 | PACKAGES =+ "libjack jack-server jack-utils" | 41 | PACKAGES =+ "libjack jack-server jack-utils" |
42 | 42 | ||
43 | RDEPENDS_jack-dev_remove = "${PN} (= ${EXTENDPKGV})" | 43 | RDEPENDS:jack-dev:remove = "${PN} (= ${EXTENDPKGV})" |
44 | 44 | ||
45 | FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" | 45 | FILES:libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" |
46 | FILES_jack-server = " \ | 46 | FILES:jack-server = " \ |
47 | ${datadir}/dbus-1/services \ | 47 | ${datadir}/dbus-1/services \ |
48 | ${bindir}/jackdbus \ | 48 | ${bindir}/jackdbus \ |
49 | ${bindir}/jackd \ | 49 | ${bindir}/jackd \ |
50 | " | 50 | " |
51 | FILES_jack-utils = "${bindir}/*" | 51 | FILES:jack-utils = "${bindir}/*" |
52 | 52 | ||
53 | FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*" | 53 | FILES:${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/*" |
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb b/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb index 3454a5c270..8b57c39e2d 100644 --- a/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb +++ b/meta-oe/recipes-multimedia/libass/libass_0.14.0.bb | |||
@@ -21,10 +21,10 @@ EXTRA_OECONF = " \ | |||
21 | " | 21 | " |
22 | 22 | ||
23 | # Disable compiling with ASM for x86 to avoid textrel | 23 | # Disable compiling with ASM for x86 to avoid textrel |
24 | EXTRA_OECONF_append_x86 = " --disable-asm" | 24 | EXTRA_OECONF:append:x86 = " --disable-asm" |
25 | 25 | ||
26 | PACKAGES =+ "${PN}-tests" | 26 | PACKAGES =+ "${PN}-tests" |
27 | 27 | ||
28 | FILES_${PN}-tests = " \ | 28 | FILES:${PN}-tests = " \ |
29 | ${libdir}/test/test \ | 29 | ${libdir}/test/test \ |
30 | " | 30 | " |
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+0.93+1.bb b/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+0.93+1.bb index 82a16cc94a..d6b898c188 100644 --- a/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+0.93+1.bb +++ b/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+0.93+1.bb | |||
@@ -13,8 +13,8 @@ inherit autotools pkgconfig | |||
13 | 13 | ||
14 | PACKAGES += "${PN}-utils" | 14 | PACKAGES += "${PN}-utils" |
15 | 15 | ||
16 | FILES_${PN} = "${libdir}/${BPN}${SOLIB}" | 16 | FILES:${PN} = "${libdir}/${BPN}${SOLIB}" |
17 | FILES_${PN}-utils = "${bindir}/*" | 17 | FILES:${PN}-utils = "${bindir}/*" |
18 | 18 | ||
19 | python libcdio_split_packages() { | 19 | python libcdio_split_packages() { |
20 | libdir = d.expand('${libdir}') | 20 | libdir = d.expand('${libdir}') |
diff --git a/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb b/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb index e282e89b7f..2340132984 100644 --- a/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb +++ b/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb | |||
@@ -18,8 +18,8 @@ PACKAGECONFIG[vcd-info] = "--enable-vcd-info,--disable-vcd-info,vcdimager" | |||
18 | 18 | ||
19 | PACKAGES += "${PN}-utils" | 19 | PACKAGES += "${PN}-utils" |
20 | 20 | ||
21 | FILES_${PN} = "${libdir}/${BPN}${SOLIB}" | 21 | FILES:${PN} = "${libdir}/${BPN}${SOLIB}" |
22 | FILES_${PN}-utils = "${bindir}/*" | 22 | FILES:${PN}-utils = "${bindir}/*" |
23 | 23 | ||
24 | python libcdio_split_packages() { | 24 | python libcdio_split_packages() { |
25 | libdir = d.expand('${libdir}') | 25 | libdir = d.expand('${libdir}') |
diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.2.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.2.bb index ed7443dfd4..791b4ae3e8 100644 --- a/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.2.bb +++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.2.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "cc190f553758ced7571859e301f802cb4821f164d02bfacfd320c14a4e | |||
9 | 9 | ||
10 | inherit autotools lib_package binconfig pkgconfig | 10 | inherit autotools lib_package binconfig pkgconfig |
11 | 11 | ||
12 | CONFIGUREOPTS_remove = "--disable-silent-rules" | 12 | CONFIGUREOPTS:remove = "--disable-silent-rules" |
diff --git a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb index 8d9246a5ce..2538cc4f12 100644 --- a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb +++ b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \ | |||
17 | file://obsolete_automake_macros.patch \ | 17 | file://obsolete_automake_macros.patch \ |
18 | file://automake-foreign.patch \ | 18 | file://automake-foreign.patch \ |
19 | " | 19 | " |
20 | SRC_URI_append_toolchain-clang = " file://0004-Remove-clang-unsupported-compiler-flags.patch " | 20 | SRC_URI:append:toolchain-clang = " file://0004-Remove-clang-unsupported-compiler-flags.patch " |
21 | 21 | ||
22 | SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c" | 22 | SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c" |
23 | SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" | 23 | SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" |
@@ -27,9 +27,9 @@ S = "${WORKDIR}/libmad-${PV}" | |||
27 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
28 | 28 | ||
29 | EXTRA_OECONF = "-enable-speed --enable-shared" | 29 | EXTRA_OECONF = "-enable-speed --enable-shared" |
30 | EXTRA_OECONF_append_arm = " --enable-fpm=arm" | 30 | EXTRA_OECONF:append:arm = " --enable-fpm=arm" |
31 | 31 | ||
32 | do_configure_prepend () { | 32 | do_configure:prepend () { |
33 | # damn picky automake... | 33 | # damn picky automake... |
34 | touch NEWS AUTHORS ChangeLog | 34 | touch NEWS AUTHORS ChangeLog |
35 | } | 35 | } |
diff --git a/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb b/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb index 668afc8c16..3e528fecf5 100644 --- a/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb +++ b/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094b | |||
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | do_install_append() { | 14 | do_install:append() { |
15 | # The GLib dependency was removed in libmms 0.6.3, but the | 15 | # The GLib dependency was removed in libmms 0.6.3, but the |
16 | # "Requires" was not removed from the pkg-config file. Since we | 16 | # "Requires" was not removed from the pkg-config file. Since we |
17 | # don't have (and don't want) the RDEPENDS on GLib, we should | 17 | # don't have (and don't want) the RDEPENDS on GLib, we should |
diff --git a/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb b/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb index 398daae087..144c737e76 100644 --- a/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb +++ b/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb | |||
@@ -13,7 +13,7 @@ inherit autotools pkgconfig | |||
13 | EXTRA_OECONF = "--disable-option-checking" | 13 | EXTRA_OECONF = "--disable-option-checking" |
14 | 14 | ||
15 | # NOTE: autotools_stage_all does nothing here, we need to do it manually | 15 | # NOTE: autotools_stage_all does nothing here, we need to do it manually |
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -d ${D}${includedir}/libmodplug | 17 | install -d ${D}${includedir}/libmodplug |
18 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/libmodplug | 18 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/libmodplug |
19 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/ | 19 | install -m 0644 ${S}/src/modplug.h ${D}${includedir}/ |
diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.3.1.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.3.1.bb index 29ef2fa448..830bc04734 100644 --- a/meta-oe/recipes-multimedia/libopus/libopus_1.3.1.bb +++ b/meta-oe/recipes-multimedia/libopus/libopus_1.3.1.bb | |||
@@ -29,9 +29,9 @@ EXTRA_OECONF = " \ | |||
29 | " | 29 | " |
30 | 30 | ||
31 | # ne10 is available only for armv7a, armv7ve and aarch64 | 31 | # ne10 is available only for armv7a, armv7ve and aarch64 |
32 | DEPENDS_append_aarch64 = " ne10" | 32 | DEPENDS:append:aarch64 = " ne10" |
33 | DEPENDS_append_armv7a = " ne10" | 33 | DEPENDS:append:armv7a = " ne10" |
34 | DEPENDS_append_armv7ve = " ne10" | 34 | DEPENDS:append:armv7ve = " ne10" |
35 | 35 | ||
36 | python () { | 36 | python () { |
37 | if d.getVar('TARGET_FPU') in [ 'soft' ]: | 37 | if d.getVar('TARGET_FPU') in [ 'soft' ]: |
@@ -50,6 +50,6 @@ python () { | |||
50 | #| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9' | 50 | #| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9' |
51 | #| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8' | 51 | #| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8' |
52 | #| make[2]: *** [celt/celt.lo] Error 1 | 52 | #| make[2]: *** [celt/celt.lo] Error 1 |
53 | ARM_INSTRUCTION_SET_armv5 = "arm" | 53 | ARM_INSTRUCTION_SET:armv5 = "arm" |
54 | 54 | ||
55 | BBCLASSEXTEND = "native nativesdk" | 55 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-multimedia/live555/live555_20210720.bb b/meta-oe/recipes-multimedia/live555/live555_20210720.bb index b30fc1069e..52230cdda5 100644 --- a/meta-oe/recipes-multimedia/live555/live555_20210720.bb +++ b/meta-oe/recipes-multimedia/live555/live555_20210720.bb | |||
@@ -56,7 +56,7 @@ do_install() { | |||
56 | } | 56 | } |
57 | 57 | ||
58 | PACKAGES =+ "live555-openrtsp live555-playsip live555-mediaserver live555-examples" | 58 | PACKAGES =+ "live555-openrtsp live555-playsip live555-mediaserver live555-examples" |
59 | FILES_live555-openrtsp = "${bindir}/openRTSP" | 59 | FILES:live555-openrtsp = "${bindir}/openRTSP" |
60 | FILES_live555-playsip = "${bindir}/playSIP" | 60 | FILES:live555-playsip = "${bindir}/playSIP" |
61 | FILES_live555-mediaserver = "${bindir}/live555MediaServer" | 61 | FILES:live555-mediaserver = "${bindir}/live555MediaServer" |
62 | FILES_live555-examples = "${bindir}/*" | 62 | FILES:live555-examples = "${bindir}/*" |
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb index 1a9150479f..e26c1864e7 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb | |||
@@ -29,15 +29,15 @@ S = "${WORKDIR}/git" | |||
29 | 29 | ||
30 | inherit waf pkgconfig mime-xdg | 30 | inherit waf pkgconfig mime-xdg |
31 | 31 | ||
32 | LDFLAGS_append_riscv64 = " -latomic" | 32 | LDFLAGS:append:riscv64 = " -latomic" |
33 | 33 | ||
34 | LUA ?= "lua" | 34 | LUA ?= "lua" |
35 | LUA_mips64 = "" | 35 | LUA:mips64 = "" |
36 | LUA_powerpc64 = "" | 36 | LUA:powerpc64 = "" |
37 | LUA_powerpc64le = "" | 37 | LUA:powerpc64le = "" |
38 | LUA_riscv64 = "" | 38 | LUA:riscv64 = "" |
39 | LUA_riscv32 = "" | 39 | LUA:riscv32 = "" |
40 | LUA_powerpc = "" | 40 | LUA:powerpc = "" |
41 | 41 | ||
42 | # Note: lua is required to get on-screen-display (controls) | 42 | # Note: lua is required to get on-screen-display (controls) |
43 | PACKAGECONFIG ??= " \ | 43 | PACKAGECONFIG ??= " \ |
@@ -108,7 +108,7 @@ link_waf() { | |||
108 | } | 108 | } |
109 | do_unpack[postfuncs] += "link_waf" | 109 | do_unpack[postfuncs] += "link_waf" |
110 | 110 | ||
111 | FILES_${PN} += " \ | 111 | FILES:${PN} += " \ |
112 | ${datadir}/icons \ | 112 | ${datadir}/icons \ |
113 | ${datadir}/zsh \ | 113 | ${datadir}/zsh \ |
114 | ${datadir}/bash-completion \ | 114 | ${datadir}/bash-completion \ |
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb index 6c07eff764..3e98e71c60 100644 --- a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb +++ b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb | |||
@@ -21,4 +21,4 @@ SRC_URI[sha256sum] = "8fc45bac9722aefa6f022999cbb76242d143c31b314e2dbb38f034f406 | |||
21 | 21 | ||
22 | EXTRA_OECONF = "--disable-lynx " | 22 | EXTRA_OECONF = "--disable-lynx " |
23 | 23 | ||
24 | RDEPENDS_${PN} += "pulseaudio-server" | 24 | RDEPENDS:${PN} += "pulseaudio-server" |
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb index 2261feb56c..866c0c5a7d 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.20.0.bb | |||
@@ -7,9 +7,9 @@ PROVIDES = "libv4l media-ctl" | |||
7 | DEPENDS = "jpeg \ | 7 | DEPENDS = "jpeg \ |
8 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)} \ | 8 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)} \ |
9 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 9 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
10 | DEPENDS_append_libc-musl = " argp-standalone" | 10 | DEPENDS:append:libc-musl = " argp-standalone" |
11 | DEPENDS_append_class-target = " udev" | 11 | DEPENDS:append:class-target = " udev" |
12 | LDFLAGS_append = " -pthread" | 12 | LDFLAGS:append = " -pthread" |
13 | 13 | ||
14 | inherit autotools gettext pkgconfig | 14 | inherit autotools gettext pkgconfig |
15 | 15 | ||
@@ -35,24 +35,24 @@ VIRTUAL-RUNTIME_ir-keytable-keymaps ?= "rc-keymaps" | |||
35 | 35 | ||
36 | PACKAGES =+ "media-ctl ir-keytable rc-keymaps libv4l libv4l-dev" | 36 | PACKAGES =+ "media-ctl ir-keytable rc-keymaps libv4l libv4l-dev" |
37 | 37 | ||
38 | RPROVIDES_${PN}-dbg += "libv4l-dbg" | 38 | RPROVIDES:${PN}-dbg += "libv4l-dbg" |
39 | 39 | ||
40 | FILES_media-ctl = "${bindir}/media-ctl ${libdir}/libmediactl.so.*" | 40 | FILES:media-ctl = "${bindir}/media-ctl ${libdir}/libmediactl.so.*" |
41 | 41 | ||
42 | FILES_ir-keytable = "${bindir}/ir-keytable ${base_libdir}/udev/rules.d/*-infrared.rules" | 42 | FILES:ir-keytable = "${bindir}/ir-keytable ${base_libdir}/udev/rules.d/*-infrared.rules" |
43 | RDEPENDS_ir-keytable += "${VIRTUAL-RUNTIME_ir-keytable-keymaps}" | 43 | RDEPENDS:ir-keytable += "${VIRTUAL-RUNTIME_ir-keytable-keymaps}" |
44 | 44 | ||
45 | FILES_rc-keymaps = "${sysconfdir}/rc* ${base_libdir}/udev/rc*" | 45 | FILES:rc-keymaps = "${sysconfdir}/rc* ${base_libdir}/udev/rc*" |
46 | 46 | ||
47 | FILES_${PN} = "${bindir} ${sbindir}" | 47 | FILES:${PN} = "${bindir} ${sbindir}" |
48 | 48 | ||
49 | FILES_libv4l += "${libdir}/libv4l*${SOLIBS} ${libdir}/libv4l/*.so ${libdir}/libv4l/plugins/*.so \ | 49 | FILES:libv4l += "${libdir}/libv4l*${SOLIBS} ${libdir}/libv4l/*.so ${libdir}/libv4l/plugins/*.so \ |
50 | ${libdir}/libdvbv5*${SOLIBS} \ | 50 | ${libdir}/libdvbv5*${SOLIBS} \ |
51 | ${libdir}/libv4l/*-decomp" | 51 | ${libdir}/libv4l/*-decomp" |
52 | 52 | ||
53 | FILES_libv4l-dev += "${includedir} ${libdir}/pkgconfig \ | 53 | FILES:libv4l-dev += "${includedir} ${libdir}/pkgconfig \ |
54 | ${libdir}/libv4l*${SOLIBSDEV} ${libdir}/*.la \ | 54 | ${libdir}/libv4l*${SOLIBSDEV} ${libdir}/*.la \ |
55 | ${libdir}/v4l*${SOLIBSDEV} ${libdir}/libv4l/*.la ${libdir}/libv4l/plugins/*.la" | 55 | ${libdir}/v4l*${SOLIBSDEV} ${libdir}/libv4l/*.la ${libdir}/libv4l/plugins/*.la" |
56 | 56 | ||
57 | PARALLEL_MAKE_class-native = "" | 57 | PARALLEL_MAKE:class-native = "" |
58 | BBCLASSEXTEND = "native" | 58 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb index 4a98ec17dd..fe428be7df 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb | |||
@@ -23,9 +23,9 @@ CFLAGS += "-fPIC" | |||
23 | export CC | 23 | export CC |
24 | export LD = "${CC}" | 24 | export LD = "${CC}" |
25 | 25 | ||
26 | VPXTARGET_armv5te = "armv5te-linux-gcc" | 26 | VPXTARGET:armv5te = "armv5te-linux-gcc" |
27 | VPXTARGET_armv6 = "armv6-linux-gcc" | 27 | VPXTARGET:armv6 = "armv6-linux-gcc" |
28 | VPXTARGET_armv7a = "armv7-linux-gcc" | 28 | VPXTARGET:armv7a = "armv7-linux-gcc" |
29 | VPXTARGET ?= "generic-gnu" | 29 | VPXTARGET ?= "generic-gnu" |
30 | 30 | ||
31 | CONFIGUREOPTS = " \ | 31 | CONFIGUREOPTS = " \ |
diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb index b6aafdee19..f900aca2d4 100644 --- a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb +++ b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | |||
@@ -14,7 +14,7 @@ inherit autotools pkgconfig features_check | |||
14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
15 | 15 | ||
16 | # Remove runtime dependency on empty package ${PN} | 16 | # Remove runtime dependency on empty package ${PN} |
17 | RDEPENDS_${PN}-dev = "" | 17 | RDEPENDS:${PN}-dev = "" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" | 19 | SRC_URI[md5sum] = "1b0cb67b6f2bd7c4abef17648b062896" |
20 | SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" | 20 | SRC_URI[sha256sum] = "a3b06f5188fd9effd0799ae31352b3cd65cb913b964e2c1a923ffa9d3c08abbe" |
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb index 6c0b922c92..9a961adcdb 100644 --- a/meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb +++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.5.7.bb | |||
@@ -34,14 +34,14 @@ EXTRA_OEMESON += " \ | |||
34 | -Ddemo-agent=false \ | 34 | -Ddemo-agent=false \ |
35 | " | 35 | " |
36 | 36 | ||
37 | FILES_${PN} += " \ | 37 | FILES:${PN} += " \ |
38 | ${datadir}/dbus-1/system-services \ | 38 | ${datadir}/dbus-1/system-services \ |
39 | ${libdir} \ | 39 | ${libdir} \ |
40 | ${systemd_unitdir} \ | 40 | ${systemd_unitdir} \ |
41 | ${prefix}/libexec \ | 41 | ${prefix}/libexec \ |
42 | " | 42 | " |
43 | 43 | ||
44 | FILES_${PN}-dev += " \ | 44 | FILES:${PN}-dev += " \ |
45 | ${datadir}/dbus-1/interfaces \ | 45 | ${datadir}/dbus-1/interfaces \ |
46 | ${datadir}/gir-1.0 \ | 46 | ${datadir}/gir-1.0 \ |
47 | " | 47 | " |
diff --git a/meta-oe/recipes-navigation/geos/geos.inc b/meta-oe/recipes-navigation/geos/geos.inc index 48721058da..b09e584ac8 100644 --- a/meta-oe/recipes-navigation/geos/geos.inc +++ b/meta-oe/recipes-navigation/geos/geos.inc | |||
@@ -11,11 +11,11 @@ inherit autotools pkgconfig binconfig | |||
11 | 11 | ||
12 | PACKAGES =+ "geoslib ${PN}-c1" | 12 | PACKAGES =+ "geoslib ${PN}-c1" |
13 | 13 | ||
14 | DESCRIPTION_${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" | 14 | DESCRIPTION:${PN}lib = "Geometry engine for Geographic Information Systems - C++ Library" |
15 | FILES_${PN}lib += "${libdir}/libgeos-${PV}.so" | 15 | FILES:${PN}lib += "${libdir}/libgeos-${PV}.so" |
16 | 16 | ||
17 | DESCRIPTION_${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" | 17 | DESCRIPTION:${PN}-c1 = "Geometry engine for Geographic Information Systems - C Library" |
18 | FILES_${PN}-c1 += "${libdir}/libgeos_c.so.*" | 18 | FILES:${PN}-c1 += "${libdir}/libgeos_c.so.*" |
19 | 19 | ||
20 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY:${PN} = "1" |
21 | RDEPENDS_${PN} += "geoslib ${PN}-c1" | 21 | RDEPENDS:${PN} += "geoslib ${PN}-c1" |
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb index 0989cc1398..7f8382ed37 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb | |||
@@ -45,7 +45,7 @@ EXTRA_OESCONS = " \ | |||
45 | # this cannot be used, because then chrpath is not found and only static lib is built | 45 | # this cannot be used, because then chrpath is not found and only static lib is built |
46 | # target=${HOST_SYS} | 46 | # target=${HOST_SYS} |
47 | 47 | ||
48 | do_compile_prepend() { | 48 | do_compile:prepend() { |
49 | export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" | 49 | export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" |
50 | export PKG_CONFIG="PKG_CONFIG_SYSROOT_DIR=\"${PKG_CONFIG_SYSROOT_DIR}\" pkg-config" | 50 | export PKG_CONFIG="PKG_CONFIG_SYSROOT_DIR=\"${PKG_CONFIG_SYSROOT_DIR}\" pkg-config" |
51 | export STAGING_PREFIX="${STAGING_DIR_HOST}/${prefix}" | 51 | export STAGING_PREFIX="${STAGING_DIR_HOST}/${prefix}" |
@@ -66,7 +66,7 @@ do_install() { | |||
66 | bbfatal "scons install execution failed." | 66 | bbfatal "scons install execution failed." |
67 | } | 67 | } |
68 | 68 | ||
69 | do_install_append() { | 69 | do_install:append() { |
70 | install -d ${D}/${sysconfdir}/init.d | 70 | install -d ${D}/${sysconfdir}/init.d |
71 | install -m 0755 ${WORKDIR}/gpsd.init ${D}/${sysconfdir}/init.d/gpsd | 71 | install -m 0755 ${WORKDIR}/gpsd.init ${D}/${sysconfdir}/init.d/gpsd |
72 | install -d ${D}/${sysconfdir}/default | 72 | install -d ${D}/${sysconfdir}/default |
@@ -93,39 +93,39 @@ do_install_append() { | |||
93 | 93 | ||
94 | PACKAGES =+ "libgps libgpsd python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" | 94 | PACKAGES =+ "libgps libgpsd python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" |
95 | 95 | ||
96 | RPROVIDES_${PN}-dbg += "python-pygps-dbg" | 96 | RPROVIDES:${PN}-dbg += "python-pygps-dbg" |
97 | 97 | ||
98 | FILES_${PN}-dev += "${libdir}/pkgconfdir/libgpsd.pc ${libdir}/pkgconfdir/libgps.pc \ | 98 | FILES:${PN}-dev += "${libdir}/pkgconfdir/libgpsd.pc ${libdir}/pkgconfdir/libgps.pc \ |
99 | ${libdir}/libQgpsmm.prl" | 99 | ${libdir}/libQgpsmm.prl" |
100 | 100 | ||
101 | RDEPENDS_${PN} = "gpsd-gpsctl" | 101 | RDEPENDS:${PN} = "gpsd-gpsctl" |
102 | RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev gpsd-machine-conf" | 102 | RRECOMMENDS:${PN} = "gpsd-conf gpsd-udev gpsd-machine-conf" |
103 | 103 | ||
104 | SUMMARY_gpsd-udev = "udev relevant files to use gpsd hotplugging" | 104 | SUMMARY:gpsd-udev = "udev relevant files to use gpsd hotplugging" |
105 | FILES_gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*" | 105 | FILES:gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*" |
106 | RDEPENDS_gpsd-udev += "udev gpsd-conf" | 106 | RDEPENDS:gpsd-udev += "udev gpsd-conf" |
107 | 107 | ||
108 | SUMMARY_libgpsd = "C service library used for communicating with gpsd" | 108 | SUMMARY:libgpsd = "C service library used for communicating with gpsd" |
109 | FILES_libgpsd = "${libdir}/libgpsd.so.*" | 109 | FILES:libgpsd = "${libdir}/libgpsd.so.*" |
110 | 110 | ||
111 | SUMMARY_libgps = "C service library used for communicating with gpsd" | 111 | SUMMARY:libgps = "C service library used for communicating with gpsd" |
112 | FILES_libgps = "${libdir}/libgps.so.*" | 112 | FILES:libgps = "${libdir}/libgps.so.*" |
113 | 113 | ||
114 | SUMMARY_gpsd-conf = "gpsd configuration files and init scripts" | 114 | SUMMARY:gpsd-conf = "gpsd configuration files and init scripts" |
115 | FILES_gpsd-conf = "${sysconfdir}" | 115 | FILES:gpsd-conf = "${sysconfdir}" |
116 | CONFFILES_gpsd-conf = "${sysconfdir}/default/gpsd.default" | 116 | CONFFILES:gpsd-conf = "${sysconfdir}/default/gpsd.default" |
117 | 117 | ||
118 | SUMMARY_gpsd-gpsctl = "Tool for tweaking GPS modes" | 118 | SUMMARY:gpsd-gpsctl = "Tool for tweaking GPS modes" |
119 | FILES_gpsd-gpsctl = "${bindir}/gpsctl" | 119 | FILES:gpsd-gpsctl = "${bindir}/gpsctl" |
120 | 120 | ||
121 | SUMMARY_gps-utils = "Utils used for simulating, monitoring,... a GPS" | 121 | SUMMARY:gps-utils = "Utils used for simulating, monitoring,... a GPS" |
122 | # Python files are required for gps/fake, required for gpsfake. | 122 | # Python files are required for gps/fake, required for gpsfake. |
123 | FILES_gps-utils = "${bindir}/* ${libdir}/gps/*.py ${libdir}/gps/*.so" | 123 | FILES:gps-utils = "${bindir}/* ${libdir}/gps/*.py ${libdir}/gps/*.so" |
124 | RDEPENDS_gps-utils = "python3-pygps" | 124 | RDEPENDS:gps-utils = "python3-pygps" |
125 | 125 | ||
126 | SUMMARY_python3-pygps = "Python bindings to gpsd" | 126 | SUMMARY:python3-pygps = "Python bindings to gpsd" |
127 | FILES_python3-pygps = "${PYTHON_SITEPACKAGES_DIR}/* ${libdir}/gps/*.py ${libdir}/*.egg-info" | 127 | FILES:python3-pygps = "${PYTHON_SITEPACKAGES_DIR}/* ${libdir}/gps/*.py ${libdir}/*.egg-info" |
128 | RDEPENDS_python3-pygps = " \ | 128 | RDEPENDS:python3-pygps = " \ |
129 | python3-core \ | 129 | python3-core \ |
130 | python3-io \ | 130 | python3-io \ |
131 | python3-threading \ | 131 | python3-threading \ |
@@ -133,12 +133,12 @@ RDEPENDS_python3-pygps = " \ | |||
133 | gpsd \ | 133 | gpsd \ |
134 | python3-json" | 134 | python3-json" |
135 | 135 | ||
136 | RPROVIDES_${PN} += "${PN}-systemd" | 136 | RPROVIDES:${PN} += "${PN}-systemd" |
137 | RREPLACES_${PN} += "${PN}-systemd" | 137 | RREPLACES:${PN} += "${PN}-systemd" |
138 | RCONFLICTS_${PN} += "${PN}-systemd" | 138 | RCONFLICTS:${PN} += "${PN}-systemd" |
139 | SYSTEMD_SERVICE_${PN} = "${BPN}.socket ${BPN}ctl@.service" | 139 | SYSTEMD_SERVICE:${PN} = "${BPN}.socket ${BPN}ctl@.service" |
140 | 140 | ||
141 | 141 | ||
142 | ALTERNATIVE_${PN} = "gpsd-defaults" | 142 | ALTERNATIVE:${PN} = "gpsd-defaults" |
143 | ALTERNATIVE_LINK_NAME[gpsd-defaults] = "${sysconfdir}/default/gpsd" | 143 | ALTERNATIVE_LINK_NAME[gpsd-defaults] = "${sysconfdir}/default/gpsd" |
144 | ALTERNATIVE_TARGET[gpsd-defaults] = "${sysconfdir}/default/gpsd.default" | 144 | ALTERNATIVE_TARGET[gpsd-defaults] = "${sysconfdir}/default/gpsd.default" |
diff --git a/meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb b/meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb index b33f5a31e4..c2e0688b51 100644 --- a/meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb +++ b/meta-oe/recipes-navigation/libspatialite/libspatialite_4.3.0a.bb | |||
@@ -18,5 +18,5 @@ CFLAGS += "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" | |||
18 | 18 | ||
19 | # package plugins for SQLite3 | 19 | # package plugins for SQLite3 |
20 | PACKAGES += "${PN}-plugin" | 20 | PACKAGES += "${PN}-plugin" |
21 | INSANE_SKIP_${PN}-plugin = "dev-so" | 21 | INSANE_SKIP:${PN}-plugin = "dev-so" |
22 | FILES_${PN}-plugin += "${libdir}/mod_*" | 22 | FILES:${PN}-plugin += "${libdir}/mod_*" |
diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb index 589fc5f7c8..510b0b04bf 100644 --- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb +++ b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb | |||
@@ -20,11 +20,11 @@ SRC_URI[sha256sum] = "645166a5e05b2064ab630534a514697fc47b681951e7fe1d635c259cbd | |||
20 | 20 | ||
21 | S = "${WORKDIR}/${BPN}" | 21 | S = "${WORKDIR}/${BPN}" |
22 | 22 | ||
23 | do_configure_prepend() { | 23 | do_configure:prepend() { |
24 | # fix DSO issue with binutils-2.22 | 24 | # fix DSO issue with binutils-2.22 |
25 | sed -i 's/ -lrt/ -lrt -lm/g' ${S}/Makefile.am | 25 | sed -i 's/ -lrt/ -lrt -lm/g' ${S}/Makefile.am |
26 | } | 26 | } |
27 | do_install_append() { | 27 | do_install:append() { |
28 | install -d ${D}${datadir}/orrery | 28 | install -d ${D}${datadir}/orrery |
29 | cp -R --no-dereference --preserve=mode,links -v ${S}/data/* ${D}${datadir}/orrery | 29 | cp -R --no-dereference --preserve=mode,links -v ${S}/data/* ${D}${datadir}/orrery |
30 | chown -R root:root ${D}${datadir}/orrery | 30 | chown -R root:root ${D}${datadir}/orrery |
@@ -32,4 +32,4 @@ do_install_append() { | |||
32 | install -m 0755 ${WORKDIR}/orrery.png ${D}${datadir}/icons | 32 | install -m 0755 ${WORKDIR}/orrery.png ${D}${datadir}/icons |
33 | } | 33 | } |
34 | 34 | ||
35 | FILES_${PN} += "${datadir}/icons/orrery.png" | 35 | FILES:${PN} += "${datadir}/icons/orrery.png" |
diff --git a/meta-oe/recipes-navigation/proj/proj_7.0.1.bb b/meta-oe/recipes-navigation/proj/proj_7.0.1.bb index 2cfaa7121b..98e57f21e4 100644 --- a/meta-oe/recipes-navigation/proj/proj_7.0.1.bb +++ b/meta-oe/recipes-navigation/proj/proj_7.0.1.bb | |||
@@ -18,4 +18,4 @@ PACKAGECONFIG ?= "curl" | |||
18 | 18 | ||
19 | PACKAGECONFIG[curl] = ",--without-curl,curl" | 19 | PACKAGECONFIG[curl] = ",--without-curl,curl" |
20 | 20 | ||
21 | FILES_${PN} += "${datadir}/proj" | 21 | FILES:${PN} += "${datadir}/proj" |
diff --git a/meta-oe/recipes-printing/cups/cups-filters.inc b/meta-oe/recipes-printing/cups/cups-filters.inc index 589bb90e6e..c01e2cd49f 100644 --- a/meta-oe/recipes-printing/cups/cups-filters.inc +++ b/meta-oe/recipes-printing/cups/cups-filters.inc | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=516215fd57564996d70327db19b368ff" | |||
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | 8 | ||
9 | DEPENDS = "cups glib-2.0 glib-2.0-native dbus dbus-glib lcms ghostscript poppler qpdf libpng" | 9 | DEPENDS = "cups glib-2.0 glib-2.0-native dbus dbus-glib lcms ghostscript poppler qpdf libpng" |
10 | DEPENDS_class-native = "poppler-native glib-2.0-native dbus-native pkgconfig-native gettext-native libpng-native" | 10 | DEPENDS:class-native = "poppler-native glib-2.0-native dbus-native pkgconfig-native gettext-native libpng-native" |
11 | 11 | ||
12 | SRC_URI = "http://openprinting.org/download/cups-filters/cups-filters-${PV}.tar.gz" | 12 | SRC_URI = "http://openprinting.org/download/cups-filters/cups-filters-${PV}.tar.gz" |
13 | 13 | ||
@@ -23,7 +23,7 @@ EXTRA_OECONF += " --enable-ghostscript --disable-ldap \ | |||
23 | --with-rcdir=no \ | 23 | --with-rcdir=no \ |
24 | --without-php" | 24 | --without-php" |
25 | 25 | ||
26 | EXTRA_OECONF_class-native += " --with-pdftops=pdftops \ | 26 | EXTRA_OECONF:class-native += " --with-pdftops=pdftops \ |
27 | --disable-avahi --disable-ghostscript \ | 27 | --disable-avahi --disable-ghostscript \ |
28 | --disable-ldap \ | 28 | --disable-ldap \ |
29 | --with-png --without-jpeg --without-tiff" | 29 | --with-png --without-jpeg --without-tiff" |
@@ -46,21 +46,21 @@ PACKAGES =+ "\ | |||
46 | ${PN}-data \ | 46 | ${PN}-data \ |
47 | " | 47 | " |
48 | 48 | ||
49 | FILES_${PN}-gst = "\ | 49 | FILES:${PN}-gst = "\ |
50 | ${libexecdir}/cups/filter/gsto* \ | 50 | ${libexecdir}/cups/filter/gsto* \ |
51 | " | 51 | " |
52 | 52 | ||
53 | FILES_${PN}-data = "\ | 53 | FILES:${PN}-data = "\ |
54 | ${datadir}/cups/data \ | 54 | ${datadir}/cups/data \ |
55 | " | 55 | " |
56 | 56 | ||
57 | FILES_${PN}-dbg += "\ | 57 | FILES:${PN}-dbg += "\ |
58 | ${libexecdir}/cups/backend/.debug \ | 58 | ${libexecdir}/cups/backend/.debug \ |
59 | ${libexecdir}/cups/driver/.debug \ | 59 | ${libexecdir}/cups/driver/.debug \ |
60 | ${libexecdir}/cups/filter/.debug \ | 60 | ${libexecdir}/cups/filter/.debug \ |
61 | " | 61 | " |
62 | 62 | ||
63 | FILES_${PN} += "\ | 63 | FILES:${PN} += "\ |
64 | ${libexecdir}/cups \ | 64 | ${libexecdir}/cups \ |
65 | ${datadir}/ppd/ \ | 65 | ${datadir}/ppd/ \ |
66 | ${datadir}/cups/charsets \ | 66 | ${datadir}/cups/charsets \ |
@@ -70,7 +70,7 @@ FILES_${PN} += "\ | |||
70 | ${datadir}/cups/banners \ | 70 | ${datadir}/cups/banners \ |
71 | " | 71 | " |
72 | 72 | ||
73 | do_install_append() { | 73 | do_install:append() { |
74 | # remove braille dir | 74 | # remove braille dir |
75 | rm -rf ${D}${datadir}/cups/braille | 75 | rm -rf ${D}${datadir}/cups/braille |
76 | 76 | ||
@@ -78,4 +78,4 @@ do_install_append() { | |||
78 | sed -i -e 's:${STAGING_DIR_TARGET}::' ${D}/${libdir}/pkgconfig/libcupsfilters.pc | 78 | sed -i -e 's:${STAGING_DIR_TARGET}::' ${D}/${libdir}/pkgconfig/libcupsfilters.pc |
79 | } | 79 | } |
80 | 80 | ||
81 | RDEPENDS_${PN} += "bash" | 81 | RDEPENDS:${PN} += "bash" |
diff --git a/meta-oe/recipes-printing/qpdf/qpdf_10.3.2.bb b/meta-oe/recipes-printing/qpdf/qpdf_10.3.2.bb index 53ebf7b6a5..cfbe529f33 100644 --- a/meta-oe/recipes-printing/qpdf/qpdf_10.3.2.bb +++ b/meta-oe/recipes-printing/qpdf/qpdf_10.3.2.bb | |||
@@ -17,19 +17,19 @@ EXTRA_OECONF = "--without-random \ | |||
17 | --disable-check-autofiles \ | 17 | --disable-check-autofiles \ |
18 | " | 18 | " |
19 | 19 | ||
20 | EXTRA_OEMAKE_class-target = "LIBTOOL=${HOST_SYS}-libtool" | 20 | EXTRA_OEMAKE:class-target = "LIBTOOL=${HOST_SYS}-libtool" |
21 | 21 | ||
22 | LDFLAGS_append_mipsarch = " -latomic" | 22 | LDFLAGS:append:mipsarch = " -latomic" |
23 | LDFLAGS_append_riscv32 = " -latomic" | 23 | LDFLAGS:append:riscv32 = " -latomic" |
24 | 24 | ||
25 | S="${WORKDIR}/${BPN}-${PV}" | 25 | S="${WORKDIR}/${BPN}-${PV}" |
26 | 26 | ||
27 | # avoid Makefile returning error on 'make clean' before configure was run | 27 | # avoid Makefile returning error on 'make clean' before configure was run |
28 | CLEANBROKEN = "1" | 28 | CLEANBROKEN = "1" |
29 | 29 | ||
30 | DEBIAN_NOAUTONAME_libqpdf = "1" | 30 | DEBIAN_NOAUTONAME:libqpdf = "1" |
31 | 31 | ||
32 | PACKAGES =+ "libqpdf" | 32 | PACKAGES =+ "libqpdf" |
33 | FILES_libqpdf = "${libdir}/libqpdf.so.*" | 33 | FILES:libqpdf = "${libdir}/libqpdf.so.*" |
34 | 34 | ||
35 | RDEPENDS_${PN} = "libqpdf" | 35 | RDEPENDS:${PN} = "libqpdf" |
diff --git a/meta-oe/recipes-security/audit/audit_2.8.5.bb b/meta-oe/recipes-security/audit/audit_2.8.5.bb index ee3b3b5e08..11ec9e9fc4 100644 --- a/meta-oe/recipes-security/audit/audit_2.8.5.bb +++ b/meta-oe/recipes-security/audit/audit_2.8.5.bb | |||
@@ -25,7 +25,7 @@ INITSCRIPT_NAME = "auditd" | |||
25 | INITSCRIPT_PARAMS = "defaults" | 25 | INITSCRIPT_PARAMS = "defaults" |
26 | 26 | ||
27 | SYSTEMD_PACKAGES = "auditd" | 27 | SYSTEMD_PACKAGES = "auditd" |
28 | SYSTEMD_SERVICE_auditd = "auditd.service" | 28 | SYSTEMD_SERVICE:auditd = "auditd.service" |
29 | 29 | ||
30 | DEPENDS += "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native" | 30 | DEPENDS += "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native" |
31 | 31 | ||
@@ -40,8 +40,8 @@ EXTRA_OECONF += "--without-prelude \ | |||
40 | --without-golang \ | 40 | --without-golang \ |
41 | --disable-zos-remote \ | 41 | --disable-zos-remote \ |
42 | " | 42 | " |
43 | EXTRA_OECONF_append_arm = " --with-arm=yes" | 43 | EXTRA_OECONF:append:arm = " --with-arm=yes" |
44 | EXTRA_OECONF_append_aarch64 = " --with-aarch64=yes" | 44 | EXTRA_OECONF:append:aarch64 = " --with-aarch64=yes" |
45 | 45 | ||
46 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ | 46 | EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ |
47 | PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \ | 47 | PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \ |
@@ -50,8 +50,8 @@ EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \ | |||
50 | pkgconfigdir=${libdir}/pkgconfig \ | 50 | pkgconfigdir=${libdir}/pkgconfig \ |
51 | " | 51 | " |
52 | 52 | ||
53 | SUMMARY_audispd-plugins = "Plugins for the audit event dispatcher" | 53 | SUMMARY:audispd-plugins = "Plugins for the audit event dispatcher" |
54 | DESCRIPTION_audispd-plugins = "The audispd-plugins package provides plugins for the real-time \ | 54 | DESCRIPTION:audispd-plugins = "The audispd-plugins package provides plugins for the real-time \ |
55 | interface to the audit system, audispd. These plugins can do things \ | 55 | interface to the audit system, audispd. These plugins can do things \ |
56 | like relay events to remote machines or analyze events for suspicious \ | 56 | like relay events to remote machines or analyze events for suspicious \ |
57 | behavior." | 57 | behavior." |
@@ -59,19 +59,19 @@ behavior." | |||
59 | PACKAGES =+ "audispd-plugins" | 59 | PACKAGES =+ "audispd-plugins" |
60 | PACKAGES += "auditd ${PN}-python" | 60 | PACKAGES += "auditd ${PN}-python" |
61 | 61 | ||
62 | FILES_${PN} = "${sysconfdir}/libaudit.conf ${base_libdir}/libaudit.so.1* ${base_libdir}/libauparse.so.*" | 62 | FILES:${PN} = "${sysconfdir}/libaudit.conf ${base_libdir}/libaudit.so.1* ${base_libdir}/libauparse.so.*" |
63 | FILES_auditd += "${bindir}/* ${base_sbindir}/* ${sysconfdir}/*" | 63 | FILES:auditd += "${bindir}/* ${base_sbindir}/* ${sysconfdir}/*" |
64 | FILES_audispd-plugins += "${sysconfdir}/audisp/audisp-remote.conf \ | 64 | FILES:audispd-plugins += "${sysconfdir}/audisp/audisp-remote.conf \ |
65 | ${sysconfdir}/audisp/plugins.d/au-remote.conf \ | 65 | ${sysconfdir}/audisp/plugins.d/au-remote.conf \ |
66 | ${sbindir}/audisp-remote ${localstatedir}/spool/audit \ | 66 | ${sbindir}/audisp-remote ${localstatedir}/spool/audit \ |
67 | " | 67 | " |
68 | FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" | 68 | FILES:${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" |
69 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" | 69 | FILES:${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" |
70 | 70 | ||
71 | CONFFILES_auditd += "${sysconfdir}/audit/audit.rules" | 71 | CONFFILES:auditd += "${sysconfdir}/audit/audit.rules" |
72 | RDEPENDS_auditd += "bash" | 72 | RDEPENDS:auditd += "bash" |
73 | 73 | ||
74 | do_install_append() { | 74 | do_install:append() { |
75 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a | 75 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a |
76 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.la | 76 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.la |
77 | 77 | ||
diff --git a/meta-oe/recipes-security/audit/audit_3.0.3.bb b/meta-oe/recipes-security/audit/audit_3.0.3.bb index c330c07f91..c30b971625 100644 --- a/meta-oe/recipes-security/audit/audit_3.0.3.bb +++ b/meta-oe/recipes-security/audit/audit_3.0.3.bb | |||
@@ -24,7 +24,7 @@ INITSCRIPT_NAME = "auditd" | |||
24 | INITSCRIPT_PARAMS = "defaults" | 24 | INITSCRIPT_PARAMS = "defaults" |
25 | 25 | ||
26 | SYSTEMD_PACKAGES = "auditd" | 26 | SYSTEMD_PACKAGES = "auditd" |
27 | SYSTEMD_SERVICE_auditd = "auditd.service" | 27 | SYSTEMD_SERVICE:auditd = "auditd.service" |
28 | 28 | ||
29 | DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native" | 29 | DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native" |
30 | 30 | ||
@@ -48,8 +48,8 @@ EXTRA_OEMAKE = "PYLIBVER='python${PYTHON_BASEVERSION}' \ | |||
48 | pkgconfigdir=${libdir}/pkgconfig \ | 48 | pkgconfigdir=${libdir}/pkgconfig \ |
49 | " | 49 | " |
50 | 50 | ||
51 | SUMMARY_audispd-plugins = "Plugins for the audit event dispatcher" | 51 | SUMMARY:audispd-plugins = "Plugins for the audit event dispatcher" |
52 | DESCRIPTION_audispd-plugins = "The audispd-plugins package provides plugins for the real-time \ | 52 | DESCRIPTION:audispd-plugins = "The audispd-plugins package provides plugins for the real-time \ |
53 | interface to the audit system, audispd. These plugins can do things \ | 53 | interface to the audit system, audispd. These plugins can do things \ |
54 | like relay events to remote machines or analyze events for suspicious \ | 54 | like relay events to remote machines or analyze events for suspicious \ |
55 | behavior." | 55 | behavior." |
@@ -57,22 +57,22 @@ behavior." | |||
57 | PACKAGES =+ "audispd-plugins" | 57 | PACKAGES =+ "audispd-plugins" |
58 | PACKAGES += "auditd ${PN}-python" | 58 | PACKAGES += "auditd ${PN}-python" |
59 | 59 | ||
60 | FILES_${PN} = "${sysconfdir}/libaudit.conf ${base_libdir}/libaudit.so.1* ${base_libdir}/libauparse.so.*" | 60 | FILES:${PN} = "${sysconfdir}/libaudit.conf ${base_libdir}/libaudit.so.1* ${base_libdir}/libauparse.so.*" |
61 | FILES_auditd = "${bindir}/* ${base_sbindir}/* ${sysconfdir}/* ${datadir}/audit/*" | 61 | FILES:auditd = "${bindir}/* ${base_sbindir}/* ${sysconfdir}/* ${datadir}/audit/*" |
62 | FILES_audispd-plugins = "${sysconfdir}/audit/audisp-remote.conf \ | 62 | FILES:audispd-plugins = "${sysconfdir}/audit/audisp-remote.conf \ |
63 | ${sysconfdir}/audit/plugins.d/au-remote.conf \ | 63 | ${sysconfdir}/audit/plugins.d/au-remote.conf \ |
64 | ${sysconfdir}/audit/plugins.d/syslog.conf \ | 64 | ${sysconfdir}/audit/plugins.d/syslog.conf \ |
65 | ${base_sbindir}/audisp-remote \ | 65 | ${base_sbindir}/audisp-remote \ |
66 | ${base_sbindir}/audisp-syslog \ | 66 | ${base_sbindir}/audisp-syslog \ |
67 | ${localstatedir}/spool/audit \ | 67 | ${localstatedir}/spool/audit \ |
68 | " | 68 | " |
69 | FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" | 69 | FILES:${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" |
70 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" | 70 | FILES:${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" |
71 | 71 | ||
72 | CONFFILES_auditd = "${sysconfdir}/audit/audit.rules" | 72 | CONFFILES:auditd = "${sysconfdir}/audit/audit.rules" |
73 | RDEPENDS_auditd = "bash" | 73 | RDEPENDS:auditd = "bash" |
74 | 74 | ||
75 | do_install_append() { | 75 | do_install:append() { |
76 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a | 76 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a |
77 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.la | 77 | rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.la |
78 | 78 | ||
diff --git a/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb b/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb index 0a8c2e4834..00cca53b5a 100644 --- a/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb +++ b/meta-oe/recipes-security/keyutils/keyutils_1.6.1.bb | |||
@@ -40,7 +40,7 @@ do_install () { | |||
40 | oe_runmake DESTDIR=${D} install | 40 | oe_runmake DESTDIR=${D} install |
41 | } | 41 | } |
42 | 42 | ||
43 | do_install_append_class-nativesdk() { | 43 | do_install:append:class-nativesdk() { |
44 | install -d ${D}${datadir} | 44 | install -d ${D}${datadir} |
45 | src_dir="${D}${target_datadir}" | 45 | src_dir="${D}${target_datadir}" |
46 | mv $src_dir/* ${D}${datadir} | 46 | mv $src_dir/* ${D}${datadir} |
@@ -58,8 +58,8 @@ do_install_ptest () { | |||
58 | } | 58 | } |
59 | 59 | ||
60 | 60 | ||
61 | RDEPENDS_${PN}-ptest += "lsb-release" | 61 | RDEPENDS:${PN}-ptest += "lsb-release" |
62 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 62 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" |
63 | RDEPENDS_${PN}-ptest_append_libc-musl = " musl-utils" | 63 | RDEPENDS:${PN}-ptest:append:libc-musl = " musl-utils" |
64 | 64 | ||
65 | BBCLASSEXTEND = "native nativesdk" | 65 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-security/nmap/nmap_7.80.bb b/meta-oe/recipes-security/nmap/nmap_7.80.bb index 17bc40911d..c2e3585f9d 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.80.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.80.bb | |||
@@ -49,7 +49,7 @@ do_configure() { | |||
49 | oe_runconf | 49 | oe_runconf |
50 | } | 50 | } |
51 | 51 | ||
52 | do_install_append() { | 52 | do_install:append() { |
53 | for f in ndiff uninstall_ndiff; do | 53 | for f in ndiff uninstall_ndiff; do |
54 | if [ -f ${D}${bindir}/$f ]; then | 54 | if [ -f ${D}${bindir}/$f ]; then |
55 | sed -i 's@^#!.*$@#!/usr/bin/env python3@g' ${D}${bindir}/$f | 55 | sed -i 's@^#!.*$@#!/usr/bin/env python3@g' ${D}${bindir}/$f |
@@ -57,6 +57,6 @@ do_install_append() { | |||
57 | done | 57 | done |
58 | } | 58 | } |
59 | 59 | ||
60 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" | 60 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" |
61 | 61 | ||
62 | RDEPENDS_${PN} += "python3-core" | 62 | RDEPENDS:${PN} += "python3-core" |
diff --git a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb index dd302506d7..b148fdcb59 100644 --- a/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb +++ b/meta-oe/recipes-security/passwdqc/passwdqc_1.3.1.bb | |||
@@ -35,7 +35,7 @@ SRC_URI[sha256sum] = "d1fedeaf759e8a0f32d28b5811ef11b5a5365154849190f4b7fab670a7 | |||
35 | 35 | ||
36 | # explicitly define LINUX_PAM in case DISTRO_FEATURES no pam | 36 | # explicitly define LINUX_PAM in case DISTRO_FEATURES no pam |
37 | # this package's pam_passwdqc.so needs pam | 37 | # this package's pam_passwdqc.so needs pam |
38 | CFLAGS_append = " -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM" | 38 | CFLAGS:append = " -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM" |
39 | 39 | ||
40 | # -e is no longer default setting in bitbake.conf | 40 | # -e is no longer default setting in bitbake.conf |
41 | EXTRA_OEMAKE = "-e" | 41 | EXTRA_OEMAKE = "-e" |
@@ -58,9 +58,9 @@ do_install() { | |||
58 | PROVIDES += "pam-${BPN}" | 58 | PROVIDES += "pam-${BPN}" |
59 | PACKAGES =+ "lib${BPN} pam-${BPN}" | 59 | PACKAGES =+ "lib${BPN} pam-${BPN}" |
60 | 60 | ||
61 | FILES_lib${BPN} = "${base_libdir}/libpasswdqc.so.0" | 61 | FILES:lib${BPN} = "${base_libdir}/libpasswdqc.so.0" |
62 | FILES_pam-${BPN} = "${base_libdir}/security/pam_passwdqc.so" | 62 | FILES:pam-${BPN} = "${base_libdir}/security/pam_passwdqc.so" |
63 | FILES_${PN}-dbg += "${base_libdir}/security/.debug" | 63 | FILES:${PN}-dbg += "${base_libdir}/security/.debug" |
64 | 64 | ||
65 | RDEPENDS_${PN} = "lib${BPN} pam-${BPN}" | 65 | RDEPENDS:${PN} = "lib${BPN} pam-${BPN}" |
66 | RDEPENDS_pam-${BPN} = "lib${BPN}" | 66 | RDEPENDS:pam-${BPN} = "lib${BPN}" |
diff --git a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb index aa91ab37f2..d7bcd4f03b 100644 --- a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb +++ b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb | |||
@@ -26,5 +26,5 @@ PACKAGECONFIG[botan] = "--with-botan=${STAGING_DIR_HOST}/usr --with-crypto-backe | |||
26 | PACKAGECONFIG[migrate] = "--with-migrate" | 26 | PACKAGECONFIG[migrate] = "--with-migrate" |
27 | PACKAGECONFIG[pk11] = "--enable-p11-kit --with-p11-kit==${STAGING_DIR_HOST}/usr, --without-p11-kit, p11-kit, p11-kit" | 27 | PACKAGECONFIG[pk11] = "--enable-p11-kit --with-p11-kit==${STAGING_DIR_HOST}/usr, --without-p11-kit, p11-kit, p11-kit" |
28 | 28 | ||
29 | RDEPENDS_${PN} = "sqlite3" | 29 | RDEPENDS:${PN} = "sqlite3" |
30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb index f362775999..4b36dd63ea 100644 --- a/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb +++ b/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.5.0.bb | |||
@@ -14,8 +14,8 @@ S = "${WORKDIR}/${BPN}" | |||
14 | LICENSE = "GPLv2" | 14 | LICENSE = "GPLv2" |
15 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" | 15 | LIC_FILES_CHKSUM = "file://COPYING.tomoyo;md5=751419260aa954499f7abaabaa882bbe" |
16 | 16 | ||
17 | FILES_${PN} += "${libdir}/tomoyo" | 17 | FILES:${PN} += "${libdir}/tomoyo" |
18 | FILES_${PN}-dbg += "${libdir}/tomoyo/.debug" | 18 | FILES:${PN}-dbg += "${libdir}/tomoyo/.debug" |
19 | 19 | ||
20 | DEPENDS = "linux-libc-headers ncurses" | 20 | DEPENDS = "linux-libc-headers ncurses" |
21 | 21 | ||
diff --git a/meta-oe/recipes-shells/dash/dash_0.5.11.3.bb b/meta-oe/recipes-shells/dash/dash_0.5.11.3.bb index 92d9bc83d2..53d018358f 100644 --- a/meta-oe/recipes-shells/dash/dash_0.5.11.3.bb +++ b/meta-oe/recipes-shells/dash/dash_0.5.11.3.bb | |||
@@ -13,15 +13,15 @@ SRC_URI[sha256sum] = "62b9f1676ba6a7e8eaec541a39ea037b325253240d1f378c72360baa1c | |||
13 | 13 | ||
14 | EXTRA_OECONF += "--bindir=${base_bindir}" | 14 | EXTRA_OECONF += "--bindir=${base_bindir}" |
15 | 15 | ||
16 | ALTERNATIVE_${PN} = "sh" | 16 | ALTERNATIVE:${PN} = "sh" |
17 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | 17 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" |
18 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/dash" | 18 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/dash" |
19 | ALTERNATIVE_PRIORITY = "10" | 19 | ALTERNATIVE_PRIORITY = "10" |
20 | 20 | ||
21 | pkg_postinst_${PN} () { | 21 | pkg_postinst:${PN} () { |
22 | grep -q "^${base_bindir}/dash$" $D${sysconfdir}/shells || echo ${base_bindir}/dash >> $D${sysconfdir}/shells | 22 | grep -q "^${base_bindir}/dash$" $D${sysconfdir}/shells || echo ${base_bindir}/dash >> $D${sysconfdir}/shells |
23 | } | 23 | } |
24 | 24 | ||
25 | pkg_postrm_${PN} () { | 25 | pkg_postrm:${PN} () { |
26 | printf "$(grep -v "^${base_bindir}/dash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells | 26 | printf "$(grep -v "^${base_bindir}/dash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells |
27 | } | 27 | } |
diff --git a/meta-oe/recipes-shells/mksh/mksh_59.bb b/meta-oe/recipes-shells/mksh/mksh_59.bb index 110e793b07..9cd0fbc255 100644 --- a/meta-oe/recipes-shells/mksh/mksh_59.bb +++ b/meta-oe/recipes-shells/mksh/mksh_59.bb | |||
@@ -16,7 +16,7 @@ inherit update-alternatives | |||
16 | 16 | ||
17 | S = "${WORKDIR}/${BPN}" | 17 | S = "${WORKDIR}/${BPN}" |
18 | 18 | ||
19 | ALTERNATIVE_${PN} = "sh" | 19 | ALTERNATIVE:${PN} = "sh" |
20 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | 20 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" |
21 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}" | 21 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}" |
22 | ALTERNATIVE_PRIORITY = "100" | 22 | ALTERNATIVE_PRIORITY = "100" |
@@ -33,4 +33,4 @@ do_install() { | |||
33 | install -m 0644 ${S}/dot.mkshrc ${D}${sysconfdir}/skel/.mkshrc | 33 | install -m 0644 ${S}/dot.mkshrc ${D}${sysconfdir}/skel/.mkshrc |
34 | } | 34 | } |
35 | 35 | ||
36 | RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh', '', d)}" | 36 | RPROVIDES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh', '', d)}" |
diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb index f74f582e34..ac6c6db813 100644 --- a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb +++ b/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb | |||
@@ -19,11 +19,11 @@ SRC_URI[sha256sum] = "eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b1513 | |||
19 | EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'" | 19 | EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'" |
20 | inherit autotools | 20 | inherit autotools |
21 | 21 | ||
22 | do_compile_prepend() { | 22 | do_compile:prepend() { |
23 | oe_runmake CC_FOR_GETHOST='${BUILD_CC}' CFLAGS='${BUILD_CFLAGS}' gethost | 23 | oe_runmake CC_FOR_GETHOST='${BUILD_CC}' CFLAGS='${BUILD_CFLAGS}' gethost |
24 | } | 24 | } |
25 | 25 | ||
26 | do_install_append () { | 26 | do_install:append () { |
27 | oe_runmake install.man DESTDIR=${D} | 27 | oe_runmake install.man DESTDIR=${D} |
28 | 28 | ||
29 | install -d ${D}${base_bindir} | 29 | install -d ${D}${base_bindir} |
@@ -34,10 +34,10 @@ do_install_append () { | |||
34 | install -D -m 0644 ${S}/csh-mode.el ${D}${datadir}/emacs/site-lisp/csh-mode.el | 34 | install -D -m 0644 ${S}/csh-mode.el ${D}${datadir}/emacs/site-lisp/csh-mode.el |
35 | } | 35 | } |
36 | 36 | ||
37 | FILES_${PN} += "${datadir}/emacs/site-lisp/csh-mode.el" | 37 | FILES:${PN} += "${datadir}/emacs/site-lisp/csh-mode.el" |
38 | 38 | ||
39 | 39 | ||
40 | pkg_postinst_${PN} () { | 40 | pkg_postinst:${PN} () { |
41 | #!/bin/sh -e | 41 | #!/bin/sh -e |
42 | echo /usr/bin/tcsh >> $D/etc/shells | 42 | echo /usr/bin/tcsh >> $D/etc/shells |
43 | echo /usr/bin/csh >> $D/etc/shells | 43 | echo /usr/bin/csh >> $D/etc/shells |
diff --git a/meta-oe/recipes-shells/zsh/zsh_5.8.bb b/meta-oe/recipes-shells/zsh/zsh_5.8.bb index f87231db2f..0429cb9cc7 100644 --- a/meta-oe/recipes-shells/zsh/zsh_5.8.bb +++ b/meta-oe/recipes-shells/zsh/zsh_5.8.bb | |||
@@ -34,7 +34,7 @@ export bindir="${base_bindir}" | |||
34 | 34 | ||
35 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 35 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
36 | 36 | ||
37 | ALTERNATIVE_${PN} = "sh" | 37 | ALTERNATIVE:${PN} = "sh" |
38 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | 38 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" |
39 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}" | 39 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}" |
40 | ALTERNATIVE_PRIORITY = "90" | 40 | ALTERNATIVE_PRIORITY = "90" |
@@ -46,13 +46,13 @@ do_configure () { | |||
46 | oe_runconf | 46 | oe_runconf |
47 | } | 47 | } |
48 | 48 | ||
49 | pkg_postinst_${PN} () { | 49 | pkg_postinst:${PN} () { |
50 | touch $D${sysconfdir}/shells | 50 | touch $D${sysconfdir}/shells |
51 | grep -q "bin/zsh" $D${sysconfdir}/shells || echo /bin/zsh >> $D${sysconfdir}/shells | 51 | grep -q "bin/zsh" $D${sysconfdir}/shells || echo /bin/zsh >> $D${sysconfdir}/shells |
52 | grep -q "bin/sh" $D${sysconfdir}/shells || echo /bin/sh >> $D${sysconfdir}/shells | 52 | grep -q "bin/sh" $D${sysconfdir}/shells || echo /bin/sh >> $D${sysconfdir}/shells |
53 | } | 53 | } |
54 | 54 | ||
55 | # work around QA failures with usrmerge installing zsh in /usr/bin/zsh instead of /bin/zsh | 55 | # work around QA failures with usrmerge installing zsh in /usr/bin/zsh instead of /bin/zsh |
56 | # ERROR: QA Issue: /usr/share/zsh/5.8/functions/zed contained in package zsh requires /bin/zsh, but no providers found in RDEPENDS_zsh? [file-rdeps] | 56 | # ERROR: QA Issue: /usr/share/zsh/5.8/functions/zed contained in package zsh requires /bin/zsh, but no providers found in RDEPENDS:zsh? [file-rdeps] |
57 | # like bash does since https://git.openembedded.org/openembedded-core/commit/?id=4759408677a4e60c5fa7131afcb5bc184cf2f90a | 57 | # like bash does since https://git.openembedded.org/openembedded-core/commit/?id=4759408677a4e60c5fa7131afcb5bc184cf2f90a |
58 | RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/zsh', '', d)}" | 58 | RPROVIDES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/zsh', '', d)}" |
diff --git a/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb b/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb index 4ea6c8a295..15cfb6eec9 100644 --- a/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb +++ b/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/ajaxorg/ace-builds.git;protocol=https" | |||
9 | PV = "02.07.17+git${SRCPV}" | 9 | PV = "02.07.17+git${SRCPV}" |
10 | SRCREV = "812e2c56aed246931a667f16c28b096e34597016" | 10 | SRCREV = "812e2c56aed246931a667f16c28b096e34597016" |
11 | 11 | ||
12 | FILES_${PN} = "${datadir}/ace-builds" | 12 | FILES:${PN} = "${datadir}/ace-builds" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb index a83efe03c8..3ca394ac36 100644 --- a/meta-oe/recipes-support/anthy/anthy_9100h.bb +++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb | |||
@@ -12,34 +12,34 @@ SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \ | |||
12 | file://2ch_t.patch \ | 12 | file://2ch_t.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI_append_class-target = " file://target-helpers.patch" | 15 | SRC_URI:append:class-target = " file://target-helpers.patch" |
16 | SRC_URI_append_class-native = " file://native-helpers.patch" | 16 | SRC_URI:append:class-native = " file://native-helpers.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" | 18 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" |
19 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" | 19 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" |
20 | 20 | ||
21 | DEPENDS_class-target = "anthy-native" | 21 | DEPENDS:class-target = "anthy-native" |
22 | RDEPENDS_${PN}_class-target = "libanthy0" | 22 | RDEPENDS:${PN}:class-target = "libanthy0" |
23 | 23 | ||
24 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
25 | 25 | ||
26 | PACKAGES += "${PN}-el libanthy0 libanthy-dev" | 26 | PACKAGES += "${PN}-el libanthy0 libanthy-dev" |
27 | 27 | ||
28 | FILES_${PN}-dbg += "${libdir}/.debug" | 28 | FILES:${PN}-dbg += "${libdir}/.debug" |
29 | FILES_libanthy0 = "${libdir}/libanthy.so.* \ | 29 | FILES:libanthy0 = "${libdir}/libanthy.so.* \ |
30 | ${libdir}/libanthydic.so.* \ | 30 | ${libdir}/libanthydic.so.* \ |
31 | ${libdir}/libanthyinput.so.* \ | 31 | ${libdir}/libanthyinput.so.* \ |
32 | " | 32 | " |
33 | 33 | ||
34 | FILES_libanthy-dev = "${libdir}/libanthy*.la \ | 34 | FILES:libanthy-dev = "${libdir}/libanthy*.la \ |
35 | ${libdir}/libanthy*.a \ | 35 | ${libdir}/libanthy*.a \ |
36 | ${libdir}/libanthy*.so \ | 36 | ${libdir}/libanthy*.so \ |
37 | ${includedir}/anthy \ | 37 | ${includedir}/anthy \ |
38 | ${libdir}/pkgconfig/anthy.pc \ | 38 | ${libdir}/pkgconfig/anthy.pc \ |
39 | " | 39 | " |
40 | 40 | ||
41 | FILES_${PN}-el = "${datadir}/emacs/*" | 41 | FILES:${PN}-el = "${datadir}/emacs/*" |
42 | FILES_${PN} = "${datadir}/* \ | 42 | FILES:${PN} = "${datadir}/* \ |
43 | ${bindir}/* \ | 43 | ${bindir}/* \ |
44 | ${sysconfdir}/anthy-conf \ | 44 | ${sysconfdir}/anthy-conf \ |
45 | " | 45 | " |
diff --git a/meta-oe/recipes-support/asio/asio_1.18.1.bb b/meta-oe/recipes-support/asio/asio_1.18.1.bb index 36aff75037..530e061968 100644 --- a/meta-oe/recipes-support/asio/asio_1.18.1.bb +++ b/meta-oe/recipes-support/asio/asio_1.18.1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2" | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | ALLOW_EMPTY_${PN} = "1" | 16 | ALLOW_EMPTY:${PN} = "1" |
17 | 17 | ||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=de86c8210a433f72bd3cc98e797a6084" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=de86c8210a433f72bd3cc98e797a6084" |
19 | 19 | ||
diff --git a/meta-oe/recipes-support/atop/atop_2.4.0.bb b/meta-oe/recipes-support/atop/atop_2.4.0.bb index 5bde965196..c91d866106 100644 --- a/meta-oe/recipes-support/atop/atop_2.4.0.bb +++ b/meta-oe/recipes-support/atop/atop_2.4.0.bb | |||
@@ -48,9 +48,9 @@ do_install() { | |||
48 | 48 | ||
49 | inherit systemd | 49 | inherit systemd |
50 | 50 | ||
51 | SYSTEMD_SERVICE_${PN} = "atop.service atopgpu.service" | 51 | SYSTEMD_SERVICE:${PN} = "atop.service atopgpu.service" |
52 | SYSTEMD_AUTO_ENABLE = "disable" | 52 | SYSTEMD_AUTO_ENABLE = "disable" |
53 | 53 | ||
54 | FILES_${PN} += "${systemd_unitdir}/system-sleep" | 54 | FILES:${PN} += "${systemd_unitdir}/system-sleep" |
55 | 55 | ||
56 | RDEPENDS_${PN} = "procps" | 56 | RDEPENDS:${PN} = "procps" |
diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc index 1bbd181c38..077a2db5ea 100644 --- a/meta-oe/recipes-support/augeas/augeas.inc +++ b/meta-oe/recipes-support/augeas/augeas.inc | |||
@@ -15,15 +15,15 @@ inherit autotools pkgconfig | |||
15 | 15 | ||
16 | PACKAGES =+ "${PN}-lenses lib${BPN}" | 16 | PACKAGES =+ "${PN}-lenses lib${BPN}" |
17 | 17 | ||
18 | FILES_${PN}-lenses = "${datadir}/augeas/lenses" | 18 | FILES:${PN}-lenses = "${datadir}/augeas/lenses" |
19 | FILES_lib${BPN} = "${libdir}/lib*${SOLIBS}" | 19 | FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}" |
20 | 20 | ||
21 | RDEPENDS_lib${BPN} += "${PN}-lenses" | 21 | RDEPENDS:lib${BPN} += "${PN}-lenses" |
22 | RRECOMMENDS_lib${BPN} += "${PN}" | 22 | RRECOMMENDS:lib${BPN} += "${PN}" |
23 | 23 | ||
24 | LEAD_SONAME = "libaugeas.so" | 24 | LEAD_SONAME = "libaugeas.so" |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | rm -fr ${D}${datadir}/vim | 27 | rm -fr ${D}${datadir}/vim |
28 | } | 28 | } |
29 | 29 | ||
diff --git a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb b/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb index 407de21385..b478b86bae 100644 --- a/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb +++ b/meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb | |||
@@ -32,8 +32,8 @@ inherit autotools pkgconfig | |||
32 | 32 | ||
33 | EXTRA_OECONF += "--enable-cpluscplus" | 33 | EXTRA_OECONF += "--enable-cpluscplus" |
34 | 34 | ||
35 | CFLAGS_append_libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" | 35 | CFLAGS:append:libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR" |
36 | 36 | ||
37 | FILES_${PN}-doc = "${datadir}" | 37 | FILES:${PN}-doc = "${datadir}" |
38 | 38 | ||
39 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.17.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.17.1.bb index 92eb9dae5a..f9575a3fce 100644 --- a/meta-oe/recipes-support/c-ares/c-ares_1.17.1.bb +++ b/meta-oe/recipes-support/c-ares/c-ares_1.17.1.bb | |||
@@ -22,6 +22,6 @@ inherit cmake pkgconfig | |||
22 | 22 | ||
23 | PACKAGES =+ "${PN}-utils" | 23 | PACKAGES =+ "${PN}-utils" |
24 | 24 | ||
25 | FILES_${PN}-utils = "${bindir}" | 25 | FILES:${PN}-utils = "${bindir}" |
26 | 26 | ||
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb index 22b9d0bb98..f8282583db 100644 --- a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb +++ b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb | |||
@@ -22,6 +22,6 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | |||
22 | PACKAGECONFIG[x11] = "--enable-x11, --disable-x11, libxi xext virtual/xserver" | 22 | PACKAGECONFIG[x11] = "--enable-x11, --disable-x11, libxi xext virtual/xserver" |
23 | 23 | ||
24 | PACKAGE_BEFORE_PN += "${PN}-test" | 24 | PACKAGE_BEFORE_PN += "${PN}-test" |
25 | FILES_${PN}-test = "${bindir}/frame-test*" | 25 | FILES:${PN}-test = "${bindir}/frame-test*" |
26 | 26 | ||
27 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" | 27 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" |
diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb index b9858d279d..5f93d8df09 100644 --- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb +++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | |||
@@ -31,8 +31,8 @@ SRC_URI[sha256sum] = "8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa2 | |||
31 | 31 | ||
32 | EXTRA_OECONF = "--disable-integration-tests" | 32 | EXTRA_OECONF = "--disable-integration-tests" |
33 | 33 | ||
34 | FILES_${PN}-bin = "${bindir}" | 34 | FILES:${PN}-bin = "${bindir}" |
35 | RDEPENDS_${PN}-bin = " \ | 35 | RDEPENDS:${PN}-bin = " \ |
36 | python3-compression \ | 36 | python3-compression \ |
37 | python3-core \ | 37 | python3-core \ |
38 | python3-crypt \ | 38 | python3-crypt \ |
@@ -45,14 +45,14 @@ RDEPENDS_${PN}-bin = " \ | |||
45 | python3-threading \ | 45 | python3-threading \ |
46 | " | 46 | " |
47 | 47 | ||
48 | FILES_${PN} += " \ | 48 | FILES:${PN} += " \ |
49 | ${datadir}/geisview \ | 49 | ${datadir}/geisview \ |
50 | ${libdir}/${PYTHON_DIR}/site-packages/geis* \ | 50 | ${libdir}/${PYTHON_DIR}/site-packages/geis* \ |
51 | ${libdir}/${PYTHON_DIR}/site-packages/_*.so \ | 51 | ${libdir}/${PYTHON_DIR}/site-packages/_*.so \ |
52 | " | 52 | " |
53 | 53 | ||
54 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | 54 | FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" |
55 | 55 | ||
56 | FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" | 56 | FILES:${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" |
57 | 57 | ||
58 | FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" | 58 | FILES:${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" |
diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb index e1d3777252..3e5af2a29c 100644 --- a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb +++ b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = " \ | |||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
13 | DEPENDS = "frame" | 13 | DEPENDS = "frame" |
14 | CXXFLAGS_append_toolchain-clang = " -Wno-pessimizing-move" | 14 | CXXFLAGS:append:toolchain-clang = " -Wno-pessimizing-move" |
15 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2" | 15 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://launchpad.net/grail/trunk" | 17 | UPSTREAM_CHECK_URI = "https://launchpad.net/grail/trunk" |
@@ -23,5 +23,5 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | |||
23 | PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" | 23 | PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" |
24 | 24 | ||
25 | PACKAGE_BEFORE_PN += "${PN}-test" | 25 | PACKAGE_BEFORE_PN += "${PN}-test" |
26 | FILES_${PN}-test = "${bindir}/grail-test*" | 26 | FILES:${PN}-test = "${bindir}/grail-test*" |
27 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" | 27 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" |
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.33.bb b/meta-oe/recipes-support/ccid/ccid_1.4.33.bb index 3c58894253..4b1c421733 100644 --- a/meta-oe/recipes-support/ccid/ccid_1.4.33.bb +++ b/meta-oe/recipes-support/ccid/ccid_1.4.33.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
5 | 5 | ||
6 | DEPENDS = "virtual/libusb0 pcsc-lite" | 6 | DEPENDS = "virtual/libusb0 pcsc-lite" |
7 | RDEPENDS_${PN} = "pcsc-lite" | 7 | RDEPENDS:${PN} = "pcsc-lite" |
8 | 8 | ||
9 | SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \ | 9 | SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \ |
10 | file://no-dep-on-libfl.patch \ | 10 | file://no-dep-on-libfl.patch \ |
@@ -16,5 +16,5 @@ SRC_URI[sha256sum] = "5256da939711deb42b74d05d2bd6bd0c73c4d564feb0c1a50212609eb6 | |||
16 | 16 | ||
17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
18 | 18 | ||
19 | FILES_${PN} += "${libdir}/pcsc/" | 19 | FILES:${PN} += "${libdir}/pcsc/" |
20 | FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug" | 20 | FILES:${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug" |
diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb index 7feba4a5a2..a5165166c9 100644 --- a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb +++ b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.0.0.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit cmake | 14 | inherit cmake |
15 | 15 | ||
16 | do_configure_prepend() { | 16 | do_configure:prepend() { |
17 | # otherwise https://github.com/ceres-solver/ceres-solver/blob/0b748597889f460764f6c980a00c6f502caa3875/cmake/AddGerritCommitHook.cmake#L68 | 17 | # otherwise https://github.com/ceres-solver/ceres-solver/blob/0b748597889f460764f6c980a00c6f502caa3875/cmake/AddGerritCommitHook.cmake#L68 |
18 | # will try to fetch https://ceres-solver-review.googlesource.com/tools/hooks/commit-msg durind do_configure | 18 | # will try to fetch https://ceres-solver-review.googlesource.com/tools/hooks/commit-msg durind do_configure |
19 | # which sometimes gets stuck (as there is no TIMEOUT set in DOWNLOAD) | 19 | # which sometimes gets stuck (as there is no TIMEOUT set in DOWNLOAD) |
@@ -37,6 +37,6 @@ PACKAGECONFIG[cxsparse] = "-DCXSPARSE=ON,-DCXSPARSE=OFF,suitesparse-cxsparse" | |||
37 | PACKAGECONFIG[lapack] = "-DLAPACK=ON,-DLAPACK=OFF,lapack" | 37 | PACKAGECONFIG[lapack] = "-DLAPACK=ON,-DLAPACK=OFF,lapack" |
38 | 38 | ||
39 | # Only a static library and headers are created | 39 | # Only a static library and headers are created |
40 | RDEPENDS_${PN}-dev = "" | 40 | RDEPENDS:${PN}-dev = "" |
41 | RRECOMMENDS_${PN}-dev = "${PN}-staticdev" | 41 | RRECOMMENDS:${PN}-dev = "${PN}-staticdev" |
42 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 42 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta-oe/recipes-support/cli11/cli11_1.9.1.bb b/meta-oe/recipes-support/cli11/cli11_1.9.1.bb index 5f022d78af..a01f2c2725 100644 --- a/meta-oe/recipes-support/cli11/cli11_1.9.1.bb +++ b/meta-oe/recipes-support/cli11/cli11_1.9.1.bb | |||
@@ -14,4 +14,4 @@ inherit cmake | |||
14 | inherit ptest | 14 | inherit ptest |
15 | 15 | ||
16 | # cli11 is a header only C++ library, so the main package will be empty. | 16 | # cli11 is a header only C++ library, so the main package will be empty. |
17 | RDEPENDS_${PN}-dev = "" | 17 | RDEPENDS:${PN}-dev = "" |
diff --git a/meta-oe/recipes-support/colord/colord-native.bb b/meta-oe/recipes-support/colord/colord-native.bb index 845041cc43..65fa0f44b0 100644 --- a/meta-oe/recipes-support/colord/colord-native.bb +++ b/meta-oe/recipes-support/colord/colord-native.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}-native:" | 3 | FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-native:" |
4 | 4 | ||
5 | inherit meson native | 5 | inherit meson native |
6 | 6 | ||
diff --git a/meta-oe/recipes-support/colord/colord.bb b/meta-oe/recipes-support/colord/colord.bb index f514c0b782..66dc4a5802 100644 --- a/meta-oe/recipes-support/colord/colord.bb +++ b/meta-oe/recipes-support/colord/colord.bb | |||
@@ -4,7 +4,7 @@ inherit meson gobject-introspection gsettings gettext bash-completion systemd fe | |||
4 | 4 | ||
5 | # polkit and gobject-introspection are mandatory and cannot be configured | 5 | # polkit and gobject-introspection are mandatory and cannot be configured |
6 | REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" | 6 | REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" |
7 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 7 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
8 | 8 | ||
9 | DEPENDS += " \ | 9 | DEPENDS += " \ |
10 | ${BPN}-native \ | 10 | ${BPN}-native \ |
@@ -28,9 +28,9 @@ EXTRA_OEMESON = " \ | |||
28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
29 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | 29 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" |
30 | 30 | ||
31 | SYSTEMD_SERVICE_${PN} = "colord.service" | 31 | SYSTEMD_SERVICE:${PN} = "colord.service" |
32 | 32 | ||
33 | FILES_${PN} += " \ | 33 | FILES:${PN} += " \ |
34 | ${datadir}/dbus-1 \ | 34 | ${datadir}/dbus-1 \ |
35 | ${datadir}/polkit-1 \ | 35 | ${datadir}/polkit-1 \ |
36 | ${datadir}/glib-2.0 \ | 36 | ${datadir}/glib-2.0 \ |
@@ -42,4 +42,4 @@ FILES_${PN} += " \ | |||
42 | " | 42 | " |
43 | 43 | ||
44 | USERADD_PACKAGES = "${PN}" | 44 | USERADD_PACKAGES = "${PN}" |
45 | USERADD_PARAM_${PN} = "--system --user-group -d /var/lib/colord -s /bin/false colord" | 45 | USERADD_PARAM:${PN} = "--system --user-group -d /var/lib/colord -s /bin/false colord" |
diff --git a/meta-oe/recipes-support/consolation/consolation_0.0.8.bb b/meta-oe/recipes-support/consolation/consolation_0.0.8.bb index 90bd560c47..2bd69e8d5f 100644 --- a/meta-oe/recipes-support/consolation/consolation_0.0.8.bb +++ b/meta-oe/recipes-support/consolation/consolation_0.0.8.bb | |||
@@ -21,9 +21,9 @@ S = "${WORKDIR}/git" | |||
21 | 21 | ||
22 | inherit autotools pkgconfig systemd | 22 | inherit autotools pkgconfig systemd |
23 | 23 | ||
24 | do_install_append() { | 24 | do_install:append() { |
25 | install -d ${D}${systemd_system_unitdir} | 25 | install -d ${D}${systemd_system_unitdir} |
26 | install -m 644 ${B}/consolation.service ${D}${systemd_system_unitdir} | 26 | install -m 644 ${B}/consolation.service ${D}${systemd_system_unitdir} |
27 | } | 27 | } |
28 | 28 | ||
29 | SYSTEMD_SERVICE_${PN} = "consolation.service" | 29 | SYSTEMD_SERVICE:${PN} = "consolation.service" |
diff --git a/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb b/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb index 472b72fc2e..3c271ae5d1 100644 --- a/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb +++ b/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb | |||
@@ -22,5 +22,5 @@ inherit cmake pkgconfig | |||
22 | 22 | ||
23 | DEPENDS = "zlib boost openssl" | 23 | DEPENDS = "zlib boost openssl" |
24 | 24 | ||
25 | EXTRA_OECMAKE_append = " -DCPP-NETLIB_BUILD_TESTS=OFF -DCPP-NETLIB_BUILD_EXAMPLES=OFF" | 25 | EXTRA_OECMAKE:append = " -DCPP-NETLIB_BUILD_TESTS=OFF -DCPP-NETLIB_BUILD_EXAMPLES=OFF" |
26 | 26 | ||
diff --git a/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb b/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb index 3a049e76da..25d5b09e7f 100644 --- a/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb +++ b/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb | |||
@@ -20,4 +20,4 @@ do_install() { | |||
20 | install -dm 755 ${D}${libdir}/ctapi | 20 | install -dm 755 ${D}${libdir}/ctapi |
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} += "${libdir}/ctapi" | 23 | FILES:${PN} += "${libdir}/ctapi" |
diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb index f0c5f7d7de..ed73408cdb 100644 --- a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb +++ b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb | |||
@@ -35,10 +35,10 @@ do_install() { | |||
35 | install -d ${D}/${bindir} | 35 | install -d ${D}/${bindir} |
36 | } | 36 | } |
37 | 37 | ||
38 | do_install_append_class-target() { | 38 | do_install:append:class-target() { |
39 | install -m755 ${S}/command/* ${D}/${bindir} | 39 | install -m755 ${S}/command/* ${D}/${bindir} |
40 | } | 40 | } |
41 | 41 | ||
42 | inherit update-alternatives | 42 | inherit update-alternatives |
43 | ALTERNATIVE_PRIORITY = "100" | 43 | ALTERNATIVE_PRIORITY = "100" |
44 | ALTERNATIVE_${PN} = "svc svok" | 44 | ALTERNATIVE:${PN} = "svc svok" |
diff --git a/meta-oe/recipes-support/devmem2/devmem2.bb b/meta-oe/recipes-support/devmem2/devmem2.bb index 9bd1eb73d7..56ca7a1b3b 100644 --- a/meta-oe/recipes-support/devmem2/devmem2.bb +++ b/meta-oe/recipes-support/devmem2/devmem2.bb | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}" | |||
11 | 11 | ||
12 | CFLAGS += "-DFORCE_STRICT_ALIGNMENT" | 12 | CFLAGS += "-DFORCE_STRICT_ALIGNMENT" |
13 | 13 | ||
14 | python do_unpack_append() { | 14 | python do_unpack:append() { |
15 | os.rename("devmem2-new.c", "devmem2.c") | 15 | os.rename("devmem2-new.c", "devmem2.c") |
16 | } | 16 | } |
17 | 17 | ||
diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb index 74af54ca53..0511f4a30a 100644 --- a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb +++ b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb | |||
@@ -21,4 +21,4 @@ do_install() { | |||
21 | oe_runmake 'DESTDIR=${D}' install | 21 | oe_runmake 'DESTDIR=${D}' install |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} += "python3-core python3-misc python3-resource python3-shell python3-unixadmin" | 24 | RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-unixadmin" |
diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb index dec2e7ab4c..ca1a2457ff 100644 --- a/meta-oe/recipes-support/eject/eject_2.1.5.bb +++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb | |||
@@ -20,7 +20,7 @@ S = "${WORKDIR}/${BPN}" | |||
20 | 20 | ||
21 | PR = "r1" | 21 | PR = "r1" |
22 | 22 | ||
23 | do_compile_prepend() { | 23 | do_compile:prepend() { |
24 | # PO subdir must be in build directory | 24 | # PO subdir must be in build directory |
25 | if [ ! ${S} = ${B} ]; then | 25 | if [ ! ${S} = ${B} ]; then |
26 | mkdir -p ${B}/po | 26 | mkdir -p ${B}/po |
@@ -28,11 +28,11 @@ do_compile_prepend() { | |||
28 | fi | 28 | fi |
29 | } | 29 | } |
30 | 30 | ||
31 | ALTERNATIVE_${PN} = "volname eject" | 31 | ALTERNATIVE:${PN} = "volname eject" |
32 | ALTERNATIVE_LINK_NAME[volname] = "${bindir}/volname" | 32 | ALTERNATIVE_LINK_NAME[volname] = "${bindir}/volname" |
33 | ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject" | 33 | ALTERNATIVE_LINK_NAME[eject] = "${bindir}/eject" |
34 | ALTERNATIVE_PRIORITY[volname] = "100" | 34 | ALTERNATIVE_PRIORITY[volname] = "100" |
35 | ALTERNATIVE_PRIORITY[eject] = "100" | 35 | ALTERNATIVE_PRIORITY[eject] = "100" |
36 | 36 | ||
37 | ALTERNATIVE_${PN}-doc = "eject.1" | 37 | ALTERNATIVE:${PN}-doc = "eject.1" |
38 | ALTERNATIVE_LINK_NAME[eject.1] = "${mandir}/man1/eject.1" | 38 | ALTERNATIVE_LINK_NAME[eject.1] = "${mandir}/man1/eject.1" |
diff --git a/meta-oe/recipes-support/emacs/emacs_27.2.bb b/meta-oe/recipes-support/emacs/emacs_27.2.bb index 01629f4166..485d78ce4b 100644 --- a/meta-oe/recipes-support/emacs/emacs_27.2.bb +++ b/meta-oe/recipes-support/emacs/emacs_27.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | |||
7 | SRC_URI = "https://ftp.gnu.org/pub/gnu/emacs/emacs-${PV}.tar.xz \ | 7 | SRC_URI = "https://ftp.gnu.org/pub/gnu/emacs/emacs-${PV}.tar.xz \ |
8 | file://emacs-glibc-2.34.patch \ | 8 | file://emacs-glibc-2.34.patch \ |
9 | " | 9 | " |
10 | SRC_URI_append_class-target = " file://usemake-docfile-native.patch" | 10 | SRC_URI:append:class-target = " file://usemake-docfile-native.patch" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9" | 12 | SRC_URI[sha256sum] = "b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9" |
13 | 13 | ||
@@ -22,24 +22,24 @@ PACKAGECONFIG ??= "gnutls kerberos libgmp" | |||
22 | EXTRA_OECONF = " --with-x=no --with-dumping=none" | 22 | EXTRA_OECONF = " --with-x=no --with-dumping=none" |
23 | 23 | ||
24 | DEPENDS = "ncurses" | 24 | DEPENDS = "ncurses" |
25 | DEPENDS_append_class-target = " emacs-native" | 25 | DEPENDS:append:class-target = " emacs-native" |
26 | 26 | ||
27 | inherit autotools mime-xdg | 27 | inherit autotools mime-xdg |
28 | 28 | ||
29 | 29 | ||
30 | do_compile_class-native (){ | 30 | do_compile:class-native (){ |
31 | cd ${B}/lib-src | 31 | cd ${B}/lib-src |
32 | oe_runmake make-docfile | 32 | oe_runmake make-docfile |
33 | oe_runmake make-fingerprint | 33 | oe_runmake make-fingerprint |
34 | } | 34 | } |
35 | do_install_class-native(){ | 35 | do_install:class-native(){ |
36 | install -d ${D}${bindir} | 36 | install -d ${D}${bindir} |
37 | install -m 755 ${B}/lib-src/make-docfile ${D}/${bindir}/ | 37 | install -m 755 ${B}/lib-src/make-docfile ${D}/${bindir}/ |
38 | install -m 755 ${B}/lib-src/make-fingerprint ${D}/${bindir}/ | 38 | install -m 755 ${B}/lib-src/make-fingerprint ${D}/${bindir}/ |
39 | } | 39 | } |
40 | 40 | ||
41 | 41 | ||
42 | do_install_append(){ | 42 | do_install:append(){ |
43 | # Delete systemd stuff, extend using DISTRO_FEATURES? | 43 | # Delete systemd stuff, extend using DISTRO_FEATURES? |
44 | rm -rf ${D}/${libdir} | 44 | rm -rf ${D}/${libdir} |
45 | # Extra stuff which isnt needed | 45 | # Extra stuff which isnt needed |
@@ -59,13 +59,13 @@ do_install_append(){ | |||
59 | # The lists of files are long but are worth it | 59 | # The lists of files are long but are worth it |
60 | # Installing "emacs" installs the base package | 60 | # Installing "emacs" installs the base package |
61 | PACKAGE_BEFORE_PN = "${PN}-minimal ${PN}-base ${PN}-full" | 61 | PACKAGE_BEFORE_PN = "${PN}-minimal ${PN}-base ${PN}-full" |
62 | RPROVIDES_${PN}-base = "${PN}" | 62 | RPROVIDES:${PN}-base = "${PN}" |
63 | RDEPENDS_${PN}-base_class-target = "${PN}-minimal" | 63 | RDEPENDS:${PN}-base:class-target = "${PN}-minimal" |
64 | RDEPENDS_${PN}-full_class-target = "${PN}" | 64 | RDEPENDS:${PN}-full:class-target = "${PN}" |
65 | 65 | ||
66 | 66 | ||
67 | # A minimal version of emacs that works | 67 | # A minimal version of emacs that works |
68 | FILES_${PN}-minimal = " \ | 68 | FILES:${PN}-minimal = " \ |
69 | ${datadir}/${BPN}/${PV}/lisp/loadup.el \ | 69 | ${datadir}/${BPN}/${PV}/lisp/loadup.el \ |
70 | ${datadir}/${BPN}/${PV}/lisp/emacs-lisp/byte-run.elc \ | 70 | ${datadir}/${BPN}/${PV}/lisp/emacs-lisp/byte-run.elc \ |
71 | ${datadir}/${BPN}/${PV}/lisp/emacs-lisp/backquote.elc \ | 71 | ${datadir}/${BPN}/${PV}/lisp/emacs-lisp/backquote.elc \ |
@@ -185,7 +185,7 @@ FILES_${PN}-minimal = " \ | |||
185 | 185 | ||
186 | 186 | ||
187 | # What works for "most" is relative, but this can be easily extended if needed | 187 | # What works for "most" is relative, but this can be easily extended if needed |
188 | FILES_${PN}-base = " \ | 188 | FILES:${PN}-base = " \ |
189 | ${datadir}/${BPN}/${PV}/etc/srecode \ | 189 | ${datadir}/${BPN}/${PV}/etc/srecode \ |
190 | ${datadir}/${BPN}/${PV}/etc/e \ | 190 | ${datadir}/${BPN}/${PV}/etc/e \ |
191 | ${datadir}/${BPN}/${PV}/etc/forms \ | 191 | ${datadir}/${BPN}/${PV}/etc/forms \ |
@@ -253,8 +253,8 @@ FILES_${PN}-base = " \ | |||
253 | " | 253 | " |
254 | 254 | ||
255 | # Restore FILES for the full package to catch everything left | 255 | # Restore FILES for the full package to catch everything left |
256 | FILES_${PN}-full = "${FILES_${PN}}" | 256 | FILES:${PN}-full = "${FILES_${PN}}" |
257 | FILES_${PN}-full_append = " ${datadir}/icons" | 257 | FILES:${PN}-full:append = " ${datadir}/icons" |
258 | 258 | ||
259 | 259 | ||
260 | # The following does NOT build a native emacs. | 260 | # The following does NOT build a native emacs. |
diff --git a/meta-oe/recipes-support/enca/enca_1.19.bb b/meta-oe/recipes-support/enca/enca_1.19.bb index 0adf0a29c5..f81ed670c4 100644 --- a/meta-oe/recipes-support/enca/enca_1.19.bb +++ b/meta-oe/recipes-support/enca/enca_1.19.bb | |||
@@ -16,12 +16,12 @@ SRC_URI[sha256sum] = "4c305cc59f3e57f2cfc150a6ac511690f43633595760e1cb266bf23362 | |||
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |
18 | 18 | ||
19 | do_configure_prepend() { | 19 | do_configure:prepend() { |
20 | # remove failing test which checks for something that isn't even used | 20 | # remove failing test which checks for something that isn't even used |
21 | sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' ${S}/configure.ac | 21 | sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' ${S}/configure.ac |
22 | } | 22 | } |
23 | 23 | ||
24 | do_configure_append() { | 24 | do_configure:append() { |
25 | sed -i s:-I/usr/include::g ${B}/Makefile | 25 | sed -i s:-I/usr/include::g ${B}/Makefile |
26 | sed -i s:-I/usr/include::g ${B}/*/Makefile | 26 | sed -i s:-I/usr/include::g ${B}/*/Makefile |
27 | } | 27 | } |
diff --git a/meta-oe/recipes-support/espeak/espeak_1.48.04.bb b/meta-oe/recipes-support/espeak/espeak_1.48.04.bb index 78f8f85c96..8dcc9789c4 100644 --- a/meta-oe/recipes-support/espeak/espeak_1.48.04.bb +++ b/meta-oe/recipes-support/espeak/espeak_1.48.04.bb | |||
@@ -19,7 +19,7 @@ inherit siteinfo qemu | |||
19 | CXXFLAGS += "-DUSE_PORTAUDIO" | 19 | CXXFLAGS += "-DUSE_PORTAUDIO" |
20 | TARGET_CC_ARCH += "${LDFLAGS}" | 20 | TARGET_CC_ARCH += "${LDFLAGS}" |
21 | 21 | ||
22 | FILES_${PN} += "${datadir}/espeak-data" | 22 | FILES:${PN} += "${datadir}/espeak-data" |
23 | 23 | ||
24 | do_configure() { | 24 | do_configure() { |
25 | # "speak" binary, a TTS engine, uses portaudio in either APIs V18 or V19, use V19 | 25 | # "speak" binary, a TTS engine, uses portaudio in either APIs V18 or V19, use V19 |
@@ -64,4 +64,4 @@ do_install() { | |||
64 | cp -R --no-dereference --preserve=mode,links ${S}/espeak-data/* ${D}${datadir}/espeak-data | 64 | cp -R --no-dereference --preserve=mode,links ${S}/espeak-data/* ${D}${datadir}/espeak-data |
65 | } | 65 | } |
66 | 66 | ||
67 | RDEPENDS_${PN} = "portaudio-v19" | 67 | RDEPENDS:${PN} = "portaudio-v19" |
diff --git a/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb b/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb index c9a382ad46..08710aa1da 100644 --- a/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb +++ b/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb | |||
@@ -16,6 +16,6 @@ PV = "gitr${SRCPV}" | |||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
18 | PACKAGES =+ "${PN}-python" | 18 | PACKAGES =+ "${PN}-python" |
19 | FILES_${PN}-python = "${libdir}/python*/site-packages/*" | 19 | FILES:${PN}-python = "${libdir}/python*/site-packages/*" |
20 | RDEPENDS_${PN}-python = "python3" | 20 | RDEPENDS:${PN}-python = "python3" |
21 | 21 | ||
diff --git a/meta-oe/recipes-support/farsight/libnice_0.1.18.bb b/meta-oe/recipes-support/farsight/libnice_0.1.18.bb index f3e7b8bac8..c65d72cd8f 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.1.18.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.1.18.bb | |||
@@ -25,16 +25,16 @@ GTKDOC_MESON_DISABLE_FLAG = "disabled" | |||
25 | 25 | ||
26 | inherit meson gtk-doc gobject-introspection | 26 | inherit meson gtk-doc gobject-introspection |
27 | 27 | ||
28 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" | 28 | FILES:${PN} += "${libdir}/gstreamer-1.0/*.so" |
29 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" | 29 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
30 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" | 30 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" |
31 | FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug" | 31 | FILES:${PN}-dbg += "${libdir}/gstreamer-1.0/.debug" |
32 | 32 | ||
33 | do_configure_prepend() { | 33 | do_configure:prepend() { |
34 | mkdir ${S}/m4 || true | 34 | mkdir ${S}/m4 || true |
35 | } | 35 | } |
36 | 36 | ||
37 | do_compile_append() { | 37 | do_compile:append() { |
38 | for i in $(find ${B} -name "*.pc") ; do | 38 | for i in $(find ${B} -name "*.pc") ; do |
39 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 39 | sed -i -e s:${STAGING_DIR_TARGET}::g \ |
40 | -e s:/${TARGET_SYS}::g \ | 40 | -e s:/${TARGET_SYS}::g \ |
diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb index b768553323..034c2871a9 100644 --- a/meta-oe/recipes-support/fbset/fbset-modes.bb +++ b/meta-oe/recipes-support/fbset/fbset-modes.bb | |||
@@ -18,4 +18,4 @@ do_install() { | |||
18 | # to disable "all" behavior (found when comparing qemuarm and qemux86 signatures) | 18 | # to disable "all" behavior (found when comparing qemuarm and qemux86 signatures) |
19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 19 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
20 | 20 | ||
21 | CONFFILES_${PN} = "${sysconfdir}/fb.modes" | 21 | CONFFILES:${PN} = "${sysconfdir}/fb.modes" |
diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb index e3e406ff53..969a6d23a3 100644 --- a/meta-oe/recipes-support/fbset/fbset_2.1.bb +++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb | |||
@@ -9,7 +9,7 @@ SUMMARY = "The fbset console tool" | |||
9 | HOMEPAGE = "http://users.telenet.be/geertu/Linux/fbdev/" | 9 | HOMEPAGE = "http://users.telenet.be/geertu/Linux/fbdev/" |
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | LIC_FILES_CHKSUM = "file://fbset.c;endline=19;md5=bf326f82cdfcac391af208f019c5603f" | 11 | LIC_FILES_CHKSUM = "file://fbset.c;endline=19;md5=bf326f82cdfcac391af208f019c5603f" |
12 | RRECOMMENDS_${PN} = "fbset-modes" | 12 | RRECOMMENDS:${PN} = "fbset-modes" |
13 | DEPENDS = "bison-native flex-native" | 13 | DEPENDS = "bison-native flex-native" |
14 | 14 | ||
15 | PR = "r4" | 15 | PR = "r4" |
@@ -29,7 +29,7 @@ do_install() { | |||
29 | install -m 0644 ${B}/*.8 ${D}${datadir}/man/man8 | 29 | install -m 0644 ${B}/*.8 ${D}${datadir}/man/man8 |
30 | } | 30 | } |
31 | 31 | ||
32 | ALTERNATIVE_fbset = "fbset" | 32 | ALTERNATIVE:fbset = "fbset" |
33 | ALTERNATIVE_LINK_NAME[fbset] = "${sbindir}/fbset" | 33 | ALTERNATIVE_LINK_NAME[fbset] = "${sbindir}/fbset" |
34 | ALTERNATIVE_TARGET[fbset] = "${sbindir}/fbset.real" | 34 | ALTERNATIVE_TARGET[fbset] = "${sbindir}/fbset.real" |
35 | ALTERNATIVE_PRIORITY[fbset] = "55" | 35 | ALTERNATIVE_PRIORITY[fbset] = "55" |
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.9.bb b/meta-oe/recipes-support/fftw/fftw_3.3.9.bb index 9979c21b86..38bf3a19c6 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.9.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.9.bb | |||
@@ -23,8 +23,8 @@ CFLAGS += "-D_GNU_SOURCE" | |||
23 | # neon is optional for arm version < 8 -> check tune features | 23 | # neon is optional for arm version < 8 -> check tune features |
24 | FFTW_NEON = "${@bb.utils.contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)}" | 24 | FFTW_NEON = "${@bb.utils.contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)}" |
25 | # neon is suppored for arm version = 8 -> enable | 25 | # neon is suppored for arm version = 8 -> enable |
26 | FFTW_NEON_aarch64 = "--enable-neon" | 26 | FFTW_NEON:aarch64 = "--enable-neon" |
27 | FFTW_NEON_class-native = "" | 27 | FFTW_NEON:class-native = "" |
28 | 28 | ||
29 | do_configure() { | 29 | do_configure() { |
30 | # configure fftw | 30 | # configure fftw |
@@ -84,19 +84,19 @@ do_install_ptest() { | |||
84 | } | 84 | } |
85 | 85 | ||
86 | PACKAGES =+ "libfftw libfftwl libfftwf" | 86 | PACKAGES =+ "libfftw libfftwl libfftwf" |
87 | FILES_libfftw = "${libdir}/libfftw3.so.* ${libdir}/libfftw3_*.so.*" | 87 | FILES:libfftw = "${libdir}/libfftw3.so.* ${libdir}/libfftw3_*.so.*" |
88 | FILES_libfftwl = "${libdir}/libfftw3l.so.* ${libdir}/libfftw3l_*.so.*" | 88 | FILES:libfftwl = "${libdir}/libfftw3l.so.* ${libdir}/libfftw3l_*.so.*" |
89 | FILES_libfftwf = "${libdir}/libfftw3f.so.* ${libdir}/libfftw3f_*.so.*" | 89 | FILES:libfftwf = "${libdir}/libfftw3f.so.* ${libdir}/libfftw3f_*.so.*" |
90 | 90 | ||
91 | PACKAGES =+ "fftw-wisdom fftwl-wisdom fftwf-wisdom fftw-wisdom-to-conf" | 91 | PACKAGES =+ "fftw-wisdom fftwl-wisdom fftwf-wisdom fftw-wisdom-to-conf" |
92 | FILES_fftw-wisdom = "${bindir}/fftw-wisdom" | 92 | FILES:fftw-wisdom = "${bindir}/fftw-wisdom" |
93 | FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom" | 93 | FILES:fftwl-wisdom = "${bindir}/fftwl-wisdom" |
94 | FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom" | 94 | FILES:fftwf-wisdom = "${bindir}/fftwf-wisdom" |
95 | FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf" | 95 | FILES:fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf" |
96 | 96 | ||
97 | FILES_${PN}-dev += "${libdir}/cmake" | 97 | FILES:${PN}-dev += "${libdir}/cmake" |
98 | RDEPENDS_${PN}-dev = "libfftw libfftwl libfftwf" | 98 | RDEPENDS:${PN}-dev = "libfftw libfftwl libfftwf" |
99 | RDEPENDS_${PN}-ptest += "perl" | 99 | RDEPENDS:${PN}-ptest += "perl" |
100 | RDEPENDS_${PN}-ptest_remove = "fftw" | 100 | RDEPENDS:${PN}-ptest:remove = "fftw" |
101 | 101 | ||
102 | BBCLASSEXTEND = "native" | 102 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/fltk/fltk-native.bb b/meta-oe/recipes-support/fltk/fltk-native.bb index 5d5a236be9..8d3992a6ec 100644 --- a/meta-oe/recipes-support/fltk/fltk-native.bb +++ b/meta-oe/recipes-support/fltk/fltk-native.bb | |||
@@ -18,7 +18,7 @@ EXTRA_OECMAKE += " \ | |||
18 | # lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5' | 18 | # lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5' |
19 | LDFLAGS += "-ldl" | 19 | LDFLAGS += "-ldl" |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install:append() { |
22 | # make sure native fltk-config is not used accidentaly | 22 | # make sure native fltk-config is not used accidentaly |
23 | rm -f ${D}${bindir}/fltk-config | 23 | rm -f ${D}${bindir}/fltk-config |
24 | } | 24 | } |
diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb index 51b4a0bc85..ca2b517d72 100644 --- a/meta-oe/recipes-support/fltk/fltk.bb +++ b/meta-oe/recipes-support/fltk/fltk.bb | |||
@@ -22,23 +22,23 @@ PACKAGECONFIG[xinerama] = "-DOPTION_USE_XINERAMA=ON,-DOPTION_USE_XINERAMA=OFF,li | |||
22 | PACKAGECONFIG[xfixes] = "-DOPTION_USE_XFIXES=ON,-DOPTION_USE_XFIXES=OFF,libxfixes" | 22 | PACKAGECONFIG[xfixes] = "-DOPTION_USE_XFIXES=ON,-DOPTION_USE_XFIXES=OFF,libxfixes" |
23 | PACKAGECONFIG[xcursor] = "-DOPTION_USE_XCURSOR=ON,-DOPTION_USE_XCURSOR=OFF,libxcursor" | 23 | PACKAGECONFIG[xcursor] = "-DOPTION_USE_XCURSOR=ON,-DOPTION_USE_XCURSOR=OFF,libxcursor" |
24 | 24 | ||
25 | do_install_append() { | 25 | do_install:append() { |
26 | sed -i -e 's,${STAGING_DIR_HOST},,g' ${D}${bindir}/fltk-config | 26 | sed -i -e 's,${STAGING_DIR_HOST},,g' ${D}${bindir}/fltk-config |
27 | } | 27 | } |
28 | 28 | ||
29 | python populate_packages_prepend () { | 29 | python populate_packages:prepend () { |
30 | if (d.getVar('DEBIAN_NAMES')): | 30 | if (d.getVar('DEBIAN_NAMES')): |
31 | d.setVar('PKG_${BPN}', 'libfltk${PV}') | 31 | d.setVar('PKG:${BPN}', 'libfltk${PV}') |
32 | } | 32 | } |
33 | 33 | ||
34 | LEAD_SONAME = "libfltk.so" | 34 | LEAD_SONAME = "libfltk.so" |
35 | 35 | ||
36 | # .desktop / icons / mime only necessary for fluid app | 36 | # .desktop / icons / mime only necessary for fluid app |
37 | FILES_${PN}-bin += " \ | 37 | FILES:${PN}-bin += " \ |
38 | ${datadir}/applications \ | 38 | ${datadir}/applications \ |
39 | ${datadir}/icons \ | 39 | ${datadir}/icons \ |
40 | ${datadir}/mime \ | 40 | ${datadir}/mime \ |
41 | " | 41 | " |
42 | 42 | ||
43 | # cmake files | 43 | # cmake files |
44 | FILES_${PN}-dev += "${datadir}/fltk" | 44 | FILES:${PN}-dev += "${datadir}/fltk" |
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb b/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb index 8890f6ce91..f46834445e 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.3.0.bb | |||
@@ -48,19 +48,19 @@ PACKAGECONFIG[cups] = "-DWITH_CUPS=ON,-DWITH_CUPS=OFF,cups" | |||
48 | PACKAGES =+ "libfreerdp" | 48 | PACKAGES =+ "libfreerdp" |
49 | 49 | ||
50 | LEAD_SONAME = "libfreerdp.so" | 50 | LEAD_SONAME = "libfreerdp.so" |
51 | FILES_libfreerdp = "${libdir}/lib*${SOLIBS}" | 51 | FILES:libfreerdp = "${libdir}/lib*${SOLIBS}" |
52 | 52 | ||
53 | PACKAGES_DYNAMIC += "^libfreerdp-plugin-.*" | 53 | PACKAGES_DYNAMIC += "^libfreerdp-plugin-.*" |
54 | 54 | ||
55 | # we will need winpr-makecert to generate TLS certificates | 55 | # we will need winpr-makecert to generate TLS certificates |
56 | do_install_append () { | 56 | do_install:append () { |
57 | install -d ${D}${bindir} | 57 | install -d ${D}${bindir} |
58 | install -m755 winpr/tools/makecert-cli/winpr-makecert ${D}${bindir} | 58 | install -m755 winpr/tools/makecert-cli/winpr-makecert ${D}${bindir} |
59 | rm -rf ${D}${libdir}/cmake | 59 | rm -rf ${D}${libdir}/cmake |
60 | rm -rf ${D}${libdir}/freerdp | 60 | rm -rf ${D}${libdir}/freerdp |
61 | } | 61 | } |
62 | 62 | ||
63 | python populate_packages_prepend () { | 63 | python populate_packages:prepend () { |
64 | freerdp_root = d.expand('${libdir}/freerdp') | 64 | freerdp_root = d.expand('${libdir}/freerdp') |
65 | 65 | ||
66 | do_split_packages(d, freerdp_root, '^(audin_.*)\.so$', | 66 | do_split_packages(d, freerdp_root, '^(audin_.*)\.so$', |
diff --git a/meta-oe/recipes-support/function2/function2_4.2.0.bb b/meta-oe/recipes-support/function2/function2_4.2.0.bb index 14b9883373..8b0c786674 100644 --- a/meta-oe/recipes-support/function2/function2_4.2.0.bb +++ b/meta-oe/recipes-support/function2/function2_4.2.0.bb | |||
@@ -14,7 +14,7 @@ inherit cmake | |||
14 | inherit ptest | 14 | inherit ptest |
15 | 15 | ||
16 | # Installs some data to incorrect top-level /usr directory | 16 | # Installs some data to incorrect top-level /usr directory |
17 | do_install_append() { | 17 | do_install:append() { |
18 | mkdir -p ${D}/${datadir}/function2 | 18 | mkdir -p ${D}/${datadir}/function2 |
19 | mv ${D}/${prefix}/Readme.md ${D}/${datadir}/function2/ | 19 | mv ${D}/${prefix}/Readme.md ${D}/${datadir}/function2/ |
20 | mv ${D}/${prefix}/LICENSE.txt ${D}/${datadir}/function2/ | 20 | mv ${D}/${prefix}/LICENSE.txt ${D}/${datadir}/function2/ |
diff --git a/meta-oe/recipes-support/gd/gd_2.3.2.bb b/meta-oe/recipes-support/gd/gd_2.3.2.bb index 4e95fa9549..c9ed029f96 100644 --- a/meta-oe/recipes-support/gd/gd_2.3.2.bb +++ b/meta-oe/recipes-support/gd/gd_2.3.2.bb | |||
@@ -34,21 +34,21 @@ EXTRA_OECONF += " --disable-rpath \ | |||
34 | 34 | ||
35 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' | 35 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' |
36 | 36 | ||
37 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | 37 | DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized" |
38 | 38 | ||
39 | do_install_append_class-target() { | 39 | do_install:append:class-target() { |
40 | # cleanup buildpaths from gdlib.pc | 40 | # cleanup buildpaths from gdlib.pc |
41 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc | 41 | sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gdlib.pc |
42 | } | 42 | } |
43 | 43 | ||
44 | PACKAGES += "${PN}-tools" | 44 | PACKAGES += "${PN}-tools" |
45 | 45 | ||
46 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | 46 | FILES:${PN} = "${libdir}/lib*${SOLIBS}" |
47 | FILES_${PN}-tools = "${bindir}/*" | 47 | FILES:${PN}-tools = "${bindir}/*" |
48 | 48 | ||
49 | PROVIDES += "${PN}-tools" | 49 | PROVIDES += "${PN}-tools" |
50 | RPROVIDES_${PN}-tools = "${PN}-tools" | 50 | RPROVIDES:${PN}-tools = "${PN}-tools" |
51 | RDEPENDS_${PN}-tools = "perl perl-module-strict" | 51 | RDEPENDS:${PN}-tools = "perl perl-module-strict" |
52 | 52 | ||
53 | CVE_PRODUCT = "libgd" | 53 | CVE_PRODUCT = "libgd" |
54 | 54 | ||
diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb index 6eea0c00ec..6436df457e 100644 --- a/meta-oe/recipes-support/gflags/gflags_2.2.2.bb +++ b/meta-oe/recipes-support/gflags/gflags_2.2.2.bb | |||
@@ -13,8 +13,8 @@ inherit cmake | |||
13 | EXTRA_OECMAKE="-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTALL_DIR=${baselib}" | 13 | EXTRA_OECMAKE="-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTALL_DIR=${baselib}" |
14 | 14 | ||
15 | PACKAGES =+ "${PN}-bash-completion" | 15 | PACKAGES =+ "${PN}-bash-completion" |
16 | FILES_${PN}-bash-completion += "${bindir}/gflags_completions.sh" | 16 | FILES:${PN}-bash-completion += "${bindir}/gflags_completions.sh" |
17 | 17 | ||
18 | RDEPENDS_${PN}-bash-completion = "bash bash-completion" | 18 | RDEPENDS:${PN}-bash-completion = "bash bash-completion" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/glog/glog_0.5.0.bb b/meta-oe/recipes-support/glog/glog_0.5.0.bb index c4ba9f244f..40199343ee 100644 --- a/meta-oe/recipes-support/glog/glog_0.5.0.bb +++ b/meta-oe/recipes-support/glog/glog_0.5.0.bb | |||
@@ -18,16 +18,16 @@ S = "${WORKDIR}/git" | |||
18 | inherit cmake | 18 | inherit cmake |
19 | 19 | ||
20 | PACKAGECONFIG ?= "shared unwind" | 20 | PACKAGECONFIG ?= "shared unwind" |
21 | PACKAGECONFIG_remove_riscv64 = "unwind" | 21 | PACKAGECONFIG:remove:riscv64 = "unwind" |
22 | PACKAGECONFIG_remove_riscv32 = "unwind" | 22 | PACKAGECONFIG:remove:riscv32 = "unwind" |
23 | PACKAGECONFIG_append_libc-musl_riscv64 = " execinfo" | 23 | PACKAGECONFIG:append:libc-musl:riscv64 = " execinfo" |
24 | PACKAGECONFIG_append_libc-musl_riscv32 = " execinfo" | 24 | PACKAGECONFIG:append:libc-musl:riscv32 = " execinfo" |
25 | 25 | ||
26 | PACKAGECONFIG[unwind] = "-DWITH_UNWIND=ON,-DWITH_UNWIND=OFF,libunwind,libunwind" | 26 | PACKAGECONFIG[unwind] = "-DWITH_UNWIND=ON,-DWITH_UNWIND=OFF,libunwind,libunwind" |
27 | PACKAGECONFIG[execinfo] = ",,libexecinfo" | 27 | PACKAGECONFIG[execinfo] = ",,libexecinfo" |
28 | PACKAGECONFIG[shared] = "-DBUILD_SHARED_LIBS=ON,-DBUILD_SHARED_LIBS=OFF,," | 28 | PACKAGECONFIG[shared] = "-DBUILD_SHARED_LIBS=ON,-DBUILD_SHARED_LIBS=OFF,," |
29 | 29 | ||
30 | do_configure_append() { | 30 | do_configure:append() { |
31 | # remove WORKDIR info to improve reproducibility | 31 | # remove WORKDIR info to improve reproducibility |
32 | if [ -f "${B}/config.h" ] ; then | 32 | if [ -f "${B}/config.h" ] ; then |
33 | sed -i 's/'$(echo ${WORKDIR} | sed 's_/_\\/_g')'/../g' ${B}/config.h | 33 | sed -i 's/'$(echo ${WORKDIR} | sed 's_/_\\/_g')'/../g' ${B}/config.h |
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb index bf8cb90178..557af0e858 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb | |||
@@ -8,7 +8,7 @@ Included are an optimized thread-caching malloc() and cpu and heap profiling uti | |||
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" |
10 | 10 | ||
11 | DEPENDS_append_libc-musl = " libucontext" | 11 | DEPENDS:append:libc-musl = " libucontext" |
12 | 12 | ||
13 | SRCREV = "f7c6fb6c8e99d6b1b725e5994373bcd19ffdf8fd" | 13 | SRCREV = "f7c6fb6c8e99d6b1b725e5994373bcd19ffdf8fd" |
14 | SRC_URI = "git://github.com/gperftools/gperftools \ | 14 | SRC_URI = "git://github.com/gperftools/gperftools \ |
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/gperftools/gperftools \ | |||
19 | file://sgidef.patch \ | 19 | file://sgidef.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI_append_libc-musl = " file://ppc-musl.patch" | 22 | SRC_URI:append:libc-musl = " file://ppc-musl.patch" |
23 | 23 | ||
24 | inherit autotools | 24 | inherit autotools |
25 | 25 | ||
@@ -28,32 +28,32 @@ S = "${WORKDIR}/git" | |||
28 | # On mips, we have the following error. | 28 | # On mips, we have the following error. |
29 | # do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 | 29 | # do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 |
30 | # Segmentation fault (core dumped) | 30 | # Segmentation fault (core dumped) |
31 | COMPATIBLE_HOST_mipsarch = "null" | 31 | COMPATIBLE_HOST:mipsarch = "null" |
32 | COMPATIBLE_HOST_riscv64 = "null" | 32 | COMPATIBLE_HOST:riscv64 = "null" |
33 | COMPATIBLE_HOST_riscv32 = "null" | 33 | COMPATIBLE_HOST:riscv32 = "null" |
34 | 34 | ||
35 | # Disable thumb1 | 35 | # Disable thumb1 |
36 | # {standard input}: Assembler messages: | 36 | # {standard input}: Assembler messages: |
37 | # {standard input}:434: Error: lo register required -- `ldr pc,[sp]' | 37 | # {standard input}:434: Error: lo register required -- `ldr pc,[sp]' |
38 | # Makefile:4538: recipe for target 'src/base/libtcmalloc_la-linuxthreads.lo' failed | 38 | # Makefile:4538: recipe for target 'src/base/libtcmalloc_la-linuxthreads.lo' failed |
39 | ARM_INSTRUCTION_SET_armv5 = "arm" | 39 | ARM_INSTRUCTION_SET:armv5 = "arm" |
40 | ARM_INSTRUCTION_SET_toolchain-clang_arm = "arm" | 40 | ARM_INSTRUCTION_SET:toolchain-clang:arm = "arm" |
41 | 41 | ||
42 | EXTRA_OECONF_append_libc-musl_powerpc64le = " --disable-cpu-profiler --disable-heap-profiler --disable-heap-checker" | 42 | EXTRA_OECONF:append:libc-musl:powerpc64le = " --disable-cpu-profiler --disable-heap-profiler --disable-heap-checker" |
43 | PACKAGECONFIG ?= "libunwind static" | 43 | PACKAGECONFIG ?= "libunwind static" |
44 | PACKAGECONFIG_remove_arm_libc-musl = "libunwind" | 44 | PACKAGECONFIG:remove:arm:libc-musl = "libunwind" |
45 | PACKAGECONFIG_remove_riscv64 = "libunwind" | 45 | PACKAGECONFIG:remove:riscv64 = "libunwind" |
46 | PACKAGECONFIG_remove_riscv32 = "libunwind" | 46 | PACKAGECONFIG:remove:riscv32 = "libunwind" |
47 | 47 | ||
48 | PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" | 48 | PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" |
49 | PACKAGECONFIG[static] = "--enable-static,--disable-static," | 49 | PACKAGECONFIG[static] = "--enable-static,--disable-static," |
50 | 50 | ||
51 | PACKAGE_BEFORE_PN += "libtcmalloc-minimal" | 51 | PACKAGE_BEFORE_PN += "libtcmalloc-minimal" |
52 | FILES_libtcmalloc-minimal = "${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/libtcmalloc_minimal_debug*${SOLIBS}" | 52 | FILES:libtcmalloc-minimal = "${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/libtcmalloc_minimal_debug*${SOLIBS}" |
53 | 53 | ||
54 | # pprof tool requires Getopt::long and POSIX perl5 modules. | 54 | # pprof tool requires Getopt::long and POSIX perl5 modules. |
55 | # Also runs `objdump` on each cpuprofile data file | 55 | # Also runs `objdump` on each cpuprofile data file |
56 | RDEPENDS_${PN} += " \ | 56 | RDEPENDS:${PN} += " \ |
57 | binutils \ | 57 | binutils \ |
58 | curl \ | 58 | curl \ |
59 | perl-module-carp \ | 59 | perl-module-carp \ |
@@ -63,4 +63,4 @@ RDEPENDS_${PN} += " \ | |||
63 | perl-module-posix \ | 63 | perl-module-posix \ |
64 | " | 64 | " |
65 | 65 | ||
66 | RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})" | 66 | RDEPENDS:${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})" |
diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb index 600b25df86..039c9554ed 100644 --- a/meta-oe/recipes-support/gpm/gpm_git.bb +++ b/meta-oe/recipes-support/gpm/gpm_git.bb | |||
@@ -25,15 +25,15 @@ inherit autotools-brokensep update-rc.d systemd texinfo | |||
25 | INITSCRIPT_NAME = "gpm" | 25 | INITSCRIPT_NAME = "gpm" |
26 | INITSCRIPT_PARAMS = "defaults" | 26 | INITSCRIPT_PARAMS = "defaults" |
27 | 27 | ||
28 | do_configure_prepend() { | 28 | do_configure:prepend() { |
29 | (cd ${S};./autogen.sh;cd -) | 29 | (cd ${S};./autogen.sh;cd -) |
30 | } | 30 | } |
31 | 31 | ||
32 | do_install_append () { | 32 | do_install:append () { |
33 | install -d ${D}${systemd_system_unitdir} | 33 | install -d ${D}${systemd_system_unitdir} |
34 | sed 's:@bindir@:${sbindir}:' < ${WORKDIR}/gpm.service.in >${D}${systemd_system_unitdir}/gpm.service | 34 | sed 's:@bindir@:${sbindir}:' < ${WORKDIR}/gpm.service.in >${D}${systemd_system_unitdir}/gpm.service |
35 | install -D -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/gpm | 35 | install -D -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/gpm |
36 | ln -s libgpm.so.2 ${D}${libdir}/libgpm.so | 36 | ln -s libgpm.so.2 ${D}${libdir}/libgpm.so |
37 | } | 37 | } |
38 | 38 | ||
39 | SYSTEMD_SERVICE_${PN} = "gpm.service" | 39 | SYSTEMD_SERVICE:${PN} = "gpm.service" |
diff --git a/meta-oe/recipes-support/gradm/gradm_3.1-201903191516.bb b/meta-oe/recipes-support/gradm/gradm_3.1-201903191516.bb index 7ed46f82c5..b94bdad3a7 100644 --- a/meta-oe/recipes-support/gradm/gradm_3.1-201903191516.bb +++ b/meta-oe/recipes-support/gradm/gradm_3.1-201903191516.bb | |||
@@ -45,6 +45,6 @@ do_install() { | |||
45 | rm -rf ${D}/dev | 45 | rm -rf ${D}/dev |
46 | } | 46 | } |
47 | 47 | ||
48 | pkg_postinst_ontarget_${PN}() { | 48 | pkg_postinst_ontarget:${PN}() { |
49 | /bin/mknod -m 0622 /dev/grsec c 1 13 | 49 | /bin/mknod -m 0622 /dev/grsec c 1 13 |
50 | } | 50 | } |
diff --git a/meta-oe/recipes-support/gsoap/gsoap_2.8.106.bb b/meta-oe/recipes-support/gsoap/gsoap_2.8.106.bb index 0249d09e48..15c0f6faf8 100644 --- a/meta-oe/recipes-support/gsoap/gsoap_2.8.106.bb +++ b/meta-oe/recipes-support/gsoap/gsoap_2.8.106.bb | |||
@@ -18,12 +18,12 @@ S = "${WORKDIR}/${BPN}-2.8" | |||
18 | 18 | ||
19 | PARALLEL_MAKE = "" | 19 | PARALLEL_MAKE = "" |
20 | 20 | ||
21 | EXTRA_OEMAKE_class-target = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2" | 21 | EXTRA_OEMAKE:class-target = "SOAP=${STAGING_BINDIR_NATIVE}/soapcpp2" |
22 | 22 | ||
23 | DEPENDS = "openssl zlib flex bison bison-native" | 23 | DEPENDS = "openssl zlib flex bison bison-native" |
24 | DEPENDS_append_class-target = " gsoap-native" | 24 | DEPENDS:append:class-target = " gsoap-native" |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | install -d ${D}${libdir} | 27 | install -d ${D}${libdir} |
28 | for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck | 28 | for lib in libgsoapssl libgsoapssl++ libgsoap libgsoapck++ libgsoap++ libgsoapck |
29 | do | 29 | do |
@@ -31,12 +31,12 @@ do_install_append() { | |||
31 | done | 31 | done |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_class-native() { | 34 | do_install:class-native() { |
35 | oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install | 35 | oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2" | 38 | FILES:${PN} = "${bindir}/wsdl2h ${bindir}/soapcpp2" |
39 | FILES_${PN} += "${datadir}" | 39 | FILES:${PN} += "${datadir}" |
40 | FILES_${PN}-staticdev = "${libdir}" | 40 | FILES:${PN}-staticdev = "${libdir}" |
41 | FILES_${PN}-dev = "${includedir}" | 41 | FILES:${PN}-dev = "${includedir}" |
42 | RRECOMMENDS_${PN}-dev = "${PN}-staticdev" | 42 | RRECOMMENDS:${PN}-dev = "${PN}-staticdev" |
diff --git a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb index d5da2b688a..27d5c5fef8 100644 --- a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb +++ b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb | |||
@@ -21,9 +21,9 @@ LIC_FILES_CHKSUM = "file://GPL-2;md5=eb723b61539feef013de476e68b5c50a" | |||
21 | 21 | ||
22 | inherit autotools gettext update-rc.d | 22 | inherit autotools gettext update-rc.d |
23 | 23 | ||
24 | FILES_${PN} += "/usr/share/misc/hddtemp.db" | 24 | FILES:${PN} += "/usr/share/misc/hddtemp.db" |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | install -d ${D}/usr/share/misc/ | 27 | install -d ${D}/usr/share/misc/ |
28 | install -m 0644 ${WORKDIR}/hddtemp.db ${D}/usr/share/misc/hddtemp.db | 28 | install -m 0644 ${WORKDIR}/hddtemp.db ${D}/usr/share/misc/hddtemp.db |
29 | install -d ${D}${sysconfdir}/init.d | 29 | install -d ${D}${sysconfdir}/init.d |
diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb b/meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb index 11285451aa..b1de0d8b7c 100644 --- a/meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb +++ b/meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = " \ | |||
20 | SRC_URI[md5sum] = "2d2408f2a9dfb5c7b79998002e9a90e9" | 20 | SRC_URI[md5sum] = "2d2408f2a9dfb5c7b79998002e9a90e9" |
21 | SRC_URI[sha256sum] = "e5b1b1dee44a64b795a91c3321ab7196d9e0871fe50d42969761794e3899f40d" | 21 | SRC_URI[sha256sum] = "e5b1b1dee44a64b795a91c3321ab7196d9e0871fe50d42969761794e3899f40d" |
22 | 22 | ||
23 | FILES_${PN} += "${libdir}/libhdf5.settings ${datadir}/*" | 23 | FILES:${PN} += "${libdir}/libhdf5.settings ${datadir}/*" |
24 | 24 | ||
25 | EXTRA_OECMAKE = " \ | 25 | EXTRA_OECMAKE = " \ |
26 | -DTEST_LFS_WORKS_RUN=0 \ | 26 | -DTEST_LFS_WORKS_RUN=0 \ |
@@ -47,7 +47,7 @@ gen_hd5file() { | |||
47 | install -m 544 ${WORKDIR}/H5Tinit-${SITEINFO_BITS}.c ${S}/H5Tinit.c | 47 | install -m 544 ${WORKDIR}/H5Tinit-${SITEINFO_BITS}.c ${S}/H5Tinit.c |
48 | } | 48 | } |
49 | 49 | ||
50 | do_install_append() { | 50 | do_install:append() { |
51 | # Used for generating config files on target | 51 | # Used for generating config files on target |
52 | install -m 755 ${B}/bin/H5detect ${D}${bindir} | 52 | install -m 755 ${B}/bin/H5detect ${D}${bindir} |
53 | install -m 755 ${B}/bin/H5make_libsettings ${D}${bindir} | 53 | install -m 755 ${B}/bin/H5make_libsettings ${D}${bindir} |
diff --git a/meta-oe/recipes-support/htop/htop_3.0.5.bb b/meta-oe/recipes-support/htop/htop_3.0.5.bb index c757f7fb59..7854c7bebe 100644 --- a/meta-oe/recipes-support/htop/htop_3.0.5.bb +++ b/meta-oe/recipes-support/htop/htop_3.0.5.bb | |||
@@ -30,6 +30,6 @@ PACKAGECONFIG[setuid] = "--enable-setuid,--disable-setuid" | |||
30 | PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl" | 30 | PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl" |
31 | PACKAGECONFIG[sensors] = "--with-sensors,--without-sensors,lmsensors,lmsensors-libsensors" | 31 | PACKAGECONFIG[sensors] = "--with-sensors,--without-sensors,lmsensors,lmsensors-libsensors" |
32 | 32 | ||
33 | FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/htop.svg" | 33 | FILES:${PN} += "${datadir}/icons/hicolor/scalable/apps/htop.svg" |
34 | 34 | ||
35 | RDEPENDS_${PN} += "ncurses-terminfo-base" | 35 | RDEPENDS:${PN} += "ncurses-terminfo-base" |
diff --git a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb index 28c2d809a9..eb1472feae 100644 --- a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb +++ b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb | |||
@@ -3,69 +3,69 @@ SUMMARY = "Hunspell dictionaries used by Maliit" | |||
3 | #Provided by Titus Wormer (wooorm) https://github.com/wooorm/dictionaries | 3 | #Provided by Titus Wormer (wooorm) https://github.com/wooorm/dictionaries |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LICENSE_dictionaries/bg = "LGPL 2.1" | 6 | LICENSE:dictionaries/bg = "LGPL 2.1" |
7 | LICENSE_dictionaries/br = "GPL 3.0" | 7 | LICENSE:dictionaries/br = "GPL 3.0" |
8 | LICENSE_dictionaries/ca-valencia = "GPL 2.0 & LGPL-2.1" | 8 | LICENSE:dictionaries/ca-valencia = "GPL 2.0 & LGPL-2.1" |
9 | LICENSE_dictionaries/ca = "GPL 2.0 & LGPL-2.1" | 9 | LICENSE:dictionaries/ca = "GPL 2.0 & LGPL-2.1" |
10 | LICENSE_dictionaries/cs = "GPL-2.0" | 10 | LICENSE:dictionaries/cs = "GPL-2.0" |
11 | LICENSE_dictionaries/da = "GPL-2.0" | 11 | LICENSE:dictionaries/da = "GPL-2.0" |
12 | LICENSE_dictionaries/de-AT = "GPL-3.0" | 12 | LICENSE:dictionaries/de-AT = "GPL-3.0" |
13 | LICENSE_dictionaries/de-CH = "GPL-3.0" | 13 | LICENSE:dictionaries/de-CH = "GPL-3.0" |
14 | LICENSE_dictionaries/de = "GPL-3.0" | 14 | LICENSE:dictionaries/de = "GPL-3.0" |
15 | LICENSE_dictionaries/el-polyton = "GPL-2.0" | 15 | LICENSE:dictionaries/el-polyton = "GPL-2.0" |
16 | LICENSE_dictionaries/el = "GPL-2.0" | 16 | LICENSE:dictionaries/el = "GPL-2.0" |
17 | LICENSE_dictionaries/en-AU = "LGPL-2.0" | 17 | LICENSE:dictionaries/en-AU = "LGPL-2.0" |
18 | LICENSE_dictionaries/en-CA = "MIT & BSD" | 18 | LICENSE:dictionaries/en-CA = "MIT & BSD" |
19 | LICENSE_dictionaries/en-GB = "LGPL-2.0" | 19 | LICENSE:dictionaries/en-GB = "LGPL-2.0" |
20 | LICENSE_dictionaries/en-US = "MIT & BSD" | 20 | LICENSE:dictionaries/en-US = "MIT & BSD" |
21 | LICENSE_dictionaries/en-ZA = "LGPL 2.1" | 21 | LICENSE:dictionaries/en-ZA = "LGPL 2.1" |
22 | LICENSE_dictionaries/eo = "GPL-2.0" | 22 | LICENSE:dictionaries/eo = "GPL-2.0" |
23 | LICENSE_dictionaries/es = "GPL-3.0" | 23 | LICENSE:dictionaries/es = "GPL-3.0" |
24 | LICENSE_dictionaries/et = "LGPL-2.1" | 24 | LICENSE:dictionaries/et = "LGPL-2.1" |
25 | LICENSE_dictionaries/eu = "GPL-2.0" | 25 | LICENSE:dictionaries/eu = "GPL-2.0" |
26 | LICENSE_dictionaries/fo = "GPL-2.0" | 26 | LICENSE:dictionaries/fo = "GPL-2.0" |
27 | LICENSE_dictionaries/fr = "MPL-2.0" | 27 | LICENSE:dictionaries/fr = "MPL-2.0" |
28 | LICENSE_dictionaries/fur = "GPL-2.0" | 28 | LICENSE:dictionaries/fur = "GPL-2.0" |
29 | LICENSE_dictionaries/fy = "GPL-3.0" | 29 | LICENSE:dictionaries/fy = "GPL-3.0" |
30 | LICENSE_dictionaries/ga = "GPL-2.0" | 30 | LICENSE:dictionaries/ga = "GPL-2.0" |
31 | LICENSE_dictionaries/gd = "GPL-3.0" | 31 | LICENSE:dictionaries/gd = "GPL-3.0" |
32 | LICENSE_dictionaries/gl = "GPL-3.0" | 32 | LICENSE:dictionaries/gl = "GPL-3.0" |
33 | LICENSE_dictionaries/he = "AGPL-3.0" | 33 | LICENSE:dictionaries/he = "AGPL-3.0" |
34 | LICENSE_dictionaries/hr = "GPL-3.0" | 34 | LICENSE:dictionaries/hr = "GPL-3.0" |
35 | LICENSE_dictionaries/hu = "GPL-2.0" | 35 | LICENSE:dictionaries/hu = "GPL-2.0" |
36 | LICENSE_dictionaries/hy-arevela = "GPL-2.0" | 36 | LICENSE:dictionaries/hy-arevela = "GPL-2.0" |
37 | LICENSE_dictionaries/hy-arevmda = "GPL-2.0" | 37 | LICENSE:dictionaries/hy-arevmda = "GPL-2.0" |
38 | LICENSE_dictionaries/ia = "GPL-3.0" | 38 | LICENSE:dictionaries/ia = "GPL-3.0" |
39 | LICENSE_dictionaries/ie = "Apache-2.0" | 39 | LICENSE:dictionaries/ie = "Apache-2.0" |
40 | LICENSE_dictionaries/is = "CC BY-SA 3.0 & CC BY 4.0" | 40 | LICENSE:dictionaries/is = "CC BY-SA 3.0 & CC BY 4.0" |
41 | LICENSE_dictionaries/it = "GPL-3.0" | 41 | LICENSE:dictionaries/it = "GPL-3.0" |
42 | LICENSE_dictionaries/ko = "MPL-1.1 & GPL-2.0 & LGPL-2.1" | 42 | LICENSE:dictionaries/ko = "MPL-1.1 & GPL-2.0 & LGPL-2.1" |
43 | LICENSE_dictionaries/la = "GPL-3.0" | 43 | LICENSE:dictionaries/la = "GPL-3.0" |
44 | LICENSE_dictionaries/lb = "EUPL-1.1" | 44 | LICENSE:dictionaries/lb = "EUPL-1.1" |
45 | LICENSE_dictionaries/lt = "Other" | 45 | LICENSE:dictionaries/lt = "Other" |
46 | LICENSE_dictionaries/ltg = "LGPL-2.1" | 46 | LICENSE:dictionaries/ltg = "LGPL-2.1" |
47 | LICENSE_dictionaries/lv = "LGPL-2.1" | 47 | LICENSE:dictionaries/lv = "LGPL-2.1" |
48 | LICENSE_dictionaries/mk = "GPL-3.0" | 48 | LICENSE:dictionaries/mk = "GPL-3.0" |
49 | LICENSE_dictionaries/mn = "GPL-2.0" | 49 | LICENSE:dictionaries/mn = "GPL-2.0" |
50 | LICENSE_dictionaries/nb = "GPL-2.0" | 50 | LICENSE:dictionaries/nb = "GPL-2.0" |
51 | LICENSE_dictionaries/nds = "GPL-2.0" | 51 | LICENSE:dictionaries/nds = "GPL-2.0" |
52 | LICENSE_dictionaries/ne = "LGPL-2.1" | 52 | LICENSE:dictionaries/ne = "LGPL-2.1" |
53 | LICENSE_dictionaries/nl = "BSD" | 53 | LICENSE:dictionaries/nl = "BSD" |
54 | LICENSE_dictionaries/nn = "GPL-2.0" | 54 | LICENSE:dictionaries/nn = "GPL-2.0" |
55 | LICENSE_dictionaries/pl = "GPL-3.0" | 55 | LICENSE:dictionaries/pl = "GPL-3.0" |
56 | LICENSE_dictionaries/pt-BR = "LGPL 2.1" | 56 | LICENSE:dictionaries/pt-BR = "LGPL 2.1" |
57 | LICENSE_dictionaries/pt = "GPL-2.0" | 57 | LICENSE:dictionaries/pt = "GPL-2.0" |
58 | LICENSE_dictionaries/ro = "GPL-2.0" | 58 | LICENSE:dictionaries/ro = "GPL-2.0" |
59 | LICENSE_dictionaries/ru = "BSD" | 59 | LICENSE:dictionaries/ru = "BSD" |
60 | LICENSE_dictionaries/rw = "GPL-3.0" | 60 | LICENSE:dictionaries/rw = "GPL-3.0" |
61 | LICENSE_dictionaries/sk = "GPL-2.0" | 61 | LICENSE:dictionaries/sk = "GPL-2.0" |
62 | LICENSE_dictionaries/sl = "GPL-2.0" | 62 | LICENSE:dictionaries/sl = "GPL-2.0" |
63 | LICENSE_dictionaries/sr-Latn = "LGPL 3.0" | 63 | LICENSE:dictionaries/sr-Latn = "LGPL 3.0" |
64 | LICENSE_dictionaries/sr = "LGPL 3.0" | 64 | LICENSE:dictionaries/sr = "LGPL 3.0" |
65 | LICENSE_dictionaries/sv = "LGPL 3.0" | 65 | LICENSE:dictionaries/sv = "LGPL 3.0" |
66 | LICENSE_dictionaries/tr = "MIT" | 66 | LICENSE:dictionaries/tr = "MIT" |
67 | LICENSE_dictionaries/uk = "GPL 2.0" | 67 | LICENSE:dictionaries/uk = "GPL 2.0" |
68 | LICENSE_dictionaries/vi = "GPL 3.0" | 68 | LICENSE:dictionaries/vi = "GPL 3.0" |
69 | LIC_FILES_CHKSUM = " \ | 69 | LIC_FILES_CHKSUM = " \ |
70 | file://dictionaries/bg/license;md5=ab14e2ded1a43b84be9aba2be64b9814 \ | 70 | file://dictionaries/bg/license;md5=ab14e2ded1a43b84be9aba2be64b9814 \ |
71 | file://dictionaries/br/license;md5=2e046c64edc0a4e47fb3ea614e6c82c4 \ | 71 | file://dictionaries/br/license;md5=2e046c64edc0a4e47fb3ea614e6c82c4 \ |
@@ -131,7 +131,7 @@ LIC_FILES_CHKSUM = " \ | |||
131 | file://dictionaries/vi/license;md5=8d9ecb4e7577ce760029786aba7ecec5 \ | 131 | file://dictionaries/vi/license;md5=8d9ecb4e7577ce760029786aba7ecec5 \ |
132 | " | 132 | " |
133 | 133 | ||
134 | RDEPENDS_${PN} = "hunspell" | 134 | RDEPENDS:${PN} = "hunspell" |
135 | 135 | ||
136 | PV = "0.0.0+git${SRCPV}" | 136 | PV = "0.0.0+git${SRCPV}" |
137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" | 137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" |
@@ -148,4 +148,4 @@ do_install() { | |||
148 | done | 148 | done |
149 | } | 149 | } |
150 | 150 | ||
151 | FILES_${PN} = "${datadir}/hunspell" | 151 | FILES:${PN} = "${datadir}/hunspell" |
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb index c2fb4fa05b..b0aa4f719d 100644 --- a/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb +++ b/meta-oe/recipes-support/hunspell/hunspell_1.7.0.bb | |||
@@ -13,6 +13,6 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit autotools pkgconfig gettext | 14 | inherit autotools pkgconfig gettext |
15 | 15 | ||
16 | RDEPENDS_${PN} = "perl" | 16 | RDEPENDS:${PN} = "perl" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb b/meta-oe/recipes-support/hwdata/hwdata_0.347.bb index 43fb9189cc..192aa57465 100644 --- a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb +++ b/meta-oe/recipes-support/hwdata/hwdata_0.347.bb | |||
@@ -17,5 +17,5 @@ do_install() { | |||
17 | oe_runmake install DESTDIR=${D} | 17 | oe_runmake install DESTDIR=${D} |
18 | } | 18 | } |
19 | 19 | ||
20 | FILES_${PN} = "${libdir}/* \ | 20 | FILES:${PN} = "${libdir}/* \ |
21 | ${datadir}/* " | 21 | ${datadir}/* " |
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb index ac81fc75ab..d8e63156e9 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb | |||
@@ -35,18 +35,18 @@ PACKAGECONFIG[webp] = "--with-webp,--without-webp,libwebp" | |||
35 | PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf" | 35 | PACKAGECONFIG[wmf] = "--with-wmf,--without-wmf,libwmf" |
36 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxt" | 36 | PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxt" |
37 | 37 | ||
38 | FILES_${PN} += "${libdir}/ImageMagick-${BASE_PV}/config-Q16* \ | 38 | FILES:${PN} += "${libdir}/ImageMagick-${BASE_PV}/config-Q16* \ |
39 | ${datadir}/ImageMagick-7" | 39 | ${datadir}/ImageMagick-7" |
40 | 40 | ||
41 | FILES_${PN}-dev += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/*.a" | 41 | FILES:${PN}-dev += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/*.a" |
42 | 42 | ||
43 | FILES_${PN}-dbg += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/.debug/*" | 43 | FILES:${PN}-dbg += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/.debug/*" |
44 | 44 | ||
45 | BBCLASSEXTEND = "native" | 45 | BBCLASSEXTEND = "native" |
46 | 46 | ||
47 | ALTERNATIVE_PRIORITY = "100" | 47 | ALTERNATIVE_PRIORITY = "100" |
48 | 48 | ||
49 | ALTERNATIVE_${PN} = "animate compare composite conjure convert display \ | 49 | ALTERNATIVE:${PN} = "animate compare composite conjure convert display \ |
50 | identify import magick-script mogrify montage stream" | 50 | identify import magick-script mogrify montage stream" |
51 | 51 | ||
52 | ALTERNATIVE_TARGET[animate] = "${bindir}/animate.im7" | 52 | ALTERNATIVE_TARGET[animate] = "${bindir}/animate.im7" |
@@ -62,7 +62,7 @@ ALTERNATIVE_TARGET[mogrify] = "${bindir}/mogrify.im7" | |||
62 | ALTERNATIVE_TARGET[montage] = "${bindir}/montage.im7" | 62 | ALTERNATIVE_TARGET[montage] = "${bindir}/montage.im7" |
63 | ALTERNATIVE_TARGET[stream] = "${bindir}/stream.im7" | 63 | ALTERNATIVE_TARGET[stream] = "${bindir}/stream.im7" |
64 | 64 | ||
65 | ALTERNATIVE_${PN}-doc = "animate.1 compare.1 composite.1 conjure.1 \ | 65 | ALTERNATIVE:${PN}-doc = "animate.1 compare.1 composite.1 conjure.1 \ |
66 | convert.1 display.1 identify.1 import.1 magick-script.1 mogrify.1 montage.1 stream.1" | 66 | convert.1 display.1 identify.1 import.1 magick-script.1 mogrify.1 montage.1 stream.1" |
67 | 67 | ||
68 | ALTERNATIVE_LINK_NAME[animate.1] = "${mandir}/man1/animate.1" | 68 | ALTERNATIVE_LINK_NAME[animate.1] = "${mandir}/man1/animate.1" |
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb index 0d21a6bfeb..111a8208a9 100644 --- a/meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb +++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "ab19f840712e6951e51c29e44c43b3b2fa42e93693f98f8969cc763a4f | |||
9 | 9 | ||
10 | DEPENDS= "openssl lua libpcre2" | 10 | DEPENDS= "openssl lua libpcre2" |
11 | 11 | ||
12 | EXTRA_OEMAKE_append = " PREFIX=${prefix}" | 12 | EXTRA_OEMAKE:append = " PREFIX=${prefix}" |
13 | 13 | ||
14 | do_install(){ | 14 | do_install(){ |
15 | oe_runmake DESTDIR=${D} install | 15 | oe_runmake DESTDIR=${D} install |
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb index 5beb292819..00747f4d41 100644 --- a/meta-oe/recipes-support/inih/libinih_git.bb +++ b/meta-oe/recipes-support/inih/libinih_git.bb | |||
@@ -20,4 +20,4 @@ S = "${WORKDIR}/git" | |||
20 | inherit gitpkgv cmake | 20 | inherit gitpkgv cmake |
21 | 21 | ||
22 | # We don't have libinih since we only have static libraries | 22 | # We don't have libinih since we only have static libraries |
23 | ALLOW_EMPTY_${PN} = "1" | 23 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb index 8206590a86..26e7e84592 100644 --- a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb | |||
@@ -18,4 +18,4 @@ EXTRA_OECONF = "--disable-doxygen" | |||
18 | 18 | ||
19 | PACKAGES =+ "libinotifytools" | 19 | PACKAGES =+ "libinotifytools" |
20 | 20 | ||
21 | FILES_libinotifytools = "${libdir}/lib*.so.*" | 21 | FILES:libinotifytools = "${libdir}/lib*.so.*" |
diff --git a/meta-oe/recipes-support/lcov/lcov_1.14.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb index 0cc8b31b3f..c501b1534d 100755 --- a/meta-oe/recipes-support/lcov/lcov_1.14.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.14.bb | |||
@@ -8,7 +8,7 @@ LCOV supports statement, function and branch coverage measurement." | |||
8 | LICENSE = "GPL-2.0" | 8 | LICENSE = "GPL-2.0" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | libjson-perl \ | 12 | libjson-perl \ |
13 | libperlio-gzip-perl \ | 13 | libperlio-gzip-perl \ |
14 | perl \ | 14 | perl \ |
@@ -44,7 +44,7 @@ RDEPENDS_${PN} += " \ | |||
44 | perl-module-tie-hash \ | 44 | perl-module-tie-hash \ |
45 | " | 45 | " |
46 | 46 | ||
47 | RDEPENDS_${PN}_append_class-target = " \ | 47 | RDEPENDS:${PN}:append:class-target = " \ |
48 | gcov \ | 48 | gcov \ |
49 | gcov-symlinks \ | 49 | gcov-symlinks \ |
50 | " | 50 | " |
diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb index 4cfb732932..127f71da44 100644 --- a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb +++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb | |||
@@ -13,9 +13,9 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit autotools lib_package pkgconfig | 14 | inherit autotools lib_package pkgconfig |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la | 17 | sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la |
18 | } | 18 | } |
19 | 19 | ||
20 | PACKAGES =+ "${PN}-dev-vala" | 20 | PACKAGES =+ "${PN}-dev-vala" |
21 | FILES_${PN}-dev-vala = "${datadir}/vala" | 21 | FILES:${PN}-dev-vala = "${datadir}/vala" |
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb index 0aaf188b61..ba21ffaf02 100644 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.4.bb | |||
@@ -21,7 +21,7 @@ DEPENDS += " \ | |||
21 | gettext-native \ | 21 | gettext-native \ |
22 | " | 22 | " |
23 | 23 | ||
24 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize" | 24 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize" |
25 | 25 | ||
26 | PACKAGECONFIG ??= "python3" | 26 | PACKAGECONFIG ??= "python3" |
27 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" | 27 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" |
diff --git a/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb b/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb index 1495051d79..0b85862bb5 100644 --- a/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb +++ b/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb | |||
@@ -32,7 +32,7 @@ PACKAGECONFIG[gstreamer] = "--enable-gstreamer, --disable-gstreamer, gstreamer1. | |||
32 | PACKAGECONFIG[gtk] = "--enable-gtk, --disable-gtk, gtk+" | 32 | PACKAGECONFIG[gtk] = "--enable-gtk, --disable-gtk, gtk+" |
33 | PACKAGECONFIG[gtk3] = "--enable-gtk3, --disable-gtk3, gtk+3" | 33 | PACKAGECONFIG[gtk3] = "--enable-gtk3, --disable-gtk3, gtk+3" |
34 | 34 | ||
35 | python populate_packages_prepend() { | 35 | python populate_packages:prepend() { |
36 | plugindir = d.expand('${libdir}/${BPN}-${PV}/') | 36 | plugindir = d.expand('${libdir}/${BPN}-${PV}/') |
37 | do_split_packages(d, plugindir, '^libcanberra-(.*)\.so$', 'libcanberra-%s', '%s support library', extra_depends='' ) | 37 | do_split_packages(d, plugindir, '^libcanberra-(.*)\.so$', 'libcanberra-%s', '%s support library', extra_depends='' ) |
38 | do_split_packages(d, plugindir, '^libcanberra-(.*)\.la$', 'libcanberra-%s', '%s support library', extra_depends='' ) | 38 | do_split_packages(d, plugindir, '^libcanberra-(.*)\.la$', 'libcanberra-%s', '%s support library', extra_depends='' ) |
@@ -41,23 +41,23 @@ python populate_packages_prepend() { | |||
41 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2 ${PN}-gtk3 ${PN}-systemd" | 41 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2 ${PN}-gtk3 ${PN}-systemd" |
42 | PACKAGES_DYNAMIC += "^libcanberra-.*" | 42 | PACKAGES_DYNAMIC += "^libcanberra-.*" |
43 | 43 | ||
44 | FILES_${PN} = "${bindir}/ ${libdir}/${BPN}.so.*" | 44 | FILES:${PN} = "${bindir}/ ${libdir}/${BPN}.so.*" |
45 | 45 | ||
46 | FILES_${PN}-dev += "${datadir}/vala/vapi ${libdir}/*/modules/*.la ${libdir}/*/*.la" | 46 | FILES:${PN}-dev += "${datadir}/vala/vapi ${libdir}/*/modules/*.la ${libdir}/*/*.la" |
47 | 47 | ||
48 | FILES_${PN}-dbg += "${libdir}/${BPN}-${PV}/.debug ${libdir}/gtk-*/modules/.debug" | 48 | FILES:${PN}-dbg += "${libdir}/${BPN}-${PV}/.debug ${libdir}/gtk-*/modules/.debug" |
49 | 49 | ||
50 | FILES_${PN}-gtk2 = "${libdir}/${BPN}-gtk.so.* \ | 50 | FILES:${PN}-gtk2 = "${libdir}/${BPN}-gtk.so.* \ |
51 | ${libdir}/gtk-2.0/modules/*.so \ | 51 | ${libdir}/gtk-2.0/modules/*.so \ |
52 | ${bindir}/canberra-gtk-play" | 52 | ${bindir}/canberra-gtk-play" |
53 | 53 | ||
54 | # -gtk3 ships a symlink to a .so | 54 | # -gtk3 ships a symlink to a .so |
55 | INSANE_SKIP_${PN}-gtk3 = "dev-so" | 55 | INSANE_SKIP:${PN}-gtk3 = "dev-so" |
56 | FILES_${PN}-gtk3 = "${libdir}/${BPN}-gtk3.so.* \ | 56 | FILES:${PN}-gtk3 = "${libdir}/${BPN}-gtk3.so.* \ |
57 | ${libdir}/gtk-3.0/modules/*.so \ | 57 | ${libdir}/gtk-3.0/modules/*.so \ |
58 | ${bindir}/canberra-gtk3-play" | 58 | ${bindir}/canberra-gtk3-play" |
59 | 59 | ||
60 | FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/ \ | 60 | FILES:${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/ \ |
61 | ${datadir}/gdm/ ${datadir}/gnome/" | 61 | ${datadir}/gdm/ ${datadir}/gnome/" |
62 | 62 | ||
63 | FILES_${PN}-systemd = "${systemd_unitdir}/system/*.service" | 63 | FILES:${PN}-systemd = "${systemd_unitdir}/system/*.service" |
diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb index dc50509699..26b27fa6e0 100644 --- a/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb +++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb | |||
@@ -24,8 +24,8 @@ inherit cmake pkgconfig | |||
24 | 24 | ||
25 | EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" | 25 | EXTRA_OECMAKE = "-DJUST_INSTALL_CEREAL=ON" |
26 | 26 | ||
27 | ALLOW_EMPTY_${PN} = "1" | 27 | ALLOW_EMPTY:${PN} = "1" |
28 | 28 | ||
29 | RDEPENDS_${PN}-dev = "" | 29 | RDEPENDS:${PN}-dev = "" |
30 | 30 | ||
31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb index 6237638d3d..d98fa2c2f7 100644 --- a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb +++ b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb | |||
@@ -17,6 +17,6 @@ inherit cmake | |||
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | do_install_append(){ | 20 | do_install:append(){ |
21 | chrpath -d ${D}${libdir}/libcppkafka.so.0.3.1 | 21 | chrpath -d ${D}${libdir}/libcppkafka.so.0.3.1 |
22 | } | 22 | } |
diff --git a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb index 74b5e21e23..98871c3cf0 100644 --- a/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb +++ b/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb | |||
@@ -15,4 +15,4 @@ S = "${WORKDIR}/git" | |||
15 | inherit cmake | 15 | inherit cmake |
16 | 16 | ||
17 | PACKAGES =+ "${PN}-utils" | 17 | PACKAGES =+ "${PN}-utils" |
18 | FILES_${PN}-utils = "${bindir}/*" | 18 | FILES:${PN}-utils = "${bindir}/*" |
diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.3.9.bb b/meta-oe/recipes-support/libeigen/libeigen_3.3.9.bb index a54d8f8f72..8ce26ff632 100644 --- a/meta-oe/recipes-support/libeigen/libeigen_3.3.9.bb +++ b/meta-oe/recipes-support/libeigen/libeigen_3.3.9.bb | |||
@@ -17,10 +17,10 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | inherit cmake | 18 | inherit cmake |
19 | 19 | ||
20 | FILES_${PN}-dev += "${datadir}/eigen3/cmake" | 20 | FILES:${PN}-dev += "${datadir}/eigen3/cmake" |
21 | 21 | ||
22 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 22 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
23 | RDEPENDS_${PN}-dev = "" | 23 | RDEPENDS:${PN}-dev = "" |
24 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 24 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb index 8479b274e7..d1cc721ada 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb | |||
@@ -30,4 +30,4 @@ BBCLASSEXTEND = "native nativesdk" | |||
30 | 30 | ||
31 | PACKAGES += "${PN}-python" | 31 | PACKAGES += "${PN}-python" |
32 | 32 | ||
33 | FILES_${PN}-python = "${libdir}/${PYTHON_DIR}/site-packages/" | 33 | FILES:${PN}-python = "${libdir}/${PYTHON_DIR}/site-packages/" |
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb index be5be2f8db..38bd23711e 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | |||
@@ -28,7 +28,7 @@ EXTRA_OECONF = "--enable-tools" | |||
28 | DEPENDS += "autoconf-archive-native" | 28 | DEPENDS += "autoconf-archive-native" |
29 | 29 | ||
30 | PACKAGES =+ "${PN}-tools libgpiodcxx ${PN}-python" | 30 | PACKAGES =+ "${PN}-tools libgpiodcxx ${PN}-python" |
31 | FILES_${PN}-tools = " \ | 31 | FILES:${PN}-tools = " \ |
32 | ${bindir}/gpiodetect \ | 32 | ${bindir}/gpiodetect \ |
33 | ${bindir}/gpioinfo \ | 33 | ${bindir}/gpioinfo \ |
34 | ${bindir}/gpioget \ | 34 | ${bindir}/gpioget \ |
@@ -36,7 +36,7 @@ FILES_${PN}-tools = " \ | |||
36 | ${bindir}/gpiofind \ | 36 | ${bindir}/gpiofind \ |
37 | ${bindir}/gpiomon \ | 37 | ${bindir}/gpiomon \ |
38 | " | 38 | " |
39 | FILES_${PN}-ptest += " \ | 39 | FILES:${PN}-ptest += " \ |
40 | ${bindir}/gpiod-test \ | 40 | ${bindir}/gpiod-test \ |
41 | ${bindir}/gpio-tools-test \ | 41 | ${bindir}/gpio-tools-test \ |
42 | ${bindir}/gpio-tools-test.bats \ | 42 | ${bindir}/gpio-tools-test.bats \ |
@@ -44,14 +44,14 @@ FILES_${PN}-ptest += " \ | |||
44 | ${bindir}/gpiod_py_test.py \ | 44 | ${bindir}/gpiod_py_test.py \ |
45 | ${libdir}/libgpiomockup.so.* \ | 45 | ${libdir}/libgpiomockup.so.* \ |
46 | " | 46 | " |
47 | FILES_libgpiodcxx = "${libdir}/libgpiodcxx.so.*" | 47 | FILES:libgpiodcxx = "${libdir}/libgpiodcxx.so.*" |
48 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" | 48 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*.so" |
49 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" | 49 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" |
50 | 50 | ||
51 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '', d)}" | 51 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python3', '${PN}-python', '', d)}" |
52 | RRECOMMENDS_${PN}-ptest += "kernel-module-gpio-mockup" | 52 | RRECOMMENDS:${PN}-ptest += "kernel-module-gpio-mockup" |
53 | 53 | ||
54 | PACKAGECONFIG_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" | 54 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests', '', d)}" |
55 | 55 | ||
56 | do_install_ptest() { | 56 | do_install_ptest() { |
57 | install -d ${D}${PTEST_PATH}/tests | 57 | install -d ${D}${PTEST_PATH}/tests |
diff --git a/meta-oe/recipes-support/libharu/libharu_2.3.0.bb b/meta-oe/recipes-support/libharu/libharu_2.3.0.bb index 8d30c1f7b1..01c94f847a 100644 --- a/meta-oe/recipes-support/libharu/libharu_2.3.0.bb +++ b/meta-oe/recipes-support/libharu/libharu_2.3.0.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git" | |||
18 | inherit cmake | 18 | inherit cmake |
19 | DEPENDS += "libpng zlib" | 19 | DEPENDS += "libpng zlib" |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install:append() { |
22 | mkdir -p ${D}/${datadir}/libharu | 22 | mkdir -p ${D}/${datadir}/libharu |
23 | mv ${D}/libharu ${D}/${datadir} | 23 | mv ${D}/libharu ${D}/${datadir} |
24 | } | 24 | } |
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index d2d6fd4751..748633d9d4 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb | |||
@@ -38,17 +38,17 @@ PACKAGECONFIG[libiio-python3] = "-DPYTHON_BINDINGS=ON,-DPYTHON_BINDINGS=OFF" | |||
38 | 38 | ||
39 | PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-${PYTHON_PN}" | 39 | PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-${PYTHON_PN}" |
40 | 40 | ||
41 | RDEPENDS_${PN}-${PYTHON_PN} = "${PN} ${PYTHON_PN}-ctypes ${PYTHON_PN}-stringold" | 41 | RDEPENDS:${PN}-${PYTHON_PN} = "${PN} ${PYTHON_PN}-ctypes ${PYTHON_PN}-stringold" |
42 | 42 | ||
43 | FILES_${PN}-iiod = " \ | 43 | FILES:${PN}-iiod = " \ |
44 | ${sbindir}/iiod \ | 44 | ${sbindir}/iiod \ |
45 | ${systemd_system_unitdir}/iiod.service \ | 45 | ${systemd_system_unitdir}/iiod.service \ |
46 | " | 46 | " |
47 | FILES_${PN}-tests = "${bindir}" | 47 | FILES:${PN}-tests = "${bindir}" |
48 | FILES_${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}" | 48 | FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}" |
49 | 49 | ||
50 | SYSTEMD_PACKAGES = "${PN}-iiod" | 50 | SYSTEMD_PACKAGES = "${PN}-iiod" |
51 | SYSTEMD_SERVICE_${PN}-iiod = "iiod.service" | 51 | SYSTEMD_SERVICE:${PN}-iiod = "iiod.service" |
52 | 52 | ||
53 | # Explicitly define do_configure, do_compile and do_install because both cmake and setuptools3 have | 53 | # Explicitly define do_configure, do_compile and do_install because both cmake and setuptools3 have |
54 | # EXPORT_FUNCTIONS do_configure do_compile do_install | 54 | # EXPORT_FUNCTIONS do_configure do_compile do_install |
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery_1.7.2.bb b/meta-oe/recipes-support/libjs/libjs-jquery_1.7.2.bb index 7f425cdeab..4dc2e8041c 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery_1.7.2.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery_1.7.2.bb | |||
@@ -22,4 +22,4 @@ do_install() { | |||
22 | install -m 0644 ${S}${JQUERYDOCDIR}/copyright ${D}${JQUERYDOCDIR}/ | 22 | install -m 0644 ${S}${JQUERYDOCDIR}/copyright ${D}${JQUERYDOCDIR}/ |
23 | } | 23 | } |
24 | 24 | ||
25 | FILES_${PN} = "/usr/share/javascript/jquery" | 25 | FILES:${PN} = "/usr/share/javascript/jquery" |
diff --git a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb index 4928b6c3a7..417a11f502 100644 --- a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb +++ b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb | |||
@@ -16,4 +16,4 @@ do_install() { | |||
16 | install -m 0644 ${SIZZLEDIR}/*.js ${D}/${datadir}/javascript/sizzle/ | 16 | install -m 0644 ${SIZZLEDIR}/*.js ${D}/${datadir}/javascript/sizzle/ |
17 | } | 17 | } |
18 | 18 | ||
19 | FILES_${PN} = "${datadir}/javascript/sizzle/" | 19 | FILES:${PN} = "${datadir}/javascript/sizzle/" |
diff --git a/meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb b/meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb index 23ab348dcf..78c75460ef 100644 --- a/meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb +++ b/meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb | |||
@@ -12,5 +12,5 @@ SRC_URI[sha256sum] = "63653259a821ec7d90d681e52e757e2219d462828c9d74b056a5f53267 | |||
12 | 12 | ||
13 | inherit meson pkgconfig gobject-introspection ptest vala | 13 | inherit meson pkgconfig gobject-introspection ptest vala |
14 | 14 | ||
15 | FILES_${PN}-ptest =+ "${bindir}/manette-test" | 15 | FILES:${PN}-ptest =+ "${bindir}/manette-test" |
16 | FILES_${PN}-dev =+ "${libdir}/girepository-1.0" | 16 | FILES:${PN}-dev =+ "${libdir}/girepository-1.0" |
diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb index c0ed72d991..2e8ecbfc44 100644 --- a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb +++ b/meta-oe/recipes-support/libmxml/libmxml_3.2.bb | |||
@@ -19,7 +19,7 @@ B = "${S}" | |||
19 | # MXML uses autotools but it explicitly states it does not support autoheader. | 19 | # MXML uses autotools but it explicitly states it does not support autoheader. |
20 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" | 20 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" |
21 | 21 | ||
22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
23 | # Respect optimization CFLAGS specified by OE. | 23 | # Respect optimization CFLAGS specified by OE. |
24 | sed -e 's/-Os -g//' -i ${S}/configure.ac | 24 | sed -e 's/-Os -g//' -i ${S}/configure.ac |
25 | 25 | ||
diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-oe/recipes-support/libol/libol_0.3.18.bb index d7adb2b941..b1e6da1bbe 100644 --- a/meta-oe/recipes-support/libol/libol_0.3.18.bb +++ b/meta-oe/recipes-support/libol/libol_0.3.18.bb | |||
@@ -11,10 +11,10 @@ SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a3200 | |||
11 | 11 | ||
12 | inherit autotools binconfig | 12 | inherit autotools binconfig |
13 | 13 | ||
14 | do_compile_prepend() { | 14 | do_compile:prepend() { |
15 | install ${S}/utils/make_class.in ${B}/utils | 15 | install ${S}/utils/make_class.in ${B}/utils |
16 | } | 16 | } |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | rm -fr ${D}${bindir} | 19 | rm -fr ${D}${bindir} |
20 | } | 20 | } |
diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.11.bb b/meta-oe/recipes-support/libp11/libp11_0.4.11.bb index 1c5cc52bf4..4c99a328be 100644 --- a/meta-oe/recipes-support/libp11/libp11_0.4.11.bb +++ b/meta-oe/recipes-support/libp11/libp11_0.4.11.bb | |||
@@ -20,11 +20,11 @@ inherit autotools pkgconfig | |||
20 | 20 | ||
21 | EXTRA_OECONF = "--disable-static" | 21 | EXTRA_OECONF = "--disable-static" |
22 | 22 | ||
23 | do_install_append () { | 23 | do_install:append () { |
24 | rm -rf ${D}${docdir}/${BPN} | 24 | rm -rf ${D}${docdir}/${BPN} |
25 | } | 25 | } |
26 | 26 | ||
27 | FILES_${PN} += "${libdir}/engines*/pkcs11.so" | 27 | FILES:${PN} += "${libdir}/engines*/pkcs11.so" |
28 | FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}" | 28 | FILES:${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}" |
29 | 29 | ||
30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb b/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb index 5314f4a48a..0fa229662f 100644 --- a/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb +++ b/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb | |||
@@ -18,6 +18,6 @@ inherit cmake | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | FILES_${PN} += "${datadir}" | 21 | FILES:${PN} += "${datadir}" |
22 | 22 | ||
23 | EXTRA_OECMAKE += "-DRDKAFKA_BUILD_EXAMPLES=OFF -DRDKAFKA_BUILD_TESTS=OFF" \ No newline at end of file | 23 | EXTRA_OECMAKE += "-DRDKAFKA_BUILD_EXAMPLES=OFF -DRDKAFKA_BUILD_TESTS=OFF" \ No newline at end of file |
diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb index f1997136ac..79a1a0fb85 100644 --- a/meta-oe/recipes-support/librsync/librsync_2.3.2.bb +++ b/meta-oe/recipes-support/librsync/librsync_2.3.2.bb | |||
@@ -13,6 +13,6 @@ DEPENDS = "popt" | |||
13 | inherit cmake | 13 | inherit cmake |
14 | 14 | ||
15 | PACKAGES =+ "rdiff" | 15 | PACKAGES =+ "rdiff" |
16 | FILES_rdiff = "${bindir}/rdiff" | 16 | FILES:rdiff = "${bindir}/rdiff" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb index ae76fade73..a98f32be48 100644 --- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb +++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | |||
@@ -12,21 +12,21 @@ SRC_URI = "https://www.ibr.cs.tu-bs.de/projects/${BPN}/download/${BP}.tar.gz \ | |||
12 | SRC_URI[md5sum] = "4bf47483c06c9f07d1b10fbc74eddf11" | 12 | SRC_URI[md5sum] = "4bf47483c06c9f07d1b10fbc74eddf11" |
13 | SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c725754d3" | 13 | SRC_URI[sha256sum] = "f21accdadb1bb328ea3f8a13fc34d715baac6e2db66065898346322c725754d3" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "wget" | 15 | RDEPENDS:${PN} += "wget" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |
18 | 18 | ||
19 | EXTRA_OECONF = "ac_cv_path_SH=/bin/sh ac_cv_path_WGET=${bindir}/wget ac_cv_path_AWK=${bindir}/awk" | 19 | EXTRA_OECONF = "ac_cv_path_SH=/bin/sh ac_cv_path_WGET=${bindir}/wget ac_cv_path_AWK=${bindir}/awk" |
20 | 20 | ||
21 | do_install_append () { | 21 | do_install:append () { |
22 | install -d ${D}${sysconfdir} | 22 | install -d ${D}${sysconfdir} |
23 | install -m 0644 ${WORKDIR}/smi.conf ${D}${sysconfdir}/smi.conf | 23 | install -m 0644 ${WORKDIR}/smi.conf ${D}${sysconfdir}/smi.conf |
24 | } | 24 | } |
25 | 25 | ||
26 | PACKAGES += "${PN}-mibs ${PN}-pibs ${PN}-yang" | 26 | PACKAGES += "${PN}-mibs ${PN}-pibs ${PN}-yang" |
27 | 27 | ||
28 | FILES_${PN}-mibs += "${datadir}/mibs" | 28 | FILES:${PN}-mibs += "${datadir}/mibs" |
29 | FILES_${PN}-pibs += "${datadir}/pibs" | 29 | FILES:${PN}-pibs += "${datadir}/pibs" |
30 | FILES_${PN}-yang += "${datadir}/yang" | 30 | FILES:${PN}-yang += "${datadir}/yang" |
31 | 31 | ||
32 | RRECOMMENDS_${PN} = "${BPN}-mibs" | 32 | RRECOMMENDS:${PN} = "${BPN}-mibs" |
diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb index 8b773aefa5..9abba6e04b 100644 --- a/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb +++ b/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb | |||
@@ -26,7 +26,7 @@ PACKAGECONFIG[python] = "--enable-python=${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-n | |||
26 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', \ | 26 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', \ |
27 | '${PYTHON_PN}-libsoc-staticdev ${PYTHON_PN}-libsoc', '', d)}" | 27 | '${PYTHON_PN}-libsoc-staticdev ${PYTHON_PN}-libsoc', '', d)}" |
28 | 28 | ||
29 | RDEPENDS_${PN} = "libgcc" | 29 | RDEPENDS:${PN} = "libgcc" |
30 | 30 | ||
31 | FILES_${PYTHON_PN}-libsoc-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*/*.a" | 31 | FILES:${PYTHON_PN}-libsoc-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*/*.a" |
32 | FILES_${PYTHON_PN}-libsoc += "${PYTHON_SITEPACKAGES_DIR}" | 32 | FILES:${PYTHON_PN}-libsoc += "${PYTHON_SITEPACKAGES_DIR}" |
diff --git a/meta-oe/recipes-support/libssh/libssh_0.8.9.bb b/meta-oe/recipes-support/libssh/libssh_0.8.9.bb index 2aff2c8781..cbda8b7be3 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.8.9.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.8.9.bb | |||
@@ -17,7 +17,7 @@ PACKAGECONFIG ??= "gcrypt" | |||
17 | PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, " | 17 | PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, " |
18 | PACKAGECONFIG[gcrypt] = "-DWITH_GCRYPT=1, -DWITH_GCRYPT=0, libgcrypt, " | 18 | PACKAGECONFIG[gcrypt] = "-DWITH_GCRYPT=1, -DWITH_GCRYPT=0, libgcrypt, " |
19 | 19 | ||
20 | ARM_INSTRUCTION_SET_armv5 = "arm" | 20 | ARM_INSTRUCTION_SET:armv5 = "arm" |
21 | 21 | ||
22 | EXTRA_OECMAKE = " \ | 22 | EXTRA_OECMAKE = " \ |
23 | -DWITH_PCAP=1 \ | 23 | -DWITH_PCAP=1 \ |
@@ -26,7 +26,7 @@ EXTRA_OECMAKE = " \ | |||
26 | -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ | 26 | -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ |
27 | " | 27 | " |
28 | 28 | ||
29 | do_configure_prepend () { | 29 | do_configure:prepend () { |
30 | # Disable building of examples | 30 | # Disable building of examples |
31 | sed -i -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' ${S}/CMakeLists.txt \ | 31 | sed -i -e '/add_subdirectory(examples)/s/^/#DONOTWANT/' ${S}/CMakeLists.txt \ |
32 | || bbfatal "Failed to disable examples" | 32 | || bbfatal "Failed to disable examples" |
diff --git a/meta-oe/recipes-support/libteam/libteam_1.31.bb b/meta-oe/recipes-support/libteam/libteam_1.31.bb index 149cfb8d23..a131de36c2 100644 --- a/meta-oe/recipes-support/libteam/libteam_1.31.bb +++ b/meta-oe/recipes-support/libteam/libteam_1.31.bb | |||
@@ -20,20 +20,20 @@ S = "${WORKDIR}/git" | |||
20 | 20 | ||
21 | inherit autotools pkgconfig ptest | 21 | inherit autotools pkgconfig ptest |
22 | 22 | ||
23 | FILES_${PN} = "${libdir}/libteam${SOLIBS} \ | 23 | FILES:${PN} = "${libdir}/libteam${SOLIBS} \ |
24 | " | 24 | " |
25 | 25 | ||
26 | PACKAGES += "${PN}-dctl ${PN}-utils" | 26 | PACKAGES += "${PN}-dctl ${PN}-utils" |
27 | FILES_${PN}-dctl = "${libdir}/libteamdctl${SOLIBS} \ | 27 | FILES:${PN}-dctl = "${libdir}/libteamdctl${SOLIBS} \ |
28 | " | 28 | " |
29 | FILES_${PN}-utils = "${bindir}/bond2team \ | 29 | FILES:${PN}-utils = "${bindir}/bond2team \ |
30 | ${bindir}/teamd \ | 30 | ${bindir}/teamd \ |
31 | ${bindir}/teamdctl \ | 31 | ${bindir}/teamdctl \ |
32 | ${bindir}/teamnl \ | 32 | ${bindir}/teamnl \ |
33 | " | 33 | " |
34 | 34 | ||
35 | RDEPENDS_${PN}-utils = "bash" | 35 | RDEPENDS:${PN}-utils = "bash" |
36 | RDEPENDS_${PN}-ptest = "python3-core" | 36 | RDEPENDS:${PN}-ptest = "python3-core" |
37 | 37 | ||
38 | do_install_ptest() { | 38 | do_install_ptest() { |
39 | install ${S}/scripts/team_basic_test.py ${D}${PTEST_PATH}/ | 39 | install ${S}/scripts/team_basic_test.py ${D}${PTEST_PATH}/ |
diff --git a/meta-oe/recipes-support/liburing/liburing_2.0.bb b/meta-oe/recipes-support/liburing/liburing_2.0.bb index 9eddf2e2a5..7a903e5d4a 100644 --- a/meta-oe/recipes-support/liburing/liburing_2.0.bb +++ b/meta-oe/recipes-support/liburing/liburing_2.0.bb | |||
@@ -13,15 +13,15 @@ SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https \ | |||
13 | file://0001-examples-ucontext-cp.c-Do-not-use-SIGSTKSZ.patch \ | 13 | file://0001-examples-ucontext-cp.c-Do-not-use-SIGSTKSZ.patch \ |
14 | file://0001-tests-fix-portability-issue-when-using-__NR_mmap-sys.patch \ | 14 | file://0001-tests-fix-portability-issue-when-using-__NR_mmap-sys.patch \ |
15 | " | 15 | " |
16 | SRC_URI_append_libc-musl_riscv64 = " file://0001-do-not-build-examples.patch " | 16 | SRC_URI:append:libc-musl:riscv64 = " file://0001-do-not-build-examples.patch " |
17 | SRC_URI_append_libc-musl_riscv32 = " file://0001-do-not-build-examples.patch " | 17 | SRC_URI:append:libc-musl:riscv32 = " file://0001-do-not-build-examples.patch " |
18 | 18 | ||
19 | SRCREV = "b013dfd5a5f65116373d5e0f0bdfb73db9d8816e" | 19 | SRCREV = "b013dfd5a5f65116373d5e0f0bdfb73db9d8816e" |
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | DEPENDS_append_libc-musl = " libucontext" | 22 | DEPENDS:append:libc-musl = " libucontext" |
23 | XCFLAGS = "-pthread" | 23 | XCFLAGS = "-pthread" |
24 | XCFLAGS_append_libc-musl = " -lucontext" | 24 | XCFLAGS:append:libc-musl = " -lucontext" |
25 | 25 | ||
26 | EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'LDFLAGS=${LDFLAGS}' 'XCFLAGS=${XCFLAGS}' 'BUILDDIR=${S}'" | 26 | EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'LDFLAGS=${LDFLAGS}' 'XCFLAGS=${XCFLAGS}' 'BUILDDIR=${S}'" |
27 | do_configure() { | 27 | do_configure() { |
diff --git a/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb b/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb index 21fa478b6e..8c3337370e 100644 --- a/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb +++ b/meta-oe/recipes-support/libusb/libusb-compat_0.1.7.bb | |||
@@ -33,7 +33,7 @@ inherit autotools pkgconfig binconfig-disabled lib_package | |||
33 | 33 | ||
34 | EXTRA_OECONF = "--libdir=${base_libdir}" | 34 | EXTRA_OECONF = "--libdir=${base_libdir}" |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | install -d ${D}${libdir} | 37 | install -d ${D}${libdir} |
38 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then | 38 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then |
39 | mv ${D}${base_libdir}/pkgconfig ${D}${libdir} | 39 | mv ${D}${base_libdir}/pkgconfig ${D}${libdir} |
diff --git a/meta-oe/recipes-support/libusbg/libusbg_git.bb b/meta-oe/recipes-support/libusbg/libusbg_git.bb index b1c4663525..94399a0171 100644 --- a/meta-oe/recipes-support/libusbg/libusbg_git.bb +++ b/meta-oe/recipes-support/libusbg/libusbg_git.bb | |||
@@ -14,6 +14,6 @@ SRC_URI = "git://github.com/libusbg/libusbg.git \ | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | ALTERNATIVE_${PN} = "gadget-acm-ecm show-gadgets" | 17 | ALTERNATIVE:${PN} = "gadget-acm-ecm show-gadgets" |
18 | ALTERNATIVE_LINK_NAME[gadget-acm-ecm] = "${bindir}/gadget-acm-ecm" | 18 | ALTERNATIVE_LINK_NAME[gadget-acm-ecm] = "${bindir}/gadget-acm-ecm" |
19 | ALTERNATIVE_LINK_NAME[show-gadgets] = "${bindir}/show-gadgets" | 19 | ALTERNATIVE_LINK_NAME[show-gadgets] = "${bindir}/show-gadgets" |
diff --git a/meta-oe/recipes-support/libusbgx/libusbgx_git.bb b/meta-oe/recipes-support/libusbgx/libusbgx_git.bb index 48fc911434..dc0d5c08d1 100644 --- a/meta-oe/recipes-support/libusbgx/libusbgx_git.bb +++ b/meta-oe/recipes-support/libusbgx/libusbgx_git.bb | |||
@@ -20,14 +20,14 @@ SRC_URI = " \ | |||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | SYSTEMD_PACKAGES = "${PN}" | 22 | SYSTEMD_PACKAGES = "${PN}" |
23 | SYSTEMD_SERVICE_${PN} = "usbgx.service" | 23 | SYSTEMD_SERVICE:${PN} = "usbgx.service" |
24 | 24 | ||
25 | INITSCRIPT_NAME = "usbgx" | 25 | INITSCRIPT_NAME = "usbgx" |
26 | INITSCRIPT_PARAMS = "defaults" | 26 | INITSCRIPT_PARAMS = "defaults" |
27 | 27 | ||
28 | EXTRA_OECONF = "--includedir=${includedir}/usbgx" | 28 | EXTRA_OECONF = "--includedir=${includedir}/usbgx" |
29 | 29 | ||
30 | do_install_append() { | 30 | do_install:append() { |
31 | install -Dm 0755 ${WORKDIR}/gadget-start ${D}/${bindir}/gadget-start | 31 | install -Dm 0755 ${WORKDIR}/gadget-start ${D}/${bindir}/gadget-start |
32 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | 32 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then |
33 | install -Dm 0644 ${WORKDIR}/usbgx.service ${D}${systemd_system_unitdir}/usbgx.service | 33 | install -Dm 0644 ${WORKDIR}/usbgx.service ${D}${systemd_system_unitdir}/usbgx.service |
@@ -37,9 +37,9 @@ do_install_append() { | |||
37 | fi | 37 | fi |
38 | } | 38 | } |
39 | 39 | ||
40 | RDEPENDS_${PN} += "libusbgx-config" | 40 | RDEPENDS:${PN} += "libusbgx-config" |
41 | 41 | ||
42 | ALTERNATIVE_PRIORITY = "90" | 42 | ALTERNATIVE_PRIORITY = "90" |
43 | ALTERNATIVE_${PN} = "gadget-acm-ecm show-gadgets" | 43 | ALTERNATIVE:${PN} = "gadget-acm-ecm show-gadgets" |
44 | ALTERNATIVE_LINK_NAME[gadget-acm-ecm] = "${bindir}/gadget-acm-ecm" | 44 | ALTERNATIVE_LINK_NAME[gadget-acm-ecm] = "${bindir}/gadget-acm-ecm" |
45 | ALTERNATIVE_LINK_NAME[show-gadgets] = "${bindir}/show-gadgets" | 45 | ALTERNATIVE_LINK_NAME[show-gadgets] = "${bindir}/show-gadgets" |
diff --git a/meta-oe/recipes-support/libutempter/libutempter.bb b/meta-oe/recipes-support/libutempter/libutempter.bb index b8a700b7b7..68a8ad364a 100644 --- a/meta-oe/recipes-support/libutempter/libutempter.bb +++ b/meta-oe/recipes-support/libutempter/libutempter.bb | |||
@@ -37,6 +37,6 @@ do_install() { | |||
37 | rm -f ${D}${libdir}/*.a | 37 | rm -f ${D}${libdir}/*.a |
38 | } | 38 | } |
39 | 39 | ||
40 | FILES_${PN} = "${libdir}/*.so.*" | 40 | FILES:${PN} = "${libdir}/*.so.*" |
41 | FILES_${PN} += "${libexecdir}/utempter/utempter" | 41 | FILES:${PN} += "${libexecdir}/utempter/utempter" |
42 | FILES_${PN}-dbg += "${libexecdir}/utempter/.debug/utempter" | 42 | FILES:${PN}-dbg += "${libexecdir}/utempter/.debug/utempter" |
diff --git a/meta-oe/recipes-support/links/links-x11_2.22.bb b/meta-oe/recipes-support/links/links-x11_2.22.bb index 563984c0eb..e354bbafd1 100644 --- a/meta-oe/recipes-support/links/links-x11_2.22.bb +++ b/meta-oe/recipes-support/links/links-x11_2.22.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require links.inc | 1 | require links.inc |
2 | 2 | ||
3 | DEPENDS += "virtual/libx11" | 3 | DEPENDS += "virtual/libx11" |
4 | RCONFLICTS_${PN} = "links" | 4 | RCONFLICTS:${PN} = "links" |
5 | 5 | ||
6 | inherit features_check | 6 | inherit features_check |
7 | # depends on virtual/libx11 | 7 | # depends on virtual/libx11 |
@@ -21,7 +21,7 @@ EXTRA_OECONF = "--enable-graphics \ | |||
21 | --without-directfb --without-pmshell --without-atheos \ | 21 | --without-directfb --without-pmshell --without-atheos \ |
22 | --with-x --without-gpm" | 22 | --with-x --without-gpm" |
23 | 23 | ||
24 | do_install_append() { | 24 | do_install:append() { |
25 | install -d ${D}/${datadir}/applications | 25 | install -d ${D}/${datadir}/applications |
26 | install -m 0644 ${WORKDIR}/links2.desktop ${D}/${datadir}/applications | 26 | install -m 0644 ${WORKDIR}/links2.desktop ${D}/${datadir}/applications |
27 | install -d ${D}/${datadir}/pixmaps | 27 | install -d ${D}/${datadir}/pixmaps |
diff --git a/meta-oe/recipes-support/links/links_2.22.bb b/meta-oe/recipes-support/links/links_2.22.bb index 2bfc9ae079..f2b4a6a80d 100644 --- a/meta-oe/recipes-support/links/links_2.22.bb +++ b/meta-oe/recipes-support/links/links_2.22.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require links.inc | 1 | require links.inc |
2 | 2 | ||
3 | DEPENDS += "gpm" | 3 | DEPENDS += "gpm" |
4 | RCONFLICTS_${PN} = "links-x11" | 4 | RCONFLICTS:${PN} = "links-x11" |
5 | 5 | ||
6 | EXTRA_OECONF = "--enable-graphics \ | 6 | EXTRA_OECONF = "--enable-graphics \ |
7 | --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ | 7 | --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ |
diff --git a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb index 4891fd187d..7d7c67b659 100644 --- a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb +++ b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | |||
@@ -57,11 +57,11 @@ do_install() { | |||
57 | 57 | ||
58 | PNBLACKLIST[lio-utils] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}" | 58 | PNBLACKLIST[lio-utils] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}" |
59 | 59 | ||
60 | RDEPENDS_${PN} += "python-stringold python-subprocess python-shell \ | 60 | RDEPENDS:${PN} += "python-stringold python-subprocess python-shell \ |
61 | python-datetime python-textutils python-crypt python-netclient python-email \ | 61 | python-datetime python-textutils python-crypt python-netclient python-email \ |
62 | bash" | 62 | bash" |
63 | 63 | ||
64 | FILES_${PN} += "${sbindir}/* /etc/init.d/* /etc/target/*" | 64 | FILES:${PN} += "${sbindir}/* /etc/init.d/* /etc/target/*" |
65 | 65 | ||
66 | # http://errors.yoctoproject.org/Errors/Details/184712/ | 66 | # http://errors.yoctoproject.org/Errors/Details/184712/ |
67 | # python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory | 67 | # python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory |
diff --git a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb index 5ae36bb67c..3549cb2153 100644 --- a/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb +++ b/meta-oe/recipes-support/logwarn/logwarn_1.0.14.bb | |||
@@ -31,7 +31,7 @@ CACHED_CONFIGUREVARS += " \ | |||
31 | 31 | ||
32 | # Make sure some files exist for autoreconf. | 32 | # Make sure some files exist for autoreconf. |
33 | # | 33 | # |
34 | do_configure_prepend () { | 34 | do_configure:prepend () { |
35 | touch ${S}/NEWS | 35 | touch ${S}/NEWS |
36 | touch ${S}/ChangeLog | 36 | touch ${S}/ChangeLog |
37 | touch ${S}/README | 37 | touch ${S}/README |
@@ -39,7 +39,7 @@ do_configure_prepend () { | |||
39 | 39 | ||
40 | # Create a directory for logfile state info, usually under /var/lib. | 40 | # Create a directory for logfile state info, usually under /var/lib. |
41 | # | 41 | # |
42 | do_install_append () { | 42 | do_install:append () { |
43 | install -d ${D}${lcl_default_state_dir} | 43 | install -d ${D}${lcl_default_state_dir} |
44 | } | 44 | } |
45 | 45 | ||
@@ -47,6 +47,6 @@ do_install_append () { | |||
47 | # | 47 | # |
48 | PACKAGES += "${PN}-nagios" | 48 | PACKAGES += "${PN}-nagios" |
49 | 49 | ||
50 | FILES_${PN}-nagios = "${nonarch_libdir}/nagios" | 50 | FILES:${PN}-nagios = "${nonarch_libdir}/nagios" |
51 | 51 | ||
52 | RDEPENDS_${PN}-nagios += "bash coreutils sed" | 52 | RDEPENDS:${PN}-nagios += "bash coreutils sed" |
diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index ccb4f7ac14..43356c9cd5 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc | |||
@@ -24,7 +24,7 @@ S = "${WORKDIR}/git" | |||
24 | inherit autotools-brokensep pkgconfig systemd | 24 | inherit autotools-brokensep pkgconfig systemd |
25 | 25 | ||
26 | LVM2_PACKAGECONFIG = "dmeventd" | 26 | LVM2_PACKAGECONFIG = "dmeventd" |
27 | LVM2_PACKAGECONFIG_append_class-target = " \ | 27 | LVM2_PACKAGECONFIG:append:class-target = " \ |
28 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \ | 28 | ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)} \ |
29 | " | 29 | " |
30 | 30 | ||
diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb b/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb index 7f3f000e0a..3988d54910 100644 --- a/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb +++ b/meta-oe/recipes-support/lvm2/lvm2_2.03.11.bb | |||
@@ -12,7 +12,7 @@ MULTILIB_SCRIPTS = "${PN}:${sysconfdir}/lvm/lvm.conf" | |||
12 | 12 | ||
13 | CACHED_CONFIGUREVARS += "MODPROBE_CMD=${base_sbindir}/modprobe" | 13 | CACHED_CONFIGUREVARS += "MODPROBE_CMD=${base_sbindir}/modprobe" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | # Install machine specific configuration file | 16 | # Install machine specific configuration file |
17 | install -d ${D}${sysconfdir}/lvm | 17 | install -d ${D}${sysconfdir}/lvm |
18 | install -m 0644 ${WORKDIR}/lvm.conf ${D}${sysconfdir}/lvm/lvm.conf | 18 | install -m 0644 ${WORKDIR}/lvm.conf ${D}${sysconfdir}/lvm/lvm.conf |
@@ -30,33 +30,33 @@ do_install_append() { | |||
30 | PACKAGE_BEFORE_PN = "${PN}-scripts ${PN}-udevrules" | 30 | PACKAGE_BEFORE_PN = "${PN}-scripts ${PN}-udevrules" |
31 | 31 | ||
32 | SYSTEMD_PACKAGES = "${PN}" | 32 | SYSTEMD_PACKAGES = "${PN}" |
33 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'dmeventd', 'lvm2-monitor.service dm-event.socket dm-event.service', '', d)} \ | 33 | SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'dmeventd', 'lvm2-monitor.service dm-event.socket dm-event.service', '', d)} \ |
34 | blk-availability.service" | 34 | blk-availability.service" |
35 | SYSTEMD_AUTO_ENABLE = "disable" | 35 | SYSTEMD_AUTO_ENABLE = "disable" |
36 | 36 | ||
37 | TARGET_CC_ARCH += "${LDFLAGS}" | 37 | TARGET_CC_ARCH += "${LDFLAGS}" |
38 | 38 | ||
39 | EXTRA_OECONF_append_class-nativesdk = " --with-confdir=${sysconfdir}" | 39 | EXTRA_OECONF:append:class-nativesdk = " --with-confdir=${sysconfdir}" |
40 | 40 | ||
41 | DEPENDS += "util-linux" | 41 | DEPENDS += "util-linux" |
42 | LVM2_PACKAGECONFIG_append_class-target = " \ | 42 | LVM2_PACKAGECONFIG:append:class-target = " \ |
43 | udev \ | 43 | udev \ |
44 | " | 44 | " |
45 | PACKAGECONFIG[udev] = "--enable-udev_sync --enable-udev_rules --with-udevdir=${nonarch_base_libdir}/udev/rules.d,--disable-udev_sync --disable-udev_rules,udev,${PN}-udevrules" | 45 | PACKAGECONFIG[udev] = "--enable-udev_sync --enable-udev_rules --with-udevdir=${nonarch_base_libdir}/udev/rules.d,--disable-udev_sync --disable-udev_rules,udev,${PN}-udevrules" |
46 | 46 | ||
47 | PACKAGES =+ "libdevmapper" | 47 | PACKAGES =+ "libdevmapper" |
48 | FILES_libdevmapper = " \ | 48 | FILES:libdevmapper = " \ |
49 | ${libdir}/libdevmapper.so.* \ | 49 | ${libdir}/libdevmapper.so.* \ |
50 | ${sbindir}/dmsetup \ | 50 | ${sbindir}/dmsetup \ |
51 | ${sbindir}/dmstats \ | 51 | ${sbindir}/dmstats \ |
52 | " | 52 | " |
53 | 53 | ||
54 | FILES_${PN} += " \ | 54 | FILES:${PN} += " \ |
55 | ${libdir}/device-mapper/*.so \ | 55 | ${libdir}/device-mapper/*.so \ |
56 | ${systemd_system_unitdir}/lvm2-pvscan@.service \ | 56 | ${systemd_system_unitdir}/lvm2-pvscan@.service \ |
57 | " | 57 | " |
58 | 58 | ||
59 | FILES_${PN}-scripts = " \ | 59 | FILES:${PN}-scripts = " \ |
60 | ${sbindir}/blkdeactivate \ | 60 | ${sbindir}/blkdeactivate \ |
61 | ${sbindir}/fsadm \ | 61 | ${sbindir}/fsadm \ |
62 | ${sbindir}/lvmconf \ | 62 | ${sbindir}/lvmconf \ |
@@ -64,22 +64,22 @@ FILES_${PN}-scripts = " \ | |||
64 | " | 64 | " |
65 | # Specified explicitly for the udev rules, just in case that it does not get picked | 65 | # Specified explicitly for the udev rules, just in case that it does not get picked |
66 | # up automatically: | 66 | # up automatically: |
67 | FILES_${PN}-udevrules = "${nonarch_base_libdir}/udev/rules.d" | 67 | FILES:${PN}-udevrules = "${nonarch_base_libdir}/udev/rules.d" |
68 | RDEPENDS_${PN}-udevrules = "libdevmapper" | 68 | RDEPENDS:${PN}-udevrules = "libdevmapper" |
69 | RDEPENDS_${PN}_append_class-target = " libdevmapper" | 69 | RDEPENDS:${PN}:append:class-target = " libdevmapper" |
70 | RDEPENDS_${PN}_append_class-nativesdk = " libdevmapper" | 70 | RDEPENDS:${PN}:append:class-nativesdk = " libdevmapper" |
71 | 71 | ||
72 | RDEPENDS_${PN}-scripts = "${PN} (= ${EXTENDPKGV}) \ | 72 | RDEPENDS:${PN}-scripts = "${PN} (= ${EXTENDPKGV}) \ |
73 | bash \ | 73 | bash \ |
74 | util-linux-lsblk \ | 74 | util-linux-lsblk \ |
75 | util-linux-findmnt \ | 75 | util-linux-findmnt \ |
76 | coreutils \ | 76 | coreutils \ |
77 | " | 77 | " |
78 | RRECOMMENDS_${PN}_class-target = "${PN}-scripts (= ${EXTENDPKGV})" | 78 | RRECOMMENDS:${PN}:class-target = "${PN}-scripts (= ${EXTENDPKGV})" |
79 | 79 | ||
80 | CONFFILES_${PN} += "${sysconfdir}/lvm/lvm.conf" | 80 | CONFFILES:${PN} += "${sysconfdir}/lvm/lvm.conf" |
81 | 81 | ||
82 | SYSROOT_PREPROCESS_FUNCS_append = " remove_libdevmapper_sysroot_preprocess" | 82 | SYSROOT_PREPROCESS_FUNCS:append = " remove_libdevmapper_sysroot_preprocess" |
83 | remove_libdevmapper_sysroot_preprocess() { | 83 | remove_libdevmapper_sysroot_preprocess() { |
84 | rm -f ${SYSROOT_DESTDIR}${libdir}/libdevmapper.so* \ | 84 | rm -f ${SYSROOT_DESTDIR}${libdir}/libdevmapper.so* \ |
85 | ${SYSROOT_DESTDIR}${sbindir}/dmsetup \ | 85 | ${SYSROOT_DESTDIR}${sbindir}/dmsetup \ |
diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.53.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.53.bb index c3cd57fb6d..34588380ae 100644 --- a/meta-oe/recipes-support/mailcap/mailcap_2.1.53.bb +++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.53.bb | |||
@@ -27,5 +27,5 @@ do_install() { | |||
27 | oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir} | 27 | oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir} |
28 | } | 28 | } |
29 | 29 | ||
30 | ALTERNATIVE_${PN} = "mime.types" | 30 | ALTERNATIVE:${PN} = "mime.types" |
31 | ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types" | 31 | ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types" |
diff --git a/meta-oe/recipes-support/mcelog/mce-test_git.bb b/meta-oe/recipes-support/mcelog/mce-test_git.bb index 35fb944702..328f7c99ba 100644 --- a/meta-oe/recipes-support/mcelog/mce-test_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-test_git.bb | |||
@@ -17,15 +17,15 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git;protocol=git | |||
17 | SRCREV = "7643baf6c3919b3d727e6ba6c2e545dc6a653307" | 17 | SRCREV = "7643baf6c3919b3d727e6ba6c2e545dc6a653307" |
18 | PV = "20190917+git${SRCPV}" | 18 | PV = "20190917+git${SRCPV}" |
19 | 19 | ||
20 | RDEPENDS_${PN} = "mcelog mce-inject dialog bash" | 20 | RDEPENDS:${PN} = "mcelog mce-inject dialog bash" |
21 | 21 | ||
22 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 22 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
23 | 23 | ||
24 | S ="${WORKDIR}/git" | 24 | S ="${WORKDIR}/git" |
25 | 25 | ||
26 | do_install_append(){ | 26 | do_install:append(){ |
27 | install -d ${D}/opt/mce-test | 27 | install -d ${D}/opt/mce-test |
28 | cp -rf ${S}/* ${D}/opt/mce-test/ | 28 | cp -rf ${S}/* ${D}/opt/mce-test/ |
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} += "/opt" | 31 | FILES:${PN} += "/opt" |
diff --git a/meta-oe/recipes-support/mcelog/mcelog_175.bb b/meta-oe/recipes-support/mcelog/mcelog_175.bb index ae810eff8e..b77709485f 100644 --- a/meta-oe/recipes-support/mcelog/mcelog_175.bb +++ b/meta-oe/recipes-support/mcelog/mcelog_175.bb | |||
@@ -21,7 +21,7 @@ inherit autotools-brokensep ptest | |||
21 | 21 | ||
22 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | 22 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' |
23 | 23 | ||
24 | do_install_append() { | 24 | do_install:append() { |
25 | install -d ${D}${sysconfdir}/cron.hourly | 25 | install -d ${D}${sysconfdir}/cron.hourly |
26 | install -m 0755 ${S}/mcelog.cron ${D}${sysconfdir}/cron.hourly/ | 26 | install -m 0755 ${S}/mcelog.cron ${D}${sysconfdir}/cron.hourly/ |
27 | sed -i 's/bash/sh/' ${D}${sysconfdir}/cron.hourly/mcelog.cron | 27 | sed -i 's/bash/sh/' ${D}${sysconfdir}/cron.hourly/mcelog.cron |
@@ -33,4 +33,4 @@ do_install_ptest() { | |||
33 | sed -i 's#../../mcelog#mcelog#' ${D}${PTEST_PATH}/tests/test | 33 | sed -i 's#../../mcelog#mcelog#' ${D}${PTEST_PATH}/tests/test |
34 | } | 34 | } |
35 | 35 | ||
36 | RDEPENDS_${PN}-ptest += "make bash mce-inject" | 36 | RDEPENDS:${PN}-ptest += "make bash mce-inject" |
diff --git a/meta-oe/recipes-support/mg/mg_20210609.bb b/meta-oe/recipes-support/mg/mg_20210609.bb index eb7de1279f..797e91eae1 100644 --- a/meta-oe/recipes-support/mg/mg_20210609.bb +++ b/meta-oe/recipes-support/mg/mg_20210609.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/hboetes/mg \ | |||
10 | file://0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch \ | 10 | file://0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch \ |
11 | file://0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch \ | 11 | file://0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch \ |
12 | " | 12 | " |
13 | SRC_URI_append_libc-musl = "\ | 13 | SRC_URI:append:libc-musl = "\ |
14 | file://0001-Undefine-REGEX-for-musl-based-systems.patch \ | 14 | file://0001-Undefine-REGEX-for-musl-based-systems.patch \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta-oe/recipes-support/mime-support/mime-support_3.62.bb b/meta-oe/recipes-support/mime-support/mime-support_3.62.bb index 858521b65f..46def2a23c 100644 --- a/meta-oe/recipes-support/mime-support/mime-support_3.62.bb +++ b/meta-oe/recipes-support/mime-support/mime-support_3.62.bb | |||
@@ -1,14 +1,14 @@ | |||
1 | SECTION = "base" | 1 | SECTION = "base" |
2 | SUMMARY = "MIME files 'mime.types' & 'mailcap', and support programs" | 2 | SUMMARY = "MIME files 'mime.types' & 'mailcap', and support programs" |
3 | LICENSE = "PD & Bellcore" | 3 | LICENSE = "PD & Bellcore" |
4 | LICENSE_${PN} = "PD" | 4 | LICENSE:${PN} = "PD" |
5 | # mailcap.man's license is Bellcore | 5 | # mailcap.man's license is Bellcore |
6 | LICENSE_${PN}-doc = "PD & Bellcore" | 6 | LICENSE:${PN}-doc = "PD & Bellcore" |
7 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=53c851e31d27c3ea8a6217073a5ff01c" | 7 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=53c851e31d27c3ea8a6217073a5ff01c" |
8 | 8 | ||
9 | DEPENDS = "file" | 9 | DEPENDS = "file" |
10 | RDEPENDS_${PN} = "perl" | 10 | RDEPENDS:${PN} = "perl" |
11 | RRECOMMENDS_${PN} = "file" | 11 | RRECOMMENDS:${PN} = "file" |
12 | 12 | ||
13 | SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}.tar.gz" | 13 | SRC_URI = "${DEBIAN_MIRROR}/main/m/mime-support/mime-support_${PV}.tar.gz" |
14 | SRC_URI[sha256sum] = "54e0a03e0cd63c7c9fe68a18ead0a2143fd3c327604215f989d85484d0409f4a" | 14 | SRC_URI[sha256sum] = "54e0a03e0cd63c7c9fe68a18ead0a2143fd3c327604215f989d85484d0409f4a" |
@@ -16,9 +16,9 @@ S = "${WORKDIR}/${BPN}" | |||
16 | 16 | ||
17 | inherit update-alternatives | 17 | inherit update-alternatives |
18 | 18 | ||
19 | FILES_${PN} += " ${libdir}/mime" | 19 | FILES:${PN} += " ${libdir}/mime" |
20 | 20 | ||
21 | docdir_append = "/${BPN}" | 21 | docdir:append = "/${BPN}" |
22 | 22 | ||
23 | do_install () { | 23 | do_install () { |
24 | install -d ${D}${sysconfdir} | 24 | install -d ${D}${sysconfdir} |
@@ -61,5 +61,5 @@ do_install () { | |||
61 | } | 61 | } |
62 | 62 | ||
63 | ALTERNATIVE_PRIORITY = "90" | 63 | ALTERNATIVE_PRIORITY = "90" |
64 | ALTERNATIVE_${PN} = "mime.types" | 64 | ALTERNATIVE:${PN} = "mime.types" |
65 | ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types" | 65 | ALTERNATIVE_LINK_NAME[mime.types] = "${sysconfdir}/mime.types" |
diff --git a/meta-oe/recipes-support/monit/monit_5.28.0.bb b/meta-oe/recipes-support/monit/monit_5.28.0.bb index 069d9f81ca..52becf9b70 100644 --- a/meta-oe/recipes-support/monit/monit_5.28.0.bb +++ b/meta-oe/recipes-support/monit/monit_5.28.0.bb | |||
@@ -31,14 +31,14 @@ EXTRA_OECONF = "\ | |||
31 | --with-ssl-incl-dir=${STAGING_INCDIR} \ | 31 | --with-ssl-incl-dir=${STAGING_INCDIR} \ |
32 | " | 32 | " |
33 | 33 | ||
34 | SYSTEMD_SERVICE_${PN} = "monit.service" | 34 | SYSTEMD_SERVICE:${PN} = "monit.service" |
35 | SYSTEMD_AUTO_ENABLE = "enable" | 35 | SYSTEMD_AUTO_ENABLE = "enable" |
36 | 36 | ||
37 | INITSCRIPT_PACKAGES = "${PN}" | 37 | INITSCRIPT_PACKAGES = "${PN}" |
38 | INITSCRIPT_NAME_${PN} = "monit" | 38 | INITSCRIPT_NAME:${PN} = "monit" |
39 | INITSCRIPT_PARAMS_${PN} = "defaults 89" | 39 | INITSCRIPT_PARAMS:${PN} = "defaults 89" |
40 | 40 | ||
41 | do_install_append() { | 41 | do_install:append() { |
42 | 42 | ||
43 | # Configuration file | 43 | # Configuration file |
44 | install -Dm 0600 ${WORKDIR}/monitrc ${D}${sysconfdir}/monitrc | 44 | install -Dm 0600 ${WORKDIR}/monitrc ${D}${sysconfdir}/monitrc |
diff --git a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb index 49899edd73..25cfafafa8 100644 --- a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb +++ b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb | |||
@@ -13,7 +13,7 @@ DEPENDS = "gd " | |||
13 | 13 | ||
14 | inherit autotools gettext | 14 | inherit autotools gettext |
15 | 15 | ||
16 | do_configure_prepend() { | 16 | do_configure:prepend() { |
17 | sed -i "s#AC_PATH_PROG(GDLIB_CONFIG,gdlib-config)#AC_PATH_PROG([GDLIB_CONFIG],[gdlib-config], ,[${STAGING_BINDIR_CROSS}])#" ${S}/configure.ac | 17 | sed -i "s#AC_PATH_PROG(GDLIB_CONFIG,gdlib-config)#AC_PATH_PROG([GDLIB_CONFIG],[gdlib-config], ,[${STAGING_BINDIR_CROSS}])#" ${S}/configure.ac |
18 | } | 18 | } |
19 | 19 | ||
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb index 186f78b8f2..d4d6c6ba9c 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb | |||
@@ -58,7 +58,7 @@ S = "${WORKDIR}/git" | |||
58 | 58 | ||
59 | inherit systemd pkgconfig | 59 | inherit systemd pkgconfig |
60 | 60 | ||
61 | SYSTEMD_SERVICE_${PN} = "multipathd.service" | 61 | SYSTEMD_SERVICE:${PN} = "multipathd.service" |
62 | SYSTEMD_AUTO_ENABLE = "disable" | 62 | SYSTEMD_AUTO_ENABLE = "disable" |
63 | 63 | ||
64 | TARGET_CC_ARCH += "${LDFLAGS}" | 64 | TARGET_CC_ARCH += "${LDFLAGS}" |
@@ -68,8 +68,8 @@ TARGET_CC_ARCH += "${LDFLAGS}" | |||
68 | # that only works on ARM when thumb is disabled. Otherwise one gets: | 68 | # that only works on ARM when thumb is disabled. Otherwise one gets: |
69 | # Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#3' | 69 | # Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r12,r12,ror#3' |
70 | # ../Makefile.inc:66: recipe for target 'debug.o' failed | 70 | # ../Makefile.inc:66: recipe for target 'debug.o' failed |
71 | ARM_INSTRUCTION_SET_armv4 = "arm" | 71 | ARM_INSTRUCTION_SET:armv4 = "arm" |
72 | ARM_INSTRUCTION_SET_armv5 = "arm" | 72 | ARM_INSTRUCTION_SET:armv5 = "arm" |
73 | 73 | ||
74 | # The exact version of SYSTEMD does not matter but should be greater than 209. | 74 | # The exact version of SYSTEMD does not matter but should be greater than 209. |
75 | # | 75 | # |
@@ -100,23 +100,23 @@ do_install() { | |||
100 | ${D}${sysconfdir}/multipath.conf.example | 100 | ${D}${sysconfdir}/multipath.conf.example |
101 | } | 101 | } |
102 | 102 | ||
103 | FILES_${PN}-dbg += "${base_libdir}/multipath/.debug" | 103 | FILES:${PN}-dbg += "${base_libdir}/multipath/.debug" |
104 | 104 | ||
105 | PACKAGES =+ "${PN}-libs" | 105 | PACKAGES =+ "${PN}-libs" |
106 | FILES_${PN}-libs = "${base_libdir}/lib*.so.* \ | 106 | FILES:${PN}-libs = "${base_libdir}/lib*.so.* \ |
107 | ${base_libdir}/multipath/lib*.so*" | 107 | ${base_libdir}/multipath/lib*.so*" |
108 | RDEPENDS_${PN} += "${PN}-libs bash" | 108 | RDEPENDS:${PN} += "${PN}-libs bash" |
109 | 109 | ||
110 | PROVIDES += "device-mapper-multipath" | 110 | PROVIDES += "device-mapper-multipath" |
111 | RPROVIDES_${PN} += "device-mapper-multipath" | 111 | RPROVIDES:${PN} += "device-mapper-multipath" |
112 | RPROVIDES_${PN}-libs += "device-mapper-multipath-libs" | 112 | RPROVIDES:${PN}-libs += "device-mapper-multipath-libs" |
113 | 113 | ||
114 | FILES_${PN}-dev += "${base_libdir}/pkgconfig" | 114 | FILES:${PN}-dev += "${base_libdir}/pkgconfig" |
115 | 115 | ||
116 | PACKAGES =+ "kpartx" | 116 | PACKAGES =+ "kpartx" |
117 | FILES_kpartx = "${base_sbindir}/kpartx \ | 117 | FILES:kpartx = "${base_sbindir}/kpartx \ |
118 | ${nonarch_base_libdir}/udev/kpartx_id \ | 118 | ${nonarch_base_libdir}/udev/kpartx_id \ |
119 | " | 119 | " |
120 | 120 | ||
121 | RDEPENDS_${PN} += "kpartx" | 121 | RDEPENDS:${PN} += "kpartx" |
122 | PARALLEL_MAKE = "" | 122 | PARALLEL_MAKE = "" |
diff --git a/meta-oe/recipes-support/nano/nano_5.8.bb b/meta-oe/recipes-support/nano/nano_5.8.bb index 8ba4ca13f0..146ad55c65 100644 --- a/meta-oe/recipes-support/nano/nano_5.8.bb +++ b/meta-oe/recipes-support/nano/nano_5.8.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "GPLv3" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
9 | 9 | ||
10 | DEPENDS = "ncurses file" | 10 | DEPENDS = "ncurses file" |
11 | RDEPENDS_${PN} = "ncurses-terminfo-base" | 11 | RDEPENDS:${PN} = "ncurses-terminfo-base" |
12 | 12 | ||
13 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" | 13 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" |
14 | 14 | ||
diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb index f37ccde1cb..295628c77b 100644 --- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb +++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb | |||
@@ -17,13 +17,13 @@ inherit cmake | |||
17 | 17 | ||
18 | # Incompatible with archs other than armv7, armv7ve and aarch64 | 18 | # Incompatible with archs other than armv7, armv7ve and aarch64 |
19 | COMPATIBLE_MACHINE = "(^$)" | 19 | COMPATIBLE_MACHINE = "(^$)" |
20 | COMPATIBLE_MACHINE_aarch64 = "(.*)" | 20 | COMPATIBLE_MACHINE:aarch64 = "(.*)" |
21 | COMPATIBLE_MACHINE_armv7a = "(.*)" | 21 | COMPATIBLE_MACHINE:armv7a = "(.*)" |
22 | COMPATIBLE_MACHINE_armv7ve = "(.*)" | 22 | COMPATIBLE_MACHINE:armv7ve = "(.*)" |
23 | NE10_TARGET_ARCH = "" | 23 | NE10_TARGET_ARCH = "" |
24 | NE10_TARGET_ARCH_aarch64 = "aarch64" | 24 | NE10_TARGET_ARCH:aarch64 = "aarch64" |
25 | NE10_TARGET_ARCH_armv7a = "armv7" | 25 | NE10_TARGET_ARCH:armv7a = "armv7" |
26 | NE10_TARGET_ARCH_armv7ve = "armv7" | 26 | NE10_TARGET_ARCH:armv7ve = "armv7" |
27 | 27 | ||
28 | EXTRA_OECMAKE = '-DGNULINUX_PLATFORM=ON -DNE10_BUILD_SHARED=ON -DNE10_LINUX_TARGET_ARCH="${NE10_TARGET_ARCH}"' | 28 | EXTRA_OECMAKE = '-DGNULINUX_PLATFORM=ON -DNE10_BUILD_SHARED=ON -DNE10_LINUX_TARGET_ARCH="${NE10_TARGET_ARCH}"' |
29 | 29 | ||
@@ -38,4 +38,4 @@ do_install() { | |||
38 | 38 | ||
39 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] | 39 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] |
40 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] | 40 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] |
41 | INSANE_SKIP_${PN} += "textrel" | 41 | INSANE_SKIP:${PN} += "textrel" |
diff --git a/meta-oe/recipes-support/neon/neon_0.30.2.bb b/meta-oe/recipes-support/neon/neon_0.30.2.bb index 2639c92293..5f120e9a78 100644 --- a/meta-oe/recipes-support/neon/neon_0.30.2.bb +++ b/meta-oe/recipes-support/neon/neon_0.30.2.bb | |||
@@ -18,7 +18,7 @@ inherit autotools binconfig-disabled lib_package pkgconfig ptest | |||
18 | 18 | ||
19 | # Enable gnutls or openssl, not both | 19 | # Enable gnutls or openssl, not both |
20 | PACKAGECONFIG ?= "expat gnutls libproxy webdav zlib" | 20 | PACKAGECONFIG ?= "expat gnutls libproxy webdav zlib" |
21 | PACKAGECONFIG_class-native = "expat gnutls webdav zlib" | 21 | PACKAGECONFIG:class-native = "expat gnutls webdav zlib" |
22 | 22 | ||
23 | PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat" | 23 | PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat" |
24 | PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls" | 24 | PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls" |
@@ -31,7 +31,7 @@ PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | |||
31 | 31 | ||
32 | EXTRA_OECONF += "--enable-shared" | 32 | EXTRA_OECONF += "--enable-shared" |
33 | 33 | ||
34 | do_compile_append() { | 34 | do_compile:append() { |
35 | oe_runmake -C test | 35 | oe_runmake -C test |
36 | } | 36 | } |
37 | 37 | ||
diff --git a/meta-oe/recipes-support/nmon/nmon_16g.bb b/meta-oe/recipes-support/nmon/nmon_16g.bb index e77faa30ad..32b60fef9c 100644 --- a/meta-oe/recipes-support/nmon/nmon_16g.bb +++ b/meta-oe/recipes-support/nmon/nmon_16g.bb | |||
@@ -4,7 +4,7 @@ SECTION = "console/utils" | |||
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/Documentation.txt;md5=dbb13658cf55d687c4f2ff771a696d4a" | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/Documentation.txt;md5=dbb13658cf55d687c4f2ff771a696d4a" |
6 | DEPENDS = "ncurses" | 6 | DEPENDS = "ncurses" |
7 | DEPENDS_append_libc-musl = " bsd-headers" | 7 | DEPENDS:append:libc-musl = " bsd-headers" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/nmon/lmon${PV}.c;name=lmon \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/nmon/lmon${PV}.c;name=lmon \ |
10 | ${SOURCEFORGE_MIRROR}/nmon/Documentation.txt;name=doc \ | 10 | ${SOURCEFORGE_MIRROR}/nmon/Documentation.txt;name=doc \ |
@@ -17,7 +17,7 @@ SRC_URI[doc.sha256sum] = "1f7f83afe62a7210be5e83cd24157adb854c14599efe0b377a7ecc | |||
17 | 17 | ||
18 | CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM" | 18 | CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM" |
19 | LDFLAGS += "-ltinfo -lncursesw -lm" | 19 | LDFLAGS += "-ltinfo -lncursesw -lm" |
20 | ASNEEDED_pn-nmon = "" | 20 | ASNEEDED:pn-nmon = "" |
21 | 21 | ||
22 | S = "${WORKDIR}" | 22 | S = "${WORKDIR}" |
23 | 23 | ||
diff --git a/meta-oe/recipes-support/nspr/nspr_4.29.bb b/meta-oe/recipes-support/nspr/nspr_4.29.bb index 6307c159eb..1bf6811b76 100644 --- a/meta-oe/recipes-support/nspr/nspr_4.29.bb +++ b/meta-oe/recipes-support/nspr/nspr_4.29.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/nspr-${PV}.tar.gz | |||
15 | file://nspr.pc.in \ | 15 | file://nspr.pc.in \ |
16 | " | 16 | " |
17 | 17 | ||
18 | CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE \ | 18 | CACHED_CONFIGUREVARS:append:libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE \ |
19 | -D_PR_HAVE_OFF64_T -D_PR_INET6 -D_PR_HAVE_INET_NTOP \ | 19 | -D_PR_HAVE_OFF64_T -D_PR_INET6 -D_PR_HAVE_INET_NTOP \ |
20 | -D_PR_HAVE_GETHOSTBYNAME2 -D_PR_HAVE_GETADDRINFO \ | 20 | -D_PR_HAVE_GETHOSTBYNAME2 -D_PR_HAVE_GETADDRINFO \ |
21 | -D_PR_INET6_PROBE -DNO_DLOPEN_NULL'" | 21 | -D_PR_INET6_PROBE -DNO_DLOPEN_NULL'" |
@@ -30,7 +30,7 @@ CVE_PRODUCT = "netscape_portable_runtime" | |||
30 | 30 | ||
31 | S = "${WORKDIR}/nspr-${PV}/nspr" | 31 | S = "${WORKDIR}/nspr-${PV}/nspr" |
32 | 32 | ||
33 | RDEPENDS_${PN}-dev += "perl" | 33 | RDEPENDS:${PN}-dev += "perl" |
34 | TARGET_CC_ARCH += "${LDFLAGS}" | 34 | TARGET_CC_ARCH += "${LDFLAGS}" |
35 | 35 | ||
36 | TESTS = " \ | 36 | TESTS = " \ |
@@ -160,15 +160,15 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | |||
160 | # preferred path upstream. | 160 | # preferred path upstream. |
161 | EXTRA_OECONF += "--includedir=${includedir}/nspr" | 161 | EXTRA_OECONF += "--includedir=${includedir}/nspr" |
162 | 162 | ||
163 | do_compile_prepend() { | 163 | do_compile:prepend() { |
164 | oe_runmake CROSS_COMPILE=1 CFLAGS="-DXP_UNIX ${BUILD_CFLAGS}" LDFLAGS="" CC="${BUILD_CC}" -C config export | 164 | oe_runmake CROSS_COMPILE=1 CFLAGS="-DXP_UNIX ${BUILD_CFLAGS}" LDFLAGS="" CC="${BUILD_CC}" -C config export |
165 | } | 165 | } |
166 | 166 | ||
167 | do_compile_append() { | 167 | do_compile:append() { |
168 | oe_runmake -C pr/tests | 168 | oe_runmake -C pr/tests |
169 | } | 169 | } |
170 | 170 | ||
171 | do_install_append() { | 171 | do_install:append() { |
172 | install -D ${WORKDIR}/nspr.pc.in ${D}${libdir}/pkgconfig/nspr.pc | 172 | install -D ${WORKDIR}/nspr.pc.in ${D}${libdir}/pkgconfig/nspr.pc |
173 | sed -i \ | 173 | sed -i \ |
174 | -e 's:NSPRVERSION:${PV}:g' \ | 174 | -e 's:NSPRVERSION:${PV}:g' \ |
@@ -190,8 +190,8 @@ do_install_append() { | |||
190 | rm ${D}${bindir}/compile-et.pl ${D}${bindir}/prerr.properties | 190 | rm ${D}${bindir}/compile-et.pl ${D}${bindir}/prerr.properties |
191 | } | 191 | } |
192 | 192 | ||
193 | FILES_${PN} = "${libdir}/lib*.so" | 193 | FILES:${PN} = "${libdir}/lib*.so" |
194 | FILES_${PN}-dev = "${bindir}/* ${libdir}/nspr/tests/* ${libdir}/pkgconfig \ | 194 | FILES:${PN}-dev = "${bindir}/* ${libdir}/nspr/tests/* ${libdir}/pkgconfig \ |
195 | ${includedir}/* ${datadir}/aclocal/* " | 195 | ${includedir}/* ${datadir}/aclocal/* " |
196 | 196 | ||
197 | BBCLASSEXTEND = "native nativesdk" | 197 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/nss/nss_3.64.bb b/meta-oe/recipes-support/nss/nss_3.64.bb index 98be21d40e..c935c6a2ae 100644 --- a/meta-oe/recipes-support/nss/nss_3.64.bb +++ b/meta-oe/recipes-support/nss/nss_3.64.bb | |||
@@ -9,7 +9,7 @@ HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/" | |||
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | 10 | ||
11 | DEPENDS = "sqlite3 nspr zlib nss-native" | 11 | DEPENDS = "sqlite3 nspr zlib nss-native" |
12 | DEPENDS_class-native = "sqlite3-native nspr-native zlib-native" | 12 | DEPENDS:class-native = "sqlite3-native nspr-native zlib-native" |
13 | 13 | ||
14 | LICENSE = "(MPL-2.0 & MIT) | (MPL-2.0 & GPL-2.0+ & MIT) | (MPL-2.0 & LGPL-2.1+ & MIT)" | 14 | LICENSE = "(MPL-2.0 & MIT) | (MPL-2.0 & GPL-2.0+ & MIT) | (MPL-2.0 & LGPL-2.1+ & MIT)" |
15 | 15 | ||
@@ -45,30 +45,30 @@ TDS = "${S}/tentative-dist-staging" | |||
45 | 45 | ||
46 | TARGET_CC_ARCH += "${LDFLAGS}" | 46 | TARGET_CC_ARCH += "${LDFLAGS}" |
47 | 47 | ||
48 | CFLAGS_append_class-native = " -D_XOPEN_SOURCE " | 48 | CFLAGS:append:class-native = " -D_XOPEN_SOURCE " |
49 | 49 | ||
50 | do_configure_prepend_libc-musl () { | 50 | do_configure:prepend:libc-musl () { |
51 | sed -i -e '/-DHAVE_SYS_CDEFS_H/d' ${S}/nss/lib/dbm/config/config.mk | 51 | sed -i -e '/-DHAVE_SYS_CDEFS_H/d' ${S}/nss/lib/dbm/config/config.mk |
52 | } | 52 | } |
53 | 53 | ||
54 | do_configure_prepend_powerpc64le_toolchain-clang () { | 54 | do_configure:prepend:powerpc64le:toolchain-clang () { |
55 | sed -i -e 's/\-std=c99/\-std=gnu99/g' ${S}/nss/coreconf/command.mk | 55 | sed -i -e 's/\-std=c99/\-std=gnu99/g' ${S}/nss/coreconf/command.mk |
56 | } | 56 | } |
57 | 57 | ||
58 | do_configure_prepend_powerpc64_toolchain-clang () { | 58 | do_configure:prepend:powerpc64:toolchain-clang () { |
59 | sed -i -e 's/\-std=c99/\-std=gnu99/g' ${S}/nss/coreconf/command.mk | 59 | sed -i -e 's/\-std=c99/\-std=gnu99/g' ${S}/nss/coreconf/command.mk |
60 | } | 60 | } |
61 | 61 | ||
62 | do_compile_prepend_class-native() { | 62 | do_compile:prepend:class-native() { |
63 | export NSPR_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/nspr | 63 | export NSPR_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/nspr |
64 | export NSPR_LIB_DIR=${STAGING_LIBDIR_NATIVE} | 64 | export NSPR_LIB_DIR=${STAGING_LIBDIR_NATIVE} |
65 | } | 65 | } |
66 | 66 | ||
67 | do_compile_prepend_class-nativesdk() { | 67 | do_compile:prepend:class-nativesdk() { |
68 | export LDFLAGS="" | 68 | export LDFLAGS="" |
69 | } | 69 | } |
70 | 70 | ||
71 | do_compile_prepend_class-native() { | 71 | do_compile:prepend:class-native() { |
72 | # Need to set RPATH so that chrpath will do its job correctly | 72 | # Need to set RPATH so that chrpath will do its job correctly |
73 | RPATH="-Wl,-rpath-link,${STAGING_LIBDIR_NATIVE} -Wl,-rpath-link,${STAGING_BASE_LIBDIR_NATIVE} -Wl,-rpath,${STAGING_LIBDIR_NATIVE} -Wl,-rpath,${STAGING_BASE_LIBDIR_NATIVE}" | 73 | RPATH="-Wl,-rpath-link,${STAGING_LIBDIR_NATIVE} -Wl,-rpath-link,${STAGING_BASE_LIBDIR_NATIVE} -Wl,-rpath,${STAGING_LIBDIR_NATIVE} -Wl,-rpath,${STAGING_BASE_LIBDIR_NATIVE}" |
74 | } | 74 | } |
@@ -138,7 +138,7 @@ do_compile() { | |||
138 | 138 | ||
139 | do_compile[vardepsexclude] += "SITEINFO_BITS" | 139 | do_compile[vardepsexclude] += "SITEINFO_BITS" |
140 | 140 | ||
141 | do_install_prepend_class-nativesdk() { | 141 | do_install:prepend:class-nativesdk() { |
142 | export LDFLAGS="" | 142 | export LDFLAGS="" |
143 | } | 143 | } |
144 | 144 | ||
@@ -215,7 +215,7 @@ do_install() { | |||
215 | 215 | ||
216 | do_install[vardepsexclude] += "SITEINFO_BITS" | 216 | do_install[vardepsexclude] += "SITEINFO_BITS" |
217 | 217 | ||
218 | do_install_append() { | 218 | do_install:append() { |
219 | # Create empty .chk files for the NSS libraries at build time. They could | 219 | # Create empty .chk files for the NSS libraries at build time. They could |
220 | # be regenerated at target's boot time. | 220 | # be regenerated at target's boot time. |
221 | for file in libsoftokn3.chk libfreebl3.chk libnssdbm3.chk; do | 221 | for file in libsoftokn3.chk libfreebl3.chk libnssdbm3.chk; do |
@@ -231,7 +231,7 @@ do_install_append() { | |||
231 | sed -i s:OEINCDIR:${includedir}/nss3:g ${D}${libdir}/pkgconfig/nss.pc | 231 | sed -i s:OEINCDIR:${includedir}/nss3:g ${D}${libdir}/pkgconfig/nss.pc |
232 | } | 232 | } |
233 | 233 | ||
234 | do_install_append_class-target() { | 234 | do_install:append:class-target() { |
235 | # It used to call certutil to create a blank certificate with empty password at | 235 | # It used to call certutil to create a blank certificate with empty password at |
236 | # build time, but the checksum of key4.db changes every time when certutil is called. | 236 | # build time, but the checksum of key4.db changes every time when certutil is called. |
237 | # It causes non-determinism issue, so provide databases with a blank certificate | 237 | # It causes non-determinism issue, so provide databases with a blank certificate |
@@ -246,7 +246,7 @@ do_install_append_class-target() { | |||
246 | 246 | ||
247 | PACKAGE_WRITE_DEPS += "nss-native" | 247 | PACKAGE_WRITE_DEPS += "nss-native" |
248 | 248 | ||
249 | pkg_postinst_${PN} () { | 249 | pkg_postinst:${PN} () { |
250 | for I in $D${libdir}/lib*.chk; do | 250 | for I in $D${libdir}/lib*.chk; do |
251 | DN=`dirname $I` | 251 | DN=`dirname $I` |
252 | BN=`basename $I .chk` | 252 | BN=`basename $I .chk` |
@@ -259,24 +259,24 @@ pkg_postinst_${PN} () { | |||
259 | } | 259 | } |
260 | 260 | ||
261 | PACKAGES =+ "${PN}-smime" | 261 | PACKAGES =+ "${PN}-smime" |
262 | FILES_${PN}-smime = "\ | 262 | FILES:${PN}-smime = "\ |
263 | ${bindir}/smime \ | 263 | ${bindir}/smime \ |
264 | " | 264 | " |
265 | 265 | ||
266 | FILES_${PN} = "\ | 266 | FILES:${PN} = "\ |
267 | ${sysconfdir} \ | 267 | ${sysconfdir} \ |
268 | ${bindir} \ | 268 | ${bindir} \ |
269 | ${libdir}/lib*.chk \ | 269 | ${libdir}/lib*.chk \ |
270 | ${libdir}/lib*.so \ | 270 | ${libdir}/lib*.so \ |
271 | " | 271 | " |
272 | 272 | ||
273 | FILES_${PN}-dev = "\ | 273 | FILES:${PN}-dev = "\ |
274 | ${libdir}/nss \ | 274 | ${libdir}/nss \ |
275 | ${libdir}/pkgconfig/* \ | 275 | ${libdir}/pkgconfig/* \ |
276 | ${includedir}/* \ | 276 | ${includedir}/* \ |
277 | " | 277 | " |
278 | 278 | ||
279 | RDEPENDS_${PN}-smime = "perl" | 279 | RDEPENDS:${PN}-smime = "perl" |
280 | 280 | ||
281 | BBCLASSEXTEND = "native nativesdk" | 281 | BBCLASSEXTEND = "native nativesdk" |
282 | 282 | ||
diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb index 3dae8b33ca..075373563c 100644 --- a/meta-oe/recipes-support/openct/openct_0.6.20.bb +++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb | |||
@@ -26,7 +26,7 @@ LICENSE = "LGPLv2+" | |||
26 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" | 26 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" |
27 | 27 | ||
28 | inherit systemd | 28 | inherit systemd |
29 | SYSTEMD_SERVICE_${PN} += "openct.service " | 29 | SYSTEMD_SERVICE:${PN} += "openct.service " |
30 | SYSTEMD_AUTO_ENABLE = "enable" | 30 | SYSTEMD_AUTO_ENABLE = "enable" |
31 | 31 | ||
32 | EXTRA_OECONF=" \ | 32 | EXTRA_OECONF=" \ |
@@ -41,19 +41,19 @@ EXTRA_OECONF=" \ | |||
41 | 41 | ||
42 | inherit autotools pkgconfig | 42 | inherit autotools pkgconfig |
43 | 43 | ||
44 | FILES_${PN} += " \ | 44 | FILES:${PN} += " \ |
45 | ${libdir}/ctapi \ | 45 | ${libdir}/ctapi \ |
46 | ${nonarch_libdir}/udev \ | 46 | ${nonarch_libdir}/udev \ |
47 | ${libdir}/openct-ifd.so \ | 47 | ${libdir}/openct-ifd.so \ |
48 | ${libdir}/pcsc \ | 48 | ${libdir}/pcsc \ |
49 | " | 49 | " |
50 | 50 | ||
51 | FILES_${PN}-dbg += " \ | 51 | FILES:${PN}-dbg += " \ |
52 | ${libdir}/ctapi/.debug \ | 52 | ${libdir}/ctapi/.debug \ |
53 | ${libdir}/pcsc/drivers/openct-ifd.bundle/Contents/Linux/.debug \ | 53 | ${libdir}/pcsc/drivers/openct-ifd.bundle/Contents/Linux/.debug \ |
54 | " | 54 | " |
55 | 55 | ||
56 | INSANE_SKIP_${PN} += "dev-deps" | 56 | INSANE_SKIP:${PN} += "dev-deps" |
57 | 57 | ||
58 | do_install[cleandirs] += "${D}" | 58 | do_install[cleandirs] += "${D}" |
59 | 59 | ||
diff --git a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb index 3861802158..12b71226ac 100644 --- a/meta-oe/recipes-support/opencv/ade_0.1.1f.bb +++ b/meta-oe/recipes-support/opencv/ade_0.1.1f.bb | |||
@@ -19,4 +19,4 @@ S = "${WORKDIR}/git" | |||
19 | 19 | ||
20 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" | 20 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" |
21 | 21 | ||
22 | FILES_${PN}-dev += "${datadir}/${BPN}/*.cmake" | 22 | FILES:${PN}-dev += "${datadir}/${BPN}/*.cmake" |
diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb index 31dcc3c29e..7eefbccfe0 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb | |||
@@ -5,8 +5,8 @@ SECTION = "libs" | |||
5 | LICENSE = "Apache-2.0" | 5 | LICENSE = "Apache-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
7 | 7 | ||
8 | ARM_INSTRUCTION_SET_armv4 = "arm" | 8 | ARM_INSTRUCTION_SET:armv4 = "arm" |
9 | ARM_INSTRUCTION_SET_armv5 = "arm" | 9 | ARM_INSTRUCTION_SET:armv5 = "arm" |
10 | 10 | ||
11 | DEPENDS = "libtool swig-native bzip2 zlib glib-2.0 libwebp" | 11 | DEPENDS = "libtool swig-native bzip2 zlib glib-2.0 libwebp" |
12 | 12 | ||
@@ -53,7 +53,7 @@ SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \ | |||
53 | file://0001-Make-ts-module-external.patch \ | 53 | file://0001-Make-ts-module-external.patch \ |
54 | file://0001-sfm-link-with-Glog_LIBS.patch;patchdir=../contrib \ | 54 | file://0001-sfm-link-with-Glog_LIBS.patch;patchdir=../contrib \ |
55 | " | 55 | " |
56 | SRC_URI_append_riscv64 = " file://0001-Use-Os-to-compile-tinyxml2.cpp.patch;patchdir=../contrib" | 56 | SRC_URI:append:riscv64 = " file://0001-Use-Os-to-compile-tinyxml2.cpp.patch;patchdir=../contrib" |
57 | 57 | ||
58 | S = "${WORKDIR}/git" | 58 | S = "${WORKDIR}/git" |
59 | 59 | ||
@@ -100,17 +100,17 @@ EXTRA_OECMAKE = "-DOPENCV_EXTRA_MODULES_PATH=${WORKDIR}/contrib/modules \ | |||
100 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.1", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1", "", d)} \ | 100 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.1", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1", "", d)} \ |
101 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.2", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1 -DENABLE_SSE42=1", "", d)} \ | 101 | ${@bb.utils.contains("TARGET_CC_ARCH", "-msse4.2", "-DENABLE_SSE=1 -DENABLE_SSE2=1 -DENABLE_SSE3=1 -DENABLE_SSSE3=1 -DENABLE_SSE41=1 -DENABLE_SSE42=1", "", d)} \ |
102 | " | 102 | " |
103 | EXTRA_OECMAKE_append_x86 = " -DX86=ON" | 103 | EXTRA_OECMAKE:append:x86 = " -DX86=ON" |
104 | 104 | ||
105 | PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ | 105 | PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples tbb gphoto2 \ |
106 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ | 106 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ |
107 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", d)}" | 107 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", d)}" |
108 | 108 | ||
109 | # TBB does not build for powerpc so disable that package config | 109 | # TBB does not build for powerpc so disable that package config |
110 | PACKAGECONFIG_remove_powerpc = "tbb" | 110 | PACKAGECONFIG:remove:powerpc = "tbb" |
111 | # tbb now needs getcontect/setcontext which is not there for all arches on musl | 111 | # tbb now needs getcontect/setcontext which is not there for all arches on musl |
112 | PACKAGECONFIG_remove_libc-musl_riscv64 = "tbb" | 112 | PACKAGECONFIG:remove:libc-musl:riscv64 = "tbb" |
113 | PACKAGECONFIG_remove_libc-musl_riscv32 = "tbb" | 113 | PACKAGECONFIG:remove:libc-musl:riscv32 = "tbb" |
114 | 114 | ||
115 | PACKAGECONFIG[gapi] = "-DWITH_ADE=ON -Dade_DIR=${STAGING_LIBDIR},-DWITH_ADE=OFF,ade" | 115 | PACKAGECONFIG[gapi] = "-DWITH_ADE=ON -Dade_DIR=${STAGING_LIBDIR},-DWITH_ADE=OFF,ade" |
116 | PACKAGECONFIG[amdblas] = "-DWITH_OPENCLAMDBLAS=ON,-DWITH_OPENCLAMDBLAS=OFF,libclamdblas," | 116 | PACKAGECONFIG[amdblas] = "-DWITH_OPENCLAMDBLAS=ON,-DWITH_OPENCLAMDBLAS=OFF,libclamdblas," |
@@ -158,7 +158,7 @@ PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'samples', '${PN}-samples', ' | |||
158 | ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-${BPN}', '', d)} \ | 158 | ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-${BPN}', '', d)} \ |
159 | ${PN}-apps" | 159 | ${PN}-apps" |
160 | 160 | ||
161 | python populate_packages_prepend () { | 161 | python populate_packages:prepend () { |
162 | cv_libdir = d.expand('${libdir}') | 162 | cv_libdir = d.expand('${libdir}') |
163 | do_split_packages(d, cv_libdir, '^lib(.*)\.so$', 'lib%s-dev', 'OpenCV %s development package', extra_depends='${PN}-dev', allow_links=True) | 163 | do_split_packages(d, cv_libdir, '^lib(.*)\.so$', 'lib%s-dev', 'OpenCV %s development package', extra_depends='${PN}-dev', allow_links=True) |
164 | do_split_packages(d, cv_libdir, '^lib(.*)\.la$', 'lib%s-dev', 'OpenCV %s development package', extra_depends='${PN}-dev') | 164 | do_split_packages(d, cv_libdir, '^lib(.*)\.la$', 'lib%s-dev', 'OpenCV %s development package', extra_depends='${PN}-dev') |
@@ -167,58 +167,58 @@ python populate_packages_prepend () { | |||
167 | 167 | ||
168 | pn = d.getVar('PN') | 168 | pn = d.getVar('PN') |
169 | metapkg = pn + '-dev' | 169 | metapkg = pn + '-dev' |
170 | d.setVar('ALLOW_EMPTY_' + metapkg, "1") | 170 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") |
171 | blacklist = [ metapkg ] | 171 | blacklist = [ metapkg ] |
172 | metapkg_rdepends = [ ] | 172 | metapkg_rdepends = [ ] |
173 | packages = d.getVar('PACKAGES').split() | 173 | packages = d.getVar('PACKAGES').split() |
174 | for pkg in packages[1:]: | 174 | for pkg in packages[1:]: |
175 | if not pkg in blacklist and not pkg in metapkg_rdepends and pkg.endswith('-dev'): | 175 | if not pkg in blacklist and not pkg in metapkg_rdepends and pkg.endswith('-dev'): |
176 | metapkg_rdepends.append(pkg) | 176 | metapkg_rdepends.append(pkg) |
177 | d.setVar('RRECOMMENDS_' + metapkg, ' '.join(metapkg_rdepends)) | 177 | d.setVar('RRECOMMENDS:' + metapkg, ' '.join(metapkg_rdepends)) |
178 | 178 | ||
179 | metapkg = pn | 179 | metapkg = pn |
180 | d.setVar('ALLOW_EMPTY_' + metapkg, "1") | 180 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") |
181 | blacklist = [ metapkg, "libopencv-ts" ] | 181 | blacklist = [ metapkg, "libopencv-ts" ] |
182 | metapkg_rdepends = [ ] | 182 | metapkg_rdepends = [ ] |
183 | for pkg in packages[1:]: | 183 | for pkg in packages[1:]: |
184 | if not pkg in blacklist and not pkg in metapkg_rdepends and not pkg.endswith('-dev') and not pkg.endswith('-dbg') and not pkg.endswith('-doc') and not pkg.endswith('-locale') and not pkg.endswith('-staticdev'): | 184 | if not pkg in blacklist and not pkg in metapkg_rdepends and not pkg.endswith('-dev') and not pkg.endswith('-dbg') and not pkg.endswith('-doc') and not pkg.endswith('-locale') and not pkg.endswith('-staticdev'): |
185 | metapkg_rdepends.append(pkg) | 185 | metapkg_rdepends.append(pkg) |
186 | d.setVar('RDEPENDS_' + metapkg, ' '.join(metapkg_rdepends)) | 186 | d.setVar('RDEPENDS:' + metapkg, ' '.join(metapkg_rdepends)) |
187 | } | 187 | } |
188 | 188 | ||
189 | PACKAGES_DYNAMIC += "^libopencv-.*" | 189 | PACKAGES_DYNAMIC += "^libopencv-.*" |
190 | 190 | ||
191 | FILES_${PN} = "" | 191 | FILES:${PN} = "" |
192 | FILES_${PN}-dbg += "${datadir}/OpenCV/java/.debug/* ${datadir}/OpenCV/samples/bin/.debug/*" | 192 | FILES:${PN}-dbg += "${datadir}/OpenCV/java/.debug/* ${datadir}/OpenCV/samples/bin/.debug/*" |
193 | FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/cmake/opencv4/*.cmake" | 193 | FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/cmake/opencv4/*.cmake" |
194 | FILES_${PN}-staticdev += "${libdir}/opencv4/3rdparty/*.a" | 194 | FILES:${PN}-staticdev += "${libdir}/opencv4/3rdparty/*.a" |
195 | FILES_${PN}-apps = "${bindir}/* ${datadir}/opencv4 ${datadir}/licenses" | 195 | FILES:${PN}-apps = "${bindir}/* ${datadir}/opencv4 ${datadir}/licenses" |
196 | FILES_${PN}-java = "${datadir}/OpenCV/java" | 196 | FILES:${PN}-java = "${datadir}/OpenCV/java" |
197 | FILES_${PN}-samples = "${datadir}/opencv4/samples/" | 197 | FILES:${PN}-samples = "${datadir}/opencv4/samples/" |
198 | 198 | ||
199 | INSANE_SKIP_${PN}-java = "libdir" | 199 | INSANE_SKIP:${PN}-java = "libdir" |
200 | INSANE_SKIP_${PN}-dbg = "libdir" | 200 | INSANE_SKIP:${PN}-dbg = "libdir" |
201 | 201 | ||
202 | ALLOW_EMPTY_${PN} = "1" | 202 | ALLOW_EMPTY:${PN} = "1" |
203 | 203 | ||
204 | SUMMARY_python-opencv = "Python bindings to opencv" | 204 | SUMMARY:python-opencv = "Python bindings to opencv" |
205 | FILES_python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" | 205 | FILES:python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" |
206 | RDEPENDS_python-opencv = "python-core python-numpy" | 206 | RDEPENDS:python-opencv = "python-core python-numpy" |
207 | 207 | ||
208 | SUMMARY_python3-opencv = "Python bindings to opencv" | 208 | SUMMARY:python3-opencv = "Python bindings to opencv" |
209 | FILES_python3-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" | 209 | FILES:python3-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" |
210 | RDEPENDS_python3-opencv = "python3-core python3-numpy" | 210 | RDEPENDS:python3-opencv = "python3-core python3-numpy" |
211 | 211 | ||
212 | RDEPENDS_${PN}-apps = "bash" | 212 | RDEPENDS:${PN}-apps = "bash" |
213 | 213 | ||
214 | do_compile_prepend() { | 214 | do_compile:prepend() { |
215 | # remove the build host info to improve reproducibility | 215 | # remove the build host info to improve reproducibility |
216 | if [ -f ${WORKDIR}/build/modules/core/version_string.inc ]; then | 216 | if [ -f ${WORKDIR}/build/modules/core/version_string.inc ]; then |
217 | sed -i "s#${WORKDIR}#/workdir#g" ${WORKDIR}/build/modules/core/version_string.inc | 217 | sed -i "s#${WORKDIR}#/workdir#g" ${WORKDIR}/build/modules/core/version_string.inc |
218 | fi | 218 | fi |
219 | } | 219 | } |
220 | 220 | ||
221 | do_install_append() { | 221 | do_install:append() { |
222 | # Move Python files into correct library folder (for multilib build) | 222 | # Move Python files into correct library folder (for multilib build) |
223 | if [ "$libdir" != "/usr/lib" -a -d ${D}/usr/lib ]; then | 223 | if [ "$libdir" != "/usr/lib" -a -d ${D}/usr/lib ]; then |
224 | mv ${D}/usr/lib/* ${D}/${libdir}/ | 224 | mv ${D}/usr/lib/* ${D}/${libdir}/ |
diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.58.bb b/meta-oe/recipes-support/openldap/openldap_2.4.58.bb index c5274aa39b..f9dc58a4c0 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.4.58.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.4.58.bb | |||
@@ -140,15 +140,15 @@ PACKAGECONFIG[dyngroup] = "--enable-dyngroup=mod,--enable-dyngroup=no," | |||
140 | 140 | ||
141 | #--enable-proxycache Proxy Cache overlay no|yes|mod no | 141 | #--enable-proxycache Proxy Cache overlay no|yes|mod no |
142 | PACKAGECONFIG[proxycache] = "--enable-proxycache=mod,--enable-proxycache=no," | 142 | PACKAGECONFIG[proxycache] = "--enable-proxycache=mod,--enable-proxycache=no," |
143 | FILES_${PN}-overlay-proxycache = "${md}/pcache-*.so.*" | 143 | FILES:${PN}-overlay-proxycache = "${md}/pcache-*.so.*" |
144 | PACKAGES += "${PN}-overlay-proxycache" | 144 | PACKAGES += "${PN}-overlay-proxycache" |
145 | 145 | ||
146 | # Append URANDOM_DEVICE='/dev/urandom' to CPPFLAGS: | 146 | # Append URANDOM_DEVICE='/dev/urandom' to CPPFLAGS: |
147 | # This allows tls to obtain random bits from /dev/urandom, by default | 147 | # This allows tls to obtain random bits from /dev/urandom, by default |
148 | # it was disabled for cross-compiling. | 148 | # it was disabled for cross-compiling. |
149 | CPPFLAGS_append = " -D_GNU_SOURCE -DURANDOM_DEVICE=\'/dev/urandom\' -fPIC" | 149 | CPPFLAGS:append = " -D_GNU_SOURCE -DURANDOM_DEVICE=\'/dev/urandom\' -fPIC" |
150 | 150 | ||
151 | LDFLAGS_append = " -pthread" | 151 | LDFLAGS:append = " -pthread" |
152 | 152 | ||
153 | do_configure() { | 153 | do_configure() { |
154 | rm -f ${S}/libtool | 154 | rm -f ${S}/libtool |
@@ -170,16 +170,16 @@ LEAD_SONAME = "libldap-${LDAP_VER}.so.*" | |||
170 | PACKAGES += "${PN}-slapd ${PN}-slurpd ${PN}-bin" | 170 | PACKAGES += "${PN}-slapd ${PN}-slurpd ${PN}-bin" |
171 | 171 | ||
172 | # Package contents - shift most standard contents to -bin | 172 | # Package contents - shift most standard contents to -bin |
173 | FILES_${PN} = "${libdir}/lib*.so.* ${sysconfdir}/openldap/ldap.* ${localstatedir}/${BPN}/data" | 173 | FILES:${PN} = "${libdir}/lib*.so.* ${sysconfdir}/openldap/ldap.* ${localstatedir}/${BPN}/data" |
174 | FILES_${PN}-slapd = "${sysconfdir}/init.d ${libexecdir}/slapd ${sbindir} ${localstatedir}/run ${localstatedir}/volatile/run \ | 174 | FILES:${PN}-slapd = "${sysconfdir}/init.d ${libexecdir}/slapd ${sbindir} ${localstatedir}/run ${localstatedir}/volatile/run \ |
175 | ${sysconfdir}/openldap/slapd.* ${sysconfdir}/openldap/schema \ | 175 | ${sysconfdir}/openldap/slapd.* ${sysconfdir}/openldap/schema \ |
176 | ${sysconfdir}/openldap/DB_CONFIG.example ${systemd_unitdir}/system/*" | 176 | ${sysconfdir}/openldap/DB_CONFIG.example ${systemd_unitdir}/system/*" |
177 | FILES_${PN}-slurpd = "${libexecdir}/slurpd ${localstatedir}/openldap-slurp" | 177 | FILES:${PN}-slurpd = "${libexecdir}/slurpd ${localstatedir}/openldap-slurp" |
178 | FILES_${PN}-bin = "${bindir}" | 178 | FILES:${PN}-bin = "${bindir}" |
179 | FILES_${PN}-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libexecdir}/openldap/*.a ${libexecdir}/openldap/*.la ${libexecdir}/openldap/*.so" | 179 | FILES:${PN}-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libexecdir}/openldap/*.a ${libexecdir}/openldap/*.la ${libexecdir}/openldap/*.so" |
180 | FILES_${PN}-dbg += "${libexecdir}/openldap/.debug" | 180 | FILES:${PN}-dbg += "${libexecdir}/openldap/.debug" |
181 | 181 | ||
182 | do_install_append() { | 182 | do_install:append() { |
183 | install -d ${D}${sysconfdir}/init.d | 183 | install -d ${D}${sysconfdir}/init.d |
184 | cat ${WORKDIR}/initscript > ${D}${sysconfdir}/init.d/openldap | 184 | cat ${WORKDIR}/initscript > ${D}${sysconfdir}/init.d/openldap |
185 | chmod 755 ${D}${sysconfdir}/init.d/openldap | 185 | chmod 755 ${D}${sysconfdir}/init.d/openldap |
@@ -215,40 +215,40 @@ do_install_append() { | |||
215 | } | 215 | } |
216 | 216 | ||
217 | INITSCRIPT_PACKAGES = "${PN}-slapd" | 217 | INITSCRIPT_PACKAGES = "${PN}-slapd" |
218 | INITSCRIPT_NAME_${PN}-slapd = "openldap" | 218 | INITSCRIPT_NAME:${PN}-slapd = "openldap" |
219 | INITSCRIPT_PARAMS_${PN}-slapd = "defaults" | 219 | INITSCRIPT_PARAMS:${PN}-slapd = "defaults" |
220 | SYSTEMD_SERVICE_${PN}-slapd = "hostapd.service" | 220 | SYSTEMD_SERVICE:${PN}-slapd = "hostapd.service" |
221 | SYSTEMD_AUTO_ENABLE_${PN}-slapd ?= "disable" | 221 | SYSTEMD_AUTO_ENABLE:${PN}-slapd ?= "disable" |
222 | 222 | ||
223 | 223 | ||
224 | PACKAGES_DYNAMIC += "^${PN}-backends.* ^${PN}-backend-.*" | 224 | PACKAGES_DYNAMIC += "^${PN}-backends.* ^${PN}-backend-.*" |
225 | 225 | ||
226 | # The modules require their .so to be dynamicaly loaded | 226 | # The modules require their .so to be dynamicaly loaded |
227 | INSANE_SKIP_${PN}-backend-dnssrv += "dev-so" | 227 | INSANE_SKIP:${PN}-backend-dnssrv += "dev-so" |
228 | INSANE_SKIP_${PN}-backend-ldap += "dev-so" | 228 | INSANE_SKIP:${PN}-backend-ldap += "dev-so" |
229 | INSANE_SKIP_${PN}-backend-meta += "dev-so" | 229 | INSANE_SKIP:${PN}-backend-meta += "dev-so" |
230 | INSANE_SKIP_${PN}-backend-mdb += "dev-so" | 230 | INSANE_SKIP:${PN}-backend-mdb += "dev-so" |
231 | INSANE_SKIP_${PN}-backend-monitor += "dev-so" | 231 | INSANE_SKIP:${PN}-backend-monitor += "dev-so" |
232 | INSANE_SKIP_${PN}-backend-null += "dev-so" | 232 | INSANE_SKIP:${PN}-backend-null += "dev-so" |
233 | INSANE_SKIP_${PN}-backend-passwd += "dev-so" | 233 | INSANE_SKIP:${PN}-backend-passwd += "dev-so" |
234 | INSANE_SKIP_${PN}-backend-shell += "dev-so" | 234 | INSANE_SKIP:${PN}-backend-shell += "dev-so" |
235 | 235 | ||
236 | 236 | ||
237 | python populate_packages_prepend () { | 237 | python populate_packages:prepend () { |
238 | backend_dir = d.expand('${libexecdir}/openldap') | 238 | backend_dir = d.expand('${libexecdir}/openldap') |
239 | do_split_packages(d, backend_dir, 'back_([a-z]*)\.so$', 'openldap-backend-%s', 'OpenLDAP %s backend', prepend=True, extra_depends='', allow_links=True) | 239 | do_split_packages(d, backend_dir, 'back_([a-z]*)\.so$', 'openldap-backend-%s', 'OpenLDAP %s backend', prepend=True, extra_depends='', allow_links=True) |
240 | do_split_packages(d, backend_dir, 'back_([a-z]*)\-.*\.so\..*$', 'openldap-backend-%s', 'OpenLDAP %s backend', extra_depends='', allow_links=True) | 240 | do_split_packages(d, backend_dir, 'back_([a-z]*)\-.*\.so\..*$', 'openldap-backend-%s', 'OpenLDAP %s backend', extra_depends='', allow_links=True) |
241 | 241 | ||
242 | metapkg = "${PN}-backends" | 242 | metapkg = "${PN}-backends" |
243 | d.setVar('ALLOW_EMPTY_' + metapkg, "1") | 243 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") |
244 | d.setVar('FILES_' + metapkg, "") | 244 | d.setVar('FILES:' + metapkg, "") |
245 | metapkg_rdepends = [] | 245 | metapkg_rdepends = [] |
246 | packages = d.getVar('PACKAGES').split() | 246 | packages = d.getVar('PACKAGES').split() |
247 | for pkg in packages[1:]: | 247 | for pkg in packages[1:]: |
248 | if pkg.count("openldap-backend-") and not pkg in metapkg_rdepends and not pkg.count("-dev") and not pkg.count("-dbg") and not pkg.count("static") and not pkg.count("locale"): | 248 | if pkg.count("openldap-backend-") and not pkg in metapkg_rdepends and not pkg.count("-dev") and not pkg.count("-dbg") and not pkg.count("static") and not pkg.count("locale"): |
249 | metapkg_rdepends.append(pkg) | 249 | metapkg_rdepends.append(pkg) |
250 | d.setVar('RDEPENDS_' + metapkg, ' '.join(metapkg_rdepends)) | 250 | d.setVar('RDEPENDS:' + metapkg, ' '.join(metapkg_rdepends)) |
251 | d.setVar('DESCRIPTION_' + metapkg, 'OpenLDAP backends meta package') | 251 | d.setVar('DESCRIPTION:' + metapkg, 'OpenLDAP backends meta package') |
252 | packages.append(metapkg) | 252 | packages.append(metapkg) |
253 | d.setVar('PACKAGES', ' '.join(packages)) | 253 | d.setVar('PACKAGES', ' '.join(packages)) |
254 | } | 254 | } |
diff --git a/meta-oe/recipes-support/opensc/opensc_0.21.0.bb b/meta-oe/recipes-support/opensc/opensc_0.21.0.bb index 2fbf60c14a..ea832ec0f4 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.21.0.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.21.0.bb | |||
@@ -32,14 +32,14 @@ PACKAGECONFIG ??= "pcsc" | |||
32 | PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct" | 32 | PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct" |
33 | PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib" | 33 | PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib" |
34 | 34 | ||
35 | RDEPENDS_${PN} = "readline" | 35 | RDEPENDS:${PN} = "readline" |
36 | 36 | ||
37 | FILES_${PN} += "\ | 37 | FILES:${PN} += "\ |
38 | ${libdir}/opensc-pkcs11.so \ | 38 | ${libdir}/opensc-pkcs11.so \ |
39 | ${libdir}/onepin-opensc-pkcs11.so \ | 39 | ${libdir}/onepin-opensc-pkcs11.so \ |
40 | ${libdir}/pkcs11-spy.so \ | 40 | ${libdir}/pkcs11-spy.so \ |
41 | " | 41 | " |
42 | FILES_${PN}-dev += "\ | 42 | FILES:${PN}-dev += "\ |
43 | ${libdir}/pkcs11/opensc-pkcs11.so \ | 43 | ${libdir}/pkcs11/opensc-pkcs11.so \ |
44 | ${libdir}/pkcs11/onepin-opensc-pkcs11.so \ | 44 | ${libdir}/pkcs11/onepin-opensc-pkcs11.so \ |
45 | ${libdir}/pkcs11/pkcs11-spy.so \ | 45 | ${libdir}/pkcs11/pkcs11-spy.so \ |
diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb index 8c948c5655..3d6bd2a4f5 100644 --- a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb +++ b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb | |||
@@ -19,5 +19,5 @@ EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" | |||
19 | 19 | ||
20 | PACKAGES += "${PN}-tools" | 20 | PACKAGES += "${PN}-tools" |
21 | 21 | ||
22 | FILES_${PN}-tools = "${bindir}" | 22 | FILES:${PN}-tools = "${bindir}" |
23 | FILES_${PN} = "${libdir}/*.so.*" | 23 | FILES:${PN} = "${libdir}/*.so.*" |
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb index c1b793960f..93b18ba1d5 100644 --- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb +++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.0.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | SUMMARY = "PC/SC Lite smart card framework and applications" | 1 | SUMMARY = "PC/SC Lite smart card framework and applications" |
2 | HOMEPAGE = "http://pcsclite.alioth.debian.org/" | 2 | HOMEPAGE = "http://pcsclite.alioth.debian.org/" |
3 | LICENSE = "BSD & GPLv3+" | 3 | LICENSE = "BSD & GPLv3+" |
4 | LICENSE_${PN} = "BSD" | 4 | LICENSE:${PN} = "BSD" |
5 | LICENSE_${PN}-lib = "BSD" | 5 | LICENSE:${PN}-lib = "BSD" |
6 | LICENSE_${PN}-doc = "BSD" | 6 | LICENSE:${PN}-doc = "BSD" |
7 | LICENSE_${PN}-dev = "BSD" | 7 | LICENSE:${PN}-dev = "BSD" |
8 | LICENSE_${PN}-dbg = "BSD & GPLv3+" | 8 | LICENSE:${PN}-dbg = "BSD & GPLv3+" |
9 | LICENSE_${PN}-spy = "GPLv3+" | 9 | LICENSE:${PN}-spy = "GPLv3+" |
10 | LICENSE_${PN}-spy-dev = "GPLv3+" | 10 | LICENSE:${PN}-spy-dev = "GPLv3+" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=628c01ba985ecfa21677f5ee2d5202f6" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=628c01ba985ecfa21677f5ee2d5202f6" |
12 | 12 | ||
13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
@@ -27,33 +27,33 @@ EXTRA_OECONF = " \ | |||
27 | S = "${WORKDIR}/pcsc-lite-${PV}" | 27 | S = "${WORKDIR}/pcsc-lite-${PV}" |
28 | 28 | ||
29 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} udev" | 29 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} udev" |
30 | PACKAGECONFIG_class-native ??= "" | 30 | PACKAGECONFIG:class-native ??= "" |
31 | 31 | ||
32 | PACKAGECONFIG[systemd] = ",--disable-libsystemd,systemd," | 32 | PACKAGECONFIG[systemd] = ",--disable-libsystemd,systemd," |
33 | PACKAGECONFIG[udev] = "--enable-libudev,--disable-libudev,udev" | 33 | PACKAGECONFIG[udev] = "--enable-libudev,--disable-libudev,udev" |
34 | 34 | ||
35 | PACKAGES = "${PN} ${PN}-dbg ${PN}-dev ${PN}-lib ${PN}-doc ${PN}-spy ${PN}-spy-dev" | 35 | PACKAGES = "${PN} ${PN}-dbg ${PN}-dev ${PN}-lib ${PN}-doc ${PN}-spy ${PN}-spy-dev" |
36 | 36 | ||
37 | RRECOMMENDS_${PN} = "ccid" | 37 | RRECOMMENDS:${PN} = "ccid" |
38 | RRECOMMENDS_${PN}_class-native = "" | 38 | RRECOMMENDS:${PN}:class-native = "" |
39 | RPROVIDES_${PN}_class-native += "pcsc-lite-lib-native" | 39 | RPROVIDES:${PN}:class-native += "pcsc-lite-lib-native" |
40 | 40 | ||
41 | FILES_${PN} = "${sbindir}/pcscd" | 41 | FILES:${PN} = "${sbindir}/pcscd" |
42 | FILES_${PN}-lib = "${libdir}/libpcsclite*${SOLIBS}" | 42 | FILES:${PN}-lib = "${libdir}/libpcsclite*${SOLIBS}" |
43 | FILES_${PN}-dev = "${includedir} \ | 43 | FILES:${PN}-dev = "${includedir} \ |
44 | ${libdir}/pkgconfig \ | 44 | ${libdir}/pkgconfig \ |
45 | ${libdir}/libpcsclite.la \ | 45 | ${libdir}/libpcsclite.la \ |
46 | ${libdir}/libpcsclite.so" | 46 | ${libdir}/libpcsclite.so" |
47 | 47 | ||
48 | FILES_${PN}-spy = "${bindir}/pcsc-spy \ | 48 | FILES:${PN}-spy = "${bindir}/pcsc-spy \ |
49 | ${libdir}/libpcscspy*${SOLIBS}" | 49 | ${libdir}/libpcscspy*${SOLIBS}" |
50 | FILES_${PN}-spy-dev = "${libdir}/libpcscspy.la \ | 50 | FILES:${PN}-spy-dev = "${libdir}/libpcscspy.la \ |
51 | ${libdir}/libpcscspy.so " | 51 | ${libdir}/libpcscspy.so " |
52 | 52 | ||
53 | RPROVIDES_${PN} += "${PN}-systemd" | 53 | RPROVIDES:${PN} += "${PN}-systemd" |
54 | RREPLACES_${PN} += "${PN}-systemd" | 54 | RREPLACES:${PN} += "${PN}-systemd" |
55 | RCONFLICTS_${PN} += "${PN}-systemd" | 55 | RCONFLICTS:${PN} += "${PN}-systemd" |
56 | SYSTEMD_SERVICE_${PN} = "pcscd.socket" | 56 | SYSTEMD_SERVICE:${PN} = "pcscd.socket" |
57 | RDEPENDS_${PN}-spy +="python3" | 57 | RDEPENDS:${PN}-spy +="python3" |
58 | 58 | ||
59 | BBCLASSEXTEND = "native" | 59 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb index bc82e49ead..a5825d5a9f 100644 --- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb +++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.7.bb | |||
@@ -13,4 +13,4 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | DEPENDS = "pcsc-lite" | 14 | DEPENDS = "pcsc-lite" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/pcsc/smartcard_list.txt" | 16 | FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt" |
diff --git a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb index 3a437659e7..89d463699e 100644 --- a/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb +++ b/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb | |||
@@ -20,6 +20,6 @@ do_install() { | |||
20 | oe_runmake DESTDIR="${D}" install; | 20 | oe_runmake DESTDIR="${D}" install; |
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} += " \ | 23 | FILES:${PN} += " \ |
24 | ${libdir} \ | 24 | ${libdir} \ |
25 | " | 25 | " |
diff --git a/meta-oe/recipes-support/pidgin/icyque_git.bb b/meta-oe/recipes-support/pidgin/icyque_git.bb index 0f32dc3a39..02cd12bf4e 100644 --- a/meta-oe/recipes-support/pidgin/icyque_git.bb +++ b/meta-oe/recipes-support/pidgin/icyque_git.bb | |||
@@ -22,6 +22,6 @@ do_install() { | |||
22 | oe_runmake DESTDIR="${D}" install; | 22 | oe_runmake DESTDIR="${D}" install; |
23 | } | 23 | } |
24 | 24 | ||
25 | FILES_${PN} += " \ | 25 | FILES:${PN} += " \ |
26 | ${libdir} \ | 26 | ${libdir} \ |
27 | " | 27 | " |
diff --git a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb index 67d8cc87ce..7c9a2cbf6b 100644 --- a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb +++ b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb | |||
@@ -17,4 +17,4 @@ SRC_URI[sha256sum] = "5ec3e68e18f956e9998d79088b299fa3bca689bcc95c86001bc5da17c1 | |||
17 | 17 | ||
18 | EXTRA_OEMESON = "-Dintrospection=false -Ddoc=false" | 18 | EXTRA_OEMESON = "-Dintrospection=false -Ddoc=false" |
19 | 19 | ||
20 | FILES_${PN} += "${libdir}/gnt/s.so ${libdir}/gnt/irssi.so" | 20 | FILES:${PN} += "${libdir}/gnt/s.so ${libdir}/gnt/irssi.so" |
diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb index 04133c1b3d..80fb23e6a9 100644 --- a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb +++ b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb | |||
@@ -10,6 +10,6 @@ SRC_URI = "https://otr.cypherpunks.ca/${BP}.tar.gz \ | |||
10 | SRC_URI[md5sum] = "7ef14e1334a4bc80e5d530f9a3cfc626" | 10 | SRC_URI[md5sum] = "7ef14e1334a4bc80e5d530f9a3cfc626" |
11 | SRC_URI[sha256sum] = "f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4" | 11 | SRC_URI[sha256sum] = "f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4" |
12 | 12 | ||
13 | FILES_${PN} = "${libdir}/pidgin/*" | 13 | FILES:${PN} = "${libdir}/pidgin/*" |
14 | 14 | ||
15 | inherit autotools pkgconfig features_check | 15 | inherit autotools pkgconfig features_check |
diff --git a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb index 5a96bec90a..3752c0501c 100644 --- a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb +++ b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb | |||
@@ -26,11 +26,11 @@ PACKAGECONFIG[telepathy] = "--enable-telepathy=yes,--enable-telepathy=no,telepat | |||
26 | #PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5" | 26 | #PACKAGECONFIG[gssapi_only] = "--enable-gssapi-only=yes,--enable-gssapi-only=no,krb5" |
27 | PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind" | 27 | PACKAGECONFIG[debug] = "--enable-debug=yes,--enable-debug=no,valgrind" |
28 | 28 | ||
29 | FILES_${PN}-dev += " \ | 29 | FILES:${PN}-dev += " \ |
30 | ${libdir}/purple-2/*.la \ | 30 | ${libdir}/purple-2/*.la \ |
31 | " | 31 | " |
32 | 32 | ||
33 | FILES_${PN} += " \ | 33 | FILES:${PN} += " \ |
34 | ${libdir}/purple-2/libsipe.so \ | 34 | ${libdir}/purple-2/libsipe.so \ |
35 | ${datadir}/appdata \ | 35 | ${datadir}/appdata \ |
36 | ${datadir}/metainfo \ | 36 | ${datadir}/metainfo \ |
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.14.2.bb b/meta-oe/recipes-support/pidgin/pidgin_2.14.2.bb index ba0dca233b..b2e6d9ac10 100644 --- a/meta-oe/recipes-support/pidgin/pidgin_2.14.2.bb +++ b/meta-oe/recipes-support/pidgin/pidgin_2.14.2.bb | |||
@@ -55,30 +55,30 @@ OE_LT_RPATH_ALLOW[export]="1" | |||
55 | 55 | ||
56 | PACKAGES =+ "libpurple-dev libpurple finch finch-dev ${PN}-data" | 56 | PACKAGES =+ "libpurple-dev libpurple finch finch-dev ${PN}-data" |
57 | 57 | ||
58 | RPROVIDES_${PN}-dbg += "libpurple-dbg finch-dbg" | 58 | RPROVIDES:${PN}-dbg += "libpurple-dbg finch-dbg" |
59 | 59 | ||
60 | LEAD_SONAME = "libpurple.so.0" | 60 | LEAD_SONAME = "libpurple.so.0" |
61 | FILES_libpurple = "${libdir}/libpurple*.so.* ${libdir}/purple-2 ${bindir}/purple-* ${sysconfdir}/gconf/schemas/purple* ${datadir}/purple/ca-certs" | 61 | FILES:libpurple = "${libdir}/libpurple*.so.* ${libdir}/purple-2 ${bindir}/purple-* ${sysconfdir}/gconf/schemas/purple* ${datadir}/purple/ca-certs" |
62 | FILES_libpurple-dev = "${libdir}/libpurple*.la \ | 62 | FILES:libpurple-dev = "${libdir}/libpurple*.la \ |
63 | ${libdir}/libpurple*.so \ | 63 | ${libdir}/libpurple*.so \ |
64 | ${libdir}/purple-2/*.la \ | 64 | ${libdir}/purple-2/*.la \ |
65 | ${libdir}/purple-2/libjabber.so \ | 65 | ${libdir}/purple-2/libjabber.so \ |
66 | ${libdir}/purple-2/liboscar.so \ | 66 | ${libdir}/purple-2/liboscar.so \ |
67 | ${libdir}/purple-2/libymsg.so \ | 67 | ${libdir}/purple-2/libymsg.so \ |
68 | ${datadir}/aclocal" | 68 | ${datadir}/aclocal" |
69 | FILES_finch = "${bindir}/finch" | 69 | FILES:finch = "${bindir}/finch" |
70 | FILES_finch-dev = "${libdir}/finch/*.la" | 70 | FILES:finch-dev = "${libdir}/finch/*.la" |
71 | 71 | ||
72 | FILES_${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \ | 72 | FILES:${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \ |
73 | ${datadir}/applications" | 73 | ${datadir}/applications" |
74 | RRECOMMENDS_${PN} = "${PN}-data libpurple-protocol-irc libpurple-protocol-xmpp" | 74 | RRECOMMENDS:${PN} = "${PN}-data libpurple-protocol-irc libpurple-protocol-xmpp" |
75 | 75 | ||
76 | FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons ${datadir}/appdata" | 76 | FILES:${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons ${datadir}/appdata" |
77 | FILES_${PN}-dev += "${libdir}/${PN}/*.la" | 77 | FILES:${PN}-dev += "${libdir}/${PN}/*.la" |
78 | 78 | ||
79 | PACKAGES_DYNAMIC += "^libpurple-protocol-.* ^libpurple-plugin-.* ^pidgin-plugin-.* ^finch-plugin-.*" | 79 | PACKAGES_DYNAMIC += "^libpurple-protocol-.* ^libpurple-plugin-.* ^pidgin-plugin-.* ^finch-plugin-.*" |
80 | 80 | ||
81 | python populate_packages_prepend () { | 81 | python populate_packages:prepend () { |
82 | pidgroot = d.expand('${libdir}/pidgin') | 82 | pidgroot = d.expand('${libdir}/pidgin') |
83 | purple = d.expand('${libdir}/purple-2') | 83 | purple = d.expand('${libdir}/purple-2') |
84 | finch = d.expand('${libdir}/finch') | 84 | finch = d.expand('${libdir}/finch') |
diff --git a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb index 277d12057a..1a82495282 100644 --- a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb +++ b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb | |||
@@ -21,6 +21,6 @@ do_install() { | |||
21 | oe_runmake -C skypeweb DESTDIR="${D}" install; | 21 | oe_runmake -C skypeweb DESTDIR="${D}" install; |
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} += " \ | 24 | FILES:${PN} += " \ |
25 | ${libdir} \ | 25 | ${libdir} \ |
26 | " | 26 | " |
diff --git a/meta-oe/recipes-support/poco/poco_1.10.1.bb b/meta-oe/recipes-support/poco/poco_1.10.1.bb index 48b31dd3f3..5db518cbba 100644 --- a/meta-oe/recipes-support/poco/poco_1.10.1.bb +++ b/meta-oe/recipes-support/poco/poco_1.10.1.bb | |||
@@ -57,12 +57,12 @@ EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=RelWithDebInfo -DPOCO_UNBUNDLED=ON \ | |||
57 | ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_TESTS=ON ', '', d)}" | 57 | ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_TESTS=ON ', '', d)}" |
58 | 58 | ||
59 | # For the native build we want to use the bundled version | 59 | # For the native build we want to use the bundled version |
60 | EXTRA_OECMAKE_append_class-native = " -DPOCO_UNBUNDLED=OFF" | 60 | EXTRA_OECMAKE:append:class-native = " -DPOCO_UNBUNDLED=OFF" |
61 | 61 | ||
62 | # do not use rpath | 62 | # do not use rpath |
63 | EXTRA_OECMAKE_append = " -DCMAKE_SKIP_RPATH=ON" | 63 | EXTRA_OECMAKE:append = " -DCMAKE_SKIP_RPATH=ON" |
64 | 64 | ||
65 | python populate_packages_prepend () { | 65 | python populate_packages:prepend () { |
66 | poco_libdir = d.expand('${libdir}') | 66 | poco_libdir = d.expand('${libdir}') |
67 | pn = d.getVar("PN") | 67 | pn = d.getVar("PN") |
68 | packages = [] | 68 | packages = [] |
@@ -75,7 +75,7 @@ python populate_packages_prepend () { | |||
75 | do_split_packages(d, poco_libdir, '^libPoco(.*)\.so\..*$', | 75 | do_split_packages(d, poco_libdir, '^libPoco(.*)\.so\..*$', |
76 | 'poco-%s', 'Poco %s component', extra_depends='', prepend=True, hook=hook) | 76 | 'poco-%s', 'Poco %s component', extra_depends='', prepend=True, hook=hook) |
77 | 77 | ||
78 | d.setVar("RRECOMMENDS_%s" % pn, " ".join(packages)) | 78 | d.setVar("RRECOMMENDS:%s" % pn, " ".join(packages)) |
79 | d.setVar("POCO_TESTRUNNERS", "\n".join(testrunners)) | 79 | d.setVar("POCO_TESTRUNNERS", "\n".join(testrunners)) |
80 | } | 80 | } |
81 | 81 | ||
@@ -90,13 +90,13 @@ do_install_ptest () { | |||
90 | PACKAGES_DYNAMIC = "poco-.*" | 90 | PACKAGES_DYNAMIC = "poco-.*" |
91 | 91 | ||
92 | # "poco" is a metapackage which pulls in all Poco components | 92 | # "poco" is a metapackage which pulls in all Poco components |
93 | ALLOW_EMPTY_${PN} = "1" | 93 | ALLOW_EMPTY:${PN} = "1" |
94 | 94 | ||
95 | # cppunit is only built if tests are enabled | 95 | # cppunit is only built if tests are enabled |
96 | PACKAGES =+ "${PN}-cppunit" | 96 | PACKAGES =+ "${PN}-cppunit" |
97 | FILES_${PN}-cppunit += "${libdir}/libCppUnit.so*" | 97 | FILES:${PN}-cppunit += "${libdir}/libCppUnit.so*" |
98 | ALLOW_EMPTY_${PN}-cppunit = "1" | 98 | ALLOW_EMPTY:${PN}-cppunit = "1" |
99 | 99 | ||
100 | RDEPENDS_${PN}-ptest += "${PN}-cppunit" | 100 | RDEPENDS:${PN}-ptest += "${PN}-cppunit" |
101 | 101 | ||
102 | BBCLASSEXTEND = "native" | 102 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb b/meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb index 46e33514e8..7574c7b5b1 100644 --- a/meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb +++ b/meta-oe/recipes-support/poppler/poppler-data_0.4.10.bb | |||
@@ -34,4 +34,4 @@ do_install() { | |||
34 | install -m644 ${WORKDIR}/Identity-* ${D}${datadir}/poppler/cMap/ | 34 | install -m644 ${WORKDIR}/Identity-* ${D}${datadir}/poppler/cMap/ |
35 | } | 35 | } |
36 | 36 | ||
37 | FILES_${PN} += "${datadir}" | 37 | FILES:${PN} += "${datadir}" |
diff --git a/meta-oe/recipes-support/poppler/poppler_21.07.0.bb b/meta-oe/recipes-support/poppler/poppler_21.07.0.bb index 975ab1d70d..cfbd394bc0 100644 --- a/meta-oe/recipes-support/poppler/poppler_21.07.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_21.07.0.bb | |||
@@ -37,7 +37,7 @@ EXTRA_OECMAKE += " \ | |||
37 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_GOBJECT_INTROSPECTION=ON', '-DENABLE_GOBJECT_INTROSPECTION=OFF', d)} \ | 37 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_GOBJECT_INTROSPECTION=ON', '-DENABLE_GOBJECT_INTROSPECTION=OFF', d)} \ |
38 | " | 38 | " |
39 | 39 | ||
40 | do_configure_append() { | 40 | do_configure:append() { |
41 | # poppler macro uses pkg-config to check for g-ir runtimes. Something | 41 | # poppler macro uses pkg-config to check for g-ir runtimes. Something |
42 | # makes them point to /usr/bin. Align them to sysroot - that's where the | 42 | # makes them point to /usr/bin. Align them to sysroot - that's where the |
43 | # gir-wrappers are: | 43 | # gir-wrappers are: |
@@ -45,7 +45,7 @@ do_configure_append() { | |||
45 | } | 45 | } |
46 | 46 | ||
47 | PACKAGES =+ "libpoppler libpoppler-glib" | 47 | PACKAGES =+ "libpoppler libpoppler-glib" |
48 | FILES_libpoppler = "${libdir}/libpoppler.so.*" | 48 | FILES:libpoppler = "${libdir}/libpoppler.so.*" |
49 | FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*" | 49 | FILES:libpoppler-glib = "${libdir}/libpoppler-glib.so.*" |
50 | 50 | ||
51 | RDEPENDS_libpoppler = "poppler-data" | 51 | RDEPENDS:libpoppler = "poppler-data" |
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb index aec482b9b7..c0b32e725d 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb | |||
@@ -20,7 +20,7 @@ PACKAGECONFIG[alsa] = ",,alsa-lib" | |||
20 | PACKAGECONFIG[jack] = ",,jack" | 20 | PACKAGECONFIG[jack] = ",,jack" |
21 | PACKAGECONFIG[examples] = "-DPA_BUILD_EXAMPLES=ON,-DPA_BUILD_EXAMPLES=OFF" | 21 | PACKAGECONFIG[examples] = "-DPA_BUILD_EXAMPLES=ON,-DPA_BUILD_EXAMPLES=OFF" |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install:append() { |
24 | if [ -d ${B}/examples ]; then | 24 | if [ -d ${B}/examples ]; then |
25 | install -d ${D}${bindir} | 25 | install -d ${D}${bindir} |
26 | for example in ${B}/examples/pa*; do | 26 | for example in ${B}/examples/pa*; do |
@@ -30,4 +30,4 @@ do_install_append() { | |||
30 | } | 30 | } |
31 | 31 | ||
32 | FILES_SOLIBSDEV = "" | 32 | FILES_SOLIBSDEV = "" |
33 | FILES_${PN} += "${libdir}/libportaudio.so" | 33 | FILES:${PN} += "${libdir}/libportaudio.so" |
diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb index c8baa5d9ca..262f05f497 100644 --- a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb +++ b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/ago/pps-tools.git" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "bash" | 12 | RDEPENDS:${PN} = "bash" |
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | install -d ${D}${bindir} ${D}${includedir} \ | 15 | install -d ${D}${bindir} ${D}${includedir} \ |
diff --git a/meta-oe/recipes-support/pv/pv_1.6.6.bb b/meta-oe/recipes-support/pv/pv_1.6.6.bb index 0eef82b2c2..244d14001a 100644 --- a/meta-oe/recipes-support/pv/pv_1.6.6.bb +++ b/meta-oe/recipes-support/pv/pv_1.6.6.bb | |||
@@ -12,5 +12,5 @@ UPSTREAM_CHECK_REGEX = "pv-(?P<pver>\d+(\.\d+)+).tar.bz2" | |||
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools |
14 | 14 | ||
15 | LDEMULATION_mipsarchn32 = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', 'elf32btsmipn32', 'elf32ltsmipn32', d)}" | 15 | LDEMULATION:mipsarchn32 = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', 'elf32btsmipn32', 'elf32ltsmipn32', d)}" |
16 | export LDEMULATION | 16 | export LDEMULATION |
diff --git a/meta-oe/recipes-support/re2/re2_2020.11.01.bb b/meta-oe/recipes-support/re2/re2_2020.11.01.bb index 7f6fcdb01b..a289d962e4 100644 --- a/meta-oe/recipes-support/re2/re2_2020.11.01.bb +++ b/meta-oe/recipes-support/re2/re2_2020.11.01.bb | |||
@@ -17,7 +17,7 @@ EXTRA_OECMAKE += " \ | |||
17 | " | 17 | " |
18 | 18 | ||
19 | # Don't include so files in dev package | 19 | # Don't include so files in dev package |
20 | FILES_${PN} = "${libdir}" | 20 | FILES:${PN} = "${libdir}" |
21 | FILES_${PN}-dev = "${includedir} ${libdir}/cmake" | 21 | FILES:${PN}-dev = "${includedir} ${libdir}/cmake" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb index 954da272eb..f52378b4bb 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.18.bb | |||
@@ -22,8 +22,8 @@ DEPENDS = " \ | |||
22 | libxkbfile \ | 22 | libxkbfile \ |
23 | " | 23 | " |
24 | 24 | ||
25 | DEPENDS_append_libc-musl = " libexecinfo" | 25 | DEPENDS:append:libc-musl = " libexecinfo" |
26 | LDFLAGS_append_libc-musl = " -lexecinfo" | 26 | LDFLAGS:append:libc-musl = " -lexecinfo" |
27 | 27 | ||
28 | SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c" | 28 | SRCREV = "045862cc7d7dd986b349c68131df2f86b9b1cd9c" |
29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https" | 29 | SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https" |
@@ -38,9 +38,9 @@ PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" | |||
38 | # Switch on gtk support in avahi recipe if you want to enable avahi support | 38 | # Switch on gtk support in avahi recipe if you want to enable avahi support |
39 | PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" | 39 | PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" |
40 | 40 | ||
41 | RDEPENDS_${PN} = "bash" | 41 | RDEPENDS:${PN} = "bash" |
42 | 42 | ||
43 | FILES_${PN}+= " \ | 43 | FILES:${PN}+= " \ |
44 | ${datadir}/metainfo \ | 44 | ${datadir}/metainfo \ |
45 | ${datadir}/mime \ | 45 | ${datadir}/mime \ |
46 | " | 46 | " |
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb index a81d8d6cad..3cdf78200f 100644 --- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb +++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | |||
@@ -6,7 +6,7 @@ SECTION = "console/network" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "rsync \ | 9 | RDEPENDS:${PN} = "rsync \ |
10 | perl \ | 10 | perl \ |
11 | perl-module-dirhandle \ | 11 | perl-module-dirhandle \ |
12 | perl-module-cwd \ | 12 | perl-module-cwd \ |
@@ -48,7 +48,7 @@ EXTRA_OECONF += "--without-cp \ | |||
48 | 48 | ||
49 | # Create 't/include.ac' before starting the autoreconf to fix configure | 49 | # Create 't/include.ac' before starting the autoreconf to fix configure |
50 | # error: configure.ac:302: file 't/include.ac' does not exist | 50 | # error: configure.ac:302: file 't/include.ac' does not exist |
51 | do_configure_prepend(){ | 51 | do_configure:prepend(){ |
52 | saved_dir=`pwd` | 52 | saved_dir=`pwd` |
53 | cd ${S}; ./autogen.sh | 53 | cd ${S}; ./autogen.sh |
54 | cd ${saved_dir} | 54 | cd ${saved_dir} |
diff --git a/meta-oe/recipes-support/satyr/satyr_0.38.bb b/meta-oe/recipes-support/satyr/satyr_0.38.bb index d01ea42bd2..4c0845a0fa 100644 --- a/meta-oe/recipes-support/satyr/satyr_0.38.bb +++ b/meta-oe/recipes-support/satyr/satyr_0.38.bb | |||
@@ -24,12 +24,12 @@ DEPENDS += " \ | |||
24 | " | 24 | " |
25 | 25 | ||
26 | PACKAGES += "python3-${BPN}" | 26 | PACKAGES += "python3-${BPN}" |
27 | FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}" | 27 | FILES:python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}" |
28 | 28 | ||
29 | PACKAGECONFIG ??= "python3 rpm" | 29 | PACKAGECONFIG ??= "python3 rpm" |
30 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" | 30 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" |
31 | PACKAGECONFIG[rpm] = "--with-rpm, --without-rpm, rpm" | 31 | PACKAGECONFIG[rpm] = "--with-rpm, --without-rpm, rpm" |
32 | 32 | ||
33 | do_configure_prepend() { | 33 | do_configure:prepend() { |
34 | ${S}/gen-version | 34 | ${S}/gen-version |
35 | } | 35 | } |
diff --git a/meta-oe/recipes-support/sdparm/sdparm_1.12.bb b/meta-oe/recipes-support/sdparm/sdparm_1.12.bb index d0a4a0467d..a5f98e6723 100644 --- a/meta-oe/recipes-support/sdparm/sdparm_1.12.bb +++ b/meta-oe/recipes-support/sdparm/sdparm_1.12.bb | |||
@@ -15,7 +15,7 @@ MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" | |||
15 | UPSTREAM_CHECK_REGEX = "sdparm-(?P<pver>\d+(\.\d+)+)\.tgz" | 15 | UPSTREAM_CHECK_REGEX = "sdparm-(?P<pver>\d+(\.\d+)+)\.tgz" |
16 | 16 | ||
17 | PACKAGES =+ "${PN}-scripts" | 17 | PACKAGES =+ "${PN}-scripts" |
18 | RDEPENDS_${PN}-scripts += "bash ${PN}" | 18 | RDEPENDS:${PN}-scripts += "bash ${PN}" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "2902fd29e6834fd62c16bb5d1ac53c7e" | 20 | SRC_URI[md5sum] = "2902fd29e6834fd62c16bb5d1ac53c7e" |
21 | SRC_URI[sha256sum] = "e7f84247069da9a0c293963948d8aba8e5897a13e35e5476c8258acb7ca3a124" | 21 | SRC_URI[sha256sum] = "e7f84247069da9a0c293963948d8aba8e5897a13e35e5476c8258acb7ca3a124" |
@@ -23,4 +23,4 @@ SRC_URI[sha256sum] = "e7f84247069da9a0c293963948d8aba8e5897a13e35e5476c8258acb7c | |||
23 | inherit autotools | 23 | inherit autotools |
24 | 24 | ||
25 | # Put the bash scripts to ${PN}-scripts | 25 | # Put the bash scripts to ${PN}-scripts |
26 | FILES_${PN}-scripts = "${bindir}/sas_disk_blink ${bindir}/scsi_ch_swp" | 26 | FILES:${PN}-scripts = "${bindir}/sas_disk_blink ${bindir}/scsi_ch_swp" |
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb index 22995b773f..43ee19afb8 100644 --- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.45.bb | |||
@@ -21,4 +21,4 @@ inherit autotools-brokensep | |||
21 | 21 | ||
22 | S = "${WORKDIR}/sg3_utils-${PV}" | 22 | S = "${WORKDIR}/sg3_utils-${PV}" |
23 | 23 | ||
24 | RDEPENDS_${PN} += "bash" | 24 | RDEPENDS:${PN} += "bash" |
diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb index 8bbc6815ed..381958051b 100644 --- a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb +++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ | |||
16 | SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800" | 16 | SRC_URI[md5sum] = "32a51b23e25ad5e6af4b89f228be1800" |
17 | SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637" | 17 | SRC_URI[sha256sum] = "ee336e68549664e7a19b117adf02edfdeac6307f22e5ba78baca457116914637" |
18 | 18 | ||
19 | do_install_append() { | 19 | do_install:append() { |
20 | if [ -e ${D}${libdir}/charset.alias ] | 20 | if [ -e ${D}${libdir}/charset.alias ] |
21 | then | 21 | then |
22 | rm -rf ${D}${libdir}/charset.alias | 22 | rm -rf ${D}${libdir}/charset.alias |
@@ -26,6 +26,6 @@ do_install_append() { | |||
26 | 26 | ||
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
28 | 28 | ||
29 | ALTERNATIVE_${PN} = "uudecode uuencode" | 29 | ALTERNATIVE:${PN} = "uudecode uuencode" |
30 | ALTERNATIVE_LINK_NAME[uudecode] = "${bindir}/uudecode" | 30 | ALTERNATIVE_LINK_NAME[uudecode] = "${bindir}/uudecode" |
31 | ALTERNATIVE_LINK_NAME[uuencode] = "${bindir}/uuencode" | 31 | ALTERNATIVE_LINK_NAME[uuencode] = "${bindir}/uuencode" |
diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.8.2.bb b/meta-oe/recipes-support/spdlog/spdlog_1.8.2.bb index 67ec802cdd..40ef4646bb 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.8.2.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.8.2.bb | |||
@@ -18,5 +18,5 @@ EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EX | |||
18 | inherit cmake | 18 | inherit cmake |
19 | 19 | ||
20 | # Header-only library | 20 | # Header-only library |
21 | RDEPENDS_${PN}-dev = "" | 21 | RDEPENDS:${PN}-dev = "" |
22 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 22 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb index 9a0da831b2..13ed7570b1 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb +++ b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | |||
@@ -29,11 +29,11 @@ S ="${WORKDIR}/${BPN}.${PV}" | |||
29 | 29 | ||
30 | inherit autotools | 30 | inherit autotools |
31 | 31 | ||
32 | do_configure_prepend(){ | 32 | do_configure:prepend(){ |
33 | ${S}/autogen.sh | 33 | ${S}/autogen.sh |
34 | } | 34 | } |
35 | 35 | ||
36 | RDEPENDS_${PN} += "mdadm" | 36 | RDEPENDS:${PN} += "mdadm" |
37 | 37 | ||
38 | COMPATIBLE_HOST_powerpc = 'null' | 38 | COMPATIBLE_HOST:powerpc = 'null' |
39 | COMPATIBLE_HOST_powerpc64le = 'null' | 39 | COMPATIBLE_HOST:powerpc64le = 'null' |
diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb index dba89d181c..f2e7a91618 100644 --- a/meta-oe/recipes-support/synergy/synergy_git.bb +++ b/meta-oe/recipes-support/synergy/synergy_git.bb | |||
@@ -21,4 +21,4 @@ inherit cmake features_check | |||
21 | 21 | ||
22 | EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF" | 22 | EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF" |
23 | 23 | ||
24 | FILES_${PN} += "${datadir}/icons/hicolor" | 24 | FILES:${PN} += "${datadir}/icons/hicolor" |
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb index ce1c41e35d..ef30fd707b 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb | |||
@@ -63,7 +63,7 @@ PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wra | |||
63 | PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," | 63 | PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," |
64 | PACKAGECONFIG[native] = "--enable-native,--disable-native,," | 64 | PACKAGECONFIG[native] = "--enable-native,--disable-native,," |
65 | 65 | ||
66 | do_configure_prepend() { | 66 | do_configure:prepend() { |
67 | olddir=$(pwd) | 67 | olddir=$(pwd) |
68 | cd ${AUTOTOOLS_SCRIPT_PATH} | 68 | cd ${AUTOTOOLS_SCRIPT_PATH} |
69 | 69 | ||
@@ -72,7 +72,7 @@ do_configure_prepend() { | |||
72 | cd $olddir | 72 | cd $olddir |
73 | } | 73 | } |
74 | 74 | ||
75 | do_install_append() { | 75 | do_install:append() { |
76 | install -d ${D}${sysconfdir}/${BPN} | 76 | install -d ${D}${sysconfdir}/${BPN} |
77 | install -d ${D}${sysconfdir}/init.d | 77 | install -d ${D}${sysconfdir}/init.d |
78 | install -m 755 ${WORKDIR}/initscript ${D}${sysconfdir}/init.d/syslog | 78 | install -m 755 ${WORKDIR}/initscript ${D}${sysconfdir}/init.d/syslog |
@@ -107,10 +107,10 @@ do_install_append() { | |||
107 | oe_multilib_header syslog-ng/syslog-ng-config.h | 107 | oe_multilib_header syslog-ng/syslog-ng-config.h |
108 | } | 108 | } |
109 | 109 | ||
110 | FILES_${PN} += "${datadir}/include/scl/ ${datadir}/xsd ${datadir}/tools ${systemd_unitdir}/system/multi-user.target.wants/*" | 110 | FILES:${PN} += "${datadir}/include/scl/ ${datadir}/xsd ${datadir}/tools ${systemd_unitdir}/system/multi-user.target.wants/*" |
111 | RDEPENDS_${PN} += "gawk ${@bb.utils.contains('PACKAGECONFIG','json','${PN}-jconf','',d)}" | 111 | RDEPENDS:${PN} += "gawk ${@bb.utils.contains('PACKAGECONFIG','json','${PN}-jconf','',d)}" |
112 | 112 | ||
113 | FILES_${PN}-jconf += " \ | 113 | FILES:${PN}-jconf += " \ |
114 | ${datadir}/${BPN}/include/scl/cim \ | 114 | ${datadir}/${BPN}/include/scl/cim \ |
115 | ${datadir}/${BPN}/include/scl/elasticsearch \ | 115 | ${datadir}/${BPN}/include/scl/elasticsearch \ |
116 | ${datadir}/${BPN}/include/scl/ewmm \ | 116 | ${datadir}/${BPN}/include/scl/ewmm \ |
@@ -121,23 +121,23 @@ ${datadir}/${BPN}/include/scl/logmatic \ | |||
121 | 121 | ||
122 | # This overcomes the syslog-ng rdepends on syslog-ng-dev QA Error | 122 | # This overcomes the syslog-ng rdepends on syslog-ng-dev QA Error |
123 | PACKAGES =+ "${PN}-jconf ${PN}-libs ${PN}-libs-dev" | 123 | PACKAGES =+ "${PN}-jconf ${PN}-libs ${PN}-libs-dev" |
124 | RPROVIDES_${PN}-dbg += "${PN}-libs-dbg" | 124 | RPROVIDES:${PN}-dbg += "${PN}-libs-dbg" |
125 | FILES_${PN}-libs = "${libdir}/${BPN}/*.so ${libdir}/libsyslog-ng-*.so*" | 125 | FILES:${PN}-libs = "${libdir}/${BPN}/*.so ${libdir}/libsyslog-ng-*.so*" |
126 | FILES_${PN}-libs-dev = "${libdir}/${BPN}/lib*.la" | 126 | FILES:${PN}-libs-dev = "${libdir}/${BPN}/lib*.la" |
127 | FILES_${PN}-staticdev += "${libdir}/${BPN}/libtest/*.a" | 127 | FILES:${PN}-staticdev += "${libdir}/${BPN}/libtest/*.a" |
128 | FILES_${PN} += "${systemd_unitdir}/system/*.service" | 128 | FILES:${PN} += "${systemd_unitdir}/system/*.service" |
129 | INSANE_SKIP_${PN}-libs = "dev-so" | 129 | INSANE_SKIP:${PN}-libs = "dev-so" |
130 | RDEPENDS_${PN} += "${PN}-libs" | 130 | RDEPENDS:${PN} += "${PN}-libs" |
131 | 131 | ||
132 | CONFFILES_${PN} = "${sysconfdir}/${BPN}.conf ${sysconfdir}/scl.conf" | 132 | CONFFILES:${PN} = "${sysconfdir}/${BPN}.conf ${sysconfdir}/scl.conf" |
133 | 133 | ||
134 | RCONFLICTS_${PN} = "busybox-syslog sysklogd rsyslog" | 134 | RCONFLICTS:${PN} = "busybox-syslog sysklogd rsyslog" |
135 | RCONFLICTS_${PN}-libs = "busybox-syslog sysklogd rsyslog" | 135 | RCONFLICTS:${PN}-libs = "busybox-syslog sysklogd rsyslog" |
136 | 136 | ||
137 | RPROVIDES_${PN} += "${PN}-systemd" | 137 | RPROVIDES:${PN} += "${PN}-systemd" |
138 | RREPLACES_${PN} += "${PN}-systemd" | 138 | RREPLACES:${PN} += "${PN}-systemd" |
139 | RCONFLICTS_${PN} += "${PN}-systemd" | 139 | RCONFLICTS:${PN} += "${PN}-systemd" |
140 | SYSTEMD_SERVICE_${PN} = "${BPN}@.service" | 140 | SYSTEMD_SERVICE:${PN} = "${BPN}@.service" |
141 | 141 | ||
142 | INITSCRIPT_NAME = "syslog" | 142 | INITSCRIPT_NAME = "syslog" |
143 | INITSCRIPT_PARAMS = "start 20 2 3 4 5 . stop 90 0 1 6 ." | 143 | INITSCRIPT_PARAMS = "start 20 2 3 4 5 . stop 90 0 1 6 ." |
diff --git a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb b/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb index 1ce3c8e442..e71a8b436f 100644 --- a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb +++ b/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb | |||
@@ -17,11 +17,11 @@ do_install() { | |||
17 | oe_runmake 'DESTDIR=${D}' install | 17 | oe_runmake 'DESTDIR=${D}' install |
18 | } | 18 | } |
19 | 19 | ||
20 | do_install_append_class-native() { | 20 | do_install:append:class-native() { |
21 | rm -rf ${D}/usr | 21 | rm -rf ${D}/usr |
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} += " \ | 24 | FILES:${PN} += " \ |
25 | ${libdir}/python${PYTHON_BASEVERSION}/* \ | 25 | ${libdir}/python${PYTHON_BASEVERSION}/* \ |
26 | ${datadir}/* \ | 26 | ${datadir}/* \ |
27 | " | 27 | " |
diff --git a/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb b/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb index 0b039a181a..36ca8f91ae 100644 --- a/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb +++ b/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "https://software.intel.com/en-us/tbb" | |||
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327" |
9 | 9 | ||
10 | DEPENDS_append_libc-musl = " libucontext" | 10 | DEPENDS:append:libc-musl = " libucontext" |
11 | 11 | ||
12 | PE = "1" | 12 | PE = "1" |
13 | 13 | ||
@@ -43,10 +43,10 @@ ARM_INSTRUCTION_SET = "arm" | |||
43 | 43 | ||
44 | ASNEEDED = "" | 44 | ASNEEDED = "" |
45 | 45 | ||
46 | LDFLAGS_append_mips = " -latomic" | 46 | LDFLAGS:append:mips = " -latomic" |
47 | LDFLAGS_append_mipsel = " -latomic" | 47 | LDFLAGS:append:mipsel = " -latomic" |
48 | 48 | ||
49 | LDFLAGS_append_libc-musl = " -lucontext" | 49 | LDFLAGS:append:libc-musl = " -lucontext" |
50 | 50 | ||
51 | # The latest version of oneTBB does not support PPC | 51 | # The latest version of oneTBB does not support PPC |
52 | COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" | 52 | COMPATIBLE_MACHINE:powerpc = "(!.*ppc).*" |
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb index aba485e1a4..3aecc6a76c 100644 --- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb +++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb | |||
@@ -26,4 +26,4 @@ do_install() { | |||
26 | oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install | 26 | oe_runmake PREFIX="${prefix}" DESTDIR="${D}" install |
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-ibm437" | 29 | RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-ibm437" |
diff --git a/meta-oe/recipes-support/udisks/udisks2_2.9.2.bb b/meta-oe/recipes-support/udisks/udisks2_2.9.2.bb index f9e1274380..348f647529 100644 --- a/meta-oe/recipes-support/udisks/udisks2_2.9.2.bb +++ b/meta-oe/recipes-support/udisks/udisks2_2.9.2.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = " \ | |||
15 | " | 15 | " |
16 | DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 16 | DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
17 | 17 | ||
18 | RDEPENDS_${PN} = "acl" | 18 | RDEPENDS:${PN} = "acl" |
19 | 19 | ||
20 | SRC_URI = "git://github.com/storaged-project/udisks.git;branch=master" | 20 | SRC_URI = "git://github.com/storaged-project/udisks.git;branch=master" |
21 | SRCREV = "da6d9480fefeb0ffdf8a84626b5096827d8d7030" | 21 | SRCREV = "da6d9480fefeb0ffdf8a84626b5096827d8d7030" |
@@ -29,13 +29,13 @@ REQUIRED_DISTRO_FEATURES = "polkit" | |||
29 | 29 | ||
30 | EXTRA_OECONF = "--disable-man --disable-gtk-doc" | 30 | EXTRA_OECONF = "--disable-man --disable-gtk-doc" |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | do_configure:prepend() { |
33 | # | configure.ac:656: error: required file 'build-aux/config.rpath' not found | 33 | # | configure.ac:656: error: required file 'build-aux/config.rpath' not found |
34 | mkdir -p ${S}/build-aux | 34 | mkdir -p ${S}/build-aux |
35 | touch ${S}/build-aux/config.rpath | 35 | touch ${S}/build-aux/config.rpath |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} += " \ | 38 | FILES:${PN} += " \ |
39 | ${datadir}/dbus-1/ \ | 39 | ${datadir}/dbus-1/ \ |
40 | ${datadir}/polkit-1 \ | 40 | ${datadir}/polkit-1 \ |
41 | ${datadir}/bash-completion \ | 41 | ${datadir}/bash-completion \ |
@@ -46,8 +46,8 @@ FILES_${PN} += " \ | |||
46 | " | 46 | " |
47 | 47 | ||
48 | PACKAGES =+ "${PN}-libs" | 48 | PACKAGES =+ "${PN}-libs" |
49 | FILES_${PN}-libs = "${libdir}/lib*${SOLIBS}" | 49 | FILES:${PN}-libs = "${libdir}/lib*${SOLIBS}" |
50 | FILES_${PN} += "${nonarch_libdir}/tmpfiles.d" | 50 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" |
51 | 51 | ||
52 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | 52 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
53 | SYSTEMD_AUTO_ENABLE = "disable" | 53 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-oe/recipes-support/uhubctl/uhubctl_2.3.0.bb b/meta-oe/recipes-support/uhubctl/uhubctl_2.3.0.bb index 7970ca3c49..9926ad4f05 100644 --- a/meta-oe/recipes-support/uhubctl/uhubctl_2.3.0.bb +++ b/meta-oe/recipes-support/uhubctl/uhubctl_2.3.0.bb | |||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/git" | |||
12 | 12 | ||
13 | # uhubctl gets its program version from "git describe". As we use the source | 13 | # uhubctl gets its program version from "git describe". As we use the source |
14 | # archive do reduce download size replace the call with our hardcoded version. | 14 | # archive do reduce download size replace the call with our hardcoded version. |
15 | do_configure_append() { | 15 | do_configure:append() { |
16 | sed -i "s/^\(GIT_VERSION :=\).*$/\1 ${PV}/g" ${S}/Makefile | 16 | sed -i "s/^\(GIT_VERSION :=\).*$/\1 ${PV}/g" ${S}/Makefile |
17 | } | 17 | } |
18 | 18 | ||
diff --git a/meta-oe/recipes-support/uim/uim_1.8.8.bb b/meta-oe/recipes-support/uim/uim_1.8.8.bb index 507a341445..862250240b 100644 --- a/meta-oe/recipes-support/uim/uim_1.8.8.bb +++ b/meta-oe/recipes-support/uim/uim_1.8.8.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "https://github.com/uim/uim/releases/download/${PV}/uim-${PV}.tar.bz2 | |||
8 | file://0001-Fix-to-set-libedit-path-from-configure-option-proper.patch \ | 8 | file://0001-Fix-to-set-libedit-path-from-configure-option-proper.patch \ |
9 | file://JMP_BUF_GC_jmp_buf.patch \ | 9 | file://JMP_BUF_GC_jmp_buf.patch \ |
10 | " | 10 | " |
11 | SRC_URI_append_class-target = "\ | 11 | SRC_URI:append:class-target = "\ |
12 | file://uim-module-manager.patch \ | 12 | file://uim-module-manager.patch \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "01c7bd5d0d4f3a9f6f5befe6f57a470b" | 14 | SRC_URI[md5sum] = "01c7bd5d0d4f3a9f6f5befe6f57a470b" |
@@ -17,16 +17,16 @@ SRC_URI[sha256sum] = "34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225 | |||
17 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
18 | 18 | ||
19 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit" | 19 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit" |
20 | DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts" | 20 | DEPENDS:append:class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts" |
21 | 21 | ||
22 | RDEPENDS_uim = "libuim0 libedit" | 22 | RDEPENDS:uim = "libuim0 libedit" |
23 | RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0" | 23 | RDEPENDS:uim-anthy = "takao-fonts anthy libanthy0" |
24 | RDEPENDS_uim-anthy_append_libc-glibc = " glibc-utils glibc-gconv-euc-jp" | 24 | RDEPENDS:uim-anthy:append:libc-glibc = " glibc-utils glibc-gconv-euc-jp" |
25 | 25 | ||
26 | LEAD_SONAME = "libuim.so.1" | 26 | LEAD_SONAME = "libuim.so.1" |
27 | 27 | ||
28 | COMPATIBLE_HOST_riscv64 = "null" | 28 | COMPATIBLE_HOST:riscv64 = "null" |
29 | COMPATIBLE_HOST_riscv32 = "null" | 29 | COMPATIBLE_HOST:riscv32 = "null" |
30 | 30 | ||
31 | inherit features_check autotools pkgconfig gettext qemu gtk-immodules-cache | 31 | inherit features_check autotools pkgconfig gettext qemu gtk-immodules-cache |
32 | 32 | ||
@@ -44,82 +44,82 @@ EXTRA_OECONF += "--disable-emacs \ | |||
44 | --without-eb \ | 44 | --without-eb \ |
45 | " | 45 | " |
46 | 46 | ||
47 | CONFIGUREOPTS_remove_class-target = "--disable-silent-rules" | 47 | CONFIGUREOPTS:remove:class-target = "--disable-silent-rules" |
48 | 48 | ||
49 | # https://github.com/uim/uim/issues/44 | 49 | # https://github.com/uim/uim/issues/44 |
50 | PARALLEL_MAKE = "" | 50 | PARALLEL_MAKE = "" |
51 | 51 | ||
52 | #Because m4 file's find maxdepth=2, so copy the m4 files of the deep depth. | 52 | #Because m4 file's find maxdepth=2, so copy the m4 files of the deep depth. |
53 | do_configure_prepend () { | 53 | do_configure:prepend () { |
54 | cp ${S}/sigscheme/m4/* ${S}/m4/ | 54 | cp ${S}/sigscheme/m4/* ${S}/m4/ |
55 | } | 55 | } |
56 | 56 | ||
57 | do_install_append() { | 57 | do_install:append() { |
58 | rm -rf ${D}/${datadir}/applications | 58 | rm -rf ${D}/${datadir}/applications |
59 | } | 59 | } |
60 | 60 | ||
61 | PACKAGES =+ "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-anthy uim-common libuim0 libuim-dev" | 61 | PACKAGES =+ "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-anthy uim-common libuim0 libuim-dev" |
62 | 62 | ||
63 | FILES_${PN} = "${bindir}/uim-help \ | 63 | FILES:${PN} = "${bindir}/uim-help \ |
64 | ${libdir}/uim/plugin/libuim-* \ | 64 | ${libdir}/uim/plugin/libuim-* \ |
65 | ${libdir}/libuim-scm* \ | 65 | ${libdir}/libuim-scm* \ |
66 | ${libdir}/libgcroots* \ | 66 | ${libdir}/libgcroots* \ |
67 | ${libdir}/uim/plugin/libuim-* \ | 67 | ${libdir}/uim/plugin/libuim-* \ |
68 | " | 68 | " |
69 | 69 | ||
70 | FILES_libuim0 = "${libdir}/uim/plugin/libuim-custom-enabler.* \ | 70 | FILES:libuim0 = "${libdir}/uim/plugin/libuim-custom-enabler.* \ |
71 | ${libdir}/libuim-custom.so.* \ | 71 | ${libdir}/libuim-custom.so.* \ |
72 | ${datadir}/locale/ja/LC_MESSAGES/uim.mo \ | 72 | ${datadir}/locale/ja/LC_MESSAGES/uim.mo \ |
73 | ${datadir}/locale/fr/LC_MESSAGES/uim.mo \ | 73 | ${datadir}/locale/fr/LC_MESSAGES/uim.mo \ |
74 | ${datadir}/locale/ko/LC_MESSAGES/uim.mo \ | 74 | ${datadir}/locale/ko/LC_MESSAGES/uim.mo \ |
75 | ${libdir}/libuim.so.* \ | 75 | ${libdir}/libuim.so.* \ |
76 | " | 76 | " |
77 | FILES_libuim-dev = "${libdir}/libuim*.a \ | 77 | FILES:libuim-dev = "${libdir}/libuim*.a \ |
78 | ${libdir}/libuim*.la \ | 78 | ${libdir}/libuim*.la \ |
79 | ${libdir}/libuim*.so \ | 79 | ${libdir}/libuim*.so \ |
80 | ${includedir}/uim \ | 80 | ${includedir}/uim \ |
81 | ${libdir}/pkgconfig/uim.pc \ | 81 | ${libdir}/pkgconfig/uim.pc \ |
82 | " | 82 | " |
83 | FILES_uim-anthy = "${libdir}/uim/plugin/libuim-anthy.* \ | 83 | FILES:uim-anthy = "${libdir}/uim/plugin/libuim-anthy.* \ |
84 | ${datadir}/uim/anthy*.scm \ | 84 | ${datadir}/uim/anthy*.scm \ |
85 | " | 85 | " |
86 | FILES_${PN}-dbg += "${libdir}/*/*/*/.debug ${libdir}/*/*/.debug" | 86 | FILES:${PN}-dbg += "${libdir}/*/*/*/.debug ${libdir}/*/*/.debug" |
87 | FILES_${PN}-dev += "${libdir}/uim/plugin/*.la" | 87 | FILES:${PN}-dev += "${libdir}/uim/plugin/*.la" |
88 | 88 | ||
89 | FILES_uim-utils = "${bindir}/uim-sh \ | 89 | FILES:uim-utils = "${bindir}/uim-sh \ |
90 | ${bindir}/uim-module-manager \ | 90 | ${bindir}/uim-module-manager \ |
91 | ${libexecdir}/uim-helper-server \ | 91 | ${libexecdir}/uim-helper-server \ |
92 | " | 92 | " |
93 | FILES_uim-xim = "${bindir}/uim-xim \ | 93 | FILES:uim-xim = "${bindir}/uim-xim \ |
94 | ${libexecdir}/uim-candwin-*gtk \ | 94 | ${libexecdir}/uim-candwin-*gtk \ |
95 | ${libexecdir}/uim-candwin-*gtk3 \ | 95 | ${libexecdir}/uim-candwin-*gtk3 \ |
96 | ${datadir}/man/man1/uim-xim.1 \ | 96 | ${datadir}/man/man1/uim-xim.1 \ |
97 | ${sysconfdir}/X11/xinit/xinput.d/uim* \ | 97 | ${sysconfdir}/X11/xinit/xinput.d/uim* \ |
98 | " | 98 | " |
99 | FILES_uim-common = "${datadir}/uim/pixmaps/*.png \ | 99 | FILES:uim-common = "${datadir}/uim/pixmaps/*.png \ |
100 | ${datadir}/uim \ | 100 | ${datadir}/uim \ |
101 | " | 101 | " |
102 | FILES_uim-fep = "${bindir}/uim-fep*" | 102 | FILES:uim-fep = "${bindir}/uim-fep*" |
103 | 103 | ||
104 | FILES_uim-gtk2.0 = "${libdir}/gtk-2.0 \ | 104 | FILES:uim-gtk2.0 = "${libdir}/gtk-2.0 \ |
105 | ${bindir}/uim-toolbar-gtk \ | 105 | ${bindir}/uim-toolbar-gtk \ |
106 | ${bindir}/uim-toolbar-gtk-systray \ | 106 | ${bindir}/uim-toolbar-gtk-systray \ |
107 | ${bindir}/uim-*-gtk \ | 107 | ${bindir}/uim-*-gtk \ |
108 | ${bindir}/uim-input-pad-ja \ | 108 | ${bindir}/uim-input-pad-ja \ |
109 | ${libdir}/uim/uim-*-gtk \ | 109 | ${libdir}/uim/uim-*-gtk \ |
110 | " | 110 | " |
111 | FILES_uim-gtk3 = "${libdir}/gtk-3.0 \ | 111 | FILES:uim-gtk3 = "${libdir}/gtk-3.0 \ |
112 | ${bindir}/uim-toolbar-gtk3 \ | 112 | ${bindir}/uim-toolbar-gtk3 \ |
113 | ${bindir}/uim-toolbar-gtk3-systray \ | 113 | ${bindir}/uim-toolbar-gtk3-systray \ |
114 | ${bindir}/uim-*-gtk3 \ | 114 | ${bindir}/uim-*-gtk3 \ |
115 | ${libdir}/uim/uim-*-gtk3 \ | 115 | ${libdir}/uim/uim-*-gtk3 \ |
116 | " | 116 | " |
117 | FILES_uim-skk = "${libdir}/uim/plugin/libuim-skk.* \ | 117 | FILES:uim-skk = "${libdir}/uim/plugin/libuim-skk.* \ |
118 | ${datadir}/uim/skk*.scm \ | 118 | ${datadir}/uim/skk*.scm \ |
119 | " | 119 | " |
120 | 120 | ||
121 | PACKAGE_WRITE_DEPS += "qemu-native" | 121 | PACKAGE_WRITE_DEPS += "qemu-native" |
122 | pkg_postinst_uim-anthy() { | 122 | pkg_postinst:uim-anthy() { |
123 | if test -n "$D"; then | 123 | if test -n "$D"; then |
124 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register anthy --path $D${datadir}/uim | 124 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register anthy --path $D${datadir}/uim |
125 | else | 125 | else |
@@ -127,7 +127,7 @@ pkg_postinst_uim-anthy() { | |||
127 | fi | 127 | fi |
128 | } | 128 | } |
129 | 129 | ||
130 | pkg_prerm_uim-anthy() { | 130 | pkg_prerm:uim-anthy() { |
131 | if test -n "$D"; then | 131 | if test -n "$D"; then |
132 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --path $D${datadir}/uim --unregister anthy | 132 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --path $D${datadir}/uim --unregister anthy |
133 | else | 133 | else |
@@ -135,7 +135,7 @@ pkg_prerm_uim-anthy() { | |||
135 | fi | 135 | fi |
136 | } | 136 | } |
137 | 137 | ||
138 | pkg_postinst_uim-skk() { | 138 | pkg_postinst:uim-skk() { |
139 | if test -n "$D"; then | 139 | if test -n "$D"; then |
140 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register skk --path $D${datadir}/uim | 140 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --register skk --path $D${datadir}/uim |
141 | else | 141 | else |
@@ -143,7 +143,7 @@ pkg_postinst_uim-skk() { | |||
143 | fi | 143 | fi |
144 | } | 144 | } |
145 | 145 | ||
146 | pkg_postrm_uim-skk() { | 146 | pkg_postrm:uim-skk() { |
147 | if test -n "$D"; then | 147 | if test -n "$D"; then |
148 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --path $D${datadir}/uim --unregister skk | 148 | ${@qemu_run_binary(d, '$D', '${bindir}/uim-module-manager')} --path $D${datadir}/uim --unregister skk |
149 | else | 149 | else |
diff --git a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb index b29bb784e4..06f97940cb 100644 --- a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb +++ b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_12.1.0.bb | |||
@@ -19,4 +19,4 @@ do_install() { | |||
19 | cp -rf ${WORKDIR}/ucd ${D}${datadir}/unicode | 19 | cp -rf ${WORKDIR}/ucd ${D}${datadir}/unicode |
20 | } | 20 | } |
21 | 21 | ||
22 | FILES_${PN} = "${datadir}/unicode/ucd" | 22 | FILES:${PN} = "${datadir}/unicode/ucd" |
diff --git a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb index 61378fec29..5e7c603f8e 100644 --- a/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb +++ b/meta-oe/recipes-support/unixodbc/unixodbc_2.3.7.bb | |||
@@ -22,7 +22,7 @@ S = "${WORKDIR}/unixODBC-${PV}" | |||
22 | 22 | ||
23 | EXTRA_OEMAKE += "LIBS=-lltdl" | 23 | EXTRA_OEMAKE += "LIBS=-lltdl" |
24 | 24 | ||
25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
26 | # old m4 files will cause libtool version don't match | 26 | # old m4 files will cause libtool version don't match |
27 | rm -rf m4/* | 27 | rm -rf m4/* |
28 | rm -fr libltdl | 28 | rm -fr libltdl |
diff --git a/meta-oe/recipes-support/upower/upower_0.99.11.bb b/meta-oe/recipes-support/upower/upower_0.99.11.bb index d6c89a65d0..ad302a0e1c 100644 --- a/meta-oe/recipes-support/upower/upower_0.99.11.bb +++ b/meta-oe/recipes-support/upower/upower_0.99.11.bb | |||
@@ -19,17 +19,17 @@ PACKAGECONFIG[systemd] = "--with-systemdutildir=${systemd_unitdir} --with-system | |||
19 | 19 | ||
20 | EXTRA_OECONF = " --with-backend=linux" | 20 | EXTRA_OECONF = " --with-backend=linux" |
21 | 21 | ||
22 | SYSTEMD_SERVICE_${PN} = "upower.service" | 22 | SYSTEMD_SERVICE:${PN} = "upower.service" |
23 | # don't start on boot by default - dbus does that on demand | 23 | # don't start on boot by default - dbus does that on demand |
24 | SYSTEMD_AUTO_ENABLE = "disable" | 24 | SYSTEMD_AUTO_ENABLE = "disable" |
25 | 25 | ||
26 | do_configure_prepend() { | 26 | do_configure:prepend() { |
27 | sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am | 27 | sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am |
28 | sed -i -e 's: doc : :g' ${S}/Makefile.am | 28 | sed -i -e 's: doc : :g' ${S}/Makefile.am |
29 | } | 29 | } |
30 | 30 | ||
31 | RDEPENDS_${PN} += "dbus" | 31 | RDEPENDS:${PN} += "dbus" |
32 | RRECOMMENDS_${PN} += "pm-utils" | 32 | RRECOMMENDS:${PN} += "pm-utils" |
33 | FILES_${PN} += "${datadir}/dbus-1/ \ | 33 | FILES:${PN} += "${datadir}/dbus-1/ \ |
34 | ${base_libdir}/udev/* \ | 34 | ${base_libdir}/udev/* \ |
35 | " | 35 | " |
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb index ca970e59bb..291fad5e6c 100644 --- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb | |||
@@ -14,6 +14,6 @@ do_install() { | |||
14 | oe_runmake install DESTDIR=${D} RULESDIR=${D}/${nonarch_base_libdir}/udev/rules.d | 14 | oe_runmake install DESTDIR=${D} RULESDIR=${D}/${nonarch_base_libdir}/udev/rules.d |
15 | } | 15 | } |
16 | 16 | ||
17 | RDEPENDS_${PN} = "usb-modeswitch (>= 2.4.0)" | 17 | RDEPENDS:${PN} = "usb-modeswitch (>= 2.4.0)" |
18 | FILES_${PN} += "${nonarch_base_libdir}/udev/rules.d/ \ | 18 | FILES:${PN} += "${nonarch_base_libdir}/udev/rules.d/ \ |
19 | ${datadir}/usb_modeswitch" | 19 | ${datadir}/usb_modeswitch" |
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.6.0.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.6.0.bb index 6a5287af49..a6282a57c0 100644 --- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.6.0.bb +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.6.0.bb | |||
@@ -10,13 +10,13 @@ SRC_URI[sha256sum] = "c215236e6bada6e659fc195a31d611ea298a4bdb4d57a0d68c553b5658 | |||
10 | 10 | ||
11 | inherit pkgconfig systemd | 11 | inherit pkgconfig systemd |
12 | 12 | ||
13 | SYSTEMD_SERVICE_${PN} = "usb_modeswitch@.service" | 13 | SYSTEMD_SERVICE:${PN} = "usb_modeswitch@.service" |
14 | 14 | ||
15 | EXTRA_OEMAKE = "TCL=${bindir}/tclsh" | 15 | EXTRA_OEMAKE = "TCL=${bindir}/tclsh" |
16 | 16 | ||
17 | FILES_${PN} = "${bindir} ${sysconfdir} ${nonarch_base_libdir}/udev/usb_modeswitch ${sbindir} ${localstatedir}/lib/usb_modeswitch" | 17 | FILES:${PN} = "${bindir} ${sysconfdir} ${nonarch_base_libdir}/udev/usb_modeswitch ${sbindir} ${localstatedir}/lib/usb_modeswitch" |
18 | RDEPENDS_${PN} = "tcl" | 18 | RDEPENDS:${PN} = "tcl" |
19 | RRECOMMENDS_${PN} = "usb-modeswitch-data" | 19 | RRECOMMENDS:${PN} = "usb-modeswitch-data" |
20 | 20 | ||
21 | do_install() { | 21 | do_install() { |
22 | oe_runmake DESTDIR=${D} UDEVDIR=${D}/${nonarch_base_libdir}/udev install | 22 | oe_runmake DESTDIR=${D} UDEVDIR=${D}/${nonarch_base_libdir}/udev install |
diff --git a/meta-oe/recipes-support/uthash/uthash_2.3.0.bb b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb index ca8a3c0bb1..b512f8c67d 100644 --- a/meta-oe/recipes-support/uthash/uthash_2.3.0.bb +++ b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb | |||
@@ -40,7 +40,7 @@ do_install_ptest() { | |||
40 | 40 | ||
41 | # The main package is empty and non-existent, so -dev | 41 | # The main package is empty and non-existent, so -dev |
42 | # should not depend on it... | 42 | # should not depend on it... |
43 | RDEPENDS_${PN}-dev = "" | 43 | RDEPENDS:${PN}-dev = "" |
44 | RDEPENDS_${PN}-ptest_remove = "${PN}" | 44 | RDEPENDS:${PN}-ptest:remove = "${PN}" |
45 | 45 | ||
46 | BBCLASSEXTEND = "native" | 46 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.26.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.26.bb index d1e42a4d7a..689782b7fd 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.26.bb +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.26.bb | |||
@@ -22,7 +22,7 @@ S ?= "${WORKDIR}/vbox_module" | |||
22 | S_task-patch = "${WORKDIR}/${VBOX_NAME}" | 22 | S_task-patch = "${WORKDIR}/${VBOX_NAME}" |
23 | 23 | ||
24 | export BUILD_TARGET_ARCH="${ARCH}" | 24 | export BUILD_TARGET_ARCH="${ARCH}" |
25 | export BUILD_TARGET_ARCH_x86-64="amd64" | 25 | export BUILD_TARGET_ARCH:x86-64="amd64" |
26 | 26 | ||
27 | EXTRA_OEMAKE += "KERN_DIR='${WORKDIR}/${KERNEL_VERSION}/build' KBUILD_VERBOSE=1" | 27 | EXTRA_OEMAKE += "KERN_DIR='${WORKDIR}/${KERNEL_VERSION}/build' KBUILD_VERBOSE=1" |
28 | 28 | ||
@@ -44,7 +44,7 @@ do_export_sources() { | |||
44 | 44 | ||
45 | } | 45 | } |
46 | 46 | ||
47 | do_configure_prepend() { | 47 | do_configure:prepend() { |
48 | # vboxguestdrivers/5.2.6-r0/vbox_module/vboxguest/Makefile.include.header:99: *** The variable KERN_DIR must be a kernel build folder and end with /build without a trailing slash, or KERN_VER must be set. Stop. | 48 | # vboxguestdrivers/5.2.6-r0/vbox_module/vboxguest/Makefile.include.header:99: *** The variable KERN_DIR must be a kernel build folder and end with /build without a trailing slash, or KERN_VER must be set. Stop. |
49 | # vboxguestdrivers/5.2.6-r0/vbox_module/vboxguest/Makefile.include.header:108: *** The kernel build folder path must end in <version>/build, or the variable KERN_VER must be set. Stop. | 49 | # vboxguestdrivers/5.2.6-r0/vbox_module/vboxguest/Makefile.include.header:108: *** The kernel build folder path must end in <version>/build, or the variable KERN_VER must be set. Stop. |
50 | mkdir -p ${WORKDIR}/${KERNEL_VERSION} | 50 | mkdir -p ${WORKDIR}/${KERNEL_VERSION} |
@@ -69,15 +69,15 @@ module_do_install() { | |||
69 | install -m 644 vboxvideo.ko $MODULE_DIR | 69 | install -m 644 vboxvideo.ko $MODULE_DIR |
70 | } | 70 | } |
71 | 71 | ||
72 | do_install_append() { | 72 | do_install:append() { |
73 | install -d ${D}${base_sbindir} | 73 | install -d ${D}${base_sbindir} |
74 | install -m 755 ${S}/utils/mount.vboxsf ${D}${base_sbindir} | 74 | install -m 755 ${S}/utils/mount.vboxsf ${D}${base_sbindir} |
75 | } | 75 | } |
76 | 76 | ||
77 | PACKAGES += "kernel-module-vboxguest kernel-module-vboxsf kernel-module-vboxvideo" | 77 | PACKAGES += "kernel-module-vboxguest kernel-module-vboxsf kernel-module-vboxvideo" |
78 | RRECOMMENDS_${PN} += "kernel-module-vboxguest kernel-module-vboxsf kernel-module-vboxvideo" | 78 | RRECOMMENDS:${PN} += "kernel-module-vboxguest kernel-module-vboxsf kernel-module-vboxvideo" |
79 | 79 | ||
80 | FILES_${PN} = "${base_sbindir}" | 80 | FILES:${PN} = "${base_sbindir}" |
81 | 81 | ||
82 | # autoload if installed | 82 | # autoload if installed |
83 | KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo" | 83 | KERNEL_MODULE_AUTOLOAD += "vboxguest vboxsf vboxvideo" |
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb index 79a5ac5c4e..4237801547 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb +++ b/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb | |||
@@ -16,10 +16,10 @@ SRC_URI = "git://github.com/zaphoyd/websocketpp.git;protocol=https \ | |||
16 | EXTRA_OECMAKE = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '-DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON', '', d)} " | 16 | EXTRA_OECMAKE = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '-DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON', '', d)} " |
17 | 17 | ||
18 | # this is an header only library, do not depend on the main package | 18 | # this is an header only library, do not depend on the main package |
19 | RDEPENDS_${PN}-dev = "" | 19 | RDEPENDS:${PN}-dev = "" |
20 | 20 | ||
21 | # to add this package to an SDK, since it isn't a reverse-dependency of anything, just use something like this: | 21 | # to add this package to an SDK, since it isn't a reverse-dependency of anything, just use something like this: |
22 | # TOOLCHAIN_TARGET_TASK_append = " websocketpp-dev" | 22 | # TOOLCHAIN_TARGET_TASK:append = " websocketpp-dev" |
23 | 23 | ||
24 | # tag 0.8.2 | 24 | # tag 0.8.2 |
25 | SRCREV= "56123c87598f8b1dd471be83ca841ceae07f95ba" | 25 | SRCREV= "56123c87598f8b1dd471be83ca841ceae07f95ba" |
@@ -30,9 +30,9 @@ inherit cmake | |||
30 | 30 | ||
31 | PACKAGES =+ "${PN}-examples" | 31 | PACKAGES =+ "${PN}-examples" |
32 | 32 | ||
33 | FILES_${PN}-examples = "${docdir}" | 33 | FILES:${PN}-examples = "${docdir}" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | install -d ${D}${docdir}/${BPN} | 36 | install -d ${D}${docdir}/${BPN} |
37 | cp -R ${S}/examples ${D}${docdir}/${BPN} | 37 | cp -R ${S}/examples ${D}${docdir}/${BPN} |
38 | } | 38 | } |
diff --git a/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb b/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb index e3ce9268cd..39ba4ec71f 100644 --- a/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb +++ b/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.17.bb | |||
@@ -10,7 +10,7 @@ inherit autotools gettext | |||
10 | 10 | ||
11 | EXTRA_OECONF = "--disable-documentation" | 11 | EXTRA_OECONF = "--disable-documentation" |
12 | 12 | ||
13 | CONFFILES_${PN} += " \ | 13 | CONFFILES:${PN} += " \ |
14 | ${sysconfdir}/xdg/user-dirs.conf \ | 14 | ${sysconfdir}/xdg/user-dirs.conf \ |
15 | ${sysconfdir}/xdg/user-dirs.defaults \ | 15 | ${sysconfdir}/xdg/user-dirs.defaults \ |
16 | " | 16 | " |
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.31.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.31.bb index 3464f2f43c..6a8af5111e 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.31.bb +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.2.31.bb | |||
@@ -39,14 +39,14 @@ PACKAGECONFIG[des] = ",--disable-des,," | |||
39 | 39 | ||
40 | # these can be dynamically loaded with xmlSecCryptoDLLoadLibrary() | 40 | # these can be dynamically loaded with xmlSecCryptoDLLoadLibrary() |
41 | FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so" | 41 | FILES_SOLIBSDEV = "${libdir}/libxmlsec1.so" |
42 | FILES_${PN} += "${libdir}/libxmlsec1-*.so" | 42 | FILES:${PN} += "${libdir}/libxmlsec1-*.so" |
43 | INSANE_SKIP_${PN} = "dev-so" | 43 | INSANE_SKIP:${PN} = "dev-so" |
44 | 44 | ||
45 | FILES_${PN}-dev += "${libdir}/xmlsec1Conf.sh" | 45 | FILES:${PN}-dev += "${libdir}/xmlsec1Conf.sh" |
46 | FILES_${PN}-dbg += "${PTEST_PATH}/.debug/*" | 46 | FILES:${PN}-dbg += "${PTEST_PATH}/.debug/*" |
47 | 47 | ||
48 | RDEPENDS_${PN}-ptest += "${PN}-dev" | 48 | RDEPENDS:${PN}-ptest += "${PN}-dev" |
49 | INSANE_SKIP_${PN}-ptest += "dev-deps" | 49 | INSANE_SKIP:${PN}-ptest += "dev-deps" |
50 | 50 | ||
51 | PTEST_EXTRA_ARGS = "top_srcdir=${S} top_builddir=${B}" | 51 | PTEST_EXTRA_ARGS = "top_srcdir=${S} top_builddir=${B}" |
52 | 52 | ||
@@ -54,7 +54,7 @@ do_compile_ptest () { | |||
54 | oe_runmake -C ${S}/examples ${PTEST_EXTRA_ARGS} all | 54 | oe_runmake -C ${S}/examples ${PTEST_EXTRA_ARGS} all |
55 | } | 55 | } |
56 | 56 | ||
57 | do_install_append() { | 57 | do_install:append() { |
58 | for i in ${bindir}/xmlsec1-config ${libdir}/xmlsec1Conf.sh \ | 58 | for i in ${bindir}/xmlsec1-config ${libdir}/xmlsec1Conf.sh \ |
59 | ${libdir}/pkgconfig/xmlsec1-openssl.pc; do | 59 | ${libdir}/pkgconfig/xmlsec1-openssl.pc; do |
60 | sed -i -e "s@${RECIPE_SYSROOT}@@g" ${D}$i | 60 | sed -i -e "s@${RECIPE_SYSROOT}@@g" ${D}$i |
diff --git a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb index 481e7303b3..fd22defb24 100644 --- a/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb +++ b/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb | |||
@@ -18,6 +18,6 @@ PV = "0.2.5" | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/xorg/modules/*" | 21 | FILES:${PN} += "${libdir}/xorg/modules/*" |
22 | 22 | ||
23 | INSANE_SKIP_${PN} += "xorg-driver-abi" | 23 | INSANE_SKIP:${PN} += "xorg-driver-abi" |
diff --git a/meta-oe/recipes-support/xrdp/xrdp_0.9.16.bb b/meta-oe/recipes-support/xrdp/xrdp_0.9.16.bb index d7a371b088..6d8659844c 100644 --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.16.bb +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.16.bb | |||
@@ -24,32 +24,32 @@ PACKAGECONFIG ??= "" | |||
24 | PACKAGECONFIG[fuse] = " --enable-fuse, --disable-fuse, fuse" | 24 | PACKAGECONFIG[fuse] = " --enable-fuse, --disable-fuse, fuse" |
25 | 25 | ||
26 | USERADD_PACKAGES = "${PN}" | 26 | USERADD_PACKAGES = "${PN}" |
27 | GROUPADD_PARAM_${PN} = "--system xrdp" | 27 | GROUPADD_PARAM:${PN} = "--system xrdp" |
28 | USERADD_PARAM_${PN} = "--system --home /var/run/xrdp -g xrdp \ | 28 | USERADD_PARAM:${PN} = "--system --home /var/run/xrdp -g xrdp \ |
29 | --no-create-home --shell /bin/false xrdp" | 29 | --no-create-home --shell /bin/false xrdp" |
30 | 30 | ||
31 | FILES_${PN} += "${datadir}/dbus-1/services/*.service \ | 31 | FILES:${PN} += "${datadir}/dbus-1/services/*.service \ |
32 | ${datadir}/dbus-1/accessibility-services/*.service " | 32 | ${datadir}/dbus-1/accessibility-services/*.service " |
33 | 33 | ||
34 | FILES_${PN}-dev += "${libdir}/xrdp/libcommon.so \ | 34 | FILES:${PN}-dev += "${libdir}/xrdp/libcommon.so \ |
35 | ${libdir}/xrdp/libxrdp.so \ | 35 | ${libdir}/xrdp/libxrdp.so \ |
36 | ${libdir}/xrdp/libscp.so \ | 36 | ${libdir}/xrdp/libscp.so \ |
37 | ${libdir}/xrdp/libxrdpapi.so " | 37 | ${libdir}/xrdp/libxrdpapi.so " |
38 | 38 | ||
39 | EXTRA_OECONF = "--enable-pam-config=suse" | 39 | EXTRA_OECONF = "--enable-pam-config=suse" |
40 | 40 | ||
41 | do_configure_prepend() { | 41 | do_configure:prepend() { |
42 | cd ${S} | 42 | cd ${S} |
43 | ./bootstrap | 43 | ./bootstrap |
44 | cd - | 44 | cd - |
45 | } | 45 | } |
46 | 46 | ||
47 | do_compile_prepend() { | 47 | do_compile:prepend() { |
48 | sed -i 's/(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am/(MAKE) $(AM_MAKEFLAGS) install-exec-am/g' ${S}/keygen/Makefile.in | 48 | sed -i 's/(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am/(MAKE) $(AM_MAKEFLAGS) install-exec-am/g' ${S}/keygen/Makefile.in |
49 | } | 49 | } |
50 | 50 | ||
51 | 51 | ||
52 | do_install_append() { | 52 | do_install:append() { |
53 | install -d ${D}${sysconfdir} | 53 | install -d ${D}${sysconfdir} |
54 | install -d ${D}${sysconfdir}/xrdp | 54 | install -d ${D}${sysconfdir}/xrdp |
55 | install -d ${D}${sysconfdir}/xrdp/pam.d | 55 | install -d ${D}${sysconfdir}/xrdp/pam.d |
@@ -73,9 +73,9 @@ do_install_append() { | |||
73 | chown xrdp:xrdp ${D}${sysconfdir}/xrdp | 73 | chown xrdp:xrdp ${D}${sysconfdir}/xrdp |
74 | } | 74 | } |
75 | 75 | ||
76 | SYSTEMD_SERVICE_${PN} = "xrdp.service xrdp-sesman.service" | 76 | SYSTEMD_SERVICE:${PN} = "xrdp.service xrdp-sesman.service" |
77 | 77 | ||
78 | pkg_postinst_${PN}() { | 78 | pkg_postinst:${PN}() { |
79 | if test -z "$D" | 79 | if test -z "$D" |
80 | then | 80 | then |
81 | if test -x ${bindir}/xrdp-keygen | 81 | if test -x ${bindir}/xrdp-keygen |
diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index a33aa2c960..39d3894ff7 100644 --- a/meta-oe/recipes-support/zbar/zbar_git.bb +++ b/meta-oe/recipes-support/zbar/zbar_git.bb | |||
@@ -39,11 +39,11 @@ PACKAGECONFIG[gtk3] = "--with-gtk=gtk3, --without-gtk, gtk+3" | |||
39 | PACKAGECONFIG[qt5] = "--with-qt5, --without-qt5, qtbase qtbase-native qtx11extras qtsvg, qtbase" | 39 | PACKAGECONFIG[qt5] = "--with-qt5, --without-qt5, qtbase qtbase-native qtx11extras qtsvg, qtbase" |
40 | PACKAGECONFIG[imagemagick] = "--with-imagemagick, --without-imagemagick, imagemagick" | 40 | PACKAGECONFIG[imagemagick] = "--with-imagemagick, --without-imagemagick, imagemagick" |
41 | 41 | ||
42 | FILES_${PN} += "${bindir} \ | 42 | FILES:${PN} += "${bindir} \ |
43 | ${@bb.utils.contains('DEPENDS', 'python3-native', '${libdir}', '', d)} \ | 43 | ${@bb.utils.contains('DEPENDS', 'python3-native', '${libdir}', '', d)} \ |
44 | " | 44 | " |
45 | 45 | ||
46 | CPPFLAGS_append = "\ | 46 | CPPFLAGS:append = "\ |
47 | ${@bb.utils.contains('PACKAGECONFIG', 'qt5', '\ | 47 | ${@bb.utils.contains('PACKAGECONFIG', 'qt5', '\ |
48 | -I${STAGING_INCDIR}/QtX11Extras \ | 48 | -I${STAGING_INCDIR}/QtX11Extras \ |
49 | -I${STAGING_INCDIR}/dbus-1.0 \ | 49 | -I${STAGING_INCDIR}/dbus-1.0 \ |
@@ -51,8 +51,8 @@ CPPFLAGS_append = "\ | |||
51 | ', '', d)} \ | 51 | ', '', d)} \ |
52 | " | 52 | " |
53 | 53 | ||
54 | TARGET_CXXFLAGS_append = " -fPIC" | 54 | TARGET_CXXFLAGS:append = " -fPIC" |
55 | 55 | ||
56 | do_configure_prepend() { | 56 | do_configure:prepend() { |
57 | install -m 755 ${STAGING_DATADIR_NATIVE}/gettext/ABOUT-NLS ${S}/ | 57 | install -m 755 ${STAGING_DATADIR_NATIVE}/gettext/ABOUT-NLS ${S}/ |
58 | } | 58 | } |
diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb index ab7b71ef7e..9ac205afe2 100644 --- a/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb +++ b/meta-oe/recipes-support/zchunk/zchunk_1.1.9.bb | |||
@@ -14,8 +14,8 @@ DEPENDS = "\ | |||
14 | zstd \ | 14 | zstd \ |
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS_append_libc-musl = " argp-standalone" | 17 | DEPENDS:append:libc-musl = " argp-standalone" |
18 | LDFLAGS_append_libc-musl = " -largp" | 18 | LDFLAGS:append:libc-musl = " -largp" |
19 | 19 | ||
20 | inherit meson | 20 | inherit meson |
21 | 21 | ||
diff --git a/meta-oe/recipes-support/zile/zile_2.4.15.bb b/meta-oe/recipes-support/zile/zile_2.4.15.bb index 41c4b76d2a..f61848e7c1 100644 --- a/meta-oe/recipes-support/zile/zile_2.4.15.bb +++ b/meta-oe/recipes-support/zile/zile_2.4.15.bb | |||
@@ -14,12 +14,12 @@ SRC_URI[sha256sum] = "39c300a34f78c37ba67793cf74685935a15568e14237a3a66fda8fcf40 | |||
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | rm -rf ${D}${libdir}/charset.alias | 18 | rm -rf ${D}${libdir}/charset.alias |
19 | rmdir --ignore-fail-on-non-empty ${D}${libdir} || true | 19 | rmdir --ignore-fail-on-non-empty ${D}${libdir} || true |
20 | } | 20 | } |
21 | 21 | ||
22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |
23 | PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" | 23 | PACKAGECONFIG:append = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" |
24 | 24 | ||
25 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 25 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |
diff --git a/meta-oe/recipes-test/bats/bats_1.4.1.bb b/meta-oe/recipes-test/bats/bats_1.4.1.bb index 214f2af229..b300555494 100644 --- a/meta-oe/recipes-test/bats/bats_1.4.1.bb +++ b/meta-oe/recipes-test/bats/bats_1.4.1.bb | |||
@@ -19,8 +19,8 @@ do_install() { | |||
19 | ${S}/install.sh ${D}${prefix} ${baselib} | 19 | ${S}/install.sh ${D}${prefix} ${baselib} |
20 | } | 20 | } |
21 | 21 | ||
22 | RDEPENDS_${PN} = "bash" | 22 | RDEPENDS:${PN} = "bash" |
23 | FILES_${PN} += "${libdir}/bats-core/*" | 23 | FILES:${PN} += "${libdir}/bats-core/*" |
24 | 24 | ||
25 | PACKAGECONFIG ??= "pretty" | 25 | PACKAGECONFIG ??= "pretty" |
26 | PACKAGECONFIG[pretty] = ",,,ncurses" | 26 | PACKAGECONFIG[pretty] = ",,,ncurses" |
diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.6.bb b/meta-oe/recipes-test/catch2/catch2_2.13.6.bb index fd677a3e38..adfc03a16e 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.6.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.6.bb | |||
@@ -12,11 +12,11 @@ S = "${WORKDIR}/git" | |||
12 | 12 | ||
13 | inherit cmake python3native | 13 | inherit cmake python3native |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | rm ${D}${datadir}/Catch2/lldbinit | 16 | rm ${D}${datadir}/Catch2/lldbinit |
17 | rm ${D}${datadir}/Catch2/gdbinit | 17 | rm ${D}${datadir}/Catch2/gdbinit |
18 | rmdir ${D}${datadir}/Catch2/ | 18 | rmdir ${D}${datadir}/Catch2/ |
19 | } | 19 | } |
20 | # Header-only library | 20 | # Header-only library |
21 | RDEPENDS_${PN}-dev = "" | 21 | RDEPENDS:${PN}-dev = "" |
22 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 22 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb index e4afa43e97..59626df07a 100644 --- a/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb +++ b/meta-oe/recipes-test/cmocka/cmocka_1.1.5.bb | |||
@@ -20,7 +20,7 @@ EXTRA_OECMAKE += "${@bb.utils.contains('PTEST_ENABLED', '1', '-DCMAKE_BUILD_TYPE | |||
20 | # Use -Wl,wrap linker flag, which does not work with LTO | 20 | # Use -Wl,wrap linker flag, which does not work with LTO |
21 | LTO = "" | 21 | LTO = "" |
22 | 22 | ||
23 | do_install_append () { | 23 | do_install:append () { |
24 | install -d ${D}${datadir}/${BPN}/example | 24 | install -d ${D}${datadir}/${BPN}/example |
25 | install -d ${D}${datadir}/${BPN}/example/mock/chef_wrap | 25 | install -d ${D}${datadir}/${BPN}/example/mock/chef_wrap |
26 | install -d ${D}${datadir}/${BPN}/example/mock/uptime | 26 | install -d ${D}${datadir}/${BPN}/example/mock/uptime |
@@ -39,5 +39,5 @@ do_install_ptest () { | |||
39 | 39 | ||
40 | PACKAGE_BEFORE_PN += "${PN}-examples" | 40 | PACKAGE_BEFORE_PN += "${PN}-examples" |
41 | 41 | ||
42 | FILES_${PN}-examples = "${datadir}/${BPN}/example" | 42 | FILES:${PN}-examples = "${datadir}/${BPN}/example" |
43 | INSANE_SKIP_${PN}-examples = "libdir" | 43 | INSANE_SKIP:${PN}-examples = "libdir" |
diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb index a17c0658c3..e84e03cdb2 100644 --- a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb +++ b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb | |||
@@ -18,4 +18,4 @@ EXTRA_OECMAKE = "-DLONGLONG=ON \ | |||
18 | -DEXTENSIONS=OFF \ | 18 | -DEXTENSIONS=OFF \ |
19 | " | 19 | " |
20 | 20 | ||
21 | FILES_${PN}-dev += "${libdir}/CppUTest/cmake/*" | 21 | FILES:${PN}-dev += "${libdir}/CppUTest/cmake/*" |
diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb index c877d3bf1c..c71744e3c4 100644 --- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb +++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb | |||
@@ -31,7 +31,7 @@ do_install_ptest() { | |||
31 | install -m 0755 ${S}${TESTBIN} ${D}${PTEST_PATH}/tests/ | 31 | install -m 0755 ${S}${TESTBIN} ${D}${PTEST_PATH}/tests/ |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN}-dev += "${datadir}/CUnit" | 34 | FILES:${PN}-dev += "${datadir}/CUnit" |
35 | FILES_${PN}-doc += "${docdir}" | 35 | FILES:${PN}-doc += "${docdir}" |
36 | 36 | ||
37 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb b/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb index 252eea3665..b760690652 100644 --- a/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb +++ b/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb | |||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/cxxtest-${PV}/python" | |||
12 | 12 | ||
13 | inherit distutils3 | 13 | inherit distutils3 |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | install -d ${D}${includedir} | 16 | install -d ${D}${includedir} |
17 | cp -a ../cxxtest ${D}${includedir} | 17 | cp -a ../cxxtest ${D}${includedir} |
18 | sed '1c\ | 18 | sed '1c\ |
diff --git a/meta-oe/recipes-test/fwts/fwts_21.06.00.bb b/meta-oe/recipes-test/fwts/fwts_21.06.00.bb index 21d2563514..d33000b8b5 100644 --- a/meta-oe/recipes-test/fwts/fwts_21.06.00.bb +++ b/meta-oe/recipes-test/fwts/fwts_21.06.00.bb | |||
@@ -18,15 +18,15 @@ SRC_URI[sha256sum] = "ca43439707976f6664fe3f6eb7f356a51ac7d7f8a4e246ef4d1b16305e | |||
18 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux" | 18 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux" |
19 | 19 | ||
20 | DEPENDS = "libpcre glib-2.0 dtc bison-native libbsd" | 20 | DEPENDS = "libpcre glib-2.0 dtc bison-native libbsd" |
21 | DEPENDS_append_libc-musl = " libexecinfo" | 21 | DEPENDS:append:libc-musl = " libexecinfo" |
22 | 22 | ||
23 | # Use brokensep for now (https://github.com/ColinIanKing/fwts/issues/2) | 23 | # Use brokensep for now (https://github.com/ColinIanKing/fwts/issues/2) |
24 | inherit autotools-brokensep bash-completion pkgconfig | 24 | inherit autotools-brokensep bash-completion pkgconfig |
25 | 25 | ||
26 | LDFLAGS_append_libc-musl = " -lexecinfo" | 26 | LDFLAGS:append:libc-musl = " -lexecinfo" |
27 | 27 | ||
28 | FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}" | 28 | FILES:${PN} += "${libdir}/fwts/lib*${SOLIBS}" |
29 | FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" | 29 | FILES:${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" |
30 | FILES_${PN}-staticdev += "${libdir}/fwts/lib*a" | 30 | FILES:${PN}-staticdev += "${libdir}/fwts/lib*a" |
31 | 31 | ||
32 | RDEPENDS_${PN} += "dtc" | 32 | RDEPENDS:${PN} += "dtc" |
diff --git a/meta-oe/recipes-test/googletest/googletest_git.bb b/meta-oe/recipes-test/googletest/googletest_git.bb index 3e1fc4ff88..ff8cecc5b2 100644 --- a/meta-oe/recipes-test/googletest/googletest_git.bb +++ b/meta-oe/recipes-test/googletest/googletest_git.bb | |||
@@ -14,14 +14,14 @@ SRC_URI = "git://github.com/google/googletest.git" | |||
14 | 14 | ||
15 | inherit cmake | 15 | inherit cmake |
16 | 16 | ||
17 | ALLOW_EMPTY_${PN} = "1" | 17 | ALLOW_EMPTY:${PN} = "1" |
18 | ALLOW_EMPTY_${PN}-dbg = "1" | 18 | ALLOW_EMPTY:${PN}-dbg = "1" |
19 | 19 | ||
20 | RDEPENDS_${PN}-dev += "${PN}-staticdev" | 20 | RDEPENDS:${PN}-dev += "${PN}-staticdev" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
23 | 23 | ||
24 | do_configure_prepend() { | 24 | do_configure:prepend() { |
25 | # explicitly use python3 | 25 | # explicitly use python3 |
26 | # the scripts are already python3 compatible since https://github.com/google/googletest/commit/d404af0d987a9c38cafce82a7e26ec8468c88361 and other fixes like this | 26 | # the scripts are already python3 compatible since https://github.com/google/googletest/commit/d404af0d987a9c38cafce82a7e26ec8468c88361 and other fixes like this |
27 | # but since this oe-core change http://git.openembedded.org/openembedded-core/commit/?id=5f8f16b17f66966ae91aeabc23e97de5ecd17447 | 27 | # but since this oe-core change http://git.openembedded.org/openembedded-core/commit/?id=5f8f16b17f66966ae91aeabc23e97de5ecd17447 |
diff --git a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb index bb641437c9..18ef371e39 100644 --- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb +++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb | |||
@@ -63,7 +63,7 @@ do_install () { | |||
63 | install -m 0755 $script ${D}${bindir}/${script_basename} | 63 | install -m 0755 $script ${D}${bindir}/${script_basename} |
64 | done | 64 | done |
65 | } | 65 | } |
66 | RDEPENDS_${PN} +="bash" | 66 | RDEPENDS:${PN} +="bash" |
67 | 67 | ||
68 | # http://errors.yoctoproject.org/Errors/Details/186956/ | 68 | # http://errors.yoctoproject.org/Errors/Details/186956/ |
69 | COMPATIBLE_HOST_libc-musl = 'null' | 69 | COMPATIBLE_HOST:libc-musl = 'null' |
diff --git a/meta-perl/README b/meta-perl/README index 2419ae2281..c519dff524 100644 --- a/meta-perl/README +++ b/meta-perl/README | |||
@@ -36,7 +36,7 @@ help for each package. | |||
36 | 36 | ||
37 | 1) vim local.conf: | 37 | 1) vim local.conf: |
38 | ... | 38 | ... |
39 | IMAGE_INSTALL_append = " libdbd-sqlite-perl" | 39 | IMAGE_INSTALL:append = " libdbd-sqlite-perl" |
40 | PERL_DBM_TEST = "1" | 40 | PERL_DBM_TEST = "1" |
41 | ... | 41 | ... |
42 | 2) build core-image-sato and boot the target | 42 | 2) build core-image-sato and boot the target |
diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb index bb9faa2c05..38ef0f8dc8 100644 --- a/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb +++ b/meta-perl/recipes-extended/logcheck/logcheck_1.3.23.bb | |||
@@ -21,9 +21,9 @@ S = "${WORKDIR}/${BPN}" | |||
21 | inherit useradd | 21 | inherit useradd |
22 | 22 | ||
23 | USERADD_PACKAGES = "${PN}" | 23 | USERADD_PACKAGES = "${PN}" |
24 | USERADD_PARAM_${PN} = "-m -g ${BPN} -G adm -r -d ${localstatedir}/lib/${BPN} \ | 24 | USERADD_PARAM:${PN} = "-m -g ${BPN} -G adm -r -d ${localstatedir}/lib/${BPN} \ |
25 | -s /bin/false -c 'logcheck account' ${BPN}" | 25 | -s /bin/false -c 'logcheck account' ${BPN}" |
26 | GROUPADD_PARAM_${PN} = "-r ${BPN}" | 26 | GROUPADD_PARAM:${PN} = "-r ${BPN}" |
27 | 27 | ||
28 | do_install() { | 28 | do_install() { |
29 | # Fix QA Issue | 29 | # Fix QA Issue |
@@ -62,7 +62,7 @@ do_install() { | |||
62 | 62 | ||
63 | VIRTUAL-RUNTIME_syslog ??= "rsyslog" | 63 | VIRTUAL-RUNTIME_syslog ??= "rsyslog" |
64 | 64 | ||
65 | RDEPENDS_${PN} = "\ | 65 | RDEPENDS:${PN} = "\ |
66 | bash \ | 66 | bash \ |
67 | cronie \ | 67 | cronie \ |
68 | debianutils-run-parts \ | 68 | debianutils-run-parts \ |
@@ -76,4 +76,4 @@ RDEPENDS_${PN} = "\ | |||
76 | ${VIRTUAL-RUNTIME_syslog} \ | 76 | ${VIRTUAL-RUNTIME_syslog} \ |
77 | " | 77 | " |
78 | 78 | ||
79 | FILES_${PN} += "${datadir}/logtail" | 79 | FILES:${PN} += "${datadir}/logtail" |
diff --git a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb index 2516fbfcaa..2919904572 100644 --- a/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb +++ b/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb | |||
@@ -17,11 +17,11 @@ SRC_URI[sha256sum] = "4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a | |||
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | RDEPENDS_${PN} += "libmime-types-perl libproc-waitstat-perl msmtp \ | 20 | RDEPENDS:${PN} += "libmime-types-perl libproc-waitstat-perl msmtp \ |
21 | perl-module-filehandle perl-module-mime-base64 perl-module-mime-quotedprint perl-module-posix \ | 21 | perl-module-filehandle perl-module-mime-base64 perl-module-mime-quotedprint perl-module-posix \ |
22 | " | 22 | " |
23 | 23 | ||
24 | do_install_append() { | 24 | do_install:append() { |
25 | #change the interpreter in file | 25 | #change the interpreter in file |
26 | sed -i -e "s|${STAGING_BINDIR_NATIVE}/perl-native/perl -w|${bindir}/env perl|g" \ | 26 | sed -i -e "s|${STAGING_BINDIR_NATIVE}/perl-native/perl -w|${bindir}/env perl|g" \ |
27 | ${D}/${bindir}/mime-construct | 27 | ${D}/${bindir}/mime-construct |
diff --git a/meta-perl/recipes-perl/adduser/adduser_3.118.bb b/meta-perl/recipes-perl/adduser/adduser_3.118.bb index 80cf142869..7554014fab 100644 --- a/meta-perl/recipes-perl/adduser/adduser_3.118.bb +++ b/meta-perl/recipes-perl/adduser/adduser_3.118.bb | |||
@@ -37,7 +37,7 @@ do_install() { | |||
37 | cp -rf ${S}/examples ${D}${docdir}/${BPN} | 37 | cp -rf ${S}/examples ${D}${docdir}/${BPN} |
38 | } | 38 | } |
39 | 39 | ||
40 | RDEPENDS_${PN} += "\ | 40 | RDEPENDS:${PN} += "\ |
41 | shadow \ | 41 | shadow \ |
42 | perl-module-getopt-long \ | 42 | perl-module-getopt-long \ |
43 | perl-module-overloading \ | 43 | perl-module-overloading \ |
@@ -45,7 +45,7 @@ RDEPENDS_${PN} += "\ | |||
45 | perl-module-file-temp \ | 45 | perl-module-file-temp \ |
46 | " | 46 | " |
47 | 47 | ||
48 | ALTERNATIVE_${PN} = "adduser deluser addgroup delgroup" | 48 | ALTERNATIVE:${PN} = "adduser deluser addgroup delgroup" |
49 | ALTERNATIVE_PRIORITY = "60" | 49 | ALTERNATIVE_PRIORITY = "60" |
50 | ALTERNATIVE_LINK_NAME[adduser] = "${sbindir}/adduser" | 50 | ALTERNATIVE_LINK_NAME[adduser] = "${sbindir}/adduser" |
51 | ALTERNATIVE_LINK_NAME[deluser] = "${sbindir}/deluser" | 51 | ALTERNATIVE_LINK_NAME[deluser] = "${sbindir}/deluser" |
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb index 7118dc0064..ee7c4d7502 100644 --- a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb +++ b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb | |||
@@ -27,14 +27,14 @@ do_install_ptest() { | |||
27 | install -m 0755 ${S}/test.pl ${D}${PTEST_PATH} | 27 | install -m 0755 ${S}/test.pl ${D}${PTEST_PATH} |
28 | } | 28 | } |
29 | 29 | ||
30 | RDEPENDS_${PN} += "\ | 30 | RDEPENDS:${PN} += "\ |
31 | libdata-hexdump-perl \ | 31 | libdata-hexdump-perl \ |
32 | perl-module-digest-md5 \ | 32 | perl-module-digest-md5 \ |
33 | perl-module-data-dumper \ | 33 | perl-module-data-dumper \ |
34 | perl-module-io-select \ | 34 | perl-module-io-select \ |
35 | perl-module-io-socket \ | 35 | perl-module-io-socket \ |
36 | " | 36 | " |
37 | RDEPENDS_${PN}-ptest += " \ | 37 | RDEPENDS:${PN}-ptest += " \ |
38 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'freeradius', '', d)} \ | 38 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'freeradius', '', d)} \ |
39 | " | 39 | " |
40 | 40 | ||
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb index c75deb0c3c..4212dd228c 100644 --- a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb +++ b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "Artistic-1.0|GPL-1.0+" | |||
9 | LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609" | 9 | LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609" |
10 | 10 | ||
11 | DEPENDS = "perl" | 11 | DEPENDS = "perl" |
12 | RDEPENDS_${PN} = "libdigest-hmac-perl" | 12 | RDEPENDS:${PN} = "libdigest-hmac-perl" |
13 | 13 | ||
14 | SRC_URI = "http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-${PV}.tar.gz \ | 14 | SRC_URI = "http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
diff --git a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb index 3b3e31dd97..358513121b 100644 --- a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb +++ b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb | |||
@@ -22,7 +22,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
22 | 22 | ||
23 | inherit cpan ptest-perl | 23 | inherit cpan ptest-perl |
24 | 24 | ||
25 | RDEPENDS_${PN} = " \ | 25 | RDEPENDS:${PN} = " \ |
26 | perl-module-carp \ | 26 | perl-module-carp \ |
27 | perl-module-exporter \ | 27 | perl-module-exporter \ |
28 | perl-module-extutils-makemaker \ | 28 | perl-module-extutils-makemaker \ |
@@ -40,6 +40,6 @@ RDEPENDS_${PN} = " \ | |||
40 | perl-module-warnings \ | 40 | perl-module-warnings \ |
41 | " | 41 | " |
42 | 42 | ||
43 | RDEPENDS_${PN}-ptest += "perl-module-perlio" | 43 | RDEPENDS:${PN}-ptest += "perl-module-perlio" |
44 | 44 | ||
45 | BBCLASSEXTEND = "native" | 45 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb index 2f1a860315..04bc362dfb 100644 --- a/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb +++ b/meta-perl/recipes-perl/libcgi/libcgi-perl_4.53.bb | |||
@@ -16,14 +16,14 @@ S = "${WORKDIR}/CGI-${PV}" | |||
16 | 16 | ||
17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
18 | 18 | ||
19 | RDEPENDS_${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
20 | libhtml-parser-perl \ | 20 | libhtml-parser-perl \ |
21 | perl-module-base \ | 21 | perl-module-base \ |
22 | perl-module-deprecate \ | 22 | perl-module-deprecate \ |
23 | perl-module-if \ | 23 | perl-module-if \ |
24 | " | 24 | " |
25 | 25 | ||
26 | do_install_prepend() { | 26 | do_install:prepend() { |
27 | # requires "-T" (taint) command line option | 27 | # requires "-T" (taint) command line option |
28 | rm -rf ${B}/t/push.t | 28 | rm -rf ${B}/t/push.t |
29 | rm -rf ${B}/t/utf8.t | 29 | rm -rf ${B}/t/utf8.t |
@@ -31,7 +31,7 @@ do_install_prepend() { | |||
31 | rm -rf ${B}/t/compiles_pod.t | 31 | rm -rf ${B}/t/compiles_pod.t |
32 | } | 32 | } |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += " \ | 34 | RDEPENDS:${PN}-ptest += " \ |
35 | libtest-deep-perl \ | 35 | libtest-deep-perl \ |
36 | libtest-warn-perl \ | 36 | libtest-warn-perl \ |
37 | perl-module-bytes \ | 37 | perl-module-bytes \ |
@@ -45,6 +45,6 @@ RDEPENDS_${PN}-ptest += " \ | |||
45 | perl-module-utf8 \ | 45 | perl-module-utf8 \ |
46 | " | 46 | " |
47 | 47 | ||
48 | RPROVIDES_${PN} += "perl-module-cgi" | 48 | RPROVIDES:${PN} += "perl-module-cgi" |
49 | 49 | ||
50 | BBCLASSEXTEND = "native" | 50 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb index 58ed37ca80..dc62f58e9f 100644 --- a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb +++ b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/Class-Method-Modifiers-${PV}" | |||
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | RDEPENDS_${PN} = " perl-module-b \ | 20 | RDEPENDS:${PN} = " perl-module-b \ |
21 | perl-module-base \ | 21 | perl-module-base \ |
22 | perl-module-carp \ | 22 | perl-module-carp \ |
23 | perl-module-exporter \ | 23 | perl-module-exporter \ |
diff --git a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb index 38598e2b49..ea9dfed261 100644 --- a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb +++ b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb | |||
@@ -18,21 +18,21 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" | |||
18 | 18 | ||
19 | SRC_URI[md5sum] = "eeeab8cc93eef7dd2e2c343ecdf247b7" | 19 | SRC_URI[md5sum] = "eeeab8cc93eef7dd2e2c343ecdf247b7" |
20 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" | 20 | SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" |
21 | RDEPENDS_${PN} += "libcapture-tiny-perl" | 21 | RDEPENDS:${PN} += "libcapture-tiny-perl" |
22 | RDEPENDS_${PN} += "perl-module-base" | 22 | RDEPENDS:${PN} += "perl-module-base" |
23 | RDEPENDS_${PN} += "perl-module-carp" | 23 | RDEPENDS:${PN} += "perl-module-carp" |
24 | RDEPENDS_${PN} += "perl-module-config" | 24 | RDEPENDS:${PN} += "perl-module-config" |
25 | RDEPENDS_${PN} += "perl-module-constant" | 25 | RDEPENDS:${PN} += "perl-module-constant" |
26 | RDEPENDS_${PN} += "perl-module-file-basename" | 26 | RDEPENDS:${PN} += "perl-module-file-basename" |
27 | RDEPENDS_${PN} += "perl-module-file-spec" | 27 | RDEPENDS:${PN} += "perl-module-file-spec" |
28 | RDEPENDS_${PN} += "perl-module-file-temp" | 28 | RDEPENDS:${PN} += "perl-module-file-temp" |
29 | RDEPENDS_${PN} += "perl-module-extutils-cbuilder" | 29 | RDEPENDS:${PN} += "perl-module-extutils-cbuilder" |
30 | RDEPENDS_${PN} += "perl-module-extutils-cbuilder-platform-unix" | 30 | RDEPENDS:${PN} += "perl-module-extutils-cbuilder-platform-unix" |
31 | RDEPENDS_${PN} += "perl-module-scalar-util" | 31 | RDEPENDS:${PN} += "perl-module-scalar-util" |
32 | RDEPENDS_${PN} += "perl-module-strict" | 32 | RDEPENDS:${PN} += "perl-module-strict" |
33 | RDEPENDS_${PN} += "perl-module-text-parsewords" | 33 | RDEPENDS:${PN} += "perl-module-text-parsewords" |
34 | RDEPENDS_${PN} += "perl-module-warnings" | 34 | RDEPENDS:${PN} += "perl-module-warnings" |
35 | RRECOMMENDS_${PN} += "libfile-slurper-perl" | 35 | RRECOMMENDS:${PN} += "libfile-slurper-perl" |
36 | 36 | ||
37 | S = "${WORKDIR}/Config-AutoConf-${PV}" | 37 | S = "${WORKDIR}/Config-AutoConf-${PV}" |
38 | 38 | ||
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb index b0a1937576..7bce621bc4 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "87c1dd7f0f80fcd3d1396bce9fd9962e7791e748dc0584802f8d10cc95 | |||
9 | 9 | ||
10 | DEPENDS += "openssl" | 10 | DEPENDS += "openssl" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
13 | perl-module-config \ | 13 | perl-module-config \ |
14 | perl-module-exporter \ | 14 | perl-module-exporter \ |
15 | perl-module-extutils-mm \ | 15 | perl-module-extutils-mm \ |
@@ -31,6 +31,6 @@ BBCLASSEXTEND = "native" | |||
31 | # for backwards compatibility | 31 | # for backwards compatibility |
32 | PROVIDES_${PN} += "libcrypt-openssl-guess" | 32 | PROVIDES_${PN} += "libcrypt-openssl-guess" |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += "\ | 34 | RDEPENDS:${PN}-ptest += "\ |
35 | perl-module-test-more \ | 35 | perl-module-test-more \ |
36 | " | 36 | " |
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb index a2ebb8c7a1..5b6e9b4937 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb | |||
@@ -19,14 +19,14 @@ EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -L${STAGI | |||
19 | 19 | ||
20 | inherit cpan ptest-perl | 20 | inherit cpan ptest-perl |
21 | 21 | ||
22 | RDEPENDS_${PN} += "\ | 22 | RDEPENDS:${PN} += "\ |
23 | perl-module-exporter \ | 23 | perl-module-exporter \ |
24 | perl-module-strict \ | 24 | perl-module-strict \ |
25 | perl-module-vars \ | 25 | perl-module-vars \ |
26 | perl-module-xsloader \ | 26 | perl-module-xsloader \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS_${PN}-ptest += "\ | 29 | RDEPENDS:${PN}-ptest += "\ |
30 | perl-module-file-copy \ | 30 | perl-module-file-copy \ |
31 | perl-module-test-more \ | 31 | perl-module-test-more \ |
32 | " | 32 | " |
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb index 68d921c3ca..9a42b52cb6 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.31.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "4173403ad4cf76732192099f833fbfbf3cd8104e0246b3844187ae384d | |||
10 | 10 | ||
11 | DEPENDS += "libcrypt-openssl-guess-perl-native openssl" | 11 | DEPENDS += "libcrypt-openssl-guess-perl-native openssl" |
12 | 12 | ||
13 | RDEPENDS_${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
14 | libcrypt-openssl-random-perl \ | 14 | libcrypt-openssl-random-perl \ |
15 | perl-module-autoloader \ | 15 | perl-module-autoloader \ |
16 | perl-module-carp \ | 16 | perl-module-carp \ |
@@ -30,7 +30,7 @@ do_compile() { | |||
30 | cpan_do_compile | 30 | cpan_do_compile |
31 | } | 31 | } |
32 | 32 | ||
33 | RDEPENDS_${PN}-ptest = " \ | 33 | RDEPENDS:${PN}-ptest = " \ |
34 | ${PN} \ | 34 | ${PN} \ |
35 | perl-module-file-copy \ | 35 | perl-module-file-copy \ |
36 | perl-module-test \ | 36 | perl-module-test \ |
diff --git a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb index 44c651c4c2..4493a7e5e5 100644 --- a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb +++ b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb | |||
@@ -33,6 +33,6 @@ do_install_ptest () { | |||
33 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native" |
34 | 34 | ||
35 | ALTERNATIVES_PRIORITY = "100" | 35 | ALTERNATIVES_PRIORITY = "100" |
36 | ALTERNATIVE_${PN} = "hexdump" | 36 | ALTERNATIVE:${PN} = "hexdump" |
37 | ALTERNATIVE_LINK_NAME[hexdump] = "${bindir}/hexdump" | 37 | ALTERNATIVE_LINK_NAME[hexdump] = "${bindir}/hexdump" |
38 | 38 | ||
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb index b52a366861..c328696b02 100644 --- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb +++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb | |||
@@ -24,14 +24,14 @@ DEPENDS += "libdbi-perl-native" | |||
24 | 24 | ||
25 | inherit cpan ptest-perl | 25 | inherit cpan ptest-perl |
26 | 26 | ||
27 | RDEPENDS_${PN} += "libdbi-perl \ | 27 | RDEPENDS:${PN} += "libdbi-perl \ |
28 | sqlite3 \ | 28 | sqlite3 \ |
29 | perl-module-constant \ | 29 | perl-module-constant \ |
30 | perl-module-locale \ | 30 | perl-module-locale \ |
31 | perl-module-tie-hash \ | 31 | perl-module-tie-hash \ |
32 | " | 32 | " |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | if [ ${PERL_DBM_TEST} = "1" ]; then | 35 | if [ ${PERL_DBM_TEST} = "1" ]; then |
36 | install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl | 36 | install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl |
37 | fi | 37 | fi |
@@ -42,7 +42,7 @@ do_install_ptest() { | |||
42 | chown -R root:root ${D}${PTEST_PATH} | 42 | chown -R root:root ${D}${PTEST_PATH} |
43 | } | 43 | } |
44 | 44 | ||
45 | RDEPENDS_${PN}-ptest += " \ | 45 | RDEPENDS:${PN}-ptest += " \ |
46 | libtest-nowarnings-perl \ | 46 | libtest-nowarnings-perl \ |
47 | perl-module-lib \ | 47 | perl-module-lib \ |
48 | perl-module-encode \ | 48 | perl-module-encode \ |
diff --git a/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb index 0ce242454f..9f9950e35c 100644 --- a/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb +++ b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/Devel-GlobalDestruction-${PV}" | |||
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | RDEPENDS_${PN} = " libsub-exporter-progressive-perl \ | 20 | RDEPENDS:${PN} = " libsub-exporter-progressive-perl \ |
21 | " | 21 | " |
22 | 22 | ||
23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb index 8f1c98c67a..10b4d6e2ba 100644 --- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb +++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb | |||
@@ -6,7 +6,7 @@ SECTION = "libs" | |||
6 | LICENSE = "Artistic-1.0|GPLv1+" | 6 | LICENSE = "Artistic-1.0|GPLv1+" |
7 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" | 7 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" | 9 | RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" |
10 | 10 | ||
11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \ | 11 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb index 0371ea68cd..91c5f08f9e 100644 --- a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb +++ b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | |||
@@ -22,4 +22,4 @@ do_install_ptest () { | |||
22 | 22 | ||
23 | BBCLASSEXTEND="native" | 23 | BBCLASSEXTEND="native" |
24 | 24 | ||
25 | FILES_${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" | 25 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Digest/SHA1/.debug/" |
diff --git a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb index 748f746a04..700974b423 100644 --- a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb +++ b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}/Encode-Locale-${PV}" | |||
13 | 13 | ||
14 | inherit cpan | 14 | inherit cpan |
15 | 15 | ||
16 | RDEPENDS_${PN} += "libencode-perl \ | 16 | RDEPENDS:${PN} += "libencode-perl \ |
17 | libencode-alias-perl \ | 17 | libencode-alias-perl \ |
18 | perl-module-base \ | 18 | perl-module-base \ |
19 | " | 19 | " |
diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb b/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb index 7c213f6592..f1d44b3090 100644 --- a/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb +++ b/meta-perl/recipes-perl/libencode/libencode-perl_3.11.bb | |||
@@ -23,7 +23,7 @@ S = "${WORKDIR}/Encode-${PV}" | |||
23 | 23 | ||
24 | inherit cpan ptest-perl | 24 | inherit cpan ptest-perl |
25 | 25 | ||
26 | do_install_prepend() { | 26 | do_install:prepend() { |
27 | # Requires "-T" (taint) option on command line | 27 | # Requires "-T" (taint) option on command line |
28 | rm -rf ${B}/t/taint.t | 28 | rm -rf ${B}/t/taint.t |
29 | # Circular dependency of perl-module-open on perl-module-encode | 29 | # Circular dependency of perl-module-open on perl-module-encode |
@@ -42,9 +42,9 @@ do_install_ptest() { | |||
42 | # file /usr/bin/enc2xs from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 | 42 | # file /usr/bin/enc2xs from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 |
43 | # file /usr/bin/encguess from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 | 43 | # file /usr/bin/encguess from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 |
44 | # file /usr/bin/piconv from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 | 44 | # file /usr/bin/piconv from install of perl-misc-5.24.1-r0.i586 conflicts with file from package libencode-perl-2.94-r0.i586 |
45 | RCONFLICTS_${PN} = "perl-misc perl-module-encode" | 45 | RCONFLICTS:${PN} = "perl-misc perl-module-encode" |
46 | 46 | ||
47 | RDEPENDS_${PN} += " \ | 47 | RDEPENDS:${PN} += " \ |
48 | perl-module-bytes \ | 48 | perl-module-bytes \ |
49 | perl-module-constant \ | 49 | perl-module-constant \ |
50 | perl-module-parent \ | 50 | perl-module-parent \ |
@@ -52,7 +52,7 @@ RDEPENDS_${PN} += " \ | |||
52 | perl-module-xsloader \ | 52 | perl-module-xsloader \ |
53 | " | 53 | " |
54 | 54 | ||
55 | RPROVIDES_${PN} += " \ | 55 | RPROVIDES:${PN} += " \ |
56 | libencode-alias-perl \ | 56 | libencode-alias-perl \ |
57 | libencode-byte-perl \ | 57 | libencode-byte-perl \ |
58 | libencode-cjkconstants-perl \ | 58 | libencode-cjkconstants-perl \ |
@@ -82,7 +82,7 @@ RPROVIDES_${PN} += " \ | |||
82 | libencode-utf_ebcdic-perl \ | 82 | libencode-utf_ebcdic-perl \ |
83 | " | 83 | " |
84 | 84 | ||
85 | RDEPENDS_${PN}-ptest += " \ | 85 | RDEPENDS:${PN}-ptest += " \ |
86 | perl-module-blib \ | 86 | perl-module-blib \ |
87 | perl-module-charnames \ | 87 | perl-module-charnames \ |
88 | perl-module-file-compare \ | 88 | perl-module-file-compare \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb index 7e1418d499..bc54634705 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/ExtUtils-Config-${PV}" | |||
15 | 15 | ||
16 | inherit cpan ptest-perl | 16 | inherit cpan ptest-perl |
17 | 17 | ||
18 | RDEPENDS_${PN} = " perl-module-extutils-makemaker \ | 18 | RDEPENDS:${PN} = " perl-module-extutils-makemaker \ |
19 | perl-module-data-dumper \ | 19 | perl-module-data-dumper \ |
20 | perl-module-ipc-open3 \ | 20 | perl-module-ipc-open3 \ |
21 | perl-module-test-more \ | 21 | perl-module-test-more \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb index 876b75c8f0..5e869c8112 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.23.bb | |||
@@ -22,7 +22,7 @@ do_install () { | |||
22 | cpan_do_install | 22 | cpan_do_install |
23 | } | 23 | } |
24 | 24 | ||
25 | RDEPENDS_${PN} = " libcapture-tiny-perl \ | 25 | RDEPENDS:${PN} = " libcapture-tiny-perl \ |
26 | perl-module-scalar-util \ | 26 | perl-module-scalar-util \ |
27 | perl-module-io-file \ | 27 | perl-module-io-file \ |
28 | perl-module-extutils-makemaker \ | 28 | perl-module-extutils-makemaker \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb index c027250b00..3538e11ac0 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/ExtUtils-Helpers-${PV}" | |||
15 | 15 | ||
16 | inherit cpan | 16 | inherit cpan |
17 | 17 | ||
18 | RDEPENDS_${PN} = " perl-module-file-copy \ | 18 | RDEPENDS:${PN} = " perl-module-file-copy \ |
19 | perl-module-extutils-makemaker \ | 19 | perl-module-extutils-makemaker \ |
20 | perl-module-exporter \ | 20 | perl-module-exporter \ |
21 | perl-module-carp \ | 21 | perl-module-carp \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb index 2da5e3b4f4..de3a745f88 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" | |||
16 | 16 | ||
17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
18 | 18 | ||
19 | RDEPENDS_${PN} = " \ | 19 | RDEPENDS:${PN} = " \ |
20 | libextutils-config-perl \ | 20 | libextutils-config-perl \ |
21 | perl-module-bytes \ | 21 | perl-module-bytes \ |
22 | perl-module-data-dumper \ | 22 | perl-module-data-dumper \ |
@@ -25,7 +25,7 @@ RDEPENDS_${PN} = " \ | |||
25 | perl-module-test-more \ | 25 | perl-module-test-more \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS_${PN}-ptest = " \ | 28 | RDEPENDS:${PN}-ptest = " \ |
29 | ${PN} \ | 29 | ${PN} \ |
30 | perl-module-file-spec-functions \ | 30 | perl-module-file-spec-functions \ |
31 | perl-module-test-more \ | 31 | perl-module-test-more \ |
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb index f57e1224d4..e6034904f5 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan |
23 | 23 | ||
24 | RDEPENDS_${PN} += " perl-module-carp \ | 24 | RDEPENDS:${PN} += " perl-module-carp \ |
25 | perl-module-cwd \ | 25 | perl-module-cwd \ |
26 | perl-module-dynaloader \ | 26 | perl-module-dynaloader \ |
27 | perl-module-extutils-cbuilder \ | 27 | perl-module-extutils-cbuilder \ |
@@ -33,7 +33,7 @@ RDEPENDS_${PN} += " perl-module-carp \ | |||
33 | perl-module-test-more \ | 33 | perl-module-test-more \ |
34 | " | 34 | " |
35 | 35 | ||
36 | RPROVIDES_${PN} += " libextutils-parsexs-constants-perl \ | 36 | RPROVIDES:${PN} += " libextutils-parsexs-constants-perl \ |
37 | libextutils-parsexs-countlines-perl \ | 37 | libextutils-parsexs-countlines-perl \ |
38 | libextutils-parsexs-eval-perl \ | 38 | libextutils-parsexs-eval-perl \ |
39 | libextutils-parsexs-utilities-perl \ | 39 | libextutils-parsexs-utilities-perl \ |
diff --git a/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb b/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb index 415652c1ed..4a2cb73e86 100644 --- a/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb +++ b/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/File-Slurper-${PV}.tar.gz" | |||
15 | 15 | ||
16 | SRC_URI[md5sum] = "5742c63096392dfee50b8db314bcca18" | 16 | SRC_URI[md5sum] = "5742c63096392dfee50b8db314bcca18" |
17 | SRC_URI[sha256sum] = "4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578" | 17 | SRC_URI[sha256sum] = "4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578" |
18 | RDEPENDS_${PN} = " \ | 18 | RDEPENDS:${PN} = " \ |
19 | perl-module-carp \ | 19 | perl-module-carp \ |
20 | perl-module-encode \ | 20 | perl-module-encode \ |
21 | perl-module-exporter \ | 21 | perl-module-exporter \ |
@@ -25,7 +25,7 @@ RDEPENDS_${PN} = " \ | |||
25 | perl-module-warnings \ | 25 | perl-module-warnings \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS_${PN}-ptest += "libtest-warnings-perl \ | 28 | RDEPENDS:${PN}-ptest += "libtest-warnings-perl \ |
29 | perl-module-test-more \ | 29 | perl-module-test-more \ |
30 | " | 30 | " |
31 | 31 | ||
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb index a4c69c97b8..38ea9cebc8 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb | |||
@@ -23,7 +23,7 @@ do_compile() { | |||
23 | cpan_do_compile | 23 | cpan_do_compile |
24 | } | 24 | } |
25 | 25 | ||
26 | RDEPENDS_${PN} += "\ | 26 | RDEPENDS:${PN} += "\ |
27 | perl-module-exporter \ | 27 | perl-module-exporter \ |
28 | perl-module-strict \ | 28 | perl-module-strict \ |
29 | perl-module-vars \ | 29 | perl-module-vars \ |
@@ -31,7 +31,7 @@ RDEPENDS_${PN} += "\ | |||
31 | libhtml-tagset-perl \ | 31 | libhtml-tagset-perl \ |
32 | " | 32 | " |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += "\ | 34 | RDEPENDS:${PN}-ptest += "\ |
35 | liburi-perl \ | 35 | liburi-perl \ |
36 | perl-module-config \ | 36 | perl-module-config \ |
37 | perl-module-file-spec \ | 37 | perl-module-file-spec \ |
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb index d6483cc5fc..b506589f64 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb | |||
@@ -17,11 +17,11 @@ S = "${WORKDIR}/HTML-Tagset-${PV}" | |||
17 | inherit cpan ptest-perl | 17 | inherit cpan ptest-perl |
18 | 18 | ||
19 | 19 | ||
20 | RDEPENDS_${PN} += "perl-module-strict perl-module-vars" | 20 | RDEPENDS:${PN} += "perl-module-strict perl-module-vars" |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += "perl-module-test" | 22 | RDEPENDS:${PN}-ptest += "perl-module-test" |
23 | 23 | ||
24 | do_install_prepend() { | 24 | do_install:prepend() { |
25 | # requires "-T" (taint) command line option | 25 | # requires "-T" (taint) command line option |
26 | rm -rf ${B}/t/pod.t | 26 | rm -rf ${B}/t/pod.t |
27 | } | 27 | } |
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb index 569ac696f8..e3c8663ea0 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | |||
@@ -26,13 +26,13 @@ export PERL_USE_UNSAFE_INC = "1" | |||
26 | DEPENDS += "libmodule-build-perl-native \ | 26 | DEPENDS += "libmodule-build-perl-native \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RPROVIDES_${PN} = " libhtml-element-perl \ | 29 | RPROVIDES:${PN} = " libhtml-element-perl \ |
30 | libhtml-tree-assubs-perl \ | 30 | libhtml-tree-assubs-perl \ |
31 | libhtml-tree-perl \ | 31 | libhtml-tree-perl \ |
32 | libhtml-treebuilder-perl \ | 32 | libhtml-treebuilder-perl \ |
33 | " | 33 | " |
34 | 34 | ||
35 | RDEPENDS_${PN} = " perl-module-b \ | 35 | RDEPENDS:${PN} = " perl-module-b \ |
36 | perl-module-base \ | 36 | perl-module-base \ |
37 | perl-module-strict \ | 37 | perl-module-strict \ |
38 | perl-module-warnings \ | 38 | perl-module-warnings \ |
diff --git a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb index af08d630ac..a0be629683 100644 --- a/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb +++ b/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb | |||
@@ -24,7 +24,7 @@ S = "${WORKDIR}/Import-Into-${PV}" | |||
24 | 24 | ||
25 | inherit cpan | 25 | inherit cpan |
26 | 26 | ||
27 | RDEPENDS_${PN} = " libmodule-runtime-perl \ | 27 | RDEPENDS:${PN} = " libmodule-runtime-perl \ |
28 | perl-module-strict \ | 28 | perl-module-strict \ |
29 | perl-module-warnings \ | 29 | perl-module-warnings \ |
30 | " | 30 | " |
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb index 4a98ac3744..4ab5531ce6 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb | |||
@@ -12,7 +12,7 @@ SECTION = "libs" | |||
12 | LICENSE = "Artistic-1.0|GPLv1+" | 12 | LICENSE = "Artistic-1.0|GPLv1+" |
13 | LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8" | 13 | LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | libnet-ssleay-perl \ | 16 | libnet-ssleay-perl \ |
17 | perl-module-autoloader \ | 17 | perl-module-autoloader \ |
18 | perl-module-scalar-util \ | 18 | perl-module-scalar-util \ |
@@ -28,7 +28,7 @@ S = "${WORKDIR}/IO-Socket-SSL-${PV}" | |||
28 | 28 | ||
29 | inherit cpan ptest | 29 | inherit cpan ptest |
30 | 30 | ||
31 | do_install_append () { | 31 | do_install:append () { |
32 | mkdir -p ${D}${docdir}/${PN}/ | 32 | mkdir -p ${D}${docdir}/${PN}/ |
33 | cp ${S}/BUGS ${D}${docdir}/${PN}/ | 33 | cp ${S}/BUGS ${D}${docdir}/${PN}/ |
34 | cp ${S}/Changes ${D}${docdir}/${PN}/ | 34 | cp ${S}/Changes ${D}${docdir}/${PN}/ |
diff --git a/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb b/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb index 0e566c0f23..3f5a27843a 100644 --- a/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb +++ b/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb | |||
@@ -17,7 +17,7 @@ S = "${WORKDIR}/IO-stringy-${PV}" | |||
17 | 17 | ||
18 | inherit cpan | 18 | inherit cpan |
19 | 19 | ||
20 | RPROVIDES_${PN} += " libio-atomicfile-perl \ | 20 | RPROVIDES:${PN} += " libio-atomicfile-perl \ |
21 | libio-innerfile-perl \ | 21 | libio-innerfile-perl \ |
22 | libio-lines-perl \ | 22 | libio-lines-perl \ |
23 | libio-scalar-perl \ | 23 | libio-scalar-perl \ |
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb index 414753030b..fd398a0fe2 100644 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb | |||
@@ -21,14 +21,14 @@ S = "${WORKDIR}/MIME-Types-${PV}" | |||
21 | 21 | ||
22 | inherit cpan ptest | 22 | inherit cpan ptest |
23 | 23 | ||
24 | RDEPENDS_${PN} = "\ | 24 | RDEPENDS:${PN} = "\ |
25 | perl-module-base \ | 25 | perl-module-base \ |
26 | perl-module-file-basename \ | 26 | perl-module-file-basename \ |
27 | perl-module-file-spec \ | 27 | perl-module-file-spec \ |
28 | perl-module-overload \ | 28 | perl-module-overload \ |
29 | " | 29 | " |
30 | 30 | ||
31 | RDEPENDS_${PN}-ptest = "perl-module-lib perl-module-test-more" | 31 | RDEPENDS:${PN}-ptest = "perl-module-lib perl-module-test-more" |
32 | #RSUGGESTS_${PN}-ptest = "libmojo-base-perl" | 32 | #RSUGGESTS_${PN}-ptest = "libmojo-base-perl" |
33 | 33 | ||
34 | do_install () { | 34 | do_install () { |
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb index b1a56e56db..ebf2a5b4de 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.039.bb | |||
@@ -26,7 +26,7 @@ do_install () { | |||
26 | cpan_build_do_install | 26 | cpan_build_do_install |
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN} = " libextutils-config-perl \ | 29 | RDEPENDS:${PN} = " libextutils-config-perl \ |
30 | libextutils-helpers-perl \ | 30 | libextutils-helpers-perl \ |
31 | libextutils-installpaths-perl \ | 31 | libextutils-installpaths-perl \ |
32 | perl-module-xsloader \ | 32 | perl-module-xsloader \ |
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb index aed65d3a8b..1d257ce4f0 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb | |||
@@ -30,7 +30,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
30 | 30 | ||
31 | inherit cpan | 31 | inherit cpan |
32 | 32 | ||
33 | RDEPENDS_${PN} = " perl-module-base \ | 33 | RDEPENDS:${PN} = " perl-module-base \ |
34 | perl-module-deprecate \ | 34 | perl-module-deprecate \ |
35 | perl-module-file-basename \ | 35 | perl-module-file-basename \ |
36 | perl-module-file-find \ | 36 | perl-module-file-find \ |
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb index 89f0f709aa..bb950b80de 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb | |||
@@ -30,7 +30,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
30 | 30 | ||
31 | inherit cpan | 31 | inherit cpan |
32 | 32 | ||
33 | RDEPENDS_${PN} = " perl-module-test-more \ | 33 | RDEPENDS:${PN} = " perl-module-test-more \ |
34 | perl-module-strict \ | 34 | perl-module-strict \ |
35 | " | 35 | " |
36 | 36 | ||
diff --git a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb index ecc4d87c85..596d448253 100644 --- a/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb +++ b/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005004.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/Moo-${PV}" | |||
16 | 16 | ||
17 | inherit cpan | 17 | inherit cpan |
18 | 18 | ||
19 | RDEPENDS_${PN} = " libclass-method-modifiers-perl \ | 19 | RDEPENDS:${PN} = " libclass-method-modifiers-perl \ |
20 | libdevel-globaldestruction-perl \ | 20 | libdevel-globaldestruction-perl \ |
21 | libmodule-runtime-perl \ | 21 | libmodule-runtime-perl \ |
22 | librole-tiny-perl \ | 22 | librole-tiny-perl \ |
@@ -26,7 +26,7 @@ RDEPENDS_${PN} = " libclass-method-modifiers-perl \ | |||
26 | perl-module-scalar-util \ | 26 | perl-module-scalar-util \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RPROVIDES_${PN} = " libmethod-inliner-perl \ | 29 | RPROVIDES:${PN} = " libmethod-inliner-perl \ |
30 | libmethod-generate-accessor-perl \ | 30 | libmethod-generate-accessor-perl \ |
31 | libmethod-generate-buildall-perl \ | 31 | libmethod-generate-buildall-perl \ |
32 | libmethod-generate-constructor-perl \ | 32 | libmethod-generate-constructor-perl \ |
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.32.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.32.bb index f9fa50603f..7e485bece5 100644 --- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.32.bb +++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.32.bb | |||
@@ -19,7 +19,7 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} | |||
19 | 19 | ||
20 | inherit cpan ptest-perl | 20 | inherit cpan ptest-perl |
21 | 21 | ||
22 | RDEPENDS_${PN} = " \ | 22 | RDEPENDS:${PN} = " \ |
23 | libdigest-hmac-perl \ | 23 | libdigest-hmac-perl \ |
24 | perl-module-base \ | 24 | perl-module-base \ |
25 | perl-module-constant \ | 25 | perl-module-constant \ |
@@ -37,11 +37,11 @@ RDEPENDS_${PN} = " \ | |||
37 | perl-module-time-local \ | 37 | perl-module-time-local \ |
38 | " | 38 | " |
39 | 39 | ||
40 | RRECOMMENDS_${PN} += " \ | 40 | RRECOMMENDS:${PN} += " \ |
41 | libnet-dns-sec-perl \ | 41 | libnet-dns-sec-perl \ |
42 | " | 42 | " |
43 | 43 | ||
44 | RDEPENDS_${PN}-ptest += " \ | 44 | RDEPENDS:${PN}-ptest += " \ |
45 | perl-module-encode \ | 45 | perl-module-encode \ |
46 | perl-module-encode-byte \ | 46 | perl-module-encode-byte \ |
47 | perl-module-extutils-mm \ | 47 | perl-module-extutils-mm \ |
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb index 240ffec4d5..fe7bb3326e 100644 --- a/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb +++ b/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb | |||
@@ -19,7 +19,7 @@ EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L$ | |||
19 | 19 | ||
20 | inherit cpan ptest-perl | 20 | inherit cpan ptest-perl |
21 | 21 | ||
22 | RDEPENDS_${PN} = " \ | 22 | RDEPENDS:${PN} = " \ |
23 | libnet-dns-perl \ | 23 | libnet-dns-perl \ |
24 | libcrypto \ | 24 | libcrypto \ |
25 | perl-module-dynaloader \ | 25 | perl-module-dynaloader \ |
diff --git a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb index 595160744c..c82190a336 100644 --- a/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb +++ b/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/perl-ldap-${PV}" | |||
18 | 18 | ||
19 | inherit cpan ptest-perl | 19 | inherit cpan ptest-perl |
20 | 20 | ||
21 | do_configure_prepend() { | 21 | do_configure:prepend() { |
22 | perl -pi -e 's/auto_install_now.*//g' Makefile.PL | 22 | perl -pi -e 's/auto_install_now.*//g' Makefile.PL |
23 | } | 23 | } |
24 | 24 | ||
@@ -27,14 +27,14 @@ do_install_ptest() { | |||
27 | chown -R root:root ${D}${PTEST_PATH} | 27 | chown -R root:root ${D}${PTEST_PATH} |
28 | } | 28 | } |
29 | 29 | ||
30 | RDEPENDS_${PN} += " \ | 30 | RDEPENDS:${PN} += " \ |
31 | libconvert-asn1-perl \ | 31 | libconvert-asn1-perl \ |
32 | libio-socket-ssl-perl \ | 32 | libio-socket-ssl-perl \ |
33 | libauthen-sasl-perl \ | 33 | libauthen-sasl-perl \ |
34 | perl-module-integer \ | 34 | perl-module-integer \ |
35 | " | 35 | " |
36 | 36 | ||
37 | RDEPENDS_${PN}-ptest += " \ | 37 | RDEPENDS:${PN}-ptest += " \ |
38 | libxml-sax-base-perl \ | 38 | libxml-sax-base-perl \ |
39 | libxml-sax-writer-perl \ | 39 | libxml-sax-writer-perl \ |
40 | perl-module-file-compare \ | 40 | perl-module-file-compare \ |
diff --git a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb index 1ef9f0bc35..37586fd4f0 100644 --- a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb +++ b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb | |||
@@ -10,7 +10,7 @@ HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/" | |||
10 | DEPENDS += "libidn" | 10 | DEPENDS += "libidn" |
11 | # We must need glibc-gconvs to enable charset related functions, | 11 | # We must need glibc-gconvs to enable charset related functions, |
12 | # such as Net::LibIDN::idn_to_ascii(). | 12 | # such as Net::LibIDN::idn_to_ascii(). |
13 | RDEPENDS_${PN}_append_libc-glibc = " glibc-gconvs" | 13 | RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "c3e4de2065009d67bcb1df0afb473e12" | 16 | SRC_URI[md5sum] = "c3e4de2065009d67bcb1df0afb473e12" |
@@ -27,8 +27,8 @@ EXTRA_CPANFLAGS += "--disable-tld" | |||
27 | 27 | ||
28 | inherit cpan | 28 | inherit cpan |
29 | 29 | ||
30 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Net/LibIDN/.debug/" | 30 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Net/LibIDN/.debug/" |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | do_configure:prepend() { |
33 | rm -rf ${S}/.pc/ | 33 | rm -rf ${S}/.pc/ |
34 | } | 34 | } |
diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb index 93a0687b2a..effcb3dc75 100644 --- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb +++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" | |||
11 | LIC_FILES_CHKSUM = "file://README;beginline=274;endline=294;md5=67d67095d83e339da538a082fad5f38e" | 11 | LIC_FILES_CHKSUM = "file://README;beginline=274;endline=294;md5=67d67095d83e339da538a082fad5f38e" |
12 | 12 | ||
13 | DEPENDS = "openssl zlib openssl-native" | 13 | DEPENDS = "openssl zlib openssl-native" |
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | libssl \ | 15 | libssl \ |
16 | libcrypto \ | 16 | libcrypto \ |
17 | perl-module-carp \ | 17 | perl-module-carp \ |
@@ -43,6 +43,6 @@ do_install_ptest() { | |||
43 | cp -r ${B}/t ${D}${PTEST_PATH} | 43 | cp -r ${B}/t ${D}${PTEST_PATH} |
44 | } | 44 | } |
45 | 45 | ||
46 | FILES_${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Net/SSLeay/.debug/" | 46 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/Net/SSLeay/.debug/" |
47 | 47 | ||
48 | RDEPENDS_${PN}-ptest = " perl" | 48 | RDEPENDS:${PN}-ptest = " perl" |
diff --git a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb index c5d8271ff7..9b259ab879 100644 --- a/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb +++ b/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb | |||
@@ -22,4 +22,4 @@ S = "${WORKDIR}/Net-Telnet-${PV}" | |||
22 | 22 | ||
23 | inherit cpan | 23 | inherit cpan |
24 | 24 | ||
25 | RDEPENDS_${PN} = "perl" | 25 | RDEPENDS:${PN} = "perl" |
diff --git a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb index 1599e61f13..1dbd923b07 100644 --- a/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb +++ b/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb | |||
@@ -8,7 +8,7 @@ SECTION = "libraries" | |||
8 | LICENSE = "Artistic-1.0|GPLv1+" | 8 | LICENSE = "Artistic-1.0|GPLv1+" |
9 | LIC_FILES_CHKSUM = "file://README;beginline=21;endline=23;md5=f36550f59a0ae5e6e3b0be6a4da60d26" | 9 | LIC_FILES_CHKSUM = "file://README;beginline=21;endline=23;md5=f36550f59a0ae5e6e3b0be6a4da60d26" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "perl libipc-signal-perl" | 11 | RDEPENDS:${PN} += "perl libipc-signal-perl" |
12 | 12 | ||
13 | S = "${WORKDIR}/Proc-WaitStat-${PV}" | 13 | S = "${WORKDIR}/Proc-WaitStat-${PV}" |
14 | 14 | ||
diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb index db8646d7c1..df7b9b8081 100644 --- a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb +++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb | |||
@@ -16,13 +16,13 @@ S = "${WORKDIR}/Role-Tiny-${PV}" | |||
16 | 16 | ||
17 | inherit cpan | 17 | inherit cpan |
18 | 18 | ||
19 | RDEPENDS_${PN} = " perl-module-exporter \ | 19 | RDEPENDS:${PN} = " perl-module-exporter \ |
20 | perl-module-strict \ | 20 | perl-module-strict \ |
21 | perl-module-test-more \ | 21 | perl-module-test-more \ |
22 | perl-module-warnings \ | 22 | perl-module-warnings \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RPROVIDES_${PN} = " librole-tiny-perl \ | 25 | RPROVIDES:${PN} = " librole-tiny-perl \ |
26 | librole-tiny-with-perl \ | 26 | librole-tiny-with-perl \ |
27 | " | 27 | " |
28 | 28 | ||
diff --git a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb index c0113b4fd9..7af7f92fb9 100644 --- a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb +++ b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb | |||
@@ -11,7 +11,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0+ | LGPL-2.1+" | |||
11 | DEPENDS += "libcapture-tiny-perl-native" | 11 | DEPENDS += "libcapture-tiny-perl-native" |
12 | DEPENDS += "libconfig-autoconf-perl-native" | 12 | DEPENDS += "libconfig-autoconf-perl-native" |
13 | DEPENDS += "libstatgrab" | 13 | DEPENDS += "libstatgrab" |
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | libstatgrab \ | 15 | libstatgrab \ |
16 | perl-module-autoloader \ | 16 | perl-module-autoloader \ |
17 | perl-module-carp \ | 17 | perl-module-carp \ |
diff --git a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb index d1a5b4787d..765455b490 100644 --- a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb +++ b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb | |||
@@ -36,13 +36,13 @@ S = "${WORKDIR}/strictures-${PV}" | |||
36 | 36 | ||
37 | inherit cpan ptest-perl | 37 | inherit cpan ptest-perl |
38 | 38 | ||
39 | RDEPENDS_${PN} += " \ | 39 | RDEPENDS:${PN} += " \ |
40 | perl-module-carp \ | 40 | perl-module-carp \ |
41 | perl-module-strict \ | 41 | perl-module-strict \ |
42 | perl-module-test-more \ | 42 | perl-module-test-more \ |
43 | perl-module-warnings \ | 43 | perl-module-warnings \ |
44 | " | 44 | " |
45 | 45 | ||
46 | RDEPENDS_${PN}-ptest += "perl-module-perlio perl-module-perlio-scalar" | 46 | RDEPENDS:${PN}-ptest += "perl-module-perlio perl-module-perlio-scalar" |
47 | 47 | ||
48 | BBCLASSEXTEND = "native" | 48 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb index 3d530d1a13..fa66cd8f3b 100644 --- a/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb +++ b/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/Sub-Exporter-Progressive-${PV}" | |||
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan |
23 | 23 | ||
24 | RDEPENDS_${PN} += " perl-module-carp \ | 24 | RDEPENDS:${PN} += " perl-module-carp \ |
25 | perl-module-list-util \ | 25 | perl-module-list-util \ |
26 | " | 26 | " |
27 | 27 | ||
diff --git a/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb b/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb index f051037870..98c322fabb 100644 --- a/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb +++ b/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb | |||
@@ -24,14 +24,14 @@ S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" | |||
24 | 24 | ||
25 | inherit cpan ptest-perl | 25 | inherit cpan ptest-perl |
26 | 26 | ||
27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS:${PN} += " \ |
28 | perl-module-carp \ | 28 | perl-module-carp \ |
29 | perl-module-constant \ | 29 | perl-module-constant \ |
30 | perl-module-strict \ | 30 | perl-module-strict \ |
31 | perl-module-warnings \ | 31 | perl-module-warnings \ |
32 | " | 32 | " |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += " \ | 34 | RDEPENDS:${PN}-ptest += " \ |
35 | perl-module-cpan \ | 35 | perl-module-cpan \ |
36 | perl-module-exporter \ | 36 | perl-module-exporter \ |
37 | perl-module-extutils-makemaker \ | 37 | perl-module-extutils-makemaker \ |
diff --git a/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb b/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb index cc1ac6ed56..3948f3c6f3 100644 --- a/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb +++ b/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb | |||
@@ -28,11 +28,11 @@ DEPENDS = "libterm-readkey-perl-native" | |||
28 | 28 | ||
29 | inherit cpan ptest-perl | 29 | inherit cpan ptest-perl |
30 | 30 | ||
31 | RDEPENDS_${PN}-ptest += " \ | 31 | RDEPENDS:${PN}-ptest += " \ |
32 | perl-module-test-more \ | 32 | perl-module-test-more \ |
33 | " | 33 | " |
34 | 34 | ||
35 | do_configure_append () { | 35 | do_configure:append () { |
36 | # Hack the dynamic module loader so that it use native modules since it can't load | 36 | # Hack the dynamic module loader so that it use native modules since it can't load |
37 | # the target ones. | 37 | # the target ones. |
38 | if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then | 38 | if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then |
diff --git a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb index c82a1a1700..75e1623f94 100644 --- a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb +++ b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb | |||
@@ -35,7 +35,7 @@ S = "${WORKDIR}/Test-Deep-${PV}" | |||
35 | 35 | ||
36 | inherit cpan ptest-perl | 36 | inherit cpan ptest-perl |
37 | 37 | ||
38 | RDEPENDS_${PN} += " \ | 38 | RDEPENDS:${PN} += " \ |
39 | perl-module-dynaloader \ | 39 | perl-module-dynaloader \ |
40 | perl-module-exporter \ | 40 | perl-module-exporter \ |
41 | perl-module-fcntl \ | 41 | perl-module-fcntl \ |
@@ -46,7 +46,7 @@ RDEPENDS_${PN} += " \ | |||
46 | perl-module-warnings \ | 46 | perl-module-warnings \ |
47 | " | 47 | " |
48 | 48 | ||
49 | RDEPENDS_${PN}-ptest += " \ | 49 | RDEPENDS:${PN}-ptest += " \ |
50 | perl-module-if \ | 50 | perl-module-if \ |
51 | perl-module-lib \ | 51 | perl-module-lib \ |
52 | perl-module-test-more \ | 52 | perl-module-test-more \ |
diff --git a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.42.bb b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.42.bb index c9ba594803..7d7f336c3d 100644 --- a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.42.bb +++ b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.42.bb | |||
@@ -35,11 +35,11 @@ S = "${WORKDIR}/Test-Harness-${PV}" | |||
35 | 35 | ||
36 | inherit cpan ptest-perl | 36 | inherit cpan ptest-perl |
37 | 37 | ||
38 | RDEPENDS_${PN} += "\ | 38 | RDEPENDS:${PN} += "\ |
39 | perl-module-benchmark \ | 39 | perl-module-benchmark \ |
40 | " | 40 | " |
41 | 41 | ||
42 | RPROVIDES_${PN} += "libapp-prove-perl \ | 42 | RPROVIDES:${PN} += "libapp-prove-perl \ |
43 | libapp-prove-state-perl \ | 43 | libapp-prove-state-perl \ |
44 | libapp-prove-state-result-perl \ | 44 | libapp-prove-state-result-perl \ |
45 | libapp-prove-state-result-test-perl \ | 45 | libapp-prove-state-result-test-perl \ |
@@ -88,7 +88,7 @@ RPROVIDES_${PN} += "libapp-prove-perl \ | |||
88 | libtap-parser-yamlish-writer-perl \ | 88 | libtap-parser-yamlish-writer-perl \ |
89 | " | 89 | " |
90 | 90 | ||
91 | do_install_prepend() { | 91 | do_install:prepend() { |
92 | # these tests are inappropriate on target | 92 | # these tests are inappropriate on target |
93 | rm -rf ${B}/t/000-load.t | 93 | rm -rf ${B}/t/000-load.t |
94 | rm -rf ${B}/t/state.t | 94 | rm -rf ${B}/t/state.t |
@@ -107,7 +107,7 @@ do_install_prepend() { | |||
107 | rm -rf ${B}/t/compat/version.t | 107 | rm -rf ${B}/t/compat/version.t |
108 | } | 108 | } |
109 | 109 | ||
110 | do_install_append() { | 110 | do_install:append() { |
111 | install -d ${D}/usr/local/bin | 111 | install -d ${D}/usr/local/bin |
112 | # do not clobber perl-misc /usr/bin/prove | 112 | # do not clobber perl-misc /usr/bin/prove |
113 | install -m 0755 ${B}/bin/prove ${D}/usr/local/bin/ | 113 | install -m 0755 ${B}/bin/prove ${D}/usr/local/bin/ |
@@ -115,6 +115,6 @@ do_install_append() { | |||
115 | rm -rf ${D}${bindir} | 115 | rm -rf ${D}${bindir} |
116 | } | 116 | } |
117 | 117 | ||
118 | FILES_${PN} += "/usr/local/bin/prove" | 118 | FILES:${PN} += "/usr/local/bin/prove" |
119 | 119 | ||
120 | BBCLASSEXTEND = "native" | 120 | BBCLASSEXTEND = "native" |
diff --git a/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb b/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb index f3c28d39ce..b20668331d 100644 --- a/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb +++ b/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/A/AD/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.t | |||
28 | SRC_URI[md5sum] = "682ed043f7d3e38f3dfd8745fd21c49a" | 28 | SRC_URI[md5sum] = "682ed043f7d3e38f3dfd8745fd21c49a" |
29 | SRC_URI[sha256sum] = "638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c" | 29 | SRC_URI[sha256sum] = "638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c" |
30 | 30 | ||
31 | RDEPENDS_${PN} += "perl-module-test-builder perl-module-test-more perl-module-test-tester" | 31 | RDEPENDS:${PN} += "perl-module-test-builder perl-module-test-more perl-module-test-tester" |
32 | 32 | ||
33 | S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" | 33 | S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" |
34 | 34 | ||
diff --git a/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.36.bb b/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.36.bb index c336da80f1..96939ec4d7 100644 --- a/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.36.bb +++ b/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.36.bb | |||
@@ -29,7 +29,7 @@ do_install_ptest() { | |||
29 | chown -R root:root ${D}${PTEST_PATH} | 29 | chown -R root:root ${D}${PTEST_PATH} |
30 | } | 30 | } |
31 | 31 | ||
32 | RDEPENDS_${PN} += " \ | 32 | RDEPENDS:${PN} += " \ |
33 | libsub-uplevel-perl \ | 33 | libsub-uplevel-perl \ |
34 | perl-module-blib \ | 34 | perl-module-blib \ |
35 | perl-module-carp \ | 35 | perl-module-carp \ |
@@ -38,7 +38,7 @@ RDEPENDS_${PN} += " \ | |||
38 | perl-module-test-tester \ | 38 | perl-module-test-tester \ |
39 | " | 39 | " |
40 | 40 | ||
41 | RDEPENDS_${PN}-ptest += " \ | 41 | RDEPENDS:${PN}-ptest += " \ |
42 | perl-module-file-spec \ | 42 | perl-module-file-spec \ |
43 | perl-module-test-more \ | 43 | perl-module-test-more \ |
44 | " | 44 | " |
diff --git a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb index a4c246e34e..b6f7495eb2 100644 --- a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb +++ b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb | |||
@@ -19,7 +19,7 @@ S = "${WORKDIR}/Text-Diff-${PV}" | |||
19 | 19 | ||
20 | inherit cpan | 20 | inherit cpan |
21 | 21 | ||
22 | RDEPENDS_${PN} = " libalgorithm-diff-perl \ | 22 | RDEPENDS:${PN} = " libalgorithm-diff-perl \ |
23 | perl-module-extutils-makemaker \ | 23 | perl-module-extutils-makemaker \ |
24 | perl-module-exporter \ | 24 | perl-module-exporter \ |
25 | " | 25 | " |
diff --git a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb index 275ccb8c96..a16bf8797e 100644 --- a/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb +++ b/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb | |||
@@ -10,7 +10,7 @@ documentation." | |||
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
12 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649" |
13 | RRECOMMENDS_${PN}_append_libc-glibc = " glibc-gconvs" | 13 | RRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz" |
16 | 16 | ||
@@ -21,4 +21,4 @@ S = "${WORKDIR}/Text-Iconv-${PV}" | |||
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan |
23 | 23 | ||
24 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Text/Iconv/.debug/" | 24 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Text/Iconv/.debug/" |
diff --git a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb index b2c239d79b..5dc2ad32a5 100644 --- a/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb +++ b/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb | |||
@@ -25,7 +25,7 @@ S = "${WORKDIR}/Text-WrapI18N-${PV}" | |||
25 | 25 | ||
26 | DEPENDS = "libtext-charwidth-perl" | 26 | DEPENDS = "libtext-charwidth-perl" |
27 | 27 | ||
28 | RDEPENDS_${PN} = "libtext-charwidth-perl" | 28 | RDEPENDS:${PN} = "libtext-charwidth-perl" |
29 | 29 | ||
30 | inherit cpan | 30 | inherit cpan |
31 | 31 | ||
diff --git a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb index 304b375777..4c01a4ca18 100644 --- a/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb +++ b/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb | |||
@@ -26,7 +26,7 @@ do_install_ptest() { | |||
26 | chown -R root:root ${D}${PTEST_PATH} | 26 | chown -R root:root ${D}${PTEST_PATH} |
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN} += " \ | 29 | RDEPENDS:${PN} += " \ |
30 | libmime-charset-perl \ | 30 | libmime-charset-perl \ |
31 | libsombok3 \ | 31 | libsombok3 \ |
32 | perl-module-carp \ | 32 | perl-module-carp \ |
@@ -40,14 +40,14 @@ RDEPENDS_${PN} += " \ | |||
40 | perl-module-xsloader \ | 40 | perl-module-xsloader \ |
41 | " | 41 | " |
42 | 42 | ||
43 | RDEPENDS_${PN}-ptest += " \ | 43 | RDEPENDS:${PN}-ptest += " \ |
44 | perl-module-findbin \ | 44 | perl-module-findbin \ |
45 | perl-module-lib \ | 45 | perl-module-lib \ |
46 | perl-module-strict \ | 46 | perl-module-strict \ |
47 | perl-module-test-more \ | 47 | perl-module-test-more \ |
48 | " | 48 | " |
49 | 49 | ||
50 | RPROVIDES_${PN} += " \ | 50 | RPROVIDES:${PN} += " \ |
51 | libtext-linefold-perl \ | 51 | libtext-linefold-perl \ |
52 | libunicode-gcstring-perl \ | 52 | libunicode-gcstring-perl \ |
53 | " | 53 | " |
diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb index 77dd616bfc..62477458a0 100644 --- a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb +++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libs" | |||
10 | LICENSE = "Artistic-1.0 | GPLv1+" | 10 | LICENSE = "Artistic-1.0 | GPLv1+" |
11 | HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/" | 11 | HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/" |
12 | DEPENDS += "libxml-sax-perl-native" | 12 | DEPENDS += "libxml-sax-perl-native" |
13 | RDEPENDS_${PN} += "libxml-sax-perl" | 13 | RDEPENDS:${PN} += "libxml-sax-perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512" | 16 | SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512" |
diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb index 6fabf26840..58d0e4cb2b 100644 --- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb +++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += "libxml2 \ | |||
13 | libxml-sax-perl-native \ | 13 | libxml-sax-perl-native \ |
14 | zlib \ | 14 | zlib \ |
15 | " | 15 | " |
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | libxml2 \ | 17 | libxml2 \ |
18 | libxml-sax-perl \ | 18 | libxml-sax-perl \ |
19 | libxml-sax-base-perl \ | 19 | libxml-sax-base-perl \ |
@@ -44,9 +44,9 @@ BBCLASSEXTEND = "native" | |||
44 | CFLAGS += " -D_GNU_SOURCE " | 44 | CFLAGS += " -D_GNU_SOURCE " |
45 | BUILD_CFLAGS += " -D_GNU_SOURCE " | 45 | BUILD_CFLAGS += " -D_GNU_SOURCE " |
46 | 46 | ||
47 | FILES_${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/" | 47 | FILES:${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/" |
48 | 48 | ||
49 | RDEPENDS_${PN}-ptest += " \ | 49 | RDEPENDS:${PN}-ptest += " \ |
50 | liburi-perl \ | 50 | liburi-perl \ |
51 | perl-module-encode-byte \ | 51 | perl-module-encode-byte \ |
52 | perl-module-encode-unicode \ | 52 | perl-module-encode-unicode \ |
@@ -55,7 +55,7 @@ RDEPENDS_${PN}-ptest += " \ | |||
55 | perl-module-test-more \ | 55 | perl-module-test-more \ |
56 | " | 56 | " |
57 | 57 | ||
58 | do_install_prepend() { | 58 | do_install:prepend() { |
59 | # test requires "-T" (taint) command line option | 59 | # test requires "-T" (taint) command line option |
60 | rm -rf ${B}/t/pod.t | 60 | rm -rf ${B}/t/pod.t |
61 | # this only applies to author build | 61 | # this only applies to author build |
diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb index d1b0de093c..ab684eaaaa 100644 --- a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb +++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb | |||
@@ -10,7 +10,7 @@ SECTION = "libs" | |||
10 | LICENSE = "Artistic-1.0 | GPLv1+" | 10 | LICENSE = "Artistic-1.0 | GPLv1+" |
11 | HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" | 11 | HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" |
12 | DEPENDS += "libxml-filter-buffertext-perl-native" | 12 | DEPENDS += "libxml-filter-buffertext-perl-native" |
13 | RDEPENDS_${PN} += "libxml-filter-buffertext-perl" | 13 | RDEPENDS:${PN} += "libxml-filter-buffertext-perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" | 15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" |
16 | SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd" | 16 | SRC_URI[md5sum] = "3e3023c648e3003c04de2fb04435f8bd" |
diff --git a/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb b/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb index 3fa56d4390..05dc16b101 100644 --- a/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb +++ b/meta-perl/recipes-perl/packagegroups/packagegroup-meta-perl.bb | |||
@@ -9,7 +9,7 @@ PACKAGES = "\ | |||
9 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-perl-ptest-packages", "", d)} \ | 9 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-perl-ptest-packages", "", d)} \ |
10 | " | 10 | " |
11 | 11 | ||
12 | RDEPENDS_packagegroup-meta-perl = "\ | 12 | RDEPENDS:packagegroup-meta-perl = "\ |
13 | adduser \ | 13 | adduser \ |
14 | libalgorithm-diff-perl \ | 14 | libalgorithm-diff-perl \ |
15 | libauthen-sasl-perl \ | 15 | libauthen-sasl-perl \ |
@@ -78,12 +78,12 @@ RDEPENDS_packagegroup-meta-perl = "\ | |||
78 | po4a \ | 78 | po4a \ |
79 | " | 79 | " |
80 | 80 | ||
81 | RDEPENDS_packagegroup-meta-perl-extended = "\ | 81 | RDEPENDS:packagegroup-meta-perl-extended = "\ |
82 | logcheck \ | 82 | logcheck \ |
83 | mime-construct \ | 83 | mime-construct \ |
84 | " | 84 | " |
85 | 85 | ||
86 | RDEPENDS_packagegroup-meta-perl-ptest-packages = "\ | 86 | RDEPENDS:packagegroup-meta-perl-ptest-packages = "\ |
87 | libmime-types-perl-ptest \ | 87 | libmime-types-perl-ptest \ |
88 | libio-socket-ssl-perl-ptest \ | 88 | libio-socket-ssl-perl-ptest \ |
89 | libdata-hexdump-perl-ptest \ | 89 | libdata-hexdump-perl-ptest \ |
diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb index 1b3aca5618..e13eac669c 100644 --- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb +++ b/meta-perl/recipes-perl/po4a/po4a_0.49.bb | |||
@@ -21,7 +21,7 @@ DEPENDS = " \ | |||
21 | libunicode-linebreak-perl \ | 21 | libunicode-linebreak-perl \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RRECOMMENDS_${PN} = " \ | 24 | RRECOMMENDS:${PN} = " \ |
25 | libtext-wrapi18n-perl \ | 25 | libtext-wrapi18n-perl \ |
26 | libterm-readkey-perl \ | 26 | libterm-readkey-perl \ |
27 | liblocale-gettext-perl \ | 27 | liblocale-gettext-perl \ |
diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb index d3e7d48dab..a5581c252b 100644 --- a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb +++ b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/studio-ousia/gsocketpool" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" |
6 | DEPENDS += "${PYTHON_PN}-gevent" | 6 | DEPENDS += "${PYTHON_PN}-gevent" |
7 | RDEPENDS_${PN} += "${PYTHON_PN}-gevent" | 7 | RDEPENDS:${PN} += "${PYTHON_PN}-gevent" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" | 9 | SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" |
10 | SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14" | 10 | SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14" |
diff --git a/meta-python/recipes-connectivity/python-h2/python3-h2_4.0.0.bb b/meta-python/recipes-connectivity/python-h2/python3-h2_4.0.0.bb index ff1d20a89e..8c488fe2c6 100644 --- a/meta-python/recipes-connectivity/python-h2/python3-h2_4.0.0.bb +++ b/meta-python/recipes-connectivity/python-h2/python3-h2_4.0.0.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "bb7ac7099dd67a857ed52c815a6192b6b1f5ba6b516237fc24a0853413 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe" |
diff --git a/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb index b80c167bb5..045655caa4 100644 --- a/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb +++ b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} = "connman python3-dbus python3-pprint" | 12 | RDEPENDS:${PN} = "connman python3-dbus python3-pprint" |
diff --git a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb index dfea673687..ba331eea02 100644 --- a/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb +++ b/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.80.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "Pyro4" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-logging \ | 13 | ${PYTHON_PN}-logging \ |
14 | ${PYTHON_PN}-serpent \ | 14 | ${PYTHON_PN}-serpent \ |
15 | ${PYTHON_PN}-threading \ | 15 | ${PYTHON_PN}-threading \ |
diff --git a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb index c17a602be8..d62ba66223 100644 --- a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb +++ b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.13.0.bb | |||
@@ -8,9 +8,9 @@ SRC_URI[sha256sum] = "9af1c86bf73433afc6010ed376a6c6aca2b54099cc0d61895f640870a9 | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | # Use different filename to prevent conflicts with thrift itself | 10 | # Use different filename to prevent conflicts with thrift itself |
11 | PYPI_SRC_URI_append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}" | 11 | PYPI_SRC_URI:append = ";downloadfilename=${BP}.${PYPI_PACKAGE_EXT}" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-logging \ | 14 | ${PYTHON_PN}-logging \ |
15 | ${PYTHON_PN}-six \ | 15 | ${PYTHON_PN}-six \ |
16 | ${PYTHON_PN}-stringold \ | 16 | ${PYTHON_PN}-stringold \ |
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb index d92e6577af..1e9ba9e140 100644 --- a/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb +++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb | |||
@@ -20,15 +20,15 @@ inherit autotools python3native | |||
20 | SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" | 20 | SRC_URI[md5sum] = "f7ca25ab3c88874015b7e9728f7f3017" |
21 | SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" | 21 | SRC_URI[sha256sum] = "244c0e1bf4bbd78ae298ea659fe10bf3a73738db550156767cc2477aedf72376" |
22 | 22 | ||
23 | FILES_${PN} += "\ | 23 | FILES:${PN} += "\ |
24 | ${libdir}/python*/site-packages/telepathy/*.py \ | 24 | ${libdir}/python*/site-packages/telepathy/*.py \ |
25 | ${libdir}/python*/site-packages/telepathy/*/*.py \ | 25 | ${libdir}/python*/site-packages/telepathy/*/*.py \ |
26 | " | 26 | " |
27 | 27 | ||
28 | do_install_append () { | 28 | do_install:append () { |
29 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ | 29 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ |
30 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ | 30 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/__pycache__ |
31 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ | 31 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ |
32 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ | 32 | rm -fr ${D}${libdir}/python*/site-packages/telepathy/*/__pycache__ |
33 | } | 33 | } |
34 | RDEPENDS_${PN} += "python3-dbus" | 34 | RDEPENDS:${PN} += "python3-dbus" |
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 063b6e4f2c..c2a80aa1c6 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -9,8 +9,8 @@ PACKAGES = ' \ | |||
9 | 9 | ||
10 | # Note that python3-cvxopt requires Fortran support. To enable this, | 10 | # Note that python3-cvxopt requires Fortran support. To enable this, |
11 | # add the following to your local.conf: | 11 | # add the following to your local.conf: |
12 | # FORTRAN_forcevariable = ",fortran" | 12 | # FORTRAN:forcevariable = ",fortran" |
13 | RDEPENDS_packagegroup-meta-python3 = "\ | 13 | RDEPENDS:packagegroup-meta-python3 = "\ |
14 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ | 14 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ |
15 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ | 15 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ |
16 | gyp \ | 16 | gyp \ |
@@ -465,9 +465,9 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
465 | python3-zopeinterface \ | 465 | python3-zopeinterface \ |
466 | telepathy-python3 \ | 466 | telepathy-python3 \ |
467 | " | 467 | " |
468 | RDEPENDS_packagegroup-meta-python3_remove_libc-musl_powerpc64le = "python3-grpcio python3-grpcio-tools" | 468 | RDEPENDS:packagegroup-meta-python3:remove:libc-musl:powerpc64le = "python3-grpcio python3-grpcio-tools" |
469 | 469 | ||
470 | RDEPENDS_packagegroup-meta-python3-ptest = "\ | 470 | RDEPENDS:packagegroup-meta-python3-ptest = "\ |
471 | python3-cryptography-ptest \ | 471 | python3-cryptography-ptest \ |
472 | python3-jinja2-ptest \ | 472 | python3-jinja2-ptest \ |
473 | python3-markupsafe-ptest \ | 473 | python3-markupsafe-ptest \ |
diff --git a/meta-python/recipes-devtools/python/pamela_1.0.0.bb b/meta-python/recipes-devtools/python/pamela_1.0.0.bb index 8ce95a5d02..369ed78ca7 100644 --- a/meta-python/recipes-devtools/python/pamela_1.0.0.bb +++ b/meta-python/recipes-devtools/python/pamela_1.0.0.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "pamela" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} = "libpam" | 12 | RDEPENDS:${PN} = "libpam" |
13 | 13 | ||
14 | inherit features_check | 14 | inherit features_check |
15 | REQUIRED_DISTRO_FEATURES = "pam" | 15 | REQUIRED_DISTRO_FEATURES = "pam" |
diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb index 798daeb212..71e932bb0c 100644 --- a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb +++ b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | |||
@@ -12,25 +12,25 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | PACKAGES =+ "${PN}-tests ${PN}-samples" | 13 | PACKAGES =+ "${PN}-tests ${PN}-samples" |
14 | 14 | ||
15 | FILES_${PN}-samples += " \ | 15 | FILES:${PN}-samples += " \ |
16 | ${PYTHON_SITEPACKAGES_DIR}/rtm/samples \ | 16 | ${PYTHON_SITEPACKAGES_DIR}/rtm/samples \ |
17 | " | 17 | " |
18 | 18 | ||
19 | FILES_${PN}-tests += " \ | 19 | FILES:${PN}-tests += " \ |
20 | ${PYTHON_SITEPACKAGES_DIR}/rtm/tests \ | 20 | ${PYTHON_SITEPACKAGES_DIR}/rtm/tests \ |
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS_${PN} += "\ | 23 | RDEPENDS:${PN} += "\ |
24 | ${PYTHON_PN}-json \ | 24 | ${PYTHON_PN}-json \ |
25 | ${PYTHON_PN}-logging \ | 25 | ${PYTHON_PN}-logging \ |
26 | ${PYTHON_PN}-netclient \ | 26 | ${PYTHON_PN}-netclient \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS_${PN}-samples += " \ | 29 | RDEPENDS:${PN}-samples += " \ |
30 | ${PN} \ | 30 | ${PN} \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RDEPENDS_${PN}-tests += " \ | 33 | RDEPENDS:${PN}-tests += " \ |
34 | ${PN} \ | 34 | ${PN} \ |
35 | ${PYTHON_PN}-unittest \ | 35 | ${PYTHON_PN}-unittest \ |
36 | " | 36 | " |
diff --git a/meta-python/recipes-devtools/python/python-django-south.inc b/meta-python/recipes-devtools/python/python-django-south.inc index e4f03b937d..4a376391aa 100644 --- a/meta-python/recipes-devtools/python/python-django-south.inc +++ b/meta-python/recipes-devtools/python/python-django-south.inc | |||
@@ -12,6 +12,6 @@ inherit pypi | |||
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-django \ | 16 | ${PYTHON_PN}-django \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python-django.inc b/meta-python/recipes-devtools/python/python-django.inc index c02b3fa522..e030ff4087 100644 --- a/meta-python/recipes-devtools/python/python-django.inc +++ b/meta-python/recipes-devtools/python/python-django.inc | |||
@@ -8,11 +8,11 @@ inherit pypi | |||
8 | 8 | ||
9 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | 9 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" |
10 | 10 | ||
11 | FILES_${PN} += "${datadir}/django" | 11 | FILES:${PN} += "${datadir}/django" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-compression \ | 16 | ${PYTHON_PN}-compression \ |
17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
18 | ${PYTHON_PN}-datetime \ | 18 | ${PYTHON_PN}-datetime \ |
diff --git a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc index 0723b97383..688622afa6 100644 --- a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc +++ b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "Flask-Bootstrap" | 8 | PYPI_PACKAGE = "Flask-Bootstrap" |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-dominate \ | 11 | ${PYTHON_PN}-dominate \ |
12 | ${PYTHON_PN}-flask \ | 12 | ${PYTHON_PN}-flask \ |
13 | ${PYTHON_PN}-visitor \ | 13 | ${PYTHON_PN}-visitor \ |
diff --git a/meta-python/recipes-devtools/python/python-flask-script.inc b/meta-python/recipes-devtools/python/python-flask-script.inc index f48af8bc9e..3a7adb32ca 100644 --- a/meta-python/recipes-devtools/python/python-flask-script.inc +++ b/meta-python/recipes-devtools/python/python-flask-script.inc | |||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "Flask-Script" | 8 | PYPI_PACKAGE = "Flask-Script" |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-flask \ | 11 | ${PYTHON_PN}-flask \ |
12 | " | 12 | " |
diff --git a/meta-python/recipes-devtools/python/python-flask-sijax.inc b/meta-python/recipes-devtools/python/python-flask-sijax.inc index ff4e70a53c..4264f8f6d5 100644 --- a/meta-python/recipes-devtools/python/python-flask-sijax.inc +++ b/meta-python/recipes-devtools/python/python-flask-sijax.inc | |||
@@ -5,4 +5,4 @@ LICENSE = "BSD-3-Clause" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" |
6 | 6 | ||
7 | PYPI_PACKAGE = "Flask-Sijax" | 7 | PYPI_PACKAGE = "Flask-Sijax" |
8 | RDEPENDS_${PN} = "${PYTHON_PN}-sijax" \ No newline at end of file | 8 | RDEPENDS:${PN} = "${PYTHON_PN}-sijax" \ No newline at end of file |
diff --git a/meta-python/recipes-devtools/python/python-flask-xstatic.inc b/meta-python/recipes-devtools/python/python-flask-xstatic.inc index 48ff7149c6..5f4e0858f8 100644 --- a/meta-python/recipes-devtools/python/python-flask-xstatic.inc +++ b/meta-python/recipes-devtools/python/python-flask-xstatic.inc | |||
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=659968f6ebd4b70b6c3190d20b4a924c" | |||
5 | SRC_URI[md5sum] = "2f56023e1444c8bd1fec41afe93de743" | 5 | SRC_URI[md5sum] = "2f56023e1444c8bd1fec41afe93de743" |
6 | SRC_URI[sha256sum] = "226ea8e97065a9488b59bfe5c94af4c6e2ea70a25052e301fb231a1381490133" | 6 | SRC_URI[sha256sum] = "226ea8e97065a9488b59bfe5c94af4c6e2ea70a25052e301fb231a1381490133" |
7 | 7 | ||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-flask-xstatic:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-flask-xstatic:" |
9 | SRC_URI += "file://remove-pip-requires.patch" | 9 | SRC_URI += "file://remove-pip-requires.patch" |
10 | 10 | ||
11 | PYPI_PACKAGE = "Flask-XStatic" | 11 | PYPI_PACKAGE = "Flask-XStatic" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-flask \ | 14 | ${PYTHON_PN}-flask \ |
15 | ${PYTHON_PN}-xstatic \ | 15 | ${PYTHON_PN}-xstatic \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index d9557646a0..6cbed0fcd5 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd" | |||
6 | SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54" | 6 | SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54" |
7 | SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" | 7 | SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" |
8 | 8 | ||
9 | RDEPENDS_${PN}_class-target += " \ | 9 | RDEPENDS:${PN}:class-target += " \ |
10 | ${PYTHON_PN}-codecs \ | 10 | ${PYTHON_PN}-codecs \ |
11 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
12 | ${PYTHON_PN}-math \ | 12 | ${PYTHON_PN}-math \ |
@@ -21,7 +21,7 @@ SRC_URI += " \ | |||
21 | file://run-ptest \ | 21 | file://run-ptest \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS_${PN}-ptest += " \ | 24 | RDEPENDS:${PN}-ptest += " \ |
25 | ${PYTHON_PN}-pytest \ | 25 | ${PYTHON_PN}-pytest \ |
26 | " | 26 | " |
27 | 27 | ||
diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb b/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb index 9d7a49eb63..55e5545373 100644 --- a/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb | |||
@@ -10,6 +10,6 @@ PYPI_PACKAGE = "aiofiles" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-asyncio \ | 14 | ${PYTHON_PN}-asyncio \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb index 05afed8b6e..f97cf12dbf 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.4.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "9c22a0e48e3b277fc145c67dd8c3b8f609dab36bce9eb337f70dfe7166 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-jinja2 \ | 11 | ${PYTHON_PN}-jinja2 \ |
12 | ${PYTHON_PN}-aiohttp \ | 12 | ${PYTHON_PN}-aiohttp \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb index 8bf129d30c..ea47ad2eb9 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc4888849 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "aiohttp" | 9 | PYPI_PACKAGE = "aiohttp" |
10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
11 | RDEPENDS_${PN} = "\ | 11 | RDEPENDS:${PN} = "\ |
12 | ${PYTHON_PN}-async-timeout \ | 12 | ${PYTHON_PN}-async-timeout \ |
13 | ${PYTHON_PN}-attrs \ | 13 | ${PYTHON_PN}-attrs \ |
14 | ${PYTHON_PN}-chardet \ | 14 | ${PYTHON_PN}-chardet \ |
diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb index 4a203ccc63..6ea4da3eae 100644 --- a/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "3ee8e857b07364516f8b9f0e5c52d4cd775036f3ace37c2769de1e8579 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-aiohttp" | 11 | RDEPENDS:${PN} += "${PYTHON_PN}-aiohttp" |
diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb b/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb index 6b58c7704c..9af21c92fb 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "a21fedebb3fb8f6bbbba51a11114f08c78709377051384c9c5ead5705e | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "alembic" | 9 | PYPI_PACKAGE = "alembic" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-dateutil \ | 12 | ${PYTHON_PN}-dateutil \ |
13 | ${PYTHON_PN}-editor \ | 13 | ${PYTHON_PN}-editor \ |
14 | ${PYTHON_PN}-mako \ | 14 | ${PYTHON_PN}-mako \ |
diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb index d31448d6a8..0b6ba9ff75 100644 --- a/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" | 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" |
13 | RDEPENDS_${PN} = "${PYTHON_PN}-six" | 13 | RDEPENDS:${PN} = "${PYTHON_PN}-six" |
diff --git a/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb index a9ebebeef9..0e32443992 100644 --- a/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb +++ b/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
diff --git a/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb b/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb index 2176f20aae..07cc99860d 100644 --- a/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | ${PYTHON_PN}-nose \ | 16 | ${PYTHON_PN}-nose \ |
17 | " | 17 | " |
@@ -24,4 +24,4 @@ do_install_ptest() { | |||
24 | SRC_URI[md5sum] = "2ea28d6ec311aeeebaf993cb3008b27c" | 24 | SRC_URI[md5sum] = "2ea28d6ec311aeeebaf993cb3008b27c" |
25 | SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba" | 25 | SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba" |
26 | 26 | ||
27 | RDEPENDS_${PN} += "${PYTHON_PN}-simplejson" | 27 | RDEPENDS:${PN} += "${PYTHON_PN}-simplejson" |
diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb index eef5c02735..977999bfe5 100644 --- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 ptest | 12 | inherit pypi setuptools3 ptest |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb b/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb index 8d23678a09..7889f0c62a 100644 --- a/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.4.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "1ce26326a61d8773d38a9726a345c6525a91a6120d7333af79ad792dac | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core" | 13 | RDEPENDS:${PN} += "python3-core" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.3.bb b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.3.bb index 7fdf9e0190..aff0c97ec9 100644 --- a/meta-python/recipes-devtools/python/python3-argcomplete_1.12.3.bb +++ b/meta-python/recipes-devtools/python/python3-argcomplete_1.12.3.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "argcomplete" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-core \ | 13 | ${PYTHON_PN}-core \ |
14 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb index 9f152a1d60..017a7e954b 100644 --- a/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[md5sum] = "448635948823309312ea9f70b30b6c2d" | |||
8 | SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c98c3bf" | 8 | SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c98c3bf" |
9 | 9 | ||
10 | DEPENDS += "python3-setuptools-scm-native" | 10 | DEPENDS += "python3-setuptools-scm-native" |
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | python3-dynamic-dispatch \ | 12 | python3-dynamic-dispatch \ |
13 | python3-typeguard \ | 13 | python3-typeguard \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb index 6aa7588760..d07ccbbf90 100644 --- a/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb +++ b/meta-python/recipes-devtools/python/python3-argh_0.26.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a584 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb index bb1271e330..c052cb8c82 100644 --- a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99b | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN}_class-target += " \ | 14 | RDEPENDS:${PN}:class-target += " \ |
15 | ${PYTHON_PN}-codecs \ | 15 | ${PYTHON_PN}-codecs \ |
16 | ${PYTHON_PN}-crypt \ | 16 | ${PYTHON_PN}-crypt \ |
17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb b/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb index 2dc57a6bb0..0cbeca21c7 100644 --- a/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-aspectlib_1.5.2.bb | |||
@@ -19,11 +19,11 @@ do_install_ptest() { | |||
19 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 19 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
20 | } | 20 | } |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += "\ | 22 | RDEPENDS:${PN}-ptest += "\ |
23 | python3-tornado \ | 23 | python3-tornado \ |
24 | python3-process-tests \ | 24 | python3-process-tests \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS_${PN} += "python3-core python3-fields" | 27 | RDEPENDS:${PN} += "python3-core python3-fields" |
28 | 28 | ||
29 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb index 513235bd82..5d7ef8f29b 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.6.5.bb | |||
@@ -12,12 +12,12 @@ DEPENDS += "${PYTHON_PN}-pytest-runner-native" | |||
12 | 12 | ||
13 | PACKAGES =+ "${PN}-tests" | 13 | PACKAGES =+ "${PN}-tests" |
14 | 14 | ||
15 | FILES_${PN}-tests += " \ | 15 | FILES:${PN}-tests += " \ |
16 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ | 16 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ |
17 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ | 17 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN}_class-target += "\ | 20 | RDEPENDS:${PN}:class-target += "\ |
21 | ${PYTHON_PN}-distutils \ | 21 | ${PYTHON_PN}-distutils \ |
22 | ${PYTHON_PN}-lazy-object-proxy \ | 22 | ${PYTHON_PN}-lazy-object-proxy \ |
23 | ${PYTHON_PN}-logging \ | 23 | ${PYTHON_PN}-logging \ |
@@ -26,7 +26,7 @@ RDEPENDS_${PN}_class-target += "\ | |||
26 | ${PYTHON_PN}-setuptools \ | 26 | ${PYTHON_PN}-setuptools \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS_${PN}-tests_class-target += "\ | 29 | RDEPENDS:${PN}-tests:class-target += "\ |
30 | ${PYTHON_PN}-unittest \ | 30 | ${PYTHON_PN}-unittest \ |
31 | ${PYTHON_PN}-xml \ | 31 | ${PYTHON_PN}-xml \ |
32 | " | 32 | " |
diff --git a/meta-python/recipes-devtools/python/python3-async-timeout_3.0.1.bb b/meta-python/recipes-devtools/python/python3-async-timeout_3.0.1.bb index 22dffe6462..b8ec02385c 100644 --- a/meta-python/recipes-devtools/python/python3-async-timeout_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-async-timeout_3.0.1.bb | |||
@@ -14,6 +14,6 @@ SRC_URI[sha256sum] = "0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b2 | |||
14 | PYPI_PACKAGE = "async-timeout" | 14 | PYPI_PACKAGE = "async-timeout" |
15 | inherit pypi setuptools3 | 15 | inherit pypi setuptools3 |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-asyncio \ | 18 | ${PYTHON_PN}-asyncio \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb index 72da6081ae..6f67d28651 100644 --- a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb +++ b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb | |||
@@ -8,4 +8,4 @@ inherit setuptools3 pypi | |||
8 | SRC_URI[md5sum] = "60153055e76ceaacdfbaeafb03d61dd9" | 8 | SRC_URI[md5sum] = "60153055e76ceaacdfbaeafb03d61dd9" |
9 | SRC_URI[sha256sum] = "fe3ceb2ba5f541330c07ca1bd7ae792468d625bad1acf5354a3a7a0b9fd87521" | 9 | SRC_URI[sha256sum] = "fe3ceb2ba5f541330c07ca1bd7ae792468d625bad1acf5354a3a7a0b9fd87521" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python3-asyncio python3-pygobject" | 11 | RDEPENDS:${PN} += "python3-asyncio python3-pygobject" |
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb index daa66ec1ac..d11c70e13d 100644 --- a/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-autobahn_21.3.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "e126c1f583e872fb59e79d36977cfa1f2d0a8a79f90ae31f406faae766 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-twisted \ | 11 | ${PYTHON_PN}-twisted \ |
12 | ${PYTHON_PN}-zopeinterface \ | 12 | ${PYTHON_PN}-zopeinterface \ |
13 | ${PYTHON_PN}-py-ubjson \ | 13 | ${PYTHON_PN}-py-ubjson \ |
diff --git a/meta-python/recipes-devtools/python/python3-automat_20.2.0.bb b/meta-python/recipes-devtools/python/python3-automat_20.2.0.bb index bddc5be69c..dbba97e76d 100644 --- a/meta-python/recipes-devtools/python/python3-automat_20.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-automat_20.2.0.bb | |||
@@ -8,14 +8,14 @@ SRC_URI[sha256sum] = "7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831 | |||
8 | 8 | ||
9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
10 | 10 | ||
11 | SRC_URI_append = " \ | 11 | SRC_URI:append = " \ |
12 | file://0001-setup.py-remove-the-dependency-on-m2r.patch \ | 12 | file://0001-setup.py-remove-the-dependency-on-m2r.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | PYPI_PACKAGE = "Automat" | 15 | PYPI_PACKAGE = "Automat" |
16 | inherit pypi setuptools3 | 16 | inherit pypi setuptools3 |
17 | 17 | ||
18 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-attrs \ | 19 | ${PYTHON_PN}-attrs \ |
20 | ${PYTHON_PN}-six \ | 20 | ${PYTHON_PN}-six \ |
21 | " | 21 | " |
diff --git a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.9.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.9.bb index 5408c5aa8d..27f37fec4c 100644 --- a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.9.bb +++ b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.4.9.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "SDK for connecting to AWS IoT using Python." | 1 | DESCRIPTION = "SDK for connecting to AWS IoT using Python." |
2 | HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python" | 2 | HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python" |
3 | LICENSE = "Apache-2.0 & (EPL-1.0 | EDL-1.0)" | 3 | LICENSE = "Apache-2.0 & (EPL-1.0 | EDL-1.0)" |
4 | LICENSE_${PN}-examples = "Apache-2.0" | 4 | LICENSE:${PN}-examples = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "\ | 5 | LIC_FILES_CHKSUM = "\ |
6 | file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \ | 6 | file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \ |
7 | file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \ | 7 | file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \ |
@@ -13,7 +13,7 @@ inherit pypi setuptools3 | |||
13 | 13 | ||
14 | PYPI_PACKAGE = "AWSIoTPythonSDK" | 14 | PYPI_PACKAGE = "AWSIoTPythonSDK" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -d -m0755 ${D}${datadir}/${BPN}/examples | 17 | install -d -m0755 ${D}${datadir}/${BPN}/examples |
18 | cp --preserve=mode,timestamps -R ${S}/samples/* ${D}${datadir}/${BPN}/examples | 18 | cp --preserve=mode,timestamps -R ${S}/samples/* ${D}${datadir}/${BPN}/examples |
19 | # this requires the full blown AWS Python SDK | 19 | # this requires the full blown AWS Python SDK |
@@ -22,7 +22,7 @@ do_install_append() { | |||
22 | 22 | ||
23 | PACKAGES =+ "${PN}-examples" | 23 | PACKAGES =+ "${PN}-examples" |
24 | 24 | ||
25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-crypt \ | 26 | ${PYTHON_PN}-crypt \ |
27 | ${PYTHON_PN}-datetime \ | 27 | ${PYTHON_PN}-datetime \ |
28 | ${PYTHON_PN}-io \ | 28 | ${PYTHON_PN}-io \ |
@@ -33,8 +33,8 @@ RDEPENDS_${PN} += " \ | |||
33 | ${PYTHON_PN}-numbers \ | 33 | ${PYTHON_PN}-numbers \ |
34 | ${PYTHON_PN}-threading \ | 34 | ${PYTHON_PN}-threading \ |
35 | " | 35 | " |
36 | RDEPENDS_${PN}-examples += "${PN}" | 36 | RDEPENDS:${PN}-examples += "${PN}" |
37 | 37 | ||
38 | FILES_${PN}-examples = "${datadir}/${BPN}/examples" | 38 | FILES:${PN}-examples = "${datadir}/${BPN}/examples" |
39 | 39 | ||
40 | BBCLASSEXTEND = "native nativesdk" | 40 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb b/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb index a54f0d2100..11c8d60105 100644 --- a/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb | |||
@@ -11,7 +11,7 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-codecs \ | 15 | ${PYTHON_PN}-codecs \ |
16 | ${PYTHON_PN}-difflib \ | 16 | ${PYTHON_PN}-difflib \ |
17 | ${PYTHON_PN}-distutils \ | 17 | ${PYTHON_PN}-distutils \ |
diff --git a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb index c90ffa1b47..392c044bfc 100644 --- a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb +++ b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.4.bb | |||
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | " | 21 | " |
22 | 22 | ||
@@ -25,7 +25,7 @@ do_install_ptest() { | |||
25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 25 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
26 | } | 26 | } |
27 | 27 | ||
28 | RDEPENDS_${PN} += "\ | 28 | RDEPENDS:${PN} += "\ |
29 | ${PYTHON_PN}-pickle \ | 29 | ${PYTHON_PN}-pickle \ |
30 | ${PYTHON_PN}-threading \ | 30 | ${PYTHON_PN}-threading \ |
31 | " | 31 | " |
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb index 2ef956e07a..18989c6d82 100644 --- a/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.0.bb | |||
@@ -9,6 +9,6 @@ DEPENDS = "python3-pbr-native python3-git python3-pbr python3-pyyaml python3-six | |||
9 | 9 | ||
10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
11 | 11 | ||
12 | RDEPENDS_${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" | 12 | RDEPENDS:${PN} += "python3-modules python3-git python3-pbr python3-pyyaml python3-six python3-stevedore" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-devtools/python/python3-bcrypt_3.2.0.bb b/meta-python/recipes-devtools/python/python3-bcrypt_3.2.0.bb index 360f14be1d..a6d5007069 100644 --- a/meta-python/recipes-devtools/python/python3-bcrypt_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-bcrypt_3.2.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
@@ -22,7 +22,7 @@ do_install_ptest() { | |||
22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
23 | } | 23 | } |
24 | 24 | ||
25 | RDEPENDS_${PN}_class-target += "\ | 25 | RDEPENDS:${PN}:class-target += "\ |
26 | ${PYTHON_PN}-cffi \ | 26 | ${PYTHON_PN}-cffi \ |
27 | ${PYTHON_PN}-ctypes \ | 27 | ${PYTHON_PN}-ctypes \ |
28 | ${PYTHON_PN}-shell \ | 28 | ${PYTHON_PN}-shell \ |
diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb index 5e03ad5e9e..cf92c8e9cf 100644 --- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb +++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.9.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e13 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "\ | 11 | RDEPENDS:${PN} = "\ |
12 | ${PYTHON_PN}-html5lib \ | 12 | ${PYTHON_PN}-html5lib \ |
13 | ${PYTHON_PN}-lxml \ | 13 | ${PYTHON_PN}-lxml \ |
14 | ${PYTHON_PN}-soupsieve \ | 14 | ${PYTHON_PN}-soupsieve \ |
diff --git a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb index a28e527315..04e24a607f 100644 --- a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "b9662327aa53294c1351b0a9c369093ccec1d21026f050c3bd9b3e5ccc | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-parse-type \ | 12 | ${PYTHON_PN}-parse-type \ |
13 | ${PYTHON_PN}-setuptools \ | 13 | ${PYTHON_PN}-setuptools \ |
14 | ${PYTHON_PN}-six \ | 14 | ${PYTHON_PN}-six \ |
diff --git a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb index ef654e9172..2caeb5afa2 100644 --- a/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-betamax_0.8.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd05 | |||
12 | 12 | ||
13 | inherit pypi setuptools3 ptest | 13 | inherit pypi setuptools3 ptest |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | ${PYTHON_PN}-requests \ | 17 | ${PYTHON_PN}-requests \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb b/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb index 9c80013eb5..94dbae2afc 100644 --- a/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb +++ b/meta-python/recipes-devtools/python/python3-bitstring_3.1.9.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "bitstring" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-core \ | 14 | ${PYTHON_PN}-core \ |
15 | ${PYTHON_PN}-numbers \ | 15 | ${PYTHON_PN}-numbers \ |
16 | ${PYTHON_PN}-mmap \ | 16 | ${PYTHON_PN}-mmap \ |
diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb index 18544b9007..397fdcfb05 100644 --- a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb +++ b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | ${PYTHON_PN}-nose \ | 16 | ${PYTHON_PN}-nose \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.6.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.6.bb index 7c45ed3300..e07fa98992 100644 --- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.6.bb +++ b/meta-python/recipes-devtools/python/python3-cachecontrol_0.12.6.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "be9aa45477a134aee56c8fac518627e1154df063e85f67d4f83ce0ccc2 | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | python3-crypt \ | 16 | python3-crypt \ |
17 | python3-datetime \ | 17 | python3-datetime \ |
18 | python3-email \ | 18 | python3-email \ |
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_4.2.2.bb b/meta-python/recipes-devtools/python/python3-cachetools_4.2.2.bb index 43049dafe7..58994d7096 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_4.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_4.2.2.bb | |||
@@ -14,11 +14,11 @@ SRC_URI += " \ | |||
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
18 | ${PYTHON_PN}-math \ | 18 | ${PYTHON_PN}-math \ |
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
22 | ${PYTHON_PN}-pytest \ | 22 | ${PYTHON_PN}-pytest \ |
23 | " | 23 | " |
24 | 24 | ||
diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.4.bb b/meta-python/recipes-devtools/python/python3-can_3.3.4.bb index 3ca303c72c..760b5dde9c 100644 --- a/meta-python/recipes-devtools/python/python3-can_3.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-can_3.3.4.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE="python-can" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN}_class-target += "\ | 13 | RDEPENDS:${PN}:class-target += "\ |
14 | ${PYTHON_PN}-aenum \ | 14 | ${PYTHON_PN}-aenum \ |
15 | ${PYTHON_PN}-ctypes \ | 15 | ${PYTHON_PN}-ctypes \ |
16 | ${PYTHON_PN}-codecs \ | 16 | ${PYTHON_PN}-codecs \ |
diff --git a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb index ad446d6efa..cf27f7f476 100644 --- a/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb +++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.25.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "8ad7d7c090eb1cac6110b3bfc1fd2d334ac62f415aac09350ebb8d241b | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-cython \ | 16 | ${PYTHON_PN}-cython \ |
17 | ${PYTHON_PN}-geomet \ | 17 | ${PYTHON_PN}-geomet \ |
18 | ${PYTHON_PN}-json \ | 18 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb index ba015a8188..9f0242de48 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.4.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | ${PYTHON_PN}-unixadmin \ | 17 | ${PYTHON_PN}-unixadmin \ |
18 | " | 18 | " |
@@ -22,7 +22,7 @@ do_install_ptest() { | |||
22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
23 | } | 23 | } |
24 | 24 | ||
25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-datetime \ | 26 | ${PYTHON_PN}-datetime \ |
27 | " | 27 | " |
28 | 28 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb b/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb index 95934c6e42..f9f8853495 100644 --- a/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-cerberus_1.3.4.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb" |
6 | 6 | ||
7 | RDEPENDS_${PN} += "python3-setuptools" | 7 | RDEPENDS:${PN} += "python3-setuptools" |
8 | 8 | ||
9 | # The PyPI package uses a capital letter so we have to specify this explicitly | 9 | # The PyPI package uses a capital letter so we have to specify this explicitly |
10 | PYPI_PACKAGE = "Cerberus" | 10 | PYPI_PACKAGE = "Cerberus" |
diff --git a/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb b/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb index bcd185d899..529d8960a8 100644 --- a/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb +++ b/meta-python/recipes-devtools/python/python3-cffi_1.14.6.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target = " \ | 11 | RDEPENDS:${PN}:class-target = " \ |
12 | ${PYTHON_PN}-ctypes \ | 12 | ${PYTHON_PN}-ctypes \ |
13 | ${PYTHON_PN}-io \ | 13 | ${PYTHON_PN}-io \ |
14 | ${PYTHON_PN}-pycparser \ | 14 | ${PYTHON_PN}-pycparser \ |
diff --git a/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb b/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb index 4caf33cb25..8b3c8bbaaf 100644 --- a/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb | |||
@@ -10,13 +10,13 @@ DEPENDS += "${PYTHON_PN}-pytest-runner-native" | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | PACKAGES =+ "${PN}-cli" | 12 | PACKAGES =+ "${PN}-cli" |
13 | FILES_${PN}-cli += " \ | 13 | FILES:${PN}-cli += " \ |
14 | ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ | 14 | ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN}-cli = "${PN} " | 17 | RDEPENDS:${PN}-cli = "${PN} " |
18 | 18 | ||
19 | RDEPENDS_${PN}_class-target += " \ | 19 | RDEPENDS:${PN}:class-target += " \ |
20 | ${PYTHON_PN}-logging \ | 20 | ${PYTHON_PN}-logging \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb index 8149d6ccee..448772960b 100644 --- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb +++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb | |||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181" | |||
6 | PYPI_PACKAGE = "Cheetah3" | 6 | PYPI_PACKAGE = "Cheetah3" |
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} = "python3-pickle python3-pprint" | 9 | RDEPENDS:${PN} = "python3-pickle python3-pprint" |
10 | RDEPENDS_${PN}_class-native = "" | 10 | RDEPENDS:${PN}:class-native = "" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb index 76affe2747..cf5ba988b4 100644 --- a/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb | |||
@@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} = "${PYTHON_PN}-click" | 10 | RDEPENDS:${PN} = "${PYTHON_PN}-click" |
diff --git a/meta-python/recipes-devtools/python/python3-click_8.0.1.bb b/meta-python/recipes-devtools/python/python3-click_8.0.1.bb index 22c6c7903c..be13570b59 100644 --- a/meta-python/recipes-devtools/python/python3-click_8.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-click_8.0.1.bb | |||
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | ${PYTHON_PN}-terminal \ | 21 | ${PYTHON_PN}-terminal \ |
22 | ${PYTHON_PN}-unixadmin \ | 22 | ${PYTHON_PN}-unixadmin \ |
@@ -31,7 +31,7 @@ UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/" | |||
31 | 31 | ||
32 | CLEANBROKEN = "1" | 32 | CLEANBROKEN = "1" |
33 | 33 | ||
34 | RDEPENDS_${PN} += "\ | 34 | RDEPENDS:${PN} += "\ |
35 | ${PYTHON_PN}-io \ | 35 | ${PYTHON_PN}-io \ |
36 | ${PYTHON_PN}-threading \ | 36 | ${PYTHON_PN}-threading \ |
37 | " | 37 | " |
diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb index 38f050a044..874e7cf0c1 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "25dbb2e9847aaa686a8a21e84e3d101db8b79f5cb992e044fc54210ab8 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-attrs \ | 13 | ${PYTHON_PN}-attrs \ |
14 | ${PYTHON_PN}-colorama \ | 14 | ${PYTHON_PN}-colorama \ |
15 | ${PYTHON_PN}-pyperclip \ | 15 | ${PYTHON_PN}-pyperclip \ |
diff --git a/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb b/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb index 5de59d5b45..8777036d96 100644 --- a/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb | |||
@@ -8,15 +8,15 @@ SRC_URI[sha256sum] = "7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | do_compile_prepend() { | 11 | do_compile:prepend() { |
12 | sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py | 12 | sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py |
13 | } | 13 | } |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | rm -rf ${D}${datadir} | 16 | rm -rf ${D}${datadir} |
17 | } | 17 | } |
18 | 18 | ||
19 | RDEPENDS_${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
20 | ${PYTHON_PN}-humanfriendly \ | 20 | ${PYTHON_PN}-humanfriendly \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb index 596d16fa4a..32b24f0429 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | PACKAGECONFIG ?= "yaml" | 12 | PACKAGECONFIG ?= "yaml" |
13 | PACKAGECONFIG[yaml] = ",,,${PYTHON_PN}-pyyaml" | 13 | PACKAGECONFIG[yaml] = ",,,${PYTHON_PN}-pyyaml" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-core \ | 16 | ${PYTHON_PN}-core \ |
17 | ${PYTHON_PN}-shell \ | 17 | ${PYTHON_PN}-shell \ |
18 | ${PYTHON_PN}-json \ | 18 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb index 70e67a1a7e..359c9d002c 100644 --- a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb +++ b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb | |||
@@ -13,4 +13,4 @@ S = "${WORKDIR}/git" | |||
13 | 13 | ||
14 | inherit setuptools3 | 14 | inherit setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "python3-modules python3-fcntl python3-six" | 16 | RDEPENDS:${PN} += "python3-modules python3-fcntl python3-six" |
diff --git a/meta-python/recipes-devtools/python/python3-constantly_15.1.0.bb b/meta-python/recipes-devtools/python/python3-constantly_15.1.0.bb index ad24f6de6d..7f9b0326fa 100644 --- a/meta-python/recipes-devtools/python/python3-constantly_15.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-constantly_15.1.0.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba5914 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-json" | 11 | RDEPENDS:${PN} += "${PYTHON_PN}-json" |
diff --git a/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb b/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb index 14a344f76f..df8f0d83d8 100644 --- a/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb +++ b/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb | |||
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f2 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-unittest" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-unittest" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb index 1782391a62..e4058caab9 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.15.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "a70dfc9d52de9fc1a886128b9148c89dd9e76b67d55f46516ca94d2d73 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " python3-dateutil python3-natsort" | 12 | RDEPENDS:${PN} += " python3-dateutil python3-natsort" |
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb index 0a36ffe1bd..baec105a3e 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb | |||
@@ -22,7 +22,7 @@ DEPENDS += " \ | |||
22 | ${PYTHON_PN}-six \ | 22 | ${PYTHON_PN}-six \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-cffi \ | 26 | ${PYTHON_PN}-cffi \ |
27 | ${PYTHON_PN}-idna \ | 27 | ${PYTHON_PN}-idna \ |
28 | ${PYTHON_PN}-asn1crypto \ | 28 | ${PYTHON_PN}-asn1crypto \ |
@@ -30,7 +30,7 @@ RDEPENDS_${PN} += " \ | |||
30 | ${PYTHON_PN}-six \ | 30 | ${PYTHON_PN}-six \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RDEPENDS_${PN}_class-target += " \ | 33 | RDEPENDS:${PN}:class-target += " \ |
34 | ${PYTHON_PN}-cffi \ | 34 | ${PYTHON_PN}-cffi \ |
35 | ${PYTHON_PN}-idna \ | 35 | ${PYTHON_PN}-idna \ |
36 | ${PYTHON_PN}-numbers \ | 36 | ${PYTHON_PN}-numbers \ |
@@ -40,7 +40,7 @@ RDEPENDS_${PN}_class-target += " \ | |||
40 | ${PYTHON_PN}-threading \ | 40 | ${PYTHON_PN}-threading \ |
41 | " | 41 | " |
42 | 42 | ||
43 | RDEPENDS_${PN}-ptest += " \ | 43 | RDEPENDS:${PN}-ptest += " \ |
44 | ${PN} \ | 44 | ${PN} \ |
45 | ${PYTHON_PN}-cryptography-vectors \ | 45 | ${PYTHON_PN}-cryptography-vectors \ |
46 | ${PYTHON_PN}-iso8601 \ | 46 | ${PYTHON_PN}-iso8601 \ |
@@ -58,7 +58,7 @@ do_install_ptest() { | |||
58 | cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/ | 58 | cp -rf ${S}/tests/hazmat/* ${D}${PTEST_PATH}/tests/hazmat/ |
59 | } | 59 | } |
60 | 60 | ||
61 | FILES_${PN}-dbg += " \ | 61 | FILES:${PN}-dbg += " \ |
62 | ${libdir}/${PYTHON_PN}2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ | 62 | ${libdir}/${PYTHON_PN}2.7/site-packages/${SRCNAME}/hazmat/bindings/.debug \ |
63 | " | 63 | " |
64 | 64 | ||
diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb index 360df6a3ef..cc017dd833 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb | |||
@@ -9,7 +9,7 @@ SRCREV = "60fdb838e0bb2d8f32ba51129552c83b55acd2a7" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | RDEPENDS_${PN} += "lapack suitesparse" | 12 | RDEPENDS:${PN} += "lapack suitesparse" |
13 | DEPENDS += "lapack suitesparse" | 13 | DEPENDS += "lapack suitesparse" |
14 | 14 | ||
15 | inherit setuptools3 | 15 | inherit setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb b/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb index cd21be8ac1..91df9875fc 100644 --- a/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | python3-core \ | 12 | python3-core \ |
13 | python3-six \ | 13 | python3-six \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb index e3691dd83a..3d6995adb8 100644 --- a/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | CLEANBROKEN = "1" | 13 | CLEANBROKEN = "1" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
16 | ${PYTHON_PN}-dateutil \ | 16 | ${PYTHON_PN}-dateutil \ |
17 | ${PYTHON_PN}-tzlocal \ | 17 | ${PYTHON_PN}-tzlocal \ |
18 | ${PYTHON_PN}-ruamel-yaml \ | 18 | ${PYTHON_PN}-ruamel-yaml \ |
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb index a68a736a8c..cd0bdf6671 100644 --- a/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-dateutil_2.8.2.bb | |||
@@ -10,11 +10,11 @@ PYPI_PACKAGE = "python-dateutil" | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | PACKAGES =+ "${PN}-zoneinfo" | 12 | PACKAGES =+ "${PN}-zoneinfo" |
13 | FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" | 13 | FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo" |
14 | 14 | ||
15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-datetime \ | 18 | ${PYTHON_PN}-datetime \ |
19 | ${PYTHON_PN}-numbers \ | 19 | ${PYTHON_PN}-numbers \ |
20 | ${PYTHON_PN}-six \ | 20 | ${PYTHON_PN}-six \ |
diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb index 08f5e940fe..e69c9b4793 100644 --- a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
11 | 11 | ||
12 | inherit distutils3 | 12 | inherit distutils3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | python3-asyncio \ | 15 | python3-asyncio \ |
16 | python3-core \ | 16 | python3-core \ |
17 | python3-ctypes \ | 17 | python3-ctypes \ |
diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb b/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb index c3acc518a7..f7594e87e2 100644 --- a/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb +++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb | |||
@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "72ecfba4320a893c53f9706bebb2d55c270c1e51a28789361aa93e4a21 | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-stringold \ | 17 | ${PYTHON_PN}-stringold \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb index 0634e17f5e..f77d11e255 100644 --- a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb | |||
@@ -9,6 +9,6 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | PYPI_PACKAGE_EXT = "zip" | 10 | PYPI_PACKAGE_EXT = "zip" |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-multiprocessing \ | 13 | ${PYTHON_PN}-multiprocessing \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.24.bb b/meta-python/recipes-devtools/python/python3-django_2.2.24.bb index 964ca6ba03..2c0bcf720e 100644 --- a/meta-python/recipes-devtools/python/python3-django_2.2.24.bb +++ b/meta-python/recipes-devtools/python/python3-django_2.2.24.bb | |||
@@ -4,6 +4,6 @@ inherit setuptools3 | |||
4 | SRC_URI[md5sum] = "ebf3bbb7716a7b11029e860475b9a122" | 4 | SRC_URI[md5sum] = "ebf3bbb7716a7b11029e860475b9a122" |
5 | SRC_URI[sha256sum] = "3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7" | 5 | SRC_URI[sha256sum] = "3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7" |
6 | 6 | ||
7 | RDEPENDS_${PN} += "\ | 7 | RDEPENDS:${PN} += "\ |
8 | ${PYTHON_PN}-sqlparse \ | 8 | ${PYTHON_PN}-sqlparse \ |
9 | " | 9 | " |
diff --git a/meta-python/recipes-devtools/python/python3-django_3.2.5.bb b/meta-python/recipes-devtools/python/python3-django_3.2.5.bb index 5890c85419..c10212c4cd 100644 --- a/meta-python/recipes-devtools/python/python3-django_3.2.5.bb +++ b/meta-python/recipes-devtools/python/python3-django_3.2.5.bb | |||
@@ -3,7 +3,7 @@ inherit setuptools3 | |||
3 | 3 | ||
4 | SRC_URI[sha256sum] = "3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd" | 4 | SRC_URI[sha256sum] = "3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd" |
5 | 5 | ||
6 | RDEPENDS_${PN} += "\ | 6 | RDEPENDS:${PN} += "\ |
7 | ${PYTHON_PN}-sqlparse \ | 7 | ${PYTHON_PN}-sqlparse \ |
8 | " | 8 | " |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb index 417e36721a..b05a8d817a 100644 --- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb +++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.4.bb | |||
@@ -11,6 +11,6 @@ PYPI_PACKAGE = "djangorestframework" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-django \ | 15 | ${PYTHON_PN}-django \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb index 20de09391f..5466b40614 100644 --- a/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
@@ -22,7 +22,7 @@ do_install_ptest() { | |||
22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
23 | } | 23 | } |
24 | 24 | ||
25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-crypt \ | 26 | ${PYTHON_PN}-crypt \ |
27 | ${PYTHON_PN}-io \ | 27 | ${PYTHON_PN}-io \ |
28 | ${PYTHON_PN}-math \ | 28 | ${PYTHON_PN}-math \ |
diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb b/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb index b7c738d656..40bc1868f4 100644 --- a/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-dominate_2.6.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
@@ -20,7 +20,7 @@ do_install_ptest() { | |||
20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} += "\ | 23 | RDEPENDS:${PN} += "\ |
24 | ${PYTHON_PN}-numbers \ | 24 | ${PYTHON_PN}-numbers \ |
25 | ${PYTHON_PN}-threading \ | 25 | ${PYTHON_PN}-threading \ |
26 | " | 26 | " |
diff --git a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb index 06a9012ca4..663fe775f4 100644 --- a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb +++ b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb | |||
@@ -12,4 +12,4 @@ PV = "0.1+git${SRCPV}" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | RDEPENDS_${PN} = "python3-jsonschema python3-ruamel-yaml" | 15 | RDEPENDS:${PN} = "python3-jsonschema python3-ruamel-yaml" |
diff --git a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb index 0ed5df1b2e..9e4a13cff4 100644 --- a/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "fbc676aaedc8ec542056c21e5e206b8b62b8d11c3f3c5cfb32b273936d | |||
11 | PYPI_PACKAGE = "dynamic_dispatch" | 11 | PYPI_PACKAGE = "dynamic_dispatch" |
12 | 12 | ||
13 | DEPENDS += "python3-setuptools-scm-native" | 13 | DEPENDS += "python3-setuptools-scm-native" |
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | python3-typeguard \ | 15 | python3-typeguard \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb index 1401f8e58d..a217ecd224 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.17.0.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-six python3-gmpy2 python3-pbr" | 13 | RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr" |
diff --git a/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb b/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb index 2d9c53172d..1801fc26b8 100644 --- a/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-elementpath_2.2.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "60139b91ef9646e27381fd62b8c38f1fc8ebc78dc4bc231c08c5124006 | |||
8 | PYPI_PACKAGE = "elementpath" | 8 | PYPI_PACKAGE = "elementpath" |
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-xml \ | 12 | ${PYTHON_PN}-xml \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb index 15b321c359..7a828a645d 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | PYPI_PACKAGE = "python-engineio" | 10 | PYPI_PACKAGE = "python-engineio" |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | python3-netclient \ | 13 | python3-netclient \ |
14 | python3-json \ | 14 | python3-json \ |
15 | python3-logging \ | 15 | python3-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb index 182a81d694..7c66342ec4 100644 --- a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148 | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" | 11 | SRC_URI[sha256sum] = "8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" |
14 | 14 | ||
15 | inherit setuptools3 pypi | 15 | inherit setuptools3 pypi |
16 | 16 | ||
diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb b/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb index e15d83b60e..97a8aedd79 100644 --- a/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb | |||
@@ -7,13 +7,13 @@ SRC_URI[sha256sum] = "8782740eb1a86b187334c07feb5127d3faa0b236e113206dfe3ae8f77f | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | do_compile_prepend() { | 10 | do_compile:prepend() { |
11 | rm -rf ${S}/evdev/ecodes.c | 11 | rm -rf ${S}/evdev/ecodes.c |
12 | } | 12 | } |
13 | 13 | ||
14 | DISTUTILS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h" | 14 | DISTUTILS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h" |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
18 | ${PYTHON_PN}-fcntl \ | 18 | ${PYTHON_PN}-fcntl \ |
19 | ${PYTHON_PN}-io \ | 19 | ${PYTHON_PN}-io \ |
diff --git a/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb b/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb index a7b156535d..73bdd7007b 100644 --- a/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-execnet_1.9.0.bb | |||
@@ -19,10 +19,10 @@ do_install_ptest() { | |||
19 | cp -rf ${S}/testing/* ${D}${PTEST_PATH}/tests/ | 19 | cp -rf ${S}/testing/* ${D}${PTEST_PATH}/tests/ |
20 | } | 20 | } |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += "\ | 22 | RDEPENDS:${PN}-ptest += "\ |
23 | python3-pytest \ | 23 | python3-pytest \ |
24 | " | 24 | " |
25 | 25 | ||
26 | RDEPENDS_${PN} += "python3-core python3-crypt python3-ctypes python3-fcntl python3-io python3-shell python3-threading" | 26 | RDEPENDS:${PN} += "python3-core python3-crypt python3-ctypes python3-fcntl python3-io python3-shell python3-threading" |
27 | 27 | ||
28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb index 6f283a3929..26549c151f 100644 --- a/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb +++ b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba334 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
12 | ${PYTHON_PN}-fcntl \ | 12 | ${PYTHON_PN}-fcntl \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.1.bb b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.1.bb index d901fcb2e0..a8bc0c10d4 100644 --- a/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-fastjsonschema_2.15.1.bb | |||
@@ -20,7 +20,7 @@ do_install_ptest() { | |||
20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN}-ptest += "\ | 23 | RDEPENDS:${PN}-ptest += "\ |
24 | python3-colorama \ | 24 | python3-colorama \ |
25 | python3-jsonschema \ | 25 | python3-jsonschema \ |
26 | python3-pylint \ | 26 | python3-pylint \ |
@@ -28,7 +28,7 @@ RDEPENDS_${PN}-ptest += "\ | |||
28 | python3-pytest-benchmark \ | 28 | python3-pytest-benchmark \ |
29 | python3-pytest-cache \ | 29 | python3-pytest-cache \ |
30 | " | 30 | " |
31 | RDEPENDS_${PN} += "\ | 31 | RDEPENDS:${PN} += "\ |
32 | python3-core \ | 32 | python3-core \ |
33 | python3-urllib3 \ | 33 | python3-urllib3 \ |
34 | python3-numbers \ | 34 | python3-numbers \ |
diff --git a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb index 81c5fde132..f57727bebd 100644 --- a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb +++ b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
11 | 11 | ||
12 | inherit setuptools3 | 12 | inherit setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-datetime \ | 15 | ${PYTHON_PN}-datetime \ |
16 | ${PYTHON_PN}-io \ | 16 | ${PYTHON_PN}-io \ |
17 | ${PYTHON_PN}-xml \ | 17 | ${PYTHON_PN}-xml \ |
diff --git a/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb b/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb index 9c22b920d2..c1dfe0a377 100644 --- a/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "31d4aa03d8d44e35df13c431de35136997f047a924a597d84f7bc209e1 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core" | 13 | RDEPENDS:${PN} += "python3-core" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-babel_2.0.0.bb b/meta-python/recipes-devtools/python/python3-flask-babel_2.0.0.bb index 8a01b49b45..657c190ec5 100644 --- a/meta-python/recipes-devtools/python/python3-flask-babel_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-babel_2.0.0.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "Flask-Babel" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-speaklater \ | 13 | ${PYTHON_PN}-speaklater \ |
14 | ${PYTHON_PN}-babel \ | 14 | ${PYTHON_PN}-babel \ |
15 | ${PYTHON_PN}-flask \ | 15 | ${PYTHON_PN}-flask \ |
diff --git a/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb index 5d7e9b517e..68eb2cefe7 100644 --- a/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "8ac4c732aa5b11d9f6c2de58065d3b669f139518ca8f529bce943817e2 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-flask" | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb index 779a2e25e9..f2eb34d0f7 100644 --- a/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d32 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask" | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb index d776ce9682..b03929104d 100644 --- a/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.5.0.bb | |||
@@ -13,4 +13,4 @@ PYPI_PACKAGE = "Flask-Login" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN}_class-target = "${PYTHON_PN}-flask" | 16 | RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb index 7a89cac9d2..e568f7fac2 100644 --- a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | |||
@@ -11,4 +11,4 @@ PYPI_PACKAGE = "Flask-Mail" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "${PYTHON_PN}-flask" | 14 | RDEPENDS:${PN} = "${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.1.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.1.bb index 77fd172bc4..04b71c6018 100644 --- a/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-migrate_3.0.1.bb | |||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "Flask-Migrate" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-flask-sqlalchemy \ | 12 | ${PYTHON_PN}-flask-sqlalchemy \ |
13 | ${PYTHON_PN}-alembic \ | 13 | ${PYTHON_PN}-alembic \ |
14 | ${PYTHON_PN}-flask \ | 14 | ${PYTHON_PN}-flask \ |
diff --git a/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb b/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb index 77735e3254..d7edba25c1 100644 --- a/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb +++ b/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "flask-nav" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-blinker \ | 13 | ${PYTHON_PN}-blinker \ |
14 | ${PYTHON_PN}-flask \ | 14 | ${PYTHON_PN}-flask \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb index e3c744d925..a995a2ea39 100644 --- a/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb | |||
@@ -14,4 +14,4 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | DEPENDS = "${PYTHON_PN}-vcversioner ${PYTHON_PN}-vcversioner-native" | 15 | DEPENDS = "${PYTHON_PN}-vcversioner ${PYTHON_PN}-vcversioner-native" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask" | 17 | RDEPENDS:${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb index 4b83158a79..294e3b0928 100644 --- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb +++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb | |||
@@ -12,4 +12,4 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "Flask-RESTful" | 13 | PYPI_PACKAGE = "Flask-RESTful" |
14 | 14 | ||
15 | RDEPENDS_${PN} = "${PYTHON_PN}-flask" | 15 | RDEPENDS:${PN} = "${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb index 5a6b83bfec..deca5f5d8e 100644 --- a/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask-socketio_5.1.0.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "Flask-SocketIO" | |||
11 | 11 | ||
12 | SRC_URI[sha256sum] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874" | 12 | SRC_URI[sha256sum] = "b41b9f6fb0d7f3fcadd54c44653307a9b96e985c7da73f92779480248b5b6874" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-flask \ | 15 | ${PYTHON_PN}-flask \ |
16 | ${PYTHON_PN}-socketio \ | 16 | ${PYTHON_PN}-socketio \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb index 3ca0227bd7..3aa6303da7 100644 --- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb | |||
@@ -8,4 +8,4 @@ PYPI_PACKAGE = "Flask-SQLAlchemy" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask" | 11 | RDEPENDS:${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb index e8d5b5f2f2..388e257a8b 100644 --- a/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb | |||
@@ -9,6 +9,6 @@ PYPI_PACKAGE = "Flask-Uploads" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-flask \ | 13 | ${PYTHON_PN}-flask \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb index a59019af85..fbacf2e996 100644 --- a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb +++ b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb | |||
@@ -13,7 +13,7 @@ PYPI_PACKAGE = "Flask-User" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} = "${PYTHON_PN}-flask \ | 16 | RDEPENDS:${PN} = "${PYTHON_PN}-flask \ |
17 | ${PYTHON_PN}-flask-login \ | 17 | ${PYTHON_PN}-flask-login \ |
18 | ${PYTHON_PN}-flask-mail \ | 18 | ${PYTHON_PN}-flask-mail \ |
19 | ${PYTHON_PN}-babel" | 19 | ${PYTHON_PN}-babel" |
diff --git a/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb index 84b2a9e279..aebc1344f8 100644 --- a/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb | |||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "Flask-WTF" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "\ | 11 | RDEPENDS:${PN} = "\ |
12 | ${PYTHON_PN}-flask \ | 12 | ${PYTHON_PN}-flask \ |
13 | ${PYTHON_PN}-itsdangerous \ | 13 | ${PYTHON_PN}-itsdangerous \ |
14 | ${PYTHON_PN}-json \ | 14 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb b/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb index 6c63a388aa..f1c0461470 100644 --- a/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb | |||
@@ -14,7 +14,7 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | CLEANBROKEN = "1" | 15 | CLEANBROKEN = "1" |
16 | 16 | ||
17 | RDEPENDS_${PN} = " \ | 17 | RDEPENDS:${PN} = " \ |
18 | ${PYTHON_PN}-werkzeug \ | 18 | ${PYTHON_PN}-werkzeug \ |
19 | ${PYTHON_PN}-jinja2 \ | 19 | ${PYTHON_PN}-jinja2 \ |
20 | ${PYTHON_PN}-itsdangerous \ | 20 | ${PYTHON_PN}-itsdangerous \ |
diff --git a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb index c3fd37c8b7..1a21230113 100644 --- a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -21,6 +21,6 @@ do_install_ptest() { | |||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} += "python3-simplejson python3-math" | 24 | RDEPENDS:${PN} += "python3-simplejson python3-math" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb index de05534b16..4337d8558e 100644 --- a/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-geomet_0.3.0.bb | |||
@@ -15,7 +15,7 @@ SRCREV = "73ec5ec96cca32f2e2461d3964fc3d4ab80248f9" | |||
15 | 15 | ||
16 | inherit setuptools3 | 16 | inherit setuptools3 |
17 | 17 | ||
18 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-click \ | 19 | ${PYTHON_PN}-click \ |
20 | ${PYTHON_PN}-core \ | 20 | ${PYTHON_PN}-core \ |
21 | ${PYTHON_PN}-io \ | 21 | ${PYTHON_PN}-io \ |
diff --git a/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb b/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb index 5edd96b348..e4eaad0170 100644 --- a/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-gevent_21.1.2.bb | |||
@@ -9,14 +9,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65 \ | |||
9 | " | 9 | " |
10 | DEPENDS += "libevent" | 10 | DEPENDS += "libevent" |
11 | DEPENDS += "${PYTHON_PN}-greenlet" | 11 | DEPENDS += "${PYTHON_PN}-greenlet" |
12 | RDEPENDS_${PN} = "${PYTHON_PN}-greenlet \ | 12 | RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \ |
13 | ${PYTHON_PN}-mime \ | 13 | ${PYTHON_PN}-mime \ |
14 | ${PYTHON_PN}-pprint \ | 14 | ${PYTHON_PN}-pprint \ |
15 | " | 15 | " |
16 | 16 | ||
17 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-gevent:" | 17 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-gevent:" |
18 | 18 | ||
19 | SRC_URI_append = " \ | 19 | SRC_URI:append = " \ |
20 | file://libev-conf.patch;patch=1;pnum=1 \ | 20 | file://libev-conf.patch;patch=1;pnum=1 \ |
21 | " | 21 | " |
22 | 22 | ||
@@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "520cc2a029a9eef436e4e56b007af7859315cafa21937d43c1d5269f12 | |||
25 | # The python-gevent has no autoreconf ability | 25 | # The python-gevent has no autoreconf ability |
26 | # and the logic for detecting a cross compile is flawed | 26 | # and the logic for detecting a cross compile is flawed |
27 | # so always force a cross compile | 27 | # so always force a cross compile |
28 | do_configure_append() { | 28 | do_configure:append() { |
29 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/libev/configure | 29 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/libev/configure |
30 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/c-ares/configure | 30 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/deps/c-ares/configure |
31 | } | 31 | } |
diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb index 8ecb691f82..eee47fefa0 100644 --- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb +++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "7ab7a226ab13d75f7bc34a1422da73658ce4cac86708bf55f92daf7c5f | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | python3-asyncio \ | 11 | python3-asyncio \ |
12 | python3-core \ | 12 | python3-core \ |
13 | python3-datetime \ | 13 | python3-datetime \ |
diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb index cc441af0b8..5808c8db05 100644 --- a/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb +++ b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285e | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | gnupg-gpg \ | 12 | gnupg-gpg \ |
13 | python3-logging \ | 13 | python3-logging \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb index 08cc35d064..2ded8c66bb 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-core_1.30.0.bb | |||
@@ -8,14 +8,14 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "0724d354d394b3d763bc10dfee05807813c5210f0bd9b8e2ddf6b6925603411c" | 9 | SRC_URI[sha256sum] = "0724d354d394b3d763bc10dfee05807813c5210f0bd9b8e2ddf6b6925603411c" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-asyncio \ | 12 | ${PYTHON_PN}-asyncio \ |
13 | ${PYTHON_PN}-datetime \ | 13 | ${PYTHON_PN}-datetime \ |
14 | ${PYTHON_PN}-logging \ | 14 | ${PYTHON_PN}-logging \ |
15 | ${PYTHON_PN}-math \ | 15 | ${PYTHON_PN}-math \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-googleapis-common-protos \ | 19 | ${PYTHON_PN}-googleapis-common-protos \ |
20 | ${PYTHON_PN}-google-auth \ | 20 | ${PYTHON_PN}-google-auth \ |
21 | ${PYTHON_PN}-grpcio \ | 21 | ${PYTHON_PN}-grpcio \ |
diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb index 67d05b5dd0..36345e0166 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.12.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "a5d203241a93201a770c966f8eca39de7f88b28194f9d252065b18e83b | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-logging \ | 12 | ${PYTHON_PN}-logging \ |
13 | ${PYTHON_PN}-six \ | 13 | ${PYTHON_PN}-six \ |
14 | ${PYTHON_PN}-json \ | 14 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb index d492bbbcb7..72dd24dedb 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_1.32.0.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "e34e5f5de5610b202f9b40ebd9f8b27571d5c5537db9afed3a72b2db5a345039" | 9 | SRC_URI[sha256sum] = "e34e5f5de5610b202f9b40ebd9f8b27571d5c5537db9afed3a72b2db5a345039" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-asyncio \ | 12 | ${PYTHON_PN}-asyncio \ |
13 | ${PYTHON_PN}-datetime \ | 13 | ${PYTHON_PN}-datetime \ |
14 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
@@ -18,7 +18,7 @@ RDEPENDS_${PN} += "\ | |||
18 | ${PYTHON_PN}-numbers \ | 18 | ${PYTHON_PN}-numbers \ |
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_${PN} += "\ | 21 | RDEPENDS:${PN} += "\ |
22 | ${PYTHON_PN}-aiohttp \ | 22 | ${PYTHON_PN}-aiohttp \ |
23 | ${PYTHON_PN}-cachetools \ | 23 | ${PYTHON_PN}-cachetools \ |
24 | ${PYTHON_PN}-pyasn1-modules \ | 24 | ${PYTHON_PN}-pyasn1-modules \ |
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb index 2c59ae86d2..58d35f3d8d 100644 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.53.0.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4" | 9 | SRC_URI[sha256sum] = "a88ee8903aa0a81f6c3cec2d5cf62d3c8aa67c06439b0496b49048fb1854ebf4" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-grpcio \ | 12 | ${PYTHON_PN}-grpcio \ |
13 | ${PYTHON_PN}-protobuf \ | 13 | ${PYTHON_PN}-protobuf \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb b/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb index 35485ba7c4..50c1ebd153 100644 --- a/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb | |||
@@ -11,6 +11,6 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | python3 \ | 15 | python3 \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb index 306ada89cd..017a1d0fe6 100644 --- a/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.17.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | PYPI_PACKAGE_EXT = "zip" | 10 | PYPI_PACKAGE_EXT = "zip" |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-logging \ | 13 | ${PYTHON_PN}-logging \ |
14 | " | 14 | " |
15 | 15 | ||
diff --git a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb b/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb index 9af5a0b4ef..841b84ddf6 100644 --- a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-greenstalk_2.0.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "0020970abdb6f400586938573cbbec80410e83805d61e46cf76ea3ed71129257" | 6 | SRC_URI[sha256sum] = "0020970abdb6f400586938573cbbec80410e83805d61e46cf76ea3ed71129257" |
7 | 7 | ||
8 | RDEPENDS_${PN} += "python3-io python3-core" | 8 | RDEPENDS:${PN} += "python3-io python3-core" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | inherit setuptools3 | 11 | inherit setuptools3 |
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb index e6680e84b9..ee7c140b3c 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.38.1.bb | |||
@@ -13,10 +13,10 @@ SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "cd85f58038b92e1961f8127d79691e84e151390d35cae73c4c0cbe2042f76b77" | 14 | SRC_URI[sha256sum] = "cd85f58038b92e1961f8127d79691e84e151390d35cae73c4c0cbe2042f76b77" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "${PYTHON_PN}-grpcio" | 16 | RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
19 | 19 | ||
20 | # Needs abseil-cpp which does not build for ppc64le/musl | 20 | # Needs abseil-cpp which does not build for ppc64le/musl |
21 | COMPATIBLE_HOST_libc-musl_powerpc64le = "null" | 21 | COMPATIBLE_HOST:libc-musl:powerpc64le = "null" |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb index 3af033d966..cbc8ce95fc 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.38.1.bb | |||
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
7 | DEPENDS += "${PYTHON_PN}-protobuf" | 7 | DEPENDS += "${PYTHON_PN}-protobuf" |
8 | 8 | ||
9 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | 9 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" |
10 | SRC_URI_append_class-target = " file://ppc-boringssl-support.patch \ | 10 | SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \ |
11 | file://boring_ssl.patch \ | 11 | file://boring_ssl.patch \ |
12 | file://mips_bigendian.patch \ | 12 | file://mips_bigendian.patch \ |
13 | file://0001-absl-always-use-asm-sgidefs.h.patch \ | 13 | file://0001-absl-always-use-asm-sgidefs.h.patch \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c" | 15 | SRC_URI[sha256sum] = "1f79d8a24261e3c12ec3a6c25945ff799ae09874fd24815bc17c2dc37715ef6c" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "${PYTHON_PN}-protobuf \ | 17 | RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \ |
18 | ${PYTHON_PN}-setuptools \ | 18 | ${PYTHON_PN}-setuptools \ |
19 | ${PYTHON_PN}-six \ | 19 | ${PYTHON_PN}-six \ |
20 | " | 20 | " |
@@ -24,17 +24,17 @@ inherit pypi | |||
24 | 24 | ||
25 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | 25 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" |
26 | 26 | ||
27 | BORING_SSL_PLATFORM_arm = "linux-arm" | 27 | BORING_SSL_PLATFORM:arm = "linux-arm" |
28 | BORING_SSL_PLATFORM_x86-64 = "linux-x86_64" | 28 | BORING_SSL_PLATFORM:x86-64 = "linux-x86_64" |
29 | BORING_SSL_PLATFORM ?= "unsupported" | 29 | BORING_SSL_PLATFORM ?= "unsupported" |
30 | export GRPC_BORING_SSL_PLATFORM = "${BORING_SSL_PLATFORM}" | 30 | export GRPC_BORING_SSL_PLATFORM = "${BORING_SSL_PLATFORM}" |
31 | 31 | ||
32 | BORING_SSL_x86-64 = "1" | 32 | BORING_SSL:x86-64 = "1" |
33 | BORING_SSL_arm = "1" | 33 | BORING_SSL:arm = "1" |
34 | BORING_SSL ?= "0" | 34 | BORING_SSL ?= "0" |
35 | export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}" | 35 | export GRPC_BUILD_WITH_BORING_SSL_ASM = "${BORING_SSL}" |
36 | 36 | ||
37 | GRPC_CFLAGS_append_toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions" | 37 | GRPC_CFLAGS:append:toolchain-clang = " -fvisibility=hidden -fno-wrapv -fno-exceptions" |
38 | export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}" | 38 | export GRPC_PYTHON_CFLAGS = "${GRPC_CFLAGS}" |
39 | 39 | ||
40 | CLEANBROKEN = "1" | 40 | CLEANBROKEN = "1" |
@@ -44,4 +44,4 @@ BBCLASSEXTEND = "native nativesdk" | |||
44 | CCACHE_DISABLE = "1" | 44 | CCACHE_DISABLE = "1" |
45 | 45 | ||
46 | # needs vdso support | 46 | # needs vdso support |
47 | COMPATIBLE_HOST_libc-musl_powerpc64le = "null" | 47 | COMPATIBLE_HOST:libc-musl:powerpc64le = "null" |
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb index 22fe495f42..38353c4736 100644 --- a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
@@ -20,4 +20,4 @@ do_install_ptest() { | |||
20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-fcntl" | 23 | RDEPENDS:${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-fcntl" |
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb index 58498f89a0..68cd8ea850 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.3.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c" | |||
6 | 6 | ||
7 | SRC_URI[sha256sum] = "e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186" | 7 | SRC_URI[sha256sum] = "e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186" |
8 | 8 | ||
9 | SRC_URI_append = " \ | 9 | SRC_URI:append = " \ |
10 | file://0001-setup_build.py-avoid-absolute-path.patch \ | 10 | file://0001-setup_build.py-avoid-absolute-path.patch \ |
11 | file://0001-setup.py-Fix-numpy-version.patch \ | 11 | file://0001-setup.py-Fix-numpy-version.patch \ |
12 | " | 12 | " |
@@ -24,7 +24,7 @@ DEPENDS = "python3-pkgconfig-native \ | |||
24 | hdf5 \ | 24 | hdf5 \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS_${PN} = "python3-numpy \ | 27 | RDEPENDS:${PN} = "python3-numpy \ |
28 | python3-six \ | 28 | python3-six \ |
29 | " | 29 | " |
30 | 30 | ||
diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb b/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb index c3251624f5..c24c6124e0 100644 --- a/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-haversine_2.3.1.bb | |||
@@ -6,6 +6,6 @@ SRC_URI[sha256sum] = "75a7f859b3fb6df746564ca66ad1fd5b4052cdbab3d74ff16e8f1a7c3d | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} += "python3-numpy" | 9 | RDEPENDS:${PN} += "python3-numpy" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb index 5325048039..64aa6b34b2 100644 --- a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb +++ b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb | |||
@@ -19,7 +19,7 @@ S = "${WORKDIR}" | |||
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | rm ${D}${datadir}/data/hexfile.bin | 23 | rm ${D}${datadir}/data/hexfile.bin |
24 | rmdir ${D}${datadir}/data ${D}${datadir} | 24 | rmdir ${D}${datadir}/data ${D}${datadir} |
25 | } | 25 | } |
diff --git a/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb index ea17190d59..c5ef2ccd3a 100644 --- a/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb +++ b/meta-python/recipes-devtools/python/python3-html2text_2020.1.16.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
diff --git a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb index 59f3cc9455..ee44e837e1 100644 --- a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb +++ b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c1 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-lxml \ | 11 | ${PYTHON_PN}-lxml \ |
12 | ${PYTHON_PN}-six \ | 12 | ${PYTHON_PN}-six \ |
13 | ${PYTHON_PN}-webencodings \ | 13 | ${PYTHON_PN}-webencodings \ |
diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb index 122b4bd8b7..3f244eccd4 100644 --- a/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb +++ b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "0b12617eeca7433d4c396a100eaecfa4b08ee99aa881e6df6e257a7aad | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-compression \ | 12 | ${PYTHON_PN}-compression \ |
13 | ${PYTHON_PN}-netclient \ | 13 | ${PYTHON_PN}-netclient \ |
14 | ${PYTHON_PN}-pyparsing \ | 14 | ${PYTHON_PN}-pyparsing \ |
diff --git a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb b/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb index 6be27f7606..d87ed4d2a2 100644 --- a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb +++ b/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "f7dba53ac7935fd0b4a2fc9a29e316ddd9ea135fb3052d3d0279d10c18 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN}_class-target += " \ | 13 | RDEPENDS:${PN}:class-target += " \ |
14 | ${PYTHON_PN}-datetime \ | 14 | ${PYTHON_PN}-datetime \ |
15 | ${PYTHON_PN}-fcntl \ | 15 | ${PYTHON_PN}-fcntl \ |
16 | ${PYTHON_PN}-io \ | 16 | ${PYTHON_PN}-io \ |
diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb b/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb index eba13dbc7e..56983841cb 100644 --- a/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-humanize_3.10.0.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += "\ | |||
13 | ${PYTHON_PN}-setuptools-scm-native \ | 13 | ${PYTHON_PN}-setuptools-scm-native \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-datetime \ | 17 | ${PYTHON_PN}-datetime \ |
18 | ${PYTHON_PN}-setuptools \ | 18 | ${PYTHON_PN}-setuptools \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb b/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb index 5a8791dfbc..e9bf92aa1a 100644 --- a/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb | |||
@@ -7,10 +7,10 @@ SRC_URI[sha256sum] = "427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d27 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient ${PYTHON_PN}-idna" | 10 | RDEPENDS:${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient ${PYTHON_PN}-idna" |
11 | 11 | ||
12 | PACKAGES =. "${PN}-test " | 12 | PACKAGES =. "${PN}-test " |
13 | 13 | ||
14 | FILES_${PN}-test += " \ | 14 | FILES:${PN}-test += " \ |
15 | ${PYTHON_SITEPACKAGES_DIR}/hyperlinkt/test \ | 15 | ${PYTHON_SITEPACKAGES_DIR}/hyperlinkt/test \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-idna_3.2.bb b/meta-python/recipes-devtools/python/python3-idna_3.2.bb index 4ca7f625a8..22f6402c3b 100644 --- a/meta-python/recipes-devtools/python/python3-idna_3.2.bb +++ b/meta-python/recipes-devtools/python/python3-idna_3.2.bb | |||
@@ -8,11 +8,11 @@ SRC_URI[sha256sum] = "467fbad99067910785144ce333826c71fb0e63a425657295239737f7ec | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | # Remove bundled egg-info | 10 | # Remove bundled egg-info |
11 | do_compile_prepend() { | 11 | do_compile:prepend() { |
12 | rm -rf ${S}/idna.egg-info | 12 | rm -rf ${S}/idna.egg-info |
13 | } | 13 | } |
14 | 14 | ||
15 | RDEPENDS_${PN}_class-target = "\ | 15 | RDEPENDS:${PN}:class-target = "\ |
16 | ${PYTHON_PN}-codecs \ | 16 | ${PYTHON_PN}-codecs \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb b/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb index 6d4fab3c98..b73063eaaa 100644 --- a/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb +++ b/meta-python/recipes-devtools/python/python3-ifaddr_0.1.7.bb | |||
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-ctypes \ | 13 | ${PYTHON_PN}-ctypes \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb index fbe5e2c975..2783669b43 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.9.0.bb | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "52ddbaeca2dccf53ba2d6dec5676ca7bc3b2403ef8b37f7da78b7654bb | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "python3-numpy python3-pillow" | 14 | RDEPENDS:${PN} = "python3-numpy python3-pillow" |
diff --git a/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb b/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb index ff8fab31f4..60c80a2c85 100644 --- a/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-incremental_21.3.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d75 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-twisted \ | 11 | ${PYTHON_PN}-twisted \ |
12 | ${PYTHON_PN}-click \ | 12 | ${PYTHON_PN}-click \ |
13 | " | 13 | " |
@@ -15,5 +15,5 @@ RDEPENDS_${PN} += " \ | |||
15 | # -native is needed to build python[3]-twisted, however, we need to take steps to | 15 | # -native is needed to build python[3]-twisted, however, we need to take steps to |
16 | # prevent a circular dependency. The build apparently does not use the part of | 16 | # prevent a circular dependency. The build apparently does not use the part of |
17 | # python-incremental which uses python-twisted, so this hack is OK. | 17 | # python-incremental which uses python-twisted, so this hack is OK. |
18 | RDEPENDS_${PYTHON_PN}-incremental-native_remove = "${PYTHON_PN}-twisted-native" | 18 | RDEPENDS:${PYTHON_PN}-incremental-native:remove = "${PYTHON_PN}-twisted-native" |
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb index b5cde669ff..ea3b76d511 100644 --- a/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI +=" \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}_ptest +=" \ | 16 | RDEPENDS:${PN}_ptest +=" \ |
17 | ${PYTHON_PN}_pytest \ | 17 | ${PYTHON_PN}_pytest \ |
18 | " | 18 | " |
19 | 19 | ||
@@ -22,6 +22,6 @@ do_install_ptest() { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | 24 | ||
25 | RDEPENDS_${PN} += "${PYTHON_PN}-pytest" | 25 | RDEPENDS:${PN} += "${PYTHON_PN}-pytest" |
26 | 26 | ||
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb index 14bc9ad254..fd636421bd 100644 --- a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb +++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | 13 | ||
14 | inherit pypi setuptools3 ptest | 14 | inherit pypi setuptools3 ptest |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb index c141f6865f..8b39679e45 100644 --- a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb +++ b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb | |||
@@ -18,7 +18,7 @@ SRC_URI += " \ | |||
18 | file://run-ptest \ | 18 | file://run-ptest \ |
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
22 | ${PYTHON_PN}-pytest \ | 22 | ${PYTHON_PN}-pytest \ |
23 | " | 23 | " |
24 | 24 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb index b8a6db2b11..5e5261fa51 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_7.25.0.bb | |||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "ipython" | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc" | 9 | SRC_URI[sha256sum] = "54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc" |
10 | 10 | ||
11 | RDEPENDS_${PN} = "\ | 11 | RDEPENDS:${PN} = "\ |
12 | ${PYTHON_PN}-setuptools \ | 12 | ${PYTHON_PN}-setuptools \ |
13 | ${PYTHON_PN}-jedi \ | 13 | ${PYTHON_PN}-jedi \ |
14 | ${PYTHON_PN}-decorator \ | 14 | ${PYTHON_PN}-decorator \ |
diff --git a/meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb b/meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb index 36f9c911b8..8ff3059520 100644 --- a/meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-iso3166_1.0.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -21,6 +21,6 @@ do_install_ptest() { | |||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} += "python3-numbers" | 24 | RDEPENDS:${PN} += "python3-numbers" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb index c72a10882b..2923647c28 100644 --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.16.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "36532f77cc800594e8f16641edae7f1baf7932f05d8e508545b95fc53c | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-datetime \ | 11 | ${PYTHON_PN}-datetime \ |
12 | ${PYTHON_PN}-numbers \ | 12 | ${PYTHON_PN}-numbers \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-isodate_0.6.0.bb b/meta-python/recipes-devtools/python/python3-isodate_0.6.0.bb index 2aa64d08d4..dd39541726 100644 --- a/meta-python/recipes-devtools/python/python3-isodate_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-isodate_0.6.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-six \ | 11 | ${PYTHON_PN}-six \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb b/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb index 5832136dfb..a459423839 100644 --- a/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-isort_5.9.2.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "f65ce5bd4cbc6abdfbe29afc2f0245538ab358c14590912df638033f15 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |
13 | ${PYTHON_PN}-shell \ | 13 | ${PYTHON_PN}-shell \ |
14 | ${PYTHON_PN}-profile \ | 14 | ${PYTHON_PN}-profile \ |
diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.1.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.1.bb index f8f2fbdaa1..48a77dc8f8 100644 --- a/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-itsdangerous_2.0.1.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | CLEANBROKEN = "1" | 10 | CLEANBROKEN = "1" |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-simplejson \ | 13 | ${PYTHON_PN}-simplejson \ |
14 | ${PYTHON_PN}-netclient \ | 14 | ${PYTHON_PN}-netclient \ |
15 | ${PYTHON_PN}-compression \ | 15 | ${PYTHON_PN}-compression \ |
diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb b/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb index 43f6e18493..cadddc49f5 100644 --- a/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-jdatetime_3.6.2.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | CLEANBROKEN = "1" | 13 | CLEANBROKEN = "1" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
16 | ${PYTHON_PN}-modules \ | 16 | ${PYTHON_PN}-modules \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb index 46deeae158..765de4d4f4 100644 --- a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb | |||
@@ -12,13 +12,13 @@ inherit pypi setuptools3 ptest | |||
12 | SRC_URI[md5sum] = "e05bdb60fa80f25bc60e73e0c6b7c5dc" | 12 | SRC_URI[md5sum] = "e05bdb60fa80f25bc60e73e0c6b7c5dc" |
13 | SRC_URI[sha256sum] = "472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8" | 13 | SRC_URI[sha256sum] = "472872e096eb8df219c23f2689fc336668bdb43d194094b5cc1707e1640acfc8" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" | 15 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" |
16 | 16 | ||
17 | SRC_URI += " \ | 17 | SRC_URI += " \ |
18 | file://run-ptest \ | 18 | file://run-ptest \ |
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
22 | ${PYTHON_PN}-pytest \ | 22 | ${PYTHON_PN}-pytest \ |
23 | " | 23 | " |
24 | 24 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb b/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb index 6c857f09ee..0ea5b46b84 100644 --- a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb | |||
@@ -8,6 +8,6 @@ PYPI_PACKAGE = "jedi" | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" | 9 | SRC_URI[sha256sum] = "92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" |
10 | 10 | ||
11 | RDEPENDS_${PN} = "${PYTHON_PN}-parso" | 11 | RDEPENDS:${PN} = "${PYTHON_PN}-parso" |
12 | 12 | ||
13 | inherit setuptools3 pypi | 13 | inherit setuptools3 pypi |
diff --git a/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb b/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb index 46976d19b3..c395143cc9 100644 --- a/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "python3-math python3-json python3-numbers" | 12 | RDEPENDS:${PN} += "python3-math python3-json python3-numbers" |
diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.0.1.bb b/meta-python/recipes-devtools/python/python3-joblib_1.0.1.bb index 4e63b056c2..e325ad8777 100644 --- a/meta-python/recipes-devtools/python/python3-joblib_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-joblib_1.0.1.bb | |||
@@ -7,7 +7,7 @@ inherit setuptools3 pypi | |||
7 | SRC_URI[md5sum] = "9914b330916395c0a1feca54949867a3" | 7 | SRC_URI[md5sum] = "9914b330916395c0a1feca54949867a3" |
8 | SRC_URI[sha256sum] = "9c17567692206d2f3fb9ecf5e991084254fe631665c450b443761c4186a613f7" | 8 | SRC_URI[sha256sum] = "9c17567692206d2f3fb9ecf5e991084254fe631665c450b443761c4186a613f7" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-asyncio \ | 11 | python3-asyncio \ |
12 | python3-distutils \ | 12 | python3-distutils \ |
13 | python3-json \ | 13 | python3-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb b/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb index 9b7a824087..1a0578eddd 100644 --- a/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-jsmin_2.2.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.32.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.32.bb index 0c86240361..2a653cce88 100644 --- a/meta-python/recipes-devtools/python/python3-jsonpatch_1.32.bb +++ b/meta-python/recipes-devtools/python/python3-jsonpatch_1.32.bb | |||
@@ -7,7 +7,7 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "b6ddfe6c3db30d81a96aaeceb6baf916094ffa23d7dd5fa2c13e13f8b6e600c2" | 8 | SRC_URI[sha256sum] = "b6ddfe6c3db30d81a96aaeceb6baf916094ffa23d7dd5fa2c13e13f8b6e600c2" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-json \ | 11 | ${PYTHON_PN}-json \ |
12 | ${PYTHON_PN}-jsonpointer \ | 12 | ${PYTHON_PN}-jsonpointer \ |
13 | ${PYTHON_PN}-netclient \ | 13 | ${PYTHON_PN}-netclient \ |
diff --git a/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb b/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb index 54e1b646d5..51280eb9e2 100644 --- a/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fa | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " python3-decorator" | 12 | RDEPENDS:${PN} += " python3-decorator" |
diff --git a/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb b/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb index a4cc05c947..fb3d9e0da9 100644 --- a/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb +++ b/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb | |||
@@ -7,7 +7,7 @@ inherit pypi ptest setuptools3 | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962" | 8 | SRC_URI[sha256sum] = "5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-json \ | 11 | ${PYTHON_PN}-json \ |
12 | " | 12 | " |
13 | 13 | ||
@@ -17,7 +17,7 @@ SRC_URI += " \ | |||
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
21 | ${PYTHON_PN}-pytest \ | 21 | ${PYTHON_PN}-pytest \ |
22 | " | 22 | " |
23 | 23 | ||
diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.2.0.bb b/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.2.0.bb index 53f01f622e..492ed658ef 100644 --- a/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.2.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "0c9e5b9445621138521e912016ae39b3badadd2607140dcbb0c8062934 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | python3-apply-defaults \ | 11 | python3-apply-defaults \ |
12 | python3-asyncio \ | 12 | python3-asyncio \ |
13 | python3-core \ | 13 | python3-core \ |
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb b/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb index 2705dd3bad..c7efe33a83 100644 --- a/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb | |||
@@ -26,7 +26,7 @@ PACKAGECONFIG[nongpl] = ",,,\ | |||
26 | ${PYTHON_PN}-rfc3339-validator \ | 26 | ${PYTHON_PN}-rfc3339-validator \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS_${PN} += " \ | 29 | RDEPENDS:${PN} += " \ |
30 | ${PYTHON_PN}-attrs \ | 30 | ${PYTHON_PN}-attrs \ |
31 | ${PYTHON_PN}-core \ | 31 | ${PYTHON_PN}-core \ |
32 | ${PYTHON_PN}-datetime \ | 32 | ${PYTHON_PN}-datetime \ |
diff --git a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb index 4293a63c1e..c8c0f7df97 100644 --- a/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb | |||
@@ -14,6 +14,6 @@ S = "${WORKDIR}/git" | |||
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "python3-numpy \ | 17 | RDEPENDS:${PN} = "python3-numpy \ |
18 | python3-h5py \ | 18 | python3-h5py \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.1.bb b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.1.bb index be60dc20e5..fb66619dbd 100644 --- a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.1.bb | |||
@@ -12,7 +12,7 @@ DEPENDS += "\ | |||
12 | python3-cppy-native \ | 12 | python3-cppy-native \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | python3-core \ | 16 | python3-core \ |
17 | python3-setuptools \ | 17 | python3-setuptools \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb index b9b4069fdc..e41cfd5dd5 100644 --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb | |||
@@ -14,9 +14,9 @@ inherit pypi setuptools3 python3native | |||
14 | DISTUTILS_INSTALL_ARGS += " \ | 14 | DISTUTILS_INSTALL_ARGS += " \ |
15 | --install-data=${datadir}/langtable" | 15 | --install-data=${datadir}/langtable" |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/*" | 17 | FILES:${PN} += "${datadir}/*" |
18 | 18 | ||
19 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
20 | ${PYTHON_PN}-compression \ | 20 | ${PYTHON_PN}-compression \ |
21 | ${PYTHON_PN}-doctest \ | 21 | ${PYTHON_PN}-doctest \ |
22 | ${PYTHON_PN}-logging \ | 22 | ${PYTHON_PN}-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb b/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb index 0513d091f9..2ed5d91709 100644 --- a/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb +++ b/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += "\ | |||
13 | ${PYTHON_PN}-wheel-native \ | 13 | ${PYTHON_PN}-wheel-native \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-booleanpy \ | 17 | ${PYTHON_PN}-booleanpy \ |
18 | " | 18 | " |
19 | 19 | ||
@@ -23,7 +23,7 @@ SRC_URI += " \ | |||
23 | file://run-ptest \ | 23 | file://run-ptest \ |
24 | " | 24 | " |
25 | 25 | ||
26 | RDEPENDS_${PN}-ptest += " \ | 26 | RDEPENDS:${PN}-ptest += " \ |
27 | ${PYTHON_PN}-pytest \ | 27 | ${PYTHON_PN}-pytest \ |
28 | " | 28 | " |
29 | 29 | ||
diff --git a/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb b/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb index 30b1297e7b..b9dc4722af 100644 --- a/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb +++ b/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb | |||
@@ -12,6 +12,6 @@ SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361 | |||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | DEPENDS += "python3-distutils-extra-native python3-pbr-native" | 14 | DEPENDS += "python3-distutils-extra-native python3-pbr-native" |
15 | RDEPENDS_${PN} += "python3-sqlite3" | 15 | RDEPENDS:${PN} += "python3-sqlite3" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb b/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb index fc75e43485..9ce7a6293c 100644 --- a/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb | |||
@@ -11,6 +11,6 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | python3 \ | 15 | python3 \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-luma-core_2.3.1.bb b/meta-python/recipes-devtools/python/python3-luma-core_2.3.1.bb index 47efe8a723..c37cc22c46 100644 --- a/meta-python/recipes-devtools/python/python3-luma-core_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-luma-core_2.3.1.bb | |||
@@ -12,7 +12,7 @@ CLEANBROKEN = "1" | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "luma.core" | 13 | PYPI_PACKAGE = "luma.core" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
16 | ${PYTHON_PN}-pillow \ | 16 | ${PYTHON_PN}-pillow \ |
17 | ${PYTHON_PN}-threading \ | 17 | ${PYTHON_PN}-threading \ |
18 | ${PYTHON_PN}-smbus2 \ | 18 | ${PYTHON_PN}-smbus2 \ |
diff --git a/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb index 329cdb9e3f..a551e46fcb 100644 --- a/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb +++ b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb | |||
@@ -14,6 +14,6 @@ CLEANBROKEN = "1" | |||
14 | 14 | ||
15 | PYPI_PACKAGE = "luma.oled" | 15 | PYPI_PACKAGE = "luma.oled" |
16 | 16 | ||
17 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
18 | ${PYTHON_PN}-luma-core \ | 18 | ${PYTHON_PN}-luma-core \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb index cefe1ba340..241ffcfc0d 100644 --- a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb | |||
@@ -24,18 +24,18 @@ inherit pypi setuptools3 | |||
24 | 24 | ||
25 | # {standard input}: Assembler messages: | 25 | # {standard input}: Assembler messages: |
26 | # {standard input}:1488805: Error: branch out of range | 26 | # {standard input}:1488805: Error: branch out of range |
27 | DEBUG_OPTIMIZATION_remove_mips = " -Og" | 27 | DEBUG_OPTIMIZATION:remove:mips = " -Og" |
28 | DEBUG_OPTIMIZATION_append_mips = " -O" | 28 | DEBUG_OPTIMIZATION:append:mips = " -O" |
29 | BUILD_OPTIMIZATION_remove_mips = " -Og" | 29 | BUILD_OPTIMIZATION:remove:mips = " -Og" |
30 | BUILD_OPTIMIZATION_append_mips = " -O" | 30 | BUILD_OPTIMIZATION:append:mips = " -O" |
31 | 31 | ||
32 | DEBUG_OPTIMIZATION_remove_mipsel = " -Og" | 32 | DEBUG_OPTIMIZATION:remove:mipsel = " -Og" |
33 | DEBUG_OPTIMIZATION_append_mipsel = " -O" | 33 | DEBUG_OPTIMIZATION:append:mipsel = " -O" |
34 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" | 34 | BUILD_OPTIMIZATION:remove:mipsel = " -Og" |
35 | BUILD_OPTIMIZATION_append_mipsel = " -O" | 35 | BUILD_OPTIMIZATION:append:mipsel = " -O" |
36 | 36 | ||
37 | BBCLASSEXTEND = "native nativesdk" | 37 | BBCLASSEXTEND = "native nativesdk" |
38 | 38 | ||
39 | RDEPENDS_${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" | 39 | RDEPENDS:${PN} += "libxml2 libxslt ${PYTHON_PN}-compression" |
40 | 40 | ||
41 | CLEANBROKEN = "1" | 41 | CLEANBROKEN = "1" |
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb index 950de564f2..e0f4870bea 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.38.0.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://gitlab.com/m2crypto/m2crypto" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" | 5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b0e1f0b7d0ce8a62c18b1287b991800e" |
6 | 6 | ||
7 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-m2crypto:" | 7 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-m2crypto:" |
8 | 8 | ||
9 | SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch \ | 9 | SRC_URI += "file://0001-setup.py-link-in-sysroot-not-in-host-directories.patch \ |
10 | file://cross-compile-platform.patch \ | 10 | file://cross-compile-platform.patch \ |
@@ -16,7 +16,7 @@ PYPI_PACKAGE = "M2Crypto" | |||
16 | inherit pypi siteinfo setuptools3 | 16 | inherit pypi siteinfo setuptools3 |
17 | 17 | ||
18 | DEPENDS += "openssl swig-native" | 18 | DEPENDS += "openssl swig-native" |
19 | RDEPENDS_${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
20 | ${PYTHON_PN}-datetime \ | 20 | ${PYTHON_PN}-datetime \ |
21 | ${PYTHON_PN}-distutils \ | 21 | ${PYTHON_PN}-distutils \ |
22 | ${PYTHON_PN}-logging \ | 22 | ${PYTHON_PN}-logging \ |
@@ -30,15 +30,15 @@ RDEPENDS_${PN} += "\ | |||
30 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" | 30 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" |
31 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" | 31 | DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}" |
32 | 32 | ||
33 | SWIG_FEATURES_x86 = "-D__i386__" | 33 | SWIG_FEATURES:x86 = "-D__i386__" |
34 | SWIG_FEATURES_x32 = "-D__ILP32__" | 34 | SWIG_FEATURES_x32 = "-D__ILP32__" |
35 | 35 | ||
36 | SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '32']}" | 36 | SWIG_FEATURES ?= "-D__${HOST_ARCH}__ ${@['-D__ILP32__','-D__LP64__'][d.getVar('SITEINFO_BITS') != '32']}" |
37 | 37 | ||
38 | SWIG_FEATURES_append_riscv64 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" | 38 | SWIG_FEATURES:append:riscv64 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" |
39 | SWIG_FEATURES_append_riscv32 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" | 39 | SWIG_FEATURES:append:riscv32 = " -D__SIZEOF_POINTER__=${SITEINFO_BITS}/8 -D__riscv_xlen=${SITEINFO_BITS}" |
40 | SWIG_FEATURES_append_mipsarch = " -D_MIPS_SZPTR=${SITEINFO_BITS}" | 40 | SWIG_FEATURES:append:mipsarch = " -D_MIPS_SZPTR=${SITEINFO_BITS}" |
41 | SWIG_FEATURES_append_powerpc64le = " -D__powerpc64__" | 41 | SWIG_FEATURES:append:powerpc64le = " -D_:powerpc64__" |
42 | export SWIG_FEATURES | 42 | export SWIG_FEATURES |
43 | 43 | ||
44 | export STAGING_DIR | 44 | export STAGING_DIR |
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb index 21c29aa2ce..9e933f5c4b 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb | |||
@@ -24,10 +24,10 @@ SRC_URI[sha256sum] = "84d4c4f650f356678a5d658a43ca21a41fca13f9b8b00169c0b76e6a6a | |||
24 | inherit pypi setuptools3 pkgconfig | 24 | inherit pypi setuptools3 pkgconfig |
25 | 25 | ||
26 | # LTO with clang needs lld | 26 | # LTO with clang needs lld |
27 | LDFLAGS_append_toolchain-clang = " -fuse-ld=lld" | 27 | LDFLAGS:append:toolchain-clang = " -fuse-ld=lld" |
28 | LDFLAGS_remove_toolchain-clang_mips = "-fuse-ld=lld" | 28 | LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld" |
29 | 29 | ||
30 | RDEPENDS_${PN} = "\ | 30 | RDEPENDS:${PN} = "\ |
31 | freetype \ | 31 | freetype \ |
32 | libpng \ | 32 | libpng \ |
33 | python3-numpy \ | 33 | python3-numpy \ |
@@ -38,10 +38,10 @@ RDEPENDS_${PN} = "\ | |||
38 | python3-pytz \ | 38 | python3-pytz \ |
39 | " | 39 | " |
40 | 40 | ||
41 | ENABLELTO_toolchain-clang_riscv64 = "echo enable_lto = False >> ${S}/setup.cfg" | 41 | ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/setup.cfg" |
42 | ENABLELTO_toolchain-clang_riscv32 = "echo enable_lto = False >> ${S}/setup.cfg" | 42 | ENABLELTO:toolchain-clang:riscv32 = "echo enable_lto = False >> ${S}/setup.cfg" |
43 | ENABLELTO_toolchain-clang_mips = "echo enable_lto = False >> ${S}/setup.cfg" | 43 | ENABLELTO:toolchain-clang:mips = "echo enable_lto = False >> ${S}/setup.cfg" |
44 | do_compile_prepend() { | 44 | do_compile:prepend() { |
45 | echo [libs] > ${S}/setup.cfg | 45 | echo [libs] > ${S}/setup.cfg |
46 | echo system_freetype = true >> ${S}/setup.cfg | 46 | echo system_freetype = true >> ${S}/setup.cfg |
47 | ${ENABLELTO} | 47 | ${ENABLELTO} |
diff --git a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb index b366f04309..f1190c36fb 100644 --- a/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb | |||
@@ -11,7 +11,7 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 12 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \ |
15 | ${PYTHON_PN}-cmd2 \ | 15 | ${PYTHON_PN}-cmd2 \ |
16 | ${PYTHON_PN}-pyparsing \ | 16 | ${PYTHON_PN}-pyparsing \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb b/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb index b34f25b93d..8f2305b50b 100644 --- a/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | 9 | RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \ |
10 | ${PYTHON_PN}-cmd2 \ | 10 | ${PYTHON_PN}-cmd2 \ |
11 | ${PYTHON_PN}-pyparsing \ | 11 | ${PYTHON_PN}-pyparsing \ |
12 | ${PYTHON_PN}-mccabe \ | 12 | ${PYTHON_PN}-mccabe \ |
diff --git a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb index 51a7c05847..e1c52e7bad 100644 --- a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb | |||
@@ -11,6 +11,6 @@ SRC_URI[sha256sum] = "79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c42 | |||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 13 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
14 | RDEPENDS_${PN} += "python3-image" | 14 | RDEPENDS:${PN} += "python3-image" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb index 989a7ae3fd..19c9caa406 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb | |||
@@ -7,7 +7,7 @@ inherit pypi setuptools3 ptest | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984" | 8 | SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984" |
9 | 9 | ||
10 | RDEPENDS_${PN}_class-target += "\ | 10 | RDEPENDS:${PN}:class-target += "\ |
11 | ${PYTHON_PN}-io \ | 11 | ${PYTHON_PN}-io \ |
12 | " | 12 | " |
13 | 13 | ||
@@ -17,7 +17,7 @@ SRC_URI += " \ | |||
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
21 | ${PYTHON_PN}-pytest \ | 21 | ${PYTHON_PN}-pytest \ |
22 | " | 22 | " |
23 | 23 | ||
diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb b/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb index a3206f79bc..a1572276be 100644 --- a/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb +++ b/meta-python/recipes-devtools/python/python3-msk_0.3.16.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "c6a717fc068f7c69ddc8cb21dbeeda7cfa97a4e9f41690459c9fbec68b | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python3-git" | 11 | RDEPENDS:${PN} += "python3-git" |
diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb index f5e3f59cd5..848b25dae8 100644 --- a/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb +++ b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb | |||
@@ -8,13 +8,13 @@ SRC_URI[sha256sum] = "a502aee54917cd394217b31c977a1ba3d9541a0120e0a045c49fd77b32 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | python3-pako \ | 12 | python3-pako \ |
13 | python3-monotonic \ | 13 | python3-monotonic \ |
14 | python3-appdirs \ | 14 | python3-appdirs \ |
15 | " | 15 | " |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | # Stop this from being installed | 18 | # Stop this from being installed |
19 | rm -rf ${D}/usr/share | 19 | rm -rf ${D}/usr/share |
20 | } | 20 | } |
diff --git a/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb b/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb index b960affac4..3ec271a0f2 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_5.1.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.910.bb b/meta-python/recipes-devtools/python/python3-mypy_0.910.bb index 8e675e6a9b..1a494af5af 100644 --- a/meta-python/recipes-devtools/python/python3-mypy_0.910.bb +++ b/meta-python/recipes-devtools/python/python3-mypy_0.910.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916f | |||
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-mypy-extensions \ | 15 | ${PYTHON_PN}-mypy-extensions \ |
16 | ${PYTHON_PN}-typed-ast \ | 16 | ${PYTHON_PN}-typed-ast \ |
17 | ${PYTHON_PN}-typing-extensions \ | 17 | ${PYTHON_PN}-typing-extensions \ |
diff --git a/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb b/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb index 89df3dc381..ee8d900964 100644 --- a/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "00c603a42365830c4722a2eb7663a25919551217ec09a243d3399fa8dd | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "python3-fastnumbers python3-icu" | 11 | RDEPENDS:${PN} = "python3-fastnumbers python3-icu" |
diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb index 23e1868c22..6f3c096cf0 100644 --- a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb | |||
@@ -15,7 +15,7 @@ DEPENDS += " \ | |||
15 | ${PYTHON_PN}-pyasn1 \ | 15 | ${PYTHON_PN}-pyasn1 \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-datetime \ | 19 | ${PYTHON_PN}-datetime \ |
20 | ${PYTHON_PN}-logging \ | 20 | ${PYTHON_PN}-logging \ |
21 | ${PYTHON_PN}-pyopenssl \ | 21 | ${PYTHON_PN}-pyopenssl \ |
@@ -26,6 +26,6 @@ BBCLASSEXTEND = "native nativesdk" | |||
26 | 26 | ||
27 | UPSTREAM_CHECK_REGEX = "" | 27 | UPSTREAM_CHECK_REGEX = "" |
28 | 28 | ||
29 | ALTERNATIVE_${PN} = "ndg_httpclient" | 29 | ALTERNATIVE:${PN} = "ndg_httpclient" |
30 | ALTERNATIVE_LINK_NAME[ndg_httpclient] = "${bindir}/ndg_httpclient" | 30 | ALTERNATIVE_LINK_NAME[ndg_httpclient] = "${bindir}/ndg_httpclient" |
31 | ALTERNATIVE_PRIORITY = "30" | 31 | ALTERNATIVE_PRIORITY = "30" |
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb index a120b24f16..ad03eec851 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_0.8.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-pprint \ | 11 | ${PYTHON_PN}-pprint \ |
12 | ${PYTHON_PN}-xml \ | 12 | ${PYTHON_PN}-xml \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb b/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb index 38e303ef1b..e7676a7138 100644 --- a/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-networkx_2.6.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "2306f1950ce772c5a59a57f5486d59bb9cab98497c45fc49cbc45ac0de | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-decorator \ | 11 | ${PYTHON_PN}-decorator \ |
12 | ${PYTHON_PN}-netclient \ | 12 | ${PYTHON_PN}-netclient \ |
13 | ${PYTHON_PN}-compression \ | 13 | ${PYTHON_PN}-compression \ |
diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb b/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb index e6f093360f..a3523b7dfe 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.5.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "b52744e0c9944c567733b8deb60d6363e17233ee40466edfb1b09a5780 | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "nmap \ | 16 | RDEPENDS:${PN} += "nmap \ |
17 | ${PYTHON_PN}-requests \ | 17 | ${PYTHON_PN}-requests \ |
18 | ${PYTHON_PN}-simplejson \ | 18 | ${PYTHON_PN}-simplejson \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb index 9477a7606a..d117cc3994 100644 --- a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb | |||
@@ -10,4 +10,4 @@ S = "${WORKDIR}/git" | |||
10 | 10 | ||
11 | inherit setuptools3 python3native | 11 | inherit setuptools3 python3native |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io" |
diff --git a/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb b/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb index e11786349c..c2ec856fdb 100644 --- a/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb | |||
@@ -19,4 +19,4 @@ PACKAGECONFIG[signedtoken] = ",,,${PYTHON_PN}-cryptography ${PYTHON_PN}-pyjwt" | |||
19 | PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker" | 19 | PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker" |
20 | PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography" | 20 | PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography" |
21 | 21 | ||
22 | RDEPENDS_${PN} += "${PYTHON_PN}-core ${PYTHON_PN}-crypt ${PYTHON_PN}-datetime ${PYTHON_PN}-json ${PYTHON_PN}-logging ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-unittest" | 22 | RDEPENDS:${PN} += "${PYTHON_PN}-core ${PYTHON_PN}-crypt ${PYTHON_PN}-datetime ${PYTHON_PN}-json ${PYTHON_PN}-logging ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-unittest" |
diff --git a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb index 8f17068a48..b3a78ad651 100644 --- a/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-obd_0.7.1.bb | |||
@@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "8b81ea5896157b6e861af12e173c10b001cb6cca6ebb04db2c01d32681 | |||
7 | 7 | ||
8 | inherit setuptools3 pypi | 8 | inherit setuptools3 pypi |
9 | 9 | ||
10 | RDEPENDS_${PN} += "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint ${PYTHON_PN}-setuptools ${PYTHON_PN}-packaging" | 10 | RDEPENDS:${PN} += "${PYTHON_PN}-pyserial ${PYTHON_PN}-pint ${PYTHON_PN}-setuptools ${PYTHON_PN}-packaging" |
diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb index b326321198..52489b8543 100644 --- a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb +++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.7.bb | |||
@@ -11,4 +11,4 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | SRC_URI[sha256sum] = "6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251" | 12 | SRC_URI[sha256sum] = "6456a3b472e1ef0facb1129f3c6ef00713cebf62e736cd7a75bcc3247432f251" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-jdcal ${PYTHON_PN}-et-xmlfile" | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-jdcal ${PYTHON_PN}-et-xmlfile" |
diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_4.0.2.bb b/meta-python/recipes-devtools/python/python3-ordered-set_4.0.2.bb index 0e678b54d7..323fe18fd1 100644 --- a/meta-python/recipes-devtools/python/python3-ordered-set_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-ordered-set_4.0.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb index d002c0fc51..2d4e55abc8 100644 --- a/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-paho-mqtt_1.5.1.bb | |||
@@ -13,18 +13,18 @@ SRC_URI[sha256sum] = "9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965 | |||
13 | 13 | ||
14 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 14 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -d -m0755 ${D}${datadir}/${BPN}/examples | 17 | install -d -m0755 ${D}${datadir}/${BPN}/examples |
18 | cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples | 18 | cp --preserve=mode,timestamps -R ${S}/examples/* ${D}${datadir}/${BPN}/examples |
19 | } | 19 | } |
20 | 20 | ||
21 | PACKAGES =+ "${PN}-examples" | 21 | PACKAGES =+ "${PN}-examples" |
22 | 22 | ||
23 | RDEPENDS_${PN}-examples += "${PN}" | 23 | RDEPENDS:${PN}-examples += "${PN}" |
24 | 24 | ||
25 | FILES_${PN}-examples = "${datadir}/${BPN}/examples" | 25 | FILES:${PN}-examples = "${datadir}/${BPN}/examples" |
26 | 26 | ||
27 | RDEPENDS_${PN} = "\ | 27 | RDEPENDS:${PN} = "\ |
28 | ${PYTHON_PN}-io \ | 28 | ${PYTHON_PN}-io \ |
29 | ${PYTHON_PN}-logging \ | 29 | ${PYTHON_PN}-logging \ |
30 | ${PYTHON_PN}-math \ | 30 | ${PYTHON_PN}-math \ |
diff --git a/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb index 1930d866ee..65af4121f9 100644 --- a/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb | |||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "c033a073bb818ca336ae1fccba2655bd60dfe77744f85d4517abd3160d | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | do_install_append() { | 10 | do_install:append() { |
11 | rm -rf ${D}/usr/share | 11 | rm -rf ${D}/usr/share |
12 | } | 12 | } |
diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb b/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb index 02e21e4f83..95fd1fc719 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_1.3.1.bb | |||
@@ -14,9 +14,9 @@ DEPENDS += " \ | |||
14 | ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ | 14 | ${PYTHON_PN}-numpy-native ${PYTHON_PN}-cython-native \ |
15 | " | 15 | " |
16 | 16 | ||
17 | CFLAGS_append_toolchain-clang = " -Wno-error=deprecated-declarations" | 17 | CFLAGS:append:toolchain-clang = " -Wno-error=deprecated-declarations" |
18 | 18 | ||
19 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
20 | ${PYTHON_PN}-json \ | 20 | ${PYTHON_PN}-json \ |
21 | ${PYTHON_PN}-numpy \ | 21 | ${PYTHON_PN}-numpy \ |
22 | ${PYTHON_PN}-dateutil \ | 22 | ${PYTHON_PN}-dateutil \ |
diff --git a/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb b/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb index 40876d352e..00a4ec86b7 100644 --- a/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb +++ b/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb | |||
@@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "c16703202ff67aed4740c0727df304abe9f3e7851e653533b24de21b33 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-threading ${PYTHON_PN}-unixadmin" | 11 | RDEPENDS:${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-threading ${PYTHON_PN}-unixadmin" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb index eb7ce62b83..ece55f1e30 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | CLEANBROKEN = "1" | 13 | CLEANBROKEN = "1" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-bcrypt \ | 16 | ${PYTHON_PN}-bcrypt \ |
17 | ${PYTHON_PN}-cryptography \ | 17 | ${PYTHON_PN}-cryptography \ |
18 | ${PYTHON_PN}-pynacl \ | 18 | ${PYTHON_PN}-pynacl \ |
diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb index f61c480bdd..39812a17cd 100644 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb | |||
@@ -9,13 +9,13 @@ SRC_URI[sha256sum] = "7f690b18d35048c15438d6d0571f9045cffbec5907e0b1ccf006f889e3 | |||
9 | PYPI_PACKAGE = "parse_type" | 9 | PYPI_PACKAGE = "parse_type" |
10 | inherit pypi ptest setuptools3 | 10 | inherit pypi ptest setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-parse ${PYTHON_PN}-six" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-parse ${PYTHON_PN}-six" |
13 | 13 | ||
14 | SRC_URI += " \ | 14 | SRC_URI += " \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb b/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb index b5e0769544..2bf55cbaff 100644 --- a/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-parse_1.19.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "9ff82852bcb65d139813e2a5197627a94966245c897796760a3a2a8eb6 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-datetime \ | 11 | ${PYTHON_PN}-datetime \ |
12 | ${PYTHON_PN}-logging \ | 12 | ${PYTHON_PN}-logging \ |
13 | " | 13 | " |
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb index fd26f3a764..dc692303fe 100644 --- a/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb | |||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c415 | |||
14 | 14 | ||
15 | inherit pypi setuptools3 | 15 | inherit pypi setuptools3 |
16 | 16 | ||
17 | RDEPENDS_${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
18 | ${PYTHON_PN}-crypt \ | 18 | ${PYTHON_PN}-crypt \ |
19 | ${PYTHON_PN}-logging \ | 19 | ${PYTHON_PN}-logging \ |
20 | ${PYTHON_PN}-netclient \ | 20 | ${PYTHON_PN}-netclient \ |
diff --git a/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb index 47508e2223..86f29e119d 100644 --- a/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pastedeploy_2.1.1.bb | |||
@@ -18,4 +18,4 @@ PACKAGECONFIG[paste] = ",,,python3-paste" | |||
18 | PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes" | 18 | PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes" |
19 | 19 | ||
20 | DEPENDS= "python3 python3-setuptools-scm-native python3-pytest-runner-native" | 20 | DEPENDS= "python3 python3-setuptools-scm-native python3-pytest-runner-native" |
21 | RDEPENDS_${PN} += "python3-core python3-misc python3-netclient python3-pkgutil python3-setuptools python3-threading python3-core" | 21 | RDEPENDS:${PN} += "python3-core python3-misc python3-netclient python3-pkgutil python3-setuptools python3-threading python3-core" |
diff --git a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb index e8587c8325..f3e03ed309 100644 --- a/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \ |
13 | ${PYTHON_PN}-cmd2 \ | 13 | ${PYTHON_PN}-cmd2 \ |
14 | ${PYTHON_PN}-pyparsing" | 14 | ${PYTHON_PN}-pyparsing" |
15 | 15 | ||
diff --git a/meta-python/recipes-devtools/python/python3-periphery_2.3.0.bb b/meta-python/recipes-devtools/python/python3-periphery_2.3.0.bb index 9e3cbb43e1..4d81b8d244 100644 --- a/meta-python/recipes-devtools/python/python3-periphery_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-periphery_2.3.0.bb | |||
@@ -10,6 +10,6 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | PYPI_PACKAGE = "python-periphery" | 11 | PYPI_PACKAGE = "python-periphery" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-mmap \ | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-mmap \ |
14 | ${PYTHON_PN}-ctypes \ | 14 | ${PYTHON_PN}-ctypes \ |
15 | ${PYTHON_PN}-fcntl" | 15 | ${PYTHON_PN}-fcntl" |
diff --git a/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb b/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb index 99e1f199fa..ed25406085 100644 --- a/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pexpect_4.8.0.bb | |||
@@ -13,7 +13,7 @@ inherit pypi setuptools3 | |||
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" | 14 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "\ | 16 | RDEPENDS:${PN} = "\ |
17 | ${PYTHON_PN}-core \ | 17 | ${PYTHON_PN}-core \ |
18 | ${PYTHON_PN}-io \ | 18 | ${PYTHON_PN}-io \ |
19 | ${PYTHON_PN}-terminal \ | 19 | ${PYTHON_PN}-terminal \ |
diff --git a/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb b/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb index 7a307a6ddc..412dcfce40 100644 --- a/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "0e33670e83f6a33ebb0822e43a609c3247178d4a375ff50a4689e266d8 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-logging ${PYTHON_PN}-io" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-logging ${PYTHON_PN}-io" |
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb index 9f275b3011..aa3179f2a6 100644 --- a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb | |||
@@ -14,7 +14,7 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | PYPI_PACKAGE = "pika" | 15 | PYPI_PACKAGE = "pika" |
16 | 16 | ||
17 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
18 | ${PYTHON_PN}-logging \ | 18 | ${PYTHON_PN}-logging \ |
19 | ${PYTHON_PN}-tornado \ | 19 | ${PYTHON_PN}-tornado \ |
20 | ${PYTHON_PN}-twisted \ | 20 | ${PYTHON_PN}-twisted \ |
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb b/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb index 045357a6ad..d0a17cb1ac 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_8.3.1.bb | |||
@@ -22,7 +22,7 @@ DEPENDS += " \ | |||
22 | openjpeg \ | 22 | openjpeg \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS:${PN} += " \ |
26 | ${PYTHON_PN}-misc \ | 26 | ${PYTHON_PN}-misc \ |
27 | ${PYTHON_PN}-logging \ | 27 | ${PYTHON_PN}-logging \ |
28 | ${PYTHON_PN}-numbers \ | 28 | ${PYTHON_PN}-numbers \ |
@@ -32,6 +32,6 @@ CVE_PRODUCT = "pillow" | |||
32 | 32 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
34 | 34 | ||
35 | RPROVIDES_${PN} += "python3-imaging" | 35 | RPROVIDES:${PN} += "python3-imaging" |
36 | 36 | ||
37 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-devtools/python/python3-pint_0.17.bb b/meta-python/recipes-devtools/python/python3-pint_0.17.bb index 9a474901e9..6642f4b9b1 100644 --- a/meta-python/recipes-devtools/python/python3-pint_0.17.bb +++ b/meta-python/recipes-devtools/python/python3-pint_0.17.bb | |||
@@ -20,12 +20,12 @@ SRC_URI += " \ | |||
20 | file://run-ptest \ | 20 | file://run-ptest \ |
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS:${PN} += " \ |
24 | ${PYTHON_PN}-setuptools \ | 24 | ${PYTHON_PN}-setuptools \ |
25 | ${PYTHON_PN}-packaging \ | 25 | ${PYTHON_PN}-packaging \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS_${PN}-ptest += " \ | 28 | RDEPENDS:${PN}-ptest += " \ |
29 | ${PYTHON_PN}-pytest \ | 29 | ${PYTHON_PN}-pytest \ |
30 | " | 30 | " |
31 | 31 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb index 4c0e799ac4..2d68a78e37 100644 --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" | |||
6 | 6 | ||
7 | SRC_URI[sha256sum] = "deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899" | 7 | SRC_URI[sha256sum] = "deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "pkgconfig \ | 9 | RDEPENDS:${PN} = "pkgconfig \ |
10 | ${PYTHON_PN}-shell \ | 10 | ${PYTHON_PN}-shell \ |
11 | " | 11 | " |
12 | 12 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ply_3.11.bb b/meta-python/recipes-devtools/python/python3-ply_3.11.bb index 3aa010fac3..99c037bb73 100644 --- a/meta-python/recipes-devtools/python/python3-ply_3.11.bb +++ b/meta-python/recipes-devtools/python/python3-ply_3.11.bb | |||
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN}_class-target += "\ | 13 | RDEPENDS:${PN}:class-target += "\ |
14 | ${PYTHON_PN}-netclient \ | 14 | ${PYTHON_PN}-netclient \ |
15 | ${PYTHON_PN}-shell \ | 15 | ${PYTHON_PN}-shell \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb b/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb index d81ee5445c..486e70c8fd 100644 --- a/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "7c7f89d09a09c7b6161bdbfb4fd304b186fc7a2060fa4f31cb3f61c646 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 ptest | 9 | inherit pypi setuptools3 ptest |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python3-six" | 11 | RDEPENDS:${PN} += "python3-six" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb b/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb index 6155b79818..9e5435bada 100644 --- a/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
diff --git a/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb index 70034f8405..58a48e9e03 100644 --- a/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "5882ed9092b391bb8f6e91f59bcdbd748924ff556bb7c634089d5519be87baa0" | 6 | SRC_URI[sha256sum] = "5882ed9092b391bb8f6e91f59bcdbd748924ff556bb7c634089d5519be87baa0" |
7 | 7 | ||
8 | do_install_append() { | 8 | do_install:append() { |
9 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"` | 9 | perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"` |
10 | for f in $perm_files; do | 10 | for f in $perm_files; do |
11 | chmod 644 "${f}" | 11 | chmod 644 "${f}" |
@@ -24,13 +24,13 @@ SRC_URI += " \ | |||
24 | 24 | ||
25 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 25 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
26 | 26 | ||
27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS:${PN} += " \ |
28 | ${PYTHON_PN}-math \ | 28 | ${PYTHON_PN}-math \ |
29 | ${PYTHON_PN}-html \ | 29 | ${PYTHON_PN}-html \ |
30 | ${PYTHON_PN}-wcwidth \ | 30 | ${PYTHON_PN}-wcwidth \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RDEPENDS_${PN}-ptest += " \ | 33 | RDEPENDS:${PN}-ptest += " \ |
34 | ${PYTHON_PN}-pytest \ | 34 | ${PYTHON_PN}-pytest \ |
35 | ${PYTHON_PN}-sqlite3 \ | 35 | ${PYTHON_PN}-sqlite3 \ |
36 | " | 36 | " |
diff --git a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb index dccdeb7a00..24ab0399f9 100644 --- a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "a3747ad947bdfc93e5c986bdb17a6d718f3f26e8577a0807a00962f29e | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core" | 13 | RDEPENDS:${PN} += "python3-core" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-progress_1.5.bb b/meta-python/recipes-devtools/python/python3-progress_1.5.bb index 1f299dbedc..7fd6fd3ba6 100644 --- a/meta-python/recipes-devtools/python/python3-progress_1.5.bb +++ b/meta-python/recipes-devtools/python/python3-progress_1.5.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "69ecedd1d1bbe71bf6313d88d1e6c4d2957b7f1d4f71312c211257f7da | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target += " \ | 11 | RDEPENDS:${PN}:class-target += " \ |
12 | ${PYTHON_PN}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |
13 | ${PYTHON_PN}-math \ | 13 | ${PYTHON_PN}-math \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb index f384e216ee..5d809055b0 100644 --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.19.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | PYPI_PACKAGE = "prompt_toolkit" | 10 | PYPI_PACKAGE = "prompt_toolkit" |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-core \ | 13 | ${PYTHON_PN}-core \ |
14 | ${PYTHON_PN}-six \ | 14 | ${PYTHON_PN}-six \ |
15 | ${PYTHON_PN}-terminal \ | 15 | ${PYTHON_PN}-terminal \ |
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.17.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.17.3.bb index b3f9f6f21b..b43529cc95 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.17.3.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.17.3.bb | |||
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/" | |||
17 | 17 | ||
18 | DEPENDS += "protobuf" | 18 | DEPENDS += "protobuf" |
19 | 19 | ||
20 | RDEPENDS_${PN} += " \ | 20 | RDEPENDS:${PN} += " \ |
21 | ${PYTHON_PN}-datetime \ | 21 | ${PYTHON_PN}-datetime \ |
22 | ${PYTHON_PN}-json \ | 22 | ${PYTHON_PN}-json \ |
23 | ${PYTHON_PN}-logging \ | 23 | ${PYTHON_PN}-logging \ |
@@ -34,6 +34,6 @@ BBCLASSEXTEND = "native nativesdk" | |||
34 | DISTUTILS_BUILD_ARGS += "--cpp_implementation" | 34 | DISTUTILS_BUILD_ARGS += "--cpp_implementation" |
35 | DISTUTILS_INSTALL_ARGS += "--cpp_implementation" | 35 | DISTUTILS_INSTALL_ARGS += "--cpp_implementation" |
36 | 36 | ||
37 | do_compile_prepend_class-native () { | 37 | do_compile:prepend:class-native () { |
38 | export KOKORO_BUILD_NUMBER="1" | 38 | export KOKORO_BUILD_NUMBER="1" |
39 | } | 39 | } |
diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb index bd43b414d0..7186d3c975 100644 --- a/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb | |||
@@ -8,13 +8,13 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | PACKAGES =+ "${PN}-tests" | 9 | PACKAGES =+ "${PN}-tests" |
10 | 10 | ||
11 | FILES_${PN}-tests += " \ | 11 | FILES:${PN}-tests += " \ |
12 | ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ | 12 | ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ |
13 | ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ | 13 | ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ |
14 | " | 14 | " |
15 | 15 | ||
16 | 16 | ||
17 | RDEPENDS_${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
18 | ${PYTHON_PN}-shell \ | 18 | ${PYTHON_PN}-shell \ |
19 | ${PYTHON_PN}-threading \ | 19 | ${PYTHON_PN}-threading \ |
20 | ${PYTHON_PN}-xml \ | 20 | ${PYTHON_PN}-xml \ |
diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb index 607c719461..ff1155eeb1 100644 --- a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | |||
@@ -14,7 +14,7 @@ UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-core \ | 18 | ${PYTHON_PN}-core \ |
19 | ${PYTHON_PN}-fcntl \ | 19 | ${PYTHON_PN}-fcntl \ |
20 | ${PYTHON_PN}-terminal \ | 20 | ${PYTHON_PN}-terminal \ |
@@ -29,7 +29,7 @@ SRC_URI += " \ | |||
29 | file://run-ptest \ | 29 | file://run-ptest \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_${PN}-ptest += " \ | 32 | RDEPENDS:${PN}-ptest += " \ |
33 | ${PYTHON_PN}-pytest \ | 33 | ${PYTHON_PN}-pytest \ |
34 | ${PYTHON_PN}-fcntl \ | 34 | ${PYTHON_PN}-fcntl \ |
35 | ${PYTHON_PN}-terminal \ | 35 | ${PYTHON_PN}-terminal \ |
diff --git a/meta-python/recipes-devtools/python/python3-pulsectl_21.5.18.bb b/meta-python/recipes-devtools/python/python3-pulsectl_21.5.18.bb index d039b7ee30..22603209ee 100644 --- a/meta-python/recipes-devtools/python/python3-pulsectl_21.5.18.bb +++ b/meta-python/recipes-devtools/python/python3-pulsectl_21.5.18.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f1d10048469ff90123263eb5e214061d" | |||
5 | 5 | ||
6 | SRC_URI[sha256sum] = "14e34563cdad5f01d193f1ef7cd859a0fbdaa846726d44b0b68f4451a7458458" | 6 | SRC_URI[sha256sum] = "14e34563cdad5f01d193f1ef7cd859a0fbdaa846726d44b0b68f4451a7458458" |
7 | 7 | ||
8 | RDEPENDS_${PN} += " \ | 8 | RDEPENDS:${PN} += " \ |
9 | libpulse \ | 9 | libpulse \ |
10 | python3-ctypes \ | 10 | python3-ctypes \ |
11 | " | 11 | " |
diff --git a/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb b/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb index 1b62a7611f..6de2f17459 100644 --- a/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb | |||
@@ -18,10 +18,10 @@ do_install_ptest() { | |||
18 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 18 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
19 | } | 19 | } |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += "\ | 21 | RDEPENDS:${PN}-ptest += "\ |
22 | python3-pytest \ | 22 | python3-pytest \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN} += "python3-core python3-ctypes python3-datetime python3-json python3-io python3-mmap python3-multiprocessing python3-netclient python3-pickle python3-pprint python3-shell" | 25 | RDEPENDS:${PN} += "python3-core python3-ctypes python3-datetime python3-json python3-io python3-mmap python3-multiprocessing python3-netclient python3-pickle python3-pprint python3-shell" |
26 | 26 | ||
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb index 31f07a5180..222eb1e0e8 100644 --- a/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb +++ b/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b9bfb8695a1c7e3632e800fb83c943bf67ed45ddd87cd0344851610c69 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-numbers \ | 11 | ${PYTHON_PN}-numbers \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb index 90050fb146..c1e549bcb5 100644 --- a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "3ca069c736c8ad2a3047b5033468d983a2480f94fad4feb0169c056060 | |||
10 | 10 | ||
11 | DEPENDS += "alsa-lib" | 11 | DEPENDS += "alsa-lib" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "libasound" | 13 | RDEPENDS:${PN} += "libasound" |
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb index dd39e8c405..d6a2749c24 100644 --- a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb +++ b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f614 | |||
11 | 11 | ||
12 | inherit pypi ptest setuptools3 | 12 | inherit pypi ptest setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "${PYTHON_PN}-pyasn1" | 14 | RDEPENDS:${PN} = "${PYTHON_PN}-pyasn1" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
17 | 17 | ||
@@ -19,7 +19,7 @@ SRC_URI += " \ | |||
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | ${PYTHON_PN}-pytest \ | 23 | ${PYTHON_PN}-pytest \ |
24 | " | 24 | " |
25 | 25 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb index 3bdb86b453..1368b923d8 100644 --- a/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb | |||
@@ -17,4 +17,4 @@ ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | |||
17 | 17 | ||
18 | inherit pkgconfig autotools python3native | 18 | inherit pkgconfig autotools python3native |
19 | 19 | ||
20 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" | 20 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" |
diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb index b2c890659e..802ca35100 100644 --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb | |||
@@ -12,4 +12,4 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | DEPENDS += "portaudio-v19" | 13 | DEPENDS += "portaudio-v19" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "portaudio-v19" | 15 | RDEPENDS:${PN} += "portaudio-v19" |
diff --git a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb index 5242059bc6..e8d14416f8 100644 --- a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb +++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b858 | |||
13 | PYPI_PACKAGE = "PyBluez" | 13 | PYPI_PACKAGE = "PyBluez" |
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | bluez5 \ | 17 | bluez5 \ |
18 | ${PYTHON_PN}-fcntl \ | 18 | ${PYTHON_PN}-fcntl \ |
19 | " | 19 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb b/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb index ebe11241c9..c1f52881af 100644 --- a/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.2.0.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "PyChromecast" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-logging \ | 13 | ${PYTHON_PN}-logging \ |
14 | ${PYTHON_PN}-zeroconf \ | 14 | ${PYTHON_PN}-zeroconf \ |
15 | ${PYTHON_PN}-json \ | 15 | ${PYTHON_PN}-json \ |
diff --git a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb index ef2a7c589e..d47b7b563e 100644 --- a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb | |||
@@ -9,4 +9,4 @@ SRC_URI[md5sum] = "33858f23c8b99ce8116b70c32f6b6dd9" | |||
9 | SRC_URI[sha256sum] = "24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a" | 9 | SRC_URI[sha256sum] = "24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a" |
10 | 10 | ||
11 | DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt" | 11 | DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt" |
12 | RDEPENDS_${PN} = "python3-matplotlib python3-pillow python3-profile" | 12 | RDEPENDS:${PN} = "python3-matplotlib python3-pillow python3-profile" |
diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb index 2a5f414b2f..845a9fa0cf 100644 --- a/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb +++ b/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb | |||
@@ -10,7 +10,7 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | 12 | ||
13 | RDEPENDS_${PN}_class-target += "\ | 13 | RDEPENDS:${PN}:class-target += "\ |
14 | ${PYTHON_PN}-netclient \ | 14 | ${PYTHON_PN}-netclient \ |
15 | ${PYTHON_PN}-ply \ | 15 | ${PYTHON_PN}-ply \ |
16 | ${PYTHON_PN}-pprint \ | 16 | ${PYTHON_PN}-pprint \ |
diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb index 9fb3a485b9..526d622fd7 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb | |||
@@ -12,4 +12,4 @@ PV = "git${SRCPV}" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "python3-pydbus" | 15 | RDEPENDS:${PN} += "python3-pydbus" |
diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index 807e7b2de5..188934ab97 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | |||
@@ -14,6 +14,6 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | S = "${WORKDIR}/pydbus-${PV}" | 15 | S = "${WORKDIR}/pydbus-${PV}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "${PYTHON_PN}-pygobject \ | 17 | RDEPENDS:${PN} = "${PYTHON_PN}-pygobject \ |
18 | ${PYTHON_PN}-io \ | 18 | ${PYTHON_PN}-io \ |
19 | ${PYTHON_PN}-logging" | 19 | ${PYTHON_PN}-logging" |
diff --git a/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb index c6e95eb525..5bbc33ade0 100644 --- a/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84ddcef430b7c44caa22b2ff4b37a3df" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84ddcef430b7c44caa22b2ff4b37a3df" |
4 | PYPI_PACKAGE = "pyFirmata" | 4 | PYPI_PACKAGE = "pyFirmata" |
5 | 5 | ||
6 | RDEPENDS_${PN} = "\ | 6 | RDEPENDS:${PN} = "\ |
7 | ${PYTHON_PN}-pyserial \ | 7 | ${PYTHON_PN}-pyserial \ |
8 | " | 8 | " |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb b/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb index 69680ddcba..607879c8d3 100644 --- a/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-prettytable \ | 11 | ${PYTHON_PN}-prettytable \ |
12 | ${PYTHON_PN}-cmd2 \ | 12 | ${PYTHON_PN}-cmd2 \ |
13 | ${PYTHON_PN}-pyparsing" | 13 | ${PYTHON_PN}-pyparsing" |
diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb index 59d9b5e8b3..056ecb549a 100644 --- a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-six" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-six" |
diff --git a/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb b/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb index 049c3c3cf7..8c6550a2bf 100644 --- a/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb +++ b/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" |
4 | 4 | ||
5 | RDEPENDS_${PN} += "\ | 5 | RDEPENDS:${PN} += "\ |
6 | ${PYTHON_PN}-ctypes \ | 6 | ${PYTHON_PN}-ctypes \ |
7 | ${PYTHON_PN}-io \ | 7 | ${PYTHON_PN}-io \ |
8 | ${PYTHON_PN}-misc \ | 8 | ${PYTHON_PN}-misc \ |
diff --git a/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb index 520899b8e6..87e212d9dc 100644 --- a/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b3 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
15 | ${PYTHON_PN}-javaobj-py3 \ | 15 | ${PYTHON_PN}-javaobj-py3 \ |
16 | ${PYTHON_PN}-pyasn1 \ | 16 | ${PYTHON_PN}-pyasn1 \ |
17 | ${PYTHON_PN}-pyasn1-modules \ | 17 | ${PYTHON_PN}-pyasn1-modules \ |
diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb index f1486f4773..aae1474915 100644 --- a/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937 | |||
10 | PYPI_PACKAGE = "PyJWT" | 10 | PYPI_PACKAGE = "PyJWT" |
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = "${PYTHON_PN}-cryptography" | 13 | RDEPENDS:${PN} = "${PYTHON_PN}-cryptography" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb index 4d4d2b79cf..6d93f384e0 100644 --- a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "pykwalify" | |||
10 | 10 | ||
11 | inherit setuptools3 pypi | 11 | inherit setuptools3 pypi |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-docopt \ | 14 | ${PYTHON_PN}-docopt \ |
15 | ${PYTHON_PN}-dateutil \ | 15 | ${PYTHON_PN}-dateutil \ |
16 | ${PYTHON_PN}-ruamel-yaml \ | 16 | ${PYTHON_PN}-ruamel-yaml \ |
diff --git a/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb index 7a873a1e12..47a40fdce2 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_1.8.3.bb | |||
@@ -10,7 +10,7 @@ inherit pypi setuptools3 python3-dir | |||
10 | 10 | ||
11 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | 11 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" |
12 | 12 | ||
13 | do_install_append(){ | 13 | do_install:append(){ |
14 | rm ${D}${bindir}/pylint | 14 | rm ${D}${bindir}/pylint |
15 | cat >> ${D}${bindir}/pylint <<EOF | 15 | cat >> ${D}${bindir}/pylint <<EOF |
16 | #!/usr/bin/env ${PYTHON_PN} | 16 | #!/usr/bin/env ${PYTHON_PN} |
@@ -22,12 +22,12 @@ EOF | |||
22 | } | 22 | } |
23 | 23 | ||
24 | PACKAGES =+ "${PN}-tests" | 24 | PACKAGES =+ "${PN}-tests" |
25 | FILES_${PN}-tests+= " \ | 25 | FILES:${PN}-tests+= " \ |
26 | ${PYTHON_SITEPACKAGES_DIR}/pylint/test/ \ | 26 | ${PYTHON_SITEPACKAGES_DIR}/pylint/test/ \ |
27 | ${PYTHON_SITEPACKAGES_DIR}/pylint/testutils.py \ | 27 | ${PYTHON_SITEPACKAGES_DIR}/pylint/testutils.py \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS_${PN} += "${PYTHON_PN}-astroid \ | 30 | RDEPENDS:${PN} += "${PYTHON_PN}-astroid \ |
31 | ${PYTHON_PN}-isort \ | 31 | ${PYTHON_PN}-isort \ |
32 | ${PYTHON_PN}-numbers \ | 32 | ${PYTHON_PN}-numbers \ |
33 | ${PYTHON_PN}-shell \ | 33 | ${PYTHON_PN}-shell \ |
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb index 1e97b27aed..6393078069 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.144.bb | |||
@@ -9,7 +9,7 @@ S = "${WORKDIR}/git" | |||
9 | 9 | ||
10 | inherit setuptools3 | 10 | inherit setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-dateutil \ | 13 | ${PYTHON_PN}-dateutil \ |
14 | ${PYTHON_PN}-json \ | 14 | ${PYTHON_PN}-json \ |
15 | ${PYTHON_PN}-jsonschema \ | 15 | ${PYTHON_PN}-jsonschema \ |
@@ -20,5 +20,5 @@ RDEPENDS_${PN} += " \ | |||
20 | " | 20 | " |
21 | 21 | ||
22 | # Fixes: python3-pymisp requires /bin/bash, but no | 22 | # Fixes: python3-pymisp requires /bin/bash, but no |
23 | # providers found in RDEPENDS_python3-pymisp? [file-rdep] | 23 | # providers found in RDEPENDS:python3-pymisp? [file-rdep] |
24 | RDEPENDS_${PN} += "bash" | 24 | RDEPENDS:${PN} += "bash" |
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb index e715eb86a0..17975ff5d3 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb | |||
@@ -14,9 +14,9 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | PACKAGES =+ "${PYTHON_PN}-bson" | 15 | PACKAGES =+ "${PYTHON_PN}-bson" |
16 | 16 | ||
17 | FILES_${PYTHON_PN}-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" | 17 | FILES:${PYTHON_PN}-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" |
18 | 18 | ||
19 | RDEPENDS_${PYTHON_PN}-bson += " \ | 19 | RDEPENDS:${PYTHON_PN}-bson += " \ |
20 | ${PYTHON_PN}-datetime \ | 20 | ${PYTHON_PN}-datetime \ |
21 | ${PYTHON_PN}-json \ | 21 | ${PYTHON_PN}-json \ |
22 | ${PYTHON_PN}-netclient \ | 22 | ${PYTHON_PN}-netclient \ |
@@ -24,7 +24,7 @@ RDEPENDS_${PYTHON_PN}-bson += " \ | |||
24 | ${PYTHON_PN}-threading \ | 24 | ${PYTHON_PN}-threading \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS:${PN} += " \ |
28 | ${PYTHON_PN}-bson \ | 28 | ${PYTHON_PN}-bson \ |
29 | ${PYTHON_PN}-pprint \ | 29 | ${PYTHON_PN}-pprint \ |
30 | " | 30 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb b/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb index 36e2921ae6..1f6fbd3bb1 100644 --- a/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb | |||
@@ -13,4 +13,4 @@ SRC_URI[sha256sum] = "816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5 | |||
13 | PYPI_PACKAGE = "PyMySQL" | 13 | PYPI_PACKAGE = "PyMySQL" |
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "${PYTHON_PN}-cryptography" | 16 | RDEPENDS:${PN} += "${PYTHON_PN}-cryptography" |
diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb index 6fd42ebf81..b4a6b7af6f 100644 --- a/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb | |||
@@ -17,16 +17,16 @@ DEPENDS += "\ | |||
17 | libsodium \ | 17 | libsodium \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN} = "\ | 20 | RDEPENDS:${PN} = "\ |
21 | ${PYTHON_PN}-six \ | 21 | ${PYTHON_PN}-six \ |
22 | ${PYTHON_PN}-cffi \ | 22 | ${PYTHON_PN}-cffi \ |
23 | libsodium \ | 23 | libsodium \ |
24 | " | 24 | " |
25 | 25 | ||
26 | do_compile_prepend() { | 26 | do_compile:prepend() { |
27 | export SODIUM_INSTALL=system | 27 | export SODIUM_INSTALL=system |
28 | } | 28 | } |
29 | 29 | ||
30 | do_install_prepend() { | 30 | do_install:prepend() { |
31 | export SODIUM_INSTALL=system | 31 | export SODIUM_INSTALL=system |
32 | } | 32 | } |
diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb index e121ef8444..eda9381a54 100644 --- a/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyopenssl_20.0.1.bb | |||
@@ -11,13 +11,13 @@ PYPI_PACKAGE = "pyOpenSSL" | |||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | PACKAGES =+ "${PN}-tests" | 13 | PACKAGES =+ "${PN}-tests" |
14 | FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | 14 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" |
15 | 15 | ||
16 | RDEPENDS_${PN}_class-target = " \ | 16 | RDEPENDS:${PN}:class-target = " \ |
17 | ${PYTHON_PN}-cryptography \ | 17 | ${PYTHON_PN}-cryptography \ |
18 | ${PYTHON_PN}-six \ | 18 | ${PYTHON_PN}-six \ |
19 | ${PYTHON_PN}-threading \ | 19 | ${PYTHON_PN}-threading \ |
20 | " | 20 | " |
21 | RDEPENDS_${PN}-tests = "${PN}" | 21 | RDEPENDS:${PN}-tests = "${PN}" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb index 142d075493..5295bdaed3 100644 --- a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-ctypes \ | 11 | ${PYTHON_PN}-ctypes \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb index 70676b05f3..89d22ee897 100644 --- a/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyperf_2.2.0.bb | |||
@@ -20,4 +20,4 @@ DEPENDS += "${PYTHON_PN}-six-native" | |||
20 | PYPI_PACKAGE = "pyperf" | 20 | PYPI_PACKAGE = "pyperf" |
21 | inherit pypi setuptools3 | 21 | inherit pypi setuptools3 |
22 | 22 | ||
23 | RDEPENDS_${PN} += "${PYTHON_PN}-misc" | 23 | RDEPENDS:${PN} += "${PYTHON_PN}-misc" |
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb index 903bd6459c..a85b0929d4 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.19.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "45460d12ed2a5caf272a357a3360b36d1e346f17afe1425b66fc21d70f | |||
7 | 7 | ||
8 | inherit setuptools3 pypi ptest | 8 | inherit setuptools3 pypi ptest |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-ctypes \ | 11 | ${PYTHON_PN}-ctypes \ |
12 | ${PYTHON_PN}-distutils \ | 12 | ${PYTHON_PN}-distutils \ |
13 | ${PYTHON_PN}-io \ | 13 | ${PYTHON_PN}-io \ |
@@ -25,7 +25,7 @@ SRC_URI += " \ | |||
25 | file://run-ptest \ | 25 | file://run-ptest \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RDEPENDS_${PN}-ptest += " \ | 28 | RDEPENDS:${PN}-ptest += " \ |
29 | ${PYTHON_PN}-pytest \ | 29 | ${PYTHON_PN}-pytest \ |
30 | ${PYTHON_PN}-fcntl \ | 30 | ${PYTHON_PN}-fcntl \ |
31 | " | 31 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb b/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb index 7b792284e2..0b4d2564f6 100644 --- a/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyrsistent_0.18.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-numbers \ | 11 | ${PYTHON_PN}-numbers \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb index 4be80e28cd..4766d92266 100644 --- a/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb +++ b/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb | |||
@@ -6,7 +6,7 @@ SRC_URI[sha256sum] = "3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b49 | |||
6 | 6 | ||
7 | inherit pypi setuptools3 ptest | 7 | inherit pypi setuptools3 ptest |
8 | 8 | ||
9 | do_install_append() { | 9 | do_install:append() { |
10 | rm -f ${D}${bindir}/pyserial-miniterm | 10 | rm -f ${D}${bindir}/pyserial-miniterm |
11 | rm -f ${D}${bindir}/pyserial-ports | 11 | rm -f ${D}${bindir}/pyserial-ports |
12 | rmdir ${D}${bindir} | 12 | rmdir ${D}${bindir} |
@@ -14,17 +14,17 @@ do_install_append() { | |||
14 | 14 | ||
15 | PACKAGES =+ "${PN}-java ${PN}-osx ${PN}-win32 ${PN}-tools" | 15 | PACKAGES =+ "${PN}-java ${PN}-osx ${PN}-win32 ${PN}-tools" |
16 | 16 | ||
17 | FILES_${PN}-java = " \ | 17 | FILES:${PN}-java = " \ |
18 | ${PYTHON_SITEPACKAGES_DIR}/serial/*java* \ | 18 | ${PYTHON_SITEPACKAGES_DIR}/serial/*java* \ |
19 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*java* \ | 19 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*java* \ |
20 | " | 20 | " |
21 | 21 | ||
22 | FILES_${PN}-osx = " \ | 22 | FILES:${PN}-osx = " \ |
23 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/*osx* \ | 23 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/*osx* \ |
24 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*osx* \ | 24 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*osx* \ |
25 | " | 25 | " |
26 | 26 | ||
27 | FILES_${PN}-win32 = " \ | 27 | FILES:${PN}-win32 = " \ |
28 | ${PYTHON_SITEPACKAGES_DIR}/serial/*serialcli* \ | 28 | ${PYTHON_SITEPACKAGES_DIR}/serial/*serialcli* \ |
29 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*serialcli* \ | 29 | ${PYTHON_SITEPACKAGES_DIR}/serial/__pycache__/*serialcli* \ |
30 | ${PYTHON_SITEPACKAGES_DIR}/serial/*win32* \ | 30 | ${PYTHON_SITEPACKAGES_DIR}/serial/*win32* \ |
@@ -35,7 +35,7 @@ FILES_${PN}-win32 = " \ | |||
35 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*windows* \ | 35 | ${PYTHON_SITEPACKAGES_DIR}/serial/tools/__pycache__/*windows* \ |
36 | " | 36 | " |
37 | 37 | ||
38 | RDEPENDS_${PN} = "\ | 38 | RDEPENDS:${PN} = "\ |
39 | ${PYTHON_PN}-fcntl \ | 39 | ${PYTHON_PN}-fcntl \ |
40 | ${PYTHON_PN}-io \ | 40 | ${PYTHON_PN}-io \ |
41 | ${PYTHON_PN}-logging \ | 41 | ${PYTHON_PN}-logging \ |
@@ -52,7 +52,7 @@ SRC_URI += " \ | |||
52 | file://run-ptest \ | 52 | file://run-ptest \ |
53 | " | 53 | " |
54 | 54 | ||
55 | RDEPENDS_${PN}-ptest += " \ | 55 | RDEPENDS:${PN}-ptest += " \ |
56 | ${PYTHON_PN}-pytest \ | 56 | ${PYTHON_PN}-pytest \ |
57 | " | 57 | " |
58 | 58 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb index d0db8a0636..9144401703 100644 --- a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b | |||
9 | PYPI_PACKAGE = "PySocks" | 9 | PYPI_PACKAGE = "PySocks" |
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN}_class-target += "\ | 12 | RDEPENDS:${PN}:class-target += "\ |
13 | ${PYTHON_PN}-email \ | 13 | ${PYTHON_PN}-email \ |
14 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
15 | ${PYTHON_PN}-logging \ | 15 | ${PYTHON_PN}-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb index 220393c550..e8d75e9d75 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "2a72897cfd342382573632d80d38776884a38c8d02353d9d5da4e9e8e8 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-ifaddr \ | 12 | ${PYTHON_PN}-ifaddr \ |
13 | ${PYTHON_PN}-requests \ | 13 | ${PYTHON_PN}-requests \ |
14 | ${PYTHON_PN}-xmltodict \ | 14 | ${PYTHON_PN}-xmltodict \ |
diff --git a/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb b/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb index feb4986109..bbf4fbbf52 100644 --- a/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb +++ b/meta-python/recipes-devtools/python/python3-pystache_0.5.4.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eab | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-netserver \ | 12 | ${PYTHON_PN}-netserver \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb b/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb index 6f302fa52f..cdfb7d3b0c 100644 --- a/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pystemd_0.8.0.bb | |||
@@ -6,7 +6,7 @@ SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3" | |||
6 | SRC_URI[sha256sum] = "cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972" | 6 | SRC_URI[sha256sum] = "cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972" |
7 | 7 | ||
8 | DEPENDS = "systemd" | 8 | DEPENDS = "systemd" |
9 | RDEPENDS_${PN} += "python3-xml python3-pprint" | 9 | RDEPENDS:${PN} += "python3-xml python3-pprint" |
10 | REQUIRED_DISTRO_FEATURES = "systemd" | 10 | REQUIRED_DISTRO_FEATURES = "systemd" |
11 | 11 | ||
12 | inherit pypi setuptools3 features_check | 12 | inherit pypi setuptools3 features_check |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.15.1.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.15.1.bb index 1aa606b78b..1c7df2c72c 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.15.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395e | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-pytest \ | 11 | ${PYTHON_PN}-pytest \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb b/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb index 5fb11ddb7f..bde9935ffe 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "40e263f912de5a81d891619032983557d62a3d85843f9a9f30b98baea0 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core python3-py-cpuinfo python3-pytest python3-aspectlib" | 13 | RDEPENDS:${PN} += "python3-core python3-py-cpuinfo python3-pytest python3-aspectlib" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb index 4ce91dd982..5338ffdd29 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "be7468edd4d3d83f1e844959fd6e3fd28e77a481440a7118d430130ea3 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-core python3-execnet python3-pprint python3-py python3-pytest" | 13 | RDEPENDS:${PN} += "python3-core python3-execnet python3-pprint python3-py python3-pytest" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb index 86b66f0211..c1f9f96ff4 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.4.29.bb | |||
@@ -13,6 +13,6 @@ DEPENDS += "\ | |||
13 | ${PYTHON_PN}-pip-native \ | 13 | ${PYTHON_PN}-pip-native \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb index bd543d2f09..cd0450f519 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "pytest-html" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.11.0.bb b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.11.0.bb index a1b62d16e4..060eee3a5a 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.11.0.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "pytest-metadata" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
14 | ${PYTHON_PN}-pytest \ | 14 | ${PYTHON_PN}-pytest \ |
15 | " | 15 | " |
16 | 16 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb b/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb index fcbd29050e..28b7053218 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | DEPENDS += " \ | 9 | DEPENDS += " \ |
10 | ${PYTHON_PN}-setuptools-scm-native" | 10 | ${PYTHON_PN}-setuptools-scm-native" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \ | 12 | RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \ |
13 | ${PYTHON_PN}-io" | 13 | ${PYTHON_PN}-io" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb index 7a48fd520f..972c99e38f 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb | |||
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "e7d91813a9aa991db87dacdef8cfd3f1657632d731d56d06238c5ffb63 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-pytest \ | 13 | ${PYTHON_PN}-pytest \ |
14 | " | 14 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb b/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb index 906d67064e..3fb8bdf822 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-timeout_1.4.2.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f4 | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} = "${PYTHON_PN}-pytest" | 13 | RDEPENDS:${PN} = "${PYTHON_PN}-pytest" |
diff --git a/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb index fd66a6ffd7..55e642c278 100644 --- a/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pythonping_1.1.0.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "71199bdeee942ba1258b65f88ca5624278e63b31e7643ee8ca7292d2f5 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python3-io" | 11 | RDEPENDS:${PN} += "python3-io" |
diff --git a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb index 1533a895f3..0f04a12039 100644 --- a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb +++ b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb | |||
@@ -15,12 +15,12 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-datetime \ | 19 | ${PYTHON_PN}-datetime \ |
20 | ${PYTHON_PN}-stringold \ | 20 | ${PYTHON_PN}-stringold \ |
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS_${PN}-ptest += " \ | 23 | RDEPENDS:${PN}-ptest += " \ |
24 | ${PYTHON_PN}-pytest \ | 24 | ${PYTHON_PN}-pytest \ |
25 | " | 25 | " |
26 | 26 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb b/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb index cc4dfecfa3..dc51966901 100644 --- a/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytz_2021.1.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 ptest | |||
8 | SRC_URI[md5sum] = "8c849bdf95414fe708a84473e42d4406" | 8 | SRC_URI[md5sum] = "8c849bdf95414fe708a84473e42d4406" |
9 | SRC_URI[sha256sum] = "83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" | 9 | SRC_URI[sha256sum] = "83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da" |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target += "\ | 11 | RDEPENDS:${PN}:class-target += "\ |
12 | ${PYTHON_PN}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |
13 | ${PYTHON_PN}-doctest \ | 13 | ${PYTHON_PN}-doctest \ |
14 | ${PYTHON_PN}-io \ | 14 | ${PYTHON_PN}-io \ |
@@ -23,7 +23,7 @@ SRC_URI += " \ | |||
23 | file://run-ptest \ | 23 | file://run-ptest \ |
24 | " | 24 | " |
25 | 25 | ||
26 | RDEPENDS_${PN}-ptest += " \ | 26 | RDEPENDS:${PN}-ptest += " \ |
27 | ${PYTHON_PN}-pytest \ | 27 | ${PYTHON_PN}-pytest \ |
28 | " | 28 | " |
29 | 29 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb index 38c012843f..dc70b482b1 100644 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb | |||
@@ -7,12 +7,12 @@ SRC_URI[sha256sum] = "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c68800 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | do_configure_prepend() { | 10 | do_configure:prepend() { |
11 | sed -i "/import pyudev/d" ${S}/setup.py | 11 | sed -i "/import pyudev/d" ${S}/setup.py |
12 | sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py | 12 | sed -i "s/str(pyudev.__version__)/'${PV}'/g" ${S}/setup.py |
13 | } | 13 | } |
14 | 14 | ||
15 | RDEPENDS_${PN} = "\ | 15 | RDEPENDS:${PN} = "\ |
16 | ${PYTHON_PN}-ctypes \ | 16 | ${PYTHON_PN}-ctypes \ |
17 | ${PYTHON_PN}-misc \ | 17 | ${PYTHON_PN}-misc \ |
18 | ${PYTHON_PN}-six \ | 18 | ${PYTHON_PN}-six \ |
diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb index 30b2c6d886..286e9672b1 100644 --- a/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyusb_1.2.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e64a29fcd3c3dd356a24e235dfcb3905" | |||
5 | 5 | ||
6 | DEPENDS += "libusb1 ${PYTHON_PN}-setuptools-scm-native" | 6 | DEPENDS += "libusb1 ${PYTHON_PN}-setuptools-scm-native" |
7 | 7 | ||
8 | RDEPENDS_${PN} += " \ | 8 | RDEPENDS:${PN} += " \ |
9 | python3-logging \ | 9 | python3-logging \ |
10 | " | 10 | " |
11 | 11 | ||
@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "libusb1" | 16 | RDEPENDS:${PN} += "libusb1" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb index f213131da2..9e418f04b5 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_22.1.0.bb | |||
@@ -5,18 +5,18 @@ LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \ | |||
5 | file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e" | 5 | file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e" |
6 | DEPENDS = "zeromq" | 6 | DEPENDS = "zeromq" |
7 | 7 | ||
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-pyzmq:" |
9 | 9 | ||
10 | SRC_URI += "file://club-rpath-out.patch" | 10 | SRC_URI += "file://club-rpath-out.patch" |
11 | SRC_URI[sha256sum] = "7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d" | 11 | SRC_URI[sha256sum] = "7040d6dd85ea65703904d023d7f57fab793d7ffee9ba9e14f3b897f34ff2415d" |
12 | 12 | ||
13 | inherit pypi pkgconfig setuptools3 | 13 | inherit pypi pkgconfig setuptools3 |
14 | 14 | ||
15 | RDEPENDS_${PN} += "${PYTHON_PN}-multiprocessing" | 15 | RDEPENDS:${PN} += "${PYTHON_PN}-multiprocessing" |
16 | 16 | ||
17 | FILES_${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug" | 17 | FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug" |
18 | 18 | ||
19 | do_compile_prepend() { | 19 | do_compile:prepend() { |
20 | echo [global] > ${S}/setup.cfg | 20 | echo [global] > ${S}/setup.cfg |
21 | echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg | 21 | echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg |
22 | echo have_sys_un_h = True >> ${S}/setup.cfg | 22 | echo have_sys_un_h = True >> ${S}/setup.cfg |
diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb index d5f54e60a0..c9e9ebf097 100644 --- a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb +++ b/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "153ad96f5892e6fe2f3699296240976ac3a6d068e2eb48bbfc64b4c4c4 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "python3-six python3-pillow" | 11 | RDEPENDS:${PN} = "python3-six python3-pillow" |
diff --git a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb b/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb index 47cdc49d97..589e6638bf 100644 --- a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb | |||
@@ -6,7 +6,7 @@ SRC_URI[sha256sum] = "7ce4d757eb26f4dd43205ec340d8c097f29e5adfe45d6ea20238c731dc | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} += " \ | 9 | RDEPENDS:${PN} += " \ |
10 | ${PYTHON_PN}-isodate \ | 10 | ${PYTHON_PN}-isodate \ |
11 | ${PYTHON_PN}-pyparsing \ | 11 | ${PYTHON_PN}-pyparsing \ |
12 | ${PYTHON_PN}-logging \ | 12 | ${PYTHON_PN}-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb index 1887bf9e80..92f6e3ed26 100644 --- a/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-redis_3.5.3.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "\ | 12 | RDEPENDS:${PN} += "\ |
13 | ${PYTHON_PN}-datetime \ | 13 | ${PYTHON_PN}-datetime \ |
14 | ${PYTHON_PN}-cryptography \ | 14 | ${PYTHON_PN}-cryptography \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb b/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb index 458236d557..09f98112f9 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2021.7.6.bb | |||
@@ -7,7 +7,7 @@ inherit pypi setuptools3 | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "8394e266005f2d8c6f0bc6780001f7afa3ef81a7a2111fa35058ded6fce79e4d" | 8 | SRC_URI[sha256sum] = "8394e266005f2d8c6f0bc6780001f7afa3ef81a7a2111fa35058ded6fce79e4d" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | python3-stringold \ | 11 | python3-stringold \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb b/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb index 88915b8fb4..21cdb8c127 100644 --- a/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -21,7 +21,7 @@ do_install_ptest() { | |||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS:${PN} += " \ |
25 | python3-requests \ | 25 | python3-requests \ |
26 | " | 26 | " |
27 | 27 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb b/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb index 3f99ed6756..6df8e7e0bb 100644 --- a/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "7504ceb5cba8a5c0135ed738596820a78c5f2be92d79b29f96ba99b183 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | python3-requests \ | 12 | python3-requests \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb index 2372ffa45d..4b57e13a9a 100644 --- a/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-futures_1.0.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c3 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | python3-requests \ | 12 | python3-requests \ |
13 | " | 13 | " |
14 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb index fd48cd33a2..12531d75fe 100644 --- a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb | |||
@@ -6,4 +6,4 @@ SRC_URI[sha256sum] = "b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8b | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | RDEPENDS_${PN} += "${PYTHON_PN}-requests" | 9 | RDEPENDS:${PN} += "${PYTHON_PN}-requests" |
diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb index cb1bc607b3..366f41ca81 100644 --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb | |||
@@ -13,11 +13,11 @@ SRC_URI[sha256sum] = "968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610 | |||
13 | 13 | ||
14 | inherit pypi setuptools3 ptest | 14 | inherit pypi setuptools3 ptest |
15 | 15 | ||
16 | RDEPENDS_${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
17 | ${PYTHON_PN}-requests (>=2.0.1) \ | 17 | ${PYTHON_PN}-requests (>=2.0.1) \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
21 | ${PYTHON_PN}-pytest \ | 21 | ${PYTHON_PN}-pytest \ |
22 | ${PYTHON_PN}-betamax \ | 22 | ${PYTHON_PN}-betamax \ |
23 | ${PYTHON_PN}-mock \ | 23 | ${PYTHON_PN}-mock \ |
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb index 95e6e1a6b6..406e42a5e0 100644 --- a/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b0 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-email \ | 11 | ${PYTHON_PN}-email \ |
12 | ${PYTHON_PN}-json \ | 12 | ${PYTHON_PN}-json \ |
13 | ${PYTHON_PN}-ndg-httpsclient \ | 13 | ${PYTHON_PN}-ndg-httpsclient \ |
diff --git a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb index f1064f327d..7f1bbaf97d 100644 --- a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/naimetti/rfc3339-validator" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-rfc3339-validator:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-rfc3339-validator:" |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b" | 8 | SRC_URI[sha256sum] = "138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b" |
9 | 9 | ||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "rfc3339_validator" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-core \ | 15 | ${PYTHON_PN}-core \ |
16 | ${PYTHON_PN}-datetime \ | 16 | ${PYTHON_PN}-datetime \ |
17 | ${PYTHON_PN}-six \ | 17 | ${PYTHON_PN}-six \ |
diff --git a/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb b/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb index ed668fba98..68b3db1f48 100644 --- a/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/naimetti/rfc3986-validator" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6" |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-rfc3986-validator:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-rfc3986-validator:" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "47f7657b790aaf6011a1ab3d86c6be95" | 8 | SRC_URI[md5sum] = "47f7657b790aaf6011a1ab3d86c6be95" |
9 | SRC_URI[sha256sum] = "3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055" | 9 | SRC_URI[sha256sum] = "3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055" |
@@ -12,11 +12,11 @@ PYPI_PACKAGE = "rfc3986_validator" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI_append = " \ | 15 | SRC_URI:append = " \ |
16 | file://0001-setup.py-move-pytest-runner-to-test_requirements.patch \ | 16 | file://0001-setup.py-move-pytest-runner-to-test_requirements.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN} += "\ | 19 | RDEPENDS:${PN} += "\ |
20 | python3-core \ | 20 | python3-core \ |
21 | " | 21 | " |
22 | 22 | ||
diff --git a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb index b6de42f7c1..d9465af081 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.3.1.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | SRC_URI += "file://e31d5fdf2ea00ac6349e64580a20816783064dd4.patch" | 13 | SRC_URI += "file://e31d5fdf2ea00ac6349e64580a20816783064dd4.patch" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
16 | ${PYTHON_PN}-pyserial \ | 16 | ${PYTHON_PN}-pyserial \ |
17 | ${PYTHON_PN}-robotframework \ | 17 | ${PYTHON_PN}-robotframework \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb b/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb index d95ab109a3..cc6c9758b3 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb | |||
@@ -15,7 +15,7 @@ PYPI_PACKAGE_EXT = "zip" | |||
15 | 15 | ||
16 | SRC_URI[sha256sum] = "93c2107f789fd897f234f4b8f1ba8e7b9f4ef326d9bcbfceb71dda8cc197388c" | 16 | SRC_URI[sha256sum] = "93c2107f789fd897f234f4b8f1ba8e7b9f4ef326d9bcbfceb71dda8cc197388c" |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-shell \ | 19 | ${PYTHON_PN}-shell \ |
20 | ${PYTHON_PN}-pprint \ | 20 | ${PYTHON_PN}-pprint \ |
21 | ${PYTHON_PN}-xml \ | 21 | ${PYTHON_PN}-xml \ |
diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb b/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb index dcb42aaa9c..4a9b9a9d3f 100644 --- a/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-rsa_4.7.2.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e | |||
8 | 8 | ||
9 | inherit pypi setuptools3 update-alternatives | 9 | inherit pypi setuptools3 update-alternatives |
10 | 10 | ||
11 | ALTERNATIVE_${PN} = "\ | 11 | ALTERNATIVE:${PN} = "\ |
12 | pyrsa-decrypt \ | 12 | pyrsa-decrypt \ |
13 | pyrsa-encrypt \ | 13 | pyrsa-encrypt \ |
14 | pyrsa-keygen \ | 14 | pyrsa-keygen \ |
@@ -26,7 +26,7 @@ ALTERNATIVE_LINK_NAME[pyrsa-verify] = "${bindir}/pyrsa-verify" | |||
26 | ALTERNATIVE_PRIORITY = "30" | 26 | ALTERNATIVE_PRIORITY = "30" |
27 | 27 | ||
28 | 28 | ||
29 | RDEPENDS_${PN} += "\ | 29 | RDEPENDS:${PN} += "\ |
30 | ${PYTHON_PN}-compression \ | 30 | ${PYTHON_PN}-compression \ |
31 | ${PYTHON_PN}-crypt \ | 31 | ${PYTHON_PN}-crypt \ |
32 | ${PYTHON_PN}-doctest \ | 32 | ${PYTHON_PN}-doctest \ |
@@ -37,4 +37,4 @@ RDEPENDS_${PN} += "\ | |||
37 | ${PYTHON_PN}-pickle \ | 37 | ${PYTHON_PN}-pickle \ |
38 | " | 38 | " |
39 | 39 | ||
40 | RDEPENDS_${PN} += "${PYTHON_PN}-pyasn1" | 40 | RDEPENDS:${PN} += "${PYTHON_PN}-pyasn1" |
diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb index 3414ed097b..ec29436b79 100644 --- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb +++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb | |||
@@ -10,11 +10,11 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67" | 11 | SRC_URI[sha256sum] = "106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-shell \ | 14 | ${PYTHON_PN}-shell \ |
15 | " | 15 | " |
16 | 16 | ||
17 | do_install_prepend() { | 17 | do_install:prepend() { |
18 | export RUAMEL_NO_PIP_INSTALL_CHECK=1 | 18 | export RUAMEL_NO_PIP_INSTALL_CHECK=1 |
19 | } | 19 | } |
20 | 20 | ||
diff --git a/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb b/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb index da3130016a..691742d6d3 100644 --- a/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb +++ b/meta-python/recipes-devtools/python/python3-scrypt_0.8.18.bb | |||
@@ -13,11 +13,11 @@ SRC_URI += " \ | |||
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||
16 | RDEPENDS_${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | ${PYTHON_PN}-pytest \ | 17 | ${PYTHON_PN}-pytest \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN} += " \ | 20 | RDEPENDS:${PN} += " \ |
21 | ${PYTHON_PN}-ctypes \ | 21 | ${PYTHON_PN}-ctypes \ |
22 | " | 22 | " |
23 | 23 | ||
diff --git a/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb b/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb index 8c7c424c6d..b47bcae008 100644 --- a/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb | |||
@@ -15,7 +15,7 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb index ce62dedd79..f3f2e1d1be 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.3.0.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/getsentry/sentry-python" | |||
5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341" |
7 | 7 | ||
8 | RDEPENDS_${PN} += "python3-urllib3" | 8 | RDEPENDS:${PN} += "python3-urllib3" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c" | 10 | SRC_URI[sha256sum] = "5210a712dd57d88d225c1fc3fe3a3626fee493637bcd54e204826cf04b8d769c" |
11 | 11 | ||
diff --git a/meta-python/recipes-devtools/python/python3-serpent_1.40.bb b/meta-python/recipes-devtools/python/python3-serpent_1.40.bb index 305222f764..935531a856 100644 --- a/meta-python/recipes-devtools/python/python3-serpent_1.40.bb +++ b/meta-python/recipes-devtools/python/python3-serpent_1.40.bb | |||
@@ -10,7 +10,7 @@ SRC_URI += " \ | |||
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | 12 | ||
13 | RDEPENDS_${PN}-ptest += " \ | 13 | RDEPENDS:${PN}-ptest += " \ |
14 | ${PYTHON_PN}-pytest \ | 14 | ${PYTHON_PN}-pytest \ |
15 | ${PYTHON_PN}-pytz \ | 15 | ${PYTHON_PN}-pytz \ |
16 | " | 16 | " |
@@ -20,7 +20,7 @@ do_install_ptest() { | |||
20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 20 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} += "\ | 23 | RDEPENDS:${PN} += "\ |
24 | ${PYTHON_PN}-netclient \ | 24 | ${PYTHON_PN}-netclient \ |
25 | ${PYTHON_PN}-numbers \ | 25 | ${PYTHON_PN}-numbers \ |
26 | " | 26 | " |
diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb index 5728ccf252..f8cecfdfcb 100644 --- a/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb +++ b/meta-python/recipes-devtools/python/python3-sh_1.14.2.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "sh" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-codecs \ | 13 | ${PYTHON_PN}-codecs \ |
14 | ${PYTHON_PN}-core \ | 14 | ${PYTHON_PN}-core \ |
15 | ${PYTHON_PN}-io \ | 15 | ${PYTHON_PN}-io \ |
diff --git a/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb b/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb index 1cacf9af2a..9708fc6262 100644 --- a/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb +++ b/meta-python/recipes-devtools/python/python3-simpleeval_0.9.10.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | file://run-ptest \ | 14 | file://run-ptest \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS_${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
19 | " | 19 | " |
20 | 20 | ||
diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb index 11b057743c..5c40cb85fb 100644 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.17.3.bb | |||
@@ -8,15 +8,15 @@ SRC_URI[sha256sum] = "da72a452bcf4349fc467a12b54ab0e63e654a571cacc44084826d52bde | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-io \ | 12 | ${PYTHON_PN}-io \ |
13 | ${PYTHON_PN}-netserver \ | 13 | ${PYTHON_PN}-netserver \ |
14 | ${PYTHON_PN}-numbers \ | 14 | ${PYTHON_PN}-numbers \ |
15 | " | 15 | " |
16 | 16 | ||
17 | PACKAGES =+ "${PN}-tests" | 17 | PACKAGES =+ "${PN}-tests" |
18 | RDEPENDS_${PN}-tests = "${PN} ${PYTHON_PN}-unittest" | 18 | RDEPENDS:${PN}-tests = "${PN} ${PYTHON_PN}-unittest" |
19 | FILES_${PN}-tests+= " \ | 19 | FILES:${PN}-tests+= " \ |
20 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ | 20 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ |
21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ | 21 | ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ |
22 | " | 22 | " |
diff --git a/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb b/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb index 23099f32d3..00d83ab61b 100644 --- a/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb | |||
@@ -20,11 +20,11 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
20 | SRC_URI[md5sum] = "28ae5f93853466c44ec96706ba2a1eb4" | 20 | SRC_URI[md5sum] = "28ae5f93853466c44ec96706ba2a1eb4" |
21 | SRC_URI[sha256sum] = "c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b" | 21 | SRC_URI[sha256sum] = "c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b" |
22 | 22 | ||
23 | do_compile_prepend() { | 23 | do_compile:prepend() { |
24 | sed -e 's/@VERSION@/${PV}/g' ${S}/setup.py.in > ${S}/setup.py | 24 | sed -e 's/@VERSION@/${PV}/g' ${S}/setup.py.in > ${S}/setup.py |
25 | } | 25 | } |
26 | 26 | ||
27 | RDEPENDS_${PN} += "\ | 27 | RDEPENDS:${PN} += "\ |
28 | ${PYTHON_PN}-six \ | 28 | ${PYTHON_PN}-six \ |
29 | " | 29 | " |
30 | # http://errors.yoctoproject.org/Errors/Details/184713/ | 30 | # http://errors.yoctoproject.org/Errors/Details/184713/ |
diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb index fe0b8d1eff..a277930126 100644 --- a/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb | |||
@@ -12,7 +12,7 @@ CLEANBROKEN = "1" | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "smbus2" | 13 | PYPI_PACKAGE = "smbus2" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-ctypes \ | 16 | ${PYTHON_PN}-ctypes \ |
17 | ${PYTHON_PN}-fcntl \ | 17 | ${PYTHON_PN}-fcntl \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb b/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb index 15b326bad4..56d8f9eea0 100644 --- a/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | ${PYTHON_PN}-unittest \ | 17 | ${PYTHON_PN}-unittest \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb b/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb index 64787feecc..f8e6281a18 100644 --- a/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb | |||
@@ -10,6 +10,6 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | PYPI_PACKAGE = "python-snappy" | 11 | PYPI_PACKAGE = "python-snappy" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "snappy" | 13 | RDEPENDS:${PN} += "snappy" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb b/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb index 4a9d3ebef9..18a1753bb7 100644 --- a/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb | |||
@@ -15,7 +15,7 @@ PACKAGECONFIG ?= "asyncio_client client" | |||
15 | PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" | 15 | PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" |
16 | PACKAGECONFIG[client] = ",,,${PYTHON_PN}-requests ${PYTHON_PN}-websocket-client" | 16 | PACKAGECONFIG[client] = ",,,${PYTHON_PN}-requests ${PYTHON_PN}-websocket-client" |
17 | 17 | ||
18 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS:${PN} += "\ |
19 | ${PYTHON_PN}-engineio \ | 19 | ${PYTHON_PN}-engineio \ |
20 | ${PYTHON_PN}-logging \ | 20 | ${PYTHON_PN}-logging \ |
21 | ${PYTHON_PN}-math \ | 21 | ${PYTHON_PN}-math \ |
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb index 93ef04f145..a656af6246 100644 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.2.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | ${PYTHON_PN}-beautifulsoup4 \ | 17 | ${PYTHON_PN}-beautifulsoup4 \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb index 2fbbed3262..06d98cbe1e 100644 --- a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb | |||
@@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d41 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} = "${PYTHON_PN}-misc" | 10 | RDEPENDS:${PN} = "${PYTHON_PN}-misc" |
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb index feb509e3f4..bdc48cf46c 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.22.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "ec1be26cdccd60d180359a527d5980d959a26269a2c7b1b327a1eea0ca | |||
9 | PYPI_PACKAGE = "SQLAlchemy" | 9 | PYPI_PACKAGE = "SQLAlchemy" |
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-json \ | 13 | ${PYTHON_PN}-json \ |
14 | ${PYTHON_PN}-pickle \ | 14 | ${PYTHON_PN}-pickle \ |
15 | ${PYTHON_PN}-logging \ | 15 | ${PYTHON_PN}-logging \ |
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb index c8a64c1095..a159975f71 100644 --- a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb | |||
@@ -16,7 +16,7 @@ export HOST_SYS | |||
16 | 16 | ||
17 | inherit pypi ptest setuptools3 | 17 | inherit pypi ptest setuptools3 |
18 | 18 | ||
19 | RDEPENDS_${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | ${PYTHON_PN}-pytest \ | 20 | ${PYTHON_PN}-pytest \ |
21 | ${PYTHON_PN}-unixadmin \ | 21 | ${PYTHON_PN}-unixadmin \ |
22 | " | 22 | " |
diff --git a/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb index 5103717182..486fa71a85 100644 --- a/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-stevedore_3.3.0.bb | |||
@@ -9,6 +9,6 @@ DEPENDS += "${PYTHON_PN}-pbr-native" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.2.2.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.2.2.bb index 6944ecb979..f89c206dd5 100644 --- a/meta-python/recipes-devtools/python/python3-supervisor_4.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-supervisor_4.2.2.bb | |||
@@ -11,16 +11,16 @@ SRC_URI[sha256sum] = "5b2b8882ec8a3c3733cce6965cc098b6d80b417f21229ab90b18fe551d | |||
11 | 11 | ||
12 | PYPI_PACKAGE = "supervisor" | 12 | PYPI_PACKAGE = "supervisor" |
13 | inherit pypi systemd setuptools3 | 13 | inherit pypi systemd setuptools3 |
14 | RDEPENDS_${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
15 | ${PYTHON_PN}-meld3 \ | 15 | ${PYTHON_PN}-meld3 \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI += "file://supervisord.conf \ | 18 | SRC_URI += "file://supervisord.conf \ |
19 | file://supervisor.service \ | 19 | file://supervisor.service \ |
20 | " | 20 | " |
21 | SYSTEMD_SERVICE_${PN} = "supervisor.service" | 21 | SYSTEMD_SERVICE:${PN} = "supervisor.service" |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install:append() { |
24 | install -d ${D}${sysconfdir}/supervisor | 24 | install -d ${D}${sysconfdir}/supervisor |
25 | install -d ${D}${systemd_system_unitdir} | 25 | install -d ${D}${systemd_system_unitdir} |
26 | 26 | ||
diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.8.bb b/meta-python/recipes-devtools/python/python3-sympy_1.8.bb index 3c05c76396..1dd0a5a854 100644 --- a/meta-python/recipes-devtools/python/python3-sympy_1.8.bb +++ b/meta-python/recipes-devtools/python/python3-sympy_1.8.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-mpmath" | 13 | RDEPENDS:${PN} += "python3-mpmath" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-python/recipes-devtools/python/python3-systemd_234.bb b/meta-python/recipes-devtools/python/python3-systemd_234.bb index 6914cf920e..499fb37049 100644 --- a/meta-python/recipes-devtools/python/python3-systemd_234.bb +++ b/meta-python/recipes-devtools/python/python3-systemd_234.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c" | |||
5 | 5 | ||
6 | PYPI_PACKAGE = "systemd-python" | 6 | PYPI_PACKAGE = "systemd-python" |
7 | DEPENDS += "systemd (<=234)" | 7 | DEPENDS += "systemd (<=234)" |
8 | RDEPENDS_${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging python3-syslog" | 8 | RDEPENDS:${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging python3-syslog" |
9 | REQUIRED_DISTRO_FEATURES = "systemd" | 9 | REQUIRED_DISTRO_FEATURES = "systemd" |
10 | inherit pypi features_check setuptools3 | 10 | inherit pypi features_check setuptools3 |
11 | 11 | ||
@@ -13,8 +13,8 @@ SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d" | |||
13 | SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7" | 13 | SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7" |
14 | 14 | ||
15 | # allow for common patches for python- and python3-systemd | 15 | # allow for common patches for python- and python3-systemd |
16 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-systemd:" | 16 | FILESEXTRAPATHS:prepend := "${THISDIR}/python-systemd:" |
17 | 17 | ||
18 | SRC_URI += "file://endian.patch" | 18 | SRC_URI += "file://endian.patch" |
19 | 19 | ||
20 | SRC_URI_append_libc-musl = " file://0001-Provide-implementation-of-strndupa-for-musl.patch" | 20 | SRC_URI:append:libc-musl = " file://0001-Provide-implementation-of-strndupa-for-musl.patch" |
diff --git a/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb b/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb index a83ee5efc2..7f212ddd87 100644 --- a/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "ad5925c814bfe79497b43df096e3bb52c166d1577f7aff160137301676 | |||
14 | 14 | ||
15 | inherit pypi setuptools3 ptest | 15 | inherit pypi setuptools3 ptest |
16 | 16 | ||
17 | RDEPENDS_${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
19 | ${PYTHON_PN}-mock \ | 19 | ${PYTHON_PN}-mock \ |
20 | " | 20 | " |
@@ -26,4 +26,4 @@ do_install_ptest() { | |||
26 | 26 | ||
27 | DEPENDS += "python3-nose-native" | 27 | DEPENDS += "python3-nose-native" |
28 | 28 | ||
29 | RDEPENDS_${PN} += "python3-six" | 29 | RDEPENDS:${PN} += "python3-six" |
diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.1.bb b/meta-python/recipes-devtools/python/python3-tornado_6.1.bb index 89ff715b65..1dedc51029 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.1.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.1.bb | |||
@@ -12,17 +12,17 @@ SRC_URI[sha256sum] = "33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76 | |||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | # Requires _compression which is currently located in misc | 14 | # Requires _compression which is currently located in misc |
15 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email \ | 15 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email \ |
16 | ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ | 16 | ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ |
17 | ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" | 17 | ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" |
18 | 18 | ||
19 | RDEPENDS_${PN}-test += "${PN} ${PYTHON_PN}-unittest" | 19 | RDEPENDS:${PN}-test += "${PN} ${PYTHON_PN}-unittest" |
20 | 20 | ||
21 | PACKAGES =+ "\ | 21 | PACKAGES =+ "\ |
22 | ${PN}-test \ | 22 | ${PN}-test \ |
23 | " | 23 | " |
24 | 24 | ||
25 | FILES_${PN}-test = " \ | 25 | FILES:${PN}-test = " \ |
26 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ | 26 | ${libdir}/${PYTHON_DIR}/site-packages/*/test \ |
27 | ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ | 27 | ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ |
28 | " | 28 | " |
diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.61.2.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.61.2.bb index 1e127f7240..ef0e5f40a4 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.61.2.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.61.2.bb | |||
@@ -11,7 +11,7 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | python3-logging \ | 15 | python3-logging \ |
16 | python3-numbers \ | 16 | python3-numbers \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb index b0f7548e4c..5c5754740b 100644 --- a/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "440b6b49e5e975f9a640a2519abb2feddd96eb2aeb1715f87f947a7a07 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-trafaret \ | 11 | ${PYTHON_PN}-trafaret \ |
12 | ${PYTHON_PN}-pyyaml \ | 12 | ${PYTHON_PN}-pyyaml \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb b/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb index 96602016e0..0b3d2427cd 100644 --- a/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-trafaret_2.1.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[md5sum] = "228675376012fb27dd7f70ab685e7766" | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |
13 | ${PYTHON_PN}-numbers \ | 13 | ${PYTHON_PN}-numbers \ |
14 | ${PYTHON_PN}-urllib3 \ | 14 | ${PYTHON_PN}-urllib3 \ |
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb index 53451cd3ce..01fdffb87f 100644 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "traitlets" | |||
9 | SRC_URI[md5sum] = "2ffe54aee5d0d87890127dd28ce3f6c4" | 9 | SRC_URI[md5sum] = "2ffe54aee5d0d87890127dd28ce3f6c4" |
10 | SRC_URI[sha256sum] = "178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396" | 10 | SRC_URI[sha256sum] = "178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
13 | ${PYTHON_PN}-ipython-genutils \ | 13 | ${PYTHON_PN}-ipython-genutils \ |
14 | ${PYTHON_PN}-decorator \ | 14 | ${PYTHON_PN}-decorator \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb index 2b82df5814..ddb66ff7f6 100644 --- a/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb +++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb | |||
@@ -6,4 +6,4 @@ inherit pypi setuptools3 | |||
6 | 6 | ||
7 | SRC_URI[sha256sum] = "e7a86b31a161a76133f189b3ae9dad2755a80ea4c1e0eee1805648d021fb677d" | 7 | SRC_URI[sha256sum] = "e7a86b31a161a76133f189b3ae9dad2755a80ea4c1e0eee1805648d021fb677d" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "python3-six" | 9 | RDEPENDS:${PN} += "python3-six" |
diff --git a/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb index e0f1a8ca6e..67c6c976f0 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_21.2.0.bb | |||
@@ -13,7 +13,7 @@ PYPI_PACKAGE = "Twisted" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | # remove some useless files before packaging | 17 | # remove some useless files before packaging |
18 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; | 18 | find ${D} \( -name "*.bat" -o -name "*.c" -o -name "*.h" \) -exec rm -f {} \; |
19 | } | 19 | } |
@@ -42,7 +42,7 @@ DEPENDS += " \ | |||
42 | ${PYTHON_PN}-incremental-native \ | 42 | ${PYTHON_PN}-incremental-native \ |
43 | " | 43 | " |
44 | 44 | ||
45 | RDEPENDS_${PN} = "\ | 45 | RDEPENDS:${PN} = "\ |
46 | ${PN}-bin \ | 46 | ${PN}-bin \ |
47 | ${PN}-core \ | 47 | ${PN}-core \ |
48 | ${PN}-conch \ | 48 | ${PN}-conch \ |
@@ -56,7 +56,7 @@ RDEPENDS_${PN} = "\ | |||
56 | ${PN}-zsh \ | 56 | ${PN}-zsh \ |
57 | " | 57 | " |
58 | 58 | ||
59 | RDEPENDS_${PN}-core = "${PYTHON_PN}-appdirs \ | 59 | RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \ |
60 | ${PYTHON_PN}-automat \ | 60 | ${PYTHON_PN}-automat \ |
61 | ${PYTHON_PN}-constantly \ | 61 | ${PYTHON_PN}-constantly \ |
62 | ${PYTHON_PN}-core \ | 62 | ${PYTHON_PN}-core \ |
@@ -68,41 +68,41 @@ RDEPENDS_${PN}-core = "${PYTHON_PN}-appdirs \ | |||
68 | ${PYTHON_PN}-unixadmin \ | 68 | ${PYTHON_PN}-unixadmin \ |
69 | ${PYTHON_PN}-zopeinterface \ | 69 | ${PYTHON_PN}-zopeinterface \ |
70 | " | 70 | " |
71 | RDEPENDS_${PN}-test = "${PN}" | 71 | RDEPENDS:${PN}-test = "${PN}" |
72 | RDEPENDS_${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" | 72 | RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols ${PYTHON_PN}-bcrypt ${PYTHON_PN}-cryptography ${PYTHON_PN}-pyasn1 ${PYTHON_PN}-pickle" |
73 | RDEPENDS_${PN}-mail = "${PN}-core ${PN}-protocols" | 73 | RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols" |
74 | RDEPENDS_${PN}-names = "${PN}-core" | 74 | RDEPENDS:${PN}-names = "${PN}-core" |
75 | RDEPENDS_${PN}-news = "${PN}-core ${PN}-protocols" | 75 | RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols" |
76 | RDEPENDS_${PN}-runner = "${PN}-core ${PN}-protocols" | 76 | RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols" |
77 | RDEPENDS_${PN}-web += "${PN}-core ${PN}-protocols" | 77 | RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols" |
78 | RDEPENDS_${PN}-words += "${PN}-core" | 78 | RDEPENDS:${PN}-words += "${PN}-core" |
79 | RDEPENDS_${PN}-flow += "${PN}-core" | 79 | RDEPENDS:${PN}-flow += "${PN}-core" |
80 | RDEPENDS_${PN}-pair += "${PN}-core" | 80 | RDEPENDS:${PN}-pair += "${PN}-core" |
81 | RDEPENDS_${PN}-dbg = "${PN}" | 81 | RDEPENDS:${PN}-dbg = "${PN}" |
82 | 82 | ||
83 | ALLOW_EMPTY_${PN} = "1" | 83 | ALLOW_EMPTY:${PN} = "1" |
84 | FILES_${PN} = "" | 84 | FILES:${PN} = "" |
85 | 85 | ||
86 | FILES_${PN}-test = " \ | 86 | FILES:${PN}-test = " \ |
87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ | 87 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/test \ |
88 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \ | 88 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/test \ |
89 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy/test/ \ | 89 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy/test/ \ |
90 | " | 90 | " |
91 | 91 | ||
92 | FILES_${PN}-protocols = " \ | 92 | FILES:${PN}-protocols = " \ |
93 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ | 93 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ |
94 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ | 94 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ |
95 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ | 95 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ |
96 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy \ | 96 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/haproxy \ |
97 | " | 97 | " |
98 | 98 | ||
99 | FILES_${PN}-zsh = " \ | 99 | FILES:${PN}-zsh = " \ |
100 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ | 100 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zsh \ |
101 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ | 101 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/zshcomp.* \ |
102 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \ | 102 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/twisted-completion.zsh \ |
103 | " | 103 | " |
104 | 104 | ||
105 | FILES_${PN}-conch = " \ | 105 | FILES:${PN}-conch = " \ |
106 | ${bindir}/ckeygen \ | 106 | ${bindir}/ckeygen \ |
107 | ${bindir}/tkconch \ | 107 | ${bindir}/tkconch \ |
108 | ${bindir}/conch \ | 108 | ${bindir}/conch \ |
@@ -112,7 +112,7 @@ FILES_${PN}-conch = " \ | |||
112 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ | 112 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/conch \ |
113 | " | 113 | " |
114 | 114 | ||
115 | FILES_${PN}-core = " \ | 115 | FILES:${PN}-core = " \ |
116 | ${bindir}/manhole \ | 116 | ${bindir}/manhole \ |
117 | ${bindir}/mktap \ | 117 | ${bindir}/mktap \ |
118 | ${bindir}/twistd \ | 118 | ${bindir}/twistd \ |
@@ -202,65 +202,65 @@ ${libdir}/${PYTHON_DIR}/site-packages/twisted/positioning/ \ | |||
202 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/py.typed \ | 202 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/py.typed \ |
203 | " | 203 | " |
204 | 204 | ||
205 | FILES_${PN}-mail = " \ | 205 | FILES:${PN}-mail = " \ |
206 | ${bindir}/mailmail \ | 206 | ${bindir}/mailmail \ |
207 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_mail.py* \ | 207 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_mail.py* \ |
208 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/mail \ | 208 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/mail \ |
209 | " | 209 | " |
210 | 210 | ||
211 | FILES_${PN}-names = " \ | 211 | FILES:${PN}-names = " \ |
212 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_names.py* \ | 212 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_names.py* \ |
213 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/names \ | 213 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/names \ |
214 | " | 214 | " |
215 | 215 | ||
216 | FILES_${PN}-news = " \ | 216 | FILES:${PN}-news = " \ |
217 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_news.py* \ | 217 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_news.py* \ |
218 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/news \ | 218 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/news \ |
219 | " | 219 | " |
220 | 220 | ||
221 | FILES_${PN}-runner = " \ | 221 | FILES:${PN}-runner = " \ |
222 | ${libdir}/site-packages/twisted/runner/portmap.so \ | 222 | ${libdir}/site-packages/twisted/runner/portmap.so \ |
223 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/runner\ | 223 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/runner\ |
224 | " | 224 | " |
225 | 225 | ||
226 | FILES_${PN}-web = " \ | 226 | FILES:${PN}-web = " \ |
227 | ${bindir}/websetroot \ | 227 | ${bindir}/websetroot \ |
228 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_web.py* \ | 228 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_web.py* \ |
229 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/web\ | 229 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/web\ |
230 | " | 230 | " |
231 | 231 | ||
232 | FILES_${PN}-words = " \ | 232 | FILES:${PN}-words = " \ |
233 | ${bindir}/im \ | 233 | ${bindir}/im \ |
234 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_words.py* \ | 234 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_words.py* \ |
235 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/words\ | 235 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/words\ |
236 | " | 236 | " |
237 | 237 | ||
238 | FILES_${PN}-flow = " \ | 238 | FILES:${PN}-flow = " \ |
239 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_flow.py* \ | 239 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_flow.py* \ |
240 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/flow \" | 240 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/flow \" |
241 | 241 | ||
242 | FILES_${PN}-pair = " \ | 242 | FILES:${PN}-pair = " \ |
243 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_pair.py* \ | 243 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_pair.py* \ |
244 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \ | 244 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/pair \ |
245 | " | 245 | " |
246 | 246 | ||
247 | FILES_${PN}-dbg += " \ | 247 | FILES:${PN}-dbg += " \ |
248 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ | 248 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/.debug \ |
249 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ | 249 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/.debug \ |
250 | " | 250 | " |
251 | 251 | ||
252 | FILES_${PN}-doc += " \ | 252 | FILES:${PN}-doc += " \ |
253 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ | 253 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/_pydoctortemplates/ \ |
254 | " | 254 | " |
255 | 255 | ||
256 | RDEPENDS_${PN}-src = "${PN}" | 256 | RDEPENDS:${PN}-src = "${PN}" |
257 | FILES_${PN}-src = " \ | 257 | FILES:${PN}-src = " \ |
258 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ | 258 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*.py \ |
259 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ | 259 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*.py \ |
260 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ | 260 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/*/*/*.py \ |
261 | " | 261 | " |
262 | 262 | ||
263 | FILES_${PN}-core_append = " \ | 263 | FILES:${PN}-core:append = " \ |
264 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ | 264 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \ |
265 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ | 265 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \ |
266 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \ | 266 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/__init__*.pyc \ |
@@ -280,45 +280,45 @@ FILES_${PN}-core_append = " \ | |||
280 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/dropin*.cache \ | 280 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/dropin*.cache \ |
281 | " | 281 | " |
282 | 282 | ||
283 | FILES_${PN}-names_append = " \ | 283 | FILES:${PN}-names:append = " \ |
284 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_names*.pyc \ | 284 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_names*.pyc \ |
285 | " | 285 | " |
286 | 286 | ||
287 | FILES_${PN}-news_append = " \ | 287 | FILES:${PN}-news:append = " \ |
288 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \ | 288 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_news*.pyc \ |
289 | " | 289 | " |
290 | 290 | ||
291 | FILES_${PN}-protocols_append = " \ | 291 | FILES:${PN}-protocols:append = " \ |
292 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \ | 292 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/__pycache__/*pyc \ |
293 | " | 293 | " |
294 | 294 | ||
295 | FILES_${PN}-conch_append = " \ | 295 | FILES:${PN}-conch:append = " \ |
296 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_conch*.pyc \ | 296 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_conch*.pyc \ |
297 | " | 297 | " |
298 | 298 | ||
299 | FILES_${PN}-lore_append = " \ | 299 | FILES:${PN}-lore:append = " \ |
300 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_lore*.pyc \ | 300 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_lore*.pyc \ |
301 | " | 301 | " |
302 | FILES_${PN}-mail_append = " \ | 302 | FILES:${PN}-mail:append = " \ |
303 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_mail*.pyc \ | 303 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_mail*.pyc \ |
304 | " | 304 | " |
305 | 305 | ||
306 | FILES_${PN}-web_append = " \ | 306 | FILES:${PN}-web:append = " \ |
307 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_web*.pyc \ | 307 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_web*.pyc \ |
308 | " | 308 | " |
309 | 309 | ||
310 | FILES_${PN}-words_append = " \ | 310 | FILES:${PN}-words:append = " \ |
311 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_words*.pyc \ | 311 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_words*.pyc \ |
312 | " | 312 | " |
313 | 313 | ||
314 | FILES_${PN}-flow_append = " \ | 314 | FILES:${PN}-flow:append = " \ |
315 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc \ | 315 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_flow*.pyc \ |
316 | " | 316 | " |
317 | 317 | ||
318 | FILES_${PN}-pair_append = " \ | 318 | FILES:${PN}-pair:append = " \ |
319 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc \ | 319 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_pair*.pyc \ |
320 | " | 320 | " |
321 | 321 | ||
322 | FILES_${PN}-runner_append = " \ | 322 | FILES:${PN}-runner:append = " \ |
323 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_runner*.pyc \ | 323 | ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__pycache__/twisted_runner*.pyc \ |
324 | " | 324 | " |
diff --git a/meta-python/recipes-devtools/python/python3-twitter_3.10.0.bb b/meta-python/recipes-devtools/python/python3-twitter_3.10.0.bb index 94fd65649c..bb034a4f99 100644 --- a/meta-python/recipes-devtools/python/python3-twitter_3.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-twitter_3.10.0.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "tweepy" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-pip \ | 14 | ${PYTHON_PN}-pip \ |
15 | ${PYTHON_PN}-pysocks \ | 15 | ${PYTHON_PN}-pysocks \ |
16 | ${PYTHON_PN}-requests \ | 16 | ${PYTHON_PN}-requests \ |
diff --git a/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb b/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb index 53dcb5cc69..8b55b3641c 100644 --- a/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "7d6f89745680233f1c4db9ddb748df5e88d2a7a37962be174c0fd04c8d | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-twisted \ | 11 | ${PYTHON_PN}-twisted \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb index cf2c98bba2..a117f17202 100644 --- a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8e | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "python3-six python3-twisted" | 13 | RDEPENDS:${PN} += "python3-six python3-twisted" |
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb index 803067651a..6b33c17950 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.12.1.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | ${PYTHON_PN}-typing-extensions \ | 16 | ${PYTHON_PN}-typing-extensions \ |
17 | ${PYTHON_PN}-unixadmin \ | 17 | ${PYTHON_PN}-unixadmin \ |
diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb index c5524d152e..3f26ba011c 100644 --- a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -20,7 +20,7 @@ do_install_ptest() { | |||
20 | cp -f ${S}/test_umsgpack.py ${D}${PTEST_PATH}/ | 20 | cp -f ${S}/test_umsgpack.py ${D}${PTEST_PATH}/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS:${PN} += " \ |
24 | ${PYTHON_PN}-datetime \ | 24 | ${PYTHON_PN}-datetime \ |
25 | " | 25 | " |
26 | 26 | ||
diff --git a/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb b/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb index 43f286d169..096b5722af 100644 --- a/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb | |||
@@ -14,12 +14,12 @@ SRC_URI += " \ | |||
14 | 14 | ||
15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
16 | 16 | ||
17 | RDEPENDS_${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
18 | ${PYTHON_PN}-datetime \ | 18 | ${PYTHON_PN}-datetime \ |
19 | ${PYTHON_PN}-numbers \ | 19 | ${PYTHON_PN}-numbers \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | ${PYTHON_PN}-json \ | 23 | ${PYTHON_PN}-json \ |
24 | ${PYTHON_PN}-pytest \ | 24 | ${PYTHON_PN}-pytest \ |
25 | ${PYTHON_PN}-pytz \ | 25 | ${PYTHON_PN}-pytz \ |
diff --git a/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb b/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb index c8e3d4c077..93e9ae012b 100644 --- a/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-unidiff_0.6.0.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
17 | " | 17 | " |
18 | 18 | ||
@@ -21,7 +21,7 @@ do_install_ptest() { | |||
21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 21 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
22 | } | 22 | } |
23 | 23 | ||
24 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS:${PN} += " \ |
25 | ${PYTHON_PN}-codecs \ | 25 | ${PYTHON_PN}-codecs \ |
26 | ${PYTHON_PN}-io \ | 26 | ${PYTHON_PN}-io \ |
27 | " | 27 | " |
diff --git a/meta-python/recipes-devtools/python/python3-uritemplate_3.0.1.bb b/meta-python/recipes-devtools/python/python3-uritemplate_3.0.1.bb index 2a83219a95..0d63803bb6 100644 --- a/meta-python/recipes-devtools/python/python3-uritemplate_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-uritemplate_3.0.1.bb | |||
@@ -15,7 +15,7 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.26.6.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.6.bb index f9b49fe692..5a2a6287f0 100644 --- a/meta-python/recipes-devtools/python/python3-urllib3_1.26.6.bb +++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.6.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "f57b4c16c62fa2760b7e3d97c35b255512fb6b59a259730f36ba32ce9f | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-certifi \ | 11 | ${PYTHON_PN}-certifi \ |
12 | ${PYTHON_PN}-cryptography \ | 12 | ${PYTHON_PN}-cryptography \ |
13 | ${PYTHON_PN}-email \ | 13 | ${PYTHON_PN}-email \ |
diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb index ba0fdf1eb4..97d46b4f18 100644 --- a/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb +++ b/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "e5236a8e8602ab6db4b873664c2d356c365ab3cac96fbdec4970ad6164 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = " \ | 11 | RDEPENDS:${PN} = " \ |
12 | ${PYTHON_PN}-argh \ | 12 | ${PYTHON_PN}-argh \ |
13 | ${PYTHON_PN}-pathtools3 \ | 13 | ${PYTHON_PN}-pathtools3 \ |
14 | ${PYTHON_PN}-pyyaml \ | 14 | ${PYTHON_PN}-pyyaml \ |
diff --git a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb index e567e0ba28..2ec036ef35 100644 --- a/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-webcolors_1.11.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "76f360636957d1c976db7466bc71dcb713bb95ac8911944dffc55c01cb | |||
7 | 7 | ||
8 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
9 | 9 | ||
10 | RDEPENDS_${PN}_class-target = "\ | 10 | RDEPENDS:${PN}:class-target = "\ |
11 | ${PYTHON_PN}-stringold \ | 11 | ${PYTHON_PN}-stringold \ |
12 | " | 12 | " |
13 | 13 | ||
@@ -15,7 +15,7 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb b/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb index aa5b8c782a..211b2b3c84 100644 --- a/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab1674858 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-codecs \ | 11 | ${PYTHON_PN}-codecs \ |
12 | ${PYTHON_PN}-json \ | 12 | ${PYTHON_PN}-json \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.1.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.1.0.bb index b46392aeef..c5f2f12774 100644 --- a/meta-python/recipes-devtools/python/python3-websocket-client_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.1.0.bb | |||
@@ -11,6 +11,6 @@ SRC_URI[sha256sum] = "b68e4959d704768fa20e35c9d508c8dc2bbc041fd8d267c0d7345cffe2 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
15 | ${PYTHON_PN}-six \ | 15 | ${PYTHON_PN}-six \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-devtools/python/python3-websockets_9.1.bb b/meta-python/recipes-devtools/python/python3-websockets_9.1.bb index 8802ee3702..a44c2d8231 100644 --- a/meta-python/recipes-devtools/python/python3-websockets_9.1.bb +++ b/meta-python/recipes-devtools/python/python3-websockets_9.1.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "276d2339ebf0df4f45df453923ebd2270b87900eda5dfd4a6b0cfa15f8 | |||
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${PYTHON_PN}-asyncio \ | 14 | ${PYTHON_PN}-asyncio \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb index 1653eeabda..57db204649 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb | |||
@@ -18,7 +18,7 @@ inherit pypi setuptools3 | |||
18 | 18 | ||
19 | CLEANBROKEN = "1" | 19 | CLEANBROKEN = "1" |
20 | 20 | ||
21 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS:${PN} += " \ |
22 | ${PYTHON_PN}-datetime \ | 22 | ${PYTHON_PN}-datetime \ |
23 | ${PYTHON_PN}-difflib \ | 23 | ${PYTHON_PN}-difflib \ |
24 | ${PYTHON_PN}-email \ | 24 | ${PYTHON_PN}-email \ |
diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb index 3ae4f91e38..ed2a6d423f 100644 --- a/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb | |||
@@ -15,7 +15,7 @@ PYPI_PACKAGE_EXT = "zip" | |||
15 | 15 | ||
16 | inherit ptest pypi setuptools3 | 16 | inherit ptest pypi setuptools3 |
17 | 17 | ||
18 | RDEPENDS_${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-email \ | 19 | ${PYTHON_PN}-email \ |
20 | ${PYTHON_PN}-multiprocessing \ | 20 | ${PYTHON_PN}-multiprocessing \ |
21 | ${PYTHON_PN}-netclient \ | 21 | ${PYTHON_PN}-netclient \ |
@@ -29,7 +29,7 @@ SRC_URI += " \ | |||
29 | file://run-ptest \ | 29 | file://run-ptest \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_${PN}-ptest += " \ | 32 | RDEPENDS:${PN}-ptest += " \ |
33 | ${PYTHON_PN}-pytest \ | 33 | ${PYTHON_PN}-pytest \ |
34 | ${PYTHON_PN}-fcntl \ | 34 | ${PYTHON_PN}-fcntl \ |
35 | " | 35 | " |
diff --git a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb index 2309bec5e2..5ac7786ad3 100644 --- a/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb +++ b/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb | |||
@@ -13,4 +13,4 @@ PYPI_PACKAGE = "wpa_supplicant" | |||
13 | 13 | ||
14 | inherit pypi setuptools3 | 14 | inherit pypi setuptools3 |
15 | 15 | ||
16 | RDEPENDS_${PN} += "python3-twisted python3-click python3-txdbus" | 16 | RDEPENDS:${PN} += "python3-twisted python3-click python3-txdbus" |
diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb index bb9b95201b..22457d9c86 100644 --- a/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | RDEPENDS_${PN}_class-target += "\ | 12 | RDEPENDS:${PN}:class-target += "\ |
13 | ${PYTHON_PN}-stringold \ | 13 | ${PYTHON_PN}-stringold \ |
14 | ${PYTHON_PN}-threading \ | 14 | ${PYTHON_PN}-threading \ |
15 | " | 15 | " |
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb index a6e7a5b2e7..6a9e464404 100644 --- a/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "WTForms" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-netserver \ | 15 | ${PYTHON_PN}-netserver \ |
16 | ${PYTHON_PN}-numbers \ | 16 | ${PYTHON_PN}-numbers \ |
17 | " | 17 | " |
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb index 8587ea8f33..fdbf494a48 100644 --- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb | |||
@@ -18,9 +18,9 @@ S = "${WORKDIR}/git" | |||
18 | 18 | ||
19 | inherit ptest setuptools3 | 19 | inherit ptest setuptools3 |
20 | 20 | ||
21 | RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" | 21 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" |
22 | 22 | ||
23 | RDEPENDS_${PN}-ptest += " \ | 23 | RDEPENDS:${PN}-ptest += " \ |
24 | ${PYTHON_PN}-pytest \ | 24 | ${PYTHON_PN}-pytest \ |
25 | " | 25 | " |
26 | 26 | ||
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb index 64ab8afa67..ef4a6baa43 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.4.4.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "XlsxWriter" | 9 | PYPI_PACKAGE = "XlsxWriter" |
10 | 10 | ||
11 | RDEPENDS_${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
12 | python3-crypt \ | 12 | python3-crypt \ |
13 | python3-datetime \ | 13 | python3-datetime \ |
14 | python3-compression \ | 14 | python3-compression \ |
diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb index acdb399424..217e77e50a 100644 --- a/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb | |||
@@ -12,7 +12,7 @@ DEPENDS += "\ | |||
12 | ${PYTHON_PN}-elementpath-native \ | 12 | ${PYTHON_PN}-elementpath-native \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | ${PYTHON_PN}-elementpath \ | 16 | ${PYTHON_PN}-elementpath \ |
17 | ${PYTHON_PN}-modules \ | 17 | ${PYTHON_PN}-modules \ |
18 | " | 18 | " |
diff --git a/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb b/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb index d078883249..1d871b2d35 100644 --- a/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-xmltodict_0.12.0.bb | |||
@@ -15,7 +15,7 @@ SRC_URI += " \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
19 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
20 | " | 20 | " |
21 | 21 | ||
diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb index 3fdd3e58c0..9d722b84f6 100644 --- a/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb +++ b/meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "089737298f5738eabc43f2519efdc80b402693768f16383f7013b9e6f8 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
12 | " | 12 | " |
13 | 13 | ||
diff --git a/meta-python/recipes-devtools/python/python3-xxhash_2.0.2.bb b/meta-python/recipes-devtools/python/python3-xxhash_2.0.2.bb index 965e8107d3..01343abc85 100644 --- a/meta-python/recipes-devtools/python/python3-xxhash_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-xxhash_2.0.2.bb | |||
@@ -11,7 +11,7 @@ SRC_URI += " \ | |||
11 | 11 | ||
12 | inherit pypi setuptools3 ptest | 12 | inherit pypi setuptools3 ptest |
13 | 13 | ||
14 | RDEPENDS_${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta-python/recipes-devtools/python/python3-yamlloader_1.1.0.bb b/meta-python/recipes-devtools/python/python3-yamlloader_1.1.0.bb index 25e7edab28..a5510d5dc7 100644 --- a/meta-python/recipes-devtools/python/python3-yamlloader_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-yamlloader_1.1.0.bb | |||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "8a297c7a197683ba02e5e2b882ffd6c6180d01bdefb534b69cd3962df0 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN}_class-target += "\ | 10 | RDEPENDS:${PN}:class-target += "\ |
11 | ${PYTHON_PN}-pyyaml \ | 11 | ${PYTHON_PN}-pyyaml \ |
12 | " | 12 | " |
diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb index 8a1aca21fe..94988a7448 100644 --- a/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb | |||
@@ -13,13 +13,13 @@ SRC_URI += " \ | |||
13 | 13 | ||
14 | inherit pypi setuptools3 ptest | 14 | inherit pypi setuptools3 ptest |
15 | 15 | ||
16 | RDEPENDS_${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
17 | ${PYTHON_PN}-datetime \ | 17 | ${PYTHON_PN}-datetime \ |
18 | ${PYTHON_PN}-pickle \ | 18 | ${PYTHON_PN}-pickle \ |
19 | ${PYTHON_PN}-threading \ | 19 | ${PYTHON_PN}-threading \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | ${PYTHON_PN}-gevent \ | 23 | ${PYTHON_PN}-gevent \ |
24 | ${PYTHON_PN}-multiprocessing \ | 24 | ${PYTHON_PN}-multiprocessing \ |
25 | ${PYTHON_PN}-pytest \ | 25 | ${PYTHON_PN}-pytest \ |
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb index e0e2626466..7bab771f7f 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.3.bb | |||
@@ -14,12 +14,12 @@ PYPI_PACKAGE = "yarl" | |||
14 | 14 | ||
15 | inherit pypi ptest setuptools3 | 15 | inherit pypi ptest setuptools3 |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-multidict \ | 18 | ${PYTHON_PN}-multidict \ |
19 | ${PYTHON_PN}-idna \ | 19 | ${PYTHON_PN}-idna \ |
20 | " | 20 | " |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | ${PYTHON_PN}-pytest \ | 23 | ${PYTHON_PN}-pytest \ |
24 | " | 24 | " |
25 | 25 | ||
diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb index 8861378b56..242f329dc8 100644 --- a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb +++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "5a59425d225a1f5fba0196766fccf856d4686f653037108cbc643a76c1 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-ifaddr \ | 11 | ${PYTHON_PN}-ifaddr \ |
12 | ${PYTHON_PN}-asyncio \ | 12 | ${PYTHON_PN}-asyncio \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb b/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb index 305e42a619..b048c80e13 100644 --- a/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-zopeinterface_5.4.0.bb | |||
@@ -9,15 +9,15 @@ SRC_URI[sha256sum] = "5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a | |||
9 | 9 | ||
10 | PACKAGES =. "${PN}-test " | 10 | PACKAGES =. "${PN}-test " |
11 | 11 | ||
12 | RPROVIDES_${PN} += "zope-interfaces" | 12 | RPROVIDES:${PN} += "zope-interfaces" |
13 | 13 | ||
14 | RDEPENDS_${PN}_class-target += "${PYTHON_PN}-datetime" | 14 | RDEPENDS:${PN}:class-target += "${PYTHON_PN}-datetime" |
15 | RDEPENDS_${PN}-test += "python3-unittest python3-doctest" | 15 | RDEPENDS:${PN}-test += "python3-unittest python3-doctest" |
16 | 16 | ||
17 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" | 17 | FILES:${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*.egg/*/*/.debug" |
18 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" | 18 | FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.c" |
19 | FILES_${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" | 19 | FILES:${PN}-doc += "${PYTHON_SITEPACKAGES_DIR}/zope/interface/*.txt" |
20 | FILES_${PN}-test += " \ | 20 | FILES:${PN}-test += " \ |
21 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ | 21 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/tests \ |
22 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ | 22 | ${PYTHON_SITEPACKAGES_DIR}/zope/interface/common/tests \ |
23 | " | 23 | " |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb index 2b5b253b5d..204793759d 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb | |||
@@ -30,17 +30,17 @@ REQUIRED_DISTRO_FEATURES = "systemd" | |||
30 | 30 | ||
31 | inherit setuptools3 python3native | 31 | inherit setuptools3 python3native |
32 | 32 | ||
33 | RDEPENDS_${PN} += "python3-pykickstart python3-pyudev \ | 33 | RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \ |
34 | parted python3-pyparted multipath-tools \ | 34 | parted python3-pyparted multipath-tools \ |
35 | lsof cryptsetup libblockdev \ | 35 | lsof cryptsetup libblockdev \ |
36 | libbytesize \ | 36 | libbytesize \ |
37 | " | 37 | " |
38 | 38 | ||
39 | FILES_${PN} += " \ | 39 | FILES:${PN} += " \ |
40 | ${datadir}/dbus-1/system-services \ | 40 | ${datadir}/dbus-1/system-services \ |
41 | " | 41 | " |
42 | 42 | ||
43 | inherit systemd | 43 | inherit systemd |
44 | 44 | ||
45 | SYSTEMD_AUTO_ENABLE = "disable" | 45 | SYSTEMD_AUTO_ENABLE = "disable" |
46 | SYSTEMD_SERVICE_${PN} = "blivet.service" | 46 | SYSTEMD_SERVICE:${PN} = "blivet.service" |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb index 92402bee56..4f5856d1b2 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb | |||
@@ -18,11 +18,11 @@ REQUIRED_DISTRO_FEATURES = "x11 systemd" | |||
18 | 18 | ||
19 | inherit setuptools3 python3native | 19 | inherit setuptools3 python3native |
20 | 20 | ||
21 | RDEPENDS_${PN} = "python3-pygobject python3 \ | 21 | RDEPENDS:${PN} = "python3-pygobject python3 \ |
22 | python3-blivet gtk+3 \ | 22 | python3-blivet gtk+3 \ |
23 | python3-pid libreport \ | 23 | python3-pid libreport \ |
24 | " | 24 | " |
25 | 25 | ||
26 | FILES_${PN} += " \ | 26 | FILES:${PN} += " \ |
27 | ${datadir}/* \ | 27 | ${datadir}/* \ |
28 | " | 28 | " |
diff --git a/meta-python/recipes-extended/python-cson/python3-cson_git.bb b/meta-python/recipes-extended/python-cson/python3-cson_git.bb index 5c74c7a307..7bc61f06d7 100644 --- a/meta-python/recipes-extended/python-cson/python3-cson_git.bb +++ b/meta-python/recipes-extended/python-cson/python3-cson_git.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "git://github.com/gt3389b/python-cson.git" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | RDEPENDS_${PN}_class-native = "" | 15 | RDEPENDS:${PN}:class-native = "" |
16 | DEPENDS_append_class-native = " python-native " | 16 | DEPENDS:append:class-native = " python-native " |
17 | 17 | ||
18 | inherit setuptools3 | 18 | inherit setuptools3 |
19 | 19 | ||
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb index 64a24ade3e..372b3a006f 100644 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb | |||
@@ -13,5 +13,5 @@ SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=mas | |||
13 | " | 13 | " |
14 | SRCREV = "11980776c5ad757401ea1d12fd1f331d96428105" | 14 | SRCREV = "11980776c5ad757401ea1d12fd1f331d96428105" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/*" | 16 | FILES:${PN} += "${datadir}/*" |
17 | 17 | ||
diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb index 5949a55fa8..7cf88ec332 100644 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "ephem" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-datetime \ | 14 | ${PYTHON_PN}-datetime \ |
15 | ${PYTHON_PN}-math \ | 15 | ${PYTHON_PN}-math \ |
16 | " | 16 | " |
diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.32.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.32.bb index 62d2729dc8..829ada4f8b 100644 --- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.32.bb +++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.32.bb | |||
@@ -3,10 +3,10 @@ HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart" | |||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
7 | 7 | ||
8 | DEPENDS = "python3" | 8 | DEPENDS = "python3" |
9 | RDEPENDS_${PN} = "python3 \ | 9 | RDEPENDS:${PN} = "python3 \ |
10 | python3-requests \ | 10 | python3-requests \ |
11 | python3-six \ | 11 | python3-six \ |
12 | " | 12 | " |
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb index 8909aa11f4..765201ca7b 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | |||
@@ -16,10 +16,10 @@ inherit pypi distutils3 | |||
16 | 16 | ||
17 | DEPENDS += "parted" | 17 | DEPENDS += "parted" |
18 | 18 | ||
19 | RDEPENDS_${PN}_class-target += " \ | 19 | RDEPENDS:${PN}:class-target += " \ |
20 | parted (>= 2.3) \ | 20 | parted (>= 2.3) \ |
21 | python3-stringold python3-codecs python3-math \ | 21 | python3-stringold python3-codecs python3-math \ |
22 | " | 22 | " |
23 | RDEPENDS_${PN}_class-native = "" | 23 | RDEPENDS:${PN}:class-native = "" |
24 | 24 | ||
25 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native" |
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb index 988dae1335..a6ca4d5f83 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.2.0.bb | |||
@@ -27,7 +27,7 @@ DEPENDS += " \ | |||
27 | ${PYTHON_PN}-wheel-native \ | 27 | ${PYTHON_PN}-wheel-native \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS_${PN}_class-target += "\ | 30 | RDEPENDS:${PN}:class-target += "\ |
31 | ${PYTHON_PN}-datetime \ | 31 | ${PYTHON_PN}-datetime \ |
32 | ${PYTHON_PN}-io \ | 32 | ${PYTHON_PN}-io \ |
33 | ${PYTHON_PN}-netclient \ | 33 | ${PYTHON_PN}-netclient \ |
@@ -43,7 +43,7 @@ RDEPENDS_${PN}_class-target += "\ | |||
43 | ${PYTHON_PN}-yamlloader \ | 43 | ${PYTHON_PN}-yamlloader \ |
44 | " | 44 | " |
45 | 45 | ||
46 | ALTERNATIVE_${PN} = "mof_compiler" | 46 | ALTERNATIVE:${PN} = "mof_compiler" |
47 | ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" | 47 | ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" |
48 | 48 | ||
49 | ALTERNATIVE_PRIORITY = "60" | 49 | ALTERNATIVE_PRIORITY = "60" |
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb index b06fee5500..46b6a99605 100644 --- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb +++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb | |||
@@ -15,7 +15,7 @@ DEPENDS += " \ | |||
15 | ${PYTHON_PN}-click-native \ | 15 | ${PYTHON_PN}-click-native \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RDEPENDS_${PN}_class-target += "\ | 18 | RDEPENDS:${PN}:class-target += "\ |
19 | ${PYTHON_PN}-ply \ | 19 | ${PYTHON_PN}-ply \ |
20 | ${PYTHON_PN}-pyyaml \ | 20 | ${PYTHON_PN}-pyyaml \ |
21 | ${PYTHON_PN}-six \ | 21 | ${PYTHON_PN}-six \ |
diff --git a/meta-webserver/recipes-core/packagesgroups/packagegroup-meta-webserver.bb b/meta-webserver/recipes-core/packagesgroups/packagegroup-meta-webserver.bb index ec3334d8f0..e775cdb50e 100644 --- a/meta-webserver/recipes-core/packagesgroups/packagegroup-meta-webserver.bb +++ b/meta-webserver/recipes-core/packagesgroups/packagegroup-meta-webserver.bb | |||
@@ -11,14 +11,14 @@ PACKAGES = ' \ | |||
11 | packagegroup-meta-webserver-webadmin \ | 11 | packagegroup-meta-webserver-webadmin \ |
12 | ' | 12 | ' |
13 | 13 | ||
14 | RDEPENDS_packagegroup-meta-webserver = "\ | 14 | RDEPENDS:packagegroup-meta-webserver = "\ |
15 | packagegroup-meta-webserver-http \ | 15 | packagegroup-meta-webserver-http \ |
16 | packagegroup-meta-webserver-php \ | 16 | packagegroup-meta-webserver-php \ |
17 | packagegroup-meta-webserver-support \ | 17 | packagegroup-meta-webserver-support \ |
18 | packagegroup-meta-webserver-webadmin \ | 18 | packagegroup-meta-webserver-webadmin \ |
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_packagegroup-meta-webserver-http = "\ | 21 | RDEPENDS:packagegroup-meta-webserver-http = "\ |
22 | apache-websocket \ | 22 | apache-websocket \ |
23 | apache2 \ | 23 | apache2 \ |
24 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "cherokee", "", d)} \ | 24 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "cherokee", "", d)} \ |
@@ -29,18 +29,18 @@ RDEPENDS_packagegroup-meta-webserver-http = "\ | |||
29 | sthttpd \ | 29 | sthttpd \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_packagegroup-meta-webserver-php = "\ | 32 | RDEPENDS:packagegroup-meta-webserver-php = "\ |
33 | phpmyadmin \ | 33 | phpmyadmin \ |
34 | xdebug \ | 34 | xdebug \ |
35 | " | 35 | " |
36 | 36 | ||
37 | RDEPENDS_packagegroup-meta-webserver-support = "\ | 37 | RDEPENDS:packagegroup-meta-webserver-support = "\ |
38 | spawn-fcgi \ | 38 | spawn-fcgi \ |
39 | fcgi \ | 39 | fcgi \ |
40 | fcgiwrap \ | 40 | fcgiwrap \ |
41 | " | 41 | " |
42 | 42 | ||
43 | RDEPENDS_packagegroup-meta-webserver-webadmin = "\ | 43 | RDEPENDS:packagegroup-meta-webserver-webadmin = "\ |
44 | cockpit \ | 44 | cockpit \ |
45 | webmin \ | 45 | webmin \ |
46 | netdata \ | 46 | netdata \ |
diff --git a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb index 0ef2bd7f45..884d467eec 100644 --- a/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb +++ b/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" | |||
7 | inherit autotools-brokensep pkgconfig | 7 | inherit autotools-brokensep pkgconfig |
8 | 8 | ||
9 | DEPENDS = "apache2 apache2-native pbzip2-native" | 9 | DEPENDS = "apache2 apache2-native pbzip2-native" |
10 | RDEPENDS_${PN} += "apache2" | 10 | RDEPENDS:${PN} += "apache2" |
11 | 11 | ||
12 | # Original (github.com/disconnect/apache-websocket) is dead since 2012, the | 12 | # Original (github.com/disconnect/apache-websocket) is dead since 2012, the |
13 | # fork contains patches from the modules ML and fixes CVE compliance issues | 13 | # fork contains patches from the modules ML and fixes CVE compliance issues |
@@ -29,5 +29,5 @@ do_install() { | |||
29 | install -m 755 ${B}/.libs/mod_websocket.so ${D}${libexecdir}/apache2/modules | 29 | install -m 755 ${B}/.libs/mod_websocket.so ${D}${libexecdir}/apache2/modules |
30 | } | 30 | } |
31 | 31 | ||
32 | FILES_${PN} += " ${libexecdir}/apache2/modules/* " | 32 | FILES:${PN} += " ${libexecdir}/apache2/modules/* " |
33 | FILES_${PN}-dbg += " ${libexecdir}/apache2/modules/.debug/* " | 33 | FILES:${PN}-dbg += " ${libexecdir}/apache2/modules/.debug/* " |
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.48.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.48.bb index 3a851167cf..1ac4fcbf26 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.48.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.48.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \ | |||
17 | file://0001-support-apxs.in-force-destdir-to-be-empty-string.patch \ | 17 | file://0001-support-apxs.in-force-destdir-to-be-empty-string.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI_append_class-target = " \ | 20 | SRC_URI:append:class-target = " \ |
21 | file://0008-apache2-do-not-use-relative-path-for-gen_test_char.patch \ | 21 | file://0008-apache2-do-not-use-relative-path-for-gen_test_char.patch \ |
22 | file://init \ | 22 | file://init \ |
23 | file://apache2-volatile.conf \ | 23 | file://apache2-volatile.conf \ |
@@ -44,9 +44,9 @@ PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselin | |||
44 | PACKAGECONFIG[openldap] = "--enable-ldap --enable-authnz-ldap,--disable-ldap --disable-authnz-ldap,openldap" | 44 | PACKAGECONFIG[openldap] = "--enable-ldap --enable-authnz-ldap,--disable-ldap --disable-authnz-ldap,openldap" |
45 | PACKAGECONFIG[zlib] = "--enable-deflate,,zlib,zlib" | 45 | PACKAGECONFIG[zlib] = "--enable-deflate,,zlib,zlib" |
46 | 46 | ||
47 | CFLAGS_append = " -DPATH_MAX=4096" | 47 | CFLAGS:append = " -DPATH_MAX=4096" |
48 | 48 | ||
49 | EXTRA_OECONF_class-target = "\ | 49 | EXTRA_OECONF:class-target = "\ |
50 | --enable-layout=Debian \ | 50 | --enable-layout=Debian \ |
51 | --prefix=${base_prefix} \ | 51 | --prefix=${base_prefix} \ |
52 | --exec_prefix=${exec_prefix} \ | 52 | --exec_prefix=${exec_prefix} \ |
@@ -68,7 +68,7 @@ EXTRA_OECONF_class-target = "\ | |||
68 | ac_cv_have_threadsafe_pollset=no \ | 68 | ac_cv_have_threadsafe_pollset=no \ |
69 | " | 69 | " |
70 | 70 | ||
71 | EXTRA_OECONF_class-native = "\ | 71 | EXTRA_OECONF:class-native = "\ |
72 | --prefix=${prefix} \ | 72 | --prefix=${prefix} \ |
73 | --includedir=${includedir}/${BPN} \ | 73 | --includedir=${includedir}/${BPN} \ |
74 | --sysconfdir=${sysconfdir}/${BPN} \ | 74 | --sysconfdir=${sysconfdir}/${BPN} \ |
@@ -78,11 +78,11 @@ EXTRA_OECONF_class-native = "\ | |||
78 | --localstatedir=${localstatedir} \ | 78 | --localstatedir=${localstatedir} \ |
79 | " | 79 | " |
80 | 80 | ||
81 | do_configure_prepend() { | 81 | do_configure:prepend() { |
82 | sed -i -e 's:$''{prefix}/usr/lib/cgi-bin:$''{libexecdir}/cgi-bin:g' ${S}/config.layout | 82 | sed -i -e 's:$''{prefix}/usr/lib/cgi-bin:$''{libexecdir}/cgi-bin:g' ${S}/config.layout |
83 | } | 83 | } |
84 | 84 | ||
85 | do_install_append_class-target() { | 85 | do_install:append:class-target() { |
86 | install -d ${D}/${sysconfdir}/init.d | 86 | install -d ${D}/${sysconfdir}/init.d |
87 | 87 | ||
88 | cat ${WORKDIR}/init | \ | 88 | cat ${WORKDIR}/init | \ |
@@ -144,12 +144,12 @@ do_install_append_class-target() { | |||
144 | chown -R root:root ${D} | 144 | chown -R root:root ${D} |
145 | } | 145 | } |
146 | 146 | ||
147 | do_install_append_class-native() { | 147 | do_install:append:class-native() { |
148 | install -d ${D}${bindir} ${D}${libdir} | 148 | install -d ${D}${bindir} ${D}${libdir} |
149 | install -m 755 server/gen_test_char ${D}${bindir} | 149 | install -m 755 server/gen_test_char ${D}${bindir} |
150 | } | 150 | } |
151 | 151 | ||
152 | SYSROOT_PREPROCESS_FUNCS_append_class-target = " apache_sysroot_preprocess" | 152 | SYSROOT_PREPROCESS_FUNCS:append:class-target = " apache_sysroot_preprocess" |
153 | 153 | ||
154 | apache_sysroot_preprocess() { | 154 | apache_sysroot_preprocess() { |
155 | install -d ${SYSROOT_DESTDIR}${bindir_crossscripts} | 155 | install -d ${SYSROOT_DESTDIR}${bindir_crossscripts} |
@@ -172,15 +172,15 @@ apache_sysroot_preprocess() { | |||
172 | INITSCRIPT_NAME = "apache2" | 172 | INITSCRIPT_NAME = "apache2" |
173 | INITSCRIPT_PARAMS = "defaults 91 20" | 173 | INITSCRIPT_PARAMS = "defaults 91 20" |
174 | 174 | ||
175 | SYSTEMD_SERVICE_${PN} = "apache2.service" | 175 | SYSTEMD_SERVICE:${PN} = "apache2.service" |
176 | SYSTEMD_AUTO_ENABLE_${PN} = "enable" | 176 | SYSTEMD_AUTO_ENABLE:${PN} = "enable" |
177 | 177 | ||
178 | ALTERNATIVE_${PN}-doc = "htpasswd.1" | 178 | ALTERNATIVE:${PN}-doc = "htpasswd.1" |
179 | ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1" | 179 | ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1" |
180 | 180 | ||
181 | PACKAGES = "${PN}-scripts ${PN}-doc ${PN}-dev ${PN}-dbg ${PN}" | 181 | PACKAGES = "${PN}-scripts ${PN}-doc ${PN}-dev ${PN}-dbg ${PN}" |
182 | 182 | ||
183 | CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \ | 183 | CONFFILES:${PN} = "${sysconfdir}/${BPN}/httpd.conf \ |
184 | ${sysconfdir}/${BPN}/magic \ | 184 | ${sysconfdir}/${BPN}/magic \ |
185 | ${sysconfdir}/${BPN}/mime.types \ | 185 | ${sysconfdir}/${BPN}/mime.types \ |
186 | ${sysconfdir}/${BPN}/extra/*" | 186 | ${sysconfdir}/${BPN}/extra/*" |
@@ -188,7 +188,7 @@ CONFFILES_${PN} = "${sysconfdir}/${BPN}/httpd.conf \ | |||
188 | # We override here rather than append so that .so links are | 188 | # We override here rather than append so that .so links are |
189 | # included in the runtime package rather than here (-dev) | 189 | # included in the runtime package rather than here (-dev) |
190 | # and to get build, icons, error into the -dev package | 190 | # and to get build, icons, error into the -dev package |
191 | FILES_${PN}-dev = "${datadir}/${BPN}/build \ | 191 | FILES:${PN}-dev = "${datadir}/${BPN}/build \ |
192 | ${datadir}/${BPN}/icons \ | 192 | ${datadir}/${BPN}/icons \ |
193 | ${datadir}/${BPN}/error \ | 193 | ${datadir}/${BPN}/error \ |
194 | ${includedir}/${BPN} \ | 194 | ${includedir}/${BPN} \ |
@@ -196,26 +196,26 @@ FILES_${PN}-dev = "${datadir}/${BPN}/build \ | |||
196 | " | 196 | " |
197 | 197 | ||
198 | # Add the manual to -doc | 198 | # Add the manual to -doc |
199 | FILES_${PN}-doc += " ${datadir}/${BPN}/manual" | 199 | FILES:${PN}-doc += " ${datadir}/${BPN}/manual" |
200 | 200 | ||
201 | FILES_${PN}-scripts += "${bindir}/dbmmanage" | 201 | FILES:${PN}-scripts += "${bindir}/dbmmanage" |
202 | 202 | ||
203 | # Override this too - here is the default, less datadir | 203 | # Override this too - here is the default, less datadir |
204 | FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir} \ | 204 | FILES:${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir} \ |
205 | ${sysconfdir} ${libdir}/${BPN}" | 205 | ${sysconfdir} ${libdir}/${BPN}" |
206 | 206 | ||
207 | # We want htdocs and cgi-bin to go with the binary | 207 | # We want htdocs and cgi-bin to go with the binary |
208 | FILES_${PN} += "${datadir}/${BPN}/ ${libdir}/cgi-bin" | 208 | FILES:${PN} += "${datadir}/${BPN}/ ${libdir}/cgi-bin" |
209 | 209 | ||
210 | FILES_${PN}-dbg += "${libdir}/${BPN}/modules/.debug" | 210 | FILES:${PN}-dbg += "${libdir}/${BPN}/modules/.debug" |
211 | 211 | ||
212 | RDEPENDS_${PN} += "openssl libgcc" | 212 | RDEPENDS:${PN} += "openssl libgcc" |
213 | RDEPENDS_${PN}-scripts += "perl ${PN}" | 213 | RDEPENDS:${PN}-scripts += "perl ${PN}" |
214 | RDEPENDS_${PN}-dev = "perl" | 214 | RDEPENDS:${PN}-dev = "perl" |
215 | 215 | ||
216 | BBCLASSEXTEND = "native" | 216 | BBCLASSEXTEND = "native" |
217 | 217 | ||
218 | pkg_postinst_${PN}() { | 218 | pkg_postinst:${PN}() { |
219 | if [ -z "$D" ]; then | 219 | if [ -z "$D" ]; then |
220 | if type systemd-tmpfiles >/dev/null; then | 220 | if type systemd-tmpfiles >/dev/null; then |
221 | systemd-tmpfiles --create | 221 | systemd-tmpfiles --create |
diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb index 7424467946..7077d76d7a 100644 --- a/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb +++ b/meta-webserver/recipes-httpd/cherokee/cherokee_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Cherokee Web Server fast and secure" | 1 | SUMMARY = "Cherokee Web Server fast and secure" |
2 | SUMMARY_cget = "Small downloader based in the Cherokee client library" | 2 | SUMMARY:cget = "Small downloader based in the Cherokee client library" |
3 | HOMEPAGE = "http://www.cherokee-project.com/" | 3 | HOMEPAGE = "http://www.cherokee-project.com/" |
4 | SECTION = "network" | 4 | SECTION = "network" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
@@ -34,7 +34,7 @@ EXTRA_OECONF = "--disable-static \ | |||
34 | --with-wwwroot=${localstatedir}/www/cherokee \ | 34 | --with-wwwroot=${localstatedir}/www/cherokee \ |
35 | " | 35 | " |
36 | 36 | ||
37 | do_install_append () { | 37 | do_install:append () { |
38 | install -m 0755 -d ${D}${sysconfdir}/init.d | 38 | install -m 0755 -d ${D}${sysconfdir}/init.d |
39 | install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee | 39 | install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee |
40 | 40 | ||
@@ -50,15 +50,15 @@ do_install_append () { | |||
50 | # Put -dev near the front so we can move the .la files into it with a wildcard | 50 | # Put -dev near the front so we can move the .la files into it with a wildcard |
51 | PACKAGES =+ "libcherokee-server libcherokee-client libcherokee-base cget" | 51 | PACKAGES =+ "libcherokee-server libcherokee-client libcherokee-base cget" |
52 | 52 | ||
53 | FILES_cget = "${bindir}/cget" | 53 | FILES:cget = "${bindir}/cget" |
54 | FILES_libcherokee-server = "${libdir}/libcherokee-server${SOLIBS}" | 54 | FILES:libcherokee-server = "${libdir}/libcherokee-server${SOLIBS}" |
55 | FILES_libcherokee-client = "${libdir}/libcherokee-client${SOLIBS}" | 55 | FILES:libcherokee-client = "${libdir}/libcherokee-client${SOLIBS}" |
56 | FILES_libcherokee-base = "${libdir}/libcherokee-base${SOLIBS}" | 56 | FILES:libcherokee-base = "${libdir}/libcherokee-base${SOLIBS}" |
57 | 57 | ||
58 | # Pack the htdocs | 58 | # Pack the htdocs |
59 | FILES_${PN} += "${localstatedir}/www/cherokee" | 59 | FILES:${PN} += "${localstatedir}/www/cherokee" |
60 | 60 | ||
61 | CONFFILES_${PN} = " \ | 61 | CONFFILES:${PN} = " \ |
62 | ${sysconfdir}/cherokee/cherokee.conf \ | 62 | ${sysconfdir}/cherokee/cherokee.conf \ |
63 | ${sysconfdir}/init.d/cherokee \ | 63 | ${sysconfdir}/init.d/cherokee \ |
64 | " | 64 | " |
@@ -66,10 +66,10 @@ CONFFILES_${PN} = " \ | |||
66 | INITSCRIPT_NAME = "cherokee" | 66 | INITSCRIPT_NAME = "cherokee" |
67 | INITSCRIPT_PARAMS = "defaults 91 91" | 67 | INITSCRIPT_PARAMS = "defaults 91 91" |
68 | 68 | ||
69 | RPROVIDES_${PN} += "${PN}-systemd" | 69 | RPROVIDES:${PN} += "${PN}-systemd" |
70 | RREPLACES_${PN} += "${PN}-systemd" | 70 | RREPLACES:${PN} += "${PN}-systemd" |
71 | RCONFLICTS_${PN} += "${PN}-systemd" | 71 | RCONFLICTS:${PN} += "${PN}-systemd" |
72 | SYSTEMD_SERVICE_${PN} = "cherokee.service" | 72 | SYSTEMD_SERVICE:${PN} = "cherokee.service" |
73 | 73 | ||
74 | python() { | 74 | python() { |
75 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): | 75 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): |
diff --git a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb index 4b902bfda6..f66ec7d736 100644 --- a/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb +++ b/meta-webserver/recipes-httpd/hiawatha/hiawatha_10.12.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "61bf41146c51244769984135529fcffd0f6cb92be18dc12d460effc42f | |||
16 | INITSCRIPT_NAME = "hiawatha" | 16 | INITSCRIPT_NAME = "hiawatha" |
17 | INITSCRIPT_PARAMS = "defaults 70" | 17 | INITSCRIPT_PARAMS = "defaults 70" |
18 | 18 | ||
19 | SYSTEMD_SERVICE_${PN} = "hiawatha.service" | 19 | SYSTEMD_SERVICE:${PN} = "hiawatha.service" |
20 | 20 | ||
21 | inherit cmake update-rc.d systemd | 21 | inherit cmake update-rc.d systemd |
22 | 22 | ||
@@ -35,7 +35,7 @@ EXTRA_OECMAKE = " -DENABLE_IPV6=OFF \ | |||
35 | -DCMAKE_INSTALL_LIBDIR=${libdir} \ | 35 | -DCMAKE_INSTALL_LIBDIR=${libdir} \ |
36 | -DCMAKE_INSTALL_FULL_LOCALSTATEDIR=${localstatedir}" | 36 | -DCMAKE_INSTALL_FULL_LOCALSTATEDIR=${localstatedir}" |
37 | 37 | ||
38 | do_install_append() { | 38 | do_install:append() { |
39 | # Copy over init script and sed in the correct sbin path | 39 | # Copy over init script and sed in the correct sbin path |
40 | sed -i 's,sed_sbin_path,${sbindir},' ${WORKDIR}/hiawatha-init | 40 | sed -i 's,sed_sbin_path,${sbindir},' ${WORKDIR}/hiawatha-init |
41 | mkdir -p ${D}${sysconfdir}/init.d | 41 | mkdir -p ${D}${sysconfdir}/init.d |
@@ -53,7 +53,7 @@ do_install_append() { | |||
53 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" "${D}${localstatedir}/run" | 53 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" "${D}${localstatedir}/run" |
54 | } | 54 | } |
55 | 55 | ||
56 | CONFFILES_${PN} = " \ | 56 | CONFFILES:${PN} = " \ |
57 | ${sysconfdir}/hiawatha/cgi-wrapper.conf \ | 57 | ${sysconfdir}/hiawatha/cgi-wrapper.conf \ |
58 | ${sysconfdir}/hiawatha/hiawatha.conf \ | 58 | ${sysconfdir}/hiawatha/hiawatha.conf \ |
59 | ${sysconfdir}/hiawatha/index.xslt \ | 59 | ${sysconfdir}/hiawatha/index.xslt \ |
@@ -61,4 +61,4 @@ CONFFILES_${PN} = " \ | |||
61 | ${sysconfdir}/hiawatha/php-fcgi.conf \ | 61 | ${sysconfdir}/hiawatha/php-fcgi.conf \ |
62 | " | 62 | " |
63 | 63 | ||
64 | FILES_${PN}-dev = "${libdir}/hiawatha/*${SOLIBSDEV}" | 64 | FILES:${PN}-dev = "${libdir}/hiawatha/*${SOLIBSDEV}" |
diff --git a/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb b/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb index 698f8608fd..1386770c8a 100644 --- a/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb +++ b/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb | |||
@@ -26,7 +26,7 @@ EXTRA_OECMAKE = "-DINSTALL_LOGDIR=${localstatedir}/log/monkey/ \ | |||
26 | -DWITH_SYSTEM_MALLOC=1 \ | 26 | -DWITH_SYSTEM_MALLOC=1 \ |
27 | " | 27 | " |
28 | 28 | ||
29 | EXTRA_OECMAKE_append_libc-musl = " -DWITH_MUSL=1 " | 29 | EXTRA_OECMAKE:append:libc-musl = " -DWITH_MUSL=1 " |
30 | 30 | ||
31 | # GCC-10+ defaults to -fno-common | 31 | # GCC-10+ defaults to -fno-common |
32 | CFLAGS += "-fcommon" | 32 | CFLAGS += "-fcommon" |
@@ -37,7 +37,7 @@ inherit cmake pkgconfig update-rc.d systemd | |||
37 | 37 | ||
38 | OECMAKE_GENERATOR = "Unix Makefiles" | 38 | OECMAKE_GENERATOR = "Unix Makefiles" |
39 | 39 | ||
40 | do_install_append() { | 40 | do_install:append() { |
41 | rm -rf ${D}/run | 41 | rm -rf ${D}/run |
42 | rm -rf ${D}${localstatedir}/run | 42 | rm -rf ${D}${localstatedir}/run |
43 | install -Dm 0755 ${WORKDIR}/monkey.init ${D}${sysconfdir}/init.d/monkey | 43 | install -Dm 0755 ${WORKDIR}/monkey.init ${D}${sysconfdir}/init.d/monkey |
@@ -50,16 +50,16 @@ do_install_append() { | |||
50 | INITSCRIPT_NAME = "monkey" | 50 | INITSCRIPT_NAME = "monkey" |
51 | INITSCRIPT_PARAMS = "defaults 70" | 51 | INITSCRIPT_PARAMS = "defaults 70" |
52 | 52 | ||
53 | SYSTEMD_SERVICE_${PN} = "monkey.service" | 53 | SYSTEMD_SERVICE:${PN} = "monkey.service" |
54 | 54 | ||
55 | PACKAGES += "${PN}-plugins" | 55 | PACKAGES += "${PN}-plugins" |
56 | 56 | ||
57 | FILES_${PN}-plugins = "${libdir}/monkey-*.so" | 57 | FILES:${PN}-plugins = "${libdir}/monkey-*.so" |
58 | 58 | ||
59 | FILES_${PN} += "${localstatedir}/www/monkey/ /run" | 59 | FILES:${PN} += "${localstatedir}/www/monkey/ /run" |
60 | 60 | ||
61 | 61 | ||
62 | CONFFILES_${PN} = "${sysconfdir}/monkey/monkey.conf \ | 62 | CONFFILES:${PN} = "${sysconfdir}/monkey/monkey.conf \ |
63 | ${sysconfdir}/monkey/sites/default \ | 63 | ${sysconfdir}/monkey/sites/default \ |
64 | ${sysconfdir}/monkey/monkey.mime \ | 64 | ${sysconfdir}/monkey/monkey.mime \ |
65 | ${sysconfdir}/monkey/plugins.load \ | 65 | ${sysconfdir}/monkey/plugins.load \ |
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index de080a2b01..ab37fa3146 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -26,10 +26,10 @@ SRC_URI = " \ | |||
26 | 26 | ||
27 | inherit siteinfo update-rc.d useradd systemd | 27 | inherit siteinfo update-rc.d useradd systemd |
28 | 28 | ||
29 | SYSTEMD_SERVICE_${PN} = "nginx.service" | 29 | SYSTEMD_SERVICE:${PN} = "nginx.service" |
30 | 30 | ||
31 | CFLAGS_append = " -fPIE -pie" | 31 | CFLAGS:append = " -fPIE -pie" |
32 | CXXFLAGS_append = " -fPIE -pie" | 32 | CXXFLAGS:append = " -fPIE -pie" |
33 | 33 | ||
34 | NGINX_WWWDIR ?= "${localstatedir}/www/localhost" | 34 | NGINX_WWWDIR ?= "${localstatedir}/www/localhost" |
35 | NGINX_USER ?= "www" | 35 | NGINX_USER ?= "www" |
@@ -143,7 +143,7 @@ do_install () { | |||
143 | rm -rf ${D}${localstatedir}/log/ | 143 | rm -rf ${D}${localstatedir}/log/ |
144 | } | 144 | } |
145 | 145 | ||
146 | pkg_postinst_${PN} () { | 146 | pkg_postinst:${PN} () { |
147 | if [ -z "$D" ]; then | 147 | if [ -z "$D" ]; then |
148 | if type systemd-tmpfiles >/dev/null; then | 148 | if type systemd-tmpfiles >/dev/null; then |
149 | systemd-tmpfiles --create | 149 | systemd-tmpfiles --create |
@@ -153,12 +153,12 @@ pkg_postinst_${PN} () { | |||
153 | fi | 153 | fi |
154 | } | 154 | } |
155 | 155 | ||
156 | FILES_${PN} += " \ | 156 | FILES:${PN} += " \ |
157 | ${localstatedir}/ \ | 157 | ${localstatedir}/ \ |
158 | ${systemd_unitdir}/system/nginx.service \ | 158 | ${systemd_unitdir}/system/nginx.service \ |
159 | " | 159 | " |
160 | 160 | ||
161 | CONFFILES_${PN} = " \ | 161 | CONFFILES:${PN} = " \ |
162 | ${sysconfdir}/nginx/nginx.conf \ | 162 | ${sysconfdir}/nginx/nginx.conf \ |
163 | ${sysconfdir}/nginx/fastcgi.conf \ | 163 | ${sysconfdir}/nginx/fastcgi.conf \ |
164 | ${sysconfdir}/nginx/fastcgi_params \ | 164 | ${sysconfdir}/nginx/fastcgi_params \ |
@@ -174,7 +174,7 @@ INITSCRIPT_NAME = "nginx" | |||
174 | INITSCRIPT_PARAMS = "defaults 92 20" | 174 | INITSCRIPT_PARAMS = "defaults 92 20" |
175 | 175 | ||
176 | USERADD_PACKAGES = "${PN}" | 176 | USERADD_PACKAGES = "${PN}" |
177 | USERADD_PARAM_${PN} = " \ | 177 | USERADD_PARAM:${PN} = " \ |
178 | --system --no-create-home \ | 178 | --system --no-create-home \ |
179 | --home ${NGINX_WWWDIR} \ | 179 | --home ${NGINX_WWWDIR} \ |
180 | --groups www-data \ | 180 | --groups www-data \ |
diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb index 560dd9b6e4..8a30b74c81 100644 --- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb +++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb | |||
@@ -20,7 +20,7 @@ S = "${WORKDIR}/git" | |||
20 | inherit autotools update-rc.d systemd update-alternatives | 20 | inherit autotools update-rc.d systemd update-alternatives |
21 | 21 | ||
22 | ALTERNATIVE_PRIORITY = "100" | 22 | ALTERNATIVE_PRIORITY = "100" |
23 | ALTERNATIVE_${PN}-doc = "htpasswd.1" | 23 | ALTERNATIVE:${PN}-doc = "htpasswd.1" |
24 | ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1" | 24 | ALTERNATIVE_LINK_NAME[htpasswd.1] = "${mandir}/man1/htpasswd.1" |
25 | 25 | ||
26 | SRV_DIR ?= "${servicedir}/www" | 26 | SRV_DIR ?= "${servicedir}/www" |
@@ -29,12 +29,12 @@ SRV_DIR ?= "${servicedir}/www" | |||
29 | # but ${SRV_DIR} is not installed chgrp'd to the group by default. | 29 | # but ${SRV_DIR} is not installed chgrp'd to the group by default. |
30 | WEBGROUP ?= "www-data" | 30 | WEBGROUP ?= "www-data" |
31 | 31 | ||
32 | do_configure_prepend () { | 32 | do_configure:prepend () { |
33 | export WEBDIR=${SRV_DIR} | 33 | export WEBDIR=${SRV_DIR} |
34 | export WEBGROUP=${WEBGROUP} | 34 | export WEBGROUP=${WEBGROUP} |
35 | } | 35 | } |
36 | 36 | ||
37 | do_install_append () { | 37 | do_install:append () { |
38 | install -d ${D}${sysconfdir}/init.d | 38 | install -d ${D}${sysconfdir}/init.d |
39 | install -c -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/thttpd | 39 | install -c -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/thttpd |
40 | install -c -m 755 ${WORKDIR}/thttpd.conf ${D}${sysconfdir} | 40 | install -c -m 755 ${WORKDIR}/thttpd.conf ${D}${sysconfdir} |
@@ -52,7 +52,7 @@ do_install_append () { | |||
52 | INITSCRIPT_NAME = "thttpd" | 52 | INITSCRIPT_NAME = "thttpd" |
53 | INITSCRIPT_PARAMS = "defaults" | 53 | INITSCRIPT_PARAMS = "defaults" |
54 | 54 | ||
55 | SYSTEMD_SERVICE_${PN} = "thttpd.service" | 55 | SYSTEMD_SERVICE:${PN} = "thttpd.service" |
56 | 56 | ||
57 | FILES_${PN} += "${SRV_DIR}" | 57 | FILES:${PN} += "${SRV_DIR}" |
58 | FILES_${PN}-dbg += "${SRV_DIR}/cgi-bin/.debug" | 58 | FILES:${PN}-dbg += "${SRV_DIR}/cgi-bin/.debug" |
diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.0.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.0.bb index cbb5bd9713..84e1da6203 100644 --- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.0.bb +++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.0.bb | |||
@@ -35,7 +35,7 @@ do_install() { | |||
35 | rm -f ${D}${datadir}/phpmyadmin/libraries/transformations/*.sh | 35 | rm -f ${D}${datadir}/phpmyadmin/libraries/transformations/*.sh |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} = "${datadir}/${BPN} \ | 38 | FILES:${PN} = "${datadir}/${BPN} \ |
39 | ${sysconfdir}/apache2/conf.d" | 39 | ${sysconfdir}/apache2/conf.d" |
40 | 40 | ||
41 | RDEPENDS_${PN} += "bash php-cli" | 41 | RDEPENDS:${PN} += "bash php-cli" |
diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.9.5.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.9.5.bb index bad4da665c..b03517bf1a 100644 --- a/meta-webserver/recipes-php/xdebug/xdebug_2.9.5.bb +++ b/meta-webserver/recipes-php/xdebug/xdebug_2.9.5.bb | |||
@@ -31,5 +31,5 @@ do_install() { | |||
31 | oe_runmake install INSTALL_ROOT=${D} | 31 | oe_runmake install INSTALL_ROOT=${D} |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN} += "${libdir}/php*/extensions/*/*.so" | 34 | FILES:${PN} += "${libdir}/php*/extensions/*/*.so" |
35 | FILES_${PN}-dbg += "${libdir}/php*/extensions/*/.debug" | 35 | FILES:${PN}-dbg += "${libdir}/php*/extensions/*/.debug" |
diff --git a/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb b/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb index f06588a75a..c49ba04564 100644 --- a/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb +++ b/meta-webserver/recipes-webadmin/cockpit/cockpit_220.bb | |||
@@ -17,9 +17,9 @@ inherit gettext pkgconfig autotools systemd features_check | |||
17 | 17 | ||
18 | DEPENDS += "glib-2.0-native intltool-native gnutls virtual/gettext json-glib krb5 libpam systemd" | 18 | DEPENDS += "glib-2.0-native intltool-native gnutls virtual/gettext json-glib krb5 libpam systemd" |
19 | 19 | ||
20 | COMPATIBLE_HOST_libc-musl = "null" | 20 | COMPATIBLE_HOST:libc-musl = "null" |
21 | 21 | ||
22 | RDEPENDS_${PN} += "glib-networking" | 22 | RDEPENDS:${PN} += "glib-networking" |
23 | 23 | ||
24 | REQUIRED_DISTRO_FEATURES = "systemd pam" | 24 | REQUIRED_DISTRO_FEATURES = "systemd pam" |
25 | 25 | ||
@@ -67,59 +67,59 @@ PACKAGES =+ " \ | |||
67 | " | 67 | " |
68 | SYSTEMD_PACKAGES = "${PN}-ws" | 68 | SYSTEMD_PACKAGES = "${PN}-ws" |
69 | 69 | ||
70 | FILES_${PN}-pcp = " \ | 70 | FILES:${PN}-pcp = " \ |
71 | ${libexecdir}/cockpit-pcp \ | 71 | ${libexecdir}/cockpit-pcp \ |
72 | ${datadir}/cockpit/pcp \ | 72 | ${datadir}/cockpit/pcp \ |
73 | ${localstatedir}/lib/pcp/config/pmlogconf/tools/cockpit \ | 73 | ${localstatedir}/lib/pcp/config/pmlogconf/tools/cockpit \ |
74 | " | 74 | " |
75 | FILES_${PN}-realmd = "${datadir}/cockpit/realmd" | 75 | FILES:${PN}-realmd = "${datadir}/cockpit/realmd" |
76 | FILES_${PN}-tuned = "${datadir}/cockpit/tuned" | 76 | FILES:${PN}-tuned = "${datadir}/cockpit/tuned" |
77 | FILES_${PN}-shell = "${datadir}/cockpit/shell" | 77 | FILES:${PN}-shell = "${datadir}/cockpit/shell" |
78 | FILES_${PN}-systemd = "${datadir}/cockpit/systemd" | 78 | FILES:${PN}-systemd = "${datadir}/cockpit/systemd" |
79 | FILES_${PN}-users = "${datadir}/cockpit/users" | 79 | FILES:${PN}-users = "${datadir}/cockpit/users" |
80 | FILES_${PN}-kdump = " \ | 80 | FILES:${PN}-kdump = " \ |
81 | ${datadir}/cockpit/kdump \ | 81 | ${datadir}/cockpit/kdump \ |
82 | ${datadir}/metainfo/org.cockpit-project.cockpit-kdump.metainfo.xml \ | 82 | ${datadir}/metainfo/org.cockpit-project.cockpit-kdump.metainfo.xml \ |
83 | " | 83 | " |
84 | FILES_${PN}-sosreport = " \ | 84 | FILES:${PN}-sosreport = " \ |
85 | ${datadir}/cockpit/sosreport \ | 85 | ${datadir}/cockpit/sosreport \ |
86 | ${datadir}/metainfo/org.cockpit-project.cockpit-sosreport.metainfo.xml \ | 86 | ${datadir}/metainfo/org.cockpit-project.cockpit-sosreport.metainfo.xml \ |
87 | ${datadir}/pixmaps/cockpit-sosreport.png \ | 87 | ${datadir}/pixmaps/cockpit-sosreport.png \ |
88 | " | 88 | " |
89 | FILES_${PN}-storaged = " \ | 89 | FILES:${PN}-storaged = " \ |
90 | ${datadir}/cockpit/storaged \ | 90 | ${datadir}/cockpit/storaged \ |
91 | ${datadir}/metainfo/org.cockpit-project.cockpit-storaged.metainfo.xml \ | 91 | ${datadir}/metainfo/org.cockpit-project.cockpit-storaged.metainfo.xml \ |
92 | " | 92 | " |
93 | 93 | ||
94 | FILES_${PN}-networkmanager = "${datadir}/cockpit/networkmanager" | 94 | FILES:${PN}-networkmanager = "${datadir}/cockpit/networkmanager" |
95 | RDEPENDS_${PN}-networkmanager = "networkmanager" | 95 | RDEPENDS:${PN}-networkmanager = "networkmanager" |
96 | 96 | ||
97 | FILES_${PN}-machines = " \ | 97 | FILES:${PN}-machines = " \ |
98 | ${datadir}/cockpit/machines \ | 98 | ${datadir}/cockpit/machines \ |
99 | ${datadir}/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml \ | 99 | ${datadir}/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml \ |
100 | " | 100 | " |
101 | FILES_${PN}-selinux = " \ | 101 | FILES:${PN}-selinux = " \ |
102 | ${datadir}/cockpit/selinux \ | 102 | ${datadir}/cockpit/selinux \ |
103 | ${datadir}/metainfo/org.cockpit-project.cockpit-selinux.metainfo.xml \ | 103 | ${datadir}/metainfo/org.cockpit-project.cockpit-selinux.metainfo.xml \ |
104 | " | 104 | " |
105 | FILES_${PN}-playground = "${datadir}/cockpit/playground" | 105 | FILES:${PN}-playground = "${datadir}/cockpit/playground" |
106 | FILES_${PN}-docker = " \ | 106 | FILES:${PN}-docker = " \ |
107 | ${datadir}/cockpit/docker \ | 107 | ${datadir}/cockpit/docker \ |
108 | ${datadir}/metainfo/org.cockpit-project.cockpit-docker.metainfo.xml \ | 108 | ${datadir}/metainfo/org.cockpit-project.cockpit-docker.metainfo.xml \ |
109 | " | 109 | " |
110 | FILES_${PN}-dashboard = "${datadir}/cockpit/dashboard" | 110 | FILES:${PN}-dashboard = "${datadir}/cockpit/dashboard" |
111 | ALLOW_EMPTY_${PN}-dashboard = "1" | 111 | ALLOW_EMPTY:${PN}-dashboard = "1" |
112 | 112 | ||
113 | FILES_${PN}-bridge = " \ | 113 | FILES:${PN}-bridge = " \ |
114 | ${bindir}/cockpit-bridge \ | 114 | ${bindir}/cockpit-bridge \ |
115 | ${libexec}/cockpit-askpass \ | 115 | ${libexec}/cockpit-askpass \ |
116 | " | 116 | " |
117 | RDEPENDS_${PN}-bridge = "" | 117 | RDEPENDS:${PN}-bridge = "" |
118 | 118 | ||
119 | FILES_${PN}-desktop = "${libexecdir}/cockpit-desktop" | 119 | FILES:${PN}-desktop = "${libexecdir}/cockpit-desktop" |
120 | RDEPENDS_${PN}-desktop += "bash" | 120 | RDEPENDS:${PN}-desktop += "bash" |
121 | 121 | ||
122 | FILES_${PN}-ws = " \ | 122 | FILES:${PN}-ws = " \ |
123 | ${sysconfdir}/cockpit/ws-certs.d \ | 123 | ${sysconfdir}/cockpit/ws-certs.d \ |
124 | ${sysconfdir}/pam.d/cockpit \ | 124 | ${sysconfdir}/pam.d/cockpit \ |
125 | ${sysconfdir}/issue.d/cockpit.issue \ | 125 | ${sysconfdir}/issue.d/cockpit.issue \ |
@@ -150,14 +150,14 @@ FILES_${PN}-ws = " \ | |||
150 | ${datadir}/cockpit/static \ | 150 | ${datadir}/cockpit/static \ |
151 | ${datadir}/cockpit/branding \ | 151 | ${datadir}/cockpit/branding \ |
152 | " | 152 | " |
153 | CONFFILES_${PN}-ws += " \ | 153 | CONFFILES:${PN}-ws += " \ |
154 | ${sysconfdir}/issue.d/cockpit.issue \ | 154 | ${sysconfdir}/issue.d/cockpit.issue \ |
155 | ${sysconfdir}/motd.d/cockpit \ | 155 | ${sysconfdir}/motd.d/cockpit \ |
156 | " | 156 | " |
157 | RDEPENDS_${PN}-ws += "openssl-bin" | 157 | RDEPENDS:${PN}-ws += "openssl-bin" |
158 | SYSTEMD_SERVICE_${PN}-ws = "cockpit.socket" | 158 | SYSTEMD_SERVICE:${PN}-ws = "cockpit.socket" |
159 | 159 | ||
160 | FILES_${PN} += " \ | 160 | FILES:${PN} += " \ |
161 | ${datadir}/cockpit/base1 \ | 161 | ${datadir}/cockpit/base1 \ |
162 | ${sysconfdir}/cockpit/machines.d \ | 162 | ${sysconfdir}/cockpit/machines.d \ |
163 | ${datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy \ | 163 | ${datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy \ |
@@ -167,9 +167,9 @@ FILES_${PN} += " \ | |||
167 | ${datadir}/metainfo/cockpit.appdata.xml \ | 167 | ${datadir}/metainfo/cockpit.appdata.xml \ |
168 | ${datadir}/pixmaps/cockpit.png \ | 168 | ${datadir}/pixmaps/cockpit.png \ |
169 | " | 169 | " |
170 | RDEPENDS_${PN} += "${PN}-bridge" | 170 | RDEPENDS:${PN} += "${PN}-bridge" |
171 | 171 | ||
172 | do_install_append() { | 172 | do_install:append() { |
173 | pkgdatadir=${datadir}/cockpit | 173 | pkgdatadir=${datadir}/cockpit |
174 | 174 | ||
175 | chmod 4750 ${D}${libexecdir}/cockpit-session | 175 | chmod 4750 ${D}${libexecdir}/cockpit-session |
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb index ee4a7c1e3d..7c48b8a37d 100644 --- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb +++ b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb | |||
@@ -19,21 +19,21 @@ DEPENDS += "zlib util-linux libuv" | |||
19 | 19 | ||
20 | inherit pkgconfig autotools-brokensep useradd systemd | 20 | inherit pkgconfig autotools-brokensep useradd systemd |
21 | 21 | ||
22 | LIBS_toolchain-clang_x86 = "-latomic" | 22 | LIBS:toolchain-clang:x86 = "-latomic" |
23 | LIBS_riscv64 = "-latomic" | 23 | LIBS:riscv64 = "-latomic" |
24 | LIBS_riscv32 = "-latomic" | 24 | LIBS:riscv32 = "-latomic" |
25 | export LIBS | 25 | export LIBS |
26 | 26 | ||
27 | #systemd | 27 | #systemd |
28 | SYSTEMD_PACKAGES = "${PN}" | 28 | SYSTEMD_PACKAGES = "${PN}" |
29 | SYSTEMD_SERVICE_${PN} = "netdata.service" | 29 | SYSTEMD_SERVICE:${PN} = "netdata.service" |
30 | SYSTEMD_AUTO_ENABLE_${PN} = "enable" | 30 | SYSTEMD_AUTO_ENABLE:${PN} = "enable" |
31 | 31 | ||
32 | #User specific | 32 | #User specific |
33 | USERADD_PACKAGES = "${PN}" | 33 | USERADD_PACKAGES = "${PN}" |
34 | GROUPADD_PARAM_${PN} = "--system netdata" | 34 | GROUPADD_PARAM:${PN} = "--system netdata" |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | #set S UID for plugins | 37 | #set S UID for plugins |
38 | chmod 4755 ${D}${libexecdir}/netdata/plugins.d/apps.plugin | 38 | chmod 4755 ${D}${libexecdir}/netdata/plugins.d/apps.plugin |
39 | 39 | ||
@@ -52,4 +52,4 @@ do_install_append() { | |||
52 | sed -i -e 's,@@datadir,${datadir},g' ${D}${sysconfdir}/netdata/netdata.conf | 52 | sed -i -e 's,@@datadir,${datadir},g' ${D}${sysconfdir}/netdata/netdata.conf |
53 | } | 53 | } |
54 | 54 | ||
55 | RDEPENDS_${PN} = "bash zlib" | 55 | RDEPENDS:${PN} = "bash zlib" |
diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb b/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb index 112365d4be..35ec09daea 100644 --- a/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb +++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.850.bb | |||
@@ -126,26 +126,26 @@ do_install() { | |||
126 | INITSCRIPT_NAME = "webmin" | 126 | INITSCRIPT_NAME = "webmin" |
127 | INITSCRIPT_PARAMS = "start 99 5 3 2 . stop 10 0 1 6 ." | 127 | INITSCRIPT_PARAMS = "start 99 5 3 2 . stop 10 0 1 6 ." |
128 | 128 | ||
129 | SYSTEMD_SERVICE_${PN} = "webmin.service" | 129 | SYSTEMD_SERVICE:${PN} = "webmin.service" |
130 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | 130 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" |
131 | 131 | ||
132 | # FIXME: some of this should be figured out automatically | 132 | # FIXME: some of this should be figured out automatically |
133 | RDEPENDS_${PN} += "perl perl-module-socket perl-module-exporter perl-module-exporter-heavy perl-module-carp perl-module-strict" | 133 | RDEPENDS:${PN} += "perl perl-module-socket perl-module-exporter perl-module-exporter-heavy perl-module-carp perl-module-strict" |
134 | RDEPENDS_${PN} += "perl-module-warnings perl-module-xsloader perl-module-posix perl-module-autoloader" | 134 | RDEPENDS:${PN} += "perl-module-warnings perl-module-xsloader perl-module-posix perl-module-autoloader" |
135 | RDEPENDS_${PN} += "perl-module-fcntl perl-module-tie-hash perl-module-vars perl-module-time-local perl-module-config perl-module-constant" | 135 | RDEPENDS:${PN} += "perl-module-fcntl perl-module-tie-hash perl-module-vars perl-module-time-local perl-module-config perl-module-constant" |
136 | RDEPENDS_${PN} += "perl-module-file-glob perl-module-file-copy perl-module-sdbm-file perl-module-feature" | 136 | RDEPENDS:${PN} += "perl-module-file-glob perl-module-file-copy perl-module-sdbm-file perl-module-feature" |
137 | 137 | ||
138 | PACKAGES_DYNAMIC += "webmin-module-* webmin-theme-*" | 138 | PACKAGES_DYNAMIC += "webmin-module-* webmin-theme-*" |
139 | RRECOMMENDS_${PN} += "webmin-module-system-status" | 139 | RRECOMMENDS:${PN} += "webmin-module-system-status" |
140 | 140 | ||
141 | PACKAGES += "${PN}-module-proc ${PN}-module-raid ${PN}-module-exports ${PN}-module-fdisk ${PN}-module-lvm" | 141 | PACKAGES += "${PN}-module-proc ${PN}-module-raid ${PN}-module-exports ${PN}-module-fdisk ${PN}-module-lvm" |
142 | RDEPENDS_${PN}-module-proc = "procps" | 142 | RDEPENDS:${PN}-module-proc = "procps" |
143 | RDEPENDS_${PN}-module-raid = "mdadm" | 143 | RDEPENDS:${PN}-module-raid = "mdadm" |
144 | RDEPENDS_${PN}-module-exports = "perl-module-file-basename perl-module-file-path perl-module-cwd perl-module-file-spec perl-module-file-spec-unix" | 144 | RDEPENDS:${PN}-module-exports = "perl-module-file-basename perl-module-file-path perl-module-cwd perl-module-file-spec perl-module-file-spec-unix" |
145 | RRECOMMENDS_${PN}-module-fdisk = "parted" | 145 | RRECOMMENDS:${PN}-module-fdisk = "parted" |
146 | RRECOMMENDS_${PN}-module-lvm = "lvm2" | 146 | RRECOMMENDS:${PN}-module-lvm = "lvm2" |
147 | 147 | ||
148 | python populate_packages_prepend() { | 148 | python populate_packages:prepend() { |
149 | import os, os.path | 149 | import os, os.path |
150 | 150 | ||
151 | wadir = bb.data.expand('${libexecdir}/webmin', d) | 151 | wadir = bb.data.expand('${libexecdir}/webmin', d) |
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass index 854d96b3af..423f337bef 100644 --- a/meta-xfce/classes/thunar-plugin.bbclass +++ b/meta-xfce/classes/thunar-plugin.bbclass | |||
@@ -6,6 +6,6 @@ DEPENDS += "thunar" | |||
6 | 6 | ||
7 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | 7 | SRC_URI = "http://archive.xfce.org/src/thunar-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" |
8 | 8 | ||
9 | FILES_${PN} += "${libdir}/thunarx-3/*.so" | 9 | FILES:${PN} += "${libdir}/thunarx-3/*.so" |
10 | 10 | ||
11 | FILES_${PN}-dev += "${libdir}/thunarx-3/*.la" | 11 | FILES:${PN}-dev += "${libdir}/thunarx-3/*.la" |
diff --git a/meta-xfce/classes/xfce-git.bbclass b/meta-xfce/classes/xfce-git.bbclass index 3fc18d275d..d301dcb119 100644 --- a/meta-xfce/classes/xfce-git.bbclass +++ b/meta-xfce/classes/xfce-git.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | do_configure_prepend() { | 1 | do_configure:prepend() { |
2 | cd ${S} | 2 | cd ${S} |
3 | NOCONFIGURE=yes ./autogen.sh | 3 | NOCONFIGURE=yes ./autogen.sh |
4 | cd ${B} | 4 | cd ${B} |
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass index 594d40d0d7..b43f9e3125 100644 --- a/meta-xfce/classes/xfce-panel-plugin.bbclass +++ b/meta-xfce/classes/xfce-panel-plugin.bbclass | |||
@@ -6,9 +6,9 @@ DEPENDS += "libxfce4ui libxfce4util xfce4-panel" | |||
6 | 6 | ||
7 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" | 7 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" |
8 | 8 | ||
9 | FILES_${PN} += "${datadir}/xfce4/panel-plugins/" | 9 | FILES:${PN} += "${datadir}/xfce4/panel-plugins/" |
10 | FILES_${PN} += "${datadir}/xfce4/panel/plugins/" | 10 | FILES:${PN} += "${datadir}/xfce4/panel/plugins/" |
11 | FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so" | 11 | FILES:${PN} += "${libdir}/xfce4/panel-plugins/*.so" |
12 | FILES_${PN} += "${libdir}/xfce4/panel/plugins/*.so" | 12 | FILES:${PN} += "${libdir}/xfce4/panel/plugins/*.so" |
13 | 13 | ||
14 | FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" | 14 | FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" |
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index 7abe46f712..7cd806701c 100644 --- a/meta-xfce/classes/xfce.bbclass +++ b/meta-xfce/classes/xfce.bbclass | |||
@@ -10,5 +10,5 @@ inherit autotools gettext gtk-icon-cache pkgconfig | |||
10 | 10 | ||
11 | DEPENDS += "intltool-native" | 11 | DEPENDS += "intltool-native" |
12 | 12 | ||
13 | FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" | 13 | FILES:${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*" |
14 | FILES_${PN}-doc += "${datadir}/xfce4/doc" | 14 | FILES:${PN}-doc += "${datadir}/xfce4/doc" |
diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb index 44a0524882..8fbe01d2c8 100644 --- a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb | |||
@@ -9,6 +9,6 @@ DEPENDS += "python3-distutils-extra-native" | |||
9 | 9 | ||
10 | SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47" | 10 | SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47" |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/metainfo" | 12 | FILES:${PN} += "${datadir}/metainfo" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "python3-pygobject python3-dbus" | 14 | RDEPENDS:${PN} += "python3-pygobject python3-dbus" |
diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb index f1d9c04b81..bb75e45e47 100644 --- a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb +++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb | |||
@@ -20,18 +20,18 @@ SRC_URI[sha256sum] = "5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c737 | |||
20 | do_compile() { | 20 | do_compile() { |
21 | } | 21 | } |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install:append() { |
24 | sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop | 24 | sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop |
25 | sed -i 's:share/share:share:g' ${D}${PYTHON_SITEPACKAGES_DIR}/menulibre_lib/menulibreconfig.py | 25 | sed -i 's:share/share:share:g' ${D}${PYTHON_SITEPACKAGES_DIR}/menulibre_lib/menulibreconfig.py |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
29 | ${datadir}/applications \ | 29 | ${datadir}/applications \ |
30 | ${datadir}/menulibre \ | 30 | ${datadir}/menulibre \ |
31 | ${datadir}/icons \ | 31 | ${datadir}/icons \ |
32 | " | 32 | " |
33 | 33 | ||
34 | RDEPENDS_${PN} += " \ | 34 | RDEPENDS:${PN} += " \ |
35 | gtk+3 \ | 35 | gtk+3 \ |
36 | gtksourceview3 \ | 36 | gtksourceview3 \ |
37 | python3-pygobject \ | 37 | python3-pygobject \ |
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb index a93ff551b4..bab564288e 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb | |||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "40c35f00e0e10df50a59bd0dbba9007d2fb5574ed8a2aa73b0fc5ef40e | |||
14 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" | 15 | PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" |
16 | 16 | ||
17 | FILES_${PN} += " \ | 17 | FILES:${PN} += " \ |
18 | ${datadir}/glib-2.0/schemas \ | 18 | ${datadir}/glib-2.0/schemas \ |
19 | ${datadir}/metainfo \ | 19 | ${datadir}/metainfo \ |
20 | ${datadir}/polkit-1 \ | 20 | ${datadir}/polkit-1 \ |
diff --git a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb index ae81802330..8277705f4c 100644 --- a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb +++ b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb | |||
@@ -15,6 +15,6 @@ PACKAGECONFIG ??= "" | |||
15 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | 15 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" |
16 | 16 | ||
17 | PACKAGES =+ "xfce4-orageclock-plugin" | 17 | PACKAGES =+ "xfce4-orageclock-plugin" |
18 | FILES_${PN} += "${datadir}/dbus-1" | 18 | FILES:${PN} += "${datadir}/dbus-1" |
19 | FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" | 19 | FILES:xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" |
20 | FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" | 20 | FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" |
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb index e611ddd935..15717b9f22 100644 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb | |||
@@ -8,8 +8,8 @@ DEPENDS = "exo libexif libxfce4ui libxfce4util xfconf cairo file" | |||
8 | 8 | ||
9 | inherit xfce-app mime-xdg | 9 | inherit xfce-app mime-xdg |
10 | 10 | ||
11 | RRECOMMENDS_${PN} += "tumbler" | 11 | RRECOMMENDS:${PN} += "tumbler" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823" | 13 | SRC_URI[sha256sum] = "877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823" |
14 | 14 | ||
15 | FILES_${PN} += "${datadir}/metainfo" | 15 | FILES:${PN} += "${datadir}/metainfo" |
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb index 64582f28f2..2d4ae7fa8c 100644 --- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb +++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | |||
@@ -24,10 +24,10 @@ EXTRA_OECONF += " \ | |||
24 | --disable-doc \ | 24 | --disable-doc \ |
25 | " | 25 | " |
26 | 26 | ||
27 | do_configure_prepend() { | 27 | do_configure:prepend() { |
28 | touch ${S}/NEWS ${S}/AUTHORS | 28 | touch ${S}/NEWS ${S}/AUTHORS |
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} += "${libdir}/thunar-archive-plugin" | 31 | FILES:${PN} += "${libdir}/thunar-archive-plugin" |
32 | 32 | ||
33 | RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz p7zip" | 33 | RRECOMMENDS:${PN} = "lzop zip tar bzip2 unzip xz p7zip" |
diff --git a/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb b/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb index 2dd3f01d8c..35f541941d 100644 --- a/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb +++ b/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb | |||
@@ -17,6 +17,6 @@ inherit gettext meson features_check | |||
17 | 17 | ||
18 | REQUIRED_DISTRO_FEATURES = "systemd x11" | 18 | REQUIRED_DISTRO_FEATURES = "systemd x11" |
19 | 19 | ||
20 | FILES_${PN} += "${datadir}/icons/hicolor" | 20 | FILES:${PN} += "${datadir}/icons/hicolor" |
21 | 21 | ||
22 | RDEPENDS_${PN} = "tzdata" | 22 | RDEPENDS:${PN} = "tzdata" |
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb index 5476b20bd3..a145295b6a 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb | |||
@@ -20,11 +20,11 @@ SRC_URI[sha256sum] = "19ab84c6665c7819998f2269322d53f462c30963ce26042df23ae525e7 | |||
20 | # org.freedesktop.Notifications | 20 | # org.freedesktop.Notifications |
21 | EXTRA_OECONF = "--disable-dbus-start-daemon" | 21 | EXTRA_OECONF = "--disable-dbus-start-daemon" |
22 | 22 | ||
23 | do_compile_prepend() { | 23 | do_compile:prepend() { |
24 | mkdir -p xfce4-notifyd xfce4-notifyd-config | 24 | mkdir -p xfce4-notifyd xfce4-notifyd-config |
25 | } | 25 | } |
26 | 26 | ||
27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
28 | ${systemd_user_unitdir} \ | 28 | ${systemd_user_unitdir} \ |
29 | ${datadir}/xfce4 \ | 29 | ${datadir}/xfce4 \ |
30 | ${datadir}/themes \ | 30 | ${datadir}/themes \ |
diff --git a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb index bb9e50e1e0..d5b0cf0bb3 100644 --- a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb +++ b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb | |||
@@ -24,6 +24,6 @@ do_install() { | |||
24 | sed -i 's:${PYTHON}:python3:g' ${D}${bindir}/xfce4-panel-profiles | 24 | sed -i 's:${PYTHON}:python3:g' ${D}${bindir}/xfce4-panel-profiles |
25 | } | 25 | } |
26 | 26 | ||
27 | FILES_${PN} += "${datadir}/metainfo" | 27 | FILES:${PN} += "${datadir}/metainfo" |
28 | 28 | ||
29 | RDEPENDS_${PN} += "python3-pygobject python3-pexpect" | 29 | RDEPENDS:${PN} += "python3-pygobject python3-pexpect" |
diff --git a/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb b/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb index d4ea43ce1c..a770ff7f00 100644 --- a/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb +++ b/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb | |||
@@ -12,13 +12,13 @@ DEPENDS = "dbus-glib garcon gtk+3 libxklavier libxscrnsaver virtual/libx11 xfcon | |||
12 | 12 | ||
13 | inherit xfce-app | 13 | inherit xfce-app |
14 | 14 | ||
15 | SRC_URI_append = " file://fix-cross-compile.patch" | 15 | SRC_URI:append = " file://fix-cross-compile.patch" |
16 | SRC_URI[sha256sum] = "6d4d143e3e62db679ce83ce7da97903390773ee0a8ceb05ff4c3dac36616268d" | 16 | SRC_URI[sha256sum] = "6d4d143e3e62db679ce83ce7da97903390773ee0a8ceb05ff4c3dac36616268d" |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | install -D -m 0644 ${S}/data/xfce4-screensaver.common-auth ${D}${sysconfdir}/pam.d/xfce4-screensaver | 19 | install -D -m 0644 ${S}/data/xfce4-screensaver.common-auth ${D}${sysconfdir}/pam.d/xfce4-screensaver |
20 | } | 20 | } |
21 | 21 | ||
22 | FILES_${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories" | 22 | FILES:${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories" |
23 | 23 | ||
24 | RDEPENDS_${PN} += "python3-core" | 24 | RDEPENDS:${PN} += "python3-core" |
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb index 722dd2910a..2518435339 100644 --- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb | |||
@@ -9,12 +9,12 @@ inherit xfce-app | |||
9 | 9 | ||
10 | SRC_URI[sha256sum] = "33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4" | 10 | SRC_URI[sha256sum] = "33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4" |
11 | 11 | ||
12 | do_compile_prepend() { | 12 | do_compile:prepend() { |
13 | mkdir -p lib | 13 | mkdir -p lib |
14 | mkdir -p src panel-plugin | 14 | mkdir -p src panel-plugin |
15 | } | 15 | } |
16 | 16 | ||
17 | FILES_${PN} += " \ | 17 | FILES:${PN} += " \ |
18 | ${datadir}/metainfo \ | 18 | ${datadir}/metainfo \ |
19 | ${datadir}/xfce4/panel/plugins \ | 19 | ${datadir}/xfce4/panel/plugins \ |
20 | ${libdir}/xfce4/panel/plugins \ | 20 | ${libdir}/xfce4/panel/plugins \ |
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb index 783d386523..7e7c4bbbce 100644 --- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb | |||
@@ -5,9 +5,9 @@ DEPENDS = "glib-2.0 gtk+3 vte libxfce4ui" | |||
5 | 5 | ||
6 | inherit xfce-app | 6 | inherit xfce-app |
7 | 7 | ||
8 | FILES_${PN} += "${datadir}/xfce4 \ | 8 | FILES:${PN} += "${datadir}/xfce4 \ |
9 | ${datadir}/gnome-control-center" | 9 | ${datadir}/gnome-control-center" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7" | 11 | SRC_URI[sha256sum] = "7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7" |
12 | 12 | ||
13 | RRECOMMENDS_${PN} += "vte-prompt" | 13 | RRECOMMENDS:${PN} += "vte-prompt" |
diff --git a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb index 5ff4856865..dc62a1c722 100644 --- a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb +++ b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | |||
@@ -22,12 +22,12 @@ do_install() { | |||
22 | done | 22 | done |
23 | } | 23 | } |
24 | 24 | ||
25 | python populate_packages_prepend () { | 25 | python populate_packages:prepend () { |
26 | icondir = bb.data.expand('${datadir}/icons', d) | 26 | icondir = bb.data.expand('${datadir}/icons', d) |
27 | do_split_packages(d, icondir, '^(.*)', '%s', 'Open Zone cursors %s', allow_dirs=True) | 27 | do_split_packages(d, icondir, '^(.*)', '%s', 'Open Zone cursors %s', allow_dirs=True) |
28 | } | 28 | } |
29 | 29 | ||
30 | FILES_${PN} += "${datadir}/icons" | 30 | FILES:${PN} += "${datadir}/icons" |
31 | 31 | ||
32 | PACKAGES_DYNAMIC += "^openzone-.*" | 32 | PACKAGES_DYNAMIC += "^openzone-.*" |
33 | ALLOW_EMPTY_${PN} = "1" | 33 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb b/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb index 40ba340f22..78dd5b8743 100644 --- a/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb +++ b/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb | |||
@@ -8,9 +8,9 @@ SRC_URI = "http://sourceforge.net/projects/xffm/files/${BPN}/${BPN}-${PV}.tar.gz | |||
8 | SRC_URI[md5sum] = "4b097d344a160d6497c6498985c8df15" | 8 | SRC_URI[md5sum] = "4b097d344a160d6497c6498985c8df15" |
9 | SRC_URI[sha256sum] = "6ed00d16faa1f55b3bb7b13862de1d7f5cfd978b93e42487ded21595d0dbe208" | 9 | SRC_URI[sha256sum] = "6ed00d16faa1f55b3bb7b13862de1d7f5cfd978b93e42487ded21595d0dbe208" |
10 | 10 | ||
11 | FILES_${PN} += "${datadir}/icons" | 11 | FILES:${PN} += "${datadir}/icons" |
12 | 12 | ||
13 | RREPLACES_${PN} += "xfce4-icon-theme" | 13 | RREPLACES:${PN} += "xfce4-icon-theme" |
14 | RPROVIDES_${PN} += "xfce4-icon-theme" | 14 | RPROVIDES:${PN} += "xfce4-icon-theme" |
15 | RCONFLICTS_${PN} += "xfce4-icon-theme" | 15 | RCONFLICTS:${PN} += "xfce4-icon-theme" |
16 | 16 | ||
diff --git a/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb b/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb index 89dab4923f..46302bf9f0 100644 --- a/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb +++ b/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb | |||
@@ -16,4 +16,4 @@ do_install() { | |||
16 | cp -r Xfce-dusk-gtk3 ${D}${datadir}/themes/Xfce-dusk-gtk3 | 16 | cp -r Xfce-dusk-gtk3 ${D}${datadir}/themes/Xfce-dusk-gtk3 |
17 | } | 17 | } |
18 | 18 | ||
19 | FILES_${PN} = "${datadir}/themes" | 19 | FILES:${PN} = "${datadir}/themes" |
diff --git a/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb b/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb index 7030f7a267..4c2e99a22c 100644 --- a/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb +++ b/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada6 | |||
11 | 11 | ||
12 | # using xfwm4-theme as in xfwm4 might cause warnings of packages supplied by | 12 | # using xfwm4-theme as in xfwm4 might cause warnings of packages supplied by |
13 | # multiple providers. So we use xfwm4-old-theme here. | 13 | # multiple providers. So we use xfwm4-old-theme here. |
14 | python populate_packages_prepend () { | 14 | python populate_packages:prepend () { |
15 | themedir = d.expand('${datadir}/themes') | 15 | themedir = d.expand('${datadir}/themes') |
16 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-old-theme-%s', 'XFWM4 theme %s', allow_dirs=True) | 16 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-old-theme-%s', 'XFWM4 theme %s', allow_dirs=True) |
17 | } | 17 | } |
diff --git a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb index 2f5d820f06..e4a845ca5e 100644 --- a/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb +++ b/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb | |||
@@ -14,6 +14,6 @@ SRC_URI = " \ | |||
14 | SRC_URI[md5sum] = "0bbb1d6e473e0fe9b335b7b1b49d8a71" | 14 | SRC_URI[md5sum] = "0bbb1d6e473e0fe9b335b7b1b49d8a71" |
15 | SRC_URI[sha256sum] = "07a8f2b7c09fcdd3d86e0c52adea3c58ca011d0142a93997a01b4af77260ae7b" | 15 | SRC_URI[sha256sum] = "07a8f2b7c09fcdd3d86e0c52adea3c58ca011d0142a93997a01b4af77260ae7b" |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/vala-*/vapi" | 17 | FILES:${PN} += "${datadir}/vala-*/vapi" |
18 | 18 | ||
19 | RDEPENDS_${PN} = "vala" | 19 | RDEPENDS:${PN} = "vala" |
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb index bb7ff42355..bc7d1bc0e8 100644 --- a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb +++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb | |||
@@ -29,6 +29,6 @@ PACKAGECONFIG ??= "xfce" | |||
29 | PACKAGECONFIG[xfce] = ",,xfconf" | 29 | PACKAGECONFIG[xfce] = ",,xfconf" |
30 | PACKAGECONFIG[xim] = ",,libgxim" | 30 | PACKAGECONFIG[xim] = ",,libgxim" |
31 | 31 | ||
32 | RDEPENDS_${PN} += "bash" | 32 | RDEPENDS:${PN} += "bash" |
33 | 33 | ||
34 | FILES_${PN} += "${datadir}/dbus-1/*" | 34 | FILES:${PN} += "${datadir}/dbus-1/*" |
diff --git a/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb b/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb index c30c799077..f925864fbd 100644 --- a/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb +++ b/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb | |||
@@ -6,7 +6,7 @@ inherit packagegroup | |||
6 | # that wants mpd which does | 6 | # that wants mpd which does |
7 | LICENSE_FLAGS = "commercial" | 7 | LICENSE_FLAGS = "commercial" |
8 | 8 | ||
9 | RDEPENDS_${PN} = " \ | 9 | RDEPENDS:${PN} = " \ |
10 | parole \ | 10 | parole \ |
11 | xfmpc \ | 11 | xfmpc \ |
12 | xfce4-mpc-plugin \ | 12 | xfce4-mpc-plugin \ |
diff --git a/meta-xfce/recipes-multimedia/parole/parole_4.16.0.bb b/meta-xfce/recipes-multimedia/parole/parole_4.16.0.bb index 136e3baa51..0b38f6d603 100644 --- a/meta-xfce/recipes-multimedia/parole/parole_4.16.0.bb +++ b/meta-xfce/recipes-multimedia/parole/parole_4.16.0.bb | |||
@@ -18,7 +18,7 @@ DEPENDS += " \ | |||
18 | 18 | ||
19 | SRC_URI[sha256sum] = "0d305ad8ccd3974d6b632f74325b1b8a39304c905c6b405b70f52c4cfd55a7e7" | 19 | SRC_URI[sha256sum] = "0d305ad8ccd3974d6b632f74325b1b8a39304c905c6b405b70f52c4cfd55a7e7" |
20 | 20 | ||
21 | RDEPENDS_${PN} += "gstreamer1.0-plugins-good" | 21 | RDEPENDS:${PN} += "gstreamer1.0-plugins-good" |
22 | 22 | ||
23 | EXTRA_OECONF = "--disable-gtk-doc" | 23 | EXTRA_OECONF = "--disable-gtk-doc" |
24 | 24 | ||
@@ -26,7 +26,7 @@ PACKAGECONFIG ??= "notify" | |||
26 | PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" | 26 | PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" |
27 | PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" | 27 | PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" |
28 | 28 | ||
29 | FILES_${PN} += " \ | 29 | FILES:${PN} += " \ |
30 | ${datadir}/metainfo \ | 30 | ${datadir}/metainfo \ |
31 | ${libdir}/parole-0/*.so \ | 31 | ${libdir}/parole-0/*.so \ |
32 | " | 32 | " |
diff --git a/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.2.bb b/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.2.bb index 9d031dd59b..4e3c1d1c36 100644 --- a/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.2.bb +++ b/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.2.bb | |||
@@ -12,7 +12,7 @@ DEPENDS += "libmpd" | |||
12 | LICENSE_FLAGS = "commercial" | 12 | LICENSE_FLAGS = "commercial" |
13 | 13 | ||
14 | # for now we recommend our own mpd-server | 14 | # for now we recommend our own mpd-server |
15 | RRECOMMENDS_${PN} = "mpd" | 15 | RRECOMMENDS:${PN} = "mpd" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "26a1e8658df2b51967dc2250e23f467d" | 17 | SRC_URI[md5sum] = "26a1e8658df2b51967dc2250e23f467d" |
18 | SRC_URI[sha256sum] = "eefe78b7b6b95312b3a52814b7f632dc92970c1b3e9535de616315749bf67760" | 18 | SRC_URI[sha256sum] = "eefe78b7b6b95312b3a52814b7f632dc92970c1b3e9535de616315749bf67760" |
diff --git a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.0.bb b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.0.bb index 0f5ed8957f..8384a5a78e 100644 --- a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.0.bb +++ b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.0.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "libxfce4util libxfce4ui libmpd vala-native" | |||
8 | LICENSE_FLAGS = "commercial" | 8 | LICENSE_FLAGS = "commercial" |
9 | 9 | ||
10 | # for now we recommend our own mpd-server | 10 | # for now we recommend our own mpd-server |
11 | RRECOMMENDS_${PN} = "mpd" | 11 | RRECOMMENDS:${PN} = "mpd" |
12 | 12 | ||
13 | inherit xfce-app | 13 | inherit xfce-app |
14 | 14 | ||
diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb index 631702667d..d5c626eec6 100644 --- a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb +++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb | |||
@@ -13,4 +13,4 @@ SRC_URI[sha256sum] = "ab8a5fe6f68fb1789190e498243a1d1385de3f64e984f470cbd3d1eb77 | |||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" | 14 | PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/metainfo" | 16 | FILES:${PN} += "${datadir}/metainfo" |
diff --git a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb index 1cb489f7e8..9d90420266 100644 --- a/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb +++ b/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb | |||
@@ -15,4 +15,4 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | EXTRA_OECONF += "--enable-maintainer-mode" | 16 | EXTRA_OECONF += "--enable-maintainer-mode" |
17 | 17 | ||
18 | FILES_${PN} += "${datadir}/xfce4/closebutton/themes" | 18 | FILES:${PN} += "${datadir}/xfce4/closebutton/themes" |
diff --git a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.1.bb b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.1.bb index 3d8bc854fb..fce5df5e3e 100644 --- a/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.1.bb +++ b/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.5.1.bb | |||
@@ -7,4 +7,4 @@ inherit xfce-panel-plugin | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "4db780178e529391d53da180e49386904e69a5a33b3bd5185835d0a7e6ff5ac5" | 8 | SRC_URI[sha256sum] = "4db780178e529391d53da180e49386904e69a5a33b3bd5185835d0a7e6ff5ac5" |
9 | 9 | ||
10 | FILES_${PN} += "${datadir}/xfce4/eyes" | 10 | FILES:${PN} += "${datadir}/xfce4/eyes" |
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.3.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.3.bb index f3e4df2985..9292023cef 100644 --- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.3.bb +++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.3.bb | |||
@@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "5a518237e2137341d8ca6584938950525e20c28a0177e30ecaea3ba8e7 | |||
14 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" | 15 | PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" |
16 | 16 | ||
17 | RRECOMMENDS_${PN} = "pavucontrol" | 17 | RRECOMMENDS:${PN} = "pavucontrol" |
diff --git a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.3.95.bb b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.3.95.bb index 3c7fa9a915..39fe4b9b7a 100644 --- a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.3.95.bb +++ b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.3.95.bb | |||
@@ -13,7 +13,7 @@ EXTRA_OECONF = " \ | |||
13 | --disable-xnvctrl \ | 13 | --disable-xnvctrl \ |
14 | " | 14 | " |
15 | 15 | ||
16 | do_configure_prepend() { | 16 | do_configure:prepend() { |
17 | sed -i 's:LIBSENSORS_CFLAGS=.*:LIBSENSORS_CFLAGS=-I${STAGING_INCDIR}:g' ${S}/configure.ac | 17 | sed -i 's:LIBSENSORS_CFLAGS=.*:LIBSENSORS_CFLAGS=-I${STAGING_INCDIR}:g' ${S}/configure.ac |
18 | } | 18 | } |
19 | 19 | ||
diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb index 45b43863a0..069c9150e3 100644 --- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb +++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.0.bb | |||
@@ -9,4 +9,4 @@ DEPENDS += "libsoup-2.4 dbus-glib upower" | |||
9 | 9 | ||
10 | SRC_URI[sha256sum] = "e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc" | 10 | SRC_URI[sha256sum] = "e3242ea951d51bc0fded1d02a4f1f662bec16a1fb10c855f71bda6541a1153fc" |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/xfce4/weather" | 12 | FILES:${PN} += "${datadir}/xfce4/weather" |
diff --git a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.5.3.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.5.3.bb index 5c48101d1d..d24f65f4ca 100644 --- a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.5.3.bb +++ b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.5.3.bb | |||
@@ -7,4 +7,4 @@ inherit xfce-panel-plugin cmake | |||
7 | 7 | ||
8 | SRC_URI[sha256sum] = "39cc34c8a83381997c6faaacb6bf792339234303438a1fccd15c9a1770b87daf" | 8 | SRC_URI[sha256sum] = "39cc34c8a83381997c6faaacb6bf792339234303438a1fccd15c9a1770b87daf" |
9 | 9 | ||
10 | RRECOMMENDS_${PN} += "menulibre" | 10 | RRECOMMENDS:${PN} += "menulibre" |
diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb index bf9e0435b8..ff572362d3 100644 --- a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb +++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb | |||
@@ -10,6 +10,6 @@ SRC_URI[sha256sum] = "bb4be13f6f73cd86a6d939e1a6b125841cf266415bc4fd134a511e4f0c | |||
10 | 10 | ||
11 | DEPENDS += "libxklavier libwnck3 librsvg garcon" | 11 | DEPENDS += "libxklavier libwnck3 librsvg garcon" |
12 | 12 | ||
13 | FILES_${PN} += "${datadir}/xfce4/xkb" | 13 | FILES:${PN} += "${datadir}/xfce4/xkb" |
14 | 14 | ||
15 | RDEPENDS_${PN} = "xfce4-settings" | 15 | RDEPENDS:${PN} = "xfce4-settings" |
diff --git a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb index 75ae03a1fd..de19c44af0 100644 --- a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb +++ b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb | |||
@@ -8,4 +8,4 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
8 | SRC_URI[md5sum] = "0884855d60cf1031b9013b6f5b125372" | 8 | SRC_URI[md5sum] = "0884855d60cf1031b9013b6f5b125372" |
9 | SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0" | 9 | SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "samba-server" | 11 | RDEPENDS:${PN} += "samba-server" |
diff --git a/meta-xfce/recipes-xfce/exo/exo_4.16.1.bb b/meta-xfce/recipes-xfce/exo/exo_4.16.1.bb index a49b18c725..4b31af890d 100644 --- a/meta-xfce/recipes-xfce/exo/exo_4.16.1.bb +++ b/meta-xfce/recipes-xfce/exo/exo_4.16.1.bb | |||
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "528dac256315ffc2a4a53b3b421979327962121989886e3cf920aeff99 | |||
18 | 18 | ||
19 | # Note: python bindings did not work in oe-dev and are about to be moved to | 19 | # Note: python bindings did not work in oe-dev and are about to be moved to |
20 | # pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 | 20 | # pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 |
21 | FILES_${PN} += " \ | 21 | FILES:${PN} += " \ |
22 | ${datadir}/xfce4/ \ | 22 | ${datadir}/xfce4/ \ |
23 | ${libdir}/xfce4/exo* \ | 23 | ${libdir}/xfce4/exo* \ |
24 | " | 24 | " |
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb index 3e596323d6..65db345005 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb | |||
@@ -13,8 +13,8 @@ SRC_URI[sha256sum] = "84914927a2c1fda167f67af26a6640630a744a22940df508aa6c752cdb | |||
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-gtk-doc" | 14 | EXTRA_OECONF = "--disable-gtk-doc" |
15 | 15 | ||
16 | do_compile_prepend() { | 16 | do_compile:prepend() { |
17 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" | 17 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" |
18 | } | 18 | } |
19 | 19 | ||
20 | FILES_${PN} += "${datadir}/desktop-directories" | 20 | FILES:${PN} += "${datadir}/desktop-directories" |
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb index 6fbf1cf258..7b46c2a76c 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb | |||
@@ -22,7 +22,7 @@ PACKAGECONFIG[gladeui2] = "--enable-gladeui2,--disable-gladeui2,glade" | |||
22 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 22 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
23 | 23 | ||
24 | PACKAGES += "${PN}-glade" | 24 | PACKAGES += "${PN}-glade" |
25 | FILES_${PN}-glade = " \ | 25 | FILES:${PN}-glade = " \ |
26 | ${libdir}/glade \ | 26 | ${libdir}/glade \ |
27 | ${datadir}/glade \ | 27 | ${datadir}/glade \ |
28 | " | 28 | " |
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb index 70ef909ef9..9545ad1a81 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | |||
@@ -6,7 +6,7 @@ inherit packagegroup features_check | |||
6 | 6 | ||
7 | REQUIRED_DISTRO_FEATURES = "x11" | 7 | REQUIRED_DISTRO_FEATURES = "x11" |
8 | 8 | ||
9 | RDEPENDS_${PN} = " \ | 9 | RDEPENDS:${PN} = " \ |
10 | xfwm4 \ | 10 | xfwm4 \ |
11 | xfce4-session \ | 11 | xfce4-session \ |
12 | xfconf \ | 12 | xfconf \ |
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb index 7f1c172616..64f8863116 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | |||
@@ -8,12 +8,12 @@ inherit packagegroup features_check | |||
8 | REQUIRED_DISTRO_FEATURES = "x11" | 8 | REQUIRED_DISTRO_FEATURES = "x11" |
9 | 9 | ||
10 | # mandatory | 10 | # mandatory |
11 | RDEPENDS_${PN} = " \ | 11 | RDEPENDS:${PN} = " \ |
12 | packagegroup-xfce-base \ | 12 | packagegroup-xfce-base \ |
13 | " | 13 | " |
14 | 14 | ||
15 | # nice to have | 15 | # nice to have |
16 | RRECOMMENDS_${PN} = " \ | 16 | RRECOMMENDS:${PN} = " \ |
17 | xfwm4-theme-daloa \ | 17 | xfwm4-theme-daloa \ |
18 | xfwm4-theme-kokodi \ | 18 | xfwm4-theme-kokodi \ |
19 | xfwm4-theme-moheli \ | 19 | xfwm4-theme-moheli \ |
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.16.0.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.16.0.bb index 138796e6c4..5c669a5e95 100644 --- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.16.0.bb +++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.16.0.bb | |||
@@ -13,4 +13,4 @@ SRC_URI[sha256sum] = "d2c0e719b242b7fd3db70bc6678a2df1abf2cfaa899b775a1591a5efa0 | |||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | 14 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "eject" | 16 | RDEPENDS:${PN} = "eject" |
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.8.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.16.8.bb index bdc357f766..41963b9966 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_4.16.8.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_4.16.8.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "038ca228d220cd0ba1b7b76465d8a51f2433ad1f74648d1d291daa0a24 | |||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" | 14 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" |
15 | 15 | ||
16 | FILES_${PN} += " \ | 16 | FILES:${PN} += " \ |
17 | ${libdir}/thunarx-3/* \ | 17 | ${libdir}/thunarx-3/* \ |
18 | ${libdir}/xfce4/panel/plugins/* \ | 18 | ${libdir}/xfce4/panel/plugins/* \ |
19 | ${libdir}/Thunar/[Tt]hunar* \ | 19 | ${libdir}/Thunar/[Tt]hunar* \ |
@@ -25,4 +25,4 @@ FILES_${PN} += " \ | |||
25 | ${datadir}/xfce4/panel/plugins/* \ | 25 | ${datadir}/xfce4/panel/plugins/* \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RRECOMMENDS_${PN} = "gvfs gvfsd-trash" | 28 | RRECOMMENDS:${PN} = "gvfs gvfsd-trash" |
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb index fcc39fd7d8..c5ab85dd08 100644 --- a/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb | |||
@@ -8,23 +8,23 @@ inherit xfce gtk-doc | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66" | 9 | SRC_URI[sha256sum] = "9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66" |
10 | 10 | ||
11 | INSANE_SKIP_${PN} = "dev-so" | 11 | INSANE_SKIP:${PN} = "dev-so" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" | 14 | PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | # Makefile seems to race on creation of symlink. So ensure creation here | 17 | # Makefile seems to race on creation of symlink. So ensure creation here |
18 | # until fixed properly | 18 | # until fixed properly |
19 | ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so | 19 | ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so |
20 | } | 20 | } |
21 | 21 | ||
22 | FILES_${PN} += "${datadir}/dbus-1/services \ | 22 | FILES:${PN} += "${datadir}/dbus-1/services \ |
23 | ${libdir}/tumbler-1/tumblerd \ | 23 | ${libdir}/tumbler-1/tumblerd \ |
24 | ${libdir}/tumbler-1/plugins/*.so \ | 24 | ${libdir}/tumbler-1/plugins/*.so \ |
25 | ${libdir}/tumbler-1/plugins/cache/*.so \ | 25 | ${libdir}/tumbler-1/plugins/cache/*.so \ |
26 | " | 26 | " |
27 | 27 | ||
28 | FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ | 28 | FILES:${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ |
29 | ${libdir}/tumbler-1/plugins/cache/*.la \ | 29 | ${libdir}/tumbler-1/plugins/cache/*.la \ |
30 | " | 30 | " |
diff --git a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb index 4b5523895f..89385b0569 100644 --- a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb | |||
@@ -10,4 +10,4 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "bfe3e9bd92695014ee74a2fbb7f5fd1b4c29cf043c4a11598b8958324c81e7ec" | 11 | SRC_URI[sha256sum] = "bfe3e9bd92695014ee74a2fbb7f5fd1b4c29cf043c4a11598b8958324c81e7ec" |
12 | 12 | ||
13 | FILES_${PN} += "${datadir}/metainfo" | 13 | FILES:${PN} += "${datadir}/metainfo" |
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb index 143a0a5e7a..7162311e56 100644 --- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb | |||
@@ -5,21 +5,21 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" |
6 | 6 | ||
7 | DEPENDS = "glib-2.0" | 7 | DEPENDS = "glib-2.0" |
8 | DEPENDS_append_class-target = " ${BPN}-native" | 8 | DEPENDS:append:class-target = " ${BPN}-native" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | 13 | ||
14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" | 14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" |
15 | SRC_URI_append_class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" | 15 | SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" |
16 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" | 16 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | install -d ${D}${datadir}/aclocal | 19 | install -d ${D}${datadir}/aclocal |
20 | install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ | 20 | install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ |
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" | 23 | FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" |
24 | 24 | ||
25 | RDEPENDS_${PN} = "bash" | 25 | RDEPENDS:${PN} = "bash" |
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb index d478e0ffa9..c9e65400d2 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | file://0002-use-lxdm-to-replace-dm-tool.patch \ | 14 | file://0002-use-lxdm-to-replace-dm-tool.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | python populate_packages_prepend() { | 17 | python populate_packages:prepend() { |
18 | plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/') | 18 | plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/') |
19 | plugin_name = d.expand('${PN}-plugin-%s') | 19 | plugin_name = d.expand('${PN}-plugin-%s') |
20 | do_split_packages(d, plugin_dir, '^lib(.*).so$', plugin_name, | 20 | do_split_packages(d, plugin_dir, '^lib(.*).so$', plugin_name, |
@@ -29,12 +29,12 @@ PACKAGES_DYNAMIC += "^${PN}-plugin-.*" | |||
29 | 29 | ||
30 | PACKAGES =+ "${PN}-gtk3" | 30 | PACKAGES =+ "${PN}-gtk3" |
31 | 31 | ||
32 | FILES_${PN} += "${libdir}/xfce4/panel/migrate \ | 32 | FILES:${PN} += "${libdir}/xfce4/panel/migrate \ |
33 | ${libdir}/xfce4/panel/wrapper-1.0" | 33 | ${libdir}/xfce4/panel/wrapper-1.0" |
34 | 34 | ||
35 | FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" | 35 | FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" |
36 | 36 | ||
37 | FILES_${PN}-gtk3 = " \ | 37 | FILES:${PN}-gtk3 = " \ |
38 | ${libdir}/libxfce4panel-2.0${SOLIBS} \ | 38 | ${libdir}/libxfce4panel-2.0${SOLIBS} \ |
39 | ${libdir}/xfce4/panel/wrapper-2.0 \ | 39 | ${libdir}/xfce4/panel/wrapper-2.0 \ |
40 | " | 40 | " |
diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.16.0.bb index 7a778bdfc8..a79d8015b6 100644 --- a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.16.0.bb | |||
@@ -23,20 +23,20 @@ PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" | |||
23 | 23 | ||
24 | PACKAGES += "xfce4-powermanager-plugin" | 24 | PACKAGES += "xfce4-powermanager-plugin" |
25 | 25 | ||
26 | FILES_${PN} += " \ | 26 | FILES:${PN} += " \ |
27 | ${datadir}/polkit-1 \ | 27 | ${datadir}/polkit-1 \ |
28 | ${datadir}/metainfo \ | 28 | ${datadir}/metainfo \ |
29 | " | 29 | " |
30 | 30 | ||
31 | FILES_xfce4-powermanager-plugin = " \ | 31 | FILES:xfce4-powermanager-plugin = " \ |
32 | ${libdir}/xfce4 \ | 32 | ${libdir}/xfce4 \ |
33 | ${datadir}/xfce4 \ | 33 | ${datadir}/xfce4 \ |
34 | " | 34 | " |
35 | 35 | ||
36 | RDEPENDS_xfce4-powermanager-plugin = "${PN}" | 36 | RDEPENDS:xfce4-powermanager-plugin = "${PN}" |
37 | RDEPENDS_${PN} = "networkmanager ${@bb.utils.contains('DISTRO_FEATURES','systemd','','consolekit',d)}" | 37 | RDEPENDS:${PN} = "networkmanager ${@bb.utils.contains('DISTRO_FEATURES','systemd','','consolekit',d)}" |
38 | 38 | ||
39 | # xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin | 39 | # xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin |
40 | RPROVIDES_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | 40 | RPROVIDES:xfce4-powermanager-plugin += "xfce4-brightness-plugin" |
41 | RREPLACES_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | 41 | RREPLACES:xfce4-powermanager-plugin += "xfce4-brightness-plugin" |
42 | RCONFLICTS_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | 42 | RCONFLICTS:xfce4-powermanager-plugin += "xfce4-brightness-plugin" |
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb index 4f6bde2a9c..fee634ed44 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb | |||
@@ -15,11 +15,11 @@ PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" | |||
15 | SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" | 15 | SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" |
16 | SRC_URI[sha256sum] = "22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7" | 16 | SRC_URI[sha256sum] = "22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7" |
17 | 17 | ||
18 | ALTERNATIVE_${PN} = "x-session-manager" | 18 | ALTERNATIVE:${PN} = "x-session-manager" |
19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" | 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" |
20 | ALTERNATIVE_PRIORITY_${PN} = "150" | 20 | ALTERNATIVE_PRIORITY_${PN} = "150" |
21 | 21 | ||
22 | FILES_${PN} += " \ | 22 | FILES:${PN} += " \ |
23 | ${libdir}/xfce4/*/*/*.so \ | 23 | ${libdir}/xfce4/*/*/*.so \ |
24 | ${libdir}/xfce4/session/*-*-* \ | 24 | ${libdir}/xfce4/session/*-*-* \ |
25 | ${datadir}/xsessions \ | 25 | ${datadir}/xsessions \ |
@@ -27,7 +27,7 @@ FILES_${PN} += " \ | |||
27 | ${datadir}/polkit-1 \ | 27 | ${datadir}/polkit-1 \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS_${PN} = " \ | 30 | RDEPENDS:${PN} = " \ |
31 | dbus-x11 \ | 31 | dbus-x11 \ |
32 | iceauth \ | 32 | iceauth \ |
33 | netbase \ | 33 | netbase \ |
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb index bf853bfed6..aff57a5788 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb | |||
@@ -19,12 +19,12 @@ PACKAGECONFIG ??= " \ | |||
19 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | 19 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" |
20 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" | 20 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" |
21 | 21 | ||
22 | FILES_${PN} += " \ | 22 | FILES:${PN} += " \ |
23 | ${libdir}/xfce4 \ | 23 | ${libdir}/xfce4 \ |
24 | ${datadir}/xfce4 \ | 24 | ${datadir}/xfce4 \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RRECOMMENDS_${PN} += "adwaita-icon-theme" | 27 | RRECOMMENDS:${PN} += "adwaita-icon-theme" |
28 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" | 28 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" |
29 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" | 29 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" |
30 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}" | 30 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}" |
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb index 9b341bb273..5214b2ea7e 100644 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb | |||
@@ -10,10 +10,10 @@ EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "652a119007c67d9ba6c0bc7a740c923d33f32d03dc76dfc7ba682584e72a5425" | 11 | SRC_URI[sha256sum] = "652a119007c67d9ba6c0bc7a740c923d33f32d03dc76dfc7ba682584e72a5425" |
12 | 12 | ||
13 | FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ | 13 | FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \ |
14 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ | 14 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ |
15 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" | 15 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" |
16 | 16 | ||
17 | FILES_${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" | 17 | FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" |
18 | 18 | ||
19 | PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," | 19 | PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," |
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.16.0.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.16.0.bb index e8b2b72b67..7136350413 100644 --- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.16.0.bb | |||
@@ -13,4 +13,4 @@ SRC_URI[sha256sum] = "934ba5affecff21e62d9fac1dd50c50cd94b3a807fefa5f5bff59f3d6f | |||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | 14 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/backgrounds" | 16 | FILES:${PN} += "${datadir}/backgrounds" |
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb index 2cbfdadd5f..f4a78f1adf 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb | |||
@@ -20,18 +20,18 @@ PACKAGECONFIG[epoxy] = "--enable-epoxy,--disable-epoxy,libepoxy" | |||
20 | PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent" | 20 | PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent" |
21 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 21 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
22 | 22 | ||
23 | python populate_packages_prepend () { | 23 | python populate_packages:prepend () { |
24 | themedir = d.expand('${datadir}/themes') | 24 | themedir = d.expand('${datadir}/themes') |
25 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) | 25 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) |
26 | } | 26 | } |
27 | 27 | ||
28 | PACKAGES_DYNAMIC += "^xfwm4-theme-.*" | 28 | PACKAGES_DYNAMIC += "^xfwm4-theme-.*" |
29 | 29 | ||
30 | ALTERNATIVE_${PN} = "x-window-manager" | 30 | ALTERNATIVE:${PN} = "x-window-manager" |
31 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" | 31 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" |
32 | ALTERNATIVE_PRIORITY[x-window-manager] = "30" | 32 | ALTERNATIVE_PRIORITY[x-window-manager] = "30" |
33 | 33 | ||
34 | RDEPENDS_${PN} = "xfwm4-theme-default" | 34 | RDEPENDS:${PN} = "xfwm4-theme-default" |
35 | FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ | 35 | FILES:${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ |
36 | ${datadir}/xfwm4/defaults \ | 36 | ${datadir}/xfwm4/defaults \ |
37 | " | 37 | " |