diff options
Diffstat (limited to 'meta')
957 files changed, 10008 insertions, 10007 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 77d90a3df5..2c7968e659 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -19,7 +19,8 @@ def get_autotools_dep(d): | |||
19 | 19 | ||
20 | return deps | 20 | return deps |
21 | 21 | ||
22 | DEPENDS_prepend = "${@get_autotools_dep(d)} " | 22 | |
23 | DEPENDS:prepend = "${@get_autotools_dep(d)} " | ||
23 | 24 | ||
24 | inherit siteinfo | 25 | inherit siteinfo |
25 | 26 | ||
@@ -131,7 +132,7 @@ autotools_postconfigure(){ | |||
131 | 132 | ||
132 | EXTRACONFFUNCS ??= "" | 133 | EXTRACONFFUNCS ??= "" |
133 | 134 | ||
134 | EXTRA_OECONF_append = " ${PACKAGECONFIG_CONFARGS}" | 135 | EXTRA_OECONF:append = " ${PACKAGECONFIG_CONFARGS}" |
135 | 136 | ||
136 | do_configure[prefuncs] += "autotools_preconfigure autotools_aclocals ${EXTRACONFFUNCS}" | 137 | do_configure[prefuncs] += "autotools_preconfigure autotools_aclocals ${EXTRACONFFUNCS}" |
137 | do_compile[prefuncs] += "autotools_aclocals" | 138 | do_compile[prefuncs] += "autotools_aclocals" |
@@ -140,8 +141,8 @@ do_configure[postfuncs] += "autotools_postconfigure" | |||
140 | 141 | ||
141 | ACLOCALDIR = "${STAGING_DATADIR}/aclocal" | 142 | ACLOCALDIR = "${STAGING_DATADIR}/aclocal" |
142 | ACLOCALEXTRAPATH = "" | 143 | ACLOCALEXTRAPATH = "" |
143 | ACLOCALEXTRAPATH_class-target = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" | 144 | ACLOCALEXTRAPATH:class-target = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" |
144 | ACLOCALEXTRAPATH_class-nativesdk = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" | 145 | ACLOCALEXTRAPATH:class-nativesdk = " -I ${STAGING_DATADIR_NATIVE}/aclocal/" |
145 | 146 | ||
146 | python autotools_aclocals () { | 147 | python autotools_aclocals () { |
147 | d.setVar("CONFIG_SITE", siteinfo_get_files(d, sysrootcache=True)) | 148 | d.setVar("CONFIG_SITE", siteinfo_get_files(d, sysrootcache=True)) |
diff --git a/meta/classes/baremetal-image.bbclass b/meta/classes/baremetal-image.bbclass index 8708a54301..9ec3f1460b 100644 --- a/meta/classes/baremetal-image.bbclass +++ b/meta/classes/baremetal-image.bbclass | |||
@@ -12,8 +12,8 @@ | |||
12 | 12 | ||
13 | # Toolchain should be baremetal or newlib based. | 13 | # Toolchain should be baremetal or newlib based. |
14 | # TCLIBC="baremetal" or TCLIBC="newlib" | 14 | # TCLIBC="baremetal" or TCLIBC="newlib" |
15 | COMPATIBLE_HOST_libc-musl_class-target = "null" | 15 | COMPATIBLE_HOST:libc-musl:class-target = "null" |
16 | COMPATIBLE_HOST_libc-glibc_class-target = "null" | 16 | COMPATIBLE_HOST:libc-glibc:class-target = "null" |
17 | 17 | ||
18 | 18 | ||
19 | inherit rootfs-postcommands | 19 | inherit rootfs-postcommands |
@@ -61,7 +61,7 @@ python do_rootfs(){ | |||
61 | # Assure binaries, manifest and qemubootconf are populated on DEPLOY_DIR_IMAGE | 61 | # Assure binaries, manifest and qemubootconf are populated on DEPLOY_DIR_IMAGE |
62 | do_image_complete[dirs] = "${TOPDIR}" | 62 | do_image_complete[dirs] = "${TOPDIR}" |
63 | SSTATETASKS += "do_image_complete" | 63 | SSTATETASKS += "do_image_complete" |
64 | SSTATE_SKIP_CREATION_task-image-complete = '1' | 64 | SSTATE_SKIP_CREATION:task-image-complete = '1' |
65 | do_image_complete[sstate-inputdirs] = "${IMGDEPLOYDIR}" | 65 | do_image_complete[sstate-inputdirs] = "${IMGDEPLOYDIR}" |
66 | do_image_complete[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}" | 66 | do_image_complete[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}" |
67 | do_image_complete[stamp-extra-info] = "${MACHINE_ARCH}" | 67 | do_image_complete[stamp-extra-info] = "${MACHINE_ARCH}" |
@@ -77,18 +77,18 @@ QB_DEFAULT_KERNEL ?= "${IMAGE_LINK_NAME}.bin" | |||
77 | QB_MEM ?= "-m 256" | 77 | QB_MEM ?= "-m 256" |
78 | QB_DEFAULT_FSTYPE ?= "bin" | 78 | QB_DEFAULT_FSTYPE ?= "bin" |
79 | QB_DTB ?= "" | 79 | QB_DTB ?= "" |
80 | QB_OPT_APPEND_append = " -nographic" | 80 | QB_OPT_APPEND:append = " -nographic" |
81 | 81 | ||
82 | # RISC-V tunes set the BIOS, unset, and instruct QEMU to | 82 | # RISC-V tunes set the BIOS, unset, and instruct QEMU to |
83 | # ignore the BIOS and boot from -kernel | 83 | # ignore the BIOS and boot from -kernel |
84 | QB_DEFAULT_BIOS_qemuriscv64 = "" | 84 | QB_DEFAULT_BIOS:qemuriscv64 = "" |
85 | QB_OPT_APPEND_append_qemuriscv64 = " -bios none" | 85 | QB_OPT_APPEND:append:qemuriscv64 = " -bios none" |
86 | 86 | ||
87 | 87 | ||
88 | # Use the medium-any code model for the RISC-V 64 bit implementation, | 88 | # Use the medium-any code model for the RISC-V 64 bit implementation, |
89 | # since medlow can only access addresses below 0x80000000 and RAM | 89 | # since medlow can only access addresses below 0x80000000 and RAM |
90 | # starts at 0x80000000 on RISC-V 64 | 90 | # starts at 0x80000000 on RISC-V 64 |
91 | CFLAGS_append_qemuriscv64 = " -mcmodel=medany" | 91 | CFLAGS:append:qemuriscv64 = " -mcmodel=medany" |
92 | 92 | ||
93 | 93 | ||
94 | # This next part is necessary to trick the build system into thinking | 94 | # This next part is necessary to trick the build system into thinking |
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index ff0579c7d6..11b65171d9 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -74,10 +74,10 @@ def get_base_dep(d): | |||
74 | BASE_DEFAULT_DEPS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}compilerlibs virtual/libc" | 74 | BASE_DEFAULT_DEPS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}compilerlibs virtual/libc" |
75 | 75 | ||
76 | BASEDEPENDS = "" | 76 | BASEDEPENDS = "" |
77 | BASEDEPENDS_class-target = "${@get_base_dep(d)}" | 77 | BASEDEPENDS:class-target = "${@get_base_dep(d)}" |
78 | BASEDEPENDS_class-nativesdk = "${@get_base_dep(d)}" | 78 | BASEDEPENDS:class-nativesdk = "${@get_base_dep(d)}" |
79 | 79 | ||
80 | DEPENDS_prepend="${BASEDEPENDS} " | 80 | DEPENDS:prepend="${BASEDEPENDS} " |
81 | 81 | ||
82 | FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" | 82 | FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" |
83 | # THISDIR only works properly with imediate expansion as it has to run | 83 | # THISDIR only works properly with imediate expansion as it has to run |
@@ -91,7 +91,7 @@ def extra_path_elements(d): | |||
91 | path = path + "${STAGING_BINDIR_NATIVE}/" + e + ":" | 91 | path = path + "${STAGING_BINDIR_NATIVE}/" + e + ":" |
92 | return path | 92 | return path |
93 | 93 | ||
94 | PATH_prepend = "${@extra_path_elements(d)}" | 94 | PATH:prepend = "${@extra_path_elements(d)}" |
95 | 95 | ||
96 | def get_lic_checksum_file_list(d): | 96 | def get_lic_checksum_file_list(d): |
97 | filelist = [] | 97 | filelist = [] |
@@ -481,8 +481,8 @@ python () { | |||
481 | % (d.getVar('PN'), flag, 's' if len(intersec) > 1 else '', ' '.join(intersec))) | 481 | % (d.getVar('PN'), flag, 's' if len(intersec) > 1 else '', ' '.join(intersec))) |
482 | 482 | ||
483 | appendVar('DEPENDS', extradeps) | 483 | appendVar('DEPENDS', extradeps) |
484 | appendVar('RDEPENDS_${PN}', extrardeps) | 484 | appendVar('RDEPENDS:${PN}', extrardeps) |
485 | appendVar('RRECOMMENDS_${PN}', extrarrecs) | 485 | appendVar('RRECOMMENDS:${PN}', extrarrecs) |
486 | appendVar('PACKAGECONFIG_CONFARGS', extraconf) | 486 | appendVar('PACKAGECONFIG_CONFARGS', extraconf) |
487 | 487 | ||
488 | pn = d.getVar('PN') | 488 | pn = d.getVar('PN') |
diff --git a/meta/classes/bash-completion.bbclass b/meta/classes/bash-completion.bbclass index 80ee9b4874..803b2cae4d 100644 --- a/meta/classes/bash-completion.bbclass +++ b/meta/classes/bash-completion.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | DEPENDS_append_class-target = " bash-completion" | 1 | DEPENDS:append:class-target = " bash-completion" |
2 | 2 | ||
3 | PACKAGES += "${PN}-bash-completion" | 3 | PACKAGES += "${PN}-bash-completion" |
4 | 4 | ||
5 | FILES_${PN}-bash-completion = "${datadir}/bash-completion ${sysconfdir}/bash_completion.d" | 5 | FILES:${PN}-bash-completion = "${datadir}/bash-completion ${sysconfdir}/bash_completion.d" |
6 | 6 | ||
7 | RDEPENDS_${PN}-bash-completion = "bash-completion" | 7 | RDEPENDS:${PN}-bash-completion = "bash-completion" |
diff --git a/meta/classes/bin_package.bbclass b/meta/classes/bin_package.bbclass index cbc9b1fa13..c3aca20443 100644 --- a/meta/classes/bin_package.bbclass +++ b/meta/classes/bin_package.bbclass | |||
@@ -34,6 +34,6 @@ bin_package_do_install () { | |||
34 | | tar --no-same-owner -xpf - -C ${D} | 34 | | tar --no-same-owner -xpf - -C ${D} |
35 | } | 35 | } |
36 | 36 | ||
37 | FILES_${PN} = "/" | 37 | FILES:${PN} = "/" |
38 | 38 | ||
39 | EXPORT_FUNCTIONS do_install | 39 | EXPORT_FUNCTIONS do_install |
diff --git a/meta/classes/binconfig-disabled.bbclass b/meta/classes/binconfig-disabled.bbclass index 096b670e12..e8ac41b2d4 100644 --- a/meta/classes/binconfig-disabled.bbclass +++ b/meta/classes/binconfig-disabled.bbclass | |||
@@ -5,9 +5,9 @@ | |||
5 | # The list of scripts which should be disabled. | 5 | # The list of scripts which should be disabled. |
6 | BINCONFIG ?= "" | 6 | BINCONFIG ?= "" |
7 | 7 | ||
8 | FILES_${PN}-dev += "${bindir}/*-config" | 8 | FILES:${PN}-dev += "${bindir}/*-config" |
9 | 9 | ||
10 | do_install_append () { | 10 | do_install:append () { |
11 | for x in ${BINCONFIG}; do | 11 | for x in ${BINCONFIG}; do |
12 | # Make the disabled script emit invalid parameters for those configure | 12 | # Make the disabled script emit invalid parameters for those configure |
13 | # scripts which call it without checking the return code. | 13 | # scripts which call it without checking the return code. |
diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass index 9112ed4608..6e0c88269a 100644 --- a/meta/classes/binconfig.bbclass +++ b/meta/classes/binconfig.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | FILES_${PN}-dev += "${bindir}/*-config" | 1 | FILES:${PN}-dev += "${bindir}/*-config" |
2 | 2 | ||
3 | # The namespaces can clash here hence the two step replace | 3 | # The namespaces can clash here hence the two step replace |
4 | def get_binconfig_mangle(d): | 4 | def get_binconfig_mangle(d): |
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 55b12d7893..5099e70fb7 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
@@ -45,14 +45,14 @@ BUILDHISTORY_PUSH_REPO ?= "" | |||
45 | BUILDHISTORY_TAG ?= "build" | 45 | BUILDHISTORY_TAG ?= "build" |
46 | BUILDHISTORY_PATH_PREFIX_STRIP ?= "" | 46 | BUILDHISTORY_PATH_PREFIX_STRIP ?= "" |
47 | 47 | ||
48 | SSTATEPOSTINSTFUNCS_append = " buildhistory_emit_pkghistory" | 48 | SSTATEPOSTINSTFUNCS:append = " buildhistory_emit_pkghistory" |
49 | # We want to avoid influencing the signatures of sstate tasks - first the function itself: | 49 | # We want to avoid influencing the signatures of sstate tasks - first the function itself: |
50 | sstate_install[vardepsexclude] += "buildhistory_emit_pkghistory" | 50 | sstate_install[vardepsexclude] += "buildhistory_emit_pkghistory" |
51 | # then the value added to SSTATEPOSTINSTFUNCS: | 51 | # then the value added to SSTATEPOSTINSTFUNCS: |
52 | SSTATEPOSTINSTFUNCS[vardepvalueexclude] .= "| buildhistory_emit_pkghistory" | 52 | SSTATEPOSTINSTFUNCS[vardepvalueexclude] .= "| buildhistory_emit_pkghistory" |
53 | 53 | ||
54 | # Similarly for our function that gets the output signatures | 54 | # Similarly for our function that gets the output signatures |
55 | SSTATEPOSTUNPACKFUNCS_append = " buildhistory_emit_outputsigs" | 55 | SSTATEPOSTUNPACKFUNCS:append = " buildhistory_emit_outputsigs" |
56 | sstate_installpkgdir[vardepsexclude] += "buildhistory_emit_outputsigs" | 56 | sstate_installpkgdir[vardepsexclude] += "buildhistory_emit_outputsigs" |
57 | SSTATEPOSTUNPACKFUNCS[vardepvalueexclude] .= "| buildhistory_emit_outputsigs" | 57 | SSTATEPOSTUNPACKFUNCS[vardepvalueexclude] .= "| buildhistory_emit_outputsigs" |
58 | 58 | ||
@@ -676,17 +676,17 @@ IMAGE_POSTPROCESS_COMMAND[vardepvalueexclude] .= "| buildhistory_get_imageinfo ; | |||
676 | IMAGE_POSTPROCESS_COMMAND[vardepsexclude] += "buildhistory_get_imageinfo" | 676 | IMAGE_POSTPROCESS_COMMAND[vardepsexclude] += "buildhistory_get_imageinfo" |
677 | 677 | ||
678 | # We want these to be the last run so that we get called after complementary package installation | 678 | # We want these to be the last run so that we get called after complementary package installation |
679 | POPULATE_SDK_POST_TARGET_COMMAND_append = " buildhistory_list_installed_sdk_target;" | 679 | POPULATE_SDK_POST_TARGET_COMMAND:append = " buildhistory_list_installed_sdk_target;" |
680 | POPULATE_SDK_POST_TARGET_COMMAND_append = " buildhistory_get_sdk_installed_target;" | 680 | POPULATE_SDK_POST_TARGET_COMMAND:append = " buildhistory_get_sdk_installed_target;" |
681 | POPULATE_SDK_POST_TARGET_COMMAND[vardepvalueexclude] .= "| buildhistory_list_installed_sdk_target;| buildhistory_get_sdk_installed_target;" | 681 | POPULATE_SDK_POST_TARGET_COMMAND[vardepvalueexclude] .= "| buildhistory_list_installed_sdk_target;| buildhistory_get_sdk_installed_target;" |
682 | POPULATE_SDK_POST_TARGET_COMMAND[vardepsexclude] += "buildhistory_list_installed_sdk_target buildhistory_get_sdk_installed_target" | 682 | POPULATE_SDK_POST_TARGET_COMMAND[vardepsexclude] += "buildhistory_list_installed_sdk_target buildhistory_get_sdk_installed_target" |
683 | 683 | ||
684 | POPULATE_SDK_POST_HOST_COMMAND_append = " buildhistory_list_installed_sdk_host;" | 684 | POPULATE_SDK_POST_HOST_COMMAND:append = " buildhistory_list_installed_sdk_host;" |
685 | POPULATE_SDK_POST_HOST_COMMAND_append = " buildhistory_get_sdk_installed_host;" | 685 | POPULATE_SDK_POST_HOST_COMMAND:append = " buildhistory_get_sdk_installed_host;" |
686 | POPULATE_SDK_POST_HOST_COMMAND[vardepvalueexclude] .= "| buildhistory_list_installed_sdk_host;| buildhistory_get_sdk_installed_host;" | 686 | POPULATE_SDK_POST_HOST_COMMAND[vardepvalueexclude] .= "| buildhistory_list_installed_sdk_host;| buildhistory_get_sdk_installed_host;" |
687 | POPULATE_SDK_POST_HOST_COMMAND[vardepsexclude] += "buildhistory_list_installed_sdk_host buildhistory_get_sdk_installed_host" | 687 | POPULATE_SDK_POST_HOST_COMMAND[vardepsexclude] += "buildhistory_list_installed_sdk_host buildhistory_get_sdk_installed_host" |
688 | 688 | ||
689 | SDK_POSTPROCESS_COMMAND_append = " buildhistory_get_sdkinfo ; buildhistory_get_extra_sdkinfo; " | 689 | SDK_POSTPROCESS_COMMAND:append = " buildhistory_get_sdkinfo ; buildhistory_get_extra_sdkinfo; " |
690 | SDK_POSTPROCESS_COMMAND[vardepvalueexclude] .= "| buildhistory_get_sdkinfo ; buildhistory_get_extra_sdkinfo; " | 690 | SDK_POSTPROCESS_COMMAND[vardepvalueexclude] .= "| buildhistory_get_sdkinfo ; buildhistory_get_extra_sdkinfo; " |
691 | SDK_POSTPROCESS_COMMAND[vardepsexclude] += "buildhistory_get_sdkinfo buildhistory_get_extra_sdkinfo" | 691 | SDK_POSTPROCESS_COMMAND[vardepsexclude] += "buildhistory_get_sdkinfo buildhistory_get_extra_sdkinfo" |
692 | 692 | ||
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index f01db7480b..92b9197c48 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | # Path to the CMake file to process. | 1 | # Path to the CMake file to process. |
2 | OECMAKE_SOURCEPATH ??= "${S}" | 2 | OECMAKE_SOURCEPATH ??= "${S}" |
3 | 3 | ||
4 | DEPENDS_prepend = "cmake-native " | 4 | DEPENDS:prepend = "cmake-native " |
5 | B = "${WORKDIR}/build" | 5 | B = "${WORKDIR}/build" |
6 | 6 | ||
7 | # What CMake generator to use. | 7 | # What CMake generator to use. |
@@ -57,13 +57,13 @@ OECMAKE_PERLNATIVE_DIR ??= "" | |||
57 | OECMAKE_EXTRA_ROOT_PATH ?= "" | 57 | OECMAKE_EXTRA_ROOT_PATH ?= "" |
58 | 58 | ||
59 | OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "ONLY" | 59 | OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "ONLY" |
60 | OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM_class-native = "BOTH" | 60 | OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM:class-native = "BOTH" |
61 | 61 | ||
62 | EXTRA_OECMAKE_append = " ${PACKAGECONFIG_CONFARGS}" | 62 | EXTRA_OECMAKE:append = " ${PACKAGECONFIG_CONFARGS}" |
63 | 63 | ||
64 | export CMAKE_BUILD_PARALLEL_LEVEL | 64 | export CMAKE_BUILD_PARALLEL_LEVEL |
65 | CMAKE_BUILD_PARALLEL_LEVEL_task-compile = "${@oe.utils.parallel_make(d, False)}" | 65 | CMAKE_BUILD_PARALLEL_LEVEL:task-compile = "${@oe.utils.parallel_make(d, False)}" |
66 | CMAKE_BUILD_PARALLEL_LEVEL_task-install = "${@oe.utils.parallel_make(d, True)}" | 66 | CMAKE_BUILD_PARALLEL_LEVEL:task-install = "${@oe.utils.parallel_make(d, True)}" |
67 | 67 | ||
68 | OECMAKE_TARGET_COMPILE ?= "all" | 68 | OECMAKE_TARGET_COMPILE ?= "all" |
69 | OECMAKE_TARGET_INSTALL ?= "install" | 69 | OECMAKE_TARGET_INSTALL ?= "install" |
diff --git a/meta/classes/compress_doc.bbclass b/meta/classes/compress_doc.bbclass index d6d11fad26..379b6c169e 100644 --- a/meta/classes/compress_doc.bbclass +++ b/meta/classes/compress_doc.bbclass | |||
@@ -8,7 +8,7 @@ | |||
8 | # | 8 | # |
9 | # 3. It is easy to add a new type compression by editing | 9 | # 3. It is easy to add a new type compression by editing |
10 | # local.conf, such as: | 10 | # local.conf, such as: |
11 | # DOC_COMPRESS_LIST_append = ' abc' | 11 | # DOC_COMPRESS_LIST:append = ' abc' |
12 | # DOC_COMPRESS = 'abc' | 12 | # DOC_COMPRESS = 'abc' |
13 | # DOC_COMPRESS_CMD[abc] = 'abc compress cmd ***' | 13 | # DOC_COMPRESS_CMD[abc] = 'abc compress cmd ***' |
14 | # DOC_DECOMPRESS_CMD[abc] = 'abc decompress cmd ***' | 14 | # DOC_DECOMPRESS_CMD[abc] = 'abc decompress cmd ***' |
@@ -225,7 +225,7 @@ python compress_doc_updatealternatives () { | |||
225 | infodir = d.getVar("infodir") | 225 | infodir = d.getVar("infodir") |
226 | compress_mode = d.getVar('DOC_COMPRESS') | 226 | compress_mode = d.getVar('DOC_COMPRESS') |
227 | for pkg in (d.getVar('PACKAGES') or "").split(): | 227 | for pkg in (d.getVar('PACKAGES') or "").split(): |
228 | old_names = (d.getVar('ALTERNATIVE_%s' % pkg) or "").split() | 228 | old_names = (d.getVar('ALTERNATIVE:%s' % pkg) or "").split() |
229 | new_names = [] | 229 | new_names = [] |
230 | for old_name in old_names: | 230 | for old_name in old_names: |
231 | old_link = d.getVarFlag('ALTERNATIVE_LINK_NAME', old_name) | 231 | old_link = d.getVarFlag('ALTERNATIVE_LINK_NAME', old_name) |
@@ -258,6 +258,6 @@ python compress_doc_updatealternatives () { | |||
258 | new_names.append(new_name) | 258 | new_names.append(new_name) |
259 | 259 | ||
260 | if new_names: | 260 | if new_names: |
261 | d.setVar('ALTERNATIVE_%s' % pkg, ' '.join(new_names)) | 261 | d.setVar('ALTERNATIVE:%s' % pkg, ' '.join(new_names)) |
262 | } | 262 | } |
263 | 263 | ||
diff --git a/meta/classes/cpan-base.bbclass b/meta/classes/cpan-base.bbclass index 1fc3f0bcb0..9758065bfc 100644 --- a/meta/classes/cpan-base.bbclass +++ b/meta/classes/cpan-base.bbclass | |||
@@ -2,10 +2,10 @@ | |||
2 | # cpan-base providers various perl related information needed for building | 2 | # cpan-base providers various perl related information needed for building |
3 | # cpan modules | 3 | # cpan modules |
4 | # | 4 | # |
5 | FILES_${PN} += "${libdir}/perl5 ${datadir}/perl5" | 5 | FILES:${PN} += "${libdir}/perl5 ${datadir}/perl5" |
6 | 6 | ||
7 | DEPENDS += "${@["perl", "perl-native"][(bb.data.inherits_class('native', d))]}" | 7 | DEPENDS += "${@["perl", "perl-native"][(bb.data.inherits_class('native', d))]}" |
8 | RDEPENDS_${PN} += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" | 8 | RDEPENDS:${PN} += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" |
9 | 9 | ||
10 | inherit perl-version | 10 | inherit perl-version |
11 | 11 | ||
@@ -15,7 +15,7 @@ def is_target(d): | |||
15 | return "no" | 15 | return "no" |
16 | 16 | ||
17 | PERLLIBDIRS = "${libdir}/perl5" | 17 | PERLLIBDIRS = "${libdir}/perl5" |
18 | PERLLIBDIRS_class-native = "${libdir}/perl5" | 18 | PERLLIBDIRS:class-native = "${libdir}/perl5" |
19 | 19 | ||
20 | def cpan_upstream_check_pattern(d): | 20 | def cpan_upstream_check_pattern(d): |
21 | for x in (d.getVar('SRC_URI') or '').split(' '): | 21 | for x in (d.getVar('SRC_URI') or '').split(' '): |
diff --git a/meta/classes/cpan.bbclass b/meta/classes/cpan.bbclass index e9908ae4b8..18f1b9d575 100644 --- a/meta/classes/cpan.bbclass +++ b/meta/classes/cpan.bbclass | |||
@@ -41,12 +41,12 @@ cpan_do_configure () { | |||
41 | fi | 41 | fi |
42 | } | 42 | } |
43 | 43 | ||
44 | do_configure_append_class-target() { | 44 | do_configure:append:class-target() { |
45 | find . -name Makefile | xargs sed -E -i \ | 45 | find . -name Makefile | xargs sed -E -i \ |
46 | -e 's:LD_RUN_PATH ?= ?"?[^"]*"?::g' | 46 | -e 's:LD_RUN_PATH ?= ?"?[^"]*"?::g' |
47 | } | 47 | } |
48 | 48 | ||
49 | do_configure_append_class-nativesdk() { | 49 | do_configure:append:class-nativesdk() { |
50 | find . -name Makefile | xargs sed -E -i \ | 50 | find . -name Makefile | xargs sed -E -i \ |
51 | -e 's:LD_RUN_PATH ?= ?"?[^"]*"?::g' | 51 | -e 's:LD_RUN_PATH ?= ?"?[^"]*"?::g' |
52 | } | 52 | } |
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index 39b5bb93f4..447a2bb158 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
@@ -104,7 +104,7 @@ STAGING_DIR_HOST = "${RECIPE_SYSROOT}" | |||
104 | 104 | ||
105 | TOOLCHAIN_OPTIONS = " --sysroot=${RECIPE_SYSROOT}" | 105 | TOOLCHAIN_OPTIONS = " --sysroot=${RECIPE_SYSROOT}" |
106 | 106 | ||
107 | PATH_append = ":${TMPDIR}/sysroots/${HOST_ARCH}/${bindir_cross}" | 107 | PATH:append = ":${TMPDIR}/sysroots/${HOST_ARCH}/${bindir_cross}" |
108 | PKGHIST_DIR = "${TMPDIR}/pkghistory/${HOST_ARCH}-${SDKPKGSUFFIX}${HOST_VENDOR}-${HOST_OS}/" | 108 | PKGHIST_DIR = "${TMPDIR}/pkghistory/${HOST_ARCH}-${SDKPKGSUFFIX}${HOST_VENDOR}-${HOST_OS}/" |
109 | 109 | ||
110 | HOST_ARCH = "${SDK_ARCH}" | 110 | HOST_ARCH = "${SDK_ARCH}" |
@@ -129,7 +129,7 @@ LDFLAGS = "${BUILDSDK_LDFLAGS} \ | |||
129 | # We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit | 129 | # We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit |
130 | # binaries | 130 | # binaries |
131 | # | 131 | # |
132 | DEPENDS_append = " chrpath-replacement-native" | 132 | DEPENDS:append = " chrpath-replacement-native" |
133 | EXTRANATIVEPATH += "chrpath-native" | 133 | EXTRANATIVEPATH += "chrpath-native" |
134 | 134 | ||
135 | # Path mangling needed by the cross packaging | 135 | # Path mangling needed by the cross packaging |
@@ -153,7 +153,7 @@ base_sbindir = "${bindir}" | |||
153 | libdir = "${exec_prefix}/lib/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" | 153 | libdir = "${exec_prefix}/lib/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" |
154 | libexecdir = "${exec_prefix}/libexec/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" | 154 | libexecdir = "${exec_prefix}/libexec/${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" |
155 | 155 | ||
156 | FILES_${PN} = "${prefix}" | 156 | FILES:${PN} = "${prefix}" |
157 | 157 | ||
158 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${exec_prefix}/lib/pkgconfig" | 158 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${exec_prefix}/lib/pkgconfig" |
159 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" | 159 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" |
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index bfec91d043..00e0de84f3 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -7,7 +7,7 @@ EXCLUDE_FROM_WORLD = "1" | |||
7 | CLASSOVERRIDE = "class-cross" | 7 | CLASSOVERRIDE = "class-cross" |
8 | PACKAGES = "" | 8 | PACKAGES = "" |
9 | PACKAGES_DYNAMIC = "" | 9 | PACKAGES_DYNAMIC = "" |
10 | PACKAGES_DYNAMIC_class-native = "" | 10 | PACKAGES_DYNAMIC:class-native = "" |
11 | 11 | ||
12 | HOST_ARCH = "${BUILD_ARCH}" | 12 | HOST_ARCH = "${BUILD_ARCH}" |
13 | HOST_VENDOR = "${BUILD_VENDOR}" | 13 | HOST_VENDOR = "${BUILD_VENDOR}" |
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index 112ee3379d..a3fc9c2623 100644 --- a/meta/classes/cve-check.bbclass +++ b/meta/classes/cve-check.bbclass | |||
@@ -153,7 +153,7 @@ python cve_check_write_rootfs_manifest () { | |||
153 | bb.plain("Image CVE report stored in: %s" % manifest_name) | 153 | bb.plain("Image CVE report stored in: %s" % manifest_name) |
154 | } | 154 | } |
155 | 155 | ||
156 | ROOTFS_POSTPROCESS_COMMAND_prepend = "${@'cve_check_write_rootfs_manifest; ' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}" | 156 | ROOTFS_POSTPROCESS_COMMAND:prepend = "${@'cve_check_write_rootfs_manifest; ' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}" |
157 | do_rootfs[recrdeptask] += "${@'do_cve_check' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}" | 157 | do_rootfs[recrdeptask] += "${@'do_cve_check' if d.getVar('CVE_CHECK_CREATE_MANIFEST') == '1' else ''}" |
158 | 158 | ||
159 | def get_patches_cves(d): | 159 | def get_patches_cves(d): |
diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass index 6f8a599ccb..39b1a1a08b 100644 --- a/meta/classes/debian.bbclass +++ b/meta/classes/debian.bbclass | |||
@@ -4,7 +4,7 @@ | |||
4 | # depends are correct | 4 | # depends are correct |
5 | # | 5 | # |
6 | # Custom library package names can be defined setting | 6 | # Custom library package names can be defined setting |
7 | # DEBIANNAME_ + pkgname to the desired name. | 7 | # DEBIANNAME: + pkgname to the desired name. |
8 | # | 8 | # |
9 | # Better expressed as ensure all RDEPENDS package before we package | 9 | # Better expressed as ensure all RDEPENDS package before we package |
10 | # This means we can't have circular RDEPENDS/RRECOMMENDS | 10 | # This means we can't have circular RDEPENDS/RRECOMMENDS |
@@ -51,11 +51,11 @@ python debian_package_name_hook () { | |||
51 | return (s[stat.ST_MODE] & stat.S_IEXEC) | 51 | return (s[stat.ST_MODE] & stat.S_IEXEC) |
52 | 52 | ||
53 | def add_rprovides(pkg, d): | 53 | def add_rprovides(pkg, d): |
54 | newpkg = d.getVar('PKG_' + pkg) | 54 | newpkg = d.getVar('PKG:' + pkg) |
55 | if newpkg and newpkg != pkg: | 55 | if newpkg and newpkg != pkg: |
56 | provs = (d.getVar('RPROVIDES_' + pkg) or "").split() | 56 | provs = (d.getVar('RPROVIDES:' + pkg) or "").split() |
57 | if pkg not in provs: | 57 | if pkg not in provs: |
58 | d.appendVar('RPROVIDES_' + pkg, " " + pkg + " (=" + d.getVar("PKGV") + ")") | 58 | d.appendVar('RPROVIDES:' + pkg, " " + pkg + " (=" + d.getVar("PKGV") + ")") |
59 | 59 | ||
60 | def auto_libname(packages, orig_pkg): | 60 | def auto_libname(packages, orig_pkg): |
61 | p = lambda var: pathlib.PurePath(d.getVar(var)) | 61 | p = lambda var: pathlib.PurePath(d.getVar(var)) |
@@ -110,10 +110,10 @@ python debian_package_name_hook () { | |||
110 | if soname_result: | 110 | if soname_result: |
111 | (pkgname, devname) = soname_result | 111 | (pkgname, devname) = soname_result |
112 | for pkg in packages.split(): | 112 | for pkg in packages.split(): |
113 | if (d.getVar('PKG_' + pkg, False) or d.getVar('DEBIAN_NOAUTONAME_' + pkg, False)): | 113 | if (d.getVar('PKG:' + pkg, False) or d.getVar('DEBIAN_NOAUTONAME:' + pkg, False)): |
114 | add_rprovides(pkg, d) | 114 | add_rprovides(pkg, d) |
115 | continue | 115 | continue |
116 | debian_pn = d.getVar('DEBIANNAME_' + pkg, False) | 116 | debian_pn = d.getVar('DEBIANNAME:' + pkg, False) |
117 | if debian_pn: | 117 | if debian_pn: |
118 | newpkg = debian_pn | 118 | newpkg = debian_pn |
119 | elif pkg == orig_pkg: | 119 | elif pkg == orig_pkg: |
@@ -126,7 +126,7 @@ python debian_package_name_hook () { | |||
126 | newpkg = mlpre + newpkg | 126 | newpkg = mlpre + newpkg |
127 | if newpkg != pkg: | 127 | if newpkg != pkg: |
128 | bb.note("debian: renaming %s to %s" % (pkg, newpkg)) | 128 | bb.note("debian: renaming %s to %s" % (pkg, newpkg)) |
129 | d.setVar('PKG_' + pkg, newpkg) | 129 | d.setVar('PKG:' + pkg, newpkg) |
130 | add_rprovides(pkg, d) | 130 | add_rprovides(pkg, d) |
131 | else: | 131 | else: |
132 | add_rprovides(orig_pkg, d) | 132 | add_rprovides(orig_pkg, d) |
diff --git a/meta/classes/devicetree.bbclass b/meta/classes/devicetree.bbclass index ece883accf..8546c1cf80 100644 --- a/meta/classes/devicetree.bbclass +++ b/meta/classes/devicetree.bbclass | |||
@@ -32,7 +32,7 @@ PROVIDES = "virtual/dtb" | |||
32 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 32 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
33 | 33 | ||
34 | SYSROOT_DIRS += "/boot/devicetree" | 34 | SYSROOT_DIRS += "/boot/devicetree" |
35 | FILES_${PN} = "/boot/devicetree/*.dtb /boot/devicetree/*.dtbo" | 35 | FILES:${PN} = "/boot/devicetree/*.dtb /boot/devicetree/*.dtbo" |
36 | 36 | ||
37 | S = "${WORKDIR}" | 37 | S = "${WORKDIR}" |
38 | B = "${WORKDIR}/build" | 38 | B = "${WORKDIR}/build" |
diff --git a/meta/classes/devupstream.bbclass b/meta/classes/devupstream.bbclass index 7780c5482c..1230fa12ea 100644 --- a/meta/classes/devupstream.bbclass +++ b/meta/classes/devupstream.bbclass | |||
@@ -4,8 +4,8 @@ | |||
4 | # | 4 | # |
5 | # Usage: | 5 | # Usage: |
6 | # BBCLASSEXTEND = "devupstream:target" | 6 | # BBCLASSEXTEND = "devupstream:target" |
7 | # SRC_URI_class-devupstream = "git://git.example.com/example" | 7 | # SRC_URI:class-devupstream = "git://git.example.com/example" |
8 | # SRCREV_class-devupstream = "abcdef" | 8 | # SRCREV:class-devupstream = "abcdef" |
9 | # | 9 | # |
10 | # If the first entry in SRC_URI is a git: URL then S is rewritten to | 10 | # If the first entry in SRC_URI is a git: URL then S is rewritten to |
11 | # WORKDIR/git. | 11 | # WORKDIR/git. |
diff --git a/meta/classes/distrooverrides.bbclass b/meta/classes/distrooverrides.bbclass index 9f4db0d771..c172a348d8 100644 --- a/meta/classes/distrooverrides.bbclass +++ b/meta/classes/distrooverrides.bbclass | |||
@@ -6,7 +6,7 @@ | |||
6 | # This makes it simpler to write .bbappends that only change the | 6 | # This makes it simpler to write .bbappends that only change the |
7 | # task signatures of the recipe if the change is really enabled, | 7 | # task signatures of the recipe if the change is really enabled, |
8 | # for example with: | 8 | # for example with: |
9 | # do_install_append_df-my-feature () { ... } | 9 | # do_install:append_df-my-feature () { ... } |
10 | # where "my-feature" is a DISTRO_FEATURE. | 10 | # where "my-feature" is a DISTRO_FEATURE. |
11 | # | 11 | # |
12 | # The class is meant to be used in a layer.conf or distro | 12 | # The class is meant to be used in a layer.conf or distro |
@@ -22,8 +22,8 @@ DISTRO_FEATURES_OVERRIDES ?= "" | |||
22 | DISTRO_FEATURES_OVERRIDES[doc] = "A space-separated list of <feature> entries. \ | 22 | DISTRO_FEATURES_OVERRIDES[doc] = "A space-separated list of <feature> entries. \ |
23 | Each entry is added to OVERRIDES as df-<feature> if <feature> is in DISTRO_FEATURES." | 23 | Each entry is added to OVERRIDES as df-<feature> if <feature> is in DISTRO_FEATURES." |
24 | 24 | ||
25 | DISTRO_FEATURES_FILTER_NATIVE_append = " ${DISTRO_FEATURES_OVERRIDES}" | 25 | DISTRO_FEATURES_FILTER_NATIVE:append = " ${DISTRO_FEATURES_OVERRIDES}" |
26 | DISTRO_FEATURES_FILTER_NATIVESDK_append = " ${DISTRO_FEATURES_OVERRIDES}" | 26 | DISTRO_FEATURES_FILTER_NATIVESDK:append = " ${DISTRO_FEATURES_OVERRIDES}" |
27 | 27 | ||
28 | # If DISTRO_FEATURES_OVERRIDES or DISTRO_FEATURES show up in a task | 28 | # If DISTRO_FEATURES_OVERRIDES or DISTRO_FEATURES show up in a task |
29 | # signature because of this line, then the task dependency on | 29 | # signature because of this line, then the task dependency on |
diff --git a/meta/classes/distutils-common-base.bbclass b/meta/classes/distutils-common-base.bbclass index 43a38e5a3a..bc994f78de 100644 --- a/meta/classes/distutils-common-base.bbclass +++ b/meta/classes/distutils-common-base.bbclass | |||
@@ -13,12 +13,12 @@ export CCSHARED = "-fPIC -DPIC" | |||
13 | # the python executable | 13 | # the python executable |
14 | export LINKFORSHARED = "${SECURITY_CFLAGS} -Xlinker -export-dynamic" | 14 | export LINKFORSHARED = "${SECURITY_CFLAGS} -Xlinker -export-dynamic" |
15 | 15 | ||
16 | FILES_${PN} += "${libdir}/* ${libdir}/${PYTHON_DIR}/*" | 16 | FILES:${PN} += "${libdir}/* ${libdir}/${PYTHON_DIR}/*" |
17 | 17 | ||
18 | FILES_${PN}-staticdev += "\ | 18 | FILES:${PN}-staticdev += "\ |
19 | ${PYTHON_SITEPACKAGES_DIR}/*.a \ | 19 | ${PYTHON_SITEPACKAGES_DIR}/*.a \ |
20 | " | 20 | " |
21 | FILES_${PN}-dev += "\ | 21 | FILES:${PN}-dev += "\ |
22 | ${datadir}/pkgconfig \ | 22 | ${datadir}/pkgconfig \ |
23 | ${libdir}/pkgconfig \ | 23 | ${libdir}/pkgconfig \ |
24 | ${PYTHON_SITEPACKAGES_DIR}/*.la \ | 24 | ${PYTHON_SITEPACKAGES_DIR}/*.la \ |
diff --git a/meta/classes/distutils3-base.bbclass b/meta/classes/distutils3-base.bbclass index 302ee8c82c..d41873e486 100644 --- a/meta/classes/distutils3-base.bbclass +++ b/meta/classes/distutils3-base.bbclass | |||
@@ -1,6 +1,6 @@ | |||
1 | DEPENDS_append_class-target = " ${PYTHON_PN}-native ${PYTHON_PN}" | 1 | DEPENDS:append:class-target = " ${PYTHON_PN}-native ${PYTHON_PN}" |
2 | DEPENDS_append_class-nativesdk = " ${PYTHON_PN}-native ${PYTHON_PN}" | 2 | DEPENDS:append:class-nativesdk = " ${PYTHON_PN}-native ${PYTHON_PN}" |
3 | RDEPENDS_${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" | 3 | RDEPENDS:${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}" |
4 | 4 | ||
5 | inherit distutils-common-base python3native python3targetconfig | 5 | inherit distutils-common-base python3native python3targetconfig |
6 | 6 | ||
diff --git a/meta/classes/distutils3.bbclass b/meta/classes/distutils3.bbclass index a916a8000c..be645d37bd 100644 --- a/meta/classes/distutils3.bbclass +++ b/meta/classes/distutils3.bbclass | |||
@@ -10,7 +10,7 @@ DISTUTILS_INSTALL_ARGS ?= "--root=${D} \ | |||
10 | --install-data=${datadir}" | 10 | --install-data=${datadir}" |
11 | 11 | ||
12 | DISTUTILS_PYTHON = "python3" | 12 | DISTUTILS_PYTHON = "python3" |
13 | DISTUTILS_PYTHON_class-native = "nativepython3" | 13 | DISTUTILS_PYTHON:class-native = "nativepython3" |
14 | 14 | ||
15 | DISTUTILS_SETUP_PATH ?= "${S}" | 15 | DISTUTILS_SETUP_PATH ?= "${S}" |
16 | 16 | ||
diff --git a/meta/classes/externalsrc.bbclass b/meta/classes/externalsrc.bbclass index 3d6b80bee2..54b08adf62 100644 --- a/meta/classes/externalsrc.bbclass +++ b/meta/classes/externalsrc.bbclass | |||
@@ -13,7 +13,7 @@ | |||
13 | # called "myrecipe" you would do: | 13 | # called "myrecipe" you would do: |
14 | # | 14 | # |
15 | # INHERIT += "externalsrc" | 15 | # INHERIT += "externalsrc" |
16 | # EXTERNALSRC_pn-myrecipe = "/path/to/my/source/tree" | 16 | # EXTERNALSRC:pn-myrecipe = "/path/to/my/source/tree" |
17 | # | 17 | # |
18 | # In order to make this class work for both target and native versions (or with | 18 | # In order to make this class work for both target and native versions (or with |
19 | # multilibs/cross or other BBCLASSEXTEND variants), B is set to point to a separate | 19 | # multilibs/cross or other BBCLASSEXTEND variants), B is set to point to a separate |
@@ -21,7 +21,7 @@ | |||
21 | # the default, but the build directory can be set to the source directory if | 21 | # the default, but the build directory can be set to the source directory if |
22 | # circumstances dictate by setting EXTERNALSRC_BUILD to the same value, e.g.: | 22 | # circumstances dictate by setting EXTERNALSRC_BUILD to the same value, e.g.: |
23 | # | 23 | # |
24 | # EXTERNALSRC_BUILD_pn-myrecipe = "/path/to/my/source/tree" | 24 | # EXTERNALSRC_BUILD:pn-myrecipe = "/path/to/my/source/tree" |
25 | # | 25 | # |
26 | 26 | ||
27 | SRCTREECOVEREDTASKS ?= "do_patch do_unpack do_fetch" | 27 | SRCTREECOVEREDTASKS ?= "do_patch do_unpack do_fetch" |
@@ -45,11 +45,11 @@ python () { | |||
45 | if bpn == d.getVar('PN') or not classextend: | 45 | if bpn == d.getVar('PN') or not classextend: |
46 | if (externalsrc or | 46 | if (externalsrc or |
47 | ('native' in classextend and | 47 | ('native' in classextend and |
48 | d.getVar('EXTERNALSRC_pn-%s-native' % bpn)) or | 48 | d.getVar('EXTERNALSRC:pn-%s-native' % bpn)) or |
49 | ('nativesdk' in classextend and | 49 | ('nativesdk' in classextend and |
50 | d.getVar('EXTERNALSRC_pn-nativesdk-%s' % bpn)) or | 50 | d.getVar('EXTERNALSRC:pn-nativesdk-%s' % bpn)) or |
51 | ('cross' in classextend and | 51 | ('cross' in classextend and |
52 | d.getVar('EXTERNALSRC_pn-%s-cross' % bpn))): | 52 | d.getVar('EXTERNALSRC:pn-%s-cross' % bpn))): |
53 | d.setVar('BB_DONT_CACHE', '1') | 53 | d.setVar('BB_DONT_CACHE', '1') |
54 | 54 | ||
55 | if externalsrc: | 55 | if externalsrc: |
diff --git a/meta/classes/extrausers.bbclass b/meta/classes/extrausers.bbclass index 90811bfe2a..a8ef660b30 100644 --- a/meta/classes/extrausers.bbclass +++ b/meta/classes/extrausers.bbclass | |||
@@ -14,10 +14,10 @@ | |||
14 | 14 | ||
15 | inherit useradd_base | 15 | inherit useradd_base |
16 | 16 | ||
17 | PACKAGE_INSTALL_append = " ${@['', 'base-passwd shadow'][bool(d.getVar('EXTRA_USERS_PARAMS'))]}" | 17 | PACKAGE_INSTALL:append = " ${@['', 'base-passwd shadow'][bool(d.getVar('EXTRA_USERS_PARAMS'))]}" |
18 | 18 | ||
19 | # Image level user / group settings | 19 | # Image level user / group settings |
20 | ROOTFS_POSTPROCESS_COMMAND_append = " set_user_group;" | 20 | ROOTFS_POSTPROCESS_COMMAND:append = " set_user_group;" |
21 | 21 | ||
22 | # Image level user / group settings | 22 | # Image level user / group settings |
23 | set_user_group () { | 23 | set_user_group () { |
diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass index 624a420a0d..442bfc7392 100644 --- a/meta/classes/fontcache.bbclass +++ b/meta/classes/fontcache.bbclass | |||
@@ -35,23 +35,23 @@ python () { | |||
35 | deps = d.getVar("FONT_EXTRA_RDEPENDS") | 35 | deps = d.getVar("FONT_EXTRA_RDEPENDS") |
36 | 36 | ||
37 | for pkg in font_pkgs: | 37 | for pkg in font_pkgs: |
38 | if deps: d.appendVar('RDEPENDS_' + pkg, ' '+deps) | 38 | if deps: d.appendVar('RDEPENDS:' + pkg, ' '+deps) |
39 | } | 39 | } |
40 | 40 | ||
41 | python add_fontcache_postinsts() { | 41 | python add_fontcache_postinsts() { |
42 | for pkg in d.getVar('FONT_PACKAGES').split(): | 42 | for pkg in d.getVar('FONT_PACKAGES').split(): |
43 | bb.note("adding fonts postinst and postrm scripts to %s" % pkg) | 43 | bb.note("adding fonts postinst and postrm scripts to %s" % pkg) |
44 | postinst = d.getVar('pkg_postinst_%s' % pkg) or d.getVar('pkg_postinst') | 44 | postinst = d.getVar('pkg_postinst:%s' % pkg) or d.getVar('pkg_postinst') |
45 | if not postinst: | 45 | if not postinst: |
46 | postinst = '#!/bin/sh\n' | 46 | postinst = '#!/bin/sh\n' |
47 | postinst += d.getVar('fontcache_common') | 47 | postinst += d.getVar('fontcache_common') |
48 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 48 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
49 | 49 | ||
50 | postrm = d.getVar('pkg_postrm_%s' % pkg) or d.getVar('pkg_postrm') | 50 | postrm = d.getVar('pkg_postrm:%s' % pkg) or d.getVar('pkg_postrm') |
51 | if not postrm: | 51 | if not postrm: |
52 | postrm = '#!/bin/sh\n' | 52 | postrm = '#!/bin/sh\n' |
53 | postrm += d.getVar('fontcache_common') | 53 | postrm += d.getVar('fontcache_common') |
54 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 54 | d.setVar('pkg_postrm:%s' % pkg, postrm) |
55 | } | 55 | } |
56 | 56 | ||
57 | PACKAGEFUNCS =+ "add_fontcache_postinsts" | 57 | PACKAGEFUNCS =+ "add_fontcache_postinsts" |
diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass index 3e3c509d5f..9d3668edd3 100644 --- a/meta/classes/gconf.bbclass +++ b/meta/classes/gconf.bbclass | |||
@@ -41,7 +41,7 @@ for SCHEMA in ${SCHEMA_FILES}; do | |||
41 | done | 41 | done |
42 | } | 42 | } |
43 | 43 | ||
44 | python populate_packages_append () { | 44 | python populate_packages:append () { |
45 | import re | 45 | import re |
46 | packages = d.getVar('PACKAGES').split() | 46 | packages = d.getVar('PACKAGES').split() |
47 | pkgdest = d.getVar('PKGDEST') | 47 | pkgdest = d.getVar('PKGDEST') |
@@ -57,15 +57,15 @@ python populate_packages_append () { | |||
57 | if schemas != []: | 57 | if schemas != []: |
58 | bb.note("adding gconf postinst and prerm scripts to %s" % pkg) | 58 | bb.note("adding gconf postinst and prerm scripts to %s" % pkg) |
59 | d.setVar('SCHEMA_FILES', " ".join(schemas)) | 59 | d.setVar('SCHEMA_FILES', " ".join(schemas)) |
60 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 60 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
61 | if not postinst: | 61 | if not postinst: |
62 | postinst = '#!/bin/sh\n' | 62 | postinst = '#!/bin/sh\n' |
63 | postinst += d.getVar('gconf_postinst') | 63 | postinst += d.getVar('gconf_postinst') |
64 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 64 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
65 | prerm = d.getVar('pkg_prerm_%s' % pkg) | 65 | prerm = d.getVar('pkg_prerm:%s' % pkg) |
66 | if not prerm: | 66 | if not prerm: |
67 | prerm = '#!/bin/sh\n' | 67 | prerm = '#!/bin/sh\n' |
68 | prerm += d.getVar('gconf_prerm') | 68 | prerm += d.getVar('gconf_prerm') |
69 | d.setVar('pkg_prerm_%s' % pkg, prerm) | 69 | d.setVar('pkg_prerm:%s' % pkg, prerm) |
70 | d.appendVar("RDEPENDS_%s" % pkg, ' ' + d.getVar('MLPREFIX', False) + 'gconf') | 70 | d.appendVar("RDEPENDS:%s" % pkg, ' ' + d.getVar('MLPREFIX', False) + 'gconf') |
71 | } | 71 | } |
diff --git a/meta/classes/gettext.bbclass b/meta/classes/gettext.bbclass index be2ef3b311..f11cb04456 100644 --- a/meta/classes/gettext.bbclass +++ b/meta/classes/gettext.bbclass | |||
@@ -13,10 +13,10 @@ def gettext_oeconf(d): | |||
13 | return '--disable-nls' | 13 | return '--disable-nls' |
14 | return "--enable-nls" | 14 | return "--enable-nls" |
15 | 15 | ||
16 | BASEDEPENDS_append = " ${@gettext_dependencies(d)}" | 16 | BASEDEPENDS:append = " ${@gettext_dependencies(d)}" |
17 | EXTRA_OECONF_append = " ${@gettext_oeconf(d)}" | 17 | EXTRA_OECONF:append = " ${@gettext_oeconf(d)}" |
18 | 18 | ||
19 | # Without this, msgfmt from gettext-native will not find ITS files | 19 | # Without this, msgfmt from gettext-native will not find ITS files |
20 | # provided by target recipes (for example, polkit.its). | 20 | # provided by target recipes (for example, polkit.its). |
21 | GETTEXTDATADIRS_append_class-target = ":${STAGING_DATADIR}/gettext" | 21 | GETTEXTDATADIRS:append:class-target = ":${STAGING_DATADIR}/gettext" |
22 | export GETTEXTDATADIRS | 22 | export GETTEXTDATADIRS |
diff --git a/meta/classes/gi-docgen.bbclass b/meta/classes/gi-docgen.bbclass index 5750f7028d..15581ca127 100644 --- a/meta/classes/gi-docgen.bbclass +++ b/meta/classes/gi-docgen.bbclass | |||
@@ -7,8 +7,8 @@ | |||
7 | GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'True', 'False', d)}" | 7 | GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'True', 'False', d)}" |
8 | # When building native recipes, disable gi-docgen, as it is not necessary, | 8 | # When building native recipes, disable gi-docgen, as it is not necessary, |
9 | # pulls in additional dependencies, and makes build times longer | 9 | # pulls in additional dependencies, and makes build times longer |
10 | GIDOCGEN_ENABLED_class-native = "False" | 10 | GIDOCGEN_ENABLED:class-native = "False" |
11 | GIDOCGEN_ENABLED_class-nativesdk = "False" | 11 | GIDOCGEN_ENABLED:class-nativesdk = "False" |
12 | 12 | ||
13 | # meson: default option name to enable/disable gi-docgen. This matches most | 13 | # meson: default option name to enable/disable gi-docgen. This matches most |
14 | # projects' configuration. In doubts - check meson_options.txt in project's | 14 | # projects' configuration. In doubts - check meson_options.txt in project's |
@@ -18,7 +18,7 @@ GIDOCGEN_MESON_ENABLE_FLAG ?= 'true' | |||
18 | GIDOCGEN_MESON_DISABLE_FLAG ?= 'false' | 18 | GIDOCGEN_MESON_DISABLE_FLAG ?= 'false' |
19 | 19 | ||
20 | # Auto enable/disable based on GIDOCGEN_ENABLED | 20 | # Auto enable/disable based on GIDOCGEN_ENABLED |
21 | EXTRA_OEMESON_prepend = "-D${GIDOCGEN_MESON_OPTION}=${@bb.utils.contains('GIDOCGEN_ENABLED', 'True', '${GIDOCGEN_MESON_ENABLE_FLAG}', '${GIDOCGEN_MESON_DISABLE_FLAG}', d)} " | 21 | EXTRA_OEMESON:prepend = "-D${GIDOCGEN_MESON_OPTION}=${@bb.utils.contains('GIDOCGEN_ENABLED', 'True', '${GIDOCGEN_MESON_ENABLE_FLAG}', '${GIDOCGEN_MESON_DISABLE_FLAG}', d)} " |
22 | 22 | ||
23 | DEPENDS_append = "${@' gi-docgen-native gi-docgen' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}" | 23 | DEPENDS:append = "${@' gi-docgen-native gi-docgen' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}" |
24 | 24 | ||
diff --git a/meta/classes/gio-module-cache.bbclass b/meta/classes/gio-module-cache.bbclass index e429bd3197..021eeb1cf8 100644 --- a/meta/classes/gio-module-cache.bbclass +++ b/meta/classes/gio-module-cache.bbclass | |||
@@ -17,22 +17,22 @@ else | |||
17 | fi | 17 | fi |
18 | } | 18 | } |
19 | 19 | ||
20 | python populate_packages_append () { | 20 | python populate_packages:append () { |
21 | packages = d.getVar('GIO_MODULE_PACKAGES').split() | 21 | packages = d.getVar('GIO_MODULE_PACKAGES').split() |
22 | 22 | ||
23 | for pkg in packages: | 23 | for pkg in packages: |
24 | bb.note("adding gio-module-cache postinst and postrm scripts to %s" % pkg) | 24 | bb.note("adding gio-module-cache postinst and postrm scripts to %s" % pkg) |
25 | 25 | ||
26 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 26 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
27 | if not postinst: | 27 | if not postinst: |
28 | postinst = '#!/bin/sh\n' | 28 | postinst = '#!/bin/sh\n' |
29 | postinst += d.getVar('gio_module_cache_common') | 29 | postinst += d.getVar('gio_module_cache_common') |
30 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 30 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
31 | 31 | ||
32 | postrm = d.getVar('pkg_postrm_%s' % pkg) | 32 | postrm = d.getVar('pkg_postrm:%s' % pkg) |
33 | if not postrm: | 33 | if not postrm: |
34 | postrm = '#!/bin/sh\n' | 34 | postrm = '#!/bin/sh\n' |
35 | postrm += d.getVar('gio_module_cache_common') | 35 | postrm += d.getVar('gio_module_cache_common') |
36 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 36 | d.setVar('pkg_postrm:%s' % pkg, postrm) |
37 | } | 37 | } |
38 | 38 | ||
diff --git a/meta/classes/glide.bbclass b/meta/classes/glide.bbclass index db421745bd..2db4ac6846 100644 --- a/meta/classes/glide.bbclass +++ b/meta/classes/glide.bbclass | |||
@@ -2,8 +2,8 @@ | |||
2 | # | 2 | # |
3 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 3 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
4 | 4 | ||
5 | DEPENDS_append = " glide-native" | 5 | DEPENDS:append = " glide-native" |
6 | 6 | ||
7 | do_compile_prepend() { | 7 | do_compile:prepend() { |
8 | ( cd ${B}/src/${GO_IMPORT} && glide install ) | 8 | ( cd ${B}/src/${GO_IMPORT} && glide install ) |
9 | } | 9 | } |
diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass index 884b1a106f..9a5bd9a232 100644 --- a/meta/classes/gnomebase.bbclass +++ b/meta/classes/gnomebase.bbclass | |||
@@ -7,7 +7,7 @@ SECTION ?= "x11/gnome" | |||
7 | GNOMEBN ?= "${BPN}" | 7 | GNOMEBN ?= "${BPN}" |
8 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" | 8 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" |
9 | 9 | ||
10 | FILES_${PN} += "${datadir}/application-registry \ | 10 | FILES:${PN} += "${datadir}/application-registry \ |
11 | ${datadir}/mime-info \ | 11 | ${datadir}/mime-info \ |
12 | ${datadir}/mime/packages \ | 12 | ${datadir}/mime/packages \ |
13 | ${datadir}/mime/application \ | 13 | ${datadir}/mime/application \ |
@@ -19,12 +19,12 @@ FILES_${PN} += "${datadir}/application-registry \ | |||
19 | ${datadir}/icons \ | 19 | ${datadir}/icons \ |
20 | " | 20 | " |
21 | 21 | ||
22 | FILES_${PN}-doc += "${datadir}/devhelp" | 22 | FILES:${PN}-doc += "${datadir}/devhelp" |
23 | 23 | ||
24 | GNOMEBASEBUILDCLASS ??= "autotools" | 24 | GNOMEBASEBUILDCLASS ??= "autotools" |
25 | inherit ${GNOMEBASEBUILDCLASS} pkgconfig | 25 | inherit ${GNOMEBASEBUILDCLASS} pkgconfig |
26 | 26 | ||
27 | do_install_append() { | 27 | do_install:append() { |
28 | rm -rf ${D}${localstatedir}/lib/scrollkeeper/* | 28 | rm -rf ${D}${localstatedir}/lib/scrollkeeper/* |
29 | rm -rf ${D}${localstatedir}/scrollkeeper/* | 29 | rm -rf ${D}${localstatedir}/scrollkeeper/* |
30 | rm -f ${D}${datadir}/applications/*.cache | 30 | rm -f ${D}${datadir}/applications/*.cache |
diff --git a/meta/classes/go-mod.bbclass b/meta/classes/go-mod.bbclass index cabb04d0ec..674d2434e0 100644 --- a/meta/classes/go-mod.bbclass +++ b/meta/classes/go-mod.bbclass | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | # The '-modcacherw' option ensures we have write access to the cached objects so | 13 | # The '-modcacherw' option ensures we have write access to the cached objects so |
14 | # we avoid errors during clean task as well as when removing the TMPDIR. | 14 | # we avoid errors during clean task as well as when removing the TMPDIR. |
15 | GOBUILDFLAGS_append = " -modcacherw" | 15 | GOBUILDFLAGS:append = " -modcacherw" |
16 | 16 | ||
17 | inherit go | 17 | inherit go |
18 | 18 | ||
diff --git a/meta/classes/go-ptest.bbclass b/meta/classes/go-ptest.bbclass index e230a80587..b282ff7374 100644 --- a/meta/classes/go-ptest.bbclass +++ b/meta/classes/go-ptest.bbclass | |||
@@ -50,5 +50,5 @@ do_install_ptest_base() { | |||
50 | chown -R root:root ${D}${PTEST_PATH} | 50 | chown -R root:root ${D}${PTEST_PATH} |
51 | } | 51 | } |
52 | 52 | ||
53 | INSANE_SKIP_${PN}-ptest += "ldflags" | 53 | INSANE_SKIP:${PN}-ptest += "ldflags" |
54 | 54 | ||
diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass index 77ec98dd51..0dd0c5f1d2 100644 --- a/meta/classes/go.bbclass +++ b/meta/classes/go.bbclass | |||
@@ -2,8 +2,8 @@ inherit goarch | |||
2 | 2 | ||
3 | GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}" | 3 | GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}" |
4 | 4 | ||
5 | GOROOT_class-native = "${STAGING_LIBDIR_NATIVE}/go" | 5 | GOROOT:class-native = "${STAGING_LIBDIR_NATIVE}/go" |
6 | GOROOT_class-nativesdk = "${STAGING_DIR_TARGET}${libdir}/go" | 6 | GOROOT:class-nativesdk = "${STAGING_DIR_TARGET}${libdir}/go" |
7 | GOROOT = "${STAGING_LIBDIR}/go" | 7 | GOROOT = "${STAGING_LIBDIR}/go" |
8 | export GOROOT | 8 | export GOROOT |
9 | export GOROOT_FINAL = "${libdir}/go" | 9 | export GOROOT_FINAL = "${libdir}/go" |
@@ -15,42 +15,42 @@ export GOHOSTARCH="${BUILD_GOARCH}" | |||
15 | export GOHOSTOS="${BUILD_GOOS}" | 15 | export GOHOSTOS="${BUILD_GOOS}" |
16 | 16 | ||
17 | GOARM[export] = "0" | 17 | GOARM[export] = "0" |
18 | GOARM_arm_class-target = "${TARGET_GOARM}" | 18 | GOARM:arm:class-target = "${TARGET_GOARM}" |
19 | GOARM_arm_class-target[export] = "1" | 19 | GOARM:arm:class-target[export] = "1" |
20 | 20 | ||
21 | GO386[export] = "0" | 21 | GO386[export] = "0" |
22 | GO386_x86_class-target = "${TARGET_GO386}" | 22 | GO386:x86:class-target = "${TARGET_GO386}" |
23 | GO386_x86_class-target[export] = "1" | 23 | GO386:x86:class-target[export] = "1" |
24 | 24 | ||
25 | GOMIPS[export] = "0" | 25 | GOMIPS[export] = "0" |
26 | GOMIPS_mips_class-target = "${TARGET_GOMIPS}" | 26 | GOMIPS:mips:class-target = "${TARGET_GOMIPS}" |
27 | GOMIPS_mips_class-target[export] = "1" | 27 | GOMIPS:mips:class-target[export] = "1" |
28 | 28 | ||
29 | DEPENDS_GOLANG_class-target = "virtual/${TUNE_PKGARCH}-go virtual/${TARGET_PREFIX}go-runtime" | 29 | DEPENDS_GOLANG:class-target = "virtual/${TUNE_PKGARCH}-go virtual/${TARGET_PREFIX}go-runtime" |
30 | DEPENDS_GOLANG_class-native = "go-native" | 30 | DEPENDS_GOLANG:class-native = "go-native" |
31 | DEPENDS_GOLANG_class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk virtual/${TARGET_PREFIX}go-runtime" | 31 | DEPENDS_GOLANG:class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk virtual/${TARGET_PREFIX}go-runtime" |
32 | 32 | ||
33 | DEPENDS_append = " ${DEPENDS_GOLANG}" | 33 | DEPENDS:append = " ${DEPENDS_GOLANG}" |
34 | 34 | ||
35 | GO_LINKSHARED ?= "${@'-linkshared' if d.getVar('GO_DYNLINK') else ''}" | 35 | GO_LINKSHARED ?= "${@'-linkshared' if d.getVar('GO_DYNLINK') else ''}" |
36 | GO_RPATH_LINK = "${@'-Wl,-rpath-link=${STAGING_DIR_TARGET}${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink' if d.getVar('GO_DYNLINK') else ''}" | 36 | GO_RPATH_LINK = "${@'-Wl,-rpath-link=${STAGING_DIR_TARGET}${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink' if d.getVar('GO_DYNLINK') else ''}" |
37 | GO_RPATH = "${@'-r ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink' if d.getVar('GO_DYNLINK') else ''}" | 37 | GO_RPATH = "${@'-r ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink' if d.getVar('GO_DYNLINK') else ''}" |
38 | GO_RPATH_class-native = "${@'-r ${STAGING_LIBDIR_NATIVE}/go/pkg/${TARGET_GOTUPLE}_dynlink' if d.getVar('GO_DYNLINK') else ''}" | 38 | GO_RPATH:class-native = "${@'-r ${STAGING_LIBDIR_NATIVE}/go/pkg/${TARGET_GOTUPLE}_dynlink' if d.getVar('GO_DYNLINK') else ''}" |
39 | GO_RPATH_LINK_class-native = "${@'-Wl,-rpath-link=${STAGING_LIBDIR_NATIVE}/go/pkg/${TARGET_GOTUPLE}_dynlink' if d.getVar('GO_DYNLINK') else ''}" | 39 | GO_RPATH_LINK:class-native = "${@'-Wl,-rpath-link=${STAGING_LIBDIR_NATIVE}/go/pkg/${TARGET_GOTUPLE}_dynlink' if d.getVar('GO_DYNLINK') else ''}" |
40 | GO_EXTLDFLAGS ?= "${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS} ${GO_RPATH_LINK} ${LDFLAGS}" | 40 | GO_EXTLDFLAGS ?= "${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS} ${GO_RPATH_LINK} ${LDFLAGS}" |
41 | GO_LINKMODE ?= "" | 41 | GO_LINKMODE ?= "" |
42 | GO_LINKMODE_class-nativesdk = "--linkmode=external" | 42 | GO_LINKMODE:class-nativesdk = "--linkmode=external" |
43 | GO_LINKMODE_class-native = "--linkmode=external" | 43 | GO_LINKMODE:class-native = "--linkmode=external" |
44 | GO_LDFLAGS ?= '-ldflags="${GO_RPATH} ${GO_LINKMODE} -extldflags '${GO_EXTLDFLAGS}'"' | 44 | GO_LDFLAGS ?= '-ldflags="${GO_RPATH} ${GO_LINKMODE} -extldflags '${GO_EXTLDFLAGS}'"' |
45 | export GOBUILDFLAGS ?= "-v ${GO_LDFLAGS} -trimpath" | 45 | export GOBUILDFLAGS ?= "-v ${GO_LDFLAGS} -trimpath" |
46 | export GOPATH_OMIT_IN_ACTIONID ?= "1" | 46 | export GOPATH_OMIT_IN_ACTIONID ?= "1" |
47 | export GOPTESTBUILDFLAGS ?= "${GOBUILDFLAGS} -c" | 47 | export GOPTESTBUILDFLAGS ?= "${GOBUILDFLAGS} -c" |
48 | export GOPTESTFLAGS ?= "" | 48 | export GOPTESTFLAGS ?= "" |
49 | GOBUILDFLAGS_prepend_task-compile = "${GO_PARALLEL_BUILD} " | 49 | GOBUILDFLAGS:prepend:task-compile = "${GO_PARALLEL_BUILD} " |
50 | 50 | ||
51 | export GO = "${HOST_PREFIX}go" | 51 | export GO = "${HOST_PREFIX}go" |
52 | GOTOOLDIR = "${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go/pkg/tool/${BUILD_GOTUPLE}" | 52 | GOTOOLDIR = "${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go/pkg/tool/${BUILD_GOTUPLE}" |
53 | GOTOOLDIR_class-native = "${STAGING_LIBDIR_NATIVE}/go/pkg/tool/${BUILD_GOTUPLE}" | 53 | GOTOOLDIR:class-native = "${STAGING_LIBDIR_NATIVE}/go/pkg/tool/${BUILD_GOTUPLE}" |
54 | export GOTOOLDIR | 54 | export GOTOOLDIR |
55 | 55 | ||
56 | export CGO_ENABLED ?= "1" | 56 | export CGO_ENABLED ?= "1" |
@@ -140,17 +140,17 @@ go_stage_testdata() { | |||
140 | 140 | ||
141 | EXPORT_FUNCTIONS do_unpack do_configure do_compile do_install | 141 | EXPORT_FUNCTIONS do_unpack do_configure do_compile do_install |
142 | 142 | ||
143 | FILES_${PN}-dev = "${libdir}/go/src" | 143 | FILES:${PN}-dev = "${libdir}/go/src" |
144 | FILES_${PN}-staticdev = "${libdir}/go/pkg" | 144 | FILES:${PN}-staticdev = "${libdir}/go/pkg" |
145 | 145 | ||
146 | INSANE_SKIP_${PN} += "ldflags" | 146 | INSANE_SKIP:${PN} += "ldflags" |
147 | 147 | ||
148 | # Add -buildmode=pie to GOBUILDFLAGS to satisfy "textrel" QA checking, but mips | 148 | # Add -buildmode=pie to GOBUILDFLAGS to satisfy "textrel" QA checking, but mips |
149 | # doesn't support -buildmode=pie, so skip the QA checking for mips/rv32 and its | 149 | # doesn't support -buildmode=pie, so skip the QA checking for mips/rv32 and its |
150 | # variants. | 150 | # variants. |
151 | python() { | 151 | python() { |
152 | if 'mips' in d.getVar('TARGET_ARCH') or 'riscv32' in d.getVar('TARGET_ARCH'): | 152 | if 'mips' in d.getVar('TARGET_ARCH') or 'riscv32' in d.getVar('TARGET_ARCH'): |
153 | d.appendVar('INSANE_SKIP_%s' % d.getVar('PN'), " textrel") | 153 | d.appendVar('INSANE_SKIP:%s' % d.getVar('PN'), " textrel") |
154 | else: | 154 | else: |
155 | d.appendVar('GOBUILDFLAGS', ' -buildmode=pie') | 155 | d.appendVar('GOBUILDFLAGS', ' -buildmode=pie') |
156 | } | 156 | } |
diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass index e4e0ca37be..48dc48dabf 100644 --- a/meta/classes/goarch.bbclass +++ b/meta/classes/goarch.bbclass | |||
@@ -6,54 +6,54 @@ HOST_GOARCH = "${@go_map_arch(d.getVar('HOST_ARCH'), d)}" | |||
6 | HOST_GOARM = "${@go_map_arm(d.getVar('HOST_ARCH'), d)}" | 6 | HOST_GOARM = "${@go_map_arm(d.getVar('HOST_ARCH'), d)}" |
7 | HOST_GO386 = "${@go_map_386(d.getVar('HOST_ARCH'), d.getVar('TUNE_FEATURES'), d)}" | 7 | HOST_GO386 = "${@go_map_386(d.getVar('HOST_ARCH'), d.getVar('TUNE_FEATURES'), d)}" |
8 | HOST_GOMIPS = "${@go_map_mips(d.getVar('HOST_ARCH'), d.getVar('TUNE_FEATURES'), d)}" | 8 | HOST_GOMIPS = "${@go_map_mips(d.getVar('HOST_ARCH'), d.getVar('TUNE_FEATURES'), d)}" |
9 | HOST_GOARM_class-native = "7" | 9 | HOST_GOARM:class-native = "7" |
10 | HOST_GO386_class-native = "sse2" | 10 | HOST_GO386:class-native = "sse2" |
11 | HOST_GOMIPS_class-native = "hardfloat" | 11 | HOST_GOMIPS:class-native = "hardfloat" |
12 | HOST_GOTUPLE = "${HOST_GOOS}_${HOST_GOARCH}" | 12 | HOST_GOTUPLE = "${HOST_GOOS}_${HOST_GOARCH}" |
13 | TARGET_GOOS = "${@go_map_os(d.getVar('TARGET_OS'), d)}" | 13 | TARGET_GOOS = "${@go_map_os(d.getVar('TARGET_OS'), d)}" |
14 | TARGET_GOARCH = "${@go_map_arch(d.getVar('TARGET_ARCH'), d)}" | 14 | TARGET_GOARCH = "${@go_map_arch(d.getVar('TARGET_ARCH'), d)}" |
15 | TARGET_GOARM = "${@go_map_arm(d.getVar('TARGET_ARCH'), d)}" | 15 | TARGET_GOARM = "${@go_map_arm(d.getVar('TARGET_ARCH'), d)}" |
16 | TARGET_GO386 = "${@go_map_386(d.getVar('TARGET_ARCH'), d.getVar('TUNE_FEATURES'), d)}" | 16 | TARGET_GO386 = "${@go_map_386(d.getVar('TARGET_ARCH'), d.getVar('TUNE_FEATURES'), d)}" |
17 | TARGET_GOMIPS = "${@go_map_mips(d.getVar('TARGET_ARCH'), d.getVar('TUNE_FEATURES'), d)}" | 17 | TARGET_GOMIPS = "${@go_map_mips(d.getVar('TARGET_ARCH'), d.getVar('TUNE_FEATURES'), d)}" |
18 | TARGET_GOARM_class-native = "7" | 18 | TARGET_GOARM:class-native = "7" |
19 | TARGET_GO386_class-native = "sse2" | 19 | TARGET_GO386:class-native = "sse2" |
20 | TARGET_GOMIPS_class-native = "hardfloat" | 20 | TARGET_GOMIPS:class-native = "hardfloat" |
21 | TARGET_GOTUPLE = "${TARGET_GOOS}_${TARGET_GOARCH}" | 21 | TARGET_GOTUPLE = "${TARGET_GOOS}_${TARGET_GOARCH}" |
22 | GO_BUILD_BINDIR = "${@['bin/${HOST_GOTUPLE}','bin'][d.getVar('BUILD_GOTUPLE') == d.getVar('HOST_GOTUPLE')]}" | 22 | GO_BUILD_BINDIR = "${@['bin/${HOST_GOTUPLE}','bin'][d.getVar('BUILD_GOTUPLE') == d.getVar('HOST_GOTUPLE')]}" |
23 | 23 | ||
24 | # Use the MACHINEOVERRIDES to map ARM CPU architecture passed to GO via GOARM. | 24 | # Use the MACHINEOVERRIDES to map ARM CPU architecture passed to GO via GOARM. |
25 | # This is combined with *_ARCH to set HOST_GOARM and TARGET_GOARM. | 25 | # This is combined with *_ARCH to set HOST_GOARM and TARGET_GOARM. |
26 | BASE_GOARM = '' | 26 | BASE_GOARM = '' |
27 | BASE_GOARM_armv7ve = '7' | 27 | BASE_GOARM:armv7ve = '7' |
28 | BASE_GOARM_armv7a = '7' | 28 | BASE_GOARM:armv7a = '7' |
29 | BASE_GOARM_armv6 = '6' | 29 | BASE_GOARM:armv6 = '6' |
30 | BASE_GOARM_armv5 = '5' | 30 | BASE_GOARM:armv5 = '5' |
31 | 31 | ||
32 | # Go supports dynamic linking on a limited set of architectures. | 32 | # Go supports dynamic linking on a limited set of architectures. |
33 | # See the supportsDynlink function in go/src/cmd/compile/internal/gc/main.go | 33 | # See the supportsDynlink function in go/src/cmd/compile/internal/gc/main.go |
34 | GO_DYNLINK = "" | 34 | GO_DYNLINK = "" |
35 | GO_DYNLINK_arm = "1" | 35 | GO_DYNLINK:arm = "1" |
36 | GO_DYNLINK_aarch64 = "1" | 36 | GO_DYNLINK:aarch64 = "1" |
37 | GO_DYNLINK_x86 = "1" | 37 | GO_DYNLINK:x86 = "1" |
38 | GO_DYNLINK_x86-64 = "1" | 38 | GO_DYNLINK:x86-64 = "1" |
39 | GO_DYNLINK_powerpc64 = "1" | 39 | GO_DYNLINK:powerpc64 = "1" |
40 | GO_DYNLINK_powerpc64le = "1" | 40 | GO_DYNLINK:powerpc64le = "1" |
41 | GO_DYNLINK_class-native = "" | 41 | GO_DYNLINK:class-native = "" |
42 | GO_DYNLINK_class-nativesdk = "" | 42 | GO_DYNLINK:class-nativesdk = "" |
43 | 43 | ||
44 | # define here because everybody inherits this class | 44 | # define here because everybody inherits this class |
45 | # | 45 | # |
46 | COMPATIBLE_HOST_linux-gnux32 = "null" | 46 | COMPATIBLE_HOST:linux-gnux32 = "null" |
47 | COMPATIBLE_HOST_linux-muslx32 = "null" | 47 | COMPATIBLE_HOST:linux-muslx32 = "null" |
48 | COMPATIBLE_HOST_powerpc = "null" | 48 | COMPATIBLE_HOST:powerpc = "null" |
49 | COMPATIBLE_HOST_powerpc64 = "null" | 49 | COMPATIBLE_HOST:powerpc64 = "null" |
50 | COMPATIBLE_HOST_mipsarchn32 = "null" | 50 | COMPATIBLE_HOST:mipsarchn32 = "null" |
51 | 51 | ||
52 | ARM_INSTRUCTION_SET_armv4 = "arm" | 52 | ARM_INSTRUCTION_SET:armv4 = "arm" |
53 | ARM_INSTRUCTION_SET_armv5 = "arm" | 53 | ARM_INSTRUCTION_SET:armv5 = "arm" |
54 | ARM_INSTRUCTION_SET_armv6 = "arm" | 54 | ARM_INSTRUCTION_SET:armv6 = "arm" |
55 | 55 | ||
56 | TUNE_CCARGS_remove = "-march=mips32r2" | 56 | TUNE_CCARGS:remove = "-march=mips32r2" |
57 | SECURITY_NOPIE_CFLAGS ??= "" | 57 | SECURITY_NOPIE_CFLAGS ??= "" |
58 | 58 | ||
59 | # go can't be built with ccache: | 59 | # go can't be built with ccache: |
diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass index 504f75e28d..822a226d5f 100644 --- a/meta/classes/gobject-introspection.bbclass +++ b/meta/classes/gobject-introspection.bbclass | |||
@@ -15,29 +15,29 @@ GIR_MESON_ENABLE_FLAG ?= 'true' | |||
15 | GIR_MESON_DISABLE_FLAG ?= 'false' | 15 | GIR_MESON_DISABLE_FLAG ?= 'false' |
16 | 16 | ||
17 | # Auto enable/disable based on GI_DATA_ENABLED | 17 | # Auto enable/disable based on GI_DATA_ENABLED |
18 | EXTRA_OECONF_prepend_class-target = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection', '--disable-introspection', d)} " | 18 | EXTRA_OECONF:prepend:class-target = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection', '--disable-introspection', d)} " |
19 | EXTRA_OEMESON_prepend_class-target = "-D${GIR_MESON_OPTION}=${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GIR_MESON_ENABLE_FLAG}', '${GIR_MESON_DISABLE_FLAG}', d)} " | 19 | EXTRA_OEMESON:prepend:class-target = "-D${GIR_MESON_OPTION}=${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GIR_MESON_ENABLE_FLAG}', '${GIR_MESON_DISABLE_FLAG}', d)} " |
20 | 20 | ||
21 | # When building native recipes, disable introspection, as it is not necessary, | 21 | # When building native recipes, disable introspection, as it is not necessary, |
22 | # pulls in additional dependencies, and makes build times longer | 22 | # pulls in additional dependencies, and makes build times longer |
23 | EXTRA_OECONF_prepend_class-native = "--disable-introspection " | 23 | EXTRA_OECONF:prepend:class-native = "--disable-introspection " |
24 | EXTRA_OECONF_prepend_class-nativesdk = "--disable-introspection " | 24 | EXTRA_OECONF:prepend:class-nativesdk = "--disable-introspection " |
25 | EXTRA_OEMESON_prepend_class-native = "-D${GIR_MESON_OPTION}=${GIR_MESON_DISABLE_FLAG} " | 25 | EXTRA_OEMESON:prepend:class-native = "-D${GIR_MESON_OPTION}=${GIR_MESON_DISABLE_FLAG} " |
26 | EXTRA_OEMESON_prepend_class-nativesdk = "-D${GIR_MESON_OPTION}=${GIR_MESON_DISABLE_FLAG} " | 26 | EXTRA_OEMESON:prepend:class-nativesdk = "-D${GIR_MESON_OPTION}=${GIR_MESON_DISABLE_FLAG} " |
27 | 27 | ||
28 | # Generating introspection data depends on a combination of native and target | 28 | # Generating introspection data depends on a combination of native and target |
29 | # introspection tools, and qemu to run the target tools. | 29 | # introspection tools, and qemu to run the target tools. |
30 | DEPENDS_append_class-target = " gobject-introspection gobject-introspection-native qemu-native prelink-native" | 30 | DEPENDS:append:class-target = " gobject-introspection gobject-introspection-native qemu-native prelink-native" |
31 | 31 | ||
32 | # Even though introspection is disabled on -native, gobject-introspection package is still | 32 | # Even though introspection is disabled on -native, gobject-introspection package is still |
33 | # needed for m4 macros. | 33 | # needed for m4 macros. |
34 | DEPENDS_append_class-native = " gobject-introspection-native" | 34 | DEPENDS:append:class-native = " gobject-introspection-native" |
35 | DEPENDS_append_class-nativesdk = " gobject-introspection-native" | 35 | DEPENDS:append:class-nativesdk = " gobject-introspection-native" |
36 | 36 | ||
37 | # This is used by introspection tools to find .gir includes | 37 | # This is used by introspection tools to find .gir includes |
38 | export XDG_DATA_DIRS = "${STAGING_DATADIR}:${STAGING_LIBDIR}" | 38 | export XDG_DATA_DIRS = "${STAGING_DATADIR}:${STAGING_LIBDIR}" |
39 | 39 | ||
40 | do_configure_prepend_class-target () { | 40 | do_configure:prepend:class-target () { |
41 | # introspection.m4 pre-packaged with upstream tarballs does not yet | 41 | # introspection.m4 pre-packaged with upstream tarballs does not yet |
42 | # have our fixes | 42 | # have our fixes |
43 | mkdir -p ${S}/m4 | 43 | mkdir -p ${S}/m4 |
@@ -46,8 +46,8 @@ do_configure_prepend_class-target () { | |||
46 | 46 | ||
47 | # .typelib files are needed at runtime and so they go to the main package (so | 47 | # .typelib files are needed at runtime and so they go to the main package (so |
48 | # they'll be together with libraries they support). | 48 | # they'll be together with libraries they support). |
49 | FILES_${PN}_append = " ${libdir}/girepository-*/*.typelib" | 49 | FILES:${PN}:append = " ${libdir}/girepository-*/*.typelib" |
50 | 50 | ||
51 | # .gir files go to dev package, as they're needed for developing (but not for | 51 | # .gir files go to dev package, as they're needed for developing (but not for |
52 | # running) things that depends on introspection. | 52 | # running) things that depends on introspection. |
53 | FILES_${PN}-dev_append = " ${datadir}/gir-*/*.gir ${libdir}/gir-*/*.gir" | 53 | FILES:${PN}-dev:append = " ${datadir}/gir-*/*.gir ${libdir}/gir-*/*.gir" |
diff --git a/meta/classes/gsettings.bbclass b/meta/classes/gsettings.bbclass index 33afc96a9c..3fa5bd40b3 100644 --- a/meta/classes/gsettings.bbclass +++ b/meta/classes/gsettings.bbclass | |||
@@ -13,30 +13,30 @@ python __anonymous() { | |||
13 | pkg = d.getVar("GSETTINGS_PACKAGE") | 13 | pkg = d.getVar("GSETTINGS_PACKAGE") |
14 | if pkg: | 14 | if pkg: |
15 | d.appendVar("PACKAGE_WRITE_DEPS", " glib-2.0-native") | 15 | d.appendVar("PACKAGE_WRITE_DEPS", " glib-2.0-native") |
16 | d.appendVar("RDEPENDS_" + pkg, " ${MLPREFIX}glib-2.0-utils") | 16 | d.appendVar("RDEPENDS:" + pkg, " ${MLPREFIX}glib-2.0-utils") |
17 | d.appendVar("FILES_" + pkg, " ${datadir}/glib-2.0/schemas") | 17 | d.appendVar("FILES:" + pkg, " ${datadir}/glib-2.0/schemas") |
18 | } | 18 | } |
19 | 19 | ||
20 | gsettings_postinstrm () { | 20 | gsettings_postinstrm () { |
21 | glib-compile-schemas $D${datadir}/glib-2.0/schemas | 21 | glib-compile-schemas $D${datadir}/glib-2.0/schemas |
22 | } | 22 | } |
23 | 23 | ||
24 | python populate_packages_append () { | 24 | python populate_packages:append () { |
25 | pkg = d.getVar('GSETTINGS_PACKAGE') | 25 | pkg = d.getVar('GSETTINGS_PACKAGE') |
26 | if pkg: | 26 | if pkg: |
27 | bb.note("adding gsettings postinst scripts to %s" % pkg) | 27 | bb.note("adding gsettings postinst scripts to %s" % pkg) |
28 | 28 | ||
29 | postinst = d.getVar('pkg_postinst_%s' % pkg) or d.getVar('pkg_postinst') | 29 | postinst = d.getVar('pkg_postinst:%s' % pkg) or d.getVar('pkg_postinst') |
30 | if not postinst: | 30 | if not postinst: |
31 | postinst = '#!/bin/sh\n' | 31 | postinst = '#!/bin/sh\n' |
32 | postinst += d.getVar('gsettings_postinstrm') | 32 | postinst += d.getVar('gsettings_postinstrm') |
33 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 33 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
34 | 34 | ||
35 | bb.note("adding gsettings postrm scripts to %s" % pkg) | 35 | bb.note("adding gsettings postrm scripts to %s" % pkg) |
36 | 36 | ||
37 | postrm = d.getVar('pkg_postrm_%s' % pkg) or d.getVar('pkg_postrm') | 37 | postrm = d.getVar('pkg_postrm:%s' % pkg) or d.getVar('pkg_postrm') |
38 | if not postrm: | 38 | if not postrm: |
39 | postrm = '#!/bin/sh\n' | 39 | postrm = '#!/bin/sh\n' |
40 | postrm += d.getVar('gsettings_postinstrm') | 40 | postrm += d.getVar('gsettings_postinstrm') |
41 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 41 | d.setVar('pkg_postrm:%s' % pkg, postrm) |
42 | } | 42 | } |
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass index ef99e63faf..7149bc06c0 100644 --- a/meta/classes/gtk-doc.bbclass +++ b/meta/classes/gtk-doc.bbclass | |||
@@ -7,7 +7,7 @@ | |||
7 | # | 7 | # |
8 | # It should be used in recipes to determine whether gtk-doc based documentation should be built, | 8 | # It should be used in recipes to determine whether gtk-doc based documentation should be built, |
9 | # so that qemu use can be avoided when necessary. | 9 | # so that qemu use can be avoided when necessary. |
10 | GTKDOC_ENABLED_class-native = "False" | 10 | GTKDOC_ENABLED:class-native = "False" |
11 | GTKDOC_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', \ | 11 | GTKDOC_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', \ |
12 | bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}" | 12 | bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', 'True', 'False', d), 'False', d)}" |
13 | 13 | ||
@@ -19,20 +19,20 @@ GTKDOC_MESON_ENABLE_FLAG ?= 'true' | |||
19 | GTKDOC_MESON_DISABLE_FLAG ?= 'false' | 19 | GTKDOC_MESON_DISABLE_FLAG ?= 'false' |
20 | 20 | ||
21 | # Auto enable/disable based on GTKDOC_ENABLED | 21 | # Auto enable/disable based on GTKDOC_ENABLED |
22 | EXTRA_OECONF_prepend_class-target = "${@bb.utils.contains('GTKDOC_ENABLED', 'True', '--enable-gtk-doc --enable-gtk-doc-html --disable-gtk-doc-pdf', \ | 22 | EXTRA_OECONF:prepend:class-target = "${@bb.utils.contains('GTKDOC_ENABLED', 'True', '--enable-gtk-doc --enable-gtk-doc-html --disable-gtk-doc-pdf', \ |
23 | '--disable-gtk-doc', d)} " | 23 | '--disable-gtk-doc', d)} " |
24 | EXTRA_OEMESON_prepend_class-target = "-D${GTKDOC_MESON_OPTION}=${@bb.utils.contains('GTKDOC_ENABLED', 'True', '${GTKDOC_MESON_ENABLE_FLAG}', '${GTKDOC_MESON_DISABLE_FLAG}', d)} " | 24 | EXTRA_OEMESON:prepend:class-target = "-D${GTKDOC_MESON_OPTION}=${@bb.utils.contains('GTKDOC_ENABLED', 'True', '${GTKDOC_MESON_ENABLE_FLAG}', '${GTKDOC_MESON_DISABLE_FLAG}', d)} " |
25 | 25 | ||
26 | # When building native recipes, disable gtkdoc, as it is not necessary, | 26 | # When building native recipes, disable gtkdoc, as it is not necessary, |
27 | # pulls in additional dependencies, and makes build times longer | 27 | # pulls in additional dependencies, and makes build times longer |
28 | EXTRA_OECONF_prepend_class-native = "--disable-gtk-doc " | 28 | EXTRA_OECONF:prepend:class-native = "--disable-gtk-doc " |
29 | EXTRA_OECONF_prepend_class-nativesdk = "--disable-gtk-doc " | 29 | EXTRA_OECONF:prepend:class-nativesdk = "--disable-gtk-doc " |
30 | EXTRA_OEMESON_prepend_class-native = "-D${GTKDOC_MESON_OPTION}=${GTKDOC_MESON_DISABLE_FLAG} " | 30 | EXTRA_OEMESON:prepend:class-native = "-D${GTKDOC_MESON_OPTION}=${GTKDOC_MESON_DISABLE_FLAG} " |
31 | EXTRA_OEMESON_prepend_class-nativesdk = "-D${GTKDOC_MESON_OPTION}=${GTKDOC_MESON_DISABLE_FLAG} " | 31 | EXTRA_OEMESON:prepend:class-nativesdk = "-D${GTKDOC_MESON_OPTION}=${GTKDOC_MESON_DISABLE_FLAG} " |
32 | 32 | ||
33 | # Even though gtkdoc is disabled on -native, gtk-doc package is still | 33 | # Even though gtkdoc is disabled on -native, gtk-doc package is still |
34 | # needed for m4 macros. | 34 | # needed for m4 macros. |
35 | DEPENDS_append = " gtk-doc-native" | 35 | DEPENDS:append = " gtk-doc-native" |
36 | 36 | ||
37 | # The documentation directory, where the infrastructure will be copied. | 37 | # The documentation directory, where the infrastructure will be copied. |
38 | # gtkdocize has a default of "." so to handle out-of-tree builds set this to $S. | 38 | # gtkdocize has a default of "." so to handle out-of-tree builds set this to $S. |
@@ -41,15 +41,15 @@ GTKDOC_DOCDIR ?= "${S}" | |||
41 | export STAGING_DIR_HOST | 41 | export STAGING_DIR_HOST |
42 | 42 | ||
43 | inherit python3native pkgconfig qemu | 43 | inherit python3native pkgconfig qemu |
44 | DEPENDS_append = "${@' qemu-native' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" | 44 | DEPENDS:append = "${@' qemu-native' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" |
45 | 45 | ||
46 | do_configure_prepend () { | 46 | do_configure:prepend () { |
47 | # Need to use ||true as this is only needed if configure.ac both exists | 47 | # Need to use ||true as this is only needed if configure.ac both exists |
48 | # and uses GTK_DOC_CHECK. | 48 | # and uses GTK_DOC_CHECK. |
49 | gtkdocize --srcdir ${S} --docdir ${GTKDOC_DOCDIR} || true | 49 | gtkdocize --srcdir ${S} --docdir ${GTKDOC_DOCDIR} || true |
50 | } | 50 | } |
51 | 51 | ||
52 | do_compile_prepend_class-target () { | 52 | do_compile:prepend:class-target () { |
53 | if [ ${GTKDOC_ENABLED} = True ]; then | 53 | if [ ${GTKDOC_ENABLED} = True ]; then |
54 | # Write out a qemu wrapper that will be given to gtkdoc-scangobj so that it | 54 | # Write out a qemu wrapper that will be given to gtkdoc-scangobj so that it |
55 | # can run target helper binaries through that. | 55 | # can run target helper binaries through that. |
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 340a283851..0248ba285e 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | FILES_${PN} += "${datadir}/icons/hicolor" | 1 | FILES:${PN} += "${datadir}/icons/hicolor" |
2 | 2 | ||
3 | #gtk+3 reqiure GTK3DISTROFEATURES, DEPENDS on it make all the | 3 | #gtk+3 reqiure GTK3DISTROFEATURES, DEPENDS on it make all the |
4 | #recipes inherit this class require GTK3DISTROFEATURES | 4 | #recipes inherit this class require GTK3DISTROFEATURES |
@@ -45,7 +45,7 @@ else | |||
45 | fi | 45 | fi |
46 | } | 46 | } |
47 | 47 | ||
48 | python populate_packages_append () { | 48 | python populate_packages:append () { |
49 | packages = d.getVar('PACKAGES').split() | 49 | packages = d.getVar('PACKAGES').split() |
50 | pkgdest = d.getVar('PKGDEST') | 50 | pkgdest = d.getVar('PKGDEST') |
51 | 51 | ||
@@ -56,29 +56,29 @@ python populate_packages_append () { | |||
56 | 56 | ||
57 | bb.note("adding hicolor-icon-theme dependency to %s" % pkg) | 57 | bb.note("adding hicolor-icon-theme dependency to %s" % pkg) |
58 | rdepends = ' ' + d.getVar('MLPREFIX', False) + "hicolor-icon-theme" | 58 | rdepends = ' ' + d.getVar('MLPREFIX', False) + "hicolor-icon-theme" |
59 | d.appendVar('RDEPENDS_%s' % pkg, rdepends) | 59 | d.appendVar('RDEPENDS:%s' % pkg, rdepends) |
60 | 60 | ||
61 | #gtk_icon_cache_postinst depend on gdk-pixbuf and gtk+3 | 61 | #gtk_icon_cache_postinst depend on gdk-pixbuf and gtk+3 |
62 | bb.note("adding gdk-pixbuf dependency to %s" % pkg) | 62 | bb.note("adding gdk-pixbuf dependency to %s" % pkg) |
63 | rdepends = ' ' + d.getVar('MLPREFIX', False) + "gdk-pixbuf" | 63 | rdepends = ' ' + d.getVar('MLPREFIX', False) + "gdk-pixbuf" |
64 | d.appendVar('RDEPENDS_%s' % pkg, rdepends) | 64 | d.appendVar('RDEPENDS:%s' % pkg, rdepends) |
65 | 65 | ||
66 | bb.note("adding gtk+3 dependency to %s" % pkg) | 66 | bb.note("adding gtk+3 dependency to %s" % pkg) |
67 | rdepends = ' ' + d.getVar('MLPREFIX', False) + "gtk+3" | 67 | rdepends = ' ' + d.getVar('MLPREFIX', False) + "gtk+3" |
68 | d.appendVar('RDEPENDS_%s' % pkg, rdepends) | 68 | d.appendVar('RDEPENDS:%s' % pkg, rdepends) |
69 | 69 | ||
70 | bb.note("adding gtk-icon-cache postinst and postrm scripts to %s" % pkg) | 70 | bb.note("adding gtk-icon-cache postinst and postrm scripts to %s" % pkg) |
71 | 71 | ||
72 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 72 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
73 | if not postinst: | 73 | if not postinst: |
74 | postinst = '#!/bin/sh\n' | 74 | postinst = '#!/bin/sh\n' |
75 | postinst += d.getVar('gtk_icon_cache_postinst') | 75 | postinst += d.getVar('gtk_icon_cache_postinst') |
76 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 76 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
77 | 77 | ||
78 | postrm = d.getVar('pkg_postrm_%s' % pkg) | 78 | postrm = d.getVar('pkg_postrm:%s' % pkg) |
79 | if not postrm: | 79 | if not postrm: |
80 | postrm = '#!/bin/sh\n' | 80 | postrm = '#!/bin/sh\n' |
81 | postrm += d.getVar('gtk_icon_cache_postrm') | 81 | postrm += d.getVar('gtk_icon_cache_postrm') |
82 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 82 | d.setVar('pkg_postrm:%s' % pkg, postrm) |
83 | } | 83 | } |
84 | 84 | ||
diff --git a/meta/classes/gtk-immodules-cache.bbclass b/meta/classes/gtk-immodules-cache.bbclass index 8e783fb493..2107517540 100644 --- a/meta/classes/gtk-immodules-cache.bbclass +++ b/meta/classes/gtk-immodules-cache.bbclass | |||
@@ -47,23 +47,23 @@ else | |||
47 | fi | 47 | fi |
48 | } | 48 | } |
49 | 49 | ||
50 | python populate_packages_append () { | 50 | python populate_packages:append () { |
51 | gtkimmodules_pkgs = d.getVar('GTKIMMODULES_PACKAGES').split() | 51 | gtkimmodules_pkgs = d.getVar('GTKIMMODULES_PACKAGES').split() |
52 | 52 | ||
53 | for pkg in gtkimmodules_pkgs: | 53 | for pkg in gtkimmodules_pkgs: |
54 | bb.note("adding gtk-immodule-cache postinst and postrm scripts to %s" % pkg) | 54 | bb.note("adding gtk-immodule-cache postinst and postrm scripts to %s" % pkg) |
55 | 55 | ||
56 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 56 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
57 | if not postinst: | 57 | if not postinst: |
58 | postinst = '#!/bin/sh\n' | 58 | postinst = '#!/bin/sh\n' |
59 | postinst += d.getVar('gtk_immodule_cache_postinst') | 59 | postinst += d.getVar('gtk_immodule_cache_postinst') |
60 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 60 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
61 | 61 | ||
62 | postrm = d.getVar('pkg_postrm_%s' % pkg) | 62 | postrm = d.getVar('pkg_postrm:%s' % pkg) |
63 | if not postrm: | 63 | if not postrm: |
64 | postrm = '#!/bin/sh\n' | 64 | postrm = '#!/bin/sh\n' |
65 | postrm += d.getVar('gtk_immodule_cache_postrm') | 65 | postrm += d.getVar('gtk_immodule_cache_postrm') |
66 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 66 | d.setVar('pkg_postrm:%s' % pkg, postrm) |
67 | } | 67 | } |
68 | 68 | ||
69 | python __anonymous() { | 69 | python __anonymous() { |
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 089d52732f..794e9930ad 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
@@ -47,7 +47,7 @@ HOSTTOOLS_NONFATAL += "icecc patchelf" | |||
47 | # | 47 | # |
48 | # A useful thing to do for testing Icecream changes locally is to add a | 48 | # A useful thing to do for testing Icecream changes locally is to add a |
49 | # subversion in local.conf: | 49 | # subversion in local.conf: |
50 | # ICECC_ENV_VERSION_append = "-my-ver-1" | 50 | # ICECC_ENV_VERSION:append = "-my-ver-1" |
51 | ICECC_ENV_VERSION = "2" | 51 | ICECC_ENV_VERSION = "2" |
52 | 52 | ||
53 | # Default to disabling the caret workaround, If set to "1" in local.conf, icecc | 53 | # Default to disabling the caret workaround, If set to "1" in local.conf, icecc |
@@ -105,7 +105,7 @@ def get_icecc_dep(d): | |||
105 | return "icecc-create-env-native" | 105 | return "icecc-create-env-native" |
106 | return "" | 106 | return "" |
107 | 107 | ||
108 | DEPENDS_prepend = "${@get_icecc_dep(d)} " | 108 | DEPENDS:prepend = "${@get_icecc_dep(d)} " |
109 | 109 | ||
110 | get_cross_kernel_cc[vardepsexclude] += "KERNEL_CC" | 110 | get_cross_kernel_cc[vardepsexclude] += "KERNEL_CC" |
111 | def get_cross_kernel_cc(bb,d): | 111 | def get_cross_kernel_cc(bb,d): |
@@ -428,28 +428,28 @@ set_icecc_env() { | |||
428 | bbnote "Using icecc tarball: $ICECC_VERSION" | 428 | bbnote "Using icecc tarball: $ICECC_VERSION" |
429 | } | 429 | } |
430 | 430 | ||
431 | do_configure_prepend() { | 431 | do_configure:prepend() { |
432 | set_icecc_env | 432 | set_icecc_env |
433 | } | 433 | } |
434 | 434 | ||
435 | do_compile_prepend() { | 435 | do_compile:prepend() { |
436 | set_icecc_env | 436 | set_icecc_env |
437 | } | 437 | } |
438 | 438 | ||
439 | do_compile_kernelmodules_prepend() { | 439 | do_compile_kernelmodules:prepend() { |
440 | set_icecc_env | 440 | set_icecc_env |
441 | } | 441 | } |
442 | 442 | ||
443 | do_install_prepend() { | 443 | do_install:prepend() { |
444 | set_icecc_env | 444 | set_icecc_env |
445 | } | 445 | } |
446 | 446 | ||
447 | # IceCream is not (currently) supported in the extensible SDK | 447 | # IceCream is not (currently) supported in the extensible SDK |
448 | ICECC_SDK_HOST_TASK = "nativesdk-icecc-toolchain" | 448 | ICECC_SDK_HOST_TASK = "nativesdk-icecc-toolchain" |
449 | ICECC_SDK_HOST_TASK_task-populate-sdk-ext = "" | 449 | ICECC_SDK_HOST_TASK:task-populate-sdk-ext = "" |
450 | 450 | ||
451 | # Don't include IceCream in uninative tarball | 451 | # Don't include IceCream in uninative tarball |
452 | ICECC_SDK_HOST_TASK_pn-uninative-tarball = "" | 452 | ICECC_SDK_HOST_TASK:pn-uninative-tarball = "" |
453 | 453 | ||
454 | # Add the toolchain scripts to the SDK | 454 | # Add the toolchain scripts to the SDK |
455 | TOOLCHAIN_HOST_TASK_append = " ${ICECC_SDK_HOST_TASK}" | 455 | TOOLCHAIN_HOST_TASK:append = " ${ICECC_SDK_HOST_TASK}" |
diff --git a/meta/classes/image-combined-dbg.bbclass b/meta/classes/image-combined-dbg.bbclass index f4772f7ea1..e5dc61f857 100644 --- a/meta/classes/image-combined-dbg.bbclass +++ b/meta/classes/image-combined-dbg.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | IMAGE_PREPROCESS_COMMAND_append = " combine_dbg_image; " | 1 | IMAGE_PREPROCESS_COMMAND:append = " combine_dbg_image; " |
2 | 2 | ||
3 | combine_dbg_image () { | 3 | combine_dbg_image () { |
4 | if [ "${IMAGE_GEN_DEBUGFS}" = "1" -a -e ${IMAGE_ROOTFS}-dbg ]; then | 4 | if [ "${IMAGE_GEN_DEBUGFS}" = "1" -a -e ${IMAGE_ROOTFS}-dbg ]; then |
diff --git a/meta/classes/image-prelink.bbclass b/meta/classes/image-prelink.bbclass index ebf6e6d7ee..0da094a551 100644 --- a/meta/classes/image-prelink.bbclass +++ b/meta/classes/image-prelink.bbclass | |||
@@ -1,6 +1,6 @@ | |||
1 | do_rootfs[depends] += "prelink-native:do_populate_sysroot" | 1 | do_rootfs[depends] += "prelink-native:do_populate_sysroot" |
2 | 2 | ||
3 | IMAGE_PREPROCESS_COMMAND_append_libc-glibc = " prelink_setup; prelink_image; " | 3 | IMAGE_PREPROCESS_COMMAND:append:libc-glibc = " prelink_setup; prelink_image; " |
4 | 4 | ||
5 | python prelink_setup () { | 5 | python prelink_setup () { |
6 | oe.utils.write_ld_so_conf(d) | 6 | oe.utils.write_ld_so_conf(d) |
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 67603d958d..45dd56b544 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -26,7 +26,7 @@ PACKAGES = "" | |||
26 | DEPENDS += "${@' '.join(["%s-qemuwrapper-cross" % m for m in d.getVar("MULTILIB_VARIANTS").split()])} qemuwrapper-cross depmodwrapper-cross cross-localedef-native" | 26 | DEPENDS += "${@' '.join(["%s-qemuwrapper-cross" % m for m in d.getVar("MULTILIB_VARIANTS").split()])} qemuwrapper-cross depmodwrapper-cross cross-localedef-native" |
27 | RDEPENDS += "${PACKAGE_INSTALL} ${LINGUAS_INSTALL} ${IMAGE_INSTALL_DEBUGFS}" | 27 | RDEPENDS += "${PACKAGE_INSTALL} ${LINGUAS_INSTALL} ${IMAGE_INSTALL_DEBUGFS}" |
28 | RRECOMMENDS += "${PACKAGE_INSTALL_ATTEMPTONLY}" | 28 | RRECOMMENDS += "${PACKAGE_INSTALL_ATTEMPTONLY}" |
29 | PATH_prepend = "${@":".join(all_multilib_tune_values(d, 'STAGING_BINDIR_CROSS').split())}:" | 29 | PATH:prepend = "${@":".join(all_multilib_tune_values(d, 'STAGING_BINDIR_CROSS').split())}:" |
30 | 30 | ||
31 | INHIBIT_DEFAULT_DEPS = "1" | 31 | INHIBIT_DEFAULT_DEPS = "1" |
32 | 32 | ||
@@ -92,7 +92,7 @@ PID = "${@os.getpid()}" | |||
92 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 92 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
93 | 93 | ||
94 | LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot" | 94 | LDCONFIGDEPEND ?= "ldconfig-native:do_populate_sysroot" |
95 | LDCONFIGDEPEND_libc-musl = "" | 95 | LDCONFIGDEPEND:libc-musl = "" |
96 | 96 | ||
97 | # This is needed to have depmod data in PKGDATA_DIR, | 97 | # This is needed to have depmod data in PKGDATA_DIR, |
98 | # but if you're building small initramfs image | 98 | # but if you're building small initramfs image |
@@ -273,7 +273,7 @@ fakeroot python do_image_complete () { | |||
273 | } | 273 | } |
274 | do_image_complete[dirs] = "${TOPDIR}" | 274 | do_image_complete[dirs] = "${TOPDIR}" |
275 | SSTATETASKS += "do_image_complete" | 275 | SSTATETASKS += "do_image_complete" |
276 | SSTATE_SKIP_CREATION_task-image-complete = '1' | 276 | SSTATE_SKIP_CREATION:task-image-complete = '1' |
277 | do_image_complete[sstate-inputdirs] = "${IMGDEPLOYDIR}" | 277 | do_image_complete[sstate-inputdirs] = "${IMGDEPLOYDIR}" |
278 | do_image_complete[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}" | 278 | do_image_complete[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}" |
279 | do_image_complete[stamp-extra-info] = "${MACHINE_ARCH}" | 279 | do_image_complete[stamp-extra-info] = "${MACHINE_ARCH}" |
@@ -314,7 +314,7 @@ fakeroot python do_image_qa () { | |||
314 | addtask do_image_qa after do_rootfs before do_image | 314 | addtask do_image_qa after do_rootfs before do_image |
315 | 315 | ||
316 | SSTATETASKS += "do_image_qa" | 316 | SSTATETASKS += "do_image_qa" |
317 | SSTATE_SKIP_CREATION_task-image-qa = '1' | 317 | SSTATE_SKIP_CREATION:task-image-qa = '1' |
318 | do_image_qa[sstate-inputdirs] = "" | 318 | do_image_qa[sstate-inputdirs] = "" |
319 | do_image_qa[sstate-outputdirs] = "" | 319 | do_image_qa[sstate-outputdirs] = "" |
320 | python do_image_qa_setscene () { | 320 | python do_image_qa_setscene () { |
@@ -431,21 +431,21 @@ python () { | |||
431 | localdata.delVar('DATETIME') | 431 | localdata.delVar('DATETIME') |
432 | localdata.delVar('DATE') | 432 | localdata.delVar('DATE') |
433 | localdata.delVar('TMPDIR') | 433 | localdata.delVar('TMPDIR') |
434 | vardepsexclude = (d.getVarFlag('IMAGE_CMD_' + realt, 'vardepsexclude', True) or '').split() | 434 | vardepsexclude = (d.getVarFlag('IMAGE_CMD:' + realt, 'vardepsexclude', True) or '').split() |
435 | for dep in vardepsexclude: | 435 | for dep in vardepsexclude: |
436 | localdata.delVar(dep) | 436 | localdata.delVar(dep) |
437 | 437 | ||
438 | image_cmd = localdata.getVar("IMAGE_CMD") | 438 | image_cmd = localdata.getVar("IMAGE_CMD") |
439 | vardeps.add('IMAGE_CMD_' + realt) | 439 | vardeps.add('IMAGE_CMD:' + realt) |
440 | if image_cmd: | 440 | if image_cmd: |
441 | cmds.append("\t" + image_cmd) | 441 | cmds.append("\t" + image_cmd) |
442 | else: | 442 | else: |
443 | bb.fatal("No IMAGE_CMD defined for IMAGE_FSTYPES entry '%s' - possibly invalid type name or missing support class" % t) | 443 | bb.fatal("No IMAGE_CMD defined for IMAGE_FSTYPES entry '%s' - possibly invalid type name or missing support class" % t) |
444 | cmds.append(localdata.expand("\tcd ${IMGDEPLOYDIR}")) | 444 | cmds.append(localdata.expand("\tcd ${IMGDEPLOYDIR}")) |
445 | 445 | ||
446 | # Since a copy of IMAGE_CMD_xxx will be inlined within do_image_xxx, | 446 | # Since a copy of IMAGE_CMD:xxx will be inlined within do_image_xxx, |
447 | # prevent a redundant copy of IMAGE_CMD_xxx being emitted as a function. | 447 | # prevent a redundant copy of IMAGE_CMD:xxx being emitted as a function. |
448 | d.delVarFlag('IMAGE_CMD_' + realt, 'func') | 448 | d.delVarFlag('IMAGE_CMD:' + realt, 'func') |
449 | 449 | ||
450 | rm_tmp_images = set() | 450 | rm_tmp_images = set() |
451 | def gen_conversion_cmds(bt): | 451 | def gen_conversion_cmds(bt): |
@@ -667,6 +667,6 @@ systemd_preset_all () { | |||
667 | fi | 667 | fi |
668 | } | 668 | } |
669 | 669 | ||
670 | IMAGE_PREPROCESS_COMMAND_append = " ${@ 'systemd_preset_all;' if bb.utils.contains('DISTRO_FEATURES', 'systemd', True, False, d) and not bb.utils.contains('IMAGE_FEATURES', 'stateless-rootfs', True, False, d) else ''} reproducible_final_image_task; " | 670 | IMAGE_PREPROCESS_COMMAND:append = " ${@ 'systemd_preset_all;' if bb.utils.contains('DISTRO_FEATURES', 'systemd', True, False, d) and not bb.utils.contains('IMAGE_FEATURES', 'stateless-rootfs', True, False, d) else ''} reproducible_final_image_task; " |
671 | 671 | ||
672 | CVE_PRODUCT = "" | 672 | CVE_PRODUCT = "" |
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 6b28cdbb3c..3620931224 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/classes/image_types.bbclass | |||
@@ -56,9 +56,9 @@ ZIP_COMPRESSION_LEVEL ?= "-9" | |||
56 | ZSTD_COMPRESSION_LEVEL ?= "-3" | 56 | ZSTD_COMPRESSION_LEVEL ?= "-3" |
57 | 57 | ||
58 | JFFS2_SUM_EXTRA_ARGS ?= "" | 58 | JFFS2_SUM_EXTRA_ARGS ?= "" |
59 | IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime --output=${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.jffs2 ${EXTRA_IMAGECMD}" | 59 | IMAGE_CMD:jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime --output=${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.jffs2 ${EXTRA_IMAGECMD}" |
60 | 60 | ||
61 | IMAGE_CMD_cramfs = "mkfs.cramfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.cramfs ${EXTRA_IMAGECMD}" | 61 | IMAGE_CMD:cramfs = "mkfs.cramfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.cramfs ${EXTRA_IMAGECMD}" |
62 | 62 | ||
63 | oe_mkext234fs () { | 63 | oe_mkext234fs () { |
64 | fstype=$1 | 64 | fstype=$1 |
@@ -88,12 +88,12 @@ oe_mkext234fs () { | |||
88 | fsck.$fstype -pvfD ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.$fstype || [ $? -le 3 ] | 88 | fsck.$fstype -pvfD ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.$fstype || [ $? -le 3 ] |
89 | } | 89 | } |
90 | 90 | ||
91 | IMAGE_CMD_ext2 = "oe_mkext234fs ext2 ${EXTRA_IMAGECMD}" | 91 | IMAGE_CMD:ext2 = "oe_mkext234fs ext2 ${EXTRA_IMAGECMD}" |
92 | IMAGE_CMD_ext3 = "oe_mkext234fs ext3 ${EXTRA_IMAGECMD}" | 92 | IMAGE_CMD:ext3 = "oe_mkext234fs ext3 ${EXTRA_IMAGECMD}" |
93 | IMAGE_CMD_ext4 = "oe_mkext234fs ext4 ${EXTRA_IMAGECMD}" | 93 | IMAGE_CMD:ext4 = "oe_mkext234fs ext4 ${EXTRA_IMAGECMD}" |
94 | 94 | ||
95 | MIN_BTRFS_SIZE ?= "16384" | 95 | MIN_BTRFS_SIZE ?= "16384" |
96 | IMAGE_CMD_btrfs () { | 96 | IMAGE_CMD:btrfs () { |
97 | size=${ROOTFS_SIZE} | 97 | size=${ROOTFS_SIZE} |
98 | if [ ${size} -lt ${MIN_BTRFS_SIZE} ] ; then | 98 | if [ ${size} -lt ${MIN_BTRFS_SIZE} ] ; then |
99 | size=${MIN_BTRFS_SIZE} | 99 | size=${MIN_BTRFS_SIZE} |
@@ -103,22 +103,22 @@ IMAGE_CMD_btrfs () { | |||
103 | mkfs.btrfs ${EXTRA_IMAGECMD} -r ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.btrfs | 103 | mkfs.btrfs ${EXTRA_IMAGECMD} -r ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.btrfs |
104 | } | 104 | } |
105 | 105 | ||
106 | IMAGE_CMD_squashfs = "mksquashfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.squashfs ${EXTRA_IMAGECMD} -noappend" | 106 | IMAGE_CMD:squashfs = "mksquashfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.squashfs ${EXTRA_IMAGECMD} -noappend" |
107 | IMAGE_CMD_squashfs-xz = "mksquashfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.squashfs-xz ${EXTRA_IMAGECMD} -noappend -comp xz" | 107 | IMAGE_CMD:squashfs-xz = "mksquashfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.squashfs-xz ${EXTRA_IMAGECMD} -noappend -comp xz" |
108 | IMAGE_CMD_squashfs-lzo = "mksquashfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.squashfs-lzo ${EXTRA_IMAGECMD} -noappend -comp lzo" | 108 | IMAGE_CMD:squashfs-lzo = "mksquashfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.squashfs-lzo ${EXTRA_IMAGECMD} -noappend -comp lzo" |
109 | IMAGE_CMD_squashfs-lz4 = "mksquashfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.squashfs-lz4 ${EXTRA_IMAGECMD} -noappend -comp lz4" | 109 | IMAGE_CMD:squashfs-lz4 = "mksquashfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.squashfs-lz4 ${EXTRA_IMAGECMD} -noappend -comp lz4" |
110 | 110 | ||
111 | IMAGE_CMD_erofs = "mkfs.erofs ${EXTRA_IMAGECMD} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.erofs ${IMAGE_ROOTFS}" | 111 | IMAGE_CMD:erofs = "mkfs.erofs ${EXTRA_IMAGECMD} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.erofs ${IMAGE_ROOTFS}" |
112 | IMAGE_CMD_erofs-lz4 = "mkfs.erofs -zlz4 ${EXTRA_IMAGECMD} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.erofs-lz4 ${IMAGE_ROOTFS}" | 112 | IMAGE_CMD:erofs-lz4 = "mkfs.erofs -zlz4 ${EXTRA_IMAGECMD} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.erofs-lz4 ${IMAGE_ROOTFS}" |
113 | IMAGE_CMD_erofs-lz4hc = "mkfs.erofs -zlz4hc ${EXTRA_IMAGECMD} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.erofs-lz4hc ${IMAGE_ROOTFS}" | 113 | IMAGE_CMD:erofs-lz4hc = "mkfs.erofs -zlz4hc ${EXTRA_IMAGECMD} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.erofs-lz4hc ${IMAGE_ROOTFS}" |
114 | 114 | ||
115 | 115 | ||
116 | IMAGE_CMD_TAR ?= "tar" | 116 | IMAGE_CMD_TAR ?= "tar" |
117 | # ignore return code 1 "file changed as we read it" as other tasks(e.g. do_image_wic) may be hardlinking rootfs | 117 | # ignore return code 1 "file changed as we read it" as other tasks(e.g. do_image_wic) may be hardlinking rootfs |
118 | IMAGE_CMD_tar = "${IMAGE_CMD_TAR} --sort=name --format=posix --numeric-owner -cf ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.tar -C ${IMAGE_ROOTFS} . || [ $? -eq 1 ]" | 118 | IMAGE_CMD:tar = "${IMAGE_CMD_TAR} --sort=name --format=posix --numeric-owner -cf ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.tar -C ${IMAGE_ROOTFS} . || [ $? -eq 1 ]" |
119 | 119 | ||
120 | do_image_cpio[cleandirs] += "${WORKDIR}/cpio_append" | 120 | do_image_cpio[cleandirs] += "${WORKDIR}/cpio_append" |
121 | IMAGE_CMD_cpio () { | 121 | IMAGE_CMD:cpio () { |
122 | (cd ${IMAGE_ROOTFS} && find . | sort | cpio --reproducible -o -H newc >${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.cpio) | 122 | (cd ${IMAGE_ROOTFS} && find . | sort | cpio --reproducible -o -H newc >${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.cpio) |
123 | # We only need the /init symlink if we're building the real | 123 | # We only need the /init symlink if we're building the real |
124 | # image. The -dbg image doesn't need it! By being clever | 124 | # image. The -dbg image doesn't need it! By being clever |
@@ -184,7 +184,7 @@ multiubi_mkfs() { | |||
184 | fi | 184 | fi |
185 | } | 185 | } |
186 | 186 | ||
187 | IMAGE_CMD_multiubi () { | 187 | IMAGE_CMD:multiubi () { |
188 | # Split MKUBIFS_ARGS_<name> and UBINIZE_ARGS_<name> | 188 | # Split MKUBIFS_ARGS_<name> and UBINIZE_ARGS_<name> |
189 | for name in ${MULTIUBI_BUILD}; do | 189 | for name in ${MULTIUBI_BUILD}; do |
190 | eval local mkubifs_args=\"\$MKUBIFS_ARGS_${name}\" | 190 | eval local mkubifs_args=\"\$MKUBIFS_ARGS_${name}\" |
@@ -194,15 +194,15 @@ IMAGE_CMD_multiubi () { | |||
194 | done | 194 | done |
195 | } | 195 | } |
196 | 196 | ||
197 | IMAGE_CMD_ubi () { | 197 | IMAGE_CMD:ubi () { |
198 | multiubi_mkfs "${MKUBIFS_ARGS}" "${UBINIZE_ARGS}" | 198 | multiubi_mkfs "${MKUBIFS_ARGS}" "${UBINIZE_ARGS}" |
199 | } | 199 | } |
200 | IMAGE_TYPEDEP_ubi = "ubifs" | 200 | IMAGE_TYPEDEP_ubi = "ubifs" |
201 | 201 | ||
202 | IMAGE_CMD_ubifs = "mkfs.ubifs -r ${IMAGE_ROOTFS} -o ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.ubifs ${MKUBIFS_ARGS}" | 202 | IMAGE_CMD:ubifs = "mkfs.ubifs -r ${IMAGE_ROOTFS} -o ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.ubifs ${MKUBIFS_ARGS}" |
203 | 203 | ||
204 | MIN_F2FS_SIZE ?= "524288" | 204 | MIN_F2FS_SIZE ?= "524288" |
205 | IMAGE_CMD_f2fs () { | 205 | IMAGE_CMD:f2fs () { |
206 | # We need to add additional smarts here form devices smaller than 1.5G | 206 | # We need to add additional smarts here form devices smaller than 1.5G |
207 | # Need to scale appropriately between 40M -> 1.5G as the "overprovision | 207 | # Need to scale appropriately between 40M -> 1.5G as the "overprovision |
208 | # ratio" goes down as the device gets bigger (70% -> 4.5%), below about | 208 | # ratio" goes down as the device gets bigger (70% -> 4.5%), below about |
@@ -224,14 +224,14 @@ inherit siteinfo kernel-arch image-artifact-names | |||
224 | 224 | ||
225 | JFFS2_ENDIANNESS ?= "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', '-l', '-b', d)}" | 225 | JFFS2_ENDIANNESS ?= "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', '-l', '-b', d)}" |
226 | JFFS2_ERASEBLOCK ?= "0x40000" | 226 | JFFS2_ERASEBLOCK ?= "0x40000" |
227 | EXTRA_IMAGECMD_jffs2 ?= "--pad ${JFFS2_ENDIANNESS} --eraseblock=${JFFS2_ERASEBLOCK} --no-cleanmarkers" | 227 | EXTRA_IMAGECMD:jffs2 ?= "--pad ${JFFS2_ENDIANNESS} --eraseblock=${JFFS2_ERASEBLOCK} --no-cleanmarkers" |
228 | 228 | ||
229 | # Change these if you want default mkfs behavior (i.e. create minimal inode number) | 229 | # Change these if you want default mkfs behavior (i.e. create minimal inode number) |
230 | EXTRA_IMAGECMD_ext2 ?= "-i 4096" | 230 | EXTRA_IMAGECMD:ext2 ?= "-i 4096" |
231 | EXTRA_IMAGECMD_ext3 ?= "-i 4096" | 231 | EXTRA_IMAGECMD:ext3 ?= "-i 4096" |
232 | EXTRA_IMAGECMD_ext4 ?= "-i 4096" | 232 | EXTRA_IMAGECMD:ext4 ?= "-i 4096" |
233 | EXTRA_IMAGECMD_btrfs ?= "-n 4096 --shrink" | 233 | EXTRA_IMAGECMD:btrfs ?= "-n 4096 --shrink" |
234 | EXTRA_IMAGECMD_f2fs ?= "" | 234 | EXTRA_IMAGECMD:f2fs ?= "" |
235 | 235 | ||
236 | do_image_cpio[depends] += "cpio-native:do_populate_sysroot" | 236 | do_image_cpio[depends] += "cpio-native:do_populate_sysroot" |
237 | do_image_jffs2[depends] += "mtd-utils-native:do_populate_sysroot" | 237 | do_image_jffs2[depends] += "mtd-utils-native:do_populate_sysroot" |
diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass index 49be1da77a..2f1a0b709c 100644 --- a/meta/classes/image_types_wic.bbclass +++ b/meta/classes/image_types_wic.bbclass | |||
@@ -26,7 +26,7 @@ def wks_search(files, search_path): | |||
26 | 26 | ||
27 | WIC_CREATE_EXTRA_ARGS ?= "" | 27 | WIC_CREATE_EXTRA_ARGS ?= "" |
28 | 28 | ||
29 | IMAGE_CMD_wic () { | 29 | IMAGE_CMD:wic () { |
30 | out="${IMGDEPLOYDIR}/${IMAGE_NAME}" | 30 | out="${IMGDEPLOYDIR}/${IMAGE_NAME}" |
31 | build_wic="${WORKDIR}/build-wic" | 31 | build_wic="${WORKDIR}/build-wic" |
32 | tmp_wic="${WORKDIR}/tmp-wic" | 32 | tmp_wic="${WORKDIR}/tmp-wic" |
@@ -42,7 +42,7 @@ IMAGE_CMD_wic () { | |||
42 | BUILDDIR="${TOPDIR}" PSEUDO_UNLOAD=1 wic create "$wks" --vars "${STAGING_DIR}/${MACHINE}/imgdata/" -e "${IMAGE_BASENAME}" -o "$build_wic/" -w "$tmp_wic" ${WIC_CREATE_EXTRA_ARGS} | 42 | BUILDDIR="${TOPDIR}" PSEUDO_UNLOAD=1 wic create "$wks" --vars "${STAGING_DIR}/${MACHINE}/imgdata/" -e "${IMAGE_BASENAME}" -o "$build_wic/" -w "$tmp_wic" ${WIC_CREATE_EXTRA_ARGS} |
43 | mv "$build_wic/$(basename "${wks%.wks}")"*.direct "$out${IMAGE_NAME_SUFFIX}.wic" | 43 | mv "$build_wic/$(basename "${wks%.wks}")"*.direct "$out${IMAGE_NAME_SUFFIX}.wic" |
44 | } | 44 | } |
45 | IMAGE_CMD_wic[vardepsexclude] = "WKS_FULL_PATH WKS_FILES TOPDIR" | 45 | IMAGE_CMD:wic[vardepsexclude] = "WKS_FULL_PATH WKS_FILES TOPDIR" |
46 | do_image_wic[cleandirs] = "${WORKDIR}/build-wic" | 46 | do_image_wic[cleandirs] = "${WORKDIR}/build-wic" |
47 | 47 | ||
48 | PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/build-wic" | 48 | PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/build-wic" |
@@ -60,9 +60,9 @@ do_image_wic[deptask] += "do_image_complete" | |||
60 | WKS_FILE_DEPENDS_DEFAULT = '${@bb.utils.contains_any("BUILD_ARCH", [ 'x86_64', 'i686' ], "syslinux-native", "",d)}' | 60 | WKS_FILE_DEPENDS_DEFAULT = '${@bb.utils.contains_any("BUILD_ARCH", [ 'x86_64', 'i686' ], "syslinux-native", "",d)}' |
61 | WKS_FILE_DEPENDS_DEFAULT += "bmap-tools-native cdrtools-native btrfs-tools-native squashfs-tools-native e2fsprogs-native" | 61 | WKS_FILE_DEPENDS_DEFAULT += "bmap-tools-native cdrtools-native btrfs-tools-native squashfs-tools-native e2fsprogs-native" |
62 | WKS_FILE_DEPENDS_BOOTLOADERS = "" | 62 | WKS_FILE_DEPENDS_BOOTLOADERS = "" |
63 | WKS_FILE_DEPENDS_BOOTLOADERS_x86 = "syslinux grub-efi systemd-boot" | 63 | WKS_FILE_DEPENDS_BOOTLOADERS:x86 = "syslinux grub-efi systemd-boot" |
64 | WKS_FILE_DEPENDS_BOOTLOADERS_x86-64 = "syslinux grub-efi systemd-boot" | 64 | WKS_FILE_DEPENDS_BOOTLOADERS:x86-64 = "syslinux grub-efi systemd-boot" |
65 | WKS_FILE_DEPENDS_BOOTLOADERS_x86-x32 = "syslinux grub-efi" | 65 | WKS_FILE_DEPENDS_BOOTLOADERS:x86-x32 = "syslinux grub-efi" |
66 | 66 | ||
67 | WKS_FILE_DEPENDS ??= "${WKS_FILE_DEPENDS_DEFAULT} ${WKS_FILE_DEPENDS_BOOTLOADERS}" | 67 | WKS_FILE_DEPENDS ??= "${WKS_FILE_DEPENDS_DEFAULT} ${WKS_FILE_DEPENDS_BOOTLOADERS}" |
68 | 68 | ||
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 763d5f1da2..f9a35f2daa 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -40,7 +40,7 @@ ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \ | |||
40 | useless-rpaths rpaths staticdev \ | 40 | useless-rpaths rpaths staticdev \ |
41 | " | 41 | " |
42 | # Add usrmerge QA check based on distro feature | 42 | # Add usrmerge QA check based on distro feature |
43 | ERROR_QA_append = "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', ' usrmerge', '', d)}" | 43 | ERROR_QA:append = "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', ' usrmerge', '', d)}" |
44 | 44 | ||
45 | FAKEROOT_QA = "host-user-contaminated" | 45 | FAKEROOT_QA = "host-user-contaminated" |
46 | FAKEROOT_QA[doc] = "QA tests which need to run under fakeroot. If any \ | 46 | FAKEROOT_QA[doc] = "QA tests which need to run under fakeroot. If any \ |
@@ -246,7 +246,7 @@ def package_qa_check_mime_xdg(path, name, d, elf, messages): | |||
246 | pkgname = name | 246 | pkgname = name |
247 | if name == d.getVar('PN'): | 247 | if name == d.getVar('PN'): |
248 | pkgname = '${PN}' | 248 | pkgname = '${PN}' |
249 | wstr += "If yes: add \'inhert mime-xdg\' and \'MIME_XDG_PACKAGES += \"%s\"\' / if no add \'INSANE_SKIP_%s += \"mime-xdg\"\' to recipe." % (pkgname, pkgname) | 249 | wstr += "If yes: add \'inhert mime-xdg\' and \'MIME_XDG_PACKAGES += \"%s\"\' / if no add \'INSANE_SKIP:%s += \"mime-xdg\"\' to recipe." % (pkgname, pkgname) |
250 | package_qa_add_message(messages, "mime-xdg", wstr) | 250 | package_qa_add_message(messages, "mime-xdg", wstr) |
251 | if mime_type_found: | 251 | if mime_type_found: |
252 | package_qa_add_message(messages, "mime-xdg", "package contains desktop file with key 'MimeType' but does not inhert mime-xdg: %s path '%s'" % \ | 252 | package_qa_add_message(messages, "mime-xdg", "package contains desktop file with key 'MimeType' but does not inhert mime-xdg: %s path '%s'" % \ |
@@ -279,7 +279,7 @@ def package_qa_check_libdir(d): | |||
279 | # Skip subdirectories for any packages with libdir in INSANE_SKIP | 279 | # Skip subdirectories for any packages with libdir in INSANE_SKIP |
280 | skippackages = [] | 280 | skippackages = [] |
281 | for package in dirs: | 281 | for package in dirs: |
282 | if 'libdir' in (d.getVar('INSANE_SKIP_' + package) or "").split(): | 282 | if 'libdir' in (d.getVar('INSANE_SKIP:' + package) or "").split(): |
283 | bb.note("Package %s skipping libdir QA test" % (package)) | 283 | bb.note("Package %s skipping libdir QA test" % (package)) |
284 | skippackages.append(package) | 284 | skippackages.append(package) |
285 | elif d.getVar('PACKAGE_DEBUG_SPLIT_STYLE') == 'debug-file-directory' and package.endswith("-dbg"): | 285 | elif d.getVar('PACKAGE_DEBUG_SPLIT_STYLE') == 'debug-file-directory' and package.endswith("-dbg"): |
@@ -483,7 +483,7 @@ def package_qa_check_xorg_driver_abi(path, name, d, elf, messages): | |||
483 | driverdir = d.expand("${libdir}/xorg/modules/drivers/") | 483 | driverdir = d.expand("${libdir}/xorg/modules/drivers/") |
484 | if driverdir in path and path.endswith(".so"): | 484 | if driverdir in path and path.endswith(".so"): |
485 | mlprefix = d.getVar('MLPREFIX') or '' | 485 | mlprefix = d.getVar('MLPREFIX') or '' |
486 | for rdep in bb.utils.explode_deps(d.getVar('RDEPENDS_' + name) or ""): | 486 | for rdep in bb.utils.explode_deps(d.getVar('RDEPENDS:' + name) or ""): |
487 | if rdep.startswith("%sxorg-abi-" % mlprefix): | 487 | if rdep.startswith("%sxorg-abi-" % mlprefix): |
488 | return | 488 | return |
489 | package_qa_add_message(messages, "xorg-driver-abi", "Package %s contains Xorg driver (%s) but no xorg-abi- dependencies" % (name, os.path.basename(path))) | 489 | package_qa_add_message(messages, "xorg-driver-abi", "Package %s contains Xorg driver (%s) but no xorg-abi- dependencies" % (name, os.path.basename(path))) |
@@ -795,7 +795,7 @@ def package_qa_check_rdepends(pkg, pkgdest, skip, taskdeps, packages, d): | |||
795 | 795 | ||
796 | # The python is not a package, but python-core provides it, so | 796 | # The python is not a package, but python-core provides it, so |
797 | # skip checking /usr/bin/python if python is in the rdeps, in | 797 | # skip checking /usr/bin/python if python is in the rdeps, in |
798 | # case there is a RDEPENDS_pkg = "python" in the recipe. | 798 | # case there is a RDEPENDS:pkg = "python" in the recipe. |
799 | for py in [ d.getVar('MLPREFIX') + "python", "python" ]: | 799 | for py in [ d.getVar('MLPREFIX') + "python", "python" ]: |
800 | if py in done: | 800 | if py in done: |
801 | filerdepends.pop("/usr/bin/python",None) | 801 | filerdepends.pop("/usr/bin/python",None) |
@@ -808,7 +808,7 @@ def package_qa_check_rdepends(pkg, pkgdest, skip, taskdeps, packages, d): | |||
808 | # For Saving the FILERPROVIDES, RPROVIDES and FILES_INFO | 808 | # For Saving the FILERPROVIDES, RPROVIDES and FILES_INFO |
809 | rdep_data = oe.packagedata.read_subpkgdata(rdep, d) | 809 | rdep_data = oe.packagedata.read_subpkgdata(rdep, d) |
810 | for key in rdep_data: | 810 | for key in rdep_data: |
811 | if key.startswith("FILERPROVIDES_") or key.startswith("RPROVIDES_"): | 811 | if key.startswith("FILERPROVIDES_") or key.startswith("RPROVIDES:"): |
812 | for subkey in bb.utils.explode_deps(rdep_data[key]): | 812 | for subkey in bb.utils.explode_deps(rdep_data[key]): |
813 | filerdepends.pop(subkey,None) | 813 | filerdepends.pop(subkey,None) |
814 | # Add the files list to the rprovides | 814 | # Add the files list to the rprovides |
@@ -821,7 +821,7 @@ def package_qa_check_rdepends(pkg, pkgdest, skip, taskdeps, packages, d): | |||
821 | break | 821 | break |
822 | if filerdepends: | 822 | if filerdepends: |
823 | for key in filerdepends: | 823 | for key in filerdepends: |
824 | error_msg = "%s contained in package %s requires %s, but no providers found in RDEPENDS_%s?" % \ | 824 | error_msg = "%s contained in package %s requires %s, but no providers found in RDEPENDS:%s?" % \ |
825 | (filerdepends[key].replace("_%s" % pkg, "").replace("@underscore@", "_"), pkg, key, pkg) | 825 | (filerdepends[key].replace("_%s" % pkg, "").replace("@underscore@", "_"), pkg, key, pkg) |
826 | package_qa_handle_error("file-rdeps", error_msg, d) | 826 | package_qa_handle_error("file-rdeps", error_msg, d) |
827 | package_qa_check_rdepends[vardepsexclude] = "OVERRIDES" | 827 | package_qa_check_rdepends[vardepsexclude] = "OVERRIDES" |
@@ -903,7 +903,7 @@ def package_qa_check_unlisted_pkg_lics(package, d, messages): | |||
903 | """ | 903 | """ |
904 | Check that all licenses for a package are among the licenses for the recipe. | 904 | Check that all licenses for a package are among the licenses for the recipe. |
905 | """ | 905 | """ |
906 | pkg_lics = d.getVar('LICENSE_' + package) | 906 | pkg_lics = d.getVar('LICENSE:' + package) |
907 | if not pkg_lics: | 907 | if not pkg_lics: |
908 | return True | 908 | return True |
909 | 909 | ||
@@ -913,7 +913,7 @@ def package_qa_check_unlisted_pkg_lics(package, d, messages): | |||
913 | return True | 913 | return True |
914 | 914 | ||
915 | package_qa_add_message(messages, "unlisted-pkg-lics", | 915 | package_qa_add_message(messages, "unlisted-pkg-lics", |
916 | "LICENSE_%s includes licenses (%s) that are not " | 916 | "LICENSE:%s includes licenses (%s) that are not " |
917 | "listed in LICENSE" % (package, ' '.join(unlisted))) | 917 | "listed in LICENSE" % (package, ' '.join(unlisted))) |
918 | return False | 918 | return False |
919 | 919 | ||
@@ -996,8 +996,8 @@ def package_qa_check_missing_update_alternatives(pn, d, messages): | |||
996 | # Look at all packages and find out if any of those sets ALTERNATIVE variable | 996 | # Look at all packages and find out if any of those sets ALTERNATIVE variable |
997 | # without inheriting update-alternatives class | 997 | # without inheriting update-alternatives class |
998 | for pkg in (d.getVar('PACKAGES') or '').split(): | 998 | for pkg in (d.getVar('PACKAGES') or '').split(): |
999 | if d.getVar('ALTERNATIVE_%s' % pkg) and not bb.data.inherits_class('update-alternatives', d): | 999 | if d.getVar('ALTERNATIVE:%s' % pkg) and not bb.data.inherits_class('update-alternatives', d): |
1000 | package_qa_handle_error("missing-update-alternatives", "%s: recipe defines ALTERNATIVE_%s but doesn't inherit update-alternatives. This might fail during do_rootfs later!" % (pn, pkg), d) | 1000 | package_qa_handle_error("missing-update-alternatives", "%s: recipe defines ALTERNATIVE:%s but doesn't inherit update-alternatives. This might fail during do_rootfs later!" % (pn, pkg), d) |
1001 | 1001 | ||
1002 | # The PACKAGE FUNC to scan each package | 1002 | # The PACKAGE FUNC to scan each package |
1003 | python do_package_qa () { | 1003 | python do_package_qa () { |
@@ -1066,7 +1066,7 @@ python do_package_qa () { | |||
1066 | 1066 | ||
1067 | for package in packages: | 1067 | for package in packages: |
1068 | skip = set((d.getVar('INSANE_SKIP') or "").split() + | 1068 | skip = set((d.getVar('INSANE_SKIP') or "").split() + |
1069 | (d.getVar('INSANE_SKIP_' + package) or "").split()) | 1069 | (d.getVar('INSANE_SKIP:' + package) or "").split()) |
1070 | if skip: | 1070 | if skip: |
1071 | bb.note("Package %s skipping QA tests: %s" % (package, str(skip))) | 1071 | bb.note("Package %s skipping QA tests: %s" % (package, str(skip))) |
1072 | 1072 | ||
@@ -1108,7 +1108,7 @@ addtask do_package_qa after do_packagedata do_package before do_build | |||
1108 | python() { | 1108 | python() { |
1109 | pkgs = (d.getVar('PACKAGES') or '').split() | 1109 | pkgs = (d.getVar('PACKAGES') or '').split() |
1110 | for pkg in pkgs: | 1110 | for pkg in pkgs: |
1111 | d.appendVarFlag("do_package_qa", "vardeps", " INSANE_SKIP_{}".format(pkg)) | 1111 | d.appendVarFlag("do_package_qa", "vardeps", " INSANE_SKIP:{}".format(pkg)) |
1112 | } | 1112 | } |
1113 | 1113 | ||
1114 | SSTATETASKS += "do_package_qa" | 1114 | SSTATETASKS += "do_package_qa" |
@@ -1309,8 +1309,8 @@ python () { | |||
1309 | msg = "FILESEXTRAPATHS-variable, must always use _prepend (or _append)\n" | 1309 | msg = "FILESEXTRAPATHS-variable, must always use _prepend (or _append)\n" |
1310 | msg += "type of assignment, and don't forget the colon.\n" | 1310 | msg += "type of assignment, and don't forget the colon.\n" |
1311 | msg += "Please assign it with the format of:\n" | 1311 | msg += "Please assign it with the format of:\n" |
1312 | msg += " FILESEXTRAPATHS_append := \":${THISDIR}/Your_Files_Path\" or\n" | 1312 | msg += " FILESEXTRAPATHS:append := \":${THISDIR}/Your_Files_Path\" or\n" |
1313 | msg += " FILESEXTRAPATHS_prepend := \"${THISDIR}/Your_Files_Path:\"\n" | 1313 | msg += " FILESEXTRAPATHS:prepend := \"${THISDIR}/Your_Files_Path:\"\n" |
1314 | msg += "in your bbappend file\n\n" | 1314 | msg += "in your bbappend file\n\n" |
1315 | msg += "Your incorrect assignment is:\n" | 1315 | msg += "Your incorrect assignment is:\n" |
1316 | msg += "%s\n" % extrapaths | 1316 | msg += "%s\n" % extrapaths |
diff --git a/meta/classes/kernel-devicetree.bbclass b/meta/classes/kernel-devicetree.bbclass index 27a4905ac6..a50ea4fb67 100644 --- a/meta/classes/kernel-devicetree.bbclass +++ b/meta/classes/kernel-devicetree.bbclass | |||
@@ -6,8 +6,8 @@ python () { | |||
6 | d.appendVar("PACKAGES", " ${KERNEL_PACKAGE_NAME}-image-zimage-bundle") | 6 | d.appendVar("PACKAGES", " ${KERNEL_PACKAGE_NAME}-image-zimage-bundle") |
7 | } | 7 | } |
8 | 8 | ||
9 | FILES_${KERNEL_PACKAGE_NAME}-devicetree = "/${KERNEL_IMAGEDEST}/*.dtb /${KERNEL_IMAGEDEST}/*.dtbo" | 9 | FILES:${KERNEL_PACKAGE_NAME}-devicetree = "/${KERNEL_IMAGEDEST}/*.dtb /${KERNEL_IMAGEDEST}/*.dtbo" |
10 | FILES_${KERNEL_PACKAGE_NAME}-image-zimage-bundle = "/${KERNEL_IMAGEDEST}/zImage-*.dtb.bin" | 10 | FILES:${KERNEL_PACKAGE_NAME}-image-zimage-bundle = "/${KERNEL_IMAGEDEST}/zImage-*.dtb.bin" |
11 | 11 | ||
12 | # Generate kernel+devicetree bundle | 12 | # Generate kernel+devicetree bundle |
13 | KERNEL_DEVICETREE_BUNDLE ?= "0" | 13 | KERNEL_DEVICETREE_BUNDLE ?= "0" |
@@ -33,7 +33,7 @@ get_real_dtb_path_in_kernel () { | |||
33 | echo "$dtb_path" | 33 | echo "$dtb_path" |
34 | } | 34 | } |
35 | 35 | ||
36 | do_configure_append() { | 36 | do_configure:append() { |
37 | if [ "${KERNEL_DEVICETREE_BUNDLE}" = "1" ]; then | 37 | if [ "${KERNEL_DEVICETREE_BUNDLE}" = "1" ]; then |
38 | if echo ${KERNEL_IMAGETYPE_FOR_MAKE} | grep -q 'zImage'; then | 38 | if echo ${KERNEL_IMAGETYPE_FOR_MAKE} | grep -q 'zImage'; then |
39 | case "${ARCH}" in | 39 | case "${ARCH}" in |
@@ -55,7 +55,7 @@ do_configure_append() { | |||
55 | fi | 55 | fi |
56 | } | 56 | } |
57 | 57 | ||
58 | do_compile_append() { | 58 | do_compile:append() { |
59 | if [ -n "${KERNEL_DTC_FLAGS}" ]; then | 59 | if [ -n "${KERNEL_DTC_FLAGS}" ]; then |
60 | export DTC_FLAGS="${KERNEL_DTC_FLAGS}" | 60 | export DTC_FLAGS="${KERNEL_DTC_FLAGS}" |
61 | fi | 61 | fi |
@@ -66,7 +66,7 @@ do_compile_append() { | |||
66 | done | 66 | done |
67 | } | 67 | } |
68 | 68 | ||
69 | do_install_append() { | 69 | do_install:append() { |
70 | for dtbf in ${KERNEL_DEVICETREE}; do | 70 | for dtbf in ${KERNEL_DEVICETREE}; do |
71 | dtb=`normalize_dtb "$dtbf"` | 71 | dtb=`normalize_dtb "$dtbf"` |
72 | dtb_ext=${dtb##*.} | 72 | dtb_ext=${dtb##*.} |
@@ -76,7 +76,7 @@ do_install_append() { | |||
76 | done | 76 | done |
77 | } | 77 | } |
78 | 78 | ||
79 | do_deploy_append() { | 79 | do_deploy:append() { |
80 | for dtbf in ${KERNEL_DEVICETREE}; do | 80 | for dtbf in ${KERNEL_DEVICETREE}; do |
81 | dtb=`normalize_dtb "$dtbf"` | 81 | dtb=`normalize_dtb "$dtbf"` |
82 | dtb_ext=${dtb##*.} | 82 | dtb_ext=${dtb##*.} |
diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass index e363eeb64c..a9d1002200 100644 --- a/meta/classes/kernel-fitimage.bbclass +++ b/meta/classes/kernel-fitimage.bbclass | |||
@@ -697,7 +697,7 @@ do_kernel_generate_rsa_keys() { | |||
697 | addtask kernel_generate_rsa_keys before do_assemble_fitimage after do_compile | 697 | addtask kernel_generate_rsa_keys before do_assemble_fitimage after do_compile |
698 | 698 | ||
699 | kernel_do_deploy[vardepsexclude] = "DATETIME" | 699 | kernel_do_deploy[vardepsexclude] = "DATETIME" |
700 | kernel_do_deploy_append() { | 700 | kernel_do_deploy:append() { |
701 | # Update deploy directory | 701 | # Update deploy directory |
702 | if echo ${KERNEL_IMAGETYPES} | grep -wq "fitImage"; then | 702 | if echo ${KERNEL_IMAGETYPES} | grep -wq "fitImage"; then |
703 | 703 | ||
diff --git a/meta/classes/kernel-grub.bbclass b/meta/classes/kernel-grub.bbclass index 5d92f3b636..0bf8fda3e1 100644 --- a/meta/classes/kernel-grub.bbclass +++ b/meta/classes/kernel-grub.bbclass | |||
@@ -97,9 +97,9 @@ python __anonymous () { | |||
97 | 97 | ||
98 | for type in imagetypes.split(): | 98 | for type in imagetypes.split(): |
99 | typelower = type.lower() | 99 | typelower = type.lower() |
100 | preinst_append = preinst.replace('KERNEL_IMAGETYPE', type) | 100 | preinst:append = preinst.replace('KERNEL_IMAGETYPE', type) |
101 | postinst_prepend = postinst.replace('KERNEL_IMAGETYPE', type) | 101 | postinst:prepend = postinst.replace('KERNEL_IMAGETYPE', type) |
102 | d.setVar('pkg_preinst_kernel-image-' + typelower + '_append', preinst_append) | 102 | d.setVar('pkg_preinst:kernel-image-' + typelower + '_append', preinst:append) |
103 | d.setVar('pkg_postinst_kernel-image-' + typelower + '_prepend', postinst_prepend) | 103 | d.setVar('pkg_postinst:kernel-image-' + typelower + '_prepend', postinst:prepend) |
104 | } | 104 | } |
105 | 105 | ||
diff --git a/meta/classes/kernel-module-split.bbclass b/meta/classes/kernel-module-split.bbclass index baa32e0a90..b56dd4a9c7 100644 --- a/meta/classes/kernel-module-split.bbclass +++ b/meta/classes/kernel-module-split.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | pkg_postinst_modules () { | 1 | pkg_postinst:modules () { |
2 | if [ -z "$D" ]; then | 2 | if [ -z "$D" ]; then |
3 | depmod -a ${KERNEL_VERSION} | 3 | depmod -a ${KERNEL_VERSION} |
4 | else | 4 | else |
@@ -8,7 +8,7 @@ else | |||
8 | fi | 8 | fi |
9 | } | 9 | } |
10 | 10 | ||
11 | pkg_postrm_modules () { | 11 | pkg_postrm:modules () { |
12 | if [ -z "$D" ]; then | 12 | if [ -z "$D" ]; then |
13 | depmod -a ${KERNEL_VERSION} | 13 | depmod -a ${KERNEL_VERSION} |
14 | else | 14 | else |
@@ -24,11 +24,11 @@ fi | |||
24 | 24 | ||
25 | PACKAGE_WRITE_DEPS += "kmod-native depmodwrapper-cross" | 25 | PACKAGE_WRITE_DEPS += "kmod-native depmodwrapper-cross" |
26 | 26 | ||
27 | do_install_append() { | 27 | do_install:append() { |
28 | install -d ${D}${sysconfdir}/modules-load.d/ ${D}${sysconfdir}/modprobe.d/ | 28 | install -d ${D}${sysconfdir}/modules-load.d/ ${D}${sysconfdir}/modprobe.d/ |
29 | } | 29 | } |
30 | 30 | ||
31 | PACKAGESPLITFUNCS_prepend = "split_kernel_module_packages " | 31 | PACKAGESPLITFUNCS:prepend = "split_kernel_module_packages " |
32 | 32 | ||
33 | KERNEL_MODULES_META_PACKAGE ?= "${@ d.getVar("KERNEL_PACKAGE_NAME") or "kernel" }-modules" | 33 | KERNEL_MODULES_META_PACKAGE ?= "${@ d.getVar("KERNEL_PACKAGE_NAME") or "kernel" }-modules" |
34 | 34 | ||
@@ -100,11 +100,11 @@ python split_kernel_module_packages () { | |||
100 | else: | 100 | else: |
101 | f.write('%s\n' % basename) | 101 | f.write('%s\n' % basename) |
102 | f.close() | 102 | f.close() |
103 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 103 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
104 | if not postinst: | 104 | if not postinst: |
105 | bb.fatal("pkg_postinst_%s not defined" % pkg) | 105 | bb.fatal("pkg_postinst:%s not defined" % pkg) |
106 | postinst += d.getVar('autoload_postinst_fragment') % (autoload or basename) | 106 | postinst += d.getVar('autoload_postinst_fragment') % (autoload or basename) |
107 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 107 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
108 | 108 | ||
109 | # Write out any modconf fragment | 109 | # Write out any modconf fragment |
110 | modconflist = (d.getVar("KERNEL_MODULE_PROBECONF") or "").split() | 110 | modconflist = (d.getVar("KERNEL_MODULE_PROBECONF") or "").split() |
@@ -117,19 +117,19 @@ python split_kernel_module_packages () { | |||
117 | elif modconf: | 117 | elif modconf: |
118 | bb.error("Please ensure module %s is listed in KERNEL_MODULE_PROBECONF since module_conf_%s is set" % (basename, basename)) | 118 | bb.error("Please ensure module %s is listed in KERNEL_MODULE_PROBECONF since module_conf_%s is set" % (basename, basename)) |
119 | 119 | ||
120 | files = d.getVar('FILES_%s' % pkg) | 120 | files = d.getVar('FILES:%s' % pkg) |
121 | files = "%s /etc/modules-load.d/%s.conf /etc/modprobe.d/%s.conf" % (files, basename, basename) | 121 | files = "%s /etc/modules-load.d/%s.conf /etc/modprobe.d/%s.conf" % (files, basename, basename) |
122 | d.setVar('FILES_%s' % pkg, files) | 122 | d.setVar('FILES:%s' % pkg, files) |
123 | 123 | ||
124 | conffiles = d.getVar('CONFFILES_%s' % pkg) | 124 | conffiles = d.getVar('CONFFILES:%s' % pkg) |
125 | conffiles = "%s /etc/modules-load.d/%s.conf /etc/modprobe.d/%s.conf" % (conffiles, basename, basename) | 125 | conffiles = "%s /etc/modules-load.d/%s.conf /etc/modprobe.d/%s.conf" % (conffiles, basename, basename) |
126 | d.setVar('CONFFILES_%s' % pkg, conffiles) | 126 | d.setVar('CONFFILES:%s' % pkg, conffiles) |
127 | 127 | ||
128 | if "description" in vals: | 128 | if "description" in vals: |
129 | old_desc = d.getVar('DESCRIPTION_' + pkg) or "" | 129 | old_desc = d.getVar('DESCRIPTION:' + pkg) or "" |
130 | d.setVar('DESCRIPTION_' + pkg, old_desc + "; " + vals["description"]) | 130 | d.setVar('DESCRIPTION:' + pkg, old_desc + "; " + vals["description"]) |
131 | 131 | ||
132 | rdepends = bb.utils.explode_dep_versions2(d.getVar('RDEPENDS_' + pkg) or "") | 132 | rdepends = bb.utils.explode_dep_versions2(d.getVar('RDEPENDS:' + pkg) or "") |
133 | modinfo_deps = [] | 133 | modinfo_deps = [] |
134 | if "depends" in vals and vals["depends"] != "": | 134 | if "depends" in vals and vals["depends"] != "": |
135 | for dep in vals["depends"].split(","): | 135 | for dep in vals["depends"].split(","): |
@@ -139,16 +139,16 @@ python split_kernel_module_packages () { | |||
139 | for dep in modinfo_deps: | 139 | for dep in modinfo_deps: |
140 | if not dep in rdepends: | 140 | if not dep in rdepends: |
141 | rdepends[dep] = [] | 141 | rdepends[dep] = [] |
142 | d.setVar('RDEPENDS_' + pkg, bb.utils.join_deps(rdepends, commasep=False)) | 142 | d.setVar('RDEPENDS:' + pkg, bb.utils.join_deps(rdepends, commasep=False)) |
143 | 143 | ||
144 | # Avoid automatic -dev recommendations for modules ending with -dev. | 144 | # Avoid automatic -dev recommendations for modules ending with -dev. |
145 | d.setVarFlag('RRECOMMENDS_' + pkg, 'nodeprrecs', 1) | 145 | d.setVarFlag('RRECOMMENDS:' + pkg, 'nodeprrecs', 1) |
146 | 146 | ||
147 | # Provide virtual package without postfix | 147 | # Provide virtual package without postfix |
148 | providevirt = d.getVar('KERNEL_MODULE_PROVIDE_VIRTUAL') | 148 | providevirt = d.getVar('KERNEL_MODULE_PROVIDE_VIRTUAL') |
149 | if providevirt == "1": | 149 | if providevirt == "1": |
150 | postfix = format.split('%s')[1] | 150 | postfix = format.split('%s')[1] |
151 | d.setVar('RPROVIDES_' + pkg, pkg.replace(postfix, '')) | 151 | d.setVar('RPROVIDES:' + pkg, pkg.replace(postfix, '')) |
152 | 152 | ||
153 | kernel_package_name = d.getVar("KERNEL_PACKAGE_NAME") or "kernel" | 153 | kernel_package_name = d.getVar("KERNEL_PACKAGE_NAME") or "kernel" |
154 | kernel_version = d.getVar("KERNEL_VERSION") | 154 | kernel_version = d.getVar("KERNEL_VERSION") |
@@ -159,13 +159,13 @@ python split_kernel_module_packages () { | |||
159 | module_pattern_suffix = d.getVar('KERNEL_MODULE_PACKAGE_SUFFIX') | 159 | module_pattern_suffix = d.getVar('KERNEL_MODULE_PACKAGE_SUFFIX') |
160 | module_pattern = module_pattern_prefix + kernel_package_name + '-module-%s' + module_pattern_suffix | 160 | module_pattern = module_pattern_prefix + kernel_package_name + '-module-%s' + module_pattern_suffix |
161 | 161 | ||
162 | postinst = d.getVar('pkg_postinst_modules') | 162 | postinst = d.getVar('pkg_postinst:modules') |
163 | postrm = d.getVar('pkg_postrm_modules') | 163 | postrm = d.getVar('pkg_postrm:modules') |
164 | 164 | ||
165 | modules = do_split_packages(d, root='${nonarch_base_libdir}/modules', file_regex=module_regex, output_pattern=module_pattern, description='%s kernel module', postinst=postinst, postrm=postrm, recursive=True, hook=frob_metadata, extra_depends='%s-%s' % (kernel_package_name, kernel_version)) | 165 | modules = do_split_packages(d, root='${nonarch_base_libdir}/modules', file_regex=module_regex, output_pattern=module_pattern, description='%s kernel module', postinst=postinst, postrm=postrm, recursive=True, hook=frob_metadata, extra_depends='%s-%s' % (kernel_package_name, kernel_version)) |
166 | if modules: | 166 | if modules: |
167 | metapkg = d.getVar('KERNEL_MODULES_META_PACKAGE') | 167 | metapkg = d.getVar('KERNEL_MODULES_META_PACKAGE') |
168 | d.appendVar('RDEPENDS_' + metapkg, ' '+' '.join(modules)) | 168 | d.appendVar('RDEPENDS:' + metapkg, ' '+' '.join(modules)) |
169 | 169 | ||
170 | # If modules-load.d and modprobe.d are empty at this point, remove them to | 170 | # If modules-load.d and modprobe.d are empty at this point, remove them to |
171 | # avoid warnings. removedirs only raises an OSError if an empty | 171 | # avoid warnings. removedirs only raises an OSError if an empty |
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 0df61cdef0..7deadcaedb 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -474,7 +474,7 @@ python do_config_analysis() { | |||
474 | env['srctree'] = s | 474 | env['srctree'] = s |
475 | 475 | ||
476 | # read specific symbols from the kernel recipe or from local.conf | 476 | # read specific symbols from the kernel recipe or from local.conf |
477 | # i.e.: CONFIG_ANALYSIS_pn-linux-yocto-dev = 'NF_CONNTRACK LOCALVERSION' | 477 | # i.e.: CONFIG_ANALYSIS:pn-linux-yocto-dev = 'NF_CONNTRACK LOCALVERSION' |
478 | config = d.getVar( 'CONFIG_ANALYSIS' ) | 478 | config = d.getVar( 'CONFIG_ANALYSIS' ) |
479 | if not config: | 479 | if not config: |
480 | config = [ "" ] | 480 | config = [ "" ] |
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 846b19663b..027e66eec7 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -46,7 +46,7 @@ python __anonymous () { | |||
46 | kpn = d.getVar("KERNEL_PACKAGE_NAME") | 46 | kpn = d.getVar("KERNEL_PACKAGE_NAME") |
47 | 47 | ||
48 | # XXX Remove this after bug 11905 is resolved | 48 | # XXX Remove this after bug 11905 is resolved |
49 | # FILES_${KERNEL_PACKAGE_NAME}-dev doesn't expand correctly | 49 | # FILES:${KERNEL_PACKAGE_NAME}-dev doesn't expand correctly |
50 | if kpn == pn: | 50 | if kpn == pn: |
51 | bb.warn("Some packages (E.g. *-dev) might be missing due to " | 51 | bb.warn("Some packages (E.g. *-dev) might be missing due to " |
52 | "bug 11905 (variable KERNEL_PACKAGE_NAME == PN)") | 52 | "bug 11905 (variable KERNEL_PACKAGE_NAME == PN)") |
@@ -96,11 +96,11 @@ python __anonymous () { | |||
96 | continue | 96 | continue |
97 | typelower = type.lower() | 97 | typelower = type.lower() |
98 | d.appendVar('PACKAGES', ' %s-image-%s' % (kname, typelower)) | 98 | d.appendVar('PACKAGES', ' %s-image-%s' % (kname, typelower)) |
99 | d.setVar('FILES_' + kname + '-image-' + typelower, '/' + imagedest + '/' + type + '-${KERNEL_VERSION_NAME}' + ' /' + imagedest + '/' + type) | 99 | d.setVar('FILES:' + kname + '-image-' + typelower, '/' + imagedest + '/' + type + '-${KERNEL_VERSION_NAME}' + ' /' + imagedest + '/' + type) |
100 | d.appendVar('RDEPENDS_%s-image' % kname, ' %s-image-%s' % (kname, typelower)) | 100 | d.appendVar('RDEPENDS:%s-image' % kname, ' %s-image-%s' % (kname, typelower)) |
101 | d.setVar('PKG_%s-image-%s' % (kname,typelower), '%s-image-%s-${KERNEL_VERSION_PKG_NAME}' % (kname, typelower)) | 101 | d.setVar('PKG:%s-image-%s' % (kname,typelower), '%s-image-%s-${KERNEL_VERSION_PKG_NAME}' % (kname, typelower)) |
102 | d.setVar('ALLOW_EMPTY_%s-image-%s' % (kname, typelower), '1') | 102 | d.setVar('ALLOW_EMPTY:%s-image-%s' % (kname, typelower), '1') |
103 | d.setVar('pkg_postinst_%s-image-%s' % (kname,typelower), """set +e | 103 | d.setVar('pkg_postinst:%s-image-%s' % (kname,typelower), """set +e |
104 | if [ -n "$D" ]; then | 104 | if [ -n "$D" ]; then |
105 | ln -sf %s-${KERNEL_VERSION} $D/${KERNEL_IMAGEDEST}/%s > /dev/null 2>&1 | 105 | ln -sf %s-${KERNEL_VERSION} $D/${KERNEL_IMAGEDEST}/%s > /dev/null 2>&1 |
106 | else | 106 | else |
@@ -112,7 +112,7 @@ else | |||
112 | fi | 112 | fi |
113 | set -e | 113 | set -e |
114 | """ % (type, type, type, type, type, type, type)) | 114 | """ % (type, type, type, type, type, type, type)) |
115 | d.setVar('pkg_postrm_%s-image-%s' % (kname,typelower), """set +e | 115 | d.setVar('pkg_postrm:%s-image-%s' % (kname,typelower), """set +e |
116 | if [ -f "${KERNEL_IMAGEDEST}/%s" -o -L "${KERNEL_IMAGEDEST}/%s" ]; then | 116 | if [ -f "${KERNEL_IMAGEDEST}/%s" -o -L "${KERNEL_IMAGEDEST}/%s" ]; then |
117 | rm -f ${KERNEL_IMAGEDEST}/%s > /dev/null 2>&1 | 117 | rm -f ${KERNEL_IMAGEDEST}/%s > /dev/null 2>&1 |
118 | fi | 118 | fi |
@@ -303,7 +303,7 @@ do_bundle_initramfs () { | |||
303 | } | 303 | } |
304 | do_bundle_initramfs[dirs] = "${B}" | 304 | do_bundle_initramfs[dirs] = "${B}" |
305 | 305 | ||
306 | python do_devshell_prepend () { | 306 | python do_devshell:prepend () { |
307 | os.environ["LDFLAGS"] = '' | 307 | os.environ["LDFLAGS"] = '' |
308 | } | 308 | } |
309 | 309 | ||
@@ -591,7 +591,7 @@ kernel_do_configure() { | |||
591 | fi | 591 | fi |
592 | 592 | ||
593 | # Copy defconfig to .config if .config does not exist. This allows | 593 | # Copy defconfig to .config if .config does not exist. This allows |
594 | # recipes to manage the .config themselves in do_configure_prepend(). | 594 | # recipes to manage the .config themselves in do_configure:prepend(). |
595 | if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then | 595 | if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then |
596 | cp "${WORKDIR}/defconfig" "${B}/.config" | 596 | cp "${WORKDIR}/defconfig" "${B}/.config" |
597 | fi | 597 | fi |
@@ -608,34 +608,34 @@ addtask savedefconfig after do_configure | |||
608 | 608 | ||
609 | inherit cml1 | 609 | inherit cml1 |
610 | 610 | ||
611 | KCONFIG_CONFIG_COMMAND_append = " LD='${KERNEL_LD}' HOSTLDFLAGS='${BUILD_LDFLAGS}'" | 611 | KCONFIG_CONFIG_COMMAND:append = " LD='${KERNEL_LD}' HOSTLDFLAGS='${BUILD_LDFLAGS}'" |
612 | 612 | ||
613 | EXPORT_FUNCTIONS do_compile do_install do_configure | 613 | EXPORT_FUNCTIONS do_compile do_install do_configure |
614 | 614 | ||
615 | # kernel-base becomes kernel-${KERNEL_VERSION} | 615 | # kernel-base becomes kernel-${KERNEL_VERSION} |
616 | # kernel-image becomes kernel-image-${KERNEL_VERSION} | 616 | # kernel-image becomes kernel-image-${KERNEL_VERSION} |
617 | PACKAGES = "${KERNEL_PACKAGE_NAME} ${KERNEL_PACKAGE_NAME}-base ${KERNEL_PACKAGE_NAME}-vmlinux ${KERNEL_PACKAGE_NAME}-image ${KERNEL_PACKAGE_NAME}-dev ${KERNEL_PACKAGE_NAME}-modules" | 617 | PACKAGES = "${KERNEL_PACKAGE_NAME} ${KERNEL_PACKAGE_NAME}-base ${KERNEL_PACKAGE_NAME}-vmlinux ${KERNEL_PACKAGE_NAME}-image ${KERNEL_PACKAGE_NAME}-dev ${KERNEL_PACKAGE_NAME}-modules" |
618 | FILES_${PN} = "" | 618 | FILES:${PN} = "" |
619 | FILES_${KERNEL_PACKAGE_NAME}-base = "${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.order ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.builtin ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.builtin.modinfo" | 619 | FILES:${KERNEL_PACKAGE_NAME}-base = "${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.order ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.builtin ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.builtin.modinfo" |
620 | FILES_${KERNEL_PACKAGE_NAME}-image = "" | 620 | FILES:${KERNEL_PACKAGE_NAME}-image = "" |
621 | FILES_${KERNEL_PACKAGE_NAME}-dev = "/boot/System.map* /boot/Module.symvers* /boot/config* ${KERNEL_SRC_PATH} ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/build" | 621 | FILES:${KERNEL_PACKAGE_NAME}-dev = "/boot/System.map* /boot/Module.symvers* /boot/config* ${KERNEL_SRC_PATH} ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/build" |
622 | FILES_${KERNEL_PACKAGE_NAME}-vmlinux = "/boot/vmlinux-${KERNEL_VERSION_NAME}" | 622 | FILES:${KERNEL_PACKAGE_NAME}-vmlinux = "/boot/vmlinux-${KERNEL_VERSION_NAME}" |
623 | FILES_${KERNEL_PACKAGE_NAME}-modules = "" | 623 | FILES:${KERNEL_PACKAGE_NAME}-modules = "" |
624 | RDEPENDS_${KERNEL_PACKAGE_NAME} = "${KERNEL_PACKAGE_NAME}-base" | 624 | RDEPENDS:${KERNEL_PACKAGE_NAME} = "${KERNEL_PACKAGE_NAME}-base" |
625 | # Allow machines to override this dependency if kernel image files are | 625 | # Allow machines to override this dependency if kernel image files are |
626 | # not wanted in images as standard | 626 | # not wanted in images as standard |
627 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base ?= "${KERNEL_PACKAGE_NAME}-image" | 627 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base ?= "${KERNEL_PACKAGE_NAME}-image" |
628 | PKG_${KERNEL_PACKAGE_NAME}-image = "${KERNEL_PACKAGE_NAME}-image-${@legitimize_package_name(d.getVar('KERNEL_VERSION'))}" | 628 | PKG:${KERNEL_PACKAGE_NAME}-image = "${KERNEL_PACKAGE_NAME}-image-${@legitimize_package_name(d.getVar('KERNEL_VERSION'))}" |
629 | RDEPENDS_${KERNEL_PACKAGE_NAME}-image += "${@oe.utils.conditional('KERNEL_IMAGETYPE', 'vmlinux', '${KERNEL_PACKAGE_NAME}-vmlinux', '', d)}" | 629 | RDEPENDS:${KERNEL_PACKAGE_NAME}-image += "${@oe.utils.conditional('KERNEL_IMAGETYPE', 'vmlinux', '${KERNEL_PACKAGE_NAME}-vmlinux', '', d)}" |
630 | PKG_${KERNEL_PACKAGE_NAME}-base = "${KERNEL_PACKAGE_NAME}-${@legitimize_package_name(d.getVar('KERNEL_VERSION'))}" | 630 | PKG:${KERNEL_PACKAGE_NAME}-base = "${KERNEL_PACKAGE_NAME}-${@legitimize_package_name(d.getVar('KERNEL_VERSION'))}" |
631 | RPROVIDES_${KERNEL_PACKAGE_NAME}-base += "${KERNEL_PACKAGE_NAME}-${KERNEL_VERSION}" | 631 | RPROVIDES:${KERNEL_PACKAGE_NAME}-base += "${KERNEL_PACKAGE_NAME}-${KERNEL_VERSION}" |
632 | ALLOW_EMPTY_${KERNEL_PACKAGE_NAME} = "1" | 632 | ALLOW_EMPTY:${KERNEL_PACKAGE_NAME} = "1" |
633 | ALLOW_EMPTY_${KERNEL_PACKAGE_NAME}-base = "1" | 633 | ALLOW_EMPTY:${KERNEL_PACKAGE_NAME}-base = "1" |
634 | ALLOW_EMPTY_${KERNEL_PACKAGE_NAME}-image = "1" | 634 | ALLOW_EMPTY:${KERNEL_PACKAGE_NAME}-image = "1" |
635 | ALLOW_EMPTY_${KERNEL_PACKAGE_NAME}-modules = "1" | 635 | ALLOW_EMPTY:${KERNEL_PACKAGE_NAME}-modules = "1" |
636 | DESCRIPTION_${KERNEL_PACKAGE_NAME}-modules = "Kernel modules meta package" | 636 | DESCRIPTION:${KERNEL_PACKAGE_NAME}-modules = "Kernel modules meta package" |
637 | 637 | ||
638 | pkg_postinst_${KERNEL_PACKAGE_NAME}-base () { | 638 | pkg_postinst:${KERNEL_PACKAGE_NAME}-base () { |
639 | if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then | 639 | if [ ! -e "$D/lib/modules/${KERNEL_VERSION}" ]; then |
640 | mkdir -p $D/lib/modules/${KERNEL_VERSION} | 640 | mkdir -p $D/lib/modules/${KERNEL_VERSION} |
641 | fi | 641 | fi |
@@ -646,7 +646,7 @@ pkg_postinst_${KERNEL_PACKAGE_NAME}-base () { | |||
646 | fi | 646 | fi |
647 | } | 647 | } |
648 | 648 | ||
649 | PACKAGESPLITFUNCS_prepend = "split_kernel_packages " | 649 | PACKAGESPLITFUNCS:prepend = "split_kernel_packages " |
650 | 650 | ||
651 | python split_kernel_packages () { | 651 | python split_kernel_packages () { |
652 | do_split_packages(d, root='${nonarch_base_libdir}/firmware', file_regex=r'^(.*)\.(bin|fw|cis|csp|dsp)$', output_pattern='${KERNEL_PACKAGE_NAME}-firmware-%s', description='Firmware for %s', recursive=True, extra_depends='') | 652 | do_split_packages(d, root='${nonarch_base_libdir}/firmware', file_regex=r'^(.*)\.(bin|fw|cis|csp|dsp)$', output_pattern='${KERNEL_PACKAGE_NAME}-firmware-%s', description='Firmware for %s', recursive=True, extra_depends='') |
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass index de3b4250c7..7a661d44bd 100644 --- a/meta/classes/libc-package.bbclass +++ b/meta/classes/libc-package.bbclass | |||
@@ -42,7 +42,7 @@ python __anonymous () { | |||
42 | # try to fix disable charsets/locales/locale-code compile fail | 42 | # try to fix disable charsets/locales/locale-code compile fail |
43 | PACKAGE_NO_GCONV ?= "0" | 43 | PACKAGE_NO_GCONV ?= "0" |
44 | 44 | ||
45 | OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}" | 45 | OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}" |
46 | 46 | ||
47 | locale_base_postinst_ontarget() { | 47 | locale_base_postinst_ontarget() { |
48 | localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s | 48 | localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s |
@@ -129,9 +129,9 @@ python package_do_split_gconvs () { | |||
129 | deps.append(dp) | 129 | deps.append(dp) |
130 | f.close() | 130 | f.close() |
131 | if deps != []: | 131 | if deps != []: |
132 | d.setVar('RDEPENDS_%s' % pkg, " ".join(deps)) | 132 | d.setVar('RDEPENDS:%s' % pkg, " ".join(deps)) |
133 | if bpn != 'glibc': | 133 | if bpn != 'glibc': |
134 | d.setVar('RPROVIDES_%s' % pkg, pkg.replace(bpn, 'glibc')) | 134 | d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc')) |
135 | 135 | ||
136 | do_split_packages(d, gconv_libdir, file_regex=r'^(.*)\.so$', output_pattern=bpn+'-gconv-%s', \ | 136 | do_split_packages(d, gconv_libdir, file_regex=r'^(.*)\.so$', output_pattern=bpn+'-gconv-%s', \ |
137 | description='gconv module for character set %s', hook=calc_gconv_deps, \ | 137 | description='gconv module for character set %s', hook=calc_gconv_deps, \ |
@@ -151,9 +151,9 @@ python package_do_split_gconvs () { | |||
151 | deps.append(dp) | 151 | deps.append(dp) |
152 | f.close() | 152 | f.close() |
153 | if deps != []: | 153 | if deps != []: |
154 | d.setVar('RDEPENDS_%s' % pkg, " ".join(deps)) | 154 | d.setVar('RDEPENDS:%s' % pkg, " ".join(deps)) |
155 | if bpn != 'glibc': | 155 | if bpn != 'glibc': |
156 | d.setVar('RPROVIDES_%s' % pkg, pkg.replace(bpn, 'glibc')) | 156 | d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc')) |
157 | 157 | ||
158 | do_split_packages(d, charmap_dir, file_regex=r'^(.*)\.gz$', output_pattern=bpn+'-charmap-%s', \ | 158 | do_split_packages(d, charmap_dir, file_regex=r'^(.*)\.gz$', output_pattern=bpn+'-charmap-%s', \ |
159 | description='character map for %s encoding', hook=calc_charmap_deps, extra_depends='') | 159 | description='character map for %s encoding', hook=calc_charmap_deps, extra_depends='') |
@@ -172,9 +172,9 @@ python package_do_split_gconvs () { | |||
172 | deps.append(dp) | 172 | deps.append(dp) |
173 | f.close() | 173 | f.close() |
174 | if deps != []: | 174 | if deps != []: |
175 | d.setVar('RDEPENDS_%s' % pkg, " ".join(deps)) | 175 | d.setVar('RDEPENDS:%s' % pkg, " ".join(deps)) |
176 | if bpn != 'glibc': | 176 | if bpn != 'glibc': |
177 | d.setVar('RPROVIDES_%s' % pkg, pkg.replace(bpn, 'glibc')) | 177 | d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc')) |
178 | 178 | ||
179 | do_split_packages(d, locales_dir, file_regex=r'(.*)', output_pattern=bpn+'-localedata-%s', \ | 179 | do_split_packages(d, locales_dir, file_regex=r'(.*)', output_pattern=bpn+'-localedata-%s', \ |
180 | description='locale definition for %s', hook=calc_locale_deps, extra_depends='') | 180 | description='locale definition for %s', hook=calc_locale_deps, extra_depends='') |
@@ -210,11 +210,11 @@ python package_do_split_gconvs () { | |||
210 | supported[locale] = charset | 210 | supported[locale] = charset |
211 | 211 | ||
212 | def output_locale_source(name, pkgname, locale, encoding): | 212 | def output_locale_source(name, pkgname, locale, encoding): |
213 | d.setVar('RDEPENDS_%s' % pkgname, '%slocaledef %s-localedata-%s %s-charmap-%s' % \ | 213 | d.setVar('RDEPENDS:%s' % pkgname, '%slocaledef %s-localedata-%s %s-charmap-%s' % \ |
214 | (mlprefix, mlprefix+bpn, legitimize_package_name(locale), mlprefix+bpn, legitimize_package_name(encoding))) | 214 | (mlprefix, mlprefix+bpn, legitimize_package_name(locale), mlprefix+bpn, legitimize_package_name(encoding))) |
215 | d.setVar('pkg_postinst_ontarget_%s' % pkgname, d.getVar('locale_base_postinst_ontarget') \ | 215 | d.setVar('pkg_postinst_ontarget:%s' % pkgname, d.getVar('locale_base_postinst_ontarget') \ |
216 | % (locale, encoding, locale)) | 216 | % (locale, encoding, locale)) |
217 | d.setVar('pkg_postrm_%s' % pkgname, d.getVar('locale_base_postrm') % \ | 217 | d.setVar('pkg_postrm:%s' % pkgname, d.getVar('locale_base_postrm') % \ |
218 | (locale, encoding, locale)) | 218 | (locale, encoding, locale)) |
219 | 219 | ||
220 | def output_locale_binary_rdepends(name, pkgname, locale, encoding): | 220 | def output_locale_binary_rdepends(name, pkgname, locale, encoding): |
@@ -222,8 +222,8 @@ python package_do_split_gconvs () { | |||
222 | lcsplit = d.getVar('GLIBC_SPLIT_LC_PACKAGES') | 222 | lcsplit = d.getVar('GLIBC_SPLIT_LC_PACKAGES') |
223 | if lcsplit and int(lcsplit): | 223 | if lcsplit and int(lcsplit): |
224 | d.appendVar('PACKAGES', ' ' + dep) | 224 | d.appendVar('PACKAGES', ' ' + dep) |
225 | d.setVar('ALLOW_EMPTY_%s' % dep, '1') | 225 | d.setVar('ALLOW_EMPTY:%s' % dep, '1') |
226 | d.setVar('RDEPENDS_%s' % pkgname, mlprefix + dep) | 226 | d.setVar('RDEPENDS:%s' % pkgname, mlprefix + dep) |
227 | 227 | ||
228 | commands = {} | 228 | commands = {} |
229 | 229 | ||
@@ -293,13 +293,13 @@ python package_do_split_gconvs () { | |||
293 | 293 | ||
294 | def output_locale(name, locale, encoding): | 294 | def output_locale(name, locale, encoding): |
295 | pkgname = d.getVar('MLPREFIX', False) + 'locale-base-' + legitimize_package_name(name) | 295 | pkgname = d.getVar('MLPREFIX', False) + 'locale-base-' + legitimize_package_name(name) |
296 | d.setVar('ALLOW_EMPTY_%s' % pkgname, '1') | 296 | d.setVar('ALLOW_EMPTY:%s' % pkgname, '1') |
297 | d.setVar('PACKAGES', '%s %s' % (pkgname, d.getVar('PACKAGES'))) | 297 | d.setVar('PACKAGES', '%s %s' % (pkgname, d.getVar('PACKAGES'))) |
298 | rprovides = ' %svirtual-locale-%s' % (mlprefix, legitimize_package_name(name)) | 298 | rprovides = ' %svirtual-locale-%s' % (mlprefix, legitimize_package_name(name)) |
299 | m = re.match(r"(.*)_(.*)", name) | 299 | m = re.match(r"(.*)_(.*)", name) |
300 | if m: | 300 | if m: |
301 | rprovides += ' %svirtual-locale-%s' % (mlprefix, m.group(1)) | 301 | rprovides += ' %svirtual-locale-%s' % (mlprefix, m.group(1)) |
302 | d.setVar('RPROVIDES_%s' % pkgname, rprovides) | 302 | d.setVar('RPROVIDES:%s' % pkgname, rprovides) |
303 | 303 | ||
304 | if use_bin == "compile": | 304 | if use_bin == "compile": |
305 | output_locale_binary_rdepends(name, pkgname, locale, encoding) | 305 | output_locale_binary_rdepends(name, pkgname, locale, encoding) |
@@ -343,7 +343,7 @@ python package_do_split_gconvs () { | |||
343 | def metapkg_hook(file, pkg, pattern, format, basename): | 343 | def metapkg_hook(file, pkg, pattern, format, basename): |
344 | name = basename.split('/', 1)[0] | 344 | name = basename.split('/', 1)[0] |
345 | metapkg = legitimize_package_name('%s-binary-localedata-%s' % (mlprefix+bpn, name)) | 345 | metapkg = legitimize_package_name('%s-binary-localedata-%s' % (mlprefix+bpn, name)) |
346 | d.appendVar('RDEPENDS_%s' % metapkg, ' ' + pkg) | 346 | d.appendVar('RDEPENDS:%s' % metapkg, ' ' + pkg) |
347 | 347 | ||
348 | if use_bin == "compile": | 348 | if use_bin == "compile": |
349 | makefile = oe.path.join(d.getVar("WORKDIR"), "locale-tree", "Makefile") | 349 | makefile = oe.path.join(d.getVar("WORKDIR"), "locale-tree", "Makefile") |
@@ -379,6 +379,6 @@ python package_do_split_gconvs () { | |||
379 | 379 | ||
380 | # We want to do this indirection so that we can safely 'return' | 380 | # We want to do this indirection so that we can safely 'return' |
381 | # from the called function even though we're prepending | 381 | # from the called function even though we're prepending |
382 | python populate_packages_prepend () { | 382 | python populate_packages:prepend () { |
383 | bb.build.exec_func('package_do_split_gconvs', d) | 383 | bb.build.exec_func('package_do_split_gconvs', d) |
384 | } | 384 | } |
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index c87473cbb8..fecbc49497 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass | |||
@@ -6,7 +6,7 @@ | |||
6 | LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses" | 6 | LICENSE_DIRECTORY ??= "${DEPLOY_DIR}/licenses" |
7 | LICSSTATEDIR = "${WORKDIR}/license-destdir/" | 7 | LICSSTATEDIR = "${WORKDIR}/license-destdir/" |
8 | 8 | ||
9 | # Create extra package with license texts and add it to RRECOMMENDS_${PN} | 9 | # Create extra package with license texts and add it to RRECOMMENDS:${PN} |
10 | LICENSE_CREATE_PACKAGE[type] = "boolean" | 10 | LICENSE_CREATE_PACKAGE[type] = "boolean" |
11 | LICENSE_CREATE_PACKAGE ??= "0" | 11 | LICENSE_CREATE_PACKAGE ??= "0" |
12 | LICENSE_PACKAGE_SUFFIX ??= "-lic" | 12 | LICENSE_PACKAGE_SUFFIX ??= "-lic" |
@@ -32,8 +32,8 @@ python do_populate_lic() { | |||
32 | } | 32 | } |
33 | 33 | ||
34 | PSEUDO_IGNORE_PATHS .= ",${@','.join(((d.getVar('COMMON_LICENSE_DIR') or '') + ' ' + (d.getVar('LICENSE_PATH') or '')).split())}" | 34 | PSEUDO_IGNORE_PATHS .= ",${@','.join(((d.getVar('COMMON_LICENSE_DIR') or '') + ' ' + (d.getVar('LICENSE_PATH') or '')).split())}" |
35 | # it would be better to copy them in do_install_append, but find_license_filesa is python | 35 | # it would be better to copy them in do_install:append, but find_license_filesa is python |
36 | python perform_packagecopy_prepend () { | 36 | python perform_packagecopy:prepend () { |
37 | enabled = oe.data.typed_value('LICENSE_CREATE_PACKAGE', d) | 37 | enabled = oe.data.typed_value('LICENSE_CREATE_PACKAGE', d) |
38 | if d.getVar('CLASSOVERRIDE') == 'class-target' and enabled: | 38 | if d.getVar('CLASSOVERRIDE') == 'class-target' and enabled: |
39 | lic_files_paths = find_license_files(d) | 39 | lic_files_paths = find_license_files(d) |
@@ -62,7 +62,7 @@ def add_package_and_files(d): | |||
62 | else: | 62 | else: |
63 | # first in PACKAGES to be sure that nothing else gets LICENSE_FILES_DIRECTORY | 63 | # first in PACKAGES to be sure that nothing else gets LICENSE_FILES_DIRECTORY |
64 | d.setVar('PACKAGES', "%s %s" % (pn_lic, packages)) | 64 | d.setVar('PACKAGES', "%s %s" % (pn_lic, packages)) |
65 | d.setVar('FILES_' + pn_lic, files) | 65 | d.setVar('FILES:' + pn_lic, files) |
66 | 66 | ||
67 | def copy_license_files(lic_files_paths, destdir): | 67 | def copy_license_files(lic_files_paths, destdir): |
68 | import shutil | 68 | import shutil |
@@ -324,7 +324,7 @@ def incompatible_license(d, dont_want_licenses, package=None): | |||
324 | as canonical (SPDX) names. | 324 | as canonical (SPDX) names. |
325 | """ | 325 | """ |
326 | import oe.license | 326 | import oe.license |
327 | license = d.getVar("LICENSE_%s" % package) if package else None | 327 | license = d.getVar("LICENSE:%s" % package) if package else None |
328 | if not license: | 328 | if not license: |
329 | license = d.getVar('LICENSE') | 329 | license = d.getVar('LICENSE') |
330 | 330 | ||
@@ -419,7 +419,7 @@ SSTATETASKS += "do_populate_lic" | |||
419 | do_populate_lic[sstate-inputdirs] = "${LICSSTATEDIR}" | 419 | do_populate_lic[sstate-inputdirs] = "${LICSSTATEDIR}" |
420 | do_populate_lic[sstate-outputdirs] = "${LICENSE_DIRECTORY}/" | 420 | do_populate_lic[sstate-outputdirs] = "${LICENSE_DIRECTORY}/" |
421 | 421 | ||
422 | IMAGE_CLASSES_append = " license_image" | 422 | IMAGE_CLASSES:append = " license_image" |
423 | 423 | ||
424 | python do_populate_lic_setscene () { | 424 | python do_populate_lic_setscene () { |
425 | sstate_setscene(d) | 425 | sstate_setscene(d) |
diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass index 5dbec288a4..5cec7a07fa 100644 --- a/meta/classes/license_image.bbclass +++ b/meta/classes/license_image.bbclass | |||
@@ -39,7 +39,7 @@ python license_create_manifest() { | |||
39 | 39 | ||
40 | pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info) | 40 | pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info) |
41 | if not "LICENSE" in pkg_dic[pkg_name].keys(): | 41 | if not "LICENSE" in pkg_dic[pkg_name].keys(): |
42 | pkg_lic_name = "LICENSE_" + pkg_name | 42 | pkg_lic_name = "LICENSE:" + pkg_name |
43 | pkg_dic[pkg_name]["LICENSE"] = pkg_dic[pkg_name][pkg_lic_name] | 43 | pkg_dic[pkg_name]["LICENSE"] = pkg_dic[pkg_name][pkg_lic_name] |
44 | 44 | ||
45 | rootfs_license_manifest = os.path.join(d.getVar('LICENSE_DIRECTORY'), | 45 | rootfs_license_manifest = os.path.join(d.getVar('LICENSE_DIRECTORY'), |
@@ -269,7 +269,7 @@ def get_deployed_files(man_file): | |||
269 | dep_files.append(os.path.basename(f)) | 269 | dep_files.append(os.path.basename(f)) |
270 | return dep_files | 270 | return dep_files |
271 | 271 | ||
272 | ROOTFS_POSTPROCESS_COMMAND_prepend = "write_package_manifest; license_create_manifest; " | 272 | ROOTFS_POSTPROCESS_COMMAND:prepend = "write_package_manifest; license_create_manifest; " |
273 | do_rootfs[recrdeptask] += "do_populate_lic" | 273 | do_rootfs[recrdeptask] += "do_populate_lic" |
274 | 274 | ||
275 | python do_populate_lic_deploy() { | 275 | python do_populate_lic_deploy() { |
diff --git a/meta/classes/linux-dummy.bbclass b/meta/classes/linux-dummy.bbclass index cd8791557d..9a06a509dd 100644 --- a/meta/classes/linux-dummy.bbclass +++ b/meta/classes/linux-dummy.bbclass | |||
@@ -6,7 +6,7 @@ python __anonymous () { | |||
6 | 6 | ||
7 | # set an empty package of kernel-devicetree | 7 | # set an empty package of kernel-devicetree |
8 | d.appendVar('PACKAGES', ' %s-devicetree' % kname) | 8 | d.appendVar('PACKAGES', ' %s-devicetree' % kname) |
9 | d.setVar('ALLOW_EMPTY_%s-devicetree' % kname, '1') | 9 | d.setVar('ALLOW_EMPTY:%s-devicetree' % kname, '1') |
10 | 10 | ||
11 | # Merge KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE into KERNEL_IMAGETYPES | 11 | # Merge KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE into KERNEL_IMAGETYPES |
12 | type = d.getVar('KERNEL_IMAGETYPE') or "" | 12 | type = d.getVar('KERNEL_IMAGETYPE') or "" |
@@ -21,6 +21,6 @@ python __anonymous () { | |||
21 | for type in types.split(): | 21 | for type in types.split(): |
22 | typelower = type.lower() | 22 | typelower = type.lower() |
23 | d.appendVar('PACKAGES', ' %s-image-%s' % (kname, typelower)) | 23 | d.appendVar('PACKAGES', ' %s-image-%s' % (kname, typelower)) |
24 | d.setVar('ALLOW_EMPTY_%s-image-%s' % (kname, typelower), '1') | 24 | d.setVar('ALLOW_EMPTY:%s-image-%s' % (kname, typelower), '1') |
25 | } | 25 | } |
26 | 26 | ||
diff --git a/meta/classes/manpages.bbclass b/meta/classes/manpages.bbclass index 1e66780646..3a96659460 100644 --- a/meta/classes/manpages.bbclass +++ b/meta/classes/manpages.bbclass | |||
@@ -2,7 +2,7 @@ | |||
2 | # depending on whether 'api-documentation' is in DISTRO_FEATURES. Such building | 2 | # depending on whether 'api-documentation' is in DISTRO_FEATURES. Such building |
3 | # tends to pull in the entire XML stack and other tools, so it's not enabled | 3 | # tends to pull in the entire XML stack and other tools, so it's not enabled |
4 | # by default. | 4 | # by default. |
5 | PACKAGECONFIG_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'manpages', '', d)}" | 5 | PACKAGECONFIG:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'manpages', '', d)}" |
6 | 6 | ||
7 | inherit qemu | 7 | inherit qemu |
8 | 8 | ||
@@ -10,9 +10,9 @@ inherit qemu | |||
10 | MAN_PKG ?= "${PN}-doc" | 10 | MAN_PKG ?= "${PN}-doc" |
11 | 11 | ||
12 | # only add man-db to RDEPENDS when manual files are built and installed | 12 | # only add man-db to RDEPENDS when manual files are built and installed |
13 | RDEPENDS_${MAN_PKG} += "${@bb.utils.contains('PACKAGECONFIG', 'manpages', 'man-db', '', d)}" | 13 | RDEPENDS:${MAN_PKG} += "${@bb.utils.contains('PACKAGECONFIG', 'manpages', 'man-db', '', d)}" |
14 | 14 | ||
15 | pkg_postinst_append_${MAN_PKG} () { | 15 | pkg_postinst:append_${MAN_PKG} () { |
16 | # only update manual page index caches when manual files are built and installed | 16 | # only update manual page index caches when manual files are built and installed |
17 | if ${@bb.utils.contains('PACKAGECONFIG', 'manpages', 'true', 'false', d)}; then | 17 | if ${@bb.utils.contains('PACKAGECONFIG', 'manpages', 'true', 'false', d)}; then |
18 | if test -n "$D"; then | 18 | if test -n "$D"; then |
@@ -36,7 +36,7 @@ pkg_postinst_append_${MAN_PKG} () { | |||
36 | fi | 36 | fi |
37 | } | 37 | } |
38 | 38 | ||
39 | pkg_postrm_append_${MAN_PKG} () { | 39 | pkg_postrm:append_${MAN_PKG} () { |
40 | # only update manual page index caches when manual files are built and installed | 40 | # only update manual page index caches when manual files are built and installed |
41 | if ${@bb.utils.contains('PACKAGECONFIG', 'manpages', 'true', 'false', d)}; then | 41 | if ${@bb.utils.contains('PACKAGECONFIG', 'manpages', 'true', 'false', d)}; then |
42 | mandb -q | 42 | mandb -q |
diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index 8ae0285f72..2beed89d11 100644 --- a/meta/classes/meson.bbclass +++ b/meta/classes/meson.bbclass | |||
@@ -1,6 +1,6 @@ | |||
1 | inherit python3native meson-routines | 1 | inherit python3native meson-routines |
2 | 2 | ||
3 | DEPENDS_append = " meson-native ninja-native" | 3 | DEPENDS:append = " meson-native ninja-native" |
4 | 4 | ||
5 | # As Meson enforces out-of-tree builds we can just use cleandirs | 5 | # As Meson enforces out-of-tree builds we can just use cleandirs |
6 | B = "${WORKDIR}/build" | 6 | B = "${WORKDIR}/build" |
@@ -29,11 +29,11 @@ MESONOPTS = " --prefix ${prefix} \ | |||
29 | --wrap-mode nodownload \ | 29 | --wrap-mode nodownload \ |
30 | --native-file ${WORKDIR}/meson.native" | 30 | --native-file ${WORKDIR}/meson.native" |
31 | 31 | ||
32 | EXTRA_OEMESON_append = " ${PACKAGECONFIG_CONFARGS}" | 32 | EXTRA_OEMESON:append = " ${PACKAGECONFIG_CONFARGS}" |
33 | 33 | ||
34 | MESON_CROSS_FILE = "" | 34 | MESON_CROSS_FILE = "" |
35 | MESON_CROSS_FILE_class-target = "--cross-file ${WORKDIR}/meson.cross" | 35 | MESON_CROSS_FILE:class-target = "--cross-file ${WORKDIR}/meson.cross" |
36 | MESON_CROSS_FILE_class-nativesdk = "--cross-file ${WORKDIR}/meson.cross" | 36 | MESON_CROSS_FILE:class-nativesdk = "--cross-file ${WORKDIR}/meson.cross" |
37 | 37 | ||
38 | addtask write_config before do_configure | 38 | addtask write_config before do_configure |
39 | do_write_config[vardeps] += "CC CXX LD AR NM STRIP READELF CFLAGS CXXFLAGS LDFLAGS" | 39 | do_write_config[vardeps] += "CC CXX LD AR NM STRIP READELF CFLAGS CXXFLAGS LDFLAGS" |
diff --git a/meta/classes/mime-xdg.bbclass b/meta/classes/mime-xdg.bbclass index 642a5b7595..271f48dd72 100644 --- a/meta/classes/mime-xdg.bbclass +++ b/meta/classes/mime-xdg.bbclass | |||
@@ -34,7 +34,7 @@ else | |||
34 | fi | 34 | fi |
35 | } | 35 | } |
36 | 36 | ||
37 | python populate_packages_append () { | 37 | python populate_packages:append () { |
38 | packages = d.getVar('PACKAGES').split() | 38 | packages = d.getVar('PACKAGES').split() |
39 | pkgdest = d.getVar('PKGDEST') | 39 | pkgdest = d.getVar('PKGDEST') |
40 | desktop_base = d.getVar('DESKTOPDIR') | 40 | desktop_base = d.getVar('DESKTOPDIR') |
@@ -59,16 +59,16 @@ python populate_packages_append () { | |||
59 | break | 59 | break |
60 | if desktops_with_mime_found: | 60 | if desktops_with_mime_found: |
61 | bb.note("adding mime-xdg postinst and postrm scripts to %s" % pkg) | 61 | bb.note("adding mime-xdg postinst and postrm scripts to %s" % pkg) |
62 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 62 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
63 | if not postinst: | 63 | if not postinst: |
64 | postinst = '#!/bin/sh\n' | 64 | postinst = '#!/bin/sh\n' |
65 | postinst += d.getVar('mime_xdg_postinst') | 65 | postinst += d.getVar('mime_xdg_postinst') |
66 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 66 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
67 | postrm = d.getVar('pkg_postrm_%s' % pkg) | 67 | postrm = d.getVar('pkg_postrm:%s' % pkg) |
68 | if not postrm: | 68 | if not postrm: |
69 | postrm = '#!/bin/sh\n' | 69 | postrm = '#!/bin/sh\n' |
70 | postrm += d.getVar('mime_xdg_postrm') | 70 | postrm += d.getVar('mime_xdg_postrm') |
71 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 71 | d.setVar('pkg_postrm:%s' % pkg, postrm) |
72 | bb.note("adding desktop-file-utils dependency to %s" % pkg) | 72 | bb.note("adding desktop-file-utils dependency to %s" % pkg) |
73 | d.appendVar('RDEPENDS_' + pkg, " " + d.getVar('MLPREFIX')+"desktop-file-utils") | 73 | d.appendVar('RDEPENDS:' + pkg, " " + d.getVar('MLPREFIX')+"desktop-file-utils") |
74 | } | 74 | } |
diff --git a/meta/classes/mime.bbclass b/meta/classes/mime.bbclass index bb99bc35cb..8d176a884e 100644 --- a/meta/classes/mime.bbclass +++ b/meta/classes/mime.bbclass | |||
@@ -39,7 +39,7 @@ fi | |||
39 | fi | 39 | fi |
40 | } | 40 | } |
41 | 41 | ||
42 | python populate_packages_append () { | 42 | python populate_packages:append () { |
43 | packages = d.getVar('PACKAGES').split() | 43 | packages = d.getVar('PACKAGES').split() |
44 | pkgdest = d.getVar('PKGDEST') | 44 | pkgdest = d.getVar('PKGDEST') |
45 | mimedir = d.getVar('MIMEDIR') | 45 | mimedir = d.getVar('MIMEDIR') |
@@ -54,17 +54,17 @@ python populate_packages_append () { | |||
54 | break | 54 | break |
55 | if mimes_types_found: | 55 | if mimes_types_found: |
56 | bb.note("adding mime postinst and postrm scripts to %s" % pkg) | 56 | bb.note("adding mime postinst and postrm scripts to %s" % pkg) |
57 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 57 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
58 | if not postinst: | 58 | if not postinst: |
59 | postinst = '#!/bin/sh\n' | 59 | postinst = '#!/bin/sh\n' |
60 | postinst += d.getVar('mime_postinst') | 60 | postinst += d.getVar('mime_postinst') |
61 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 61 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
62 | postrm = d.getVar('pkg_postrm_%s' % pkg) | 62 | postrm = d.getVar('pkg_postrm:%s' % pkg) |
63 | if not postrm: | 63 | if not postrm: |
64 | postrm = '#!/bin/sh\n' | 64 | postrm = '#!/bin/sh\n' |
65 | postrm += d.getVar('mime_postrm') | 65 | postrm += d.getVar('mime_postrm') |
66 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 66 | d.setVar('pkg_postrm:%s' % pkg, postrm) |
67 | if pkg != 'shared-mime-info-data': | 67 | if pkg != 'shared-mime-info-data': |
68 | bb.note("adding shared-mime-info-data dependency to %s" % pkg) | 68 | bb.note("adding shared-mime-info-data dependency to %s" % pkg) |
69 | d.appendVar('RDEPENDS_' + pkg, " " + d.getVar('MLPREFIX')+"shared-mime-info-data") | 69 | d.appendVar('RDEPENDS:' + pkg, " " + d.getVar('MLPREFIX')+"shared-mime-info-data") |
70 | } | 70 | } |
diff --git a/meta/classes/module.bbclass b/meta/classes/module.bbclass index c0dfa35061..a09ec3ed1e 100644 --- a/meta/classes/module.bbclass +++ b/meta/classes/module.bbclass | |||
@@ -14,7 +14,7 @@ python __anonymous () { | |||
14 | d.setVar('KBUILD_EXTRA_SYMBOLS', " ".join(extra_symbols)) | 14 | d.setVar('KBUILD_EXTRA_SYMBOLS', " ".join(extra_symbols)) |
15 | } | 15 | } |
16 | 16 | ||
17 | python do_devshell_prepend () { | 17 | python do_devshell:prepend () { |
18 | os.environ['CFLAGS'] = '' | 18 | os.environ['CFLAGS'] = '' |
19 | os.environ['CPPFLAGS'] = '' | 19 | os.environ['CPPFLAGS'] = '' |
20 | os.environ['CXXFLAGS'] = '' | 20 | os.environ['CXXFLAGS'] = '' |
@@ -70,5 +70,5 @@ EXPORT_FUNCTIONS do_compile do_install | |||
70 | 70 | ||
71 | # add all splitted modules to PN RDEPENDS, PN can be empty now | 71 | # add all splitted modules to PN RDEPENDS, PN can be empty now |
72 | KERNEL_MODULES_META_PACKAGE = "${PN}" | 72 | KERNEL_MODULES_META_PACKAGE = "${PN}" |
73 | FILES_${PN} = "" | 73 | FILES:${PN} = "" |
74 | ALLOW_EMPTY_${PN} = "1" | 74 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index 2ef75c0d16..c3be89767a 100644 --- a/meta/classes/multilib.bbclass +++ b/meta/classes/multilib.bbclass | |||
@@ -176,7 +176,7 @@ def reset_alternative_priority(d): | |||
176 | bb.debug(1, '%s: Setting ALTERNATIVE_PRIORITY_%s to %s' % (pkg, pkg, reset_priority)) | 176 | bb.debug(1, '%s: Setting ALTERNATIVE_PRIORITY_%s to %s' % (pkg, pkg, reset_priority)) |
177 | d.setVar('ALTERNATIVE_PRIORITY_%s' % pkg, reset_priority) | 177 | d.setVar('ALTERNATIVE_PRIORITY_%s' % pkg, reset_priority) |
178 | 178 | ||
179 | for alt_name in (d.getVar('ALTERNATIVE_%s' % pkg) or "").split(): | 179 | for alt_name in (d.getVar('ALTERNATIVE:%s' % pkg) or "").split(): |
180 | # ALTERNATIVE_PRIORITY_pkg[tool] = priority | 180 | # ALTERNATIVE_PRIORITY_pkg[tool] = priority |
181 | alt_priority_pkg_name = d.getVarFlag('ALTERNATIVE_PRIORITY_%s' % pkg, alt_name) | 181 | alt_priority_pkg_name = d.getVarFlag('ALTERNATIVE_PRIORITY_%s' % pkg, alt_name) |
182 | # ALTERNATIVE_PRIORITY[tool] = priority | 182 | # ALTERNATIVE_PRIORITY[tool] = priority |
@@ -191,7 +191,7 @@ def reset_alternative_priority(d): | |||
191 | bb.debug(1, '%s: Setting ALTERNATIVE_PRIORITY[%s] to %s' % (pkg, alt_name, reset_priority)) | 191 | bb.debug(1, '%s: Setting ALTERNATIVE_PRIORITY[%s] to %s' % (pkg, alt_name, reset_priority)) |
192 | d.setVarFlag('ALTERNATIVE_PRIORITY', alt_name, reset_priority) | 192 | d.setVarFlag('ALTERNATIVE_PRIORITY', alt_name, reset_priority) |
193 | 193 | ||
194 | PACKAGEFUNCS_append = " do_package_qa_multilib" | 194 | PACKAGEFUNCS:append = " do_package_qa_multilib" |
195 | 195 | ||
196 | python do_package_qa_multilib() { | 196 | python do_package_qa_multilib() { |
197 | 197 | ||
diff --git a/meta/classes/multilib_global.bbclass b/meta/classes/multilib_global.bbclass index 96257de5ca..dae015cdaf 100644 --- a/meta/classes/multilib_global.bbclass +++ b/meta/classes/multilib_global.bbclass | |||
@@ -164,8 +164,8 @@ def preferred_ml_updates(d): | |||
164 | python multilib_virtclass_handler_vendor () { | 164 | python multilib_virtclass_handler_vendor () { |
165 | if isinstance(e, bb.event.ConfigParsed): | 165 | if isinstance(e, bb.event.ConfigParsed): |
166 | for v in e.data.getVar("MULTILIB_VARIANTS").split(): | 166 | for v in e.data.getVar("MULTILIB_VARIANTS").split(): |
167 | if e.data.getVar("TARGET_VENDOR_virtclass-multilib-" + v, False) is None: | 167 | if e.data.getVar("TARGET_VENDOR:virtclass-multilib-" + v, False) is None: |
168 | e.data.setVar("TARGET_VENDOR_virtclass-multilib-" + v, e.data.getVar("TARGET_VENDOR", False) + "ml" + v) | 168 | e.data.setVar("TARGET_VENDOR:virtclass-multilib-" + v, e.data.getVar("TARGET_VENDOR", False) + "ml" + v) |
169 | preferred_ml_updates(e.data) | 169 | preferred_ml_updates(e.data) |
170 | } | 170 | } |
171 | addhandler multilib_virtclass_handler_vendor | 171 | addhandler multilib_virtclass_handler_vendor |
@@ -207,13 +207,13 @@ python multilib_virtclass_handler_global () { | |||
207 | if rprovs.strip(): | 207 | if rprovs.strip(): |
208 | e.data.setVar("RPROVIDES", rprovs) | 208 | e.data.setVar("RPROVIDES", rprovs) |
209 | 209 | ||
210 | # Process RPROVIDES_${PN}... | 210 | # Process RPROVIDES:${PN}... |
211 | for pkg in (e.data.getVar("PACKAGES") or "").split(): | 211 | for pkg in (e.data.getVar("PACKAGES") or "").split(): |
212 | origrprovs = rprovs = localdata.getVar("RPROVIDES_%s" % pkg) or "" | 212 | origrprovs = rprovs = localdata.getVar("RPROVIDES:%s" % pkg) or "" |
213 | for clsextend in clsextends: | 213 | for clsextend in clsextends: |
214 | rprovs = rprovs + " " + clsextend.map_variable("RPROVIDES_%s" % pkg, setvar=False) | 214 | rprovs = rprovs + " " + clsextend.map_variable("RPROVIDES:%s" % pkg, setvar=False) |
215 | rprovs = rprovs + " " + clsextend.extname + "-" + pkg | 215 | rprovs = rprovs + " " + clsextend.extname + "-" + pkg |
216 | e.data.setVar("RPROVIDES_%s" % pkg, rprovs) | 216 | e.data.setVar("RPROVIDES:%s" % pkg, rprovs) |
217 | } | 217 | } |
218 | 218 | ||
219 | addhandler multilib_virtclass_handler_global | 219 | addhandler multilib_virtclass_handler_global |
diff --git a/meta/classes/multilib_header.bbclass b/meta/classes/multilib_header.bbclass index e03f5b13b2..efbc24f59b 100644 --- a/meta/classes/multilib_header.bbclass +++ b/meta/classes/multilib_header.bbclass | |||
@@ -42,11 +42,11 @@ oe_multilib_header() { | |||
42 | 42 | ||
43 | # Dependencies on arch variables like MIPSPKGSFX_ABI can be problematic. | 43 | # Dependencies on arch variables like MIPSPKGSFX_ABI can be problematic. |
44 | # We don't need multilib headers for native builds so brute force things. | 44 | # We don't need multilib headers for native builds so brute force things. |
45 | oe_multilib_header_class-native () { | 45 | oe_multilib_header:class-native () { |
46 | return | 46 | return |
47 | } | 47 | } |
48 | 48 | ||
49 | # Nor do we need multilib headers for nativesdk builds. | 49 | # Nor do we need multilib headers for nativesdk builds. |
50 | oe_multilib_header_class-nativesdk () { | 50 | oe_multilib_header:class-nativesdk () { |
51 | return | 51 | return |
52 | } | 52 | } |
diff --git a/meta/classes/multilib_script.bbclass b/meta/classes/multilib_script.bbclass index b11efc1ec5..41597341cd 100644 --- a/meta/classes/multilib_script.bbclass +++ b/meta/classes/multilib_script.bbclass | |||
@@ -26,9 +26,9 @@ python () { | |||
26 | pkg, script = entry.split(":") | 26 | pkg, script = entry.split(":") |
27 | epkg = d.expand(pkg) | 27 | epkg = d.expand(pkg) |
28 | scriptname = os.path.basename(script) | 28 | scriptname = os.path.basename(script) |
29 | d.appendVar("ALTERNATIVE_" + epkg, " " + scriptname + " ") | 29 | d.appendVar("ALTERNATIVE:" + epkg, " " + scriptname + " ") |
30 | d.setVarFlag("ALTERNATIVE_LINK_NAME", scriptname, script) | 30 | d.setVarFlag("ALTERNATIVE_LINK_NAME", scriptname, script) |
31 | d.setVarFlag("ALTERNATIVE_TARGET", scriptname, script + "-${MULTILIB_SUFFIX}") | 31 | d.setVarFlag("ALTERNATIVE_TARGET", scriptname, script + "-${MULTILIB_SUFFIX}") |
32 | d.appendVar("multilibscript_rename", "\n mv ${PKGD}" + script + " ${PKGD}" + script + "-${MULTILIB_SUFFIX}") | 32 | d.appendVar("multilibscript_rename", "\n mv ${PKGD}" + script + " ${PKGD}" + script + "-${MULTILIB_SUFFIX}") |
33 | d.appendVar("FILES_" + epkg, " " + script + "-${MULTILIB_SUFFIX}") | 33 | d.appendVar("FILES:" + epkg, " " + script + "-${MULTILIB_SUFFIX}") |
34 | } | 34 | } |
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 561cc23f68..61becfb6d5 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -9,7 +9,7 @@ PACKAGE_ARCH = "${BUILD_ARCH}" | |||
9 | 9 | ||
10 | # used by cmake class | 10 | # used by cmake class |
11 | OECMAKE_RPATH = "${libdir}" | 11 | OECMAKE_RPATH = "${libdir}" |
12 | OECMAKE_RPATH_class-native = "${libdir}" | 12 | OECMAKE_RPATH:class-native = "${libdir}" |
13 | 13 | ||
14 | TARGET_ARCH = "${BUILD_ARCH}" | 14 | TARGET_ARCH = "${BUILD_ARCH}" |
15 | TARGET_OS = "${BUILD_OS}" | 15 | TARGET_OS = "${BUILD_OS}" |
@@ -106,7 +106,7 @@ CLASSOVERRIDE = "class-native" | |||
106 | MACHINEOVERRIDES = "" | 106 | MACHINEOVERRIDES = "" |
107 | MACHINE_FEATURES = "" | 107 | MACHINE_FEATURES = "" |
108 | 108 | ||
109 | PATH_prepend = "${COREBASE}/scripts/native-intercept:" | 109 | PATH:prepend = "${COREBASE}/scripts/native-intercept:" |
110 | 110 | ||
111 | # This class encodes staging paths into its scripts data so can only be | 111 | # This class encodes staging paths into its scripts data so can only be |
112 | # reused if we manipulate the paths. | 112 | # reused if we manipulate the paths. |
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 7f2692c51a..c66de8c787 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -28,7 +28,7 @@ PACKAGE_ARCHS = "${SDK_PACKAGE_ARCHS}" | |||
28 | # We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit | 28 | # We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit |
29 | # binaries | 29 | # binaries |
30 | # | 30 | # |
31 | DEPENDS_append = " chrpath-replacement-native" | 31 | DEPENDS:append = " chrpath-replacement-native" |
32 | EXTRANATIVEPATH += "chrpath-native" | 32 | EXTRANATIVEPATH += "chrpath-native" |
33 | 33 | ||
34 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${SDK_SYS}" | 34 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${SDK_SYS}" |
diff --git a/meta/classes/npm.bbclass b/meta/classes/npm.bbclass index 8f8712a024..91a2321116 100644 --- a/meta/classes/npm.bbclass +++ b/meta/classes/npm.bbclass | |||
@@ -19,8 +19,8 @@ | |||
19 | 19 | ||
20 | inherit python3native | 20 | inherit python3native |
21 | 21 | ||
22 | DEPENDS_prepend = "nodejs-native " | 22 | DEPENDS:prepend = "nodejs-native " |
23 | RDEPENDS_${PN}_append_class-target = " nodejs" | 23 | RDEPENDS:${PN}:append:class-target = " nodejs" |
24 | 24 | ||
25 | NPM_INSTALL_DEV ?= "0" | 25 | NPM_INSTALL_DEV ?= "0" |
26 | 26 | ||
@@ -312,7 +312,7 @@ npm_do_install() { | |||
312 | ln -fs node_modules ${D}/${nonarch_libdir}/node | 312 | ln -fs node_modules ${D}/${nonarch_libdir}/node |
313 | } | 313 | } |
314 | 314 | ||
315 | FILES_${PN} += " \ | 315 | FILES:${PN} += " \ |
316 | ${bindir} \ | 316 | ${bindir} \ |
317 | ${nonarch_libdir} \ | 317 | ${nonarch_libdir} \ |
318 | " | 318 | " |
diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass index d58a61fe0a..e244de592d 100644 --- a/meta/classes/own-mirrors.bbclass +++ b/meta/classes/own-mirrors.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | PREMIRRORS_prepend = " \ | 1 | PREMIRRORS:prepend = " \ |
2 | cvs://.*/.* ${SOURCE_MIRROR_URL} \n \ | 2 | cvs://.*/.* ${SOURCE_MIRROR_URL} \n \ |
3 | svn://.*/.* ${SOURCE_MIRROR_URL} \n \ | 3 | svn://.*/.* ${SOURCE_MIRROR_URL} \n \ |
4 | git://.*/.* ${SOURCE_MIRROR_URL} \n \ | 4 | git://.*/.* ${SOURCE_MIRROR_URL} \n \ |
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index cf30f33f3d..fb8e9514be 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -199,7 +199,7 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst | |||
199 | packages = [pkg] + packages | 199 | packages = [pkg] + packages |
200 | else: | 200 | else: |
201 | packages.append(pkg) | 201 | packages.append(pkg) |
202 | oldfiles = d.getVar('FILES_' + pkg) | 202 | oldfiles = d.getVar('FILES:' + pkg) |
203 | newfile = os.path.join(root, o) | 203 | newfile = os.path.join(root, o) |
204 | # These names will be passed through glob() so if the filename actually | 204 | # These names will be passed through glob() so if the filename actually |
205 | # contains * or ? (rare, but possible) we need to handle that specially | 205 | # contains * or ? (rare, but possible) we need to handle that specially |
@@ -219,19 +219,19 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst | |||
219 | the_files.append(fp % m.group(1)) | 219 | the_files.append(fp % m.group(1)) |
220 | else: | 220 | else: |
221 | the_files.append(aux_files_pattern_verbatim % m.group(1)) | 221 | the_files.append(aux_files_pattern_verbatim % m.group(1)) |
222 | d.setVar('FILES_' + pkg, " ".join(the_files)) | 222 | d.setVar('FILES:' + pkg, " ".join(the_files)) |
223 | else: | 223 | else: |
224 | d.setVar('FILES_' + pkg, oldfiles + " " + newfile) | 224 | d.setVar('FILES:' + pkg, oldfiles + " " + newfile) |
225 | if extra_depends != '': | 225 | if extra_depends != '': |
226 | d.appendVar('RDEPENDS_' + pkg, ' ' + extra_depends) | 226 | d.appendVar('RDEPENDS:' + pkg, ' ' + extra_depends) |
227 | if not d.getVar('DESCRIPTION_' + pkg): | 227 | if not d.getVar('DESCRIPTION:' + pkg): |
228 | d.setVar('DESCRIPTION_' + pkg, description % on) | 228 | d.setVar('DESCRIPTION:' + pkg, description % on) |
229 | if not d.getVar('SUMMARY_' + pkg): | 229 | if not d.getVar('SUMMARY:' + pkg): |
230 | d.setVar('SUMMARY_' + pkg, summary % on) | 230 | d.setVar('SUMMARY:' + pkg, summary % on) |
231 | if postinst: | 231 | if postinst: |
232 | d.setVar('pkg_postinst_' + pkg, postinst) | 232 | d.setVar('pkg_postinst:' + pkg, postinst) |
233 | if postrm: | 233 | if postrm: |
234 | d.setVar('pkg_postrm_' + pkg, postrm) | 234 | d.setVar('pkg_postrm:' + pkg, postrm) |
235 | if callable(hook): | 235 | if callable(hook): |
236 | hook(f, pkg, file_regex, output_pattern, m.group(1)) | 236 | hook(f, pkg, file_regex, output_pattern, m.group(1)) |
237 | 237 | ||
@@ -303,7 +303,7 @@ def get_conffiles(pkg, d): | |||
303 | cwd = os.getcwd() | 303 | cwd = os.getcwd() |
304 | os.chdir(root) | 304 | os.chdir(root) |
305 | 305 | ||
306 | conffiles = d.getVar('CONFFILES_%s' % pkg); | 306 | conffiles = d.getVar('CONFFILES:%s' % pkg); |
307 | if conffiles == None: | 307 | if conffiles == None: |
308 | conffiles = d.getVar('CONFFILES') | 308 | conffiles = d.getVar('CONFFILES') |
309 | if conffiles == None: | 309 | if conffiles == None: |
@@ -618,7 +618,7 @@ def get_package_mapping (pkg, basepkg, d, depversions=None): | |||
618 | import oe.packagedata | 618 | import oe.packagedata |
619 | 619 | ||
620 | data = oe.packagedata.read_subpkgdata(pkg, d) | 620 | data = oe.packagedata.read_subpkgdata(pkg, d) |
621 | key = "PKG_%s" % pkg | 621 | key = "PKG:%s" % pkg |
622 | 622 | ||
623 | if key in data: | 623 | if key in data: |
624 | # Have to avoid undoing the write_extra_pkgs(global_variants...) | 624 | # Have to avoid undoing the write_extra_pkgs(global_variants...) |
@@ -627,7 +627,7 @@ def get_package_mapping (pkg, basepkg, d, depversions=None): | |||
627 | return pkg | 627 | return pkg |
628 | if depversions == []: | 628 | if depversions == []: |
629 | # Avoid returning a mapping if the renamed package rprovides its original name | 629 | # Avoid returning a mapping if the renamed package rprovides its original name |
630 | rprovkey = "RPROVIDES_%s" % pkg | 630 | rprovkey = "RPROVIDES:%s" % pkg |
631 | if rprovkey in data: | 631 | if rprovkey in data: |
632 | if pkg in bb.utils.explode_dep_versions2(data[rprovkey]): | 632 | if pkg in bb.utils.explode_dep_versions2(data[rprovkey]): |
633 | bb.note("%s rprovides %s, not replacing the latter" % (data[key], pkg)) | 633 | bb.note("%s rprovides %s, not replacing the latter" % (data[key], pkg)) |
@@ -784,13 +784,13 @@ python package_do_split_locales() { | |||
784 | ln = legitimize_package_name(l) | 784 | ln = legitimize_package_name(l) |
785 | pkg = pn + '-locale-' + ln | 785 | pkg = pn + '-locale-' + ln |
786 | packages.append(pkg) | 786 | packages.append(pkg) |
787 | d.setVar('FILES_' + pkg, os.path.join(datadir, 'locale', l)) | 787 | d.setVar('FILES:' + pkg, os.path.join(datadir, 'locale', l)) |
788 | d.setVar('RRECOMMENDS_' + pkg, '%svirtual-locale-%s' % (mlprefix, ln)) | 788 | d.setVar('RRECOMMENDS:' + pkg, '%svirtual-locale-%s' % (mlprefix, ln)) |
789 | d.setVar('RPROVIDES_' + pkg, '%s-locale %s%s-translation' % (pn, mlprefix, ln)) | 789 | d.setVar('RPROVIDES:' + pkg, '%s-locale %s%s-translation' % (pn, mlprefix, ln)) |
790 | d.setVar('SUMMARY_' + pkg, '%s - %s translations' % (summary, l)) | 790 | d.setVar('SUMMARY:' + pkg, '%s - %s translations' % (summary, l)) |
791 | d.setVar('DESCRIPTION_' + pkg, '%s This package contains language translation files for the %s locale.' % (description, l)) | 791 | d.setVar('DESCRIPTION:' + pkg, '%s This package contains language translation files for the %s locale.' % (description, l)) |
792 | if locale_section: | 792 | if locale_section: |
793 | d.setVar('SECTION_' + pkg, locale_section) | 793 | d.setVar('SECTION:' + pkg, locale_section) |
794 | 794 | ||
795 | d.setVar('PACKAGES', ' '.join(packages)) | 795 | d.setVar('PACKAGES', ' '.join(packages)) |
796 | 796 | ||
@@ -800,9 +800,9 @@ python package_do_split_locales() { | |||
800 | # glibc-localedata-translit* won't install as a dependency | 800 | # glibc-localedata-translit* won't install as a dependency |
801 | # for some other package which breaks meta-toolchain | 801 | # for some other package which breaks meta-toolchain |
802 | # Probably breaks since virtual-locale- isn't provided anywhere | 802 | # Probably breaks since virtual-locale- isn't provided anywhere |
803 | #rdep = (d.getVar('RDEPENDS_%s' % pn) or "").split() | 803 | #rdep = (d.getVar('RDEPENDS:%s' % pn) or "").split() |
804 | #rdep.append('%s-locale*' % pn) | 804 | #rdep.append('%s-locale*' % pn) |
805 | #d.setVar('RDEPENDS_%s' % pn, ' '.join(rdep)) | 805 | #d.setVar('RDEPENDS:%s' % pn, ' '.join(rdep)) |
806 | } | 806 | } |
807 | 807 | ||
808 | python perform_packagecopy () { | 808 | python perform_packagecopy () { |
@@ -1199,7 +1199,7 @@ python split_and_strip_files () { | |||
1199 | # ...but is it ELF, and is it already stripped? | 1199 | # ...but is it ELF, and is it already stripped? |
1200 | if elf_file & 1: | 1200 | if elf_file & 1: |
1201 | if elf_file & 2: | 1201 | if elf_file & 2: |
1202 | if 'already-stripped' in (d.getVar('INSANE_SKIP_' + pn) or "").split(): | 1202 | if 'already-stripped' in (d.getVar('INSANE_SKIP:' + pn) or "").split(): |
1203 | bb.note("Skipping file %s from %s for already-stripped QA test" % (file[len(dvar):], pn)) | 1203 | bb.note("Skipping file %s from %s for already-stripped QA test" % (file[len(dvar):], pn)) |
1204 | else: | 1204 | else: |
1205 | msg = "File '%s' from %s was already stripped, this will prevent future debugging!" % (file[len(dvar):], pn) | 1205 | msg = "File '%s' from %s was already stripped, this will prevent future debugging!" % (file[len(dvar):], pn) |
@@ -1344,7 +1344,7 @@ python populate_packages () { | |||
1344 | src_package_name = ('%s-src' % d.getVar('PN')) | 1344 | src_package_name = ('%s-src' % d.getVar('PN')) |
1345 | if not src_package_name in packages: | 1345 | if not src_package_name in packages: |
1346 | packages.append(src_package_name) | 1346 | packages.append(src_package_name) |
1347 | d.setVar('FILES_%s' % src_package_name, '/usr/src/debug') | 1347 | d.setVar('FILES:%s' % src_package_name, '/usr/src/debug') |
1348 | 1348 | ||
1349 | # Sanity check PACKAGES for duplicates | 1349 | # Sanity check PACKAGES for duplicates |
1350 | # Sanity should be moved to sanity.bbclass once we have the infrastructure | 1350 | # Sanity should be moved to sanity.bbclass once we have the infrastructure |
@@ -1387,7 +1387,7 @@ python populate_packages () { | |||
1387 | root = os.path.join(pkgdest, pkg) | 1387 | root = os.path.join(pkgdest, pkg) |
1388 | bb.utils.mkdirhier(root) | 1388 | bb.utils.mkdirhier(root) |
1389 | 1389 | ||
1390 | filesvar = d.getVar('FILES_%s' % pkg) or "" | 1390 | filesvar = d.getVar('FILES:%s' % pkg) or "" |
1391 | if "//" in filesvar: | 1391 | if "//" in filesvar: |
1392 | msg = "FILES variable for package %s contains '//' which is invalid. Attempting to fix this but you should correct the metadata.\n" % pkg | 1392 | msg = "FILES variable for package %s contains '//' which is invalid. Attempting to fix this but you should correct the metadata.\n" % pkg |
1393 | package_qa_handle_error("files-invalid", msg, d) | 1393 | package_qa_handle_error("files-invalid", msg, d) |
@@ -1476,7 +1476,7 @@ python populate_packages () { | |||
1476 | 1476 | ||
1477 | if unshipped != []: | 1477 | if unshipped != []: |
1478 | msg = pn + ": Files/directories were installed but not shipped in any package:" | 1478 | msg = pn + ": Files/directories were installed but not shipped in any package:" |
1479 | if "installed-vs-shipped" in (d.getVar('INSANE_SKIP_' + pn) or "").split(): | 1479 | if "installed-vs-shipped" in (d.getVar('INSANE_SKIP:' + pn) or "").split(): |
1480 | bb.note("Package %s skipping QA tests: installed-vs-shipped" % pn) | 1480 | bb.note("Package %s skipping QA tests: installed-vs-shipped" % pn) |
1481 | else: | 1481 | else: |
1482 | for f in unshipped: | 1482 | for f in unshipped: |
@@ -1524,11 +1524,11 @@ python package_fixsymlinks () { | |||
1524 | bb.note("%s contains dangling symlink to %s" % (pkg, l)) | 1524 | bb.note("%s contains dangling symlink to %s" % (pkg, l)) |
1525 | 1525 | ||
1526 | for pkg in newrdepends: | 1526 | for pkg in newrdepends: |
1527 | rdepends = bb.utils.explode_dep_versions2(d.getVar('RDEPENDS_' + pkg) or "") | 1527 | rdepends = bb.utils.explode_dep_versions2(d.getVar('RDEPENDS:' + pkg) or "") |
1528 | for p in newrdepends[pkg]: | 1528 | for p in newrdepends[pkg]: |
1529 | if p not in rdepends: | 1529 | if p not in rdepends: |
1530 | rdepends[p] = [] | 1530 | rdepends[p] = [] |
1531 | d.setVar('RDEPENDS_' + pkg, bb.utils.join_deps(rdepends, commasep=False)) | 1531 | d.setVar('RDEPENDS:' + pkg, bb.utils.join_deps(rdepends, commasep=False)) |
1532 | } | 1532 | } |
1533 | 1533 | ||
1534 | 1534 | ||
@@ -1552,7 +1552,7 @@ python emit_pkgdata() { | |||
1552 | import json | 1552 | import json |
1553 | 1553 | ||
1554 | def process_postinst_on_target(pkg, mlprefix): | 1554 | def process_postinst_on_target(pkg, mlprefix): |
1555 | pkgval = d.getVar('PKG_%s' % pkg) | 1555 | pkgval = d.getVar('PKG:%s' % pkg) |
1556 | if pkgval is None: | 1556 | if pkgval is None: |
1557 | pkgval = pkg | 1557 | pkgval = pkg |
1558 | 1558 | ||
@@ -1563,8 +1563,8 @@ if [ -n "$D" ]; then | |||
1563 | fi | 1563 | fi |
1564 | """ % (pkgval, mlprefix) | 1564 | """ % (pkgval, mlprefix) |
1565 | 1565 | ||
1566 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 1566 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
1567 | postinst_ontarget = d.getVar('pkg_postinst_ontarget_%s' % pkg) | 1567 | postinst_ontarget = d.getVar('pkg_postinst_ontarget:%s' % pkg) |
1568 | 1568 | ||
1569 | if postinst_ontarget: | 1569 | if postinst_ontarget: |
1570 | bb.debug(1, 'adding deferred pkg_postinst_ontarget() to pkg_postinst() for %s' % pkg) | 1570 | bb.debug(1, 'adding deferred pkg_postinst_ontarget() to pkg_postinst() for %s' % pkg) |
@@ -1572,11 +1572,11 @@ fi | |||
1572 | postinst = '#!/bin/sh\n' | 1572 | postinst = '#!/bin/sh\n' |
1573 | postinst += defer_fragment | 1573 | postinst += defer_fragment |
1574 | postinst += postinst_ontarget | 1574 | postinst += postinst_ontarget |
1575 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 1575 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
1576 | 1576 | ||
1577 | def add_set_e_to_scriptlets(pkg): | 1577 | def add_set_e_to_scriptlets(pkg): |
1578 | for scriptlet_name in ('pkg_preinst', 'pkg_postinst', 'pkg_prerm', 'pkg_postrm'): | 1578 | for scriptlet_name in ('pkg_preinst', 'pkg_postinst', 'pkg_prerm', 'pkg_postrm'): |
1579 | scriptlet = d.getVar('%s_%s' % (scriptlet_name, pkg)) | 1579 | scriptlet = d.getVar('%s:%s' % (scriptlet_name, pkg)) |
1580 | if scriptlet: | 1580 | if scriptlet: |
1581 | scriptlet_split = scriptlet.split('\n') | 1581 | scriptlet_split = scriptlet.split('\n') |
1582 | if scriptlet_split[0].startswith("#!"): | 1582 | if scriptlet_split[0].startswith("#!"): |
@@ -1591,9 +1591,9 @@ fi | |||
1591 | c = codecs.getencoder("unicode_escape") | 1591 | c = codecs.getencoder("unicode_escape") |
1592 | return c(str)[0].decode("latin1") | 1592 | return c(str)[0].decode("latin1") |
1593 | 1593 | ||
1594 | val = d.getVar('%s_%s' % (var, pkg)) | 1594 | val = d.getVar('%s:%s' % (var, pkg)) |
1595 | if val: | 1595 | if val: |
1596 | f.write('%s_%s: %s\n' % (var, pkg, encode(val))) | 1596 | f.write('%s:%s: %s\n' % (var, pkg, encode(val))) |
1597 | return val | 1597 | return val |
1598 | val = d.getVar('%s' % (var)) | 1598 | val = d.getVar('%s' % (var)) |
1599 | if val: | 1599 | if val: |
@@ -1612,7 +1612,7 @@ fi | |||
1612 | ml_pkg = "%s-%s" % (variant, pkg) | 1612 | ml_pkg = "%s-%s" % (variant, pkg) |
1613 | subdata_file = "%s/runtime/%s" % (pkgdatadir, ml_pkg) | 1613 | subdata_file = "%s/runtime/%s" % (pkgdatadir, ml_pkg) |
1614 | with open(subdata_file, 'w') as fd: | 1614 | with open(subdata_file, 'w') as fd: |
1615 | fd.write("PKG_%s: %s" % (ml_pkg, pkg)) | 1615 | fd.write("PKG:%s: %s" % (ml_pkg, pkg)) |
1616 | 1616 | ||
1617 | packages = d.getVar('PACKAGES') | 1617 | packages = d.getVar('PACKAGES') |
1618 | pkgdest = d.getVar('PKGDEST') | 1618 | pkgdest = d.getVar('PKGDEST') |
@@ -1636,10 +1636,10 @@ fi | |||
1636 | workdir = d.getVar('WORKDIR') | 1636 | workdir = d.getVar('WORKDIR') |
1637 | 1637 | ||
1638 | for pkg in packages.split(): | 1638 | for pkg in packages.split(): |
1639 | pkgval = d.getVar('PKG_%s' % pkg) | 1639 | pkgval = d.getVar('PKG:%s' % pkg) |
1640 | if pkgval is None: | 1640 | if pkgval is None: |
1641 | pkgval = pkg | 1641 | pkgval = pkg |
1642 | d.setVar('PKG_%s' % pkg, pkg) | 1642 | d.setVar('PKG:%s' % pkg, pkg) |
1643 | 1643 | ||
1644 | pkgdestpkg = os.path.join(pkgdest, pkg) | 1644 | pkgdestpkg = os.path.join(pkgdest, pkg) |
1645 | files = {} | 1645 | files = {} |
@@ -1673,14 +1673,14 @@ fi | |||
1673 | sf.write('%s_%s: %d\n' % ('PKGSIZE', pkg, total_size)) | 1673 | sf.write('%s_%s: %d\n' % ('PKGSIZE', pkg, total_size)) |
1674 | 1674 | ||
1675 | # Symlinks needed for rprovides lookup | 1675 | # Symlinks needed for rprovides lookup |
1676 | rprov = d.getVar('RPROVIDES_%s' % pkg) or d.getVar('RPROVIDES') | 1676 | rprov = d.getVar('RPROVIDES:%s' % pkg) or d.getVar('RPROVIDES') |
1677 | if rprov: | 1677 | if rprov: |
1678 | for p in bb.utils.explode_deps(rprov): | 1678 | for p in bb.utils.explode_deps(rprov): |
1679 | subdata_sym = pkgdatadir + "/runtime-rprovides/%s/%s" % (p, pkg) | 1679 | subdata_sym = pkgdatadir + "/runtime-rprovides/%s/%s" % (p, pkg) |
1680 | bb.utils.mkdirhier(os.path.dirname(subdata_sym)) | 1680 | bb.utils.mkdirhier(os.path.dirname(subdata_sym)) |
1681 | oe.path.symlink("../../runtime/%s" % pkg, subdata_sym, True) | 1681 | oe.path.symlink("../../runtime/%s" % pkg, subdata_sym, True) |
1682 | 1682 | ||
1683 | allow_empty = d.getVar('ALLOW_EMPTY_%s' % pkg) | 1683 | allow_empty = d.getVar('ALLOW_EMPTY:%s' % pkg) |
1684 | if not allow_empty: | 1684 | if not allow_empty: |
1685 | allow_empty = d.getVar('ALLOW_EMPTY') | 1685 | allow_empty = d.getVar('ALLOW_EMPTY') |
1686 | root = "%s/%s" % (pkgdest, pkg) | 1686 | root = "%s/%s" % (pkgdest, pkg) |
@@ -1733,7 +1733,7 @@ python package_do_filedeps() { | |||
1733 | 1733 | ||
1734 | pkglist = [] | 1734 | pkglist = [] |
1735 | for pkg in packages.split(): | 1735 | for pkg in packages.split(): |
1736 | if d.getVar('SKIP_FILEDEPS_' + pkg) == '1': | 1736 | if d.getVar('SKIP_FILEDEPS:' + pkg) == '1': |
1737 | continue | 1737 | continue |
1738 | if pkg.endswith('-dbg') or pkg.endswith('-doc') or pkg.find('-locale-') != -1 or pkg.find('-localedata-') != -1 or pkg.find('-gconv-') != -1 or pkg.find('-charmap-') != -1 or pkg.startswith('kernel-module-') or pkg.endswith('-src'): | 1738 | if pkg.endswith('-dbg') or pkg.endswith('-doc') or pkg.find('-locale-') != -1 or pkg.find('-localedata-') != -1 or pkg.find('-gconv-') != -1 or pkg.find('-charmap-') != -1 or pkg.startswith('kernel-module-') or pkg.endswith('-src'): |
1739 | continue | 1739 | continue |
@@ -1930,12 +1930,12 @@ python package_do_shlibs() { | |||
1930 | shlib_provider = oe.package.read_shlib_providers(d) | 1930 | shlib_provider = oe.package.read_shlib_providers(d) |
1931 | 1931 | ||
1932 | for pkg in shlib_pkgs: | 1932 | for pkg in shlib_pkgs: |
1933 | private_libs = d.getVar('PRIVATE_LIBS_' + pkg) or d.getVar('PRIVATE_LIBS') or "" | 1933 | private_libs = d.getVar('PRIVATE_LIBS:' + pkg) or d.getVar('PRIVATE_LIBS') or "" |
1934 | private_libs = private_libs.split() | 1934 | private_libs = private_libs.split() |
1935 | needs_ldconfig = False | 1935 | needs_ldconfig = False |
1936 | bb.debug(2, "calculating shlib provides for %s" % pkg) | 1936 | bb.debug(2, "calculating shlib provides for %s" % pkg) |
1937 | 1937 | ||
1938 | pkgver = d.getVar('PKGV_' + pkg) | 1938 | pkgver = d.getVar('PKGV:' + pkg) |
1939 | if not pkgver: | 1939 | if not pkgver: |
1940 | pkgver = d.getVar('PV_' + pkg) | 1940 | pkgver = d.getVar('PV_' + pkg) |
1941 | if not pkgver: | 1941 | if not pkgver: |
@@ -1985,11 +1985,11 @@ python package_do_shlibs() { | |||
1985 | shlib_provider[s[0]][s[1]] = (pkg, pkgver) | 1985 | shlib_provider[s[0]][s[1]] = (pkg, pkgver) |
1986 | if needs_ldconfig: | 1986 | if needs_ldconfig: |
1987 | bb.debug(1, 'adding ldconfig call to postinst for %s' % pkg) | 1987 | bb.debug(1, 'adding ldconfig call to postinst for %s' % pkg) |
1988 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 1988 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
1989 | if not postinst: | 1989 | if not postinst: |
1990 | postinst = '#!/bin/sh\n' | 1990 | postinst = '#!/bin/sh\n' |
1991 | postinst += d.getVar('ldconfig_postinst_fragment') | 1991 | postinst += d.getVar('ldconfig_postinst_fragment') |
1992 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 1992 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
1993 | bb.debug(1, 'LIBNAMES: pkg %s sonames %s' % (pkg, sonames)) | 1993 | bb.debug(1, 'LIBNAMES: pkg %s sonames %s' % (pkg, sonames)) |
1994 | 1994 | ||
1995 | assumed_libs = d.getVar('ASSUME_SHLIBS') | 1995 | assumed_libs = d.getVar('ASSUME_SHLIBS') |
@@ -2011,7 +2011,7 @@ python package_do_shlibs() { | |||
2011 | for pkg in shlib_pkgs: | 2011 | for pkg in shlib_pkgs: |
2012 | bb.debug(2, "calculating shlib requirements for %s" % pkg) | 2012 | bb.debug(2, "calculating shlib requirements for %s" % pkg) |
2013 | 2013 | ||
2014 | private_libs = d.getVar('PRIVATE_LIBS_' + pkg) or d.getVar('PRIVATE_LIBS') or "" | 2014 | private_libs = d.getVar('PRIVATE_LIBS:' + pkg) or d.getVar('PRIVATE_LIBS') or "" |
2015 | private_libs = private_libs.split() | 2015 | private_libs = private_libs.split() |
2016 | 2016 | ||
2017 | deps = list() | 2017 | deps = list() |
@@ -2165,7 +2165,7 @@ python read_shlibdeps () { | |||
2165 | 2165 | ||
2166 | packages = d.getVar('PACKAGES').split() | 2166 | packages = d.getVar('PACKAGES').split() |
2167 | for pkg in packages: | 2167 | for pkg in packages: |
2168 | rdepends = bb.utils.explode_dep_versions2(d.getVar('RDEPENDS_' + pkg) or "") | 2168 | rdepends = bb.utils.explode_dep_versions2(d.getVar('RDEPENDS:' + pkg) or "") |
2169 | for dep in sorted(pkglibdeps[pkg]): | 2169 | for dep in sorted(pkglibdeps[pkg]): |
2170 | # Add the dep if it's not already there, or if no comparison is set | 2170 | # Add the dep if it's not already there, or if no comparison is set |
2171 | if dep not in rdepends: | 2171 | if dep not in rdepends: |
@@ -2173,7 +2173,7 @@ python read_shlibdeps () { | |||
2173 | for v in pkglibdeps[pkg][dep]: | 2173 | for v in pkglibdeps[pkg][dep]: |
2174 | if v not in rdepends[dep]: | 2174 | if v not in rdepends[dep]: |
2175 | rdepends[dep].append(v) | 2175 | rdepends[dep].append(v) |
2176 | d.setVar('RDEPENDS_' + pkg, bb.utils.join_deps(rdepends, commasep=False)) | 2176 | d.setVar('RDEPENDS:' + pkg, bb.utils.join_deps(rdepends, commasep=False)) |
2177 | } | 2177 | } |
2178 | 2178 | ||
2179 | python package_depchains() { | 2179 | python package_depchains() { |
@@ -2197,7 +2197,7 @@ python package_depchains() { | |||
2197 | def pkg_adddeprrecs(pkg, base, suffix, getname, depends, d): | 2197 | def pkg_adddeprrecs(pkg, base, suffix, getname, depends, d): |
2198 | 2198 | ||
2199 | #bb.note('depends for %s is %s' % (base, depends)) | 2199 | #bb.note('depends for %s is %s' % (base, depends)) |
2200 | rreclist = bb.utils.explode_dep_versions2(d.getVar('RRECOMMENDS_' + pkg) or "") | 2200 | rreclist = bb.utils.explode_dep_versions2(d.getVar('RRECOMMENDS:' + pkg) or "") |
2201 | 2201 | ||
2202 | for depend in sorted(depends): | 2202 | for depend in sorted(depends): |
2203 | if depend.find('-native') != -1 or depend.find('-cross') != -1 or depend.startswith('virtual/'): | 2203 | if depend.find('-native') != -1 or depend.find('-cross') != -1 or depend.startswith('virtual/'): |
@@ -2212,13 +2212,13 @@ python package_depchains() { | |||
2212 | if pkgname not in rreclist and pkgname != pkg: | 2212 | if pkgname not in rreclist and pkgname != pkg: |
2213 | rreclist[pkgname] = [] | 2213 | rreclist[pkgname] = [] |
2214 | 2214 | ||
2215 | #bb.note('setting: RRECOMMENDS_%s=%s' % (pkg, ' '.join(rreclist))) | 2215 | #bb.note('setting: RRECOMMENDS:%s=%s' % (pkg, ' '.join(rreclist))) |
2216 | d.setVar('RRECOMMENDS_%s' % pkg, bb.utils.join_deps(rreclist, commasep=False)) | 2216 | d.setVar('RRECOMMENDS:%s' % pkg, bb.utils.join_deps(rreclist, commasep=False)) |
2217 | 2217 | ||
2218 | def pkg_addrrecs(pkg, base, suffix, getname, rdepends, d): | 2218 | def pkg_addrrecs(pkg, base, suffix, getname, rdepends, d): |
2219 | 2219 | ||
2220 | #bb.note('rdepends for %s is %s' % (base, rdepends)) | 2220 | #bb.note('rdepends for %s is %s' % (base, rdepends)) |
2221 | rreclist = bb.utils.explode_dep_versions2(d.getVar('RRECOMMENDS_' + pkg) or "") | 2221 | rreclist = bb.utils.explode_dep_versions2(d.getVar('RRECOMMENDS:' + pkg) or "") |
2222 | 2222 | ||
2223 | for depend in sorted(rdepends): | 2223 | for depend in sorted(rdepends): |
2224 | if depend.find('virtual-locale-') != -1: | 2224 | if depend.find('virtual-locale-') != -1: |
@@ -2233,8 +2233,8 @@ python package_depchains() { | |||
2233 | if pkgname not in rreclist and pkgname != pkg: | 2233 | if pkgname not in rreclist and pkgname != pkg: |
2234 | rreclist[pkgname] = [] | 2234 | rreclist[pkgname] = [] |
2235 | 2235 | ||
2236 | #bb.note('setting: RRECOMMENDS_%s=%s' % (pkg, ' '.join(rreclist))) | 2236 | #bb.note('setting: RRECOMMENDS:%s=%s' % (pkg, ' '.join(rreclist))) |
2237 | d.setVar('RRECOMMENDS_%s' % pkg, bb.utils.join_deps(rreclist, commasep=False)) | 2237 | d.setVar('RRECOMMENDS:%s' % pkg, bb.utils.join_deps(rreclist, commasep=False)) |
2238 | 2238 | ||
2239 | def add_dep(list, dep): | 2239 | def add_dep(list, dep): |
2240 | if dep not in list: | 2240 | if dep not in list: |
@@ -2246,7 +2246,7 @@ python package_depchains() { | |||
2246 | 2246 | ||
2247 | rdepends = [] | 2247 | rdepends = [] |
2248 | for pkg in packages.split(): | 2248 | for pkg in packages.split(): |
2249 | for dep in bb.utils.explode_deps(d.getVar('RDEPENDS_' + pkg) or ""): | 2249 | for dep in bb.utils.explode_deps(d.getVar('RDEPENDS:' + pkg) or ""): |
2250 | add_dep(rdepends, dep) | 2250 | add_dep(rdepends, dep) |
2251 | 2251 | ||
2252 | #bb.note('rdepends is %s' % rdepends) | 2252 | #bb.note('rdepends is %s' % rdepends) |
@@ -2280,7 +2280,7 @@ python package_depchains() { | |||
2280 | 2280 | ||
2281 | for suffix in pkgs: | 2281 | for suffix in pkgs: |
2282 | for pkg in pkgs[suffix]: | 2282 | for pkg in pkgs[suffix]: |
2283 | if d.getVarFlag('RRECOMMENDS_' + pkg, 'nodeprrecs'): | 2283 | if d.getVarFlag('RRECOMMENDS:' + pkg, 'nodeprrecs'): |
2284 | continue | 2284 | continue |
2285 | (base, func) = pkgs[suffix][pkg] | 2285 | (base, func) = pkgs[suffix][pkg] |
2286 | if suffix == "-dev": | 2286 | if suffix == "-dev": |
@@ -2293,7 +2293,7 @@ python package_depchains() { | |||
2293 | pkg_addrrecs(pkg, base, suffix, func, rdepends, d) | 2293 | pkg_addrrecs(pkg, base, suffix, func, rdepends, d) |
2294 | else: | 2294 | else: |
2295 | rdeps = [] | 2295 | rdeps = [] |
2296 | for dep in bb.utils.explode_deps(d.getVar('RDEPENDS_' + base) or ""): | 2296 | for dep in bb.utils.explode_deps(d.getVar('RDEPENDS:' + base) or ""): |
2297 | add_dep(rdeps, dep) | 2297 | add_dep(rdeps, dep) |
2298 | pkg_addrrecs(pkg, base, suffix, func, rdeps, d) | 2298 | pkg_addrrecs(pkg, base, suffix, func, rdeps, d) |
2299 | } | 2299 | } |
@@ -2310,7 +2310,7 @@ def gen_packagevar(d, pkgvars="PACKAGEVARS"): | |||
2310 | ret.append(v) | 2310 | ret.append(v) |
2311 | for p in pkgs: | 2311 | for p in pkgs: |
2312 | for v in vars: | 2312 | for v in vars: |
2313 | ret.append(v + "_" + p) | 2313 | ret.append(v + ":" + p) |
2314 | 2314 | ||
2315 | # Ensure that changes to INCOMPATIBLE_LICENSE re-run do_package for | 2315 | # Ensure that changes to INCOMPATIBLE_LICENSE re-run do_package for |
2316 | # affected recipes. | 2316 | # affected recipes. |
diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index b3d8ce330e..eca43e1787 100644 --- a/meta/classes/package_deb.bbclass +++ b/meta/classes/package_deb.bbclass | |||
@@ -81,7 +81,7 @@ def deb_write_pkg(pkg, d): | |||
81 | 81 | ||
82 | localdata.setVar('ROOT', '') | 82 | localdata.setVar('ROOT', '') |
83 | localdata.setVar('ROOT_%s' % pkg, root) | 83 | localdata.setVar('ROOT_%s' % pkg, root) |
84 | pkgname = localdata.getVar('PKG_%s' % pkg) | 84 | pkgname = localdata.getVar('PKG:%s' % pkg) |
85 | if not pkgname: | 85 | if not pkgname: |
86 | pkgname = pkg | 86 | pkgname = pkg |
87 | localdata.setVar('PKG', pkgname) | 87 | localdata.setVar('PKG', pkgname) |
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 600b3ac90c..c3b53854e8 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -65,7 +65,7 @@ def ipk_write_pkg(pkg, d): | |||
65 | try: | 65 | try: |
66 | localdata.setVar('ROOT', '') | 66 | localdata.setVar('ROOT', '') |
67 | localdata.setVar('ROOT_%s' % pkg, root) | 67 | localdata.setVar('ROOT_%s' % pkg, root) |
68 | pkgname = localdata.getVar('PKG_%s' % pkg) | 68 | pkgname = localdata.getVar('PKG:%s' % pkg) |
69 | if not pkgname: | 69 | if not pkgname: |
70 | pkgname = pkg | 70 | pkgname = pkg |
71 | localdata.setVar('PKG', pkgname) | 71 | localdata.setVar('PKG', pkgname) |
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 86706da842..aebeaf6932 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
@@ -332,7 +332,7 @@ python write_specfile () { | |||
332 | 332 | ||
333 | localdata.setVar('ROOT', '') | 333 | localdata.setVar('ROOT', '') |
334 | localdata.setVar('ROOT_%s' % pkg, root) | 334 | localdata.setVar('ROOT_%s' % pkg, root) |
335 | pkgname = localdata.getVar('PKG_%s' % pkg) | 335 | pkgname = localdata.getVar('PKG:%s' % pkg) |
336 | if not pkgname: | 336 | if not pkgname: |
337 | pkgname = pkg | 337 | pkgname = pkg |
338 | localdata.setVar('PKG', pkgname) | 338 | localdata.setVar('PKG', pkgname) |
diff --git a/meta/classes/packagedata.bbclass b/meta/classes/packagedata.bbclass index a903e5cfd2..3b962f29b5 100644 --- a/meta/classes/packagedata.bbclass +++ b/meta/classes/packagedata.bbclass | |||
@@ -24,7 +24,7 @@ python read_subpackage_metadata () { | |||
24 | continue | 24 | continue |
25 | # | 25 | # |
26 | # If we set unsuffixed variables here there is a chance they could clobber override versions | 26 | # If we set unsuffixed variables here there is a chance they could clobber override versions |
27 | # of that variable, e.g. DESCRIPTION could clobber DESCRIPTION_<pkgname> | 27 | # of that variable, e.g. DESCRIPTION could clobber DESCRIPTION:<pkgname> |
28 | # We therefore don't clobber for the unsuffixed variable versions | 28 | # We therefore don't clobber for the unsuffixed variable versions |
29 | # | 29 | # |
30 | if key.endswith("_" + pkg): | 30 | if key.endswith("_" + pkg): |
diff --git a/meta/classes/packagegroup.bbclass b/meta/classes/packagegroup.bbclass index 1541c8fbff..557b1b6382 100644 --- a/meta/classes/packagegroup.bbclass +++ b/meta/classes/packagegroup.bbclass | |||
@@ -32,7 +32,7 @@ python () { | |||
32 | for suffix in types] | 32 | for suffix in types] |
33 | d.setVar('PACKAGES', ' '.join(packages)) | 33 | d.setVar('PACKAGES', ' '.join(packages)) |
34 | for pkg in packages: | 34 | for pkg in packages: |
35 | d.setVar('ALLOW_EMPTY_%s' % pkg, '1') | 35 | d.setVar('ALLOW_EMPTY:%s' % pkg, '1') |
36 | } | 36 | } |
37 | 37 | ||
38 | # We don't want to look at shared library dependencies for the | 38 | # We don't want to look at shared library dependencies for the |
diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass index cd491a563d..388773a237 100644 --- a/meta/classes/patch.bbclass +++ b/meta/classes/patch.bbclass | |||
@@ -10,7 +10,7 @@ PATCHDEPENDENCY = "${PATCHTOOL}-native:do_populate_sysroot" | |||
10 | # http://git.savannah.gnu.org/cgit/patch.git/patch/?id=82b800c9552a088a241457948219d25ce0a407a4 | 10 | # http://git.savannah.gnu.org/cgit/patch.git/patch/?id=82b800c9552a088a241457948219d25ce0a407a4 |
11 | # This leaks into debug sources in particular. Add the dependency | 11 | # This leaks into debug sources in particular. Add the dependency |
12 | # to target recipes to avoid this problem until we can rely on 2.7.4 or later. | 12 | # to target recipes to avoid this problem until we can rely on 2.7.4 or later. |
13 | PATCHDEPENDENCY_append_class-target = " patch-replacement-native:do_populate_sysroot" | 13 | PATCHDEPENDENCY:append:class-target = " patch-replacement-native:do_populate_sysroot" |
14 | 14 | ||
15 | PATCH_GIT_USER_NAME ?= "OpenEmbedded" | 15 | PATCH_GIT_USER_NAME ?= "OpenEmbedded" |
16 | PATCH_GIT_USER_EMAIL ?= "oe.patch@oe" | 16 | PATCH_GIT_USER_EMAIL ?= "oe.patch@oe" |
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index b07f51ed56..886bf195b3 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/classes/pixbufcache.bbclass | |||
@@ -3,7 +3,7 @@ | |||
3 | # packages. | 3 | # packages. |
4 | # | 4 | # |
5 | 5 | ||
6 | DEPENDS_append_class-target = " qemu-native" | 6 | DEPENDS:append:class-target = " qemu-native" |
7 | inherit qemu | 7 | inherit qemu |
8 | 8 | ||
9 | PIXBUF_PACKAGES ??= "${PN}" | 9 | PIXBUF_PACKAGES ??= "${PN}" |
@@ -29,30 +29,30 @@ else | |||
29 | fi | 29 | fi |
30 | } | 30 | } |
31 | 31 | ||
32 | python populate_packages_append() { | 32 | python populate_packages:append() { |
33 | pixbuf_pkgs = d.getVar('PIXBUF_PACKAGES').split() | 33 | pixbuf_pkgs = d.getVar('PIXBUF_PACKAGES').split() |
34 | 34 | ||
35 | for pkg in pixbuf_pkgs: | 35 | for pkg in pixbuf_pkgs: |
36 | bb.note("adding pixbuf postinst and postrm scripts to %s" % pkg) | 36 | bb.note("adding pixbuf postinst and postrm scripts to %s" % pkg) |
37 | postinst = d.getVar('pkg_postinst_%s' % pkg) or d.getVar('pkg_postinst') | 37 | postinst = d.getVar('pkg_postinst:%s' % pkg) or d.getVar('pkg_postinst') |
38 | if not postinst: | 38 | if not postinst: |
39 | postinst = '#!/bin/sh\n' | 39 | postinst = '#!/bin/sh\n' |
40 | postinst += d.getVar('pixbufcache_common') | 40 | postinst += d.getVar('pixbufcache_common') |
41 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 41 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
42 | 42 | ||
43 | postrm = d.getVar('pkg_postrm_%s' % pkg) or d.getVar('pkg_postrm') | 43 | postrm = d.getVar('pkg_postrm:%s' % pkg) or d.getVar('pkg_postrm') |
44 | if not postrm: | 44 | if not postrm: |
45 | postrm = '#!/bin/sh\n' | 45 | postrm = '#!/bin/sh\n' |
46 | postrm += d.getVar('pixbufcache_common') | 46 | postrm += d.getVar('pixbufcache_common') |
47 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 47 | d.setVar('pkg_postrm:%s' % pkg, postrm) |
48 | } | 48 | } |
49 | 49 | ||
50 | gdkpixbuf_complete() { | 50 | gdkpixbuf_complete() { |
51 | GDK_PIXBUF_FATAL_LOADER=1 ${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache || exit 1 | 51 | GDK_PIXBUF_FATAL_LOADER=1 ${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache || exit 1 |
52 | } | 52 | } |
53 | 53 | ||
54 | DEPENDS_append_class-native = " gdk-pixbuf-native" | 54 | DEPENDS:append:class-native = " gdk-pixbuf-native" |
55 | SYSROOT_PREPROCESS_FUNCS_append_class-native = " pixbufcache_sstate_postinst" | 55 | SYSROOT_PREPROCESS_FUNCS:append:class-native = " pixbufcache_sstate_postinst" |
56 | 56 | ||
57 | pixbufcache_sstate_postinst() { | 57 | pixbufcache_sstate_postinst() { |
58 | mkdir -p ${SYSROOT_DESTDIR}${bindir} | 58 | mkdir -p ${SYSROOT_DESTDIR}${bindir} |
diff --git a/meta/classes/pkgconfig.bbclass b/meta/classes/pkgconfig.bbclass index ad1f84f506..fa94527ce9 100644 --- a/meta/classes/pkgconfig.bbclass +++ b/meta/classes/pkgconfig.bbclass | |||
@@ -1,2 +1,2 @@ | |||
1 | DEPENDS_prepend = "pkgconfig-native " | 1 | DEPENDS:prepend = "pkgconfig-native " |
2 | 2 | ||
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index f8072a9d37..3c1eb454b3 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
@@ -23,7 +23,7 @@ SDKIMAGE_FEATURES ??= "dev-pkgs dbg-pkgs src-pkgs ${@bb.utils.contains('DISTRO_F | |||
23 | SDKIMAGE_INSTALL_COMPLEMENTARY = '${@complementary_globs("SDKIMAGE_FEATURES", d)}' | 23 | SDKIMAGE_INSTALL_COMPLEMENTARY = '${@complementary_globs("SDKIMAGE_FEATURES", d)}' |
24 | SDKIMAGE_INSTALL_COMPLEMENTARY[vardeps] += "SDKIMAGE_FEATURES" | 24 | SDKIMAGE_INSTALL_COMPLEMENTARY[vardeps] += "SDKIMAGE_FEATURES" |
25 | 25 | ||
26 | PACKAGE_ARCHS_append_task-populate-sdk = " sdk-provides-dummy-target" | 26 | PACKAGE_ARCHS:append:task-populate-sdk = " sdk-provides-dummy-target" |
27 | SDK_PACKAGE_ARCHS += "sdk-provides-dummy-${SDKPKGSUFFIX}" | 27 | SDK_PACKAGE_ARCHS += "sdk-provides-dummy-${SDKPKGSUFFIX}" |
28 | 28 | ||
29 | # List of locales to install, or "all" for all of them, or unset for none. | 29 | # List of locales to install, or "all" for all of them, or unset for none. |
@@ -37,7 +37,7 @@ SDK_DEPLOY = "${DEPLOY_DIR}/sdk" | |||
37 | 37 | ||
38 | SDKDEPLOYDIR = "${WORKDIR}/${SDKMACHINE}-deploy-${PN}-populate-sdk" | 38 | SDKDEPLOYDIR = "${WORKDIR}/${SDKMACHINE}-deploy-${PN}-populate-sdk" |
39 | 39 | ||
40 | B_task-populate-sdk = "${SDK_DIR}" | 40 | B:task-populate-sdk = "${SDK_DIR}" |
41 | 41 | ||
42 | SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}" | 42 | SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}" |
43 | 43 | ||
@@ -66,7 +66,7 @@ python () { | |||
66 | 66 | ||
67 | SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" | 67 | SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" |
68 | SDK_DEPENDS = "virtual/fakeroot-native ${SDK_ARCHIVE_DEPENDS} cross-localedef-native nativesdk-qemuwrapper-cross ${@' '.join(["%s-qemuwrapper-cross" % m for m in d.getVar("MULTILIB_VARIANTS").split()])} qemuwrapper-cross" | 68 | SDK_DEPENDS = "virtual/fakeroot-native ${SDK_ARCHIVE_DEPENDS} cross-localedef-native nativesdk-qemuwrapper-cross ${@' '.join(["%s-qemuwrapper-cross" % m for m in d.getVar("MULTILIB_VARIANTS").split()])} qemuwrapper-cross" |
69 | PATH_prepend = "${WORKDIR}/recipe-sysroot/${SDKPATHNATIVE}${bindir}/crossscripts:${@":".join(all_multilib_tune_values(d, 'STAGING_BINDIR_CROSS').split())}:" | 69 | PATH:prepend = "${WORKDIR}/recipe-sysroot/${SDKPATHNATIVE}${bindir}/crossscripts:${@":".join(all_multilib_tune_values(d, 'STAGING_BINDIR_CROSS').split())}:" |
70 | SDK_DEPENDS += "nativesdk-glibc-locale" | 70 | SDK_DEPENDS += "nativesdk-glibc-locale" |
71 | 71 | ||
72 | # We want the MULTIARCH_TARGET_SYS to point to the TUNE_PKGARCH, not PACKAGE_ARCH as it | 72 | # We want the MULTIARCH_TARGET_SYS to point to the TUNE_PKGARCH, not PACKAGE_ARCH as it |
@@ -119,9 +119,9 @@ python write_host_sdk_manifest () { | |||
119 | output.write(format_pkg_list(pkgs, 'ver')) | 119 | output.write(format_pkg_list(pkgs, 'ver')) |
120 | } | 120 | } |
121 | 121 | ||
122 | POPULATE_SDK_POST_TARGET_COMMAND_append = " write_sdk_test_data ; " | 122 | POPULATE_SDK_POST_TARGET_COMMAND:append = " write_sdk_test_data ; " |
123 | POPULATE_SDK_POST_TARGET_COMMAND_append_task-populate-sdk = " write_target_sdk_manifest ; " | 123 | POPULATE_SDK_POST_TARGET_COMMAND:append:task-populate-sdk = " write_target_sdk_manifest ; " |
124 | POPULATE_SDK_POST_HOST_COMMAND_append_task-populate-sdk = " write_host_sdk_manifest; " | 124 | POPULATE_SDK_POST_HOST_COMMAND:append:task-populate-sdk = " write_host_sdk_manifest; " |
125 | SDK_PACKAGING_COMMAND = "${@'${SDK_PACKAGING_FUNC};' if '${SDK_PACKAGING_FUNC}' else ''}" | 125 | SDK_PACKAGING_COMMAND = "${@'${SDK_PACKAGING_FUNC};' if '${SDK_PACKAGING_FUNC}' else ''}" |
126 | SDK_POSTPROCESS_COMMAND = " create_sdk_files; check_sdk_sysroots; archive_sdk; ${SDK_PACKAGING_COMMAND} " | 126 | SDK_POSTPROCESS_COMMAND = " create_sdk_files; check_sdk_sysroots; archive_sdk; ${SDK_PACKAGING_COMMAND} " |
127 | 127 | ||
@@ -172,7 +172,7 @@ fakeroot python do_populate_sdk() { | |||
172 | populate_sdk_common(d) | 172 | populate_sdk_common(d) |
173 | } | 173 | } |
174 | SSTATETASKS += "do_populate_sdk" | 174 | SSTATETASKS += "do_populate_sdk" |
175 | SSTATE_SKIP_CREATION_task-populate-sdk = '1' | 175 | SSTATE_SKIP_CREATION:task-populate-sdk = '1' |
176 | do_populate_sdk[cleandirs] = "${SDKDEPLOYDIR}" | 176 | do_populate_sdk[cleandirs] = "${SDKDEPLOYDIR}" |
177 | do_populate_sdk[sstate-inputdirs] = "${SDKDEPLOYDIR}" | 177 | do_populate_sdk[sstate-inputdirs] = "${SDKDEPLOYDIR}" |
178 | do_populate_sdk[sstate-outputdirs] = "${SDK_DEPLOY}" | 178 | do_populate_sdk[sstate-outputdirs] = "${SDK_DEPLOY}" |
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 4aabafa079..f67849708c 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -5,16 +5,16 @@ inherit populate_sdk_base | |||
5 | # NOTE: normally you cannot use task overrides for this kind of thing - this | 5 | # NOTE: normally you cannot use task overrides for this kind of thing - this |
6 | # only works because of get_sdk_ext_rdepends() | 6 | # only works because of get_sdk_ext_rdepends() |
7 | 7 | ||
8 | TOOLCHAIN_HOST_TASK_task-populate-sdk-ext = " \ | 8 | TOOLCHAIN_HOST_TASK:task-populate-sdk-ext = " \ |
9 | meta-environment-extsdk-${MACHINE} \ | 9 | meta-environment-extsdk-${MACHINE} \ |
10 | " | 10 | " |
11 | 11 | ||
12 | TOOLCHAIN_TARGET_TASK_task-populate-sdk-ext = "" | 12 | TOOLCHAIN_TARGET_TASK:task-populate-sdk-ext = "" |
13 | 13 | ||
14 | SDK_RELOCATE_AFTER_INSTALL_task-populate-sdk-ext = "0" | 14 | SDK_RELOCATE_AFTER_INSTALL:task-populate-sdk-ext = "0" |
15 | 15 | ||
16 | SDK_EXT = "" | 16 | SDK_EXT = "" |
17 | SDK_EXT_task-populate-sdk-ext = "-ext" | 17 | SDK_EXT:task-populate-sdk-ext = "-ext" |
18 | 18 | ||
19 | # Options are full or minimal | 19 | # Options are full or minimal |
20 | SDK_EXT_TYPE ?= "full" | 20 | SDK_EXT_TYPE ?= "full" |
@@ -78,10 +78,10 @@ COREBASE_FILES ?= " \ | |||
78 | .templateconf \ | 78 | .templateconf \ |
79 | " | 79 | " |
80 | 80 | ||
81 | SDK_DIR_task-populate-sdk-ext = "${WORKDIR}/sdk-ext" | 81 | SDK_DIR:task-populate-sdk-ext = "${WORKDIR}/sdk-ext" |
82 | B_task-populate-sdk-ext = "${SDK_DIR}" | 82 | B:task-populate-sdk-ext = "${SDK_DIR}" |
83 | TOOLCHAINEXT_OUTPUTNAME ?= "${SDK_NAME}-toolchain-ext-${SDK_VERSION}" | 83 | TOOLCHAINEXT_OUTPUTNAME ?= "${SDK_NAME}-toolchain-ext-${SDK_VERSION}" |
84 | TOOLCHAIN_OUTPUTNAME_task-populate-sdk-ext = "${TOOLCHAINEXT_OUTPUTNAME}" | 84 | TOOLCHAIN_OUTPUTNAME:task-populate-sdk-ext = "${TOOLCHAINEXT_OUTPUTNAME}" |
85 | 85 | ||
86 | SDK_EXT_TARGET_MANIFEST = "${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.target.manifest" | 86 | SDK_EXT_TARGET_MANIFEST = "${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.target.manifest" |
87 | SDK_EXT_HOST_MANIFEST = "${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.host.manifest" | 87 | SDK_EXT_HOST_MANIFEST = "${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.host.manifest" |
@@ -118,9 +118,9 @@ python write_host_sdk_ext_manifest () { | |||
118 | f.write("%s %s %s\n" % (info[1], info[2], info[3])) | 118 | f.write("%s %s %s\n" % (info[1], info[2], info[3])) |
119 | } | 119 | } |
120 | 120 | ||
121 | SDK_POSTPROCESS_COMMAND_append_task-populate-sdk-ext = "write_target_sdk_ext_manifest; write_host_sdk_ext_manifest; " | 121 | SDK_POSTPROCESS_COMMAND:append:task-populate-sdk-ext = "write_target_sdk_ext_manifest; write_host_sdk_ext_manifest; " |
122 | 122 | ||
123 | SDK_TITLE_task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} Extensible SDK" | 123 | SDK_TITLE:task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} Extensible SDK" |
124 | 124 | ||
125 | def clean_esdk_builddir(d, sdkbasepath): | 125 | def clean_esdk_builddir(d, sdkbasepath): |
126 | """Clean up traces of the fake build for create_filtered_tasklist()""" | 126 | """Clean up traces of the fake build for create_filtered_tasklist()""" |
@@ -148,14 +148,14 @@ def create_filtered_tasklist(d, sdkbasepath, tasklistfile, conf_initpath): | |||
148 | with open(sdkbasepath + '/conf/local.conf', 'a') as f: | 148 | with open(sdkbasepath + '/conf/local.conf', 'a') as f: |
149 | # Force the use of sstate from the build system | 149 | # Force the use of sstate from the build system |
150 | f.write('\nSSTATE_DIR_forcevariable = "%s"\n' % d.getVar('SSTATE_DIR')) | 150 | f.write('\nSSTATE_DIR_forcevariable = "%s"\n' % d.getVar('SSTATE_DIR')) |
151 | f.write('SSTATE_MIRRORS_forcevariable = "file://universal/(.*) file://universal-4.9/\\1 file://universal-4.9/(.*) file://universal-4.8/\\1"\n') | 151 | f.write('SSTATE_MIRRORS:forcevariable = "file://universal/(.*) file://universal-4.9/\\1 file://universal-4.9/(.*) file://universal-4.8/\\1"\n') |
152 | # Ensure TMPDIR is the default so that clean_esdk_builddir() can delete it | 152 | # Ensure TMPDIR is the default so that clean_esdk_builddir() can delete it |
153 | f.write('TMPDIR_forcevariable = "${TOPDIR}/tmp"\n') | 153 | f.write('TMPDIR:forcevariable = "${TOPDIR}/tmp"\n') |
154 | f.write('TCLIBCAPPEND_forcevariable = ""\n') | 154 | f.write('TCLIBCAPPEND:forcevariable = ""\n') |
155 | # Drop uninative if the build isn't using it (or else NATIVELSBSTRING will | 155 | # Drop uninative if the build isn't using it (or else NATIVELSBSTRING will |
156 | # be different and we won't be able to find our native sstate) | 156 | # be different and we won't be able to find our native sstate) |
157 | if not bb.data.inherits_class('uninative', d): | 157 | if not bb.data.inherits_class('uninative', d): |
158 | f.write('INHERIT_remove = "uninative"\n') | 158 | f.write('INHERIT:remove = "uninative"\n') |
159 | 159 | ||
160 | # Unfortunately the default SDKPATH (or even a custom value) may contain characters that bitbake | 160 | # Unfortunately the default SDKPATH (or even a custom value) may contain characters that bitbake |
161 | # will not allow in its COREBASE path, so we need to rename the directory temporarily | 161 | # will not allow in its COREBASE path, so we need to rename the directory temporarily |
@@ -342,7 +342,7 @@ python copy_buildsystem () { | |||
342 | f.write('CONF_VERSION = "%s"\n\n' % d.getVar('CONF_VERSION', False)) | 342 | f.write('CONF_VERSION = "%s"\n\n' % d.getVar('CONF_VERSION', False)) |
343 | 343 | ||
344 | # Some classes are not suitable for SDK, remove them from INHERIT | 344 | # Some classes are not suitable for SDK, remove them from INHERIT |
345 | f.write('INHERIT_remove = "%s"\n' % d.getVar('SDK_INHERIT_BLACKLIST', False)) | 345 | f.write('INHERIT:remove = "%s"\n' % d.getVar('SDK_INHERIT_BLACKLIST', False)) |
346 | 346 | ||
347 | # Bypass the default connectivity check if any | 347 | # Bypass the default connectivity check if any |
348 | f.write('CONNECTIVITY_CHECK_URIS = ""\n\n') | 348 | f.write('CONNECTIVITY_CHECK_URIS = ""\n\n') |
@@ -358,7 +358,7 @@ python copy_buildsystem () { | |||
358 | f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n') | 358 | f.write('SIGGEN_LOCKEDSIGS_TASKSIG_CHECK = "warn"\n\n') |
359 | 359 | ||
360 | # We want to be able to set this without a full reparse | 360 | # We want to be able to set this without a full reparse |
361 | f.write('BB_HASHCONFIG_WHITELIST_append = " SIGGEN_UNLOCKED_RECIPES"\n\n') | 361 | f.write('BB_HASHCONFIG_WHITELIST:append = " SIGGEN_UNLOCKED_RECIPES"\n\n') |
362 | 362 | ||
363 | # Set up whitelist for run on install | 363 | # Set up whitelist for run on install |
364 | f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work wic-tools:* *:do_addto_recipe_sysroot"\n\n') | 364 | f.write('BB_SETSCENE_ENFORCE_WHITELIST = "%:* *:do_shared_workdir *:do_rm_work wic-tools:* *:do_addto_recipe_sysroot"\n\n') |
@@ -688,7 +688,7 @@ sdk_ext_preinst() { | |||
688 | EXTRA_TAR_OPTIONS="$EXTRA_TAR_OPTIONS --exclude=sstate-cache" | 688 | EXTRA_TAR_OPTIONS="$EXTRA_TAR_OPTIONS --exclude=sstate-cache" |
689 | fi | 689 | fi |
690 | } | 690 | } |
691 | SDK_PRE_INSTALL_COMMAND_task-populate-sdk-ext = "${sdk_ext_preinst}" | 691 | SDK_PRE_INSTALL_COMMAND:task-populate-sdk-ext = "${sdk_ext_preinst}" |
692 | 692 | ||
693 | # FIXME this preparation should be done as part of the SDK construction | 693 | # FIXME this preparation should be done as part of the SDK construction |
694 | sdk_ext_postinst() { | 694 | sdk_ext_postinst() { |
@@ -739,9 +739,9 @@ sdk_ext_postinst() { | |||
739 | echo done | 739 | echo done |
740 | } | 740 | } |
741 | 741 | ||
742 | SDK_POST_INSTALL_COMMAND_task-populate-sdk-ext = "${sdk_ext_postinst}" | 742 | SDK_POST_INSTALL_COMMAND:task-populate-sdk-ext = "${sdk_ext_postinst}" |
743 | 743 | ||
744 | SDK_POSTPROCESS_COMMAND_prepend_task-populate-sdk-ext = "copy_buildsystem; install_tools; " | 744 | SDK_POSTPROCESS_COMMAND:prepend:task-populate-sdk-ext = "copy_buildsystem; install_tools; " |
745 | 745 | ||
746 | SDK_INSTALL_TARGETS = "" | 746 | SDK_INSTALL_TARGETS = "" |
747 | fakeroot python do_populate_sdk_ext() { | 747 | fakeroot python do_populate_sdk_ext() { |
@@ -833,7 +833,7 @@ do_populate_sdk_ext[nostamp] = "1" | |||
833 | SDKEXTDEPLOYDIR = "${WORKDIR}/deploy-${PN}-populate-sdk-ext" | 833 | SDKEXTDEPLOYDIR = "${WORKDIR}/deploy-${PN}-populate-sdk-ext" |
834 | 834 | ||
835 | SSTATETASKS += "do_populate_sdk_ext" | 835 | SSTATETASKS += "do_populate_sdk_ext" |
836 | SSTATE_SKIP_CREATION_task-populate-sdk-ext = '1' | 836 | SSTATE_SKIP_CREATION:task-populate-sdk-ext = '1' |
837 | do_populate_sdk_ext[cleandirs] = "${SDKEXTDEPLOYDIR}" | 837 | do_populate_sdk_ext[cleandirs] = "${SDKEXTDEPLOYDIR}" |
838 | do_populate_sdk_ext[sstate-inputdirs] = "${SDKEXTDEPLOYDIR}" | 838 | do_populate_sdk_ext[sstate-inputdirs] = "${SDKEXTDEPLOYDIR}" |
839 | do_populate_sdk_ext[sstate-outputdirs] = "${SDK_DEPLOY}" | 839 | do_populate_sdk_ext[sstate-outputdirs] = "${SDK_DEPLOY}" |
diff --git a/meta/classes/ptest-gnome.bbclass b/meta/classes/ptest-gnome.bbclass index 478a33474d..18bd3dbff9 100644 --- a/meta/classes/ptest-gnome.bbclass +++ b/meta/classes/ptest-gnome.bbclass | |||
@@ -1,8 +1,8 @@ | |||
1 | inherit ptest | 1 | inherit ptest |
2 | 2 | ||
3 | EXTRA_OECONF_append = " ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-installed-tests', '--disable-installed-tests', d)}" | 3 | EXTRA_OECONF:append = " ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-installed-tests', '--disable-installed-tests', d)}" |
4 | 4 | ||
5 | FILES_${PN}-ptest += "${libexecdir}/installed-tests/ \ | 5 | FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \ |
6 | ${datadir}/installed-tests/" | 6 | ${datadir}/installed-tests/" |
7 | 7 | ||
8 | RDEPENDS_${PN}-ptest += "gnome-desktop-testing" | 8 | RDEPENDS:${PN}-ptest += "gnome-desktop-testing" |
diff --git a/meta/classes/ptest-perl.bbclass b/meta/classes/ptest-perl.bbclass index a4bc40b51a..5dd72c9dad 100644 --- a/meta/classes/ptest-perl.bbclass +++ b/meta/classes/ptest-perl.bbclass | |||
@@ -1,6 +1,6 @@ | |||
1 | inherit ptest | 1 | inherit ptest |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend := "${COREBASE}/meta/files:" | 3 | FILESEXTRAPATHS:prepend := "${COREBASE}/meta/files:" |
4 | 4 | ||
5 | SRC_URI += "file://ptest-perl/run-ptest" | 5 | SRC_URI += "file://ptest-perl/run-ptest" |
6 | 6 | ||
@@ -13,9 +13,9 @@ do_install_ptest_perl() { | |||
13 | chown -R root:root ${D}${PTEST_PATH} | 13 | chown -R root:root ${D}${PTEST_PATH} |
14 | } | 14 | } |
15 | 15 | ||
16 | FILES_${PN}-ptest_prepend = "${PTEST_PATH}/t/* ${PTEST_PATH}/run-ptest " | 16 | FILES:${PN}-ptest:prepend = "${PTEST_PATH}/t/* ${PTEST_PATH}/run-ptest " |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest_prepend = "perl " | 18 | RDEPENDS:${PN}-ptest:prepend = "perl " |
19 | 19 | ||
20 | addtask install_ptest_perl after do_install_ptest_base before do_package | 20 | addtask install_ptest_perl after do_install_ptest_base before do_package |
21 | 21 | ||
diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass index 466916299a..200446e52b 100644 --- a/meta/classes/ptest.bbclass +++ b/meta/classes/ptest.bbclass | |||
@@ -1,22 +1,22 @@ | |||
1 | SUMMARY_${PN}-ptest ?= "${SUMMARY} - Package test files" | 1 | SUMMARY:${PN}-ptest ?= "${SUMMARY} - Package test files" |
2 | DESCRIPTION_${PN}-ptest ?= "${DESCRIPTION} \ | 2 | DESCRIPTION:${PN}-ptest ?= "${DESCRIPTION} \ |
3 | This package contains a test directory ${PTEST_PATH} for package test purposes." | 3 | This package contains a test directory ${PTEST_PATH} for package test purposes." |
4 | 4 | ||
5 | PTEST_PATH ?= "${libdir}/${BPN}/ptest" | 5 | PTEST_PATH ?= "${libdir}/${BPN}/ptest" |
6 | PTEST_BUILD_HOST_FILES ?= "Makefile" | 6 | PTEST_BUILD_HOST_FILES ?= "Makefile" |
7 | PTEST_BUILD_HOST_PATTERN ?= "" | 7 | PTEST_BUILD_HOST_PATTERN ?= "" |
8 | 8 | ||
9 | FILES_${PN}-ptest += "${PTEST_PATH}" | 9 | FILES:${PN}-ptest += "${PTEST_PATH}" |
10 | SECTION_${PN}-ptest = "devel" | 10 | SECTION:${PN}-ptest = "devel" |
11 | ALLOW_EMPTY_${PN}-ptest = "1" | 11 | ALLOW_EMPTY:${PN}-ptest = "1" |
12 | PTEST_ENABLED = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '1', '0', d)}" | 12 | PTEST_ENABLED = "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '1', '0', d)}" |
13 | PTEST_ENABLED_class-native = "" | 13 | PTEST_ENABLED:class-native = "" |
14 | PTEST_ENABLED_class-nativesdk = "" | 14 | PTEST_ENABLED:class-nativesdk = "" |
15 | PTEST_ENABLED_class-cross-canadian = "" | 15 | PTEST_ENABLED:class-cross-canadian = "" |
16 | RDEPENDS_${PN}-ptest += "${PN}" | 16 | RDEPENDS:${PN}-ptest += "${PN}" |
17 | RDEPENDS_${PN}-ptest_class-native = "" | 17 | RDEPENDS:${PN}-ptest:class-native = "" |
18 | RDEPENDS_${PN}-ptest_class-nativesdk = "" | 18 | RDEPENDS:${PN}-ptest:class-nativesdk = "" |
19 | RRECOMMENDS_${PN}-ptest += "ptest-runner" | 19 | RRECOMMENDS:${PN}-ptest += "ptest-runner" |
20 | 20 | ||
21 | PACKAGES =+ "${@bb.utils.contains('PTEST_ENABLED', '1', '${PN}-ptest', '', d)}" | 21 | PACKAGES =+ "${@bb.utils.contains('PTEST_ENABLED', '1', '${PN}-ptest', '', d)}" |
22 | 22 | ||
@@ -73,7 +73,7 @@ PTEST_BINDIR_PKGD_PATH = "${PKGD}${PTEST_PATH}/bin" | |||
73 | # This function needs to run after apply_update_alternative_renames because the | 73 | # This function needs to run after apply_update_alternative_renames because the |
74 | # aforementioned function will update the ALTERNATIVE_LINK_NAME flag. Append is | 74 | # aforementioned function will update the ALTERNATIVE_LINK_NAME flag. Append is |
75 | # used here to make this function to run as late as possible. | 75 | # used here to make this function to run as late as possible. |
76 | PACKAGE_PREPROCESS_FUNCS_append = "${@bb.utils.contains('PTEST_BINDIR', '1', \ | 76 | PACKAGE_PREPROCESS_FUNCS:append = "${@bb.utils.contains('PTEST_BINDIR', '1', \ |
77 | bb.utils.contains('PTEST_ENABLED', '1', ' ptest_update_alternatives', '', d), '', d)}" | 77 | bb.utils.contains('PTEST_ENABLED', '1', ' ptest_update_alternatives', '', d), '', d)}" |
78 | 78 | ||
79 | python ptest_update_alternatives() { | 79 | python ptest_update_alternatives() { |
diff --git a/meta/classes/pypi.bbclass b/meta/classes/pypi.bbclass index 384a209874..272c220bca 100644 --- a/meta/classes/pypi.bbclass +++ b/meta/classes/pypi.bbclass | |||
@@ -19,7 +19,7 @@ PYPI_SRC_URI ?= "${@pypi_src_uri(d)}" | |||
19 | 19 | ||
20 | HOMEPAGE ?= "https://pypi.python.org/pypi/${PYPI_PACKAGE}/" | 20 | HOMEPAGE ?= "https://pypi.python.org/pypi/${PYPI_PACKAGE}/" |
21 | SECTION = "devel/python" | 21 | SECTION = "devel/python" |
22 | SRC_URI_prepend = "${PYPI_SRC_URI} " | 22 | SRC_URI:prepend = "${PYPI_SRC_URI} " |
23 | S = "${WORKDIR}/${PYPI_PACKAGE}-${PV}" | 23 | S = "${WORKDIR}/${PYPI_PACKAGE}-${PV}" |
24 | 24 | ||
25 | UPSTREAM_CHECK_URI ?= "https://pypi.org/project/${PYPI_PACKAGE}/" | 25 | UPSTREAM_CHECK_URI ?= "https://pypi.org/project/${PYPI_PACKAGE}/" |
diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass index 2e3a88c126..13fbaa5f9c 100644 --- a/meta/classes/python3native.bbclass +++ b/meta/classes/python3native.bbclass | |||
@@ -2,7 +2,7 @@ inherit python3-dir | |||
2 | 2 | ||
3 | PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" | 3 | PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" |
4 | EXTRANATIVEPATH += "python3-native" | 4 | EXTRANATIVEPATH += "python3-native" |
5 | DEPENDS_append = " python3-native " | 5 | DEPENDS:append = " python3-native " |
6 | 6 | ||
7 | # python-config and other scripts are using distutils modules | 7 | # python-config and other scripts are using distutils modules |
8 | # which we patch to access these variables | 8 | # which we patch to access these variables |
diff --git a/meta/classes/python3targetconfig.bbclass b/meta/classes/python3targetconfig.bbclass index fc1025c207..5c8457acaa 100644 --- a/meta/classes/python3targetconfig.bbclass +++ b/meta/classes/python3targetconfig.bbclass | |||
@@ -1,17 +1,17 @@ | |||
1 | inherit python3native | 1 | inherit python3native |
2 | 2 | ||
3 | EXTRA_PYTHON_DEPENDS ?= "" | 3 | EXTRA_PYTHON_DEPENDS ?= "" |
4 | EXTRA_PYTHON_DEPENDS_class-target = "python3" | 4 | EXTRA_PYTHON_DEPENDS:class-target = "python3" |
5 | DEPENDS_append = " ${EXTRA_PYTHON_DEPENDS}" | 5 | DEPENDS:append = " ${EXTRA_PYTHON_DEPENDS}" |
6 | 6 | ||
7 | do_configure_prepend_class-target() { | 7 | do_configure:prepend:class-target() { |
8 | export _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata" | 8 | export _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata" |
9 | } | 9 | } |
10 | 10 | ||
11 | do_compile_prepend_class-target() { | 11 | do_compile:prepend:class-target() { |
12 | export _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata" | 12 | export _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata" |
13 | } | 13 | } |
14 | 14 | ||
15 | do_install_prepend_class-target() { | 15 | do_install:prepend:class-target() { |
16 | export _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata" | 16 | export _PYTHON_SYSCONFIGDATA_NAME="_sysconfigdata" |
17 | } | 17 | } |
diff --git a/meta/classes/qemu.bbclass b/meta/classes/qemu.bbclass index 55bdff816b..01a7b86ae1 100644 --- a/meta/classes/qemu.bbclass +++ b/meta/classes/qemu.bbclass | |||
@@ -64,4 +64,4 @@ QEMU_EXTRAOPTIONS_ppc64e5500 = " -cpu e500mc" | |||
64 | QEMU_EXTRAOPTIONS_ppce6500 = " -cpu e500mc" | 64 | QEMU_EXTRAOPTIONS_ppce6500 = " -cpu e500mc" |
65 | QEMU_EXTRAOPTIONS_ppc64e6500 = " -cpu e500mc" | 65 | QEMU_EXTRAOPTIONS_ppc64e6500 = " -cpu e500mc" |
66 | QEMU_EXTRAOPTIONS_ppc7400 = " -cpu 7400" | 66 | QEMU_EXTRAOPTIONS_ppc7400 = " -cpu 7400" |
67 | QEMU_EXTRAOPTIONS_powerpc64le = " -cpu POWER8" | 67 | QEMU_EXTRAOPTIONS:powerpc64le = " -cpu POWER8" |
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index 2b50ddaa22..aaf821d6dd 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass | |||
@@ -43,7 +43,7 @@ | |||
43 | # a custom one, but that may cause conflicts when multiple qemus are | 43 | # a custom one, but that may cause conflicts when multiple qemus are |
44 | # running on the same host. | 44 | # running on the same host. |
45 | # Note: If more than one interface of type -device virtio-net-device gets added, | 45 | # Note: If more than one interface of type -device virtio-net-device gets added, |
46 | # QB_NETWORK_DEVICE_prepend might be used, since Qemu enumerates the eth* | 46 | # QB_NETWORK_DEVICE:prepend might be used, since Qemu enumerates the eth* |
47 | # devices in reverse order to -device arguments. | 47 | # devices in reverse order to -device arguments. |
48 | # | 48 | # |
49 | # QB_TAP_OPT: network option for 'tap' mode, e.g., | 49 | # QB_TAP_OPT: network option for 'tap' mode, e.g., |
diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass index 278eeedc74..378121903d 100644 --- a/meta/classes/reproducible_build.bbclass +++ b/meta/classes/reproducible_build.bbclass | |||
@@ -42,7 +42,7 @@ SDE_FILE = "${SDE_DIR}/__source_date_epoch.txt" | |||
42 | SDE_DEPLOYDIR = "${WORKDIR}/deploy-source-date-epoch" | 42 | SDE_DEPLOYDIR = "${WORKDIR}/deploy-source-date-epoch" |
43 | 43 | ||
44 | # Enable compiler warning when the __TIME__, __DATE__ and __TIMESTAMP__ macros are used. | 44 | # Enable compiler warning when the __TIME__, __DATE__ and __TIMESTAMP__ macros are used. |
45 | TARGET_CC_ARCH_append_class-target = " -Wdate-time" | 45 | TARGET_CC_ARCH:append:class-target = " -Wdate-time" |
46 | 46 | ||
47 | # A SOURCE_DATE_EPOCH of '0' might be misinterpreted as no SDE | 47 | # A SOURCE_DATE_EPOCH of '0' might be misinterpreted as no SDE |
48 | export SOURCE_DATE_EPOCH_FALLBACK ??= "1302044400" | 48 | export SOURCE_DATE_EPOCH_FALLBACK ??= "1302044400" |
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 01c2ab1c78..07901d7597 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass | |||
@@ -13,7 +13,7 @@ | |||
13 | # Recipes can also configure which entries in their ${WORKDIR} | 13 | # Recipes can also configure which entries in their ${WORKDIR} |
14 | # are preserved besides temp, which already gets excluded by default | 14 | # are preserved besides temp, which already gets excluded by default |
15 | # because it contains logs: | 15 | # because it contains logs: |
16 | # do_install_append () { | 16 | # do_install:append () { |
17 | # echo "bar" >${WORKDIR}/foo | 17 | # echo "bar" >${WORKDIR}/foo |
18 | # } | 18 | # } |
19 | # RM_WORK_EXCLUDE_ITEMS += "foo" | 19 | # RM_WORK_EXCLUDE_ITEMS += "foo" |
@@ -24,7 +24,7 @@ RM_WORK_EXCLUDE_ITEMS = "temp" | |||
24 | BB_SCHEDULER ?= "completion" | 24 | BB_SCHEDULER ?= "completion" |
25 | 25 | ||
26 | # Run the rm_work task in the idle scheduling class | 26 | # Run the rm_work task in the idle scheduling class |
27 | BB_TASK_IONICE_LEVEL_task-rm_work = "3.0" | 27 | BB_TASK_IONICE_LEVEL:task-rm_work = "3.0" |
28 | 28 | ||
29 | do_rm_work () { | 29 | do_rm_work () { |
30 | # If the recipe name is in the RM_WORK_EXCLUDE, skip the recipe. | 30 | # If the recipe name is in the RM_WORK_EXCLUDE, skip the recipe. |
diff --git a/meta/classes/rm_work_and_downloads.bbclass b/meta/classes/rm_work_and_downloads.bbclass index 7c00bea597..15e6091b9d 100644 --- a/meta/classes/rm_work_and_downloads.bbclass +++ b/meta/classes/rm_work_and_downloads.bbclass | |||
@@ -28,6 +28,6 @@ inherit rm_work | |||
28 | 28 | ||
29 | # Instead go up one level and remove ourself. | 29 | # Instead go up one level and remove ourself. |
30 | DL_DIR = "${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}/${PN}/downloads" | 30 | DL_DIR = "${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}/${PN}/downloads" |
31 | do_rm_work_append () { | 31 | do_rm_work:append () { |
32 | rm -rf ${DL_DIR} | 32 | rm -rf ${DL_DIR} |
33 | } | 33 | } |
diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index e66ed5938b..fbfa63fcb3 100644 --- a/meta/classes/rootfs-postcommands.bbclass +++ b/meta/classes/rootfs-postcommands.bbclass | |||
@@ -23,7 +23,7 @@ ROOTFS_POSTPROCESS_COMMAND += '${@bb.utils.contains("IMAGE_FEATURES", "read-only | |||
23 | # | 23 | # |
24 | # We do this with _append because the default value might get set later with ?= | 24 | # We do this with _append because the default value might get set later with ?= |
25 | # and we don't want to disable such a default that by setting a value here. | 25 | # and we don't want to disable such a default that by setting a value here. |
26 | APPEND_append = '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", " ro", "", d)}' | 26 | APPEND:append = '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", " ro", "", d)}' |
27 | 27 | ||
28 | # Generates test data file with data store variables expanded in json format | 28 | # Generates test data file with data store variables expanded in json format |
29 | ROOTFS_POSTPROCESS_COMMAND += "write_image_test_data; " | 29 | ROOTFS_POSTPROCESS_COMMAND += "write_image_test_data; " |
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index 0af7d65b1a..3d8d784f79 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -9,7 +9,7 @@ export STAGING_INCDIR | |||
9 | export STAGING_LIBDIR | 9 | export STAGING_LIBDIR |
10 | 10 | ||
11 | # Add 100Meg of extra space for dnf | 11 | # Add 100Meg of extra space for dnf |
12 | IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("PACKAGE_INSTALL", "dnf", " + 102400", "", d)}" | 12 | IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("PACKAGE_INSTALL", "dnf", " + 102400", "", d)}" |
13 | 13 | ||
14 | # Dnf is python based, so be sure python3-native is available to us. | 14 | # Dnf is python based, so be sure python3-native is available to us. |
15 | EXTRANATIVEPATH += "python3-native" | 15 | EXTRANATIVEPATH += "python3-native" |
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index e907a3566f..29cc42efe7 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -227,7 +227,7 @@ def check_toolchain_tune(data, tune, multilib): | |||
227 | overrides = localdata.getVar("OVERRIDES", False) + ":virtclass-multilib-" + multilib | 227 | overrides = localdata.getVar("OVERRIDES", False) + ":virtclass-multilib-" + multilib |
228 | localdata.setVar("OVERRIDES", overrides) | 228 | localdata.setVar("OVERRIDES", overrides) |
229 | bb.debug(2, "Sanity-checking tuning '%s' (%s) features:" % (tune, multilib)) | 229 | bb.debug(2, "Sanity-checking tuning '%s' (%s) features:" % (tune, multilib)) |
230 | features = (localdata.getVar("TUNE_FEATURES_tune-%s" % tune) or "").split() | 230 | features = (localdata.getVar("TUNE_FEATURES:tune-%s" % tune) or "").split() |
231 | if not features: | 231 | if not features: |
232 | return "Tuning '%s' has no defined features, and cannot be used." % tune | 232 | return "Tuning '%s' has no defined features, and cannot be used." % tune |
233 | valid_tunes = localdata.getVarFlags('TUNEVALID') or {} | 233 | valid_tunes = localdata.getVarFlags('TUNEVALID') or {} |
@@ -249,7 +249,7 @@ def check_toolchain_tune(data, tune, multilib): | |||
249 | tune_errors.append("Feature '%s' is not defined." % feature) | 249 | tune_errors.append("Feature '%s' is not defined." % feature) |
250 | whitelist = localdata.getVar("TUNEABI_WHITELIST") | 250 | whitelist = localdata.getVar("TUNEABI_WHITELIST") |
251 | if whitelist: | 251 | if whitelist: |
252 | tuneabi = localdata.getVar("TUNEABI_tune-%s" % tune) | 252 | tuneabi = localdata.getVar("TUNEABI:tune-%s" % tune) |
253 | if not tuneabi: | 253 | if not tuneabi: |
254 | tuneabi = tune | 254 | tuneabi = tune |
255 | if True not in [x in whitelist.split() for x in tuneabi.split()]: | 255 | if True not in [x in whitelist.split() for x in tuneabi.split()]: |
@@ -281,7 +281,7 @@ def check_toolchain(data): | |||
281 | seen_libs.append(lib) | 281 | seen_libs.append(lib) |
282 | if not lib in global_multilibs: | 282 | if not lib in global_multilibs: |
283 | tune_error_set.append("Multilib %s is not present in MULTILIB_GLOBAL_VARIANTS" % lib) | 283 | tune_error_set.append("Multilib %s is not present in MULTILIB_GLOBAL_VARIANTS" % lib) |
284 | tune = data.getVar("DEFAULTTUNE_virtclass-multilib-%s" % lib) | 284 | tune = data.getVar("DEFAULTTUNE:virtclass-multilib-%s" % lib) |
285 | if tune in seen_tunes: | 285 | if tune in seen_tunes: |
286 | tune_error_set.append("The tuning '%s' appears in more than one multilib." % tune) | 286 | tune_error_set.append("The tuning '%s' appears in more than one multilib." % tune) |
287 | else: | 287 | else: |
diff --git a/meta/classes/sign_package_feed.bbclass b/meta/classes/sign_package_feed.bbclass index 7ff3a35a2f..16bcd147aa 100644 --- a/meta/classes/sign_package_feed.bbclass +++ b/meta/classes/sign_package_feed.bbclass | |||
@@ -29,7 +29,7 @@ PACKAGE_FEED_GPG_BACKEND ?= 'local' | |||
29 | PACKAGE_FEED_GPG_SIGNATURE_TYPE ?= 'ASC' | 29 | PACKAGE_FEED_GPG_SIGNATURE_TYPE ?= 'ASC' |
30 | 30 | ||
31 | # Make feed signing key to be present in rootfs | 31 | # Make feed signing key to be present in rootfs |
32 | FEATURE_PACKAGES_package-management_append = " signing-keys-packagefeed" | 32 | FEATURE_PACKAGES_package-management:append = " signing-keys-packagefeed" |
33 | 33 | ||
34 | python () { | 34 | python () { |
35 | # Check sanity of configuration | 35 | # Check sanity of configuration |
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index 32a615c743..af3397bab6 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass | |||
@@ -19,9 +19,9 @@ SYSROOT_DIRS_NATIVE = " \ | |||
19 | ${sysconfdir} \ | 19 | ${sysconfdir} \ |
20 | ${localstatedir} \ | 20 | ${localstatedir} \ |
21 | " | 21 | " |
22 | SYSROOT_DIRS_append_class-native = " ${SYSROOT_DIRS_NATIVE}" | 22 | SYSROOT_DIRS:append:class-native = " ${SYSROOT_DIRS_NATIVE}" |
23 | SYSROOT_DIRS_append_class-cross = " ${SYSROOT_DIRS_NATIVE}" | 23 | SYSROOT_DIRS:append:class-cross = " ${SYSROOT_DIRS_NATIVE}" |
24 | SYSROOT_DIRS_append_class-crosssdk = " ${SYSROOT_DIRS_NATIVE}" | 24 | SYSROOT_DIRS:append:class-crosssdk = " ${SYSROOT_DIRS_NATIVE}" |
25 | 25 | ||
26 | # These directories will not be staged in the sysroot | 26 | # These directories will not be staged in the sysroot |
27 | SYSROOT_DIRS_BLACKLIST = " \ | 27 | SYSROOT_DIRS_BLACKLIST = " \ |
@@ -82,7 +82,7 @@ python sysroot_strip () { | |||
82 | pn = d.getVar('PN') | 82 | pn = d.getVar('PN') |
83 | libdir = d.getVar("libdir") | 83 | libdir = d.getVar("libdir") |
84 | base_libdir = d.getVar("base_libdir") | 84 | base_libdir = d.getVar("base_libdir") |
85 | qa_already_stripped = 'already-stripped' in (d.getVar('INSANE_SKIP_' + pn) or "").split() | 85 | qa_already_stripped = 'already-stripped' in (d.getVar('INSANE_SKIP:' + pn) or "").split() |
86 | strip_cmd = d.getVar("STRIP") | 86 | strip_cmd = d.getVar("STRIP") |
87 | 87 | ||
88 | oe.package.strip_execs(pn, dstdir, strip_cmd, libdir, base_libdir, d, | 88 | oe.package.strip_execs(pn, dstdir, strip_cmd, libdir, base_libdir, d, |
@@ -118,8 +118,8 @@ do_populate_sysroot[vardeps] += "${SYSROOT_PREPROCESS_FUNCS}" | |||
118 | do_populate_sysroot[vardepsexclude] += "MULTI_PROVIDER_WHITELIST" | 118 | do_populate_sysroot[vardepsexclude] += "MULTI_PROVIDER_WHITELIST" |
119 | 119 | ||
120 | POPULATESYSROOTDEPS = "" | 120 | POPULATESYSROOTDEPS = "" |
121 | POPULATESYSROOTDEPS_class-target = "virtual/${MLPREFIX}${TARGET_PREFIX}binutils:do_populate_sysroot" | 121 | POPULATESYSROOTDEPS:class-target = "virtual/${MLPREFIX}${TARGET_PREFIX}binutils:do_populate_sysroot" |
122 | POPULATESYSROOTDEPS_class-nativesdk = "virtual/${TARGET_PREFIX}binutils-crosssdk:do_populate_sysroot" | 122 | POPULATESYSROOTDEPS:class-nativesdk = "virtual/${TARGET_PREFIX}binutils-crosssdk:do_populate_sysroot" |
123 | do_populate_sysroot[depends] += "${POPULATESYSROOTDEPS}" | 123 | do_populate_sysroot[depends] += "${POPULATESYSROOTDEPS}" |
124 | 124 | ||
125 | SSTATETASKS += "do_populate_sysroot" | 125 | SSTATETASKS += "do_populate_sysroot" |
diff --git a/meta/classes/systemd-boot.bbclass b/meta/classes/systemd-boot.bbclass index 336c4c2ff5..57ec0acbc5 100644 --- a/meta/classes/systemd-boot.bbclass +++ b/meta/classes/systemd-boot.bbclass | |||
@@ -28,7 +28,7 @@ efi_populate() { | |||
28 | done | 28 | done |
29 | } | 29 | } |
30 | 30 | ||
31 | efi_iso_populate_append() { | 31 | efi_iso_populate:append() { |
32 | cp -r $iso_dir/loader ${EFIIMGDIR} | 32 | cp -r $iso_dir/loader ${EFIIMGDIR} |
33 | } | 33 | } |
34 | 34 | ||
diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index db5d109545..2a272a245f 100644 --- a/meta/classes/systemd.bbclass +++ b/meta/classes/systemd.bbclass | |||
@@ -1,9 +1,9 @@ | |||
1 | # The list of packages that should have systemd packaging scripts added. For | 1 | # The list of packages that should have systemd packaging scripts added. For |
2 | # each entry, optionally have a SYSTEMD_SERVICE_[package] that lists the service | 2 | # each entry, optionally have a SYSTEMD_SERVICE:[package] that lists the service |
3 | # files in this package. If this variable isn't set, [package].service is used. | 3 | # files in this package. If this variable isn't set, [package].service is used. |
4 | SYSTEMD_PACKAGES ?= "${PN}" | 4 | SYSTEMD_PACKAGES ?= "${PN}" |
5 | SYSTEMD_PACKAGES_class-native ?= "" | 5 | SYSTEMD_PACKAGES:class-native ?= "" |
6 | SYSTEMD_PACKAGES_class-nativesdk ?= "" | 6 | SYSTEMD_PACKAGES:class-nativesdk ?= "" |
7 | 7 | ||
8 | # Whether to enable or disable the services on installation. | 8 | # Whether to enable or disable the services on installation. |
9 | SYSTEMD_AUTO_ENABLE ??= "enable" | 9 | SYSTEMD_AUTO_ENABLE ??= "enable" |
@@ -85,39 +85,39 @@ python systemd_populate_packages() { | |||
85 | def systemd_generate_package_scripts(pkg): | 85 | def systemd_generate_package_scripts(pkg): |
86 | bb.debug(1, 'adding systemd calls to postinst/postrm for %s' % pkg) | 86 | bb.debug(1, 'adding systemd calls to postinst/postrm for %s' % pkg) |
87 | 87 | ||
88 | paths_escaped = ' '.join(shlex.quote(s) for s in d.getVar('SYSTEMD_SERVICE_' + pkg).split()) | 88 | paths_escaped = ' '.join(shlex.quote(s) for s in d.getVar('SYSTEMD_SERVICE:' + pkg).split()) |
89 | d.setVar('SYSTEMD_SERVICE_ESCAPED_' + pkg, paths_escaped) | 89 | d.setVar('SYSTEMD_SERVICE_ESCAPED:' + pkg, paths_escaped) |
90 | 90 | ||
91 | # Add pkg to the overrides so that it finds the SYSTEMD_SERVICE_pkg | 91 | # Add pkg to the overrides so that it finds the SYSTEMD_SERVICE:pkg |
92 | # variable. | 92 | # variable. |
93 | localdata = d.createCopy() | 93 | localdata = d.createCopy() |
94 | localdata.prependVar("OVERRIDES", pkg + ":") | 94 | localdata.prependVar("OVERRIDES", pkg + ":") |
95 | 95 | ||
96 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 96 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
97 | if not postinst: | 97 | if not postinst: |
98 | postinst = '#!/bin/sh\n' | 98 | postinst = '#!/bin/sh\n' |
99 | postinst += localdata.getVar('systemd_postinst') | 99 | postinst += localdata.getVar('systemd_postinst') |
100 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 100 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
101 | 101 | ||
102 | prerm = d.getVar('pkg_prerm_%s' % pkg) | 102 | prerm = d.getVar('pkg_prerm:%s' % pkg) |
103 | if not prerm: | 103 | if not prerm: |
104 | prerm = '#!/bin/sh\n' | 104 | prerm = '#!/bin/sh\n' |
105 | prerm += localdata.getVar('systemd_prerm') | 105 | prerm += localdata.getVar('systemd_prerm') |
106 | d.setVar('pkg_prerm_%s' % pkg, prerm) | 106 | d.setVar('pkg_prerm:%s' % pkg, prerm) |
107 | 107 | ||
108 | 108 | ||
109 | # Add files to FILES_*-systemd if existent and not already done | 109 | # Add files to FILES:*-systemd if existent and not already done |
110 | def systemd_append_file(pkg_systemd, file_append): | 110 | def systemd_append_file(pkg_systemd, file_append): |
111 | appended = False | 111 | appended = False |
112 | if os.path.exists(oe.path.join(d.getVar("D"), file_append)): | 112 | if os.path.exists(oe.path.join(d.getVar("D"), file_append)): |
113 | var_name = "FILES_" + pkg_systemd | 113 | var_name = "FILES:" + pkg_systemd |
114 | files = d.getVar(var_name, False) or "" | 114 | files = d.getVar(var_name, False) or "" |
115 | if file_append not in files.split(): | 115 | if file_append not in files.split(): |
116 | d.appendVar(var_name, " " + file_append) | 116 | d.appendVar(var_name, " " + file_append) |
117 | appended = True | 117 | appended = True |
118 | return appended | 118 | return appended |
119 | 119 | ||
120 | # Add systemd files to FILES_*-systemd, parse for Also= and follow recursive | 120 | # Add systemd files to FILES:*-systemd, parse for Also= and follow recursive |
121 | def systemd_add_files_and_parse(pkg_systemd, path, service, keys): | 121 | def systemd_add_files_and_parse(pkg_systemd, path, service, keys): |
122 | # avoid infinite recursion | 122 | # avoid infinite recursion |
123 | if systemd_append_file(pkg_systemd, oe.path.join(path, service)): | 123 | if systemd_append_file(pkg_systemd, oe.path.join(path, service)): |
@@ -174,32 +174,32 @@ python systemd_populate_packages() { | |||
174 | if path_found != '': | 174 | if path_found != '': |
175 | systemd_add_files_and_parse(pkg_systemd, path_found, service, keys) | 175 | systemd_add_files_and_parse(pkg_systemd, path_found, service, keys) |
176 | else: | 176 | else: |
177 | bb.fatal("Didn't find service unit '{0}', specified in SYSTEMD_SERVICE_{1}. {2}".format( | 177 | bb.fatal("Didn't find service unit '{0}', specified in SYSTEMD_SERVICE:{1}. {2}".format( |
178 | service, pkg_systemd, "Also looked for service unit '{0}'.".format(base) if base is not None else "")) | 178 | service, pkg_systemd, "Also looked for service unit '{0}'.".format(base) if base is not None else "")) |
179 | 179 | ||
180 | def systemd_create_presets(pkg, action): | 180 | def systemd_create_presets(pkg, action): |
181 | presetf = oe.path.join(d.getVar("PKGD"), d.getVar("systemd_unitdir"), "system-preset/98-%s.preset" % pkg) | 181 | presetf = oe.path.join(d.getVar("PKGD"), d.getVar("systemd_unitdir"), "system-preset/98-%s.preset" % pkg) |
182 | bb.utils.mkdirhier(os.path.dirname(presetf)) | 182 | bb.utils.mkdirhier(os.path.dirname(presetf)) |
183 | with open(presetf, 'a') as fd: | 183 | with open(presetf, 'a') as fd: |
184 | for service in d.getVar('SYSTEMD_SERVICE_%s' % pkg).split(): | 184 | for service in d.getVar('SYSTEMD_SERVICE:%s' % pkg).split(): |
185 | fd.write("%s %s\n" % (action,service)) | 185 | fd.write("%s %s\n" % (action,service)) |
186 | d.appendVar("FILES_%s" % pkg, ' ' + oe.path.join(d.getVar("systemd_unitdir"), "system-preset/98-%s.preset" % pkg)) | 186 | d.appendVar("FILES:%s" % pkg, ' ' + oe.path.join(d.getVar("systemd_unitdir"), "system-preset/98-%s.preset" % pkg)) |
187 | 187 | ||
188 | # Run all modifications once when creating package | 188 | # Run all modifications once when creating package |
189 | if os.path.exists(d.getVar("D")): | 189 | if os.path.exists(d.getVar("D")): |
190 | for pkg in d.getVar('SYSTEMD_PACKAGES').split(): | 190 | for pkg in d.getVar('SYSTEMD_PACKAGES').split(): |
191 | systemd_check_package(pkg) | 191 | systemd_check_package(pkg) |
192 | if d.getVar('SYSTEMD_SERVICE_' + pkg): | 192 | if d.getVar('SYSTEMD_SERVICE:' + pkg): |
193 | systemd_generate_package_scripts(pkg) | 193 | systemd_generate_package_scripts(pkg) |
194 | action = get_package_var(d, 'SYSTEMD_AUTO_ENABLE', pkg) | 194 | action = get_package_var(d, 'SYSTEMD_AUTO_ENABLE', pkg) |
195 | if action in ("enable", "disable"): | 195 | if action in ("enable", "disable"): |
196 | systemd_create_presets(pkg, action) | 196 | systemd_create_presets(pkg, action) |
197 | elif action not in ("mask", "preset"): | 197 | elif action not in ("mask", "preset"): |
198 | bb.fatal("SYSTEMD_AUTO_ENABLE_%s '%s' is not 'enable', 'disable', 'mask' or 'preset'" % (pkg, action)) | 198 | bb.fatal("SYSTEMD_AUTO_ENABLE:%s '%s' is not 'enable', 'disable', 'mask' or 'preset'" % (pkg, action)) |
199 | systemd_check_services() | 199 | systemd_check_services() |
200 | } | 200 | } |
201 | 201 | ||
202 | PACKAGESPLITFUNCS_prepend = "systemd_populate_packages " | 202 | PACKAGESPLITFUNCS:prepend = "systemd_populate_packages " |
203 | 203 | ||
204 | python rm_systemd_unitdir (){ | 204 | python rm_systemd_unitdir (){ |
205 | import shutil | 205 | import shutil |
@@ -227,7 +227,7 @@ python rm_sysvinit_initddir (){ | |||
227 | } | 227 | } |
228 | 228 | ||
229 | do_install[postfuncs] += "${RMINITDIR} " | 229 | do_install[postfuncs] += "${RMINITDIR} " |
230 | RMINITDIR_class-target = " rm_sysvinit_initddir rm_systemd_unitdir " | 230 | RMINITDIR:class-target = " rm_sysvinit_initddir rm_systemd_unitdir " |
231 | RMINITDIR_class-nativesdk = " rm_sysvinit_initddir rm_systemd_unitdir " | 231 | RMINITDIR:class-nativesdk = " rm_sysvinit_initddir rm_systemd_unitdir " |
232 | RMINITDIR = "" | 232 | RMINITDIR = "" |
233 | 233 | ||
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index ed3a885bdf..3c689aec91 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -65,15 +65,15 @@ BASICTESTSUITE = "\ | |||
65 | DEFAULT_TEST_SUITES = "${BASICTESTSUITE}" | 65 | DEFAULT_TEST_SUITES = "${BASICTESTSUITE}" |
66 | 66 | ||
67 | # aarch64 has no graphics | 67 | # aarch64 has no graphics |
68 | DEFAULT_TEST_SUITES_remove_aarch64 = "xorg" | 68 | DEFAULT_TEST_SUITES:remove:aarch64 = "xorg" |
69 | # musl doesn't support systemtap | 69 | # musl doesn't support systemtap |
70 | DEFAULT_TEST_SUITES_remove_libc-musl = "stap" | 70 | DEFAULT_TEST_SUITES:remove:libc-musl = "stap" |
71 | 71 | ||
72 | # qemumips is quite slow and has reached the timeout limit several times on the YP build cluster, | 72 | # qemumips is quite slow and has reached the timeout limit several times on the YP build cluster, |
73 | # mitigate this by removing build tests for qemumips machines. | 73 | # mitigate this by removing build tests for qemumips machines. |
74 | MIPSREMOVE ??= "buildcpio buildlzip buildgalculator" | 74 | MIPSREMOVE ??= "buildcpio buildlzip buildgalculator" |
75 | DEFAULT_TEST_SUITES_remove_qemumips = "${MIPSREMOVE}" | 75 | DEFAULT_TEST_SUITES:remove:qemumips = "${MIPSREMOVE}" |
76 | DEFAULT_TEST_SUITES_remove_qemumips64 = "${MIPSREMOVE}" | 76 | DEFAULT_TEST_SUITES:remove:qemumips64 = "${MIPSREMOVE}" |
77 | 77 | ||
78 | TEST_SUITES ?= "${DEFAULT_TEST_SUITES}" | 78 | TEST_SUITES ?= "${DEFAULT_TEST_SUITES}" |
79 | 79 | ||
@@ -86,7 +86,7 @@ TEST_RUNQEMUPARAMS ?= "" | |||
86 | TESTIMAGE_BOOT_PATTERNS ?= "" | 86 | TESTIMAGE_BOOT_PATTERNS ?= "" |
87 | 87 | ||
88 | TESTIMAGEDEPENDS = "" | 88 | TESTIMAGEDEPENDS = "" |
89 | TESTIMAGEDEPENDS_append_qemuall = " qemu-native:do_populate_sysroot qemu-helper-native:do_populate_sysroot qemu-helper-native:do_addto_recipe_sysroot" | 89 | TESTIMAGEDEPENDS:append:qemuall = " qemu-native:do_populate_sysroot qemu-helper-native:do_populate_sysroot qemu-helper-native:do_addto_recipe_sysroot" |
90 | TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'cpio-native:do_populate_sysroot', '', d)}" | 90 | TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'cpio-native:do_populate_sysroot', '', d)}" |
91 | TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'dnf-native:do_populate_sysroot', '', d)}" | 91 | TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'dnf-native:do_populate_sysroot', '', d)}" |
92 | TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'createrepo-c-native:do_populate_sysroot', '', d)}" | 92 | TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'rpm', 'createrepo-c-native:do_populate_sysroot', '', d)}" |
@@ -94,7 +94,7 @@ TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'ipk', 'opkg-utils-na | |||
94 | TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'deb', 'apt-native:do_populate_sysroot package-index:do_package_index', '', d)}" | 94 | TESTIMAGEDEPENDS += "${@bb.utils.contains('IMAGE_PKGTYPE', 'deb', 'apt-native:do_populate_sysroot package-index:do_package_index', '', d)}" |
95 | 95 | ||
96 | TESTIMAGELOCK = "${TMPDIR}/testimage.lock" | 96 | TESTIMAGELOCK = "${TMPDIR}/testimage.lock" |
97 | TESTIMAGELOCK_qemuall = "" | 97 | TESTIMAGELOCK:qemuall = "" |
98 | 98 | ||
99 | TESTIMAGE_DUMP_DIR ?= "${LOG_DIR}/runtime-hostdump/" | 99 | TESTIMAGE_DUMP_DIR ?= "${LOG_DIR}/runtime-hostdump/" |
100 | 100 | ||
diff --git a/meta/classes/texinfo.bbclass b/meta/classes/texinfo.bbclass index f46bacabd4..68c9d4fb70 100644 --- a/meta/classes/texinfo.bbclass +++ b/meta/classes/texinfo.bbclass | |||
@@ -7,12 +7,12 @@ | |||
7 | # makeinfo from SANITY_REQUIRED_UTILITIES. | 7 | # makeinfo from SANITY_REQUIRED_UTILITIES. |
8 | 8 | ||
9 | TEXDEP = "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'texinfo-replacement-native', 'texinfo-dummy-native', d)}" | 9 | TEXDEP = "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'texinfo-replacement-native', 'texinfo-dummy-native', d)}" |
10 | TEXDEP_class-native = "texinfo-dummy-native" | 10 | TEXDEP:class-native = "texinfo-dummy-native" |
11 | TEXDEP_class-cross = "texinfo-dummy-native" | 11 | TEXDEP:class-cross = "texinfo-dummy-native" |
12 | TEXDEP_class-crosssdk = "texinfo-dummy-native" | 12 | TEXDEP:class-crosssdk = "texinfo-dummy-native" |
13 | TEXDEP_class-cross-canadian = "texinfo-dummy-native" | 13 | TEXDEP:class-cross-canadian = "texinfo-dummy-native" |
14 | DEPENDS_append = " ${TEXDEP}" | 14 | DEPENDS:append = " ${TEXDEP}" |
15 | 15 | ||
16 | # libtool-cross doesn't inherit cross | 16 | # libtool-cross doesn't inherit cross |
17 | TEXDEP_pn-libtool-cross = "texinfo-dummy-native" | 17 | TEXDEP:pn-libtool-cross = "texinfo-dummy-native" |
18 | 18 | ||
diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 67a812cb02..479f3b706e 100644 --- a/meta/classes/toolchain-scripts.bbclass +++ b/meta/classes/toolchain-scripts.bbclass | |||
@@ -3,7 +3,7 @@ inherit toolchain-scripts-base siteinfo kernel-arch | |||
3 | # We want to be able to change the value of MULTIMACH_TARGET_SYS, because it | 3 | # We want to be able to change the value of MULTIMACH_TARGET_SYS, because it |
4 | # doesn't always match our expectations... but we default to the stock value | 4 | # doesn't always match our expectations... but we default to the stock value |
5 | REAL_MULTIMACH_TARGET_SYS ?= "${MULTIMACH_TARGET_SYS}" | 5 | REAL_MULTIMACH_TARGET_SYS ?= "${MULTIMACH_TARGET_SYS}" |
6 | TARGET_CC_ARCH_append_libc-musl = " -mmusl" | 6 | TARGET_CC_ARCH:append:libc-musl = " -mmusl" |
7 | 7 | ||
8 | # default debug prefix map isn't valid in the SDK | 8 | # default debug prefix map isn't valid in the SDK |
9 | DEBUG_PREFIX_MAP = "" | 9 | DEBUG_PREFIX_MAP = "" |
diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass index 9671cf76a5..fdf153248c 100644 --- a/meta/classes/uboot-sign.bbclass +++ b/meta/classes/uboot-sign.bbclass | |||
@@ -19,7 +19,7 @@ | |||
19 | # The tasks sequence is set as below, using DEPLOY_IMAGE_DIR as common place to | 19 | # The tasks sequence is set as below, using DEPLOY_IMAGE_DIR as common place to |
20 | # treat the device tree blob: | 20 | # treat the device tree blob: |
21 | # | 21 | # |
22 | # * u-boot:do_install_append | 22 | # * u-boot:do_install:append |
23 | # Install UBOOT_DTB_BINARY to datadir, so that kernel can use it for | 23 | # Install UBOOT_DTB_BINARY to datadir, so that kernel can use it for |
24 | # signing, and kernel will deploy UBOOT_DTB_BINARY after signs it. | 24 | # signing, and kernel will deploy UBOOT_DTB_BINARY after signs it. |
25 | # | 25 | # |
@@ -227,7 +227,7 @@ install_spl_helper() { | |||
227 | touch ${D}/${datadir}/${UBOOT_ITS_IMAGE} | 227 | touch ${D}/${datadir}/${UBOOT_ITS_IMAGE} |
228 | } | 228 | } |
229 | 229 | ||
230 | do_install_append() { | 230 | do_install:append() { |
231 | if [ "${PN}" = "${UBOOT_PN}" ]; then | 231 | if [ "${PN}" = "${UBOOT_PN}" ]; then |
232 | if [ -n "${UBOOT_CONFIG}" ]; then | 232 | if [ -n "${UBOOT_CONFIG}" ]; then |
233 | for config in ${UBOOT_MACHINE}; do | 233 | for config in ${UBOOT_MACHINE}; do |
@@ -416,7 +416,7 @@ do_uboot_assemble_fitimage() { | |||
416 | 416 | ||
417 | addtask uboot_assemble_fitimage before do_deploy after do_compile | 417 | addtask uboot_assemble_fitimage before do_deploy after do_compile |
418 | 418 | ||
419 | do_deploy_prepend_pn-${UBOOT_PN}() { | 419 | do_deploy:prepend:pn-${UBOOT_PN}() { |
420 | if [ "${UBOOT_SIGN_ENABLE}" = "1" -a -n "${UBOOT_DTB_BINARY}" ] ; then | 420 | if [ "${UBOOT_SIGN_ENABLE}" = "1" -a -n "${UBOOT_DTB_BINARY}" ] ; then |
421 | concat_dtb | 421 | concat_dtb |
422 | fi | 422 | fi |
@@ -446,7 +446,7 @@ do_deploy_prepend_pn-${UBOOT_PN}() { | |||
446 | 446 | ||
447 | } | 447 | } |
448 | 448 | ||
449 | do_deploy_append_pn-${UBOOT_PN}() { | 449 | do_deploy:append:pn-${UBOOT_PN}() { |
450 | # If we're creating a u-boot fitImage, point u-boot.bin | 450 | # If we're creating a u-boot fitImage, point u-boot.bin |
451 | # symlink since it might get used by image recipes | 451 | # symlink since it might get used by image recipes |
452 | if [ "${UBOOT_FITIMAGE_ENABLE}" = "1" ] ; then | 452 | if [ "${UBOOT_FITIMAGE_ENABLE}" = "1" ] ; then |
diff --git a/meta/classes/update-alternatives.bbclass b/meta/classes/update-alternatives.bbclass index 000e4d5664..81ca05de0e 100644 --- a/meta/classes/update-alternatives.bbclass +++ b/meta/classes/update-alternatives.bbclass | |||
@@ -6,9 +6,9 @@ | |||
6 | # To use this class a number of variables should be defined: | 6 | # To use this class a number of variables should be defined: |
7 | # | 7 | # |
8 | # List all of the alternatives needed by a package: | 8 | # List all of the alternatives needed by a package: |
9 | # ALTERNATIVE_<pkg> = "name1 name2 name3 ..." | 9 | # ALTERNATIVE:<pkg> = "name1 name2 name3 ..." |
10 | # | 10 | # |
11 | # i.e. ALTERNATIVE_busybox = "sh sed test bracket" | 11 | # i.e. ALTERNATIVE:busybox = "sh sed test bracket" |
12 | # | 12 | # |
13 | # The pathname of the link | 13 | # The pathname of the link |
14 | # ALTERNATIVE_LINK_NAME[name] = "target" | 14 | # ALTERNATIVE_LINK_NAME[name] = "target" |
@@ -123,7 +123,7 @@ def gen_updatealternativesvars(d): | |||
123 | 123 | ||
124 | for p in pkgs: | 124 | for p in pkgs: |
125 | for v in vars: | 125 | for v in vars: |
126 | ret.append(v + "_" + p) | 126 | ret.append(v + ":" + p) |
127 | ret.append(v + "_VARDEPS_" + p) | 127 | ret.append(v + "_VARDEPS_" + p) |
128 | return " ".join(ret) | 128 | return " ".join(ret) |
129 | 129 | ||
@@ -141,10 +141,10 @@ python apply_update_alternative_renames () { | |||
141 | import re | 141 | import re |
142 | 142 | ||
143 | def update_files(alt_target, alt_target_rename, pkg, d): | 143 | def update_files(alt_target, alt_target_rename, pkg, d): |
144 | f = d.getVar('FILES_' + pkg) | 144 | f = d.getVar('FILES:' + pkg) |
145 | if f: | 145 | if f: |
146 | f = re.sub(r'(^|\s)%s(\s|$)' % re.escape (alt_target), r'\1%s\2' % alt_target_rename, f) | 146 | f = re.sub(r'(^|\s)%s(\s|$)' % re.escape (alt_target), r'\1%s\2' % alt_target_rename, f) |
147 | d.setVar('FILES_' + pkg, f) | 147 | d.setVar('FILES:' + pkg, f) |
148 | 148 | ||
149 | # Check for deprecated usage... | 149 | # Check for deprecated usage... |
150 | pn = d.getVar('BPN') | 150 | pn = d.getVar('BPN') |
@@ -156,7 +156,7 @@ python apply_update_alternative_renames () { | |||
156 | for pkg in (d.getVar('PACKAGES') or "").split(): | 156 | for pkg in (d.getVar('PACKAGES') or "").split(): |
157 | # If the src == dest, we know we need to rename the dest by appending ${BPN} | 157 | # If the src == dest, we know we need to rename the dest by appending ${BPN} |
158 | link_rename = [] | 158 | link_rename = [] |
159 | for alt_name in (d.getVar('ALTERNATIVE_%s' % pkg) or "").split(): | 159 | for alt_name in (d.getVar('ALTERNATIVE:%s' % pkg) or "").split(): |
160 | alt_link = d.getVarFlag('ALTERNATIVE_LINK_NAME', alt_name) | 160 | alt_link = d.getVarFlag('ALTERNATIVE_LINK_NAME', alt_name) |
161 | if not alt_link: | 161 | if not alt_link: |
162 | alt_link = "%s/%s" % (d.getVar('bindir'), alt_name) | 162 | alt_link = "%s/%s" % (d.getVar('bindir'), alt_name) |
@@ -233,7 +233,7 @@ def update_alternatives_alt_targets(d, pkg): | |||
233 | pn = d.getVar('BPN') | 233 | pn = d.getVar('BPN') |
234 | pkgdest = d.getVar('PKGD') | 234 | pkgdest = d.getVar('PKGD') |
235 | updates = list() | 235 | updates = list() |
236 | for alt_name in (d.getVar('ALTERNATIVE_%s' % pkg) or "").split(): | 236 | for alt_name in (d.getVar('ALTERNATIVE:%s' % pkg) or "").split(): |
237 | alt_link = d.getVarFlag('ALTERNATIVE_LINK_NAME', alt_name) | 237 | alt_link = d.getVarFlag('ALTERNATIVE_LINK_NAME', alt_name) |
238 | alt_target = d.getVarFlag('ALTERNATIVE_TARGET_%s' % pkg, alt_name) or \ | 238 | alt_target = d.getVarFlag('ALTERNATIVE_TARGET_%s' % pkg, alt_name) or \ |
239 | d.getVarFlag('ALTERNATIVE_TARGET', alt_name) or \ | 239 | d.getVarFlag('ALTERNATIVE_TARGET', alt_name) or \ |
@@ -259,7 +259,7 @@ def update_alternatives_alt_targets(d, pkg): | |||
259 | 259 | ||
260 | return updates | 260 | return updates |
261 | 261 | ||
262 | PACKAGESPLITFUNCS_prepend = "populate_packages_updatealternatives " | 262 | PACKAGESPLITFUNCS:prepend = "populate_packages_updatealternatives " |
263 | 263 | ||
264 | python populate_packages_updatealternatives () { | 264 | python populate_packages_updatealternatives () { |
265 | if not update_alternatives_enabled(d): | 265 | if not update_alternatives_enabled(d): |
@@ -280,24 +280,24 @@ python populate_packages_updatealternatives () { | |||
280 | provider = d.getVar('VIRTUAL-RUNTIME_update-alternatives') | 280 | provider = d.getVar('VIRTUAL-RUNTIME_update-alternatives') |
281 | if provider: | 281 | if provider: |
282 | #bb.note('adding runtime requirement for update-alternatives for %s' % pkg) | 282 | #bb.note('adding runtime requirement for update-alternatives for %s' % pkg) |
283 | d.appendVar('RDEPENDS_%s' % pkg, ' ' + d.getVar('MLPREFIX', False) + provider) | 283 | d.appendVar('RDEPENDS:%s' % pkg, ' ' + d.getVar('MLPREFIX', False) + provider) |
284 | 284 | ||
285 | bb.note('adding update-alternatives calls to postinst/prerm for %s' % pkg) | 285 | bb.note('adding update-alternatives calls to postinst/prerm for %s' % pkg) |
286 | bb.note('%s' % alt_setup_links) | 286 | bb.note('%s' % alt_setup_links) |
287 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 287 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
288 | if postinst: | 288 | if postinst: |
289 | postinst = alt_setup_links + postinst | 289 | postinst = alt_setup_links + postinst |
290 | else: | 290 | else: |
291 | postinst = '#!/bin/sh\n' + alt_setup_links | 291 | postinst = '#!/bin/sh\n' + alt_setup_links |
292 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 292 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
293 | 293 | ||
294 | bb.note('%s' % alt_remove_links) | 294 | bb.note('%s' % alt_remove_links) |
295 | prerm = d.getVar('pkg_prerm_%s' % pkg) or '#!/bin/sh\n' | 295 | prerm = d.getVar('pkg_prerm:%s' % pkg) or '#!/bin/sh\n' |
296 | prerm += alt_remove_links | 296 | prerm += alt_remove_links |
297 | d.setVar('pkg_prerm_%s' % pkg, prerm) | 297 | d.setVar('pkg_prerm:%s' % pkg, prerm) |
298 | } | 298 | } |
299 | 299 | ||
300 | python package_do_filedeps_append () { | 300 | python package_do_filedeps:append () { |
301 | if update_alternatives_enabled(d): | 301 | if update_alternatives_enabled(d): |
302 | apply_update_alternative_provides(d) | 302 | apply_update_alternative_provides(d) |
303 | } | 303 | } |
@@ -307,7 +307,7 @@ def apply_update_alternative_provides(d): | |||
307 | pkgdest = d.getVar('PKGDEST') | 307 | pkgdest = d.getVar('PKGDEST') |
308 | 308 | ||
309 | for pkg in d.getVar('PACKAGES').split(): | 309 | for pkg in d.getVar('PACKAGES').split(): |
310 | for alt_name in (d.getVar('ALTERNATIVE_%s' % pkg) or "").split(): | 310 | for alt_name in (d.getVar('ALTERNATIVE:%s' % pkg) or "").split(): |
311 | alt_link = d.getVarFlag('ALTERNATIVE_LINK_NAME', alt_name) | 311 | alt_link = d.getVarFlag('ALTERNATIVE_LINK_NAME', alt_name) |
312 | alt_target = d.getVarFlag('ALTERNATIVE_TARGET_%s' % pkg, alt_name) or d.getVarFlag('ALTERNATIVE_TARGET', alt_name) | 312 | alt_target = d.getVarFlag('ALTERNATIVE_TARGET_%s' % pkg, alt_name) or d.getVarFlag('ALTERNATIVE_TARGET', alt_name) |
313 | alt_target = alt_target or d.getVar('ALTERNATIVE_TARGET_%s' % pkg) or d.getVar('ALTERNATIVE_TARGET') or alt_link | 313 | alt_target = alt_target or d.getVar('ALTERNATIVE_TARGET_%s' % pkg) or d.getVar('ALTERNATIVE_TARGET') or alt_link |
diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index 1366fee653..0a3a608662 100644 --- a/meta/classes/update-rc.d.bbclass +++ b/meta/classes/update-rc.d.bbclass | |||
@@ -1,11 +1,11 @@ | |||
1 | UPDATERCPN ?= "${PN}" | 1 | UPDATERCPN ?= "${PN}" |
2 | 2 | ||
3 | DEPENDS_append_class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', ' update-rc.d initscripts', '', d)}" | 3 | DEPENDS:append:class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', ' update-rc.d initscripts', '', d)}" |
4 | 4 | ||
5 | UPDATERCD = "update-rc.d" | 5 | UPDATERCD = "update-rc.d" |
6 | UPDATERCD_class-cross = "" | 6 | UPDATERCD:class-cross = "" |
7 | UPDATERCD_class-native = "" | 7 | UPDATERCD:class-native = "" |
8 | UPDATERCD_class-nativesdk = "" | 8 | UPDATERCD:class-nativesdk = "" |
9 | 9 | ||
10 | INITSCRIPT_PARAMS ?= "defaults" | 10 | INITSCRIPT_PARAMS ?= "defaults" |
11 | 11 | ||
@@ -62,8 +62,8 @@ python __anonymous() { | |||
62 | update_rc_after_parse(d) | 62 | update_rc_after_parse(d) |
63 | } | 63 | } |
64 | 64 | ||
65 | PACKAGESPLITFUNCS_prepend = "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'populate_packages_updatercd ', '', d)}" | 65 | PACKAGESPLITFUNCS:prepend = "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'populate_packages_updatercd ', '', d)}" |
66 | PACKAGESPLITFUNCS_remove_class-nativesdk = "populate_packages_updatercd " | 66 | PACKAGESPLITFUNCS:remove:class-nativesdk = "populate_packages_updatercd " |
67 | 67 | ||
68 | populate_packages_updatercd[vardeps] += "updatercd_prerm updatercd_postrm updatercd_postinst" | 68 | populate_packages_updatercd[vardeps] += "updatercd_prerm updatercd_postrm updatercd_postinst" |
69 | populate_packages_updatercd[vardepsexclude] += "OVERRIDES" | 69 | populate_packages_updatercd[vardepsexclude] += "OVERRIDES" |
@@ -78,7 +78,7 @@ python populate_packages_updatercd () { | |||
78 | statement = "grep -q -w '/etc/init.d/functions' %s" % path | 78 | statement = "grep -q -w '/etc/init.d/functions' %s" % path |
79 | if subprocess.call(statement, shell=True) == 0: | 79 | if subprocess.call(statement, shell=True) == 0: |
80 | mlprefix = d.getVar('MLPREFIX') or "" | 80 | mlprefix = d.getVar('MLPREFIX') or "" |
81 | d.appendVar('RDEPENDS_' + pkg, ' %sinitd-functions' % (mlprefix)) | 81 | d.appendVar('RDEPENDS:' + pkg, ' %sinitd-functions' % (mlprefix)) |
82 | 82 | ||
83 | def update_rcd_package(pkg): | 83 | def update_rcd_package(pkg): |
84 | bb.debug(1, 'adding update-rc.d calls to postinst/prerm/postrm for %s' % pkg) | 84 | bb.debug(1, 'adding update-rc.d calls to postinst/prerm/postrm for %s' % pkg) |
@@ -89,25 +89,25 @@ python populate_packages_updatercd () { | |||
89 | 89 | ||
90 | update_rcd_auto_depend(pkg) | 90 | update_rcd_auto_depend(pkg) |
91 | 91 | ||
92 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 92 | postinst = d.getVar('pkg_postinst:%s' % pkg) |
93 | if not postinst: | 93 | if not postinst: |
94 | postinst = '#!/bin/sh\n' | 94 | postinst = '#!/bin/sh\n' |
95 | postinst += localdata.getVar('updatercd_postinst') | 95 | postinst += localdata.getVar('updatercd_postinst') |
96 | d.setVar('pkg_postinst_%s' % pkg, postinst) | 96 | d.setVar('pkg_postinst:%s' % pkg, postinst) |
97 | 97 | ||
98 | prerm = d.getVar('pkg_prerm_%s' % pkg) | 98 | prerm = d.getVar('pkg_prerm:%s' % pkg) |
99 | if not prerm: | 99 | if not prerm: |
100 | prerm = '#!/bin/sh\n' | 100 | prerm = '#!/bin/sh\n' |
101 | prerm += localdata.getVar('updatercd_prerm') | 101 | prerm += localdata.getVar('updatercd_prerm') |
102 | d.setVar('pkg_prerm_%s' % pkg, prerm) | 102 | d.setVar('pkg_prerm:%s' % pkg, prerm) |
103 | 103 | ||
104 | postrm = d.getVar('pkg_postrm_%s' % pkg) | 104 | postrm = d.getVar('pkg_postrm:%s' % pkg) |
105 | if not postrm: | 105 | if not postrm: |
106 | postrm = '#!/bin/sh\n' | 106 | postrm = '#!/bin/sh\n' |
107 | postrm += localdata.getVar('updatercd_postrm') | 107 | postrm += localdata.getVar('updatercd_postrm') |
108 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 108 | d.setVar('pkg_postrm:%s' % pkg, postrm) |
109 | 109 | ||
110 | d.appendVar('RRECOMMENDS_' + pkg, " ${MLPREFIX}${UPDATERCD}") | 110 | d.appendVar('RRECOMMENDS:' + pkg, " ${MLPREFIX}${UPDATERCD}") |
111 | 111 | ||
112 | # Check that this class isn't being inhibited (generally, by | 112 | # Check that this class isn't being inhibited (generally, by |
113 | # systemd.bbclass) before doing any work. | 113 | # systemd.bbclass) before doing any work. |
diff --git a/meta/classes/useradd-staticids.bbclass b/meta/classes/useradd-staticids.bbclass index 3a1b5f1320..8e2a7fb635 100644 --- a/meta/classes/useradd-staticids.bbclass +++ b/meta/classes/useradd-staticids.bbclass | |||
@@ -77,7 +77,7 @@ def update_useradd_static_config(d): | |||
77 | try: | 77 | try: |
78 | uaargs = parser.parse_args(oe.useradd.split_args(param)) | 78 | uaargs = parser.parse_args(oe.useradd.split_args(param)) |
79 | except Exception as e: | 79 | except Exception as e: |
80 | bb.fatal("%s: Unable to parse arguments for USERADD_PARAM_%s '%s': %s" % (d.getVar('PN'), pkg, param, e)) | 80 | bb.fatal("%s: Unable to parse arguments for USERADD_PARAM:%s '%s': %s" % (d.getVar('PN'), pkg, param, e)) |
81 | 81 | ||
82 | # Read all passwd files specified in USERADD_UID_TABLES or files/passwd | 82 | # Read all passwd files specified in USERADD_UID_TABLES or files/passwd |
83 | # Use the standard passwd layout: | 83 | # Use the standard passwd layout: |
@@ -140,13 +140,13 @@ def update_useradd_static_config(d): | |||
140 | uaargs.gid = uaargs.groupid | 140 | uaargs.gid = uaargs.groupid |
141 | uaargs.user_group = None | 141 | uaargs.user_group = None |
142 | if newgroup and is_pkg: | 142 | if newgroup and is_pkg: |
143 | groupadd = d.getVar("GROUPADD_PARAM_%s" % pkg) | 143 | groupadd = d.getVar("GROUPADD_PARAM:%s" % pkg) |
144 | if groupadd: | 144 | if groupadd: |
145 | # Only add the group if not already specified | 145 | # Only add the group if not already specified |
146 | if not uaargs.groupname in groupadd: | 146 | if not uaargs.groupname in groupadd: |
147 | d.setVar("GROUPADD_PARAM_%s" % pkg, "%s; %s" % (groupadd, newgroup)) | 147 | d.setVar("GROUPADD_PARAM:%s" % pkg, "%s; %s" % (groupadd, newgroup)) |
148 | else: | 148 | else: |
149 | d.setVar("GROUPADD_PARAM_%s" % pkg, newgroup) | 149 | d.setVar("GROUPADD_PARAM:%s" % pkg, newgroup) |
150 | 150 | ||
151 | uaargs.comment = "'%s'" % field[4] if field[4] else uaargs.comment | 151 | uaargs.comment = "'%s'" % field[4] if field[4] else uaargs.comment |
152 | uaargs.home_dir = field[5] or uaargs.home_dir | 152 | uaargs.home_dir = field[5] or uaargs.home_dir |
@@ -198,7 +198,7 @@ def update_useradd_static_config(d): | |||
198 | # If we're processing multiple lines, we could have left over values here... | 198 | # If we're processing multiple lines, we could have left over values here... |
199 | gaargs = parser.parse_args(oe.useradd.split_args(param)) | 199 | gaargs = parser.parse_args(oe.useradd.split_args(param)) |
200 | except Exception as e: | 200 | except Exception as e: |
201 | bb.fatal("%s: Unable to parse arguments for GROUPADD_PARAM_%s '%s': %s" % (d.getVar('PN'), pkg, param, e)) | 201 | bb.fatal("%s: Unable to parse arguments for GROUPADD_PARAM:%s '%s': %s" % (d.getVar('PN'), pkg, param, e)) |
202 | 202 | ||
203 | # Read all group files specified in USERADD_GID_TABLES or files/group | 203 | # Read all group files specified in USERADD_GID_TABLES or files/group |
204 | # Use the standard group layout: | 204 | # Use the standard group layout: |
@@ -265,17 +265,17 @@ def update_useradd_static_config(d): | |||
265 | for pkg in useradd_packages.split(): | 265 | for pkg in useradd_packages.split(): |
266 | # Groupmems doesn't have anything we might want to change, so simply validating | 266 | # Groupmems doesn't have anything we might want to change, so simply validating |
267 | # is a bit of a waste -- only process useradd/groupadd | 267 | # is a bit of a waste -- only process useradd/groupadd |
268 | useradd_param = d.getVar('USERADD_PARAM_%s' % pkg) | 268 | useradd_param = d.getVar('USERADD_PARAM:%s' % pkg) |
269 | if useradd_param: | 269 | if useradd_param: |
270 | #bb.warn("Before: 'USERADD_PARAM_%s' - '%s'" % (pkg, useradd_param)) | 270 | #bb.warn("Before: 'USERADD_PARAM:%s' - '%s'" % (pkg, useradd_param)) |
271 | d.setVar('USERADD_PARAM_%s' % pkg, rewrite_useradd(useradd_param, True)) | 271 | d.setVar('USERADD_PARAM:%s' % pkg, rewrite_useradd(useradd_param, True)) |
272 | #bb.warn("After: 'USERADD_PARAM_%s' - '%s'" % (pkg, d.getVar('USERADD_PARAM_%s' % pkg))) | 272 | #bb.warn("After: 'USERADD_PARAM:%s' - '%s'" % (pkg, d.getVar('USERADD_PARAM:%s' % pkg))) |
273 | 273 | ||
274 | groupadd_param = d.getVar('GROUPADD_PARAM_%s' % pkg) | 274 | groupadd_param = d.getVar('GROUPADD_PARAM:%s' % pkg) |
275 | if groupadd_param: | 275 | if groupadd_param: |
276 | #bb.warn("Before: 'GROUPADD_PARAM_%s' - '%s'" % (pkg, groupadd_param)) | 276 | #bb.warn("Before: 'GROUPADD_PARAM:%s' - '%s'" % (pkg, groupadd_param)) |
277 | d.setVar('GROUPADD_PARAM_%s' % pkg, rewrite_groupadd(groupadd_param, True)) | 277 | d.setVar('GROUPADD_PARAM:%s' % pkg, rewrite_groupadd(groupadd_param, True)) |
278 | #bb.warn("After: 'GROUPADD_PARAM_%s' - '%s'" % (pkg, d.getVar('GROUPADD_PARAM_%s' % pkg))) | 278 | #bb.warn("After: 'GROUPADD_PARAM:%s' - '%s'" % (pkg, d.getVar('GROUPADD_PARAM:%s' % pkg))) |
279 | 279 | ||
280 | # Load and process extra users and groups, rewriting only adduser/addgroup params | 280 | # Load and process extra users and groups, rewriting only adduser/addgroup params |
281 | pkg = d.getVar('PN') | 281 | pkg = d.getVar('PN') |
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index e5f3ba24f9..fdec5cca56 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass | |||
@@ -3,7 +3,7 @@ inherit useradd_base | |||
3 | # base-passwd-cross provides the default passwd and group files in the | 3 | # base-passwd-cross provides the default passwd and group files in the |
4 | # target sysroot, and shadow -native and -sysroot provide the utilities | 4 | # target sysroot, and shadow -native and -sysroot provide the utilities |
5 | # and support files needed to add and modify user and group accounts | 5 | # and support files needed to add and modify user and group accounts |
6 | DEPENDS_append_class-target = " base-files shadow-native shadow-sysroot shadow base-passwd" | 6 | DEPENDS:append:class-target = " base-files shadow-native shadow-sysroot shadow base-passwd" |
7 | PACKAGE_WRITE_DEPS += "shadow-native" | 7 | PACKAGE_WRITE_DEPS += "shadow-native" |
8 | 8 | ||
9 | # This preinstall function can be run in four different contexts: | 9 | # This preinstall function can be run in four different contexts: |
@@ -164,16 +164,16 @@ python useradd_sysroot_sstate () { | |||
164 | } | 164 | } |
165 | 165 | ||
166 | do_prepare_recipe_sysroot[postfuncs] += "${SYSROOTFUNC}" | 166 | do_prepare_recipe_sysroot[postfuncs] += "${SYSROOTFUNC}" |
167 | SYSROOTFUNC_class-target = "useradd_sysroot_sstate" | 167 | SYSROOTFUNC:class-target = "useradd_sysroot_sstate" |
168 | SYSROOTFUNC = "" | 168 | SYSROOTFUNC = "" |
169 | 169 | ||
170 | SYSROOT_PREPROCESS_FUNCS += "${SYSROOTFUNC}" | 170 | SYSROOT_PREPROCESS_FUNCS += "${SYSROOTFUNC}" |
171 | 171 | ||
172 | SSTATEPREINSTFUNCS_append_class-target = " useradd_sysroot_sstate" | 172 | SSTATEPREINSTFUNCS:append:class-target = " useradd_sysroot_sstate" |
173 | 173 | ||
174 | do_package_setscene[depends] += "${USERADDSETSCENEDEPS}" | 174 | do_package_setscene[depends] += "${USERADDSETSCENEDEPS}" |
175 | do_populate_sysroot_setscene[depends] += "${USERADDSETSCENEDEPS}" | 175 | do_populate_sysroot_setscene[depends] += "${USERADDSETSCENEDEPS}" |
176 | USERADDSETSCENEDEPS_class-target = "${MLPREFIX}base-passwd:do_populate_sysroot_setscene pseudo-native:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene ${MLPREFIX}shadow-sysroot:do_populate_sysroot_setscene" | 176 | USERADDSETSCENEDEPS:class-target = "${MLPREFIX}base-passwd:do_populate_sysroot_setscene pseudo-native:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene ${MLPREFIX}shadow-sysroot:do_populate_sysroot_setscene" |
177 | USERADDSETSCENEDEPS = "" | 177 | USERADDSETSCENEDEPS = "" |
178 | 178 | ||
179 | # Recipe parse-time sanity checks | 179 | # Recipe parse-time sanity checks |
@@ -184,8 +184,8 @@ def update_useradd_after_parse(d): | |||
184 | bb.fatal("%s inherits useradd but doesn't set USERADD_PACKAGES" % d.getVar('FILE', False)) | 184 | bb.fatal("%s inherits useradd but doesn't set USERADD_PACKAGES" % d.getVar('FILE', False)) |
185 | 185 | ||
186 | for pkg in useradd_packages.split(): | 186 | for pkg in useradd_packages.split(): |
187 | d.appendVarFlag("do_populate_sysroot", "vardeps", "USERADD_PARAM_%s GROUPADD_PARAM_%s GROUPMEMS_PARAM_%s" % (pkg, pkg, pkg)) | 187 | d.appendVarFlag("do_populate_sysroot", "vardeps", "USERADD_PARAM:%s GROUPADD_PARAM:%s GROUPMEMS_PARAM:%s" % (pkg, pkg, pkg)) |
188 | if not d.getVar('USERADD_PARAM_%s' % pkg) and not d.getVar('GROUPADD_PARAM_%s' % pkg) and not d.getVar('GROUPMEMS_PARAM_%s' % pkg): | 188 | if not d.getVar('USERADD_PARAM:%s' % pkg) and not d.getVar('GROUPADD_PARAM:%s' % pkg) and not d.getVar('GROUPMEMS_PARAM:%s' % pkg): |
189 | bb.fatal("%s inherits useradd but doesn't set USERADD_PARAM, GROUPADD_PARAM or GROUPMEMS_PARAM for package %s" % (d.getVar('FILE', False), pkg)) | 189 | bb.fatal("%s inherits useradd but doesn't set USERADD_PARAM, GROUPADD_PARAM or GROUPMEMS_PARAM for package %s" % (d.getVar('FILE', False), pkg)) |
190 | 190 | ||
191 | python __anonymous() { | 191 | python __anonymous() { |
@@ -211,7 +211,7 @@ def get_all_cmd_params(d, cmd_type): | |||
211 | return "; ".join(params) | 211 | return "; ".join(params) |
212 | 212 | ||
213 | # Adds the preinst script into generated packages | 213 | # Adds the preinst script into generated packages |
214 | fakeroot python populate_packages_prepend () { | 214 | fakeroot python populate_packages:prepend () { |
215 | def update_useradd_package(pkg): | 215 | def update_useradd_package(pkg): |
216 | bb.debug(1, 'adding user/group calls to preinst for %s' % pkg) | 216 | bb.debug(1, 'adding user/group calls to preinst for %s' % pkg) |
217 | 217 | ||
@@ -220,7 +220,7 @@ fakeroot python populate_packages_prepend () { | |||
220 | required to execute on the target. Not doing so may cause | 220 | required to execute on the target. Not doing so may cause |
221 | useradd preinst to be invoked twice, causing unwanted warnings. | 221 | useradd preinst to be invoked twice, causing unwanted warnings. |
222 | """ | 222 | """ |
223 | preinst = d.getVar('pkg_preinst_%s' % pkg) or d.getVar('pkg_preinst') | 223 | preinst = d.getVar('pkg_preinst:%s' % pkg) or d.getVar('pkg_preinst') |
224 | if not preinst: | 224 | if not preinst: |
225 | preinst = '#!/bin/sh\n' | 225 | preinst = '#!/bin/sh\n' |
226 | preinst += 'bbnote () {\n\techo "NOTE: $*"\n}\n' | 226 | preinst += 'bbnote () {\n\techo "NOTE: $*"\n}\n' |
@@ -230,15 +230,15 @@ fakeroot python populate_packages_prepend () { | |||
230 | preinst += 'perform_useradd () {\n%s}\n' % d.getVar('perform_useradd') | 230 | preinst += 'perform_useradd () {\n%s}\n' % d.getVar('perform_useradd') |
231 | preinst += 'perform_groupmems () {\n%s}\n' % d.getVar('perform_groupmems') | 231 | preinst += 'perform_groupmems () {\n%s}\n' % d.getVar('perform_groupmems') |
232 | preinst += d.getVar('useradd_preinst') | 232 | preinst += d.getVar('useradd_preinst') |
233 | d.setVar('pkg_preinst_%s' % pkg, preinst) | 233 | d.setVar('pkg_preinst:%s' % pkg, preinst) |
234 | 234 | ||
235 | # RDEPENDS setup | 235 | # RDEPENDS setup |
236 | rdepends = d.getVar("RDEPENDS_%s" % pkg) or "" | 236 | rdepends = d.getVar("RDEPENDS:%s" % pkg) or "" |
237 | rdepends += ' ' + d.getVar('MLPREFIX', False) + 'base-passwd' | 237 | rdepends += ' ' + d.getVar('MLPREFIX', False) + 'base-passwd' |
238 | rdepends += ' ' + d.getVar('MLPREFIX', False) + 'shadow' | 238 | rdepends += ' ' + d.getVar('MLPREFIX', False) + 'shadow' |
239 | # base-files is where the default /etc/skel is packaged | 239 | # base-files is where the default /etc/skel is packaged |
240 | rdepends += ' ' + d.getVar('MLPREFIX', False) + 'base-files' | 240 | rdepends += ' ' + d.getVar('MLPREFIX', False) + 'base-files' |
241 | d.setVar("RDEPENDS_%s" % pkg, rdepends) | 241 | d.setVar("RDEPENDS:%s" % pkg, rdepends) |
242 | 242 | ||
243 | # Add the user/group preinstall scripts and RDEPENDS requirements | 243 | # Add the user/group preinstall scripts and RDEPENDS requirements |
244 | # to packages specified by USERADD_PACKAGES | 244 | # to packages specified by USERADD_PACKAGES |
diff --git a/meta/classes/utility-tasks.bbclass b/meta/classes/utility-tasks.bbclass index b1f27d3658..34d6b8f4d5 100644 --- a/meta/classes/utility-tasks.bbclass +++ b/meta/classes/utility-tasks.bbclass | |||
@@ -19,7 +19,7 @@ python do_listtasks() { | |||
19 | 19 | ||
20 | CLEANFUNCS ?= "" | 20 | CLEANFUNCS ?= "" |
21 | 21 | ||
22 | T_task-clean = "${LOG_DIR}/cleanlogs/${PN}" | 22 | T:task-clean = "${LOG_DIR}/cleanlogs/${PN}" |
23 | addtask clean | 23 | addtask clean |
24 | do_clean[nostamp] = "1" | 24 | do_clean[nostamp] = "1" |
25 | python do_clean() { | 25 | python do_clean() { |
diff --git a/meta/classes/vala.bbclass b/meta/classes/vala.bbclass index bcaf68c5a7..bfcceff7cf 100644 --- a/meta/classes/vala.bbclass +++ b/meta/classes/vala.bbclass | |||
@@ -2,8 +2,8 @@ | |||
2 | # because that is where target builds look for .vapi files. | 2 | # because that is where target builds look for .vapi files. |
3 | # | 3 | # |
4 | VALADEPENDS = "" | 4 | VALADEPENDS = "" |
5 | VALADEPENDS_class-target = "vala" | 5 | VALADEPENDS:class-target = "vala" |
6 | DEPENDS_append = " vala-native ${VALADEPENDS}" | 6 | DEPENDS:append = " vala-native ${VALADEPENDS}" |
7 | 7 | ||
8 | # Our patched version of Vala looks in STAGING_DATADIR for .vapi files | 8 | # Our patched version of Vala looks in STAGING_DATADIR for .vapi files |
9 | export STAGING_DATADIR | 9 | export STAGING_DATADIR |
@@ -11,7 +11,7 @@ export STAGING_DATADIR | |||
11 | export XDG_DATA_DIRS = "${STAGING_DATADIR}:${STAGING_LIBDIR}" | 11 | export XDG_DATA_DIRS = "${STAGING_DATADIR}:${STAGING_LIBDIR}" |
12 | 12 | ||
13 | # Package additional files | 13 | # Package additional files |
14 | FILES_${PN}-dev += "\ | 14 | FILES:${PN}-dev += "\ |
15 | ${datadir}/vala/vapi/*.vapi \ | 15 | ${datadir}/vala/vapi/*.vapi \ |
16 | ${datadir}/vala/vapi/*.deps \ | 16 | ${datadir}/vala/vapi/*.deps \ |
17 | ${datadir}/gir-1.0 \ | 17 | ${datadir}/gir-1.0 \ |
@@ -19,6 +19,6 @@ FILES_${PN}-dev += "\ | |||
19 | 19 | ||
20 | # Remove vapigen.m4 that is bundled with tarballs | 20 | # Remove vapigen.m4 that is bundled with tarballs |
21 | # because it does not yet have our cross-compile fixes | 21 | # because it does not yet have our cross-compile fixes |
22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
23 | rm -f ${S}/m4/vapigen.m4 | 23 | rm -f ${S}/m4/vapigen.m4 |
24 | } | 24 | } |
diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass index 188119f356..df0ab8d73f 100644 --- a/meta/classes/waf.bbclass +++ b/meta/classes/waf.bbclass | |||
@@ -8,7 +8,7 @@ WAF_PYTHON ?= "python3" | |||
8 | B = "${WORKDIR}/build" | 8 | B = "${WORKDIR}/build" |
9 | do_configure[cleandirs] += "${B}" | 9 | do_configure[cleandirs] += "${B}" |
10 | 10 | ||
11 | EXTRA_OECONF_append = " ${PACKAGECONFIG_CONFARGS}" | 11 | EXTRA_OECONF:append = " ${PACKAGECONFIG_CONFARGS}" |
12 | 12 | ||
13 | EXTRA_OEWAF_BUILD ??= "" | 13 | EXTRA_OEWAF_BUILD ??= "" |
14 | # In most cases, you want to pass the same arguments to `waf build` and `waf | 14 | # In most cases, you want to pass the same arguments to `waf build` and `waf |
diff --git a/meta/classes/xmlcatalog.bbclass b/meta/classes/xmlcatalog.bbclass index ae4811fdeb..be155b7bc2 100644 --- a/meta/classes/xmlcatalog.bbclass +++ b/meta/classes/xmlcatalog.bbclass | |||
@@ -4,7 +4,7 @@ DEPENDS = "libxml2-native" | |||
4 | # "${sysconfdir}/xml/docbook-xml.xml". | 4 | # "${sysconfdir}/xml/docbook-xml.xml". |
5 | XMLCATALOGS ?= "" | 5 | XMLCATALOGS ?= "" |
6 | 6 | ||
7 | SYSROOT_PREPROCESS_FUNCS_append = " xmlcatalog_sstate_postinst" | 7 | SYSROOT_PREPROCESS_FUNCS:append = " xmlcatalog_sstate_postinst" |
8 | 8 | ||
9 | xmlcatalog_complete() { | 9 | xmlcatalog_complete() { |
10 | ROOTCATALOG="${STAGING_ETCDIR_NATIVE}/xml/catalog" | 10 | ROOTCATALOG="${STAGING_ETCDIR_NATIVE}/xml/catalog" |
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 821dae2ba6..f2ceb26c04 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -10,8 +10,8 @@ | |||
10 | baselib = "${BASELIB}" | 10 | baselib = "${BASELIB}" |
11 | baselib[vardepvalue] = "${baselib}" | 11 | baselib[vardepvalue] = "${baselib}" |
12 | BASELIB = "lib" | 12 | BASELIB = "lib" |
13 | BASELIB_libc-glibc_powerpc64 = "lib64" | 13 | BASELIB:libc-glibc:powerpc64 = "lib64" |
14 | BASELIB_libc-glibc_powerpc64le = "lib64" | 14 | BASELIB:libc-glibc:powerpc64le = "lib64" |
15 | 15 | ||
16 | # Path prefixes | 16 | # Path prefixes |
17 | export base_prefix = "" | 17 | export base_prefix = "" |
@@ -80,8 +80,8 @@ localstatedir_nativesdk = "/var" | |||
80 | target_datadir := "${datadir}" | 80 | target_datadir := "${datadir}" |
81 | # Used to find env/perl/python | 81 | # Used to find env/perl/python |
82 | USRBINPATH = "${bindir}" | 82 | USRBINPATH = "${bindir}" |
83 | USRBINPATH_class-native = "/usr/bin" | 83 | USRBINPATH:class-native = "/usr/bin" |
84 | USRBINPATH_class-nativesdk = "/usr/bin" | 84 | USRBINPATH:class-nativesdk = "/usr/bin" |
85 | 85 | ||
86 | # Root home directory | 86 | # Root home directory |
87 | ROOT_HOME ??= "/home/root" | 87 | ROOT_HOME ??= "/home/root" |
@@ -121,7 +121,7 @@ TUNE_CCARGS ??= "" | |||
121 | TUNE_CCARGS[vardepvalue] = "${TUNE_CCARGS}" | 121 | TUNE_CCARGS[vardepvalue] = "${TUNE_CCARGS}" |
122 | TUNE_LDARGS ??= "" | 122 | TUNE_LDARGS ??= "" |
123 | TUNE_ASARGS ??= "" | 123 | TUNE_ASARGS ??= "" |
124 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" | 124 | TUNE_FEATURES ??= "${TUNE_FEATURES:tune-${DEFAULTTUNE}}" |
125 | LIBCEXTENSION ??= "" | 125 | LIBCEXTENSION ??= "" |
126 | ABIEXTENSION ??= "" | 126 | ABIEXTENSION ??= "" |
127 | USE_NLS ??= "yes" | 127 | USE_NLS ??= "yes" |
@@ -150,7 +150,7 @@ SDK_AS_ARCH = "${BUILD_AS_ARCH}" | |||
150 | TUNE_PKGARCH ??= "" | 150 | TUNE_PKGARCH ??= "" |
151 | PACKAGE_ARCH ??= "${TUNE_PKGARCH}" | 151 | PACKAGE_ARCH ??= "${TUNE_PKGARCH}" |
152 | MACHINE_ARCH = "${@[d.getVar('TUNE_PKGARCH'), d.getVar('MACHINE')][bool(d.getVar('MACHINE'))].replace('-', '_')}" | 152 | MACHINE_ARCH = "${@[d.getVar('TUNE_PKGARCH'), d.getVar('MACHINE')][bool(d.getVar('MACHINE'))].replace('-', '_')}" |
153 | PACKAGE_EXTRA_ARCHS ??= "${PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE}}" | 153 | PACKAGE_EXTRA_ARCHS ??= "${PACKAGE_EXTRA_ARCHS:tune-${DEFAULTTUNE}}" |
154 | PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}" | 154 | PACKAGE_ARCHS = "all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}" |
155 | # MACHINE_ARCH shouldn't be included here as a variable dependency | 155 | # MACHINE_ARCH shouldn't be included here as a variable dependency |
156 | # since machine specific packages are handled using multimachine | 156 | # since machine specific packages are handled using multimachine |
@@ -239,25 +239,25 @@ DESCRIPTION ?= "${SUMMARY}." | |||
239 | #SUMMARY_${PN} ?= "${SUMMARY}" | 239 | #SUMMARY_${PN} ?= "${SUMMARY}" |
240 | #DESCRIPTION_${PN} ?= "${DESCRIPTION}" | 240 | #DESCRIPTION_${PN} ?= "${DESCRIPTION}" |
241 | 241 | ||
242 | SUMMARY_${PN}-src ?= "${SUMMARY} - Source files" | 242 | SUMMARY:${PN}-src ?= "${SUMMARY} - Source files" |
243 | DESCRIPTION_${PN}-src ?= "${DESCRIPTION} \ | 243 | DESCRIPTION:${PN}-src ?= "${DESCRIPTION} \ |
244 | This package contains sources for debugging purposes." | 244 | This package contains sources for debugging purposes." |
245 | 245 | ||
246 | SUMMARY_${PN}-dbg ?= "${SUMMARY} - Debugging files" | 246 | SUMMARY:${PN}-dbg ?= "${SUMMARY} - Debugging files" |
247 | DESCRIPTION_${PN}-dbg ?= "${DESCRIPTION} \ | 247 | DESCRIPTION:${PN}-dbg ?= "${DESCRIPTION} \ |
248 | This package contains ELF symbols and related sources for debugging purposes." | 248 | This package contains ELF symbols and related sources for debugging purposes." |
249 | 249 | ||
250 | SUMMARY_${PN}-dev ?= "${SUMMARY} - Development files" | 250 | SUMMARY:${PN}-dev ?= "${SUMMARY} - Development files" |
251 | DESCRIPTION_${PN}-dev ?= "${DESCRIPTION} \ | 251 | DESCRIPTION:${PN}-dev ?= "${DESCRIPTION} \ |
252 | This package contains symbolic links, header files, and \ | 252 | This package contains symbolic links, header files, and \ |
253 | related items necessary for software development." | 253 | related items necessary for software development." |
254 | 254 | ||
255 | SUMMARY_${PN}-staticdev ?= "${SUMMARY} - Development files (Static Libraries)" | 255 | SUMMARY:${PN}-staticdev ?= "${SUMMARY} - Development files (Static Libraries)" |
256 | DESCRIPTION_${PN}-staticdev ?= "${DESCRIPTION} \ | 256 | DESCRIPTION:${PN}-staticdev ?= "${DESCRIPTION} \ |
257 | This package contains static libraries for software development." | 257 | This package contains static libraries for software development." |
258 | 258 | ||
259 | SUMMARY_${PN}-doc ?= "${SUMMARY} - Documentation files" | 259 | SUMMARY:${PN}-doc ?= "${SUMMARY} - Documentation files" |
260 | DESCRIPTION_${PN}-doc ?= "${DESCRIPTION} \ | 260 | DESCRIPTION:${PN}-doc ?= "${DESCRIPTION} \ |
261 | This package contains documentation." | 261 | This package contains documentation." |
262 | 262 | ||
263 | LICENSE ??= "INVALID" | 263 | LICENSE ??= "INVALID" |
@@ -273,18 +273,18 @@ DEPCHAIN_POST = "-dev -dbg" | |||
273 | 273 | ||
274 | DEPENDS = "" | 274 | DEPENDS = "" |
275 | PROVIDES = "" | 275 | PROVIDES = "" |
276 | PROVIDES_prepend = "${PN} " | 276 | PROVIDES:prepend = "${PN} " |
277 | 277 | ||
278 | MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/nativesdk-libintl virtual/xserver virtual/update-alternatives-native virtual/update-alternatives" | 278 | MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/nativesdk-libintl virtual/xserver virtual/update-alternatives-native virtual/update-alternatives" |
279 | 279 | ||
280 | SOLIBS = ".so.*" | 280 | SOLIBS = ".so.*" |
281 | SOLIBS_darwin = ".dylib" | 281 | SOLIBS:darwin = ".dylib" |
282 | 282 | ||
283 | SOLIBSDEV = ".so" | 283 | SOLIBSDEV = ".so" |
284 | # Due to the ordering of PACKAGES and the naming of the dev symlinks on darwin, | 284 | # Due to the ordering of PACKAGES and the naming of the dev symlinks on darwin, |
285 | # we can't make the symlinks end up in the -dev packages easily at this point. This hack | 285 | # we can't make the symlinks end up in the -dev packages easily at this point. This hack |
286 | # at least means builds aren't completely broken and symlinks don't take up much space. | 286 | # at least means builds aren't completely broken and symlinks don't take up much space. |
287 | SOLIBSDEV_darwin = ".dylibbroken" | 287 | SOLIBSDEV:darwin = ".dylibbroken" |
288 | 288 | ||
289 | PACKAGE_DEBUG_SPLIT_STYLE ?= "debug-with-srcpkg" | 289 | PACKAGE_DEBUG_SPLIT_STYLE ?= "debug-with-srcpkg" |
290 | 290 | ||
@@ -293,7 +293,7 @@ PACKAGES = "${PN}-src ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale | |||
293 | PACKAGES_DYNAMIC = "^${PN}-locale-.*" | 293 | PACKAGES_DYNAMIC = "^${PN}-locale-.*" |
294 | FILES = "" | 294 | FILES = "" |
295 | 295 | ||
296 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \ | 296 | FILES:${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \ |
297 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ | 297 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ |
298 | ${base_bindir}/* ${base_sbindir}/* \ | 298 | ${base_bindir}/* ${base_sbindir}/* \ |
299 | ${base_libdir}/*${SOLIBS} \ | 299 | ${base_libdir}/*${SOLIBS} \ |
@@ -304,36 +304,36 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} | |||
304 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ | 304 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ |
305 | ${libdir}/bonobo/servers" | 305 | ${libdir}/bonobo/servers" |
306 | 306 | ||
307 | FILES_${PN}-bin = "${bindir}/* ${sbindir}/*" | 307 | FILES:${PN}-bin = "${bindir}/* ${sbindir}/*" |
308 | 308 | ||
309 | FILES_${PN}-doc = "${docdir} ${mandir} ${infodir} ${datadir}/gtk-doc \ | 309 | FILES:${PN}-doc = "${docdir} ${mandir} ${infodir} ${datadir}/gtk-doc \ |
310 | ${datadir}/gnome/help" | 310 | ${datadir}/gnome/help" |
311 | SECTION_${PN}-doc = "doc" | 311 | SECTION:${PN}-doc = "doc" |
312 | 312 | ||
313 | FILES_SOLIBSDEV ?= "${base_libdir}/lib*${SOLIBSDEV} ${libdir}/lib*${SOLIBSDEV}" | 313 | FILES_SOLIBSDEV ?= "${base_libdir}/lib*${SOLIBSDEV} ${libdir}/lib*${SOLIBSDEV}" |
314 | FILES_${PN}-dev = "${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la \ | 314 | FILES:${PN}-dev = "${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la \ |
315 | ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig \ | 315 | ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig \ |
316 | ${datadir}/aclocal ${base_libdir}/*.o \ | 316 | ${datadir}/aclocal ${base_libdir}/*.o \ |
317 | ${libdir}/${BPN}/*.la ${base_libdir}/*.la \ | 317 | ${libdir}/${BPN}/*.la ${base_libdir}/*.la \ |
318 | ${libdir}/cmake ${datadir}/cmake" | 318 | ${libdir}/cmake ${datadir}/cmake" |
319 | SECTION_${PN}-dev = "devel" | 319 | SECTION:${PN}-dev = "devel" |
320 | ALLOW_EMPTY_${PN}-dev = "1" | 320 | ALLOW_EMPTY:${PN}-dev = "1" |
321 | RDEPENDS_${PN}-dev = "${PN} (= ${EXTENDPKGV})" | 321 | RDEPENDS:${PN}-dev = "${PN} (= ${EXTENDPKGV})" |
322 | 322 | ||
323 | FILES_${PN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a ${libdir}/${BPN}/*.a" | 323 | FILES:${PN}-staticdev = "${libdir}/*.a ${base_libdir}/*.a ${libdir}/${BPN}/*.a" |
324 | SECTION_${PN}-staticdev = "devel" | 324 | SECTION:${PN}-staticdev = "devel" |
325 | RDEPENDS_${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})" | 325 | RDEPENDS:${PN}-staticdev = "${PN}-dev (= ${EXTENDPKGV})" |
326 | 326 | ||
327 | FILES_${PN}-dbg = "/usr/lib/debug /usr/lib/debug-static /usr/src/debug" | 327 | FILES:${PN}-dbg = "/usr/lib/debug /usr/lib/debug-static /usr/src/debug" |
328 | SECTION_${PN}-dbg = "devel" | 328 | SECTION:${PN}-dbg = "devel" |
329 | ALLOW_EMPTY_${PN}-dbg = "1" | 329 | ALLOW_EMPTY:${PN}-dbg = "1" |
330 | 330 | ||
331 | # The files list for source packages are dynamically set based on | 331 | # The files list for source packages are dynamically set based on |
332 | # PACKAGE_DEBUG_SPLIT_STYLE | 332 | # PACKAGE_DEBUG_SPLIT_STYLE |
333 | FILES_${PN}-src = "" | 333 | FILES:${PN}-src = "" |
334 | SECTION_${PN}-src = "devel" | 334 | SECTION:${PN}-src = "devel" |
335 | 335 | ||
336 | FILES_${PN}-locale = "${datadir}/locale" | 336 | FILES:${PN}-locale = "${datadir}/locale" |
337 | 337 | ||
338 | # File manifest | 338 | # File manifest |
339 | 339 | ||
@@ -430,11 +430,11 @@ SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" | |||
430 | ################################################################## | 430 | ################################################################## |
431 | 431 | ||
432 | OLDEST_KERNEL = "3.2.0" | 432 | OLDEST_KERNEL = "3.2.0" |
433 | OLDEST_KERNEL_aarch64 = "3.14" | 433 | OLDEST_KERNEL:aarch64 = "3.14" |
434 | OLDEST_KERNEL_nios2 = "3.19" | 434 | OLDEST_KERNEL:nios2 = "3.19" |
435 | OLDEST_KERNEL_powerpc64le = "3.10.0" | 435 | OLDEST_KERNEL:powerpc64le = "3.10.0" |
436 | OLDEST_KERNEL_riscv32 = "5.4" | 436 | OLDEST_KERNEL:riscv32 = "5.4" |
437 | OLDEST_KERNEL_riscv64 = "4.15" | 437 | OLDEST_KERNEL:riscv64 = "4.15" |
438 | 438 | ||
439 | # SDK_OLDEST_KERNEL can't be set using overrides since there are | 439 | # SDK_OLDEST_KERNEL can't be set using overrides since there are |
440 | # none for the SDK architecture. Best to set it from a machine-sdk | 440 | # none for the SDK architecture. Best to set it from a machine-sdk |
@@ -469,7 +469,7 @@ EXTRA_IMAGEDEPENDS = "" | |||
469 | # Toolchain info. | 469 | # Toolchain info. |
470 | ################################################################## | 470 | ################################################################## |
471 | 471 | ||
472 | PATH_prepend = "${COREBASE}/scripts:${STAGING_BINDIR_TOOLCHAIN}:${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${sbindir_native}:${STAGING_BINDIR_NATIVE}:${STAGING_DIR_NATIVE}${base_sbindir_native}:${STAGING_DIR_NATIVE}${base_bindir_native}:" | 472 | PATH:prepend = "${COREBASE}/scripts:${STAGING_BINDIR_TOOLCHAIN}:${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${sbindir_native}:${STAGING_BINDIR_NATIVE}:${STAGING_DIR_NATIVE}${base_sbindir_native}:${STAGING_DIR_NATIVE}${base_bindir_native}:" |
473 | export PATH | 473 | export PATH |
474 | 474 | ||
475 | ################################################################## | 475 | ################################################################## |
@@ -597,13 +597,13 @@ ASNEEDED ?= "-Wl,--as-needed" | |||
597 | export LDFLAGS = "${TARGET_LDFLAGS}" | 597 | export LDFLAGS = "${TARGET_LDFLAGS}" |
598 | TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE} ${ASNEEDED}" | 598 | TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE} ${ASNEEDED}" |
599 | # mips does not support GNU hash style therefore we override | 599 | # mips does not support GNU hash style therefore we override |
600 | LINKER_HASH_STYLE_mipsarch_libc-musl = "sysv" | 600 | LINKER_HASH_STYLE:mipsarch:libc-musl = "sysv" |
601 | 601 | ||
602 | # Pass parallel make options to the compile task | 602 | # Pass parallel make options to the compile task |
603 | EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} " | 603 | EXTRA_OEMAKE:prepend:task-compile = "${PARALLEL_MAKE} " |
604 | PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}" | 604 | PARALLEL_MAKEINST ??= "${PARALLEL_MAKE}" |
605 | # Pass parallel make options to the install task | 605 | # Pass parallel make options to the install task |
606 | EXTRA_OEMAKE_prepend_task-install = "${PARALLEL_MAKEINST} " | 606 | EXTRA_OEMAKE:prepend:task-install = "${PARALLEL_MAKEINST} " |
607 | 607 | ||
608 | ################################################################## | 608 | ################################################################## |
609 | # Optimization flags. | 609 | # Optimization flags. |
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index e0726fa3bb..f91df632d5 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -8,13 +8,13 @@ IMAGE_LINGUAS ?= "en-us en-gb" | |||
8 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | 8 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" |
9 | LOCALE_UTF8_ONLY ?= "0" | 9 | LOCALE_UTF8_ONLY ?= "0" |
10 | LOCALE_UTF8_IS_DEFAULT ?= "1" | 10 | LOCALE_UTF8_IS_DEFAULT ?= "1" |
11 | LOCALE_UTF8_IS_DEFAULT_class-nativesdk = "0" | 11 | LOCALE_UTF8_IS_DEFAULT:class-nativesdk = "0" |
12 | 12 | ||
13 | # seccomp is not yet ported to rv32 | 13 | # seccomp is not yet ported to rv32 |
14 | DISTRO_FEATURES_DEFAULT_remove_riscv32 = "seccomp" | 14 | DISTRO_FEATURES_DEFAULT:remove:riscv32 = "seccomp" |
15 | 15 | ||
16 | # seccomp is not yet ported to ARC | 16 | # seccomp is not yet ported to ARC |
17 | DISTRO_FEATURES_DEFAULT_remove_arc = "seccomp" | 17 | DISTRO_FEATURES_DEFAULT:remove:arc = "seccomp" |
18 | 18 | ||
19 | DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp" | 19 | DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp" |
20 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" | 20 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" |
@@ -45,8 +45,8 @@ GTK2DISTROFEATURES = "directfb x11" | |||
45 | GTK3DISTROFEATURES = "x11 wayland" | 45 | GTK3DISTROFEATURES = "x11 wayland" |
46 | 46 | ||
47 | ARCH_DEFAULT_KERNELIMAGETYPE = "zImage" | 47 | ARCH_DEFAULT_KERNELIMAGETYPE = "zImage" |
48 | ARCH_DEFAULT_KERNELIMAGETYPE_x86 = "bzImage" | 48 | ARCH_DEFAULT_KERNELIMAGETYPE:x86 = "bzImage" |
49 | ARCH_DEFAULT_KERNELIMAGETYPE_x86-64 = "bzImage" | 49 | ARCH_DEFAULT_KERNELIMAGETYPE:x86-64 = "bzImage" |
50 | KERNEL_IMAGETYPE ??= "${ARCH_DEFAULT_KERNELIMAGETYPE}" | 50 | KERNEL_IMAGETYPE ??= "${ARCH_DEFAULT_KERNELIMAGETYPE}" |
51 | KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}" | 51 | KERNEL_IMAGETYPES ??= "${KERNEL_IMAGETYPE}" |
52 | 52 | ||
diff --git a/meta/conf/distro/include/distro_alias.inc b/meta/conf/distro/include/distro_alias.inc index 001d269346..44bc3bf131 100644 --- a/meta/conf/distro/include/distro_alias.inc +++ b/meta/conf/distro/include/distro_alias.inc | |||
@@ -5,383 +5,383 @@ | |||
5 | # | 5 | # |
6 | # The format is as a bitbake variable override for each recipe | 6 | # The format is as a bitbake variable override for each recipe |
7 | # | 7 | # |
8 | # DISTRO_PN_ALIAS_pn-<recipe name> = "Distro1=<pkgname> Distro2=<pkgname>" | 8 | # DISTRO_PN_ALIAS:pn-<recipe name> = "Distro1=<pkgname> Distro2=<pkgname>" |
9 | # | 9 | # |
10 | # Please keep this list in alphabetical order. | 10 | # Please keep this list in alphabetical order. |
11 | # | 11 | # |
12 | DISTRO_PN_ALIAS_pn-alsa-state = "OE-Core" | 12 | DISTRO_PN_ALIAS:pn-alsa-state = "OE-Core" |
13 | DISTRO_PN_ALIAS_pn-alsa-utils-alsaconf = "OE-Core" | 13 | DISTRO_PN_ALIAS:pn-alsa-utils-alsaconf = "OE-Core" |
14 | DISTRO_PN_ALIAS_pn-alsa-utils-scripts = "OE-Core" | 14 | DISTRO_PN_ALIAS:pn-alsa-utils-scripts = "OE-Core" |
15 | DISTRO_PN_ALIAS_pn-atk = "Fedora=atk OpenSuSE=atk" | 15 | DISTRO_PN_ALIAS:pn-atk = "Fedora=atk OpenSuSE=atk" |
16 | DISTRO_PN_ALIAS_pn-avahi-ui = "Ubuntu=avahi-discover Debian=avahi-discover" | 16 | DISTRO_PN_ALIAS:pn-avahi-ui = "Ubuntu=avahi-discover Debian=avahi-discover" |
17 | DISTRO_PN_ALIAS_pn-babeltrace = "OSPDT" | 17 | DISTRO_PN_ALIAS:pn-babeltrace = "OSPDT" |
18 | DISTRO_PN_ALIAS_pn-babeltrace2 = "OSPDT" | 18 | DISTRO_PN_ALIAS:pn-babeltrace2 = "OSPDT" |
19 | DISTRO_PN_ALIAS_pn-bjam = "OpenSuSE=boost-jam Debian=bjam" | 19 | DISTRO_PN_ALIAS:pn-bjam = "OpenSuSE=boost-jam Debian=bjam" |
20 | DISTRO_PN_ALIAS_pn-blktool = "Debian=blktool Mandriva=blktool" | 20 | DISTRO_PN_ALIAS:pn-blktool = "Debian=blktool Mandriva=blktool" |
21 | DISTRO_PN_ALIAS_pn-bluez5 = "Fedora=bluez Opensuse=bluez" | 21 | DISTRO_PN_ALIAS:pn-bluez5 = "Fedora=bluez Opensuse=bluez" |
22 | DISTRO_PN_ALIAS_pn-bootchart2 = "Fedora=bootchart2 Opensuse=bootchart" | 22 | DISTRO_PN_ALIAS:pn-bootchart2 = "Fedora=bootchart2 Opensuse=bootchart" |
23 | DISTRO_PN_ALIAS_pn-btrfs-tools = "Debian=btrfs-tools Fedora=btrfs-progs" | 23 | DISTRO_PN_ALIAS:pn-btrfs-tools = "Debian=btrfs-tools Fedora=btrfs-progs" |
24 | DISTRO_PN_ALIAS_pn-build-appliance-image = "OSPDT" | 24 | DISTRO_PN_ALIAS:pn-build-appliance-image = "OSPDT" |
25 | DISTRO_PN_ALIAS_pn-builder = "OE-Core" | 25 | DISTRO_PN_ALIAS:pn-builder = "OE-Core" |
26 | DISTRO_PN_ALIAS_pn-buildtools-tarball = "OE-Core" | 26 | DISTRO_PN_ALIAS:pn-buildtools-tarball = "OE-Core" |
27 | DISTRO_PN_ALIAS_pn-cdrtools = "OpenSUSE=cdrtools OSPDT" | 27 | DISTRO_PN_ALIAS:pn-cdrtools = "OpenSUSE=cdrtools OSPDT" |
28 | DISTRO_PN_ALIAS_pn-chkconfig-alternatives = "Mandriva=chkconfig Debian=chkconfig" | 28 | DISTRO_PN_ALIAS:pn-chkconfig-alternatives = "Mandriva=chkconfig Debian=chkconfig" |
29 | DISTRO_PN_ALIAS_pn-connman = "Meego=connman" | 29 | DISTRO_PN_ALIAS:pn-connman = "Meego=connman" |
30 | DISTRO_PN_ALIAS_pn-connman-conf = "OE-Core" | 30 | DISTRO_PN_ALIAS:pn-connman-conf = "OE-Core" |
31 | DISTRO_PN_ALIAS_pn-connman-gnome = "Intel" | 31 | DISTRO_PN_ALIAS:pn-connman-gnome = "Intel" |
32 | DISTRO_PN_ALIAS_pn-console-tools = "Debian=console-tools Ubuntu=console-tools" | 32 | DISTRO_PN_ALIAS:pn-console-tools = "Debian=console-tools Ubuntu=console-tools" |
33 | DISTRO_PN_ALIAS_pn-core-image-base = "OE-Core" | 33 | DISTRO_PN_ALIAS:pn-core-image-base = "OE-Core" |
34 | DISTRO_PN_ALIAS_pn-core-image-full-cmdline = "OE-Core" | 34 | DISTRO_PN_ALIAS:pn-core-image-full-cmdline = "OE-Core" |
35 | DISTRO_PN_ALIAS_pn-core-image-kernel-dev = "OE-Core" | 35 | DISTRO_PN_ALIAS:pn-core-image-kernel-dev = "OE-Core" |
36 | DISTRO_PN_ALIAS_pn-core-image-minimal = "OE-Core" | 36 | DISTRO_PN_ALIAS:pn-core-image-minimal = "OE-Core" |
37 | DISTRO_PN_ALIAS_pn-core-image-minimal-dev = "OE-Core" | 37 | DISTRO_PN_ALIAS:pn-core-image-minimal-dev = "OE-Core" |
38 | DISTRO_PN_ALIAS_pn-core-image-minimal-initramfs = "OE-Core" | 38 | DISTRO_PN_ALIAS:pn-core-image-minimal-initramfs = "OE-Core" |
39 | DISTRO_PN_ALIAS_pn-core-image-minimal-mtdutils = "OE-Core" | 39 | DISTRO_PN_ALIAS:pn-core-image-minimal-mtdutils = "OE-Core" |
40 | DISTRO_PN_ALIAS_pn-core-image-rt = "OE-Core" | 40 | DISTRO_PN_ALIAS:pn-core-image-rt = "OE-Core" |
41 | DISTRO_PN_ALIAS_pn-core-image-rt-sdk = "OE-Core" | 41 | DISTRO_PN_ALIAS:pn-core-image-rt-sdk = "OE-Core" |
42 | DISTRO_PN_ALIAS_pn-core-image-sato = "OE-Core" | 42 | DISTRO_PN_ALIAS:pn-core-image-sato = "OE-Core" |
43 | DISTRO_PN_ALIAS_pn-core-image-sato-dev = "OE-Core" | 43 | DISTRO_PN_ALIAS:pn-core-image-sato-dev = "OE-Core" |
44 | DISTRO_PN_ALIAS_pn-core-image-sato-sdk = "OE-Core" | 44 | DISTRO_PN_ALIAS:pn-core-image-sato-sdk = "OE-Core" |
45 | DISTRO_PN_ALIAS_pn-core-image-testmaster = "OE-Core" | 45 | DISTRO_PN_ALIAS:pn-core-image-testmaster = "OE-Core" |
46 | DISTRO_PN_ALIAS_pn-core-image-testmaster-initramfs = "OE-Core" | 46 | DISTRO_PN_ALIAS:pn-core-image-testmaster-initramfs = "OE-Core" |
47 | DISTRO_PN_ALIAS_pn-core-image-weston = "OE-Core" | 47 | DISTRO_PN_ALIAS:pn-core-image-weston = "OE-Core" |
48 | DISTRO_PN_ALIAS_pn-core-image-x11 = "OE-Core" | 48 | DISTRO_PN_ALIAS:pn-core-image-x11 = "OE-Core" |
49 | DISTRO_PN_ALIAS_pn-createrepo-c = "Fedora=createrepo_c Clear=createrepo_c" | 49 | DISTRO_PN_ALIAS:pn-createrepo-c = "Fedora=createrepo_c Clear=createrepo_c" |
50 | DISTRO_PN_ALIAS_pn-cross-localedef = "OSPDT" | 50 | DISTRO_PN_ALIAS:pn-cross-localedef = "OSPDT" |
51 | DISTRO_PN_ALIAS_pn-cryptodev-linux = "OE-Core" | 51 | DISTRO_PN_ALIAS:pn-cryptodev-linux = "OE-Core" |
52 | DISTRO_PN_ALIAS_pn-cryptodev-module = "OE-Core" | 52 | DISTRO_PN_ALIAS:pn-cryptodev-module = "OE-Core" |
53 | DISTRO_PN_ALIAS_pn-cryptodev-tests = "OE-Core" | 53 | DISTRO_PN_ALIAS:pn-cryptodev-tests = "OE-Core" |
54 | DISTRO_PN_ALIAS_pn-cwautomacros = "OSPDT upstream=http://cwautomacros.berlios.de/" | 54 | DISTRO_PN_ALIAS:pn-cwautomacros = "OSPDT upstream=http://cwautomacros.berlios.de/" |
55 | DISTRO_PN_ALIAS_pn-db = "Debian=db5.1 Ubuntu=db5.1" | 55 | DISTRO_PN_ALIAS:pn-db = "Debian=db5.1 Ubuntu=db5.1" |
56 | DISTRO_PN_ALIAS_pn-dbus-test = "Fedora=dbus Ubuntu=dbus" | 56 | DISTRO_PN_ALIAS:pn-dbus-test = "Fedora=dbus Ubuntu=dbus" |
57 | DISTRO_PN_ALIAS_pn-dbus-wait = "OpenedHand" | 57 | DISTRO_PN_ALIAS:pn-dbus-wait = "OpenedHand" |
58 | DISTRO_PN_ALIAS_pn-depmodwrapper-cross = "OE-Core" | 58 | DISTRO_PN_ALIAS:pn-depmodwrapper-cross = "OE-Core" |
59 | DISTRO_PN_ALIAS_pn-distcc = "Debian=distcc Fedora=distcc" | 59 | DISTRO_PN_ALIAS:pn-distcc = "Debian=distcc Fedora=distcc" |
60 | DISTRO_PN_ALIAS_pn-distcc-config = "OpenedHand" | 60 | DISTRO_PN_ALIAS:pn-distcc-config = "OpenedHand" |
61 | DISTRO_PN_ALIAS_pn-docbook-dsssl-stylesheets = "Fedora=docbook-style-dsssl Ubuntu=docbook-dsssl" | 61 | DISTRO_PN_ALIAS:pn-docbook-dsssl-stylesheets = "Fedora=docbook-style-dsssl Ubuntu=docbook-dsssl" |
62 | DISTRO_PN_ALIAS_pn-docbook-sgml-dtd-3.1 = "Fedora=docbook-dtds Mandriva=docbook-dtd31-sgml" | 62 | DISTRO_PN_ALIAS:pn-docbook-sgml-dtd-3.1 = "Fedora=docbook-dtds Mandriva=docbook-dtd31-sgml" |
63 | DISTRO_PN_ALIAS_pn-docbook-sgml-dtd-4.1 = "Fedora=docbook-dtds Mandriva=docbook-dtd41-sgml" | 63 | DISTRO_PN_ALIAS:pn-docbook-sgml-dtd-4.1 = "Fedora=docbook-dtds Mandriva=docbook-dtd41-sgml" |
64 | DISTRO_PN_ALIAS_pn-docbook-sgml-dtd-4.5 = "Fedora=docbook-dtds Mandriva=docbook-dtd42-sgml" | 64 | DISTRO_PN_ALIAS:pn-docbook-sgml-dtd-4.5 = "Fedora=docbook-dtds Mandriva=docbook-dtd42-sgml" |
65 | DISTRO_PN_ALIAS_pn-docbook-xml-dtd4 = "Ubuntu=docbook-xml Fedora=docbook-dtds" | 65 | DISTRO_PN_ALIAS:pn-docbook-xml-dtd4 = "Ubuntu=docbook-xml Fedora=docbook-dtds" |
66 | DISTRO_PN_ALIAS_pn-docbook-xml-dtd4-native = "Ubuntu=docbook-xml Fedora=docbook-dtds" | 66 | DISTRO_PN_ALIAS:pn-docbook-xml-dtd4-native = "Ubuntu=docbook-xml Fedora=docbook-dtds" |
67 | DISTRO_PN_ALIAS_pn-docbook-xsl-stylesheets = "Fedora=docbook-xsl-stylesheets Opensuse=docbook-xsl-stylesheets" | 67 | DISTRO_PN_ALIAS:pn-docbook-xsl-stylesheets = "Fedora=docbook-xsl-stylesheets Opensuse=docbook-xsl-stylesheets" |
68 | DISTRO_PN_ALIAS_pn-dropbear = "Debian=dropbear Ubuntu=dropbear" | 68 | DISTRO_PN_ALIAS:pn-dropbear = "Debian=dropbear Ubuntu=dropbear" |
69 | DISTRO_PN_ALIAS_pn-dtc = "Fedora=dtc Ubuntu=dtc" | 69 | DISTRO_PN_ALIAS:pn-dtc = "Fedora=dtc Ubuntu=dtc" |
70 | DISTRO_PN_ALIAS_pn-encodings = "Ubuntu=xfonts-encodings Mandriva=x11-font-encodings Debian=xfonts-encodings" | 70 | DISTRO_PN_ALIAS:pn-encodings = "Ubuntu=xfonts-encodings Mandriva=x11-font-encodings Debian=xfonts-encodings" |
71 | DISTRO_PN_ALIAS_pn-font-alias = "Fedora=xorg-x11-fonts-base Mandriva=x11-font-alias Meego=xorg-x11-fonts" | 71 | DISTRO_PN_ALIAS:pn-font-alias = "Fedora=xorg-x11-fonts-base Mandriva=x11-font-alias Meego=xorg-x11-fonts" |
72 | DISTRO_PN_ALIAS_pn-font-util = "Meego=xorg-x11-font-utils Fedora=xorg-x11-font-utils Ubuntu=xfonts-utils Mandriva=x11-font-util Debian=xfonts-utils" | 72 | DISTRO_PN_ALIAS:pn-font-util = "Meego=xorg-x11-font-utils Fedora=xorg-x11-font-utils Ubuntu=xfonts-utils Mandriva=x11-font-util Debian=xfonts-utils" |
73 | DISTRO_PN_ALIAS_pn-formfactor = "OE-Core" | 73 | DISTRO_PN_ALIAS:pn-formfactor = "OE-Core" |
74 | DISTRO_PN_ALIAS_pn-gccmakedep = "Mandriva=gccmakedep Ubuntu=xutils-dev" | 74 | DISTRO_PN_ALIAS:pn-gccmakedep = "Mandriva=gccmakedep Ubuntu=xutils-dev" |
75 | DISTRO_PN_ALIAS_pn-gcc-runtime = "Ubuntu=gcc Fedora=gcc" | 75 | DISTRO_PN_ALIAS:pn-gcc-runtime = "Ubuntu=gcc Fedora=gcc" |
76 | DISTRO_PN_ALIAS_pn-gcc-sanitizers = "Ubuntu=gcc Fedora=gcc" | 76 | DISTRO_PN_ALIAS:pn-gcc-sanitizers = "Ubuntu=gcc Fedora=gcc" |
77 | DISTRO_PN_ALIAS_pn-gcc-source = "Ubuntu=gcc Fedora=gcc" | 77 | DISTRO_PN_ALIAS:pn-gcc-source = "Ubuntu=gcc Fedora=gcc" |
78 | DISTRO_PN_ALIAS_pn-gconf-dbus = "Meego=GConf-dbus" | 78 | DISTRO_PN_ALIAS:pn-gconf-dbus = "Meego=GConf-dbus" |
79 | DISTRO_PN_ALIAS_pn-gdk-pixbuf = "Debian=libgdk-pixbuf2.0 Fedora=gdk-pixbuf" | 79 | DISTRO_PN_ALIAS:pn-gdk-pixbuf = "Debian=libgdk-pixbuf2.0 Fedora=gdk-pixbuf" |
80 | DISTRO_PN_ALIAS_pn-gdk-pixbuf-csource = "Debian=libgdk-pixbuf2.0-0 Fedora=gdk-pixbuf2" | 80 | DISTRO_PN_ALIAS:pn-gdk-pixbuf-csource = "Debian=libgdk-pixbuf2.0-0 Fedora=gdk-pixbuf2" |
81 | DISTRO_PN_ALIAS_pn-gettext-minimal = "Debian=gettext Fedora=gettext" | 81 | DISTRO_PN_ALIAS:pn-gettext-minimal = "Debian=gettext Fedora=gettext" |
82 | DISTRO_PN_ALIAS_pn-glib-2.0 = "Meego=glib2 Fedora=glib2 OpenSuSE=glib2 Ubuntu=glib2.0 Mandriva=glib2.0 Debian=glib2.0" | 82 | DISTRO_PN_ALIAS:pn-glib-2.0 = "Meego=glib2 Fedora=glib2 OpenSuSE=glib2 Ubuntu=glib2.0 Mandriva=glib2.0 Debian=glib2.0" |
83 | DISTRO_PN_ALIAS_pn-glibc-locale = "OpenSuSE=glibc-locale Fedora=glibc-devel" | 83 | DISTRO_PN_ALIAS:pn-glibc-locale = "OpenSuSE=glibc-locale Fedora=glibc-devel" |
84 | DISTRO_PN_ALIAS_pn-glibc-mtrace = "Fedora=glibc-utils Ubuntu=libc-dev-bin" | 84 | DISTRO_PN_ALIAS:pn-glibc-mtrace = "Fedora=glibc-utils Ubuntu=libc-dev-bin" |
85 | DISTRO_PN_ALIAS_pn-glibc-scripts = "Fedora=glibc Ubuntu=libc-bin" | 85 | DISTRO_PN_ALIAS:pn-glibc-scripts = "Fedora=glibc Ubuntu=libc-bin" |
86 | DISTRO_PN_ALIAS_pn-gnome-desktop-testing = "Debian=gnome-desktop-testing Fedora=gnome-desktop-testing" | 86 | DISTRO_PN_ALIAS:pn-gnome-desktop-testing = "Debian=gnome-desktop-testing Fedora=gnome-desktop-testing" |
87 | DISTRO_PN_ALIAS_pn-gnu-config = "OpenedHand" | 87 | DISTRO_PN_ALIAS:pn-gnu-config = "OpenedHand" |
88 | DISTRO_PN_ALIAS_pn-gptfdisk = "Fedora=gdisk Ubuntu=gdisk" | 88 | DISTRO_PN_ALIAS:pn-gptfdisk = "Fedora=gdisk Ubuntu=gdisk" |
89 | DISTRO_PN_ALIAS_pn-grub-efi = "Debian=grub-efi Fedora=grub2-efi" | 89 | DISTRO_PN_ALIAS:pn-grub-efi = "Debian=grub-efi Fedora=grub2-efi" |
90 | DISTRO_PN_ALIAS_pn-gst-player = "Ubuntu=gst-player Fedora=gstreamer-player" | 90 | DISTRO_PN_ALIAS:pn-gst-player = "Ubuntu=gst-player Fedora=gstreamer-player" |
91 | DISTRO_PN_ALIAS_pn-gst-plugin-bluetooth = "Ubuntu=libgstreamer-plugins-base Fedora=gstreamer-plugins-base" | 91 | DISTRO_PN_ALIAS:pn-gst-plugin-bluetooth = "Ubuntu=libgstreamer-plugins-base Fedora=gstreamer-plugins-base" |
92 | DISTRO_PN_ALIAS_pn-gstreamer1.0 = "Debian=gstreamer1.0 Ubuntu=gstreamer1.0" | 92 | DISTRO_PN_ALIAS:pn-gstreamer1.0 = "Debian=gstreamer1.0 Ubuntu=gstreamer1.0" |
93 | DISTRO_PN_ALIAS_pn-gstreamer1.0-meta-base = "Meego=gstreamer Fedora=gstreamer OpenSuSE=gstreamer Ubuntu=gstreamer0.10" | 93 | DISTRO_PN_ALIAS:pn-gstreamer1.0-meta-base = "Meego=gstreamer Fedora=gstreamer OpenSuSE=gstreamer Ubuntu=gstreamer0.10" |
94 | DISTRO_PN_ALIAS_pn-gstreamer1.0-plugins-bad = "Debian=gstreamer1.0-plugins-bad Ubuntu=gstreamer1.0-plugins-bad" | 94 | DISTRO_PN_ALIAS:pn-gstreamer1.0-plugins-bad = "Debian=gstreamer1.0-plugins-bad Ubuntu=gstreamer1.0-plugins-bad" |
95 | DISTRO_PN_ALIAS_pn-gstreamer1.0-plugins-base = "Debian=gstreamer1.0-plugins-base Ubuntu=gstreamer1.0-plugins-base" | 95 | DISTRO_PN_ALIAS:pn-gstreamer1.0-plugins-base = "Debian=gstreamer1.0-plugins-base Ubuntu=gstreamer1.0-plugins-base" |
96 | DISTRO_PN_ALIAS_pn-gstreamer1.0-plugins-good = "Debian=gstreamer1.0-plugins-good Ubuntu=gstreamer1.0-plugins-bad" | 96 | DISTRO_PN_ALIAS:pn-gstreamer1.0-plugins-good = "Debian=gstreamer1.0-plugins-good Ubuntu=gstreamer1.0-plugins-bad" |
97 | DISTRO_PN_ALIAS_pn-gstreamer1.0-rtsp-server = "Ubuntu=gstreamer0.10-rtsp Fedora=gstreamer-rtsp" | 97 | DISTRO_PN_ALIAS:pn-gstreamer1.0-rtsp-server = "Ubuntu=gstreamer0.10-rtsp Fedora=gstreamer-rtsp" |
98 | DISTRO_PN_ALIAS_pn-gstreamer1.0-vaapi = "Fedora=gstreamer1-vaapi Debian=gstreamer-vaapi Clear=gstreamer-vaapi" | 98 | DISTRO_PN_ALIAS:pn-gstreamer1.0-vaapi = "Fedora=gstreamer1-vaapi Debian=gstreamer-vaapi Clear=gstreamer-vaapi" |
99 | DISTRO_PN_ALIAS_pn-gtk+ = "Meego=gtk2 Fedora=gtk2 OpenSuSE=gtk2 Ubuntu=gtk+2.0 Mandriva=gtk+2.0 Debian=gtk+2.0" | 99 | DISTRO_PN_ALIAS:pn-gtk+ = "Meego=gtk2 Fedora=gtk2 OpenSuSE=gtk2 Ubuntu=gtk+2.0 Mandriva=gtk+2.0 Debian=gtk+2.0" |
100 | DISTRO_PN_ALIAS_pn-gtk+3 = "Ubuntu=gtk+3.0 Debian=gtk+3.0 Fedora=gtk3" | 100 | DISTRO_PN_ALIAS:pn-gtk+3 = "Ubuntu=gtk+3.0 Debian=gtk+3.0 Fedora=gtk3" |
101 | DISTRO_PN_ALIAS_pn-gtk-doc = "Fedora=gtk-doc Ubuntu=gtk-doc" | 101 | DISTRO_PN_ALIAS:pn-gtk-doc = "Fedora=gtk-doc Ubuntu=gtk-doc" |
102 | DISTRO_PN_ALIAS_pn-gtk-engines = "Fedora=gtk2-engines OpenSuSE=gtk2-engines Ubuntu=gtk2-engines Mandriva=gtk-engines2 Debian=gtk2-engines" | 102 | DISTRO_PN_ALIAS:pn-gtk-engines = "Fedora=gtk2-engines OpenSuSE=gtk2-engines Ubuntu=gtk2-engines Mandriva=gtk-engines2 Debian=gtk2-engines" |
103 | DISTRO_PN_ALIAS_pn-gtk-sato-engine = "OpenedHand" | 103 | DISTRO_PN_ALIAS:pn-gtk-sato-engine = "OpenedHand" |
104 | DISTRO_PN_ALIAS_pn-gtk-icon-utils-native = "OSPDT" | 104 | DISTRO_PN_ALIAS:pn-gtk-icon-utils-native = "OSPDT" |
105 | DISTRO_PN_ALIAS_pn-systemd-boot = "Ubuntu=systemd-boot Fedora=systemd-boot" | 105 | DISTRO_PN_ALIAS:pn-systemd-boot = "Ubuntu=systemd-boot Fedora=systemd-boot" |
106 | DISTRO_PN_ALIAS_pn-hello-mod = "OE-Core" | 106 | DISTRO_PN_ALIAS:pn-hello-mod = "OE-Core" |
107 | DISTRO_PN_ALIAS_pn-hwlatdetect = "OSPDT" | 107 | DISTRO_PN_ALIAS:pn-hwlatdetect = "OSPDT" |
108 | DISTRO_PN_ALIAS_pn-icecc-create-env = "OE-Core" | 108 | DISTRO_PN_ALIAS:pn-icecc-create-env = "OE-Core" |
109 | DISTRO_PN_ALIAS_pn-init-ifupdown = "Debian=ifupdown Ubuntu=ifupdown" | 109 | DISTRO_PN_ALIAS:pn-init-ifupdown = "Debian=ifupdown Ubuntu=ifupdown" |
110 | DISTRO_PN_ALIAS_pn-initramfs-boot = "OE-Core" | 110 | DISTRO_PN_ALIAS:pn-initramfs-boot = "OE-Core" |
111 | DISTRO_PN_ALIAS_pn-initramfs-framework = "OE-Core" | 111 | DISTRO_PN_ALIAS:pn-initramfs-framework = "OE-Core" |
112 | DISTRO_PN_ALIAS_pn-initramfs-live-boot = "OE-Core" | 112 | DISTRO_PN_ALIAS:pn-initramfs-live-boot = "OE-Core" |
113 | DISTRO_PN_ALIAS_pn-initramfs-live-install = "OE-Core" | 113 | DISTRO_PN_ALIAS:pn-initramfs-live-install = "OE-Core" |
114 | DISTRO_PN_ALIAS_pn-initramfs-live-install-efi = "OE-Core" | 114 | DISTRO_PN_ALIAS:pn-initramfs-live-install-efi = "OE-Core" |
115 | DISTRO_PN_ALIAS_pn-initramfs-live-install-efi-testfs = "OE-Core" | 115 | DISTRO_PN_ALIAS:pn-initramfs-live-install-efi-testfs = "OE-Core" |
116 | DISTRO_PN_ALIAS_pn-initramfs-live-install-testfs = "OE-Core" | 116 | DISTRO_PN_ALIAS:pn-initramfs-live-install-testfs = "OE-Core" |
117 | DISTRO_PN_ALIAS_pn-initscripts = "Fedora=initscripts Mandriva=initscripts" | 117 | DISTRO_PN_ALIAS:pn-initscripts = "Fedora=initscripts Mandriva=initscripts" |
118 | DISTRO_PN_ALIAS_pn-iproute2 = "OSPDT" | 118 | DISTRO_PN_ALIAS:pn-iproute2 = "OSPDT" |
119 | DISTRO_PN_ALIAS_pn-jpeg = "OpenSuSE=libjpeg Ubuntu=libjpeg62" | 119 | DISTRO_PN_ALIAS:pn-jpeg = "OpenSuSE=libjpeg Ubuntu=libjpeg62" |
120 | DISTRO_PN_ALIAS_pn-kernel-devsrc = "Debian=linux-base Ubuntu=linux" | 120 | DISTRO_PN_ALIAS:pn-kernel-devsrc = "Debian=linux-base Ubuntu=linux" |
121 | DISTRO_PN_ALIAS_pn-kern-tools-native = "Windriver" | 121 | DISTRO_PN_ALIAS:pn-kern-tools-native = "Windriver" |
122 | DISTRO_PN_ALIAS_pn-keymaps = "OE-Core" | 122 | DISTRO_PN_ALIAS:pn-keymaps = "OE-Core" |
123 | DISTRO_PN_ALIAS_pn-kf = "OSPDT" | 123 | DISTRO_PN_ALIAS:pn-kf = "OSPDT" |
124 | DISTRO_PN_ALIAS_pn-lame = "Debian=lame Ubuntu=lame" | 124 | DISTRO_PN_ALIAS:pn-lame = "Debian=lame Ubuntu=lame" |
125 | DISTRO_PN_ALIAS_pn-ldconfig-native = "Ubuntu=libc-bin Fedora=glibc" | 125 | DISTRO_PN_ALIAS:pn-ldconfig-native = "Ubuntu=libc-bin Fedora=glibc" |
126 | DISTRO_PN_ALIAS_pn-liba52 = "Mandriva=a52dec Debian=a52dec" | 126 | DISTRO_PN_ALIAS:pn-liba52 = "Mandriva=a52dec Debian=a52dec" |
127 | DISTRO_PN_ALIAS_pn-libacpi = "Ubuntu=libacpi Mandriva=libacpi" | 127 | DISTRO_PN_ALIAS:pn-libacpi = "Ubuntu=libacpi Mandriva=libacpi" |
128 | DISTRO_PN_ALIAS_pn-libatomics-ops = "Meego=libatomic-ops Debian=libatomic-ops Ubuntu=libatomic-ops OpenSuSE=libatomic-ops Mandriva=libatomic-ops" | 128 | DISTRO_PN_ALIAS:pn-libatomics-ops = "Meego=libatomic-ops Debian=libatomic-ops Ubuntu=libatomic-ops OpenSuSE=libatomic-ops Mandriva=libatomic-ops" |
129 | DISTRO_PN_ALIAS_pn-libcgroup = "Ubuntu=libcgroup1 Debian=libcgroup1" | 129 | DISTRO_PN_ALIAS:pn-libcgroup = "Ubuntu=libcgroup1 Debian=libcgroup1" |
130 | DISTRO_PN_ALIAS_pn-libcheck = "Ubuntu=check Fedora=check OpenSuSE=check" | 130 | DISTRO_PN_ALIAS:pn-libcheck = "Ubuntu=check Fedora=check OpenSuSE=check" |
131 | DISTRO_PN_ALIAS_pn-libclass-isa-perl = "OSPDT" | 131 | DISTRO_PN_ALIAS:pn-libclass-isa-perl = "OSPDT" |
132 | DISTRO_PN_ALIAS_pn-libdumpvalue-perl = "OSPDT" | 132 | DISTRO_PN_ALIAS:pn-libdumpvalue-perl = "OSPDT" |
133 | DISTRO_PN_ALIAS_pn-libenv-perl = "OSPDT" | 133 | DISTRO_PN_ALIAS:pn-libenv-perl = "OSPDT" |
134 | DISTRO_PN_ALIAS_pn-liberation-fonts = "Ubuntu=fonts-liberation Fedora=liberation-fonts-ttf" | 134 | DISTRO_PN_ALIAS:pn-liberation-fonts = "Ubuntu=fonts-liberation Fedora=liberation-fonts-ttf" |
135 | DISTRO_PN_ALIAS_pn-libfakekey = "Meego1.0=libfakekey Debian=libfakekey" | 135 | DISTRO_PN_ALIAS:pn-libfakekey = "Meego1.0=libfakekey Debian=libfakekey" |
136 | DISTRO_PN_ALIAS_pn-libfile-checktree-perl = "OSPDT" | 136 | DISTRO_PN_ALIAS:pn-libfile-checktree-perl = "OSPDT" |
137 | DISTRO_PN_ALIAS_pn-libfm-extra = "Opensuse=libfm-extra4 Ubuntu=libfm-extra4" | 137 | DISTRO_PN_ALIAS:pn-libfm-extra = "Opensuse=libfm-extra4 Ubuntu=libfm-extra4" |
138 | DISTRO_PN_ALIAS_pn-libgcc = "Debian=libgcc4 Ubuntu=libgcc1 OpenSuSE=libgcc46" | 138 | DISTRO_PN_ALIAS:pn-libgcc = "Debian=libgcc4 Ubuntu=libgcc1 OpenSuSE=libgcc46" |
139 | DISTRO_PN_ALIAS_pn-libgdbus = "Intel" | 139 | DISTRO_PN_ALIAS:pn-libgdbus = "Intel" |
140 | DISTRO_PN_ALIAS_pn-libglade = "Meego=libglade2 Fedora=libglade2 OpenSuSE=libglade2 Ubuntu=libglade2 Mandriva=libglade2.0 Debian=libglade2" | 140 | DISTRO_PN_ALIAS:pn-libglade = "Meego=libglade2 Fedora=libglade2 OpenSuSE=libglade2 Ubuntu=libglade2 Mandriva=libglade2.0 Debian=libglade2" |
141 | DISTRO_PN_ALIAS_pn-libglu = "Debian=libglu Ubuntu=libglu Opensuse=mesa-libglu" | 141 | DISTRO_PN_ALIAS:pn-libglu = "Debian=libglu Ubuntu=libglu Opensuse=mesa-libglu" |
142 | DISTRO_PN_ALIAS_pn-libgu = "OpenSuSE=glu OSPDT" | 142 | DISTRO_PN_ALIAS:pn-libgu = "OpenSuSE=glu OSPDT" |
143 | DISTRO_PN_ALIAS_pn-libi18n-collate-perl = "OSPDT" | 143 | DISTRO_PN_ALIAS:pn-libi18n-collate-perl = "OSPDT" |
144 | DISTRO_PN_ALIAS_pn-libical = "Ubuntu=libical Fedora=libical" | 144 | DISTRO_PN_ALIAS:pn-libical = "Ubuntu=libical Fedora=libical" |
145 | DISTRO_PN_ALIAS_pn-libiconv = "Fedora=mingw-libiconv Opensuse=cross-mingw-libiconv" | 145 | DISTRO_PN_ALIAS:pn-libiconv = "Fedora=mingw-libiconv Opensuse=cross-mingw-libiconv" |
146 | DISTRO_PN_ALIAS_pn-libinput = "Ubuntu=libinput0 Fedora=libinput0" | 146 | DISTRO_PN_ALIAS:pn-libinput = "Ubuntu=libinput0 Fedora=libinput0" |
147 | DISTRO_PN_ALIAS_pn-libjson = "Ubuntu=libjson0-dev Debian=libjson0-dev" | 147 | DISTRO_PN_ALIAS:pn-libjson = "Ubuntu=libjson0-dev Debian=libjson0-dev" |
148 | DISTRO_PN_ALIAS_pn-libksba = "Fedora=libksba Debian=libksba8 Ubuntu=libksba" | 148 | DISTRO_PN_ALIAS:pn-libksba = "Fedora=libksba Debian=libksba8 Ubuntu=libksba" |
149 | DISTRO_PN_ALIAS_pn-libmatchbox = "Ubuntu=libmatchbox Fedora=libmatchbox" | 149 | DISTRO_PN_ALIAS:pn-libmatchbox = "Ubuntu=libmatchbox Fedora=libmatchbox" |
150 | DISTRO_PN_ALIAS_pn-libmpc = "Fedora=libmpc OpenSuse=libmpc2" | 150 | DISTRO_PN_ALIAS:pn-libmpc = "Fedora=libmpc OpenSuse=libmpc2" |
151 | DISTRO_PN_ALIAS_pn-libnewt = "Debian=libnewt0.52 Fedora=newt" | 151 | DISTRO_PN_ALIAS:pn-libnewt = "Debian=libnewt0.52 Fedora=newt" |
152 | DISTRO_PN_ALIAS_pn-libnewt-python = "Ubuntu=python-newt Fedora=newt-python" | 152 | DISTRO_PN_ALIAS:pn-libnewt-python = "Ubuntu=python-newt Fedora=newt-python" |
153 | DISTRO_PN_ALIAS_pn-libnl = "Mandriva=libnl Fedora=libnl" | 153 | DISTRO_PN_ALIAS:pn-libnl = "Mandriva=libnl Fedora=libnl" |
154 | DISTRO_PN_ALIAS_pn-libnss-mdns = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=nss_mdns Debian=nss-mdns" | 154 | DISTRO_PN_ALIAS:pn-libnss-mdns = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=nss_mdns Debian=nss-mdns" |
155 | DISTRO_PN_ALIAS_pn-libomxil = "OSPDT upstream=http://omxil.sourceforge.net/" | 155 | DISTRO_PN_ALIAS:pn-libomxil = "OSPDT upstream=http://omxil.sourceforge.net/" |
156 | DISTRO_PN_ALIAS_pn-libowl = "Debian=owl OpenedHand" | 156 | DISTRO_PN_ALIAS:pn-libowl = "Debian=owl OpenedHand" |
157 | DISTRO_PN_ALIAS_pn-libpam = "Meego=pam Fedora=pam OpenSuSE=pam Ubuntu=pam Mandriva=pam Debian=pam" | 157 | DISTRO_PN_ALIAS:pn-libpam = "Meego=pam Fedora=pam OpenSuSE=pam Ubuntu=pam Mandriva=pam Debian=pam" |
158 | DISTRO_PN_ALIAS_pn-libpcre = "Mandriva=libpcre0 Fedora=pcre" | 158 | DISTRO_PN_ALIAS:pn-libpcre = "Mandriva=libpcre0 Fedora=pcre" |
159 | DISTRO_PN_ALIAS_pn-libpcre2 = "Fedora=pcre2 Debian=pcre2 Clear=pcre2" | 159 | DISTRO_PN_ALIAS:pn-libpcre2 = "Fedora=pcre2 Debian=pcre2 Clear=pcre2" |
160 | DISTRO_PN_ALIAS_pn-libpng12 = "Debian=libpng12-0 Fedora=libpng" | 160 | DISTRO_PN_ALIAS:pn-libpng12 = "Debian=libpng12-0 Fedora=libpng" |
161 | DISTRO_PN_ALIAS_pn-libpod-plainer-perl = "OSPDT" | 161 | DISTRO_PN_ALIAS:pn-libpod-plainer-perl = "OSPDT" |
162 | DISTRO_PN_ALIAS_pn-libsamplerate0 = "Meego=libsamplerate Fedora=libsamplerate OpenSuSE=libsamplerate Ubuntu=libsamplerate Mandriva=libsamplerate Debian=libsamplerate" | 162 | DISTRO_PN_ALIAS:pn-libsamplerate0 = "Meego=libsamplerate Fedora=libsamplerate OpenSuSE=libsamplerate Ubuntu=libsamplerate Mandriva=libsamplerate Debian=libsamplerate" |
163 | DISTRO_PN_ALIAS_pn-libsdl2 = "Fedora=sdl2 Opensuse=libsdl2 Ubuntu=libsdl2 Debian=libsdl2" | 163 | DISTRO_PN_ALIAS:pn-libsdl2 = "Fedora=sdl2 Opensuse=libsdl2 Ubuntu=libsdl2 Debian=libsdl2" |
164 | DISTRO_PN_ALIAS_pn-libsndfile1 = "Meego=libsndfile Fedora=libsndfile OpenSuSE=libsndfile Ubuntu=libsndfile Mandriva=libsndfile Debian=libsndfile" | 164 | DISTRO_PN_ALIAS:pn-libsndfile1 = "Meego=libsndfile Fedora=libsndfile OpenSuSE=libsndfile Ubuntu=libsndfile Mandriva=libsndfile Debian=libsndfile" |
165 | DISTRO_PN_ALIAS_pn-libsoup-2.4 = "Meego=libsoup Fedora=libsoup OpenSuSE=libsoup Ubuntu=libsoup2.4 Mandriva=libsoup Debian=libsoup2.4" | 165 | DISTRO_PN_ALIAS:pn-libsoup-2.4 = "Meego=libsoup Fedora=libsoup OpenSuSE=libsoup Ubuntu=libsoup2.4 Mandriva=libsoup Debian=libsoup2.4" |
166 | DISTRO_PN_ALIAS_pn-libtelepathy = "Debian=libtelepathy2 Ubuntu=libtelepathy2" | 166 | DISTRO_PN_ALIAS:pn-libtelepathy = "Debian=libtelepathy2 Ubuntu=libtelepathy2" |
167 | DISTRO_PN_ALIAS_pn-libtimedate-perl = "Debian=libtimedate-perl Ubuntu=libtimedate-perl" | 167 | DISTRO_PN_ALIAS:pn-libtimedate-perl = "Debian=libtimedate-perl Ubuntu=libtimedate-perl" |
168 | DISTRO_PN_ALIAS_pn-liburcu = "Fedora=userspace-rcu Ubuntu=liburcu0" | 168 | DISTRO_PN_ALIAS:pn-liburcu = "Fedora=userspace-rcu Ubuntu=liburcu0" |
169 | DISTRO_PN_ALIAS_pn-libusb1 = "Debian=libusb-1.0-0 Fedora=libusb1" | 169 | DISTRO_PN_ALIAS:pn-libusb1 = "Debian=libusb-1.0-0 Fedora=libusb1" |
170 | DISTRO_PN_ALIAS_pn-libx11 = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11" | 170 | DISTRO_PN_ALIAS:pn-libx11 = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11" |
171 | DISTRO_PN_ALIAS_pn-libxcalibrate = "OSPDT upstream=http://cgit.freedesktop.org/xorg/lib/libXCalibrate/" | 171 | DISTRO_PN_ALIAS:pn-libxcalibrate = "OSPDT upstream=http://cgit.freedesktop.org/xorg/lib/libXCalibrate/" |
172 | DISTRO_PN_ALIAS_pn-libxfont2 = "Fedora=libXfont2 Clear=libXfont2" | 172 | DISTRO_PN_ALIAS:pn-libxfont2 = "Fedora=libXfont2 Clear=libXfont2" |
173 | DISTRO_PN_ALIAS_pn-libxft = "Mandriva=libxft Debian=libxft2 Ubuntu=libxft2" | 173 | DISTRO_PN_ALIAS:pn-libxft = "Mandriva=libxft Debian=libxft2 Ubuntu=libxft2" |
174 | DISTRO_PN_ALIAS_pn-libxi = "Ubuntu=libxi Fedora=libXi" | 174 | DISTRO_PN_ALIAS:pn-libxi = "Ubuntu=libxi Fedora=libXi" |
175 | DISTRO_PN_ALIAS_pn-libxkbcommon = "Fedora=libxkbcommon Debian=libxkbcommon" | 175 | DISTRO_PN_ALIAS:pn-libxkbcommon = "Fedora=libxkbcommon Debian=libxkbcommon" |
176 | DISTRO_PN_ALIAS_pn-libxscrnsaver = "Fedora=libXScrnSaver Ubuntu=libxss1 Mandriva=libxscrnsaver" | 176 | DISTRO_PN_ALIAS:pn-libxscrnsaver = "Fedora=libXScrnSaver Ubuntu=libxss1 Mandriva=libxscrnsaver" |
177 | DISTRO_PN_ALIAS_pn-linux-dummy = "Intel" | 177 | DISTRO_PN_ALIAS:pn-linux-dummy = "Intel" |
178 | DISTRO_PN_ALIAS_pn-linux-firmware = "Fedora=linux-firmware Ubuntu=linux-firmware" | 178 | DISTRO_PN_ALIAS:pn-linux-firmware = "Fedora=linux-firmware Ubuntu=linux-firmware" |
179 | DISTRO_PN_ALIAS_pn-linux-libc-headers = "Debian=linux-kernel-headers Ubuntu=linux-kernel-headers" | 179 | DISTRO_PN_ALIAS:pn-linux-libc-headers = "Debian=linux-kernel-headers Ubuntu=linux-kernel-headers" |
180 | DISTRO_PN_ALIAS_pn-linux-libc-headers-yocto = "Debian=linux-kernel-headers Ubuntu=linux-kernel-headers" | 180 | DISTRO_PN_ALIAS:pn-linux-libc-headers-yocto = "Debian=linux-kernel-headers Ubuntu=linux-kernel-headers" |
181 | DISTRO_PN_ALIAS_pn-linux-yocto = "Debian=linux-base Ubuntu=linux" | 181 | DISTRO_PN_ALIAS:pn-linux-yocto = "Debian=linux-base Ubuntu=linux" |
182 | DISTRO_PN_ALIAS_pn-linux-yocto-rt = "Debian=linux-base Ubuntu=linux" | 182 | DISTRO_PN_ALIAS:pn-linux-yocto-rt = "Debian=linux-base Ubuntu=linux" |
183 | DISTRO_PN_ALIAS_pn-linux-yocto-tiny = "OSPDT" | 183 | DISTRO_PN_ALIAS:pn-linux-yocto-tiny = "OSPDT" |
184 | DISTRO_PN_ALIAS_pn-ltp = "Mandriva=ltp Ubuntu=ltp" | 184 | DISTRO_PN_ALIAS:pn-ltp = "Mandriva=ltp Ubuntu=ltp" |
185 | DISTRO_PN_ALIAS_pn-lttng-modules = "OSPDT upstream=http://lttng.org/" | 185 | DISTRO_PN_ALIAS:pn-lttng-modules = "OSPDT upstream=http://lttng.org/" |
186 | DISTRO_PN_ALIAS_pn-lttng-tools = "OSPDT upstream=http://lttng.org/" | 186 | DISTRO_PN_ALIAS:pn-lttng-tools = "OSPDT upstream=http://lttng.org/" |
187 | DISTRO_PN_ALIAS_pn-lttng-ust = "OSPDT upstream=http://lttng.org/" | 187 | DISTRO_PN_ALIAS:pn-lttng-ust = "OSPDT upstream=http://lttng.org/" |
188 | DISTRO_PN_ALIAS_pn-lz4 = "Debian=lz4 Fedora=lz4" | 188 | DISTRO_PN_ALIAS:pn-lz4 = "Debian=lz4 Fedora=lz4" |
189 | DISTRO_PN_ALIAS_pn-lzo = "Debian=liblzo Ubuntu=liblzo Fedora=lzp" | 189 | DISTRO_PN_ALIAS:pn-lzo = "Debian=liblzo Ubuntu=liblzo Fedora=lzp" |
190 | DISTRO_PN_ALIAS_pn-mailx = "Debian=bsd-mailx Ubuntu=bsd-mailx" | 190 | DISTRO_PN_ALIAS:pn-mailx = "Debian=bsd-mailx Ubuntu=bsd-mailx" |
191 | DISTRO_PN_ALIAS_pn-makedepend = "Mandriva=makedepend Ubuntu=xutils-dev" | 191 | DISTRO_PN_ALIAS:pn-makedepend = "Mandriva=makedepend Ubuntu=xutils-dev" |
192 | DISTRO_PN_ALIAS_pn-makedevs = "OE-Core" | 192 | DISTRO_PN_ALIAS:pn-makedevs = "OE-Core" |
193 | DISTRO_PN_ALIAS_pn-matchbox-config-gtk = "OpenedHand" | 193 | DISTRO_PN_ALIAS:pn-matchbox-config-gtk = "OpenedHand" |
194 | DISTRO_PN_ALIAS_pn-matchbox-desktop = "Mandriva=matchbox-desktop Ubuntu=matchbox-desktop" | 194 | DISTRO_PN_ALIAS:pn-matchbox-desktop = "Mandriva=matchbox-desktop Ubuntu=matchbox-desktop" |
195 | DISTRO_PN_ALIAS_pn-matchbox-desktop-sato = "OpenedHand" | 195 | DISTRO_PN_ALIAS:pn-matchbox-desktop-sato = "OpenedHand" |
196 | DISTRO_PN_ALIAS_pn-matchbox-keyboard = "Debian=matchbox-keyboard Fedora=matchbox-keyboard" | 196 | DISTRO_PN_ALIAS:pn-matchbox-keyboard = "Debian=matchbox-keyboard Fedora=matchbox-keyboard" |
197 | DISTRO_PN_ALIAS_pn-matchbox-panel-2 = "Debian=matchbox-panel Mandriva=matchbox-panel Ubuntu=matchbox-panel" | 197 | DISTRO_PN_ALIAS:pn-matchbox-panel-2 = "Debian=matchbox-panel Mandriva=matchbox-panel Ubuntu=matchbox-panel" |
198 | DISTRO_PN_ALIAS_pn-matchbox-session = "OpenedHand" | 198 | DISTRO_PN_ALIAS:pn-matchbox-session = "OpenedHand" |
199 | DISTRO_PN_ALIAS_pn-matchbox-session-sato = "OpenedHand" | 199 | DISTRO_PN_ALIAS:pn-matchbox-session-sato = "OpenedHand" |
200 | DISTRO_PN_ALIAS_pn-matchbox-terminal = "OpenedHand" | 200 | DISTRO_PN_ALIAS:pn-matchbox-terminal = "OpenedHand" |
201 | DISTRO_PN_ALIAS_pn-matchbox-theme-sato = "OpenedHand" | 201 | DISTRO_PN_ALIAS:pn-matchbox-theme-sato = "OpenedHand" |
202 | DISTRO_PN_ALIAS_pn-matchbox-themes-extra = "Ubuntu=matchbox-themes-extra Mandriva=matchbox-themes-extra" | 202 | DISTRO_PN_ALIAS:pn-matchbox-themes-extra = "Ubuntu=matchbox-themes-extra Mandriva=matchbox-themes-extra" |
203 | DISTRO_PN_ALIAS_pn-matchbox-themes-gtk = "OpenedHand" | 203 | DISTRO_PN_ALIAS:pn-matchbox-themes-gtk = "OpenedHand" |
204 | DISTRO_PN_ALIAS_pn-matchbox-wm = "OpenedHand" | 204 | DISTRO_PN_ALIAS:pn-matchbox-wm = "OpenedHand" |
205 | DISTRO_PN_ALIAS_pn-menu-cache = "OSPDT" | 205 | DISTRO_PN_ALIAS:pn-menu-cache = "OSPDT" |
206 | DISTRO_PN_ALIAS_pn-mesa = "Fedora=mesa Ubuntu=libgl1-mesa-dri" | 206 | DISTRO_PN_ALIAS:pn-mesa = "Fedora=mesa Ubuntu=libgl1-mesa-dri" |
207 | DISTRO_PN_ALIAS_pn-mesa-gl = "Fedora=mesa Ubuntu=libgl1-mesa-dri" | 207 | DISTRO_PN_ALIAS:pn-mesa-gl = "Fedora=mesa Ubuntu=libgl1-mesa-dri" |
208 | DISTRO_PN_ALIAS_pn-meta-environment-extsdk-qemux86 = "OE-Core" | 208 | DISTRO_PN_ALIAS:pn-meta-environment-extsdk-qemux86 = "OE-Core" |
209 | DISTRO_PN_ALIAS_pn-meta-environment-i586 = "OE-Core" | 209 | DISTRO_PN_ALIAS:pn-meta-environment-i586 = "OE-Core" |
210 | DISTRO_PN_ALIAS_pn-meta-environment-qemux86 = "OE-Core" | 210 | DISTRO_PN_ALIAS:pn-meta-environment-qemux86 = "OE-Core" |
211 | DISTRO_PN_ALIAS_pn-meta-environment-qemux86-64 = "OE-Core" | 211 | DISTRO_PN_ALIAS:pn-meta-environment-qemux86-64 = "OE-Core" |
212 | DISTRO_PN_ALIAS_pn-meta-ide-support = "OE-Core" | 212 | DISTRO_PN_ALIAS:pn-meta-ide-support = "OE-Core" |
213 | DISTRO_PN_ALIAS_pn-meta-toolchain = "OE-Core" | 213 | DISTRO_PN_ALIAS:pn-meta-toolchain = "OE-Core" |
214 | DISTRO_PN_ALIAS_pn-mini-x-session = "OSPDT" | 214 | DISTRO_PN_ALIAS:pn-mini-x-session = "OSPDT" |
215 | DISTRO_PN_ALIAS_pn-mkelfimage = "Ubuntu=mkelfimage Fedora=mkelfimage" | 215 | DISTRO_PN_ALIAS:pn-mkelfimage = "Ubuntu=mkelfimage Fedora=mkelfimage" |
216 | DISTRO_PN_ALIAS_pn-mkfontdir = "Mandriva=mkfontdir Ubuntu=xfonts-utils Fedora=xorg-x11-font-utils" | 216 | DISTRO_PN_ALIAS:pn-mkfontdir = "Mandriva=mkfontdir Ubuntu=xfonts-utils Fedora=xorg-x11-font-utils" |
217 | DISTRO_PN_ALIAS_pn-mkfontscale = "Mandriva=mkfontscale Ubuntu=xfonts-utils Fedora=xorg-x11-font-utils" | 217 | DISTRO_PN_ALIAS:pn-mkfontscale = "Mandriva=mkfontscale Ubuntu=xfonts-utils Fedora=xorg-x11-font-utils" |
218 | DISTRO_PN_ALIAS_pn-mmc-utils = "OE-Core" | 218 | DISTRO_PN_ALIAS:pn-mmc-utils = "OE-Core" |
219 | DISTRO_PN_ALIAS_pn-modutils-initscripts = "OE-Core" | 219 | DISTRO_PN_ALIAS:pn-modutils-initscripts = "OE-Core" |
220 | DISTRO_PN_ALIAS_pn-mtd-utils = "Debian=mtd-utils Ubuntu=mtd-utils" | 220 | DISTRO_PN_ALIAS:pn-mtd-utils = "Debian=mtd-utils Ubuntu=mtd-utils" |
221 | DISTRO_PN_ALIAS_pn-mx-1.0 = "Ubuntu=mx Debian=mx Fedora=mx" | 221 | DISTRO_PN_ALIAS:pn-mx-1.0 = "Ubuntu=mx Debian=mx Fedora=mx" |
222 | DISTRO_PN_ALIAS_pn-neard = "Intel" | 222 | DISTRO_PN_ALIAS:pn-neard = "Intel" |
223 | DISTRO_PN_ALIAS_pn-neon = "Fedora=neon Opensuse=neon" | 223 | DISTRO_PN_ALIAS:pn-neon = "Fedora=neon Opensuse=neon" |
224 | DISTRO_PN_ALIAS_pn-network-suspend-scripts = "OE-Core" | 224 | DISTRO_PN_ALIAS:pn-network-suspend-scripts = "OE-Core" |
225 | DISTRO_PN_ALIAS_pn-nfs-export-root = "OpenedHand" | 225 | DISTRO_PN_ALIAS:pn-nfs-export-root = "OpenedHand" |
226 | DISTRO_PN_ALIAS_pn-npth = "OSPDT" | 226 | DISTRO_PN_ALIAS:pn-npth = "OSPDT" |
227 | DISTRO_PN_ALIAS_pn-nss-myhostname = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=nss_mdns Debian=nss-mdns" | 227 | DISTRO_PN_ALIAS:pn-nss-myhostname = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=nss_mdns Debian=nss-mdns" |
228 | DISTRO_PN_ALIAS_pn-ofono = "Debian=ofono Ubuntu=ofono" | 228 | DISTRO_PN_ALIAS:pn-ofono = "Debian=ofono Ubuntu=ofono" |
229 | DISTRO_PN_ALIAS_pn-oh-puzzles = "OpenedHand" | 229 | DISTRO_PN_ALIAS:pn-oh-puzzles = "OpenedHand" |
230 | DISTRO_PN_ALIAS_pn-opkg = "OSPDT upstream=http://svn.openmoko.org/trunk/src/tar" | 230 | DISTRO_PN_ALIAS:pn-opkg = "OSPDT upstream=http://svn.openmoko.org/trunk/src/tar" |
231 | DISTRO_PN_ALIAS_pn-opkg-arch-config = "OE-Core" | 231 | DISTRO_PN_ALIAS:pn-opkg-arch-config = "OE-Core" |
232 | DISTRO_PN_ALIAS_pn-opkg-collateral = "OE-Core" | 232 | DISTRO_PN_ALIAS:pn-opkg-collateral = "OE-Core" |
233 | DISTRO_PN_ALIAS_pn-opkg-keyrings = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" | 233 | DISTRO_PN_ALIAS:pn-opkg-keyrings = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" |
234 | DISTRO_PN_ALIAS_pn-opkg-nogpg = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" | 234 | DISTRO_PN_ALIAS:pn-opkg-nogpg = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" |
235 | DISTRO_PN_ALIAS_pn-opkg-utils = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" | 235 | DISTRO_PN_ALIAS:pn-opkg-utils = "OSPDT upstream=git://git.yoctoproject.org/opkg-utils" |
236 | DISTRO_PN_ALIAS_pn-os-release = "OE-Core" | 236 | DISTRO_PN_ALIAS:pn-os-release = "OE-Core" |
237 | DISTRO_PN_ALIAS_pn-packagegroup-base = "OE-Core" | 237 | DISTRO_PN_ALIAS:pn-packagegroup-base = "OE-Core" |
238 | DISTRO_PN_ALIAS_pn-packagegroup-core = "OE-Core" | 238 | DISTRO_PN_ALIAS:pn-packagegroup-core = "OE-Core" |
239 | DISTRO_PN_ALIAS_pn-packagegroup-core-boot = "OE-Core" | 239 | DISTRO_PN_ALIAS:pn-packagegroup-core-boot = "OE-Core" |
240 | DISTRO_PN_ALIAS_pn-packagegroup-core-buildessential = "OE-Core" | 240 | DISTRO_PN_ALIAS:pn-packagegroup-core-buildessential = "OE-Core" |
241 | DISTRO_PN_ALIAS_pn-packagegroup-core-device-devel = "OE-Core" | 241 | DISTRO_PN_ALIAS:pn-packagegroup-core-device-devel = "OE-Core" |
242 | DISTRO_PN_ALIAS_pn-packagegroup-core-eclipse-debug = "OE-Core" | 242 | DISTRO_PN_ALIAS:pn-packagegroup-core-eclipse-debug = "OE-Core" |
243 | DISTRO_PN_ALIAS_pn-packagegroup-core-full-cmdline = "OE-Core" | 243 | DISTRO_PN_ALIAS:pn-packagegroup-core-full-cmdline = "OE-Core" |
244 | DISTRO_PN_ALIAS_pn-packagegroup-core-nfs = "OE-Core" | 244 | DISTRO_PN_ALIAS:pn-packagegroup-core-nfs = "OE-Core" |
245 | DISTRO_PN_ALIAS_pn-packagegroup-core-sdk = "OE-Core" | 245 | DISTRO_PN_ALIAS:pn-packagegroup-core-sdk = "OE-Core" |
246 | DISTRO_PN_ALIAS_pn-packagegroup-core-ssh-dropbear = "OE-Core" | 246 | DISTRO_PN_ALIAS:pn-packagegroup-core-ssh-dropbear = "OE-Core" |
247 | DISTRO_PN_ALIAS_pn-packagegroup-core-ssh-openssh = "OE-Core" | 247 | DISTRO_PN_ALIAS:pn-packagegroup-core-ssh-openssh = "OE-Core" |
248 | DISTRO_PN_ALIAS_pn-packagegroup-core-standalone-sdk-target = "OE-Core" | 248 | DISTRO_PN_ALIAS:pn-packagegroup-core-standalone-sdk-target = "OE-Core" |
249 | DISTRO_PN_ALIAS_pn-packagegroup-core-tools = "OE-Core" | 249 | DISTRO_PN_ALIAS:pn-packagegroup-core-tools = "OE-Core" |
250 | DISTRO_PN_ALIAS_pn-packagegroup-core-tools-debug = "OE-Core" | 250 | DISTRO_PN_ALIAS:pn-packagegroup-core-tools-debug = "OE-Core" |
251 | DISTRO_PN_ALIAS_pn-packagegroup-core-tools-profile = "OE-Core" | 251 | DISTRO_PN_ALIAS:pn-packagegroup-core-tools-profile = "OE-Core" |
252 | DISTRO_PN_ALIAS_pn-packagegroup-core-tools-testapps = "OE-Core" | 252 | DISTRO_PN_ALIAS:pn-packagegroup-core-tools-testapps = "OE-Core" |
253 | DISTRO_PN_ALIAS_pn-packagegroup-core-x11 = "OE-Core" | 253 | DISTRO_PN_ALIAS:pn-packagegroup-core-x11 = "OE-Core" |
254 | DISTRO_PN_ALIAS_pn-packagegroup-core-x11-base = "OE-Core" | 254 | DISTRO_PN_ALIAS:pn-packagegroup-core-x11-base = "OE-Core" |
255 | DISTRO_PN_ALIAS_pn-packagegroup-core-x11-mini = "OE-Core" | 255 | DISTRO_PN_ALIAS:pn-packagegroup-core-x11-mini = "OE-Core" |
256 | DISTRO_PN_ALIAS_pn-packagegroup-core-x11-sato = "OE-Core" | 256 | DISTRO_PN_ALIAS:pn-packagegroup-core-x11-sato = "OE-Core" |
257 | DISTRO_PN_ALIAS_pn-packagegroup-core-x11-xserver = "OE-Core" | 257 | DISTRO_PN_ALIAS:pn-packagegroup-core-x11-xserver = "OE-Core" |
258 | DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-i586 = "OE-Core" | 258 | DISTRO_PN_ALIAS:pn-packagegroup-cross-canadian-i586 = "OE-Core" |
259 | DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-qemux86 = "OE-Core" | 259 | DISTRO_PN_ALIAS:pn-packagegroup-cross-canadian-qemux86 = "OE-Core" |
260 | DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-qemux86-64 = "OE-Core" | 260 | DISTRO_PN_ALIAS:pn-packagegroup-cross-canadian-qemux86-64 = "OE-Core" |
261 | DISTRO_PN_ALIAS_pn-packagegroup-sdk-host = "OE-Core" | 261 | DISTRO_PN_ALIAS:pn-packagegroup-sdk-host = "OE-Core" |
262 | DISTRO_PN_ALIAS_pn-packagegroup-self-hosted = "OE-Core" | 262 | DISTRO_PN_ALIAS:pn-packagegroup-self-hosted = "OE-Core" |
263 | DISTRO_PN_ALIAS_pn-package-index = "OE-Core" | 263 | DISTRO_PN_ALIAS:pn-package-index = "OE-Core" |
264 | DISTRO_PN_ALIAS_pn-patchelf = "Opensuse=patchelf Fedora=patchelf" | 264 | DISTRO_PN_ALIAS:pn-patchelf = "Opensuse=patchelf Fedora=patchelf" |
265 | DISTRO_PN_ALIAS_pn-perf = "OSPDT" | 265 | DISTRO_PN_ALIAS:pn-perf = "OSPDT" |
266 | DISTRO_PN_ALIAS_pn-piglit = "OE-Core" | 266 | DISTRO_PN_ALIAS:pn-piglit = "OE-Core" |
267 | DISTRO_PN_ALIAS_pn-pkgconfig = "Ubuntu=pkg-config Fedora=pkgconfig" | 267 | DISTRO_PN_ALIAS:pn-pkgconfig = "Ubuntu=pkg-config Fedora=pkgconfig" |
268 | DISTRO_PN_ALIAS_pn-pointercal-xinput = "OE-Core" | 268 | DISTRO_PN_ALIAS:pn-pointercal-xinput = "OE-Core" |
269 | DISTRO_PN_ALIAS_pn-pong-clock = "OpenedHand" | 269 | DISTRO_PN_ALIAS:pn-pong-clock = "OpenedHand" |
270 | DISTRO_PN_ALIAS_pn-portmap = "Debian=rpcbind Fedora=rpcbind" | 270 | DISTRO_PN_ALIAS:pn-portmap = "Debian=rpcbind Fedora=rpcbind" |
271 | DISTRO_PN_ALIAS_pn-powertop = "Meego=powertop Fedora=powertop Debian=powertop OpenSuSE=powertop Mandriva=powertop" | 271 | DISTRO_PN_ALIAS:pn-powertop = "Meego=powertop Fedora=powertop Debian=powertop OpenSuSE=powertop Mandriva=powertop" |
272 | DISTRO_PN_ALIAS_pn-ppp-dialin = "OE-Core" | 272 | DISTRO_PN_ALIAS:pn-ppp-dialin = "OE-Core" |
273 | DISTRO_PN_ALIAS_pn-pseudo = "Windriver" | 273 | DISTRO_PN_ALIAS:pn-pseudo = "Windriver" |
274 | DISTRO_PN_ALIAS_pn-psplash = "OpenedHand" | 274 | DISTRO_PN_ALIAS:pn-psplash = "OpenedHand" |
275 | DISTRO_PN_ALIAS_pn-ptest-runner = "OE-Core" | 275 | DISTRO_PN_ALIAS:pn-ptest-runner = "OE-Core" |
276 | DISTRO_PN_ALIAS_pn-pulseaudio-client-conf-sato = "OE-Core" | 276 | DISTRO_PN_ALIAS:pn-pulseaudio-client-conf-sato = "OE-Core" |
277 | DISTRO_PN_ALIAS_pn-puzzles = "Debian=sgt-puzzles Fedora=puzzles" | 277 | DISTRO_PN_ALIAS:pn-puzzles = "Debian=sgt-puzzles Fedora=puzzles" |
278 | DISTRO_PN_ALIAS_pn-python3 = "Fedora=python3 Debian=python3.2" | 278 | DISTRO_PN_ALIAS:pn-python3 = "Fedora=python3 Debian=python3.2" |
279 | DISTRO_PN_ALIAS_pn-python3-iniparse = "Fedora=python-iniparse Debian=python-iniparse" | 279 | DISTRO_PN_ALIAS:pn-python3-iniparse = "Fedora=python-iniparse Debian=python-iniparse" |
280 | DISTRO_PN_ALIAS_pn-python3-pip = "OpenSuSE=python3-pip Debian=python3-pip" | 280 | DISTRO_PN_ALIAS:pn-python3-pip = "OpenSuSE=python3-pip Debian=python3-pip" |
281 | DISTRO_PN_ALIAS_pn-python3-pycurl = "Fedora=python-pycurl Debian=pycurl" | 281 | DISTRO_PN_ALIAS:pn-python3-pycurl = "Fedora=python-pycurl Debian=pycurl" |
282 | DISTRO_PN_ALIAS_pn-python3-pygpgme = "Fedora=python-pygpgme Debian=pygpgme" | 282 | DISTRO_PN_ALIAS:pn-python3-pygpgme = "Fedora=python-pygpgme Debian=pygpgme" |
283 | DISTRO_PN_ALIAS_pn-python3-setuptools = "OpenSuSE=python3-setuptools Debian=python3-setuptools" | 283 | DISTRO_PN_ALIAS:pn-python3-setuptools = "OpenSuSE=python3-setuptools Debian=python3-setuptools" |
284 | DISTRO_PN_ALIAS_pn-python-dbus = "Ubuntu=python-dbus Debian=python-dbus Mandriva=python-dbus" | 284 | DISTRO_PN_ALIAS:pn-python-dbus = "Ubuntu=python-dbus Debian=python-dbus Mandriva=python-dbus" |
285 | DISTRO_PN_ALIAS_pn-python-git = "Debian=python-git Fedora=GitPython" | 285 | DISTRO_PN_ALIAS:pn-python-git = "Debian=python-git Fedora=GitPython" |
286 | DISTRO_PN_ALIAS_pn-python-mako = "Fedora=python-mako Opensuse=python-Mako" | 286 | DISTRO_PN_ALIAS:pn-python-mako = "Fedora=python-mako Opensuse=python-Mako" |
287 | DISTRO_PN_ALIAS_pn-python-pycairo = "Meego=pycairo Fedora=pycairo Ubuntu=pycairo Debian=pycairo" | 287 | DISTRO_PN_ALIAS:pn-python-pycairo = "Meego=pycairo Fedora=pycairo Ubuntu=pycairo Debian=pycairo" |
288 | DISTRO_PN_ALIAS_pn-python-pygobject = "Meego=pygobject2 Fedora=pygobject2 Ubuntu=pygobject Debian=pygobject" | 288 | DISTRO_PN_ALIAS:pn-python-pygobject = "Meego=pygobject2 Fedora=pygobject2 Ubuntu=pygobject Debian=pygobject" |
289 | DISTRO_PN_ALIAS_pn-python-scons = "Fedora=scons OpenSuSE=scons Ubuntu=scons Mandriva=scons Debian=scons" | 289 | DISTRO_PN_ALIAS:pn-python-scons = "Fedora=scons OpenSuSE=scons Ubuntu=scons Mandriva=scons Debian=scons" |
290 | DISTRO_PN_ALIAS_pn-python-setuptools = "Mandriva=python-setup OpenSuSE=python-setup-git" | 290 | DISTRO_PN_ALIAS:pn-python-setuptools = "Mandriva=python-setup OpenSuSE=python-setup-git" |
291 | DISTRO_PN_ALIAS_pn-python-smartpm = "Debian=smart OpenSuSE=smart" | 291 | DISTRO_PN_ALIAS:pn-python-smartpm = "Debian=smart OpenSuSE=smart" |
292 | DISTRO_PN_ALIAS_pn-qemu-config = "OpenedHand" | 292 | DISTRO_PN_ALIAS:pn-qemu-config = "OpenedHand" |
293 | DISTRO_PN_ALIAS_pn-qemugl = "OpenedHand" | 293 | DISTRO_PN_ALIAS:pn-qemugl = "OpenedHand" |
294 | DISTRO_PN_ALIAS_pn-qemu-helper = "OpenedHand" | 294 | DISTRO_PN_ALIAS:pn-qemu-helper = "OpenedHand" |
295 | DISTRO_PN_ALIAS_pn-qemuwrapper-cross = "OE-Core" | 295 | DISTRO_PN_ALIAS:pn-qemuwrapper-cross = "OE-Core" |
296 | DISTRO_PN_ALIAS_pn-readline = "Fedora=readline Debian=readline-common" | 296 | DISTRO_PN_ALIAS:pn-readline = "Fedora=readline Debian=readline-common" |
297 | DISTRO_PN_ALIAS_pn-remake = "Mandriva=remake Debian=remake" | 297 | DISTRO_PN_ALIAS:pn-remake = "Mandriva=remake Debian=remake" |
298 | DISTRO_PN_ALIAS_pn-rgb = "Fedora=xorg-X11-server-utils Debian=x11-xserver-utils" | 298 | DISTRO_PN_ALIAS:pn-rgb = "Fedora=xorg-X11-server-utils Debian=x11-xserver-utils" |
299 | DISTRO_PN_ALIAS_pn-rpmresolve = "OSPDT" | 299 | DISTRO_PN_ALIAS:pn-rpmresolve = "OSPDT" |
300 | DISTRO_PN_ALIAS_pn-rt-tests = "Debian=rt-tests Ubuntu=rt-tests" | 300 | DISTRO_PN_ALIAS:pn-rt-tests = "Debian=rt-tests Ubuntu=rt-tests" |
301 | DISTRO_PN_ALIAS_pn-run-postinsts = "OE-Core" | 301 | DISTRO_PN_ALIAS:pn-run-postinsts = "OE-Core" |
302 | DISTRO_PN_ALIAS_pn-sato-icon-theme = "OpenedHand" | 302 | DISTRO_PN_ALIAS:pn-sato-icon-theme = "OpenedHand" |
303 | DISTRO_PN_ALIAS_pn-sato-screenshot = "OpenedHand" | 303 | DISTRO_PN_ALIAS:pn-sato-screenshot = "OpenedHand" |
304 | DISTRO_PN_ALIAS_pn-sbc = "Fedora=sbc Debian=libsbc1" | 304 | DISTRO_PN_ALIAS:pn-sbc = "Fedora=sbc Debian=libsbc1" |
305 | DISTRO_PN_ALIAS_pn-screenshot = "OpenedHand" | 305 | DISTRO_PN_ALIAS:pn-screenshot = "OpenedHand" |
306 | DISTRO_PN_ALIAS_pn-settings-daemon = "OpenedHand" | 306 | DISTRO_PN_ALIAS:pn-settings-daemon = "OpenedHand" |
307 | DISTRO_PN_ALIAS_pn-sgml-common = "OpenSuSE=sgml-common Fedora=sgml-common" | 307 | DISTRO_PN_ALIAS:pn-sgml-common = "OpenSuSE=sgml-common Fedora=sgml-common" |
308 | DISTRO_PN_ALIAS_pn-sgmlspl = "Debian=sgmlspl Ubuntu=sgmlspl" | 308 | DISTRO_PN_ALIAS:pn-sgmlspl = "Debian=sgmlspl Ubuntu=sgmlspl" |
309 | DISTRO_PN_ALIAS_pn-shadow-securetty = "Ubuntu=shadow Fedora=shadow" | 309 | DISTRO_PN_ALIAS:pn-shadow-securetty = "Ubuntu=shadow Fedora=shadow" |
310 | DISTRO_PN_ALIAS_pn-shadow-sysroot = "Ubuntu=shadow Fedora=shadow" | 310 | DISTRO_PN_ALIAS:pn-shadow-sysroot = "Ubuntu=shadow Fedora=shadow" |
311 | DISTRO_PN_ALIAS_pn-shutdown-desktop = "OpenedHand" | 311 | DISTRO_PN_ALIAS:pn-shutdown-desktop = "OpenedHand" |
312 | DISTRO_PN_ALIAS_pn-speexdsp = "Ubuntu=libspeexdsp1 Fedora=speexdsp" | 312 | DISTRO_PN_ALIAS:pn-speexdsp = "Ubuntu=libspeexdsp1 Fedora=speexdsp" |
313 | DISTRO_PN_ALIAS_pn-stat = "Debian=coreutils Fedora=coreutils" | 313 | DISTRO_PN_ALIAS:pn-stat = "Debian=coreutils Fedora=coreutils" |
314 | DISTRO_PN_ALIAS_pn-stress = "Debian=stress Fedora=stress" | 314 | DISTRO_PN_ALIAS:pn-stress = "Debian=stress Fedora=stress" |
315 | DISTRO_PN_ALIAS_pn-sysklogd = "Debian=sysklogd Mandriva=sysklogd" | 315 | DISTRO_PN_ALIAS:pn-sysklogd = "Debian=sysklogd Mandriva=sysklogd" |
316 | DISTRO_PN_ALIAS_pn-sysprof = "Fedora=sysprof Debian=sysprof" | 316 | DISTRO_PN_ALIAS:pn-sysprof = "Fedora=sysprof Debian=sysprof" |
317 | DISTRO_PN_ALIAS_pn-systemd-compat-units = "Fedora=systemd Ubuntu=systemd" | 317 | DISTRO_PN_ALIAS:pn-systemd-compat-units = "Fedora=systemd Ubuntu=systemd" |
318 | DISTRO_PN_ALIAS_pn-systemd-systemctl = "OE-Core" | 318 | DISTRO_PN_ALIAS:pn-systemd-systemctl = "OE-Core" |
319 | DISTRO_PN_ALIAS_pn-systemd-systemdctl = "Fedora=systemd Ubuntu=systemd" | 319 | DISTRO_PN_ALIAS:pn-systemd-systemdctl = "Fedora=systemd Ubuntu=systemd" |
320 | DISTRO_PN_ALIAS_pn-systemtap-uprobes = "Ubuntu=systemtap Debian=systemtap" | 320 | DISTRO_PN_ALIAS:pn-systemtap-uprobes = "Ubuntu=systemtap Debian=systemtap" |
321 | DISTRO_PN_ALIAS_pn-sysvinit-inittab = "OE-Core" | 321 | DISTRO_PN_ALIAS:pn-sysvinit-inittab = "OE-Core" |
322 | DISTRO_PN_ALIAS_pn-tar-replacement = "Fedora=tar Ubuntu=tar" | 322 | DISTRO_PN_ALIAS:pn-tar-replacement = "Fedora=tar Ubuntu=tar" |
323 | DISTRO_PN_ALIAS_pn-tcf-agent = "Windriver upstream=http://www.eclipse.org/dsdp/tm/" | 323 | DISTRO_PN_ALIAS:pn-tcf-agent = "Windriver upstream=http://www.eclipse.org/dsdp/tm/" |
324 | DISTRO_PN_ALIAS_pn-texinfo-dummy-native = "OE-Core" | 324 | DISTRO_PN_ALIAS:pn-texinfo-dummy-native = "OE-Core" |
325 | DISTRO_PN_ALIAS_pn-tiny-init = "OSPDT" | 325 | DISTRO_PN_ALIAS:pn-tiny-init = "OSPDT" |
326 | DISTRO_PN_ALIAS_pn-tremor = "OSPDT upstream=http://www.xiph.org/vorbis/" | 326 | DISTRO_PN_ALIAS:pn-tremor = "OSPDT upstream=http://www.xiph.org/vorbis/" |
327 | DISTRO_PN_ALIAS_pn-ttf-bitstream-vera = "Debian=ttf-bitstream-vera Ubuntu=ttf-bitstream-vera" | 327 | DISTRO_PN_ALIAS:pn-ttf-bitstream-vera = "Debian=ttf-bitstream-vera Ubuntu=ttf-bitstream-vera" |
328 | DISTRO_PN_ALIAS_pn-tzcode = "OSPDT" | 328 | DISTRO_PN_ALIAS:pn-tzcode = "OSPDT" |
329 | DISTRO_PN_ALIAS_pn-u-boot-fw-utils = "Ubuntu=u-boot-tools Debian=u-boot-tools" | 329 | DISTRO_PN_ALIAS:pn-u-boot-fw-utils = "Ubuntu=u-boot-tools Debian=u-boot-tools" |
330 | DISTRO_PN_ALIAS_pn-u-boot-tools = "Ubuntu=u-boot-tools Debian=uboot-tools" | 330 | DISTRO_PN_ALIAS:pn-u-boot-tools = "Ubuntu=u-boot-tools Debian=uboot-tools" |
331 | DISTRO_PN_ALIAS_pn-udev = "Mandriva=udev Fedora=udev" | 331 | DISTRO_PN_ALIAS:pn-udev = "Mandriva=udev Fedora=udev" |
332 | DISTRO_PN_ALIAS_pn-udev-extraconf = "OE-Core" | 332 | DISTRO_PN_ALIAS:pn-udev-extraconf = "OE-Core" |
333 | DISTRO_PN_ALIAS_pn-unfs3 = "Debian=unfs3 Fedora=unfs3" | 333 | DISTRO_PN_ALIAS:pn-unfs3 = "Debian=unfs3 Fedora=unfs3" |
334 | DISTRO_PN_ALIAS_pn-unfs-server = "OE-Core" | 334 | DISTRO_PN_ALIAS:pn-unfs-server = "OE-Core" |
335 | DISTRO_PN_ALIAS_pn-uninative-tarball = "OE-Core" | 335 | DISTRO_PN_ALIAS:pn-uninative-tarball = "OE-Core" |
336 | DISTRO_PN_ALIAS_pn-update-alternatives-dpkg = "Opensuse=update-alternatives Mandriva=update-alternatives" | 336 | DISTRO_PN_ALIAS:pn-update-alternatives-dpkg = "Opensuse=update-alternatives Mandriva=update-alternatives" |
337 | DISTRO_PN_ALIAS_pn-update-rc.d = "OE-Core" | 337 | DISTRO_PN_ALIAS:pn-update-rc.d = "OE-Core" |
338 | DISTRO_PN_ALIAS_pn-usbinit = "OE-Core" | 338 | DISTRO_PN_ALIAS:pn-usbinit = "OE-Core" |
339 | DISTRO_PN_ALIAS_pn-util-macros = "Meego=xorg-x11-util-macros Fedora=xorg-x11-util-macros Mandriva=x11-util-macros" | 339 | DISTRO_PN_ALIAS:pn-util-macros = "Meego=xorg-x11-util-macros Fedora=xorg-x11-util-macros Mandriva=x11-util-macros" |
340 | DISTRO_PN_ALIAS_pn-v86d = "Debian=v86d Ubuntu=v86d" | 340 | DISTRO_PN_ALIAS:pn-v86d = "Debian=v86d Ubuntu=v86d" |
341 | DISTRO_PN_ALIAS_pn-waffle = "OE-Core" | 341 | DISTRO_PN_ALIAS:pn-waffle = "OE-Core" |
342 | DISTRO_PN_ALIAS_pn-watchdog = "Debian=watchdog Ubuntu=watchdog Mandriva=watchdog" | 342 | DISTRO_PN_ALIAS:pn-watchdog = "Debian=watchdog Ubuntu=watchdog Mandriva=watchdog" |
343 | DISTRO_PN_ALIAS_pn-webkitgtk = "Fedora=webkitgtk Ubuntu=libwebkit" | 343 | DISTRO_PN_ALIAS:pn-webkitgtk = "Fedora=webkitgtk Ubuntu=libwebkit" |
344 | DISTRO_PN_ALIAS_pn-weston = "Fedora=weston OpenSuSE=weston" | 344 | DISTRO_PN_ALIAS:pn-weston = "Fedora=weston OpenSuSE=weston" |
345 | DISTRO_PN_ALIAS_pn-weston-init = "OE-Core" | 345 | DISTRO_PN_ALIAS:pn-weston-init = "OE-Core" |
346 | DISTRO_PN_ALIAS_pn-which = "Mandriva=which Fedora=which" | 346 | DISTRO_PN_ALIAS:pn-which = "Mandriva=which Fedora=which" |
347 | DISTRO_PN_ALIAS_pn-wpa-supplicant = "Meego=wpa_supplicant Fedora=wpa_supplicant OpenSuSE=wpa_supplicant Ubuntu=wpasupplicant Mandriva=wpa_supplicant Debian=wpasupplicant" | 347 | DISTRO_PN_ALIAS:pn-wpa-supplicant = "Meego=wpa_supplicant Fedora=wpa_supplicant OpenSuSE=wpa_supplicant Ubuntu=wpasupplicant Mandriva=wpa_supplicant Debian=wpasupplicant" |
348 | DISTRO_PN_ALIAS_pn-x11perf = "Fedora=xorg-x11-apps Ubuntu=x11-apps" | 348 | DISTRO_PN_ALIAS:pn-x11perf = "Fedora=xorg-x11-apps Ubuntu=x11-apps" |
349 | DISTRO_PN_ALIAS_pn-xcb-util-image = "Debian=xcb-util Fedora=xcb-util" | 349 | DISTRO_PN_ALIAS:pn-xcb-util-image = "Debian=xcb-util Fedora=xcb-util" |
350 | DISTRO_PN_ALIAS_pn-xcb-util-keysyms = "Debian=xcb-util Fedora=xcb-util" | 350 | DISTRO_PN_ALIAS:pn-xcb-util-keysyms = "Debian=xcb-util Fedora=xcb-util" |
351 | DISTRO_PN_ALIAS_pn-xcb-util-wm = "Debian=xcb-util Fedora=xcb-util" | 351 | DISTRO_PN_ALIAS:pn-xcb-util-wm = "Debian=xcb-util Fedora=xcb-util" |
352 | DISTRO_PN_ALIAS_pn-xcursor-transparent-theme = "OpenedHand" | 352 | DISTRO_PN_ALIAS:pn-xcursor-transparent-theme = "OpenedHand" |
353 | DISTRO_PN_ALIAS_pn-xdpyinfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils" | 353 | DISTRO_PN_ALIAS:pn-xdpyinfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils" |
354 | DISTRO_PN_ALIAS_pn-xev = "Fedora=xorg-x11-utils Ubuntu=x11-utils" | 354 | DISTRO_PN_ALIAS:pn-xev = "Fedora=xorg-x11-utils Ubuntu=x11-utils" |
355 | DISTRO_PN_ALIAS_pn-xeyes = "Ubuntu=x11-apps Fedora=xorg-x11-apps" | 355 | DISTRO_PN_ALIAS:pn-xeyes = "Ubuntu=x11-apps Fedora=xorg-x11-apps" |
356 | DISTRO_PN_ALIAS_pn-xf86-input-evdev = "Ubuntu=xserver-xorg-input-evdev Mandriva=x11-driver-input-evdev Debian=xserver-xorg-input-evdev Fedora=xorg-x11-drv-evdev Meego=xorg-x11-drv-evdev" | 356 | DISTRO_PN_ALIAS:pn-xf86-input-evdev = "Ubuntu=xserver-xorg-input-evdev Mandriva=x11-driver-input-evdev Debian=xserver-xorg-input-evdev Fedora=xorg-x11-drv-evdev Meego=xorg-x11-drv-evdev" |
357 | DISTRO_PN_ALIAS_pn-xf86-input-keyboard = "Meego=xorg-x11-drv-keyboard Fedora=xorg-x11-drv-keyboard Mandriva=x11-driver-input-keyboard Debian=xserver-xorg-input-keyboard" | 357 | DISTRO_PN_ALIAS:pn-xf86-input-keyboard = "Meego=xorg-x11-drv-keyboard Fedora=xorg-x11-drv-keyboard Mandriva=x11-driver-input-keyboard Debian=xserver-xorg-input-keyboard" |
358 | DISTRO_PN_ALIAS_pn-xf86-input-mouse = "Ubuntu=xserver-xorg-input-mouse Mandriva=x11-driver-input-mouse Debian=xserver-xorg-input-mouse" | 358 | DISTRO_PN_ALIAS:pn-xf86-input-mouse = "Ubuntu=xserver-xorg-input-mouse Mandriva=x11-driver-input-mouse Debian=xserver-xorg-input-mouse" |
359 | DISTRO_PN_ALIAS_pn-xf86-input-synaptics = "Meego=xorg-x11-drv-synaptics Fedora=xorg-x11-drv-synaptics Ubuntu=xserver-xorg-input-synaptics Mandriva=x11-driver-input-synaptics Debian=xfree86-driver-synaptics" | 359 | DISTRO_PN_ALIAS:pn-xf86-input-synaptics = "Meego=xorg-x11-drv-synaptics Fedora=xorg-x11-drv-synaptics Ubuntu=xserver-xorg-input-synaptics Mandriva=x11-driver-input-synaptics Debian=xfree86-driver-synaptics" |
360 | DISTRO_PN_ALIAS_pn-xf86-input-vmmouse = "Fedora=xorg-x11-drv-vmmouse Ubuntu=xserver-xorg-input-vmmouse Mandriva=x11-driver-input-vmmouse Debian=xserver-xorg-input-vmmouse" | 360 | DISTRO_PN_ALIAS:pn-xf86-input-vmmouse = "Fedora=xorg-x11-drv-vmmouse Ubuntu=xserver-xorg-input-vmmouse Mandriva=x11-driver-input-vmmouse Debian=xserver-xorg-input-vmmouse" |
361 | DISTRO_PN_ALIAS_pn-xf86-video-cirrus = "Opensuse=xf86-video-cirrus Debian=xserver-xorg-video-cirrus" | 361 | DISTRO_PN_ALIAS:pn-xf86-video-cirrus = "Opensuse=xf86-video-cirrus Debian=xserver-xorg-video-cirrus" |
362 | DISTRO_PN_ALIAS_pn-xf86-video-fbdev = "Ubuntu=xserver-xorg-video-fbdev Debian=xserver-xorg-video-fbdev" | 362 | DISTRO_PN_ALIAS:pn-xf86-video-fbdev = "Ubuntu=xserver-xorg-video-fbdev Debian=xserver-xorg-video-fbdev" |
363 | DISTRO_PN_ALIAS_pn-xf86-video-intel = "Debian=xserver-xorg-video-intel Fedora=xorg-x11-drv-intel Mandriva=x11-driver-video-intel Meego=xorg-x11-drv-intel Ubuntu=xserver-xorg-video-intel" | 363 | DISTRO_PN_ALIAS:pn-xf86-video-intel = "Debian=xserver-xorg-video-intel Fedora=xorg-x11-drv-intel Mandriva=x11-driver-video-intel Meego=xorg-x11-drv-intel Ubuntu=xserver-xorg-video-intel" |
364 | DISTRO_PN_ALIAS_pn-xf86-video-modesetting = "Debian=xserver-xorg-video-modesetting Fedora=xf86-video-modesetting" | 364 | DISTRO_PN_ALIAS:pn-xf86-video-modesetting = "Debian=xserver-xorg-video-modesetting Fedora=xf86-video-modesetting" |
365 | DISTRO_PN_ALIAS_pn-xf86-video-omap = "Ubuntu=xf86-video-omap Debian=xf86-video-omap" | 365 | DISTRO_PN_ALIAS:pn-xf86-video-omap = "Ubuntu=xf86-video-omap Debian=xf86-video-omap" |
366 | DISTRO_PN_ALIAS_pn-xf86-video-omapfb = "OSPDT" | 366 | DISTRO_PN_ALIAS:pn-xf86-video-omapfb = "OSPDT" |
367 | DISTRO_PN_ALIAS_pn-xf86-video-vesa = "Debian=xserver-xorg-video-vesa Fedora=xorg-x11-drv-vesa Mandriva=x11-driver-video-vesa Ubuntu=xserver-xorg-video-vesa" | 367 | DISTRO_PN_ALIAS:pn-xf86-video-vesa = "Debian=xserver-xorg-video-vesa Fedora=xorg-x11-drv-vesa Mandriva=x11-driver-video-vesa Ubuntu=xserver-xorg-video-vesa" |
368 | DISTRO_PN_ALIAS_pn-xf86-video-vmware = "Debian=xserver-xorg-video-vmware Fedora=xorg-x11-drv-vmware Mandriva=x11-driver-video-vmware Ubuntu=xserver-xorg-video-vmware" | 368 | DISTRO_PN_ALIAS:pn-xf86-video-vmware = "Debian=xserver-xorg-video-vmware Fedora=xorg-x11-drv-vmware Mandriva=x11-driver-video-vmware Ubuntu=xserver-xorg-video-vmware" |
369 | DISTRO_PN_ALIAS_pn-xhost = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils" | 369 | DISTRO_PN_ALIAS:pn-xhost = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils" |
370 | DISTRO_PN_ALIAS_pn-xinput-calibrator = "Fedora=xinput-calibrator Mandravia=xinput-calibrator Ubuntu=xinput-calibrator" | 370 | DISTRO_PN_ALIAS:pn-xinput-calibrator = "Fedora=xinput-calibrator Mandravia=xinput-calibrator Ubuntu=xinput-calibrator" |
371 | DISTRO_PN_ALIAS_pn-xkbcomp = "Ubuntu=x11-xkb-utils Fedora=xorg-x11-xkb-utils" | 371 | DISTRO_PN_ALIAS:pn-xkbcomp = "Ubuntu=x11-xkb-utils Fedora=xorg-x11-xkb-utils" |
372 | DISTRO_PN_ALIAS_pn-xmodmap = "Meego=xorg-x11-utils-xmodmap Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils" | 372 | DISTRO_PN_ALIAS:pn-xmodmap = "Meego=xorg-x11-utils-xmodmap Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils" |
373 | DISTRO_PN_ALIAS_pn-xorg-minimal-fonts = "Ubuntu=xfonts-base Fedora=xorg-x11-fonts-base" | 373 | DISTRO_PN_ALIAS:pn-xorg-minimal-fonts = "Ubuntu=xfonts-base Fedora=xorg-x11-fonts-base" |
374 | DISTRO_PN_ALIAS_pn-xorgproto = "OSPDT upstream=http://cgit.freedesktop.org/xorg/proto/xorgproto" | 374 | DISTRO_PN_ALIAS:pn-xorgproto = "OSPDT upstream=http://cgit.freedesktop.org/xorg/proto/xorgproto" |
375 | DISTRO_PN_ALIAS_pn-xprop = "Meego=xorg-x11-utils-xprop Fedora=xorg-x11-utils Ubuntu=x11-utils" | 375 | DISTRO_PN_ALIAS:pn-xprop = "Meego=xorg-x11-utils-xprop Fedora=xorg-x11-utils Ubuntu=x11-utils" |
376 | DISTRO_PN_ALIAS_pn-xproxymanagementprotocol = "Meego=xorg-x11-proto-xproxymanagementprotocol" | 376 | DISTRO_PN_ALIAS:pn-xproxymanagementprotocol = "Meego=xorg-x11-proto-xproxymanagementprotocol" |
377 | DISTRO_PN_ALIAS_pn-xrandr = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils" | 377 | DISTRO_PN_ALIAS:pn-xrandr = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils" |
378 | DISTRO_PN_ALIAS_pn-xrdb = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils" | 378 | DISTRO_PN_ALIAS:pn-xrdb = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils" |
379 | DISTRO_PN_ALIAS_pn-xserver-nodm-init = "OE-Core" | 379 | DISTRO_PN_ALIAS:pn-xserver-nodm-init = "OE-Core" |
380 | DISTRO_PN_ALIAS_pn-xserver-xf86-config = "OE-Core" | 380 | DISTRO_PN_ALIAS:pn-xserver-xf86-config = "OE-Core" |
381 | DISTRO_PN_ALIAS_pn-xserver-xf86-dri-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" | 381 | DISTRO_PN_ALIAS:pn-xserver-xf86-dri-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" |
382 | DISTRO_PN_ALIAS_pn-xserver-xf86-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" | 382 | DISTRO_PN_ALIAS:pn-xserver-xf86-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" |
383 | DISTRO_PN_ALIAS_pn-xserver-xorg = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" | 383 | DISTRO_PN_ALIAS:pn-xserver-xorg = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" |
384 | DISTRO_PN_ALIAS_pn-xset = "Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils Debian=x11-xserver-utils Opensuse=xorg-x11" | 384 | DISTRO_PN_ALIAS:pn-xset = "Fedora=xorg-x11-server-utils Ubuntu=x11-xserver-utils Debian=x11-xserver-utils Opensuse=xorg-x11" |
385 | DISTRO_PN_ALIAS_pn-xuser-account = "OE-Core" | 385 | DISTRO_PN_ALIAS:pn-xuser-account = "OE-Core" |
386 | DISTRO_PN_ALIAS_pn-xvinfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils" | 386 | DISTRO_PN_ALIAS:pn-xvinfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils" |
387 | DISTRO_PN_ALIAS_pn-xwininfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils" | 387 | DISTRO_PN_ALIAS:pn-xwininfo = "Fedora=xorg-x11-utils Ubuntu=x11-utils" |
diff --git a/meta/conf/distro/include/init-manager-mdev-busybox.inc b/meta/conf/distro/include/init-manager-mdev-busybox.inc index 4e3be14a82..12091cba68 100644 --- a/meta/conf/distro/include/init-manager-mdev-busybox.inc +++ b/meta/conf/distro/include/init-manager-mdev-busybox.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | # enable mdev/busybox for init | 1 | # enable mdev/busybox for init |
2 | DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " systemd sysvinit" | 2 | DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " systemd sysvinit" |
3 | VIRTUAL-RUNTIME_dev_manager ??= "busybox-mdev" | 3 | VIRTUAL-RUNTIME_dev_manager ??= "busybox-mdev" |
4 | VIRTUAL-RUNTIME_init_manager ??= "busybox" | 4 | VIRTUAL-RUNTIME_init_manager ??= "busybox" |
5 | VIRTUAL-RUNTIME_initscripts ??= "initscripts" | 5 | VIRTUAL-RUNTIME_initscripts ??= "initscripts" |
diff --git a/meta/conf/distro/include/init-manager-systemd.inc b/meta/conf/distro/include/init-manager-systemd.inc index 4bd950a9aa..7867d90028 100644 --- a/meta/conf/distro/include/init-manager-systemd.inc +++ b/meta/conf/distro/include/init-manager-systemd.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | # Use systemd for system initialization | 1 | # Use systemd for system initialization |
2 | DISTRO_FEATURES_append = " systemd" | 2 | DISTRO_FEATURES:append = " systemd" |
3 | DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " sysvinit" | 3 | DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit" |
4 | VIRTUAL-RUNTIME_init_manager ??= "systemd" | 4 | VIRTUAL-RUNTIME_init_manager ??= "systemd" |
5 | VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units" | 5 | VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units" |
6 | VIRTUAL-RUNTIME_login_manager ??= "shadow-base" | 6 | VIRTUAL-RUNTIME_login_manager ??= "shadow-base" |
diff --git a/meta/conf/distro/include/init-manager-sysvinit.inc b/meta/conf/distro/include/init-manager-sysvinit.inc index 6b662d60bb..aa2393944d 100644 --- a/meta/conf/distro/include/init-manager-sysvinit.inc +++ b/meta/conf/distro/include/init-manager-sysvinit.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | # Use sysvinit for system initialization | 1 | # Use sysvinit for system initialization |
2 | DISTRO_FEATURES_append = " sysvinit" | 2 | DISTRO_FEATURES:append = " sysvinit" |
3 | DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " systemd" | 3 | DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " systemd" |
4 | VIRTUAL-RUNTIME_init_manager ??= "sysvinit" | 4 | VIRTUAL-RUNTIME_init_manager ??= "sysvinit" |
5 | VIRTUAL-RUNTIME_initscripts ??= "initscripts" | 5 | VIRTUAL-RUNTIME_initscripts ??= "initscripts" |
6 | VIRTUAL-RUNTIME_login_manager ??= "busybox" | 6 | VIRTUAL-RUNTIME_login_manager ??= "busybox" |
diff --git a/meta/conf/distro/include/lto.inc b/meta/conf/distro/include/lto.inc index 20895ad40d..79818ac09f 100644 --- a/meta/conf/distro/include/lto.inc +++ b/meta/conf/distro/include/lto.inc | |||
@@ -1,32 +1,32 @@ | |||
1 | # To enable LTO, add following in local.conf | 1 | # To enable LTO, add following in local.conf |
2 | # require conf/distro/include/lto.inc | 2 | # require conf/distro/include/lto.inc |
3 | # DISTRO_FEATURES_append = " lto" | 3 | # DISTRO_FEATURES:append = " lto" |
4 | # | 4 | # |
5 | 5 | ||
6 | # Disable LTO for following packages | 6 | # Disable LTO for following packages |
7 | LTO_pn-glibc = "" | 7 | LTO:pn-glibc = "" |
8 | LTO_pn-gcc-runtime = "" | 8 | LTO:pn-gcc-runtime = "" |
9 | LTO_pn-libgcc-initial = "" | 9 | LTO:pn-libgcc-initial = "" |
10 | LTO_pn-libgcc = "" | 10 | LTO:pn-libgcc = "" |
11 | LTO_pn-libaio = "" | 11 | LTO:pn-libaio = "" |
12 | LTO_pn-libpam = "" | 12 | LTO:pn-libpam = "" |
13 | LTO_pn-elfutils = "" | 13 | LTO:pn-elfutils = "" |
14 | LTO_pn-perl = "" | 14 | LTO:pn-perl = "" |
15 | LTO_pn-busybox = "" | 15 | LTO:pn-busybox = "" |
16 | LTO_pn-libxcrypt = "" | 16 | LTO:pn-libxcrypt = "" |
17 | LTO_pn-curl = "" | 17 | LTO:pn-curl = "" |
18 | LTO_pn-libcap = "" | 18 | LTO:pn-libcap = "" |
19 | LTO_pn-libproxy = "" | 19 | LTO:pn-libproxy = "" |
20 | LTO_pn-libbsd = "" | 20 | LTO:pn-libbsd = "" |
21 | LTO_pn-perf = "" | 21 | LTO:pn-perf = "" |
22 | # webkit is not linking properly with LTO, disable until next time | 22 | # webkit is not linking properly with LTO, disable until next time |
23 | LTO_pn-webkitgtk = "" | 23 | LTO:pn-webkitgtk = "" |
24 | LTO_pn-xserver-xorg = "" | 24 | LTO:pn-xserver-xorg = "" |
25 | 25 | ||
26 | # Custom LTO flags | 26 | # Custom LTO flags |
27 | # disable partitioning/streaming algorithm since its uses ASM | 27 | # disable partitioning/streaming algorithm since its uses ASM |
28 | # constructs not compatible with lto | 28 | # constructs not compatible with lto |
29 | LTOEXTRA_pn-alsa-lib = "-flto-partition=none" | 29 | LTOEXTRA:pn-alsa-lib = "-flto-partition=none" |
30 | 30 | ||
31 | LTOEXTRA ?= "" | 31 | LTOEXTRA ?= "" |
32 | 32 | ||
@@ -43,7 +43,7 @@ LTOEXTRA ?= "" | |||
43 | # code from .a files to linker | 43 | # code from .a files to linker |
44 | LTO ?= "-flto -ffat-lto-objects -fuse-linker-plugin ${LTOEXTRA}" | 44 | LTO ?= "-flto -ffat-lto-objects -fuse-linker-plugin ${LTOEXTRA}" |
45 | 45 | ||
46 | SELECTED_OPTIMIZATION_append = "${@bb.utils.contains('DISTRO_FEATURES', 'lto', ' ${LTO}', '', d)}" | 46 | SELECTED_OPTIMIZATION:append = "${@bb.utils.contains('DISTRO_FEATURES', 'lto', ' ${LTO}', '', d)}" |
47 | TARGET_LDFLAGS_append_class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'lto', ' ${LTO}', '', d)}" | 47 | TARGET_LDFLAGS:append:class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'lto', ' ${LTO}', '', d)}" |
48 | 48 | ||
49 | SELECTED_OPTIMIZATION[vardeps] += "LTO LTOEXTRA" | 49 | SELECTED_OPTIMIZATION[vardeps] += "LTO LTOEXTRA" |
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 13e43297a6..082e993aaf 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc | |||
@@ -23,788 +23,788 @@ | |||
23 | # | 23 | # |
24 | # The format is as a bitbake variable override for each recipe | 24 | # The format is as a bitbake variable override for each recipe |
25 | # | 25 | # |
26 | # RECIPE_MAINTAINER_pn-<recipe name> = "Full Name <address@domain>" | 26 | # RECIPE_MAINTAINER:pn-<recipe name> = "Full Name <address@domain>" |
27 | # | 27 | # |
28 | # Please keep this list in alphabetical order. | 28 | # Please keep this list in alphabetical order. |
29 | # | 29 | # |
30 | RECIPE_MAINTAINER_pn-acl = "Chen Qi <Qi.Chen@windriver.com>" | 30 | RECIPE_MAINTAINER:pn-acl = "Chen Qi <Qi.Chen@windriver.com>" |
31 | RECIPE_MAINTAINER_pn-acpica = "Ross Burton <ross.burton@arm.com>" | 31 | RECIPE_MAINTAINER:pn-acpica = "Ross Burton <ross.burton@arm.com>" |
32 | RECIPE_MAINTAINER_pn-acpid = "Ross Burton <ross.burton@arm.com>" | 32 | RECIPE_MAINTAINER:pn-acpid = "Ross Burton <ross.burton@arm.com>" |
33 | RECIPE_MAINTAINER_pn-adwaita-icon-theme = "Ross Burton <ross.burton@arm.com>" | 33 | RECIPE_MAINTAINER:pn-adwaita-icon-theme = "Ross Burton <ross.burton@arm.com>" |
34 | RECIPE_MAINTAINER_pn-alsa-lib = "Unassigned <unassigned@yoctoproject.org>" | 34 | RECIPE_MAINTAINER:pn-alsa-lib = "Unassigned <unassigned@yoctoproject.org>" |
35 | RECIPE_MAINTAINER_pn-alsa-plugins = "Unassigned <unassigned@yoctoproject.org>" | 35 | RECIPE_MAINTAINER:pn-alsa-plugins = "Unassigned <unassigned@yoctoproject.org>" |
36 | RECIPE_MAINTAINER_pn-alsa-state = "Unassigned <unassigned@yoctoproject.org>" | 36 | RECIPE_MAINTAINER:pn-alsa-state = "Unassigned <unassigned@yoctoproject.org>" |
37 | RECIPE_MAINTAINER_pn-alsa-tools = "Unassigned <unassigned@yoctoproject.org>" | 37 | RECIPE_MAINTAINER:pn-alsa-tools = "Unassigned <unassigned@yoctoproject.org>" |
38 | RECIPE_MAINTAINER_pn-alsa-topology-conf = "Unassigned <unassigned@yoctoproject.org>" | 38 | RECIPE_MAINTAINER:pn-alsa-topology-conf = "Unassigned <unassigned@yoctoproject.org>" |
39 | RECIPE_MAINTAINER_pn-alsa-ucm-conf = "Unassigned <unassigned@yoctoproject.org>" | 39 | RECIPE_MAINTAINER:pn-alsa-ucm-conf = "Unassigned <unassigned@yoctoproject.org>" |
40 | RECIPE_MAINTAINER_pn-alsa-utils = "Unassigned <unassigned@yoctoproject.org>" | 40 | RECIPE_MAINTAINER:pn-alsa-utils = "Unassigned <unassigned@yoctoproject.org>" |
41 | RECIPE_MAINTAINER_pn-alsa-utils-scripts = "Unassigned <unassigned@yoctoproject.org>" | 41 | RECIPE_MAINTAINER:pn-alsa-utils-scripts = "Unassigned <unassigned@yoctoproject.org>" |
42 | RECIPE_MAINTAINER_pn-apmd = "Anuj Mittal <anuj.mittal@intel.com>" | 42 | RECIPE_MAINTAINER:pn-apmd = "Anuj Mittal <anuj.mittal@intel.com>" |
43 | RECIPE_MAINTAINER_pn-apr = "Hongxu Jia <hongxu.jia@windriver.com>" | 43 | RECIPE_MAINTAINER:pn-apr = "Hongxu Jia <hongxu.jia@windriver.com>" |
44 | RECIPE_MAINTAINER_pn-apr-util = "Hongxu Jia <hongxu.jia@windriver.com>" | 44 | RECIPE_MAINTAINER:pn-apr-util = "Hongxu Jia <hongxu.jia@windriver.com>" |
45 | RECIPE_MAINTAINER_pn-apt = "AnÃbal Limón <limon.anibal@gmail.com>" | 45 | RECIPE_MAINTAINER:pn-apt = "AnÃbal Limón <limon.anibal@gmail.com>" |
46 | RECIPE_MAINTAINER_pn-argp-standalone = "Khem Raj <raj.khem@gmail.com>" | 46 | RECIPE_MAINTAINER:pn-argp-standalone = "Khem Raj <raj.khem@gmail.com>" |
47 | RECIPE_MAINTAINER_pn-asciidoc = "Yi Zhao <yi.zhao@windriver.com>" | 47 | RECIPE_MAINTAINER:pn-asciidoc = "Yi Zhao <yi.zhao@windriver.com>" |
48 | RECIPE_MAINTAINER_pn-aspell = "Anuj Mittal <anuj.mittal@intel.com>" | 48 | RECIPE_MAINTAINER:pn-aspell = "Anuj Mittal <anuj.mittal@intel.com>" |
49 | RECIPE_MAINTAINER_pn-assimp = "Anuj Mittal <anuj.mittal@intel.com>" | 49 | RECIPE_MAINTAINER:pn-assimp = "Anuj Mittal <anuj.mittal@intel.com>" |
50 | RECIPE_MAINTAINER_pn-at = "Chen Qi <Qi.Chen@windriver.com>" | 50 | RECIPE_MAINTAINER:pn-at = "Chen Qi <Qi.Chen@windriver.com>" |
51 | RECIPE_MAINTAINER_pn-at-spi2-atk = "Tim Orling <timothy.t.orling@intel.com>" | 51 | RECIPE_MAINTAINER:pn-at-spi2-atk = "Tim Orling <timothy.t.orling@intel.com>" |
52 | RECIPE_MAINTAINER_pn-at-spi2-core = "Tim Orling <timothy.t.orling@intel.com>" | 52 | RECIPE_MAINTAINER:pn-at-spi2-core = "Tim Orling <timothy.t.orling@intel.com>" |
53 | RECIPE_MAINTAINER_pn-atk = "Tim Orling <timothy.t.orling@intel.com>" | 53 | RECIPE_MAINTAINER:pn-atk = "Tim Orling <timothy.t.orling@intel.com>" |
54 | RECIPE_MAINTAINER_pn-attr = "Chen Qi <Qi.Chen@windriver.com>" | 54 | RECIPE_MAINTAINER:pn-attr = "Chen Qi <Qi.Chen@windriver.com>" |
55 | RECIPE_MAINTAINER_pn-autoconf = "Robert Yang <liezhi.yang@windriver.com>" | 55 | RECIPE_MAINTAINER:pn-autoconf = "Robert Yang <liezhi.yang@windriver.com>" |
56 | RECIPE_MAINTAINER_pn-autoconf-archive = "Robert Yang <liezhi.yang@windriver.com>" | 56 | RECIPE_MAINTAINER:pn-autoconf-archive = "Robert Yang <liezhi.yang@windriver.com>" |
57 | RECIPE_MAINTAINER_pn-automake = "Robert Yang <liezhi.yang@windriver.com>" | 57 | RECIPE_MAINTAINER:pn-automake = "Robert Yang <liezhi.yang@windriver.com>" |
58 | RECIPE_MAINTAINER_pn-avahi = "Yi Zhao <yi.zhao@windriver.com>" | 58 | RECIPE_MAINTAINER:pn-avahi = "Yi Zhao <yi.zhao@windriver.com>" |
59 | RECIPE_MAINTAINER_pn-babeltrace = "Alexander Kanavin <alex.kanavin@gmail.com>" | 59 | RECIPE_MAINTAINER:pn-babeltrace = "Alexander Kanavin <alex.kanavin@gmail.com>" |
60 | RECIPE_MAINTAINER_pn-babeltrace2 = "Alexander Kanavin <alex.kanavin@gmail.com>" | 60 | RECIPE_MAINTAINER:pn-babeltrace2 = "Alexander Kanavin <alex.kanavin@gmail.com>" |
61 | RECIPE_MAINTAINER_pn-base-files = "Anuj Mittal <anuj.mittal@intel.com>" | 61 | RECIPE_MAINTAINER:pn-base-files = "Anuj Mittal <anuj.mittal@intel.com>" |
62 | RECIPE_MAINTAINER_pn-base-passwd = "Anuj Mittal <anuj.mittal@intel.com>" | 62 | RECIPE_MAINTAINER:pn-base-passwd = "Anuj Mittal <anuj.mittal@intel.com>" |
63 | RECIPE_MAINTAINER_pn-bash = "Hongxu Jia <hongxu.jia@windriver.com>" | 63 | RECIPE_MAINTAINER:pn-bash = "Hongxu Jia <hongxu.jia@windriver.com>" |
64 | RECIPE_MAINTAINER_pn-bash-completion = "Alexander Kanavin <alex.kanavin@gmail.com>" | 64 | RECIPE_MAINTAINER:pn-bash-completion = "Alexander Kanavin <alex.kanavin@gmail.com>" |
65 | RECIPE_MAINTAINER_pn-bc = "Anuj Mittal <anuj.mittal@intel.com>" | 65 | RECIPE_MAINTAINER:pn-bc = "Anuj Mittal <anuj.mittal@intel.com>" |
66 | RECIPE_MAINTAINER_pn-bind = "Armin Kuster <akuster808@gmail.com>" | 66 | RECIPE_MAINTAINER:pn-bind = "Armin Kuster <akuster808@gmail.com>" |
67 | RECIPE_MAINTAINER_pn-binutils = "Khem Raj <raj.khem@gmail.com>" | 67 | RECIPE_MAINTAINER:pn-binutils = "Khem Raj <raj.khem@gmail.com>" |
68 | RECIPE_MAINTAINER_pn-binutils-cross-${TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" | 68 | RECIPE_MAINTAINER:pn-binutils-cross-${TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" |
69 | RECIPE_MAINTAINER_pn-binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" | 69 | RECIPE_MAINTAINER:pn-binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" |
70 | RECIPE_MAINTAINER_pn-binutils-cross-testsuite = "Khem Raj <raj.khem@gmail.com>" | 70 | RECIPE_MAINTAINER:pn-binutils-cross-testsuite = "Khem Raj <raj.khem@gmail.com>" |
71 | RECIPE_MAINTAINER_pn-binutils-crosssdk-${SDK_SYS} = "Khem Raj <raj.khem@gmail.com>" | 71 | RECIPE_MAINTAINER:pn-binutils-crosssdk-${SDK_SYS} = "Khem Raj <raj.khem@gmail.com>" |
72 | RECIPE_MAINTAINER_pn-bison = "Chen Qi <Qi.Chen@windriver.com>" | 72 | RECIPE_MAINTAINER:pn-bison = "Chen Qi <Qi.Chen@windriver.com>" |
73 | RECIPE_MAINTAINER_pn-blktool = "Yi Zhao <yi.zhao@windriver.com>" | 73 | RECIPE_MAINTAINER:pn-blktool = "Yi Zhao <yi.zhao@windriver.com>" |
74 | RECIPE_MAINTAINER_pn-blktrace = "Alexander Kanavin <alex.kanavin@gmail.com>" | 74 | RECIPE_MAINTAINER:pn-blktrace = "Alexander Kanavin <alex.kanavin@gmail.com>" |
75 | RECIPE_MAINTAINER_pn-bluez5 = "Anuj Mittal <anuj.mittal@intel.com>" | 75 | RECIPE_MAINTAINER:pn-bluez5 = "Anuj Mittal <anuj.mittal@intel.com>" |
76 | RECIPE_MAINTAINER_pn-bmap-tools = "Anuj Mittal <anuj.mittal@intel.com>" | 76 | RECIPE_MAINTAINER:pn-bmap-tools = "Anuj Mittal <anuj.mittal@intel.com>" |
77 | RECIPE_MAINTAINER_pn-boost = "Alexander Kanavin <alex.kanavin@gmail.com>" | 77 | RECIPE_MAINTAINER:pn-boost = "Alexander Kanavin <alex.kanavin@gmail.com>" |
78 | RECIPE_MAINTAINER_pn-boost-build-native = "Alexander Kanavin <alex.kanavin@gmail.com>" | 78 | RECIPE_MAINTAINER:pn-boost-build-native = "Alexander Kanavin <alex.kanavin@gmail.com>" |
79 | RECIPE_MAINTAINER_pn-bootchart2 = "Alexander Kanavin <alex.kanavin@gmail.com>" | 79 | RECIPE_MAINTAINER:pn-bootchart2 = "Alexander Kanavin <alex.kanavin@gmail.com>" |
80 | RECIPE_MAINTAINER_pn-bsd-headers = "Khem Raj <raj.khem@gmail.com>" | 80 | RECIPE_MAINTAINER:pn-bsd-headers = "Khem Raj <raj.khem@gmail.com>" |
81 | RECIPE_MAINTAINER_pn-btrfs-tools = "Wang Mingyu <wangmy@fujitsu.com>" | 81 | RECIPE_MAINTAINER:pn-btrfs-tools = "Wang Mingyu <wangmy@fujitsu.com>" |
82 | RECIPE_MAINTAINER_pn-build-appliance-image = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 82 | RECIPE_MAINTAINER:pn-build-appliance-image = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
83 | RECIPE_MAINTAINER_pn-build-sysroots = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 83 | RECIPE_MAINTAINER:pn-build-sysroots = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
84 | RECIPE_MAINTAINER_pn-builder = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 84 | RECIPE_MAINTAINER:pn-builder = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
85 | RECIPE_MAINTAINER_pn-buildtools-extended-tarball = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 85 | RECIPE_MAINTAINER:pn-buildtools-extended-tarball = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
86 | RECIPE_MAINTAINER_pn-buildtools-tarball = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 86 | RECIPE_MAINTAINER:pn-buildtools-tarball = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
87 | RECIPE_MAINTAINER_pn-busybox = "Andrej Valek <andrej.valek@siemens.com>" | 87 | RECIPE_MAINTAINER:pn-busybox = "Andrej Valek <andrej.valek@siemens.com>" |
88 | RECIPE_MAINTAINER_pn-busybox-inittab = "Denys Dmytriyenko <denis@denix.org>" | 88 | RECIPE_MAINTAINER:pn-busybox-inittab = "Denys Dmytriyenko <denis@denix.org>" |
89 | RECIPE_MAINTAINER_pn-bzip2 = "Denys Dmytriyenko <denis@denix.org>" | 89 | RECIPE_MAINTAINER:pn-bzip2 = "Denys Dmytriyenko <denis@denix.org>" |
90 | RECIPE_MAINTAINER_pn-ca-certificates = "Alexander Kanavin <alex.kanavin@gmail.com>" | 90 | RECIPE_MAINTAINER:pn-ca-certificates = "Alexander Kanavin <alex.kanavin@gmail.com>" |
91 | RECIPE_MAINTAINER_pn-cairo = "Anuj Mittal <anuj.mittal@intel.com>" | 91 | RECIPE_MAINTAINER:pn-cairo = "Anuj Mittal <anuj.mittal@intel.com>" |
92 | RECIPE_MAINTAINER_pn-cantarell-fonts = "Alexander Kanavin <alex.kanavin@gmail.com>" | 92 | RECIPE_MAINTAINER:pn-cantarell-fonts = "Alexander Kanavin <alex.kanavin@gmail.com>" |
93 | RECIPE_MAINTAINER_pn-ccache = "Robert Yang <liezhi.yang@windriver.com>" | 93 | RECIPE_MAINTAINER:pn-ccache = "Robert Yang <liezhi.yang@windriver.com>" |
94 | RECIPE_MAINTAINER_pn-cdrtools-native = "Yi Zhao <yi.zhao@windriver.com>" | 94 | RECIPE_MAINTAINER:pn-cdrtools-native = "Yi Zhao <yi.zhao@windriver.com>" |
95 | RECIPE_MAINTAINER_pn-chrpath = "Yi Zhao <yi.zhao@windriver.com>" | 95 | RECIPE_MAINTAINER:pn-chrpath = "Yi Zhao <yi.zhao@windriver.com>" |
96 | RECIPE_MAINTAINER_pn-cmake = "Pascal Bach <pascal.bach@siemens.com>" | 96 | RECIPE_MAINTAINER:pn-cmake = "Pascal Bach <pascal.bach@siemens.com>" |
97 | RECIPE_MAINTAINER_pn-cmake-native = "Pascal Bach <pascal.bach@siemens.com>" | 97 | RECIPE_MAINTAINER:pn-cmake-native = "Pascal Bach <pascal.bach@siemens.com>" |
98 | RECIPE_MAINTAINER_pn-connman = "Changhyeok Bae <changhyeok.bae@gmail.com>" | 98 | RECIPE_MAINTAINER:pn-connman = "Changhyeok Bae <changhyeok.bae@gmail.com>" |
99 | RECIPE_MAINTAINER_pn-connman-conf = "Ross Burton <ross.burton@arm.com>" | 99 | RECIPE_MAINTAINER:pn-connman-conf = "Ross Burton <ross.burton@arm.com>" |
100 | RECIPE_MAINTAINER_pn-connman-gnome = "Ross Burton <ross.burton@arm.com>" | 100 | RECIPE_MAINTAINER:pn-connman-gnome = "Ross Burton <ross.burton@arm.com>" |
101 | RECIPE_MAINTAINER_pn-consolekit = "Chen Qi <Qi.Chen@windriver.com>" | 101 | RECIPE_MAINTAINER:pn-consolekit = "Chen Qi <Qi.Chen@windriver.com>" |
102 | RECIPE_MAINTAINER_pn-core-image-base = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 102 | RECIPE_MAINTAINER:pn-core-image-base = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
103 | RECIPE_MAINTAINER_pn-core-image-minimal = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 103 | RECIPE_MAINTAINER:pn-core-image-minimal = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
104 | RECIPE_MAINTAINER_pn-core-image-minimal-dev = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 104 | RECIPE_MAINTAINER:pn-core-image-minimal-dev = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
105 | RECIPE_MAINTAINER_pn-core-image-minimal-initramfs = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 105 | RECIPE_MAINTAINER:pn-core-image-minimal-initramfs = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
106 | RECIPE_MAINTAINER_pn-core-image-minimal-mtdutils = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 106 | RECIPE_MAINTAINER:pn-core-image-minimal-mtdutils = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
107 | RECIPE_MAINTAINER_pn-core-image-tiny-initramfs = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 107 | RECIPE_MAINTAINER:pn-core-image-tiny-initramfs = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
108 | RECIPE_MAINTAINER_pn-core-image-full-cmdline = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 108 | RECIPE_MAINTAINER:pn-core-image-full-cmdline = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
109 | RECIPE_MAINTAINER_pn-core-image-kernel-dev = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 109 | RECIPE_MAINTAINER:pn-core-image-kernel-dev = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
110 | RECIPE_MAINTAINER_pn-core-image-ptest-all = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 110 | RECIPE_MAINTAINER:pn-core-image-ptest-all = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
111 | RECIPE_MAINTAINER_pn-core-image-ptest-fast = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 111 | RECIPE_MAINTAINER:pn-core-image-ptest-fast = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
112 | RECIPE_MAINTAINER_pn-core-image-sato = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 112 | RECIPE_MAINTAINER:pn-core-image-sato = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
113 | RECIPE_MAINTAINER_pn-core-image-sato-sdk = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 113 | RECIPE_MAINTAINER:pn-core-image-sato-sdk = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
114 | RECIPE_MAINTAINER_pn-core-image-testmaster-initramfs = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 114 | RECIPE_MAINTAINER:pn-core-image-testmaster-initramfs = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
115 | RECIPE_MAINTAINER_pn-core-image-testmaster = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 115 | RECIPE_MAINTAINER:pn-core-image-testmaster = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
116 | RECIPE_MAINTAINER_pn-core-image-weston = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 116 | RECIPE_MAINTAINER:pn-core-image-weston = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
117 | RECIPE_MAINTAINER_pn-core-image-weston-sdk = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 117 | RECIPE_MAINTAINER:pn-core-image-weston-sdk = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
118 | RECIPE_MAINTAINER_pn-core-image-x11 = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 118 | RECIPE_MAINTAINER:pn-core-image-x11 = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
119 | RECIPE_MAINTAINER_pn-core-image-sato-dev = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 119 | RECIPE_MAINTAINER:pn-core-image-sato-dev = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
120 | RECIPE_MAINTAINER_pn-coreutils = "Chen Qi <Qi.Chen@windriver.com>" | 120 | RECIPE_MAINTAINER:pn-coreutils = "Chen Qi <Qi.Chen@windriver.com>" |
121 | RECIPE_MAINTAINER_pn-cpio = "Denys Dmytriyenko <denis@denix.org>" | 121 | RECIPE_MAINTAINER:pn-cpio = "Denys Dmytriyenko <denis@denix.org>" |
122 | RECIPE_MAINTAINER_pn-cracklib = "Unassigned <unassigned@yoctoproject.org>" | 122 | RECIPE_MAINTAINER:pn-cracklib = "Unassigned <unassigned@yoctoproject.org>" |
123 | RECIPE_MAINTAINER_pn-createrepo-c = "Alexander Kanavin <alex.kanavin@gmail.com>" | 123 | RECIPE_MAINTAINER:pn-createrepo-c = "Alexander Kanavin <alex.kanavin@gmail.com>" |
124 | RECIPE_MAINTAINER_pn-cronie = "Anuj Mittal <anuj.mittal@intel.com>" | 124 | RECIPE_MAINTAINER:pn-cronie = "Anuj Mittal <anuj.mittal@intel.com>" |
125 | RECIPE_MAINTAINER_pn-cross-localedef-native = "Khem Raj <raj.khem@gmail.com>" | 125 | RECIPE_MAINTAINER:pn-cross-localedef-native = "Khem Raj <raj.khem@gmail.com>" |
126 | RECIPE_MAINTAINER_pn-cryptodev-linux = "Robert Yang <liezhi.yang@windriver.com>" | 126 | RECIPE_MAINTAINER:pn-cryptodev-linux = "Robert Yang <liezhi.yang@windriver.com>" |
127 | RECIPE_MAINTAINER_pn-cryptodev-module = "Robert Yang <liezhi.yang@windriver.com>" | 127 | RECIPE_MAINTAINER:pn-cryptodev-module = "Robert Yang <liezhi.yang@windriver.com>" |
128 | RECIPE_MAINTAINER_pn-cryptodev-tests = "Robert Yang <liezhi.yang@windriver.com>" | 128 | RECIPE_MAINTAINER:pn-cryptodev-tests = "Robert Yang <liezhi.yang@windriver.com>" |
129 | RECIPE_MAINTAINER_pn-cups = "Chen Qi <Qi.Chen@windriver.com>" | 129 | RECIPE_MAINTAINER:pn-cups = "Chen Qi <Qi.Chen@windriver.com>" |
130 | RECIPE_MAINTAINER_pn-curl = "Unassigned <unassigned@yoctoproject.org>" | 130 | RECIPE_MAINTAINER:pn-curl = "Unassigned <unassigned@yoctoproject.org>" |
131 | RECIPE_MAINTAINER_pn-cve-update-db-native = "Ross Burton <ross.burton@arm.com>" | 131 | RECIPE_MAINTAINER:pn-cve-update-db-native = "Ross Burton <ross.burton@arm.com>" |
132 | RECIPE_MAINTAINER_pn-cwautomacros = "Ross Burton <ross.burton@arm.com>" | 132 | RECIPE_MAINTAINER:pn-cwautomacros = "Ross Burton <ross.burton@arm.com>" |
133 | RECIPE_MAINTAINER_pn-db = "Unassigned <unassigned@yoctoproject.org>" | 133 | RECIPE_MAINTAINER:pn-db = "Unassigned <unassigned@yoctoproject.org>" |
134 | RECIPE_MAINTAINER_pn-dbus = "Chen Qi <Qi.Chen@windriver.com>" | 134 | RECIPE_MAINTAINER:pn-dbus = "Chen Qi <Qi.Chen@windriver.com>" |
135 | RECIPE_MAINTAINER_pn-dbus-glib = "Chen Qi <Qi.Chen@windriver.com>" | 135 | RECIPE_MAINTAINER:pn-dbus-glib = "Chen Qi <Qi.Chen@windriver.com>" |
136 | RECIPE_MAINTAINER_pn-dbus-test = "Chen Qi <Qi.Chen@windriver.com>" | 136 | RECIPE_MAINTAINER:pn-dbus-test = "Chen Qi <Qi.Chen@windriver.com>" |
137 | RECIPE_MAINTAINER_pn-dbus-wait = "Chen Qi <Qi.Chen@windriver.com>" | 137 | RECIPE_MAINTAINER:pn-dbus-wait = "Chen Qi <Qi.Chen@windriver.com>" |
138 | RECIPE_MAINTAINER_pn-debianutils = "Yi Zhao <yi.zhao@windriver.com>" | 138 | RECIPE_MAINTAINER:pn-debianutils = "Yi Zhao <yi.zhao@windriver.com>" |
139 | RECIPE_MAINTAINER_pn-dejagnu = "Nathan Rossi <nathan@nathanrossi.com>" | 139 | RECIPE_MAINTAINER:pn-dejagnu = "Nathan Rossi <nathan@nathanrossi.com>" |
140 | RECIPE_MAINTAINER_pn-depmodwrapper-cross = "Unassigned <unassigned@yoctoproject.org>" | 140 | RECIPE_MAINTAINER:pn-depmodwrapper-cross = "Unassigned <unassigned@yoctoproject.org>" |
141 | RECIPE_MAINTAINER_pn-desktop-file-utils = "Alexander Kanavin <alex.kanavin@gmail.com>" | 141 | RECIPE_MAINTAINER:pn-desktop-file-utils = "Alexander Kanavin <alex.kanavin@gmail.com>" |
142 | RECIPE_MAINTAINER_pn-dhcpcd = "Unassigned <unassigned@yoctoproject.org>" | 142 | RECIPE_MAINTAINER:pn-dhcpcd = "Unassigned <unassigned@yoctoproject.org>" |
143 | RECIPE_MAINTAINER_pn-diffoscope = "Joshua Watt <JPEWhacker@gmail.com>" | 143 | RECIPE_MAINTAINER:pn-diffoscope = "Joshua Watt <JPEWhacker@gmail.com>" |
144 | RECIPE_MAINTAINER_pn-diffstat = "Chen Qi <Qi.Chen@windriver.com>" | 144 | RECIPE_MAINTAINER:pn-diffstat = "Chen Qi <Qi.Chen@windriver.com>" |
145 | RECIPE_MAINTAINER_pn-diffutils = "Chen Qi <Qi.Chen@windriver.com>" | 145 | RECIPE_MAINTAINER:pn-diffutils = "Chen Qi <Qi.Chen@windriver.com>" |
146 | RECIPE_MAINTAINER_pn-distcc = "Hongxu Jia <hongxu.jia@windriver.com>" | 146 | RECIPE_MAINTAINER:pn-distcc = "Hongxu Jia <hongxu.jia@windriver.com>" |
147 | RECIPE_MAINTAINER_pn-distcc-config = "Yi Zhao <yi.zhao@windriver.com>" | 147 | RECIPE_MAINTAINER:pn-distcc-config = "Yi Zhao <yi.zhao@windriver.com>" |
148 | RECIPE_MAINTAINER_pn-dmidecode = "Alexander Kanavin <alex.kanavin@gmail.com>" | 148 | RECIPE_MAINTAINER:pn-dmidecode = "Alexander Kanavin <alex.kanavin@gmail.com>" |
149 | RECIPE_MAINTAINER_pn-dnf = "Alexander Kanavin <alex.kanavin@gmail.com>" | 149 | RECIPE_MAINTAINER:pn-dnf = "Alexander Kanavin <alex.kanavin@gmail.com>" |
150 | RECIPE_MAINTAINER_pn-docbook-xml-dtd4 = "Yi Zhao <yi.zhao@windriver.com>" | 150 | RECIPE_MAINTAINER:pn-docbook-xml-dtd4 = "Yi Zhao <yi.zhao@windriver.com>" |
151 | RECIPE_MAINTAINER_pn-docbook-xsl-stylesheets = "Yi Zhao <yi.zhao@windriver.com>" | 151 | RECIPE_MAINTAINER:pn-docbook-xsl-stylesheets = "Yi Zhao <yi.zhao@windriver.com>" |
152 | RECIPE_MAINTAINER_pn-dos2unix = "Khem Raj <raj.khem@gmail.com>" | 152 | RECIPE_MAINTAINER:pn-dos2unix = "Khem Raj <raj.khem@gmail.com>" |
153 | RECIPE_MAINTAINER_pn-dosfstools = "Yi Zhao <yi.zhao@windriver.com>" | 153 | RECIPE_MAINTAINER:pn-dosfstools = "Yi Zhao <yi.zhao@windriver.com>" |
154 | RECIPE_MAINTAINER_pn-dpkg = "AnÃbal Limón <limon.anibal@gmail.com>" | 154 | RECIPE_MAINTAINER:pn-dpkg = "AnÃbal Limón <limon.anibal@gmail.com>" |
155 | RECIPE_MAINTAINER_pn-dropbear = "Yi Zhao <yi.zhao@windriver.com>" | 155 | RECIPE_MAINTAINER:pn-dropbear = "Yi Zhao <yi.zhao@windriver.com>" |
156 | RECIPE_MAINTAINER_pn-dtc = "Wang Mingyu <wangmy@fujitsu.com>" | 156 | RECIPE_MAINTAINER:pn-dtc = "Wang Mingyu <wangmy@fujitsu.com>" |
157 | RECIPE_MAINTAINER_pn-dwarfsrcfiles = "Alexander Kanavin <alex.kanavin@gmail.com>" | 157 | RECIPE_MAINTAINER:pn-dwarfsrcfiles = "Alexander Kanavin <alex.kanavin@gmail.com>" |
158 | RECIPE_MAINTAINER_pn-e2fsprogs = "Robert Yang <liezhi.yang@windriver.com>" | 158 | RECIPE_MAINTAINER:pn-e2fsprogs = "Robert Yang <liezhi.yang@windriver.com>" |
159 | RECIPE_MAINTAINER_pn-ed = "Alexander Kanavin <alex.kanavin@gmail.com>" | 159 | RECIPE_MAINTAINER:pn-ed = "Alexander Kanavin <alex.kanavin@gmail.com>" |
160 | RECIPE_MAINTAINER_pn-efivar = "Ross Burton <ross.burton@arm.com>" | 160 | RECIPE_MAINTAINER:pn-efivar = "Ross Burton <ross.burton@arm.com>" |
161 | RECIPE_MAINTAINER_pn-efibootmgr = "Ross Burton <ross.burton@arm.com>" | 161 | RECIPE_MAINTAINER:pn-efibootmgr = "Ross Burton <ross.burton@arm.com>" |
162 | RECIPE_MAINTAINER_pn-elfutils = "Zang Ruochen <zangrc.fnst@fujitsu.com>" | 162 | RECIPE_MAINTAINER:pn-elfutils = "Zang Ruochen <zangrc.fnst@fujitsu.com>" |
163 | RECIPE_MAINTAINER_pn-ell = "Zang Ruochen <zangrc.fnst@fujitsu.com>" | 163 | RECIPE_MAINTAINER:pn-ell = "Zang Ruochen <zangrc.fnst@fujitsu.com>" |
164 | RECIPE_MAINTAINER_pn-enchant2 = "Anuj Mittal <anuj.mittal@intel.com>" | 164 | RECIPE_MAINTAINER:pn-enchant2 = "Anuj Mittal <anuj.mittal@intel.com>" |
165 | RECIPE_MAINTAINER_pn-encodings = "Unassigned <unassigned@yoctoproject.org>" | 165 | RECIPE_MAINTAINER:pn-encodings = "Unassigned <unassigned@yoctoproject.org>" |
166 | RECIPE_MAINTAINER_pn-epiphany = "Alexander Kanavin <alex.kanavin@gmail.com>" | 166 | RECIPE_MAINTAINER:pn-epiphany = "Alexander Kanavin <alex.kanavin@gmail.com>" |
167 | RECIPE_MAINTAINER_pn-erofs-utils = "Richard Weinberger <richard@nod.at>" | 167 | RECIPE_MAINTAINER:pn-erofs-utils = "Richard Weinberger <richard@nod.at>" |
168 | RECIPE_MAINTAINER_pn-ethtool = "Changhyeok Bae <changhyeok.bae@gmail.com>" | 168 | RECIPE_MAINTAINER:pn-ethtool = "Changhyeok Bae <changhyeok.bae@gmail.com>" |
169 | RECIPE_MAINTAINER_pn-eudev = "Anuj Mittal <anuj.mittal@intel.com>" | 169 | RECIPE_MAINTAINER:pn-eudev = "Anuj Mittal <anuj.mittal@intel.com>" |
170 | RECIPE_MAINTAINER_pn-expat = "Yi Zhao <yi.zhao@windriver.com>" | 170 | RECIPE_MAINTAINER:pn-expat = "Yi Zhao <yi.zhao@windriver.com>" |
171 | RECIPE_MAINTAINER_pn-expect = "Alexander Kanavin <alex.kanavin@gmail.com>" | 171 | RECIPE_MAINTAINER:pn-expect = "Alexander Kanavin <alex.kanavin@gmail.com>" |
172 | RECIPE_MAINTAINER_pn-ffmpeg = "Alexander Kanavin <alex.kanavin@gmail.com>" | 172 | RECIPE_MAINTAINER:pn-ffmpeg = "Alexander Kanavin <alex.kanavin@gmail.com>" |
173 | RECIPE_MAINTAINER_pn-file = "Yi Zhao <yi.zhao@windriver.com>" | 173 | RECIPE_MAINTAINER:pn-file = "Yi Zhao <yi.zhao@windriver.com>" |
174 | RECIPE_MAINTAINER_pn-findutils = "Chen Qi <Qi.Chen@windriver.com>" | 174 | RECIPE_MAINTAINER:pn-findutils = "Chen Qi <Qi.Chen@windriver.com>" |
175 | RECIPE_MAINTAINER_pn-flac = "Unassigned <unassigned@yoctoproject.org>" | 175 | RECIPE_MAINTAINER:pn-flac = "Unassigned <unassigned@yoctoproject.org>" |
176 | RECIPE_MAINTAINER_pn-flex = "Chen Qi <Qi.Chen@windriver.com>" | 176 | RECIPE_MAINTAINER:pn-flex = "Chen Qi <Qi.Chen@windriver.com>" |
177 | RECIPE_MAINTAINER_pn-font-alias = "Unassigned <unassigned@yoctoproject.org>" | 177 | RECIPE_MAINTAINER:pn-font-alias = "Unassigned <unassigned@yoctoproject.org>" |
178 | RECIPE_MAINTAINER_pn-font-util = "Unassigned <unassigned@yoctoproject.org>" | 178 | RECIPE_MAINTAINER:pn-font-util = "Unassigned <unassigned@yoctoproject.org>" |
179 | RECIPE_MAINTAINER_pn-fontconfig = "Ross Burton <ross.burton@arm.com>" | 179 | RECIPE_MAINTAINER:pn-fontconfig = "Ross Burton <ross.burton@arm.com>" |
180 | RECIPE_MAINTAINER_pn-formfactor = "Ross Burton <ross.burton@arm.com>" | 180 | RECIPE_MAINTAINER:pn-formfactor = "Ross Burton <ross.burton@arm.com>" |
181 | RECIPE_MAINTAINER_pn-freetype = "Ross Burton <ross.burton@arm.com>" | 181 | RECIPE_MAINTAINER:pn-freetype = "Ross Burton <ross.burton@arm.com>" |
182 | RECIPE_MAINTAINER_pn-fribidi = "Ross Burton <ross.burton@arm.com>" | 182 | RECIPE_MAINTAINER:pn-fribidi = "Ross Burton <ross.burton@arm.com>" |
183 | RECIPE_MAINTAINER_pn-fts = "Khem Raj <raj.khem@gmail.com>" | 183 | RECIPE_MAINTAINER:pn-fts = "Khem Raj <raj.khem@gmail.com>" |
184 | RECIPE_MAINTAINER_pn-gawk = "Chen Qi <Qi.Chen@windriver.com>" | 184 | RECIPE_MAINTAINER:pn-gawk = "Chen Qi <Qi.Chen@windriver.com>" |
185 | RECIPE_MAINTAINER_pn-gcc = "Khem Raj <raj.khem@gmail.com>" | 185 | RECIPE_MAINTAINER:pn-gcc = "Khem Raj <raj.khem@gmail.com>" |
186 | RECIPE_MAINTAINER_pn-gcc-cross-${TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" | 186 | RECIPE_MAINTAINER:pn-gcc-cross-${TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" |
187 | RECIPE_MAINTAINER_pn-gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" | 187 | RECIPE_MAINTAINER:pn-gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" |
188 | RECIPE_MAINTAINER_pn-gcc-crosssdk-${SDK_SYS} = "Khem Raj <raj.khem@gmail.com>" | 188 | RECIPE_MAINTAINER:pn-gcc-crosssdk-${SDK_SYS} = "Khem Raj <raj.khem@gmail.com>" |
189 | RECIPE_MAINTAINER_pn-gcc-runtime = "Khem Raj <raj.khem@gmail.com>" | 189 | RECIPE_MAINTAINER:pn-gcc-runtime = "Khem Raj <raj.khem@gmail.com>" |
190 | RECIPE_MAINTAINER_pn-gcc-sanitizers = "Khem Raj <raj.khem@gmail.com>" | 190 | RECIPE_MAINTAINER:pn-gcc-sanitizers = "Khem Raj <raj.khem@gmail.com>" |
191 | RECIPE_MAINTAINER_pn-gcc-source-11.1.0 = "Khem Raj <raj.khem@gmail.com>" | 191 | RECIPE_MAINTAINER:pn-gcc-source-11.1.0 = "Khem Raj <raj.khem@gmail.com>" |
192 | RECIPE_MAINTAINER_pn-gconf = "Ross Burton <ross.burton@arm.com>" | 192 | RECIPE_MAINTAINER:pn-gconf = "Ross Burton <ross.burton@arm.com>" |
193 | RECIPE_MAINTAINER_pn-gcr = "Alexander Kanavin <alex.kanavin@gmail.com>" | 193 | RECIPE_MAINTAINER:pn-gcr = "Alexander Kanavin <alex.kanavin@gmail.com>" |
194 | RECIPE_MAINTAINER_pn-gdb = "Khem Raj <raj.khem@gmail.com>" | 194 | RECIPE_MAINTAINER:pn-gdb = "Khem Raj <raj.khem@gmail.com>" |
195 | RECIPE_MAINTAINER_pn-gdb-cross-${TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" | 195 | RECIPE_MAINTAINER:pn-gdb-cross-${TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" |
196 | RECIPE_MAINTAINER_pn-gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" | 196 | RECIPE_MAINTAINER:pn-gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" |
197 | RECIPE_MAINTAINER_pn-gdbm = "Alexander Kanavin <alex.kanavin@gmail.com>" | 197 | RECIPE_MAINTAINER:pn-gdbm = "Alexander Kanavin <alex.kanavin@gmail.com>" |
198 | RECIPE_MAINTAINER_pn-gdk-pixbuf = "Ross Burton <ross.burton@arm.com>" | 198 | RECIPE_MAINTAINER:pn-gdk-pixbuf = "Ross Burton <ross.burton@arm.com>" |
199 | RECIPE_MAINTAINER_pn-gettext = "Robert Yang <liezhi.yang@windriver.com>" | 199 | RECIPE_MAINTAINER:pn-gettext = "Robert Yang <liezhi.yang@windriver.com>" |
200 | RECIPE_MAINTAINER_pn-gettext-minimal-native = "Robert Yang <liezhi.yang@windriver.com>" | 200 | RECIPE_MAINTAINER:pn-gettext-minimal-native = "Robert Yang <liezhi.yang@windriver.com>" |
201 | RECIPE_MAINTAINER_pn-ghostscript = "Hongxu Jia <hongxu.jia@windriver.com>" | 201 | RECIPE_MAINTAINER:pn-ghostscript = "Hongxu Jia <hongxu.jia@windriver.com>" |
202 | RECIPE_MAINTAINER_pn-gi-docgen = "Alexander Kanavin <alex.kanavin@gmail.com>" | 202 | RECIPE_MAINTAINER:pn-gi-docgen = "Alexander Kanavin <alex.kanavin@gmail.com>" |
203 | RECIPE_MAINTAINER_pn-git = "Robert Yang <liezhi.yang@windriver.com>" | 203 | RECIPE_MAINTAINER:pn-git = "Robert Yang <liezhi.yang@windriver.com>" |
204 | RECIPE_MAINTAINER_pn-glew = "Anuj Mittal <anuj.mittal@intel.com>" | 204 | RECIPE_MAINTAINER:pn-glew = "Anuj Mittal <anuj.mittal@intel.com>" |
205 | RECIPE_MAINTAINER_pn-glib-2.0 = "Anuj Mittal <anuj.mittal@intel.com>" | 205 | RECIPE_MAINTAINER:pn-glib-2.0 = "Anuj Mittal <anuj.mittal@intel.com>" |
206 | RECIPE_MAINTAINER_pn-glib-networking = "Anuj Mittal <anuj.mittal@intel.com>" | 206 | RECIPE_MAINTAINER:pn-glib-networking = "Anuj Mittal <anuj.mittal@intel.com>" |
207 | RECIPE_MAINTAINER_pn-glibc = "Khem Raj <raj.khem@gmail.com>" | 207 | RECIPE_MAINTAINER:pn-glibc = "Khem Raj <raj.khem@gmail.com>" |
208 | RECIPE_MAINTAINER_pn-glibc-locale = "Khem Raj <raj.khem@gmail.com>" | 208 | RECIPE_MAINTAINER:pn-glibc-locale = "Khem Raj <raj.khem@gmail.com>" |
209 | RECIPE_MAINTAINER_pn-glibc-mtrace = "Khem Raj <raj.khem@gmail.com>" | 209 | RECIPE_MAINTAINER:pn-glibc-mtrace = "Khem Raj <raj.khem@gmail.com>" |
210 | RECIPE_MAINTAINER_pn-glibc-scripts = "Khem Raj <raj.khem@gmail.com>" | 210 | RECIPE_MAINTAINER:pn-glibc-scripts = "Khem Raj <raj.khem@gmail.com>" |
211 | RECIPE_MAINTAINER_pn-glibc-testsuite = "Khem Raj <raj.khem@gmail.com>" | 211 | RECIPE_MAINTAINER:pn-glibc-testsuite = "Khem Raj <raj.khem@gmail.com>" |
212 | RECIPE_MAINTAINER_pn-glide = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 212 | RECIPE_MAINTAINER:pn-glide = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
213 | RECIPE_MAINTAINER_pn-gmp = "Khem Raj <raj.khem@gmail.com>" | 213 | RECIPE_MAINTAINER:pn-gmp = "Khem Raj <raj.khem@gmail.com>" |
214 | RECIPE_MAINTAINER_pn-glslang = "Jose Quaresma <quaresma.jose@gmail.com>" | 214 | RECIPE_MAINTAINER:pn-glslang = "Jose Quaresma <quaresma.jose@gmail.com>" |
215 | RECIPE_MAINTAINER_pn-gnome-desktop-testing = "Ross Burton <ross.burton@arm.com>" | 215 | RECIPE_MAINTAINER:pn-gnome-desktop-testing = "Ross Burton <ross.burton@arm.com>" |
216 | RECIPE_MAINTAINER_pn-gnu-config = "Robert Yang <liezhi.yang@windriver.com>" | 216 | RECIPE_MAINTAINER:pn-gnu-config = "Robert Yang <liezhi.yang@windriver.com>" |
217 | RECIPE_MAINTAINER_pn-gnu-efi = "Yi Zhao <yi.zhao@windriver.com>" | 217 | RECIPE_MAINTAINER:pn-gnu-efi = "Yi Zhao <yi.zhao@windriver.com>" |
218 | RECIPE_MAINTAINER_pn-gnupg = "Hongxu Jia <hongxu.jia@windriver.com>" | 218 | RECIPE_MAINTAINER:pn-gnupg = "Hongxu Jia <hongxu.jia@windriver.com>" |
219 | RECIPE_MAINTAINER_pn-gnutls = "Unassigned <unassigned@yoctoproject.org>" | 219 | RECIPE_MAINTAINER:pn-gnutls = "Unassigned <unassigned@yoctoproject.org>" |
220 | RECIPE_MAINTAINER_pn-go = "Khem Raj <raj.khem@gmail.com>" | 220 | RECIPE_MAINTAINER:pn-go = "Khem Raj <raj.khem@gmail.com>" |
221 | RECIPE_MAINTAINER_pn-go-binary-native = "Khem Raj <raj.khem@gmail.com>" | 221 | RECIPE_MAINTAINER:pn-go-binary-native = "Khem Raj <raj.khem@gmail.com>" |
222 | RECIPE_MAINTAINER_pn-go-cross-${TUNE_PKGARCH} = "Khem Raj <raj.khem@gmail.com>" | 222 | RECIPE_MAINTAINER:pn-go-cross-${TUNE_PKGARCH} = "Khem Raj <raj.khem@gmail.com>" |
223 | RECIPE_MAINTAINER_pn-go-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" | 223 | RECIPE_MAINTAINER:pn-go-cross-canadian-${TRANSLATED_TARGET_ARCH} = "Khem Raj <raj.khem@gmail.com>" |
224 | RECIPE_MAINTAINER_pn-go-crosssdk-${SDK_SYS} = "Khem Raj <raj.khem@gmail.com>" | 224 | RECIPE_MAINTAINER:pn-go-crosssdk-${SDK_SYS} = "Khem Raj <raj.khem@gmail.com>" |
225 | RECIPE_MAINTAINER_pn-go-helloworld = "Khem Raj <raj.khem@gmail.com>" | 225 | RECIPE_MAINTAINER:pn-go-helloworld = "Khem Raj <raj.khem@gmail.com>" |
226 | RECIPE_MAINTAINER_pn-go-native = "Khem Raj <raj.khem@gmail.com>" | 226 | RECIPE_MAINTAINER:pn-go-native = "Khem Raj <raj.khem@gmail.com>" |
227 | RECIPE_MAINTAINER_pn-go-runtime = "Khem Raj <raj.khem@gmail.com>" | 227 | RECIPE_MAINTAINER:pn-go-runtime = "Khem Raj <raj.khem@gmail.com>" |
228 | RECIPE_MAINTAINER_pn-gobject-introspection = "Alexander Kanavin <alex.kanavin@gmail.com>" | 228 | RECIPE_MAINTAINER:pn-gobject-introspection = "Alexander Kanavin <alex.kanavin@gmail.com>" |
229 | RECIPE_MAINTAINER_pn-gperf = "Alexander Kanavin <alex.kanavin@gmail.com>" | 229 | RECIPE_MAINTAINER:pn-gperf = "Alexander Kanavin <alex.kanavin@gmail.com>" |
230 | RECIPE_MAINTAINER_pn-gpgme = "Hongxu Jia <hongxu.jia@windriver.com>" | 230 | RECIPE_MAINTAINER:pn-gpgme = "Hongxu Jia <hongxu.jia@windriver.com>" |
231 | RECIPE_MAINTAINER_pn-gptfdisk = "Alexander Kanavin <alex.kanavin@gmail.com>" | 231 | RECIPE_MAINTAINER:pn-gptfdisk = "Alexander Kanavin <alex.kanavin@gmail.com>" |
232 | RECIPE_MAINTAINER_pn-gcompat = "Khem Raj <raj.khem@gmail.com>" | 232 | RECIPE_MAINTAINER:pn-gcompat = "Khem Raj <raj.khem@gmail.com>" |
233 | RECIPE_MAINTAINER_pn-grep = "Denys Dmytriyenko <denis@denix.org>" | 233 | RECIPE_MAINTAINER:pn-grep = "Denys Dmytriyenko <denis@denix.org>" |
234 | RECIPE_MAINTAINER_pn-groff = "Hongxu Jia <hongxu.jia@windriver.com>" | 234 | RECIPE_MAINTAINER:pn-groff = "Hongxu Jia <hongxu.jia@windriver.com>" |
235 | RECIPE_MAINTAINER_pn-grub = "Anuj Mittal <anuj.mittal@intel.com>" | 235 | RECIPE_MAINTAINER:pn-grub = "Anuj Mittal <anuj.mittal@intel.com>" |
236 | RECIPE_MAINTAINER_pn-grub-bootconf = "Anuj Mittal <anuj.mittal@intel.com>" | 236 | RECIPE_MAINTAINER:pn-grub-bootconf = "Anuj Mittal <anuj.mittal@intel.com>" |
237 | RECIPE_MAINTAINER_pn-grub-efi = "Anuj Mittal <anuj.mittal@intel.com>" | 237 | RECIPE_MAINTAINER:pn-grub-efi = "Anuj Mittal <anuj.mittal@intel.com>" |
238 | RECIPE_MAINTAINER_pn-gsettings-desktop-schemas = "Anuj Mittal <anuj.mittal@intel.com>" | 238 | RECIPE_MAINTAINER:pn-gsettings-desktop-schemas = "Anuj Mittal <anuj.mittal@intel.com>" |
239 | RECIPE_MAINTAINER_pn-gst-devtools = "Anuj Mittal <anuj.mittal@intel.com>" | 239 | RECIPE_MAINTAINER:pn-gst-devtools = "Anuj Mittal <anuj.mittal@intel.com>" |
240 | RECIPE_MAINTAINER_pn-gst-examples = "Anuj Mittal <anuj.mittal@intel.com>" | 240 | RECIPE_MAINTAINER:pn-gst-examples = "Anuj Mittal <anuj.mittal@intel.com>" |
241 | RECIPE_MAINTAINER_pn-gstreamer1.0 = "Anuj Mittal <anuj.mittal@intel.com>" | 241 | RECIPE_MAINTAINER:pn-gstreamer1.0 = "Anuj Mittal <anuj.mittal@intel.com>" |
242 | RECIPE_MAINTAINER_pn-gstreamer1.0-libav = "Anuj Mittal <anuj.mittal@intel.com>" | 242 | RECIPE_MAINTAINER:pn-gstreamer1.0-libav = "Anuj Mittal <anuj.mittal@intel.com>" |
243 | RECIPE_MAINTAINER_pn-gstreamer1.0-omx = "Anuj Mittal <anuj.mittal@intel.com>" | 243 | RECIPE_MAINTAINER:pn-gstreamer1.0-omx = "Anuj Mittal <anuj.mittal@intel.com>" |
244 | RECIPE_MAINTAINER_pn-gstreamer1.0-meta-base = "Anuj Mittal <anuj.mittal@intel.com>" | 244 | RECIPE_MAINTAINER:pn-gstreamer1.0-meta-base = "Anuj Mittal <anuj.mittal@intel.com>" |
245 | RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-bad = "Anuj Mittal <anuj.mittal@intel.com>" | 245 | RECIPE_MAINTAINER:pn-gstreamer1.0-plugins-bad = "Anuj Mittal <anuj.mittal@intel.com>" |
246 | RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-base = "Anuj Mittal <anuj.mittal@intel.com>" | 246 | RECIPE_MAINTAINER:pn-gstreamer1.0-plugins-base = "Anuj Mittal <anuj.mittal@intel.com>" |
247 | RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-good = "Anuj Mittal <anuj.mittal@intel.com>" | 247 | RECIPE_MAINTAINER:pn-gstreamer1.0-plugins-good = "Anuj Mittal <anuj.mittal@intel.com>" |
248 | RECIPE_MAINTAINER_pn-gstreamer1.0-plugins-ugly = "Anuj Mittal <anuj.mittal@intel.com>" | 248 | RECIPE_MAINTAINER:pn-gstreamer1.0-plugins-ugly = "Anuj Mittal <anuj.mittal@intel.com>" |
249 | RECIPE_MAINTAINER_pn-gstreamer1.0-python = "Anuj Mittal <anuj.mittal@intel.com>" | 249 | RECIPE_MAINTAINER:pn-gstreamer1.0-python = "Anuj Mittal <anuj.mittal@intel.com>" |
250 | RECIPE_MAINTAINER_pn-gstreamer1.0-rtsp-server = "Anuj Mittal <anuj.mittal@intel.com>" | 250 | RECIPE_MAINTAINER:pn-gstreamer1.0-rtsp-server = "Anuj Mittal <anuj.mittal@intel.com>" |
251 | RECIPE_MAINTAINER_pn-gstreamer1.0-vaapi = "Anuj Mittal <anuj.mittal@intel.com>" | 251 | RECIPE_MAINTAINER:pn-gstreamer1.0-vaapi = "Anuj Mittal <anuj.mittal@intel.com>" |
252 | RECIPE_MAINTAINER_pn-gtk+3 = "Ross Burton <ross.burton@arm.com>" | 252 | RECIPE_MAINTAINER:pn-gtk+3 = "Ross Burton <ross.burton@arm.com>" |
253 | RECIPE_MAINTAINER_pn-gtk-doc = "Alexander Kanavin <alex.kanavin@gmail.com>" | 253 | RECIPE_MAINTAINER:pn-gtk-doc = "Alexander Kanavin <alex.kanavin@gmail.com>" |
254 | RECIPE_MAINTAINER_pn-gzip = "Denys Dmytriyenko <denis@denix.org>" | 254 | RECIPE_MAINTAINER:pn-gzip = "Denys Dmytriyenko <denis@denix.org>" |
255 | RECIPE_MAINTAINER_pn-harfbuzz = "Anuj Mittal <anuj.mittal@intel.com>" | 255 | RECIPE_MAINTAINER:pn-harfbuzz = "Anuj Mittal <anuj.mittal@intel.com>" |
256 | RECIPE_MAINTAINER_pn-hdparm = "Denys Dmytriyenko <denis@denix.org>" | 256 | RECIPE_MAINTAINER:pn-hdparm = "Denys Dmytriyenko <denis@denix.org>" |
257 | RECIPE_MAINTAINER_pn-help2man = "Hongxu Jia <hongxu.jia@windriver.com>" | 257 | RECIPE_MAINTAINER:pn-help2man = "Hongxu Jia <hongxu.jia@windriver.com>" |
258 | RECIPE_MAINTAINER_pn-hicolor-icon-theme = "Anuj Mittal <anuj.mittal@intel.com>" | 258 | RECIPE_MAINTAINER:pn-hicolor-icon-theme = "Anuj Mittal <anuj.mittal@intel.com>" |
259 | RECIPE_MAINTAINER_pn-hwlatdetect = "Alexander Kanavin <alex.kanavin@gmail.com>" | 259 | RECIPE_MAINTAINER:pn-hwlatdetect = "Alexander Kanavin <alex.kanavin@gmail.com>" |
260 | RECIPE_MAINTAINER_pn-i2c-tools = "Anuj Mittal <anuj.mittal@intel.com>" | 260 | RECIPE_MAINTAINER:pn-i2c-tools = "Anuj Mittal <anuj.mittal@intel.com>" |
261 | RECIPE_MAINTAINER_pn-icecc-create-env = "Joshua Watt <JPEWhacker@gmail.com>" | 261 | RECIPE_MAINTAINER:pn-icecc-create-env = "Joshua Watt <JPEWhacker@gmail.com>" |
262 | RECIPE_MAINTAINER_pn-icu = "Alexander Kanavin <alex.kanavin@gmail.com>" | 262 | RECIPE_MAINTAINER:pn-icu = "Alexander Kanavin <alex.kanavin@gmail.com>" |
263 | RECIPE_MAINTAINER_pn-ifupdown = "Anuj Mittal <anuj.mittal@intel.com>" | 263 | RECIPE_MAINTAINER:pn-ifupdown = "Anuj Mittal <anuj.mittal@intel.com>" |
264 | RECIPE_MAINTAINER_pn-igt-gpu-tools = "Anuj Mittal <anuj.mittal@intel.com>" | 264 | RECIPE_MAINTAINER:pn-igt-gpu-tools = "Anuj Mittal <anuj.mittal@intel.com>" |
265 | RECIPE_MAINTAINER_pn-inetutils = "Tom Rini <trini@konsulko.com>" | 265 | RECIPE_MAINTAINER:pn-inetutils = "Tom Rini <trini@konsulko.com>" |
266 | RECIPE_MAINTAINER_pn-init-ifupdown = "Anuj Mittal <anuj.mittal@intel.com>" | 266 | RECIPE_MAINTAINER:pn-init-ifupdown = "Anuj Mittal <anuj.mittal@intel.com>" |
267 | RECIPE_MAINTAINER_pn-init-system-helpers = "Anuj Mittal <anuj.mittal@intel.com>" | 267 | RECIPE_MAINTAINER:pn-init-system-helpers = "Anuj Mittal <anuj.mittal@intel.com>" |
268 | RECIPE_MAINTAINER_pn-initramfs-boot = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 268 | RECIPE_MAINTAINER:pn-initramfs-boot = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
269 | RECIPE_MAINTAINER_pn-initramfs-framework = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 269 | RECIPE_MAINTAINER:pn-initramfs-framework = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
270 | RECIPE_MAINTAINER_pn-initramfs-live-boot = "Anuj Mittal <anuj.mittal@intel.com>" | 270 | RECIPE_MAINTAINER:pn-initramfs-live-boot = "Anuj Mittal <anuj.mittal@intel.com>" |
271 | RECIPE_MAINTAINER_pn-initramfs-live-boot-tiny = "Anuj Mittal <anuj.mittal@intel.com>" | 271 | RECIPE_MAINTAINER:pn-initramfs-live-boot-tiny = "Anuj Mittal <anuj.mittal@intel.com>" |
272 | RECIPE_MAINTAINER_pn-initramfs-live-install = "Anuj Mittal <anuj.mittal@intel.com>" | 272 | RECIPE_MAINTAINER:pn-initramfs-live-install = "Anuj Mittal <anuj.mittal@intel.com>" |
273 | RECIPE_MAINTAINER_pn-initramfs-live-install-efi = "Anuj Mittal <anuj.mittal@intel.com>" | 273 | RECIPE_MAINTAINER:pn-initramfs-live-install-efi = "Anuj Mittal <anuj.mittal@intel.com>" |
274 | RECIPE_MAINTAINER_pn-initramfs-live-install-efi-testfs = "Anuj Mittal <anuj.mittal@intel.com>" | 274 | RECIPE_MAINTAINER:pn-initramfs-live-install-efi-testfs = "Anuj Mittal <anuj.mittal@intel.com>" |
275 | RECIPE_MAINTAINER_pn-initramfs-live-install-testfs = "Anuj Mittal <anuj.mittal@intel.com>" | 275 | RECIPE_MAINTAINER:pn-initramfs-live-install-testfs = "Anuj Mittal <anuj.mittal@intel.com>" |
276 | RECIPE_MAINTAINER_pn-initscripts = "Anuj Mittal <anuj.mittal@intel.com>" | 276 | RECIPE_MAINTAINER:pn-initscripts = "Anuj Mittal <anuj.mittal@intel.com>" |
277 | RECIPE_MAINTAINER_pn-intltool = "Alexander Kanavin <alex.kanavin@gmail.com>" | 277 | RECIPE_MAINTAINER:pn-intltool = "Alexander Kanavin <alex.kanavin@gmail.com>" |
278 | RECIPE_MAINTAINER_pn-iproute2 = "Changhyeok Bae <changhyeok.bae@gmail.com>" | 278 | RECIPE_MAINTAINER:pn-iproute2 = "Changhyeok Bae <changhyeok.bae@gmail.com>" |
279 | RECIPE_MAINTAINER_pn-iptables = "Changhyeok Bae <changhyeok.bae@gmail.com>" | 279 | RECIPE_MAINTAINER:pn-iptables = "Changhyeok Bae <changhyeok.bae@gmail.com>" |
280 | RECIPE_MAINTAINER_pn-iputils = "Changhyeok Bae <changhyeok.bae@gmail.com>" | 280 | RECIPE_MAINTAINER:pn-iputils = "Changhyeok Bae <changhyeok.bae@gmail.com>" |
281 | RECIPE_MAINTAINER_pn-iso-codes = "Wang Mingyu <wangmy@cn.ujitsu.com>" | 281 | RECIPE_MAINTAINER:pn-iso-codes = "Wang Mingyu <wangmy@cn.ujitsu.com>" |
282 | RECIPE_MAINTAINER_pn-itstool = "Andreas Müller <schnitzeltony@gmail.com>" | 282 | RECIPE_MAINTAINER:pn-itstool = "Andreas Müller <schnitzeltony@gmail.com>" |
283 | RECIPE_MAINTAINER_pn-iw = "Changhyeok Bae <changhyeok.bae@gmail.com>" | 283 | RECIPE_MAINTAINER:pn-iw = "Changhyeok Bae <changhyeok.bae@gmail.com>" |
284 | RECIPE_MAINTAINER_pn-libjpeg-turbo = "Anuj Mittal <anuj.mittal@intel.com>" | 284 | RECIPE_MAINTAINER:pn-libjpeg-turbo = "Anuj Mittal <anuj.mittal@intel.com>" |
285 | RECIPE_MAINTAINER_pn-json-c = "Yi Zhao <yi.zhao@windriver.com>" | 285 | RECIPE_MAINTAINER:pn-json-c = "Yi Zhao <yi.zhao@windriver.com>" |
286 | RECIPE_MAINTAINER_pn-json-glib = "Yi Zhao <yi.zhao@windriver.com>" | 286 | RECIPE_MAINTAINER:pn-json-glib = "Yi Zhao <yi.zhao@windriver.com>" |
287 | RECIPE_MAINTAINER_pn-jquery = "Joshua Watt <JPEWhacker@gmail.com>" | 287 | RECIPE_MAINTAINER:pn-jquery = "Joshua Watt <JPEWhacker@gmail.com>" |
288 | RECIPE_MAINTAINER_pn-kbd = "Alexander Kanavin <alex.kanavin@gmail.com>" | 288 | RECIPE_MAINTAINER:pn-kbd = "Alexander Kanavin <alex.kanavin@gmail.com>" |
289 | RECIPE_MAINTAINER_pn-kea = "Unassigned <unassigned@yoctoproject.org>" | 289 | RECIPE_MAINTAINER:pn-kea = "Unassigned <unassigned@yoctoproject.org>" |
290 | RECIPE_MAINTAINER_pn-kern-tools-native = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 290 | RECIPE_MAINTAINER:pn-kern-tools-native = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
291 | RECIPE_MAINTAINER_pn-kernel-devsrc = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 291 | RECIPE_MAINTAINER:pn-kernel-devsrc = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
292 | RECIPE_MAINTAINER_pn-kexec-tools = "Unassigned <unassigned@yoctoproject.org>" | 292 | RECIPE_MAINTAINER:pn-kexec-tools = "Unassigned <unassigned@yoctoproject.org>" |
293 | RECIPE_MAINTAINER_pn-keymaps = "Alexander Kanavin <alex.kanavin@gmail.com>" | 293 | RECIPE_MAINTAINER:pn-keymaps = "Alexander Kanavin <alex.kanavin@gmail.com>" |
294 | RECIPE_MAINTAINER_pn-kmod = "Chen Qi <Qi.Chen@windriver.com>" | 294 | RECIPE_MAINTAINER:pn-kmod = "Chen Qi <Qi.Chen@windriver.com>" |
295 | RECIPE_MAINTAINER_pn-kmod-native = "Chen Qi <Qi.Chen@windriver.com>" | 295 | RECIPE_MAINTAINER:pn-kmod-native = "Chen Qi <Qi.Chen@windriver.com>" |
296 | RECIPE_MAINTAINER_pn-kmscube = "Carlos Rafael Giani <dv@pseudoterminal.org>" | 296 | RECIPE_MAINTAINER:pn-kmscube = "Carlos Rafael Giani <dv@pseudoterminal.org>" |
297 | RECIPE_MAINTAINER_pn-l3afpad = "Anuj Mittal <anuj.mittal@intel.com>" | 297 | RECIPE_MAINTAINER:pn-l3afpad = "Anuj Mittal <anuj.mittal@intel.com>" |
298 | RECIPE_MAINTAINER_pn-lame = "Unassigned <unassigned@yoctoproject.org>" | 298 | RECIPE_MAINTAINER:pn-lame = "Unassigned <unassigned@yoctoproject.org>" |
299 | RECIPE_MAINTAINER_pn-ldconfig-native = "Khem Raj <raj.khem@gmail.com>" | 299 | RECIPE_MAINTAINER:pn-ldconfig-native = "Khem Raj <raj.khem@gmail.com>" |
300 | RECIPE_MAINTAINER_pn-less = "Yi Zhao <yi.zhao@windriver.com>" | 300 | RECIPE_MAINTAINER:pn-less = "Yi Zhao <yi.zhao@windriver.com>" |
301 | RECIPE_MAINTAINER_pn-liba52 = "Unassigned <unassigned@yoctoproject.org>" | 301 | RECIPE_MAINTAINER:pn-liba52 = "Unassigned <unassigned@yoctoproject.org>" |
302 | RECIPE_MAINTAINER_pn-libacpi = "Anuj Mittal <anuj.mittal@intel.com>" | 302 | RECIPE_MAINTAINER:pn-libacpi = "Anuj Mittal <anuj.mittal@intel.com>" |
303 | RECIPE_MAINTAINER_pn-libaio = "Alexander Kanavin <alex.kanavin@gmail.com>" | 303 | RECIPE_MAINTAINER:pn-libaio = "Alexander Kanavin <alex.kanavin@gmail.com>" |
304 | RECIPE_MAINTAINER_pn-libarchive = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 304 | RECIPE_MAINTAINER:pn-libarchive = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
305 | RECIPE_MAINTAINER_pn-libassuan = "Unassigned <unassigned@yoctoproject.org>" | 305 | RECIPE_MAINTAINER:pn-libassuan = "Unassigned <unassigned@yoctoproject.org>" |
306 | RECIPE_MAINTAINER_pn-libatomic-ops = "Anuj Mittal <anuj.mittal@intel.com>" | 306 | RECIPE_MAINTAINER:pn-libatomic-ops = "Anuj Mittal <anuj.mittal@intel.com>" |
307 | RECIPE_MAINTAINER_pn-libbsd = "Yi Zhao <yi.zhao@windriver.com>" | 307 | RECIPE_MAINTAINER:pn-libbsd = "Yi Zhao <yi.zhao@windriver.com>" |
308 | RECIPE_MAINTAINER_pn-libcap = "Yi Zhao <yi.zhao@windriver.com>" | 308 | RECIPE_MAINTAINER:pn-libcap = "Yi Zhao <yi.zhao@windriver.com>" |
309 | RECIPE_MAINTAINER_pn-libcap-ng = "Yi Zhao <yi.zhao@windriver.com>" | 309 | RECIPE_MAINTAINER:pn-libcap-ng = "Yi Zhao <yi.zhao@windriver.com>" |
310 | RECIPE_MAINTAINER_pn-libcap-ng-python = "Yi Zhao <yi.zhao@windriver.com>" | 310 | RECIPE_MAINTAINER:pn-libcap-ng-python = "Yi Zhao <yi.zhao@windriver.com>" |
311 | RECIPE_MAINTAINER_pn-libcgroup = "Alexander Kanavin <alex.kanavin@gmail.com>" | 311 | RECIPE_MAINTAINER:pn-libcgroup = "Alexander Kanavin <alex.kanavin@gmail.com>" |
312 | RECIPE_MAINTAINER_pn-libcheck = "Yi Zhao <yi.zhao@windriver.com>" | 312 | RECIPE_MAINTAINER:pn-libcheck = "Yi Zhao <yi.zhao@windriver.com>" |
313 | RECIPE_MAINTAINER_pn-libcomps = "Alexander Kanavin <alex.kanavin@gmail.com>" | 313 | RECIPE_MAINTAINER:pn-libcomps = "Alexander Kanavin <alex.kanavin@gmail.com>" |
314 | RECIPE_MAINTAINER_pn-libconvert-asn1-perl = "Tim Orling <timothy.t.orling@intel.com>" | 314 | RECIPE_MAINTAINER:pn-libconvert-asn1-perl = "Tim Orling <timothy.t.orling@intel.com>" |
315 | RECIPE_MAINTAINER_pn-libcroco = "Anuj Mittal <anuj.mittal@intel.com>" | 315 | RECIPE_MAINTAINER:pn-libcroco = "Anuj Mittal <anuj.mittal@intel.com>" |
316 | RECIPE_MAINTAINER_pn-libdaemon = "Alexander Kanavin <alex.kanavin@gmail.com>" | 316 | RECIPE_MAINTAINER:pn-libdaemon = "Alexander Kanavin <alex.kanavin@gmail.com>" |
317 | RECIPE_MAINTAINER_pn-libdazzle = "Alexander Kanavin <alex.kanavin@gmail.com>" | 317 | RECIPE_MAINTAINER:pn-libdazzle = "Alexander Kanavin <alex.kanavin@gmail.com>" |
318 | RECIPE_MAINTAINER_pn-libdmx = "Unassigned <unassigned@yoctoproject.org>" | 318 | RECIPE_MAINTAINER:pn-libdmx = "Unassigned <unassigned@yoctoproject.org>" |
319 | RECIPE_MAINTAINER_pn-libdnf = "Alexander Kanavin <alex.kanavin@gmail.com>" | 319 | RECIPE_MAINTAINER:pn-libdnf = "Alexander Kanavin <alex.kanavin@gmail.com>" |
320 | RECIPE_MAINTAINER_pn-libdrm = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 320 | RECIPE_MAINTAINER:pn-libdrm = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
321 | RECIPE_MAINTAINER_pn-libedit = "Khem Raj <raj.khem@gmail.com>" | 321 | RECIPE_MAINTAINER:pn-libedit = "Khem Raj <raj.khem@gmail.com>" |
322 | RECIPE_MAINTAINER_pn-libepoxy = "Anuj Mittal <anuj.mittal@intel.com>" | 322 | RECIPE_MAINTAINER:pn-libepoxy = "Anuj Mittal <anuj.mittal@intel.com>" |
323 | RECIPE_MAINTAINER_pn-liberation-fonts = "Alexander Kanavin <alex.kanavin@gmail.com>" | 323 | RECIPE_MAINTAINER:pn-liberation-fonts = "Alexander Kanavin <alex.kanavin@gmail.com>" |
324 | RECIPE_MAINTAINER_pn-liberror-perl = "Tim Orling <timothy.t.orling@intel.com>" | 324 | RECIPE_MAINTAINER:pn-liberror-perl = "Tim Orling <timothy.t.orling@intel.com>" |
325 | RECIPE_MAINTAINER_pn-libevdev = "Anuj Mittal <anuj.mittal@intel.com>" | 325 | RECIPE_MAINTAINER:pn-libevdev = "Anuj Mittal <anuj.mittal@intel.com>" |
326 | RECIPE_MAINTAINER_pn-libevent = "Anuj Mittal <anuj.mittal@intel.com>" | 326 | RECIPE_MAINTAINER:pn-libevent = "Anuj Mittal <anuj.mittal@intel.com>" |
327 | RECIPE_MAINTAINER_pn-libexif = "Alexander Kanavin <alex.kanavin@gmail.com>" | 327 | RECIPE_MAINTAINER:pn-libexif = "Alexander Kanavin <alex.kanavin@gmail.com>" |
328 | RECIPE_MAINTAINER_pn-libfakekey = "Alexander Kanavin <alex.kanavin@gmail.com>" | 328 | RECIPE_MAINTAINER:pn-libfakekey = "Alexander Kanavin <alex.kanavin@gmail.com>" |
329 | RECIPE_MAINTAINER_pn-libffi = "Alexander Kanavin <alex.kanavin@gmail.com>" | 329 | RECIPE_MAINTAINER:pn-libffi = "Alexander Kanavin <alex.kanavin@gmail.com>" |
330 | RECIPE_MAINTAINER_pn-libfm = "Alexander Kanavin <alex.kanavin@gmail.com>" | 330 | RECIPE_MAINTAINER:pn-libfm = "Alexander Kanavin <alex.kanavin@gmail.com>" |
331 | RECIPE_MAINTAINER_pn-libfm-extra = "Alexander Kanavin <alex.kanavin@gmail.com>" | 331 | RECIPE_MAINTAINER:pn-libfm-extra = "Alexander Kanavin <alex.kanavin@gmail.com>" |
332 | RECIPE_MAINTAINER_pn-libfontenc = "Unassigned <unassigned@yoctoproject.org>" | 332 | RECIPE_MAINTAINER:pn-libfontenc = "Unassigned <unassigned@yoctoproject.org>" |
333 | RECIPE_MAINTAINER_pn-libgcc = "Khem Raj <raj.khem@gmail.com>" | 333 | RECIPE_MAINTAINER:pn-libgcc = "Khem Raj <raj.khem@gmail.com>" |
334 | RECIPE_MAINTAINER_pn-libgcc-initial = "Khem Raj <raj.khem@gmail.com>" | 334 | RECIPE_MAINTAINER:pn-libgcc-initial = "Khem Raj <raj.khem@gmail.com>" |
335 | RECIPE_MAINTAINER_pn-libgcrypt = "Hongxu Jia <hongxu.jia@windriver.com>" | 335 | RECIPE_MAINTAINER:pn-libgcrypt = "Hongxu Jia <hongxu.jia@windriver.com>" |
336 | RECIPE_MAINTAINER_pn-libgfortran = "Khem Raj <raj.khem@gmail.com>" | 336 | RECIPE_MAINTAINER:pn-libgfortran = "Khem Raj <raj.khem@gmail.com>" |
337 | RECIPE_MAINTAINER_pn-libgit2 = "Unassigned <unassigned@yoctoproject.org>" | 337 | RECIPE_MAINTAINER:pn-libgit2 = "Unassigned <unassigned@yoctoproject.org>" |
338 | RECIPE_MAINTAINER_pn-libgloss = "Alejandro Hernandez <aehs29@gmail.com>" | 338 | RECIPE_MAINTAINER:pn-libgloss = "Alejandro Hernandez <aehs29@gmail.com>" |
339 | RECIPE_MAINTAINER_pn-libglu = "Ross Burton <ross.burton@arm.com>" | 339 | RECIPE_MAINTAINER:pn-libglu = "Ross Burton <ross.burton@arm.com>" |
340 | RECIPE_MAINTAINER_pn-libgpg-error = "Hongxu Jia <hongxu.jia@windriver.com>" | 340 | RECIPE_MAINTAINER:pn-libgpg-error = "Hongxu Jia <hongxu.jia@windriver.com>" |
341 | RECIPE_MAINTAINER_pn-libgudev = "Ross Burton <ross.burton@arm.com>" | 341 | RECIPE_MAINTAINER:pn-libgudev = "Ross Burton <ross.burton@arm.com>" |
342 | RECIPE_MAINTAINER_pn-libhandy = "Alexander Kanavin <alex.kanavin@gmail.com>" | 342 | RECIPE_MAINTAINER:pn-libhandy = "Alexander Kanavin <alex.kanavin@gmail.com>" |
343 | RECIPE_MAINTAINER_pn-libical = "Ross Burton <ross.burton@arm.com>" | 343 | RECIPE_MAINTAINER:pn-libical = "Ross Burton <ross.burton@arm.com>" |
344 | RECIPE_MAINTAINER_pn-libice = "Unassigned <unassigned@yoctoproject.org>" | 344 | RECIPE_MAINTAINER:pn-libice = "Unassigned <unassigned@yoctoproject.org>" |
345 | RECIPE_MAINTAINER_pn-libid3tag = "Unassigned <unassigned@yoctoproject.org>" | 345 | RECIPE_MAINTAINER:pn-libid3tag = "Unassigned <unassigned@yoctoproject.org>" |
346 | RECIPE_MAINTAINER_pn-libidn2 = "Ross Burton <ross.burton@arm.com>" | 346 | RECIPE_MAINTAINER:pn-libidn2 = "Ross Burton <ross.burton@arm.com>" |
347 | RECIPE_MAINTAINER_pn-libinput = "Ross Burton <ross.burton@arm.com>" | 347 | RECIPE_MAINTAINER:pn-libinput = "Ross Burton <ross.burton@arm.com>" |
348 | RECIPE_MAINTAINER_pn-libjitterentropy = "Ross Burton <ross.burton@arm.com>" | 348 | RECIPE_MAINTAINER:pn-libjitterentropy = "Ross Burton <ross.burton@arm.com>" |
349 | RECIPE_MAINTAINER_pn-libksba = "Alexander Kanavin <alex.kanavin@gmail.com>" | 349 | RECIPE_MAINTAINER:pn-libksba = "Alexander Kanavin <alex.kanavin@gmail.com>" |
350 | RECIPE_MAINTAINER_pn-libmatchbox = "Ross Burton <ross.burton@arm.com>" | 350 | RECIPE_MAINTAINER:pn-libmatchbox = "Ross Burton <ross.burton@arm.com>" |
351 | RECIPE_MAINTAINER_pn-libmd = "Alexander Kanavin <alex.kanavin@gmail.com>" | 351 | RECIPE_MAINTAINER:pn-libmd = "Alexander Kanavin <alex.kanavin@gmail.com>" |
352 | RECIPE_MAINTAINER_pn-libmicrohttpd = "Alexander Kanavin <alex.kanavin@gmail.com>" | 352 | RECIPE_MAINTAINER:pn-libmicrohttpd = "Alexander Kanavin <alex.kanavin@gmail.com>" |
353 | RECIPE_MAINTAINER_pn-libmnl = "Khem Raj <raj.khem@gmail.com>" | 353 | RECIPE_MAINTAINER:pn-libmnl = "Khem Raj <raj.khem@gmail.com>" |
354 | RECIPE_MAINTAINER_pn-libmpc = "Khem Raj <raj.khem@gmail.com>" | 354 | RECIPE_MAINTAINER:pn-libmpc = "Khem Raj <raj.khem@gmail.com>" |
355 | RECIPE_MAINTAINER_pn-libmodule-build-perl = "Tim Orling <timothy.t.orling@intel.com>" | 355 | RECIPE_MAINTAINER:pn-libmodule-build-perl = "Tim Orling <timothy.t.orling@intel.com>" |
356 | RECIPE_MAINTAINER_pn-libmodulemd = "Alexander Kanavin <alex.kanavin@gmail.com>" | 356 | RECIPE_MAINTAINER:pn-libmodulemd = "Alexander Kanavin <alex.kanavin@gmail.com>" |
357 | RECIPE_MAINTAINER_pn-libnewt = "Hongxu Jia <hongxu.jia@windriver.com>" | 357 | RECIPE_MAINTAINER:pn-libnewt = "Hongxu Jia <hongxu.jia@windriver.com>" |
358 | RECIPE_MAINTAINER_pn-libnl = "Alexander Kanavin <alex.kanavin@gmail.com>" | 358 | RECIPE_MAINTAINER:pn-libnl = "Alexander Kanavin <alex.kanavin@gmail.com>" |
359 | RECIPE_MAINTAINER_pn-libnotify = "Anuj Mittal <anuj.mittal@intel.com>" | 359 | RECIPE_MAINTAINER:pn-libnotify = "Anuj Mittal <anuj.mittal@intel.com>" |
360 | RECIPE_MAINTAINER_pn-libnsl2 = "Khem Raj <raj.khem@gmail.com>" | 360 | RECIPE_MAINTAINER:pn-libnsl2 = "Khem Raj <raj.khem@gmail.com>" |
361 | RECIPE_MAINTAINER_pn-libnss-mdns = "Alexander Kanavin <alex.kanavin@gmail.com>" | 361 | RECIPE_MAINTAINER:pn-libnss-mdns = "Alexander Kanavin <alex.kanavin@gmail.com>" |
362 | RECIPE_MAINTAINER_pn-libnss-nis = "Khem Raj <raj.khem@gmail.com>" | 362 | RECIPE_MAINTAINER:pn-libnss-nis = "Khem Raj <raj.khem@gmail.com>" |
363 | RECIPE_MAINTAINER_pn-libogg = "Anuj Mittal <anuj.mittal@intel.com>" | 363 | RECIPE_MAINTAINER:pn-libogg = "Anuj Mittal <anuj.mittal@intel.com>" |
364 | RECIPE_MAINTAINER_pn-libomxil = "Anuj Mittal <anuj.mittal@intel.com>" | 364 | RECIPE_MAINTAINER:pn-libomxil = "Anuj Mittal <anuj.mittal@intel.com>" |
365 | RECIPE_MAINTAINER_pn-libpam = "Anuj Mittal <anuj.mittal@intel.com>" | 365 | RECIPE_MAINTAINER:pn-libpam = "Anuj Mittal <anuj.mittal@intel.com>" |
366 | RECIPE_MAINTAINER_pn-libpcap = "Anuj Mittal <anuj.mittal@intel.com>" | 366 | RECIPE_MAINTAINER:pn-libpcap = "Anuj Mittal <anuj.mittal@intel.com>" |
367 | RECIPE_MAINTAINER_pn-libpciaccess = "Wang Mingyu <wangmy@fujitsu.com>" | 367 | RECIPE_MAINTAINER:pn-libpciaccess = "Wang Mingyu <wangmy@fujitsu.com>" |
368 | RECIPE_MAINTAINER_pn-libpcre = "Yi Zhao <yi.zhao@windriver.com>" | 368 | RECIPE_MAINTAINER:pn-libpcre = "Yi Zhao <yi.zhao@windriver.com>" |
369 | RECIPE_MAINTAINER_pn-libpcre2 = "Unassigned <unassigned@yoctoproject.org>" | 369 | RECIPE_MAINTAINER:pn-libpcre2 = "Unassigned <unassigned@yoctoproject.org>" |
370 | RECIPE_MAINTAINER_pn-libpipeline = "Wang Mingyu <wangmy@fujitsu.com>" | 370 | RECIPE_MAINTAINER:pn-libpipeline = "Wang Mingyu <wangmy@fujitsu.com>" |
371 | RECIPE_MAINTAINER_pn-libpng = "Anuj Mittal <anuj.mittal@intel.com>" | 371 | RECIPE_MAINTAINER:pn-libpng = "Anuj Mittal <anuj.mittal@intel.com>" |
372 | RECIPE_MAINTAINER_pn-libportal = "Alexander Kanavin <alex.kanavin@gmail.com>" | 372 | RECIPE_MAINTAINER:pn-libportal = "Alexander Kanavin <alex.kanavin@gmail.com>" |
373 | RECIPE_MAINTAINER_pn-libproxy = "Anuj Mittal <anuj.mittal@intel.com>" | 373 | RECIPE_MAINTAINER:pn-libproxy = "Anuj Mittal <anuj.mittal@intel.com>" |
374 | RECIPE_MAINTAINER_pn-libpthread-stubs = "Alexander Kanavin <alex.kanavin@gmail.com>" | 374 | RECIPE_MAINTAINER:pn-libpthread-stubs = "Alexander Kanavin <alex.kanavin@gmail.com>" |
375 | RECIPE_MAINTAINER_pn-libpsl = "Anuj Mittal <anuj.mittal@intel.com>" | 375 | RECIPE_MAINTAINER:pn-libpsl = "Anuj Mittal <anuj.mittal@intel.com>" |
376 | RECIPE_MAINTAINER_pn-librepo = "Wang Mingyu <wangmy@fujitsu.com>" | 376 | RECIPE_MAINTAINER:pn-librepo = "Wang Mingyu <wangmy@fujitsu.com>" |
377 | RECIPE_MAINTAINER_pn-librsvg = "Anuj Mittal <anuj.mittal@intel.com>" | 377 | RECIPE_MAINTAINER:pn-librsvg = "Anuj Mittal <anuj.mittal@intel.com>" |
378 | RECIPE_MAINTAINER_pn-libsamplerate0 = "Unassigned <unassigned@yoctoproject.org>" | 378 | RECIPE_MAINTAINER:pn-libsamplerate0 = "Unassigned <unassigned@yoctoproject.org>" |
379 | RECIPE_MAINTAINER_pn-libsdl2 = "Yi Zhao <yi.zhao@windriver.com>" | 379 | RECIPE_MAINTAINER:pn-libsdl2 = "Yi Zhao <yi.zhao@windriver.com>" |
380 | RECIPE_MAINTAINER_pn-libseccomp = "Unassigned <unassigned@yoctoproject.org>" | 380 | RECIPE_MAINTAINER:pn-libseccomp = "Unassigned <unassigned@yoctoproject.org>" |
381 | RECIPE_MAINTAINER_pn-libsecret = "Alexander Kanavin <alex.kanavin@gmail.com>" | 381 | RECIPE_MAINTAINER:pn-libsecret = "Alexander Kanavin <alex.kanavin@gmail.com>" |
382 | RECIPE_MAINTAINER_pn-libsm = "Unassigned <unassigned@yoctoproject.org>" | 382 | RECIPE_MAINTAINER:pn-libsm = "Unassigned <unassigned@yoctoproject.org>" |
383 | RECIPE_MAINTAINER_pn-libsndfile1 = "Unassigned <unassigned@yoctoproject.org>" | 383 | RECIPE_MAINTAINER:pn-libsndfile1 = "Unassigned <unassigned@yoctoproject.org>" |
384 | RECIPE_MAINTAINER_pn-libsolv = "Anuj Mittal <anuj.mittal@intel.com>" | 384 | RECIPE_MAINTAINER:pn-libsolv = "Anuj Mittal <anuj.mittal@intel.com>" |
385 | RECIPE_MAINTAINER_pn-libsoup-2.4 = "Anuj Mittal <anuj.mittal@intel.com>" | 385 | RECIPE_MAINTAINER:pn-libsoup-2.4 = "Anuj Mittal <anuj.mittal@intel.com>" |
386 | RECIPE_MAINTAINER_pn-libssh2 = "Unassigned <unassigned@yoctoproject.org>" | 386 | RECIPE_MAINTAINER:pn-libssh2 = "Unassigned <unassigned@yoctoproject.org>" |
387 | RECIPE_MAINTAINER_pn-libssp-nonshared = "Khem Raj <raj.khem@gmail.com>" | 387 | RECIPE_MAINTAINER:pn-libssp-nonshared = "Khem Raj <raj.khem@gmail.com>" |
388 | RECIPE_MAINTAINER_pn-libtasn1 = "Anuj Mittal <anuj.mittal@intel.com>" | 388 | RECIPE_MAINTAINER:pn-libtasn1 = "Anuj Mittal <anuj.mittal@intel.com>" |
389 | RECIPE_MAINTAINER_pn-libtest-needs-perl = "Tim Orling <timothy.t.orling@intel.com>" | 389 | RECIPE_MAINTAINER:pn-libtest-needs-perl = "Tim Orling <timothy.t.orling@intel.com>" |
390 | RECIPE_MAINTAINER_pn-libtheora = "Alexander Kanavin <alex.kanavin@gmail.com>" | 390 | RECIPE_MAINTAINER:pn-libtheora = "Alexander Kanavin <alex.kanavin@gmail.com>" |
391 | RECIPE_MAINTAINER_pn-libtimedate-perl = "Tim Orling <timothy.t.orling@intel.com>" | 391 | RECIPE_MAINTAINER:pn-libtimedate-perl = "Tim Orling <timothy.t.orling@intel.com>" |
392 | RECIPE_MAINTAINER_pn-libtirpc = "Anuj Mittal <anuj.mittal@intel.com>" | 392 | RECIPE_MAINTAINER:pn-libtirpc = "Anuj Mittal <anuj.mittal@intel.com>" |
393 | RECIPE_MAINTAINER_pn-libtool = "Robert Yang <liezhi.yang@windriver.com>" | 393 | RECIPE_MAINTAINER:pn-libtool = "Robert Yang <liezhi.yang@windriver.com>" |
394 | RECIPE_MAINTAINER_pn-libtool-cross = "Robert Yang <liezhi.yang@windriver.com>" | 394 | RECIPE_MAINTAINER:pn-libtool-cross = "Robert Yang <liezhi.yang@windriver.com>" |
395 | RECIPE_MAINTAINER_pn-libtool-native = "Robert Yang <liezhi.yang@windriver.com>" | 395 | RECIPE_MAINTAINER:pn-libtool-native = "Robert Yang <liezhi.yang@windriver.com>" |
396 | RECIPE_MAINTAINER_pn-libucontext = "Khem Raj <raj.khem@gmail.com>" | 396 | RECIPE_MAINTAINER:pn-libucontext = "Khem Raj <raj.khem@gmail.com>" |
397 | RECIPE_MAINTAINER_pn-libunistring = "Anuj Mittal <anuj.mittal@intel.com>" | 397 | RECIPE_MAINTAINER:pn-libunistring = "Anuj Mittal <anuj.mittal@intel.com>" |
398 | RECIPE_MAINTAINER_pn-libunwind = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 398 | RECIPE_MAINTAINER:pn-libunwind = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
399 | RECIPE_MAINTAINER_pn-liburcu = "Wang Mingyu <wangmy@fujitsu.com>" | 399 | RECIPE_MAINTAINER:pn-liburcu = "Wang Mingyu <wangmy@fujitsu.com>" |
400 | RECIPE_MAINTAINER_pn-liburi-perl = "Tim Orling <timothy.t.orling@intel.com>" | 400 | RECIPE_MAINTAINER:pn-liburi-perl = "Tim Orling <timothy.t.orling@intel.com>" |
401 | RECIPE_MAINTAINER_pn-libusb1 = "Anuj Mittal <anuj.mittal@intel.com>" | 401 | RECIPE_MAINTAINER:pn-libusb1 = "Anuj Mittal <anuj.mittal@intel.com>" |
402 | RECIPE_MAINTAINER_pn-libubootenv = "Stefano Babic <sbabic@denx.de>" | 402 | RECIPE_MAINTAINER:pn-libubootenv = "Stefano Babic <sbabic@denx.de>" |
403 | RECIPE_MAINTAINER_pn-libuv = "Armin Kuster <akuster@mvista.com>" | 403 | RECIPE_MAINTAINER:pn-libuv = "Armin Kuster <akuster@mvista.com>" |
404 | RECIPE_MAINTAINER_pn-libva = "Anuj Mittal <anuj.mittal@intel.com>" | 404 | RECIPE_MAINTAINER:pn-libva = "Anuj Mittal <anuj.mittal@intel.com>" |
405 | RECIPE_MAINTAINER_pn-libva-initial = "Anuj Mittal <anuj.mittal@intel.com>" | 405 | RECIPE_MAINTAINER:pn-libva-initial = "Anuj Mittal <anuj.mittal@intel.com>" |
406 | RECIPE_MAINTAINER_pn-libva-utils = "Anuj Mittal <anuj.mittal@intel.com>" | 406 | RECIPE_MAINTAINER:pn-libva-utils = "Anuj Mittal <anuj.mittal@intel.com>" |
407 | RECIPE_MAINTAINER_pn-libvorbis = "Zang Ruochen <zangrc.fnst@fujitsu.com>" | 407 | RECIPE_MAINTAINER:pn-libvorbis = "Zang Ruochen <zangrc.fnst@fujitsu.com>" |
408 | RECIPE_MAINTAINER_pn-libwebp = "Alexander Kanavin <alex.kanavin@gmail.com>" | 408 | RECIPE_MAINTAINER:pn-libwebp = "Alexander Kanavin <alex.kanavin@gmail.com>" |
409 | RECIPE_MAINTAINER_pn-libwpe = "Alexander Kanavin <alex.kanavin@gmail.com>" | 409 | RECIPE_MAINTAINER:pn-libwpe = "Alexander Kanavin <alex.kanavin@gmail.com>" |
410 | RECIPE_MAINTAINER_pn-libx11 = "Unassigned <unassigned@yoctoproject.org>" | 410 | RECIPE_MAINTAINER:pn-libx11 = "Unassigned <unassigned@yoctoproject.org>" |
411 | RECIPE_MAINTAINER_pn-libxau = "Unassigned <unassigned@yoctoproject.org>" | 411 | RECIPE_MAINTAINER:pn-libxau = "Unassigned <unassigned@yoctoproject.org>" |
412 | RECIPE_MAINTAINER_pn-libxcb = "Unassigned <unassigned@yoctoproject.org>" | 412 | RECIPE_MAINTAINER:pn-libxcb = "Unassigned <unassigned@yoctoproject.org>" |
413 | RECIPE_MAINTAINER_pn-libxcomposite = "Unassigned <unassigned@yoctoproject.org>" | 413 | RECIPE_MAINTAINER:pn-libxcomposite = "Unassigned <unassigned@yoctoproject.org>" |
414 | RECIPE_MAINTAINER_pn-libxcursor = "Unassigned <unassigned@yoctoproject.org>" | 414 | RECIPE_MAINTAINER:pn-libxcursor = "Unassigned <unassigned@yoctoproject.org>" |
415 | RECIPE_MAINTAINER_pn-libxcrypt = "Khem Raj <raj.khem@gmail.com>" | 415 | RECIPE_MAINTAINER:pn-libxcrypt = "Khem Raj <raj.khem@gmail.com>" |
416 | RECIPE_MAINTAINER_pn-libxcrypt-compat = "Khem Raj <raj.khem@gmail.com>" | 416 | RECIPE_MAINTAINER:pn-libxcrypt-compat = "Khem Raj <raj.khem@gmail.com>" |
417 | RECIPE_MAINTAINER_pn-libxdamage = "Unassigned <unassigned@yoctoproject.org>" | 417 | RECIPE_MAINTAINER:pn-libxdamage = "Unassigned <unassigned@yoctoproject.org>" |
418 | RECIPE_MAINTAINER_pn-libxdmcp = "Unassigned <unassigned@yoctoproject.org>" | 418 | RECIPE_MAINTAINER:pn-libxdmcp = "Unassigned <unassigned@yoctoproject.org>" |
419 | RECIPE_MAINTAINER_pn-libxext = "Unassigned <unassigned@yoctoproject.org>" | 419 | RECIPE_MAINTAINER:pn-libxext = "Unassigned <unassigned@yoctoproject.org>" |
420 | RECIPE_MAINTAINER_pn-libxfixes = "Unassigned <unassigned@yoctoproject.org>" | 420 | RECIPE_MAINTAINER:pn-libxfixes = "Unassigned <unassigned@yoctoproject.org>" |
421 | RECIPE_MAINTAINER_pn-libxfont = "Unassigned <unassigned@yoctoproject.org>" | 421 | RECIPE_MAINTAINER:pn-libxfont = "Unassigned <unassigned@yoctoproject.org>" |
422 | RECIPE_MAINTAINER_pn-libxfont2 = "Unassigned <unassigned@yoctoproject.org>" | 422 | RECIPE_MAINTAINER:pn-libxfont2 = "Unassigned <unassigned@yoctoproject.org>" |
423 | RECIPE_MAINTAINER_pn-libxft = "Unassigned <unassigned@yoctoproject.org>" | 423 | RECIPE_MAINTAINER:pn-libxft = "Unassigned <unassigned@yoctoproject.org>" |
424 | RECIPE_MAINTAINER_pn-libxi = "Unassigned <unassigned@yoctoproject.org>" | 424 | RECIPE_MAINTAINER:pn-libxi = "Unassigned <unassigned@yoctoproject.org>" |
425 | RECIPE_MAINTAINER_pn-libxinerama = "Unassigned <unassigned@yoctoproject.org>" | 425 | RECIPE_MAINTAINER:pn-libxinerama = "Unassigned <unassigned@yoctoproject.org>" |
426 | RECIPE_MAINTAINER_pn-libxkbcommon = "Unassigned <unassigned@yoctoproject.org>" | 426 | RECIPE_MAINTAINER:pn-libxkbcommon = "Unassigned <unassigned@yoctoproject.org>" |
427 | RECIPE_MAINTAINER_pn-libxkbfile = "Unassigned <unassigned@yoctoproject.org>" | 427 | RECIPE_MAINTAINER:pn-libxkbfile = "Unassigned <unassigned@yoctoproject.org>" |
428 | RECIPE_MAINTAINER_pn-libxml-namespacesupport-perl = "Tim Orling <timothy.t.orling@intel.com>" | 428 | RECIPE_MAINTAINER:pn-libxml-namespacesupport-perl = "Tim Orling <timothy.t.orling@intel.com>" |
429 | RECIPE_MAINTAINER_pn-libxml-parser-perl = "Tim Orling <timothy.t.orling@intel.com>" | 429 | RECIPE_MAINTAINER:pn-libxml-parser-perl = "Tim Orling <timothy.t.orling@intel.com>" |
430 | RECIPE_MAINTAINER_pn-libxml-perl = "Tim Orling <timothy.t.orling@intel.com>" | 430 | RECIPE_MAINTAINER:pn-libxml-perl = "Tim Orling <timothy.t.orling@intel.com>" |
431 | RECIPE_MAINTAINER_pn-libxml-sax-base-perl = "Tim Orling <timothy.t.orling@intel.com>" | 431 | RECIPE_MAINTAINER:pn-libxml-sax-base-perl = "Tim Orling <timothy.t.orling@intel.com>" |
432 | RECIPE_MAINTAINER_pn-libxml-sax-perl = "Tim Orling <timothy.t.orling@intel.com>" | 432 | RECIPE_MAINTAINER:pn-libxml-sax-perl = "Tim Orling <timothy.t.orling@intel.com>" |
433 | RECIPE_MAINTAINER_pn-libxml-simple-perl = "Tim Orling <timothy.t.orling@intel.com>" | 433 | RECIPE_MAINTAINER:pn-libxml-simple-perl = "Tim Orling <timothy.t.orling@intel.com>" |
434 | RECIPE_MAINTAINER_pn-libxml2 = "Hongxu Jia <hongxu.jia@windriver.com>" | 434 | RECIPE_MAINTAINER:pn-libxml2 = "Hongxu Jia <hongxu.jia@windriver.com>" |
435 | RECIPE_MAINTAINER_pn-libxmu = "Unassigned <unassigned@yoctoproject.org>" | 435 | RECIPE_MAINTAINER:pn-libxmu = "Unassigned <unassigned@yoctoproject.org>" |
436 | RECIPE_MAINTAINER_pn-libxpm = "Unassigned <unassigned@yoctoproject.org>" | 436 | RECIPE_MAINTAINER:pn-libxpm = "Unassigned <unassigned@yoctoproject.org>" |
437 | RECIPE_MAINTAINER_pn-libxrandr = "Unassigned <unassigned@yoctoproject.org>" | 437 | RECIPE_MAINTAINER:pn-libxrandr = "Unassigned <unassigned@yoctoproject.org>" |
438 | RECIPE_MAINTAINER_pn-libxrender = "Unassigned <unassigned@yoctoproject.org>" | 438 | RECIPE_MAINTAINER:pn-libxrender = "Unassigned <unassigned@yoctoproject.org>" |
439 | RECIPE_MAINTAINER_pn-libxres = "Unassigned <unassigned@yoctoproject.org>" | 439 | RECIPE_MAINTAINER:pn-libxres = "Unassigned <unassigned@yoctoproject.org>" |
440 | RECIPE_MAINTAINER_pn-libxscrnsaver = "Unassigned <unassigned@yoctoproject.org>" | 440 | RECIPE_MAINTAINER:pn-libxscrnsaver = "Unassigned <unassigned@yoctoproject.org>" |
441 | RECIPE_MAINTAINER_pn-libxshmfence = "Unassigned <unassigned@yoctoproject.org>" | 441 | RECIPE_MAINTAINER:pn-libxshmfence = "Unassigned <unassigned@yoctoproject.org>" |
442 | RECIPE_MAINTAINER_pn-libxslt = "Alexander Kanavin <alex.kanavin@gmail.com>" | 442 | RECIPE_MAINTAINER:pn-libxslt = "Alexander Kanavin <alex.kanavin@gmail.com>" |
443 | RECIPE_MAINTAINER_pn-libxt = "Unassigned <unassigned@yoctoproject.org>" | 443 | RECIPE_MAINTAINER:pn-libxt = "Unassigned <unassigned@yoctoproject.org>" |
444 | RECIPE_MAINTAINER_pn-libxtst = "Unassigned <unassigned@yoctoproject.org>" | 444 | RECIPE_MAINTAINER:pn-libxtst = "Unassigned <unassigned@yoctoproject.org>" |
445 | RECIPE_MAINTAINER_pn-libxv = "Unassigned <unassigned@yoctoproject.org>" | 445 | RECIPE_MAINTAINER:pn-libxv = "Unassigned <unassigned@yoctoproject.org>" |
446 | RECIPE_MAINTAINER_pn-libxvmc = "Unassigned <unassigned@yoctoproject.org>" | 446 | RECIPE_MAINTAINER:pn-libxvmc = "Unassigned <unassigned@yoctoproject.org>" |
447 | RECIPE_MAINTAINER_pn-libxxf86vm = "Unassigned <unassigned@yoctoproject.org>" | 447 | RECIPE_MAINTAINER:pn-libxxf86vm = "Unassigned <unassigned@yoctoproject.org>" |
448 | RECIPE_MAINTAINER_pn-libyaml = "Wang Mingyu <wangmy@fujitsu.com>" | 448 | RECIPE_MAINTAINER:pn-libyaml = "Wang Mingyu <wangmy@fujitsu.com>" |
449 | RECIPE_MAINTAINER_pn-lighttpd = "Alexander Kanavin <alex.kanavin@gmail.com>" | 449 | RECIPE_MAINTAINER:pn-lighttpd = "Alexander Kanavin <alex.kanavin@gmail.com>" |
450 | RECIPE_MAINTAINER_pn-linux-dummy = "Alexander Kanavin <alex.kanavin@gmail.com>" | 450 | RECIPE_MAINTAINER:pn-linux-dummy = "Alexander Kanavin <alex.kanavin@gmail.com>" |
451 | RECIPE_MAINTAINER_pn-linux-firmware = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 451 | RECIPE_MAINTAINER:pn-linux-firmware = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
452 | RECIPE_MAINTAINER_pn-linux-libc-headers = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 452 | RECIPE_MAINTAINER:pn-linux-libc-headers = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
453 | RECIPE_MAINTAINER_pn-linux-yocto = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 453 | RECIPE_MAINTAINER:pn-linux-yocto = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
454 | RECIPE_MAINTAINER_pn-linux-yocto-dev = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 454 | RECIPE_MAINTAINER:pn-linux-yocto-dev = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
455 | RECIPE_MAINTAINER_pn-linux-yocto-rt = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 455 | RECIPE_MAINTAINER:pn-linux-yocto-rt = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
456 | RECIPE_MAINTAINER_pn-linux-yocto-tiny = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 456 | RECIPE_MAINTAINER:pn-linux-yocto-tiny = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
457 | RECIPE_MAINTAINER_pn-llvm = "Khem Raj <raj.khem@gmail.com>" | 457 | RECIPE_MAINTAINER:pn-llvm = "Khem Raj <raj.khem@gmail.com>" |
458 | RECIPE_MAINTAINER_pn-logrotate = "Yi Zhao <yi.zhao@windriver.com>" | 458 | RECIPE_MAINTAINER:pn-logrotate = "Yi Zhao <yi.zhao@windriver.com>" |
459 | RECIPE_MAINTAINER_pn-log4cplus = "Unassigned <unassigned@yoctoproject.org>" | 459 | RECIPE_MAINTAINER:pn-log4cplus = "Unassigned <unassigned@yoctoproject.org>" |
460 | RECIPE_MAINTAINER_pn-lrzsz = "Anuj Mittal <anuj.mittal@intel.com>" | 460 | RECIPE_MAINTAINER:pn-lrzsz = "Anuj Mittal <anuj.mittal@intel.com>" |
461 | RECIPE_MAINTAINER_pn-lsb-release = "Hongxu Jia <hongxu.jia@windriver.com>" | 461 | RECIPE_MAINTAINER:pn-lsb-release = "Hongxu Jia <hongxu.jia@windriver.com>" |
462 | RECIPE_MAINTAINER_pn-lsof = "Ross Burton <ross.burton@arm.com>" | 462 | RECIPE_MAINTAINER:pn-lsof = "Ross Burton <ross.burton@arm.com>" |
463 | RECIPE_MAINTAINER_pn-ltp = "Yi Zhao <yi.zhao@windriver.com>" | 463 | RECIPE_MAINTAINER:pn-ltp = "Yi Zhao <yi.zhao@windriver.com>" |
464 | RECIPE_MAINTAINER_pn-lttng-modules = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 464 | RECIPE_MAINTAINER:pn-lttng-modules = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
465 | RECIPE_MAINTAINER_pn-lttng-tools = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 465 | RECIPE_MAINTAINER:pn-lttng-tools = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
466 | RECIPE_MAINTAINER_pn-lttng-ust = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 466 | RECIPE_MAINTAINER:pn-lttng-ust = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
467 | RECIPE_MAINTAINER_pn-lz4 = "Denys Dmytriyenko <denis@denix.org>" | 467 | RECIPE_MAINTAINER:pn-lz4 = "Denys Dmytriyenko <denis@denix.org>" |
468 | RECIPE_MAINTAINER_pn-lzo = "Denys Dmytriyenko <denis@denix.org>" | 468 | RECIPE_MAINTAINER:pn-lzo = "Denys Dmytriyenko <denis@denix.org>" |
469 | RECIPE_MAINTAINER_pn-lzip = "Denys Dmytriyenko <denis@denix.org>" | 469 | RECIPE_MAINTAINER:pn-lzip = "Denys Dmytriyenko <denis@denix.org>" |
470 | RECIPE_MAINTAINER_pn-lzop = "Denys Dmytriyenko <denis@denix.org>" | 470 | RECIPE_MAINTAINER:pn-lzop = "Denys Dmytriyenko <denis@denix.org>" |
471 | RECIPE_MAINTAINER_pn-m4 = "Robert Yang <liezhi.yang@windriver.com>" | 471 | RECIPE_MAINTAINER:pn-m4 = "Robert Yang <liezhi.yang@windriver.com>" |
472 | RECIPE_MAINTAINER_pn-m4-native = "Robert Yang <liezhi.yang@windriver.com>" | 472 | RECIPE_MAINTAINER:pn-m4-native = "Robert Yang <liezhi.yang@windriver.com>" |
473 | RECIPE_MAINTAINER_pn-make = "Robert Yang <liezhi.yang@windriver.com>" | 473 | RECIPE_MAINTAINER:pn-make = "Robert Yang <liezhi.yang@windriver.com>" |
474 | RECIPE_MAINTAINER_pn-makedepend = "Robert Yang <liezhi.yang@windriver.com>" | 474 | RECIPE_MAINTAINER:pn-makedepend = "Robert Yang <liezhi.yang@windriver.com>" |
475 | RECIPE_MAINTAINER_pn-makedevs = "Chen Qi <Qi.Chen@windriver.com>" | 475 | RECIPE_MAINTAINER:pn-makedevs = "Chen Qi <Qi.Chen@windriver.com>" |
476 | RECIPE_MAINTAINER_pn-make-mod-scripts = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 476 | RECIPE_MAINTAINER:pn-make-mod-scripts = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
477 | RECIPE_MAINTAINER_pn-man-db = "Hongxu Jia <hongxu.jia@windriver.com>" | 477 | RECIPE_MAINTAINER:pn-man-db = "Hongxu Jia <hongxu.jia@windriver.com>" |
478 | RECIPE_MAINTAINER_pn-man-pages = "Hongxu Jia <hongxu.jia@windriver.com>" | 478 | RECIPE_MAINTAINER:pn-man-pages = "Hongxu Jia <hongxu.jia@windriver.com>" |
479 | RECIPE_MAINTAINER_pn-matchbox-config-gtk = "Ross Burton <ross.burton@arm.com>" | 479 | RECIPE_MAINTAINER:pn-matchbox-config-gtk = "Ross Burton <ross.burton@arm.com>" |
480 | RECIPE_MAINTAINER_pn-matchbox-desktop = "Ross Burton <ross.burton@arm.com>" | 480 | RECIPE_MAINTAINER:pn-matchbox-desktop = "Ross Burton <ross.burton@arm.com>" |
481 | RECIPE_MAINTAINER_pn-matchbox-keyboard = "Ross Burton <ross.burton@arm.com>" | 481 | RECIPE_MAINTAINER:pn-matchbox-keyboard = "Ross Burton <ross.burton@arm.com>" |
482 | RECIPE_MAINTAINER_pn-matchbox-panel-2 = "Ross Burton <ross.burton@arm.com>" | 482 | RECIPE_MAINTAINER:pn-matchbox-panel-2 = "Ross Burton <ross.burton@arm.com>" |
483 | RECIPE_MAINTAINER_pn-matchbox-session = "Ross Burton <ross.burton@arm.com>" | 483 | RECIPE_MAINTAINER:pn-matchbox-session = "Ross Burton <ross.burton@arm.com>" |
484 | RECIPE_MAINTAINER_pn-matchbox-session-sato = "Ross Burton <ross.burton@arm.com>" | 484 | RECIPE_MAINTAINER:pn-matchbox-session-sato = "Ross Burton <ross.burton@arm.com>" |
485 | RECIPE_MAINTAINER_pn-matchbox-terminal = "Ross Burton <ross.burton@arm.com>" | 485 | RECIPE_MAINTAINER:pn-matchbox-terminal = "Ross Burton <ross.burton@arm.com>" |
486 | RECIPE_MAINTAINER_pn-matchbox-theme-sato = "Ross Burton <ross.burton@arm.com>" | 486 | RECIPE_MAINTAINER:pn-matchbox-theme-sato = "Ross Burton <ross.burton@arm.com>" |
487 | RECIPE_MAINTAINER_pn-matchbox-wm = "Ross Burton <ross.burton@arm.com>" | 487 | RECIPE_MAINTAINER:pn-matchbox-wm = "Ross Burton <ross.burton@arm.com>" |
488 | RECIPE_MAINTAINER_pn-mc = "Ross Burton <ross.burton@arm.com>" | 488 | RECIPE_MAINTAINER:pn-mc = "Ross Burton <ross.burton@arm.com>" |
489 | RECIPE_MAINTAINER_pn-mdadm = "Ross Burton <ross.burton@arm.com>" | 489 | RECIPE_MAINTAINER:pn-mdadm = "Ross Burton <ross.burton@arm.com>" |
490 | RECIPE_MAINTAINER_pn-menu-cache = "Ross Burton <ross.burton@arm.com>" | 490 | RECIPE_MAINTAINER:pn-menu-cache = "Ross Burton <ross.burton@arm.com>" |
491 | RECIPE_MAINTAINER_pn-mesa = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 491 | RECIPE_MAINTAINER:pn-mesa = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
492 | RECIPE_MAINTAINER_pn-mesa-demos = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 492 | RECIPE_MAINTAINER:pn-mesa-demos = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
493 | RECIPE_MAINTAINER_pn-mesa-gl = "Otavio Salvador <otavio.salvador@ossystems.com.br>" | 493 | RECIPE_MAINTAINER:pn-mesa-gl = "Otavio Salvador <otavio.salvador@ossystems.com.br>" |
494 | RECIPE_MAINTAINER_pn-meson = "Alexander Kanavin <alex.kanavin@gmail.com>" | 494 | RECIPE_MAINTAINER:pn-meson = "Alexander Kanavin <alex.kanavin@gmail.com>" |
495 | RECIPE_MAINTAINER_pn-meta-environment-${MACHINE} = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 495 | RECIPE_MAINTAINER:pn-meta-environment-${MACHINE} = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
496 | RECIPE_MAINTAINER_pn-meta-environment-extsdk-${MACHINE} = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 496 | RECIPE_MAINTAINER:pn-meta-environment-extsdk-${MACHINE} = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
497 | RECIPE_MAINTAINER_pn-meta-extsdk-toolchain = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 497 | RECIPE_MAINTAINER:pn-meta-extsdk-toolchain = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
498 | RECIPE_MAINTAINER_pn-meta-go-toolchain = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 498 | RECIPE_MAINTAINER:pn-meta-go-toolchain = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
499 | RECIPE_MAINTAINER_pn-meta-ide-support = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 499 | RECIPE_MAINTAINER:pn-meta-ide-support = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
500 | RECIPE_MAINTAINER_pn-meta-toolchain = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 500 | RECIPE_MAINTAINER:pn-meta-toolchain = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
501 | RECIPE_MAINTAINER_pn-meta-world-pkgdata = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 501 | RECIPE_MAINTAINER:pn-meta-world-pkgdata = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
502 | RECIPE_MAINTAINER_pn-mingetty = "Yi Zhao <yi.zhao@windriver.com>" | 502 | RECIPE_MAINTAINER:pn-mingetty = "Yi Zhao <yi.zhao@windriver.com>" |
503 | RECIPE_MAINTAINER_pn-mini-x-session = "Unassigned <unassigned@yoctoproject.org>" | 503 | RECIPE_MAINTAINER:pn-mini-x-session = "Unassigned <unassigned@yoctoproject.org>" |
504 | RECIPE_MAINTAINER_pn-minicom = "Anuj Mittal <anuj.mittal@intel.com>" | 504 | RECIPE_MAINTAINER:pn-minicom = "Anuj Mittal <anuj.mittal@intel.com>" |
505 | RECIPE_MAINTAINER_pn-mkfontscale = "Unassigned <unassigned@yoctoproject.org>" | 505 | RECIPE_MAINTAINER:pn-mkfontscale = "Unassigned <unassigned@yoctoproject.org>" |
506 | RECIPE_MAINTAINER_pn-mmc-utils = "Anuj Mittal <anuj.mittal@intel.com>" | 506 | RECIPE_MAINTAINER:pn-mmc-utils = "Anuj Mittal <anuj.mittal@intel.com>" |
507 | RECIPE_MAINTAINER_pn-mobile-broadband-provider-info = "Alexander Kanavin <alex.kanavin@gmail.com>" | 507 | RECIPE_MAINTAINER:pn-mobile-broadband-provider-info = "Alexander Kanavin <alex.kanavin@gmail.com>" |
508 | RECIPE_MAINTAINER_pn-modutils-initscripts = "Yi Zhao <yi.zhao@windriver.com>" | 508 | RECIPE_MAINTAINER:pn-modutils-initscripts = "Yi Zhao <yi.zhao@windriver.com>" |
509 | RECIPE_MAINTAINER_pn-mpeg2dec = "Alexander Kanavin <alex.kanavin@gmail.com>" | 509 | RECIPE_MAINTAINER:pn-mpeg2dec = "Alexander Kanavin <alex.kanavin@gmail.com>" |
510 | RECIPE_MAINTAINER_pn-mpfr = "Khem Raj <raj.khem@gmail.com>" | 510 | RECIPE_MAINTAINER:pn-mpfr = "Khem Raj <raj.khem@gmail.com>" |
511 | RECIPE_MAINTAINER_pn-mpg123 = "Alexander Kanavin <alex.kanavin@gmail.com>" | 511 | RECIPE_MAINTAINER:pn-mpg123 = "Alexander Kanavin <alex.kanavin@gmail.com>" |
512 | RECIPE_MAINTAINER_pn-msmtp = "Wang Mingyu <wangmy@fujitsu.com>" | 512 | RECIPE_MAINTAINER:pn-msmtp = "Wang Mingyu <wangmy@fujitsu.com>" |
513 | RECIPE_MAINTAINER_pn-mtd-utils = "Denys Dmytriyenko <denis@denix.org>" | 513 | RECIPE_MAINTAINER:pn-mtd-utils = "Denys Dmytriyenko <denis@denix.org>" |
514 | RECIPE_MAINTAINER_pn-mtdev = "Anuj Mittal <anuj.mittal@intel.com>" | 514 | RECIPE_MAINTAINER:pn-mtdev = "Anuj Mittal <anuj.mittal@intel.com>" |
515 | RECIPE_MAINTAINER_pn-mtools = "Anuj Mittal <anuj.mittal@intel.com>" | 515 | RECIPE_MAINTAINER:pn-mtools = "Anuj Mittal <anuj.mittal@intel.com>" |
516 | RECIPE_MAINTAINER_pn-musl = "Khem Raj <raj.khem@gmail.com>" | 516 | RECIPE_MAINTAINER:pn-musl = "Khem Raj <raj.khem@gmail.com>" |
517 | RECIPE_MAINTAINER_pn-musl-obstack = "Khem Raj <raj.khem@gmail.com>" | 517 | RECIPE_MAINTAINER:pn-musl-obstack = "Khem Raj <raj.khem@gmail.com>" |
518 | RECIPE_MAINTAINER_pn-musl-utils = "Khem Raj <raj.khem@gmail.com>" | 518 | RECIPE_MAINTAINER:pn-musl-utils = "Khem Raj <raj.khem@gmail.com>" |
519 | RECIPE_MAINTAINER_pn-nasm = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 519 | RECIPE_MAINTAINER:pn-nasm = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
520 | RECIPE_MAINTAINER_pn-nativesdk-buildtools-perl-dummy = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 520 | RECIPE_MAINTAINER:pn-nativesdk-buildtools-perl-dummy = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
521 | RECIPE_MAINTAINER_pn-nativesdk-icecc-toolchain = "Joshua Watt <JPEWhacker@gmail.com>" | 521 | RECIPE_MAINTAINER:pn-nativesdk-icecc-toolchain = "Joshua Watt <JPEWhacker@gmail.com>" |
522 | RECIPE_MAINTAINER_pn-nativesdk-libtool = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 522 | RECIPE_MAINTAINER:pn-nativesdk-libtool = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
523 | RECIPE_MAINTAINER_pn-nativesdk-meson = "Alexander Kanavin <alex.kanavin@gmail.com>" | 523 | RECIPE_MAINTAINER:pn-nativesdk-meson = "Alexander Kanavin <alex.kanavin@gmail.com>" |
524 | RECIPE_MAINTAINER_pn-nativesdk-packagegroup-sdk-host = "Ross Burton <ross.burton@arm.com>" | 524 | RECIPE_MAINTAINER:pn-nativesdk-packagegroup-sdk-host = "Ross Burton <ross.burton@arm.com>" |
525 | RECIPE_MAINTAINER_pn-nativesdk-qemu-helper = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 525 | RECIPE_MAINTAINER:pn-nativesdk-qemu-helper = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
526 | RECIPE_MAINTAINER_pn-nativesdk-sdk-provides-dummy = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 526 | RECIPE_MAINTAINER:pn-nativesdk-sdk-provides-dummy = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
527 | RECIPE_MAINTAINER_pn-newlib = "Alejandro Hernandez <aehs29@gmail.com>" | 527 | RECIPE_MAINTAINER:pn-newlib = "Alejandro Hernandez <aehs29@gmail.com>" |
528 | RECIPE_MAINTAINER_pn-ncurses = "Hongxu Jia <hongxu.jia@windriver.com>" | 528 | RECIPE_MAINTAINER:pn-ncurses = "Hongxu Jia <hongxu.jia@windriver.com>" |
529 | RECIPE_MAINTAINER_pn-neard = "Anuj Mittal <anuj.mittal@intel.com>" | 529 | RECIPE_MAINTAINER:pn-neard = "Anuj Mittal <anuj.mittal@intel.com>" |
530 | RECIPE_MAINTAINER_pn-net-tools = "Unassigned <unassigned@yoctoproject.org>" | 530 | RECIPE_MAINTAINER:pn-net-tools = "Unassigned <unassigned@yoctoproject.org>" |
531 | RECIPE_MAINTAINER_pn-netbase = "Unassigned <unassigned@yoctoproject.org>" | 531 | RECIPE_MAINTAINER:pn-netbase = "Unassigned <unassigned@yoctoproject.org>" |
532 | RECIPE_MAINTAINER_pn-nettle = "Unassigned <unassigned@yoctoproject.org>" | 532 | RECIPE_MAINTAINER:pn-nettle = "Unassigned <unassigned@yoctoproject.org>" |
533 | RECIPE_MAINTAINER_pn-nfs-export-root = "Robert Yang <liezhi.yang@windriver.com>" | 533 | RECIPE_MAINTAINER:pn-nfs-export-root = "Robert Yang <liezhi.yang@windriver.com>" |
534 | RECIPE_MAINTAINER_pn-nfs-utils = "Robert Yang <liezhi.yang@windriver.com>" | 534 | RECIPE_MAINTAINER:pn-nfs-utils = "Robert Yang <liezhi.yang@windriver.com>" |
535 | RECIPE_MAINTAINER_pn-ninja = "Khem Raj <raj.khem@gmail.com>" | 535 | RECIPE_MAINTAINER:pn-ninja = "Khem Raj <raj.khem@gmail.com>" |
536 | RECIPE_MAINTAINER_pn-npth = "Alexander Kanavin <alex.kanavin@gmail.com>" | 536 | RECIPE_MAINTAINER:pn-npth = "Alexander Kanavin <alex.kanavin@gmail.com>" |
537 | RECIPE_MAINTAINER_pn-nss-myhostname = "Anuj Mittal <anuj.mittal@intel.com>" | 537 | RECIPE_MAINTAINER:pn-nss-myhostname = "Anuj Mittal <anuj.mittal@intel.com>" |
538 | RECIPE_MAINTAINER_pn-numactl = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 538 | RECIPE_MAINTAINER:pn-numactl = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
539 | RECIPE_MAINTAINER_pn-ofono = "Ross Burton <ross.burton@arm.com>" | 539 | RECIPE_MAINTAINER:pn-ofono = "Ross Burton <ross.burton@arm.com>" |
540 | RECIPE_MAINTAINER_pn-opensbi = "Alistair Francis <alistair.francis@wdc.com>" | 540 | RECIPE_MAINTAINER:pn-opensbi = "Alistair Francis <alistair.francis@wdc.com>" |
541 | RECIPE_MAINTAINER_pn-openssh = "Unassigned <unassigned@yoctoproject.org>" | 541 | RECIPE_MAINTAINER:pn-openssh = "Unassigned <unassigned@yoctoproject.org>" |
542 | RECIPE_MAINTAINER_pn-openssl = "Alexander Kanavin <alex.kanavin@gmail.com>" | 542 | RECIPE_MAINTAINER:pn-openssl = "Alexander Kanavin <alex.kanavin@gmail.com>" |
543 | RECIPE_MAINTAINER_pn-opkg = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | 543 | RECIPE_MAINTAINER:pn-opkg = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" |
544 | RECIPE_MAINTAINER_pn-opkg-arch-config = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | 544 | RECIPE_MAINTAINER:pn-opkg-arch-config = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" |
545 | RECIPE_MAINTAINER_pn-opkg-keyrings = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | 545 | RECIPE_MAINTAINER:pn-opkg-keyrings = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" |
546 | RECIPE_MAINTAINER_pn-opkg-utils = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | 546 | RECIPE_MAINTAINER:pn-opkg-utils = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" |
547 | RECIPE_MAINTAINER_pn-orc = "Anuj Mittal <anuj.mittal@intel.com>" | 547 | RECIPE_MAINTAINER:pn-orc = "Anuj Mittal <anuj.mittal@intel.com>" |
548 | RECIPE_MAINTAINER_pn-os-release = "Ross Burton <ross.burton@arm.com>" | 548 | RECIPE_MAINTAINER:pn-os-release = "Ross Burton <ross.burton@arm.com>" |
549 | RECIPE_MAINTAINER_pn-ovmf = "Ricardo Neri <ricardo.neri-calderon@linux.intel.com>" | 549 | RECIPE_MAINTAINER:pn-ovmf = "Ricardo Neri <ricardo.neri-calderon@linux.intel.com>" |
550 | RECIPE_MAINTAINER_pn-ovmf-shell-image = "Ricardo Neri <ricardo.neri-calderon@linux.intel.com>" | 550 | RECIPE_MAINTAINER:pn-ovmf-shell-image = "Ricardo Neri <ricardo.neri-calderon@linux.intel.com>" |
551 | RECIPE_MAINTAINER_pn-p11-kit = "Alexander Kanavin <alex.kanavin@gmail.com>" | 551 | RECIPE_MAINTAINER:pn-p11-kit = "Alexander Kanavin <alex.kanavin@gmail.com>" |
552 | RECIPE_MAINTAINER_pn-package-index = "Ross Burton <ross.burton@arm.com>" | 552 | RECIPE_MAINTAINER:pn-package-index = "Ross Burton <ross.burton@arm.com>" |
553 | RECIPE_MAINTAINER_pn-pango = "Ross Burton <ross.burton@arm.com>" | 553 | RECIPE_MAINTAINER:pn-pango = "Ross Burton <ross.burton@arm.com>" |
554 | RECIPE_MAINTAINER_pn-parted = "Hongxu Jia <hongxu.jia@windriver.com>" | 554 | RECIPE_MAINTAINER:pn-parted = "Hongxu Jia <hongxu.jia@windriver.com>" |
555 | RECIPE_MAINTAINER_pn-patch = "Hongxu Jia <hongxu.jia@windriver.com>" | 555 | RECIPE_MAINTAINER:pn-patch = "Hongxu Jia <hongxu.jia@windriver.com>" |
556 | RECIPE_MAINTAINER_pn-patchelf = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 556 | RECIPE_MAINTAINER:pn-patchelf = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
557 | RECIPE_MAINTAINER_pn-pbzip2 = "Denys Dmytriyenko <denis@denix.org>" | 557 | RECIPE_MAINTAINER:pn-pbzip2 = "Denys Dmytriyenko <denis@denix.org>" |
558 | RECIPE_MAINTAINER_pn-pciutils = "Chen Qi <Qi.Chen@windriver.com>" | 558 | RECIPE_MAINTAINER:pn-pciutils = "Chen Qi <Qi.Chen@windriver.com>" |
559 | RECIPE_MAINTAINER_pn-pcmanfm = "Alexander Kanavin <alex.kanavin@gmail.com>" | 559 | RECIPE_MAINTAINER:pn-pcmanfm = "Alexander Kanavin <alex.kanavin@gmail.com>" |
560 | RECIPE_MAINTAINER_pn-perf = "Bruce Ashfield <bruce.ashfield@gmail.com>" | 560 | RECIPE_MAINTAINER:pn-perf = "Bruce Ashfield <bruce.ashfield@gmail.com>" |
561 | RECIPE_MAINTAINER_pn-perl = "Alexander Kanavin <alex.kanavin@gmail.com>" | 561 | RECIPE_MAINTAINER:pn-perl = "Alexander Kanavin <alex.kanavin@gmail.com>" |
562 | RECIPE_MAINTAINER_pn-perlcross = "Alexander Kanavin <alex.kanavin@gmail.com>" | 562 | RECIPE_MAINTAINER:pn-perlcross = "Alexander Kanavin <alex.kanavin@gmail.com>" |
563 | RECIPE_MAINTAINER_pn-piglit = "Ross Burton <ross.burton@arm.com>" | 563 | RECIPE_MAINTAINER:pn-piglit = "Ross Burton <ross.burton@arm.com>" |
564 | RECIPE_MAINTAINER_pn-pigz = "Hongxu Jia <hongxu.jia@windriver.com>" | 564 | RECIPE_MAINTAINER:pn-pigz = "Hongxu Jia <hongxu.jia@windriver.com>" |
565 | RECIPE_MAINTAINER_pn-pinentry = "Unassigned <unassigned@yoctoproject.org>" | 565 | RECIPE_MAINTAINER:pn-pinentry = "Unassigned <unassigned@yoctoproject.org>" |
566 | RECIPE_MAINTAINER_pn-pixman = "Anuj Mittal <anuj.mittal@intel.com>" | 566 | RECIPE_MAINTAINER:pn-pixman = "Anuj Mittal <anuj.mittal@intel.com>" |
567 | RECIPE_MAINTAINER_pn-pkgconf = "Ross Burton <ross.burton@arm.com>" | 567 | RECIPE_MAINTAINER:pn-pkgconf = "Ross Burton <ross.burton@arm.com>" |
568 | RECIPE_MAINTAINER_pn-pkgconfig = "Ross Burton <ross.burton@arm.com>" | 568 | RECIPE_MAINTAINER:pn-pkgconfig = "Ross Burton <ross.burton@arm.com>" |
569 | RECIPE_MAINTAINER_pn-pm-utils = "Ross Burton <ross.burton@arm.com>" | 569 | RECIPE_MAINTAINER:pn-pm-utils = "Ross Burton <ross.burton@arm.com>" |
570 | RECIPE_MAINTAINER_pn-pointercal-xinput = "Alexander Kanavin <alex.kanavin@gmail.com>" | 570 | RECIPE_MAINTAINER:pn-pointercal-xinput = "Alexander Kanavin <alex.kanavin@gmail.com>" |
571 | RECIPE_MAINTAINER_pn-pong-clock = "Anuj Mittal <anuj.mittal@intel.com>" | 571 | RECIPE_MAINTAINER:pn-pong-clock = "Anuj Mittal <anuj.mittal@intel.com>" |
572 | RECIPE_MAINTAINER_pn-popt = "Yi Zhao <yi.zhao@windriver.com>" | 572 | RECIPE_MAINTAINER:pn-popt = "Yi Zhao <yi.zhao@windriver.com>" |
573 | RECIPE_MAINTAINER_pn-powertop = "Alexander Kanavin <alex.kanavin@gmail.com>" | 573 | RECIPE_MAINTAINER:pn-powertop = "Alexander Kanavin <alex.kanavin@gmail.com>" |
574 | RECIPE_MAINTAINER_pn-ppp = "Hongxu Jia <hongxu.jia@windriver.com>" | 574 | RECIPE_MAINTAINER:pn-ppp = "Hongxu Jia <hongxu.jia@windriver.com>" |
575 | RECIPE_MAINTAINER_pn-ppp-dialin = "Hongxu Jia <hongxu.jia@windriver.com>" | 575 | RECIPE_MAINTAINER:pn-ppp-dialin = "Hongxu Jia <hongxu.jia@windriver.com>" |
576 | RECIPE_MAINTAINER_pn-prelink = "Mark Hatle <mark.hatle@kernel.crashing.org>" | 576 | RECIPE_MAINTAINER:pn-prelink = "Mark Hatle <mark.hatle@kernel.crashing.org>" |
577 | RECIPE_MAINTAINER_pn-procps = "Alexander Kanavin <alex.kanavin@gmail.com>" | 577 | RECIPE_MAINTAINER:pn-procps = "Alexander Kanavin <alex.kanavin@gmail.com>" |
578 | RECIPE_MAINTAINER_pn-pseudo = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 578 | RECIPE_MAINTAINER:pn-pseudo = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
579 | RECIPE_MAINTAINER_pn-psmisc = "Alexander Kanavin <alex.kanavin@gmail.com>" | 579 | RECIPE_MAINTAINER:pn-psmisc = "Alexander Kanavin <alex.kanavin@gmail.com>" |
580 | RECIPE_MAINTAINER_pn-psplash = "Yi Zhao <yi.zhao@windriver.com>" | 580 | RECIPE_MAINTAINER:pn-psplash = "Yi Zhao <yi.zhao@windriver.com>" |
581 | RECIPE_MAINTAINER_pn-ptest-runner = "Ross Burton <ross.burton@arm.com>" | 581 | RECIPE_MAINTAINER:pn-ptest-runner = "Ross Burton <ross.burton@arm.com>" |
582 | RECIPE_MAINTAINER_pn-pulseaudio = "Unassigned <unassigned@yoctoproject.org>" | 582 | RECIPE_MAINTAINER:pn-pulseaudio = "Unassigned <unassigned@yoctoproject.org>" |
583 | RECIPE_MAINTAINER_pn-pulseaudio-client-conf-sato = "Unassigned <unassigned@yoctoproject.org>" | 583 | RECIPE_MAINTAINER:pn-pulseaudio-client-conf-sato = "Unassigned <unassigned@yoctoproject.org>" |
584 | RECIPE_MAINTAINER_pn-puzzles = "Anuj Mittal <anuj.mittal@intel.com>" | 584 | RECIPE_MAINTAINER:pn-puzzles = "Anuj Mittal <anuj.mittal@intel.com>" |
585 | RECIPE_MAINTAINER_pn-python3 = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 585 | RECIPE_MAINTAINER:pn-python3 = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
586 | RECIPE_MAINTAINER_pn-python3-async = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 586 | RECIPE_MAINTAINER:pn-python3-async = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
587 | RECIPE_MAINTAINER_pn-python3-atomicwrites = "Tim Orling <timothy.t.orling@intel.com>" | 587 | RECIPE_MAINTAINER:pn-python3-atomicwrites = "Tim Orling <timothy.t.orling@intel.com>" |
588 | RECIPE_MAINTAINER_pn-python3-attrs = "Tim Orling <timothy.t.orling@intel.com>" | 588 | RECIPE_MAINTAINER:pn-python3-attrs = "Tim Orling <timothy.t.orling@intel.com>" |
589 | RECIPE_MAINTAINER_pn-python3-cython = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 589 | RECIPE_MAINTAINER:pn-python3-cython = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
590 | RECIPE_MAINTAINER_pn-python3-dbus = "Zang Ruochen <zangrc.fnst@fujitsu.com>" | 590 | RECIPE_MAINTAINER:pn-python3-dbus = "Zang Ruochen <zangrc.fnst@fujitsu.com>" |
591 | RECIPE_MAINTAINER_pn-python3-dbusmock = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 591 | RECIPE_MAINTAINER:pn-python3-dbusmock = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
592 | RECIPE_MAINTAINER_pn-python3-docutils = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 592 | RECIPE_MAINTAINER:pn-python3-docutils = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
593 | RECIPE_MAINTAINER_pn-python3-pycryptodome = "Joshua Watt <JPEWhacker@gmail.com>" | 593 | RECIPE_MAINTAINER:pn-python3-pycryptodome = "Joshua Watt <JPEWhacker@gmail.com>" |
594 | RECIPE_MAINTAINER_pn-python3-pycryptodomex = "Joshua Watt <JPEWhacker@gmail.com>" | 594 | RECIPE_MAINTAINER:pn-python3-pycryptodomex = "Joshua Watt <JPEWhacker@gmail.com>" |
595 | RECIPE_MAINTAINER_pn-python3-extras = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 595 | RECIPE_MAINTAINER:pn-python3-extras = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
596 | RECIPE_MAINTAINER_pn-python3-git = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 596 | RECIPE_MAINTAINER:pn-python3-git = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
597 | RECIPE_MAINTAINER_pn-python3-gitdb = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 597 | RECIPE_MAINTAINER:pn-python3-gitdb = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
598 | RECIPE_MAINTAINER_pn-python3-hypothesis = "Tim Orling <timothy.t.orling@intel.com>" | 598 | RECIPE_MAINTAINER:pn-python3-hypothesis = "Tim Orling <timothy.t.orling@intel.com>" |
599 | RECIPE_MAINTAINER_pn-python3-importlib-metadata = "Tim Orling <timothy.t.orling@intel.com>" | 599 | RECIPE_MAINTAINER:pn-python3-importlib-metadata = "Tim Orling <timothy.t.orling@intel.com>" |
600 | RECIPE_MAINTAINER_pn-python3-iniconfig = "Tim Orling <timothy.t.orling@intel.com>" | 600 | RECIPE_MAINTAINER:pn-python3-iniconfig = "Tim Orling <timothy.t.orling@intel.com>" |
601 | RECIPE_MAINTAINER_pn-python3-iniparse = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 601 | RECIPE_MAINTAINER:pn-python3-iniparse = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
602 | RECIPE_MAINTAINER_pn-python3-jinja2 = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 602 | RECIPE_MAINTAINER:pn-python3-jinja2 = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
603 | RECIPE_MAINTAINER_pn-python3-libarchive-c = "Joshua Watt <JPEWhacker@gmail.com>" | 603 | RECIPE_MAINTAINER:pn-python3-libarchive-c = "Joshua Watt <JPEWhacker@gmail.com>" |
604 | RECIPE_MAINTAINER_pn-python3-magic = "Joshua Watt <JPEWhacker@gmail.com>" | 604 | RECIPE_MAINTAINER:pn-python3-magic = "Joshua Watt <JPEWhacker@gmail.com>" |
605 | RECIPE_MAINTAINER_pn-python3-mako = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 605 | RECIPE_MAINTAINER:pn-python3-mako = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
606 | RECIPE_MAINTAINER_pn-python3-markdown = "Alexander Kanavin <alex.kanavin@gmail.com>" | 606 | RECIPE_MAINTAINER:pn-python3-markdown = "Alexander Kanavin <alex.kanavin@gmail.com>" |
607 | RECIPE_MAINTAINER_pn-python3-markupsafe = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 607 | RECIPE_MAINTAINER:pn-python3-markupsafe = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
608 | RECIPE_MAINTAINER_pn-python3-more-itertools = "Tim Orling <timothy.t.orling@intel.com>" | 608 | RECIPE_MAINTAINER:pn-python3-more-itertools = "Tim Orling <timothy.t.orling@intel.com>" |
609 | RECIPE_MAINTAINER_pn-python3-nose = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 609 | RECIPE_MAINTAINER:pn-python3-nose = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
610 | RECIPE_MAINTAINER_pn-python3-numpy = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 610 | RECIPE_MAINTAINER:pn-python3-numpy = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
611 | RECIPE_MAINTAINER_pn-python3-packaging = "Tim Orling <timothy.t.orling@intel.com>" | 611 | RECIPE_MAINTAINER:pn-python3-packaging = "Tim Orling <timothy.t.orling@intel.com>" |
612 | RECIPE_MAINTAINER_pn-python3-pathlib2 = "Tim Orling <timothy.t.orling@intel.com>" | 612 | RECIPE_MAINTAINER:pn-python3-pathlib2 = "Tim Orling <timothy.t.orling@intel.com>" |
613 | RECIPE_MAINTAINER_pn-python3-pbr = "Zang Ruochen <zangrc.fnst@fujitsu.com>" | 613 | RECIPE_MAINTAINER:pn-python3-pbr = "Zang Ruochen <zangrc.fnst@fujitsu.com>" |
614 | RECIPE_MAINTAINER_pn-python3-pip = "Zang Ruochen <zangrc.fnst@fujitsu.com>" | 614 | RECIPE_MAINTAINER:pn-python3-pip = "Zang Ruochen <zangrc.fnst@fujitsu.com>" |
615 | RECIPE_MAINTAINER_pn-python3-pluggy = "Tim Orling <timothy.t.orling@intel.com>" | 615 | RECIPE_MAINTAINER:pn-python3-pluggy = "Tim Orling <timothy.t.orling@intel.com>" |
616 | RECIPE_MAINTAINER_pn-python3-py = "Tim Orling <timothy.t.orling@intel.com>" | 616 | RECIPE_MAINTAINER:pn-python3-py = "Tim Orling <timothy.t.orling@intel.com>" |
617 | RECIPE_MAINTAINER_pn-python3-pyyaml = "Tim Orling <timothy.t.orling@intel.com>" | 617 | RECIPE_MAINTAINER:pn-python3-pyyaml = "Tim Orling <timothy.t.orling@intel.com>" |
618 | RECIPE_MAINTAINER_pn-python3-pycairo = "Zang Ruochen <zangrc.fnst@fujitsu.com>" | 618 | RECIPE_MAINTAINER:pn-python3-pycairo = "Zang Ruochen <zangrc.fnst@fujitsu.com>" |
619 | RECIPE_MAINTAINER_pn-python3-pyelftools = "Joshua Watt <JPEWhacker@gmail.com>" | 619 | RECIPE_MAINTAINER:pn-python3-pyelftools = "Joshua Watt <JPEWhacker@gmail.com>" |
620 | RECIPE_MAINTAINER_pn-python3-pygments = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 620 | RECIPE_MAINTAINER:pn-python3-pygments = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
621 | RECIPE_MAINTAINER_pn-python3-pygobject = "Zang Ruochen <zangrc.fnst@fujitsu.com>" | 621 | RECIPE_MAINTAINER:pn-python3-pygobject = "Zang Ruochen <zangrc.fnst@fujitsu.com>" |
622 | RECIPE_MAINTAINER_pn-python3-pyparsing = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 622 | RECIPE_MAINTAINER:pn-python3-pyparsing = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
623 | RECIPE_MAINTAINER_pn-python3-pytest = "Tim Orling <timothy.t.orling@intel.com>" | 623 | RECIPE_MAINTAINER:pn-python3-pytest = "Tim Orling <timothy.t.orling@intel.com>" |
624 | RECIPE_MAINTAINER_pn-python3-scons = "Tim Orling <timothy.t.orling@intel.com>" | 624 | RECIPE_MAINTAINER:pn-python3-scons = "Tim Orling <timothy.t.orling@intel.com>" |
625 | RECIPE_MAINTAINER_pn-python3-scons-native = "Tim Orling <timothy.t.orling@intel.com>" | 625 | RECIPE_MAINTAINER:pn-python3-scons-native = "Tim Orling <timothy.t.orling@intel.com>" |
626 | RECIPE_MAINTAINER_pn-python3-setuptools = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 626 | RECIPE_MAINTAINER:pn-python3-setuptools = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
627 | RECIPE_MAINTAINER_pn-python3-setuptools-scm = "Tim Orling <timothy.t.orling@intel.com>" | 627 | RECIPE_MAINTAINER:pn-python3-setuptools-scm = "Tim Orling <timothy.t.orling@intel.com>" |
628 | RECIPE_MAINTAINER_pn-python3-six = "Zang Ruochen <zangrc.fnst@fujitsu.com>" | 628 | RECIPE_MAINTAINER:pn-python3-six = "Zang Ruochen <zangrc.fnst@fujitsu.com>" |
629 | RECIPE_MAINTAINER_pn-python3-smartypants = "Alexander Kanavin <alex.kanavin@gmail.com>" | 629 | RECIPE_MAINTAINER:pn-python3-smartypants = "Alexander Kanavin <alex.kanavin@gmail.com>" |
630 | RECIPE_MAINTAINER_pn-python3-smmap = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 630 | RECIPE_MAINTAINER:pn-python3-smmap = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
631 | RECIPE_MAINTAINER_pn-python3-sortedcontainers = "Tim Orling <timothy.t.orling@intel.com>" | 631 | RECIPE_MAINTAINER:pn-python3-sortedcontainers = "Tim Orling <timothy.t.orling@intel.com>" |
632 | RECIPE_MAINTAINER_pn-python3-subunit = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 632 | RECIPE_MAINTAINER:pn-python3-subunit = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
633 | RECIPE_MAINTAINER_pn-python3-testtools = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" | 633 | RECIPE_MAINTAINER:pn-python3-testtools = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>" |
634 | RECIPE_MAINTAINER_pn-python3-toml = "Tim Orling <timothy.t.orling@intel.com>" | 634 | RECIPE_MAINTAINER:pn-python3-toml = "Tim Orling <timothy.t.orling@intel.com>" |
635 | RECIPE_MAINTAINER_pn-python3-typogrify = "Alexander Kanavin <alex.kanavin@gmail.com>" | 635 | RECIPE_MAINTAINER:pn-python3-typogrify = "Alexander Kanavin <alex.kanavin@gmail.com>" |
636 | RECIPE_MAINTAINER_pn-python3-wcwidth = "Tim Orling <timothy.t.orling@intel.com>" | 636 | RECIPE_MAINTAINER:pn-python3-wcwidth = "Tim Orling <timothy.t.orling@intel.com>" |
637 | RECIPE_MAINTAINER_pn-python3-zipp = "Tim Orling <timothy.t.orling@intel.com>" | 637 | RECIPE_MAINTAINER:pn-python3-zipp = "Tim Orling <timothy.t.orling@intel.com>" |
638 | RECIPE_MAINTAINER_pn-qemu = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 638 | RECIPE_MAINTAINER:pn-qemu = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
639 | RECIPE_MAINTAINER_pn-qemu-helper-native = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 639 | RECIPE_MAINTAINER:pn-qemu-helper-native = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
640 | RECIPE_MAINTAINER_pn-qemu-native = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 640 | RECIPE_MAINTAINER:pn-qemu-native = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
641 | RECIPE_MAINTAINER_pn-qemu-system-native = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 641 | RECIPE_MAINTAINER:pn-qemu-system-native = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
642 | RECIPE_MAINTAINER_pn-qemuwrapper-cross = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 642 | RECIPE_MAINTAINER:pn-qemuwrapper-cross = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
643 | RECIPE_MAINTAINER_pn-quilt = "Robert Yang <liezhi.yang@windriver.com>" | 643 | RECIPE_MAINTAINER:pn-quilt = "Robert Yang <liezhi.yang@windriver.com>" |
644 | RECIPE_MAINTAINER_pn-quilt-native = "Robert Yang <liezhi.yang@windriver.com>" | 644 | RECIPE_MAINTAINER:pn-quilt-native = "Robert Yang <liezhi.yang@windriver.com>" |
645 | RECIPE_MAINTAINER_pn-quota = "Anuj Mittal <anuj.mittal@intel.com>" | 645 | RECIPE_MAINTAINER:pn-quota = "Anuj Mittal <anuj.mittal@intel.com>" |
646 | RECIPE_MAINTAINER_pn-re2c = "Khem Raj <raj.khem@gmail.com>" | 646 | RECIPE_MAINTAINER:pn-re2c = "Khem Raj <raj.khem@gmail.com>" |
647 | RECIPE_MAINTAINER_pn-readline = "Hongxu Jia <hongxu.jia@windriver.com>" | 647 | RECIPE_MAINTAINER:pn-readline = "Hongxu Jia <hongxu.jia@windriver.com>" |
648 | RECIPE_MAINTAINER_pn-resolvconf = "Chen Qi <Qi.Chen@windriver.com>" | 648 | RECIPE_MAINTAINER:pn-resolvconf = "Chen Qi <Qi.Chen@windriver.com>" |
649 | RECIPE_MAINTAINER_pn-rgb = "Unassigned <unassigned@yoctoproject.org>" | 649 | RECIPE_MAINTAINER:pn-rgb = "Unassigned <unassigned@yoctoproject.org>" |
650 | RECIPE_MAINTAINER_pn-rpcbind = "Hongxu Jia <hongxu.jia@windriver.com>" | 650 | RECIPE_MAINTAINER:pn-rpcbind = "Hongxu Jia <hongxu.jia@windriver.com>" |
651 | RECIPE_MAINTAINER_pn-rng-tools = "Anuj Mittal <anuj.mittal@intel.com>" | 651 | RECIPE_MAINTAINER:pn-rng-tools = "Anuj Mittal <anuj.mittal@intel.com>" |
652 | RECIPE_MAINTAINER_pn-rpcsvc-proto = "Khem Raj <raj.khem@gmail.com>" | 652 | RECIPE_MAINTAINER:pn-rpcsvc-proto = "Khem Raj <raj.khem@gmail.com>" |
653 | RECIPE_MAINTAINER_pn-rpm = "Unassigned <unassigned@yoctoproject.org>" | 653 | RECIPE_MAINTAINER:pn-rpm = "Unassigned <unassigned@yoctoproject.org>" |
654 | RECIPE_MAINTAINER_pn-rsync = "Yi Zhao <yi.zhao@windriver.com>" | 654 | RECIPE_MAINTAINER:pn-rsync = "Yi Zhao <yi.zhao@windriver.com>" |
655 | RECIPE_MAINTAINER_pn-rt-tests = "Alexander Kanavin <alex.kanavin@gmail.com>" | 655 | RECIPE_MAINTAINER:pn-rt-tests = "Alexander Kanavin <alex.kanavin@gmail.com>" |
656 | RECIPE_MAINTAINER_pn-ruby = "Ross Burton <ross.burton@arm.com>" | 656 | RECIPE_MAINTAINER:pn-ruby = "Ross Burton <ross.burton@arm.com>" |
657 | RECIPE_MAINTAINER_pn-run-postinsts = "Ross Burton <ross.burton@arm.com>" | 657 | RECIPE_MAINTAINER:pn-run-postinsts = "Ross Burton <ross.burton@arm.com>" |
658 | RECIPE_MAINTAINER_pn-rxvt-unicode = "Unassigned <unassigned@yoctoproject.org>" | 658 | RECIPE_MAINTAINER:pn-rxvt-unicode = "Unassigned <unassigned@yoctoproject.org>" |
659 | RECIPE_MAINTAINER_pn-sato-screenshot = "Ross Burton <ross.burton@arm.com>" | 659 | RECIPE_MAINTAINER:pn-sato-screenshot = "Ross Burton <ross.burton@arm.com>" |
660 | RECIPE_MAINTAINER_pn-sbc = "Unassigned <unassigned@yoctoproject.org>" | 660 | RECIPE_MAINTAINER:pn-sbc = "Unassigned <unassigned@yoctoproject.org>" |
661 | RECIPE_MAINTAINER_pn-screen = "Anuj Mittal <anuj.mittal@intel.com>" | 661 | RECIPE_MAINTAINER:pn-screen = "Anuj Mittal <anuj.mittal@intel.com>" |
662 | RECIPE_MAINTAINER_pn-sed = "Chen Qi <Qi.Chen@windriver.com>" | 662 | RECIPE_MAINTAINER:pn-sed = "Chen Qi <Qi.Chen@windriver.com>" |
663 | RECIPE_MAINTAINER_pn-serf = "Anuj Mittal <anuj.mittal@intel.com>" | 663 | RECIPE_MAINTAINER:pn-serf = "Anuj Mittal <anuj.mittal@intel.com>" |
664 | RECIPE_MAINTAINER_pn-setserial = "Yi Zhao <yi.zhao@windriver.com>" | 664 | RECIPE_MAINTAINER:pn-setserial = "Yi Zhao <yi.zhao@windriver.com>" |
665 | RECIPE_MAINTAINER_pn-settings-daemon = "Anuj Mittal <anuj.mittal@intel.com>" | 665 | RECIPE_MAINTAINER:pn-settings-daemon = "Anuj Mittal <anuj.mittal@intel.com>" |
666 | RECIPE_MAINTAINER_pn-shadow = "Chen Qi <Qi.Chen@windriver.com>" | 666 | RECIPE_MAINTAINER:pn-shadow = "Chen Qi <Qi.Chen@windriver.com>" |
667 | RECIPE_MAINTAINER_pn-shadow-securetty = "Chen Qi <Qi.Chen@windriver.com>" | 667 | RECIPE_MAINTAINER:pn-shadow-securetty = "Chen Qi <Qi.Chen@windriver.com>" |
668 | RECIPE_MAINTAINER_pn-shadow-sysroot = "Chen Qi <Qi.Chen@windriver.com>" | 668 | RECIPE_MAINTAINER:pn-shadow-sysroot = "Chen Qi <Qi.Chen@windriver.com>" |
669 | RECIPE_MAINTAINER_pn-shaderc = "Jose Quaresma <quaresma.jose@gmail.com>" | 669 | RECIPE_MAINTAINER:pn-shaderc = "Jose Quaresma <quaresma.jose@gmail.com>" |
670 | RECIPE_MAINTAINER_pn-shared-mime-info = "Anuj Mittal <anuj.mittal@intel.com>" | 670 | RECIPE_MAINTAINER:pn-shared-mime-info = "Anuj Mittal <anuj.mittal@intel.com>" |
671 | RECIPE_MAINTAINER_pn-shutdown-desktop = "Alexander Kanavin <alex.kanavin@gmail.com>" | 671 | RECIPE_MAINTAINER:pn-shutdown-desktop = "Alexander Kanavin <alex.kanavin@gmail.com>" |
672 | RECIPE_MAINTAINER_pn-signing-keys = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 672 | RECIPE_MAINTAINER:pn-signing-keys = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
673 | RECIPE_MAINTAINER_pn-slang = "Yi Zhao <yi.zhao@windriver.com>" | 673 | RECIPE_MAINTAINER:pn-slang = "Yi Zhao <yi.zhao@windriver.com>" |
674 | RECIPE_MAINTAINER_pn-socat = "Hongxu Jia <hongxu.jia@windriver.com>" | 674 | RECIPE_MAINTAINER:pn-socat = "Hongxu Jia <hongxu.jia@windriver.com>" |
675 | RECIPE_MAINTAINER_pn-speex = "Unassigned <unassigned@yoctoproject.org>" | 675 | RECIPE_MAINTAINER:pn-speex = "Unassigned <unassigned@yoctoproject.org>" |
676 | RECIPE_MAINTAINER_pn-speexdsp = "Unassigned <unassigned@yoctoproject.org>" | 676 | RECIPE_MAINTAINER:pn-speexdsp = "Unassigned <unassigned@yoctoproject.org>" |
677 | RECIPE_MAINTAINER_pn-spirv-headers = "Jose Quaresma <quaresma.jose@gmail.com>" | 677 | RECIPE_MAINTAINER:pn-spirv-headers = "Jose Quaresma <quaresma.jose@gmail.com>" |
678 | RECIPE_MAINTAINER_pn-spirv-tools = "Jose Quaresma <quaresma.jose@gmail.com>" | 678 | RECIPE_MAINTAINER:pn-spirv-tools = "Jose Quaresma <quaresma.jose@gmail.com>" |
679 | RECIPE_MAINTAINER_pn-sqlite3 = "Anuj Mittal <anuj.mittal@intel.com>" | 679 | RECIPE_MAINTAINER:pn-sqlite3 = "Anuj Mittal <anuj.mittal@intel.com>" |
680 | RECIPE_MAINTAINER_pn-squashfs-tools = "Robert Yang <liezhi.yang@windriver.com>" | 680 | RECIPE_MAINTAINER:pn-squashfs-tools = "Robert Yang <liezhi.yang@windriver.com>" |
681 | RECIPE_MAINTAINER_pn-ssh-pregen-hostkeys = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 681 | RECIPE_MAINTAINER:pn-ssh-pregen-hostkeys = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
682 | RECIPE_MAINTAINER_pn-startup-notification = "Alexander Kanavin <alex.kanavin@gmail.com>" | 682 | RECIPE_MAINTAINER:pn-startup-notification = "Alexander Kanavin <alex.kanavin@gmail.com>" |
683 | RECIPE_MAINTAINER_pn-strace = "Robert Yang <liezhi.yang@windriver.com>" | 683 | RECIPE_MAINTAINER:pn-strace = "Robert Yang <liezhi.yang@windriver.com>" |
684 | RECIPE_MAINTAINER_pn-stress-ng = "Anuj Mittal <anuj.mittal@intel.com>" | 684 | RECIPE_MAINTAINER:pn-stress-ng = "Anuj Mittal <anuj.mittal@intel.com>" |
685 | RECIPE_MAINTAINER_pn-subversion = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 685 | RECIPE_MAINTAINER:pn-subversion = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
686 | RECIPE_MAINTAINER_pn-sudo = "Chen Qi <Qi.Chen@windriver.com>" | 686 | RECIPE_MAINTAINER:pn-sudo = "Chen Qi <Qi.Chen@windriver.com>" |
687 | RECIPE_MAINTAINER_pn-swig = "Anuj Mittal <anuj.mittal@intel.com>" | 687 | RECIPE_MAINTAINER:pn-swig = "Anuj Mittal <anuj.mittal@intel.com>" |
688 | RECIPE_MAINTAINER_pn-sysfsutils = "Chen Qi <Qi.Chen@windriver.com>" | 688 | RECIPE_MAINTAINER:pn-sysfsutils = "Chen Qi <Qi.Chen@windriver.com>" |
689 | RECIPE_MAINTAINER_pn-sysklogd = "Chen Qi <Qi.Chen@windriver.com>" | 689 | RECIPE_MAINTAINER:pn-sysklogd = "Chen Qi <Qi.Chen@windriver.com>" |
690 | RECIPE_MAINTAINER_pn-syslinux = "Alexander Kanavin <alex.kanavin@gmail.com>" | 690 | RECIPE_MAINTAINER:pn-syslinux = "Alexander Kanavin <alex.kanavin@gmail.com>" |
691 | RECIPE_MAINTAINER_pn-sysstat = "Chen Qi <Qi.Chen@windriver.com>" | 691 | RECIPE_MAINTAINER:pn-sysstat = "Chen Qi <Qi.Chen@windriver.com>" |
692 | RECIPE_MAINTAINER_pn-systemd = "Chen Qi <Qi.Chen@windriver.com>" | 692 | RECIPE_MAINTAINER:pn-systemd = "Chen Qi <Qi.Chen@windriver.com>" |
693 | RECIPE_MAINTAINER_pn-systemd-boot = "Chen Qi <Qi.Chen@windriver.com>" | 693 | RECIPE_MAINTAINER:pn-systemd-boot = "Chen Qi <Qi.Chen@windriver.com>" |
694 | RECIPE_MAINTAINER_pn-systemd-bootchart = "Chen Qi <Qi.Chen@windriver.com>" | 694 | RECIPE_MAINTAINER:pn-systemd-bootchart = "Chen Qi <Qi.Chen@windriver.com>" |
695 | RECIPE_MAINTAINER_pn-systemd-bootconf = "Chen Qi <Qi.Chen@windriver.com>" | 695 | RECIPE_MAINTAINER:pn-systemd-bootconf = "Chen Qi <Qi.Chen@windriver.com>" |
696 | RECIPE_MAINTAINER_pn-systemd-conf = "Chen Qi <Qi.Chen@windriver.com>" | 696 | RECIPE_MAINTAINER:pn-systemd-conf = "Chen Qi <Qi.Chen@windriver.com>" |
697 | RECIPE_MAINTAINER_pn-systemd-compat-units = "Chen Qi <Qi.Chen@windriver.com>" | 697 | RECIPE_MAINTAINER:pn-systemd-compat-units = "Chen Qi <Qi.Chen@windriver.com>" |
698 | RECIPE_MAINTAINER_pn-systemd-serialgetty = "Chen Qi <Qi.Chen@windriver.com>" | 698 | RECIPE_MAINTAINER:pn-systemd-serialgetty = "Chen Qi <Qi.Chen@windriver.com>" |
699 | RECIPE_MAINTAINER_pn-systemd-systemctl-native = "Chen Qi <Qi.Chen@windriver.com>" | 699 | RECIPE_MAINTAINER:pn-systemd-systemctl-native = "Chen Qi <Qi.Chen@windriver.com>" |
700 | RECIPE_MAINTAINER_pn-systemtap = "Victor Kamensky <victor.kamensky7@gmail.com>" | 700 | RECIPE_MAINTAINER:pn-systemtap = "Victor Kamensky <victor.kamensky7@gmail.com>" |
701 | RECIPE_MAINTAINER_pn-systemtap-native = "Victor Kamensky <victor.kamensky7@gmail.com>" | 701 | RECIPE_MAINTAINER:pn-systemtap-native = "Victor Kamensky <victor.kamensky7@gmail.com>" |
702 | RECIPE_MAINTAINER_pn-systemtap-uprobes = "Victor Kamensky <victor.kamensky7@gmail.com>" | 702 | RECIPE_MAINTAINER:pn-systemtap-uprobes = "Victor Kamensky <victor.kamensky7@gmail.com>" |
703 | RECIPE_MAINTAINER_pn-sysvinit = "Ross Burton <ross.burton@arm.com>" | 703 | RECIPE_MAINTAINER:pn-sysvinit = "Ross Burton <ross.burton@arm.com>" |
704 | RECIPE_MAINTAINER_pn-sysvinit-inittab = "Ross Burton <ross.burton@arm.com>" | 704 | RECIPE_MAINTAINER:pn-sysvinit-inittab = "Ross Burton <ross.burton@arm.com>" |
705 | RECIPE_MAINTAINER_pn-taglib = "Anuj Mittal <anuj.mittal@intel.com>" | 705 | RECIPE_MAINTAINER:pn-taglib = "Anuj Mittal <anuj.mittal@intel.com>" |
706 | RECIPE_MAINTAINER_pn-tar = "Chen Qi <Qi.Chen@windriver.com>" | 706 | RECIPE_MAINTAINER:pn-tar = "Chen Qi <Qi.Chen@windriver.com>" |
707 | RECIPE_MAINTAINER_pn-tcf-agent = "Anuj Mittal <anuj.mittal@intel.com>" | 707 | RECIPE_MAINTAINER:pn-tcf-agent = "Anuj Mittal <anuj.mittal@intel.com>" |
708 | RECIPE_MAINTAINER_pn-tcl = "Yi Zhao <yi.zhao@windriver.com>" | 708 | RECIPE_MAINTAINER:pn-tcl = "Yi Zhao <yi.zhao@windriver.com>" |
709 | RECIPE_MAINTAINER_pn-tcp-wrappers = "Robert Yang <liezhi.yang@windriver.com>" | 709 | RECIPE_MAINTAINER:pn-tcp-wrappers = "Robert Yang <liezhi.yang@windriver.com>" |
710 | RECIPE_MAINTAINER_pn-testexport-tarball = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 710 | RECIPE_MAINTAINER:pn-testexport-tarball = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
711 | RECIPE_MAINTAINER_pn-texinfo = "Anuj Mittal <anuj.mittal@intel.com>" | 711 | RECIPE_MAINTAINER:pn-texinfo = "Anuj Mittal <anuj.mittal@intel.com>" |
712 | RECIPE_MAINTAINER_pn-texinfo-dummy-native = "Anuj Mittal <anuj.mittal@intel.com>" | 712 | RECIPE_MAINTAINER:pn-texinfo-dummy-native = "Anuj Mittal <anuj.mittal@intel.com>" |
713 | RECIPE_MAINTAINER_pn-tiff = "Alexander Kanavin <alex.kanavin@gmail.com>" | 713 | RECIPE_MAINTAINER:pn-tiff = "Alexander Kanavin <alex.kanavin@gmail.com>" |
714 | RECIPE_MAINTAINER_pn-time = "Robert Yang <liezhi.yang@windriver.com>" | 714 | RECIPE_MAINTAINER:pn-time = "Robert Yang <liezhi.yang@windriver.com>" |
715 | RECIPE_MAINTAINER_pn-ttf-bitstream-vera = "Anuj Mittal <anuj.mittal@intel.com>" | 715 | RECIPE_MAINTAINER:pn-ttf-bitstream-vera = "Anuj Mittal <anuj.mittal@intel.com>" |
716 | RECIPE_MAINTAINER_pn-tzcode-native = "Unassigned <unassigned@yoctoproject.org>" | 716 | RECIPE_MAINTAINER:pn-tzcode-native = "Unassigned <unassigned@yoctoproject.org>" |
717 | RECIPE_MAINTAINER_pn-tzdata = "Unassigned <unassigned@yoctoproject.org>" | 717 | RECIPE_MAINTAINER:pn-tzdata = "Unassigned <unassigned@yoctoproject.org>" |
718 | RECIPE_MAINTAINER_pn-u-boot = "Marek Vasut <marek.vasut@gmail.com>" | 718 | RECIPE_MAINTAINER:pn-u-boot = "Marek Vasut <marek.vasut@gmail.com>" |
719 | RECIPE_MAINTAINER_pn-u-boot-tools = "Marek Vasut <marek.vasut@gmail.com>" | 719 | RECIPE_MAINTAINER:pn-u-boot-tools = "Marek Vasut <marek.vasut@gmail.com>" |
720 | RECIPE_MAINTAINER_pn-udev-extraconf = "Ross Burton <ross.burton@arm.com>" | 720 | RECIPE_MAINTAINER:pn-udev-extraconf = "Ross Burton <ross.burton@arm.com>" |
721 | RECIPE_MAINTAINER_pn-unfs3 = "Ross Burton <ross.burton@arm.com>" | 721 | RECIPE_MAINTAINER:pn-unfs3 = "Ross Burton <ross.burton@arm.com>" |
722 | RECIPE_MAINTAINER_pn-unifdef = "Ross Burton <ross.burton@arm.com>" | 722 | RECIPE_MAINTAINER:pn-unifdef = "Ross Burton <ross.burton@arm.com>" |
723 | RECIPE_MAINTAINER_pn-uninative-tarball = "Richard Purdie <richard.purdie@linuxfoundation.org>" | 723 | RECIPE_MAINTAINER:pn-uninative-tarball = "Richard Purdie <richard.purdie@linuxfoundation.org>" |
724 | RECIPE_MAINTAINER_pn-unzip = "Denys Dmytriyenko <denis@denix.org>" | 724 | RECIPE_MAINTAINER:pn-unzip = "Denys Dmytriyenko <denis@denix.org>" |
725 | RECIPE_MAINTAINER_pn-update-rc.d = "Ross Burton <ross.burton@arm.com>" | 725 | RECIPE_MAINTAINER:pn-update-rc.d = "Ross Burton <ross.burton@arm.com>" |
726 | RECIPE_MAINTAINER_pn-usbinit = "Alexander Kanavin <alex.kanavin@gmail.com>" | 726 | RECIPE_MAINTAINER:pn-usbinit = "Alexander Kanavin <alex.kanavin@gmail.com>" |
727 | RECIPE_MAINTAINER_pn-usbutils = "Alexander Kanavin <alex.kanavin@gmail.com>" | 727 | RECIPE_MAINTAINER:pn-usbutils = "Alexander Kanavin <alex.kanavin@gmail.com>" |
728 | RECIPE_MAINTAINER_pn-util-linux = "Chen Qi <Qi.Chen@windriver.com>" | 728 | RECIPE_MAINTAINER:pn-util-linux = "Chen Qi <Qi.Chen@windriver.com>" |
729 | RECIPE_MAINTAINER_pn-util-linux-libuuid = "Chen Qi <Qi.Chen@windriver.com>" | 729 | RECIPE_MAINTAINER:pn-util-linux-libuuid = "Chen Qi <Qi.Chen@windriver.com>" |
730 | RECIPE_MAINTAINER_pn-util-macros = "Unassigned <unassigned@yoctoproject.org>" | 730 | RECIPE_MAINTAINER:pn-util-macros = "Unassigned <unassigned@yoctoproject.org>" |
731 | RECIPE_MAINTAINER_pn-v86d = "Alexander Kanavin <alex.kanavin@gmail.com>" | 731 | RECIPE_MAINTAINER:pn-v86d = "Alexander Kanavin <alex.kanavin@gmail.com>" |
732 | RECIPE_MAINTAINER_pn-vala = "Alexander Kanavin <alex.kanavin@gmail.com>" | 732 | RECIPE_MAINTAINER:pn-vala = "Alexander Kanavin <alex.kanavin@gmail.com>" |
733 | RECIPE_MAINTAINER_pn-valgrind = "Alexander Kanavin <alex.kanavin@gmail.com>" | 733 | RECIPE_MAINTAINER:pn-valgrind = "Alexander Kanavin <alex.kanavin@gmail.com>" |
734 | RECIPE_MAINTAINER_pn-vim = "Tom Rini <trini@konsulko.com>" | 734 | RECIPE_MAINTAINER:pn-vim = "Tom Rini <trini@konsulko.com>" |
735 | RECIPE_MAINTAINER_pn-vim-tiny = "Tom Rini <trini@konsulko.com>" | 735 | RECIPE_MAINTAINER:pn-vim-tiny = "Tom Rini <trini@konsulko.com>" |
736 | RECIPE_MAINTAINER_pn-virglrenderer = "Alexander Kanavin <alex.kanavin@gmail.com>" | 736 | RECIPE_MAINTAINER:pn-virglrenderer = "Alexander Kanavin <alex.kanavin@gmail.com>" |
737 | RECIPE_MAINTAINER_pn-volatile-binds = "Chen Qi <Qi.Chen@windriver.com>" | 737 | RECIPE_MAINTAINER:pn-volatile-binds = "Chen Qi <Qi.Chen@windriver.com>" |
738 | RECIPE_MAINTAINER_pn-vte = "Anuj Mittal <anuj.mittal@intel.com>" | 738 | RECIPE_MAINTAINER:pn-vte = "Anuj Mittal <anuj.mittal@intel.com>" |
739 | RECIPE_MAINTAINER_pn-vulkan-headers = "Anuj Mittal <anuj.mittal@intel.com>" | 739 | RECIPE_MAINTAINER:pn-vulkan-headers = "Anuj Mittal <anuj.mittal@intel.com>" |
740 | RECIPE_MAINTAINER_pn-vulkan-loader = "Anuj Mittal <anuj.mittal@intel.com>" | 740 | RECIPE_MAINTAINER:pn-vulkan-loader = "Anuj Mittal <anuj.mittal@intel.com>" |
741 | RECIPE_MAINTAINER_pn-vulkan-samples = "Ross Burton <ross.burton@arm.com>" | 741 | RECIPE_MAINTAINER:pn-vulkan-samples = "Ross Burton <ross.burton@arm.com>" |
742 | RECIPE_MAINTAINER_pn-vulkan-tools = "Anuj Mittal <anuj.mittal@intel.com>" | 742 | RECIPE_MAINTAINER:pn-vulkan-tools = "Anuj Mittal <anuj.mittal@intel.com>" |
743 | RECIPE_MAINTAINER_pn-waffle = "Ross Burton <ross.burton@arm.com>" | 743 | RECIPE_MAINTAINER:pn-waffle = "Ross Burton <ross.burton@arm.com>" |
744 | RECIPE_MAINTAINER_pn-watchdog = "Alexander Kanavin <alex.kanavin@gmail.com>" | 744 | RECIPE_MAINTAINER:pn-watchdog = "Alexander Kanavin <alex.kanavin@gmail.com>" |
745 | RECIPE_MAINTAINER_pn-watchdog-config = "Alexander Kanavin <alex.kanavin@gmail.com>" | 745 | RECIPE_MAINTAINER:pn-watchdog-config = "Alexander Kanavin <alex.kanavin@gmail.com>" |
746 | RECIPE_MAINTAINER_pn-wayland = "Denys Dmytriyenko <denis@denix.org>" | 746 | RECIPE_MAINTAINER:pn-wayland = "Denys Dmytriyenko <denis@denix.org>" |
747 | RECIPE_MAINTAINER_pn-wayland-protocols = "Denys Dmytriyenko <denis@denix.org>" | 747 | RECIPE_MAINTAINER:pn-wayland-protocols = "Denys Dmytriyenko <denis@denix.org>" |
748 | RECIPE_MAINTAINER_pn-wayland-utils = "Denys Dmytriyenko <denis@denix.org>" | 748 | RECIPE_MAINTAINER:pn-wayland-utils = "Denys Dmytriyenko <denis@denix.org>" |
749 | RECIPE_MAINTAINER_pn-webkitgtk = "Alexander Kanavin <alex.kanavin@gmail.com>" | 749 | RECIPE_MAINTAINER:pn-webkitgtk = "Alexander Kanavin <alex.kanavin@gmail.com>" |
750 | RECIPE_MAINTAINER_pn-weston = "Denys Dmytriyenko <denis@denix.org>" | 750 | RECIPE_MAINTAINER:pn-weston = "Denys Dmytriyenko <denis@denix.org>" |
751 | RECIPE_MAINTAINER_pn-weston-init = "Denys Dmytriyenko <denis@denix.org>" | 751 | RECIPE_MAINTAINER:pn-weston-init = "Denys Dmytriyenko <denis@denix.org>" |
752 | RECIPE_MAINTAINER_pn-wget = "Yi Zhao <yi.zhao@windriver.com>" | 752 | RECIPE_MAINTAINER:pn-wget = "Yi Zhao <yi.zhao@windriver.com>" |
753 | RECIPE_MAINTAINER_pn-which = "Anuj Mittal <anuj.mittal@intel.com>" | 753 | RECIPE_MAINTAINER:pn-which = "Anuj Mittal <anuj.mittal@intel.com>" |
754 | RECIPE_MAINTAINER_pn-wic-tools = "Anuj Mittal <anuj.mittal@intel.com>" | 754 | RECIPE_MAINTAINER:pn-wic-tools = "Anuj Mittal <anuj.mittal@intel.com>" |
755 | RECIPE_MAINTAINER_pn-wireless-regdb = "Adrian Bunk <bunk@kernel.org>" | 755 | RECIPE_MAINTAINER:pn-wireless-regdb = "Adrian Bunk <bunk@kernel.org>" |
756 | RECIPE_MAINTAINER_pn-wpa-supplicant = "Changhyeok Bae <changhyeok.bae@gmail.com>" | 756 | RECIPE_MAINTAINER:pn-wpa-supplicant = "Changhyeok Bae <changhyeok.bae@gmail.com>" |
757 | RECIPE_MAINTAINER_pn-wpebackend-fdo = "Alexander Kanavin <alex.kanavin@gmail.com>" | 757 | RECIPE_MAINTAINER:pn-wpebackend-fdo = "Alexander Kanavin <alex.kanavin@gmail.com>" |
758 | RECIPE_MAINTAINER_pn-x11perf = "Unassigned <unassigned@yoctoproject.org>" | 758 | RECIPE_MAINTAINER:pn-x11perf = "Unassigned <unassigned@yoctoproject.org>" |
759 | RECIPE_MAINTAINER_pn-x264 = "Anuj Mittal <anuj.mittal@intel.com>" | 759 | RECIPE_MAINTAINER:pn-x264 = "Anuj Mittal <anuj.mittal@intel.com>" |
760 | RECIPE_MAINTAINER_pn-xauth = "Unassigned <unassigned@yoctoproject.org>" | 760 | RECIPE_MAINTAINER:pn-xauth = "Unassigned <unassigned@yoctoproject.org>" |
761 | RECIPE_MAINTAINER_pn-xcb-proto = "Unassigned <unassigned@yoctoproject.org>" | 761 | RECIPE_MAINTAINER:pn-xcb-proto = "Unassigned <unassigned@yoctoproject.org>" |
762 | RECIPE_MAINTAINER_pn-xcb-util = "Unassigned <unassigned@yoctoproject.org>" | 762 | RECIPE_MAINTAINER:pn-xcb-util = "Unassigned <unassigned@yoctoproject.org>" |
763 | RECIPE_MAINTAINER_pn-xcb-util-image = "Unassigned <unassigned@yoctoproject.org>" | 763 | RECIPE_MAINTAINER:pn-xcb-util-image = "Unassigned <unassigned@yoctoproject.org>" |
764 | RECIPE_MAINTAINER_pn-xcb-util-keysyms = "Unassigned <unassigned@yoctoproject.org>" | 764 | RECIPE_MAINTAINER:pn-xcb-util-keysyms = "Unassigned <unassigned@yoctoproject.org>" |
765 | RECIPE_MAINTAINER_pn-xcb-util-renderutil = "Unassigned <unassigned@yoctoproject.org>" | 765 | RECIPE_MAINTAINER:pn-xcb-util-renderutil = "Unassigned <unassigned@yoctoproject.org>" |
766 | RECIPE_MAINTAINER_pn-xcb-util-wm = "Unassigned <unassigned@yoctoproject.org>" | 766 | RECIPE_MAINTAINER:pn-xcb-util-wm = "Unassigned <unassigned@yoctoproject.org>" |
767 | RECIPE_MAINTAINER_pn-xcursor-transparent-theme = "Unassigned <unassigned@yoctoproject.org>" | 767 | RECIPE_MAINTAINER:pn-xcursor-transparent-theme = "Unassigned <unassigned@yoctoproject.org>" |
768 | RECIPE_MAINTAINER_pn-xdg-utils = "Anuj Mittal <anuj.mittal@intel.com>" | 768 | RECIPE_MAINTAINER:pn-xdg-utils = "Anuj Mittal <anuj.mittal@intel.com>" |
769 | RECIPE_MAINTAINER_pn-xdpyinfo = "Unassigned <unassigned@yoctoproject.org>" | 769 | RECIPE_MAINTAINER:pn-xdpyinfo = "Unassigned <unassigned@yoctoproject.org>" |
770 | RECIPE_MAINTAINER_pn-xev = "Unassigned <unassigned@yoctoproject.org>" | 770 | RECIPE_MAINTAINER:pn-xev = "Unassigned <unassigned@yoctoproject.org>" |
771 | RECIPE_MAINTAINER_pn-xeyes = "Unassigned <unassigned@yoctoproject.org>" | 771 | RECIPE_MAINTAINER:pn-xeyes = "Unassigned <unassigned@yoctoproject.org>" |
772 | RECIPE_MAINTAINER_pn-xf86-input-evdev = "Unassigned <unassigned@yoctoproject.org>" | 772 | RECIPE_MAINTAINER:pn-xf86-input-evdev = "Unassigned <unassigned@yoctoproject.org>" |
773 | RECIPE_MAINTAINER_pn-xf86-input-keyboard = "Unassigned <unassigned@yoctoproject.org>" | 773 | RECIPE_MAINTAINER:pn-xf86-input-keyboard = "Unassigned <unassigned@yoctoproject.org>" |
774 | RECIPE_MAINTAINER_pn-xf86-input-libinput = "Unassigned <unassigned@yoctoproject.org>" | 774 | RECIPE_MAINTAINER:pn-xf86-input-libinput = "Unassigned <unassigned@yoctoproject.org>" |
775 | RECIPE_MAINTAINER_pn-xf86-input-mouse = "Unassigned <unassigned@yoctoproject.org>" | 775 | RECIPE_MAINTAINER:pn-xf86-input-mouse = "Unassigned <unassigned@yoctoproject.org>" |
776 | RECIPE_MAINTAINER_pn-xf86-input-synaptics = "Unassigned <unassigned@yoctoproject.org>" | 776 | RECIPE_MAINTAINER:pn-xf86-input-synaptics = "Unassigned <unassigned@yoctoproject.org>" |
777 | RECIPE_MAINTAINER_pn-xf86-input-vmmouse = "Unassigned <unassigned@yoctoproject.org>" | 777 | RECIPE_MAINTAINER:pn-xf86-input-vmmouse = "Unassigned <unassigned@yoctoproject.org>" |
778 | RECIPE_MAINTAINER_pn-xf86-video-cirrus = "Unassigned <unassigned@yoctoproject.org>" | 778 | RECIPE_MAINTAINER:pn-xf86-video-cirrus = "Unassigned <unassigned@yoctoproject.org>" |
779 | RECIPE_MAINTAINER_pn-xf86-video-fbdev = "Unassigned <unassigned@yoctoproject.org>" | 779 | RECIPE_MAINTAINER:pn-xf86-video-fbdev = "Unassigned <unassigned@yoctoproject.org>" |
780 | RECIPE_MAINTAINER_pn-xf86-video-intel = "Unassigned <unassigned@yoctoproject.org>" | 780 | RECIPE_MAINTAINER:pn-xf86-video-intel = "Unassigned <unassigned@yoctoproject.org>" |
781 | RECIPE_MAINTAINER_pn-xf86-video-vesa = "Unassigned <unassigned@yoctoproject.org>" | 781 | RECIPE_MAINTAINER:pn-xf86-video-vesa = "Unassigned <unassigned@yoctoproject.org>" |
782 | RECIPE_MAINTAINER_pn-xf86-video-vmware = "Unassigned <unassigned@yoctoproject.org>" | 782 | RECIPE_MAINTAINER:pn-xf86-video-vmware = "Unassigned <unassigned@yoctoproject.org>" |
783 | RECIPE_MAINTAINER_pn-xhost = "Unassigned <unassigned@yoctoproject.org>" | 783 | RECIPE_MAINTAINER:pn-xhost = "Unassigned <unassigned@yoctoproject.org>" |
784 | RECIPE_MAINTAINER_pn-xinetd = "Ross Burton <ross.burton@arm.com>" | 784 | RECIPE_MAINTAINER:pn-xinetd = "Ross Burton <ross.burton@arm.com>" |
785 | RECIPE_MAINTAINER_pn-xinit = "Unassigned <unassigned@yoctoproject.org>" | 785 | RECIPE_MAINTAINER:pn-xinit = "Unassigned <unassigned@yoctoproject.org>" |
786 | RECIPE_MAINTAINER_pn-xinput = "Unassigned <unassigned@yoctoproject.org>" | 786 | RECIPE_MAINTAINER:pn-xinput = "Unassigned <unassigned@yoctoproject.org>" |
787 | RECIPE_MAINTAINER_pn-xinput-calibrator = "Unassigned <unassigned@yoctoproject.org>" | 787 | RECIPE_MAINTAINER:pn-xinput-calibrator = "Unassigned <unassigned@yoctoproject.org>" |
788 | RECIPE_MAINTAINER_pn-xkbcomp = "Unassigned <unassigned@yoctoproject.org>" | 788 | RECIPE_MAINTAINER:pn-xkbcomp = "Unassigned <unassigned@yoctoproject.org>" |
789 | RECIPE_MAINTAINER_pn-xkeyboard-config = "Unassigned <unassigned@yoctoproject.org>" | 789 | RECIPE_MAINTAINER:pn-xkeyboard-config = "Unassigned <unassigned@yoctoproject.org>" |
790 | RECIPE_MAINTAINER_pn-xmlto = "Hongxu Jia <hongxu.jia@windriver.com>" | 790 | RECIPE_MAINTAINER:pn-xmlto = "Hongxu Jia <hongxu.jia@windriver.com>" |
791 | RECIPE_MAINTAINER_pn-xmodmap = "Unassigned <unassigned@yoctoproject.org>" | 791 | RECIPE_MAINTAINER:pn-xmodmap = "Unassigned <unassigned@yoctoproject.org>" |
792 | RECIPE_MAINTAINER_pn-xorg-minimal-fonts = "Unassigned <unassigned@yoctoproject.org>" | 792 | RECIPE_MAINTAINER:pn-xorg-minimal-fonts = "Unassigned <unassigned@yoctoproject.org>" |
793 | RECIPE_MAINTAINER_pn-xorgproto = "Unassigned <unassigned@yoctoproject.org>" | 793 | RECIPE_MAINTAINER:pn-xorgproto = "Unassigned <unassigned@yoctoproject.org>" |
794 | RECIPE_MAINTAINER_pn-xprop = "Unassigned <unassigned@yoctoproject.org>" | 794 | RECIPE_MAINTAINER:pn-xprop = "Unassigned <unassigned@yoctoproject.org>" |
795 | RECIPE_MAINTAINER_pn-xrandr = "Unassigned <unassigned@yoctoproject.org>" | 795 | RECIPE_MAINTAINER:pn-xrandr = "Unassigned <unassigned@yoctoproject.org>" |
796 | RECIPE_MAINTAINER_pn-xrestop = "Unassigned <unassigned@yoctoproject.org>" | 796 | RECIPE_MAINTAINER:pn-xrestop = "Unassigned <unassigned@yoctoproject.org>" |
797 | RECIPE_MAINTAINER_pn-xserver-nodm-init = "Unassigned <unassigned@yoctoproject.org>" | 797 | RECIPE_MAINTAINER:pn-xserver-nodm-init = "Unassigned <unassigned@yoctoproject.org>" |
798 | RECIPE_MAINTAINER_pn-xserver-xf86-config = "Unassigned <unassigned@yoctoproject.org>" | 798 | RECIPE_MAINTAINER:pn-xserver-xf86-config = "Unassigned <unassigned@yoctoproject.org>" |
799 | RECIPE_MAINTAINER_pn-xserver-xorg = "Unassigned <unassigned@yoctoproject.org>" | 799 | RECIPE_MAINTAINER:pn-xserver-xorg = "Unassigned <unassigned@yoctoproject.org>" |
800 | RECIPE_MAINTAINER_pn-xset = "Unassigned <unassigned@yoctoproject.org>" | 800 | RECIPE_MAINTAINER:pn-xset = "Unassigned <unassigned@yoctoproject.org>" |
801 | RECIPE_MAINTAINER_pn-xtrans = "Unassigned <unassigned@yoctoproject.org>" | 801 | RECIPE_MAINTAINER:pn-xtrans = "Unassigned <unassigned@yoctoproject.org>" |
802 | RECIPE_MAINTAINER_pn-xuser-account = "Unassigned <unassigned@yoctoproject.org>" | 802 | RECIPE_MAINTAINER:pn-xuser-account = "Unassigned <unassigned@yoctoproject.org>" |
803 | RECIPE_MAINTAINER_pn-xvinfo = "Unassigned <unassigned@yoctoproject.org>" | 803 | RECIPE_MAINTAINER:pn-xvinfo = "Unassigned <unassigned@yoctoproject.org>" |
804 | RECIPE_MAINTAINER_pn-xwayland = "Unassigned <unassigned@yoctoproject.org>" | 804 | RECIPE_MAINTAINER:pn-xwayland = "Unassigned <unassigned@yoctoproject.org>" |
805 | RECIPE_MAINTAINER_pn-xwininfo = "Unassigned <unassigned@yoctoproject.org>" | 805 | RECIPE_MAINTAINER:pn-xwininfo = "Unassigned <unassigned@yoctoproject.org>" |
806 | RECIPE_MAINTAINER_pn-xxhash = "Alexander Kanavin <alex.kanavin@gmail.com>" | 806 | RECIPE_MAINTAINER:pn-xxhash = "Alexander Kanavin <alex.kanavin@gmail.com>" |
807 | RECIPE_MAINTAINER_pn-xz = "Denys Dmytriyenko <denis@denix.org>" | 807 | RECIPE_MAINTAINER:pn-xz = "Denys Dmytriyenko <denis@denix.org>" |
808 | RECIPE_MAINTAINER_pn-zip = "Denys Dmytriyenko <denis@denix.org>" | 808 | RECIPE_MAINTAINER:pn-zip = "Denys Dmytriyenko <denis@denix.org>" |
809 | RECIPE_MAINTAINER_pn-zlib = "Denys Dmytriyenko <denis@denix.org>" | 809 | RECIPE_MAINTAINER:pn-zlib = "Denys Dmytriyenko <denis@denix.org>" |
810 | RECIPE_MAINTAINER_pn-zstd = "Alexander Kanavin <alex.kanavin@gmail.com>" | 810 | RECIPE_MAINTAINER:pn-zstd = "Alexander Kanavin <alex.kanavin@gmail.com>" |
diff --git a/meta/conf/distro/include/no-static-libs.inc b/meta/conf/distro/include/no-static-libs.inc index a3a865cac4..7c6cf35934 100644 --- a/meta/conf/distro/include/no-static-libs.inc +++ b/meta/conf/distro/include/no-static-libs.inc | |||
@@ -1,37 +1,37 @@ | |||
1 | DISABLE_STATIC ?= " --disable-static" | 1 | DISABLE_STATIC ?= " --disable-static" |
2 | 2 | ||
3 | # qemu aborts on unrecognised option | 3 | # qemu aborts on unrecognised option |
4 | DISABLE_STATIC_pn-qemu = "" | 4 | DISABLE_STATIC:pn-qemu = "" |
5 | DISABLE_STATIC_pn-qemu-native = "" | 5 | DISABLE_STATIC:pn-qemu-native = "" |
6 | DISABLE_STATIC_pn-nativesdk-qemu = "" | 6 | DISABLE_STATIC:pn-nativesdk-qemu = "" |
7 | DISABLE_STATIC_pn-qemu-system-native = "" | 7 | DISABLE_STATIC:pn-qemu-system-native = "" |
8 | # pciutils fails build | 8 | # pciutils fails build |
9 | DISABLE_STATIC_pn-pciutils = "" | 9 | DISABLE_STATIC:pn-pciutils = "" |
10 | # libcap aborts on unrecognised option | 10 | # libcap aborts on unrecognised option |
11 | DISABLE_STATIC_pn-libcap = "" | 11 | DISABLE_STATIC:pn-libcap = "" |
12 | DISABLE_STATIC_pn-libcap-native = "" | 12 | DISABLE_STATIC:pn-libcap-native = "" |
13 | DISABLE_STATIC_pn-nativesdk-libcap = "" | 13 | DISABLE_STATIC:pn-nativesdk-libcap = "" |
14 | # libpcap aborts on unrecognised option | 14 | # libpcap aborts on unrecognised option |
15 | DISABLE_STATIC_pn-libpcap = "" | 15 | DISABLE_STATIC:pn-libpcap = "" |
16 | # needed by gdb | 16 | # needed by gdb |
17 | DISABLE_STATIC_pn-readline = "" | 17 | DISABLE_STATIC:pn-readline = "" |
18 | # openjade/sgml-common have build issues without static libs | 18 | # openjade/sgml-common have build issues without static libs |
19 | DISABLE_STATIC_pn-sgml-common-native = "" | 19 | DISABLE_STATIC:pn-sgml-common-native = "" |
20 | DISABLE_STATIC_pn-openjade-native = "" | 20 | DISABLE_STATIC:pn-openjade-native = "" |
21 | # openssl has build issues without static libs | 21 | # openssl has build issues without static libs |
22 | DISABLE_STATIC_pn-openssl = "" | 22 | DISABLE_STATIC:pn-openssl = "" |
23 | DISABLE_STATIC_pn-openssl-native = "" | 23 | DISABLE_STATIC:pn-openssl-native = "" |
24 | DISABLE_STATIC_pn-nativesdk-openssl = "" | 24 | DISABLE_STATIC:pn-nativesdk-openssl = "" |
25 | # libssp-static-dev included in build-appliance | 25 | # libssp-static-dev included in build-appliance |
26 | DISABLE_STATIC_pn-gcc-runtime = "" | 26 | DISABLE_STATIC:pn-gcc-runtime = "" |
27 | # libusb1-native is used to build static dfu-util-native | 27 | # libusb1-native is used to build static dfu-util-native |
28 | DISABLE_STATIC_pn-libusb1-native = "" | 28 | DISABLE_STATIC:pn-libusb1-native = "" |
29 | 29 | ||
30 | EXTRA_OECONF_append = "${DISABLE_STATIC}" | 30 | EXTRA_OECONF:append = "${DISABLE_STATIC}" |
31 | 31 | ||
32 | EXTRA_OECMAKE_append_pn-libical = " -DSHARED_ONLY=True" | 32 | EXTRA_OECMAKE:append:pn-libical = " -DSHARED_ONLY=True" |
33 | EXTRA_OECMAKE_append_pn-libjpeg-turbo = " -DENABLE_STATIC=False" | 33 | EXTRA_OECMAKE:append:pn-libjpeg-turbo = " -DENABLE_STATIC=False" |
34 | 34 | ||
35 | EXCONFIG_ARGS_append_pn-ncurses = " --without-normal" | 35 | EXCONFIG_ARGS:append:pn-ncurses = " --without-normal" |
36 | EXCONFIG_ARGS_append_pn-ncurses-native = " --without-normal" | 36 | EXCONFIG_ARGS:append:pn-ncurses-native = " --without-normal" |
37 | EXCONFIG_ARGS_append_pn-nativesdk-ncurses = " --without-normal" | 37 | EXCONFIG_ARGS:append:pn-nativesdk-ncurses = " --without-normal" |
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index d489ad8200..3872bdc942 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -60,8 +60,8 @@ PTESTS_FAST = "\ | |||
60 | wayland-ptest \ | 60 | wayland-ptest \ |
61 | zlib-ptest \ | 61 | zlib-ptest \ |
62 | " | 62 | " |
63 | PTESTS_FAST_remove_mips64 = "qemu-ptest" | 63 | PTESTS_FAST:remove:mips64 = "qemu-ptest" |
64 | PTESTS_PROBLEMS_append_mips64 = "qemu-ptest" | 64 | PTESTS_PROBLEMS:append:mips64 = "qemu-ptest" |
65 | 65 | ||
66 | PTESTS_SLOW = "\ | 66 | PTESTS_SLOW = "\ |
67 | babeltrace-ptest \ | 67 | babeltrace-ptest \ |
@@ -84,8 +84,8 @@ PTESTS_SLOW = "\ | |||
84 | valgrind-ptest \ | 84 | valgrind-ptest \ |
85 | " | 85 | " |
86 | 86 | ||
87 | PTESTS_SLOW_remove_riscv64 = "valgrind-ptest" | 87 | PTESTS_SLOW:remove:riscv64 = "valgrind-ptest" |
88 | PTESTS_PROBLEMS_append_riscv64 = "valgrind-ptest" | 88 | PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest" |
89 | 89 | ||
90 | # ruby-ptest \ # Timeout | 90 | # ruby-ptest \ # Timeout |
91 | # lz4-ptest \ # Needs a rewrite | 91 | # lz4-ptest \ # Needs a rewrite |
diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index f996ca9be2..e469eadca1 100644 --- a/meta/conf/distro/include/security_flags.inc +++ b/meta/conf/distro/include/security_flags.inc | |||
@@ -32,40 +32,40 @@ SECURITY_LDFLAGS ?= "-Wl,-z,relro,-z,now" | |||
32 | SECURITY_X_LDFLAGS ?= "-Wl,-z,relro" | 32 | SECURITY_X_LDFLAGS ?= "-Wl,-z,relro" |
33 | 33 | ||
34 | # powerpc does not get on with pie for reasons not looked into as yet | 34 | # powerpc does not get on with pie for reasons not looked into as yet |
35 | GCCPIE_powerpc = "" | 35 | GCCPIE:powerpc = "" |
36 | GLIBCPIE_powerpc = "" | 36 | GLIBCPIE:powerpc = "" |
37 | SECURITY_CFLAGS_remove_powerpc = "${SECURITY_PIE_CFLAGS}" | 37 | SECURITY_CFLAGS:remove:powerpc = "${SECURITY_PIE_CFLAGS}" |
38 | SECURITY_CFLAGS_pn-libgcc_powerpc = "" | 38 | SECURITY_CFLAGS:pn-libgcc:powerpc = "" |
39 | 39 | ||
40 | SECURITY_CFLAGS_pn-glibc = "" | 40 | SECURITY_CFLAGS:pn-glibc = "" |
41 | SECURITY_CFLAGS_pn-glibc-testsuite = "" | 41 | SECURITY_CFLAGS:pn-glibc-testsuite = "" |
42 | SECURITY_CFLAGS_pn-gcc-runtime = "" | 42 | SECURITY_CFLAGS:pn-gcc-runtime = "" |
43 | SECURITY_CFLAGS_pn-grub = "" | 43 | SECURITY_CFLAGS:pn-grub = "" |
44 | SECURITY_CFLAGS_pn-grub-efi = "" | 44 | SECURITY_CFLAGS:pn-grub-efi = "" |
45 | SECURITY_CFLAGS_pn-mkelfimage_x86 = "" | 45 | SECURITY_CFLAGS:pn-mkelfimage:x86 = "" |
46 | 46 | ||
47 | SECURITY_CFLAGS_pn-valgrind = "${SECURITY_NOPIE_CFLAGS}" | 47 | SECURITY_CFLAGS:pn-valgrind = "${SECURITY_NOPIE_CFLAGS}" |
48 | SECURITY_LDFLAGS_pn-valgrind = "" | 48 | SECURITY_LDFLAGS:pn-valgrind = "" |
49 | SECURITY_CFLAGS_pn-sysklogd = "${SECURITY_NOPIE_CFLAGS}" | 49 | SECURITY_CFLAGS:pn-sysklogd = "${SECURITY_NOPIE_CFLAGS}" |
50 | SECURITY_LDFLAGS_pn-sysklogd = "" | 50 | SECURITY_LDFLAGS:pn-sysklogd = "" |
51 | 51 | ||
52 | # Recipes which fail to compile when elevating -Wformat-security to an error | 52 | # Recipes which fail to compile when elevating -Wformat-security to an error |
53 | SECURITY_STRINGFORMAT_pn-busybox = "" | 53 | SECURITY_STRINGFORMAT:pn-busybox = "" |
54 | SECURITY_STRINGFORMAT_pn-gcc = "" | 54 | SECURITY_STRINGFORMAT:pn-gcc = "" |
55 | 55 | ||
56 | TARGET_CC_ARCH_append_class-target = " ${SECURITY_CFLAGS}" | 56 | TARGET_CC_ARCH:append:class-target = " ${SECURITY_CFLAGS}" |
57 | TARGET_LDFLAGS_append_class-target = " ${SECURITY_LDFLAGS}" | 57 | TARGET_LDFLAGS:append:class-target = " ${SECURITY_LDFLAGS}" |
58 | TARGET_CC_ARCH_append_class-cross-canadian = " ${SECURITY_CFLAGS}" | 58 | TARGET_CC_ARCH:append:class-cross-canadian = " ${SECURITY_CFLAGS}" |
59 | TARGET_LDFLAGS_append_class-cross-canadian = " ${SECURITY_LDFLAGS}" | 59 | TARGET_LDFLAGS:append:class-cross-canadian = " ${SECURITY_LDFLAGS}" |
60 | 60 | ||
61 | SECURITY_STACK_PROTECTOR_pn-gcc-runtime = "" | 61 | SECURITY_STACK_PROTECTOR:pn-gcc-runtime = "" |
62 | SECURITY_STACK_PROTECTOR_pn-glibc = "" | 62 | SECURITY_STACK_PROTECTOR:pn-glibc = "" |
63 | SECURITY_STACK_PROTECTOR_pn-glibc-testsuite = "" | 63 | SECURITY_STACK_PROTECTOR:pn-glibc-testsuite = "" |
64 | # All xorg module drivers need to be linked this way as well and are | 64 | # All xorg module drivers need to be linked this way as well and are |
65 | # handled in recipes-graphics/xorg-driver/xorg-driver-common.inc | 65 | # handled in recipes-graphics/xorg-driver/xorg-driver-common.inc |
66 | SECURITY_LDFLAGS_pn-xserver-xorg = "${SECURITY_X_LDFLAGS}" | 66 | SECURITY_LDFLAGS:pn-xserver-xorg = "${SECURITY_X_LDFLAGS}" |
67 | 67 | ||
68 | TARGET_CC_ARCH_append_pn-binutils = " ${SELECTED_OPTIMIZATION}" | 68 | TARGET_CC_ARCH:append:pn-binutils = " ${SELECTED_OPTIMIZATION}" |
69 | TARGET_CC_ARCH_append_pn-gcc = " ${SELECTED_OPTIMIZATION}" | 69 | TARGET_CC_ARCH:append:pn-gcc = " ${SELECTED_OPTIMIZATION}" |
70 | TARGET_CC_ARCH_append_pn-gdb = " ${SELECTED_OPTIMIZATION}" | 70 | TARGET_CC_ARCH:append:pn-gdb = " ${SELECTED_OPTIMIZATION}" |
71 | TARGET_CC_ARCH_append_pn-perf = " ${SELECTED_OPTIMIZATION}" | 71 | TARGET_CC_ARCH:append:pn-perf = " ${SELECTED_OPTIMIZATION}" |
diff --git a/meta/conf/distro/include/tclibc-baremetal.inc b/meta/conf/distro/include/tclibc-baremetal.inc index 31d132e1d2..86ff93fbdf 100644 --- a/meta/conf/distro/include/tclibc-baremetal.inc +++ b/meta/conf/distro/include/tclibc-baremetal.inc | |||
@@ -18,22 +18,22 @@ USE_NLS ?= "no" | |||
18 | IMAGE_LINGUAS = "" | 18 | IMAGE_LINGUAS = "" |
19 | LIBC_DEPENDENCIES = "" | 19 | LIBC_DEPENDENCIES = "" |
20 | 20 | ||
21 | EXTRA_OECONF_pn-gcc-cross-${TARGET_ARCH}_append = " --without-headers" | 21 | EXTRA_OECONF:pn-gcc-cross-${TARGET_ARCH}:append = " --without-headers" |
22 | DEPENDS_remove_pn-meta-toolchain = "virtual/libc virtual/${TARGET_PREFIX}compilerlibs" | 22 | DEPENDS:remove:pn-meta-toolchain = "virtual/libc virtual/${TARGET_PREFIX}compilerlibs" |
23 | 23 | ||
24 | # certain compiler libs cannot be used without libc, avoid the dependence on compilerlibs | 24 | # certain compiler libs cannot be used without libc, avoid the dependence on compilerlibs |
25 | BASEDEPENDS_remove_class-target = "virtual/${TARGET_PREFIX}compilerlibs" | 25 | BASEDEPENDS:remove:class-target = "virtual/${TARGET_PREFIX}compilerlibs" |
26 | 26 | ||
27 | TARGET_OS = "elf" | 27 | TARGET_OS = "elf" |
28 | TARGET_OS_arm = "eabi" | 28 | TARGET_OS:arm = "eabi" |
29 | 29 | ||
30 | TOOLCHAIN_HOST_TASK ?= "packagegroup-cross-canadian-${MACHINE} nativesdk-qemu" | 30 | TOOLCHAIN_HOST_TASK ?= "packagegroup-cross-canadian-${MACHINE} nativesdk-qemu" |
31 | TOOLCHAIN_HOST_TASK_ATTEMPTONLY ?= "" | 31 | TOOLCHAIN_HOST_TASK_ATTEMPTONLY ?= "" |
32 | TOOLCHAIN_TARGET_TASK ?= "libgcc-dev" | 32 | TOOLCHAIN_TARGET_TASK ?= "libgcc-dev" |
33 | TOOLCHAIN_NEED_CONFIGSITE_CACHE_remove = "virtual/${MLPREFIX}libc zlib ncurses" | 33 | TOOLCHAIN_NEED_CONFIGSITE_CACHE:remove = "virtual/${MLPREFIX}libc zlib ncurses" |
34 | 34 | ||
35 | # disable stack protector by default (no-libc, no protector implementation) | 35 | # disable stack protector by default (no-libc, no protector implementation) |
36 | SECURITY_STACK_PROTECTOR_libc-baremetal = "" | 36 | SECURITY_STACK_PROTECTOR:libc-baremetal = "" |
37 | # disable pie security flags by default | 37 | # disable pie security flags by default |
38 | SECURITY_CFLAGS_libc-baremetal = "${SECURITY_NOPIE_CFLAGS}" | 38 | SECURITY_CFLAGS:libc-baremetal = "${SECURITY_NOPIE_CFLAGS}" |
39 | SECURITY_LDFLAGS_libc-baremetal = "" | 39 | SECURITY_LDFLAGS:libc-baremetal = "" |
diff --git a/meta/conf/distro/include/tclibc-newlib.inc b/meta/conf/distro/include/tclibc-newlib.inc index bf89b11288..e3590582d9 100644 --- a/meta/conf/distro/include/tclibc-newlib.inc +++ b/meta/conf/distro/include/tclibc-newlib.inc | |||
@@ -33,15 +33,15 @@ ASSUME_PROVIDED += "virtual/crypt" | |||
33 | 33 | ||
34 | # Its useful to be able to extend newlib, but we dont provide a native variant of libgloss | 34 | # Its useful to be able to extend newlib, but we dont provide a native variant of libgloss |
35 | NEWLIB_EXTENDED ?= "libgloss libgcc" | 35 | NEWLIB_EXTENDED ?= "libgloss libgcc" |
36 | BASE_DEFAULT_DEPS_append_class-target = " ${NEWLIB_EXTENDED}" | 36 | BASE_DEFAULT_DEPS:append:class-target = " ${NEWLIB_EXTENDED}" |
37 | 37 | ||
38 | TARGET_OS = "elf" | 38 | TARGET_OS = "elf" |
39 | TARGET_OS_arm = "eabi" | 39 | TARGET_OS:arm = "eabi" |
40 | 40 | ||
41 | TOOLCHAIN_HOST_TASK ?= "packagegroup-cross-canadian-${MACHINE} nativesdk-qemu" | 41 | TOOLCHAIN_HOST_TASK ?= "packagegroup-cross-canadian-${MACHINE} nativesdk-qemu" |
42 | TOOLCHAIN_TARGET_TASK ?= "${LIBC_DEPENDENCIES}" | 42 | TOOLCHAIN_TARGET_TASK ?= "${LIBC_DEPENDENCIES}" |
43 | TOOLCHAIN_NEED_CONFIGSITE_CACHE_remove = "zlib ncurses" | 43 | TOOLCHAIN_NEED_CONFIGSITE_CACHE:remove = "zlib ncurses" |
44 | 44 | ||
45 | # disable pie security flags by default | 45 | # disable pie security flags by default |
46 | SECURITY_CFLAGS_libc-newlib = "${SECURITY_NOPIE_CFLAGS}" | 46 | SECURITY_CFLAGS:libc-newlib = "${SECURITY_NOPIE_CFLAGS}" |
47 | SECURITY_LDFLAGS_libc-newlib = "" | 47 | SECURITY_LDFLAGS:libc-newlib = "" |
diff --git a/meta/conf/distro/include/uninative-flags.inc b/meta/conf/distro/include/uninative-flags.inc index febf2a53e5..4638a7b4e9 100644 --- a/meta/conf/distro/include/uninative-flags.inc +++ b/meta/conf/distro/include/uninative-flags.inc | |||
@@ -4,4 +4,4 @@ | |||
4 | # We therefore enable pie unconditionally for native recipes where static libs are | 4 | # We therefore enable pie unconditionally for native recipes where static libs are |
5 | # used such as libiberty from binutils, for now, until our minimum distro set is | 5 | # used such as libiberty from binutils, for now, until our minimum distro set is |
6 | # all default pie. | 6 | # all default pie. |
7 | BUILD_CFLAGS_append_pn-binutils-native = " -pie -fpie" | 7 | BUILD_CFLAGS:append:pn-binutils-native = " -pie -fpie" |
diff --git a/meta/conf/image-uefi.conf b/meta/conf/image-uefi.conf index 6ef011e23b..04a151f3a4 100644 --- a/meta/conf/image-uefi.conf +++ b/meta/conf/image-uefi.conf | |||
@@ -10,12 +10,12 @@ EFI_FILES_PATH = "${EFI_PREFIX}${EFIDIR}" | |||
10 | 10 | ||
11 | # The EFI name for the architecture | 11 | # The EFI name for the architecture |
12 | EFI_ARCH ?= "INVALID" | 12 | EFI_ARCH ?= "INVALID" |
13 | EFI_ARCH_x86 = "ia32" | 13 | EFI_ARCH:x86 = "ia32" |
14 | EFI_ARCH_x86-64 = "x64" | 14 | EFI_ARCH:x86-64 = "x64" |
15 | EFI_ARCH_aarch64 = "aa64" | 15 | EFI_ARCH:aarch64 = "aa64" |
16 | EFI_ARCH_arm = "arm" | 16 | EFI_ARCH:arm = "arm" |
17 | EFI_ARCH_riscv32 = "riscv32" | 17 | EFI_ARCH:riscv32 = "riscv32" |
18 | EFI_ARCH_riscv64 = "riscv64" | 18 | EFI_ARCH:riscv64 = "riscv64" |
19 | 19 | ||
20 | # Determine name of bootloader image | 20 | # Determine name of bootloader image |
21 | EFI_BOOT_IMAGE ?= "boot${EFI_ARCH}.efi" | 21 | EFI_BOOT_IMAGE ?= "boot${EFI_ARCH}.efi" |
diff --git a/meta/conf/machine-sdk/aarch64.conf b/meta/conf/machine-sdk/aarch64.conf index 98d8380ecb..4a285cf6cb 100644 --- a/meta/conf/machine-sdk/aarch64.conf +++ b/meta/conf/machine-sdk/aarch64.conf | |||
@@ -1,2 +1,2 @@ | |||
1 | SDK_ARCH = "aarch64" | 1 | SDK_ARCH = "aarch64" |
2 | ABIEXTENSION_class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
diff --git a/meta/conf/machine-sdk/i586.conf b/meta/conf/machine-sdk/i586.conf index 41e5e159d1..05e826965e 100644 --- a/meta/conf/machine-sdk/i586.conf +++ b/meta/conf/machine-sdk/i586.conf | |||
@@ -1,4 +1,4 @@ | |||
1 | SDK_ARCH = "i586" | 1 | SDK_ARCH = "i586" |
2 | SDK_CC_ARCH = "-march=i586" | 2 | SDK_CC_ARCH = "-march=i586" |
3 | ABIEXTENSION_class-nativesdk = "" | 3 | ABIEXTENSION:class-nativesdk = "" |
4 | 4 | ||
diff --git a/meta/conf/machine-sdk/i686.conf b/meta/conf/machine-sdk/i686.conf index fe406972c8..22f580e70f 100644 --- a/meta/conf/machine-sdk/i686.conf +++ b/meta/conf/machine-sdk/i686.conf | |||
@@ -1,3 +1,3 @@ | |||
1 | SDK_ARCH = "i686" | 1 | SDK_ARCH = "i686" |
2 | SDK_CC_ARCH = "-march=i686" | 2 | SDK_CC_ARCH = "-march=i686" |
3 | ABIEXTENSION_class-nativesdk = "" | 3 | ABIEXTENSION:class-nativesdk = "" |
diff --git a/meta/conf/machine-sdk/ppc64.conf b/meta/conf/machine-sdk/ppc64.conf index 1eb064eef0..b41325dfe7 100644 --- a/meta/conf/machine-sdk/ppc64.conf +++ b/meta/conf/machine-sdk/ppc64.conf | |||
@@ -1,2 +1,2 @@ | |||
1 | SDK_ARCH = "ppc64" | 1 | SDK_ARCH = "ppc64" |
2 | ABIEXTENSION_class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
diff --git a/meta/conf/machine-sdk/ppc64le.conf b/meta/conf/machine-sdk/ppc64le.conf index 0eebc5853c..db1f863496 100644 --- a/meta/conf/machine-sdk/ppc64le.conf +++ b/meta/conf/machine-sdk/ppc64le.conf | |||
@@ -1,2 +1,2 @@ | |||
1 | SDK_ARCH = "ppc64le" | 1 | SDK_ARCH = "ppc64le" |
2 | ABIEXTENSION_class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
diff --git a/meta/conf/machine-sdk/x86_64.conf b/meta/conf/machine-sdk/x86_64.conf index 61439b4fb0..8d494b261e 100644 --- a/meta/conf/machine-sdk/x86_64.conf +++ b/meta/conf/machine-sdk/x86_64.conf | |||
@@ -1,2 +1,2 @@ | |||
1 | SDK_ARCH = "x86_64" | 1 | SDK_ARCH = "x86_64" |
2 | ABIEXTENSION_class-nativesdk = "" | 2 | ABIEXTENSION:class-nativesdk = "" |
diff --git a/meta/conf/machine/include/README b/meta/conf/machine/include/README index d66130acbc..3ae68231d0 100644 --- a/meta/conf/machine/include/README +++ b/meta/conf/machine/include/README | |||
@@ -31,10 +31,10 @@ TUNECONFLICTS[feature] - A list of features which conflict with <feature>. | |||
31 | New sanity checks will try to reject combinations in which a single | 31 | New sanity checks will try to reject combinations in which a single |
32 | tuning ends up with features which conflict with each other. | 32 | tuning ends up with features which conflict with each other. |
33 | 33 | ||
34 | TUNE_FEATURES - This is automatically defined as TUNE_FEATURES_tune-<tune>. | 34 | TUNE_FEATURES - This is automatically defined as TUNE_FEATURES:tune-<tune>. |
35 | See TUNE_FEATURES_tune-<tune> for more information. | 35 | See TUNE_FEATURES:tune-<tune> for more information. |
36 | 36 | ||
37 | TUNE_FEATURES_tune-<tune> - Specify the features used to describe a | 37 | TUNE_FEATURES:tune-<tune> - Specify the features used to describe a |
38 | specific tune. This is a list of features that a tune support, each | 38 | specific tune. This is a list of features that a tune support, each |
39 | feature must be in the TUNEVALID list. Note: the tune and a given | 39 | feature must be in the TUNEVALID list. Note: the tune and a given |
40 | feature name may be the same, but they have different purposes. Only | 40 | feature name may be the same, but they have different purposes. Only |
@@ -66,10 +66,10 @@ CPU family. | |||
66 | 66 | ||
67 | PACKAGE_EXTRA_ARCHS - Lists all runtime compatible package | 67 | PACKAGE_EXTRA_ARCHS - Lists all runtime compatible package |
68 | architectures. By default this is equal to | 68 | architectures. By default this is equal to |
69 | PACKAGE_EXTRA_ARCHS_tune-<tune>. If an architecture deviates from the | 69 | PACKAGE_EXTRA_ARCHS:tune-<tune>. If an architecture deviates from the |
70 | default it will be listed in the architecture README. | 70 | default it will be listed in the architecture README. |
71 | 71 | ||
72 | PACKAGE_EXTRA_ARCHS_tune-<tune> - List all of the package architectures | 72 | PACKAGE_EXTRA_ARCHS:tune-<tune> - List all of the package architectures |
73 | that are compatible with this specific tune. The package arch of this | 73 | that are compatible with this specific tune. The package arch of this |
74 | tune must be in the list. | 74 | tune must be in the list. |
75 | 75 | ||
@@ -79,7 +79,7 @@ architecture specific floating point. This is synchronized with the | |||
79 | compiler and other toolchain items. This should be dynamically | 79 | compiler and other toolchain items. This should be dynamically |
80 | configured in the same way that TUNE_CCARGS is. | 80 | configured in the same way that TUNE_CCARGS is. |
81 | 81 | ||
82 | BASE_LIB_tune-<tune> - The "/lib" location for a specific ABI. This is | 82 | BASE_LIB:tune-<tune> - The "/lib" location for a specific ABI. This is |
83 | used in a multilib configuration to place the libraries in the correct, | 83 | used in a multilib configuration to place the libraries in the correct, |
84 | non-conflicting locations. | 84 | non-conflicting locations. |
85 | 85 | ||
diff --git a/meta/conf/machine/include/arm/README b/meta/conf/machine/include/arm/README index a1beb75fdf..c5637798e6 100644 --- a/meta/conf/machine/include/arm/README +++ b/meta/conf/machine/include/arm/README | |||
@@ -10,7 +10,7 @@ of the existence of the "bigendian" feature in a given tune. | |||
10 | 10 | ||
11 | A small set of ARM specific variables have been defined to allow | 11 | A small set of ARM specific variables have been defined to allow |
12 | TUNE_PKGARCH to be automatically defined. Optimized tunings must NOT | 12 | TUNE_PKGARCH to be automatically defined. Optimized tunings must NOT |
13 | change the definiton of TUNE_PKGARCH. TUNE_PKGACH_tune-<tune> will be | 13 | change the definiton of TUNE_PKGARCH. TUNE_PKGACH:tune-<tune> will be |
14 | ignored. The format of the package arch is enforced by the TUNE_PKGARCH | 14 | ignored. The format of the package arch is enforced by the TUNE_PKGARCH |
15 | default. The format must be of the form: | 15 | default. The format must be of the form: |
16 | <armversion>[t][e][hf][b][-vfp][-neon] | 16 | <armversion>[t][e][hf][b][-vfp][-neon] |
diff --git a/meta/conf/machine/include/arm/arch-arm.inc b/meta/conf/machine/include/arm/arch-arm.inc index 99625d8417..869089051c 100644 --- a/meta/conf/machine/include/arm/arch-arm.inc +++ b/meta/conf/machine/include/arm/arch-arm.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | 1 | ||
2 | TUNEVALID[bigendian] = "Enable big-endian mode." | 2 | TUNEVALID[bigendian] = "Enable big-endian mode." |
3 | 3 | ||
4 | ARMPKGARCH = "${ARMPKGARCH_tune-${DEFAULTTUNE}}" | 4 | ARMPKGARCH = "${ARMPKGARCH:tune-${DEFAULTTUNE}}" |
5 | ARMPKGSFX_ENDIAN = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', 'b', '', d)}" | 5 | ARMPKGSFX_ENDIAN = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', 'b', '', d)}" |
6 | ARMPKGSFX_FPU ??= "" | 6 | ARMPKGSFX_FPU ??= "" |
7 | ARMPKGSFX_DSP ??= "" | 7 | ARMPKGSFX_DSP ??= "" |
diff --git a/meta/conf/machine/include/arm/arch-arm64.inc b/meta/conf/machine/include/arm/arch-arm64.inc index eab3323ec6..0e2efb5a40 100644 --- a/meta/conf/machine/include/arm/arch-arm64.inc +++ b/meta/conf/machine/include/arm/arch-arm64.inc | |||
@@ -9,17 +9,17 @@ MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'aarch64', 'aarch64:' | |||
9 | 9 | ||
10 | # Little Endian base configs | 10 | # Little Endian base configs |
11 | AVAILTUNES += "aarch64 aarch64_be" | 11 | AVAILTUNES += "aarch64 aarch64_be" |
12 | ARMPKGARCH_tune-aarch64 ?= "aarch64" | 12 | ARMPKGARCH:tune-aarch64 ?= "aarch64" |
13 | ARMPKGARCH_tune-aarch64_be ?= "aarch64" | 13 | ARMPKGARCH:tune-aarch64_be ?= "aarch64" |
14 | TUNE_FEATURES_tune-aarch64 = "aarch64" | 14 | TUNE_FEATURES:tune-aarch64 = "aarch64" |
15 | TUNE_FEATURES_tune-aarch64_be = "${TUNE_FEATURES_tune-aarch64} bigendian" | 15 | TUNE_FEATURES:tune-aarch64_be = "${TUNE_FEATURES:tune-aarch64} bigendian" |
16 | TUNE_PKGARCH_64_tune-aarch64 = "aarch64" | 16 | TUNE_PKGARCH_64:tune-aarch64 = "aarch64" |
17 | TUNE_PKGARCH_64_tune-aarch64_be = "aarch64_be" | 17 | TUNE_PKGARCH_64:tune-aarch64_be = "aarch64_be" |
18 | BASE_LIB_tune-aarch64 = "lib64" | 18 | BASE_LIB:tune-aarch64 = "lib64" |
19 | BASE_LIB_tune-aarch64_be = "lib64" | 19 | BASE_LIB:tune-aarch64_be = "lib64" |
20 | 20 | ||
21 | PACKAGE_EXTRA_ARCHS_tune-aarch64 = "aarch64" | 21 | PACKAGE_EXTRA_ARCHS:tune-aarch64 = "aarch64" |
22 | PACKAGE_EXTRA_ARCHS_tune-aarch64_be = "aarch64_be" | 22 | PACKAGE_EXTRA_ARCHS:tune-aarch64_be = "aarch64_be" |
23 | 23 | ||
24 | ARMPKGSFX_ENDIAN_64 = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', '_be', '', d)}" | 24 | ARMPKGSFX_ENDIAN_64 = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', '_be', '', d)}" |
25 | TUNE_ARCH_64 = "aarch64${ARMPKGSFX_ENDIAN_64}" | 25 | TUNE_ARCH_64 = "aarch64${ARMPKGSFX_ENDIAN_64}" |
diff --git a/meta/conf/machine/include/arm/arch-armv4.inc b/meta/conf/machine/include/arm/arch-armv4.inc index b71739c20a..4f4a63b287 100644 --- a/meta/conf/machine/include/arm/arch-armv4.inc +++ b/meta/conf/machine/include/arm/arch-armv4.inc | |||
@@ -17,18 +17,18 @@ require conf/machine/include/arm/feature-arm-thumb.inc | |||
17 | 17 | ||
18 | # Little Endian | 18 | # Little Endian |
19 | AVAILTUNES += "armv4 armv4t" | 19 | AVAILTUNES += "armv4 armv4t" |
20 | ARMPKGARCH_tune-armv4 ?= "armv4" | 20 | ARMPKGARCH:tune-armv4 ?= "armv4" |
21 | ARMPKGARCH_tune-armv4t ?= "armv4" | 21 | ARMPKGARCH:tune-armv4t ?= "armv4" |
22 | TUNE_FEATURES_tune-armv4 = "arm armv4" | 22 | TUNE_FEATURES:tune-armv4 = "arm armv4" |
23 | TUNE_FEATURES_tune-armv4t = "${TUNE_FEATURES_tune-armv4} thumb" | 23 | TUNE_FEATURES:tune-armv4t = "${TUNE_FEATURES:tune-armv4} thumb" |
24 | PACKAGE_EXTRA_ARCHS_tune-armv4 = "arm armv4" | 24 | PACKAGE_EXTRA_ARCHS:tune-armv4 = "arm armv4" |
25 | PACKAGE_EXTRA_ARCHS_tune-armv4t = "${PACKAGE_EXTRA_ARCHS_tune-armv4} armv4t" | 25 | PACKAGE_EXTRA_ARCHS:tune-armv4t = "${PACKAGE_EXTRA_ARCHS:tune-armv4} armv4t" |
26 | 26 | ||
27 | # Big Endian | 27 | # Big Endian |
28 | AVAILTUNES += "armv4b armv4tb" | 28 | AVAILTUNES += "armv4b armv4tb" |
29 | ARMPKGARCH_tune-armv4b ?= "armv4" | 29 | ARMPKGARCH:tune-armv4b ?= "armv4" |
30 | ARMPKGARCH_tune-armv4tb ?= "armv4" | 30 | ARMPKGARCH:tune-armv4tb ?= "armv4" |
31 | TUNE_FEATURES_tune-armv4b = "${TUNE_FEATURES_tune-armv4} bigendian" | 31 | TUNE_FEATURES:tune-armv4b = "${TUNE_FEATURES:tune-armv4} bigendian" |
32 | TUNE_FEATURES_tune-armv4tb = "${TUNE_FEATURES_tune-armv4t} bigendian" | 32 | TUNE_FEATURES:tune-armv4tb = "${TUNE_FEATURES:tune-armv4t} bigendian" |
33 | PACKAGE_EXTRA_ARCHS_tune-armv4b = "armeb armv4b" | 33 | PACKAGE_EXTRA_ARCHS:tune-armv4b = "armeb armv4b" |
34 | PACKAGE_EXTRA_ARCHS_tune-armv4tb = "${PACKAGE_EXTRA_ARCHS_tune-armv4b} armv4tb" | 34 | PACKAGE_EXTRA_ARCHS:tune-armv4tb = "${PACKAGE_EXTRA_ARCHS:tune-armv4b} armv4tb" |
diff --git a/meta/conf/machine/include/arm/arch-armv5-dsp.inc b/meta/conf/machine/include/arm/arch-armv5-dsp.inc index d117af1520..d296e827cf 100644 --- a/meta/conf/machine/include/arm/arch-armv5-dsp.inc +++ b/meta/conf/machine/include/arm/arch-armv5-dsp.inc | |||
@@ -5,48 +5,48 @@ require conf/machine/include/arm/arch-armv5.inc | |||
5 | 5 | ||
6 | # Little Endian | 6 | # Little Endian |
7 | AVAILTUNES += "armv5e armv5te" | 7 | AVAILTUNES += "armv5e armv5te" |
8 | ARMPKGARCH_tune-armv5e ?= "armv5" | 8 | ARMPKGARCH:tune-armv5e ?= "armv5" |
9 | ARMPKGARCH_tune-armv5te ?= "armv5" | 9 | ARMPKGARCH:tune-armv5te ?= "armv5" |
10 | TUNE_FEATURES_tune-armv5e = "${TUNE_FEATURES_tune-armv5} dsp" | 10 | TUNE_FEATURES:tune-armv5e = "${TUNE_FEATURES:tune-armv5} dsp" |
11 | TUNE_FEATURES_tune-armv5te = "${TUNE_FEATURES_tune-armv5t} dsp" | 11 | TUNE_FEATURES:tune-armv5te = "${TUNE_FEATURES:tune-armv5t} dsp" |
12 | PACKAGE_EXTRA_ARCHS_tune-armv5e = "${PACKAGE_EXTRA_ARCHS_tune-armv5} armv5e" | 12 | PACKAGE_EXTRA_ARCHS:tune-armv5e = "${PACKAGE_EXTRA_ARCHS:tune-armv5} armv5e" |
13 | PACKAGE_EXTRA_ARCHS_tune-armv5te = "${PACKAGE_EXTRA_ARCHS_tune-armv5t} armv5e armv5te" | 13 | PACKAGE_EXTRA_ARCHS:tune-armv5te = "${PACKAGE_EXTRA_ARCHS:tune-armv5t} armv5e armv5te" |
14 | 14 | ||
15 | # Little Endian + VFP/DSP | 15 | # Little Endian + VFP/DSP |
16 | AVAILTUNES += "armv5e-vfp armv5te-vfp armv5ehf-vfp armv5tehf-vfp" | 16 | AVAILTUNES += "armv5e-vfp armv5te-vfp armv5ehf-vfp armv5tehf-vfp" |
17 | ARMPKGARCH_tune-armv5e-vfp ?= "armv5" | 17 | ARMPKGARCH:tune-armv5e-vfp ?= "armv5" |
18 | ARMPKGARCH_tune-armv5te-vfp ?= "armv5" | 18 | ARMPKGARCH:tune-armv5te-vfp ?= "armv5" |
19 | ARMPKGARCH_tune-armv5ehf-vfp ?= "armv5" | 19 | ARMPKGARCH:tune-armv5ehf-vfp ?= "armv5" |
20 | ARMPKGARCH_tune-armv5tehf-vfp ?= "armv5" | 20 | ARMPKGARCH:tune-armv5tehf-vfp ?= "armv5" |
21 | TUNE_FEATURES_tune-armv5e-vfp = "${TUNE_FEATURES_tune-armv5e} vfp" | 21 | TUNE_FEATURES:tune-armv5e-vfp = "${TUNE_FEATURES:tune-armv5e} vfp" |
22 | TUNE_FEATURES_tune-armv5te-vfp = "${TUNE_FEATURES_tune-armv5te} vfp" | 22 | TUNE_FEATURES:tune-armv5te-vfp = "${TUNE_FEATURES:tune-armv5te} vfp" |
23 | TUNE_FEATURES_tune-armv5ehf-vfp = "${TUNE_FEATURES_tune-armv5e-vfp} callconvention-hard" | 23 | TUNE_FEATURES:tune-armv5ehf-vfp = "${TUNE_FEATURES:tune-armv5e-vfp} callconvention-hard" |
24 | TUNE_FEATURES_tune-armv5tehf-vfp = "${TUNE_FEATURES_tune-armv5te-vfp} callconvention-hard" | 24 | TUNE_FEATURES:tune-armv5tehf-vfp = "${TUNE_FEATURES:tune-armv5te-vfp} callconvention-hard" |
25 | PACKAGE_EXTRA_ARCHS_tune-armv5e-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5-vfp} armv5e armv5e-vfp" | 25 | PACKAGE_EXTRA_ARCHS:tune-armv5e-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5-vfp} armv5e armv5e-vfp" |
26 | PACKAGE_EXTRA_ARCHS_tune-armv5te-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5t-vfp} armv5e armv5te armv5e-vfp armv5te-vfp" | 26 | PACKAGE_EXTRA_ARCHS:tune-armv5te-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5t-vfp} armv5e armv5te armv5e-vfp armv5te-vfp" |
27 | PACKAGE_EXTRA_ARCHS_tune-armv5ehf-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5hf-vfp} armv5ehf-vfp" | 27 | PACKAGE_EXTRA_ARCHS:tune-armv5ehf-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5hf-vfp} armv5ehf-vfp" |
28 | PACKAGE_EXTRA_ARCHS_tune-armv5tehf-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5thf-vfp} armv5ehf-vfp armv5tehf-vfp" | 28 | PACKAGE_EXTRA_ARCHS:tune-armv5tehf-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5thf-vfp} armv5ehf-vfp armv5tehf-vfp" |
29 | 29 | ||
30 | # Big Endian | 30 | # Big Endian |
31 | AVAILTUNES += "armv5eb armv5teb" | 31 | AVAILTUNES += "armv5eb armv5teb" |
32 | ARMPKGARCH_tune-armv5eb ?= "armv5" | 32 | ARMPKGARCH:tune-armv5eb ?= "armv5" |
33 | ARMPKGARCH_tune-armv5teb ?= "armv5" | 33 | ARMPKGARCH:tune-armv5teb ?= "armv5" |
34 | TUNE_FEATURES_tune-armv5eb = "${TUNE_FEATURES_tune-armv5e} bigendian" | 34 | TUNE_FEATURES:tune-armv5eb = "${TUNE_FEATURES:tune-armv5e} bigendian" |
35 | TUNE_FEATURES_tune-armv5teb = "${TUNE_FEATURES_tune-armv5te} bigendian" | 35 | TUNE_FEATURES:tune-armv5teb = "${TUNE_FEATURES:tune-armv5te} bigendian" |
36 | PACKAGE_EXTRA_ARCHS_tune-armv5eb = "${PACKAGE_EXTRA_ARCHS_tune-armv5b} armv5eb" | 36 | PACKAGE_EXTRA_ARCHS:tune-armv5eb = "${PACKAGE_EXTRA_ARCHS:tune-armv5b} armv5eb" |
37 | PACKAGE_EXTRA_ARCHS_tune-armv5teb = "${PACKAGE_EXTRA_ARCHS_tune-armv5tb} armv5eb armv5teb" | 37 | PACKAGE_EXTRA_ARCHS:tune-armv5teb = "${PACKAGE_EXTRA_ARCHS:tune-armv5tb} armv5eb armv5teb" |
38 | 38 | ||
39 | # Big Endian + VFP/DSP | 39 | # Big Endian + VFP/DSP |
40 | AVAILTUNES += "armv5eb-vfp armv5teb-vfp armv5ehfb-vfp armv5tehfb-vfp" | 40 | AVAILTUNES += "armv5eb-vfp armv5teb-vfp armv5ehfb-vfp armv5tehfb-vfp" |
41 | ARMPKGARCH_tune-armv5eb-vfp ?= "armv5" | 41 | ARMPKGARCH:tune-armv5eb-vfp ?= "armv5" |
42 | ARMPKGARCH_tune-armv5teb-vfp ?= "armv5" | 42 | ARMPKGARCH:tune-armv5teb-vfp ?= "armv5" |
43 | ARMPKGARCH_tune-armv5ehfb-vfp ?= "armv5" | 43 | ARMPKGARCH:tune-armv5ehfb-vfp ?= "armv5" |
44 | ARMPKGARCH_tune-armv5tehfb-vfp ?= "armv5" | 44 | ARMPKGARCH:tune-armv5tehfb-vfp ?= "armv5" |
45 | TUNE_FEATURES_tune-armv5eb-vfp = "${TUNE_FEATURES_tune-armv5e-vfp} bigendian" | 45 | TUNE_FEATURES:tune-armv5eb-vfp = "${TUNE_FEATURES:tune-armv5e-vfp} bigendian" |
46 | TUNE_FEATURES_tune-armv5teb-vfp = "${TUNE_FEATURES_tune-armv5te-vfp} bigendian" | 46 | TUNE_FEATURES:tune-armv5teb-vfp = "${TUNE_FEATURES:tune-armv5te-vfp} bigendian" |
47 | TUNE_FEATURES_tune-armv5ehfb-vfp = "${TUNE_FEATURES_tune-armv5ehf-vfp} bigendian" | 47 | TUNE_FEATURES:tune-armv5ehfb-vfp = "${TUNE_FEATURES:tune-armv5ehf-vfp} bigendian" |
48 | TUNE_FEATURES_tune-armv5tehfb-vfp = "${TUNE_FEATURES_tune-armv5tehf-vfp} bigendian" | 48 | TUNE_FEATURES:tune-armv5tehfb-vfp = "${TUNE_FEATURES:tune-armv5tehf-vfp} bigendian" |
49 | PACKAGE_EXTRA_ARCHS_tune-armv5eb-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5b-vfp} armv5eb armv5eb-vfp" | 49 | PACKAGE_EXTRA_ARCHS:tune-armv5eb-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5b-vfp} armv5eb armv5eb-vfp" |
50 | PACKAGE_EXTRA_ARCHS_tune-armv5teb-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5tb-vfp} armv5eb armv5teb armv5eb-vfp armv5teb-vfp" | 50 | PACKAGE_EXTRA_ARCHS:tune-armv5teb-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5tb-vfp} armv5eb armv5teb armv5eb-vfp armv5teb-vfp" |
51 | PACKAGE_EXTRA_ARCHS_tune-armv5ehfb-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5hfb-vfp} armv5ehfb-vfp" | 51 | PACKAGE_EXTRA_ARCHS:tune-armv5ehfb-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5hfb-vfp} armv5ehfb-vfp" |
52 | PACKAGE_EXTRA_ARCHS_tune-armv5tehfb-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5thfb-vfp} armv5ehfb-vfp armv5tehfb-vfp" | 52 | PACKAGE_EXTRA_ARCHS:tune-armv5tehfb-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5thfb-vfp} armv5ehfb-vfp armv5tehfb-vfp" |
diff --git a/meta/conf/machine/include/arm/arch-armv5.inc b/meta/conf/machine/include/arm/arch-armv5.inc index 52d8590165..5f46992098 100644 --- a/meta/conf/machine/include/arm/arch-armv5.inc +++ b/meta/conf/machine/include/arm/arch-armv5.inc | |||
@@ -10,48 +10,48 @@ require conf/machine/include/arm/feature-arm-vfp.inc | |||
10 | 10 | ||
11 | # Little Endian | 11 | # Little Endian |
12 | AVAILTUNES += "armv5 armv5t" | 12 | AVAILTUNES += "armv5 armv5t" |
13 | ARMPKGARCH_tune-armv5 ?= "armv5" | 13 | ARMPKGARCH:tune-armv5 ?= "armv5" |
14 | ARMPKGARCH_tune-armv5t ?= "armv5" | 14 | ARMPKGARCH:tune-armv5t ?= "armv5" |
15 | TUNE_FEATURES_tune-armv5 = "arm armv5" | 15 | TUNE_FEATURES:tune-armv5 = "arm armv5" |
16 | TUNE_FEATURES_tune-armv5t = "${TUNE_FEATURES_tune-armv5} thumb" | 16 | TUNE_FEATURES:tune-armv5t = "${TUNE_FEATURES:tune-armv5} thumb" |
17 | PACKAGE_EXTRA_ARCHS_tune-armv5 = "${PACKAGE_EXTRA_ARCHS_tune-armv4} armv5" | 17 | PACKAGE_EXTRA_ARCHS:tune-armv5 = "${PACKAGE_EXTRA_ARCHS:tune-armv4} armv5" |
18 | PACKAGE_EXTRA_ARCHS_tune-armv5t = "${PACKAGE_EXTRA_ARCHS_tune-armv4t} armv5 armv5t" | 18 | PACKAGE_EXTRA_ARCHS:tune-armv5t = "${PACKAGE_EXTRA_ARCHS:tune-armv4t} armv5 armv5t" |
19 | 19 | ||
20 | # Little Endian + VFP/DSP | 20 | # Little Endian + VFP/DSP |
21 | AVAILTUNES += "armv5-vfp armv5t-vfp armv5hf-vfp armv5thf-vfp" | 21 | AVAILTUNES += "armv5-vfp armv5t-vfp armv5hf-vfp armv5thf-vfp" |
22 | ARMPKGARCH_tune-armv5-vfp ?= "armv5" | 22 | ARMPKGARCH:tune-armv5-vfp ?= "armv5" |
23 | ARMPKGARCH_tune-armv5t-vfp ?= "armv5" | 23 | ARMPKGARCH:tune-armv5t-vfp ?= "armv5" |
24 | ARMPKGARCH_tune-armv5hf-vfp ?= "armv5" | 24 | ARMPKGARCH:tune-armv5hf-vfp ?= "armv5" |
25 | ARMPKGARCH_tune-armv5thf-vfp ?= "armv5" | 25 | ARMPKGARCH:tune-armv5thf-vfp ?= "armv5" |
26 | TUNE_FEATURES_tune-armv5-vfp = "${TUNE_FEATURES_tune-armv5} vfp" | 26 | TUNE_FEATURES:tune-armv5-vfp = "${TUNE_FEATURES:tune-armv5} vfp" |
27 | TUNE_FEATURES_tune-armv5t-vfp = "${TUNE_FEATURES_tune-armv5t} vfp" | 27 | TUNE_FEATURES:tune-armv5t-vfp = "${TUNE_FEATURES:tune-armv5t} vfp" |
28 | TUNE_FEATURES_tune-armv5hf-vfp = "${TUNE_FEATURES_tune-armv5-vfp} callconvention-hard" | 28 | TUNE_FEATURES:tune-armv5hf-vfp = "${TUNE_FEATURES:tune-armv5-vfp} callconvention-hard" |
29 | TUNE_FEATURES_tune-armv5thf-vfp = "${TUNE_FEATURES_tune-armv5t-vfp} callconvention-hard" | 29 | TUNE_FEATURES:tune-armv5thf-vfp = "${TUNE_FEATURES:tune-armv5t-vfp} callconvention-hard" |
30 | PACKAGE_EXTRA_ARCHS_tune-armv5-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5} armv5-vfp" | 30 | PACKAGE_EXTRA_ARCHS:tune-armv5-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5} armv5-vfp" |
31 | PACKAGE_EXTRA_ARCHS_tune-armv5t-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5t} armv5-vfp armv5t-vfp" | 31 | PACKAGE_EXTRA_ARCHS:tune-armv5t-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5t} armv5-vfp armv5t-vfp" |
32 | PACKAGE_EXTRA_ARCHS_tune-armv5hf-vfp = "armv5hf-vfp" | 32 | PACKAGE_EXTRA_ARCHS:tune-armv5hf-vfp = "armv5hf-vfp" |
33 | PACKAGE_EXTRA_ARCHS_tune-armv5thf-vfp = "armv5hf-vfp armv5thf-vfp" | 33 | PACKAGE_EXTRA_ARCHS:tune-armv5thf-vfp = "armv5hf-vfp armv5thf-vfp" |
34 | 34 | ||
35 | # Big Endian | 35 | # Big Endian |
36 | AVAILTUNES += "armv5b armv5tb" | 36 | AVAILTUNES += "armv5b armv5tb" |
37 | ARMPKGARCH_tune-armv5b ?= "armv5" | 37 | ARMPKGARCH:tune-armv5b ?= "armv5" |
38 | ARMPKGARCH_tune-armv5tb ?= "armv5" | 38 | ARMPKGARCH:tune-armv5tb ?= "armv5" |
39 | TUNE_FEATURES_tune-armv5b = "${TUNE_FEATURES_tune-armv5} bigendian" | 39 | TUNE_FEATURES:tune-armv5b = "${TUNE_FEATURES:tune-armv5} bigendian" |
40 | TUNE_FEATURES_tune-armv5tb = "${TUNE_FEATURES_tune-armv5t} bigendian" | 40 | TUNE_FEATURES:tune-armv5tb = "${TUNE_FEATURES:tune-armv5t} bigendian" |
41 | PACKAGE_EXTRA_ARCHS_tune-armv5b = "${PACKAGE_EXTRA_ARCHS_tune-armv4b} armv5b" | 41 | PACKAGE_EXTRA_ARCHS:tune-armv5b = "${PACKAGE_EXTRA_ARCHS:tune-armv4b} armv5b" |
42 | PACKAGE_EXTRA_ARCHS_tune-armv5tb = "${PACKAGE_EXTRA_ARCHS_tune-armv4tb} armv5b armv5tb" | 42 | PACKAGE_EXTRA_ARCHS:tune-armv5tb = "${PACKAGE_EXTRA_ARCHS:tune-armv4tb} armv5b armv5tb" |
43 | 43 | ||
44 | # Big Endian + VFP/DSP | 44 | # Big Endian + VFP/DSP |
45 | AVAILTUNES += "armv5b-vfp armv5tb-vfp armv5hfb-vfp armv5thfb-vfp" | 45 | AVAILTUNES += "armv5b-vfp armv5tb-vfp armv5hfb-vfp armv5thfb-vfp" |
46 | ARMPKGARCH_tune-armv5b-vfp ?= "armv5" | 46 | ARMPKGARCH:tune-armv5b-vfp ?= "armv5" |
47 | ARMPKGARCH_tune-armv5tb-vfp ?= "armv5" | 47 | ARMPKGARCH:tune-armv5tb-vfp ?= "armv5" |
48 | ARMPKGARCH_tune-armv5hfb-vfp ?= "armv5" | 48 | ARMPKGARCH:tune-armv5hfb-vfp ?= "armv5" |
49 | ARMPKGARCH_tune-armv5thfb-vfp ?= "armv5" | 49 | ARMPKGARCH:tune-armv5thfb-vfp ?= "armv5" |
50 | TUNE_FEATURES_tune-armv5b-vfp = "${TUNE_FEATURES_tune-armv5-vfp} bigendian" | 50 | TUNE_FEATURES:tune-armv5b-vfp = "${TUNE_FEATURES:tune-armv5-vfp} bigendian" |
51 | TUNE_FEATURES_tune-armv5tb-vfp = "${TUNE_FEATURES_tune-armv5t-vfp} bigendian" | 51 | TUNE_FEATURES:tune-armv5tb-vfp = "${TUNE_FEATURES:tune-armv5t-vfp} bigendian" |
52 | TUNE_FEATURES_tune-armv5hfb-vfp = "${TUNE_FEATURES_tune-armv5hf-vfp} bigendian" | 52 | TUNE_FEATURES:tune-armv5hfb-vfp = "${TUNE_FEATURES:tune-armv5hf-vfp} bigendian" |
53 | TUNE_FEATURES_tune-armv5thfb-vfp = "${TUNE_FEATURES_tune-armv5thf-vfp} bigendian" | 53 | TUNE_FEATURES:tune-armv5thfb-vfp = "${TUNE_FEATURES:tune-armv5thf-vfp} bigendian" |
54 | PACKAGE_EXTRA_ARCHS_tune-armv5b-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5b} armv5b-vfp" | 54 | PACKAGE_EXTRA_ARCHS:tune-armv5b-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5b} armv5b-vfp" |
55 | PACKAGE_EXTRA_ARCHS_tune-armv5tb-vfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5tb} armv5b-vfp armv5tb-vfp" | 55 | PACKAGE_EXTRA_ARCHS:tune-armv5tb-vfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5tb} armv5b-vfp armv5tb-vfp" |
56 | PACKAGE_EXTRA_ARCHS_tune-armv5hfb-vfp = "armv5hfb-vfp" | 56 | PACKAGE_EXTRA_ARCHS:tune-armv5hfb-vfp = "armv5hfb-vfp" |
57 | PACKAGE_EXTRA_ARCHS_tune-armv5thfb-vfp = "armv5hfb-vfp armv5thfb-vfp" | 57 | PACKAGE_EXTRA_ARCHS:tune-armv5thfb-vfp = "armv5hfb-vfp armv5thfb-vfp" |
diff --git a/meta/conf/machine/include/arm/arch-armv6.inc b/meta/conf/machine/include/arm/arch-armv6.inc index 7531890e2e..9d2e112b71 100644 --- a/meta/conf/machine/include/arm/arch-armv6.inc +++ b/meta/conf/machine/include/arm/arch-armv6.inc | |||
@@ -9,42 +9,42 @@ require conf/machine/include/arm/arch-armv5-dsp.inc | |||
9 | 9 | ||
10 | # Little Endian | 10 | # Little Endian |
11 | AVAILTUNES += "armv6-novfp armv6t-novfp armv6 armv6t armv6hf armv6thf" | 11 | AVAILTUNES += "armv6-novfp armv6t-novfp armv6 armv6t armv6hf armv6thf" |
12 | ARMPKGARCH_tune-armv6-novfp ?= "armv6" | 12 | ARMPKGARCH:tune-armv6-novfp ?= "armv6" |
13 | ARMPKGARCH_tune-armv6t-novfp ?= "armv6" | 13 | ARMPKGARCH:tune-armv6t-novfp ?= "armv6" |
14 | ARMPKGARCH_tune-armv6 ?= "armv6" | 14 | ARMPKGARCH:tune-armv6 ?= "armv6" |
15 | ARMPKGARCH_tune-armv6t ?= "armv6" | 15 | ARMPKGARCH:tune-armv6t ?= "armv6" |
16 | ARMPKGARCH_tune-armv6hf ?= "armv6" | 16 | ARMPKGARCH:tune-armv6hf ?= "armv6" |
17 | ARMPKGARCH_tune-armv6thf ?= "armv6" | 17 | ARMPKGARCH:tune-armv6thf ?= "armv6" |
18 | TUNE_FEATURES_tune-armv6-novfp = "arm armv6" | 18 | TUNE_FEATURES:tune-armv6-novfp = "arm armv6" |
19 | TUNE_FEATURES_tune-armv6t-novfp = "${TUNE_FEATURES_tune-armv6-novfp} thumb" | 19 | TUNE_FEATURES:tune-armv6t-novfp = "${TUNE_FEATURES:tune-armv6-novfp} thumb" |
20 | TUNE_FEATURES_tune-armv6 = "${TUNE_FEATURES_tune-armv6-novfp} vfp" | 20 | TUNE_FEATURES:tune-armv6 = "${TUNE_FEATURES:tune-armv6-novfp} vfp" |
21 | TUNE_FEATURES_tune-armv6t = "${TUNE_FEATURES_tune-armv6t-novfp} vfp" | 21 | TUNE_FEATURES:tune-armv6t = "${TUNE_FEATURES:tune-armv6t-novfp} vfp" |
22 | TUNE_FEATURES_tune-armv6hf = "${TUNE_FEATURES_tune-armv6} callconvention-hard" | 22 | TUNE_FEATURES:tune-armv6hf = "${TUNE_FEATURES:tune-armv6} callconvention-hard" |
23 | TUNE_FEATURES_tune-armv6thf = "${TUNE_FEATURES_tune-armv6t} callconvention-hard" | 23 | TUNE_FEATURES:tune-armv6thf = "${TUNE_FEATURES:tune-armv6t} callconvention-hard" |
24 | PACKAGE_EXTRA_ARCHS_tune-armv6-novfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5e} armv6" | 24 | PACKAGE_EXTRA_ARCHS:tune-armv6-novfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5e} armv6" |
25 | PACKAGE_EXTRA_ARCHS_tune-armv6t-novfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} armv6 armv6t" | 25 | PACKAGE_EXTRA_ARCHS:tune-armv6t-novfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5te} armv6 armv6t" |
26 | PACKAGE_EXTRA_ARCHS_tune-armv6 = "${PACKAGE_EXTRA_ARCHS_tune-armv5e-vfp} armv6 armv6-vfp" | 26 | PACKAGE_EXTRA_ARCHS:tune-armv6 = "${PACKAGE_EXTRA_ARCHS:tune-armv5e-vfp} armv6 armv6-vfp" |
27 | PACKAGE_EXTRA_ARCHS_tune-armv6t = "${PACKAGE_EXTRA_ARCHS_tune-armv5te-vfp} armv6 armv6t armv6-vfp armv6t-vfp" | 27 | PACKAGE_EXTRA_ARCHS:tune-armv6t = "${PACKAGE_EXTRA_ARCHS:tune-armv5te-vfp} armv6 armv6t armv6-vfp armv6t-vfp" |
28 | PACKAGE_EXTRA_ARCHS_tune-armv6hf = "${PACKAGE_EXTRA_ARCHS_tune-armv5ehf-vfp} armv6hf-vfp" | 28 | PACKAGE_EXTRA_ARCHS:tune-armv6hf = "${PACKAGE_EXTRA_ARCHS:tune-armv5ehf-vfp} armv6hf-vfp" |
29 | PACKAGE_EXTRA_ARCHS_tune-armv6thf = "${PACKAGE_EXTRA_ARCHS_tune-armv5tehf-vfp} armv6hf-vfp armv6thf-vfp" | 29 | PACKAGE_EXTRA_ARCHS:tune-armv6thf = "${PACKAGE_EXTRA_ARCHS:tune-armv5tehf-vfp} armv6hf-vfp armv6thf-vfp" |
30 | 30 | ||
31 | # Big Endian | 31 | # Big Endian |
32 | AVAILTUNES += "armv6b-novfp armv6tb-novfp armv6b armv6tb armv6hfb armv6thfb" | 32 | AVAILTUNES += "armv6b-novfp armv6tb-novfp armv6b armv6tb armv6hfb armv6thfb" |
33 | ARMPKGARCH_tune-armv6b-novfp ?= "armv6" | 33 | ARMPKGARCH:tune-armv6b-novfp ?= "armv6" |
34 | ARMPKGARCH_tune-armv6tb-novfp ?= "armv6" | 34 | ARMPKGARCH:tune-armv6tb-novfp ?= "armv6" |
35 | ARMPKGARCH_tune-armv6b ?= "armv6" | 35 | ARMPKGARCH:tune-armv6b ?= "armv6" |
36 | ARMPKGARCH_tune-armv6tb ?= "armv6" | 36 | ARMPKGARCH:tune-armv6tb ?= "armv6" |
37 | ARMPKGARCH_tune-armv6hfb ?= "armv6" | 37 | ARMPKGARCH:tune-armv6hfb ?= "armv6" |
38 | ARMPKGARCH_tune-armv6thfb ?= "armv6" | 38 | ARMPKGARCH:tune-armv6thfb ?= "armv6" |
39 | TUNE_FEATURES_tune-armv6b-novfp = "${TUNE_FEATURES_tune-armv6-novfp} bigendian" | 39 | TUNE_FEATURES:tune-armv6b-novfp = "${TUNE_FEATURES:tune-armv6-novfp} bigendian" |
40 | TUNE_FEATURES_tune-armv6tb-novfp = "${TUNE_FEATURES_tune-armv6t-novfp} bigendian" | 40 | TUNE_FEATURES:tune-armv6tb-novfp = "${TUNE_FEATURES:tune-armv6t-novfp} bigendian" |
41 | TUNE_FEATURES_tune-armv6b = "${TUNE_FEATURES_tune-armv6} bigendian" | 41 | TUNE_FEATURES:tune-armv6b = "${TUNE_FEATURES:tune-armv6} bigendian" |
42 | TUNE_FEATURES_tune-armv6tb = "${TUNE_FEATURES_tune-armv6t} bigendian" | 42 | TUNE_FEATURES:tune-armv6tb = "${TUNE_FEATURES:tune-armv6t} bigendian" |
43 | TUNE_FEATURES_tune-armv6hfb = "${TUNE_FEATURES_tune-armv6hf} bigendian" | 43 | TUNE_FEATURES:tune-armv6hfb = "${TUNE_FEATURES:tune-armv6hf} bigendian" |
44 | TUNE_FEATURES_tune-armv6thfb = "${TUNE_FEATURES_tune-armv6thf} bigendian" | 44 | TUNE_FEATURES:tune-armv6thfb = "${TUNE_FEATURES:tune-armv6thf} bigendian" |
45 | PACKAGE_EXTRA_ARCHS_tune-armv6b-novfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5eb} armv6b" | 45 | PACKAGE_EXTRA_ARCHS:tune-armv6b-novfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5eb} armv6b" |
46 | PACKAGE_EXTRA_ARCHS_tune-armv6tb-novfp = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb} armv6b armv6tb" | 46 | PACKAGE_EXTRA_ARCHS:tune-armv6tb-novfp = "${PACKAGE_EXTRA_ARCHS:tune-armv5teb} armv6b armv6tb" |
47 | PACKAGE_EXTRA_ARCHS_tune-armv6b = "${PACKAGE_EXTRA_ARCHS_tune-armv5eb-vfp} armv6b armv6b-vfp" | 47 | PACKAGE_EXTRA_ARCHS:tune-armv6b = "${PACKAGE_EXTRA_ARCHS:tune-armv5eb-vfp} armv6b armv6b-vfp" |
48 | PACKAGE_EXTRA_ARCHS_tune-armv6tb = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb-vfp} armv6b armv6tb armv6b-vfp armv6tb-vfp" | 48 | PACKAGE_EXTRA_ARCHS:tune-armv6tb = "${PACKAGE_EXTRA_ARCHS:tune-armv5teb-vfp} armv6b armv6tb armv6b-vfp armv6tb-vfp" |
49 | PACKAGE_EXTRA_ARCHS_tune-armv6hfb = "${PACKAGE_EXTRA_ARCHS_tune-armv5ehfb-vfp} armv6hfb-vfp" | 49 | PACKAGE_EXTRA_ARCHS:tune-armv6hfb = "${PACKAGE_EXTRA_ARCHS:tune-armv5ehfb-vfp} armv6hfb-vfp" |
50 | PACKAGE_EXTRA_ARCHS_tune-armv6thfb = "${PACKAGE_EXTRA_ARCHS_tune-armv5tehfb-vfp} armv6hfb-vfp armv6thfb-vfp" | 50 | PACKAGE_EXTRA_ARCHS:tune-armv6thfb = "${PACKAGE_EXTRA_ARCHS:tune-armv5tehfb-vfp} armv6hfb-vfp armv6thfb-vfp" |
diff --git a/meta/conf/machine/include/arm/arch-armv6m.inc b/meta/conf/machine/include/arm/arch-armv6m.inc index 739550d005..e7ca665a02 100644 --- a/meta/conf/machine/include/arm/arch-armv6m.inc +++ b/meta/conf/machine/include/arm/arch-armv6m.inc | |||
@@ -14,6 +14,6 @@ require conf/machine/include/arm/arch-armv5.inc | |||
14 | 14 | ||
15 | # Little Endian | 15 | # Little Endian |
16 | AVAILTUNES += "armv6m" | 16 | AVAILTUNES += "armv6m" |
17 | ARMPKGARCH_tune-armv6m = "armv6m" | 17 | ARMPKGARCH:tune-armv6m = "armv6m" |
18 | TUNE_FEATURES_tune-armv6m = "armv6m" | 18 | TUNE_FEATURES:tune-armv6m = "armv6m" |
19 | PACKAGE_EXTRA_ARCHS_tune-armv6m = "armv6m" | 19 | PACKAGE_EXTRA_ARCHS:tune-armv6m = "armv6m" |
diff --git a/meta/conf/machine/include/arm/arch-armv7a.inc b/meta/conf/machine/include/arm/arch-armv7a.inc index ce87af5306..0f83cee37c 100644 --- a/meta/conf/machine/include/arm/arch-armv7a.inc +++ b/meta/conf/machine/include/arm/arch-armv7a.inc | |||
@@ -11,156 +11,156 @@ require conf/machine/include/arm/feature-arm-neon.inc | |||
11 | 11 | ||
12 | # Little Endian base configs | 12 | # Little Endian base configs |
13 | AVAILTUNES += "armv7a armv7at armv7a-vfpv3d16 armv7at-vfpv3d16 armv7a-vfpv3 armv7at-vfpv3 armv7a-vfpv4d16 armv7at-vfpv4d16 armv7a-neon armv7at-neon armv7a-neon-vfpv4 armv7at-neon-vfpv4" | 13 | AVAILTUNES += "armv7a armv7at armv7a-vfpv3d16 armv7at-vfpv3d16 armv7a-vfpv3 armv7at-vfpv3 armv7a-vfpv4d16 armv7at-vfpv4d16 armv7a-neon armv7at-neon armv7a-neon-vfpv4 armv7at-neon-vfpv4" |
14 | ARMPKGARCH_tune-armv7a ?= "armv7a" | 14 | ARMPKGARCH:tune-armv7a ?= "armv7a" |
15 | ARMPKGARCH_tune-armv7at ?= "armv7a" | 15 | ARMPKGARCH:tune-armv7at ?= "armv7a" |
16 | ARMPKGARCH_tune-armv7a-vfpv3d16 ?= "armv7a" | 16 | ARMPKGARCH:tune-armv7a-vfpv3d16 ?= "armv7a" |
17 | ARMPKGARCH_tune-armv7at-vfpv3d16 ?= "armv7a" | 17 | ARMPKGARCH:tune-armv7at-vfpv3d16 ?= "armv7a" |
18 | ARMPKGARCH_tune-armv7a-vfpv3 ?= "armv7a" | 18 | ARMPKGARCH:tune-armv7a-vfpv3 ?= "armv7a" |
19 | ARMPKGARCH_tune-armv7at-vfpv3 ?= "armv7a" | 19 | ARMPKGARCH:tune-armv7at-vfpv3 ?= "armv7a" |
20 | ARMPKGARCH_tune-armv7a-vfpv4d16 ?= "armv7a" | 20 | ARMPKGARCH:tune-armv7a-vfpv4d16 ?= "armv7a" |
21 | ARMPKGARCH_tune-armv7at-vfpv4d16 ?= "armv7a" | 21 | ARMPKGARCH:tune-armv7at-vfpv4d16 ?= "armv7a" |
22 | ARMPKGARCH_tune-armv7a-neon ?= "armv7a" | 22 | ARMPKGARCH:tune-armv7a-neon ?= "armv7a" |
23 | ARMPKGARCH_tune-armv7at-neon ?= "armv7a" | 23 | ARMPKGARCH:tune-armv7at-neon ?= "armv7a" |
24 | ARMPKGARCH_tune-armv7a-neon-vfpv4 ?= "armv7a" | 24 | ARMPKGARCH:tune-armv7a-neon-vfpv4 ?= "armv7a" |
25 | ARMPKGARCH_tune-armv7at-neon-vfpv4 ?= "armv7a" | 25 | ARMPKGARCH:tune-armv7at-neon-vfpv4 ?= "armv7a" |
26 | TUNE_FEATURES_tune-armv7a = "arm armv7a vfp" | 26 | TUNE_FEATURES:tune-armv7a = "arm armv7a vfp" |
27 | TUNE_FEATURES_tune-armv7at = "${TUNE_FEATURES_tune-armv7a} thumb" | 27 | TUNE_FEATURES:tune-armv7at = "${TUNE_FEATURES:tune-armv7a} thumb" |
28 | TUNE_FEATURES_tune-armv7a-vfpv3d16 = "${TUNE_FEATURES_tune-armv7a} vfpv3d16" | 28 | TUNE_FEATURES:tune-armv7a-vfpv3d16 = "${TUNE_FEATURES:tune-armv7a} vfpv3d16" |
29 | TUNE_FEATURES_tune-armv7at-vfpv3d16 = "${TUNE_FEATURES_tune-armv7at} vfpv3d16" | 29 | TUNE_FEATURES:tune-armv7at-vfpv3d16 = "${TUNE_FEATURES:tune-armv7at} vfpv3d16" |
30 | TUNE_FEATURES_tune-armv7a-vfpv3 = "${TUNE_FEATURES_tune-armv7a-vfpv3d16} vfpv3" | 30 | TUNE_FEATURES:tune-armv7a-vfpv3 = "${TUNE_FEATURES:tune-armv7a-vfpv3d16} vfpv3" |
31 | TUNE_FEATURES_tune-armv7at-vfpv3 = "${TUNE_FEATURES_tune-armv7at-vfpv3d16} vfpv3" | 31 | TUNE_FEATURES:tune-armv7at-vfpv3 = "${TUNE_FEATURES:tune-armv7at-vfpv3d16} vfpv3" |
32 | TUNE_FEATURES_tune-armv7a-vfpv4d16 = "${TUNE_FEATURES_tune-armv7a} vfpv4d16" | 32 | TUNE_FEATURES:tune-armv7a-vfpv4d16 = "${TUNE_FEATURES:tune-armv7a} vfpv4d16" |
33 | TUNE_FEATURES_tune-armv7at-vfpv4d16 = "${TUNE_FEATURES_tune-armv7at} vfpv4d16" | 33 | TUNE_FEATURES:tune-armv7at-vfpv4d16 = "${TUNE_FEATURES:tune-armv7at} vfpv4d16" |
34 | TUNE_FEATURES_tune-armv7a-neon = "${TUNE_FEATURES_tune-armv7a} neon" | 34 | TUNE_FEATURES:tune-armv7a-neon = "${TUNE_FEATURES:tune-armv7a} neon" |
35 | TUNE_FEATURES_tune-armv7at-neon = "${TUNE_FEATURES_tune-armv7at} neon" | 35 | TUNE_FEATURES:tune-armv7at-neon = "${TUNE_FEATURES:tune-armv7at} neon" |
36 | TUNE_FEATURES_tune-armv7a-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7a-neon} vfpv4" | 36 | TUNE_FEATURES:tune-armv7a-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7a-neon} vfpv4" |
37 | TUNE_FEATURES_tune-armv7at-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7at-neon} vfpv4" | 37 | TUNE_FEATURES:tune-armv7at-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7at-neon} vfpv4" |
38 | PACKAGE_EXTRA_ARCHS_tune-armv7a = "${PACKAGE_EXTRA_ARCHS_tune-armv6} armv7a armv7a-vfp" | 38 | PACKAGE_EXTRA_ARCHS:tune-armv7a = "${PACKAGE_EXTRA_ARCHS:tune-armv6} armv7a armv7a-vfp" |
39 | PACKAGE_EXTRA_ARCHS_tune-armv7at = "${PACKAGE_EXTRA_ARCHS_tune-armv6t} armv7a armv7a-vfp armv7at2-vfp" | 39 | PACKAGE_EXTRA_ARCHS:tune-armv7at = "${PACKAGE_EXTRA_ARCHS:tune-armv6t} armv7a armv7a-vfp armv7at2-vfp" |
40 | PACKAGE_EXTRA_ARCHS_tune-armv7a-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a} armv7a-vfpv3d16" | 40 | PACKAGE_EXTRA_ARCHS:tune-armv7a-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7a} armv7a-vfpv3d16" |
41 | PACKAGE_EXTRA_ARCHS_tune-armv7at-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} armv7a-vfpv3d16 armv7at2-vfpv3d16" | 41 | PACKAGE_EXTRA_ARCHS:tune-armv7at-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7at} armv7a-vfpv3d16 armv7at2-vfpv3d16" |
42 | PACKAGE_EXTRA_ARCHS_tune-armv7a-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-vfpv3d16} armv7a-vfpv3" | 42 | PACKAGE_EXTRA_ARCHS:tune-armv7a-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7a-vfpv3d16} armv7a-vfpv3" |
43 | PACKAGE_EXTRA_ARCHS_tune-armv7at-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at-vfpv3d16} armv7a-vfpv3 armv7at2-vfpv3" | 43 | PACKAGE_EXTRA_ARCHS:tune-armv7at-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7at-vfpv3d16} armv7a-vfpv3 armv7at2-vfpv3" |
44 | PACKAGE_EXTRA_ARCHS_tune-armv7a-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a} armv7a-vfpv4d16" | 44 | PACKAGE_EXTRA_ARCHS:tune-armv7a-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7a} armv7a-vfpv4d16" |
45 | PACKAGE_EXTRA_ARCHS_tune-armv7at-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} armv7a-vfpv4d16 armv7at2-vfpv4d16" | 45 | PACKAGE_EXTRA_ARCHS:tune-armv7at-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7at} armv7a-vfpv4d16 armv7at2-vfpv4d16" |
46 | PACKAGE_EXTRA_ARCHS_tune-armv7a-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7a} armv7a-neon" | 46 | PACKAGE_EXTRA_ARCHS:tune-armv7a-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7a} armv7a-neon" |
47 | PACKAGE_EXTRA_ARCHS_tune-armv7at-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} armv7a-neon armv7at2-neon" | 47 | PACKAGE_EXTRA_ARCHS:tune-armv7at-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7at} armv7a-neon armv7at2-neon" |
48 | PACKAGE_EXTRA_ARCHS_tune-armv7a-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-neon} armv7a-neon-vfpv4" | 48 | PACKAGE_EXTRA_ARCHS:tune-armv7a-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7a-neon} armv7a-neon-vfpv4" |
49 | PACKAGE_EXTRA_ARCHS_tune-armv7at-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at-neon} armv7a-neon-vfpv4 armv7at2-neon-vfpv4" | 49 | PACKAGE_EXTRA_ARCHS:tune-armv7at-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7at-neon} armv7a-neon-vfpv4 armv7at2-neon-vfpv4" |
50 | 50 | ||
51 | # HF Tunes | 51 | # HF Tunes |
52 | AVAILTUNES += "armv7ahf armv7athf armv7ahf-vfpv3d16 armv7athf-vfpv3d16 armv7ahf-vfpv3 armv7athf-vfpv3 armv7ahf-vfpv4d16 armv7athf-vfpv4d16 armv7ahf-neon armv7athf-neon armv7ahf-neon-vfpv4 armv7athf-neon-vfpv4" | 52 | AVAILTUNES += "armv7ahf armv7athf armv7ahf-vfpv3d16 armv7athf-vfpv3d16 armv7ahf-vfpv3 armv7athf-vfpv3 armv7ahf-vfpv4d16 armv7athf-vfpv4d16 armv7ahf-neon armv7athf-neon armv7ahf-neon-vfpv4 armv7athf-neon-vfpv4" |
53 | ARMPKGARCH_tune-armv7ahf ?= "armv7a" | 53 | ARMPKGARCH:tune-armv7ahf ?= "armv7a" |
54 | ARMPKGARCH_tune-armv7athf ?= "armv7a" | 54 | ARMPKGARCH:tune-armv7athf ?= "armv7a" |
55 | ARMPKGARCH_tune-armv7ahf-vfpv3d16 ?= "armv7a" | 55 | ARMPKGARCH:tune-armv7ahf-vfpv3d16 ?= "armv7a" |
56 | ARMPKGARCH_tune-armv7athf-vfpv3d16 ?= "armv7a" | 56 | ARMPKGARCH:tune-armv7athf-vfpv3d16 ?= "armv7a" |
57 | ARMPKGARCH_tune-armv7ahf-vfpv3 ?= "armv7a" | 57 | ARMPKGARCH:tune-armv7ahf-vfpv3 ?= "armv7a" |
58 | ARMPKGARCH_tune-armv7athf-vfpv3 ?= "armv7a" | 58 | ARMPKGARCH:tune-armv7athf-vfpv3 ?= "armv7a" |
59 | ARMPKGARCH_tune-armv7ahf-vfpv4d16 ?= "armv7a" | 59 | ARMPKGARCH:tune-armv7ahf-vfpv4d16 ?= "armv7a" |
60 | ARMPKGARCH_tune-armv7athf-vfpv4d16 ?= "armv7a" | 60 | ARMPKGARCH:tune-armv7athf-vfpv4d16 ?= "armv7a" |
61 | ARMPKGARCH_tune-armv7ahf-neon ?= "armv7a" | 61 | ARMPKGARCH:tune-armv7ahf-neon ?= "armv7a" |
62 | ARMPKGARCH_tune-armv7athf-neon ?= "armv7a" | 62 | ARMPKGARCH:tune-armv7athf-neon ?= "armv7a" |
63 | ARMPKGARCH_tune-armv7ahf-neon-vfpv4 ?= "armv7a" | 63 | ARMPKGARCH:tune-armv7ahf-neon-vfpv4 ?= "armv7a" |
64 | ARMPKGARCH_tune-armv7athf-neon-vfpv4 ?= "armv7a" | 64 | ARMPKGARCH:tune-armv7athf-neon-vfpv4 ?= "armv7a" |
65 | TUNE_FEATURES_tune-armv7ahf = "${TUNE_FEATURES_tune-armv7a} callconvention-hard" | 65 | TUNE_FEATURES:tune-armv7ahf = "${TUNE_FEATURES:tune-armv7a} callconvention-hard" |
66 | TUNE_FEATURES_tune-armv7athf = "${TUNE_FEATURES_tune-armv7at} callconvention-hard" | 66 | TUNE_FEATURES:tune-armv7athf = "${TUNE_FEATURES:tune-armv7at} callconvention-hard" |
67 | TUNE_FEATURES_tune-armv7ahf-vfpv3d16 = "${TUNE_FEATURES_tune-armv7a-vfpv3d16} callconvention-hard" | 67 | TUNE_FEATURES:tune-armv7ahf-vfpv3d16 = "${TUNE_FEATURES:tune-armv7a-vfpv3d16} callconvention-hard" |
68 | TUNE_FEATURES_tune-armv7athf-vfpv3d16 = "${TUNE_FEATURES_tune-armv7at-vfpv3d16} callconvention-hard" | 68 | TUNE_FEATURES:tune-armv7athf-vfpv3d16 = "${TUNE_FEATURES:tune-armv7at-vfpv3d16} callconvention-hard" |
69 | TUNE_FEATURES_tune-armv7ahf-vfpv3 = "${TUNE_FEATURES_tune-armv7a-vfpv3} callconvention-hard" | 69 | TUNE_FEATURES:tune-armv7ahf-vfpv3 = "${TUNE_FEATURES:tune-armv7a-vfpv3} callconvention-hard" |
70 | TUNE_FEATURES_tune-armv7athf-vfpv3 = "${TUNE_FEATURES_tune-armv7at-vfpv3} callconvention-hard" | 70 | TUNE_FEATURES:tune-armv7athf-vfpv3 = "${TUNE_FEATURES:tune-armv7at-vfpv3} callconvention-hard" |
71 | TUNE_FEATURES_tune-armv7ahf-vfpv4d16 = "${TUNE_FEATURES_tune-armv7a-vfpv4d16} callconvention-hard" | 71 | TUNE_FEATURES:tune-armv7ahf-vfpv4d16 = "${TUNE_FEATURES:tune-armv7a-vfpv4d16} callconvention-hard" |
72 | TUNE_FEATURES_tune-armv7athf-vfpv4d16 = "${TUNE_FEATURES_tune-armv7at-vfpv4d16} callconvention-hard" | 72 | TUNE_FEATURES:tune-armv7athf-vfpv4d16 = "${TUNE_FEATURES:tune-armv7at-vfpv4d16} callconvention-hard" |
73 | TUNE_FEATURES_tune-armv7ahf-neon = "${TUNE_FEATURES_tune-armv7a-neon} callconvention-hard" | 73 | TUNE_FEATURES:tune-armv7ahf-neon = "${TUNE_FEATURES:tune-armv7a-neon} callconvention-hard" |
74 | TUNE_FEATURES_tune-armv7athf-neon = "${TUNE_FEATURES_tune-armv7at-neon} callconvention-hard" | 74 | TUNE_FEATURES:tune-armv7athf-neon = "${TUNE_FEATURES:tune-armv7at-neon} callconvention-hard" |
75 | TUNE_FEATURES_tune-armv7ahf-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7a-neon-vfpv4} callconvention-hard" | 75 | TUNE_FEATURES:tune-armv7ahf-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7a-neon-vfpv4} callconvention-hard" |
76 | TUNE_FEATURES_tune-armv7athf-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7at-neon-vfpv4} callconvention-hard" | 76 | TUNE_FEATURES:tune-armv7athf-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7at-neon-vfpv4} callconvention-hard" |
77 | PACKAGE_EXTRA_ARCHS_tune-armv7ahf = "${PACKAGE_EXTRA_ARCHS_tune-armv6hf} armv7ahf-vfp" | 77 | PACKAGE_EXTRA_ARCHS:tune-armv7ahf = "${PACKAGE_EXTRA_ARCHS:tune-armv6hf} armv7ahf-vfp" |
78 | PACKAGE_EXTRA_ARCHS_tune-armv7athf = "${PACKAGE_EXTRA_ARCHS_tune-armv6thf} armv7ahf-vfp armv7at2hf-vfp" | 78 | PACKAGE_EXTRA_ARCHS:tune-armv7athf = "${PACKAGE_EXTRA_ARCHS:tune-armv6thf} armv7ahf-vfp armv7at2hf-vfp" |
79 | PACKAGE_EXTRA_ARCHS_tune-armv7ahf-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf} armv7ahf-vfpv3d16" | 79 | PACKAGE_EXTRA_ARCHS:tune-armv7ahf-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf} armv7ahf-vfpv3d16" |
80 | PACKAGE_EXTRA_ARCHS_tune-armv7athf-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf} armv7ahf-vfpv3d16 armv7at2hf-vfpv3d16" | 80 | PACKAGE_EXTRA_ARCHS:tune-armv7athf-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf} armv7ahf-vfpv3d16 armv7at2hf-vfpv3d16" |
81 | PACKAGE_EXTRA_ARCHS_tune-armv7ahf-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf-vfpv3d16} armv7ahf-vfpv3" | 81 | PACKAGE_EXTRA_ARCHS:tune-armv7ahf-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf-vfpv3d16} armv7ahf-vfpv3" |
82 | PACKAGE_EXTRA_ARCHS_tune-armv7athf-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf-vfpv3d16} armv7ahf-vfpv3 armv7at2hf-vfpv3" | 82 | PACKAGE_EXTRA_ARCHS:tune-armv7athf-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf-vfpv3d16} armv7ahf-vfpv3 armv7at2hf-vfpv3" |
83 | PACKAGE_EXTRA_ARCHS_tune-armv7ahf-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf} armv7ahf-vfpv4d16" | 83 | PACKAGE_EXTRA_ARCHS:tune-armv7ahf-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf} armv7ahf-vfpv4d16" |
84 | PACKAGE_EXTRA_ARCHS_tune-armv7athf-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf} armv7ahf-vfpv4d16 armv7at2hf-vfpv4d16" | 84 | PACKAGE_EXTRA_ARCHS:tune-armv7athf-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf} armv7ahf-vfpv4d16 armv7at2hf-vfpv4d16" |
85 | PACKAGE_EXTRA_ARCHS_tune-armv7ahf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf} armv7ahf-neon" | 85 | PACKAGE_EXTRA_ARCHS:tune-armv7ahf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf} armv7ahf-neon" |
86 | PACKAGE_EXTRA_ARCHS_tune-armv7athf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf} armv7ahf-neon armv7at2hf-neon" | 86 | PACKAGE_EXTRA_ARCHS:tune-armv7athf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf} armv7ahf-neon armv7at2hf-neon" |
87 | PACKAGE_EXTRA_ARCHS_tune-armv7ahf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf-neon} armv7ahf-neon-vfpv4" | 87 | PACKAGE_EXTRA_ARCHS:tune-armv7ahf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf-neon} armv7ahf-neon-vfpv4" |
88 | PACKAGE_EXTRA_ARCHS_tune-armv7athf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf-neon} armv7ahf-neon-vfpv4 armv7at2hf-neon-vfpv4" | 88 | PACKAGE_EXTRA_ARCHS:tune-armv7athf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf-neon} armv7ahf-neon-vfpv4 armv7at2hf-neon-vfpv4" |
89 | 89 | ||
90 | # Big Endian | 90 | # Big Endian |
91 | AVAILTUNES += "armv7ab armv7atb armv7ab-vfpv3d16 armv7atb-vfpv3d16 armv7ab-vfpv3 armv7atb-vfpv3 armv7ab-vfpv4d16 armv7atb-vfpv4d16 armv7ab-neon armv7atb-neon armv7ab-neon-vfpv4 armv7atb-neon-vfpv4" | 91 | AVAILTUNES += "armv7ab armv7atb armv7ab-vfpv3d16 armv7atb-vfpv3d16 armv7ab-vfpv3 armv7atb-vfpv3 armv7ab-vfpv4d16 armv7atb-vfpv4d16 armv7ab-neon armv7atb-neon armv7ab-neon-vfpv4 armv7atb-neon-vfpv4" |
92 | ARMPKGARCH_tune-armv7ab ?= "armv7a" | 92 | ARMPKGARCH:tune-armv7ab ?= "armv7a" |
93 | ARMPKGARCH_tune-armv7atb ?= "armv7a" | 93 | ARMPKGARCH:tune-armv7atb ?= "armv7a" |
94 | ARMPKGARCH_tune-armv7ab-vfpv3d16 ?= "armv7a" | 94 | ARMPKGARCH:tune-armv7ab-vfpv3d16 ?= "armv7a" |
95 | ARMPKGARCH_tune-armv7atb-vfpv3d16 ?= "armv7a" | 95 | ARMPKGARCH:tune-armv7atb-vfpv3d16 ?= "armv7a" |
96 | ARMPKGARCH_tune-armv7ab-vfpv3 ?= "armv7a" | 96 | ARMPKGARCH:tune-armv7ab-vfpv3 ?= "armv7a" |
97 | ARMPKGARCH_tune-armv7atb-vfpv3 ?= "armv7a" | 97 | ARMPKGARCH:tune-armv7atb-vfpv3 ?= "armv7a" |
98 | ARMPKGARCH_tune-armv7ab-vfpv4d16 ?= "armv7a" | 98 | ARMPKGARCH:tune-armv7ab-vfpv4d16 ?= "armv7a" |
99 | ARMPKGARCH_tune-armv7atb-vfpv4d16 ?= "armv7a" | 99 | ARMPKGARCH:tune-armv7atb-vfpv4d16 ?= "armv7a" |
100 | ARMPKGARCH_tune-armv7ab-neon ?= "armv7a" | 100 | ARMPKGARCH:tune-armv7ab-neon ?= "armv7a" |
101 | ARMPKGARCH_tune-armv7atb-neon ?= "armv7a" | 101 | ARMPKGARCH:tune-armv7atb-neon ?= "armv7a" |
102 | ARMPKGARCH_tune-armv7ab-neon-vfpv4 ?= "armv7a" | 102 | ARMPKGARCH:tune-armv7ab-neon-vfpv4 ?= "armv7a" |
103 | ARMPKGARCH_tune-armv7atb-neon-vfpv4 ?= "armv7a" | 103 | ARMPKGARCH:tune-armv7atb-neon-vfpv4 ?= "armv7a" |
104 | TUNE_FEATURES_tune-armv7ab = "${TUNE_FEATURES_tune-armv7a} bigendian" | 104 | TUNE_FEATURES:tune-armv7ab = "${TUNE_FEATURES:tune-armv7a} bigendian" |
105 | TUNE_FEATURES_tune-armv7atb = "${TUNE_FEATURES_tune-armv7at} bigendian" | 105 | TUNE_FEATURES:tune-armv7atb = "${TUNE_FEATURES:tune-armv7at} bigendian" |
106 | TUNE_FEATURES_tune-armv7ab-vfpv3d16 = "${TUNE_FEATURES_tune-armv7a-vfpv3d16} bigendian" | 106 | TUNE_FEATURES:tune-armv7ab-vfpv3d16 = "${TUNE_FEATURES:tune-armv7a-vfpv3d16} bigendian" |
107 | TUNE_FEATURES_tune-armv7atb-vfpv3d16 = "${TUNE_FEATURES_tune-armv7at-vfpv3d16} bigendian" | 107 | TUNE_FEATURES:tune-armv7atb-vfpv3d16 = "${TUNE_FEATURES:tune-armv7at-vfpv3d16} bigendian" |
108 | TUNE_FEATURES_tune-armv7ab-vfpv3 = "${TUNE_FEATURES_tune-armv7a-vfpv3} bigendian" | 108 | TUNE_FEATURES:tune-armv7ab-vfpv3 = "${TUNE_FEATURES:tune-armv7a-vfpv3} bigendian" |
109 | TUNE_FEATURES_tune-armv7atb-vfpv3 = "${TUNE_FEATURES_tune-armv7at-vfpv3} bigendian" | 109 | TUNE_FEATURES:tune-armv7atb-vfpv3 = "${TUNE_FEATURES:tune-armv7at-vfpv3} bigendian" |
110 | TUNE_FEATURES_tune-armv7ab-vfpv4d16 = "${TUNE_FEATURES_tune-armv7a-vfpv4d16} bigendian" | 110 | TUNE_FEATURES:tune-armv7ab-vfpv4d16 = "${TUNE_FEATURES:tune-armv7a-vfpv4d16} bigendian" |
111 | TUNE_FEATURES_tune-armv7atb-vfpv4d16 = "${TUNE_FEATURES_tune-armv7at-vfpv4d16} bigendian" | 111 | TUNE_FEATURES:tune-armv7atb-vfpv4d16 = "${TUNE_FEATURES:tune-armv7at-vfpv4d16} bigendian" |
112 | TUNE_FEATURES_tune-armv7ab-neon = "${TUNE_FEATURES_tune-armv7a-neon} bigendian" | 112 | TUNE_FEATURES:tune-armv7ab-neon = "${TUNE_FEATURES:tune-armv7a-neon} bigendian" |
113 | TUNE_FEATURES_tune-armv7atb-neon = "${TUNE_FEATURES_tune-armv7at-neon} bigendian" | 113 | TUNE_FEATURES:tune-armv7atb-neon = "${TUNE_FEATURES:tune-armv7at-neon} bigendian" |
114 | TUNE_FEATURES_tune-armv7ab-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7a-neon-vfpv4} bigendian" | 114 | TUNE_FEATURES:tune-armv7ab-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7a-neon-vfpv4} bigendian" |
115 | TUNE_FEATURES_tune-armv7atb-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7at-neon-vfpv4} bigendian" | 115 | TUNE_FEATURES:tune-armv7atb-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7at-neon-vfpv4} bigendian" |
116 | PACKAGE_EXTRA_ARCHS_tune-armv7ab = "${PACKAGE_EXTRA_ARCHS_tune-armv6b} armv7ab-vfp" | 116 | PACKAGE_EXTRA_ARCHS:tune-armv7ab = "${PACKAGE_EXTRA_ARCHS:tune-armv6b} armv7ab-vfp" |
117 | PACKAGE_EXTRA_ARCHS_tune-armv7atb = "${PACKAGE_EXTRA_ARCHS_tune-armv6tb} armv7ab-vfp armv7at2b-vfp" | 117 | PACKAGE_EXTRA_ARCHS:tune-armv7atb = "${PACKAGE_EXTRA_ARCHS:tune-armv6tb} armv7ab-vfp armv7at2b-vfp" |
118 | PACKAGE_EXTRA_ARCHS_tune-armv7ab-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ab} armv7ab-vfpv3d16" | 118 | PACKAGE_EXTRA_ARCHS:tune-armv7ab-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ab} armv7ab-vfpv3d16" |
119 | PACKAGE_EXTRA_ARCHS_tune-armv7atb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7atb} armv7ab-vfpv3d16 armv7at2b-vfpv3d16" | 119 | PACKAGE_EXTRA_ARCHS:tune-armv7atb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7atb} armv7ab-vfpv3d16 armv7at2b-vfpv3d16" |
120 | PACKAGE_EXTRA_ARCHS_tune-armv7ab-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ab-vfpv3d16} armv7ab-vfpv3" | 120 | PACKAGE_EXTRA_ARCHS:tune-armv7ab-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ab-vfpv3d16} armv7ab-vfpv3" |
121 | PACKAGE_EXTRA_ARCHS_tune-armv7atb-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7atb-vfpv3d16} armv7ab-vfpv3 armv7at2b-vfpv3" | 121 | PACKAGE_EXTRA_ARCHS:tune-armv7atb-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7atb-vfpv3d16} armv7ab-vfpv3 armv7at2b-vfpv3" |
122 | PACKAGE_EXTRA_ARCHS_tune-armv7ab-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ab} armv7ab-vfpv4d16" | 122 | PACKAGE_EXTRA_ARCHS:tune-armv7ab-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ab} armv7ab-vfpv4d16" |
123 | PACKAGE_EXTRA_ARCHS_tune-armv7atb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7atb} armv7ab-vfpv4d16 armv7at2b-vfpv4d16" | 123 | PACKAGE_EXTRA_ARCHS:tune-armv7atb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7atb} armv7ab-vfpv4d16 armv7at2b-vfpv4d16" |
124 | PACKAGE_EXTRA_ARCHS_tune-armv7ab-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ab} armv7ab-neon" | 124 | PACKAGE_EXTRA_ARCHS:tune-armv7ab-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ab} armv7ab-neon" |
125 | PACKAGE_EXTRA_ARCHS_tune-armv7atb-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7atb} armv7ab-neon armv7at2b-neon" | 125 | PACKAGE_EXTRA_ARCHS:tune-armv7atb-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7atb} armv7ab-neon armv7at2b-neon" |
126 | PACKAGE_EXTRA_ARCHS_tune-armv7ab-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ab-neon} armv7ab-neon-vfpv4" | 126 | PACKAGE_EXTRA_ARCHS:tune-armv7ab-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ab-neon} armv7ab-neon-vfpv4" |
127 | PACKAGE_EXTRA_ARCHS_tune-armv7atb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7atb-neon} armv7ab-neon-vfpv4 armv7at2b-neon-vfpv4" | 127 | PACKAGE_EXTRA_ARCHS:tune-armv7atb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7atb-neon} armv7ab-neon-vfpv4 armv7at2b-neon-vfpv4" |
128 | 128 | ||
129 | # Big Endian + HF | 129 | # Big Endian + HF |
130 | AVAILTUNES += "armv7ahfb armv7athfb armv7ahfb-vfpv3d16 armv7athfb-vfpv3d16 armv7ahfb-vfpv3 armv7athfb-vfpv3 armv7ahfb-vfpv4d16 armv7athfb-vfpv4d16 armv7ahfb-neon armv7athfb-neon armv7ahfb-neon-vfpv4 armv7athfb-neon-vfpv4" | 130 | AVAILTUNES += "armv7ahfb armv7athfb armv7ahfb-vfpv3d16 armv7athfb-vfpv3d16 armv7ahfb-vfpv3 armv7athfb-vfpv3 armv7ahfb-vfpv4d16 armv7athfb-vfpv4d16 armv7ahfb-neon armv7athfb-neon armv7ahfb-neon-vfpv4 armv7athfb-neon-vfpv4" |
131 | ARMPKGARCH_tune-armv7ahfb ?= "armv7a" | 131 | ARMPKGARCH:tune-armv7ahfb ?= "armv7a" |
132 | ARMPKGARCH_tune-armv7athfb ?= "armv7a" | 132 | ARMPKGARCH:tune-armv7athfb ?= "armv7a" |
133 | ARMPKGARCH_tune-armv7ahfb-vfpv3d16 ?= "armv7a" | 133 | ARMPKGARCH:tune-armv7ahfb-vfpv3d16 ?= "armv7a" |
134 | ARMPKGARCH_tune-armv7athfb-vfpv3d16 ?= "armv7a" | 134 | ARMPKGARCH:tune-armv7athfb-vfpv3d16 ?= "armv7a" |
135 | ARMPKGARCH_tune-armv7ahfb-vfpv3 ?= "armv7a" | 135 | ARMPKGARCH:tune-armv7ahfb-vfpv3 ?= "armv7a" |
136 | ARMPKGARCH_tune-armv7athfb-vfpv3 ?= "armv7a" | 136 | ARMPKGARCH:tune-armv7athfb-vfpv3 ?= "armv7a" |
137 | ARMPKGARCH_tune-armv7ahfb-vfpv4d16 ?= "armv7a" | 137 | ARMPKGARCH:tune-armv7ahfb-vfpv4d16 ?= "armv7a" |
138 | ARMPKGARCH_tune-armv7athfb-vfpv4d16 ?= "armv7a" | 138 | ARMPKGARCH:tune-armv7athfb-vfpv4d16 ?= "armv7a" |
139 | ARMPKGARCH_tune-armv7ahfb-neon ?= "armv7a" | 139 | ARMPKGARCH:tune-armv7ahfb-neon ?= "armv7a" |
140 | ARMPKGARCH_tune-armv7athfb-neon ?= "armv7a" | 140 | ARMPKGARCH:tune-armv7athfb-neon ?= "armv7a" |
141 | ARMPKGARCH_tune-armv7ahfb-neon-vfpv4 ?= "armv7a" | 141 | ARMPKGARCH:tune-armv7ahfb-neon-vfpv4 ?= "armv7a" |
142 | ARMPKGARCH_tune-armv7athfb-neon-vfpv4 ?= "armv7a" | 142 | ARMPKGARCH:tune-armv7athfb-neon-vfpv4 ?= "armv7a" |
143 | TUNE_FEATURES_tune-armv7ahfb = "${TUNE_FEATURES_tune-armv7ahf} bigendian" | 143 | TUNE_FEATURES:tune-armv7ahfb = "${TUNE_FEATURES:tune-armv7ahf} bigendian" |
144 | TUNE_FEATURES_tune-armv7athfb = "${TUNE_FEATURES_tune-armv7athf} bigendian" | 144 | TUNE_FEATURES:tune-armv7athfb = "${TUNE_FEATURES:tune-armv7athf} bigendian" |
145 | TUNE_FEATURES_tune-armv7ahfb-vfpv3d16 = "${TUNE_FEATURES_tune-armv7ahf-vfpv3d16} bigendian" | 145 | TUNE_FEATURES:tune-armv7ahfb-vfpv3d16 = "${TUNE_FEATURES:tune-armv7ahf-vfpv3d16} bigendian" |
146 | TUNE_FEATURES_tune-armv7athfb-vfpv3d16 = "${TUNE_FEATURES_tune-armv7athf-vfpv3d16} bigendian" | 146 | TUNE_FEATURES:tune-armv7athfb-vfpv3d16 = "${TUNE_FEATURES:tune-armv7athf-vfpv3d16} bigendian" |
147 | TUNE_FEATURES_tune-armv7ahfb-vfpv3 = "${TUNE_FEATURES_tune-armv7ahf-vfpv3} bigendian" | 147 | TUNE_FEATURES:tune-armv7ahfb-vfpv3 = "${TUNE_FEATURES:tune-armv7ahf-vfpv3} bigendian" |
148 | TUNE_FEATURES_tune-armv7athfb-vfpv3 = "${TUNE_FEATURES_tune-armv7athf-vfpv3} bigendian" | 148 | TUNE_FEATURES:tune-armv7athfb-vfpv3 = "${TUNE_FEATURES:tune-armv7athf-vfpv3} bigendian" |
149 | TUNE_FEATURES_tune-armv7ahfb-vfpv4d16 = "${TUNE_FEATURES_tune-armv7ahf-vfpv4d16} bigendian" | 149 | TUNE_FEATURES:tune-armv7ahfb-vfpv4d16 = "${TUNE_FEATURES:tune-armv7ahf-vfpv4d16} bigendian" |
150 | TUNE_FEATURES_tune-armv7athfb-vfpv4d16 = "${TUNE_FEATURES_tune-armv7athf-vfpv4d16} bigendian" | 150 | TUNE_FEATURES:tune-armv7athfb-vfpv4d16 = "${TUNE_FEATURES:tune-armv7athf-vfpv4d16} bigendian" |
151 | TUNE_FEATURES_tune-armv7ahfb-neon = "${TUNE_FEATURES_tune-armv7ahf-neon} bigendian" | 151 | TUNE_FEATURES:tune-armv7ahfb-neon = "${TUNE_FEATURES:tune-armv7ahf-neon} bigendian" |
152 | TUNE_FEATURES_tune-armv7athfb-neon = "${TUNE_FEATURES_tune-armv7athf-neon} bigendian" | 152 | TUNE_FEATURES:tune-armv7athfb-neon = "${TUNE_FEATURES:tune-armv7athf-neon} bigendian" |
153 | TUNE_FEATURES_tune-armv7ahfb-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7ahf-neon-vfpv4} bigendian" | 153 | TUNE_FEATURES:tune-armv7ahfb-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7ahf-neon-vfpv4} bigendian" |
154 | TUNE_FEATURES_tune-armv7athfb-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7athf-neon-vfpv4} bigendian" | 154 | TUNE_FEATURES:tune-armv7athfb-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7athf-neon-vfpv4} bigendian" |
155 | PACKAGE_EXTRA_ARCHS_tune-armv7ahfb = "${PACKAGE_EXTRA_ARCHS_tune-armv6hfb} armv7ahfb-vfp" | 155 | PACKAGE_EXTRA_ARCHS:tune-armv7ahfb = "${PACKAGE_EXTRA_ARCHS:tune-armv6hfb} armv7ahfb-vfp" |
156 | PACKAGE_EXTRA_ARCHS_tune-armv7athfb = "${PACKAGE_EXTRA_ARCHS_tune-armv6thfb} armv7ahfb-vfp armv7at2hfb-vfp" | 156 | PACKAGE_EXTRA_ARCHS:tune-armv7athfb = "${PACKAGE_EXTRA_ARCHS:tune-armv6thfb} armv7ahfb-vfp armv7at2hfb-vfp" |
157 | PACKAGE_EXTRA_ARCHS_tune-armv7ahfb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahfb} armv7ahfb-vfpv3d16" | 157 | PACKAGE_EXTRA_ARCHS:tune-armv7ahfb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahfb} armv7ahfb-vfpv3d16" |
158 | PACKAGE_EXTRA_ARCHS_tune-armv7athfb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athfb} armv7ahfb-vfpv3d16 armv7at2hfb-vfpv3d16" | 158 | PACKAGE_EXTRA_ARCHS:tune-armv7athfb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athfb} armv7ahfb-vfpv3d16 armv7at2hfb-vfpv3d16" |
159 | PACKAGE_EXTRA_ARCHS_tune-armv7ahfb-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahfb-vfpv3d16} armv7ahfb-vfpv3" | 159 | PACKAGE_EXTRA_ARCHS:tune-armv7ahfb-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahfb-vfpv3d16} armv7ahfb-vfpv3" |
160 | PACKAGE_EXTRA_ARCHS_tune-armv7athfb-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athfb-vfpv3d16} armv7ahfb-vfpv3 armv7at2hfb-vfpv3" | 160 | PACKAGE_EXTRA_ARCHS:tune-armv7athfb-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athfb-vfpv3d16} armv7ahfb-vfpv3 armv7at2hfb-vfpv3" |
161 | PACKAGE_EXTRA_ARCHS_tune-armv7ahfb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahfb} armv7ahfb-vfpv4d16" | 161 | PACKAGE_EXTRA_ARCHS:tune-armv7ahfb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahfb} armv7ahfb-vfpv4d16" |
162 | PACKAGE_EXTRA_ARCHS_tune-armv7athfb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athfb} armv7ahfb-vfpv4d16 armv7at2hfb-vfpv4d16" | 162 | PACKAGE_EXTRA_ARCHS:tune-armv7athfb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athfb} armv7ahfb-vfpv4d16 armv7at2hfb-vfpv4d16" |
163 | PACKAGE_EXTRA_ARCHS_tune-armv7ahfb-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahfb} armv7ahfb-neon" | 163 | PACKAGE_EXTRA_ARCHS:tune-armv7ahfb-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahfb} armv7ahfb-neon" |
164 | PACKAGE_EXTRA_ARCHS_tune-armv7athfb-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7athfb} armv7ahfb-neon armv7at2hfb-neon" | 164 | PACKAGE_EXTRA_ARCHS:tune-armv7athfb-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7athfb} armv7ahfb-neon armv7at2hfb-neon" |
165 | PACKAGE_EXTRA_ARCHS_tune-armv7ahfb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahfb-neon} armv7ahfb-neon-vfpv4" | 165 | PACKAGE_EXTRA_ARCHS:tune-armv7ahfb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahfb-neon} armv7ahfb-neon-vfpv4" |
166 | PACKAGE_EXTRA_ARCHS_tune-armv7athfb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athfb-neon} armv7ahfb-neon-vfpv4 armv7at2hfb-neon-vfpv4" | 166 | PACKAGE_EXTRA_ARCHS:tune-armv7athfb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athfb-neon} armv7ahfb-neon-vfpv4 armv7at2hfb-neon-vfpv4" |
diff --git a/meta/conf/machine/include/arm/arch-armv7ve.inc b/meta/conf/machine/include/arm/arch-armv7ve.inc index d9d92f612b..b40c2ca8ad 100644 --- a/meta/conf/machine/include/arm/arch-armv7ve.inc +++ b/meta/conf/machine/include/arm/arch-armv7ve.inc | |||
@@ -9,156 +9,156 @@ require conf/machine/include/arm/arch-armv7a.inc | |||
9 | 9 | ||
10 | # Little Endian base configs | 10 | # Little Endian base configs |
11 | AVAILTUNES += "armv7ve armv7vet armv7ve-vfpv3d16 armv7vet-vfpv3d16 armv7ve-vfpv3 armv7vet-vfpv3 armv7ve-vfpv4d16 armv7vet-vfpv4d16 armv7ve-neon armv7vet-neon armv7ve-neon-vfpv4 armv7vet-neon-vfpv4" | 11 | AVAILTUNES += "armv7ve armv7vet armv7ve-vfpv3d16 armv7vet-vfpv3d16 armv7ve-vfpv3 armv7vet-vfpv3 armv7ve-vfpv4d16 armv7vet-vfpv4d16 armv7ve-neon armv7vet-neon armv7ve-neon-vfpv4 armv7vet-neon-vfpv4" |
12 | ARMPKGARCH_tune-armv7ve ?= "armv7ve" | 12 | ARMPKGARCH:tune-armv7ve ?= "armv7ve" |
13 | ARMPKGARCH_tune-armv7vet ?= "armv7ve" | 13 | ARMPKGARCH:tune-armv7vet ?= "armv7ve" |
14 | ARMPKGARCH_tune-armv7ve-vfpv3d16 ?= "armv7ve" | 14 | ARMPKGARCH:tune-armv7ve-vfpv3d16 ?= "armv7ve" |
15 | ARMPKGARCH_tune-armv7vet-vfpv3d16 ?= "armv7ve" | 15 | ARMPKGARCH:tune-armv7vet-vfpv3d16 ?= "armv7ve" |
16 | ARMPKGARCH_tune-armv7ve-vfpv3 ?= "armv7ve" | 16 | ARMPKGARCH:tune-armv7ve-vfpv3 ?= "armv7ve" |
17 | ARMPKGARCH_tune-armv7vet-vfpv3 ?= "armv7ve" | 17 | ARMPKGARCH:tune-armv7vet-vfpv3 ?= "armv7ve" |
18 | ARMPKGARCH_tune-armv7ve-vfpv4d16 ?= "armv7ve" | 18 | ARMPKGARCH:tune-armv7ve-vfpv4d16 ?= "armv7ve" |
19 | ARMPKGARCH_tune-armv7vet-vfpv4d16 ?= "armv7ve" | 19 | ARMPKGARCH:tune-armv7vet-vfpv4d16 ?= "armv7ve" |
20 | ARMPKGARCH_tune-armv7ve-neon ?= "armv7ve" | 20 | ARMPKGARCH:tune-armv7ve-neon ?= "armv7ve" |
21 | ARMPKGARCH_tune-armv7vet-neon ?= "armv7ve" | 21 | ARMPKGARCH:tune-armv7vet-neon ?= "armv7ve" |
22 | ARMPKGARCH_tune-armv7ve-neon-vfpv4 ?= "armv7ve" | 22 | ARMPKGARCH:tune-armv7ve-neon-vfpv4 ?= "armv7ve" |
23 | ARMPKGARCH_tune-armv7vet-neon-vfpv4 ?= "armv7ve" | 23 | ARMPKGARCH:tune-armv7vet-neon-vfpv4 ?= "armv7ve" |
24 | TUNE_FEATURES_tune-armv7ve = "arm armv7ve vfp" | 24 | TUNE_FEATURES:tune-armv7ve = "arm armv7ve vfp" |
25 | TUNE_FEATURES_tune-armv7vet = "${TUNE_FEATURES_tune-armv7ve} thumb" | 25 | TUNE_FEATURES:tune-armv7vet = "${TUNE_FEATURES:tune-armv7ve} thumb" |
26 | TUNE_FEATURES_tune-armv7ve-vfpv3d16 = "${TUNE_FEATURES_tune-armv7ve} vfpv3d16" | 26 | TUNE_FEATURES:tune-armv7ve-vfpv3d16 = "${TUNE_FEATURES:tune-armv7ve} vfpv3d16" |
27 | TUNE_FEATURES_tune-armv7vet-vfpv3d16 = "${TUNE_FEATURES_tune-armv7vet} vfpv3d16" | 27 | TUNE_FEATURES:tune-armv7vet-vfpv3d16 = "${TUNE_FEATURES:tune-armv7vet} vfpv3d16" |
28 | TUNE_FEATURES_tune-armv7ve-vfpv3 = "${TUNE_FEATURES_tune-armv7ve-vfpv3d16} vfpv3" | 28 | TUNE_FEATURES:tune-armv7ve-vfpv3 = "${TUNE_FEATURES:tune-armv7ve-vfpv3d16} vfpv3" |
29 | TUNE_FEATURES_tune-armv7vet-vfpv3 = "${TUNE_FEATURES_tune-armv7vet-vfpv3d16} vfpv3" | 29 | TUNE_FEATURES:tune-armv7vet-vfpv3 = "${TUNE_FEATURES:tune-armv7vet-vfpv3d16} vfpv3" |
30 | TUNE_FEATURES_tune-armv7ve-vfpv4d16 = "${TUNE_FEATURES_tune-armv7ve} vfpv4d16" | 30 | TUNE_FEATURES:tune-armv7ve-vfpv4d16 = "${TUNE_FEATURES:tune-armv7ve} vfpv4d16" |
31 | TUNE_FEATURES_tune-armv7vet-vfpv4d16 = "${TUNE_FEATURES_tune-armv7vet} vfpv4d16" | 31 | TUNE_FEATURES:tune-armv7vet-vfpv4d16 = "${TUNE_FEATURES:tune-armv7vet} vfpv4d16" |
32 | TUNE_FEATURES_tune-armv7ve-neon = "${TUNE_FEATURES_tune-armv7ve} neon" | 32 | TUNE_FEATURES:tune-armv7ve-neon = "${TUNE_FEATURES:tune-armv7ve} neon" |
33 | TUNE_FEATURES_tune-armv7vet-neon = "${TUNE_FEATURES_tune-armv7vet} neon" | 33 | TUNE_FEATURES:tune-armv7vet-neon = "${TUNE_FEATURES:tune-armv7vet} neon" |
34 | TUNE_FEATURES_tune-armv7ve-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7ve-neon} vfpv4" | 34 | TUNE_FEATURES:tune-armv7ve-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7ve-neon} vfpv4" |
35 | TUNE_FEATURES_tune-armv7vet-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7vet-neon} vfpv4" | 35 | TUNE_FEATURES:tune-armv7vet-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7vet-neon} vfpv4" |
36 | PACKAGE_EXTRA_ARCHS_tune-armv7ve = "${PACKAGE_EXTRA_ARCHS_tune-armv7a} armv7ve armv7ve-vfp" | 36 | PACKAGE_EXTRA_ARCHS:tune-armv7ve = "${PACKAGE_EXTRA_ARCHS:tune-armv7a} armv7ve armv7ve-vfp" |
37 | PACKAGE_EXTRA_ARCHS_tune-armv7vet = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} armv7ve armv7ve-vfp armv7vet2-vfp" | 37 | PACKAGE_EXTRA_ARCHS:tune-armv7vet = "${PACKAGE_EXTRA_ARCHS:tune-armv7at} armv7ve armv7ve-vfp armv7vet2-vfp" |
38 | PACKAGE_EXTRA_ARCHS_tune-armv7ve-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve} armv7ve-vfpv3d16" | 38 | PACKAGE_EXTRA_ARCHS:tune-armv7ve-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve} armv7ve-vfpv3d16" |
39 | PACKAGE_EXTRA_ARCHS_tune-armv7vet-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet} armv7ve-vfpv3d16 armv7vet2-vfpv3d16" | 39 | PACKAGE_EXTRA_ARCHS:tune-armv7vet-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet} armv7ve-vfpv3d16 armv7vet2-vfpv3d16" |
40 | PACKAGE_EXTRA_ARCHS_tune-armv7ve-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve-vfpv3d16} armv7ve-vfpv3" | 40 | PACKAGE_EXTRA_ARCHS:tune-armv7ve-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve-vfpv3d16} armv7ve-vfpv3" |
41 | PACKAGE_EXTRA_ARCHS_tune-armv7vet-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet-vfpv3d16} armv7ve-vfpv3 armv7vet2-vfpv3" | 41 | PACKAGE_EXTRA_ARCHS:tune-armv7vet-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet-vfpv3d16} armv7ve-vfpv3 armv7vet2-vfpv3" |
42 | PACKAGE_EXTRA_ARCHS_tune-armv7ve-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve} armv7ve-vfpv4d16" | 42 | PACKAGE_EXTRA_ARCHS:tune-armv7ve-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve} armv7ve-vfpv4d16" |
43 | PACKAGE_EXTRA_ARCHS_tune-armv7vet-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet} armv7ve-vfpv4d16 armv7vet2-vfpv4d16" | 43 | PACKAGE_EXTRA_ARCHS:tune-armv7vet-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet} armv7ve-vfpv4d16 armv7vet2-vfpv4d16" |
44 | PACKAGE_EXTRA_ARCHS_tune-armv7ve-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve} armv7ve-neon" | 44 | PACKAGE_EXTRA_ARCHS:tune-armv7ve-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve} armv7ve-neon" |
45 | PACKAGE_EXTRA_ARCHS_tune-armv7vet-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet} armv7ve-neon armv7vet2-neon" | 45 | PACKAGE_EXTRA_ARCHS:tune-armv7vet-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet} armv7ve-neon armv7vet2-neon" |
46 | PACKAGE_EXTRA_ARCHS_tune-armv7ve-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve-neon} armv7ve-neon-vfpv4" | 46 | PACKAGE_EXTRA_ARCHS:tune-armv7ve-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve-neon} armv7ve-neon-vfpv4" |
47 | PACKAGE_EXTRA_ARCHS_tune-armv7vet-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet-neon} armv7ve-neon-vfpv4 armv7vet2-neon-vfpv4" | 47 | PACKAGE_EXTRA_ARCHS:tune-armv7vet-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet-neon} armv7ve-neon-vfpv4 armv7vet2-neon-vfpv4" |
48 | 48 | ||
49 | # HF Tunes | 49 | # HF Tunes |
50 | AVAILTUNES += "armv7vehf armv7vethf armv7vehf-vfpv3d16 armv7vethf-vfpv3d16 armv7vehf-vfpv3 armv7vethf-vfpv3 armv7vehf-vfpv4d16 armv7vethf-vfpv4d16 armv7vehf-neon armv7vethf-neon armv7vehf-neon-vfpv4 armv7vethf-neon-vfpv4" | 50 | AVAILTUNES += "armv7vehf armv7vethf armv7vehf-vfpv3d16 armv7vethf-vfpv3d16 armv7vehf-vfpv3 armv7vethf-vfpv3 armv7vehf-vfpv4d16 armv7vethf-vfpv4d16 armv7vehf-neon armv7vethf-neon armv7vehf-neon-vfpv4 armv7vethf-neon-vfpv4" |
51 | ARMPKGARCH_tune-armv7vehf ?= "armv7ve" | 51 | ARMPKGARCH:tune-armv7vehf ?= "armv7ve" |
52 | ARMPKGARCH_tune-armv7vethf ?= "armv7ve" | 52 | ARMPKGARCH:tune-armv7vethf ?= "armv7ve" |
53 | ARMPKGARCH_tune-armv7vehf-vfpv3d16 ?= "armv7ve" | 53 | ARMPKGARCH:tune-armv7vehf-vfpv3d16 ?= "armv7ve" |
54 | ARMPKGARCH_tune-armv7vethf-vfpv3d16 ?= "armv7ve" | 54 | ARMPKGARCH:tune-armv7vethf-vfpv3d16 ?= "armv7ve" |
55 | ARMPKGARCH_tune-armv7vehf-vfpv3 ?= "armv7ve" | 55 | ARMPKGARCH:tune-armv7vehf-vfpv3 ?= "armv7ve" |
56 | ARMPKGARCH_tune-armv7vethf-vfpv3 ?= "armv7ve" | 56 | ARMPKGARCH:tune-armv7vethf-vfpv3 ?= "armv7ve" |
57 | ARMPKGARCH_tune-armv7vehf-vfpv4d16 ?= "armv7ve" | 57 | ARMPKGARCH:tune-armv7vehf-vfpv4d16 ?= "armv7ve" |
58 | ARMPKGARCH_tune-armv7vethf-vfpv4d16 ?= "armv7ve" | 58 | ARMPKGARCH:tune-armv7vethf-vfpv4d16 ?= "armv7ve" |
59 | ARMPKGARCH_tune-armv7vehf-neon ?= "armv7ve" | 59 | ARMPKGARCH:tune-armv7vehf-neon ?= "armv7ve" |
60 | ARMPKGARCH_tune-armv7vethf-neon ?= "armv7ve" | 60 | ARMPKGARCH:tune-armv7vethf-neon ?= "armv7ve" |
61 | ARMPKGARCH_tune-armv7vehf-neon-vfpv4 ?= "armv7ve" | 61 | ARMPKGARCH:tune-armv7vehf-neon-vfpv4 ?= "armv7ve" |
62 | ARMPKGARCH_tune-armv7vethf-neon-vfpv4 ?= "armv7ve" | 62 | ARMPKGARCH:tune-armv7vethf-neon-vfpv4 ?= "armv7ve" |
63 | TUNE_FEATURES_tune-armv7vehf = "${TUNE_FEATURES_tune-armv7ve} callconvention-hard" | 63 | TUNE_FEATURES:tune-armv7vehf = "${TUNE_FEATURES:tune-armv7ve} callconvention-hard" |
64 | TUNE_FEATURES_tune-armv7vethf = "${TUNE_FEATURES_tune-armv7vet} callconvention-hard" | 64 | TUNE_FEATURES:tune-armv7vethf = "${TUNE_FEATURES:tune-armv7vet} callconvention-hard" |
65 | TUNE_FEATURES_tune-armv7vehf-vfpv3d16 = "${TUNE_FEATURES_tune-armv7ve-vfpv3d16} callconvention-hard" | 65 | TUNE_FEATURES:tune-armv7vehf-vfpv3d16 = "${TUNE_FEATURES:tune-armv7ve-vfpv3d16} callconvention-hard" |
66 | TUNE_FEATURES_tune-armv7vethf-vfpv3d16 = "${TUNE_FEATURES_tune-armv7vet-vfpv3d16} callconvention-hard" | 66 | TUNE_FEATURES:tune-armv7vethf-vfpv3d16 = "${TUNE_FEATURES:tune-armv7vet-vfpv3d16} callconvention-hard" |
67 | TUNE_FEATURES_tune-armv7vehf-vfpv3 = "${TUNE_FEATURES_tune-armv7ve-vfpv3} callconvention-hard" | 67 | TUNE_FEATURES:tune-armv7vehf-vfpv3 = "${TUNE_FEATURES:tune-armv7ve-vfpv3} callconvention-hard" |
68 | TUNE_FEATURES_tune-armv7vethf-vfpv3 = "${TUNE_FEATURES_tune-armv7vet-vfpv3} callconvention-hard" | 68 | TUNE_FEATURES:tune-armv7vethf-vfpv3 = "${TUNE_FEATURES:tune-armv7vet-vfpv3} callconvention-hard" |
69 | TUNE_FEATURES_tune-armv7vehf-vfpv4d16 = "${TUNE_FEATURES_tune-armv7ve-vfpv4d16} callconvention-hard" | 69 | TUNE_FEATURES:tune-armv7vehf-vfpv4d16 = "${TUNE_FEATURES:tune-armv7ve-vfpv4d16} callconvention-hard" |
70 | TUNE_FEATURES_tune-armv7vethf-vfpv4d16 = "${TUNE_FEATURES_tune-armv7vet-vfpv4d16} callconvention-hard" | 70 | TUNE_FEATURES:tune-armv7vethf-vfpv4d16 = "${TUNE_FEATURES:tune-armv7vet-vfpv4d16} callconvention-hard" |
71 | TUNE_FEATURES_tune-armv7vehf-neon = "${TUNE_FEATURES_tune-armv7ve-neon} callconvention-hard" | 71 | TUNE_FEATURES:tune-armv7vehf-neon = "${TUNE_FEATURES:tune-armv7ve-neon} callconvention-hard" |
72 | TUNE_FEATURES_tune-armv7vethf-neon = "${TUNE_FEATURES_tune-armv7vet-neon} callconvention-hard" | 72 | TUNE_FEATURES:tune-armv7vethf-neon = "${TUNE_FEATURES:tune-armv7vet-neon} callconvention-hard" |
73 | TUNE_FEATURES_tune-armv7vehf-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7ve-neon-vfpv4} callconvention-hard" | 73 | TUNE_FEATURES:tune-armv7vehf-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7ve-neon-vfpv4} callconvention-hard" |
74 | TUNE_FEATURES_tune-armv7vethf-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7vet-neon-vfpv4} callconvention-hard" | 74 | TUNE_FEATURES:tune-armv7vethf-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7vet-neon-vfpv4} callconvention-hard" |
75 | PACKAGE_EXTRA_ARCHS_tune-armv7vehf = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf} armv7vehf-vfp" | 75 | PACKAGE_EXTRA_ARCHS:tune-armv7vehf = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf} armv7vehf-vfp" |
76 | PACKAGE_EXTRA_ARCHS_tune-armv7vethf = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf} armv7vehf-vfp armv7vet2hf-vfp" | 76 | PACKAGE_EXTRA_ARCHS:tune-armv7vethf = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf} armv7vehf-vfp armv7vet2hf-vfp" |
77 | PACKAGE_EXTRA_ARCHS_tune-armv7vehf-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf} armv7vehf-vfpv3d16" | 77 | PACKAGE_EXTRA_ARCHS:tune-armv7vehf-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf} armv7vehf-vfpv3d16" |
78 | PACKAGE_EXTRA_ARCHS_tune-armv7vethf-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf} armv7vehf-vfpv3d16 armv7vet2hf-vfpv3d16" | 78 | PACKAGE_EXTRA_ARCHS:tune-armv7vethf-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf} armv7vehf-vfpv3d16 armv7vet2hf-vfpv3d16" |
79 | PACKAGE_EXTRA_ARCHS_tune-armv7vehf-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf-vfpv3d16} armv7vehf-vfpv3" | 79 | PACKAGE_EXTRA_ARCHS:tune-armv7vehf-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf-vfpv3d16} armv7vehf-vfpv3" |
80 | PACKAGE_EXTRA_ARCHS_tune-armv7vethf-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf-vfpv3d16} armv7vehf-vfpv3 armv7vet2hf-vfpv3" | 80 | PACKAGE_EXTRA_ARCHS:tune-armv7vethf-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf-vfpv3d16} armv7vehf-vfpv3 armv7vet2hf-vfpv3" |
81 | PACKAGE_EXTRA_ARCHS_tune-armv7vehf-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf} armv7vehf-vfpv4d16" | 81 | PACKAGE_EXTRA_ARCHS:tune-armv7vehf-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf} armv7vehf-vfpv4d16" |
82 | PACKAGE_EXTRA_ARCHS_tune-armv7vethf-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf} armv7vehf-vfpv4d16 armv7vet2hf-vfpv4d16" | 82 | PACKAGE_EXTRA_ARCHS:tune-armv7vethf-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf} armv7vehf-vfpv4d16 armv7vet2hf-vfpv4d16" |
83 | PACKAGE_EXTRA_ARCHS_tune-armv7vehf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf} armv7vehf-neon" | 83 | PACKAGE_EXTRA_ARCHS:tune-armv7vehf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf} armv7vehf-neon" |
84 | PACKAGE_EXTRA_ARCHS_tune-armv7vethf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf} armv7vehf-neon armv7vet2hf-neon" | 84 | PACKAGE_EXTRA_ARCHS:tune-armv7vethf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf} armv7vehf-neon armv7vet2hf-neon" |
85 | PACKAGE_EXTRA_ARCHS_tune-armv7vehf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf-neon} armv7vehf-neon-vfpv4" | 85 | PACKAGE_EXTRA_ARCHS:tune-armv7vehf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf-neon} armv7vehf-neon-vfpv4" |
86 | PACKAGE_EXTRA_ARCHS_tune-armv7vethf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf-neon} armv7vehf-neon-vfpv4 armv7vet2hf-neon-vfpv4" | 86 | PACKAGE_EXTRA_ARCHS:tune-armv7vethf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf-neon} armv7vehf-neon-vfpv4 armv7vet2hf-neon-vfpv4" |
87 | 87 | ||
88 | # Big Endian | 88 | # Big Endian |
89 | AVAILTUNES += "armv7veb armv7vetb armv7veb-vfpv3d16 armv7vetb-vfpv3d16 armv7veb-vfpv3 armv7vetb-vfpv3 armv7veb-vfpv4d16 armv7vetb-vfpv4d16 armv7veb-neon armv7vetb-neon armv7veb-neon-vfpv4 armv7vetb-neon-vfpv4" | 89 | AVAILTUNES += "armv7veb armv7vetb armv7veb-vfpv3d16 armv7vetb-vfpv3d16 armv7veb-vfpv3 armv7vetb-vfpv3 armv7veb-vfpv4d16 armv7vetb-vfpv4d16 armv7veb-neon armv7vetb-neon armv7veb-neon-vfpv4 armv7vetb-neon-vfpv4" |
90 | ARMPKGARCH_tune-armv7veb ?= "armv7ve" | 90 | ARMPKGARCH:tune-armv7veb ?= "armv7ve" |
91 | ARMPKGARCH_tune-armv7vetb ?= "armv7ve" | 91 | ARMPKGARCH:tune-armv7vetb ?= "armv7ve" |
92 | ARMPKGARCH_tune-armv7veb-vfpv3d16 ?= "armv7ve" | 92 | ARMPKGARCH:tune-armv7veb-vfpv3d16 ?= "armv7ve" |
93 | ARMPKGARCH_tune-armv7vetb-vfpv3d16 ?= "armv7ve" | 93 | ARMPKGARCH:tune-armv7vetb-vfpv3d16 ?= "armv7ve" |
94 | ARMPKGARCH_tune-armv7veb-vfpv3 ?= "armv7ve" | 94 | ARMPKGARCH:tune-armv7veb-vfpv3 ?= "armv7ve" |
95 | ARMPKGARCH_tune-armv7vetb-vfpv3 ?= "armv7ve" | 95 | ARMPKGARCH:tune-armv7vetb-vfpv3 ?= "armv7ve" |
96 | ARMPKGARCH_tune-armv7veb-vfpv4d16 ?= "armv7ve" | 96 | ARMPKGARCH:tune-armv7veb-vfpv4d16 ?= "armv7ve" |
97 | ARMPKGARCH_tune-armv7vetb-vfpv4d16 ?= "armv7ve" | 97 | ARMPKGARCH:tune-armv7vetb-vfpv4d16 ?= "armv7ve" |
98 | ARMPKGARCH_tune-armv7veb-neon ?= "armv7ve" | 98 | ARMPKGARCH:tune-armv7veb-neon ?= "armv7ve" |
99 | ARMPKGARCH_tune-armv7vetb-neon ?= "armv7ve" | 99 | ARMPKGARCH:tune-armv7vetb-neon ?= "armv7ve" |
100 | ARMPKGARCH_tune-armv7veb-neon-vfpv4 ?= "armv7ve" | 100 | ARMPKGARCH:tune-armv7veb-neon-vfpv4 ?= "armv7ve" |
101 | ARMPKGARCH_tune-armv7vetb-neon-vfpv4 ?= "armv7ve" | 101 | ARMPKGARCH:tune-armv7vetb-neon-vfpv4 ?= "armv7ve" |
102 | TUNE_FEATURES_tune-armv7veb = "${TUNE_FEATURES_tune-armv7ve} bigendian" | 102 | TUNE_FEATURES:tune-armv7veb = "${TUNE_FEATURES:tune-armv7ve} bigendian" |
103 | TUNE_FEATURES_tune-armv7vetb = "${TUNE_FEATURES_tune-armv7vet} bigendian" | 103 | TUNE_FEATURES:tune-armv7vetb = "${TUNE_FEATURES:tune-armv7vet} bigendian" |
104 | TUNE_FEATURES_tune-armv7veb-vfpv3d16 = "${TUNE_FEATURES_tune-armv7ve-vfpv3d16} bigendian" | 104 | TUNE_FEATURES:tune-armv7veb-vfpv3d16 = "${TUNE_FEATURES:tune-armv7ve-vfpv3d16} bigendian" |
105 | TUNE_FEATURES_tune-armv7vetb-vfpv3d16 = "${TUNE_FEATURES_tune-armv7vet-vfpv3d16} bigendian" | 105 | TUNE_FEATURES:tune-armv7vetb-vfpv3d16 = "${TUNE_FEATURES:tune-armv7vet-vfpv3d16} bigendian" |
106 | TUNE_FEATURES_tune-armv7veb-vfpv3 = "${TUNE_FEATURES_tune-armv7ve-vfpv3} bigendian" | 106 | TUNE_FEATURES:tune-armv7veb-vfpv3 = "${TUNE_FEATURES:tune-armv7ve-vfpv3} bigendian" |
107 | TUNE_FEATURES_tune-armv7vetb-vfpv3 = "${TUNE_FEATURES_tune-armv7vet-vfpv3} bigendian" | 107 | TUNE_FEATURES:tune-armv7vetb-vfpv3 = "${TUNE_FEATURES:tune-armv7vet-vfpv3} bigendian" |
108 | TUNE_FEATURES_tune-armv7veb-vfpv4d16 = "${TUNE_FEATURES_tune-armv7ve-vfpv4d16} bigendian" | 108 | TUNE_FEATURES:tune-armv7veb-vfpv4d16 = "${TUNE_FEATURES:tune-armv7ve-vfpv4d16} bigendian" |
109 | TUNE_FEATURES_tune-armv7vetb-vfpv4d16 = "${TUNE_FEATURES_tune-armv7vet-vfpv4d16} bigendian" | 109 | TUNE_FEATURES:tune-armv7vetb-vfpv4d16 = "${TUNE_FEATURES:tune-armv7vet-vfpv4d16} bigendian" |
110 | TUNE_FEATURES_tune-armv7veb-neon = "${TUNE_FEATURES_tune-armv7ve-neon} bigendian" | 110 | TUNE_FEATURES:tune-armv7veb-neon = "${TUNE_FEATURES:tune-armv7ve-neon} bigendian" |
111 | TUNE_FEATURES_tune-armv7vetb-neon = "${TUNE_FEATURES_tune-armv7vet-neon} bigendian" | 111 | TUNE_FEATURES:tune-armv7vetb-neon = "${TUNE_FEATURES:tune-armv7vet-neon} bigendian" |
112 | TUNE_FEATURES_tune-armv7veb-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7ve-neon-vfpv4} bigendian" | 112 | TUNE_FEATURES:tune-armv7veb-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7ve-neon-vfpv4} bigendian" |
113 | TUNE_FEATURES_tune-armv7vetb-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7vet-neon-vfpv4} bigendian" | 113 | TUNE_FEATURES:tune-armv7vetb-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7vet-neon-vfpv4} bigendian" |
114 | PACKAGE_EXTRA_ARCHS_tune-armv7veb = "${PACKAGE_EXTRA_ARCHS_tune-armv7ab} armv7veb-vfp" | 114 | PACKAGE_EXTRA_ARCHS:tune-armv7veb = "${PACKAGE_EXTRA_ARCHS:tune-armv7ab} armv7veb-vfp" |
115 | PACKAGE_EXTRA_ARCHS_tune-armv7vetb = "${PACKAGE_EXTRA_ARCHS_tune-armv7atb} armv7veb-vfp armv7vet2b-vfp" | 115 | PACKAGE_EXTRA_ARCHS:tune-armv7vetb = "${PACKAGE_EXTRA_ARCHS:tune-armv7atb} armv7veb-vfp armv7vet2b-vfp" |
116 | PACKAGE_EXTRA_ARCHS_tune-armv7veb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7veb} armv7veb-vfpv3d16" | 116 | PACKAGE_EXTRA_ARCHS:tune-armv7veb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7veb} armv7veb-vfpv3d16" |
117 | PACKAGE_EXTRA_ARCHS_tune-armv7vetb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vetb} armv7veb-vfpv3d16 armv7vet2b-vfpv3d16" | 117 | PACKAGE_EXTRA_ARCHS:tune-armv7vetb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vetb} armv7veb-vfpv3d16 armv7vet2b-vfpv3d16" |
118 | PACKAGE_EXTRA_ARCHS_tune-armv7veb-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7veb-vfpv3d16} armv7veb-vfpv3" | 118 | PACKAGE_EXTRA_ARCHS:tune-armv7veb-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7veb-vfpv3d16} armv7veb-vfpv3" |
119 | PACKAGE_EXTRA_ARCHS_tune-armv7vetb-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vetb-vfpv3d16} armv7veb-vfpv3 armv7vet2b-vfpv3" | 119 | PACKAGE_EXTRA_ARCHS:tune-armv7vetb-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vetb-vfpv3d16} armv7veb-vfpv3 armv7vet2b-vfpv3" |
120 | PACKAGE_EXTRA_ARCHS_tune-armv7veb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7veb} armv7veb-vfpv4d16" | 120 | PACKAGE_EXTRA_ARCHS:tune-armv7veb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7veb} armv7veb-vfpv4d16" |
121 | PACKAGE_EXTRA_ARCHS_tune-armv7vetb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vetb} armv7veb-vfpv4d16 armv7vet2b-vfpv4d16" | 121 | PACKAGE_EXTRA_ARCHS:tune-armv7vetb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vetb} armv7veb-vfpv4d16 armv7vet2b-vfpv4d16" |
122 | PACKAGE_EXTRA_ARCHS_tune-armv7veb-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7veb} armv7veb-neon" | 122 | PACKAGE_EXTRA_ARCHS:tune-armv7veb-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7veb} armv7veb-neon" |
123 | PACKAGE_EXTRA_ARCHS_tune-armv7vetb-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vetb} armv7veb-neon armv7vet2b-neon" | 123 | PACKAGE_EXTRA_ARCHS:tune-armv7vetb-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vetb} armv7veb-neon armv7vet2b-neon" |
124 | PACKAGE_EXTRA_ARCHS_tune-armv7veb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7veb-neon} armv7veb-neon-vfpv4" | 124 | PACKAGE_EXTRA_ARCHS:tune-armv7veb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7veb-neon} armv7veb-neon-vfpv4" |
125 | PACKAGE_EXTRA_ARCHS_tune-armv7vetb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vetb-neon} armv7veb-neon-vfpv4 armv7vet2b-neon-vfpv4" | 125 | PACKAGE_EXTRA_ARCHS:tune-armv7vetb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vetb-neon} armv7veb-neon-vfpv4 armv7vet2b-neon-vfpv4" |
126 | 126 | ||
127 | # Big Endian + HF | 127 | # Big Endian + HF |
128 | AVAILTUNES += "armv7vehfb armv7vethfb armv7vehfb-vfpv3d16 armv7vethfb-vfpv3d16 armv7vehfb-vfpv3 armv7vethfb-vfpv3 armv7vehfb-vfpv4d16 armv7vethfb-vfpv4d16 armv7vehfb-neon armv7vethfb-neon armv7vehfb-neon-vfpv4 armv7vethfb-neon-vfpv4" | 128 | AVAILTUNES += "armv7vehfb armv7vethfb armv7vehfb-vfpv3d16 armv7vethfb-vfpv3d16 armv7vehfb-vfpv3 armv7vethfb-vfpv3 armv7vehfb-vfpv4d16 armv7vethfb-vfpv4d16 armv7vehfb-neon armv7vethfb-neon armv7vehfb-neon-vfpv4 armv7vethfb-neon-vfpv4" |
129 | ARMPKGARCH_tune-armv7vehfb ?= "armv7ve" | 129 | ARMPKGARCH:tune-armv7vehfb ?= "armv7ve" |
130 | ARMPKGARCH_tune-armv7vethfb ?= "armv7ve" | 130 | ARMPKGARCH:tune-armv7vethfb ?= "armv7ve" |
131 | ARMPKGARCH_tune-armv7vehfb-vfpv3d16 ?= "armv7ve" | 131 | ARMPKGARCH:tune-armv7vehfb-vfpv3d16 ?= "armv7ve" |
132 | ARMPKGARCH_tune-armv7vethfb-vfpv3d16 ?= "armv7ve" | 132 | ARMPKGARCH:tune-armv7vethfb-vfpv3d16 ?= "armv7ve" |
133 | ARMPKGARCH_tune-armv7vehfb-vfpv3 ?= "armv7ve" | 133 | ARMPKGARCH:tune-armv7vehfb-vfpv3 ?= "armv7ve" |
134 | ARMPKGARCH_tune-armv7vethfb-vfpv3 ?= "armv7ve" | 134 | ARMPKGARCH:tune-armv7vethfb-vfpv3 ?= "armv7ve" |
135 | ARMPKGARCH_tune-armv7vehfb-vfpv4d16 ?= "armv7ve" | 135 | ARMPKGARCH:tune-armv7vehfb-vfpv4d16 ?= "armv7ve" |
136 | ARMPKGARCH_tune-armv7vethfb-vfpv4d16 ?= "armv7ve" | 136 | ARMPKGARCH:tune-armv7vethfb-vfpv4d16 ?= "armv7ve" |
137 | ARMPKGARCH_tune-armv7vehfb-neon ?= "armv7ve" | 137 | ARMPKGARCH:tune-armv7vehfb-neon ?= "armv7ve" |
138 | ARMPKGARCH_tune-armv7vethfb-neon ?= "armv7ve" | 138 | ARMPKGARCH:tune-armv7vethfb-neon ?= "armv7ve" |
139 | ARMPKGARCH_tune-armv7vehfb-neon-vfpv4 ?= "armv7ve" | 139 | ARMPKGARCH:tune-armv7vehfb-neon-vfpv4 ?= "armv7ve" |
140 | ARMPKGARCH_tune-armv7vethfb-neon-vfpv4 ?= "armv7ve" | 140 | ARMPKGARCH:tune-armv7vethfb-neon-vfpv4 ?= "armv7ve" |
141 | TUNE_FEATURES_tune-armv7vehfb = "${TUNE_FEATURES_tune-armv7vehf} bigendian" | 141 | TUNE_FEATURES:tune-armv7vehfb = "${TUNE_FEATURES:tune-armv7vehf} bigendian" |
142 | TUNE_FEATURES_tune-armv7vethfb = "${TUNE_FEATURES_tune-armv7vethf} bigendian" | 142 | TUNE_FEATURES:tune-armv7vethfb = "${TUNE_FEATURES:tune-armv7vethf} bigendian" |
143 | TUNE_FEATURES_tune-armv7vehfb-vfpv3d16 = "${TUNE_FEATURES_tune-armv7vehf-vfpv3d16} bigendian" | 143 | TUNE_FEATURES:tune-armv7vehfb-vfpv3d16 = "${TUNE_FEATURES:tune-armv7vehf-vfpv3d16} bigendian" |
144 | TUNE_FEATURES_tune-armv7vethfb-vfpv3d16 = "${TUNE_FEATURES_tune-armv7vethf-vfpv3d16} bigendian" | 144 | TUNE_FEATURES:tune-armv7vethfb-vfpv3d16 = "${TUNE_FEATURES:tune-armv7vethf-vfpv3d16} bigendian" |
145 | TUNE_FEATURES_tune-armv7vehfb-vfpv3 = "${TUNE_FEATURES_tune-armv7vehf-vfpv3} bigendian" | 145 | TUNE_FEATURES:tune-armv7vehfb-vfpv3 = "${TUNE_FEATURES:tune-armv7vehf-vfpv3} bigendian" |
146 | TUNE_FEATURES_tune-armv7vethfb-vfpv3 = "${TUNE_FEATURES_tune-armv7vethf-vfpv3} bigendian" | 146 | TUNE_FEATURES:tune-armv7vethfb-vfpv3 = "${TUNE_FEATURES:tune-armv7vethf-vfpv3} bigendian" |
147 | TUNE_FEATURES_tune-armv7vehfb-vfpv4d16 = "${TUNE_FEATURES_tune-armv7vehf-vfpv4d16} bigendian" | 147 | TUNE_FEATURES:tune-armv7vehfb-vfpv4d16 = "${TUNE_FEATURES:tune-armv7vehf-vfpv4d16} bigendian" |
148 | TUNE_FEATURES_tune-armv7vethfb-vfpv4d16 = "${TUNE_FEATURES_tune-armv7vethf-vfpv4d16} bigendian" | 148 | TUNE_FEATURES:tune-armv7vethfb-vfpv4d16 = "${TUNE_FEATURES:tune-armv7vethf-vfpv4d16} bigendian" |
149 | TUNE_FEATURES_tune-armv7vehfb-neon = "${TUNE_FEATURES_tune-armv7vehf-neon} bigendian" | 149 | TUNE_FEATURES:tune-armv7vehfb-neon = "${TUNE_FEATURES:tune-armv7vehf-neon} bigendian" |
150 | TUNE_FEATURES_tune-armv7vethfb-neon = "${TUNE_FEATURES_tune-armv7vethf-neon} bigendian" | 150 | TUNE_FEATURES:tune-armv7vethfb-neon = "${TUNE_FEATURES:tune-armv7vethf-neon} bigendian" |
151 | TUNE_FEATURES_tune-armv7vehfb-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7vehf-neon-vfpv4} bigendian" | 151 | TUNE_FEATURES:tune-armv7vehfb-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7vehf-neon-vfpv4} bigendian" |
152 | TUNE_FEATURES_tune-armv7vethfb-neon-vfpv4 = "${TUNE_FEATURES_tune-armv7vethf-neon-vfpv4} bigendian" | 152 | TUNE_FEATURES:tune-armv7vethfb-neon-vfpv4 = "${TUNE_FEATURES:tune-armv7vethf-neon-vfpv4} bigendian" |
153 | PACKAGE_EXTRA_ARCHS_tune-armv7vehfb = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahfb} armv7vehfb-vfp" | 153 | PACKAGE_EXTRA_ARCHS:tune-armv7vehfb = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahfb} armv7vehfb-vfp" |
154 | PACKAGE_EXTRA_ARCHS_tune-armv7vethfb = "${PACKAGE_EXTRA_ARCHS_tune-armv7athfb} armv7vehfb-vfp armv7vet2hfb-vfp" | 154 | PACKAGE_EXTRA_ARCHS:tune-armv7vethfb = "${PACKAGE_EXTRA_ARCHS:tune-armv7athfb} armv7vehfb-vfp armv7vet2hfb-vfp" |
155 | PACKAGE_EXTRA_ARCHS_tune-armv7vehfb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehfb} armv7vehfb-vfpv3d16" | 155 | PACKAGE_EXTRA_ARCHS:tune-armv7vehfb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehfb} armv7vehfb-vfpv3d16" |
156 | PACKAGE_EXTRA_ARCHS_tune-armv7vethfb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethfb} armv7vehfb-vfpv3d16 armv7vet2hfb-vfpv3d16" | 156 | PACKAGE_EXTRA_ARCHS:tune-armv7vethfb-vfpv3d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethfb} armv7vehfb-vfpv3d16 armv7vet2hfb-vfpv3d16" |
157 | PACKAGE_EXTRA_ARCHS_tune-armv7vehfb-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehfb-vfpv3d16} armv7vehfb-vfpv3" | 157 | PACKAGE_EXTRA_ARCHS:tune-armv7vehfb-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehfb-vfpv3d16} armv7vehfb-vfpv3" |
158 | PACKAGE_EXTRA_ARCHS_tune-armv7vethfb-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethfb-vfpv3d16} armv7vehfb-vfpv3 armv7vet2hfb-vfpv3" | 158 | PACKAGE_EXTRA_ARCHS:tune-armv7vethfb-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethfb-vfpv3d16} armv7vehfb-vfpv3 armv7vet2hfb-vfpv3" |
159 | PACKAGE_EXTRA_ARCHS_tune-armv7vehfb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehfb} armv7vehfb-vfpv4d16" | 159 | PACKAGE_EXTRA_ARCHS:tune-armv7vehfb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehfb} armv7vehfb-vfpv4d16" |
160 | PACKAGE_EXTRA_ARCHS_tune-armv7vethfb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethfb} armv7vehfb-vfpv4d16 armv7vet2hfb-vfpv4d16" | 160 | PACKAGE_EXTRA_ARCHS:tune-armv7vethfb-vfpv4d16 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethfb} armv7vehfb-vfpv4d16 armv7vet2hfb-vfpv4d16" |
161 | PACKAGE_EXTRA_ARCHS_tune-armv7vehfb-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehfb} armv7vehfb-neon" | 161 | PACKAGE_EXTRA_ARCHS:tune-armv7vehfb-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehfb} armv7vehfb-neon" |
162 | PACKAGE_EXTRA_ARCHS_tune-armv7vethfb-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethfb} armv7vehfb-neon armv7vet2hfb-neon" | 162 | PACKAGE_EXTRA_ARCHS:tune-armv7vethfb-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethfb} armv7vehfb-neon armv7vet2hfb-neon" |
163 | PACKAGE_EXTRA_ARCHS_tune-armv7vehfb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehfb-neon} armv7vehfb-neon-vfpv4" | 163 | PACKAGE_EXTRA_ARCHS:tune-armv7vehfb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehfb-neon} armv7vehfb-neon-vfpv4" |
164 | PACKAGE_EXTRA_ARCHS_tune-armv7vethfb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethfb-neon} armv7vehfb-neon-vfpv4 armv7vet2hfb-neon-vfpv4" | 164 | PACKAGE_EXTRA_ARCHS:tune-armv7vethfb-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethfb-neon} armv7vehfb-neon-vfpv4 armv7vet2hfb-neon-vfpv4" |
diff --git a/meta/conf/machine/include/arm/arch-armv8-2a.inc b/meta/conf/machine/include/arm/arch-armv8-2a.inc index 4129689cf9..c84b1ecf24 100644 --- a/meta/conf/machine/include/arm/arch-armv8-2a.inc +++ b/meta/conf/machine/include/arm/arch-armv8-2a.inc | |||
@@ -9,11 +9,11 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
9 | 9 | ||
10 | # Little Endian base configs | 10 | # Little Endian base configs |
11 | AVAILTUNES += "armv8-2a armv8-2a-crypto" | 11 | AVAILTUNES += "armv8-2a armv8-2a-crypto" |
12 | ARMPKGARCH_tune-armv8-2a ?= "armv8-2a" | 12 | ARMPKGARCH:tune-armv8-2a ?= "armv8-2a" |
13 | ARMPKGARCH_tune-armv8-2a-crypto ?= "armv8-2a" | 13 | ARMPKGARCH:tune-armv8-2a-crypto ?= "armv8-2a" |
14 | TUNE_FEATURES_tune-armv8-2a = "aarch64 armv8-2a" | 14 | TUNE_FEATURES:tune-armv8-2a = "aarch64 armv8-2a" |
15 | TUNE_FEATURES_tune-armv8-2a-crypto = "${TUNE_FEATURES_tune-armv8-2a} crypto" | 15 | TUNE_FEATURES:tune-armv8-2a-crypto = "${TUNE_FEATURES:tune-armv8-2a} crypto" |
16 | PACKAGE_EXTRA_ARCHS_tune-armv8-2a = "${PACKAGE_EXTRA_ARCHS_tune-armv8a} armv8-2a" | 16 | PACKAGE_EXTRA_ARCHS:tune-armv8-2a = "${PACKAGE_EXTRA_ARCHS:tune-armv8a} armv8-2a" |
17 | PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a} armv8-2a-crypto" | 17 | PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a} armv8-2a-crypto" |
18 | BASE_LIB_tune-armv8-2a = "lib64" | 18 | BASE_LIB:tune-armv8-2a = "lib64" |
19 | BASE_LIB_tune-armv8-2a-crypto = "lib64" | 19 | BASE_LIB:tune-armv8-2a-crypto = "lib64" |
diff --git a/meta/conf/machine/include/arm/arch-armv8a.inc b/meta/conf/machine/include/arm/arch-armv8a.inc index 6e92bdb7a4..819dffbeba 100644 --- a/meta/conf/machine/include/arm/arch-armv8a.inc +++ b/meta/conf/machine/include/arm/arch-armv8a.inc | |||
@@ -12,19 +12,19 @@ require conf/machine/include/arm/arch-arm64.inc | |||
12 | 12 | ||
13 | # Little Endian base configs | 13 | # Little Endian base configs |
14 | AVAILTUNES += "armv8a armv8a-crc armv8a-crc-crypto armv8a-crypto" | 14 | AVAILTUNES += "armv8a armv8a-crc armv8a-crc-crypto armv8a-crypto" |
15 | ARMPKGARCH_tune-armv8a ?= "armv8a" | 15 | ARMPKGARCH:tune-armv8a ?= "armv8a" |
16 | ARMPKGARCH_tune-armv8a-crc ?= "armv8a" | 16 | ARMPKGARCH:tune-armv8a-crc ?= "armv8a" |
17 | ARMPKGARCH_tune-armv8a-crypto ?= "armv8a" | 17 | ARMPKGARCH:tune-armv8a-crypto ?= "armv8a" |
18 | ARMPKGARCH_tune-armv8a-crc-crypto ?= "armv8a" | 18 | ARMPKGARCH:tune-armv8a-crc-crypto ?= "armv8a" |
19 | TUNE_FEATURES_tune-armv8a = "aarch64 armv8a" | 19 | TUNE_FEATURES:tune-armv8a = "aarch64 armv8a" |
20 | TUNE_FEATURES_tune-armv8a-crc = "${TUNE_FEATURES_tune-armv8a} crc" | 20 | TUNE_FEATURES:tune-armv8a-crc = "${TUNE_FEATURES:tune-armv8a} crc" |
21 | TUNE_FEATURES_tune-armv8a-crypto = "${TUNE_FEATURES_tune-armv8a} crypto" | 21 | TUNE_FEATURES:tune-armv8a-crypto = "${TUNE_FEATURES:tune-armv8a} crypto" |
22 | TUNE_FEATURES_tune-armv8a-crc-crypto = "${TUNE_FEATURES_tune-armv8a-crc} crypto" | 22 | TUNE_FEATURES:tune-armv8a-crc-crypto = "${TUNE_FEATURES:tune-armv8a-crc} crypto" |
23 | PACKAGE_EXTRA_ARCHS_tune-armv8a = "aarch64 armv8a" | 23 | PACKAGE_EXTRA_ARCHS:tune-armv8a = "aarch64 armv8a" |
24 | PACKAGE_EXTRA_ARCHS_tune-armv8a-crc = "${PACKAGE_EXTRA_ARCHS_tune-armv8a} armv8a-crc" | 24 | PACKAGE_EXTRA_ARCHS:tune-armv8a-crc = "${PACKAGE_EXTRA_ARCHS:tune-armv8a} armv8a-crc" |
25 | PACKAGE_EXTRA_ARCHS_tune-armv8a-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a} armv8a-crypto" | 25 | PACKAGE_EXTRA_ARCHS:tune-armv8a-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a} armv8a-crypto" |
26 | PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} armv8a-crypto armv8a-crc-crypto" | 26 | PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} armv8a-crypto armv8a-crc-crypto" |
27 | BASE_LIB_tune-armv8a = "lib64" | 27 | BASE_LIB:tune-armv8a = "lib64" |
28 | BASE_LIB_tune-armv8a-crc = "lib64" | 28 | BASE_LIB:tune-armv8a-crc = "lib64" |
29 | BASE_LIB_tune-armv8a-crypto = "lib64" | 29 | BASE_LIB:tune-armv8a-crypto = "lib64" |
30 | BASE_LIB_tune-armv8a-crc-crypto = "lib64" | 30 | BASE_LIB:tune-armv8a-crc-crypto = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc index 427e58947f..c7e86887b5 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc | |||
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
10 | 10 | ||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "cortexa65" | 12 | AVAILTUNES += "cortexa65" |
13 | ARMPKGARCH_tune-cortexa65 = "cortexa65" | 13 | ARMPKGARCH:tune-cortexa65 = "cortexa65" |
14 | TUNE_FEATURES_tune-cortexa65 = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa65" | 14 | TUNE_FEATURES:tune-cortexa65 = "${TUNE_FEATURES:tune-armv8-2a-crypto} cortexa65" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa65 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa65" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa65 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa65" |
16 | BASE_LIB_tune-cortexa65 = "lib64" | 16 | BASE_LIB:tune-cortexa65 = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65ae.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65ae.inc index aea47d0778..dad6d1b174 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65ae.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65ae.inc | |||
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
10 | 10 | ||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "cortexa65ae" | 12 | AVAILTUNES += "cortexa65ae" |
13 | ARMPKGARCH_tune-cortexa65ae = "cortexa65ae" | 13 | ARMPKGARCH:tune-cortexa65ae = "cortexa65ae" |
14 | TUNE_FEATURES_tune-cortexa65ae = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa65ae" | 14 | TUNE_FEATURES:tune-cortexa65ae = "${TUNE_FEATURES:tune-armv8-2a-crypto} cortexa65ae" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa65ae = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa65ae" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa65ae = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa65ae" |
16 | BASE_LIB_tune-cortexa65ae = "lib64" | 16 | BASE_LIB:tune-cortexa65ae = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75-cortexa55.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75-cortexa55.inc index 9c45fe9c96..3a47e8278d 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75-cortexa55.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75-cortexa55.inc | |||
@@ -10,11 +10,11 @@ TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "cortexa75-cortexa55", " - | |||
10 | require conf/machine/include/arm/arch-armv8-2a.inc | 10 | require conf/machine/include/arm/arch-armv8-2a.inc |
11 | 11 | ||
12 | AVAILTUNES += "cortexa75-cortexa55 cortexa75-cortexa55-crypto" | 12 | AVAILTUNES += "cortexa75-cortexa55 cortexa75-cortexa55-crypto" |
13 | ARMPKGARCH_tune-cortexa75-cortexa55 = "cortexa75-cortexa55" | 13 | ARMPKGARCH:tune-cortexa75-cortexa55 = "cortexa75-cortexa55" |
14 | ARMPKGARCH_tune-cortexa75-cortexa55-crypto = "cortexa75-cortexa55-crypto" | 14 | ARMPKGARCH:tune-cortexa75-cortexa55-crypto = "cortexa75-cortexa55-crypto" |
15 | TUNE_FEATURES_tune-cortexa75-cortexa55 = "${TUNE_FEATURES_tune-armv8-2a} cortexa75-cortexa55" | 15 | TUNE_FEATURES:tune-cortexa75-cortexa55 = "${TUNE_FEATURES:tune-armv8-2a} cortexa75-cortexa55" |
16 | TUNE_FEATURES_tune-cortexa75-cortexa55-crypto = "${TUNE_FEATURES_tune-cortexa75-cortexa55} crypto" | 16 | TUNE_FEATURES:tune-cortexa75-cortexa55-crypto = "${TUNE_FEATURES:tune-cortexa75-cortexa55} crypto" |
17 | PACKAGE_EXTRA_ARCHS_tune-cortexa75-cortexa55 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a} cortexa75-cortexa55" | 17 | PACKAGE_EXTRA_ARCHS:tune-cortexa75-cortexa55 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a} cortexa75-cortexa55" |
18 | PACKAGE_EXTRA_ARCHS_tune-cortexa75-cortexa55-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa75-cortexa55 cortexa75-cortexa55-crypto" | 18 | PACKAGE_EXTRA_ARCHS:tune-cortexa75-cortexa55-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa75-cortexa55 cortexa75-cortexa55-crypto" |
19 | BASE_LIB_tune-cortexa75-cortexa55 = "lib64" | 19 | BASE_LIB:tune-cortexa75-cortexa55 = "lib64" |
20 | BASE_LIB_tune-cortexa75-cortexa55-crypto = "lib64" | 20 | BASE_LIB:tune-cortexa75-cortexa55-crypto = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75.inc index d019450da7..2d9a1159f1 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75.inc | |||
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
10 | 10 | ||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "cortexa75" | 12 | AVAILTUNES += "cortexa75" |
13 | ARMPKGARCH_tune-cortexa75 = "cortexa75" | 13 | ARMPKGARCH:tune-cortexa75 = "cortexa75" |
14 | TUNE_FEATURES_tune-cortexa75 = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa75" | 14 | TUNE_FEATURES:tune-cortexa75 = "${TUNE_FEATURES:tune-armv8-2a-crypto} cortexa75" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa75 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa75" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa75 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa75" |
16 | BASE_LIB_tune-cortexa75 = "lib64" | 16 | BASE_LIB:tune-cortexa75 = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76-cortexa55.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76-cortexa55.inc index cae8ffed74..f4c99ad6bb 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76-cortexa55.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76-cortexa55.inc | |||
@@ -10,11 +10,11 @@ TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "cortexa76-cortexa55", " - | |||
10 | require conf/machine/include/arm/arch-armv8-2a.inc | 10 | require conf/machine/include/arm/arch-armv8-2a.inc |
11 | 11 | ||
12 | AVAILTUNES += "cortexa76-cortexa55 cortexa76-cortexa55-crypto" | 12 | AVAILTUNES += "cortexa76-cortexa55 cortexa76-cortexa55-crypto" |
13 | ARMPKGARCH_tune-cortexa76-cortexa55 = "cortexa76-cortexa55" | 13 | ARMPKGARCH:tune-cortexa76-cortexa55 = "cortexa76-cortexa55" |
14 | ARMPKGARCH_tune-cortexa76-cortexa55-crypto = "cortexa76-cortexa55-crypto" | 14 | ARMPKGARCH:tune-cortexa76-cortexa55-crypto = "cortexa76-cortexa55-crypto" |
15 | TUNE_FEATURES_tune-cortexa76-cortexa55 = "${TUNE_FEATURES_tune-armv8-2a} cortexa76-cortexa55" | 15 | TUNE_FEATURES:tune-cortexa76-cortexa55 = "${TUNE_FEATURES:tune-armv8-2a} cortexa76-cortexa55" |
16 | TUNE_FEATURES_tune-cortexa76-cortexa55-crypto = "${TUNE_FEATURES_tune-cortexa76-cortexa55} crypto" | 16 | TUNE_FEATURES:tune-cortexa76-cortexa55-crypto = "${TUNE_FEATURES:tune-cortexa76-cortexa55} crypto" |
17 | PACKAGE_EXTRA_ARCHS_tune-cortexa76-cortexa55 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a} cortexa76-cortexa55" | 17 | PACKAGE_EXTRA_ARCHS:tune-cortexa76-cortexa55 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a} cortexa76-cortexa55" |
18 | PACKAGE_EXTRA_ARCHS_tune-cortexa76-cortexa55-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa76-cortexa55 cortexa76-cortexa55-crypto" | 18 | PACKAGE_EXTRA_ARCHS:tune-cortexa76-cortexa55-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa76-cortexa55 cortexa76-cortexa55-crypto" |
19 | BASE_LIB_tune-cortexa76-cortexa55 = "lib64" | 19 | BASE_LIB:tune-cortexa76-cortexa55 = "lib64" |
20 | BASE_LIB_tune-cortexa76-cortexa55-crypto = "lib64" | 20 | BASE_LIB:tune-cortexa76-cortexa55-crypto = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76.inc index ae3661a0c4..0dfdb8c5e4 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76.inc | |||
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
10 | 10 | ||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "cortexa76" | 12 | AVAILTUNES += "cortexa76" |
13 | ARMPKGARCH_tune-cortexa76 = "cortexa76" | 13 | ARMPKGARCH:tune-cortexa76 = "cortexa76" |
14 | TUNE_FEATURES_tune-cortexa76 = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa76" | 14 | TUNE_FEATURES:tune-cortexa76 = "${TUNE_FEATURES:tune-armv8-2a-crypto} cortexa76" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa76 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa76" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa76 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa76" |
16 | BASE_LIB_tune-cortexa76 = "lib64" | 16 | BASE_LIB:tune-cortexa76 = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc index 8d5a0ef5e2..b2863dca68 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc | |||
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
10 | 10 | ||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "cortexa76ae" | 12 | AVAILTUNES += "cortexa76ae" |
13 | ARMPKGARCH_tune-cortexa76ae = "cortexa76ae" | 13 | ARMPKGARCH:tune-cortexa76ae = "cortexa76ae" |
14 | TUNE_FEATURES_tune-cortexa76ae = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa76ae" | 14 | TUNE_FEATURES:tune-cortexa76ae = "${TUNE_FEATURES:tune-armv8-2a-crypto} cortexa76ae" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa76ae = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa76ae" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa76ae = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa76ae" |
16 | BASE_LIB_tune-cortexa76ae = "lib64" | 16 | BASE_LIB:tune-cortexa76ae = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa77.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa77.inc index 048fa319e2..654b1f6323 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa77.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa77.inc | |||
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
10 | 10 | ||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "cortexa77" | 12 | AVAILTUNES += "cortexa77" |
13 | ARMPKGARCH_tune-cortexa77 = "cortexa77" | 13 | ARMPKGARCH:tune-cortexa77 = "cortexa77" |
14 | TUNE_FEATURES_tune-cortexa77 = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa77" | 14 | TUNE_FEATURES:tune-cortexa77 = "${TUNE_FEATURES:tune-armv8-2a-crypto} cortexa77" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa77 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa77" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa77 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa77" |
16 | BASE_LIB_tune-cortexa77 = "lib64" | 16 | BASE_LIB:tune-cortexa77 = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-neoversee1.inc b/meta/conf/machine/include/arm/armv8-2a/tune-neoversee1.inc index b82c9acb6c..15ed595bde 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-neoversee1.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-neoversee1.inc | |||
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
10 | 10 | ||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "neoversee1" | 12 | AVAILTUNES += "neoversee1" |
13 | ARMPKGARCH_tune-neoversee1 = "neoversee1" | 13 | ARMPKGARCH:tune-neoversee1 = "neoversee1" |
14 | TUNE_FEATURES_tune-neoversee1 = "${TUNE_FEATURES_tune-armv8-2a-crypto} neoversee1" | 14 | TUNE_FEATURES:tune-neoversee1 = "${TUNE_FEATURES:tune-armv8-2a-crypto} neoversee1" |
15 | PACKAGE_EXTRA_ARCHS_tune-neoversee1 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} neoversee1" | 15 | PACKAGE_EXTRA_ARCHS:tune-neoversee1 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} neoversee1" |
16 | BASE_LIB_tune-neoversee1 = "lib64" | 16 | BASE_LIB:tune-neoversee1 = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-neoversen1.inc b/meta/conf/machine/include/arm/armv8-2a/tune-neoversen1.inc index 6c6e889c0f..9d181ef4d5 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-neoversen1.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-neoversen1.inc | |||
@@ -11,7 +11,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
11 | 11 | ||
12 | # Little Endian base configs | 12 | # Little Endian base configs |
13 | AVAILTUNES += "neoversen1" | 13 | AVAILTUNES += "neoversen1" |
14 | ARMPKGARCH_tune-neoversen1 = "neoversen1" | 14 | ARMPKGARCH:tune-neoversen1 = "neoversen1" |
15 | TUNE_FEATURES_tune-neoversen1 = "${TUNE_FEATURES_tune-armv8-2a-crypto} neoversen1" | 15 | TUNE_FEATURES:tune-neoversen1 = "${TUNE_FEATURES:tune-armv8-2a-crypto} neoversen1" |
16 | PACKAGE_EXTRA_ARCHS_tune-neoversen1 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} neoversen1" | 16 | PACKAGE_EXTRA_ARCHS:tune-neoversen1 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} neoversen1" |
17 | BASE_LIB_tune-neoversen1 = "lib64" | 17 | BASE_LIB:tune-neoversen1 = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-octeontx2.inc b/meta/conf/machine/include/arm/armv8-2a/tune-octeontx2.inc index f873b9517e..2cac70ea52 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-octeontx2.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-octeontx2.inc | |||
@@ -7,7 +7,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "octeontx2" | 9 | AVAILTUNES += "octeontx2" |
10 | ARMPKGARCH_tune-octeontx2 = "octeontx2" | 10 | ARMPKGARCH:tune-octeontx2 = "octeontx2" |
11 | TUNE_FEATURES_tune-octeontx2 = "${TUNE_FEATURES_tune-armv8-2a-crypto} octeontx2" | 11 | TUNE_FEATURES:tune-octeontx2 = "${TUNE_FEATURES:tune-armv8-2a-crypto} octeontx2" |
12 | PACKAGE_EXTRA_ARCHS_tune-octeontx2 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} octeontx2" | 12 | PACKAGE_EXTRA_ARCHS:tune-octeontx2 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} octeontx2" |
13 | BASE_LIB_tune-octeontx2 = "lib64" | 13 | BASE_LIB:tune-octeontx2 = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8a/tune-cortexa34.inc b/meta/conf/machine/include/arm/armv8a/tune-cortexa34.inc index f7d4c87df8..55dd845b00 100644 --- a/meta/conf/machine/include/arm/armv8a/tune-cortexa34.inc +++ b/meta/conf/machine/include/arm/armv8a/tune-cortexa34.inc | |||
@@ -10,11 +10,11 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
10 | 10 | ||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "cortexa34 cortexa34-crypto" | 12 | AVAILTUNES += "cortexa34 cortexa34-crypto" |
13 | ARMPKGARCH_tune-cortexa34 = "cortexa34" | 13 | ARMPKGARCH:tune-cortexa34 = "cortexa34" |
14 | ARMPKGARCH_tune-cortexa34-crypto = "cortexa34" | 14 | ARMPKGARCH:tune-cortexa34-crypto = "cortexa34" |
15 | TUNE_FEATURES_tune-cortexa34 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa34" | 15 | TUNE_FEATURES:tune-cortexa34 = "${TUNE_FEATURES:tune-armv8a-crc} cortexa34" |
16 | TUNE_FEATURES_tune-cortexa34-crypto = "${TUNE_FEATURES_tune-cortexa34} crypto" | 16 | TUNE_FEATURES:tune-cortexa34-crypto = "${TUNE_FEATURES:tune-cortexa34} crypto" |
17 | PACKAGE_EXTRA_ARCHS_tune-cortexa34 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa34" | 17 | PACKAGE_EXTRA_ARCHS:tune-cortexa34 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} cortexa34" |
18 | PACKAGE_EXTRA_ARCHS_tune-cortexa34-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa34 cortexa34-crypto" | 18 | PACKAGE_EXTRA_ARCHS:tune-cortexa34-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa34 cortexa34-crypto" |
19 | BASE_LIB_tune-cortexa34 = "lib64" | 19 | BASE_LIB:tune-cortexa34 = "lib64" |
20 | BASE_LIB_tune-cortexa34-crypto = "lib64" | 20 | BASE_LIB:tune-cortexa34-crypto = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8a/tune-cortexa73-cortexa35.inc b/meta/conf/machine/include/arm/armv8a/tune-cortexa73-cortexa35.inc index 927296c222..869670bf0c 100644 --- a/meta/conf/machine/include/arm/armv8a/tune-cortexa73-cortexa35.inc +++ b/meta/conf/machine/include/arm/armv8a/tune-cortexa73-cortexa35.inc | |||
@@ -11,11 +11,11 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
11 | 11 | ||
12 | # cortexa73.cortexa35 implies crc support | 12 | # cortexa73.cortexa35 implies crc support |
13 | AVAILTUNES += "cortexa73-cortexa35 cortexa73-cortexa35-crypto" | 13 | AVAILTUNES += "cortexa73-cortexa35 cortexa73-cortexa35-crypto" |
14 | ARMPKGARCH_tune-cortexa73-cortexa35 = "cortexa73-cortexa35" | 14 | ARMPKGARCH:tune-cortexa73-cortexa35 = "cortexa73-cortexa35" |
15 | ARMPKGARCH_tune-cortexa73-cortexa35-crypto = "cortexa73-cortexa35-crypto" | 15 | ARMPKGARCH:tune-cortexa73-cortexa35-crypto = "cortexa73-cortexa35-crypto" |
16 | TUNE_FEATURES_tune-cortexa73-cortexa35 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa73-cortexa35" | 16 | TUNE_FEATURES:tune-cortexa73-cortexa35 = "${TUNE_FEATURES:tune-armv8a-crc} cortexa73-cortexa35" |
17 | TUNE_FEATURES_tune-cortexa73-cortexa35-crypto = "${TUNE_FEATURES_tune-cortexa73-cortexa35} crypto" | 17 | TUNE_FEATURES:tune-cortexa73-cortexa35-crypto = "${TUNE_FEATURES:tune-cortexa73-cortexa35} crypto" |
18 | PACKAGE_EXTRA_ARCHS_tune-cortexa73-cortexa35 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa73-cortexa35" | 18 | PACKAGE_EXTRA_ARCHS:tune-cortexa73-cortexa35 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} cortexa73-cortexa35" |
19 | PACKAGE_EXTRA_ARCHS_tune-cortexa73-cortexa35-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa73-cortexa35 cortexa73-cortexa35-crypto" | 19 | PACKAGE_EXTRA_ARCHS:tune-cortexa73-cortexa35-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa73-cortexa35 cortexa73-cortexa35-crypto" |
20 | BASE_LIB_tune-cortexa73-cortexa35 = "lib64" | 20 | BASE_LIB:tune-cortexa73-cortexa35 = "lib64" |
21 | BASE_LIB_tune-cortexa73-cortexa35-crypto = "lib64" | 21 | BASE_LIB:tune-cortexa73-cortexa35-crypto = "lib64" |
diff --git a/meta/conf/machine/include/arm/armv8a/tune-cortexa73.inc b/meta/conf/machine/include/arm/armv8a/tune-cortexa73.inc index ed2deb96b0..fc91dafb1d 100644 --- a/meta/conf/machine/include/arm/armv8a/tune-cortexa73.inc +++ b/meta/conf/machine/include/arm/armv8a/tune-cortexa73.inc | |||
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
10 | 10 | ||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "cortexa73" | 12 | AVAILTUNES += "cortexa73" |
13 | ARMPKGARCH_tune-cortexa73 = "cortexa73" | 13 | ARMPKGARCH:tune-cortexa73 = "cortexa73" |
14 | TUNE_FEATURES_tune-cortexa73 = "${TUNE_FEATURES_tune-armv8a-crc-crypto} cortexa73" | 14 | TUNE_FEATURES:tune-cortexa73 = "${TUNE_FEATURES:tune-armv8a-crc-crypto} cortexa73" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa73 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa73" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa73 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa73" |
16 | BASE_LIB_tune-cortexa73 = "lib64" | 16 | BASE_LIB:tune-cortexa73 = "lib64" |
diff --git a/meta/conf/machine/include/arm/feature-arm-thumb.inc b/meta/conf/machine/include/arm/feature-arm-thumb.inc index bae169da3a..1c9a118160 100644 --- a/meta/conf/machine/include/arm/feature-arm-thumb.inc +++ b/meta/conf/machine/include/arm/feature-arm-thumb.inc | |||
@@ -22,9 +22,9 @@ python () { | |||
22 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thumb', ' -m${ARM_M_OPT}', '', d)}" | 22 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thumb', ' -m${ARM_M_OPT}', '', d)}" |
23 | 23 | ||
24 | ARM_THUMB_SUFFIX = "t2" | 24 | ARM_THUMB_SUFFIX = "t2" |
25 | ARM_THUMB_SUFFIX_armv4 = "t" | 25 | ARM_THUMB_SUFFIX:armv4 = "t" |
26 | ARM_THUMB_SUFFIX_armv5 = "t" | 26 | ARM_THUMB_SUFFIX:armv5 = "t" |
27 | ARM_THUMB_SUFFIX_armv6 = "t" | 27 | ARM_THUMB_SUFFIX:armv6 = "t" |
28 | 28 | ||
29 | # Add suffix from ARM_THUMB_SUFFIX only if after all this we still set ARM_M_OPT to thumb | 29 | # Add suffix from ARM_THUMB_SUFFIX only if after all this we still set ARM_M_OPT to thumb |
30 | ARMPKGSFX_THUMB .= "${@bb.utils.contains('TUNE_FEATURES', 'thumb', '${ARM_THUMB_SUFFIX}', '', d) if d.getVar('ARM_M_OPT') == 'thumb' else ''}" | 30 | ARMPKGSFX_THUMB .= "${@bb.utils.contains('TUNE_FEATURES', 'thumb', '${ARM_THUMB_SUFFIX}', '', d) if d.getVar('ARM_M_OPT') == 'thumb' else ''}" |
diff --git a/meta/conf/machine/include/m68k/arch-m68k.inc b/meta/conf/machine/include/m68k/arch-m68k.inc index 3ff8a3a5b5..3f0f2ff57e 100644 --- a/meta/conf/machine/include/m68k/arch-m68k.inc +++ b/meta/conf/machine/include/m68k/arch-m68k.inc | |||
@@ -5,4 +5,4 @@ DEFAULTTUNE ?= "m68k" | |||
5 | # Architecture name | 5 | # Architecture name |
6 | TUNE_ARCH = "m68k" | 6 | TUNE_ARCH = "m68k" |
7 | 7 | ||
8 | TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}" | 8 | TUNE_PKGARCH = "${TUNE_PKGARCH:tune-${DEFAULTTUNE}}" |
diff --git a/meta/conf/machine/include/mips/README b/meta/conf/machine/include/mips/README index f36e87b45a..77448c5190 100644 --- a/meta/conf/machine/include/mips/README +++ b/meta/conf/machine/include/mips/README | |||
@@ -23,7 +23,7 @@ scheme. The scheme is: <mips variant>[-nf][-n32] | |||
23 | 23 | ||
24 | TUNE_PKGARCH is defined as: | 24 | TUNE_PKGARCH is defined as: |
25 | 25 | ||
26 | ${MIPSPKGSFX_VARIANT_tune-${DEFAULTTUNE}}${MIPSPKGSFX_FPU}${MIPSPKGSFX_ABI} | 26 | ${MIPSPKGSFX_VARIANT:tune-${DEFAULTTUNE}}${MIPSPKGSFX_FPU}${MIPSPKGSFX_ABI} |
27 | 27 | ||
28 | The following is a list of MIPS specific variables: | 28 | The following is a list of MIPS specific variables: |
29 | 29 | ||
@@ -35,7 +35,7 @@ defined as "el". | |||
35 | MIPSPKGSFX_ENDIAN2 - For bigendian hardware this is "eb", otherwise it's | 35 | MIPSPKGSFX_ENDIAN2 - For bigendian hardware this is "eb", otherwise it's |
36 | defined as "el". | 36 | defined as "el". |
37 | 37 | ||
38 | MIPSPKGSFX_VARIANT_tune-<tune> - In the default tunings it is set to the | 38 | MIPSPKGSFX_VARIANT:tune-<tune> - In the default tunings it is set to the |
39 | same value as TUNE_ARCH. In custom, optimized tunings, the value should | 39 | same value as TUNE_ARCH. In custom, optimized tunings, the value should |
40 | be modified to more precisely describe the tuning. | 40 | be modified to more precisely describe the tuning. |
41 | 41 | ||
diff --git a/meta/conf/machine/include/mips/arch-mips.inc b/meta/conf/machine/include/mips/arch-mips.inc index cb1a4c443c..e48ddd2d6b 100644 --- a/meta/conf/machine/include/mips/arch-mips.inc +++ b/meta/conf/machine/include/mips/arch-mips.inc | |||
@@ -21,7 +21,7 @@ ABIEXTENSION .= "${@bb.utils.filter('TUNE_FEATURES', 'n32', d)}" | |||
21 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'n32', ' -mabi=n32', '', d)}" | 21 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'n32', ' -mabi=n32', '', d)}" |
22 | 22 | ||
23 | # user mode qemu doesn't support mips64 n32: "Invalid ELF image for this architecture" | 23 | # user mode qemu doesn't support mips64 n32: "Invalid ELF image for this architecture" |
24 | MACHINE_FEATURES_BACKFILL_CONSIDERED_append = " ${@bb.utils.contains('TUNE_FEATURES', 'n32', 'qemu-usermode', '', d)}" | 24 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = " ${@bb.utils.contains('TUNE_FEATURES', 'n32', 'qemu-usermode', '', d)}" |
25 | 25 | ||
26 | TUNEVALID[n64] = "MIPS64 n64 ABI" | 26 | TUNEVALID[n64] = "MIPS64 n64 ABI" |
27 | TUNECONFLICTS[n64] = "o32 n32" | 27 | TUNECONFLICTS[n64] = "o32 n32" |
@@ -49,7 +49,7 @@ MIPSPKGSFX_64R6 = "${@bb.utils.contains('TUNE_FEATURES', 'mipsisa64r6', 'isa', ' | |||
49 | MIPSPKGSFX_32R6 = "${@bb.utils.contains('TUNE_FEATURES', 'mipsisa32r6', 'isa32', '', d)}" | 49 | MIPSPKGSFX_32R6 = "${@bb.utils.contains('TUNE_FEATURES', 'mipsisa32r6', 'isa32', '', d)}" |
50 | 50 | ||
51 | TUNE_ARCH = "mips${MIPSPKGSFX_32R6}${MIPSPKGSFX_64R6}${MIPSPKGSFX_BYTE}${MIPSPKGSFX_R6}${MIPSPKGSFX_ENDIAN}" | 51 | TUNE_ARCH = "mips${MIPSPKGSFX_32R6}${MIPSPKGSFX_64R6}${MIPSPKGSFX_BYTE}${MIPSPKGSFX_R6}${MIPSPKGSFX_ENDIAN}" |
52 | TUNE_PKGARCH = "${MIPSPKGSFX_VARIANT_tune-${DEFAULTTUNE}}${MIPSPKGSFX_FPU}${MIPSPKGSFX_ABI}" | 52 | TUNE_PKGARCH = "${MIPSPKGSFX_VARIANT:tune-${DEFAULTTUNE}}${MIPSPKGSFX_FPU}${MIPSPKGSFX_ABI}" |
53 | 53 | ||
54 | # Various Global Machine Overrides | 54 | # Various Global Machine Overrides |
55 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'n64', 'mipsarchn64${MIPSPKGSFX_ENDIAN2}:', '', d)}" | 55 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'n64', 'mipsarchn64${MIPSPKGSFX_ENDIAN2}:', '', d)}" |
@@ -64,88 +64,88 @@ MACHINEOVERRIDES =. "mipsarch:" | |||
64 | 64 | ||
65 | # Base tunes | 65 | # Base tunes |
66 | AVAILTUNES += "mips mips64-n32 mips64 mipsel mips64el-n32 mips64el mips-nf mips64-nf-n32 mips64-nf mipsel-nf mips64el-nf-n32 mips64el-nf" | 66 | AVAILTUNES += "mips mips64-n32 mips64 mipsel mips64el-n32 mips64el mips-nf mips64-nf-n32 mips64-nf mipsel-nf mips64el-nf-n32 mips64el-nf" |
67 | TUNE_FEATURES_tune-mips = "o32 bigendian fpu-hard" | 67 | TUNE_FEATURES:tune-mips = "o32 bigendian fpu-hard" |
68 | BASE_LIB_tune-mips = "lib" | 68 | BASE_LIB:tune-mips = "lib" |
69 | MIPSPKGSFX_VARIANT_tune-mips = "${TUNE_ARCH}" | 69 | MIPSPKGSFX_VARIANT:tune-mips = "${TUNE_ARCH}" |
70 | PACKAGE_EXTRA_ARCHS_tune-mips = "mips" | 70 | PACKAGE_EXTRA_ARCHS:tune-mips = "mips" |
71 | 71 | ||
72 | TUNE_FEATURES_tune-mips64-n32 = "n32 bigendian fpu-hard" | 72 | TUNE_FEATURES:tune-mips64-n32 = "n32 bigendian fpu-hard" |
73 | BASE_LIB_tune-mips64-n32 = "lib32" | 73 | BASE_LIB:tune-mips64-n32 = "lib32" |
74 | MIPSPKGSFX_VARIANT_tune-mips64-n32 = "${TUNE_ARCH}" | 74 | MIPSPKGSFX_VARIANT:tune-mips64-n32 = "${TUNE_ARCH}" |
75 | PACKAGE_EXTRA_ARCHS_tune-mips64-n32 = "mips64-n32" | 75 | PACKAGE_EXTRA_ARCHS:tune-mips64-n32 = "mips64-n32" |
76 | 76 | ||
77 | TUNE_FEATURES_tune-mips64 = "n64 bigendian fpu-hard" | 77 | TUNE_FEATURES:tune-mips64 = "n64 bigendian fpu-hard" |
78 | BASE_LIB_tune-mips64 = "lib64" | 78 | BASE_LIB:tune-mips64 = "lib64" |
79 | MIPSPKGSFX_VARIANT_tune-mips64 = "${TUNE_ARCH}" | 79 | MIPSPKGSFX_VARIANT:tune-mips64 = "${TUNE_ARCH}" |
80 | PACKAGE_EXTRA_ARCHS_tune-mips64 = "mips64" | 80 | PACKAGE_EXTRA_ARCHS:tune-mips64 = "mips64" |
81 | 81 | ||
82 | TUNE_FEATURES_tune-mipsel = "o32 fpu-hard" | 82 | TUNE_FEATURES:tune-mipsel = "o32 fpu-hard" |
83 | BASE_LIB_tune-mipsel = "lib" | 83 | BASE_LIB:tune-mipsel = "lib" |
84 | MIPSPKGSFX_VARIANT_tune-mipsel = "${TUNE_ARCH}" | 84 | MIPSPKGSFX_VARIANT:tune-mipsel = "${TUNE_ARCH}" |
85 | PACKAGE_EXTRA_ARCHS_tune-mipsel = "mipsel" | 85 | PACKAGE_EXTRA_ARCHS:tune-mipsel = "mipsel" |
86 | 86 | ||
87 | TUNE_FEATURES_tune-mips64el-n32 = "n32 fpu-hard" | 87 | TUNE_FEATURES:tune-mips64el-n32 = "n32 fpu-hard" |
88 | BASE_LIB_tune-mips64el-n32 = "lib32" | 88 | BASE_LIB:tune-mips64el-n32 = "lib32" |
89 | MIPSPKGSFX_VARIANT_tune-mips64el-n32 = "${TUNE_ARCH}" | 89 | MIPSPKGSFX_VARIANT:tune-mips64el-n32 = "${TUNE_ARCH}" |
90 | PACKAGE_EXTRA_ARCHS_tune-mips64el-n32 = "mips64el-n32" | 90 | PACKAGE_EXTRA_ARCHS:tune-mips64el-n32 = "mips64el-n32" |
91 | 91 | ||
92 | TUNE_FEATURES_tune-mips64el = "n64 fpu-hard" | 92 | TUNE_FEATURES:tune-mips64el = "n64 fpu-hard" |
93 | BASE_LIB_tune-mips64el = "lib64" | 93 | BASE_LIB:tune-mips64el = "lib64" |
94 | MIPSPKGSFX_VARIANT_tune-mips64el = "${TUNE_ARCH}" | 94 | MIPSPKGSFX_VARIANT:tune-mips64el = "${TUNE_ARCH}" |
95 | PACKAGE_EXTRA_ARCHS_tune-mips64el = "mips64el" | 95 | PACKAGE_EXTRA_ARCHS:tune-mips64el = "mips64el" |
96 | 96 | ||
97 | TUNE_FEATURES_tune-mips-nf = "o32 bigendian" | 97 | TUNE_FEATURES:tune-mips-nf = "o32 bigendian" |
98 | BASE_LIB_tune-mips-nf = "lib" | 98 | BASE_LIB:tune-mips-nf = "lib" |
99 | MIPSPKGSFX_VARIANT_tune-mips-nf = "${TUNE_ARCH}" | 99 | MIPSPKGSFX_VARIANT:tune-mips-nf = "${TUNE_ARCH}" |
100 | PACKAGE_EXTRA_ARCHS_tune-mips-nf = "mips-nf" | 100 | PACKAGE_EXTRA_ARCHS:tune-mips-nf = "mips-nf" |
101 | 101 | ||
102 | TUNE_FEATURES_tune-mips64-nf-n32 = "n32 bigendian" | 102 | TUNE_FEATURES:tune-mips64-nf-n32 = "n32 bigendian" |
103 | BASE_LIB_tune-mips64-nf-n32 = "lib32" | 103 | BASE_LIB:tune-mips64-nf-n32 = "lib32" |
104 | MIPSPKGSFX_VARIANT_tune-mips64-nf-n32 = "${TUNE_ARCH}" | 104 | MIPSPKGSFX_VARIANT:tune-mips64-nf-n32 = "${TUNE_ARCH}" |
105 | PACKAGE_EXTRA_ARCHS_tune-mips64-nf-n32 = "mips64-nf-n32" | 105 | PACKAGE_EXTRA_ARCHS:tune-mips64-nf-n32 = "mips64-nf-n32" |
106 | 106 | ||
107 | TUNE_FEATURES_tune-mips64-nf = "n64 bigendian" | 107 | TUNE_FEATURES:tune-mips64-nf = "n64 bigendian" |
108 | BASE_LIB_tune-mips64-nf = "lib64" | 108 | BASE_LIB:tune-mips64-nf = "lib64" |
109 | MIPSPKGSFX_VARIANT_tune-mips64-nf = "${TUNE_ARCH}" | 109 | MIPSPKGSFX_VARIANT:tune-mips64-nf = "${TUNE_ARCH}" |
110 | PACKAGE_EXTRA_ARCHS_tune-mips64-nf = "mips64-nf" | 110 | PACKAGE_EXTRA_ARCHS:tune-mips64-nf = "mips64-nf" |
111 | 111 | ||
112 | TUNE_FEATURES_tune-mipsel-nf = "o32" | 112 | TUNE_FEATURES:tune-mipsel-nf = "o32" |
113 | BASE_LIB_tune-mipsel-nf = "lib" | 113 | BASE_LIB:tune-mipsel-nf = "lib" |
114 | MIPSPKGSFX_VARIANT_tune-mipsel-nf = "${TUNE_ARCH}" | 114 | MIPSPKGSFX_VARIANT:tune-mipsel-nf = "${TUNE_ARCH}" |
115 | PACKAGE_EXTRA_ARCHS_tune-mipsel-nf = "mipsel-nf" | 115 | PACKAGE_EXTRA_ARCHS:tune-mipsel-nf = "mipsel-nf" |
116 | 116 | ||
117 | TUNE_FEATURES_tune-mips64el-nf-n32 = "n32" | 117 | TUNE_FEATURES:tune-mips64el-nf-n32 = "n32" |
118 | BASE_LIB_tune-mips64el-nf-n32 = "lib32" | 118 | BASE_LIB:tune-mips64el-nf-n32 = "lib32" |
119 | MIPSPKGSFX_VARIANT_tune-mips64el-nf-n32 = "${TUNE_ARCH}" | 119 | MIPSPKGSFX_VARIANT:tune-mips64el-nf-n32 = "${TUNE_ARCH}" |
120 | PACKAGE_EXTRA_ARCHS_tune-mips64el-nf-n32 = "mips64el-nf-n32" | 120 | PACKAGE_EXTRA_ARCHS:tune-mips64el-nf-n32 = "mips64el-nf-n32" |
121 | 121 | ||
122 | TUNE_FEATURES_tune-mips64el-nf = "n64" | 122 | TUNE_FEATURES:tune-mips64el-nf = "n64" |
123 | BASE_LIB_tune-mips64el-nf = "lib64" | 123 | BASE_LIB:tune-mips64el-nf = "lib64" |
124 | MIPSPKGSFX_VARIANT_tune-mips64el-nf = "${TUNE_ARCH}" | 124 | MIPSPKGSFX_VARIANT:tune-mips64el-nf = "${TUNE_ARCH}" |
125 | PACKAGE_EXTRA_ARCHS_tune-mips64el-nf = "mips64el-nf" | 125 | PACKAGE_EXTRA_ARCHS:tune-mips64el-nf = "mips64el-nf" |
126 | 126 | ||
127 | # MIPS 64 + o32 | 127 | # MIPS 64 + o32 |
128 | AVAILTUNES += "mips64-o32 mips64el-o32" | 128 | AVAILTUNES += "mips64-o32 mips64el-o32" |
129 | 129 | ||
130 | TUNE_FEATURES_tune-mips64-o32 = "o32 bigendian fpu-hard" | 130 | TUNE_FEATURES:tune-mips64-o32 = "o32 bigendian fpu-hard" |
131 | BASE_LIB_tune-mips64-o32 = "lib" | 131 | BASE_LIB:tune-mips64-o32 = "lib" |
132 | MIPSPKGSFX_VARIANT_tune-mips64-o32 = "${TUNE_ARCH}" | 132 | MIPSPKGSFX_VARIANT:tune-mips64-o32 = "${TUNE_ARCH}" |
133 | PACKAGE_EXTRA_ARCHS_tune-mips64-o32 = "mips mips64-o32" | 133 | PACKAGE_EXTRA_ARCHS:tune-mips64-o32 = "mips mips64-o32" |
134 | 134 | ||
135 | TUNE_FEATURES_tune-mips64el-o32 = "o32 fpu-hard" | 135 | TUNE_FEATURES:tune-mips64el-o32 = "o32 fpu-hard" |
136 | BASE_LIB_tune-mips64el-o32 = "lib" | 136 | BASE_LIB:tune-mips64el-o32 = "lib" |
137 | MIPSPKGSFX_VARIANT_tune-mips64el-o32 = "${TUNE_ARCH}" | 137 | MIPSPKGSFX_VARIANT:tune-mips64el-o32 = "${TUNE_ARCH}" |
138 | PACKAGE_EXTRA_ARCHS_tune-mips64el-o32 = "mipsel mips64el-o32" | 138 | PACKAGE_EXTRA_ARCHS:tune-mips64el-o32 = "mipsel mips64el-o32" |
139 | 139 | ||
140 | # MIPS 64 o32 and Soft Float | 140 | # MIPS 64 o32 and Soft Float |
141 | AVAILTUNES += "mips64-nf-o32 mips64el-nf-o32" | 141 | AVAILTUNES += "mips64-nf-o32 mips64el-nf-o32" |
142 | 142 | ||
143 | TUNE_FEATURES_tune-mips64-nf-o32 = "o32 bigendian" | 143 | TUNE_FEATURES:tune-mips64-nf-o32 = "o32 bigendian" |
144 | BASE_LIB_tune-mips64-nf-o32 = "lib" | 144 | BASE_LIB:tune-mips64-nf-o32 = "lib" |
145 | MIPSPKGSFX_VARIANT_tune-mips64-nf-o32 = "${TUNE_ARCH}" | 145 | MIPSPKGSFX_VARIANT:tune-mips64-nf-o32 = "${TUNE_ARCH}" |
146 | PACKAGE_EXTRA_ARCHS_tune-mips64-nf-o32 = "mips-nf mips64-nf-o32" | 146 | PACKAGE_EXTRA_ARCHS:tune-mips64-nf-o32 = "mips-nf mips64-nf-o32" |
147 | 147 | ||
148 | TUNE_FEATURES_tune-mips64el-nf-o32 = "o32" | 148 | TUNE_FEATURES:tune-mips64el-nf-o32 = "o32" |
149 | BASE_LIB_tune-mips64el-nf-o32 = "lib" | 149 | BASE_LIB:tune-mips64el-nf-o32 = "lib" |
150 | MIPSPKGSFX_VARIANT_tune-mips64el-nf-o32 = "${TUNE_ARCH}" | 150 | MIPSPKGSFX_VARIANT:tune-mips64el-nf-o32 = "${TUNE_ARCH}" |
151 | PACKAGE_EXTRA_ARCHS_tune-mips64el-nf-o32 = "mipsel-nf mips64el-nf-o32" | 151 | PACKAGE_EXTRA_ARCHS:tune-mips64el-nf-o32 = "mipsel-nf mips64el-nf-o32" |
diff --git a/meta/conf/machine/include/mips/tune-mips-24k.inc b/meta/conf/machine/include/mips/tune-mips-24k.inc index 828acd42e3..ed6566587d 100644 --- a/meta/conf/machine/include/mips/tune-mips-24k.inc +++ b/meta/conf/machine/include/mips/tune-mips-24k.inc | |||
@@ -16,36 +16,36 @@ AVAILTUNES += "mips32r2-24kc mips32r2-24kec mips32r2-24kec-m16" | |||
16 | AVAILTUNES += "mips32r2el-24kc mips32r2el-24kec mips32r2el-24kec-m16" | 16 | AVAILTUNES += "mips32r2el-24kc mips32r2el-24kec mips32r2el-24kec-m16" |
17 | 17 | ||
18 | # big endian: kc, kc+dsp=kec, kc+dsp+mips16e=kec-m16 | 18 | # big endian: kc, kc+dsp=kec, kc+dsp+mips16e=kec-m16 |
19 | TUNE_FEATURES_tune-mips32r2-24kc = "${TUNE_FEATURES_tune-mips32r2-nf} 24kc" | 19 | TUNE_FEATURES:tune-mips32r2-24kc = "${TUNE_FEATURES:tune-mips32r2-nf} 24kc" |
20 | TUNE_FEATURES_tune-mips32r2-24kec = "${TUNE_FEATURES_tune-mips32r2-nf} 24kec" | 20 | TUNE_FEATURES:tune-mips32r2-24kec = "${TUNE_FEATURES:tune-mips32r2-nf} 24kec" |
21 | TUNE_FEATURES_tune-mips32r2-24kec-m16 = "${TUNE_FEATURES_tune-mips32r2-24kec} mips16e" | 21 | TUNE_FEATURES:tune-mips32r2-24kec-m16 = "${TUNE_FEATURES:tune-mips32r2-24kec} mips16e" |
22 | 22 | ||
23 | MIPSPKGSFX_VARIANT_tune-mips32r2-24kc = "mips32r2-24kc" | 23 | MIPSPKGSFX_VARIANT:tune-mips32r2-24kc = "mips32r2-24kc" |
24 | PACKAGE_EXTRA_ARCHS_tune-mips32r2-24kc = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2-nf} mips32r2-24kc-nf" | 24 | PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kc = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2-nf} mips32r2-24kc-nf" |
25 | QEMU_EXTRAOPTIONS_mips32r2-24kc-nf = " -cpu 24Kc" | 25 | QEMU_EXTRAOPTIONS_mips32r2-24kc-nf = " -cpu 24Kc" |
26 | 26 | ||
27 | MIPSPKGSFX_VARIANT_tune-mips32r2-24kec = "mips32r2-24kec" | 27 | MIPSPKGSFX_VARIANT:tune-mips32r2-24kec = "mips32r2-24kec" |
28 | PACKAGE_EXTRA_ARCHS_tune-mips32r2-24kec = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2-24kc} mips32r2-24kec-nf" | 28 | PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kec = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kc} mips32r2-24kec-nf" |
29 | QEMU_EXTRAOPTIONS_mips32r2-24kec-nf = " -cpu 24KEc" | 29 | QEMU_EXTRAOPTIONS_mips32r2-24kec-nf = " -cpu 24KEc" |
30 | 30 | ||
31 | MIPSPKGSFX_VARIANT_tune-mips32r2-24kec-m16 = "mips32r2-24kec${MIPSPKGSFX_MIPS16E}" | 31 | MIPSPKGSFX_VARIANT:tune-mips32r2-24kec-m16 = "mips32r2-24kec${MIPSPKGSFX_MIPS16E}" |
32 | PACKAGE_EXTRA_ARCHS_tune-mips32r2-24kec-m16 = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2-24kec} mips32r2-24kec-m16-nf" | 32 | PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kec-m16 = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2-24kec} mips32r2-24kec-m16-nf" |
33 | QEMU_EXTRAOPTIONS_mips32r2-24kec-m16-nf = " -cpu 24KEc" | 33 | QEMU_EXTRAOPTIONS_mips32r2-24kec-m16-nf = " -cpu 24KEc" |
34 | 34 | ||
35 | 35 | ||
36 | # little endian: kc, kc+dsp=kec, kc+dsp+mips16e=kec-m16 | 36 | # little endian: kc, kc+dsp=kec, kc+dsp+mips16e=kec-m16 |
37 | TUNE_FEATURES_tune-mips32r2el-24kc = "${TUNE_FEATURES_tune-mips32r2el-nf} 24kc" | 37 | TUNE_FEATURES:tune-mips32r2el-24kc = "${TUNE_FEATURES:tune-mips32r2el-nf} 24kc" |
38 | TUNE_FEATURES_tune-mips32r2el-24kec = "${TUNE_FEATURES_tune-mips32r2el-nf} 24kec" | 38 | TUNE_FEATURES:tune-mips32r2el-24kec = "${TUNE_FEATURES:tune-mips32r2el-nf} 24kec" |
39 | TUNE_FEATURES_tune-mips32r2el-24kec-m16 = "${TUNE_FEATURES_tune-mips32r2el-24kec} mips16e" | 39 | TUNE_FEATURES:tune-mips32r2el-24kec-m16 = "${TUNE_FEATURES:tune-mips32r2el-24kec} mips16e" |
40 | 40 | ||
41 | MIPSPKGSFX_VARIANT_tune-mips32r2el-24kc = "mips32r2el-24kc" | 41 | MIPSPKGSFX_VARIANT:tune-mips32r2el-24kc = "mips32r2el-24kc" |
42 | PACKAGE_EXTRA_ARCHS_tune-mips32r2el-24kc = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2el-nf} mips32r2el-24kc-nf" | 42 | PACKAGE_EXTRA_ARCHS:tune-mips32r2el-24kc = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2el-nf} mips32r2el-24kc-nf" |
43 | QEMU_EXTRAOPTIONS_mips32r2el-24kc-nf = " -cpu 24Kc" | 43 | QEMU_EXTRAOPTIONS_mips32r2el-24kc-nf = " -cpu 24Kc" |
44 | 44 | ||
45 | MIPSPKGSFX_VARIANT_tune-mips32r2el-24kec = "mips32r2el-24kec" | 45 | MIPSPKGSFX_VARIANT:tune-mips32r2el-24kec = "mips32r2el-24kec" |
46 | PACKAGE_EXTRA_ARCHS_tune-mips32r2el-24kec = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2el-24kc} mips32r2el-24kec-nf" | 46 | PACKAGE_EXTRA_ARCHS:tune-mips32r2el-24kec = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2el-24kc} mips32r2el-24kec-nf" |
47 | QEMU_EXTRAOPTIONS_mips32r2el-24kec-nf = " -cpu 24KEc" | 47 | QEMU_EXTRAOPTIONS_mips32r2el-24kec-nf = " -cpu 24KEc" |
48 | 48 | ||
49 | MIPSPKGSFX_VARIANT_tune-mips32r2el-24kec-m16 = "mips32r2el-24kec${MIPSPKGSFX_MIPS16E}" | 49 | MIPSPKGSFX_VARIANT:tune-mips32r2el-24kec-m16 = "mips32r2el-24kec${MIPSPKGSFX_MIPS16E}" |
50 | PACKAGE_EXTRA_ARCHS_tune-mips32r2el-24kec-m16 = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2el-24kec} mips32r2el-24kec-m16-nf" | 50 | PACKAGE_EXTRA_ARCHS:tune-mips32r2el-24kec-m16 = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2el-24kec} mips32r2el-24kec-m16-nf" |
51 | QEMU_EXTRAOPTIONS_mips32r2el-24kec-m16-nf = " -cpu 24KEc" | 51 | QEMU_EXTRAOPTIONS_mips32r2el-24kec-m16-nf = " -cpu 24KEc" |
diff --git a/meta/conf/machine/include/mips/tune-mips-74k.inc b/meta/conf/machine/include/mips/tune-mips-74k.inc index 94afee34bd..988cfaef6e 100644 --- a/meta/conf/machine/include/mips/tune-mips-74k.inc +++ b/meta/conf/machine/include/mips/tune-mips-74k.inc | |||
@@ -13,25 +13,25 @@ AVAILTUNES += "mips32r2-74kc mips32r2-74kc-m16" | |||
13 | AVAILTUNES += "mips32r2el-74kc mips32r2el-74kc-m16" | 13 | AVAILTUNES += "mips32r2el-74kc mips32r2el-74kc-m16" |
14 | 14 | ||
15 | # big endian: kc+dsp2=kc, kc+dsp2+mips16e=kc-m16 | 15 | # big endian: kc+dsp2=kc, kc+dsp2+mips16e=kc-m16 |
16 | TUNE_FEATURES_tune-mips32r2-74kc = "${TUNE_FEATURES_tune-mips32r2-nf} 74kc" | 16 | TUNE_FEATURES:tune-mips32r2-74kc = "${TUNE_FEATURES:tune-mips32r2-nf} 74kc" |
17 | TUNE_FEATURES_tune-mips32r2-74kc-m16 = "${TUNE_FEATURES_tune-mips32r2-74kc} mips16e" | 17 | TUNE_FEATURES:tune-mips32r2-74kc-m16 = "${TUNE_FEATURES:tune-mips32r2-74kc} mips16e" |
18 | 18 | ||
19 | MIPSPKGSFX_VARIANT_tune-mips32r2-74kc = "mips32r2-74kc" | 19 | MIPSPKGSFX_VARIANT:tune-mips32r2-74kc = "mips32r2-74kc" |
20 | PACKAGE_EXTRA_ARCHS_tune-mips32r2-74kc = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2-nf} mips32r2-74kc-nf" | 20 | PACKAGE_EXTRA_ARCHS:tune-mips32r2-74kc = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2-nf} mips32r2-74kc-nf" |
21 | QEMU_EXTRAOPTIONS_mips32r2-74kc-nf = " -cpu 24Kc" | 21 | QEMU_EXTRAOPTIONS_mips32r2-74kc-nf = " -cpu 24Kc" |
22 | 22 | ||
23 | MIPSPKGSFX_VARIANT_tune-mips32r2-74kc-m16 = "mips32r2-74kc${MIPSPKGSFX_MIPS16E}" | 23 | MIPSPKGSFX_VARIANT:tune-mips32r2-74kc-m16 = "mips32r2-74kc${MIPSPKGSFX_MIPS16E}" |
24 | PACKAGE_EXTRA_ARCHS_tune-mips32r2-74kc-m16 = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2-74kc} mips32r2-74kc-m16-nf" | 24 | PACKAGE_EXTRA_ARCHS:tune-mips32r2-74kc-m16 = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2-74kc} mips32r2-74kc-m16-nf" |
25 | QEMU_EXTRAOPTIONS_mips32r2-74kc-m16-nf = " -cpu 24KEc" | 25 | QEMU_EXTRAOPTIONS_mips32r2-74kc-m16-nf = " -cpu 24KEc" |
26 | 26 | ||
27 | # little endian: kc+dsp2=kc, kc+dsp2+mips16e=kc-m16 | 27 | # little endian: kc+dsp2=kc, kc+dsp2+mips16e=kc-m16 |
28 | TUNE_FEATURES_tune-mips32r2el-74kc = "${TUNE_FEATURES_tune-mips32r2el-nf} 74kc" | 28 | TUNE_FEATURES:tune-mips32r2el-74kc = "${TUNE_FEATURES:tune-mips32r2el-nf} 74kc" |
29 | TUNE_FEATURES_tune-mips32r2el-74kc-m16 = "${TUNE_FEATURES_tune-mips32r2el-74kc} mips16e" | 29 | TUNE_FEATURES:tune-mips32r2el-74kc-m16 = "${TUNE_FEATURES:tune-mips32r2el-74kc} mips16e" |
30 | 30 | ||
31 | MIPSPKGSFX_VARIANT_tune-mips32r2el-74kc = "mips32r2el-74kc" | 31 | MIPSPKGSFX_VARIANT:tune-mips32r2el-74kc = "mips32r2el-74kc" |
32 | PACKAGE_EXTRA_ARCHS_tune-mips32r2el-74kc = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2el-nf} mips32r2el-74kc-nf" | 32 | PACKAGE_EXTRA_ARCHS:tune-mips32r2el-74kc = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2el-nf} mips32r2el-74kc-nf" |
33 | QEMU_EXTRAOPTIONS_mips32r2el-74kc-nf = " -cpu 24Kc" | 33 | QEMU_EXTRAOPTIONS_mips32r2el-74kc-nf = " -cpu 24Kc" |
34 | 34 | ||
35 | MIPSPKGSFX_VARIANT_tune-mips32r2el-74kc-m16 = "mips32r2el-74kc${MIPSPKGSFX_MIPS16E}" | 35 | MIPSPKGSFX_VARIANT:tune-mips32r2el-74kc-m16 = "mips32r2el-74kc${MIPSPKGSFX_MIPS16E}" |
36 | PACKAGE_EXTRA_ARCHS_tune-mips32r2el-74kc-m16 = "${PACKAGE_EXTRA_ARCHS_tune-mips32r2el-74kc} mips32r2el-74kc-m16-nf" | 36 | PACKAGE_EXTRA_ARCHS:tune-mips32r2el-74kc-m16 = "${PACKAGE_EXTRA_ARCHS:tune-mips32r2el-74kc} mips32r2el-74kc-m16-nf" |
37 | QEMU_EXTRAOPTIONS_mips32r2el-74kc-m16-nf = " -cpu 24KEc" | 37 | QEMU_EXTRAOPTIONS_mips32r2el-74kc-m16-nf = " -cpu 24KEc" |
diff --git a/meta/conf/machine/include/powerpc/README b/meta/conf/machine/include/powerpc/README index e87fb5082c..e813d21818 100644 --- a/meta/conf/machine/include/powerpc/README +++ b/meta/conf/machine/include/powerpc/README | |||
@@ -12,6 +12,6 @@ May of the PowerPC package archictures are based on legacy Linux names. | |||
12 | However, a general naming scheme should be similar to: ppc[64][<family>][-nf]. | 12 | However, a general naming scheme should be similar to: ppc[64][<family>][-nf]. |
13 | (Note: the default package architectures are "powerpc" and "powerpc64".) | 13 | (Note: the default package architectures are "powerpc" and "powerpc64".) |
14 | 14 | ||
15 | TUNE_PKGARCH is defined as TUNE_PKGARCH_tune-${DEFAULTTUNE}. All | 15 | TUNE_PKGARCH is defined as TUNE_PKGARCH:tune-${DEFAULTTUNE}. All |
16 | PowerPC tunings are required to define TUNE_PKGARCH_tune-<tune>. | 16 | PowerPC tunings are required to define TUNE_PKGARCH:tune-<tune>. |
17 | 17 | ||
diff --git a/meta/conf/machine/include/powerpc/arch-powerpc.inc b/meta/conf/machine/include/powerpc/arch-powerpc.inc index ef18e9ac8b..be687e2df7 100644 --- a/meta/conf/machine/include/powerpc/arch-powerpc.inc +++ b/meta/conf/machine/include/powerpc/arch-powerpc.inc | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | DEFAULTTUNE ?= "powerpc" | 6 | DEFAULTTUNE ?= "powerpc" |
7 | 7 | ||
8 | TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}" | 8 | TUNE_PKGARCH = "${TUNE_PKGARCH:tune-${DEFAULTTUNE}}" |
9 | ABIEXTENSION ?= "" | 9 | ABIEXTENSION ?= "" |
10 | 10 | ||
11 | # Endian | 11 | # Endian |
@@ -30,22 +30,22 @@ TUNEVALID[altivec] = "Altivec" | |||
30 | # Basic tune definitions | 30 | # Basic tune definitions |
31 | AVAILTUNES += "powerpc powerpc-nf powerpcle powerpcle-nf" | 31 | AVAILTUNES += "powerpc powerpc-nf powerpcle powerpcle-nf" |
32 | 32 | ||
33 | TUNE_FEATURES_tune-powerpc-nf = "m32 fpu-soft bigendian" | 33 | TUNE_FEATURES:tune-powerpc-nf = "m32 fpu-soft bigendian" |
34 | BASE_LIB_tune-powerpc-nf = "lib" | 34 | BASE_LIB:tune-powerpc-nf = "lib" |
35 | TUNE_PKGARCH_tune-powerpc-nf = "powerpc-nf" | 35 | TUNE_PKGARCH:tune-powerpc-nf = "powerpc-nf" |
36 | PACKAGE_EXTRA_ARCHS_tune-powerpc-nf = "powerpc-nf" | 36 | PACKAGE_EXTRA_ARCHS:tune-powerpc-nf = "powerpc-nf" |
37 | 37 | ||
38 | TUNE_FEATURES_tune-powerpc = "m32 fpu-hard bigendian" | 38 | TUNE_FEATURES:tune-powerpc = "m32 fpu-hard bigendian" |
39 | BASE_LIB_tune-powerpc = "lib" | 39 | BASE_LIB:tune-powerpc = "lib" |
40 | TUNE_PKGARCH_tune-powerpc = "powerpc" | 40 | TUNE_PKGARCH:tune-powerpc = "powerpc" |
41 | PACKAGE_EXTRA_ARCHS_tune-powerpc = "powerpc" | 41 | PACKAGE_EXTRA_ARCHS:tune-powerpc = "powerpc" |
42 | 42 | ||
43 | TUNE_FEATURES_tune-powerpcle-nf = "m32 fpu-soft" | 43 | TUNE_FEATURES:tune-powerpcle-nf = "m32 fpu-soft" |
44 | BASE_LIB_tune-powerpcle-nf = "lib" | 44 | BASE_LIB:tune-powerpcle-nf = "lib" |
45 | TUNE_PKGARCH_tune-powerpcle-nf = "powerpcle-nf" | 45 | TUNE_PKGARCH:tune-powerpcle-nf = "powerpcle-nf" |
46 | PACKAGE_EXTRA_ARCHS_tune-powerpcle-nf = "powerpcle-nf" | 46 | PACKAGE_EXTRA_ARCHS:tune-powerpcle-nf = "powerpcle-nf" |
47 | 47 | ||
48 | TUNE_FEATURES_tune-powerpcle = "m32 fpu-hard" | 48 | TUNE_FEATURES:tune-powerpcle = "m32 fpu-hard" |
49 | BASE_LIB_tune-powerpcle = "lib" | 49 | BASE_LIB:tune-powerpcle = "lib" |
50 | TUNE_PKGARCH_tune-powerpcle = "powerpcle" | 50 | TUNE_PKGARCH:tune-powerpcle = "powerpcle" |
51 | PACKAGE_EXTRA_ARCHS_tune-powerpcle = "powerpcle" | 51 | PACKAGE_EXTRA_ARCHS:tune-powerpcle = "powerpcle" |
diff --git a/meta/conf/machine/include/powerpc/arch-powerpc64.inc b/meta/conf/machine/include/powerpc/arch-powerpc64.inc index 467abc5faa..2533151869 100644 --- a/meta/conf/machine/include/powerpc/arch-powerpc64.inc +++ b/meta/conf/machine/include/powerpc/arch-powerpc64.inc | |||
@@ -12,12 +12,12 @@ TUNE_CCARGS .= "${@['', ' -mabi=elfv2']['libc-musl' in d.getVar('OVERRIDES').spl | |||
12 | 12 | ||
13 | AVAILTUNES += "powerpc64 powerpc64le" | 13 | AVAILTUNES += "powerpc64 powerpc64le" |
14 | 14 | ||
15 | TUNE_FEATURES_tune-powerpc64 = "m64 fpu-hard bigendian" | 15 | TUNE_FEATURES:tune-powerpc64 = "m64 fpu-hard bigendian" |
16 | BASE_LIB_tune-powerpc64 = "lib64" | 16 | BASE_LIB:tune-powerpc64 = "lib64" |
17 | TUNE_PKGARCH_tune-powerpc64 = "powerpc64" | 17 | TUNE_PKGARCH:tune-powerpc64 = "powerpc64" |
18 | PACKAGE_EXTRA_ARCHS_tune-powerpc64 = "powerpc64" | 18 | PACKAGE_EXTRA_ARCHS:tune-powerpc64 = "powerpc64" |
19 | 19 | ||
20 | TUNE_FEATURES_tune-powerpc64le = "m64 fpu-hard" | 20 | TUNE_FEATURES:tune-powerpc64le = "m64 fpu-hard" |
21 | BASE_LIB_tune-powerpc64le = "lib64" | 21 | BASE_LIB:tune-powerpc64le = "lib64" |
22 | TUNE_PKGARCH_tune-powerpc64le = "powerpc64le" | 22 | TUNE_PKGARCH:tune-powerpc64le = "powerpc64le" |
23 | PACKAGE_EXTRA_ARCHS_tune-powerpc64le = "powerpc64le" | 23 | PACKAGE_EXTRA_ARCHS:tune-powerpc64le = "powerpc64le" |
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 7d0a6fe458..c7136da711 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -16,7 +16,7 @@ MACHINEOVERRIDES =. "qemuall:" | |||
16 | IMAGE_FSTYPES += "tar.bz2 ext4" | 16 | IMAGE_FSTYPES += "tar.bz2 ext4" |
17 | 17 | ||
18 | # Don't include kernels in standard images | 18 | # Don't include kernels in standard images |
19 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" | 19 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base = "" |
20 | 20 | ||
21 | # Use a common kernel recipe for all QEMU machines | 21 | # Use a common kernel recipe for all QEMU machines |
22 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" | 22 | PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" |
@@ -24,7 +24,7 @@ PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" | |||
24 | EXTRA_IMAGEDEPENDS += "qemu-system-native qemu-helper-native" | 24 | EXTRA_IMAGEDEPENDS += "qemu-system-native qemu-helper-native" |
25 | 25 | ||
26 | # Provide the nfs server kernel module for all qemu images | 26 | # Provide the nfs server kernel module for all qemu images |
27 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 27 | KERNEL_FEATURES:append:pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |
28 | KERNEL_FEATURES_append_pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc" | 28 | KERNEL_FEATURES:append:pn-linux-yocto-rt = " features/nfsd/nfsd-enable.scc" |
29 | 29 | ||
30 | IMAGE_CLASSES += "qemuboot" | 30 | IMAGE_CLASSES += "qemuboot" |
diff --git a/meta/conf/machine/include/qemuboot-x86.inc b/meta/conf/machine/include/qemuboot-x86.inc index a2dcdc6d5a..d3b91070a8 100644 --- a/meta/conf/machine/include/qemuboot-x86.inc +++ b/meta/conf/machine/include/qemuboot-x86.inc | |||
@@ -1,11 +1,11 @@ | |||
1 | # For runqemu | 1 | # For runqemu |
2 | IMAGE_CLASSES += "qemuboot" | 2 | IMAGE_CLASSES += "qemuboot" |
3 | QB_SMP = "-smp 4" | 3 | QB_SMP = "-smp 4" |
4 | QB_CPU_x86 = "-cpu IvyBridge -machine q35" | 4 | QB_CPU:x86 = "-cpu IvyBridge -machine q35" |
5 | QB_CPU_KVM_x86 = "-cpu IvyBridge -machine q35" | 5 | QB_CPU_KVM:x86 = "-cpu IvyBridge -machine q35" |
6 | 6 | ||
7 | QB_CPU_x86-64 = "-cpu IvyBridge -machine q35" | 7 | QB_CPU:x86-64 = "-cpu IvyBridge -machine q35" |
8 | QB_CPU_KVM_x86-64 = "-cpu IvyBridge -machine q35" | 8 | QB_CPU_KVM:x86-64 = "-cpu IvyBridge -machine q35" |
9 | 9 | ||
10 | QB_AUDIO_DRV = "alsa" | 10 | QB_AUDIO_DRV = "alsa" |
11 | QB_AUDIO_OPT = "-soundhw ac97,es1370" | 11 | QB_AUDIO_OPT = "-soundhw ac97,es1370" |
diff --git a/meta/conf/machine/include/riscv/arch-riscv.inc b/meta/conf/machine/include/riscv/arch-riscv.inc index eae2b88778..e5611a12a6 100644 --- a/meta/conf/machine/include/riscv/arch-riscv.inc +++ b/meta/conf/machine/include/riscv/arch-riscv.inc | |||
@@ -2,12 +2,12 @@ | |||
2 | 2 | ||
3 | DEFAULTTUNE ?= "riscv64" | 3 | DEFAULTTUNE ?= "riscv64" |
4 | 4 | ||
5 | TUNE_ARCH = "${TUNE_ARCH_tune-${DEFAULTTUNE}}" | 5 | TUNE_ARCH = "${TUNE_ARCH:tune-${DEFAULTTUNE}}" |
6 | TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}" | 6 | TUNE_PKGARCH = "${TUNE_PKGARCH:tune-${DEFAULTTUNE}}" |
7 | TUNE_CCARGS_append = "${@bb.utils.contains('TUNE_FEATURES', 'riscv64nf', ' -mabi=lp64', ' ', d)}" | 7 | TUNE_CCARGS:append = "${@bb.utils.contains('TUNE_FEATURES', 'riscv64nf', ' -mabi=lp64', ' ', d)}" |
8 | TUNE_CCARGS_append = "${@bb.utils.contains('TUNE_FEATURES', 'riscv32nf', ' -mabi=ilp32', ' ', d)}" | 8 | TUNE_CCARGS:append = "${@bb.utils.contains('TUNE_FEATURES', 'riscv32nf', ' -mabi=ilp32', ' ', d)}" |
9 | 9 | ||
10 | # Fix: ld: unrecognized option '--hash-style=sysv' | 10 | # Fix: ld: unrecognized option '--hash-style=sysv' |
11 | LINKER_HASH_STYLE_libc-newlib = "" | 11 | LINKER_HASH_STYLE:libc-newlib = "" |
12 | # Fix: ld: unrecognized option '--hash-style=gnu' | 12 | # Fix: ld: unrecognized option '--hash-style=gnu' |
13 | LINKER_HASH_STYLE_libc-baremetal = "" | 13 | LINKER_HASH_STYLE:libc-baremetal = "" |
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc index 20e2d465a1..14eaf5d64a 100644 --- a/meta/conf/machine/include/riscv/qemuriscv.inc +++ b/meta/conf/machine/include/riscv/qemuriscv.inc | |||
@@ -22,8 +22,8 @@ EXTRA_IMAGEDEPENDS += "opensbi" | |||
22 | RISCV_SBI_PLAT ?= "generic" | 22 | RISCV_SBI_PLAT ?= "generic" |
23 | RISCV_SBI_PAYLOAD ?= "${KERNEL_IMAGETYPE}-${MACHINE}.bin" | 23 | RISCV_SBI_PAYLOAD ?= "${KERNEL_IMAGETYPE}-${MACHINE}.bin" |
24 | 24 | ||
25 | UBOOT_ENTRYPOINT_riscv32 = "0x80400000" | 25 | UBOOT_ENTRYPOINT:riscv32 = "0x80400000" |
26 | UBOOT_ENTRYPOINT_riscv64 = "0x80200000" | 26 | UBOOT_ENTRYPOINT:riscv64 = "0x80200000" |
27 | 27 | ||
28 | # qemuboot options | 28 | # qemuboot options |
29 | QB_SMP = "-smp 4" | 29 | QB_SMP = "-smp 4" |
diff --git a/meta/conf/machine/include/riscv/tune-riscv.inc b/meta/conf/machine/include/riscv/tune-riscv.inc index 028548bf56..cc2896f277 100644 --- a/meta/conf/machine/include/riscv/tune-riscv.inc +++ b/meta/conf/machine/include/riscv/tune-riscv.inc | |||
@@ -11,23 +11,23 @@ TUNEVALID[bigendian] = "Big endian mode" | |||
11 | AVAILTUNES += "riscv64 riscv32 riscv64nf riscv32nf" | 11 | AVAILTUNES += "riscv64 riscv32 riscv64nf riscv32nf" |
12 | 12 | ||
13 | # Default | 13 | # Default |
14 | TUNE_FEATURES_tune-riscv64 = "riscv64" | 14 | TUNE_FEATURES:tune-riscv64 = "riscv64" |
15 | TUNE_ARCH_tune-riscv64 = "riscv64" | 15 | TUNE_ARCH:tune-riscv64 = "riscv64" |
16 | TUNE_PKGARCH_tune-riscv64 = "riscv64" | 16 | TUNE_PKGARCH:tune-riscv64 = "riscv64" |
17 | PACKAGE_EXTRA_ARCHS_tune-riscv64 = "riscv64" | 17 | PACKAGE_EXTRA_ARCHS:tune-riscv64 = "riscv64" |
18 | 18 | ||
19 | TUNE_FEATURES_tune-riscv32 = "riscv32" | 19 | TUNE_FEATURES:tune-riscv32 = "riscv32" |
20 | TUNE_ARCH_tune-riscv32 = "riscv32" | 20 | TUNE_ARCH:tune-riscv32 = "riscv32" |
21 | TUNE_PKGARCH_tune-riscv32 = "riscv32" | 21 | TUNE_PKGARCH:tune-riscv32 = "riscv32" |
22 | PACKAGE_EXTRA_ARCHS_tune-riscv32 = "riscv32" | 22 | PACKAGE_EXTRA_ARCHS:tune-riscv32 = "riscv32" |
23 | 23 | ||
24 | # No float | 24 | # No float |
25 | TUNE_FEATURES_tune-riscv64nf = "${TUNE_FEATURES_tune-riscv64} riscv64nf" | 25 | TUNE_FEATURES:tune-riscv64nf = "${TUNE_FEATURES:tune-riscv64} riscv64nf" |
26 | TUNE_ARCH_tune-riscv64nf = "riscv64" | 26 | TUNE_ARCH:tune-riscv64nf = "riscv64" |
27 | TUNE_PKGARCH_tune-riscv64nf = "riscv64nf" | 27 | TUNE_PKGARCH:tune-riscv64nf = "riscv64nf" |
28 | PACKAGE_EXTRA_ARCHS_tune-riscv64nf = "riscv64nf" | 28 | PACKAGE_EXTRA_ARCHS:tune-riscv64nf = "riscv64nf" |
29 | 29 | ||
30 | TUNE_FEATURES_tune-riscv32nf = "${TUNE_FEATURES_tune-riscv32} riscv32nf" | 30 | TUNE_FEATURES:tune-riscv32nf = "${TUNE_FEATURES:tune-riscv32} riscv32nf" |
31 | TUNE_ARCH_tune-riscv32nf = "riscv32" | 31 | TUNE_ARCH:tune-riscv32nf = "riscv32" |
32 | TUNE_PKGARCH_tune-riscv32nf = "riscv32nf" | 32 | TUNE_PKGARCH:tune-riscv32nf = "riscv32nf" |
33 | PACKAGE_EXTRA_ARCHS_tune-riscv32nf = "riscv32nf" | 33 | PACKAGE_EXTRA_ARCHS:tune-riscv32nf = "riscv32nf" |
diff --git a/meta/conf/machine/include/sh/README b/meta/conf/machine/include/sh/README index b351acdd28..87d48b927b 100644 --- a/meta/conf/machine/include/sh/README +++ b/meta/conf/machine/include/sh/README | |||
@@ -5,7 +5,7 @@ Both big endian and little endian are defined for SH. | |||
5 | 5 | ||
6 | Experimental -- SH tunings have not been validated. | 6 | Experimental -- SH tunings have not been validated. |
7 | 7 | ||
8 | The TUNE_ARCH is defined as ${TUNE_ARCH_tune-${DEFAULTTUNE}}. | 8 | The TUNE_ARCH is defined as ${TUNE_ARCH:tune-${DEFAULTTUNE}}. |
9 | 9 | ||
10 | The TUNE_PKGARCH is defind as ${TUNE_PKGARCH_tune-${DEFAULTTUNE}}. | 10 | The TUNE_PKGARCH is defind as ${TUNE_PKGARCH:tune-${DEFAULTTUNE}}. |
11 | 11 | ||
diff --git a/meta/conf/machine/include/sh/arch-sh.inc b/meta/conf/machine/include/sh/arch-sh.inc index bdfbf52ca1..9d70e8511d 100644 --- a/meta/conf/machine/include/sh/arch-sh.inc +++ b/meta/conf/machine/include/sh/arch-sh.inc | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | DEFAULTTUNE ?= "sh" | 3 | DEFAULTTUNE ?= "sh" |
4 | 4 | ||
5 | TUNE_ARCH = "${TUNE_ARCH_tune-${DEFAULTTUNE}}" | 5 | TUNE_ARCH = "${TUNE_ARCH:tune-${DEFAULTTUNE}}" |
6 | TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}" | 6 | TUNE_PKGARCH = "${TUNE_PKGARCH:tune-${DEFAULTTUNE}}" |
7 | 7 | ||
8 | TUNEVALID[bigendian] = "Enabled big-endian mode." | 8 | TUNEVALID[bigendian] = "Enabled big-endian mode." |
9 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', ' -mb', ' -ml', d)}" | 9 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', ' -mb', ' -ml', d)}" |
diff --git a/meta/conf/machine/include/tune-arm1136jf-s.inc b/meta/conf/machine/include/tune-arm1136jf-s.inc index 2bb8c7c154..b848580948 100644 --- a/meta/conf/machine/include/tune-arm1136jf-s.inc +++ b/meta/conf/machine/include/tune-arm1136jf-s.inc | |||
@@ -7,10 +7,10 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm1136jfs', ' -mcpu=arm1 | |||
7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm1136jfs', 'armv6:', '', d)}" | 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm1136jfs', 'armv6:', '', d)}" |
8 | 8 | ||
9 | AVAILTUNES += "arm1136jfs arm1136jfshf" | 9 | AVAILTUNES += "arm1136jfs arm1136jfshf" |
10 | ARMPKGARCH_tune-arm1136jfs = "arm1136jfs" | 10 | ARMPKGARCH:tune-arm1136jfs = "arm1136jfs" |
11 | ARMPKGARCH_tune-arm1136jfshf = "arm1136jfs" | 11 | ARMPKGARCH:tune-arm1136jfshf = "arm1136jfs" |
12 | # mcpu is used so don't use armv6 as we don't want march | 12 | # mcpu is used so don't use armv6 as we don't want march |
13 | TUNE_FEATURES_tune-arm1136jfs = "arm vfp arm1136jfs" | 13 | TUNE_FEATURES:tune-arm1136jfs = "arm vfp arm1136jfs" |
14 | TUNE_FEATURES_tune-arm1136jfshf = "${TUNE_FEATURES_tune-arm1136jfs} callconvention-hard" | 14 | TUNE_FEATURES:tune-arm1136jfshf = "${TUNE_FEATURES:tune-arm1136jfs} callconvention-hard" |
15 | PACKAGE_EXTRA_ARCHS_tune-arm1136jfs = "${PACKAGE_EXTRA_ARCHS_tune-armv6} arm1136jfs-vfp" | 15 | PACKAGE_EXTRA_ARCHS:tune-arm1136jfs = "${PACKAGE_EXTRA_ARCHS:tune-armv6} arm1136jfs-vfp" |
16 | PACKAGE_EXTRA_ARCHS_tune-arm1136jfshf = "${PACKAGE_EXTRA_ARCHS_tune-armv6hf} arm1136jfshf-vfp" | 16 | PACKAGE_EXTRA_ARCHS:tune-arm1136jfshf = "${PACKAGE_EXTRA_ARCHS:tune-armv6hf} arm1136jfshf-vfp" |
diff --git a/meta/conf/machine/include/tune-arm1176jz-s.inc b/meta/conf/machine/include/tune-arm1176jz-s.inc index a74781f5e6..21d77f081e 100644 --- a/meta/conf/machine/include/tune-arm1176jz-s.inc +++ b/meta/conf/machine/include/tune-arm1176jz-s.inc | |||
@@ -7,11 +7,11 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm1176jzs', ' -mcpu=arm1 | |||
7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm1176jzs', 'armv6:', '', d)}" | 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm1176jzs', 'armv6:', '', d)}" |
8 | 8 | ||
9 | AVAILTUNES += "arm1176jzs" | 9 | AVAILTUNES += "arm1176jzs" |
10 | ARMPKGARCH_tune-arm1176jzs = "arm1176jzs" | 10 | ARMPKGARCH:tune-arm1176jzs = "arm1176jzs" |
11 | TUNE_FEATURES_tune-arm1176jzs = "arm thumb arm1176jzs" | 11 | TUNE_FEATURES:tune-arm1176jzs = "arm thumb arm1176jzs" |
12 | PACKAGE_EXTRA_ARCHS_tune-arm1176jzs = "${PACKAGE_EXTRA_ARCHS_tune-armv6t-novfp} arm1176jzs arm1176jzst" | 12 | PACKAGE_EXTRA_ARCHS:tune-arm1176jzs = "${PACKAGE_EXTRA_ARCHS:tune-armv6t-novfp} arm1176jzs arm1176jzst" |
13 | 13 | ||
14 | AVAILTUNES += "arm1176jzs-be" | 14 | AVAILTUNES += "arm1176jzs-be" |
15 | ARMPKGARCH_tune-arm1176jzs-be = "${ARMPKGARCH_tune-arm1176jzs}" | 15 | ARMPKGARCH:tune-arm1176jzs-be = "${ARMPKGARCH:tune-arm1176jzs}" |
16 | TUNE_FEATURES_tune-arm1176jzs-be = "${TUNE_FEATURES_tune-arm1176jzs} bigendian" | 16 | TUNE_FEATURES:tune-arm1176jzs-be = "${TUNE_FEATURES:tune-arm1176jzs} bigendian" |
17 | PACKAGE_EXTRA_ARCHS_tune-arm1176jzs-be = "${PACKAGE_EXTRA_ARCHS_tune-armv6tb-novfp} arm1176jzsb arm1176jzstb" | 17 | PACKAGE_EXTRA_ARCHS:tune-arm1176jzs-be = "${PACKAGE_EXTRA_ARCHS:tune-armv6tb-novfp} arm1176jzsb arm1176jzstb" |
diff --git a/meta/conf/machine/include/tune-arm920t.inc b/meta/conf/machine/include/tune-arm920t.inc index 62a1a7e858..8a615792df 100644 --- a/meta/conf/machine/include/tune-arm920t.inc +++ b/meta/conf/machine/include/tune-arm920t.inc | |||
@@ -7,7 +7,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm920t', ' -mcpu=arm920t | |||
7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm920t', 'armv4:', '', d)}" | 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm920t', 'armv4:', '', d)}" |
8 | 8 | ||
9 | AVAILTUNES += "arm920t" | 9 | AVAILTUNES += "arm920t" |
10 | ARMPKGARCH_tune-arm920t = "arm920t" | 10 | ARMPKGARCH:tune-arm920t = "arm920t" |
11 | # mcpu is used so don't use armv4t as we don't want march | 11 | # mcpu is used so don't use armv4t as we don't want march |
12 | TUNE_FEATURES_tune-arm920t = "arm thumb arm920t" | 12 | TUNE_FEATURES:tune-arm920t = "arm thumb arm920t" |
13 | PACKAGE_EXTRA_ARCHS_tune-arm920t = "${PACKAGE_EXTRA_ARCHS_tune-armv4t} arm920t arm920tt" | 13 | PACKAGE_EXTRA_ARCHS:tune-arm920t = "${PACKAGE_EXTRA_ARCHS:tune-armv4t} arm920t arm920tt" |
diff --git a/meta/conf/machine/include/tune-arm926ejs.inc b/meta/conf/machine/include/tune-arm926ejs.inc index 5f090ba2f8..84c5084868 100644 --- a/meta/conf/machine/include/tune-arm926ejs.inc +++ b/meta/conf/machine/include/tune-arm926ejs.inc | |||
@@ -7,7 +7,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm926ejs', ' -mcpu=arm92 | |||
7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm926ejs', 'armv5:', '', d)}" | 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm926ejs', 'armv5:', '', d)}" |
8 | 8 | ||
9 | AVAILTUNES += "arm926ejs" | 9 | AVAILTUNES += "arm926ejs" |
10 | ARMPKGARCH_tune-arm926ejs = "arm926ejs" | 10 | ARMPKGARCH:tune-arm926ejs = "arm926ejs" |
11 | # mcpu is used so don't use armv5te as we don't want march | 11 | # mcpu is used so don't use armv5te as we don't want march |
12 | TUNE_FEATURES_tune-arm926ejs = "arm thumb dsp arm926ejs" | 12 | TUNE_FEATURES:tune-arm926ejs = "arm thumb dsp arm926ejs" |
13 | PACKAGE_EXTRA_ARCHS_tune-arm926ejs = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} arm926ejste arm926ejse" | 13 | PACKAGE_EXTRA_ARCHS:tune-arm926ejs = "${PACKAGE_EXTRA_ARCHS:tune-armv5te} arm926ejste arm926ejse" |
diff --git a/meta/conf/machine/include/tune-arm9tdmi.inc b/meta/conf/machine/include/tune-arm9tdmi.inc index 8a46f8e5df..5ab286b576 100644 --- a/meta/conf/machine/include/tune-arm9tdmi.inc +++ b/meta/conf/machine/include/tune-arm9tdmi.inc | |||
@@ -7,7 +7,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm9tdmi', ' -mcpu=arm9td | |||
7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm9tdmi', 'armv4:', '', d)}" | 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm9tdmi', 'armv4:', '', d)}" |
8 | 8 | ||
9 | AVAILTUNES += "arm9tdmi" | 9 | AVAILTUNES += "arm9tdmi" |
10 | ARMPKGARCH_tune-arm9tdmi = "arm9tdmi" | 10 | ARMPKGARCH:tune-arm9tdmi = "arm9tdmi" |
11 | # mcpu is used so don't use armv4t as we don't want march | 11 | # mcpu is used so don't use armv4t as we don't want march |
12 | TUNE_FEATURES_tune-arm9tdmi = "arm thumb arm9tdmi" | 12 | TUNE_FEATURES:tune-arm9tdmi = "arm thumb arm9tdmi" |
13 | PACKAGE_EXTRA_ARCHS_tune-arm9tdmi = "${PACKAGE_EXTRA_ARCHS_tune-armv4t} arm9tdmi arm9tdmit" | 13 | PACKAGE_EXTRA_ARCHS:tune-arm9tdmi = "${PACKAGE_EXTRA_ARCHS:tune-armv4t} arm9tdmi arm9tdmit" |
diff --git a/meta/conf/machine/include/tune-c3.inc b/meta/conf/machine/include/tune-c3.inc index 1b272b2505..afae82541d 100644 --- a/meta/conf/machine/include/tune-c3.inc +++ b/meta/conf/machine/include/tune-c3.inc | |||
@@ -5,8 +5,8 @@ TUNECONFLICTS[c3] = "m64 mx32" | |||
5 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'c3', ' -march=c3 -mtune=c3', '', d)}" | 5 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'c3', ' -march=c3 -mtune=c3', '', d)}" |
6 | 6 | ||
7 | AVAILTUNES += "c3" | 7 | AVAILTUNES += "c3" |
8 | TUNE_FEATURES_tune-c3 = "${TUNE_FEATURES_tune-x86} c3" | 8 | TUNE_FEATURES:tune-c3 = "${TUNE_FEATURES:tune-x86} c3" |
9 | BASE_LIBS_tune-c3 = "${BASE_LIB_tune-x86}" | 9 | BASE_LIBS:tune-c3 = "${BASE_LIB:tune-x86}" |
10 | # The following should likely be something other then i586... | 10 | # The following should likely be something other then i586... |
11 | TUNE_PKGARCH_tune-c3 = "i586" | 11 | TUNE_PKGARCH:tune-c3 = "i586" |
12 | PACKAGE_EXTRA_ARCHS_tune-c3 = "${PACKAGE_EXTRA_ARCHS_tune-x86} i386 i486 i586" | 12 | PACKAGE_EXTRA_ARCHS:tune-c3 = "${PACKAGE_EXTRA_ARCHS:tune-x86} i386 i486 i586" |
diff --git a/meta/conf/machine/include/tune-core2.inc b/meta/conf/machine/include/tune-core2.inc index ddde719bde..a551cad4d5 100644 --- a/meta/conf/machine/include/tune-core2.inc +++ b/meta/conf/machine/include/tune-core2.inc | |||
@@ -17,22 +17,22 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'core2', ' -march=core2 -m | |||
17 | 17 | ||
18 | # Extra tune selections | 18 | # Extra tune selections |
19 | AVAILTUNES += "core2-32" | 19 | AVAILTUNES += "core2-32" |
20 | TUNE_FEATURES_tune-core2-32 = "${TUNE_FEATURES_tune-x86} core2" | 20 | TUNE_FEATURES:tune-core2-32 = "${TUNE_FEATURES:tune-x86} core2" |
21 | BASE_LIB_tune-core2-32 = "lib" | 21 | BASE_LIB:tune-core2-32 = "lib" |
22 | TUNE_PKGARCH_tune-core2-32 = "core2-32" | 22 | TUNE_PKGARCH:tune-core2-32 = "core2-32" |
23 | PACKAGE_EXTRA_ARCHS_tune-core2-32 = "${PACKAGE_EXTRA_ARCHS_tune-i686} core2-32" | 23 | PACKAGE_EXTRA_ARCHS:tune-core2-32 = "${PACKAGE_EXTRA_ARCHS:tune-i686} core2-32" |
24 | QEMU_EXTRAOPTIONS_core2-32 = " -cpu n270" | 24 | QEMU_EXTRAOPTIONS_core2-32 = " -cpu n270" |
25 | 25 | ||
26 | AVAILTUNES += "core2-64" | 26 | AVAILTUNES += "core2-64" |
27 | TUNE_FEATURES_tune-core2-64 = "${TUNE_FEATURES_tune-x86-64} core2" | 27 | TUNE_FEATURES:tune-core2-64 = "${TUNE_FEATURES:tune-x86-64} core2" |
28 | BASE_LIB_tune-core2-64 = "lib64" | 28 | BASE_LIB:tune-core2-64 = "lib64" |
29 | TUNE_PKGARCH_tune-core2-64 = "core2-64" | 29 | TUNE_PKGARCH:tune-core2-64 = "core2-64" |
30 | PACKAGE_EXTRA_ARCHS_tune-core2-64 = "${PACKAGE_EXTRA_ARCHS_tune-x86-64} core2-64" | 30 | PACKAGE_EXTRA_ARCHS:tune-core2-64 = "${PACKAGE_EXTRA_ARCHS:tune-x86-64} core2-64" |
31 | QEMU_EXTRAOPTIONS_core2-64 = " -cpu core2duo" | 31 | QEMU_EXTRAOPTIONS_core2-64 = " -cpu core2duo" |
32 | 32 | ||
33 | AVAILTUNES += "core2-64-x32" | 33 | AVAILTUNES += "core2-64-x32" |
34 | TUNE_FEATURES_tune-core2-64-x32 = "${TUNE_FEATURES_tune-x86-64-x32} core2" | 34 | TUNE_FEATURES:tune-core2-64-x32 = "${TUNE_FEATURES:tune-x86-64-x32} core2" |
35 | BASE_LIB_tune-core2-64-x32 = "libx32" | 35 | BASE_LIB:tune-core2-64-x32 = "libx32" |
36 | TUNE_PKGARCH_tune-core2-64-x32 = "core2-64-x32" | 36 | TUNE_PKGARCH:tune-core2-64-x32 = "core2-64-x32" |
37 | PACKAGE_EXTRA_ARCHS_tune-core2-64-x32 = "${PACKAGE_EXTRA_ARCHS_tune-x86-64-x32} core2-64-x32" | 37 | PACKAGE_EXTRA_ARCHS:tune-core2-64-x32 = "${PACKAGE_EXTRA_ARCHS:tune-x86-64-x32} core2-64-x32" |
38 | QEMU_EXTRAOPTIONS_core2-64-x32 = " -cpu core2duo" | 38 | QEMU_EXTRAOPTIONS_core2-64-x32 = " -cpu core2duo" |
diff --git a/meta/conf/machine/include/tune-corei7.inc b/meta/conf/machine/include/tune-corei7.inc index d06af47b86..bf1ac7a93b 100644 --- a/meta/conf/machine/include/tune-corei7.inc +++ b/meta/conf/machine/include/tune-corei7.inc | |||
@@ -17,22 +17,22 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'corei7', ' -march=nehalem | |||
17 | 17 | ||
18 | # Extra tune selections | 18 | # Extra tune selections |
19 | AVAILTUNES += "corei7-32" | 19 | AVAILTUNES += "corei7-32" |
20 | TUNE_FEATURES_tune-corei7-32 = "${TUNE_FEATURES_tune-x86} corei7" | 20 | TUNE_FEATURES:tune-corei7-32 = "${TUNE_FEATURES:tune-x86} corei7" |
21 | BASE_LIB_tune-corei7-32 = "lib" | 21 | BASE_LIB:tune-corei7-32 = "lib" |
22 | TUNE_PKGARCH_tune-corei7-32 = "corei7-32" | 22 | TUNE_PKGARCH:tune-corei7-32 = "corei7-32" |
23 | PACKAGE_EXTRA_ARCHS_tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS_tune-core2-32} corei7-32" | 23 | PACKAGE_EXTRA_ARCHS:tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS:tune-core2-32} corei7-32" |
24 | QEMU_EXTRAOPTIONS_corei7-32 = " -cpu Nehalem,check=false" | 24 | QEMU_EXTRAOPTIONS_corei7-32 = " -cpu Nehalem,check=false" |
25 | 25 | ||
26 | AVAILTUNES += "corei7-64" | 26 | AVAILTUNES += "corei7-64" |
27 | TUNE_FEATURES_tune-corei7-64 = "${TUNE_FEATURES_tune-x86-64} corei7" | 27 | TUNE_FEATURES:tune-corei7-64 = "${TUNE_FEATURES:tune-x86-64} corei7" |
28 | BASE_LIB_tune-corei7-64 = "lib64" | 28 | BASE_LIB:tune-corei7-64 = "lib64" |
29 | TUNE_PKGARCH_tune-corei7-64 = "corei7-64" | 29 | TUNE_PKGARCH:tune-corei7-64 = "corei7-64" |
30 | PACKAGE_EXTRA_ARCHS_tune-corei7-64 = "${PACKAGE_EXTRA_ARCHS_tune-core2-64} corei7-64" | 30 | PACKAGE_EXTRA_ARCHS:tune-corei7-64 = "${PACKAGE_EXTRA_ARCHS:tune-core2-64} corei7-64" |
31 | QEMU_EXTRAOPTIONS_corei7-64 = " -cpu Nehalem,check=false" | 31 | QEMU_EXTRAOPTIONS_corei7-64 = " -cpu Nehalem,check=false" |
32 | 32 | ||
33 | AVAILTUNES += "corei7-64-x32" | 33 | AVAILTUNES += "corei7-64-x32" |
34 | TUNE_FEATURES_tune-corei7-64-x32 = "${TUNE_FEATURES_tune-x86-64-x32} corei7" | 34 | TUNE_FEATURES:tune-corei7-64-x32 = "${TUNE_FEATURES:tune-x86-64-x32} corei7" |
35 | BASE_LIB_tune-corei7-64-x32 = "libx32" | 35 | BASE_LIB:tune-corei7-64-x32 = "libx32" |
36 | TUNE_PKGARCH_tune-corei7-64-x32 = "corei7-64-x32" | 36 | TUNE_PKGARCH:tune-corei7-64-x32 = "corei7-64-x32" |
37 | PACKAGE_EXTRA_ARCHS_tune-corei7-64-x32 = "${PACKAGE_EXTRA_ARCHS_tune-core2-64-x32} corei7-64-x32" | 37 | PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32 = "${PACKAGE_EXTRA_ARCHS:tune-core2-64-x32} corei7-64-x32" |
38 | QEMU_EXTRAOPTIONS_corei7-64-x32 = " -cpu Nehalem,check=false" | 38 | QEMU_EXTRAOPTIONS_corei7-64-x32 = " -cpu Nehalem,check=false" |
diff --git a/meta/conf/machine/include/tune-cortex-m0.inc b/meta/conf/machine/include/tune-cortex-m0.inc index a59c8af941..aadc5326ce 100644 --- a/meta/conf/machine/include/tune-cortex-m0.inc +++ b/meta/conf/machine/include/tune-cortex-m0.inc | |||
@@ -5,7 +5,7 @@ TUNEVALID[cortexm0] = "Enable Cortex-M0 specific processor optimizations" | |||
5 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm0', ' -mcpu=cortex-m0', '', d)}" | 5 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm0', ' -mcpu=cortex-m0', '', d)}" |
6 | AVAILTUNES += "cortexm0" | 6 | AVAILTUNES += "cortexm0" |
7 | 7 | ||
8 | ARMPKGARCH_tune-cortexm0 = "cortexm0" | 8 | ARMPKGARCH:tune-cortexm0 = "cortexm0" |
9 | TUNE_FEATURES_tune-cortexm0 = "${TUNE_FEATURES_tune-armv6m} cortexm0" | 9 | TUNE_FEATURES:tune-cortexm0 = "${TUNE_FEATURES:tune-armv6m} cortexm0" |
10 | 10 | ||
11 | PACKAGE_EXTRA_ARCHS_tune-cortexm0 = "${PACKAGE_EXTRA_ARCHS_tune-armv6m} cortexm0" | 11 | PACKAGE_EXTRA_ARCHS:tune-cortexm0 = "${PACKAGE_EXTRA_ARCHS:tune-armv6m} cortexm0" |
diff --git a/meta/conf/machine/include/tune-cortex-m0plus.inc b/meta/conf/machine/include/tune-cortex-m0plus.inc index 1c7512b061..a3cf3f0bd2 100644 --- a/meta/conf/machine/include/tune-cortex-m0plus.inc +++ b/meta/conf/machine/include/tune-cortex-m0plus.inc | |||
@@ -5,7 +5,7 @@ TUNEVALID[cortexm0-plus] = "Enable Cortex-M0 Plus specific processor optimizatio | |||
5 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm0-plus', ' -mcpu=cortex-m0plus', '', d)}" | 5 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexm0-plus', ' -mcpu=cortex-m0plus', '', d)}" |
6 | AVAILTUNES += "cortexm0-plus" | 6 | AVAILTUNES += "cortexm0-plus" |
7 | 7 | ||
8 | ARMPKGARCH_tune-cortexm0-plus = "cortexm0-plus" | 8 | ARMPKGARCH:tune-cortexm0-plus = "cortexm0-plus" |
9 | TUNE_FEATURES_tune-cortexm0-plus = "${TUNE_FEATURES_tune-armv6m} cortexm0-plus" | 9 | TUNE_FEATURES:tune-cortexm0-plus = "${TUNE_FEATURES:tune-armv6m} cortexm0-plus" |
10 | 10 | ||
11 | PACKAGE_EXTRA_ARCHS_tune-cortexm0-plus = "${PACKAGE_EXTRA_ARCHS_tune-armv6m} cortexm0-plus" | 11 | PACKAGE_EXTRA_ARCHS:tune-cortexm0-plus = "${PACKAGE_EXTRA_ARCHS:tune-armv6m} cortexm0-plus" |
diff --git a/meta/conf/machine/include/tune-cortexa15.inc b/meta/conf/machine/include/tune-cortexa15.inc index 0457c2d9fa..66bc124dc0 100644 --- a/meta/conf/machine/include/tune-cortexa15.inc +++ b/meta/conf/machine/include/tune-cortexa15.inc | |||
@@ -8,44 +8,44 @@ MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'cortexa15', 'armv7ve | |||
8 | 8 | ||
9 | # Little Endian base configs | 9 | # Little Endian base configs |
10 | AVAILTUNES += "cortexa15 cortexa15t cortexa15-neon cortexa15t-neon cortexa15-neon-vfpv4 cortexa15t-neon-vfpv4" | 10 | AVAILTUNES += "cortexa15 cortexa15t cortexa15-neon cortexa15t-neon cortexa15-neon-vfpv4 cortexa15t-neon-vfpv4" |
11 | ARMPKGARCH_tune-cortexa15 = "cortexa15" | 11 | ARMPKGARCH:tune-cortexa15 = "cortexa15" |
12 | ARMPKGARCH_tune-cortexa15t = "cortexa15" | 12 | ARMPKGARCH:tune-cortexa15t = "cortexa15" |
13 | ARMPKGARCH_tune-cortexa15-neon = "cortexa15" | 13 | ARMPKGARCH:tune-cortexa15-neon = "cortexa15" |
14 | ARMPKGARCH_tune-cortexa15t-neon = "cortexa15" | 14 | ARMPKGARCH:tune-cortexa15t-neon = "cortexa15" |
15 | ARMPKGARCH_tune-cortexa15-neon-vfpv4 = "cortexa15" | 15 | ARMPKGARCH:tune-cortexa15-neon-vfpv4 = "cortexa15" |
16 | ARMPKGARCH_tune-cortexa15t-neon-vfpv4 = "cortexa15" | 16 | ARMPKGARCH:tune-cortexa15t-neon-vfpv4 = "cortexa15" |
17 | # mcpu is used so don't use armv7ve as we don't want march | 17 | # mcpu is used so don't use armv7ve as we don't want march |
18 | TUNE_FEATURES_tune-cortexa15 = "arm vfp cortexa15" | 18 | TUNE_FEATURES:tune-cortexa15 = "arm vfp cortexa15" |
19 | TUNE_FEATURES_tune-cortexa15t = "${TUNE_FEATURES_tune-cortexa15} thumb" | 19 | TUNE_FEATURES:tune-cortexa15t = "${TUNE_FEATURES:tune-cortexa15} thumb" |
20 | TUNE_FEATURES_tune-cortexa15-neon = "${TUNE_FEATURES_tune-cortexa15} neon" | 20 | TUNE_FEATURES:tune-cortexa15-neon = "${TUNE_FEATURES:tune-cortexa15} neon" |
21 | TUNE_FEATURES_tune-cortexa15t-neon = "${TUNE_FEATURES_tune-cortexa15-neon} thumb" | 21 | TUNE_FEATURES:tune-cortexa15t-neon = "${TUNE_FEATURES:tune-cortexa15-neon} thumb" |
22 | TUNE_FEATURES_tune-cortexa15-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa15-neon} vfpv4" | 22 | TUNE_FEATURES:tune-cortexa15-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa15-neon} vfpv4" |
23 | TUNE_FEATURES_tune-cortexa15t-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa15-neon-vfpv4} thumb" | 23 | TUNE_FEATURES:tune-cortexa15t-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa15-neon-vfpv4} thumb" |
24 | PACKAGE_EXTRA_ARCHS_tune-cortexa15 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve} cortexa15-vfp" | 24 | PACKAGE_EXTRA_ARCHS:tune-cortexa15 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve} cortexa15-vfp" |
25 | PACKAGE_EXTRA_ARCHS_tune-cortexa15t = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet} cortexa15-vfp cortexa15t2-vfp" | 25 | PACKAGE_EXTRA_ARCHS:tune-cortexa15t = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet} cortexa15-vfp cortexa15t2-vfp" |
26 | PACKAGE_EXTRA_ARCHS_tune-cortexa15-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve-neon} cortexa15-vfp cortexa15-neon" | 26 | PACKAGE_EXTRA_ARCHS:tune-cortexa15-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve-neon} cortexa15-vfp cortexa15-neon" |
27 | PACKAGE_EXTRA_ARCHS_tune-cortexa15t-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet-neon} cortexa15-vfp cortexa15-neon cortexa15t2-vfp cortexa15t2-neon" | 27 | PACKAGE_EXTRA_ARCHS:tune-cortexa15t-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet-neon} cortexa15-vfp cortexa15-neon cortexa15t2-vfp cortexa15t2-neon" |
28 | PACKAGE_EXTRA_ARCHS_tune-cortexa15-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve-neon-vfpv4} cortexa15-vfp cortexa15-neon cortexa15-neon-vfpv4" | 28 | PACKAGE_EXTRA_ARCHS:tune-cortexa15-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve-neon-vfpv4} cortexa15-vfp cortexa15-neon cortexa15-neon-vfpv4" |
29 | PACKAGE_EXTRA_ARCHS_tune-cortexa15t-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet-neon-vfpv4} cortexa15-vfp cortexa15-neon cortexa15-neon-vfpv4 cortexa15t2-vfp cortexa15t2-neon cortexa15t2-neon-vfpv4" | 29 | PACKAGE_EXTRA_ARCHS:tune-cortexa15t-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet-neon-vfpv4} cortexa15-vfp cortexa15-neon cortexa15-neon-vfpv4 cortexa15t2-vfp cortexa15t2-neon cortexa15t2-neon-vfpv4" |
30 | 30 | ||
31 | # HF Tunes | 31 | # HF Tunes |
32 | AVAILTUNES += "cortexa15hf cortexa15thf cortexa15hf-neon cortexa15thf-neon cortexa15hf-neon-vfpv4 cortexa15thf-neon-vfpv4" | 32 | AVAILTUNES += "cortexa15hf cortexa15thf cortexa15hf-neon cortexa15thf-neon cortexa15hf-neon-vfpv4 cortexa15thf-neon-vfpv4" |
33 | ARMPKGARCH_tune-cortexa15hf = "cortexa15" | 33 | ARMPKGARCH:tune-cortexa15hf = "cortexa15" |
34 | ARMPKGARCH_tune-cortexa15thf = "cortexa15" | 34 | ARMPKGARCH:tune-cortexa15thf = "cortexa15" |
35 | ARMPKGARCH_tune-cortexa15hf-neon = "cortexa15" | 35 | ARMPKGARCH:tune-cortexa15hf-neon = "cortexa15" |
36 | ARMPKGARCH_tune-cortexa15thf-neon = "cortexa15" | 36 | ARMPKGARCH:tune-cortexa15thf-neon = "cortexa15" |
37 | ARMPKGARCH_tune-cortexa15hf-neon-vfpv4 = "cortexa15" | 37 | ARMPKGARCH:tune-cortexa15hf-neon-vfpv4 = "cortexa15" |
38 | ARMPKGARCH_tune-cortexa15thf-neon-vfpv4 = "cortexa15" | 38 | ARMPKGARCH:tune-cortexa15thf-neon-vfpv4 = "cortexa15" |
39 | # mcpu is used so don't use armv7ve as we don't want march | 39 | # mcpu is used so don't use armv7ve as we don't want march |
40 | TUNE_FEATURES_tune-cortexa15hf = "${TUNE_FEATURES_tune-cortexa15} callconvention-hard" | 40 | TUNE_FEATURES:tune-cortexa15hf = "${TUNE_FEATURES:tune-cortexa15} callconvention-hard" |
41 | TUNE_FEATURES_tune-cortexa15thf = "${TUNE_FEATURES_tune-cortexa15t} callconvention-hard" | 41 | TUNE_FEATURES:tune-cortexa15thf = "${TUNE_FEATURES:tune-cortexa15t} callconvention-hard" |
42 | TUNE_FEATURES_tune-cortexa15hf-neon = "${TUNE_FEATURES_tune-cortexa15-neon} callconvention-hard" | 42 | TUNE_FEATURES:tune-cortexa15hf-neon = "${TUNE_FEATURES:tune-cortexa15-neon} callconvention-hard" |
43 | TUNE_FEATURES_tune-cortexa15thf-neon = "${TUNE_FEATURES_tune-cortexa15t-neon} callconvention-hard" | 43 | TUNE_FEATURES:tune-cortexa15thf-neon = "${TUNE_FEATURES:tune-cortexa15t-neon} callconvention-hard" |
44 | TUNE_FEATURES_tune-cortexa15hf-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa15-neon-vfpv4} callconvention-hard" | 44 | TUNE_FEATURES:tune-cortexa15hf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa15-neon-vfpv4} callconvention-hard" |
45 | TUNE_FEATURES_tune-cortexa15thf-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa15t-neon-vfpv4} callconvention-hard" | 45 | TUNE_FEATURES:tune-cortexa15thf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa15t-neon-vfpv4} callconvention-hard" |
46 | PACKAGE_EXTRA_ARCHS_tune-cortexa15hf = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf} cortexa15hf-vfp" | 46 | PACKAGE_EXTRA_ARCHS:tune-cortexa15hf = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf} cortexa15hf-vfp" |
47 | PACKAGE_EXTRA_ARCHS_tune-cortexa15thf = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf} cortexa15hf-vfp cortexa15t2hf-vfp" | 47 | PACKAGE_EXTRA_ARCHS:tune-cortexa15thf = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf} cortexa15hf-vfp cortexa15t2hf-vfp" |
48 | PACKAGE_EXTRA_ARCHS_tune-cortexa15hf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf-neon} cortexa15hf-vfp cortexa15hf-neon" | 48 | PACKAGE_EXTRA_ARCHS:tune-cortexa15hf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf-neon} cortexa15hf-vfp cortexa15hf-neon" |
49 | PACKAGE_EXTRA_ARCHS_tune-cortexa15thf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf-neon} cortexa15hf-vfp cortexa15hf-neon cortexa15t2hf-vfp cortexa15t2hf-neon" | 49 | PACKAGE_EXTRA_ARCHS:tune-cortexa15thf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf-neon} cortexa15hf-vfp cortexa15hf-neon cortexa15t2hf-vfp cortexa15t2hf-neon" |
50 | PACKAGE_EXTRA_ARCHS_tune-cortexa15hf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf-neon-vfpv4} cortexa15hf-vfp cortexa15hf-neon cortexa15hf-neon-vfpv4" | 50 | PACKAGE_EXTRA_ARCHS:tune-cortexa15hf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf-neon-vfpv4} cortexa15hf-vfp cortexa15hf-neon cortexa15hf-neon-vfpv4" |
51 | PACKAGE_EXTRA_ARCHS_tune-cortexa15thf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf-neon-vfpv4} cortexa15hf-vfp cortexa15hf-neon cortexa15hf-neon-vfpv4 cortexa15t2hf-vfp cortexa15t2hf-neon cortexa15t2hf-neon-vfpv4" | 51 | PACKAGE_EXTRA_ARCHS:tune-cortexa15thf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf-neon-vfpv4} cortexa15hf-vfp cortexa15hf-neon cortexa15hf-neon-vfpv4 cortexa15t2hf-vfp cortexa15t2hf-neon cortexa15t2hf-neon-vfpv4" |
diff --git a/meta/conf/machine/include/tune-cortexa17.inc b/meta/conf/machine/include/tune-cortexa17.inc index 6a2107f653..324673d440 100644 --- a/meta/conf/machine/include/tune-cortexa17.inc +++ b/meta/conf/machine/include/tune-cortexa17.inc | |||
@@ -8,44 +8,44 @@ MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'cortexa17', 'armv7ve | |||
8 | 8 | ||
9 | # Little Endian base configs | 9 | # Little Endian base configs |
10 | AVAILTUNES += "cortexa17 cortexa17t cortexa17-neon cortexa17t-neon cortexa17-neon-vfpv4 cortexa17t-neon-vfpv4" | 10 | AVAILTUNES += "cortexa17 cortexa17t cortexa17-neon cortexa17t-neon cortexa17-neon-vfpv4 cortexa17t-neon-vfpv4" |
11 | ARMPKGARCH_tune-cortexa17 = "cortexa17" | 11 | ARMPKGARCH:tune-cortexa17 = "cortexa17" |
12 | ARMPKGARCH_tune-cortexa17t = "cortexa17" | 12 | ARMPKGARCH:tune-cortexa17t = "cortexa17" |
13 | ARMPKGARCH_tune-cortexa17-neon = "cortexa17" | 13 | ARMPKGARCH:tune-cortexa17-neon = "cortexa17" |
14 | ARMPKGARCH_tune-cortexa17t-neon = "cortexa17" | 14 | ARMPKGARCH:tune-cortexa17t-neon = "cortexa17" |
15 | ARMPKGARCH_tune-cortexa17-neon-vfpv4 = "cortexa17" | 15 | ARMPKGARCH:tune-cortexa17-neon-vfpv4 = "cortexa17" |
16 | ARMPKGARCH_tune-cortexa17t-neon-vfpv4 = "cortexa17" | 16 | ARMPKGARCH:tune-cortexa17t-neon-vfpv4 = "cortexa17" |
17 | # mcpu is used so don't use armv7ve as we don't want march | 17 | # mcpu is used so don't use armv7ve as we don't want march |
18 | TUNE_FEATURES_tune-cortexa17 = "arm vfp cortexa17" | 18 | TUNE_FEATURES:tune-cortexa17 = "arm vfp cortexa17" |
19 | TUNE_FEATURES_tune-cortexa17t = "${TUNE_FEATURES_tune-cortexa17} thumb" | 19 | TUNE_FEATURES:tune-cortexa17t = "${TUNE_FEATURES:tune-cortexa17} thumb" |
20 | TUNE_FEATURES_tune-cortexa17-neon = "${TUNE_FEATURES_tune-cortexa17} neon" | 20 | TUNE_FEATURES:tune-cortexa17-neon = "${TUNE_FEATURES:tune-cortexa17} neon" |
21 | TUNE_FEATURES_tune-cortexa17t-neon = "${TUNE_FEATURES_tune-cortexa17-neon} thumb" | 21 | TUNE_FEATURES:tune-cortexa17t-neon = "${TUNE_FEATURES:tune-cortexa17-neon} thumb" |
22 | TUNE_FEATURES_tune-cortexa17-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa17-neon} vfpv4" | 22 | TUNE_FEATURES:tune-cortexa17-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa17-neon} vfpv4" |
23 | TUNE_FEATURES_tune-cortexa17t-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa17-neon-vfpv4} thumb" | 23 | TUNE_FEATURES:tune-cortexa17t-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa17-neon-vfpv4} thumb" |
24 | PACKAGE_EXTRA_ARCHS_tune-cortexa17 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve} cortexa17-vfp" | 24 | PACKAGE_EXTRA_ARCHS:tune-cortexa17 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve} cortexa17-vfp" |
25 | PACKAGE_EXTRA_ARCHS_tune-cortexa17t = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet} cortexa17-vfp cortexa17t2-vfp" | 25 | PACKAGE_EXTRA_ARCHS:tune-cortexa17t = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet} cortexa17-vfp cortexa17t2-vfp" |
26 | PACKAGE_EXTRA_ARCHS_tune-cortexa17-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve-neon} cortexa17-vfp cortexa17-neon" | 26 | PACKAGE_EXTRA_ARCHS:tune-cortexa17-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve-neon} cortexa17-vfp cortexa17-neon" |
27 | PACKAGE_EXTRA_ARCHS_tune-cortexa17t-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet-neon} cortexa17-vfp cortexa17-neon cortexa17t2-vfp cortexa17t2-neon" | 27 | PACKAGE_EXTRA_ARCHS:tune-cortexa17t-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet-neon} cortexa17-vfp cortexa17-neon cortexa17t2-vfp cortexa17t2-neon" |
28 | PACKAGE_EXTRA_ARCHS_tune-cortexa17-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve-neon-vfpv4} cortexa17-vfp cortexa17-neon cortexa17-neon-vfpv4" | 28 | PACKAGE_EXTRA_ARCHS:tune-cortexa17-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve-neon-vfpv4} cortexa17-vfp cortexa17-neon cortexa17-neon-vfpv4" |
29 | PACKAGE_EXTRA_ARCHS_tune-cortexa17t-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet-neon-vfpv4} cortexa17-vfp cortexa17-neon cortexa17-neon-vfpv4 cortexa17t2-vfp cortexa17t2-neon cortexa17t2-neon-vfpv4" | 29 | PACKAGE_EXTRA_ARCHS:tune-cortexa17t-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet-neon-vfpv4} cortexa17-vfp cortexa17-neon cortexa17-neon-vfpv4 cortexa17t2-vfp cortexa17t2-neon cortexa17t2-neon-vfpv4" |
30 | 30 | ||
31 | # HF Tunes | 31 | # HF Tunes |
32 | AVAILTUNES += "cortexa17hf cortexa17thf cortexa17hf-neon cortexa17thf-neon cortexa17hf-neon-vfpv4 cortexa17thf-neon-vfpv4" | 32 | AVAILTUNES += "cortexa17hf cortexa17thf cortexa17hf-neon cortexa17thf-neon cortexa17hf-neon-vfpv4 cortexa17thf-neon-vfpv4" |
33 | ARMPKGARCH_tune-cortexa17hf = "cortexa17" | 33 | ARMPKGARCH:tune-cortexa17hf = "cortexa17" |
34 | ARMPKGARCH_tune-cortexa17thf = "cortexa17" | 34 | ARMPKGARCH:tune-cortexa17thf = "cortexa17" |
35 | ARMPKGARCH_tune-cortexa17hf-neon = "cortexa17" | 35 | ARMPKGARCH:tune-cortexa17hf-neon = "cortexa17" |
36 | ARMPKGARCH_tune-cortexa17thf-neon = "cortexa17" | 36 | ARMPKGARCH:tune-cortexa17thf-neon = "cortexa17" |
37 | ARMPKGARCH_tune-cortexa17hf-neon-vfpv4 = "cortexa17" | 37 | ARMPKGARCH:tune-cortexa17hf-neon-vfpv4 = "cortexa17" |
38 | ARMPKGARCH_tune-cortexa17thf-neon-vfpv4 = "cortexa17" | 38 | ARMPKGARCH:tune-cortexa17thf-neon-vfpv4 = "cortexa17" |
39 | # mcpu is used so don't use armv7ve as we don't want march | 39 | # mcpu is used so don't use armv7ve as we don't want march |
40 | TUNE_FEATURES_tune-cortexa17hf = "${TUNE_FEATURES_tune-cortexa17} callconvention-hard" | 40 | TUNE_FEATURES:tune-cortexa17hf = "${TUNE_FEATURES:tune-cortexa17} callconvention-hard" |
41 | TUNE_FEATURES_tune-cortexa17thf = "${TUNE_FEATURES_tune-cortexa17t} callconvention-hard" | 41 | TUNE_FEATURES:tune-cortexa17thf = "${TUNE_FEATURES:tune-cortexa17t} callconvention-hard" |
42 | TUNE_FEATURES_tune-cortexa17hf-neon = "${TUNE_FEATURES_tune-cortexa17-neon} callconvention-hard" | 42 | TUNE_FEATURES:tune-cortexa17hf-neon = "${TUNE_FEATURES:tune-cortexa17-neon} callconvention-hard" |
43 | TUNE_FEATURES_tune-cortexa17thf-neon = "${TUNE_FEATURES_tune-cortexa17t-neon} callconvention-hard" | 43 | TUNE_FEATURES:tune-cortexa17thf-neon = "${TUNE_FEATURES:tune-cortexa17t-neon} callconvention-hard" |
44 | TUNE_FEATURES_tune-cortexa17hf-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa17-neon-vfpv4} callconvention-hard" | 44 | TUNE_FEATURES:tune-cortexa17hf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa17-neon-vfpv4} callconvention-hard" |
45 | TUNE_FEATURES_tune-cortexa17thf-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa17t-neon-vfpv4} callconvention-hard" | 45 | TUNE_FEATURES:tune-cortexa17thf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa17t-neon-vfpv4} callconvention-hard" |
46 | PACKAGE_EXTRA_ARCHS_tune-cortexa17hf = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf} cortexa17hf-vfp" | 46 | PACKAGE_EXTRA_ARCHS:tune-cortexa17hf = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf} cortexa17hf-vfp" |
47 | PACKAGE_EXTRA_ARCHS_tune-cortexa17thf = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf} cortexa17hf-vfp cortexa17t2hf-vfp" | 47 | PACKAGE_EXTRA_ARCHS:tune-cortexa17thf = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf} cortexa17hf-vfp cortexa17t2hf-vfp" |
48 | PACKAGE_EXTRA_ARCHS_tune-cortexa17hf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf-neon} cortexa17hf-vfp cortexa17hf-neon" | 48 | PACKAGE_EXTRA_ARCHS:tune-cortexa17hf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf-neon} cortexa17hf-vfp cortexa17hf-neon" |
49 | PACKAGE_EXTRA_ARCHS_tune-cortexa17thf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf-neon} cortexa17hf-vfp cortexa17hf-neon cortexa17t2hf-vfp cortexa17t2hf-neon" | 49 | PACKAGE_EXTRA_ARCHS:tune-cortexa17thf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf-neon} cortexa17hf-vfp cortexa17hf-neon cortexa17t2hf-vfp cortexa17t2hf-neon" |
50 | PACKAGE_EXTRA_ARCHS_tune-cortexa17hf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf-neon-vfpv4} cortexa17hf-vfp cortexa17hf-neon cortexa17hf-neon-vfpv4" | 50 | PACKAGE_EXTRA_ARCHS:tune-cortexa17hf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf-neon-vfpv4} cortexa17hf-vfp cortexa17hf-neon cortexa17hf-neon-vfpv4" |
51 | PACKAGE_EXTRA_ARCHS_tune-cortexa17thf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf-neon-vfpv4} cortexa17hf-vfp cortexa17hf-neon cortexa17hf-neon-vfpv4 cortexa17t2hf-vfp cortexa17t2hf-neon cortexa17t2hf-neon-vfpv4" | 51 | PACKAGE_EXTRA_ARCHS:tune-cortexa17thf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf-neon-vfpv4} cortexa17hf-vfp cortexa17hf-neon cortexa17hf-neon-vfpv4 cortexa17t2hf-vfp cortexa17t2hf-neon cortexa17t2hf-neon-vfpv4" |
diff --git a/meta/conf/machine/include/tune-cortexa32.inc b/meta/conf/machine/include/tune-cortexa32.inc index b9ae2b1c57..c7b01a2906 100644 --- a/meta/conf/machine/include/tune-cortexa32.inc +++ b/meta/conf/machine/include/tune-cortexa32.inc | |||
@@ -7,11 +7,11 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa32 cortexa32-crypto" | 9 | AVAILTUNES += "cortexa32 cortexa32-crypto" |
10 | ARMPKGARCH_tune-cortexa32 = "cortexa32" | 10 | ARMPKGARCH:tune-cortexa32 = "cortexa32" |
11 | ARMPKGARCH_tune-cortexa32-crypto = "cortexa32" | 11 | ARMPKGARCH:tune-cortexa32-crypto = "cortexa32" |
12 | TUNE_FEATURES_tune-cortexa32 = "armv8a cortexa32 crc callconvention-hard neon" | 12 | TUNE_FEATURES:tune-cortexa32 = "armv8a cortexa32 crc callconvention-hard neon" |
13 | TUNE_FEATURES_tune-cortexa32-crypto = "${TUNE_FEATURES_tune-cortexa32} crypto" | 13 | TUNE_FEATURES:tune-cortexa32-crypto = "${TUNE_FEATURES:tune-cortexa32} crypto" |
14 | PACKAGE_EXTRA_ARCHS_tune-cortexa32 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa32 cortexa32hf-neon" | 14 | PACKAGE_EXTRA_ARCHS:tune-cortexa32 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} cortexa32 cortexa32hf-neon" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa32-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa32 cortexa32hf-neon cortexa32hf-neon-crypto" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa32-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa32 cortexa32hf-neon cortexa32hf-neon-crypto" |
16 | BASE_LIB_tune-cortexa32 = "lib" | 16 | BASE_LIB:tune-cortexa32 = "lib" |
17 | BASE_LIB_tune-cortexa32-crypto = "lib" | 17 | BASE_LIB:tune-cortexa32-crypto = "lib" |
diff --git a/meta/conf/machine/include/tune-cortexa35.inc b/meta/conf/machine/include/tune-cortexa35.inc index cb3ad4c11e..33afb19386 100644 --- a/meta/conf/machine/include/tune-cortexa35.inc +++ b/meta/conf/machine/include/tune-cortexa35.inc | |||
@@ -7,11 +7,11 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa35 cortexa35-crypto" | 9 | AVAILTUNES += "cortexa35 cortexa35-crypto" |
10 | ARMPKGARCH_tune-cortexa35 = "cortexa35" | 10 | ARMPKGARCH:tune-cortexa35 = "cortexa35" |
11 | ARMPKGARCH_tune-cortexa35-crypto = "cortexa35" | 11 | ARMPKGARCH:tune-cortexa35-crypto = "cortexa35" |
12 | TUNE_FEATURES_tune-cortexa35 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa35" | 12 | TUNE_FEATURES:tune-cortexa35 = "${TUNE_FEATURES:tune-armv8a-crc} cortexa35" |
13 | TUNE_FEATURES_tune-cortexa35-crypto = "${TUNE_FEATURES_tune-cortexa35} crypto" | 13 | TUNE_FEATURES:tune-cortexa35-crypto = "${TUNE_FEATURES:tune-cortexa35} crypto" |
14 | PACKAGE_EXTRA_ARCHS_tune-cortexa35 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa35" | 14 | PACKAGE_EXTRA_ARCHS:tune-cortexa35 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} cortexa35" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa35-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa35 cortexa35-crypto" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa35-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa35 cortexa35-crypto" |
16 | BASE_LIB_tune-cortexa35 = "lib64" | 16 | BASE_LIB:tune-cortexa35 = "lib64" |
17 | BASE_LIB_tune-cortexa35-crypto = "lib64" | 17 | BASE_LIB:tune-cortexa35-crypto = "lib64" |
diff --git a/meta/conf/machine/include/tune-cortexa5.inc b/meta/conf/machine/include/tune-cortexa5.inc index 923b758c41..817eb166d6 100644 --- a/meta/conf/machine/include/tune-cortexa5.inc +++ b/meta/conf/machine/include/tune-cortexa5.inc | |||
@@ -8,44 +8,44 @@ MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'cortexa5', 'armv7a:' | |||
8 | 8 | ||
9 | # Little Endian base configs | 9 | # Little Endian base configs |
10 | AVAILTUNES += "cortexa5 cortexa5t cortexa5-neon cortexa5t-neon cortexa5-neon-vfpv4 cortexa5t-neon-vfpv4" | 10 | AVAILTUNES += "cortexa5 cortexa5t cortexa5-neon cortexa5t-neon cortexa5-neon-vfpv4 cortexa5t-neon-vfpv4" |
11 | ARMPKGARCH_tune-cortexa5 = "cortexa5" | 11 | ARMPKGARCH:tune-cortexa5 = "cortexa5" |
12 | ARMPKGARCH_tune-cortexa5t = "cortexa5" | 12 | ARMPKGARCH:tune-cortexa5t = "cortexa5" |
13 | ARMPKGARCH_tune-cortexa5-neon = "cortexa5" | 13 | ARMPKGARCH:tune-cortexa5-neon = "cortexa5" |
14 | ARMPKGARCH_tune-cortexa5t-neon = "cortexa5" | 14 | ARMPKGARCH:tune-cortexa5t-neon = "cortexa5" |
15 | ARMPKGARCH_tune-cortexa5-neon-vfpv4 = "cortexa5" | 15 | ARMPKGARCH:tune-cortexa5-neon-vfpv4 = "cortexa5" |
16 | ARMPKGARCH_tune-cortexa5t-neon-vfpv4 = "cortexa5" | 16 | ARMPKGARCH:tune-cortexa5t-neon-vfpv4 = "cortexa5" |
17 | # mcpu is used so don't use armv7a as we don't want march | 17 | # mcpu is used so don't use armv7a as we don't want march |
18 | TUNE_FEATURES_tune-cortexa5 = "arm vfp cortexa5" | 18 | TUNE_FEATURES:tune-cortexa5 = "arm vfp cortexa5" |
19 | TUNE_FEATURES_tune-cortexa5t = "${TUNE_FEATURES_tune-cortexa5} thumb" | 19 | TUNE_FEATURES:tune-cortexa5t = "${TUNE_FEATURES:tune-cortexa5} thumb" |
20 | TUNE_FEATURES_tune-cortexa5-neon = "${TUNE_FEATURES_tune-cortexa5} neon" | 20 | TUNE_FEATURES:tune-cortexa5-neon = "${TUNE_FEATURES:tune-cortexa5} neon" |
21 | TUNE_FEATURES_tune-cortexa5t-neon = "${TUNE_FEATURES_tune-cortexa5-neon} thumb" | 21 | TUNE_FEATURES:tune-cortexa5t-neon = "${TUNE_FEATURES:tune-cortexa5-neon} thumb" |
22 | TUNE_FEATURES_tune-cortexa5-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa5-neon} vfpv4" | 22 | TUNE_FEATURES:tune-cortexa5-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa5-neon} vfpv4" |
23 | TUNE_FEATURES_tune-cortexa5t-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa5-neon-vfpv4} thumb" | 23 | TUNE_FEATURES:tune-cortexa5t-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa5-neon-vfpv4} thumb" |
24 | PACKAGE_EXTRA_ARCHS_tune-cortexa5 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a} cortexa5-vfp" | 24 | PACKAGE_EXTRA_ARCHS:tune-cortexa5 = "${PACKAGE_EXTRA_ARCHS:tune-armv7a} cortexa5-vfp" |
25 | PACKAGE_EXTRA_ARCHS_tune-cortexa5t = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} cortexa5-vfp cortexa5t2-vfp" | 25 | PACKAGE_EXTRA_ARCHS:tune-cortexa5t = "${PACKAGE_EXTRA_ARCHS:tune-armv7at} cortexa5-vfp cortexa5t2-vfp" |
26 | PACKAGE_EXTRA_ARCHS_tune-cortexa5-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-neon} cortexa5-vfp cortexa5-neon" | 26 | PACKAGE_EXTRA_ARCHS:tune-cortexa5-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7a-neon} cortexa5-vfp cortexa5-neon" |
27 | PACKAGE_EXTRA_ARCHS_tune-cortexa5t-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7at-neon} cortexa5-vfp cortexa5-neon cortexa5t2-vfp cortexa5t2-neon" | 27 | PACKAGE_EXTRA_ARCHS:tune-cortexa5t-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7at-neon} cortexa5-vfp cortexa5-neon cortexa5t2-vfp cortexa5t2-neon" |
28 | PACKAGE_EXTRA_ARCHS_tune-cortexa5-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-neon-vfpv4} cortexa5-vfp cortexa5-neon cortexa5-neon-vfpv4" | 28 | PACKAGE_EXTRA_ARCHS:tune-cortexa5-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7a-neon-vfpv4} cortexa5-vfp cortexa5-neon cortexa5-neon-vfpv4" |
29 | PACKAGE_EXTRA_ARCHS_tune-cortexa5t-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at-neon-vfpv4} cortexa5-vfp cortexa5-neon cortexa5-neon-vfpv4 cortexa5t2-vfp cortexa5t2-neon cortexa5t2-neon-vfpv4" | 29 | PACKAGE_EXTRA_ARCHS:tune-cortexa5t-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7at-neon-vfpv4} cortexa5-vfp cortexa5-neon cortexa5-neon-vfpv4 cortexa5t2-vfp cortexa5t2-neon cortexa5t2-neon-vfpv4" |
30 | 30 | ||
31 | # HF Tunes | 31 | # HF Tunes |
32 | AVAILTUNES += "cortexa5hf cortexa5thf cortexa5hf-neon cortexa5thf-neon cortexa5hf-neon-vfpv4 cortexa5thf-neon-vfpv4" | 32 | AVAILTUNES += "cortexa5hf cortexa5thf cortexa5hf-neon cortexa5thf-neon cortexa5hf-neon-vfpv4 cortexa5thf-neon-vfpv4" |
33 | ARMPKGARCH_tune-cortexa5hf = "cortexa5" | 33 | ARMPKGARCH:tune-cortexa5hf = "cortexa5" |
34 | ARMPKGARCH_tune-cortexa5thf = "cortexa5" | 34 | ARMPKGARCH:tune-cortexa5thf = "cortexa5" |
35 | ARMPKGARCH_tune-cortexa5hf-neon = "cortexa5" | 35 | ARMPKGARCH:tune-cortexa5hf-neon = "cortexa5" |
36 | ARMPKGARCH_tune-cortexa5thf-neon = "cortexa5" | 36 | ARMPKGARCH:tune-cortexa5thf-neon = "cortexa5" |
37 | ARMPKGARCH_tune-cortexa5hf-neon-vfpv4 = "cortexa5" | 37 | ARMPKGARCH:tune-cortexa5hf-neon-vfpv4 = "cortexa5" |
38 | ARMPKGARCH_tune-cortexa5thf-neon-vfpv4 = "cortexa5" | 38 | ARMPKGARCH:tune-cortexa5thf-neon-vfpv4 = "cortexa5" |
39 | # mcpu is used so don't use armv7a as we don't want march | 39 | # mcpu is used so don't use armv7a as we don't want march |
40 | TUNE_FEATURES_tune-cortexa5hf = "${TUNE_FEATURES_tune-cortexa5} callconvention-hard" | 40 | TUNE_FEATURES:tune-cortexa5hf = "${TUNE_FEATURES:tune-cortexa5} callconvention-hard" |
41 | TUNE_FEATURES_tune-cortexa5thf = "${TUNE_FEATURES_tune-cortexa5t} callconvention-hard" | 41 | TUNE_FEATURES:tune-cortexa5thf = "${TUNE_FEATURES:tune-cortexa5t} callconvention-hard" |
42 | TUNE_FEATURES_tune-cortexa5hf-neon = "${TUNE_FEATURES_tune-cortexa5-neon} callconvention-hard" | 42 | TUNE_FEATURES:tune-cortexa5hf-neon = "${TUNE_FEATURES:tune-cortexa5-neon} callconvention-hard" |
43 | TUNE_FEATURES_tune-cortexa5thf-neon = "${TUNE_FEATURES_tune-cortexa5t-neon} callconvention-hard" | 43 | TUNE_FEATURES:tune-cortexa5thf-neon = "${TUNE_FEATURES:tune-cortexa5t-neon} callconvention-hard" |
44 | TUNE_FEATURES_tune-cortexa5hf-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa5-neon-vfpv4} callconvention-hard" | 44 | TUNE_FEATURES:tune-cortexa5hf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa5-neon-vfpv4} callconvention-hard" |
45 | TUNE_FEATURES_tune-cortexa5thf-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa5t-neon-vfpv4} callconvention-hard" | 45 | TUNE_FEATURES:tune-cortexa5thf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa5t-neon-vfpv4} callconvention-hard" |
46 | PACKAGE_EXTRA_ARCHS_tune-cortexa5hf = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf} cortexa5hf-vfp" | 46 | PACKAGE_EXTRA_ARCHS:tune-cortexa5hf = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf} cortexa5hf-vfp" |
47 | PACKAGE_EXTRA_ARCHS_tune-cortexa5thf = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf} cortexa5hf-vfp cortexa5t2hf-vfp" | 47 | PACKAGE_EXTRA_ARCHS:tune-cortexa5thf = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf} cortexa5hf-vfp cortexa5t2hf-vfp" |
48 | PACKAGE_EXTRA_ARCHS_tune-cortexa5hf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf-neon} cortexa5hf-vfp cortexa5hf-neon" | 48 | PACKAGE_EXTRA_ARCHS:tune-cortexa5hf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf-neon} cortexa5hf-vfp cortexa5hf-neon" |
49 | PACKAGE_EXTRA_ARCHS_tune-cortexa5thf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf-neon} cortexa5hf-vfp cortexa5hf-neon cortexa5t2hf-vfp cortexa5t2hf-neon" | 49 | PACKAGE_EXTRA_ARCHS:tune-cortexa5thf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf-neon} cortexa5hf-vfp cortexa5hf-neon cortexa5t2hf-vfp cortexa5t2hf-neon" |
50 | PACKAGE_EXTRA_ARCHS_tune-cortexa5hf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf-neon-vfpv4} cortexa5hf-vfp cortexa5hf-neon cortexa5hf-neon-vfpv4" | 50 | PACKAGE_EXTRA_ARCHS:tune-cortexa5hf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf-neon-vfpv4} cortexa5hf-vfp cortexa5hf-neon cortexa5hf-neon-vfpv4" |
51 | PACKAGE_EXTRA_ARCHS_tune-cortexa5thf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf-neon-vfpv4} cortexa5hf-vfp cortexa5hf-neon cortexa5hf-neon-vfpv4 cortexa5t2hf-vfp cortexa5t2hf-neon cortexa5t2hf-neon-vfpv4" | 51 | PACKAGE_EXTRA_ARCHS:tune-cortexa5thf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf-neon-vfpv4} cortexa5hf-vfp cortexa5hf-neon cortexa5hf-neon-vfpv4 cortexa5t2hf-vfp cortexa5t2hf-neon cortexa5t2hf-neon-vfpv4" |
diff --git a/meta/conf/machine/include/tune-cortexa53.inc b/meta/conf/machine/include/tune-cortexa53.inc index 7f8863a2fa..a534ad358d 100644 --- a/meta/conf/machine/include/tune-cortexa53.inc +++ b/meta/conf/machine/include/tune-cortexa53.inc | |||
@@ -7,11 +7,11 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa53 cortexa53-crypto" | 9 | AVAILTUNES += "cortexa53 cortexa53-crypto" |
10 | ARMPKGARCH_tune-cortexa53 = "cortexa53" | 10 | ARMPKGARCH:tune-cortexa53 = "cortexa53" |
11 | ARMPKGARCH_tune-cortexa53-crypto = "cortexa53-crypto" | 11 | ARMPKGARCH:tune-cortexa53-crypto = "cortexa53-crypto" |
12 | TUNE_FEATURES_tune-cortexa53 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa53" | 12 | TUNE_FEATURES:tune-cortexa53 = "${TUNE_FEATURES:tune-armv8a-crc} cortexa53" |
13 | TUNE_FEATURES_tune-cortexa53-crypto = "${TUNE_FEATURES_tune-cortexa53} crypto" | 13 | TUNE_FEATURES:tune-cortexa53-crypto = "${TUNE_FEATURES:tune-cortexa53} crypto" |
14 | PACKAGE_EXTRA_ARCHS_tune-cortexa53 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa53" | 14 | PACKAGE_EXTRA_ARCHS:tune-cortexa53 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} cortexa53" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa53 cortexa53-crypto" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa53 cortexa53-crypto" |
16 | BASE_LIB_tune-cortexa53 = "lib64" | 16 | BASE_LIB:tune-cortexa53 = "lib64" |
17 | BASE_LIB_tune-cortexa53-crypto = "lib64" | 17 | BASE_LIB:tune-cortexa53-crypto = "lib64" |
diff --git a/meta/conf/machine/include/tune-cortexa55.inc b/meta/conf/machine/include/tune-cortexa55.inc index e9629738f3..d130b4b90a 100644 --- a/meta/conf/machine/include/tune-cortexa55.inc +++ b/meta/conf/machine/include/tune-cortexa55.inc | |||
@@ -7,7 +7,7 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa55" | 9 | AVAILTUNES += "cortexa55" |
10 | ARMPKGARCH_tune-cortexa55 = "cortexa55" | 10 | ARMPKGARCH:tune-cortexa55 = "cortexa55" |
11 | TUNE_FEATURES_tune-cortexa55 = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa55" | 11 | TUNE_FEATURES:tune-cortexa55 = "${TUNE_FEATURES:tune-armv8-2a-crypto} cortexa55" |
12 | PACKAGE_EXTRA_ARCHS_tune-cortexa55 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa55" | 12 | PACKAGE_EXTRA_ARCHS:tune-cortexa55 = "${PACKAGE_EXTRA_ARCHS:tune-armv8-2a-crypto} cortexa55" |
13 | BASE_LIB_tune-cortexa55 = "lib64" | 13 | BASE_LIB:tune-cortexa55 = "lib64" |
diff --git a/meta/conf/machine/include/tune-cortexa57-cortexa53.inc b/meta/conf/machine/include/tune-cortexa57-cortexa53.inc index d329d6199f..7de671a2e5 100644 --- a/meta/conf/machine/include/tune-cortexa57-cortexa53.inc +++ b/meta/conf/machine/include/tune-cortexa57-cortexa53.inc | |||
@@ -8,7 +8,7 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
8 | 8 | ||
9 | # Little Endian base configs | 9 | # Little Endian base configs |
10 | AVAILTUNES += "cortexa57-cortexa53" | 10 | AVAILTUNES += "cortexa57-cortexa53" |
11 | ARMPKGARCH_tune-cortexa57-cortexa53 = "cortexa57-cortexa53" | 11 | ARMPKGARCH:tune-cortexa57-cortexa53 = "cortexa57-cortexa53" |
12 | TUNE_FEATURES_tune-cortexa57-cortexa53 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa57-cortexa53" | 12 | TUNE_FEATURES:tune-cortexa57-cortexa53 = "${TUNE_FEATURES:tune-armv8a-crc} cortexa57-cortexa53" |
13 | PACKAGE_EXTRA_ARCHS_tune-cortexa57-cortexa53 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa57-cortexa53" | 13 | PACKAGE_EXTRA_ARCHS:tune-cortexa57-cortexa53 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} cortexa57-cortexa53" |
14 | BASE_LIB_tune-cortexa57-cortexa53 = "lib64" | 14 | BASE_LIB:tune-cortexa57-cortexa53 = "lib64" |
diff --git a/meta/conf/machine/include/tune-cortexa57.inc b/meta/conf/machine/include/tune-cortexa57.inc index 91fa6685f5..37650d8798 100644 --- a/meta/conf/machine/include/tune-cortexa57.inc +++ b/meta/conf/machine/include/tune-cortexa57.inc | |||
@@ -7,11 +7,11 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa57 cortexa57-crypto" | 9 | AVAILTUNES += "cortexa57 cortexa57-crypto" |
10 | ARMPKGARCH_tune-cortexa57 = "cortexa57" | 10 | ARMPKGARCH:tune-cortexa57 = "cortexa57" |
11 | ARMPKGARCH_tune-cortexa57-crypto = "cortexa57-crypto" | 11 | ARMPKGARCH:tune-cortexa57-crypto = "cortexa57-crypto" |
12 | TUNE_FEATURES_tune-cortexa57 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa57" | 12 | TUNE_FEATURES:tune-cortexa57 = "${TUNE_FEATURES:tune-armv8a-crc} cortexa57" |
13 | TUNE_FEATURES_tune-cortexa57-crypto = "${TUNE_FEATURES_tune-cortexa57} crypto" | 13 | TUNE_FEATURES:tune-cortexa57-crypto = "${TUNE_FEATURES:tune-cortexa57} crypto" |
14 | PACKAGE_EXTRA_ARCHS_tune-cortexa57 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa57" | 14 | PACKAGE_EXTRA_ARCHS:tune-cortexa57 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} cortexa57" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa57-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa57 cortexa57-crypto" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa57-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa57 cortexa57-crypto" |
16 | BASE_LIB_tune-cortexa57 = "lib64" | 16 | BASE_LIB:tune-cortexa57 = "lib64" |
17 | BASE_LIB_tune-cortexa57-crypto = "lib64" | 17 | BASE_LIB:tune-cortexa57-crypto = "lib64" |
diff --git a/meta/conf/machine/include/tune-cortexa7.inc b/meta/conf/machine/include/tune-cortexa7.inc index 05081dcbd8..5384369b59 100644 --- a/meta/conf/machine/include/tune-cortexa7.inc +++ b/meta/conf/machine/include/tune-cortexa7.inc | |||
@@ -8,44 +8,44 @@ MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'cortexa7', 'armv7ve: | |||
8 | 8 | ||
9 | # Little Endian base configs | 9 | # Little Endian base configs |
10 | AVAILTUNES += "cortexa7 cortexa7t cortexa7-neon cortexa7t-neon cortexa7-neon-vfpv4 cortexa7t-neon-vfpv4" | 10 | AVAILTUNES += "cortexa7 cortexa7t cortexa7-neon cortexa7t-neon cortexa7-neon-vfpv4 cortexa7t-neon-vfpv4" |
11 | ARMPKGARCH_tune-cortexa7 = "cortexa7" | 11 | ARMPKGARCH:tune-cortexa7 = "cortexa7" |
12 | ARMPKGARCH_tune-cortexa7t = "cortexa7" | 12 | ARMPKGARCH:tune-cortexa7t = "cortexa7" |
13 | ARMPKGARCH_tune-cortexa7-neon = "cortexa7" | 13 | ARMPKGARCH:tune-cortexa7-neon = "cortexa7" |
14 | ARMPKGARCH_tune-cortexa7t-neon = "cortexa7" | 14 | ARMPKGARCH:tune-cortexa7t-neon = "cortexa7" |
15 | ARMPKGARCH_tune-cortexa7-neon-vfpv4 = "cortexa7" | 15 | ARMPKGARCH:tune-cortexa7-neon-vfpv4 = "cortexa7" |
16 | ARMPKGARCH_tune-cortexa7t-neon-vfpv4 = "cortexa7" | 16 | ARMPKGARCH:tune-cortexa7t-neon-vfpv4 = "cortexa7" |
17 | # mcpu is used so don't use armv7ve as we don't want march | 17 | # mcpu is used so don't use armv7ve as we don't want march |
18 | TUNE_FEATURES_tune-cortexa7 = "arm vfp cortexa7" | 18 | TUNE_FEATURES:tune-cortexa7 = "arm vfp cortexa7" |
19 | TUNE_FEATURES_tune-cortexa7t = "${TUNE_FEATURES_tune-cortexa7} thumb" | 19 | TUNE_FEATURES:tune-cortexa7t = "${TUNE_FEATURES:tune-cortexa7} thumb" |
20 | TUNE_FEATURES_tune-cortexa7-neon = "${TUNE_FEATURES_tune-cortexa7} neon" | 20 | TUNE_FEATURES:tune-cortexa7-neon = "${TUNE_FEATURES:tune-cortexa7} neon" |
21 | TUNE_FEATURES_tune-cortexa7t-neon = "${TUNE_FEATURES_tune-cortexa7-neon} thumb" | 21 | TUNE_FEATURES:tune-cortexa7t-neon = "${TUNE_FEATURES:tune-cortexa7-neon} thumb" |
22 | TUNE_FEATURES_tune-cortexa7-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa7-neon} vfpv4" | 22 | TUNE_FEATURES:tune-cortexa7-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa7-neon} vfpv4" |
23 | TUNE_FEATURES_tune-cortexa7t-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa7-neon-vfpv4} thumb" | 23 | TUNE_FEATURES:tune-cortexa7t-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa7-neon-vfpv4} thumb" |
24 | PACKAGE_EXTRA_ARCHS_tune-cortexa7 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve} cortexa7-vfp" | 24 | PACKAGE_EXTRA_ARCHS:tune-cortexa7 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve} cortexa7-vfp" |
25 | PACKAGE_EXTRA_ARCHS_tune-cortexa7t = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet} cortexa7-vfp cortexa7t2-vfp" | 25 | PACKAGE_EXTRA_ARCHS:tune-cortexa7t = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet} cortexa7-vfp cortexa7t2-vfp" |
26 | PACKAGE_EXTRA_ARCHS_tune-cortexa7-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve-neon} cortexa7-vfp cortexa7-neon" | 26 | PACKAGE_EXTRA_ARCHS:tune-cortexa7-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve-neon} cortexa7-vfp cortexa7-neon" |
27 | PACKAGE_EXTRA_ARCHS_tune-cortexa7t-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet-neon} cortexa7-vfp cortexa7-neon cortexa7t2-vfp cortexa7t2-neon" | 27 | PACKAGE_EXTRA_ARCHS:tune-cortexa7t-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet-neon} cortexa7-vfp cortexa7-neon cortexa7t2-vfp cortexa7t2-neon" |
28 | PACKAGE_EXTRA_ARCHS_tune-cortexa7-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ve-neon-vfpv4} cortexa7-vfp cortexa7-neon cortexa7-neon-vfpv4" | 28 | PACKAGE_EXTRA_ARCHS:tune-cortexa7-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ve-neon-vfpv4} cortexa7-vfp cortexa7-neon cortexa7-neon-vfpv4" |
29 | PACKAGE_EXTRA_ARCHS_tune-cortexa7t-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vet-neon-vfpv4} cortexa7-vfp cortexa7-neon cortexa7-neon-vfpv4 cortexa7t2-vfp cortexa7t2-neon cortexa7t2-neon-vfpv4" | 29 | PACKAGE_EXTRA_ARCHS:tune-cortexa7t-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vet-neon-vfpv4} cortexa7-vfp cortexa7-neon cortexa7-neon-vfpv4 cortexa7t2-vfp cortexa7t2-neon cortexa7t2-neon-vfpv4" |
30 | 30 | ||
31 | # HF Tunes | 31 | # HF Tunes |
32 | AVAILTUNES += "cortexa7hf cortexa7thf cortexa7hf-neon cortexa7thf-neon cortexa7hf-neon-vfpv4 cortexa7thf-neon-vfpv4" | 32 | AVAILTUNES += "cortexa7hf cortexa7thf cortexa7hf-neon cortexa7thf-neon cortexa7hf-neon-vfpv4 cortexa7thf-neon-vfpv4" |
33 | ARMPKGARCH_tune-cortexa7hf = "cortexa7" | 33 | ARMPKGARCH:tune-cortexa7hf = "cortexa7" |
34 | ARMPKGARCH_tune-cortexa7thf = "cortexa7" | 34 | ARMPKGARCH:tune-cortexa7thf = "cortexa7" |
35 | ARMPKGARCH_tune-cortexa7hf-neon = "cortexa7" | 35 | ARMPKGARCH:tune-cortexa7hf-neon = "cortexa7" |
36 | ARMPKGARCH_tune-cortexa7thf-neon = "cortexa7" | 36 | ARMPKGARCH:tune-cortexa7thf-neon = "cortexa7" |
37 | ARMPKGARCH_tune-cortexa7hf-neon-vfpv4 = "cortexa7" | 37 | ARMPKGARCH:tune-cortexa7hf-neon-vfpv4 = "cortexa7" |
38 | ARMPKGARCH_tune-cortexa7thf-neon-vfpv4 = "cortexa7" | 38 | ARMPKGARCH:tune-cortexa7thf-neon-vfpv4 = "cortexa7" |
39 | # mcpu is used so don't use armv7ve as we don't want march | 39 | # mcpu is used so don't use armv7ve as we don't want march |
40 | TUNE_FEATURES_tune-cortexa7hf = "${TUNE_FEATURES_tune-cortexa7} callconvention-hard" | 40 | TUNE_FEATURES:tune-cortexa7hf = "${TUNE_FEATURES:tune-cortexa7} callconvention-hard" |
41 | TUNE_FEATURES_tune-cortexa7thf = "${TUNE_FEATURES_tune-cortexa7t} callconvention-hard" | 41 | TUNE_FEATURES:tune-cortexa7thf = "${TUNE_FEATURES:tune-cortexa7t} callconvention-hard" |
42 | TUNE_FEATURES_tune-cortexa7hf-neon = "${TUNE_FEATURES_tune-cortexa7-neon} callconvention-hard" | 42 | TUNE_FEATURES:tune-cortexa7hf-neon = "${TUNE_FEATURES:tune-cortexa7-neon} callconvention-hard" |
43 | TUNE_FEATURES_tune-cortexa7thf-neon = "${TUNE_FEATURES_tune-cortexa7t-neon} callconvention-hard" | 43 | TUNE_FEATURES:tune-cortexa7thf-neon = "${TUNE_FEATURES:tune-cortexa7t-neon} callconvention-hard" |
44 | TUNE_FEATURES_tune-cortexa7hf-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa7-neon-vfpv4} callconvention-hard" | 44 | TUNE_FEATURES:tune-cortexa7hf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa7-neon-vfpv4} callconvention-hard" |
45 | TUNE_FEATURES_tune-cortexa7thf-neon-vfpv4 = "${TUNE_FEATURES_tune-cortexa7t-neon-vfpv4} callconvention-hard" | 45 | TUNE_FEATURES:tune-cortexa7thf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa7t-neon-vfpv4} callconvention-hard" |
46 | PACKAGE_EXTRA_ARCHS_tune-cortexa7hf = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf} cortexa7hf-vfp" | 46 | PACKAGE_EXTRA_ARCHS:tune-cortexa7hf = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf} cortexa7hf-vfp" |
47 | PACKAGE_EXTRA_ARCHS_tune-cortexa7thf = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf} cortexa7hf-vfp cortexa7t2hf-vfp" | 47 | PACKAGE_EXTRA_ARCHS:tune-cortexa7thf = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf} cortexa7hf-vfp cortexa7t2hf-vfp" |
48 | PACKAGE_EXTRA_ARCHS_tune-cortexa7hf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf-neon} cortexa7hf-vfp cortexa7hf-neon" | 48 | PACKAGE_EXTRA_ARCHS:tune-cortexa7hf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf-neon} cortexa7hf-vfp cortexa7hf-neon" |
49 | PACKAGE_EXTRA_ARCHS_tune-cortexa7thf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf-neon} cortexa7hf-vfp cortexa7hf-neon cortexa7t2hf-vfp cortexa7t2hf-neon" | 49 | PACKAGE_EXTRA_ARCHS:tune-cortexa7thf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf-neon} cortexa7hf-vfp cortexa7hf-neon cortexa7t2hf-vfp cortexa7t2hf-neon" |
50 | PACKAGE_EXTRA_ARCHS_tune-cortexa7hf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vehf-neon-vfpv4} cortexa7hf-vfp cortexa7hf-neon cortexa7hf-neon-vfpv4" | 50 | PACKAGE_EXTRA_ARCHS:tune-cortexa7hf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vehf-neon-vfpv4} cortexa7hf-vfp cortexa7hf-neon cortexa7hf-neon-vfpv4" |
51 | PACKAGE_EXTRA_ARCHS_tune-cortexa7thf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS_tune-armv7vethf-neon-vfpv4} cortexa7hf-vfp cortexa7hf-neon cortexa7hf-neon-vfpv4 cortexa7t2hf-vfp cortexa7t2hf-neon cortexa7t2hf-neon-vfpv4" | 51 | PACKAGE_EXTRA_ARCHS:tune-cortexa7thf-neon-vfpv4 = "${PACKAGE_EXTRA_ARCHS:tune-armv7vethf-neon-vfpv4} cortexa7hf-vfp cortexa7hf-neon cortexa7hf-neon-vfpv4 cortexa7t2hf-vfp cortexa7t2hf-neon cortexa7t2hf-neon-vfpv4" |
diff --git a/meta/conf/machine/include/tune-cortexa72-cortexa53.inc b/meta/conf/machine/include/tune-cortexa72-cortexa53.inc index 98e8ebacff..a77ef59d62 100644 --- a/meta/conf/machine/include/tune-cortexa72-cortexa53.inc +++ b/meta/conf/machine/include/tune-cortexa72-cortexa53.inc | |||
@@ -8,12 +8,12 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
8 | 8 | ||
9 | # cortexa72.cortexa53 implies crc support | 9 | # cortexa72.cortexa53 implies crc support |
10 | AVAILTUNES += "cortexa72-cortexa53 cortexa72-cortexa53-crypto" | 10 | AVAILTUNES += "cortexa72-cortexa53 cortexa72-cortexa53-crypto" |
11 | ARMPKGARCH_tune-cortexa72-cortexa53 = "cortexa72-cortexa53" | 11 | ARMPKGARCH:tune-cortexa72-cortexa53 = "cortexa72-cortexa53" |
12 | ARMPKGARCH_tune-cortexa72-cortexa53-crypto = "cortexa72-cortexa53-crypto" | 12 | ARMPKGARCH:tune-cortexa72-cortexa53-crypto = "cortexa72-cortexa53-crypto" |
13 | TUNE_FEATURES_tune-cortexa72-cortexa53 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa72-cortexa53" | 13 | TUNE_FEATURES:tune-cortexa72-cortexa53 = "${TUNE_FEATURES:tune-armv8a-crc} cortexa72-cortexa53" |
14 | TUNE_FEATURES_tune-cortexa72-cortexa53-crypto = "${TUNE_FEATURES_tune-cortexa72-cortexa53} crypto" | 14 | TUNE_FEATURES:tune-cortexa72-cortexa53-crypto = "${TUNE_FEATURES:tune-cortexa72-cortexa53} crypto" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa72-cortexa53 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa72-cortexa53" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa72-cortexa53 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} cortexa72-cortexa53" |
16 | PACKAGE_EXTRA_ARCHS_tune-cortexa72-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa72-cortexa53 cortexa72-cortexa53-crypto" | 16 | PACKAGE_EXTRA_ARCHS:tune-cortexa72-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa72-cortexa53 cortexa72-cortexa53-crypto" |
17 | BASE_LIB_tune-cortexa72-cortexa53 = "lib64" | 17 | BASE_LIB:tune-cortexa72-cortexa53 = "lib64" |
18 | BASE_LIB_tune-cortexa72-cortexa53-crypto = "lib64" | 18 | BASE_LIB:tune-cortexa72-cortexa53-crypto = "lib64" |
19 | 19 | ||
diff --git a/meta/conf/machine/include/tune-cortexa72.inc b/meta/conf/machine/include/tune-cortexa72.inc index b3f68ab6e3..2a510bd45b 100644 --- a/meta/conf/machine/include/tune-cortexa72.inc +++ b/meta/conf/machine/include/tune-cortexa72.inc | |||
@@ -7,7 +7,7 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
7 | 7 | ||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa72" | 9 | AVAILTUNES += "cortexa72" |
10 | ARMPKGARCH_tune-cortexa72 = "cortexa72" | 10 | ARMPKGARCH:tune-cortexa72 = "cortexa72" |
11 | TUNE_FEATURES_tune-cortexa72 = "${TUNE_FEATURES_tune-armv8a-crc-crypto} cortexa72" | 11 | TUNE_FEATURES:tune-cortexa72 = "${TUNE_FEATURES:tune-armv8a-crc-crypto} cortexa72" |
12 | PACKAGE_EXTRA_ARCHS_tune-cortexa72 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa72" | 12 | PACKAGE_EXTRA_ARCHS:tune-cortexa72 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa72" |
13 | BASE_LIB_tune-cortexa72 = "lib64" | 13 | BASE_LIB:tune-cortexa72 = "lib64" |
diff --git a/meta/conf/machine/include/tune-cortexa73-cortexa53.inc b/meta/conf/machine/include/tune-cortexa73-cortexa53.inc index 3750f0762d..9cebffd54d 100644 --- a/meta/conf/machine/include/tune-cortexa73-cortexa53.inc +++ b/meta/conf/machine/include/tune-cortexa73-cortexa53.inc | |||
@@ -8,12 +8,12 @@ require conf/machine/include/arm/arch-armv8a.inc | |||
8 | 8 | ||
9 | # cortexa73.cortexa53 implies crc support | 9 | # cortexa73.cortexa53 implies crc support |
10 | AVAILTUNES += "cortexa73-cortexa53 cortexa73-cortexa53-crypto" | 10 | AVAILTUNES += "cortexa73-cortexa53 cortexa73-cortexa53-crypto" |
11 | ARMPKGARCH_tune-cortexa73-cortexa53 = "cortexa73-cortexa53" | 11 | ARMPKGARCH:tune-cortexa73-cortexa53 = "cortexa73-cortexa53" |
12 | ARMPKGARCH_tune-cortexa73-cortexa53-crypto = "cortexa73-cortexa53-crypto" | 12 | ARMPKGARCH:tune-cortexa73-cortexa53-crypto = "cortexa73-cortexa53-crypto" |
13 | TUNE_FEATURES_tune-cortexa73-cortexa53 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa73-cortexa53" | 13 | TUNE_FEATURES:tune-cortexa73-cortexa53 = "${TUNE_FEATURES:tune-armv8a-crc} cortexa73-cortexa53" |
14 | TUNE_FEATURES_tune-cortexa73-cortexa53-crypto = "${TUNE_FEATURES_tune-cortexa73-cortexa53} crypto" | 14 | TUNE_FEATURES:tune-cortexa73-cortexa53-crypto = "${TUNE_FEATURES:tune-cortexa73-cortexa53} crypto" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa73-cortexa53 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa73-cortexa53" | 15 | PACKAGE_EXTRA_ARCHS:tune-cortexa73-cortexa53 = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc} cortexa73-cortexa53" |
16 | PACKAGE_EXTRA_ARCHS_tune-cortexa73-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa73-cortexa53 cortexa73-cortexa53-crypto" | 16 | PACKAGE_EXTRA_ARCHS:tune-cortexa73-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} cortexa73-cortexa53 cortexa73-cortexa53-crypto" |
17 | BASE_LIB_tune-cortexa73-cortexa53 = "lib64" | 17 | BASE_LIB:tune-cortexa73-cortexa53 = "lib64" |
18 | BASE_LIB_tune-cortexa73-cortexa53-crypto = "lib64" | 18 | BASE_LIB:tune-cortexa73-cortexa53-crypto = "lib64" |
19 | 19 | ||
diff --git a/meta/conf/machine/include/tune-cortexa8.inc b/meta/conf/machine/include/tune-cortexa8.inc index f27bfb8d67..e27002a29a 100644 --- a/meta/conf/machine/include/tune-cortexa8.inc +++ b/meta/conf/machine/include/tune-cortexa8.inc | |||
@@ -8,32 +8,32 @@ MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'cortexa8', 'armv7a:' | |||
8 | 8 | ||
9 | # Little Endian base configs | 9 | # Little Endian base configs |
10 | AVAILTUNES += "cortexa8 cortexa8t cortexa8-neon cortexa8t-neon" | 10 | AVAILTUNES += "cortexa8 cortexa8t cortexa8-neon cortexa8t-neon" |
11 | ARMPKGARCH_tune-cortexa8 = "cortexa8" | 11 | ARMPKGARCH:tune-cortexa8 = "cortexa8" |
12 | ARMPKGARCH_tune-cortexa8t = "cortexa8" | 12 | ARMPKGARCH:tune-cortexa8t = "cortexa8" |
13 | ARMPKGARCH_tune-cortexa8-neon = "cortexa8" | 13 | ARMPKGARCH:tune-cortexa8-neon = "cortexa8" |
14 | ARMPKGARCH_tune-cortexa8t-neon = "cortexa8" | 14 | ARMPKGARCH:tune-cortexa8t-neon = "cortexa8" |
15 | # mcpu is used so don't use armv7a as we don't want march | 15 | # mcpu is used so don't use armv7a as we don't want march |
16 | TUNE_FEATURES_tune-cortexa8 = "arm vfp cortexa8" | 16 | TUNE_FEATURES:tune-cortexa8 = "arm vfp cortexa8" |
17 | TUNE_FEATURES_tune-cortexa8t = "${TUNE_FEATURES_tune-cortexa8} thumb" | 17 | TUNE_FEATURES:tune-cortexa8t = "${TUNE_FEATURES:tune-cortexa8} thumb" |
18 | TUNE_FEATURES_tune-cortexa8-neon = "${TUNE_FEATURES_tune-cortexa8} neon" | 18 | TUNE_FEATURES:tune-cortexa8-neon = "${TUNE_FEATURES:tune-cortexa8} neon" |
19 | TUNE_FEATURES_tune-cortexa8t-neon = "${TUNE_FEATURES_tune-cortexa8-neon} thumb" | 19 | TUNE_FEATURES:tune-cortexa8t-neon = "${TUNE_FEATURES:tune-cortexa8-neon} thumb" |
20 | PACKAGE_EXTRA_ARCHS_tune-cortexa8 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a} cortexa8-vfp" | 20 | PACKAGE_EXTRA_ARCHS:tune-cortexa8 = "${PACKAGE_EXTRA_ARCHS:tune-armv7a} cortexa8-vfp" |
21 | PACKAGE_EXTRA_ARCHS_tune-cortexa8t = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} cortexa8-vfp cortexa8t2-vfp" | 21 | PACKAGE_EXTRA_ARCHS:tune-cortexa8t = "${PACKAGE_EXTRA_ARCHS:tune-armv7at} cortexa8-vfp cortexa8t2-vfp" |
22 | PACKAGE_EXTRA_ARCHS_tune-cortexa8-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-neon} cortexa8-vfp cortexa8-neon" | 22 | PACKAGE_EXTRA_ARCHS:tune-cortexa8-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7a-neon} cortexa8-vfp cortexa8-neon" |
23 | PACKAGE_EXTRA_ARCHS_tune-cortexa8t-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7at-neon} cortexa8-vfp cortexa8-neon cortexa8t2-vfp cortexa8t2-neon" | 23 | PACKAGE_EXTRA_ARCHS:tune-cortexa8t-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7at-neon} cortexa8-vfp cortexa8-neon cortexa8t2-vfp cortexa8t2-neon" |
24 | 24 | ||
25 | # HF Tunes | 25 | # HF Tunes |
26 | AVAILTUNES += "cortexa8hf cortexa8thf cortexa8hf-neon cortexa8thf-neon" | 26 | AVAILTUNES += "cortexa8hf cortexa8thf cortexa8hf-neon cortexa8thf-neon" |
27 | ARMPKGARCH_tune-cortexa8hf = "cortexa8" | 27 | ARMPKGARCH:tune-cortexa8hf = "cortexa8" |
28 | ARMPKGARCH_tune-cortexa8thf = "cortexa8" | 28 | ARMPKGARCH:tune-cortexa8thf = "cortexa8" |
29 | ARMPKGARCH_tune-cortexa8hf-neon = "cortexa8" | 29 | ARMPKGARCH:tune-cortexa8hf-neon = "cortexa8" |
30 | ARMPKGARCH_tune-cortexa8thf-neon = "cortexa8" | 30 | ARMPKGARCH:tune-cortexa8thf-neon = "cortexa8" |
31 | # mcpu is used so don't use armv7a as we don't want march | 31 | # mcpu is used so don't use armv7a as we don't want march |
32 | TUNE_FEATURES_tune-cortexa8hf = "${TUNE_FEATURES_tune-cortexa8} callconvention-hard" | 32 | TUNE_FEATURES:tune-cortexa8hf = "${TUNE_FEATURES:tune-cortexa8} callconvention-hard" |
33 | TUNE_FEATURES_tune-cortexa8thf = "${TUNE_FEATURES_tune-cortexa8t} callconvention-hard" | 33 | TUNE_FEATURES:tune-cortexa8thf = "${TUNE_FEATURES:tune-cortexa8t} callconvention-hard" |
34 | TUNE_FEATURES_tune-cortexa8hf-neon = "${TUNE_FEATURES_tune-cortexa8-neon} callconvention-hard" | 34 | TUNE_FEATURES:tune-cortexa8hf-neon = "${TUNE_FEATURES:tune-cortexa8-neon} callconvention-hard" |
35 | TUNE_FEATURES_tune-cortexa8thf-neon = "${TUNE_FEATURES_tune-cortexa8t-neon} callconvention-hard" | 35 | TUNE_FEATURES:tune-cortexa8thf-neon = "${TUNE_FEATURES:tune-cortexa8t-neon} callconvention-hard" |
36 | PACKAGE_EXTRA_ARCHS_tune-cortexa8hf = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf} cortexa8hf-vfp" | 36 | PACKAGE_EXTRA_ARCHS:tune-cortexa8hf = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf} cortexa8hf-vfp" |
37 | PACKAGE_EXTRA_ARCHS_tune-cortexa8thf = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf} cortexa8hf-vfp cortexa8t2hf-vfp" | 37 | PACKAGE_EXTRA_ARCHS:tune-cortexa8thf = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf} cortexa8hf-vfp cortexa8t2hf-vfp" |
38 | PACKAGE_EXTRA_ARCHS_tune-cortexa8hf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf-neon} cortexa8hf-vfp cortexa8hf-neon" | 38 | PACKAGE_EXTRA_ARCHS:tune-cortexa8hf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf-neon} cortexa8hf-vfp cortexa8hf-neon" |
39 | PACKAGE_EXTRA_ARCHS_tune-cortexa8thf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf-neon} cortexa8hf-vfp cortexa8hf-neon cortexa8t2hf-vfp cortexa8t2hf-neon" | 39 | PACKAGE_EXTRA_ARCHS:tune-cortexa8thf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf-neon} cortexa8hf-vfp cortexa8hf-neon cortexa8t2hf-vfp cortexa8t2hf-neon" |
diff --git a/meta/conf/machine/include/tune-cortexa9.inc b/meta/conf/machine/include/tune-cortexa9.inc index 0eb8f3b9d3..d046a11a51 100644 --- a/meta/conf/machine/include/tune-cortexa9.inc +++ b/meta/conf/machine/include/tune-cortexa9.inc | |||
@@ -8,48 +8,48 @@ MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'cortexa9', 'armv7a:' | |||
8 | 8 | ||
9 | # Little Endian base configs | 9 | # Little Endian base configs |
10 | AVAILTUNES += "cortexa9 cortexa9t cortexa9-neon cortexa9t-neon" | 10 | AVAILTUNES += "cortexa9 cortexa9t cortexa9-neon cortexa9t-neon" |
11 | ARMPKGARCH_tune-cortexa9 = "cortexa9" | 11 | ARMPKGARCH:tune-cortexa9 = "cortexa9" |
12 | ARMPKGARCH_tune-cortexa9t = "cortexa9" | 12 | ARMPKGARCH:tune-cortexa9t = "cortexa9" |
13 | ARMPKGARCH_tune-cortexa9-neon = "cortexa9" | 13 | ARMPKGARCH:tune-cortexa9-neon = "cortexa9" |
14 | ARMPKGARCH_tune-cortexa9t-neon = "cortexa9" | 14 | ARMPKGARCH:tune-cortexa9t-neon = "cortexa9" |
15 | # mcpu is used so don't use armv7a as we don't want march | 15 | # mcpu is used so don't use armv7a as we don't want march |
16 | TUNE_FEATURES_tune-cortexa9 = "arm vfp cortexa9" | 16 | TUNE_FEATURES:tune-cortexa9 = "arm vfp cortexa9" |
17 | TUNE_FEATURES_tune-cortexa9t = "${TUNE_FEATURES_tune-cortexa9} thumb" | 17 | TUNE_FEATURES:tune-cortexa9t = "${TUNE_FEATURES:tune-cortexa9} thumb" |
18 | TUNE_FEATURES_tune-cortexa9-neon = "${TUNE_FEATURES_tune-cortexa9} neon" | 18 | TUNE_FEATURES:tune-cortexa9-neon = "${TUNE_FEATURES:tune-cortexa9} neon" |
19 | TUNE_FEATURES_tune-cortexa9t-neon = "${TUNE_FEATURES_tune-cortexa9-neon} thumb" | 19 | TUNE_FEATURES:tune-cortexa9t-neon = "${TUNE_FEATURES:tune-cortexa9-neon} thumb" |
20 | PACKAGE_EXTRA_ARCHS_tune-cortexa9 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a} cortexa9-vfp" | 20 | PACKAGE_EXTRA_ARCHS:tune-cortexa9 = "${PACKAGE_EXTRA_ARCHS:tune-armv7a} cortexa9-vfp" |
21 | PACKAGE_EXTRA_ARCHS_tune-cortexa9t = "${PACKAGE_EXTRA_ARCHS_tune-armv7at} cortexa9-vfp cortexa9t2-vfp" | 21 | PACKAGE_EXTRA_ARCHS:tune-cortexa9t = "${PACKAGE_EXTRA_ARCHS:tune-armv7at} cortexa9-vfp cortexa9t2-vfp" |
22 | PACKAGE_EXTRA_ARCHS_tune-cortexa9-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-neon} cortexa9-vfp cortexa9-neon" | 22 | PACKAGE_EXTRA_ARCHS:tune-cortexa9-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7a-neon} cortexa9-vfp cortexa9-neon" |
23 | PACKAGE_EXTRA_ARCHS_tune-cortexa9t-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7at-neon} cortexa9-vfp cortexa9-neon cortexa9t2-vfp cortexa9t2-neon" | 23 | PACKAGE_EXTRA_ARCHS:tune-cortexa9t-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7at-neon} cortexa9-vfp cortexa9-neon cortexa9t2-vfp cortexa9t2-neon" |
24 | 24 | ||
25 | # HF Tunes | 25 | # HF Tunes |
26 | AVAILTUNES += "cortexa9hf cortexa9thf cortexa9hf-neon cortexa9thf-neon" | 26 | AVAILTUNES += "cortexa9hf cortexa9thf cortexa9hf-neon cortexa9thf-neon" |
27 | ARMPKGARCH_tune-cortexa9hf = "cortexa9" | 27 | ARMPKGARCH:tune-cortexa9hf = "cortexa9" |
28 | ARMPKGARCH_tune-cortexa9thf = "cortexa9" | 28 | ARMPKGARCH:tune-cortexa9thf = "cortexa9" |
29 | ARMPKGARCH_tune-cortexa9hf-neon = "cortexa9" | 29 | ARMPKGARCH:tune-cortexa9hf-neon = "cortexa9" |
30 | ARMPKGARCH_tune-cortexa9thf-neon = "cortexa9" | 30 | ARMPKGARCH:tune-cortexa9thf-neon = "cortexa9" |
31 | # mcpu is used so don't use armv7a as we don't want march | 31 | # mcpu is used so don't use armv7a as we don't want march |
32 | TUNE_FEATURES_tune-cortexa9hf = "${TUNE_FEATURES_tune-cortexa9} callconvention-hard" | 32 | TUNE_FEATURES:tune-cortexa9hf = "${TUNE_FEATURES:tune-cortexa9} callconvention-hard" |
33 | TUNE_FEATURES_tune-cortexa9thf = "${TUNE_FEATURES_tune-cortexa9t} callconvention-hard" | 33 | TUNE_FEATURES:tune-cortexa9thf = "${TUNE_FEATURES:tune-cortexa9t} callconvention-hard" |
34 | TUNE_FEATURES_tune-cortexa9hf-neon = "${TUNE_FEATURES_tune-cortexa9-neon} callconvention-hard" | 34 | TUNE_FEATURES:tune-cortexa9hf-neon = "${TUNE_FEATURES:tune-cortexa9-neon} callconvention-hard" |
35 | TUNE_FEATURES_tune-cortexa9thf-neon = "${TUNE_FEATURES_tune-cortexa9t-neon} callconvention-hard" | 35 | TUNE_FEATURES:tune-cortexa9thf-neon = "${TUNE_FEATURES:tune-cortexa9t-neon} callconvention-hard" |
36 | PACKAGE_EXTRA_ARCHS_tune-cortexa9hf = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf} cortexa9hf-vfp" | 36 | PACKAGE_EXTRA_ARCHS:tune-cortexa9hf = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf} cortexa9hf-vfp" |
37 | PACKAGE_EXTRA_ARCHS_tune-cortexa9thf = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf} cortexa9hf-vfp cortexa9t2hf-vfp" | 37 | PACKAGE_EXTRA_ARCHS:tune-cortexa9thf = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf} cortexa9hf-vfp cortexa9t2hf-vfp" |
38 | PACKAGE_EXTRA_ARCHS_tune-cortexa9hf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf-neon} cortexa9hf-vfp cortexa9hf-neon" | 38 | PACKAGE_EXTRA_ARCHS:tune-cortexa9hf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf-neon} cortexa9hf-vfp cortexa9hf-neon" |
39 | PACKAGE_EXTRA_ARCHS_tune-cortexa9thf-neon = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf-neon} cortexa9hf-vfp cortexa9hf-neon cortexa9t2hf-vfp cortexa9t2hf-neon" | 39 | PACKAGE_EXTRA_ARCHS:tune-cortexa9thf-neon = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf-neon} cortexa9hf-vfp cortexa9hf-neon cortexa9t2hf-vfp cortexa9t2hf-neon" |
40 | 40 | ||
41 | # VFPv3 Tunes | 41 | # VFPv3 Tunes |
42 | AVAILTUNES += "cortexa9-vfpv3 cortexa9t-vfpv3 cortexa9hf-vfpv3 cortexa9thf-vfpv3" | 42 | AVAILTUNES += "cortexa9-vfpv3 cortexa9t-vfpv3 cortexa9hf-vfpv3 cortexa9thf-vfpv3" |
43 | ARMPKGARCH_tune-cortexa9-vfpv3 = "cortexa9" | 43 | ARMPKGARCH:tune-cortexa9-vfpv3 = "cortexa9" |
44 | ARMPKGARCH_tune-cortexa9t-vfpv3 = "cortexa9" | 44 | ARMPKGARCH:tune-cortexa9t-vfpv3 = "cortexa9" |
45 | ARMPKGARCH_tune-cortexa9hf-vfpv3 = "cortexa9" | 45 | ARMPKGARCH:tune-cortexa9hf-vfpv3 = "cortexa9" |
46 | ARMPKGARCH_tune-cortexa9thf-vfpv3 = "cortexa9" | 46 | ARMPKGARCH:tune-cortexa9thf-vfpv3 = "cortexa9" |
47 | # mcpu is used so don't use armv7a as we don't want march | 47 | # mcpu is used so don't use armv7a as we don't want march |
48 | TUNE_FEATURES_tune-cortexa9-vfpv3 = "${TUNE_FEATURES_tune-cortexa9} vfpv3" | 48 | TUNE_FEATURES:tune-cortexa9-vfpv3 = "${TUNE_FEATURES:tune-cortexa9} vfpv3" |
49 | TUNE_FEATURES_tune-cortexa9t-vfpv3 = "${TUNE_FEATURES_tune-cortexa9t} vfpv3" | 49 | TUNE_FEATURES:tune-cortexa9t-vfpv3 = "${TUNE_FEATURES:tune-cortexa9t} vfpv3" |
50 | TUNE_FEATURES_tune-cortexa9hf-vfpv3 = "${TUNE_FEATURES_tune-cortexa9hf} vfpv3" | 50 | TUNE_FEATURES:tune-cortexa9hf-vfpv3 = "${TUNE_FEATURES:tune-cortexa9hf} vfpv3" |
51 | TUNE_FEATURES_tune-cortexa9thf-vfpv3 = "${TUNE_FEATURES_tune-cortexa9thf} vfpv3" | 51 | TUNE_FEATURES:tune-cortexa9thf-vfpv3 = "${TUNE_FEATURES:tune-cortexa9thf} vfpv3" |
52 | PACKAGE_EXTRA_ARCHS_tune-cortexa9-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-vfpv3} cortexa9-vfp cortexa9-vfpv3" | 52 | PACKAGE_EXTRA_ARCHS:tune-cortexa9-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7a-vfpv3} cortexa9-vfp cortexa9-vfpv3" |
53 | PACKAGE_EXTRA_ARCHS_tune-cortexa9t-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7at-vfpv3} cortexa9-vfp cortexa9-vfpv3 cortexa9t2-vfp cortexa9t2-vfpv3" | 53 | PACKAGE_EXTRA_ARCHS:tune-cortexa9t-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7at-vfpv3} cortexa9-vfp cortexa9-vfpv3 cortexa9t2-vfp cortexa9t2-vfpv3" |
54 | PACKAGE_EXTRA_ARCHS_tune-cortexa9hf-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7ahf-vfpv3} cortexa9hf-vfp cortexa9hf-vfpv3" | 54 | PACKAGE_EXTRA_ARCHS:tune-cortexa9hf-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7ahf-vfpv3} cortexa9hf-vfp cortexa9hf-vfpv3" |
55 | PACKAGE_EXTRA_ARCHS_tune-cortexa9thf-vfpv3 = "${PACKAGE_EXTRA_ARCHS_tune-armv7athf-vfpv3} cortexa9hf-vfp cortexa9hf-vfpv3 cortexa9t2hf-vfp cortexa9t2hf-vfpv3" | 55 | PACKAGE_EXTRA_ARCHS:tune-cortexa9thf-vfpv3 = "${PACKAGE_EXTRA_ARCHS:tune-armv7athf-vfpv3} cortexa9hf-vfp cortexa9hf-vfpv3 cortexa9t2hf-vfp cortexa9t2hf-vfpv3" |
diff --git a/meta/conf/machine/include/tune-ep9312.inc b/meta/conf/machine/include/tune-ep9312.inc index 5e1a0e5791..0d481d3888 100644 --- a/meta/conf/machine/include/tune-ep9312.inc +++ b/meta/conf/machine/include/tune-ep9312.inc | |||
@@ -7,6 +7,6 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ep9312', ' -march=ep9312 | |||
7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'ep9312', 'armv4:', '', d)}" | 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'ep9312', 'armv4:', '', d)}" |
8 | 8 | ||
9 | AVAILTUNES += "ep9312" | 9 | AVAILTUNES += "ep9312" |
10 | ARMPKGARCH_tune-ep9312 = "ep9312" | 10 | ARMPKGARCH:tune-ep9312 = "ep9312" |
11 | TUNE_FEATURES_tune-ep9312 = "thumb ep9312" | 11 | TUNE_FEATURES:tune-ep9312 = "thumb ep9312" |
12 | PACKAGE_EXTRA_ARCHS_tune-ep9312 = "${PACKAGE_EXTRA_ARCHS_tune-armv4t} ep9312t" | 12 | PACKAGE_EXTRA_ARCHS:tune-ep9312 = "${PACKAGE_EXTRA_ARCHS:tune-armv4t} ep9312t" |
diff --git a/meta/conf/machine/include/tune-i586-nlp.inc b/meta/conf/machine/include/tune-i586-nlp.inc index 88e59038fa..ecfbf9f1b2 100644 --- a/meta/conf/machine/include/tune-i586-nlp.inc +++ b/meta/conf/machine/include/tune-i586-nlp.inc | |||
@@ -13,7 +13,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'i586-nlp', ' -march=i586 | |||
13 | 13 | ||
14 | # Quark tune feature | 14 | # Quark tune feature |
15 | AVAILTUNES = "i586-nlp-32" | 15 | AVAILTUNES = "i586-nlp-32" |
16 | TUNE_FEATURES_tune-i586-nlp-32 = "${TUNE_FEATURES_tune-x86} i586-nlp" | 16 | TUNE_FEATURES:tune-i586-nlp-32 = "${TUNE_FEATURES:tune-x86} i586-nlp" |
17 | BASE_LIB_tune-i586-nlp-32 = "lib" | 17 | BASE_LIB:tune-i586-nlp-32 = "lib" |
18 | TUNE_PKGARCH_tune-i586-nlp-32 = "i586-nlp-32" | 18 | TUNE_PKGARCH:tune-i586-nlp-32 = "i586-nlp-32" |
19 | PACKAGE_EXTRA_ARCHS_tune-i586-nlp-32 = "i586-nlp-32" | 19 | PACKAGE_EXTRA_ARCHS:tune-i586-nlp-32 = "i586-nlp-32" |
diff --git a/meta/conf/machine/include/tune-i586.inc b/meta/conf/machine/include/tune-i586.inc index 1ab17bd402..b1299e9e91 100644 --- a/meta/conf/machine/include/tune-i586.inc +++ b/meta/conf/machine/include/tune-i586.inc | |||
@@ -8,7 +8,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'i586', ' -march=i586', '' | |||
8 | 8 | ||
9 | # Extra tune selections | 9 | # Extra tune selections |
10 | AVAILTUNES += "i586" | 10 | AVAILTUNES += "i586" |
11 | TUNE_FEATURES_tune-i586 = "${TUNE_FEATURES_tune-x86} i586" | 11 | TUNE_FEATURES:tune-i586 = "${TUNE_FEATURES:tune-x86} i586" |
12 | BASE_LIB_tune-i586 = "lib" | 12 | BASE_LIB:tune-i586 = "lib" |
13 | TUNE_PKGARCH_tune-i586 = "i586" | 13 | TUNE_PKGARCH:tune-i586 = "i586" |
14 | PACKAGE_EXTRA_ARCHS_tune-i586 = "${PACKAGE_EXTRA_ARCHS_tune-x86} i586" | 14 | PACKAGE_EXTRA_ARCHS:tune-i586 = "${PACKAGE_EXTRA_ARCHS:tune-x86} i586" |
diff --git a/meta/conf/machine/include/tune-i686.inc b/meta/conf/machine/include/tune-i686.inc index bdb4799209..3feb4df8ba 100644 --- a/meta/conf/machine/include/tune-i686.inc +++ b/meta/conf/machine/include/tune-i686.inc | |||
@@ -21,7 +21,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'i686', ' -march=i686', '' | |||
21 | 21 | ||
22 | # Extra tune selections | 22 | # Extra tune selections |
23 | AVAILTUNES += "i686" | 23 | AVAILTUNES += "i686" |
24 | TUNE_FEATURES_tune-i686 = "${TUNE_FEATURES_tune-x86} i686" | 24 | TUNE_FEATURES:tune-i686 = "${TUNE_FEATURES:tune-x86} i686" |
25 | BASE_LIB_tune-i686 = "lib" | 25 | BASE_LIB:tune-i686 = "lib" |
26 | TUNE_PKGARCH_tune-i686 = "i686" | 26 | TUNE_PKGARCH:tune-i686 = "i686" |
27 | PACKAGE_EXTRA_ARCHS_tune-i686 = "${PACKAGE_EXTRA_ARCHS_tune-i586} i686" | 27 | PACKAGE_EXTRA_ARCHS:tune-i686 = "${PACKAGE_EXTRA_ARCHS:tune-i586} i686" |
diff --git a/meta/conf/machine/include/tune-iwmmxt.inc b/meta/conf/machine/include/tune-iwmmxt.inc index 81ff4c9ae2..c584b47d18 100644 --- a/meta/conf/machine/include/tune-iwmmxt.inc +++ b/meta/conf/machine/include/tune-iwmmxt.inc | |||
@@ -10,6 +10,6 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'iwmmxt', ' -mcpu=iwmmxt', | |||
10 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'iwmmxt', 'armv5:', '', d)}" | 10 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'iwmmxt', 'armv5:', '', d)}" |
11 | 11 | ||
12 | AVAILTUNES += "iwmmxt" | 12 | AVAILTUNES += "iwmmxt" |
13 | ARMPKGARCH_tune-iwmmxt = "iwmmxt" | 13 | ARMPKGARCH:tune-iwmmxt = "iwmmxt" |
14 | TUNE_FEATURES_tune-iwmmxt = "thumb iwmmxt" | 14 | TUNE_FEATURES:tune-iwmmxt = "thumb iwmmxt" |
15 | PACKAGE_EXTRA_ARCHS_tune-iwmmxt = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} iwmmxt iwmmxtt" | 15 | PACKAGE_EXTRA_ARCHS:tune-iwmmxt = "${PACKAGE_EXTRA_ARCHS:tune-armv5te} iwmmxt iwmmxtt" |
diff --git a/meta/conf/machine/include/tune-mcf5441x.inc b/meta/conf/machine/include/tune-mcf5441x.inc index 11a41a7c5d..7eefce03cb 100644 --- a/meta/conf/machine/include/tune-mcf5441x.inc +++ b/meta/conf/machine/include/tune-mcf5441x.inc | |||
@@ -6,8 +6,8 @@ TUNEVALID[mcf5441x] = "Enable coldfire specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mcf5441x', ' -mcpu=54418', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mcf5441x', ' -mcpu=54418', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "mcf5441x" | 8 | AVAILTUNES += "mcf5441x" |
9 | TUNE_FEATURES_tune-mcf5441x = "mcf5441x" | 9 | TUNE_FEATURES:tune-mcf5441x = "mcf5441x" |
10 | TUNE_ARCH_tune-mcf5441x = "mcf5441x" | 10 | TUNE_ARCH:tune-mcf5441x = "mcf5441x" |
11 | TUNE_PKGARCH_tune-mcf5441x = "mcf5441x" | 11 | TUNE_PKGARCH:tune-mcf5441x = "mcf5441x" |
12 | PACKAGE_EXTRA_ARCHS_tune-mcf5441x = "m68k mcf5441x" | 12 | PACKAGE_EXTRA_ARCHS:tune-mcf5441x = "m68k mcf5441x" |
13 | 13 | ||
diff --git a/meta/conf/machine/include/tune-microblaze.inc b/meta/conf/machine/include/tune-microblaze.inc index 41f0afe668..11f7233cf4 100644 --- a/meta/conf/machine/include/tune-microblaze.inc +++ b/meta/conf/machine/include/tune-microblaze.inc | |||
@@ -3,6 +3,6 @@ DEFAULTTUNE ?= "microblaze" | |||
3 | require conf/machine/include/microblaze/arch-microblaze.inc | 3 | require conf/machine/include/microblaze/arch-microblaze.inc |
4 | 4 | ||
5 | AVAILTUNES += "microblaze" | 5 | AVAILTUNES += "microblaze" |
6 | TUNE_FEATURES_tune-microblaze = "microblaze" | 6 | TUNE_FEATURES:tune-microblaze = "microblaze" |
7 | PACKAGE_EXTRA_ARCHS_tune-microblaze = "${TUNE_PKGARCH}" | 7 | PACKAGE_EXTRA_ARCHS:tune-microblaze = "${TUNE_PKGARCH}" |
8 | 8 | ||
diff --git a/meta/conf/machine/include/tune-mips32.inc b/meta/conf/machine/include/tune-mips32.inc index a90c0f059d..820087f59d 100644 --- a/meta/conf/machine/include/tune-mips32.inc +++ b/meta/conf/machine/include/tune-mips32.inc | |||
@@ -9,21 +9,21 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mips32', ' -march=mips32' | |||
9 | # Base Tunes (Hard Float) | 9 | # Base Tunes (Hard Float) |
10 | AVAILTUNES += "mips32 mips32el" | 10 | AVAILTUNES += "mips32 mips32el" |
11 | 11 | ||
12 | TUNE_FEATURES_tune-mips32 = "${TUNE_FEATURES_tune-mips} mips32" | 12 | TUNE_FEATURES:tune-mips32 = "${TUNE_FEATURES:tune-mips} mips32" |
13 | MIPSPKGSFX_VARIANT_tune-mips32 = "mips32" | 13 | MIPSPKGSFX_VARIANT:tune-mips32 = "mips32" |
14 | PACKAGE_EXTRA_ARCHS_tune-mips32 = "mips mips32" | 14 | PACKAGE_EXTRA_ARCHS:tune-mips32 = "mips mips32" |
15 | 15 | ||
16 | TUNE_FEATURES_tune-mips32el = "${TUNE_FEATURES_tune-mipsel} mips32" | 16 | TUNE_FEATURES:tune-mips32el = "${TUNE_FEATURES:tune-mipsel} mips32" |
17 | MIPSPKGSFX_VARIANT_tune-mips32el = "mips32el" | 17 | MIPSPKGSFX_VARIANT:tune-mips32el = "mips32el" |
18 | PACKAGE_EXTRA_ARCHS_tune-mips32el = "mipsel mips32el" | 18 | PACKAGE_EXTRA_ARCHS:tune-mips32el = "mipsel mips32el" |
19 | 19 | ||
20 | # Soft Float | 20 | # Soft Float |
21 | AVAILTUNES += "mips32-nf mips32el-nf" | 21 | AVAILTUNES += "mips32-nf mips32el-nf" |
22 | 22 | ||
23 | TUNE_FEATURES_tune-mips32-nf = "${TUNE_FEATURES_tune-mips-nf} mips32" | 23 | TUNE_FEATURES:tune-mips32-nf = "${TUNE_FEATURES:tune-mips-nf} mips32" |
24 | MIPSPKGSFX_VARIANT_tune-mips32-nf = "mips32" | 24 | MIPSPKGSFX_VARIANT:tune-mips32-nf = "mips32" |
25 | PACKAGE_EXTRA_ARCHS_tune-mips32-nf = "mips-nf mips32-nf" | 25 | PACKAGE_EXTRA_ARCHS:tune-mips32-nf = "mips-nf mips32-nf" |
26 | 26 | ||
27 | TUNE_FEATURES_tune-mips32el-nf = "${TUNE_FEATURES_tune-mipsel-nf} mips32" | 27 | TUNE_FEATURES:tune-mips32el-nf = "${TUNE_FEATURES:tune-mipsel-nf} mips32" |
28 | MIPSPKGSFX_VARIANT_tune-mips32el-nf = "mips32el" | 28 | MIPSPKGSFX_VARIANT:tune-mips32el-nf = "mips32el" |
29 | PACKAGE_EXTRA_ARCHS_tune-mips32el-nf = "mipsel-nf mips32el-nf" | 29 | PACKAGE_EXTRA_ARCHS:tune-mips32el-nf = "mipsel-nf mips32el-nf" |
diff --git a/meta/conf/machine/include/tune-mips32r2.inc b/meta/conf/machine/include/tune-mips32r2.inc index 14473ca831..e7f6753d3d 100644 --- a/meta/conf/machine/include/tune-mips32r2.inc +++ b/meta/conf/machine/include/tune-mips32r2.inc | |||
@@ -9,21 +9,21 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mips32r2', ' -march=mips3 | |||
9 | # Base Tunes (Hard Float) | 9 | # Base Tunes (Hard Float) |
10 | AVAILTUNES += "mips32r2 mips32r2el" | 10 | AVAILTUNES += "mips32r2 mips32r2el" |
11 | 11 | ||
12 | TUNE_FEATURES_tune-mips32r2 = "${TUNE_FEATURES_tune-mips} mips32r2" | 12 | TUNE_FEATURES:tune-mips32r2 = "${TUNE_FEATURES:tune-mips} mips32r2" |
13 | MIPSPKGSFX_VARIANT_tune-mips32r2 = "mips32r2" | 13 | MIPSPKGSFX_VARIANT:tune-mips32r2 = "mips32r2" |
14 | PACKAGE_EXTRA_ARCHS_tune-mips32r2 = "mips mips32 mips32r2" | 14 | PACKAGE_EXTRA_ARCHS:tune-mips32r2 = "mips mips32 mips32r2" |
15 | 15 | ||
16 | TUNE_FEATURES_tune-mips32r2el = "${TUNE_FEATURES_tune-mipsel} mips32r2" | 16 | TUNE_FEATURES:tune-mips32r2el = "${TUNE_FEATURES:tune-mipsel} mips32r2" |
17 | MIPSPKGSFX_VARIANT_tune-mips32r2el = "mips32r2el" | 17 | MIPSPKGSFX_VARIANT:tune-mips32r2el = "mips32r2el" |
18 | PACKAGE_EXTRA_ARCHS_tune-mips32r2el = "mipsel mips32el mips32r2el" | 18 | PACKAGE_EXTRA_ARCHS:tune-mips32r2el = "mipsel mips32el mips32r2el" |
19 | 19 | ||
20 | # Soft Float | 20 | # Soft Float |
21 | AVAILTUNES += "mips32r2-nf mips32r2el-nf" | 21 | AVAILTUNES += "mips32r2-nf mips32r2el-nf" |
22 | 22 | ||
23 | TUNE_FEATURES_tune-mips32r2-nf = "${TUNE_FEATURES_tune-mips-nf} mips32r2" | 23 | TUNE_FEATURES:tune-mips32r2-nf = "${TUNE_FEATURES:tune-mips-nf} mips32r2" |
24 | MIPSPKGSFX_VARIANT_tune-mips32r2-nf = "mips32r2" | 24 | MIPSPKGSFX_VARIANT:tune-mips32r2-nf = "mips32r2" |
25 | PACKAGE_EXTRA_ARCHS_tune-mips32r2-nf = "mips-nf mips32-nf mips32r2-nf" | 25 | PACKAGE_EXTRA_ARCHS:tune-mips32r2-nf = "mips-nf mips32-nf mips32r2-nf" |
26 | 26 | ||
27 | TUNE_FEATURES_tune-mips32r2el-nf = "${TUNE_FEATURES_tune-mipsel-nf} mips32r2" | 27 | TUNE_FEATURES:tune-mips32r2el-nf = "${TUNE_FEATURES:tune-mipsel-nf} mips32r2" |
28 | MIPSPKGSFX_VARIANT_tune-mips32r2el-nf = "mips32r2el" | 28 | MIPSPKGSFX_VARIANT:tune-mips32r2el-nf = "mips32r2el" |
29 | PACKAGE_EXTRA_ARCHS_tune-mips32r2el-nf = "mipsel-nf mips32el-nf mips32r2el-nf" | 29 | PACKAGE_EXTRA_ARCHS:tune-mips32r2el-nf = "mipsel-nf mips32el-nf mips32r2el-nf" |
diff --git a/meta/conf/machine/include/tune-mips32r6.inc b/meta/conf/machine/include/tune-mips32r6.inc index 44369cb59c..9904cc0b11 100644 --- a/meta/conf/machine/include/tune-mips32r6.inc +++ b/meta/conf/machine/include/tune-mips32r6.inc | |||
@@ -9,21 +9,21 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mipsisa32r6', ' -march=mi | |||
9 | # Base Tunes (Hard Float) | 9 | # Base Tunes (Hard Float) |
10 | AVAILTUNES += "mipsisa32r6 mipsisa32r6el" | 10 | AVAILTUNES += "mipsisa32r6 mipsisa32r6el" |
11 | 11 | ||
12 | TUNE_FEATURES_tune-mipsisa32r6 = "o32 bigendian mipsisa32r6 fpu-hard r6" | 12 | TUNE_FEATURES:tune-mipsisa32r6 = "o32 bigendian mipsisa32r6 fpu-hard r6" |
13 | MIPSPKGSFX_VARIANT_tune-mipsisa32r6 = "${TUNE_ARCH}" | 13 | MIPSPKGSFX_VARIANT:tune-mipsisa32r6 = "${TUNE_ARCH}" |
14 | PACKAGE_EXTRA_ARCHS_tune-mipsisa32r6 = "mipsisa32r6" | 14 | PACKAGE_EXTRA_ARCHS:tune-mipsisa32r6 = "mipsisa32r6" |
15 | 15 | ||
16 | TUNE_FEATURES_tune-mipsisa32r6el = "o32 fpu-hard mipsisa32r6 r6" | 16 | TUNE_FEATURES:tune-mipsisa32r6el = "o32 fpu-hard mipsisa32r6 r6" |
17 | MIPSPKGSFX_VARIANT_tune-mipsisa32r6el = "${TUNE_ARCH}" | 17 | MIPSPKGSFX_VARIANT:tune-mipsisa32r6el = "${TUNE_ARCH}" |
18 | PACKAGE_EXTRA_ARCHS_tune-mipsisa32r6el = "mipsisa32r6el" | 18 | PACKAGE_EXTRA_ARCHS:tune-mipsisa32r6el = "mipsisa32r6el" |
19 | 19 | ||
20 | # Soft Float | 20 | # Soft Float |
21 | AVAILTUNES += "mipsisa32r6-nf mipsisa32r6el-nf" | 21 | AVAILTUNES += "mipsisa32r6-nf mipsisa32r6el-nf" |
22 | 22 | ||
23 | TUNE_FEATURES_tune-mipsisa32r6-nf = "o32 bigendian mipsisa32r6 r6" | 23 | TUNE_FEATURES:tune-mipsisa32r6-nf = "o32 bigendian mipsisa32r6 r6" |
24 | MIPSPKGSFX_VARIANT_tune-mipsisa32r6-nf = "${TUNE_ARCH}" | 24 | MIPSPKGSFX_VARIANT:tune-mipsisa32r6-nf = "${TUNE_ARCH}" |
25 | PACKAGE_EXTRA_ARCHS_tune-mipsisa32r6-nf = "mipsisa32r6-nf" | 25 | PACKAGE_EXTRA_ARCHS:tune-mipsisa32r6-nf = "mipsisa32r6-nf" |
26 | 26 | ||
27 | TUNE_FEATURES_tune-mipsisa32r6el-nf = "o32 mipsisa32r6 r6" | 27 | TUNE_FEATURES:tune-mipsisa32r6el-nf = "o32 mipsisa32r6 r6" |
28 | MIPSPKGSFX_VARIANT_tune-mipsisa32r6el-nf = "${TUNE_ARCH}" | 28 | MIPSPKGSFX_VARIANT:tune-mipsisa32r6el-nf = "${TUNE_ARCH}" |
29 | PACKAGE_EXTRA_ARCHS_tune-mipsisa32r6el-nf = "mipsisa32r6el-nf" | 29 | PACKAGE_EXTRA_ARCHS:tune-mipsisa32r6el-nf = "mipsisa32r6el-nf" |
diff --git a/meta/conf/machine/include/tune-mips64r2.inc b/meta/conf/machine/include/tune-mips64r2.inc index 75d7535add..6337abb09f 100644 --- a/meta/conf/machine/include/tune-mips64r2.inc +++ b/meta/conf/machine/include/tune-mips64r2.inc | |||
@@ -8,77 +8,77 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mips64r2', ' -march=mips6 | |||
8 | # Base tunes | 8 | # Base tunes |
9 | AVAILTUNES += "mips64r2 mips64r2el" | 9 | AVAILTUNES += "mips64r2 mips64r2el" |
10 | 10 | ||
11 | TUNE_FEATURES_tune-mips64r2 = "${TUNE_FEATURES_tune-mips64} mips64r2" | 11 | TUNE_FEATURES:tune-mips64r2 = "${TUNE_FEATURES:tune-mips64} mips64r2" |
12 | BASE_LIB_tune-mips64r2 = "lib64" | 12 | BASE_LIB:tune-mips64r2 = "lib64" |
13 | MIPSPKGSFX_VARIANT_tune-mips64r2 = "mips64r2" | 13 | MIPSPKGSFX_VARIANT:tune-mips64r2 = "mips64r2" |
14 | PACKAGE_EXTRA_ARCHS_tune-mips64r2 = "mips64 mips64r2" | 14 | PACKAGE_EXTRA_ARCHS:tune-mips64r2 = "mips64 mips64r2" |
15 | 15 | ||
16 | TUNE_FEATURES_tune-mips64r2el = "${TUNE_FEATURES_tune-mips64el} mips64r2" | 16 | TUNE_FEATURES:tune-mips64r2el = "${TUNE_FEATURES:tune-mips64el} mips64r2" |
17 | BASE_LIB_tune-mips64r2el = "lib64" | 17 | BASE_LIB:tune-mips64r2el = "lib64" |
18 | MIPSPKGSFX_VARIANT_tune-mips64r2el = "mips64r2el" | 18 | MIPSPKGSFX_VARIANT:tune-mips64r2el = "mips64r2el" |
19 | PACKAGE_EXTRA_ARCHS_tune-mips64r2el = "mips64el mips64r2el" | 19 | PACKAGE_EXTRA_ARCHS:tune-mips64r2el = "mips64el mips64r2el" |
20 | 20 | ||
21 | # MIPS 64r2 Soft Float | 21 | # MIPS 64r2 Soft Float |
22 | AVAILTUNES += "mips64r2-nf mips64r2el-nf" | 22 | AVAILTUNES += "mips64r2-nf mips64r2el-nf" |
23 | 23 | ||
24 | TUNE_FEATURES_tune-mips64r2-nf = "${TUNE_FEATURES_tune-mips64-nf} mips64r2" | 24 | TUNE_FEATURES:tune-mips64r2-nf = "${TUNE_FEATURES:tune-mips64-nf} mips64r2" |
25 | BASE_LIB_tune-mips64r2-nf = "lib64" | 25 | BASE_LIB:tune-mips64r2-nf = "lib64" |
26 | MIPSPKGSFX_VARIANT_tune-mips64r2-nf = "${TUNE_ARCH}" | 26 | MIPSPKGSFX_VARIANT:tune-mips64r2-nf = "${TUNE_ARCH}" |
27 | PACKAGE_EXTRA_ARCHS_tune-mips64r2-nf = "mips64-nf mips64r2-nf" | 27 | PACKAGE_EXTRA_ARCHS:tune-mips64r2-nf = "mips64-nf mips64r2-nf" |
28 | 28 | ||
29 | TUNE_FEATURES_tune-mips64r2el-nf = "${TUNE_FEATURES_tune-mips64el-nf} mips64r2" | 29 | TUNE_FEATURES:tune-mips64r2el-nf = "${TUNE_FEATURES:tune-mips64el-nf} mips64r2" |
30 | BASE_LIB_tune-mips64r2el-nf = "lib64" | 30 | BASE_LIB:tune-mips64r2el-nf = "lib64" |
31 | MIPSPKGSFX_VARIANT_tune-mips64r2el-nf = "${TUNE_ARCH}" | 31 | MIPSPKGSFX_VARIANT:tune-mips64r2el-nf = "${TUNE_ARCH}" |
32 | PACKAGE_EXTRA_ARCHS_tune-mips64r2el-nf = "mips64el-nf mips64r2el-nf" | 32 | PACKAGE_EXTRA_ARCHS:tune-mips64r2el-nf = "mips64el-nf mips64r2el-nf" |
33 | 33 | ||
34 | # MIPS 64r2 n32 | 34 | # MIPS 64r2 n32 |
35 | AVAILTUNES += "mips64r2-n32 mips64r2el-n32" | 35 | AVAILTUNES += "mips64r2-n32 mips64r2el-n32" |
36 | 36 | ||
37 | TUNE_FEATURES_tune-mips64r2-n32 = "${TUNE_FEATURES_tune-mips64-n32} mips64r2" | 37 | TUNE_FEATURES:tune-mips64r2-n32 = "${TUNE_FEATURES:tune-mips64-n32} mips64r2" |
38 | BASE_LIB_tune-mips64r2-n32 = "lib32" | 38 | BASE_LIB:tune-mips64r2-n32 = "lib32" |
39 | MIPSPKGSFX_VARIANT_tune-mips64r2-n32 = "${TUNE_ARCH}" | 39 | MIPSPKGSFX_VARIANT:tune-mips64r2-n32 = "${TUNE_ARCH}" |
40 | PACKAGE_EXTRA_ARCHS_tune-mips64r2-n32 = "mips64-n32 mips64r2-n32" | 40 | PACKAGE_EXTRA_ARCHS:tune-mips64r2-n32 = "mips64-n32 mips64r2-n32" |
41 | 41 | ||
42 | TUNE_FEATURES_tune-mips64r2el-n32 = "${TUNE_FEATURES_tune-mips64el-n32} mips64r2" | 42 | TUNE_FEATURES:tune-mips64r2el-n32 = "${TUNE_FEATURES:tune-mips64el-n32} mips64r2" |
43 | BASE_LIB_tune-mips64r2el-n32 = "lib32" | 43 | BASE_LIB:tune-mips64r2el-n32 = "lib32" |
44 | MIPSPKGSFX_VARIANT_tune-mips64r2el-n32 = "${TUNE_ARCH}" | 44 | MIPSPKGSFX_VARIANT:tune-mips64r2el-n32 = "${TUNE_ARCH}" |
45 | PACKAGE_EXTRA_ARCHS_tune-mips64r2el-n32 = "mips64el-n32 mips64r2el-n32" | 45 | PACKAGE_EXTRA_ARCHS:tune-mips64r2el-n32 = "mips64el-n32 mips64r2el-n32" |
46 | 46 | ||
47 | # MIPS 64r2 n32 and Soft Float | 47 | # MIPS 64r2 n32 and Soft Float |
48 | AVAILTUNES += "mips64r2-nf-n32 mips64r2el-nf-n32" | 48 | AVAILTUNES += "mips64r2-nf-n32 mips64r2el-nf-n32" |
49 | 49 | ||
50 | TUNE_FEATURES_tune-mips64r2-nf-n32 = "${TUNE_FEATURES_tune-mips64-nf-n32} mips64r2" | 50 | TUNE_FEATURES:tune-mips64r2-nf-n32 = "${TUNE_FEATURES:tune-mips64-nf-n32} mips64r2" |
51 | BASE_LIB_tune-mips64r2-nf-n32 = "lib32" | 51 | BASE_LIB:tune-mips64r2-nf-n32 = "lib32" |
52 | MIPSPKGSFX_VARIANT_tune-mips64r2-nf-n32 = "${TUNE_ARCH}" | 52 | MIPSPKGSFX_VARIANT:tune-mips64r2-nf-n32 = "${TUNE_ARCH}" |
53 | PACKAGE_EXTRA_ARCHS_tune-mips64r2-nf-n32 = "mips64-nf-n32 mips64r2-nf-n32" | 53 | PACKAGE_EXTRA_ARCHS:tune-mips64r2-nf-n32 = "mips64-nf-n32 mips64r2-nf-n32" |
54 | 54 | ||
55 | TUNE_FEATURES_tune-mips64r2el-nf-n32 = "${TUNE_FEATURES_tune-mips64el-nf-n32} mips64r2" | 55 | TUNE_FEATURES:tune-mips64r2el-nf-n32 = "${TUNE_FEATURES:tune-mips64el-nf-n32} mips64r2" |
56 | BASE_LIB_tune-mips64r2el-nf-n32 = "lib32" | 56 | BASE_LIB:tune-mips64r2el-nf-n32 = "lib32" |
57 | MIPSPKGSFX_VARIANT_tune-mips64r2el-nf-n32 = "${TUNE_ARCH}" | 57 | MIPSPKGSFX_VARIANT:tune-mips64r2el-nf-n32 = "${TUNE_ARCH}" |
58 | PACKAGE_EXTRA_ARCHS_tune-mips64r2el-nf-n32 = "mips64el-nf-n32 mips64r2el-nf-n32" | 58 | PACKAGE_EXTRA_ARCHS:tune-mips64r2el-nf-n32 = "mips64el-nf-n32 mips64r2el-nf-n32" |
59 | 59 | ||
60 | # MIPS 64r2 o32 | 60 | # MIPS 64r2 o32 |
61 | AVAILTUNES += "mips64r2-o32 mips64r2el-o32" | 61 | AVAILTUNES += "mips64r2-o32 mips64r2el-o32" |
62 | 62 | ||
63 | TUNE_FEATURES_tune-mips64r2-o32 = "${TUNE_FEATURES_tune-mips64-o32} mips64r2" | 63 | TUNE_FEATURES:tune-mips64r2-o32 = "${TUNE_FEATURES:tune-mips64-o32} mips64r2" |
64 | BASE_LIB_tune-mips64r2-o32 = "lib" | 64 | BASE_LIB:tune-mips64r2-o32 = "lib" |
65 | MIPSPKGSFX_VARIANT_tune-mips64r2-o32 = "${TUNE_ARCH}" | 65 | MIPSPKGSFX_VARIANT:tune-mips64r2-o32 = "${TUNE_ARCH}" |
66 | PACKAGE_EXTRA_ARCHS_tune-mips64r2-o32 = "mips mips64-o32 mips64r2-o32" | 66 | PACKAGE_EXTRA_ARCHS:tune-mips64r2-o32 = "mips mips64-o32 mips64r2-o32" |
67 | 67 | ||
68 | TUNE_FEATURES_tune-mips64r2el-o32 = "${TUNE_FEATURES_tune-mips64el-o32} mips64r2" | 68 | TUNE_FEATURES:tune-mips64r2el-o32 = "${TUNE_FEATURES:tune-mips64el-o32} mips64r2" |
69 | BASE_LIB_tune-mips64r2el-o32 = "lib" | 69 | BASE_LIB:tune-mips64r2el-o32 = "lib" |
70 | MIPSPKGSFX_VARIANT_tune-mips64r2el-o32 = "${TUNE_ARCH}" | 70 | MIPSPKGSFX_VARIANT:tune-mips64r2el-o32 = "${TUNE_ARCH}" |
71 | PACKAGE_EXTRA_ARCHS_tune-mips64r2el-o32 = "mipsel mips64el-o32 mips64r2el-o32" | 71 | PACKAGE_EXTRA_ARCHS:tune-mips64r2el-o32 = "mipsel mips64el-o32 mips64r2el-o32" |
72 | 72 | ||
73 | # MIPS 64r2 o32 and Soft Float | 73 | # MIPS 64r2 o32 and Soft Float |
74 | AVAILTUNES += "mips64r2-nf-o32 mips64r2el-nf-o32" | 74 | AVAILTUNES += "mips64r2-nf-o32 mips64r2el-nf-o32" |
75 | 75 | ||
76 | TUNE_FEATURES_tune-mips64r2-nf-o32 = "${TUNE_FEATURES_tune-mips64-nf-o32} mips64r2" | 76 | TUNE_FEATURES:tune-mips64r2-nf-o32 = "${TUNE_FEATURES:tune-mips64-nf-o32} mips64r2" |
77 | BASE_LIB_tune-mips64r2-nf-o32 = "lib" | 77 | BASE_LIB:tune-mips64r2-nf-o32 = "lib" |
78 | MIPSPKGSFX_VARIANT_tune-mips64r2-nf-o32 = "${TUNE_ARCH}" | 78 | MIPSPKGSFX_VARIANT:tune-mips64r2-nf-o32 = "${TUNE_ARCH}" |
79 | PACKAGE_EXTRA_ARCHS_tune-mips64r2-nf-o32 = "mips-nf mips64r2-nf-o32" | 79 | PACKAGE_EXTRA_ARCHS:tune-mips64r2-nf-o32 = "mips-nf mips64r2-nf-o32" |
80 | 80 | ||
81 | TUNE_FEATURES_tune-mips64r2el-nf-o32 = "${TUNE_FEATURES_tune-mips64el-nf-o32} mips64r2" | 81 | TUNE_FEATURES:tune-mips64r2el-nf-o32 = "${TUNE_FEATURES:tune-mips64el-nf-o32} mips64r2" |
82 | BASE_LIB_tune-mips64r2el-nf-o32 = "lib" | 82 | BASE_LIB:tune-mips64r2el-nf-o32 = "lib" |
83 | MIPSPKGSFX_VARIANT_tune-mips64r2el-nf-o32 = "${TUNE_ARCH}" | 83 | MIPSPKGSFX_VARIANT:tune-mips64r2el-nf-o32 = "${TUNE_ARCH}" |
84 | PACKAGE_EXTRA_ARCHS_tune-mips64r2el-nf-o32 = "mipsel-nf mips64r2el-nf-o32" | 84 | PACKAGE_EXTRA_ARCHS:tune-mips64r2el-nf-o32 = "mipsel-nf mips64r2el-nf-o32" |
diff --git a/meta/conf/machine/include/tune-mips64r6.inc b/meta/conf/machine/include/tune-mips64r6.inc index e53239a38b..b4a7e9ef1b 100644 --- a/meta/conf/machine/include/tune-mips64r6.inc +++ b/meta/conf/machine/include/tune-mips64r6.inc | |||
@@ -8,51 +8,51 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mipsisa64r6', ' -march=mi | |||
8 | # Base Tunes | 8 | # Base Tunes |
9 | AVAILTUNES += "mipsisa64r6 mipsisa64r6el" | 9 | AVAILTUNES += "mipsisa64r6 mipsisa64r6el" |
10 | 10 | ||
11 | TUNE_FEATURES_tune-mipsisa64r6 = "bigendian fpu-hard n64 mipsisa64r6 r6" | 11 | TUNE_FEATURES:tune-mipsisa64r6 = "bigendian fpu-hard n64 mipsisa64r6 r6" |
12 | MIPSPKGSFX_VARIANT_tune-mipsisa64r6 = "${TUNE_ARCH}" | 12 | MIPSPKGSFX_VARIANT:tune-mipsisa64r6 = "${TUNE_ARCH}" |
13 | BASE_LIB_tune-mipsisa64r6 = "lib64" | 13 | BASE_LIB:tune-mipsisa64r6 = "lib64" |
14 | PACKAGE_EXTRA_ARCHS_tune-mipsisa64r6 = "mipsisa64r6" | 14 | PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6 = "mipsisa64r6" |
15 | 15 | ||
16 | TUNE_FEATURES_tune-mipsisa64r6el = "fpu-hard r6 n64 mipsisa64r6" | 16 | TUNE_FEATURES:tune-mipsisa64r6el = "fpu-hard r6 n64 mipsisa64r6" |
17 | MIPSPKGSFX_VARIANT_tune-mipsisa64r6el = "${TUNE_ARCH}" | 17 | MIPSPKGSFX_VARIANT:tune-mipsisa64r6el = "${TUNE_ARCH}" |
18 | BASE_LIB_tune-mipsisa64r6el = "lib64" | 18 | BASE_LIB:tune-mipsisa64r6el = "lib64" |
19 | PACKAGE_EXTRA_ARCHS_tune-mipsisa64r6el = "mipsisa64r6el" | 19 | PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6el = "mipsisa64r6el" |
20 | 20 | ||
21 | # Soft Float | 21 | # Soft Float |
22 | AVAILTUNES += "mipsisa64r6-nf mipsisa64r6el-nf" | 22 | AVAILTUNES += "mipsisa64r6-nf mipsisa64r6el-nf" |
23 | 23 | ||
24 | TUNE_FEATURES_tune-mipsisa64r6-nf = "bigendian r6 n64 mipsisa64r6" | 24 | TUNE_FEATURES:tune-mipsisa64r6-nf = "bigendian r6 n64 mipsisa64r6" |
25 | MIPSPKGSFX_VARIANT_tune-mipsisa64r6-nf = "${TUNE_ARCH}" | 25 | MIPSPKGSFX_VARIANT:tune-mipsisa64r6-nf = "${TUNE_ARCH}" |
26 | BASE_LIB_tune-mipsisa64r6-nf = "lib64" | 26 | BASE_LIB:tune-mipsisa64r6-nf = "lib64" |
27 | PACKAGE_EXTRA_ARCHS_tune-mipsisa64r6-nf = "mipsisa64r6-nf" | 27 | PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6-nf = "mipsisa64r6-nf" |
28 | 28 | ||
29 | TUNE_FEATURES_tune-mipsisa64r6el-nf = "r6 n64 mipsisa64r6" | 29 | TUNE_FEATURES:tune-mipsisa64r6el-nf = "r6 n64 mipsisa64r6" |
30 | MIPSPKGSFX_VARIANT_tune-mipsisa64r6el-nf = "${TUNE_ARCH}" | 30 | MIPSPKGSFX_VARIANT:tune-mipsisa64r6el-nf = "${TUNE_ARCH}" |
31 | BASE_LIB_tune-mipsisa64r6el-nf = "lib64" | 31 | BASE_LIB:tune-mipsisa64r6el-nf = "lib64" |
32 | PACKAGE_EXTRA_ARCHS_tune-mipsisa64r6el-nf = "mipsisa64r6el-nf" | 32 | PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6el-nf = "mipsisa64r6el-nf" |
33 | 33 | ||
34 | # MIPS 64r6 n32 | 34 | # MIPS 64r6 n32 |
35 | AVAILTUNES += "mipsisa64r6-n32 mipsisa64r6el-n32" | 35 | AVAILTUNES += "mipsisa64r6-n32 mipsisa64r6el-n32" |
36 | 36 | ||
37 | TUNE_FEATURES_tune-mipsisa64r6-n32 = "bigendian fpu-hard r6 n32 mipsisa64r6" | 37 | TUNE_FEATURES:tune-mipsisa64r6-n32 = "bigendian fpu-hard r6 n32 mipsisa64r6" |
38 | BASE_LIB_tune-mipsisa64r6-n32 = "lib32" | 38 | BASE_LIB:tune-mipsisa64r6-n32 = "lib32" |
39 | MIPSPKGSFX_VARIANT_tune-mipsisa64r6-n32 = "${TUNE_ARCH}" | 39 | MIPSPKGSFX_VARIANT:tune-mipsisa64r6-n32 = "${TUNE_ARCH}" |
40 | PACKAGE_EXTRA_ARCHS_tune-mipsisa64r6-n32 = "mipsisa64r6-n32" | 40 | PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6-n32 = "mipsisa64r6-n32" |
41 | 41 | ||
42 | TUNE_FEATURES_tune-mipsisa64r6el-n32 = "fpu-hard r6 n32 mipsisa64r6" | 42 | TUNE_FEATURES:tune-mipsisa64r6el-n32 = "fpu-hard r6 n32 mipsisa64r6" |
43 | BASE_LIB_tune-mipsisa64r6el-n32 = "lib32" | 43 | BASE_LIB:tune-mipsisa64r6el-n32 = "lib32" |
44 | MIPSPKGSFX_VARIANT_tune-mipsisa64r6el-n32 = "${TUNE_ARCH}" | 44 | MIPSPKGSFX_VARIANT:tune-mipsisa64r6el-n32 = "${TUNE_ARCH}" |
45 | PACKAGE_EXTRA_ARCHS_tune-mipsisa64r6el-n32 = "mipsisa64r6el-n32" | 45 | PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6el-n32 = "mipsisa64r6el-n32" |
46 | 46 | ||
47 | # MIPS 64r6 n32 and Soft Float | 47 | # MIPS 64r6 n32 and Soft Float |
48 | AVAILTUNES += "mipsisa64r6-nf-n32 mipsisa64r6el-nf-n32" | 48 | AVAILTUNES += "mipsisa64r6-nf-n32 mipsisa64r6el-nf-n32" |
49 | 49 | ||
50 | TUNE_FEATURES_tune-mipsisa64r6-nf-n32 = "bigendian r6 n32 mipsisa64r6" | 50 | TUNE_FEATURES:tune-mipsisa64r6-nf-n32 = "bigendian r6 n32 mipsisa64r6" |
51 | BASE_LIB_tune-mipsisa64r6-nf-n32 = "lib32" | 51 | BASE_LIB:tune-mipsisa64r6-nf-n32 = "lib32" |
52 | MIPSPKGSFX_VARIANT_tune-mipsisa64r6-nf-n32 = "${TUNE_ARCH}" | 52 | MIPSPKGSFX_VARIANT:tune-mipsisa64r6-nf-n32 = "${TUNE_ARCH}" |
53 | PACKAGE_EXTRA_ARCHS_tune-mipsisa64r6-nf-n32 = "mipsisa64r6-nf-n32" | 53 | PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6-nf-n32 = "mipsisa64r6-nf-n32" |
54 | 54 | ||
55 | TUNE_FEATURES_tune-mipsisa64r6el-nf-n32 = "r6 n32 mipsisa64r6" | 55 | TUNE_FEATURES:tune-mipsisa64r6el-nf-n32 = "r6 n32 mipsisa64r6" |
56 | BASE_LIB_tune-mipsisa64r6el-nf-n32 = "lib32" | 56 | BASE_LIB:tune-mipsisa64r6el-nf-n32 = "lib32" |
57 | MIPSPKGSFX_VARIANT_tune-mipsisa64r6el-nf-n32 = "${TUNE_ARCH}" | 57 | MIPSPKGSFX_VARIANT:tune-mipsisa64r6el-nf-n32 = "${TUNE_ARCH}" |
58 | PACKAGE_EXTRA_ARCHS_tune-mipsisa64r6el-nf-n32 = "mipsisa64r6el-nf-n32" | 58 | PACKAGE_EXTRA_ARCHS:tune-mipsisa64r6el-nf-n32 = "mipsisa64r6el-nf-n32" |
diff --git a/meta/conf/machine/include/tune-octeon.inc b/meta/conf/machine/include/tune-octeon.inc index b5deb8fd88..455c6a2f33 100644 --- a/meta/conf/machine/include/tune-octeon.inc +++ b/meta/conf/machine/include/tune-octeon.inc | |||
@@ -7,26 +7,26 @@ AVAILTUNES += "octeon2 octeon2_64 octeon3 octeon3_64" | |||
7 | TUNEVALID[octeon2] = "Enable optimization related to octeon2 support" | 7 | TUNEVALID[octeon2] = "Enable optimization related to octeon2 support" |
8 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon2', ' -march=octeon2 ', '',d)}" | 8 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon2', ' -march=octeon2 ', '',d)}" |
9 | 9 | ||
10 | TUNE_FEATURES_tune-octeon2 = "${TUNE_FEATURES_tune-mips64-n32} octeon2" | 10 | TUNE_FEATURES:tune-octeon2 = "${TUNE_FEATURES:tune-mips64-n32} octeon2" |
11 | BASE_LIB_tune-octeon2 = "lib32" | 11 | BASE_LIB:tune-octeon2 = "lib32" |
12 | MIPSPKGSFX_VARIANT_tune-octeon2 = "octeon2" | 12 | MIPSPKGSFX_VARIANT:tune-octeon2 = "octeon2" |
13 | PACKAGE_EXTRA_ARCHS_tune-octeon2 = "mips64-n32 octeon2-n32" | 13 | PACKAGE_EXTRA_ARCHS:tune-octeon2 = "mips64-n32 octeon2-n32" |
14 | 14 | ||
15 | TUNE_FEATURES_tune-octeon2_64 = "${TUNE_FEATURES_tune-mips64} octeon2" | 15 | TUNE_FEATURES:tune-octeon2_64 = "${TUNE_FEATURES:tune-mips64} octeon2" |
16 | BASE_LIB_tune-octeon2_64 = "lib64" | 16 | BASE_LIB:tune-octeon2_64 = "lib64" |
17 | MIPSPKGSFX_VARIANT_tune-octeon2_64 = "octeon2_64" | 17 | MIPSPKGSFX_VARIANT:tune-octeon2_64 = "octeon2_64" |
18 | PACKAGE_EXTRA_ARCHS_tune-octeon2_64 = "mips64 octeon2_64" | 18 | PACKAGE_EXTRA_ARCHS:tune-octeon2_64 = "mips64 octeon2_64" |
19 | 19 | ||
20 | 20 | ||
21 | TUNEVALID[octeon3] = "Enable optimization related to octeon3 support" | 21 | TUNEVALID[octeon3] = "Enable optimization related to octeon3 support" |
22 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon3', ' -march=octeon3 ', '',d)}" | 22 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'octeon3', ' -march=octeon3 ', '',d)}" |
23 | 23 | ||
24 | TUNE_FEATURES_tune-octeon3 = "${TUNE_FEATURES_tune-mips64-n32} octeon3" | 24 | TUNE_FEATURES:tune-octeon3 = "${TUNE_FEATURES:tune-mips64-n32} octeon3" |
25 | BASE_LIB_tune-octeon3 = "lib32" | 25 | BASE_LIB:tune-octeon3 = "lib32" |
26 | MIPSPKGSFX_VARIANT_tune-octeon3 = "octeon3" | 26 | MIPSPKGSFX_VARIANT:tune-octeon3 = "octeon3" |
27 | PACKAGE_EXTRA_ARCHS_tune-octeon3 = "mips64-n32 octeon3-n32" | 27 | PACKAGE_EXTRA_ARCHS:tune-octeon3 = "mips64-n32 octeon3-n32" |
28 | 28 | ||
29 | TUNE_FEATURES_tune-octeon3_64 = "${TUNE_FEATURES_tune-mips64} octeon3" | 29 | TUNE_FEATURES:tune-octeon3_64 = "${TUNE_FEATURES:tune-mips64} octeon3" |
30 | BASE_LIB_tune-octeon3_64 = "lib64" | 30 | BASE_LIB:tune-octeon3_64 = "lib64" |
31 | MIPSPKGSFX_VARIANT_tune-octeon3_64 = "octeon3_64" | 31 | MIPSPKGSFX_VARIANT:tune-octeon3_64 = "octeon3_64" |
32 | PACKAGE_EXTRA_ARCHS_tune-octeon3_64 = "mips64 octeon3_64" | 32 | PACKAGE_EXTRA_ARCHS:tune-octeon3_64 = "mips64 octeon3_64" |
diff --git a/meta/conf/machine/include/tune-power5.inc b/meta/conf/machine/include/tune-power5.inc index 48c33fb273..e70e401217 100644 --- a/meta/conf/machine/include/tune-power5.inc +++ b/meta/conf/machine/include/tune-power5.inc | |||
@@ -6,19 +6,19 @@ TUNEVALID[power5] = "Enable IBM Power5 specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'power5', ' -mcpu=power5', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'power5', ' -mcpu=power5', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppcp5 ppc64p5" | 8 | AVAILTUNES += "ppcp5 ppc64p5" |
9 | TUNE_FEATURES_tune-ppcp5 = "m32 fpu-hard power5 altivec bigendian" | 9 | TUNE_FEATURES:tune-ppcp5 = "m32 fpu-hard power5 altivec bigendian" |
10 | BASE_LIB_tune-ppcp5 = "lib" | 10 | BASE_LIB:tune-ppcp5 = "lib" |
11 | TUNE_PKGARCH_tune-ppcp5 = "ppcp5" | 11 | TUNE_PKGARCH:tune-ppcp5 = "ppcp5" |
12 | PACKAGE_EXTRA_ARCHS_tune-ppcp5 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppcp5" | 12 | PACKAGE_EXTRA_ARCHS:tune-ppcp5 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppcp5" |
13 | 13 | ||
14 | TUNE_FEATURES_tune-ppc64p5 = "m64 fpu-hard power5 altivec bigendian" | 14 | TUNE_FEATURES:tune-ppc64p5 = "m64 fpu-hard power5 altivec bigendian" |
15 | BASE_LIB_tune-ppc64p5 = "lib64" | 15 | BASE_LIB:tune-ppc64p5 = "lib64" |
16 | TUNE_PKGARCH_tune-ppc64p5 = "ppc64p5" | 16 | TUNE_PKGARCH:tune-ppc64p5 = "ppc64p5" |
17 | PACKAGE_EXTRA_ARCHS_tune-ppc64p5 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64} ppc64p5" | 17 | PACKAGE_EXTRA_ARCHS:tune-ppc64p5 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64p5" |
18 | 18 | ||
19 | # glibc configure options to get power5 specific library | 19 | # glibc configure options to get power5 specific library |
20 | GLIBC_EXTRA_OECONF_powerpc64 += "${@bb.utils.contains('TUNE_FEATURES', 'power5', '--with-cpu=power5', '', d)}" | 20 | GLIBC_EXTRA_OECONF:powerpc64 += "${@bb.utils.contains('TUNE_FEATURES', 'power5', '--with-cpu=power5', '', d)}" |
21 | GLIBC_EXTRA_OECONF_powerpc += "${@bb.utils.contains('TUNE_FEATURES', 'power5', '--with-cpu=power5', '', d)}" | 21 | GLIBC_EXTRA_OECONF:powerpc += "${@bb.utils.contains('TUNE_FEATURES', 'power5', '--with-cpu=power5', '', d)}" |
22 | 22 | ||
23 | # QEMU usermode fails with invalid instruction error | 23 | # QEMU usermode fails with invalid instruction error |
24 | MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "${@bb.utils.contains('TUNE_FEATURES', 'power5', ' qemu-usermode', '', d)}" | 24 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power5', ' qemu-usermode', '', d)}" |
diff --git a/meta/conf/machine/include/tune-power6.inc b/meta/conf/machine/include/tune-power6.inc index b708660217..eaf89515ca 100644 --- a/meta/conf/machine/include/tune-power6.inc +++ b/meta/conf/machine/include/tune-power6.inc | |||
@@ -6,19 +6,19 @@ TUNEVALID[power6] = "Enable IBM Power6 specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'power6', ' -mcpu=power6', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'power6', ' -mcpu=power6', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppcp6 ppc64p6" | 8 | AVAILTUNES += "ppcp6 ppc64p6" |
9 | TUNE_FEATURES_tune-ppcp6 = "m32 fpu-hard power6 altivec bigendian" | 9 | TUNE_FEATURES:tune-ppcp6 = "m32 fpu-hard power6 altivec bigendian" |
10 | BASE_LIB_tune-ppcp6 = "lib" | 10 | BASE_LIB:tune-ppcp6 = "lib" |
11 | TUNE_PKGARCH_tune-ppcp6 = "ppcp6" | 11 | TUNE_PKGARCH:tune-ppcp6 = "ppcp6" |
12 | PACKAGE_EXTRA_ARCHS_tune-ppcp6 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppcp6" | 12 | PACKAGE_EXTRA_ARCHS:tune-ppcp6 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppcp6" |
13 | 13 | ||
14 | TUNE_FEATURES_tune-ppc64p6 = "m64 fpu-hard power6 altivec bigendian" | 14 | TUNE_FEATURES:tune-ppc64p6 = "m64 fpu-hard power6 altivec bigendian" |
15 | BASE_LIB_tune-ppc64p6 = "lib64" | 15 | BASE_LIB:tune-ppc64p6 = "lib64" |
16 | TUNE_PKGARCH_tune-ppc64p6 = "ppc64p6" | 16 | TUNE_PKGARCH:tune-ppc64p6 = "ppc64p6" |
17 | PACKAGE_EXTRA_ARCHS_tune-ppc64p6 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64} ppc64p6" | 17 | PACKAGE_EXTRA_ARCHS:tune-ppc64p6 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64p6" |
18 | 18 | ||
19 | # glibc configure options to get power6 specific library | 19 | # glibc configure options to get power6 specific library |
20 | GLIBC_EXTRA_OECONF_powerpc64 += "${@bb.utils.contains('TUNE_FEATURES', 'power6', '--with-cpu=power6', '', d)}" | 20 | GLIBC_EXTRA_OECONF:powerpc64 += "${@bb.utils.contains('TUNE_FEATURES', 'power6', '--with-cpu=power6', '', d)}" |
21 | GLIBC_EXTRA_OECONF_powerpc += "${@bb.utils.contains('TUNE_FEATURES', 'power6', '--with-cpu=power6', '', d)}" | 21 | GLIBC_EXTRA_OECONF:powerpc += "${@bb.utils.contains('TUNE_FEATURES', 'power6', '--with-cpu=power6', '', d)}" |
22 | 22 | ||
23 | # QEMU usermode fails with invalid instruction error | 23 | # QEMU usermode fails with invalid instruction error |
24 | MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "${@bb.utils.contains('TUNE_FEATURES', 'power6', ' qemu-usermode', '', d)}" | 24 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power6', ' qemu-usermode', '', d)}" |
diff --git a/meta/conf/machine/include/tune-power7.inc b/meta/conf/machine/include/tune-power7.inc index e976cc0467..4531ddd85f 100644 --- a/meta/conf/machine/include/tune-power7.inc +++ b/meta/conf/machine/include/tune-power7.inc | |||
@@ -6,19 +6,19 @@ TUNEVALID[power7] = "Enable IBM Power7 specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'power7', ' -mcpu=power7', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'power7', ' -mcpu=power7', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppcp7 ppc64p7" | 8 | AVAILTUNES += "ppcp7 ppc64p7" |
9 | TUNE_FEATURES_tune-ppcp7 = "m32 fpu-hard power7 altivec bigendian" | 9 | TUNE_FEATURES:tune-ppcp7 = "m32 fpu-hard power7 altivec bigendian" |
10 | BASE_LIB_tune-ppcp7 = "lib" | 10 | BASE_LIB:tune-ppcp7 = "lib" |
11 | TUNE_PKGARCH_tune-ppcp7 = "ppcp7" | 11 | TUNE_PKGARCH:tune-ppcp7 = "ppcp7" |
12 | PACKAGE_EXTRA_ARCHS_tune-ppcp7 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppcp7" | 12 | PACKAGE_EXTRA_ARCHS:tune-ppcp7 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppcp7" |
13 | 13 | ||
14 | TUNE_FEATURES_tune-ppc64p7 = "m64 fpu-hard power7 altivec bigendian" | 14 | TUNE_FEATURES:tune-ppc64p7 = "m64 fpu-hard power7 altivec bigendian" |
15 | BASE_LIB_tune-ppc64p7 = "lib64" | 15 | BASE_LIB:tune-ppc64p7 = "lib64" |
16 | TUNE_PKGARCH_tune-ppc64p7 = "ppc64p7" | 16 | TUNE_PKGARCH:tune-ppc64p7 = "ppc64p7" |
17 | PACKAGE_EXTRA_ARCHS_tune-ppc64p7 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64} ppc64p7" | 17 | PACKAGE_EXTRA_ARCHS:tune-ppc64p7 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64p7" |
18 | 18 | ||
19 | # glibc configure options to get power7 specific library | 19 | # glibc configure options to get power7 specific library |
20 | GLIBC_EXTRA_OECONF_powerpc64 += "${@bb.utils.contains('TUNE_FEATURES', 'power7', '--with-cpu=power7', '', d)}" | 20 | GLIBC_EXTRA_OECONF:powerpc64 += "${@bb.utils.contains('TUNE_FEATURES', 'power7', '--with-cpu=power7', '', d)}" |
21 | GLIBC_EXTRA_OECONF_powerpc += "${@bb.utils.contains('TUNE_FEATURES', 'power7', '--with-cpu=power7', '', d)}" | 21 | GLIBC_EXTRA_OECONF:powerpc += "${@bb.utils.contains('TUNE_FEATURES', 'power7', '--with-cpu=power7', '', d)}" |
22 | 22 | ||
23 | # QEMU usermode fails with invalid instruction error | 23 | # QEMU usermode fails with invalid instruction error |
24 | MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "${@bb.utils.contains('TUNE_FEATURES', 'power7', ' qemu-usermode', '', d)}" | 24 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'power7', ' qemu-usermode', '', d)}" |
diff --git a/meta/conf/machine/include/tune-power9.inc b/meta/conf/machine/include/tune-power9.inc index 401b73744f..6744731f8e 100644 --- a/meta/conf/machine/include/tune-power9.inc +++ b/meta/conf/machine/include/tune-power9.inc | |||
@@ -7,25 +7,25 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'power9', ' -mcpu=power9', | |||
7 | 7 | ||
8 | AVAILTUNES += "ppcp9 ppc64p9 ppcp9le ppc64p9le" | 8 | AVAILTUNES += "ppcp9 ppc64p9 ppcp9le ppc64p9le" |
9 | 9 | ||
10 | TUNE_FEATURES_tune-ppcp9 = "m32 fpu-hard power9 altivec bigendian" | 10 | TUNE_FEATURES:tune-ppcp9 = "m32 fpu-hard power9 altivec bigendian" |
11 | BASE_LIB_tune-ppcp9 = "lib" | 11 | BASE_LIB:tune-ppcp9 = "lib" |
12 | TUNE_PKGARCH_tune-ppcp9 = "ppcp9" | 12 | TUNE_PKGARCH:tune-ppcp9 = "ppcp9" |
13 | PACKAGE_EXTRA_ARCHS_tune-ppcp9 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppcp9" | 13 | PACKAGE_EXTRA_ARCHS:tune-ppcp9 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppcp9" |
14 | 14 | ||
15 | TUNE_FEATURES_tune-ppc64p9 = "m64 fpu-hard power9 altivec bigendian" | 15 | TUNE_FEATURES:tune-ppc64p9 = "m64 fpu-hard power9 altivec bigendian" |
16 | BASE_LIB_tune-ppc64p9 = "lib64" | 16 | BASE_LIB:tune-ppc64p9 = "lib64" |
17 | TUNE_PKGARCH_tune-ppc64p9 = "ppc64p9" | 17 | TUNE_PKGARCH:tune-ppc64p9 = "ppc64p9" |
18 | PACKAGE_EXTRA_ARCHS_tune-ppc64p9 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64} ppc64p9" | 18 | PACKAGE_EXTRA_ARCHS:tune-ppc64p9 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64p9" |
19 | 19 | ||
20 | TUNE_FEATURES_tune-ppcp9le = "m32 fpu-hard power9 altivec" | 20 | TUNE_FEATURES:tune-ppcp9le = "m32 fpu-hard power9 altivec" |
21 | BASE_LIB_tune-ppcp9le = "lib" | 21 | BASE_LIB:tune-ppcp9le = "lib" |
22 | TUNE_PKGARCH_tune-ppcp9le = "ppcp9le" | 22 | TUNE_PKGARCH:tune-ppcp9le = "ppcp9le" |
23 | PACKAGE_EXTRA_ARCHS_tune-ppcp9le = "${PACKAGE_EXTRA_ARCHS_tune-powerpcle} ppcp9le" | 23 | PACKAGE_EXTRA_ARCHS:tune-ppcp9le = "${PACKAGE_EXTRA_ARCHS:tune-powerpcle} ppcp9le" |
24 | 24 | ||
25 | TUNE_FEATURES_tune-ppc64p9le = "m64 fpu-hard power9 altivec" | 25 | TUNE_FEATURES:tune-ppc64p9le = "m64 fpu-hard power9 altivec" |
26 | BASE_LIB_tune-ppc64p9le = "lib64" | 26 | BASE_LIB:tune-ppc64p9le = "lib64" |
27 | TUNE_PKGARCH_tune-ppc64p9le = "ppc64p9le" | 27 | TUNE_PKGARCH:tune-ppc64p9le = "ppc64p9le" |
28 | PACKAGE_EXTRA_ARCHS_tune-ppc64p9le = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64le} ppc64p9le" | 28 | PACKAGE_EXTRA_ARCHS:tune-ppc64p9le = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64le} ppc64p9le" |
29 | 29 | ||
30 | # glibc configure options to get power9 specific library | 30 | # glibc configure options to get power9 specific library |
31 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'power9', '--with-cpu=power9', '', d)}" | 31 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'power9', '--with-cpu=power9', '', d)}" |
diff --git a/meta/conf/machine/include/tune-ppc476.inc b/meta/conf/machine/include/tune-ppc476.inc index 31eecc435c..54152cb941 100644 --- a/meta/conf/machine/include/tune-ppc476.inc +++ b/meta/conf/machine/include/tune-ppc476.inc | |||
@@ -6,9 +6,9 @@ TUNEVALID[ppc476] = "Enable ppc476 specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc476', ' -mcpu=476', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc476', ' -mcpu=476', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppc476" | 8 | AVAILTUNES += "ppc476" |
9 | TUNE_FEATURES_tune-ppc476 = "m32 fpu-hard ppc476 bigendian" | 9 | TUNE_FEATURES:tune-ppc476 = "m32 fpu-hard ppc476 bigendian" |
10 | TUNE_PKGARCH_tune-ppc476 = "ppc476" | 10 | TUNE_PKGARCH:tune-ppc476 = "ppc476" |
11 | PACKAGE_EXTRA_ARCHS_tune-ppc476 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppc476" | 11 | PACKAGE_EXTRA_ARCHS:tune-ppc476 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppc476" |
12 | 12 | ||
13 | # glibc configure options to get 476 specific library (for sqrt) | 13 | # glibc configure options to get 476 specific library (for sqrt) |
14 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'ppc476', '-with-cpu=476', '', d)}" | 14 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'ppc476', '-with-cpu=476', '', d)}" |
diff --git a/meta/conf/machine/include/tune-ppc603e.inc b/meta/conf/machine/include/tune-ppc603e.inc index b110f13870..8beec00f24 100644 --- a/meta/conf/machine/include/tune-ppc603e.inc +++ b/meta/conf/machine/include/tune-ppc603e.inc | |||
@@ -6,9 +6,9 @@ TUNEVALID[ppc603e] = "Enable ppc603e specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc603e', ' -mcpu=603e', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc603e', ' -mcpu=603e', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppc603e" | 8 | AVAILTUNES += "ppc603e" |
9 | TUNE_FEATURES_tune-ppc603e = "m32 fpu-hard ppc603e bigendian" | 9 | TUNE_FEATURES:tune-ppc603e = "m32 fpu-hard ppc603e bigendian" |
10 | TUNE_PKGARCH_tune-ppc603e = "ppc603e" | 10 | TUNE_PKGARCH:tune-ppc603e = "ppc603e" |
11 | PACKAGE_EXTRA_ARCHS_tune-ppc603e = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppc603e" | 11 | PACKAGE_EXTRA_ARCHS:tune-ppc603e = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppc603e" |
12 | 12 | ||
13 | # glibc configure options to get 603e specific library (for sqrt) | 13 | # glibc configure options to get 603e specific library (for sqrt) |
14 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'ppc603e', '-with-cpu=603e', '', d)}" | 14 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'ppc603e', '-with-cpu=603e', '', d)}" |
diff --git a/meta/conf/machine/include/tune-ppc7400.inc b/meta/conf/machine/include/tune-ppc7400.inc index 92d902994b..1e2c9fc2ce 100644 --- a/meta/conf/machine/include/tune-ppc7400.inc +++ b/meta/conf/machine/include/tune-ppc7400.inc | |||
@@ -6,9 +6,9 @@ TUNEVALID[ppc7400] = "Enable ppc7400 specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc7400', ' -mcpu=7400 -mno-spe', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppc7400', ' -mcpu=7400 -mno-spe', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppc7400" | 8 | AVAILTUNES += "ppc7400" |
9 | TUNE_FEATURES_tune-ppc7400 = "m32 fpu-hard ppc7400 altivec bigendian" | 9 | TUNE_FEATURES:tune-ppc7400 = "m32 fpu-hard ppc7400 altivec bigendian" |
10 | TUNE_PKGARCH_tune-ppc7400 = "ppc7400" | 10 | TUNE_PKGARCH:tune-ppc7400 = "ppc7400" |
11 | PACKAGE_EXTRA_ARCHS_tune-ppc7400 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppc7400" | 11 | PACKAGE_EXTRA_ARCHS:tune-ppc7400 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppc7400" |
12 | 12 | ||
13 | # glibc configure options to get 7400 specific library (for sqrt) | 13 | # glibc configure options to get 7400 specific library (for sqrt) |
14 | #GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'ppc7400', '--with-cpu=power4', '', d)}" | 14 | #GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'ppc7400', '--with-cpu=power4', '', d)}" |
diff --git a/meta/conf/machine/include/tune-ppce300c2.inc b/meta/conf/machine/include/tune-ppce300c2.inc index 6adeb4bdec..90171c76d5 100644 --- a/meta/conf/machine/include/tune-ppce300c2.inc +++ b/meta/conf/machine/include/tune-ppce300c2.inc | |||
@@ -6,6 +6,6 @@ TUNEVALID[ppce300c2] = "Enable ppce300c2 specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce300c2', ' -mcpu=e300c2', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce300c2', ' -mcpu=e300c2', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppce300c2" | 8 | AVAILTUNES += "ppce300c2" |
9 | TUNE_FEATURES_tune-ppce300c2 = "m32 fpu-soft ppce300c2 bigendian" | 9 | TUNE_FEATURES:tune-ppce300c2 = "m32 fpu-soft ppce300c2 bigendian" |
10 | TUNE_PKGARCH_tune-ppce300c2 = "ppce300c2" | 10 | TUNE_PKGARCH:tune-ppce300c2 = "ppce300c2" |
11 | PACKAGE_EXTRA_ARCHS_tune-ppce300c2 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc-nf} ppce300c2" | 11 | PACKAGE_EXTRA_ARCHS:tune-ppce300c2 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc-nf} ppce300c2" |
diff --git a/meta/conf/machine/include/tune-ppce300c3.inc b/meta/conf/machine/include/tune-ppce300c3.inc index a3d836c50c..b74b6ad976 100644 --- a/meta/conf/machine/include/tune-ppce300c3.inc +++ b/meta/conf/machine/include/tune-ppce300c3.inc | |||
@@ -6,9 +6,9 @@ AVAILTUNES += "ppce300c3 ppce300c3-nf" | |||
6 | 6 | ||
7 | # hard-float | 7 | # hard-float |
8 | TUNEVALID[ppce300c3] = "Enable ppce300c3 specific processor optimizations" | 8 | TUNEVALID[ppce300c3] = "Enable ppce300c3 specific processor optimizations" |
9 | TUNE_FEATURES_tune-ppce300c3 = "${TUNE_FEATURES_tune-powerpc} ppce300c3" | 9 | TUNE_FEATURES:tune-ppce300c3 = "${TUNE_FEATURES:tune-powerpc} ppce300c3" |
10 | TUNE_PKGARCH_tune-ppce300c3 = "ppce300c3" | 10 | TUNE_PKGARCH:tune-ppce300c3 = "ppce300c3" |
11 | PACKAGE_EXTRA_ARCHS_tune-ppce300c3 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppce300c3" | 11 | PACKAGE_EXTRA_ARCHS:tune-ppce300c3 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppce300c3" |
12 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce300c3', ' -mcpu=e300c3', '', d)}" | 12 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce300c3', ' -mcpu=e300c3', '', d)}" |
13 | 13 | ||
14 | # glibc config options to make use of e300c3 (603e) specific sqrt/sqrtf routines | 14 | # glibc config options to make use of e300c3 (603e) specific sqrt/sqrtf routines |
@@ -16,8 +16,8 @@ GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'ppce300c3', '--wit | |||
16 | 16 | ||
17 | # soft-float | 17 | # soft-float |
18 | TUNEVALID[ppce300c3-nf] = "Enable ppce300c3 specific processor optimizations (no fpu)" | 18 | TUNEVALID[ppce300c3-nf] = "Enable ppce300c3 specific processor optimizations (no fpu)" |
19 | TUNE_FEATURES_tune-ppce300c3-nf = "${TUNE_FEATURES_tune-powerpc-nf} ppce300c3-nf" | 19 | TUNE_FEATURES:tune-ppce300c3-nf = "${TUNE_FEATURES:tune-powerpc-nf} ppce300c3-nf" |
20 | TUNE_PKGARCH_tune-ppce300c3-nf = "ppce300c3-nf" | 20 | TUNE_PKGARCH:tune-ppce300c3-nf = "ppce300c3-nf" |
21 | PACKAGE_EXTRA_ARCHS_tune-ppce300c3-nf = "${PACKAGE_EXTRA_ARCHS_tune-powerpc-nf} ppce300c3-nf" | 21 | PACKAGE_EXTRA_ARCHS:tune-ppce300c3-nf = "${PACKAGE_EXTRA_ARCHS:tune-powerpc-nf} ppce300c3-nf" |
22 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce300c3-nf', ' -mcpu=e300c3', '', d)}" | 22 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce300c3-nf', ' -mcpu=e300c3', '', d)}" |
23 | 23 | ||
diff --git a/meta/conf/machine/include/tune-ppce500.inc b/meta/conf/machine/include/tune-ppce500.inc index abf81b90c4..aceab321b7 100644 --- a/meta/conf/machine/include/tune-ppce500.inc +++ b/meta/conf/machine/include/tune-ppce500.inc | |||
@@ -15,6 +15,6 @@ SPEABIEXTENSION = "${@bb.utils.filter('TUNE_FEATURES', 'spe', d)}" | |||
15 | ABIEXTENSION .= "${SPEABIEXTENSION}" | 15 | ABIEXTENSION .= "${SPEABIEXTENSION}" |
16 | 16 | ||
17 | AVAILTUNES += "ppce500" | 17 | AVAILTUNES += "ppce500" |
18 | TUNE_FEATURES_tune-ppce500 = "m32 spe ppce500 bigendian" | 18 | TUNE_FEATURES:tune-ppce500 = "m32 spe ppce500 bigendian" |
19 | TUNE_PKGARCH_tune-ppce500 = "ppce500" | 19 | TUNE_PKGARCH:tune-ppce500 = "ppce500" |
20 | PACKAGE_EXTRA_ARCHS_tune-ppce500 = "ppce500" | 20 | PACKAGE_EXTRA_ARCHS:tune-ppce500 = "ppce500" |
diff --git a/meta/conf/machine/include/tune-ppce500mc.inc b/meta/conf/machine/include/tune-ppce500mc.inc index 9f8a172804..e3524a10ca 100644 --- a/meta/conf/machine/include/tune-ppce500mc.inc +++ b/meta/conf/machine/include/tune-ppce500mc.inc | |||
@@ -6,9 +6,9 @@ TUNEVALID[ppce500mc] = "Enable ppce500mc specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce500mc', ' -mcpu=e500mc', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce500mc', ' -mcpu=e500mc', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppce500mc" | 8 | AVAILTUNES += "ppce500mc" |
9 | TUNE_FEATURES_tune-ppce500mc = "m32 fpu-hard ppce500mc bigendian" | 9 | TUNE_FEATURES:tune-ppce500mc = "m32 fpu-hard ppce500mc bigendian" |
10 | TUNE_PKGARCH_tune-ppce500mc = "ppce500mc" | 10 | TUNE_PKGARCH:tune-ppce500mc = "ppce500mc" |
11 | PACKAGE_EXTRA_ARCHS_tune-ppce500mc = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppce500mc" | 11 | PACKAGE_EXTRA_ARCHS:tune-ppce500mc = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppce500mc" |
12 | 12 | ||
13 | # glibc configure options to get e500mc specific library (for sqrt) | 13 | # glibc configure options to get e500mc specific library (for sqrt) |
14 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'ppce500mc', '-with-cpu=e500mc', '', d)}" | 14 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'ppce500mc', '-with-cpu=e500mc', '', d)}" |
diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/machine/include/tune-ppce500v2.inc index f6c7c17623..461164d818 100644 --- a/meta/conf/machine/include/tune-ppce500v2.inc +++ b/meta/conf/machine/include/tune-ppce500v2.inc | |||
@@ -15,6 +15,6 @@ SPEABIEXTENSION = "${@bb.utils.filter('TUNE_FEATURES', 'spe', d)}" | |||
15 | ABIEXTENSION .= "${SPEABIEXTENSION}" | 15 | ABIEXTENSION .= "${SPEABIEXTENSION}" |
16 | 16 | ||
17 | AVAILTUNES += "ppce500v2" | 17 | AVAILTUNES += "ppce500v2" |
18 | TUNE_FEATURES_tune-ppce500v2 = "m32 ppce500v2 bigendian" | 18 | TUNE_FEATURES:tune-ppce500v2 = "m32 ppce500v2 bigendian" |
19 | TUNE_PKGARCH_tune-ppce500v2 = "ppce500v2" | 19 | TUNE_PKGARCH:tune-ppce500v2 = "ppce500v2" |
20 | PACKAGE_EXTRA_ARCHS_tune-ppce500v2 = "ppce500v2" | 20 | PACKAGE_EXTRA_ARCHS:tune-ppce500v2 = "ppce500v2" |
diff --git a/meta/conf/machine/include/tune-ppce5500.inc b/meta/conf/machine/include/tune-ppce5500.inc index acc6a50fca..2cf7b1737c 100644 --- a/meta/conf/machine/include/tune-ppce5500.inc +++ b/meta/conf/machine/include/tune-ppce5500.inc | |||
@@ -6,18 +6,18 @@ TUNEVALID[e5500] = "Enable Freescale e5500 specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'e5500', ' -mcpu=e5500', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'e5500', ' -mcpu=e5500', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppce5500 ppc64e5500" | 8 | AVAILTUNES += "ppce5500 ppc64e5500" |
9 | TUNE_FEATURES_tune-ppce5500 = "m32 fpu-hard e5500 bigendian" | 9 | TUNE_FEATURES:tune-ppce5500 = "m32 fpu-hard e5500 bigendian" |
10 | BASE_LIB_tune-ppce5500 = "lib" | 10 | BASE_LIB:tune-ppce5500 = "lib" |
11 | TUNE_PKGARCH_tune-ppce5500 = "ppce5500" | 11 | TUNE_PKGARCH:tune-ppce5500 = "ppce5500" |
12 | PACKAGE_EXTRA_ARCHS_tune-ppce5500 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppce5500" | 12 | PACKAGE_EXTRA_ARCHS:tune-ppce5500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppce5500" |
13 | 13 | ||
14 | TUNE_FEATURES_tune-ppc64e5500 = "m64 fpu-hard e5500 bigendian" | 14 | TUNE_FEATURES:tune-ppc64e5500 = "m64 fpu-hard e5500 bigendian" |
15 | BASE_LIB_tune-ppc64e5500 = "lib64" | 15 | BASE_LIB:tune-ppc64e5500 = "lib64" |
16 | TUNE_PKGARCH_tune-ppc64e5500 = "ppc64e5500" | 16 | TUNE_PKGARCH:tune-ppc64e5500 = "ppc64e5500" |
17 | PACKAGE_EXTRA_ARCHS_tune-ppc64e5500 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64} ppc64e5500" | 17 | PACKAGE_EXTRA_ARCHS:tune-ppc64e5500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64e5500" |
18 | 18 | ||
19 | # glibc configure options to get e5500 specific library (for sqrt) | 19 | # glibc configure options to get e5500 specific library (for sqrt) |
20 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'e5500', '--with-cpu=e5500', '', d)}" | 20 | GLIBC_EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'e5500', '--with-cpu=e5500', '', d)}" |
21 | 21 | ||
22 | # QEMU usermode fails with invalid instruction error (YOCTO: #10304) | 22 | # QEMU usermode fails with invalid instruction error (YOCTO: #10304) |
23 | MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "${@bb.utils.contains('TUNE_FEATURES', 'e5500', ' qemu-usermode', '', d)}" | 23 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e5500', ' qemu-usermode', '', d)}" |
diff --git a/meta/conf/machine/include/tune-ppce6500.inc b/meta/conf/machine/include/tune-ppce6500.inc index d12d218d06..e78de350ad 100644 --- a/meta/conf/machine/include/tune-ppce6500.inc +++ b/meta/conf/machine/include/tune-ppce6500.inc | |||
@@ -6,19 +6,19 @@ TUNEVALID[e6500] = "Enable Freescale e6500 specific processor optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' -mcpu=e6500', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' -mcpu=e6500', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "ppce6500 ppc64e6500" | 8 | AVAILTUNES += "ppce6500 ppc64e6500" |
9 | TUNE_FEATURES_tune-ppce6500 = "m32 fpu-hard e6500 altivec bigendian" | 9 | TUNE_FEATURES:tune-ppce6500 = "m32 fpu-hard e6500 altivec bigendian" |
10 | BASE_LIB_tune-ppce6500 = "lib" | 10 | BASE_LIB:tune-ppce6500 = "lib" |
11 | TUNE_PKGARCH_tune-ppce6500 = "ppce6500" | 11 | TUNE_PKGARCH:tune-ppce6500 = "ppce6500" |
12 | PACKAGE_EXTRA_ARCHS_tune-ppce6500 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppce6500" | 12 | PACKAGE_EXTRA_ARCHS:tune-ppce6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppce6500" |
13 | 13 | ||
14 | TUNE_FEATURES_tune-ppc64e6500 = "m64 fpu-hard e6500 altivec bigendian" | 14 | TUNE_FEATURES:tune-ppc64e6500 = "m64 fpu-hard e6500 altivec bigendian" |
15 | BASE_LIB_tune-ppc64e6500 = "lib64" | 15 | BASE_LIB:tune-ppc64e6500 = "lib64" |
16 | TUNE_PKGARCH_tune-ppc64e6500 = "ppc64e6500" | 16 | TUNE_PKGARCH:tune-ppc64e6500 = "ppc64e6500" |
17 | PACKAGE_EXTRA_ARCHS_tune-ppc64e6500 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc64} ppc64e6500" | 17 | PACKAGE_EXTRA_ARCHS:tune-ppc64e6500 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc64} ppc64e6500" |
18 | 18 | ||
19 | # glibc configure options to get e6500 specific library | 19 | # glibc configure options to get e6500 specific library |
20 | GLIBC_EXTRA_OECONF_powerpc64 += "${@bb.utils.contains('TUNE_FEATURES', 'e6500', '--with-cpu=e6500', '', d)}" | 20 | GLIBC_EXTRA_OECONF:powerpc64 += "${@bb.utils.contains('TUNE_FEATURES', 'e6500', '--with-cpu=e6500', '', d)}" |
21 | GLIBC_EXTRA_OECONF_powerpc += "${@bb.utils.contains('TUNE_FEATURES', 'e6500', '--with-cpu=e6500', '', d)}" | 21 | GLIBC_EXTRA_OECONF:powerpc += "${@bb.utils.contains('TUNE_FEATURES', 'e6500', '--with-cpu=e6500', '', d)}" |
22 | 22 | ||
23 | # QEMU usermode fails with invalid instruction error (YOCTO: #10304) | 23 | # QEMU usermode fails with invalid instruction error (YOCTO: #10304) |
24 | MACHINE_FEATURES_BACKFILL_CONSIDERED_append = "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' qemu-usermode', '', d)}" | 24 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e6500', ' qemu-usermode', '', d)}" |
diff --git a/meta/conf/machine/include/tune-sh3.inc b/meta/conf/machine/include/tune-sh3.inc index 80df9a0b61..77d0b71fc4 100644 --- a/meta/conf/machine/include/tune-sh3.inc +++ b/meta/conf/machine/include/tune-sh3.inc | |||
@@ -6,12 +6,12 @@ TUNEVALID[sh3] = "Enable SH3 optimizations" | |||
6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'sh3', ' -m3', '', d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'sh3', ' -m3', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "sh3 sh3eb" | 8 | AVAILTUNES += "sh3 sh3eb" |
9 | TUNE_FEATURES_tune-sh3 = "sh3" | 9 | TUNE_FEATURES:tune-sh3 = "sh3" |
10 | TUNE_ARCH_tune-sh3 = "sh3" | 10 | TUNE_ARCH:tune-sh3 = "sh3" |
11 | TUNE_PKGARCH_tune-sh3 = "sh3" | 11 | TUNE_PKGARCH:tune-sh3 = "sh3" |
12 | PACKAGE_EXTRA_ARCHS_tune-sh3 = "sh sh3" | 12 | PACKAGE_EXTRA_ARCHS:tune-sh3 = "sh sh3" |
13 | 13 | ||
14 | TUNE_FEATURES_tune-sh3eb = "sh3 bigendian" | 14 | TUNE_FEATURES:tune-sh3eb = "sh3 bigendian" |
15 | TUNE_ARCH_tune-sh3eb = "sh3eb" | 15 | TUNE_ARCH:tune-sh3eb = "sh3eb" |
16 | TUNE_PKGARCH_tune-sh3eb = "sh3eb" | 16 | TUNE_PKGARCH:tune-sh3eb = "sh3eb" |
17 | PACKAGE_EXTRA_ARCHS_tune-sh3eb = "sheb sh3eb" | 17 | PACKAGE_EXTRA_ARCHS:tune-sh3eb = "sheb sh3eb" |
diff --git a/meta/conf/machine/include/tune-sh4.inc b/meta/conf/machine/include/tune-sh4.inc index 4160c30e1a..e21ede36c4 100644 --- a/meta/conf/machine/include/tune-sh4.inc +++ b/meta/conf/machine/include/tune-sh4.inc | |||
@@ -13,22 +13,22 @@ TUNEVALID[sh4a] = "Enable SH4a optimizations" | |||
13 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'sh4a', ' -m4a', '', d)}" | 13 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'sh4a', ' -m4a', '', d)}" |
14 | 14 | ||
15 | AVAILTUNES += "sh4 sh4eb sh4a sh4aeb" | 15 | AVAILTUNES += "sh4 sh4eb sh4a sh4aeb" |
16 | TUNE_FEATURES_tune-sh4 = "sh4" | 16 | TUNE_FEATURES:tune-sh4 = "sh4" |
17 | TUNE_ARCH_tune-sh4 = "sh4" | 17 | TUNE_ARCH:tune-sh4 = "sh4" |
18 | TUNE_PKGARCH_tune-sh4 = "sh4" | 18 | TUNE_PKGARCH:tune-sh4 = "sh4" |
19 | PACKAGE_EXTRA_ARCHS_tune-sh4 = "sh sh4" | 19 | PACKAGE_EXTRA_ARCHS:tune-sh4 = "sh sh4" |
20 | 20 | ||
21 | TUNE_FEATURES_tune-sh4eb = "sh4 bigendian" | 21 | TUNE_FEATURES:tune-sh4eb = "sh4 bigendian" |
22 | TUNE_ARCH_tune-sh4eb = "sh4eb" | 22 | TUNE_ARCH:tune-sh4eb = "sh4eb" |
23 | TUNE_PKGARCH_tune-sh4eb = "sh4eb" | 23 | TUNE_PKGARCH:tune-sh4eb = "sh4eb" |
24 | PACKAGE_EXTRA_ARCHS_tune-sh4eb = "sheb sh4eb" | 24 | PACKAGE_EXTRA_ARCHS:tune-sh4eb = "sheb sh4eb" |
25 | 25 | ||
26 | TUNE_FEATURES_tune-sh4a = "sh4a" | 26 | TUNE_FEATURES:tune-sh4a = "sh4a" |
27 | TUNE_ARCH_tune-sh4a = "sh4" | 27 | TUNE_ARCH:tune-sh4a = "sh4" |
28 | TUNE_PKGARCH_tune-sh4a = "sh4a" | 28 | TUNE_PKGARCH:tune-sh4a = "sh4a" |
29 | PACKAGE_EXTRA_ARCHS_tune-sh4a = "sh sh4 sh4a" | 29 | PACKAGE_EXTRA_ARCHS:tune-sh4a = "sh sh4 sh4a" |
30 | 30 | ||
31 | TUNE_FEATURES_tune-sh4aeb = "sh4a bigendian" | 31 | TUNE_FEATURES:tune-sh4aeb = "sh4a bigendian" |
32 | TUNE_ARCH_tune-sh4aeb = "sh4eb" | 32 | TUNE_ARCH:tune-sh4aeb = "sh4eb" |
33 | TUNE_PKGARCH_tune-sh4aeb = "sh4aeb" | 33 | TUNE_PKGARCH:tune-sh4aeb = "sh4aeb" |
34 | PACKAGE_EXTRA_ARCHS_tune-sh4aeb = "sheb sh4eb sh4aeb" | 34 | PACKAGE_EXTRA_ARCHS:tune-sh4aeb = "sheb sh4eb sh4aeb" |
diff --git a/meta/conf/machine/include/tune-strongarm1100.inc b/meta/conf/machine/include/tune-strongarm1100.inc index 9479965843..6f5033bbc1 100644 --- a/meta/conf/machine/include/tune-strongarm1100.inc +++ b/meta/conf/machine/include/tune-strongarm1100.inc | |||
@@ -7,6 +7,6 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', ' -mcpu=stron | |||
7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', 'armv4:', '', d)}" | 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', 'armv4:', '', d)}" |
8 | 8 | ||
9 | AVAILTUNES += "strongarm" | 9 | AVAILTUNES += "strongarm" |
10 | ARMPKGARCH_tune-strongarm = "strongarm" | 10 | ARMPKGARCH:tune-strongarm = "strongarm" |
11 | TUNE_FEATURES_tune-strongarm = "arm strongarm" | 11 | TUNE_FEATURES:tune-strongarm = "arm strongarm" |
12 | PACKAGE_EXTRA_ARCHS_tune-strongarm = "${PACKAGE_EXTRA_ARCHS_tune-armv4} strongarm" | 12 | PACKAGE_EXTRA_ARCHS:tune-strongarm = "${PACKAGE_EXTRA_ARCHS:tune-armv4} strongarm" |
diff --git a/meta/conf/machine/include/tune-thunderx.inc b/meta/conf/machine/include/tune-thunderx.inc index d1aaf4891e..7bc6282be8 100644 --- a/meta/conf/machine/include/tune-thunderx.inc +++ b/meta/conf/machine/include/tune-thunderx.inc | |||
@@ -7,13 +7,13 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thunderx', ' -mcpu=thunde | |||
7 | 7 | ||
8 | require conf/machine/include/arm/arch-armv8a.inc | 8 | require conf/machine/include/arm/arch-armv8a.inc |
9 | 9 | ||
10 | ARMPKGARCH_tune-thunderx ?= "thunderx" | 10 | ARMPKGARCH:tune-thunderx ?= "thunderx" |
11 | ARMPKGARCH_tune-thunderx_be ?= "thunderx" | 11 | ARMPKGARCH:tune-thunderx_be ?= "thunderx" |
12 | 12 | ||
13 | TUNE_FEATURES_tune-thunderx = "${TUNE_FEATURES_tune-aarch64} thunderx" | 13 | TUNE_FEATURES:tune-thunderx = "${TUNE_FEATURES:tune-aarch64} thunderx" |
14 | TUNE_FEATURES_tune-thunderx_be = "${TUNE_FEATURES_tune-thunderx} bigendian" | 14 | TUNE_FEATURES:tune-thunderx_be = "${TUNE_FEATURES:tune-thunderx} bigendian" |
15 | BASE_LIB_tune-thunderx = "lib64" | 15 | BASE_LIB:tune-thunderx = "lib64" |
16 | BASE_LIB_tune-thunderx_be = "lib64" | 16 | BASE_LIB:tune-thunderx_be = "lib64" |
17 | 17 | ||
18 | PACKAGE_EXTRA_ARCHS_tune-thunderx = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} thunderx" | 18 | PACKAGE_EXTRA_ARCHS:tune-thunderx = "${PACKAGE_EXTRA_ARCHS:tune-armv8a-crc-crypto} thunderx" |
19 | PACKAGE_EXTRA_ARCHS_tune-thunderx_be = "aarch64_be thunderx_be" | 19 | PACKAGE_EXTRA_ARCHS:tune-thunderx_be = "aarch64_be thunderx_be" |
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index aeac365284..cc67dcd304 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc | |||
@@ -7,13 +7,13 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'xscale', ' -mcpu=xscale', | |||
7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'xscale', 'armv5:', '', d)}" | 7 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'xscale', 'armv5:', '', d)}" |
8 | 8 | ||
9 | AVAILTUNES += "xscale" | 9 | AVAILTUNES += "xscale" |
10 | ARMPKGARCH_tune-xscale = "xscale" | 10 | ARMPKGARCH:tune-xscale = "xscale" |
11 | # mcpu is used so don't use armv5te as we don't want march | 11 | # mcpu is used so don't use armv5te as we don't want march |
12 | TUNE_FEATURES_tune-xscale = "arm thumb dsp xscale" | 12 | TUNE_FEATURES:tune-xscale = "arm thumb dsp xscale" |
13 | PACKAGE_EXTRA_ARCHS_tune-xscale = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} xscale xscalet xscalee xscalete" | 13 | PACKAGE_EXTRA_ARCHS:tune-xscale = "${PACKAGE_EXTRA_ARCHS:tune-armv5te} xscale xscalet xscalee xscalete" |
14 | 14 | ||
15 | AVAILTUNES += "xscale-be" | 15 | AVAILTUNES += "xscale-be" |
16 | ARMPKGARCH_tune-xscale-be = "xscale" | 16 | ARMPKGARCH:tune-xscale-be = "xscale" |
17 | # mcpu is used so don't use armv5te as we don't want march | 17 | # mcpu is used so don't use armv5te as we don't want march |
18 | TUNE_FEATURES_tune-xscale-be = "${TUNE_FEATURES_tune-xscale} bigendian" | 18 | TUNE_FEATURES:tune-xscale-be = "${TUNE_FEATURES:tune-xscale} bigendian" |
19 | PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb} xscaleb xscaletb xscaleeb xscaleteb" | 19 | PACKAGE_EXTRA_ARCHS:tune-xscale-be = "${PACKAGE_EXTRA_ARCHS:tune-armv5teb} xscaleb xscaletb xscaleeb xscaleteb" |
diff --git a/meta/conf/machine/include/x86/README b/meta/conf/machine/include/x86/README index 2b6c46c7eb..05aee533a7 100644 --- a/meta/conf/machine/include/x86/README +++ b/meta/conf/machine/include/x86/README | |||
@@ -14,7 +14,7 @@ X86ARCH64 - This is the 64-bit architecture GNU canonical arch, TUNE_ARCH. | |||
14 | 14 | ||
15 | The TUNE_PKGARCH is defined as follows: | 15 | The TUNE_PKGARCH is defined as follows: |
16 | 16 | ||
17 | TUNE_PKGARCH = ${TUNE_PKGARCH_tune-${DEFAULTTUNE}} | 17 | TUNE_PKGARCH = ${TUNE_PKGARCH:tune-${DEFAULTTUNE}} |
18 | 18 | ||
19 | The package architecture for 32-bit targets is historical and generally | 19 | The package architecture for 32-bit targets is historical and generally |
20 | set to to match the core compatible processor type, i.e. i386. | 20 | set to to match the core compatible processor type, i.e. i386. |
diff --git a/meta/conf/machine/include/x86/arch-x86.inc b/meta/conf/machine/include/x86/arch-x86.inc index 2edb360b7d..28742e794d 100644 --- a/meta/conf/machine/include/x86/arch-x86.inc +++ b/meta/conf/machine/include/x86/arch-x86.inc | |||
@@ -7,7 +7,7 @@ TARGET_FPU ?= "" | |||
7 | X86ARCH32 ?= "i586" | 7 | X86ARCH32 ?= "i586" |
8 | X86ARCH64 ?= "x86_64" | 8 | X86ARCH64 ?= "x86_64" |
9 | 9 | ||
10 | TUNE_PKGARCH = "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}" | 10 | TUNE_PKGARCH = "${TUNE_PKGARCH:tune-${DEFAULTTUNE}}" |
11 | 11 | ||
12 | # ELF32 ABI | 12 | # ELF32 ABI |
13 | TUNEVALID[m32] = "IA32 ELF32 standard ABI" | 13 | TUNEVALID[m32] = "IA32 ELF32 standard ABI" |
@@ -25,7 +25,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mx32', ' -mx32', '', d)}" | |||
25 | TUNE_LDARGS += "${@bb.utils.contains('TUNE_FEATURES', 'mx32', '-m elf32_x86_64', '', d)}" | 25 | TUNE_LDARGS += "${@bb.utils.contains('TUNE_FEATURES', 'mx32', '-m elf32_x86_64', '', d)}" |
26 | TUNE_ASARGS += "${@bb.utils.contains('TUNE_FEATURES', 'mx32', '-x32', '', d)}" | 26 | TUNE_ASARGS += "${@bb.utils.contains('TUNE_FEATURES', 'mx32', '-x32', '', d)}" |
27 | # user mode qemu doesn't support x32 | 27 | # user mode qemu doesn't support x32 |
28 | MACHINE_FEATURES_BACKFILL_CONSIDERED_append = " ${@bb.utils.contains('TUNE_FEATURES', 'mx32', 'qemu-usermode', '', d)}" | 28 | MACHINE_FEATURES_BACKFILL_CONSIDERED:append = " ${@bb.utils.contains('TUNE_FEATURES', 'mx32', 'qemu-usermode', '', d)}" |
29 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'mx32', 'x86-x32:', '', d)}" | 29 | MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'mx32', 'x86-x32:', '', d)}" |
30 | 30 | ||
31 | # ELF64 ABI | 31 | # ELF64 ABI |
@@ -36,19 +36,19 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'm64', ' -m64', '', d)}" | |||
36 | 36 | ||
37 | # Default Tune configurations | 37 | # Default Tune configurations |
38 | AVAILTUNES += "x86" | 38 | AVAILTUNES += "x86" |
39 | TUNE_FEATURES_tune-x86 = "m32" | 39 | TUNE_FEATURES:tune-x86 = "m32" |
40 | BASE_LIB_tune-x86 = "lib" | 40 | BASE_LIB:tune-x86 = "lib" |
41 | TUNE_PKGARCH_tune-x86 = "x86" | 41 | TUNE_PKGARCH:tune-x86 = "x86" |
42 | PACKAGE_EXTRA_ARCHS_tune-x86 = "${TUNE_PKGARCH_tune-x86}" | 42 | PACKAGE_EXTRA_ARCHS:tune-x86 = "${TUNE_PKGARCH:tune-x86}" |
43 | 43 | ||
44 | AVAILTUNES += "x86-64" | 44 | AVAILTUNES += "x86-64" |
45 | TUNE_FEATURES_tune-x86-64 = "m64" | 45 | TUNE_FEATURES:tune-x86-64 = "m64" |
46 | BASE_LIB_tune-x86-64 = "lib64" | 46 | BASE_LIB:tune-x86-64 = "lib64" |
47 | TUNE_PKGARCH_tune-x86-64 = "x86_64" | 47 | TUNE_PKGARCH:tune-x86-64 = "x86_64" |
48 | PACKAGE_EXTRA_ARCHS_tune-x86-64 = "${TUNE_PKGARCH_tune-x86-64}" | 48 | PACKAGE_EXTRA_ARCHS:tune-x86-64 = "${TUNE_PKGARCH:tune-x86-64}" |
49 | 49 | ||
50 | AVAILTUNES += "x86-64-x32" | 50 | AVAILTUNES += "x86-64-x32" |
51 | TUNE_FEATURES_tune-x86-64-x32 = "mx32" | 51 | TUNE_FEATURES:tune-x86-64-x32 = "mx32" |
52 | BASE_LIB_tune-x86-64-x32 = "libx32" | 52 | BASE_LIB:tune-x86-64-x32 = "libx32" |
53 | TUNE_PKGARCH_tune-x86-64-x32 = "x86_64_x32" | 53 | TUNE_PKGARCH:tune-x86-64-x32 = "x86_64_x32" |
54 | PACKAGE_EXTRA_ARCHS_tune-x86-64-x32 = "${TUNE_PKGARCH_tune-x86-64-x32}" | 54 | PACKAGE_EXTRA_ARCHS:tune-x86-64-x32 = "${TUNE_PKGARCH:tune-x86-64-x32}" |
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 34fcde698c..f893f1a76a 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -7,7 +7,7 @@ require conf/machine/include/qemu.inc | |||
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "zImage" | 8 | KERNEL_IMAGETYPE = "zImage" |
9 | 9 | ||
10 | UBOOT_MACHINE ?= "qemu_arm_defconfig" | 10 | UBOOT_MACHINE ?= "qemu:arm_defconfig" |
11 | 11 | ||
12 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" | 12 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" |
13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
@@ -31,4 +31,4 @@ QB_ROOTFS_OPT = "-drive id=disk0,file=@ROOTFS@,if=none,format=raw -device virtio | |||
31 | QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon" | 31 | QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon" |
32 | QB_TCPSERIAL_OPT = "-device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" | 32 | QB_TCPSERIAL_OPT = "-device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" |
33 | 33 | ||
34 | KMACHINE_qemuarm = "qemuarma15" | 34 | KMACHINE:qemuarm = "qemuarma15" |
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf index 150a0744eb..3dcb0d1b1e 100644 --- a/meta/conf/machine/qemuarm64.conf +++ b/meta/conf/machine/qemuarm64.conf | |||
@@ -7,7 +7,7 @@ require conf/machine/include/qemu.inc | |||
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "Image" | 8 | KERNEL_IMAGETYPE = "Image" |
9 | 9 | ||
10 | UBOOT_MACHINE ?= "qemu_arm64_defconfig" | 10 | UBOOT_MACHINE ?= "qemu:arm64_defconfig" |
11 | 11 | ||
12 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" | 12 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" |
13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf index 7050bae088..7650c2f4a2 100644 --- a/meta/conf/machine/qemuarmv5.conf +++ b/meta/conf/machine/qemuarmv5.conf | |||
@@ -17,4 +17,4 @@ QB_OPT_APPEND = "-usb -device usb-tablet" | |||
17 | PREFERRED_VERSION_linux-yocto ??= "5.10%" | 17 | PREFERRED_VERSION_linux-yocto ??= "5.10%" |
18 | QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" | 18 | QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" |
19 | 19 | ||
20 | KMACHINE_qemuarmv5 = "qemuarm" | 20 | KMACHINE:qemuarmv5 = "qemuarm" |
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index d231107f8b..8a8db582df 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | baselib = "${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE') or 'INVALID')) or d.getVar('BASELIB')}" | 2 | baselib = "${@d.getVar('BASE_LIB:tune-' + (d.getVar('DEFAULTTUNE') or 'INVALID')) or d.getVar('BASELIB')}" |
3 | 3 | ||
4 | MULTILIB_VARIANTS = "${@extend_variants(d,'MULTILIBS','multilib')}" | 4 | MULTILIB_VARIANTS = "${@extend_variants(d,'MULTILIBS','multilib')}" |
5 | MULTILIB_SAVE_VARNAME = "DEFAULTTUNE TARGET_ARCH TARGET_SYS TARGET_VENDOR" | 5 | MULTILIB_SAVE_VARNAME = "DEFAULTTUNE TARGET_ARCH TARGET_SYS TARGET_VENDOR" |
@@ -9,15 +9,15 @@ MULTILIBS ??= "multilib:lib32" | |||
9 | STAGING_DIR_HOST = "${WORKDIR}/${MLPREFIX}recipe-sysroot" | 9 | STAGING_DIR_HOST = "${WORKDIR}/${MLPREFIX}recipe-sysroot" |
10 | STAGING_DIR_TARGET = "${WORKDIR}/${MLPREFIX}recipe-sysroot" | 10 | STAGING_DIR_TARGET = "${WORKDIR}/${MLPREFIX}recipe-sysroot" |
11 | RECIPE_SYSROOT = "${WORKDIR}/${MLPREFIX}recipe-sysroot" | 11 | RECIPE_SYSROOT = "${WORKDIR}/${MLPREFIX}recipe-sysroot" |
12 | RECIPE_SYSROOT_class-native = "${WORKDIR}/recipe-sysroot" | 12 | RECIPE_SYSROOT:class-native = "${WORKDIR}/recipe-sysroot" |
13 | 13 | ||
14 | INHERIT += "multilib_global" | 14 | INHERIT += "multilib_global" |
15 | 15 | ||
16 | BBCLASSEXTEND_append = " ${MULTILIBS}" | 16 | BBCLASSEXTEND:append = " ${MULTILIBS}" |
17 | 17 | ||
18 | MULTILIB_GLOBAL_VARIANTS ?= "lib32 lib64 libx32" | 18 | MULTILIB_GLOBAL_VARIANTS ?= "lib32 lib64 libx32" |
19 | 19 | ||
20 | OPKG_ARGS_append = " --force-maintainer --force-overwrite" | 20 | OPKG_ARGS:append = " --force-maintainer --force-overwrite" |
21 | 21 | ||
22 | # When multilib is enabled, allarch recipes will be installed into the MACHINE | 22 | # When multilib is enabled, allarch recipes will be installed into the MACHINE |
23 | # sysroot, not MLPREFIXMACHINE. This means that anything using pkg-config to | 23 | # sysroot, not MLPREFIXMACHINE. This means that anything using pkg-config to |
diff --git a/meta/lib/oe/package_manager/__init__.py b/meta/lib/oe/package_manager/__init__.py index de5916d7d8..8f7b60e077 100644 --- a/meta/lib/oe/package_manager/__init__.py +++ b/meta/lib/oe/package_manager/__init__.py | |||
@@ -90,7 +90,7 @@ def opkg_query(cmd_output): | |||
90 | 90 | ||
91 | def failed_postinsts_abort(pkgs, log_path): | 91 | def failed_postinsts_abort(pkgs, log_path): |
92 | bb.fatal("""Postinstall scriptlets of %s have failed. If the intention is to defer them to first boot, | 92 | bb.fatal("""Postinstall scriptlets of %s have failed. If the intention is to defer them to first boot, |
93 | then please place them into pkg_postinst_ontarget_${PN} (). | 93 | then please place them into pkg_postinst_ontarget:${PN} (). |
94 | Deferring to first boot via 'exit 1' is no longer supported. | 94 | Deferring to first boot via 'exit 1' is no longer supported. |
95 | Details of the failure are in %s.""" %(pkgs, log_path)) | 95 | Details of the failure are in %s.""" %(pkgs, log_path)) |
96 | 96 | ||
diff --git a/meta/lib/oe/package_manager/deb/__init__.py b/meta/lib/oe/package_manager/deb/__init__.py index a4b6b6f647..9f112ae25b 100644 --- a/meta/lib/oe/package_manager/deb/__init__.py +++ b/meta/lib/oe/package_manager/deb/__init__.py | |||
@@ -422,7 +422,7 @@ class DpkgPM(OpkgDpkgPM): | |||
422 | multilib_variants = self.d.getVar("MULTILIB_VARIANTS"); | 422 | multilib_variants = self.d.getVar("MULTILIB_VARIANTS"); |
423 | for variant in multilib_variants.split(): | 423 | for variant in multilib_variants.split(): |
424 | localdata = bb.data.createCopy(self.d) | 424 | localdata = bb.data.createCopy(self.d) |
425 | variant_tune = localdata.getVar("DEFAULTTUNE_virtclass-multilib-" + variant, False) | 425 | variant_tune = localdata.getVar("DEFAULTTUNE:virtclass-multilib-" + variant, False) |
426 | orig_arch = localdata.getVar("DPKG_ARCH") | 426 | orig_arch = localdata.getVar("DPKG_ARCH") |
427 | localdata.setVar("DEFAULTTUNE", variant_tune) | 427 | localdata.setVar("DEFAULTTUNE", variant_tune) |
428 | variant_arch = localdata.getVar("DPKG_ARCH") | 428 | variant_arch = localdata.getVar("DPKG_ARCH") |
diff --git a/meta/lib/oe/packagedata.py b/meta/lib/oe/packagedata.py index a82085a792..22261d271e 100644 --- a/meta/lib/oe/packagedata.py +++ b/meta/lib/oe/packagedata.py | |||
@@ -19,7 +19,7 @@ def read_pkgdatafile(fn): | |||
19 | import re | 19 | import re |
20 | with open(fn, 'r') as f: | 20 | with open(fn, 'r') as f: |
21 | lines = f.readlines() | 21 | lines = f.readlines() |
22 | r = re.compile("([^:]+):\s*(.*)") | 22 | r = re.compile("(^.+?):\s+(.*)") |
23 | for l in lines: | 23 | for l in lines: |
24 | m = r.match(l) | 24 | m = r.match(l) |
25 | if m: | 25 | if m: |
diff --git a/meta/lib/oe/recipeutils.py b/meta/lib/oe/recipeutils.py index 407d168894..a66bb92823 100644 --- a/meta/lib/oe/recipeutils.py +++ b/meta/lib/oe/recipeutils.py | |||
@@ -414,7 +414,7 @@ def copy_recipe_files(d, tgt_dir, whole_dir=False, download=True, all_variants=F | |||
414 | 414 | ||
415 | fetch_urls(d) | 415 | fetch_urls(d) |
416 | if all_variants: | 416 | if all_variants: |
417 | # Get files for other variants e.g. in the case of a SRC_URI_append | 417 | # Get files for other variants e.g. in the case of a SRC_URI:append |
418 | localdata = bb.data.createCopy(d) | 418 | localdata = bb.data.createCopy(d) |
419 | variants = (localdata.getVar('BBCLASSEXTEND') or '').split() | 419 | variants = (localdata.getVar('BBCLASSEXTEND') or '').split() |
420 | if variants: | 420 | if variants: |
@@ -753,7 +753,7 @@ def bbappend_recipe(rd, destlayerdir, srcfiles, install=None, wildcardver=False, | |||
753 | 753 | ||
754 | destsubdir = rd.getVar('PN') | 754 | destsubdir = rd.getVar('PN') |
755 | if srcfiles: | 755 | if srcfiles: |
756 | bbappendlines.append(('FILESEXTRAPATHS_prepend', ':=', '${THISDIR}/${PN}:')) | 756 | bbappendlines.append(('FILESEXTRAPATHS:prepend', ':=', '${THISDIR}/${PN}:')) |
757 | 757 | ||
758 | appendoverride = '' | 758 | appendoverride = '' |
759 | if machine: | 759 | if machine: |
@@ -772,7 +772,7 @@ def bbappend_recipe(rd, destlayerdir, srcfiles, install=None, wildcardver=False, | |||
772 | # FIXME do we care if the entry is added by another bbappend that might go away? | 772 | # FIXME do we care if the entry is added by another bbappend that might go away? |
773 | if not srcurientry in rd.getVar('SRC_URI').split(): | 773 | if not srcurientry in rd.getVar('SRC_URI').split(): |
774 | if machine: | 774 | if machine: |
775 | appendline('SRC_URI_append%s' % appendoverride, '=', ' ' + srcurientry) | 775 | appendline('SRC_URI:append%s' % appendoverride, '=', ' ' + srcurientry) |
776 | else: | 776 | else: |
777 | appendline('SRC_URI', '+=', srcurientry) | 777 | appendline('SRC_URI', '+=', srcurientry) |
778 | copyfiles[newfile] = srcfile | 778 | copyfiles[newfile] = srcfile |
@@ -786,7 +786,7 @@ def bbappend_recipe(rd, destlayerdir, srcfiles, install=None, wildcardver=False, | |||
786 | instfunclines.append(instdirline) | 786 | instfunclines.append(instdirline) |
787 | instfunclines.append('install -m %s ${WORKDIR}/%s ${D}%s' % (perms, os.path.basename(srcfile), instdestpath)) | 787 | instfunclines.append('install -m %s ${WORKDIR}/%s ${D}%s' % (perms, os.path.basename(srcfile), instdestpath)) |
788 | if instfunclines: | 788 | if instfunclines: |
789 | bbappendlines.append(('do_install_append%s()' % appendoverride, '', instfunclines)) | 789 | bbappendlines.append(('do_install:append%s()' % appendoverride, '', instfunclines)) |
790 | 790 | ||
791 | if redirect_output: | 791 | if redirect_output: |
792 | bb.note('Writing append file %s (dry-run)' % appendpath) | 792 | bb.note('Writing append file %s (dry-run)' % appendpath) |
@@ -804,15 +804,15 @@ def bbappend_recipe(rd, destlayerdir, srcfiles, install=None, wildcardver=False, | |||
804 | extvars = {'destsubdir': destsubdir} | 804 | extvars = {'destsubdir': destsubdir} |
805 | 805 | ||
806 | def appendfile_varfunc(varname, origvalue, op, newlines): | 806 | def appendfile_varfunc(varname, origvalue, op, newlines): |
807 | if varname == 'FILESEXTRAPATHS_prepend': | 807 | if varname == 'FILESEXTRAPATHS:prepend': |
808 | if origvalue.startswith('${THISDIR}/'): | 808 | if origvalue.startswith('${THISDIR}/'): |
809 | popline('FILESEXTRAPATHS_prepend') | 809 | popline('FILESEXTRAPATHS:prepend') |
810 | extvars['destsubdir'] = rd.expand(origvalue.split('${THISDIR}/', 1)[1].rstrip(':')) | 810 | extvars['destsubdir'] = rd.expand(origvalue.split('${THISDIR}/', 1)[1].rstrip(':')) |
811 | elif varname == 'PACKAGE_ARCH': | 811 | elif varname == 'PACKAGE_ARCH': |
812 | if machine: | 812 | if machine: |
813 | popline('PACKAGE_ARCH') | 813 | popline('PACKAGE_ARCH') |
814 | return (machine, None, 4, False) | 814 | return (machine, None, 4, False) |
815 | elif varname.startswith('do_install_append'): | 815 | elif varname.startswith('do_install:append'): |
816 | func = popline(varname) | 816 | func = popline(varname) |
817 | if func: | 817 | if func: |
818 | instfunclines = [line.strip() for line in origvalue.strip('\n').splitlines()] | 818 | instfunclines = [line.strip() for line in origvalue.strip('\n').splitlines()] |
@@ -824,7 +824,7 @@ def bbappend_recipe(rd, destlayerdir, srcfiles, install=None, wildcardver=False, | |||
824 | splitval = split_var_value(origvalue, assignment=False) | 824 | splitval = split_var_value(origvalue, assignment=False) |
825 | changed = False | 825 | changed = False |
826 | removevar = varname | 826 | removevar = varname |
827 | if varname in ['SRC_URI', 'SRC_URI_append%s' % appendoverride]: | 827 | if varname in ['SRC_URI', 'SRC_URI:append%s' % appendoverride]: |
828 | removevar = 'SRC_URI' | 828 | removevar = 'SRC_URI' |
829 | line = popline(varname) | 829 | line = popline(varname) |
830 | if line: | 830 | if line: |
diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index 47f3ca4efb..f460c50c10 100644 --- a/meta/lib/oe/sstatesig.py +++ b/meta/lib/oe/sstatesig.py | |||
@@ -59,7 +59,7 @@ def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCaches): | |||
59 | return False | 59 | return False |
60 | 60 | ||
61 | # Kernel modules are well namespaced. We don't want to depend on the kernel's checksum | 61 | # Kernel modules are well namespaced. We don't want to depend on the kernel's checksum |
62 | # if we're just doing an RRECOMMENDS_xxx = "kernel-module-*", not least because the checksum | 62 | # if we're just doing an RRECOMMENDS:xxx = "kernel-module-*", not least because the checksum |
63 | # is machine specific. | 63 | # is machine specific. |
64 | # Therefore if we're not a kernel or a module recipe (inheriting the kernel classes) | 64 | # Therefore if we're not a kernel or a module recipe (inheriting the kernel classes) |
65 | # and we reccomend a kernel-module, we exclude the dependency. | 65 | # and we reccomend a kernel-module, we exclude the dependency. |
diff --git a/meta/lib/oeqa/files/testresults/testresults.json b/meta/lib/oeqa/files/testresults/testresults.json index 1a62155618..86e5e412af 100644 --- a/meta/lib/oeqa/files/testresults/testresults.json +++ b/meta/lib/oeqa/files/testresults/testresults.json | |||
@@ -1,5 +1,5 @@ | |||
1 | { | 1 | { |
2 | "runtime_core-image-minimal_qemuarm_20181225195701": { | 2 | "runtime_core-image-minimal:qemuarm_20181225195701": { |
3 | "configuration": { | 3 | "configuration": { |
4 | "DISTRO": "poky", | 4 | "DISTRO": "poky", |
5 | "HOST_DISTRO": "ubuntu-16.04", | 5 | "HOST_DISTRO": "ubuntu-16.04", |
diff --git a/meta/lib/oeqa/manual/build-appliance.json b/meta/lib/oeqa/manual/build-appliance.json index 70f8c72c9b..82a556e93e 100644 --- a/meta/lib/oeqa/manual/build-appliance.json +++ b/meta/lib/oeqa/manual/build-appliance.json | |||
@@ -48,7 +48,7 @@ | |||
48 | "expected_results": "" | 48 | "expected_results": "" |
49 | }, | 49 | }, |
50 | "3": { | 50 | "3": { |
51 | "action": "Install a new package to the image, for example, acpid. Set the following line in conf/local.conf: IMAGE_INSTALL_append = \" acpid\"", | 51 | "action": "Install a new package to the image, for example, acpid. Set the following line in conf/local.conf: IMAGE_INSTALL:append = \" acpid\"", |
52 | "expected_results": "" | 52 | "expected_results": "" |
53 | }, | 53 | }, |
54 | "4": { | 54 | "4": { |
diff --git a/meta/lib/oeqa/manual/sdk.json b/meta/lib/oeqa/manual/sdk.json index 434982f7f5..21d892d26d 100644 --- a/meta/lib/oeqa/manual/sdk.json +++ b/meta/lib/oeqa/manual/sdk.json | |||
@@ -26,7 +26,7 @@ | |||
26 | "expected_results": "Expect both qemu to boot up successfully." | 26 | "expected_results": "Expect both qemu to boot up successfully." |
27 | } | 27 | } |
28 | }, | 28 | }, |
29 | "summary": "test_install_cross_toolchain_can_run_multiple_qemu_for_x86" | 29 | "summary": "test_install_cross_toolchain_can_run_multiple_qemu_for:x86" |
30 | } | 30 | } |
31 | } | 31 | } |
32 | ] \ No newline at end of file | 32 | ] \ No newline at end of file |
diff --git a/meta/lib/oeqa/manual/toaster-managed-mode.json b/meta/lib/oeqa/manual/toaster-managed-mode.json index 40eda6446d..d8bbbece4a 100644 --- a/meta/lib/oeqa/manual/toaster-managed-mode.json +++ b/meta/lib/oeqa/manual/toaster-managed-mode.json | |||
@@ -186,7 +186,7 @@ | |||
186 | "expected_results": "" | 186 | "expected_results": "" |
187 | }, | 187 | }, |
188 | "7": { | 188 | "7": { |
189 | "action": "IMAGE_INSTALL_append: \n\t- check that the \"change\" icon is present (represented by a pen icon) \n\t- click on the \"change\" icon and check that the variable becomes a text field, populated with the current value of the variable. \n\n\t- check that the save button is disabled when the text field is empty \n\t- insert test in the text field (for example \"package1\") and hit save; be aware that there is no input validation for this variable \n\t- check that a new \"delete\" icon(a trashcan) has appeared next to the pen icon \n\t- check that clicking on the trashcan icon resets the value to \"Not set\" and makes the trashcan icon dissapear \n\n", | 189 | "action": "IMAGE_INSTALL:append: \n\t- check that the \"change\" icon is present (represented by a pen icon) \n\t- click on the \"change\" icon and check that the variable becomes a text field, populated with the current value of the variable. \n\n\t- check that the save button is disabled when the text field is empty \n\t- insert test in the text field (for example \"package1\") and hit save; be aware that there is no input validation for this variable \n\t- check that a new \"delete\" icon(a trashcan) has appeared next to the pen icon \n\t- check that clicking on the trashcan icon resets the value to \"Not set\" and makes the trashcan icon dissapear \n\n", |
190 | "expected_results": "" | 190 | "expected_results": "" |
191 | }, | 191 | }, |
192 | "8": { | 192 | "8": { |
@@ -1574,7 +1574,7 @@ | |||
1574 | "expected_results": "Open bitbake variables page. \n\n\t" | 1574 | "expected_results": "Open bitbake variables page. \n\n\t" |
1575 | }, | 1575 | }, |
1576 | "5": { | 1576 | "5": { |
1577 | "action": "Click on change button for IMAGE_INSTALL_append and add a variable (ex: acpid). \n\n", | 1577 | "action": "Click on change button for IMAGE_INSTALL:append and add a variable (ex: acpid). \n\n", |
1578 | "expected_results": "Variable added. \n\n\t" | 1578 | "expected_results": "Variable added. \n\n\t" |
1579 | }, | 1579 | }, |
1580 | "6": { | 1580 | "6": { |
@@ -1590,7 +1590,7 @@ | |||
1590 | "expected_results": "You should get results for ssh packages." | 1590 | "expected_results": "You should get results for ssh packages." |
1591 | } | 1591 | } |
1592 | }, | 1592 | }, |
1593 | "summary": "Test_IMAGE_INSTALL_append_variable" | 1593 | "summary": "Test_IMAGE_INSTALL:append_variable" |
1594 | } | 1594 | } |
1595 | }, | 1595 | }, |
1596 | { | 1596 | { |
diff --git a/meta/lib/oeqa/runtime/cases/ksample.py b/meta/lib/oeqa/runtime/cases/ksample.py index a9a1620ebd..4d12d1d07d 100644 --- a/meta/lib/oeqa/runtime/cases/ksample.py +++ b/meta/lib/oeqa/runtime/cases/ksample.py | |||
@@ -10,7 +10,7 @@ from oeqa.core.decorator.depends import OETestDepends | |||
10 | from oeqa.core.decorator.data import skipIfNotFeature | 10 | from oeqa.core.decorator.data import skipIfNotFeature |
11 | 11 | ||
12 | # need some kernel fragments | 12 | # need some kernel fragments |
13 | # echo "KERNEL_FEATURES_append += \" features\/kernel\-sample\/kernel\-sample.scc\"" >> local.conf | 13 | # echo "KERNEL_FEATURES:append += \" features\/kernel\-sample\/kernel\-sample.scc\"" >> local.conf |
14 | class KSample(OERuntimeTestCase): | 14 | class KSample(OERuntimeTestCase): |
15 | def cmd_and_check(self, cmd='', match_string=''): | 15 | def cmd_and_check(self, cmd='', match_string=''): |
16 | status, output = self.target.run(cmd) | 16 | status, output = self.target.run(cmd) |
diff --git a/meta/lib/oeqa/runtime/cases/skeletoninit.py b/meta/lib/oeqa/runtime/cases/skeletoninit.py index 4779cd6bb4..a12f1e9aae 100644 --- a/meta/lib/oeqa/runtime/cases/skeletoninit.py +++ b/meta/lib/oeqa/runtime/cases/skeletoninit.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | # This test should cover https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=284 | 5 | # This test should cover https://bugzilla.yoctoproject.org/tr_show_case.cgi?case_id=284 |
6 | # testcase. Image under test must have meta-skeleton layer in bblayers and | 6 | # testcase. Image under test must have meta-skeleton layer in bblayers and |
7 | # IMAGE_INSTALL_append = " service" in local.conf | 7 | # IMAGE_INSTALL:append = " service" in local.conf |
8 | from oeqa.runtime.case import OERuntimeTestCase | 8 | from oeqa.runtime.case import OERuntimeTestCase |
9 | from oeqa.core.decorator.depends import OETestDepends | 9 | from oeqa.core.decorator.depends import OETestDepends |
10 | from oeqa.core.decorator.data import skipIfDataVar | 10 | from oeqa.core.decorator.data import skipIfDataVar |
diff --git a/meta/lib/oeqa/sdkext/testsdk.py b/meta/lib/oeqa/sdkext/testsdk.py index ffd185ec55..6b564fa455 100644 --- a/meta/lib/oeqa/sdkext/testsdk.py +++ b/meta/lib/oeqa/sdkext/testsdk.py | |||
@@ -70,7 +70,7 @@ class TestSDKExt(TestSDKBase): | |||
70 | f.write('SSTATE_MIRRORS += " \\n file://.* file://%s/PATH"\n' % test_data.get('SSTATE_DIR')) | 70 | f.write('SSTATE_MIRRORS += " \\n file://.* file://%s/PATH"\n' % test_data.get('SSTATE_DIR')) |
71 | f.write('SOURCE_MIRROR_URL = "file://%s"\n' % test_data.get('DL_DIR')) | 71 | f.write('SOURCE_MIRROR_URL = "file://%s"\n' % test_data.get('DL_DIR')) |
72 | f.write('INHERIT += "own-mirrors"\n') | 72 | f.write('INHERIT += "own-mirrors"\n') |
73 | f.write('PREMIRRORS_prepend = " git://git.yoctoproject.org/.* git://%s/git2/git.yoctoproject.org.BASENAME \\n "\n' % test_data.get('DL_DIR')) | 73 | f.write('PREMIRRORS:prepend = " git://git.yoctoproject.org/.* git://%s/git2/git.yoctoproject.org.BASENAME \\n "\n' % test_data.get('DL_DIR')) |
74 | 74 | ||
75 | # We need to do this in case we have a minimal SDK | 75 | # We need to do this in case we have a minimal SDK |
76 | subprocess.check_output(". %s > /dev/null; devtool sdk-install meta-extsdk-toolchain" % \ | 76 | subprocess.check_output(". %s > /dev/null; devtool sdk-install meta-extsdk-toolchain" % \ |
diff --git a/meta/lib/oeqa/selftest/cases/bbtests.py b/meta/lib/oeqa/selftest/cases/bbtests.py index 79390acc0d..8831de6065 100644 --- a/meta/lib/oeqa/selftest/cases/bbtests.py +++ b/meta/lib/oeqa/selftest/cases/bbtests.py | |||
@@ -70,8 +70,8 @@ class BitbakeTests(OESelftestTestCase): | |||
70 | 70 | ||
71 | def test_invalid_patch(self): | 71 | def test_invalid_patch(self): |
72 | # This patch should fail to apply. | 72 | # This patch should fail to apply. |
73 | self.write_recipeinc('man-db', 'FILESEXTRAPATHS_prepend := "${THISDIR}/files:"\nSRC_URI += "file://0001-Test-patch-here.patch"') | 73 | self.write_recipeinc('man-db', 'FILESEXTRAPATHS:prepend := "${THISDIR}/files:"\nSRC_URI += "file://0001-Test-patch-here.patch"') |
74 | self.write_config("INHERIT_remove = \"report-error\"") | 74 | self.write_config("INHERIT:remove = \"report-error\"") |
75 | result = bitbake('man-db -c patch', ignore_status=True) | 75 | result = bitbake('man-db -c patch', ignore_status=True) |
76 | self.delete_recipeinc('man-db') | 76 | self.delete_recipeinc('man-db') |
77 | bitbake('-cclean man-db') | 77 | bitbake('-cclean man-db') |
@@ -139,7 +139,7 @@ class BitbakeTests(OESelftestTestCase): | |||
139 | self.write_recipeinc('man-db', data) | 139 | self.write_recipeinc('man-db', data) |
140 | self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\" | 140 | self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\" |
141 | SSTATE_DIR = \"${TOPDIR}/download-selftest\" | 141 | SSTATE_DIR = \"${TOPDIR}/download-selftest\" |
142 | INHERIT_remove = \"report-error\" | 142 | INHERIT:remove = \"report-error\" |
143 | """) | 143 | """) |
144 | self.track_for_cleanup(os.path.join(self.builddir, "download-selftest")) | 144 | self.track_for_cleanup(os.path.join(self.builddir, "download-selftest")) |
145 | 145 | ||
@@ -213,7 +213,7 @@ SSTATE_DIR = \"${TOPDIR}/download-selftest\" | |||
213 | def test_continue(self): | 213 | def test_continue(self): |
214 | self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\" | 214 | self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\" |
215 | SSTATE_DIR = \"${TOPDIR}/download-selftest\" | 215 | SSTATE_DIR = \"${TOPDIR}/download-selftest\" |
216 | INHERIT_remove = \"report-error\" | 216 | INHERIT:remove = \"report-error\" |
217 | """) | 217 | """) |
218 | self.track_for_cleanup(os.path.join(self.builddir, "download-selftest")) | 218 | self.track_for_cleanup(os.path.join(self.builddir, "download-selftest")) |
219 | self.write_recipeinc('man-db',"\ndo_fail_task () {\nexit 1 \n}\n\naddtask do_fail_task before do_fetch\n" ) | 219 | self.write_recipeinc('man-db',"\ndo_fail_task () {\nexit 1 \n}\n\naddtask do_fail_task before do_fetch\n" ) |
diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py index 754b77defd..be49322f9c 100644 --- a/meta/lib/oeqa/selftest/cases/buildoptions.py +++ b/meta/lib/oeqa/selftest/cases/buildoptions.py | |||
@@ -78,9 +78,9 @@ class SanityOptionsTest(OESelftestTestCase): | |||
78 | 78 | ||
79 | def test_options_warnqa_errorqa_switch(self): | 79 | def test_options_warnqa_errorqa_switch(self): |
80 | 80 | ||
81 | self.write_config("INHERIT_remove = \"report-error\"") | 81 | self.write_config("INHERIT:remove = \"report-error\"") |
82 | if "packages-list" not in get_bb_var("ERROR_QA"): | 82 | if "packages-list" not in get_bb_var("ERROR_QA"): |
83 | self.append_config("ERROR_QA_append = \" packages-list\"") | 83 | self.append_config("ERROR_QA:append = \" packages-list\"") |
84 | 84 | ||
85 | self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"') | 85 | self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"') |
86 | self.add_command_to_tearDown('bitbake -c clean xcursor-transparent-theme') | 86 | self.add_command_to_tearDown('bitbake -c clean xcursor-transparent-theme') |
@@ -90,8 +90,8 @@ class SanityOptionsTest(OESelftestTestCase): | |||
90 | self.assertTrue(line and line.startswith("ERROR:"), msg=res.output) | 90 | self.assertTrue(line and line.startswith("ERROR:"), msg=res.output) |
91 | self.assertEqual(res.status, 1, msg = "bitbake reported exit code %s. It should have been 1. Bitbake output: %s" % (str(res.status), res.output)) | 91 | self.assertEqual(res.status, 1, msg = "bitbake reported exit code %s. It should have been 1. Bitbake output: %s" % (str(res.status), res.output)) |
92 | self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"') | 92 | self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"') |
93 | self.append_config('ERROR_QA_remove = "packages-list"') | 93 | self.append_config('ERROR_QA:remove = "packages-list"') |
94 | self.append_config('WARN_QA_append = " packages-list"') | 94 | self.append_config('WARN_QA:append = " packages-list"') |
95 | res = bitbake("xcursor-transparent-theme -f -c package") | 95 | res = bitbake("xcursor-transparent-theme -f -c package") |
96 | self.delete_recipeinc('xcursor-transparent-theme') | 96 | self.delete_recipeinc('xcursor-transparent-theme') |
97 | line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple times, this leads to packaging errors.") | 97 | line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple times, this leads to packaging errors.") |
@@ -168,7 +168,7 @@ class ToolchainOptions(OESelftestTestCase): | |||
168 | Test that Fortran works by building a Hello, World binary. | 168 | Test that Fortran works by building a Hello, World binary. |
169 | """ | 169 | """ |
170 | 170 | ||
171 | features = 'FORTRAN_forcevariable = ",fortran"\n' | 171 | features = 'FORTRAN:forcevariable = ",fortran"\n' |
172 | self.write_config(features) | 172 | self.write_config(features) |
173 | bitbake('fortran-helloworld') | 173 | bitbake('fortran-helloworld') |
174 | 174 | ||
diff --git a/meta/lib/oeqa/selftest/cases/containerimage.py b/meta/lib/oeqa/selftest/cases/containerimage.py index 79cc8a0f2e..b92e520bc2 100644 --- a/meta/lib/oeqa/selftest/cases/containerimage.py +++ b/meta/lib/oeqa/selftest/cases/containerimage.py | |||
@@ -43,7 +43,7 @@ PACKAGE_CLASSES = "package_ipk" | |||
43 | IMAGE_FEATURES = "" | 43 | IMAGE_FEATURES = "" |
44 | IMAGE_BUILDINFO_FILE = "" | 44 | IMAGE_BUILDINFO_FILE = "" |
45 | INIT_MANAGER = "sysvinit" | 45 | INIT_MANAGER = "sysvinit" |
46 | IMAGE_INSTALL_remove = "ssh-pregen-hostkeys" | 46 | IMAGE_INSTALL:remove = "ssh-pregen-hostkeys" |
47 | 47 | ||
48 | """) | 48 | """) |
49 | 49 | ||
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 3385546e8e..c6dbf50e68 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
@@ -975,7 +975,7 @@ class DevtoolUpdateTests(DevtoolBase): | |||
975 | self.assertExists(patchfile, 'Patch file not created') | 975 | self.assertExists(patchfile, 'Patch file not created') |
976 | 976 | ||
977 | # Check bbappend contents | 977 | # Check bbappend contents |
978 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 978 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
979 | '\n', | 979 | '\n', |
980 | 'SRC_URI += "file://0001-Add-our-custom-version.patch"\n', | 980 | 'SRC_URI += "file://0001-Add-our-custom-version.patch"\n', |
981 | '\n'] | 981 | '\n'] |
@@ -990,7 +990,7 @@ class DevtoolUpdateTests(DevtoolBase): | |||
990 | result = runCmd('git reset HEAD^', cwd=tempsrcdir) | 990 | result = runCmd('git reset HEAD^', cwd=tempsrcdir) |
991 | result = runCmd('devtool update-recipe %s -a %s' % (testrecipe, templayerdir)) | 991 | result = runCmd('devtool update-recipe %s -a %s' % (testrecipe, templayerdir)) |
992 | self.assertNotExists(patchfile, 'Patch file not deleted') | 992 | self.assertNotExists(patchfile, 'Patch file not deleted') |
993 | expectedlines2 = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 993 | expectedlines2 = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
994 | '\n'] | 994 | '\n'] |
995 | with open(bbappendfile, 'r') as f: | 995 | with open(bbappendfile, 'r') as f: |
996 | self.assertEqual(expectedlines2, f.readlines()) | 996 | self.assertEqual(expectedlines2, f.readlines()) |
diff --git a/meta/lib/oeqa/selftest/cases/distrodata.py b/meta/lib/oeqa/selftest/cases/distrodata.py index 0ad6e1ef91..4a45855d27 100644 --- a/meta/lib/oeqa/selftest/cases/distrodata.py +++ b/meta/lib/oeqa/selftest/cases/distrodata.py | |||
@@ -110,7 +110,7 @@ The following recipes do not have a DESCRIPTION. Please add an entry for DESCRIP | |||
110 | 110 | ||
111 | missing_recipes = [] | 111 | missing_recipes = [] |
112 | recipes = [] | 112 | recipes = [] |
113 | prefix = "RECIPE_MAINTAINER_pn-" | 113 | prefix = "RECIPE_MAINTAINER:pn-" |
114 | 114 | ||
115 | # We could have used all_recipes() here, but this method will find | 115 | # We could have used all_recipes() here, but this method will find |
116 | # every recipe if we ever move to setting RECIPE_MAINTAINER in recipe files | 116 | # every recipe if we ever move to setting RECIPE_MAINTAINER in recipe files |
diff --git a/meta/lib/oeqa/selftest/cases/efibootpartition.py b/meta/lib/oeqa/selftest/cases/efibootpartition.py index a61cf9bcb3..3203a7b71d 100644 --- a/meta/lib/oeqa/selftest/cases/efibootpartition.py +++ b/meta/lib/oeqa/selftest/cases/efibootpartition.py | |||
@@ -26,11 +26,11 @@ class GenericEFITest(OESelftestTestCase): | |||
26 | self.write_config(self, | 26 | self.write_config(self, |
27 | """ | 27 | """ |
28 | EFI_PROVIDER = "%s" | 28 | EFI_PROVIDER = "%s" |
29 | IMAGE_FSTYPES_pn-%s_append = " wic" | 29 | IMAGE_FSTYPES:pn-%s_append = " wic" |
30 | MACHINE = "%s" | 30 | MACHINE = "%s" |
31 | MACHINE_FEATURES_append = " efi" | 31 | MACHINE_FEATURES:append = " efi" |
32 | WKS_FILE = "efi-bootdisk.wks.in" | 32 | WKS_FILE = "efi-bootdisk.wks.in" |
33 | IMAGE_INSTALL_append = " grub-efi systemd-boot kernel-image-bzimage" | 33 | IMAGE_INSTALL:append = " grub-efi systemd-boot kernel-image-bzimage" |
34 | """ | 34 | """ |
35 | % (self.efi_provider, self.image, self.machine)) | 35 | % (self.efi_provider, self.image, self.machine)) |
36 | if not self.recipes_built: | 36 | if not self.recipes_built: |
diff --git a/meta/lib/oeqa/selftest/cases/fetch.py b/meta/lib/oeqa/selftest/cases/fetch.py index cd15f65129..9aa91e59c1 100644 --- a/meta/lib/oeqa/selftest/cases/fetch.py +++ b/meta/lib/oeqa/selftest/cases/fetch.py | |||
@@ -24,8 +24,8 @@ class Fetch(OESelftestTestCase): | |||
24 | # No mirrors, should use git to fetch successfully | 24 | # No mirrors, should use git to fetch successfully |
25 | features = """ | 25 | features = """ |
26 | DL_DIR = "%s" | 26 | DL_DIR = "%s" |
27 | MIRRORS_forcevariable = "" | 27 | MIRRORS:forcevariable = "" |
28 | PREMIRRORS_forcevariable = "" | 28 | PREMIRRORS:forcevariable = "" |
29 | """ % dldir | 29 | """ % dldir |
30 | self.write_config(features) | 30 | self.write_config(features) |
31 | oe.path.remove(dldir, recurse=True) | 31 | oe.path.remove(dldir, recurse=True) |
@@ -35,8 +35,8 @@ PREMIRRORS_forcevariable = "" | |||
35 | features = """ | 35 | features = """ |
36 | DL_DIR = "%s" | 36 | DL_DIR = "%s" |
37 | GIT_PROXY_COMMAND = "false" | 37 | GIT_PROXY_COMMAND = "false" |
38 | MIRRORS_forcevariable = "" | 38 | MIRRORS:forcevariable = "" |
39 | PREMIRRORS_forcevariable = "" | 39 | PREMIRRORS:forcevariable = "" |
40 | """ % dldir | 40 | """ % dldir |
41 | self.write_config(features) | 41 | self.write_config(features) |
42 | oe.path.remove(dldir, recurse=True) | 42 | oe.path.remove(dldir, recurse=True) |
@@ -47,7 +47,7 @@ PREMIRRORS_forcevariable = "" | |||
47 | features = """ | 47 | features = """ |
48 | DL_DIR = "%s" | 48 | DL_DIR = "%s" |
49 | GIT_PROXY_COMMAND = "false" | 49 | GIT_PROXY_COMMAND = "false" |
50 | MIRRORS_forcevariable = "git://.*/.* http://downloads.yoctoproject.org/mirror/sources/" | 50 | MIRRORS:forcevariable = "git://.*/.* http://downloads.yoctoproject.org/mirror/sources/" |
51 | """ % dldir | 51 | """ % dldir |
52 | self.write_config(features) | 52 | self.write_config(features) |
53 | oe.path.remove(dldir, recurse=True) | 53 | oe.path.remove(dldir, recurse=True) |
diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py index c687f6ef93..be9792330a 100644 --- a/meta/lib/oeqa/selftest/cases/glibc.py +++ b/meta/lib/oeqa/selftest/cases/glibc.py | |||
@@ -24,7 +24,7 @@ class GlibcSelfTestBase(OESelftestTestCase, OEPTestResultTestCase): | |||
24 | features.append('TOOLCHAIN_TEST_HOST_USER = "root"') | 24 | features.append('TOOLCHAIN_TEST_HOST_USER = "root"') |
25 | features.append('TOOLCHAIN_TEST_HOST_PORT = "22"') | 25 | features.append('TOOLCHAIN_TEST_HOST_PORT = "22"') |
26 | # force single threaded test execution | 26 | # force single threaded test execution |
27 | features.append('EGLIBCPARALLELISM_task-check_pn-glibc-testsuite = "PARALLELMFLAGS="-j1""') | 27 | features.append('EGLIBCPARALLELISM_task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""') |
28 | self.write_config("\n".join(features)) | 28 | self.write_config("\n".join(features)) |
29 | 29 | ||
30 | bitbake("glibc-testsuite -c check") | 30 | bitbake("glibc-testsuite -c check") |
diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index 2de22d3404..12902add94 100644 --- a/meta/lib/oeqa/selftest/cases/imagefeatures.py +++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py | |||
@@ -229,7 +229,7 @@ USERADD_GID_TABLES += "files/static-group" | |||
229 | def test_no_busybox_base_utils(self): | 229 | def test_no_busybox_base_utils(self): |
230 | config = """ | 230 | config = """ |
231 | # Enable wayland | 231 | # Enable wayland |
232 | DISTRO_FEATURES_append += "pam opengl wayland" | 232 | DISTRO_FEATURES:append += "pam opengl wayland" |
233 | 233 | ||
234 | # Switch to systemd | 234 | # Switch to systemd |
235 | DISTRO_FEATURES += "systemd" | 235 | DISTRO_FEATURES += "systemd" |
diff --git a/meta/lib/oeqa/selftest/cases/incompatible_lic.py b/meta/lib/oeqa/selftest/cases/incompatible_lic.py index 152da6332a..93be434650 100644 --- a/meta/lib/oeqa/selftest/cases/incompatible_lic.py +++ b/meta/lib/oeqa/selftest/cases/incompatible_lic.py | |||
@@ -85,8 +85,8 @@ class IncompatibleLicenseTests(OESelftestTestCase): | |||
85 | class IncompatibleLicensePerImageTests(OESelftestTestCase): | 85 | class IncompatibleLicensePerImageTests(OESelftestTestCase): |
86 | def default_config(self): | 86 | def default_config(self): |
87 | return """ | 87 | return """ |
88 | IMAGE_INSTALL_append = " bash" | 88 | IMAGE_INSTALL:append = " bash" |
89 | INCOMPATIBLE_LICENSE_pn-core-image-minimal = "GPL-3.0 LGPL-3.0" | 89 | INCOMPATIBLE_LICENSE:pn-core-image-minimal = "GPL-3.0 LGPL-3.0" |
90 | """ | 90 | """ |
91 | 91 | ||
92 | def test_bash_default(self): | 92 | def test_bash_default(self): |
@@ -118,17 +118,17 @@ INCOMPATIBLE_LICENSE_pn-core-image-minimal = "GPL-3.0 LGPL-3.0" | |||
118 | class NoGPL3InImagesTests(OESelftestTestCase): | 118 | class NoGPL3InImagesTests(OESelftestTestCase): |
119 | def test_core_image_minimal(self): | 119 | def test_core_image_minimal(self): |
120 | self.write_config(""" | 120 | self.write_config(""" |
121 | INCOMPATIBLE_LICENSE_pn-core-image-minimal = "GPL-3.0 LGPL-3.0" | 121 | INCOMPATIBLE_LICENSE:pn-core-image-minimal = "GPL-3.0 LGPL-3.0" |
122 | """) | 122 | """) |
123 | bitbake('core-image-minimal') | 123 | bitbake('core-image-minimal') |
124 | 124 | ||
125 | def test_core_image_full_cmdline(self): | 125 | def test_core_image_full_cmdline(self): |
126 | self.write_config(""" | 126 | self.write_config(""" |
127 | INHERIT += "testimage"\n | 127 | INHERIT += "testimage"\n |
128 | INCOMPATIBLE_LICENSE_pn-core-image-full-cmdline = "GPL-3.0 LGPL-3.0"\n | 128 | INCOMPATIBLE_LICENSE:pn-core-image-full-cmdline = "GPL-3.0 LGPL-3.0"\n |
129 | RDEPENDS_packagegroup-core-full-cmdline-utils_remove = "bash bc coreutils cpio ed findutils gawk grep mc mc-fish mc-helpers mc-helpers-perl sed tar time"\n | 129 | RDEPENDS:packagegroup-core-full-cmdline-utils:remove = "bash bc coreutils cpio ed findutils gawk grep mc mc-fish mc-helpers mc-helpers-perl sed tar time"\n |
130 | RDEPENDS_packagegroup-core-full-cmdline-dev-utils_remove = "diffutils m4 make patch"\n | 130 | RDEPENDS:packagegroup-core-full-cmdline-dev-utils:remove = "diffutils m4 make patch"\n |
131 | RDEPENDS_packagegroup-core-full-cmdline-multiuser_remove = "gzip"\n | 131 | RDEPENDS:packagegroup-core-full-cmdline-multiuser:remove = "gzip"\n |
132 | """) | 132 | """) |
133 | bitbake('core-image-full-cmdline') | 133 | bitbake('core-image-full-cmdline') |
134 | bitbake('-c testimage core-image-full-cmdline') | 134 | bitbake('-c testimage core-image-full-cmdline') |
diff --git a/meta/lib/oeqa/selftest/cases/kerneldevelopment.py b/meta/lib/oeqa/selftest/cases/kerneldevelopment.py index a61876ee61..b1623a1885 100644 --- a/meta/lib/oeqa/selftest/cases/kerneldevelopment.py +++ b/meta/lib/oeqa/selftest/cases/kerneldevelopment.py | |||
@@ -58,7 +58,7 @@ class KernelDev(OESelftestTestCase): | |||
58 | recipe_append = os.path.join(self.recipeskernel_dir, 'linux-yocto_%.bbappend') | 58 | recipe_append = os.path.join(self.recipeskernel_dir, 'linux-yocto_%.bbappend') |
59 | with open(recipe_append, 'w+') as fh: | 59 | with open(recipe_append, 'w+') as fh: |
60 | fh.write('SRC_URI += "file://%s"\n' % patch_name) | 60 | fh.write('SRC_URI += "file://%s"\n' % patch_name) |
61 | fh.write('FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"') | 61 | fh.write('FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"') |
62 | 62 | ||
63 | runCmd('bitbake virtual/kernel -c clean') | 63 | runCmd('bitbake virtual/kernel -c clean') |
64 | runCmd('bitbake virtual/kernel -c patch') | 64 | runCmd('bitbake virtual/kernel -c patch') |
diff --git a/meta/lib/oeqa/selftest/cases/layerappend.py b/meta/lib/oeqa/selftest/cases/layerappend.py index 05e9426fc6..dadc7c5d28 100644 --- a/meta/lib/oeqa/selftest/cases/layerappend.py +++ b/meta/lib/oeqa/selftest/cases/layerappend.py | |||
@@ -30,20 +30,20 @@ python do_build() { | |||
30 | addtask build | 30 | addtask build |
31 | """ | 31 | """ |
32 | append = """ | 32 | append = """ |
33 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 33 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
34 | 34 | ||
35 | SRC_URI_append = " file://appendtest.txt" | 35 | SRC_URI:append = " file://appendtest.txt" |
36 | 36 | ||
37 | sysroot_stage_all_append() { | 37 | sysroot_stage_all:append() { |
38 | install -m 644 ${WORKDIR}/appendtest.txt ${SYSROOT_DESTDIR}/ | 38 | install -m 644 ${WORKDIR}/appendtest.txt ${SYSROOT_DESTDIR}/ |
39 | } | 39 | } |
40 | 40 | ||
41 | """ | 41 | """ |
42 | 42 | ||
43 | append2 = """ | 43 | append2 = """ |
44 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 44 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
45 | 45 | ||
46 | SRC_URI_append = " file://appendtest.txt" | 46 | SRC_URI:append = " file://appendtest.txt" |
47 | """ | 47 | """ |
48 | layerappend = '' | 48 | layerappend = '' |
49 | 49 | ||
diff --git a/meta/lib/oeqa/selftest/cases/lic_checksum.py b/meta/lib/oeqa/selftest/cases/lic_checksum.py index bae935d697..91021ac335 100644 --- a/meta/lib/oeqa/selftest/cases/lic_checksum.py +++ b/meta/lib/oeqa/selftest/cases/lic_checksum.py | |||
@@ -21,7 +21,7 @@ class LicenseTests(OESelftestTestCase): | |||
21 | os.close(lic_file) | 21 | os.close(lic_file) |
22 | self.track_for_cleanup(lic_path) | 22 | self.track_for_cleanup(lic_path) |
23 | 23 | ||
24 | self.write_config("INHERIT_remove = \"report-error\"") | 24 | self.write_config("INHERIT:remove = \"report-error\"") |
25 | 25 | ||
26 | self.write_recipeinc('emptytest', """ | 26 | self.write_recipeinc('emptytest', """ |
27 | INHIBIT_DEFAULT_DEPS = "1" | 27 | INHIBIT_DEFAULT_DEPS = "1" |
diff --git a/meta/lib/oeqa/selftest/cases/multiconfig.py b/meta/lib/oeqa/selftest/cases/multiconfig.py index 39b92f2439..baae9b456f 100644 --- a/meta/lib/oeqa/selftest/cases/multiconfig.py +++ b/meta/lib/oeqa/selftest/cases/multiconfig.py | |||
@@ -17,7 +17,7 @@ class MultiConfig(OESelftestTestCase): | |||
17 | """ | 17 | """ |
18 | 18 | ||
19 | config = """ | 19 | config = """ |
20 | IMAGE_INSTALL_append_pn-core-image-full-cmdline = " multiconfig-image-packager-tiny multiconfig-image-packager-musl" | 20 | IMAGE_INSTALL:append:pn-core-image-full-cmdline = " multiconfig-image-packager-tiny multiconfig-image-packager-musl" |
21 | BBMULTICONFIG = "tiny musl" | 21 | BBMULTICONFIG = "tiny musl" |
22 | """ | 22 | """ |
23 | self.write_config(config) | 23 | self.write_config(config) |
@@ -52,7 +52,7 @@ TMPDIR = "${TOPDIR}/tmp-mc-tiny" | |||
52 | self.write_config(config) | 52 | self.write_config(config) |
53 | 53 | ||
54 | testconfig = textwrap.dedent('''\ | 54 | testconfig = textwrap.dedent('''\ |
55 | MCTESTVAR_append = "1" | 55 | MCTESTVAR:append = "1" |
56 | ''') | 56 | ''') |
57 | self.write_config(testconfig, 'test') | 57 | self.write_config(testconfig, 'test') |
58 | 58 | ||
@@ -64,7 +64,7 @@ TMPDIR = "${TOPDIR}/tmp-mc-tiny" | |||
64 | self.assertIn('MCTESTVAR=test1', result.output.splitlines()) | 64 | self.assertIn('MCTESTVAR=test1', result.output.splitlines()) |
65 | 65 | ||
66 | testconfig = textwrap.dedent('''\ | 66 | testconfig = textwrap.dedent('''\ |
67 | MCTESTVAR_append = "2" | 67 | MCTESTVAR:append = "2" |
68 | ''') | 68 | ''') |
69 | self.write_config(testconfig, 'test') | 69 | self.write_config(testconfig, 'test') |
70 | 70 | ||
diff --git a/meta/lib/oeqa/selftest/cases/package.py b/meta/lib/oeqa/selftest/cases/package.py index 7166c3991f..cebbb4f3f4 100644 --- a/meta/lib/oeqa/selftest/cases/package.py +++ b/meta/lib/oeqa/selftest/cases/package.py | |||
@@ -116,9 +116,9 @@ class PackageTests(OESelftestTestCase): | |||
116 | 116 | ||
117 | # Verify gdb to read symbols from separated debug hardlink file correctly | 117 | # Verify gdb to read symbols from separated debug hardlink file correctly |
118 | def test_gdb_hardlink_debug(self): | 118 | def test_gdb_hardlink_debug(self): |
119 | features = 'IMAGE_INSTALL_append = " selftest-hardlink"\n' | 119 | features = 'IMAGE_INSTALL:append = " selftest-hardlink"\n' |
120 | features += 'IMAGE_INSTALL_append = " selftest-hardlink-dbg"\n' | 120 | features += 'IMAGE_INSTALL:append = " selftest-hardlink-dbg"\n' |
121 | features += 'IMAGE_INSTALL_append = " selftest-hardlink-gdb"\n' | 121 | features += 'IMAGE_INSTALL:append = " selftest-hardlink-gdb"\n' |
122 | self.write_config(features) | 122 | self.write_config(features) |
123 | bitbake("core-image-minimal") | 123 | bitbake("core-image-minimal") |
124 | 124 | ||
@@ -151,7 +151,7 @@ class PackageTests(OESelftestTestCase): | |||
151 | 151 | ||
152 | def test_preserve_ownership(self): | 152 | def test_preserve_ownership(self): |
153 | import os, stat, oe.cachedpath | 153 | import os, stat, oe.cachedpath |
154 | features = 'IMAGE_INSTALL_append = " selftest-chown"\n' | 154 | features = 'IMAGE_INSTALL:append = " selftest-chown"\n' |
155 | self.write_config(features) | 155 | self.write_config(features) |
156 | bitbake("core-image-minimal") | 156 | bitbake("core-image-minimal") |
157 | 157 | ||
diff --git a/meta/lib/oeqa/selftest/cases/prservice.py b/meta/lib/oeqa/selftest/cases/prservice.py index 578b2b4dd9..10158ca7c2 100644 --- a/meta/lib/oeqa/selftest/cases/prservice.py +++ b/meta/lib/oeqa/selftest/cases/prservice.py | |||
@@ -40,7 +40,7 @@ class BitbakePrTests(OESelftestTestCase): | |||
40 | return str(stamps[0]) | 40 | return str(stamps[0]) |
41 | 41 | ||
42 | def increment_package_pr(self, package_name): | 42 | def increment_package_pr(self, package_name): |
43 | inc_data = "do_package_append() {\n bb.build.exec_func('do_test_prserv', d)\n}\ndo_test_prserv() {\necho \"The current date is: %s\" > ${PKGDESTWORK}/${PN}.datestamp\n}" % datetime.datetime.now() | 43 | inc_data = "do_package:append() {\n bb.build.exec_func('do_test_prserv', d)\n}\ndo_test_prserv() {\necho \"The current date is: %s\" > ${PKGDESTWORK}/${PN}.datestamp\n}" % datetime.datetime.now() |
44 | self.write_recipeinc(package_name, inc_data) | 44 | self.write_recipeinc(package_name, inc_data) |
45 | res = bitbake(package_name, ignore_status=True) | 45 | res = bitbake(package_name, ignore_status=True) |
46 | self.delete_recipeinc(package_name) | 46 | self.delete_recipeinc(package_name) |
diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py b/meta/lib/oeqa/selftest/cases/recipetool.py index f0685d3718..3b99417e84 100644 --- a/meta/lib/oeqa/selftest/cases/recipetool.py +++ b/meta/lib/oeqa/selftest/cases/recipetool.py | |||
@@ -94,7 +94,7 @@ class RecipetoolTests(RecipetoolBase): | |||
94 | 94 | ||
95 | def test_recipetool_appendfile_basic(self): | 95 | def test_recipetool_appendfile_basic(self): |
96 | # Basic test | 96 | # Basic test |
97 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 97 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
98 | '\n'] | 98 | '\n'] |
99 | _, output = self._try_recipetool_appendfile('base-files', '/etc/motd', self.testfile, '', expectedlines, ['motd']) | 99 | _, output = self._try_recipetool_appendfile('base-files', '/etc/motd', self.testfile, '', expectedlines, ['motd']) |
100 | self.assertNotIn('WARNING: ', output) | 100 | self.assertNotIn('WARNING: ', output) |
@@ -112,11 +112,11 @@ class RecipetoolTests(RecipetoolBase): | |||
112 | # Need a test file - should be executable | 112 | # Need a test file - should be executable |
113 | testfile2 = os.path.join(self.corebase, 'oe-init-build-env') | 113 | testfile2 = os.path.join(self.corebase, 'oe-init-build-env') |
114 | testfile2name = os.path.basename(testfile2) | 114 | testfile2name = os.path.basename(testfile2) |
115 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 115 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
116 | '\n', | 116 | '\n', |
117 | 'SRC_URI += "file://%s"\n' % testfile2name, | 117 | 'SRC_URI += "file://%s"\n' % testfile2name, |
118 | '\n', | 118 | '\n', |
119 | 'do_install_append() {\n', | 119 | 'do_install:append() {\n', |
120 | ' install -d ${D}${base_bindir}\n', | 120 | ' install -d ${D}${base_bindir}\n', |
121 | ' install -m 0755 ${WORKDIR}/%s ${D}${base_bindir}/ls\n' % testfile2name, | 121 | ' install -m 0755 ${WORKDIR}/%s ${D}${base_bindir}/ls\n' % testfile2name, |
122 | '}\n'] | 122 | '}\n'] |
@@ -138,11 +138,11 @@ class RecipetoolTests(RecipetoolBase): | |||
138 | 138 | ||
139 | def test_recipetool_appendfile_add(self): | 139 | def test_recipetool_appendfile_add(self): |
140 | # Try arbitrary file add to a recipe | 140 | # Try arbitrary file add to a recipe |
141 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 141 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
142 | '\n', | 142 | '\n', |
143 | 'SRC_URI += "file://testfile"\n', | 143 | 'SRC_URI += "file://testfile"\n', |
144 | '\n', | 144 | '\n', |
145 | 'do_install_append() {\n', | 145 | 'do_install:append() {\n', |
146 | ' install -d ${D}${datadir}\n', | 146 | ' install -d ${D}${datadir}\n', |
147 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/something\n', | 147 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/something\n', |
148 | '}\n'] | 148 | '}\n'] |
@@ -151,13 +151,13 @@ class RecipetoolTests(RecipetoolBase): | |||
151 | # (so we're testing that, plus modifying an existing bbappend) | 151 | # (so we're testing that, plus modifying an existing bbappend) |
152 | testfile2 = os.path.join(self.corebase, 'oe-init-build-env') | 152 | testfile2 = os.path.join(self.corebase, 'oe-init-build-env') |
153 | testfile2name = os.path.basename(testfile2) | 153 | testfile2name = os.path.basename(testfile2) |
154 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 154 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
155 | '\n', | 155 | '\n', |
156 | 'SRC_URI += "file://testfile \\\n', | 156 | 'SRC_URI += "file://testfile \\\n', |
157 | ' file://%s \\\n' % testfile2name, | 157 | ' file://%s \\\n' % testfile2name, |
158 | ' "\n', | 158 | ' "\n', |
159 | '\n', | 159 | '\n', |
160 | 'do_install_append() {\n', | 160 | 'do_install:append() {\n', |
161 | ' install -d ${D}${datadir}\n', | 161 | ' install -d ${D}${datadir}\n', |
162 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/something\n', | 162 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/something\n', |
163 | ' install -m 0755 ${WORKDIR}/%s ${D}${datadir}/scriptname\n' % testfile2name, | 163 | ' install -m 0755 ${WORKDIR}/%s ${D}${datadir}/scriptname\n' % testfile2name, |
@@ -166,11 +166,11 @@ class RecipetoolTests(RecipetoolBase): | |||
166 | 166 | ||
167 | def test_recipetool_appendfile_add_bindir(self): | 167 | def test_recipetool_appendfile_add_bindir(self): |
168 | # Try arbitrary file add to a recipe, this time to a location such that should be installed as executable | 168 | # Try arbitrary file add to a recipe, this time to a location such that should be installed as executable |
169 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 169 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
170 | '\n', | 170 | '\n', |
171 | 'SRC_URI += "file://testfile"\n', | 171 | 'SRC_URI += "file://testfile"\n', |
172 | '\n', | 172 | '\n', |
173 | 'do_install_append() {\n', | 173 | 'do_install:append() {\n', |
174 | ' install -d ${D}${bindir}\n', | 174 | ' install -d ${D}${bindir}\n', |
175 | ' install -m 0755 ${WORKDIR}/testfile ${D}${bindir}/selftest-recipetool-testbin\n', | 175 | ' install -m 0755 ${WORKDIR}/testfile ${D}${bindir}/selftest-recipetool-testbin\n', |
176 | '}\n'] | 176 | '}\n'] |
@@ -179,13 +179,13 @@ class RecipetoolTests(RecipetoolBase): | |||
179 | 179 | ||
180 | def test_recipetool_appendfile_add_machine(self): | 180 | def test_recipetool_appendfile_add_machine(self): |
181 | # Try arbitrary file add to a recipe, this time to a location such that should be installed as executable | 181 | # Try arbitrary file add to a recipe, this time to a location such that should be installed as executable |
182 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 182 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
183 | '\n', | 183 | '\n', |
184 | 'PACKAGE_ARCH = "${MACHINE_ARCH}"\n', | 184 | 'PACKAGE_ARCH = "${MACHINE_ARCH}"\n', |
185 | '\n', | 185 | '\n', |
186 | 'SRC_URI_append_mymachine = " file://testfile"\n', | 186 | 'SRC_URI:append_mymachine = " file://testfile"\n', |
187 | '\n', | 187 | '\n', |
188 | 'do_install_append_mymachine() {\n', | 188 | 'do_install:append_mymachine() {\n', |
189 | ' install -d ${D}${datadir}\n', | 189 | ' install -d ${D}${datadir}\n', |
190 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/something\n', | 190 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/something\n', |
191 | '}\n'] | 191 | '}\n'] |
@@ -194,32 +194,32 @@ class RecipetoolTests(RecipetoolBase): | |||
194 | 194 | ||
195 | def test_recipetool_appendfile_orig(self): | 195 | def test_recipetool_appendfile_orig(self): |
196 | # A file that's in SRC_URI and in do_install with the same name | 196 | # A file that's in SRC_URI and in do_install with the same name |
197 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 197 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
198 | '\n'] | 198 | '\n'] |
199 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-orig', self.testfile, '', expectedlines, ['selftest-replaceme-orig']) | 199 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-orig', self.testfile, '', expectedlines, ['selftest-replaceme-orig']) |
200 | self.assertNotIn('WARNING: ', output) | 200 | self.assertNotIn('WARNING: ', output) |
201 | 201 | ||
202 | def test_recipetool_appendfile_todir(self): | 202 | def test_recipetool_appendfile_todir(self): |
203 | # A file that's in SRC_URI and in do_install with destination directory rather than file | 203 | # A file that's in SRC_URI and in do_install with destination directory rather than file |
204 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 204 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
205 | '\n'] | 205 | '\n'] |
206 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-todir', self.testfile, '', expectedlines, ['selftest-replaceme-todir']) | 206 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-todir', self.testfile, '', expectedlines, ['selftest-replaceme-todir']) |
207 | self.assertNotIn('WARNING: ', output) | 207 | self.assertNotIn('WARNING: ', output) |
208 | 208 | ||
209 | def test_recipetool_appendfile_renamed(self): | 209 | def test_recipetool_appendfile_renamed(self): |
210 | # A file that's in SRC_URI with a different name to the destination file | 210 | # A file that's in SRC_URI with a different name to the destination file |
211 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 211 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
212 | '\n'] | 212 | '\n'] |
213 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-renamed', self.testfile, '', expectedlines, ['file1']) | 213 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-renamed', self.testfile, '', expectedlines, ['file1']) |
214 | self.assertNotIn('WARNING: ', output) | 214 | self.assertNotIn('WARNING: ', output) |
215 | 215 | ||
216 | def test_recipetool_appendfile_subdir(self): | 216 | def test_recipetool_appendfile_subdir(self): |
217 | # A file that's in SRC_URI in a subdir | 217 | # A file that's in SRC_URI in a subdir |
218 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 218 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
219 | '\n', | 219 | '\n', |
220 | 'SRC_URI += "file://testfile"\n', | 220 | 'SRC_URI += "file://testfile"\n', |
221 | '\n', | 221 | '\n', |
222 | 'do_install_append() {\n', | 222 | 'do_install:append() {\n', |
223 | ' install -d ${D}${datadir}\n', | 223 | ' install -d ${D}${datadir}\n', |
224 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-subdir\n', | 224 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-subdir\n', |
225 | '}\n'] | 225 | '}\n'] |
@@ -228,25 +228,25 @@ class RecipetoolTests(RecipetoolBase): | |||
228 | 228 | ||
229 | def test_recipetool_appendfile_inst_glob(self): | 229 | def test_recipetool_appendfile_inst_glob(self): |
230 | # A file that's in do_install as a glob | 230 | # A file that's in do_install as a glob |
231 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 231 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
232 | '\n'] | 232 | '\n'] |
233 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-inst-globfile', self.testfile, '', expectedlines, ['selftest-replaceme-inst-globfile']) | 233 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-inst-globfile', self.testfile, '', expectedlines, ['selftest-replaceme-inst-globfile']) |
234 | self.assertNotIn('WARNING: ', output) | 234 | self.assertNotIn('WARNING: ', output) |
235 | 235 | ||
236 | def test_recipetool_appendfile_inst_todir_glob(self): | 236 | def test_recipetool_appendfile_inst_todir_glob(self): |
237 | # A file that's in do_install as a glob with destination as a directory | 237 | # A file that's in do_install as a glob with destination as a directory |
238 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 238 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
239 | '\n'] | 239 | '\n'] |
240 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-inst-todir-globfile', self.testfile, '', expectedlines, ['selftest-replaceme-inst-todir-globfile']) | 240 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-inst-todir-globfile', self.testfile, '', expectedlines, ['selftest-replaceme-inst-todir-globfile']) |
241 | self.assertNotIn('WARNING: ', output) | 241 | self.assertNotIn('WARNING: ', output) |
242 | 242 | ||
243 | def test_recipetool_appendfile_patch(self): | 243 | def test_recipetool_appendfile_patch(self): |
244 | # A file that's added by a patch in SRC_URI | 244 | # A file that's added by a patch in SRC_URI |
245 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 245 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
246 | '\n', | 246 | '\n', |
247 | 'SRC_URI += "file://testfile"\n', | 247 | 'SRC_URI += "file://testfile"\n', |
248 | '\n', | 248 | '\n', |
249 | 'do_install_append() {\n', | 249 | 'do_install:append() {\n', |
250 | ' install -d ${D}${sysconfdir}\n', | 250 | ' install -d ${D}${sysconfdir}\n', |
251 | ' install -m 0644 ${WORKDIR}/testfile ${D}${sysconfdir}/selftest-replaceme-patched\n', | 251 | ' install -m 0644 ${WORKDIR}/testfile ${D}${sysconfdir}/selftest-replaceme-patched\n', |
252 | '}\n'] | 252 | '}\n'] |
@@ -260,11 +260,11 @@ class RecipetoolTests(RecipetoolBase): | |||
260 | 260 | ||
261 | def test_recipetool_appendfile_script(self): | 261 | def test_recipetool_appendfile_script(self): |
262 | # Now, a file that's in SRC_URI but installed by a script (so no mention in do_install) | 262 | # Now, a file that's in SRC_URI but installed by a script (so no mention in do_install) |
263 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 263 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
264 | '\n', | 264 | '\n', |
265 | 'SRC_URI += "file://testfile"\n', | 265 | 'SRC_URI += "file://testfile"\n', |
266 | '\n', | 266 | '\n', |
267 | 'do_install_append() {\n', | 267 | 'do_install:append() {\n', |
268 | ' install -d ${D}${datadir}\n', | 268 | ' install -d ${D}${datadir}\n', |
269 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-scripted\n', | 269 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-scripted\n', |
270 | '}\n'] | 270 | '}\n'] |
@@ -273,7 +273,7 @@ class RecipetoolTests(RecipetoolBase): | |||
273 | 273 | ||
274 | def test_recipetool_appendfile_inst_func(self): | 274 | def test_recipetool_appendfile_inst_func(self): |
275 | # A file that's installed from a function called by do_install | 275 | # A file that's installed from a function called by do_install |
276 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 276 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
277 | '\n'] | 277 | '\n'] |
278 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-inst-func', self.testfile, '', expectedlines, ['selftest-replaceme-inst-func']) | 278 | _, output = self._try_recipetool_appendfile('selftest-recipetool-appendfile', '/usr/share/selftest-replaceme-inst-func', self.testfile, '', expectedlines, ['selftest-replaceme-inst-func']) |
279 | self.assertNotIn('WARNING: ', output) | 279 | self.assertNotIn('WARNING: ', output) |
@@ -283,11 +283,11 @@ class RecipetoolTests(RecipetoolBase): | |||
283 | # First try without specifying recipe | 283 | # First try without specifying recipe |
284 | self._try_recipetool_appendfile_fail('/usr/share/selftest-replaceme-postinst', self.testfile, ['File /usr/share/selftest-replaceme-postinst may be written out in a pre/postinstall script of the following recipes:', 'selftest-recipetool-appendfile']) | 284 | self._try_recipetool_appendfile_fail('/usr/share/selftest-replaceme-postinst', self.testfile, ['File /usr/share/selftest-replaceme-postinst may be written out in a pre/postinstall script of the following recipes:', 'selftest-recipetool-appendfile']) |
285 | # Now specify recipe | 285 | # Now specify recipe |
286 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 286 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
287 | '\n', | 287 | '\n', |
288 | 'SRC_URI += "file://testfile"\n', | 288 | 'SRC_URI += "file://testfile"\n', |
289 | '\n', | 289 | '\n', |
290 | 'do_install_append() {\n', | 290 | 'do_install:append() {\n', |
291 | ' install -d ${D}${datadir}\n', | 291 | ' install -d ${D}${datadir}\n', |
292 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-postinst\n', | 292 | ' install -m 0644 ${WORKDIR}/testfile ${D}${datadir}/selftest-replaceme-postinst\n', |
293 | '}\n'] | 293 | '}\n'] |
@@ -430,10 +430,10 @@ class RecipetoolTests(RecipetoolBase): | |||
430 | urls.append('npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json') | 430 | urls.append('npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json') |
431 | checkvars['SRC_URI'] = set(urls) | 431 | checkvars['SRC_URI'] = set(urls) |
432 | checkvars['S'] = '${WORKDIR}/npm' | 432 | checkvars['S'] = '${WORKDIR}/npm' |
433 | checkvars['LICENSE_${PN}'] = 'MIT' | 433 | checkvars['LICENSE:${PN}'] = 'MIT' |
434 | checkvars['LICENSE_${PN}-base64'] = 'Unknown' | 434 | checkvars['LICENSE:${PN}-base64'] = 'Unknown' |
435 | checkvars['LICENSE_${PN}-accepts'] = 'MIT' | 435 | checkvars['LICENSE:${PN}-accepts'] = 'MIT' |
436 | checkvars['LICENSE_${PN}-inherits'] = 'ISC' | 436 | checkvars['LICENSE:${PN}-inherits'] = 'ISC' |
437 | inherits = ['npm'] | 437 | inherits = ['npm'] |
438 | self._test_recipe_contents(recipefile, checkvars, inherits) | 438 | self._test_recipe_contents(recipefile, checkvars, inherits) |
439 | 439 | ||
@@ -620,7 +620,7 @@ class RecipetoolAppendsrcBase(RecipetoolBase): | |||
620 | else: | 620 | else: |
621 | destpath = '.' + os.sep | 621 | destpath = '.' + os.sep |
622 | 622 | ||
623 | expectedlines = ['FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"\n', | 623 | expectedlines = ['FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"\n', |
624 | '\n'] | 624 | '\n'] |
625 | if has_src_uri: | 625 | if has_src_uri: |
626 | uri = 'file://%s' % filename | 626 | uri = 'file://%s' % filename |
diff --git a/meta/lib/oeqa/selftest/cases/recipeutils.py b/meta/lib/oeqa/selftest/cases/recipeutils.py index 747870383b..97edad88b5 100644 --- a/meta/lib/oeqa/selftest/cases/recipeutils.py +++ b/meta/lib/oeqa/selftest/cases/recipeutils.py | |||
@@ -52,7 +52,7 @@ class RecipeUtilsTests(OESelftestTestCase): | |||
52 | +SRC_URI[md5sum] = "aaaaaa" | 52 | +SRC_URI[md5sum] = "aaaaaa" |
53 | SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" | 53 | SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" |
54 | 54 | ||
55 | RDEPENDS_${PN} += "${PYTHON_PN}-threading" | 55 | RDEPENDS:${PN} += "${PYTHON_PN}-threading" |
56 | """ | 56 | """ |
57 | patchlines = [] | 57 | patchlines = [] |
58 | for f in patches: | 58 | for f in patches: |
@@ -80,7 +80,7 @@ class RecipeUtilsTests(OESelftestTestCase): | |||
80 | 80 | ||
81 | -SRC_URI += "file://somefile" | 81 | -SRC_URI += "file://somefile" |
82 | - | 82 | - |
83 | SRC_URI_append = " file://anotherfile" | 83 | SRC_URI:append = " file://anotherfile" |
84 | """ | 84 | """ |
85 | patchlines = [] | 85 | patchlines = [] |
86 | for f in patches: | 86 | for f in patches: |
@@ -105,7 +105,7 @@ class RecipeUtilsTests(OESelftestTestCase): | |||
105 | 105 | ||
106 | -SRC_URI += "file://somefile" | 106 | -SRC_URI += "file://somefile" |
107 | - | 107 | - |
108 | -SRC_URI_append = " file://anotherfile" | 108 | -SRC_URI:append = " file://anotherfile" |
109 | """ | 109 | """ |
110 | patchlines = [] | 110 | patchlines = [] |
111 | for f in patches: | 111 | for f in patches: |
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index a62757399b..910ef0d301 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -220,7 +220,7 @@ class ReproducibleTests(OESelftestTestCase): | |||
220 | INHIBIT_PACKAGE_STRIP = "1" | 220 | INHIBIT_PACKAGE_STRIP = "1" |
221 | TMPDIR = "{tmpdir}" | 221 | TMPDIR = "{tmpdir}" |
222 | LICENSE_FLAGS_WHITELIST = "commercial" | 222 | LICENSE_FLAGS_WHITELIST = "commercial" |
223 | DISTRO_FEATURES_append = ' systemd pam' | 223 | DISTRO_FEATURES:append = ' systemd pam' |
224 | USERADDEXTENSION = "useradd-staticids" | 224 | USERADDEXTENSION = "useradd-staticids" |
225 | USERADD_ERROR_DYNAMIC = "skip" | 225 | USERADD_ERROR_DYNAMIC = "skip" |
226 | USERADD_UID_TABLES += "files/static-passwd" | 226 | USERADD_UID_TABLES += "files/static-passwd" |
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index d0c2440722..4cfec94d85 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
@@ -120,7 +120,7 @@ class TestImage(OESelftestTestCase): | |||
120 | self.skipTest('core-image-full-cmdline not buildable for poky-tiny') | 120 | self.skipTest('core-image-full-cmdline not buildable for poky-tiny') |
121 | 121 | ||
122 | features = 'INHERIT += "testimage"\n' | 122 | features = 'INHERIT += "testimage"\n' |
123 | features += 'IMAGE_INSTALL_append = " libssl"\n' | 123 | features += 'IMAGE_INSTALL:append = " libssl"\n' |
124 | features += 'TEST_SUITES = "ping ssh selftest"\n' | 124 | features += 'TEST_SUITES = "ping ssh selftest"\n' |
125 | self.write_config(features) | 125 | self.write_config(features) |
126 | 126 | ||
@@ -186,14 +186,14 @@ class TestImage(OESelftestTestCase): | |||
186 | qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') | 186 | qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') |
187 | features = 'INHERIT += "testimage"\n' | 187 | features = 'INHERIT += "testimage"\n' |
188 | if 'gtk+' not in qemu_packageconfig: | 188 | if 'gtk+' not in qemu_packageconfig: |
189 | features += 'PACKAGECONFIG_append_pn-qemu-system-native = " gtk+"\n' | 189 | features += 'PACKAGECONFIG:append:pn-qemu-system-native = " gtk+"\n' |
190 | if 'sdl' not in qemu_packageconfig: | 190 | if 'sdl' not in qemu_packageconfig: |
191 | features += 'PACKAGECONFIG_append_pn-qemu-system-native = " sdl"\n' | 191 | features += 'PACKAGECONFIG:append:pn-qemu-system-native = " sdl"\n' |
192 | if 'opengl' not in qemu_distrofeatures: | 192 | if 'opengl' not in qemu_distrofeatures: |
193 | features += 'DISTRO_FEATURES_append = " opengl"\n' | 193 | features += 'DISTRO_FEATURES:append = " opengl"\n' |
194 | features += 'TEST_SUITES = "ping ssh virgl"\n' | 194 | features += 'TEST_SUITES = "ping ssh virgl"\n' |
195 | features += 'IMAGE_FEATURES_append = " ssh-server-dropbear"\n' | 195 | features += 'IMAGE_FEATURES:append = " ssh-server-dropbear"\n' |
196 | features += 'IMAGE_INSTALL_append = " kmscube"\n' | 196 | features += 'IMAGE_INSTALL:append = " kmscube"\n' |
197 | features_gtk = features + 'TEST_RUNQEMUPARAMS = "gtk gl"\n' | 197 | features_gtk = features + 'TEST_RUNQEMUPARAMS = "gtk gl"\n' |
198 | self.write_config(features_gtk) | 198 | self.write_config(features_gtk) |
199 | bitbake('core-image-minimal') | 199 | bitbake('core-image-minimal') |
@@ -225,10 +225,10 @@ class TestImage(OESelftestTestCase): | |||
225 | qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') | 225 | qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') |
226 | features = 'INHERIT += "testimage"\n' | 226 | features = 'INHERIT += "testimage"\n' |
227 | if 'opengl' not in qemu_distrofeatures: | 227 | if 'opengl' not in qemu_distrofeatures: |
228 | features += 'DISTRO_FEATURES_append = " opengl"\n' | 228 | features += 'DISTRO_FEATURES:append = " opengl"\n' |
229 | features += 'TEST_SUITES = "ping ssh virgl"\n' | 229 | features += 'TEST_SUITES = "ping ssh virgl"\n' |
230 | features += 'IMAGE_FEATURES_append = " ssh-server-dropbear"\n' | 230 | features += 'IMAGE_FEATURES:append = " ssh-server-dropbear"\n' |
231 | features += 'IMAGE_INSTALL_append = " kmscube"\n' | 231 | features += 'IMAGE_INSTALL:append = " kmscube"\n' |
232 | features += 'TEST_RUNQEMUPARAMS = "egl-headless"\n' | 232 | features += 'TEST_RUNQEMUPARAMS = "egl-headless"\n' |
233 | self.write_config(features) | 233 | self.write_config(features) |
234 | bitbake('core-image-minimal') | 234 | bitbake('core-image-minimal') |
@@ -254,7 +254,7 @@ class Postinst(OESelftestTestCase): | |||
254 | features += 'IMAGE_FEATURES += "package-management empty-root-password"\n' | 254 | features += 'IMAGE_FEATURES += "package-management empty-root-password"\n' |
255 | features += 'PACKAGE_CLASSES = "%s"\n' % classes | 255 | features += 'PACKAGE_CLASSES = "%s"\n' % classes |
256 | if init_manager == "systemd": | 256 | if init_manager == "systemd": |
257 | features += 'DISTRO_FEATURES_append = " systemd"\n' | 257 | features += 'DISTRO_FEATURES:append = " systemd"\n' |
258 | features += 'VIRTUAL-RUNTIME_init_manager = "systemd"\n' | 258 | features += 'VIRTUAL-RUNTIME_init_manager = "systemd"\n' |
259 | features += 'DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"\n' | 259 | features += 'DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"\n' |
260 | features += 'VIRTUAL-RUNTIME_initscripts = ""\n' | 260 | features += 'VIRTUAL-RUNTIME_initscripts = ""\n' |
@@ -371,14 +371,14 @@ TEST_SERVER_IP = "192.168.7.1" | |||
371 | TEST_TARGET_IP = "192.168.7.2" | 371 | TEST_TARGET_IP = "192.168.7.2" |
372 | 372 | ||
373 | EXTRA_IMAGE_FEATURES += "tools-profile dbg-pkgs" | 373 | EXTRA_IMAGE_FEATURES += "tools-profile dbg-pkgs" |
374 | IMAGE_FEATURES_append = " ssh-server-dropbear" | 374 | IMAGE_FEATURES:append = " ssh-server-dropbear" |
375 | 375 | ||
376 | # enables kernel debug symbols | 376 | # enables kernel debug symbols |
377 | KERNEL_EXTRA_FEATURES_append = " features/debug/debug-kernel.scc" | 377 | KERNEL_EXTRA_FEATURES:append = " features/debug/debug-kernel.scc" |
378 | KERNEL_EXTRA_FEATURES_append = " features/systemtap/systemtap.scc" | 378 | KERNEL_EXTRA_FEATURES:append = " features/systemtap/systemtap.scc" |
379 | 379 | ||
380 | # add systemtap run-time into target image if it is not there yet | 380 | # add systemtap run-time into target image if it is not there yet |
381 | IMAGE_INSTALL_append = " systemtap-runtime" | 381 | IMAGE_INSTALL:append = " systemtap-runtime" |
382 | """ | 382 | """ |
383 | 383 | ||
384 | def test_crosstap_helloworld(self): | 384 | def test_crosstap_helloworld(self): |
diff --git a/meta/lib/oeqa/selftest/cases/signing.py b/meta/lib/oeqa/selftest/cases/signing.py index a28c7eb19a..af7a0b8b45 100644 --- a/meta/lib/oeqa/selftest/cases/signing.py +++ b/meta/lib/oeqa/selftest/cases/signing.py | |||
@@ -145,7 +145,7 @@ class Signing(OESelftestTestCase): | |||
145 | feature += 'GPG_PATH = "%s"\n' % self.gpg_dir | 145 | feature += 'GPG_PATH = "%s"\n' % self.gpg_dir |
146 | feature += 'SSTATE_DIR = "%s"\n' % sstatedir | 146 | feature += 'SSTATE_DIR = "%s"\n' % sstatedir |
147 | # Any mirror might have partial sstate without .sig files, triggering failures | 147 | # Any mirror might have partial sstate without .sig files, triggering failures |
148 | feature += 'SSTATE_MIRRORS_forcevariable = ""\n' | 148 | feature += 'SSTATE_MIRRORS:forcevariable = ""\n' |
149 | 149 | ||
150 | self.write_config(feature) | 150 | self.write_config(feature) |
151 | 151 | ||
@@ -206,7 +206,7 @@ class LockedSignatures(OESelftestTestCase): | |||
206 | # Use uuid so hash equivalance server isn't triggered | 206 | # Use uuid so hash equivalance server isn't triggered |
207 | recipe_append_file = test_recipe + '_' + get_bb_var('PV', test_recipe) + '.bbappend' | 207 | recipe_append_file = test_recipe + '_' + get_bb_var('PV', test_recipe) + '.bbappend' |
208 | recipe_append_path = os.path.join(templayerdir, 'recipes-test', test_recipe, recipe_append_file) | 208 | recipe_append_path = os.path.join(templayerdir, 'recipes-test', test_recipe, recipe_append_file) |
209 | feature = 'SUMMARY_${PN} = "test locked signature%s"\n' % uuid.uuid4() | 209 | feature = 'SUMMARY:${PN} = "test locked signature%s"\n' % uuid.uuid4() |
210 | 210 | ||
211 | os.mkdir(os.path.join(templayerdir, 'recipes-test')) | 211 | os.mkdir(os.path.join(templayerdir, 'recipes-test')) |
212 | os.mkdir(os.path.join(templayerdir, 'recipes-test', test_recipe)) | 212 | os.mkdir(os.path.join(templayerdir, 'recipes-test', test_recipe)) |
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py index 9db2a0bb44..17a1545506 100644 --- a/meta/lib/oeqa/selftest/cases/sstatetests.py +++ b/meta/lib/oeqa/selftest/cases/sstatetests.py | |||
@@ -174,7 +174,7 @@ class SStateTests(SStateBase): | |||
174 | 174 | ||
175 | # If buildhistory is enabled, we need to disable version-going-backwards | 175 | # If buildhistory is enabled, we need to disable version-going-backwards |
176 | # QA checks for this test. It may report errors otherwise. | 176 | # QA checks for this test. It may report errors otherwise. |
177 | self.append_config('ERROR_QA_remove = "version-going-backwards"') | 177 | self.append_config('ERROR_QA:remove = "version-going-backwards"') |
178 | 178 | ||
179 | # For not this only checks if random sstate tasks are handled correctly as a group. | 179 | # For not this only checks if random sstate tasks are handled correctly as a group. |
180 | # In the future we should add control over what tasks we check for. | 180 | # In the future we should add control over what tasks we check for. |
@@ -360,7 +360,7 @@ TCLIBCAPPEND = \"\" | |||
360 | MACHINE = \"qemux86-64\" | 360 | MACHINE = \"qemux86-64\" |
361 | require conf/multilib.conf | 361 | require conf/multilib.conf |
362 | MULTILIBS = \"multilib:lib32\" | 362 | MULTILIBS = \"multilib:lib32\" |
363 | DEFAULTTUNE_virtclass-multilib-lib32 = \"x86\" | 363 | DEFAULTTUNE:virtclass-multilib-lib32 = \"x86\" |
364 | BB_SIGNATURE_HANDLER = "OEBasicHash" | 364 | BB_SIGNATURE_HANDLER = "OEBasicHash" |
365 | """ | 365 | """ |
366 | configB = """ | 366 | configB = """ |
@@ -414,7 +414,7 @@ TCLIBCAPPEND = \"\" | |||
414 | MACHINE = \"qemux86\" | 414 | MACHINE = \"qemux86\" |
415 | require conf/multilib.conf | 415 | require conf/multilib.conf |
416 | MULTILIBS = "multilib:lib32" | 416 | MULTILIBS = "multilib:lib32" |
417 | DEFAULTTUNE_virtclass-multilib-lib32 = "x86" | 417 | DEFAULTTUNE:virtclass-multilib-lib32 = "x86" |
418 | BB_SIGNATURE_HANDLER = "OEBasicHash" | 418 | BB_SIGNATURE_HANDLER = "OEBasicHash" |
419 | """) | 419 | """) |
420 | self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash") | 420 | self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash") |
@@ -425,7 +425,7 @@ TCLIBCAPPEND = \"\" | |||
425 | MACHINE = \"qemux86copy\" | 425 | MACHINE = \"qemux86copy\" |
426 | require conf/multilib.conf | 426 | require conf/multilib.conf |
427 | MULTILIBS = "multilib:lib32" | 427 | MULTILIBS = "multilib:lib32" |
428 | DEFAULTTUNE_virtclass-multilib-lib32 = "x86" | 428 | DEFAULTTUNE:virtclass-multilib-lib32 = "x86" |
429 | BB_SIGNATURE_HANDLER = "OEBasicHash" | 429 | BB_SIGNATURE_HANDLER = "OEBasicHash" |
430 | """) | 430 | """) |
431 | self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2") | 431 | self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2") |
@@ -462,7 +462,7 @@ TCLIBCAPPEND = \"\" | |||
462 | MACHINE = \"qemux86\" | 462 | MACHINE = \"qemux86\" |
463 | require conf/multilib.conf | 463 | require conf/multilib.conf |
464 | MULTILIBS = "multilib:lib32" | 464 | MULTILIBS = "multilib:lib32" |
465 | DEFAULTTUNE_virtclass-multilib-lib32 = "x86" | 465 | DEFAULTTUNE:virtclass-multilib-lib32 = "x86" |
466 | BB_SIGNATURE_HANDLER = "OEBasicHash" | 466 | BB_SIGNATURE_HANDLER = "OEBasicHash" |
467 | """) | 467 | """) |
468 | self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash") | 468 | self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash") |
@@ -503,7 +503,7 @@ PARALLEL_MAKE = "-j 1" | |||
503 | DL_DIR = "${TOPDIR}/download1" | 503 | DL_DIR = "${TOPDIR}/download1" |
504 | TIME = "111111" | 504 | TIME = "111111" |
505 | DATE = "20161111" | 505 | DATE = "20161111" |
506 | INHERIT_remove = "buildstats-summary buildhistory uninative" | 506 | INHERIT:remove = "buildstats-summary buildhistory uninative" |
507 | http_proxy = "" | 507 | http_proxy = "" |
508 | BB_SIGNATURE_HANDLER = "OEBasicHash" | 508 | BB_SIGNATURE_HANDLER = "OEBasicHash" |
509 | """) | 509 | """) |
@@ -519,7 +519,7 @@ DL_DIR = "${TOPDIR}/download2" | |||
519 | TIME = "222222" | 519 | TIME = "222222" |
520 | DATE = "20161212" | 520 | DATE = "20161212" |
521 | # Always remove uninative as we're changing proxies | 521 | # Always remove uninative as we're changing proxies |
522 | INHERIT_remove = "uninative" | 522 | INHERIT:remove = "uninative" |
523 | INHERIT += "buildstats-summary buildhistory" | 523 | INHERIT += "buildstats-summary buildhistory" |
524 | http_proxy = "http://example.com/" | 524 | http_proxy = "http://example.com/" |
525 | BB_SIGNATURE_HANDLER = "OEBasicHash" | 525 | BB_SIGNATURE_HANDLER = "OEBasicHash" |
diff --git a/meta/lib/oeqa/selftest/cases/sysroot.py b/meta/lib/oeqa/selftest/cases/sysroot.py index 6e34927c90..79ab45235d 100644 --- a/meta/lib/oeqa/selftest/cases/sysroot.py +++ b/meta/lib/oeqa/selftest/cases/sysroot.py | |||
@@ -24,14 +24,14 @@ class SysrootTests(OESelftestTestCase): | |||
24 | self.write_config(""" | 24 | self.write_config(""" |
25 | PREFERRED_PROVIDER_virtual/sysroot-test = "sysroot-test-arch1" | 25 | PREFERRED_PROVIDER_virtual/sysroot-test = "sysroot-test-arch1" |
26 | MACHINE = "qemux86" | 26 | MACHINE = "qemux86" |
27 | TESTSTRING_pn-sysroot-test-arch1 = "%s" | 27 | TESTSTRING:pn-sysroot-test-arch1 = "%s" |
28 | TESTSTRING_pn-sysroot-test-arch2 = "%s" | 28 | TESTSTRING:pn-sysroot-test-arch2 = "%s" |
29 | """ % (uuid1, uuid2)) | 29 | """ % (uuid1, uuid2)) |
30 | bitbake("sysroot-test") | 30 | bitbake("sysroot-test") |
31 | self.write_config(""" | 31 | self.write_config(""" |
32 | PREFERRED_PROVIDER_virtual/sysroot-test = "sysroot-test-arch2" | 32 | PREFERRED_PROVIDER_virtual/sysroot-test = "sysroot-test-arch2" |
33 | MACHINE = "qemux86copy" | 33 | MACHINE = "qemux86copy" |
34 | TESTSTRING_pn-sysroot-test-arch1 = "%s" | 34 | TESTSTRING:pn-sysroot-test-arch1 = "%s" |
35 | TESTSTRING_pn-sysroot-test-arch2 = "%s" | 35 | TESTSTRING:pn-sysroot-test-arch2 = "%s" |
36 | """ % (uuid1, uuid2)) | 36 | """ % (uuid1, uuid2)) |
37 | bitbake("sysroot-test") | 37 | bitbake("sysroot-test") |
diff --git a/meta/lib/oeqa/selftest/cases/tinfoil.py b/meta/lib/oeqa/selftest/cases/tinfoil.py index a51c6048d3..51092805d8 100644 --- a/meta/lib/oeqa/selftest/cases/tinfoil.py +++ b/meta/lib/oeqa/selftest/cases/tinfoil.py | |||
@@ -173,8 +173,8 @@ class TinfoilTests(OESelftestTestCase): | |||
173 | self.assertEqual(value, 'origvalue', 'Variable renamed using config_data.renameVar() does not appear with new name') | 173 | self.assertEqual(value, 'origvalue', 'Variable renamed using config_data.renameVar() does not appear with new name') |
174 | # Test overrides | 174 | # Test overrides |
175 | tinfoil.config_data.setVar('TESTVAR', 'original') | 175 | tinfoil.config_data.setVar('TESTVAR', 'original') |
176 | tinfoil.config_data.setVar('TESTVAR_overrideone', 'one') | 176 | tinfoil.config_data.setVar('TESTVAR:overrideone', 'one') |
177 | tinfoil.config_data.setVar('TESTVAR_overridetwo', 'two') | 177 | tinfoil.config_data.setVar('TESTVAR:overridetwo', 'two') |
178 | tinfoil.config_data.appendVar('OVERRIDES', ':overrideone') | 178 | tinfoil.config_data.appendVar('OVERRIDES', ':overrideone') |
179 | value = tinfoil.config_data.getVar('TESTVAR') | 179 | value = tinfoil.config_data.getVar('TESTVAR') |
180 | self.assertEqual(value, 'one', 'Variable overrides not functioning correctly') | 180 | self.assertEqual(value, 'one', 'Variable overrides not functioning correctly') |
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index a11e2d0781..32044e74d0 100644 --- a/meta/lib/oeqa/selftest/cases/wic.py +++ b/meta/lib/oeqa/selftest/cases/wic.py | |||
@@ -189,8 +189,8 @@ class Wic(WicTestCase): | |||
189 | def test_iso_image(self): | 189 | def test_iso_image(self): |
190 | """Test creation of hybrid iso image with legacy and EFI boot""" | 190 | """Test creation of hybrid iso image with legacy and EFI boot""" |
191 | config = 'INITRAMFS_IMAGE = "core-image-minimal-initramfs"\n'\ | 191 | config = 'INITRAMFS_IMAGE = "core-image-minimal-initramfs"\n'\ |
192 | 'MACHINE_FEATURES_append = " efi"\n'\ | 192 | 'MACHINE_FEATURES:append = " efi"\n'\ |
193 | 'DEPENDS_pn-core-image-minimal += "syslinux"\n' | 193 | 'DEPENDS:pn-core-image-minimal += "syslinux"\n' |
194 | self.append_config(config) | 194 | self.append_config(config) |
195 | bitbake('core-image-minimal core-image-minimal-initramfs') | 195 | bitbake('core-image-minimal core-image-minimal-initramfs') |
196 | self.remove_config(config) | 196 | self.remove_config(config) |
@@ -216,7 +216,7 @@ class Wic(WicTestCase): | |||
216 | @only_for_arch(['i586', 'i686', 'x86_64']) | 216 | @only_for_arch(['i586', 'i686', 'x86_64']) |
217 | def test_bootloader_config(self): | 217 | def test_bootloader_config(self): |
218 | """Test creation of directdisk-bootloader-config image""" | 218 | """Test creation of directdisk-bootloader-config image""" |
219 | config = 'DEPENDS_pn-core-image-minimal += "syslinux"\n' | 219 | config = 'DEPENDS:pn-core-image-minimal += "syslinux"\n' |
220 | self.append_config(config) | 220 | self.append_config(config) |
221 | bitbake('core-image-minimal') | 221 | bitbake('core-image-minimal') |
222 | self.remove_config(config) | 222 | self.remove_config(config) |
@@ -227,7 +227,7 @@ class Wic(WicTestCase): | |||
227 | @only_for_arch(['i586', 'i686', 'x86_64']) | 227 | @only_for_arch(['i586', 'i686', 'x86_64']) |
228 | def test_systemd_bootdisk(self): | 228 | def test_systemd_bootdisk(self): |
229 | """Test creation of systemd-bootdisk image""" | 229 | """Test creation of systemd-bootdisk image""" |
230 | config = 'MACHINE_FEATURES_append = " efi"\n' | 230 | config = 'MACHINE_FEATURES:append = " efi"\n' |
231 | self.append_config(config) | 231 | self.append_config(config) |
232 | bitbake('core-image-minimal') | 232 | bitbake('core-image-minimal') |
233 | self.remove_config(config) | 233 | self.remove_config(config) |
@@ -259,7 +259,7 @@ class Wic(WicTestCase): | |||
259 | """Test default output location""" | 259 | """Test default output location""" |
260 | for fname in glob("directdisk-*.direct"): | 260 | for fname in glob("directdisk-*.direct"): |
261 | os.remove(fname) | 261 | os.remove(fname) |
262 | config = 'DEPENDS_pn-core-image-minimal += "syslinux"\n' | 262 | config = 'DEPENDS:pn-core-image-minimal += "syslinux"\n' |
263 | self.append_config(config) | 263 | self.append_config(config) |
264 | bitbake('core-image-minimal') | 264 | bitbake('core-image-minimal') |
265 | self.remove_config(config) | 265 | self.remove_config(config) |
@@ -757,7 +757,7 @@ class Wic2(WicTestCase): | |||
757 | def test_wic_image_type(self): | 757 | def test_wic_image_type(self): |
758 | """Test building wic images by bitbake""" | 758 | """Test building wic images by bitbake""" |
759 | config = 'IMAGE_FSTYPES += "wic"\nWKS_FILE = "wic-image-minimal"\n'\ | 759 | config = 'IMAGE_FSTYPES += "wic"\nWKS_FILE = "wic-image-minimal"\n'\ |
760 | 'MACHINE_FEATURES_append = " efi"\n' | 760 | 'MACHINE_FEATURES:append = " efi"\n' |
761 | self.append_config(config) | 761 | self.append_config(config) |
762 | self.assertEqual(0, bitbake('wic-image-minimal').status) | 762 | self.assertEqual(0, bitbake('wic-image-minimal').status) |
763 | self.remove_config(config) | 763 | self.remove_config(config) |
@@ -777,7 +777,7 @@ class Wic2(WicTestCase): | |||
777 | def test_qemu(self): | 777 | def test_qemu(self): |
778 | """Test wic-image-minimal under qemu""" | 778 | """Test wic-image-minimal under qemu""" |
779 | config = 'IMAGE_FSTYPES += "wic"\nWKS_FILE = "wic-image-minimal"\n'\ | 779 | config = 'IMAGE_FSTYPES += "wic"\nWKS_FILE = "wic-image-minimal"\n'\ |
780 | 'MACHINE_FEATURES_append = " efi"\n' | 780 | 'MACHINE_FEATURES:append = " efi"\n' |
781 | self.append_config(config) | 781 | self.append_config(config) |
782 | self.assertEqual(0, bitbake('wic-image-minimal').status) | 782 | self.assertEqual(0, bitbake('wic-image-minimal').status) |
783 | self.remove_config(config) | 783 | self.remove_config(config) |
diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index 1e43e7a9db..f48e519088 100644 --- a/meta/recipes-bsp/acpid/acpid.inc +++ b/meta/recipes-bsp/acpid/acpid.inc | |||
@@ -22,9 +22,9 @@ inherit autotools update-rc.d systemd | |||
22 | INITSCRIPT_NAME = "acpid" | 22 | INITSCRIPT_NAME = "acpid" |
23 | INITSCRIPT_PARAMS = "defaults" | 23 | INITSCRIPT_PARAMS = "defaults" |
24 | 24 | ||
25 | SYSTEMD_SERVICE_${PN} = "acpid.service" | 25 | SYSTEMD_SERVICE:${PN} = "acpid.service" |
26 | 26 | ||
27 | do_install_append () { | 27 | do_install:append () { |
28 | install -d ${D}${sysconfdir}/init.d | 28 | install -d ${D}${sysconfdir}/init.d |
29 | sed -e 's,/usr/sbin,${sbindir},g' ${WORKDIR}/init > ${D}${sysconfdir}/init.d/acpid | 29 | sed -e 's,/usr/sbin,${sbindir},g' ${WORKDIR}/init > ${D}${sysconfdir}/init.d/acpid |
30 | chmod 755 ${D}${sysconfdir}/init.d/acpid | 30 | chmod 755 ${D}${sysconfdir}/init.d/acpid |
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb index cec2272c80..df546633f1 100644 --- a/meta/recipes-bsp/alsa-state/alsa-state.bb +++ b/meta/recipes-bsp/alsa-state/alsa-state.bb | |||
@@ -49,15 +49,15 @@ do_install() { | |||
49 | 49 | ||
50 | PACKAGES += "alsa-states" | 50 | PACKAGES += "alsa-states" |
51 | 51 | ||
52 | RRECOMMENDS_alsa-state = "alsa-states" | 52 | RRECOMMENDS:alsa-state = "alsa-states" |
53 | 53 | ||
54 | RDEPENDS_${PN} = "alsa-utils-alsactl" | 54 | RDEPENDS:${PN} = "alsa-utils-alsactl" |
55 | FILES_${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" | 55 | FILES:${PN} = "${sysconfdir}/init.d ${sysconfdir}/asound.conf" |
56 | CONFFILES_${PN} = "${sysconfdir}/asound.conf" | 56 | CONFFILES:${PN} = "${sysconfdir}/asound.conf" |
57 | 57 | ||
58 | FILES_alsa-states = "${localstatedir}/lib/alsa/*.state" | 58 | FILES:alsa-states = "${localstatedir}/lib/alsa/*.state" |
59 | 59 | ||
60 | pkg_postinst_${PN}() { | 60 | pkg_postinst:${PN}() { |
61 | if test -z "$D" | 61 | if test -z "$D" |
62 | then | 62 | then |
63 | if test -x ${sbindir}/alsactl | 63 | if test -x ${sbindir}/alsactl |
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb index 82c2649340..5368abfda6 100644 --- a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb +++ b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | |||
@@ -36,7 +36,7 @@ inherit update-rc.d systemd | |||
36 | INITSCRIPT_NAME = "apmd" | 36 | INITSCRIPT_NAME = "apmd" |
37 | INITSCRIPT_PARAMS = "defaults" | 37 | INITSCRIPT_PARAMS = "defaults" |
38 | 38 | ||
39 | SYSTEMD_SERVICE_${PN} = "apmd.service" | 39 | SYSTEMD_SERVICE:${PN} = "apmd.service" |
40 | SYSTEMD_AUTO_ENABLE = "disable" | 40 | SYSTEMD_AUTO_ENABLE = "disable" |
41 | 41 | ||
42 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 42 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
@@ -81,5 +81,5 @@ do_install() { | |||
81 | 81 | ||
82 | PACKAGES =+ "libapm apm" | 82 | PACKAGES =+ "libapm apm" |
83 | 83 | ||
84 | FILES_libapm = "${libdir}/libapm${SOLIBS}" | 84 | FILES:libapm = "${libdir}/libapm${SOLIBS}" |
85 | FILES_apm = "${bindir}/apm*" | 85 | FILES:apm = "${bindir}/apm*" |
diff --git a/meta/recipes-bsp/efivar/efivar_37.bb b/meta/recipes-bsp/efivar/efivar_37.bb index 5bf121ff6e..b11f1539a2 100644 --- a/meta/recipes-bsp/efivar/efivar_37.bb +++ b/meta/recipes-bsp/efivar/efivar_37.bb | |||
@@ -22,7 +22,7 @@ export CCLD_FOR_BUILD = "${BUILD_CCLD}" | |||
22 | # enforce BFD. | 22 | # enforce BFD. |
23 | LDFLAGS += "-fuse-ld=bfd" | 23 | LDFLAGS += "-fuse-ld=bfd" |
24 | 24 | ||
25 | do_compile_prepend() { | 25 | do_compile:prepend() { |
26 | # Remove when https://github.com/rhboot/efivar/issues/130 is fixed | 26 | # Remove when https://github.com/rhboot/efivar/issues/130 is fixed |
27 | oe_runmake \ | 27 | oe_runmake \ |
28 | CFLAGS="${BUILD_CFLAGS}" \ | 28 | CFLAGS="${BUILD_CFLAGS}" \ |
@@ -36,6 +36,6 @@ do_install() { | |||
36 | 36 | ||
37 | BBCLASSEXTEND = "native" | 37 | BBCLASSEXTEND = "native" |
38 | 38 | ||
39 | RRECOMMENDS_${PN}_class-target = "kernel-module-efivarfs" | 39 | RRECOMMENDS:${PN}:class-target = "kernel-module-efivarfs" |
40 | 40 | ||
41 | CLEANBROKEN = "1" | 41 | CLEANBROKEN = "1" |
diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb index fa9886037c..ef3061c067 100644 --- a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb +++ b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.13.bb | |||
@@ -22,9 +22,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/files/${BP}.tar.bz2 \ | |||
22 | SRC_URI[sha256sum] = "2fccf715279c46ee69c4859186af8150d07a13f4d19876e5459cd65be82d3b7d" | 22 | SRC_URI[sha256sum] = "2fccf715279c46ee69c4859186af8150d07a13f4d19876e5459cd65be82d3b7d" |
23 | 23 | ||
24 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" | 24 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" |
25 | COMPATIBLE_HOST_armv4 = 'null' | 25 | COMPATIBLE_HOST:armv4 = 'null' |
26 | 26 | ||
27 | do_configure_linux-gnux32_prepend() { | 27 | do_configure:linux-gnux32:prepend() { |
28 | cp ${STAGING_INCDIR}/gnu/stubs-x32.h ${STAGING_INCDIR}/gnu/stubs-64.h | 28 | cp ${STAGING_INCDIR}/gnu/stubs-x32.h ${STAGING_INCDIR}/gnu/stubs-64.h |
29 | cp ${STAGING_INCDIR}/bits/long-double-32.h ${STAGING_INCDIR}/bits/long-double-64.h | 29 | cp ${STAGING_INCDIR}/bits/long-double-32.h ${STAGING_INCDIR}/bits/long-double-64.h |
30 | } | 30 | } |
@@ -48,18 +48,18 @@ do_install() { | |||
48 | oe_runmake install INSTALLROOT="${D}" | 48 | oe_runmake install INSTALLROOT="${D}" |
49 | } | 49 | } |
50 | 50 | ||
51 | FILES_${PN} += "${libdir}/*.lds" | 51 | FILES:${PN} += "${libdir}/*.lds" |
52 | 52 | ||
53 | # 64-bit binaries are expected for EFI when targeting X32 | 53 | # 64-bit binaries are expected for EFI when targeting X32 |
54 | INSANE_SKIP_${PN}-dev_append_linux-gnux32 = " arch" | 54 | INSANE_SKIP:${PN}-dev:append:linux-gnux32 = " arch" |
55 | INSANE_SKIP_${PN}-dev_append_linux-muslx32 = " arch" | 55 | INSANE_SKIP:${PN}-dev:append:linux-muslx32 = " arch" |
56 | 56 | ||
57 | BBCLASSEXTEND = "native" | 57 | BBCLASSEXTEND = "native" |
58 | 58 | ||
59 | # It doesn't support sse, its make.defaults sets: | 59 | # It doesn't support sse, its make.defaults sets: |
60 | # CFLAGS += -mno-mmx -mno-sse | 60 | # CFLAGS += -mno-mmx -mno-sse |
61 | # So also remove -mfpmath=sse from TUNE_CCARGS | 61 | # So also remove -mfpmath=sse from TUNE_CCARGS |
62 | TUNE_CCARGS_remove = "-mfpmath=sse" | 62 | TUNE_CCARGS:remove = "-mfpmath=sse" |
63 | 63 | ||
64 | python () { | 64 | python () { |
65 | ccargs = d.getVar('TUNE_CCARGS').split() | 65 | ccargs = d.getVar('TUNE_CCARGS').split() |
diff --git a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb index 572580313b..151e601fd2 100644 --- a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb +++ b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "Grub might require different configuration file for \ | |||
5 | different machines." | 5 | different machines." |
6 | HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration" | 6 | HOMEPAGE = "https://www.gnu.org/software/grub/manual/grub/grub.html#Configuration" |
7 | 7 | ||
8 | RPROVIDES_${PN} += "virtual/grub-bootconf" | 8 | RPROVIDES:${PN} += "virtual/grub-bootconf" |
9 | 9 | ||
10 | inherit grub-efi-cfg | 10 | inherit grub-efi-cfg |
11 | 11 | ||
@@ -29,4 +29,4 @@ do_install() { | |||
29 | install grub-bootconf ${D}${EFI_FILES_PATH}/grub.cfg | 29 | install grub-bootconf ${D}${EFI_FILES_PATH}/grub.cfg |
30 | } | 30 | } |
31 | 31 | ||
32 | FILES_${PN} = "${EFI_FILES_PATH}/grub.cfg" | 32 | FILES:${PN} = "${EFI_FILES_PATH}/grub.cfg" |
diff --git a/meta/recipes-bsp/grub/grub-efi_2.06.bb b/meta/recipes-bsp/grub/grub-efi_2.06.bb index 287845c507..96e9df88b6 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.06.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.06.bb | |||
@@ -4,8 +4,8 @@ require conf/image-uefi.conf | |||
4 | 4 | ||
5 | GRUBPLATFORM = "efi" | 5 | GRUBPLATFORM = "efi" |
6 | 6 | ||
7 | DEPENDS_append = " grub-native" | 7 | DEPENDS:append = " grub-native" |
8 | RDEPENDS_${PN} = "grub-common virtual/grub-bootconf" | 8 | RDEPENDS:${PN} = "grub-common virtual/grub-bootconf" |
9 | 9 | ||
10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
11 | file://cfg \ | 11 | file://cfg \ |
@@ -79,13 +79,13 @@ do_deploy() { | |||
79 | 79 | ||
80 | addtask deploy after do_install before do_build | 80 | addtask deploy after do_install before do_build |
81 | 81 | ||
82 | FILES_${PN} = "${libdir}/grub/${GRUB_TARGET}-efi \ | 82 | FILES:${PN} = "${libdir}/grub/${GRUB_TARGET}-efi \ |
83 | ${datadir}/grub \ | 83 | ${datadir}/grub \ |
84 | ${EFI_FILES_PATH}/${GRUB_IMAGE} \ | 84 | ${EFI_FILES_PATH}/${GRUB_IMAGE} \ |
85 | " | 85 | " |
86 | 86 | ||
87 | # 64-bit binaries are expected for the bootloader with an x32 userland | 87 | # 64-bit binaries are expected for the bootloader with an x32 userland |
88 | INSANE_SKIP_${PN}_append_linux-gnux32 = " arch" | 88 | INSANE_SKIP:${PN}:append:linux-gnux32 = " arch" |
89 | INSANE_SKIP_${PN}-dbg_append_linux-gnux32 = " arch" | 89 | INSANE_SKIP:${PN}-dbg:append:linux-gnux32 = " arch" |
90 | INSANE_SKIP_${PN}_append_linux-muslx32 = " arch" | 90 | INSANE_SKIP:${PN}:append:linux-muslx32 = " arch" |
91 | INSANE_SKIP_${PN}-dbg_append_linux-muslx32 = " arch" | 91 | INSANE_SKIP:${PN}-dbg:append:linux-muslx32 = " arch" |
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 19294760c4..bb791347dc 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -30,21 +30,21 @@ CVE_CHECK_WHITELIST += "CVE-2019-14865" | |||
30 | DEPENDS = "flex-native bison-native gettext-native" | 30 | DEPENDS = "flex-native bison-native gettext-native" |
31 | 31 | ||
32 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|riscv.*)-(linux.*|freebsd.*)' | 32 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|riscv.*)-(linux.*|freebsd.*)' |
33 | COMPATIBLE_HOST_armv7a = 'null' | 33 | COMPATIBLE_HOST:armv7a = 'null' |
34 | COMPATIBLE_HOST_armv7ve = 'null' | 34 | COMPATIBLE_HOST:armv7ve = 'null' |
35 | 35 | ||
36 | # configure.ac has code to set this automagically from the target tuple | 36 | # configure.ac has code to set this automagically from the target tuple |
37 | # but the OE freeform one (core2-foo-bar-linux) don't work with that. | 37 | # but the OE freeform one (core2-foo-bar-linux) don't work with that. |
38 | 38 | ||
39 | GRUBPLATFORM_arm = "efi" | 39 | GRUBPLATFORM:arm = "efi" |
40 | GRUBPLATFORM_aarch64 = "efi" | 40 | GRUBPLATFORM:aarch64 = "efi" |
41 | GRUBPLATFORM_riscv32 = "efi" | 41 | GRUBPLATFORM:riscv32 = "efi" |
42 | GRUBPLATFORM_riscv64 = "efi" | 42 | GRUBPLATFORM:riscv64 = "efi" |
43 | GRUBPLATFORM ??= "pc" | 43 | GRUBPLATFORM ??= "pc" |
44 | 44 | ||
45 | inherit autotools gettext texinfo pkgconfig | 45 | inherit autotools gettext texinfo pkgconfig |
46 | 46 | ||
47 | CFLAGS_remove = "-O2" | 47 | CFLAGS:remove = "-O2" |
48 | 48 | ||
49 | EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ | 49 | EXTRA_OECONF = "--with-platform=${GRUBPLATFORM} \ |
50 | --disable-grub-mkfont \ | 50 | --disable-grub-mkfont \ |
@@ -70,7 +70,7 @@ BUILD_LDFLAGS = "" | |||
70 | 70 | ||
71 | export PYTHON = "python3" | 71 | export PYTHON = "python3" |
72 | 72 | ||
73 | do_configure_prepend() { | 73 | do_configure:prepend() { |
74 | cd ${S} | 74 | cd ${S} |
75 | FROM_BOOTSTRAP=1 ${S}/autogen.sh | 75 | FROM_BOOTSTRAP=1 ${S}/autogen.sh |
76 | cd ${B} | 76 | cd ${B} |
diff --git a/meta/recipes-bsp/grub/grub_2.06.bb b/meta/recipes-bsp/grub/grub_2.06.bb index d4e09faa40..05d462785c 100644 --- a/meta/recipes-bsp/grub/grub_2.06.bb +++ b/meta/recipes-bsp/grub/grub_2.06.bb | |||
@@ -1,24 +1,24 @@ | |||
1 | require grub2.inc | 1 | require grub2.inc |
2 | 2 | ||
3 | RDEPENDS_${PN}-common += "${PN}-editenv" | 3 | RDEPENDS:${PN}-common += "${PN}-editenv" |
4 | RDEPENDS_${PN} += "${PN}-common" | 4 | RDEPENDS:${PN} += "${PN}-common" |
5 | RDEPENDS_${PN}_class-native = "" | 5 | RDEPENDS:${PN}:class-native = "" |
6 | 6 | ||
7 | RPROVIDES_${PN}-editenv += "${PN}-efi-editenv" | 7 | RPROVIDES:${PN}-editenv += "${PN}-efi-editenv" |
8 | 8 | ||
9 | PROVIDES_append_class-native = " grub-efi-native" | 9 | PROVIDES:append:class-native = " grub-efi-native" |
10 | 10 | ||
11 | PACKAGES =+ "${PN}-editenv ${PN}-common" | 11 | PACKAGES =+ "${PN}-editenv ${PN}-common" |
12 | FILES_${PN}-editenv = "${bindir}/grub-editenv" | 12 | FILES:${PN}-editenv = "${bindir}/grub-editenv" |
13 | FILES_${PN}-common = " \ | 13 | FILES:${PN}-common = " \ |
14 | ${bindir} \ | 14 | ${bindir} \ |
15 | ${sysconfdir} \ | 15 | ${sysconfdir} \ |
16 | ${sbindir} \ | 16 | ${sbindir} \ |
17 | ${datadir}/grub \ | 17 | ${datadir}/grub \ |
18 | " | 18 | " |
19 | ALLOW_EMPTY_${PN} = "1" | 19 | ALLOW_EMPTY:${PN} = "1" |
20 | 20 | ||
21 | do_install_append () { | 21 | do_install:append () { |
22 | # Avoid conflicts with the EFI package for systems such as arm64 where we | 22 | # Avoid conflicts with the EFI package for systems such as arm64 where we |
23 | # need to build grub and grub-efi but only EFI is supported by removing EFI | 23 | # need to build grub and grub-efi but only EFI is supported by removing EFI |
24 | # from this package. | 24 | # from this package. |
@@ -35,7 +35,7 @@ do_install_append () { | |||
35 | {} + | 35 | {} + |
36 | } | 36 | } |
37 | 37 | ||
38 | INSANE_SKIP_${PN} = "arch" | 38 | INSANE_SKIP:${PN} = "arch" |
39 | INSANE_SKIP_${PN}-dbg = "arch" | 39 | INSANE_SKIP:${PN}-dbg = "arch" |
40 | 40 | ||
41 | BBCLASSEXTEND = "native nativesdk" | 41 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-bsp/keymaps/keymaps_1.0.bb b/meta/recipes-bsp/keymaps/keymaps_1.0.bb index 24b13f920f..091bcc6091 100644 --- a/meta/recipes-bsp/keymaps/keymaps_1.0.bb +++ b/meta/recipes-bsp/keymaps/keymaps_1.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Keyboard maps" | |||
2 | DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." | 2 | DESCRIPTION = "Keymaps and initscript to set the keymap on bootup." |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | 4 | ||
5 | RDEPENDS_${PN} = "kbd" | 5 | RDEPENDS:${PN} = "kbd" |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
@@ -37,8 +37,8 @@ do_install () { | |||
37 | fi | 37 | fi |
38 | } | 38 | } |
39 | 39 | ||
40 | PACKAGE_WRITE_DEPS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','systemd-systemctl-native','',d)}" | 40 | PACKAGE_WRITE_DEPS:append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','systemd-systemctl-native','',d)}" |
41 | pkg_postinst_${PN} () { | 41 | pkg_postinst:${PN} () { |
42 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','true','false',d)}; then | 42 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','true','false',d)}; then |
43 | if [ -n "$D" ]; then | 43 | if [ -n "$D" ]; then |
44 | OPTS="--root=$D" | 44 | OPTS="--root=$D" |
@@ -47,4 +47,4 @@ pkg_postinst_${PN} () { | |||
47 | fi | 47 | fi |
48 | } | 48 | } |
49 | 49 | ||
50 | ALLOW_EMPTY_${PN} = "1" | 50 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb index 54c431eeb3..5f383319e2 100644 --- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb +++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | |||
@@ -38,7 +38,7 @@ inherit update-alternatives | |||
38 | 38 | ||
39 | ALTERNATIVE_PRIORITY = "100" | 39 | ALTERNATIVE_PRIORITY = "100" |
40 | 40 | ||
41 | ALTERNATIVE_${PN} = "rz rx rb sz sx sb" | 41 | ALTERNATIVE:${PN} = "rz rx rb sz sx sb" |
42 | 42 | ||
43 | ALTERNATIVE_TARGET[rz] = "${bindir}/lrz" | 43 | ALTERNATIVE_TARGET[rz] = "${bindir}/lrz" |
44 | ALTERNATIVE_TARGET[rx] = "${bindir}/lrz" | 44 | ALTERNATIVE_TARGET[rx] = "${bindir}/lrz" |
diff --git a/meta/recipes-bsp/opensbi/opensbi_0.9.bb b/meta/recipes-bsp/opensbi/opensbi_0.9.bb index 5fee52136d..cb9f346dc0 100644 --- a/meta/recipes-bsp/opensbi/opensbi_0.9.bb +++ b/meta/recipes-bsp/opensbi/opensbi_0.9.bb | |||
@@ -17,13 +17,13 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=n" | 18 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=n" |
19 | # If RISCV_SBI_PAYLOAD is set then include it as a payload | 19 | # If RISCV_SBI_PAYLOAD is set then include it as a payload |
20 | EXTRA_OEMAKE_append = " ${@riscv_get_extra_oemake_image(d)}" | 20 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}" |
21 | EXTRA_OEMAKE_append = " ${@riscv_get_extra_oemake_fdt(d)}" | 21 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}" |
22 | 22 | ||
23 | # Required if specifying a custom payload | 23 | # Required if specifying a custom payload |
24 | do_compile[depends] += "${@riscv_get_do_compile_depends(d)}" | 24 | do_compile[depends] += "${@riscv_get_do_compile_depends(d)}" |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | # In the future these might be required as a dependency for other packages. | 27 | # In the future these might be required as a dependency for other packages. |
28 | # At the moment just delete them to avoid warnings | 28 | # At the moment just delete them to avoid warnings |
29 | rm -r ${D}/include | 29 | rm -r ${D}/include |
@@ -39,9 +39,9 @@ do_deploy () { | |||
39 | 39 | ||
40 | addtask deploy before do_build after do_install | 40 | addtask deploy before do_build after do_install |
41 | 41 | ||
42 | FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_jump.*" | 42 | FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_jump.*" |
43 | FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.*" | 43 | FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.*" |
44 | FILES_${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*" | 44 | FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*" |
45 | 45 | ||
46 | COMPATIBLE_HOST = "(riscv64|riscv32).*" | 46 | COMPATIBLE_HOST = "(riscv64|riscv32).*" |
47 | INHIBIT_PACKAGE_STRIP = "1" | 47 | INHIBIT_PACKAGE_STRIP = "1" |
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb index 4f0edc01ed..3afa521597 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.7.0.bb | |||
@@ -52,8 +52,8 @@ do_install () { | |||
52 | } | 52 | } |
53 | 53 | ||
54 | PACKAGES =+ "${PN}-ids libpci" | 54 | PACKAGES =+ "${PN}-ids libpci" |
55 | FILES_${PN}-ids = "${datadir}/pci.ids*" | 55 | FILES:${PN}-ids = "${datadir}/pci.ids*" |
56 | FILES_libpci = "${libdir}/libpci.so.*" | 56 | FILES:libpci = "${libdir}/libpci.so.*" |
57 | SUMMARY_${PN}-ids = "PCI utilities - device ID database" | 57 | SUMMARY:${PN}-ids = "PCI utilities - device ID database" |
58 | DESCRIPTION_${PN}-ids = "Package providing the PCI device ID database for pciutils." | 58 | DESCRIPTION:${PN}-ids = "Package providing the PCI device ID database for pciutils." |
59 | RDEPENDS_${PN} += "${PN}-ids" | 59 | RDEPENDS:${PN} += "${PN}-ids" |
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb index cac09101c4..0f6d3ff7cb 100644 --- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb +++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | |||
@@ -17,11 +17,11 @@ inherit pkgconfig autotools manpages | |||
17 | 17 | ||
18 | PACKAGECONFIG[manpages] = "--enable-doc, --disable-doc, libxslt-native xmlto-native" | 18 | PACKAGECONFIG[manpages] = "--enable-doc, --disable-doc, libxslt-native xmlto-native" |
19 | 19 | ||
20 | RDEPENDS_${PN} = "grep bash" | 20 | RDEPENDS:${PN} = "grep bash" |
21 | 21 | ||
22 | do_configure_prepend () { | 22 | do_configure:prepend () { |
23 | ( cd ${S}; autoreconf -f -i -s ) | 23 | ( cd ${S}; autoreconf -f -i -s ) |
24 | } | 24 | } |
25 | 25 | ||
26 | FILES_${PN} += "${libdir}/${BPN}/*" | 26 | FILES:${PN} += "${libdir}/${BPN}/*" |
27 | FILES_${PN}-dbg += "${datadir}/doc/pm-utils/README.debugging" | 27 | FILES:${PN}-dbg += "${datadir}/doc/pm-utils/README.debugging" |
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb index 488a9df792..ce14bc48aa 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb | |||
@@ -21,6 +21,6 @@ EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | |||
21 | 21 | ||
22 | DEPENDS = "zlib" | 22 | DEPENDS = "zlib" |
23 | PROVIDES += "u-boot-fw-utils" | 23 | PROVIDES += "u-boot-fw-utils" |
24 | RPROVIDES_${PN}-bin += "u-boot-fw-utils" | 24 | RPROVIDES:${PN}-bin += "u-boot-fw-utils" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native" | 26 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools.inc b/meta/recipes-bsp/u-boot/u-boot-tools.inc index 4ed936a70d..7eda6a0897 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools.inc +++ b/meta/recipes-bsp/u-boot/u-boot-tools.inc | |||
@@ -2,25 +2,25 @@ SUMMARY = "U-Boot bootloader tools" | |||
2 | DEPENDS += "openssl" | 2 | DEPENDS += "openssl" |
3 | 3 | ||
4 | PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage" | 4 | PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage" |
5 | PROVIDES_class-native = "u-boot-mkimage-native u-boot-mkenvimage-native" | 5 | PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native" |
6 | 6 | ||
7 | PACKAGES += "${PN}-mkimage ${PN}-mkenvimage" | 7 | PACKAGES += "${PN}-mkimage ${PN}-mkenvimage" |
8 | 8 | ||
9 | # Required for backward compatibility with "u-boot-mkimage-xxx.bb" | 9 | # Required for backward compatibility with "u-boot-mkimage-xxx.bb" |
10 | RPROVIDES_${PN}-mkimage = "u-boot-mkimage" | 10 | RPROVIDES:${PN}-mkimage = "u-boot-mkimage" |
11 | RREPLACES_${PN}-mkimage = "u-boot-mkimage" | 11 | RREPLACES:${PN}-mkimage = "u-boot-mkimage" |
12 | RCONFLICTS_${PN}-mkimage = "u-boot-mkimage" | 12 | RCONFLICTS:${PN}-mkimage = "u-boot-mkimage" |
13 | 13 | ||
14 | EXTRA_OEMAKE_class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' | 14 | EXTRA_OEMAKE:class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' |
15 | EXTRA_OEMAKE_class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' | 15 | EXTRA_OEMAKE:class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' |
16 | EXTRA_OEMAKE_class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' | 16 | EXTRA_OEMAKE:class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' |
17 | 17 | ||
18 | SED_CONFIG_EFI = '-e "s/CONFIG_EFI_LOADER=.*/# CONFIG_EFI_LOADER is not set/"' | 18 | SED_CONFIG_EFI = '-e "s/CONFIG_EFI_LOADER=.*/# CONFIG_EFI_LOADER is not set/"' |
19 | SED_CONFIG_EFI_x86 = '' | 19 | SED_CONFIG_EFI:x86 = '' |
20 | SED_CONFIG_EFI_x86-64 = '' | 20 | SED_CONFIG_EFI:x86-64 = '' |
21 | SED_CONFIG_EFI_arm = '' | 21 | SED_CONFIG_EFI:arm = '' |
22 | SED_CONFIG_EFI_armeb = '' | 22 | SED_CONFIG_EFI:armeb = '' |
23 | SED_CONFIG_EFI_aarch64 = '' | 23 | SED_CONFIG_EFI:aarch64 = '' |
24 | 24 | ||
25 | do_compile () { | 25 | do_compile () { |
26 | # Yes, this is crazy. If you build on a system with git < 2.14 from scratch, the tree will | 26 | # Yes, this is crazy. If you build on a system with git < 2.14 from scratch, the tree will |
@@ -68,14 +68,14 @@ do_install () { | |||
68 | ln -sf uboot-fit_check_sign ${D}${bindir}/fit_check_sign | 68 | ln -sf uboot-fit_check_sign ${D}${bindir}/fit_check_sign |
69 | } | 69 | } |
70 | 70 | ||
71 | ALLOW_EMPTY_${PN} = "1" | 71 | ALLOW_EMPTY:${PN} = "1" |
72 | FILES_${PN} = "" | 72 | FILES:${PN} = "" |
73 | FILES_${PN}-mkimage = "${bindir}/uboot-mkimage ${bindir}/mkimage ${bindir}/uboot-dumpimage ${bindir}/dumpimage ${bindir}/uboot-fit_check_sign ${bindir}/fit_check_sign" | 73 | FILES:${PN}-mkimage = "${bindir}/uboot-mkimage ${bindir}/mkimage ${bindir}/uboot-dumpimage ${bindir}/dumpimage ${bindir}/uboot-fit_check_sign ${bindir}/fit_check_sign" |
74 | FILES_${PN}-mkenvimage = "${bindir}/uboot-mkenvimage ${bindir}/mkenvimage" | 74 | FILES:${PN}-mkenvimage = "${bindir}/uboot-mkenvimage ${bindir}/mkenvimage" |
75 | 75 | ||
76 | RDEPENDS_${PN}-mkimage += "dtc" | 76 | RDEPENDS:${PN}-mkimage += "dtc" |
77 | RDEPENDS_${PN} += "${PN}-mkimage ${PN}-mkenvimage" | 77 | RDEPENDS:${PN} += "${PN}-mkimage ${PN}-mkenvimage" |
78 | RDEPENDS_${PN}_class-native = "" | 78 | RDEPENDS:${PN}:class-native = "" |
79 | 79 | ||
80 | BBCLASSEXTEND = "native nativesdk" | 80 | BBCLASSEXTEND = "native nativesdk" |
81 | 81 | ||
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb index 4e90081911..d0c0f30a98 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2021.07.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require u-boot-common.inc | 1 | require u-boot-common.inc |
2 | require u-boot-tools.inc | 2 | require u-boot-tools.inc |
3 | 3 | ||
4 | SRC_URI_append = " file://0001-tools-image-host-fix-wrong-return-value.patch" | 4 | SRC_URI:append = " file://0001-tools-image-host-fix-wrong-return-value.patch" |
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 8ccc532f7e..4340b17cb6 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
@@ -212,15 +212,15 @@ do_install () { | |||
212 | 212 | ||
213 | PACKAGE_BEFORE_PN += "${PN}-env" | 213 | PACKAGE_BEFORE_PN += "${PN}-env" |
214 | 214 | ||
215 | RPROVIDES_${PN}-env += "u-boot-default-env" | 215 | RPROVIDES:${PN}-env += "u-boot-default-env" |
216 | ALLOW_EMPTY_${PN}-env = "1" | 216 | ALLOW_EMPTY:${PN}-env = "1" |
217 | FILES_${PN}-env = " \ | 217 | FILES:${PN}-env = " \ |
218 | ${@ '${sysconfdir}/${UBOOT_INITIAL_ENV}*' if d.getVar('UBOOT_INITIAL_ENV') else ''} \ | 218 | ${@ '${sysconfdir}/${UBOOT_INITIAL_ENV}*' if d.getVar('UBOOT_INITIAL_ENV') else ''} \ |
219 | ${sysconfdir}/fw_env.config \ | 219 | ${sysconfdir}/fw_env.config \ |
220 | " | 220 | " |
221 | 221 | ||
222 | FILES_${PN} = "/boot ${datadir}" | 222 | FILES:${PN} = "/boot ${datadir}" |
223 | RDEPENDS_${PN} += "${PN}-env" | 223 | RDEPENDS:${PN} += "${PN}-env" |
224 | 224 | ||
225 | do_deploy () { | 225 | do_deploy () { |
226 | if [ -n "${UBOOT_CONFIG}" ] | 226 | if [ -n "${UBOOT_CONFIG}" ] |
diff --git a/meta/recipes-bsp/u-boot/u-boot_2021.07.bb b/meta/recipes-bsp/u-boot/u-boot_2021.07.bb index bbbc99bf8d..c8dbe477e0 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2021.07.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2021.07.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require u-boot-common.inc | 1 | require u-boot-common.inc |
2 | require u-boot.inc | 2 | require u-boot.inc |
3 | 3 | ||
4 | SRC_URI_append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch" | 4 | SRC_URI:append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch" |
5 | 5 | ||
6 | DEPENDS += "bc-native dtc-native python3-setuptools-native" | 6 | DEPENDS += "bc-native dtc-native python3-setuptools-native" |
diff --git a/meta/recipes-bsp/usbutils/usbutils_013.bb b/meta/recipes-bsp/usbutils/usbutils_013.bb index 51f909b795..db64a48759 100644 --- a/meta/recipes-bsp/usbutils/usbutils_013.bb +++ b/meta/recipes-bsp/usbutils/usbutils_013.bb | |||
@@ -16,15 +16,15 @@ SRC_URI[sha256sum] = "efdfd5403dbdd7412de6bb897d5fbaae65ef3eb4332032c0e1f2162166 | |||
16 | 16 | ||
17 | inherit autotools pkgconfig update-alternatives | 17 | inherit autotools pkgconfig update-alternatives |
18 | 18 | ||
19 | ALTERNATIVE_${PN} = "lsusb" | 19 | ALTERNATIVE:${PN} = "lsusb" |
20 | ALTERNATIVE_PRIORITY = "100" | 20 | ALTERNATIVE_PRIORITY = "100" |
21 | 21 | ||
22 | # The binaries are mostly GPLv2+ apart from lsusb.py which is GPLv2 or v3. | 22 | # The binaries are mostly GPLv2+ apart from lsusb.py which is GPLv2 or v3. |
23 | LICENSE_${PN} = "GPLv2+" | 23 | LICENSE:${PN} = "GPLv2+" |
24 | LICENSE_${PN}-python = "GPLv2 | GPLv3" | 24 | LICENSE:${PN}-python = "GPLv2 | GPLv3" |
25 | 25 | ||
26 | RRECOMMENDS_${PN} = "udev-hwdb" | 26 | RRECOMMENDS:${PN} = "udev-hwdb" |
27 | 27 | ||
28 | PACKAGE_BEFORE_PN =+ "${PN}-python" | 28 | PACKAGE_BEFORE_PN =+ "${PN}-python" |
29 | FILES_${PN}-python += "${bindir}/lsusb.py" | 29 | FILES:${PN}-python += "${bindir}/lsusb.py" |
30 | RDEPENDS_${PN}-python = "python3-core" | 30 | RDEPENDS:${PN}-python = "python3-core" |
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index e614de0c48..b011276f47 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2" | |||
7 | LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd" | 7 | LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd" |
8 | 8 | ||
9 | DEPENDS = "virtual/kernel" | 9 | DEPENDS = "virtual/kernel" |
10 | RRECOMMENDS_${PN} = "kernel-module-uvesafb" | 10 | RRECOMMENDS:${PN} = "kernel-module-uvesafb" |
11 | PR = "r2" | 11 | PR = "r2" |
12 | 12 | ||
13 | SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 13 | SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.bb index 79ce669a3e..934044d5da 100644 --- a/meta/recipes-connectivity/avahi/avahi_0.8.bb +++ b/meta/recipes-connectivity/avahi/avahi_0.8.bb | |||
@@ -69,16 +69,16 @@ EXTRA_OECONF = "--with-avahi-priv-access-group=adm \ | |||
69 | EXTRA_OECONF_SYSVINIT = "${@bb.utils.contains('DISTRO_FEATURES','sysvinit','--with-distro=debian','--with-distro=none',d)}" | 69 | EXTRA_OECONF_SYSVINIT = "${@bb.utils.contains('DISTRO_FEATURES','sysvinit','--with-distro=debian','--with-distro=none',d)}" |
70 | EXTRA_OECONF_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES','systemd','--with-systemdsystemunitdir=${systemd_unitdir}/system/','--without-systemdsystemunitdir',d)}" | 70 | EXTRA_OECONF_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES','systemd','--with-systemdsystemunitdir=${systemd_unitdir}/system/','--without-systemdsystemunitdir',d)}" |
71 | 71 | ||
72 | do_configure_prepend() { | 72 | do_configure:prepend() { |
73 | # This m4 file will get in the way of our introspection.m4 with special cross-compilation fixes | 73 | # This m4 file will get in the way of our introspection.m4 with special cross-compilation fixes |
74 | rm "${S}/common/introspection.m4" || true | 74 | rm "${S}/common/introspection.m4" || true |
75 | } | 75 | } |
76 | 76 | ||
77 | do_compile_prepend() { | 77 | do_compile:prepend() { |
78 | export GIR_EXTRA_LIBS_PATH="${B}/avahi-gobject/.libs:${B}/avahi-common/.libs:${B}/avahi-client/.libs:${B}/avahi-glib/.libs" | 78 | export GIR_EXTRA_LIBS_PATH="${B}/avahi-gobject/.libs:${B}/avahi-common/.libs:${B}/avahi-client/.libs:${B}/avahi-glib/.libs" |
79 | } | 79 | } |
80 | 80 | ||
81 | RRECOMMENDS_${PN}_append_libc-glibc = " libnss-mdns" | 81 | RRECOMMENDS:${PN}:append:libc-glibc = " libnss-mdns" |
82 | 82 | ||
83 | do_install() { | 83 | do_install() { |
84 | autotools_do_install | 84 | autotools_do_install |
@@ -95,41 +95,41 @@ do_install() { | |||
95 | 95 | ||
96 | PACKAGES =+ "${@bb.utils.contains("PACKAGECONFIG", "libdns_sd", "libavahi-compat-libdnssd", "", d)}" | 96 | PACKAGES =+ "${@bb.utils.contains("PACKAGECONFIG", "libdns_sd", "libavahi-compat-libdnssd", "", d)}" |
97 | 97 | ||
98 | FILES_libavahi-compat-libdnssd = "${libdir}/libdns_sd.so.*" | 98 | FILES:libavahi-compat-libdnssd = "${libdir}/libdns_sd.so.*" |
99 | 99 | ||
100 | RPROVIDES_libavahi-compat-libdnssd = "libdns-sd" | 100 | RPROVIDES:libavahi-compat-libdnssd = "libdns-sd" |
101 | 101 | ||
102 | inherit update-rc.d systemd useradd | 102 | inherit update-rc.d systemd useradd |
103 | 103 | ||
104 | PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils avahi-discover avahi-ui" | 104 | PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils avahi-discover avahi-ui" |
105 | 105 | ||
106 | FILES_avahi-ui = "${libdir}/libavahi-ui*.so.*" | 106 | FILES:avahi-ui = "${libdir}/libavahi-ui*.so.*" |
107 | FILES_avahi-discover = "${datadir}/applications/avahi-discover.desktop \ | 107 | FILES:avahi-discover = "${datadir}/applications/avahi-discover.desktop \ |
108 | ${datadir}/avahi/interfaces/avahi-discover.ui \ | 108 | ${datadir}/avahi/interfaces/avahi-discover.ui \ |
109 | ${bindir}/avahi-discover-standalone \ | 109 | ${bindir}/avahi-discover-standalone \ |
110 | " | 110 | " |
111 | 111 | ||
112 | LICENSE_libavahi-gobject = "LGPLv2.1+" | 112 | LICENSE:libavahi-gobject = "LGPLv2.1+" |
113 | LICENSE_avahi-daemon = "LGPLv2.1+" | 113 | LICENSE:avahi-daemon = "LGPLv2.1+" |
114 | LICENSE_libavahi-common = "LGPLv2.1+" | 114 | LICENSE:libavahi-common = "LGPLv2.1+" |
115 | LICENSE_libavahi-core = "LGPLv2.1+" | 115 | LICENSE:libavahi-core = "LGPLv2.1+" |
116 | LICENSE_libavahi-client = "LGPLv2.1+" | 116 | LICENSE:libavahi-client = "LGPLv2.1+" |
117 | LICENSE_avahi-dnsconfd = "LGPLv2.1+" | 117 | LICENSE:avahi-dnsconfd = "LGPLv2.1+" |
118 | LICENSE_libavahi-glib = "LGPLv2.1+" | 118 | LICENSE:libavahi-glib = "LGPLv2.1+" |
119 | LICENSE_avahi-autoipd = "LGPLv2.1+" | 119 | LICENSE:avahi-autoipd = "LGPLv2.1+" |
120 | LICENSE_avahi-utils = "LGPLv2.1+" | 120 | LICENSE:avahi-utils = "LGPLv2.1+" |
121 | 121 | ||
122 | # As avahi doesn't put any files into PN, clear the files list to avoid problems | 122 | # As avahi doesn't put any files into PN, clear the files list to avoid problems |
123 | # if extra libraries appear. | 123 | # if extra libraries appear. |
124 | FILES_${PN} = "" | 124 | FILES:${PN} = "" |
125 | FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ | 125 | FILES:avahi-autoipd = "${sbindir}/avahi-autoipd \ |
126 | ${sysconfdir}/avahi/avahi-autoipd.action \ | 126 | ${sysconfdir}/avahi/avahi-autoipd.action \ |
127 | ${sysconfdir}/dhcp/*/avahi-autoipd \ | 127 | ${sysconfdir}/dhcp/*/avahi-autoipd \ |
128 | ${sysconfdir}/udhcpc.d/00avahi-autoipd \ | 128 | ${sysconfdir}/udhcpc.d/00avahi-autoipd \ |
129 | ${sysconfdir}/udhcpc.d/99avahi-autoipd" | 129 | ${sysconfdir}/udhcpc.d/99avahi-autoipd" |
130 | FILES_libavahi-common = "${libdir}/libavahi-common.so.*" | 130 | FILES:libavahi-common = "${libdir}/libavahi-common.so.*" |
131 | FILES_libavahi-core = "${libdir}/libavahi-core.so.* ${libdir}/girepository-1.0/AvahiCore*.typelib" | 131 | FILES:libavahi-core = "${libdir}/libavahi-core.so.* ${libdir}/girepository-1.0/AvahiCore*.typelib" |
132 | FILES_avahi-daemon = "${sbindir}/avahi-daemon \ | 132 | FILES:avahi-daemon = "${sbindir}/avahi-daemon \ |
133 | ${sysconfdir}/avahi/avahi-daemon.conf \ | 133 | ${sysconfdir}/avahi/avahi-daemon.conf \ |
134 | ${sysconfdir}/avahi/hosts \ | 134 | ${sysconfdir}/avahi/hosts \ |
135 | ${sysconfdir}/avahi/services \ | 135 | ${sysconfdir}/avahi/services \ |
@@ -139,44 +139,44 @@ FILES_avahi-daemon = "${sbindir}/avahi-daemon \ | |||
139 | ${datadir}/avahi/avahi-service.dtd \ | 139 | ${datadir}/avahi/avahi-service.dtd \ |
140 | ${datadir}/avahi/service-types \ | 140 | ${datadir}/avahi/service-types \ |
141 | ${datadir}/dbus-1/system-services" | 141 | ${datadir}/dbus-1/system-services" |
142 | FILES_libavahi-client = "${libdir}/libavahi-client.so.*" | 142 | FILES:libavahi-client = "${libdir}/libavahi-client.so.*" |
143 | FILES_avahi-dnsconfd = "${sbindir}/avahi-dnsconfd \ | 143 | FILES:avahi-dnsconfd = "${sbindir}/avahi-dnsconfd \ |
144 | ${sysconfdir}/avahi/avahi-dnsconfd.action \ | 144 | ${sysconfdir}/avahi/avahi-dnsconfd.action \ |
145 | ${sysconfdir}/init.d/avahi-dnsconfd" | 145 | ${sysconfdir}/init.d/avahi-dnsconfd" |
146 | FILES_libavahi-glib = "${libdir}/libavahi-glib.so.*" | 146 | FILES:libavahi-glib = "${libdir}/libavahi-glib.so.*" |
147 | FILES_libavahi-gobject = "${libdir}/libavahi-gobject.so.* ${libdir}/girepository-1.0/Avahi*.typelib" | 147 | FILES:libavahi-gobject = "${libdir}/libavahi-gobject.so.* ${libdir}/girepository-1.0/Avahi*.typelib" |
148 | FILES_avahi-utils = "${bindir}/avahi-* ${bindir}/b* ${datadir}/applications/b*" | 148 | FILES:avahi-utils = "${bindir}/avahi-* ${bindir}/b* ${datadir}/applications/b*" |
149 | 149 | ||
150 | RDEPENDS_${PN}-dev = "avahi-daemon (= ${EXTENDPKGV}) libavahi-core (= ${EXTENDPKGV})" | 150 | RDEPENDS:${PN}-dev = "avahi-daemon (= ${EXTENDPKGV}) libavahi-core (= ${EXTENDPKGV})" |
151 | RDEPENDS_${PN}-dev += "${@["", " libavahi-client (= ${EXTENDPKGV})"][bb.utils.contains('PACKAGECONFIG', 'dbus', 1, 0, d)]}" | 151 | RDEPENDS:${PN}-dev += "${@["", " libavahi-client (= ${EXTENDPKGV})"][bb.utils.contains('PACKAGECONFIG', 'dbus', 1, 0, d)]}" |
152 | RDEPENDS_${PN}-dnsconfd = "${PN}-daemon" | 152 | RDEPENDS:${PN}-dnsconfd = "${PN}-daemon" |
153 | 153 | ||
154 | RRECOMMENDS_avahi-daemon_append_libc-glibc = " libnss-mdns" | 154 | RRECOMMENDS:avahi-daemon:append:libc-glibc = " libnss-mdns" |
155 | 155 | ||
156 | CONFFILES_avahi-daemon = "${sysconfdir}/avahi/avahi-daemon.conf" | 156 | CONFFILES:avahi-daemon = "${sysconfdir}/avahi/avahi-daemon.conf" |
157 | 157 | ||
158 | USERADD_PACKAGES = "avahi-daemon avahi-autoipd" | 158 | USERADD_PACKAGES = "avahi-daemon avahi-autoipd" |
159 | USERADD_PARAM_avahi-daemon = "--system --home /run/avahi-daemon \ | 159 | USERADD_PARAM:avahi-daemon = "--system --home /run/avahi-daemon \ |
160 | --no-create-home --shell /bin/false \ | 160 | --no-create-home --shell /bin/false \ |
161 | --user-group avahi" | 161 | --user-group avahi" |
162 | 162 | ||
163 | USERADD_PARAM_avahi-autoipd = "--system --home /run/avahi-autoipd \ | 163 | USERADD_PARAM:avahi-autoipd = "--system --home /run/avahi-autoipd \ |
164 | --no-create-home --shell /bin/false \ | 164 | --no-create-home --shell /bin/false \ |
165 | --user-group \ | 165 | --user-group \ |
166 | -c \"Avahi autoip daemon\" \ | 166 | -c \"Avahi autoip daemon\" \ |
167 | avahi-autoipd" | 167 | avahi-autoipd" |
168 | 168 | ||
169 | INITSCRIPT_PACKAGES = "avahi-daemon avahi-dnsconfd" | 169 | INITSCRIPT_PACKAGES = "avahi-daemon avahi-dnsconfd" |
170 | INITSCRIPT_NAME_avahi-daemon = "avahi-daemon" | 170 | INITSCRIPT_NAME:avahi-daemon = "avahi-daemon" |
171 | INITSCRIPT_PARAMS_avahi-daemon = "defaults 21 19" | 171 | INITSCRIPT_PARAMS:avahi-daemon = "defaults 21 19" |
172 | INITSCRIPT_NAME_avahi-dnsconfd = "avahi-dnsconfd" | 172 | INITSCRIPT_NAME:avahi-dnsconfd = "avahi-dnsconfd" |
173 | INITSCRIPT_PARAMS_avahi-dnsconfd = "defaults 22 19" | 173 | INITSCRIPT_PARAMS:avahi-dnsconfd = "defaults 22 19" |
174 | 174 | ||
175 | SYSTEMD_PACKAGES = "${PN}-daemon ${PN}-dnsconfd" | 175 | SYSTEMD_PACKAGES = "${PN}-daemon ${PN}-dnsconfd" |
176 | SYSTEMD_SERVICE_${PN}-daemon = "avahi-daemon.service" | 176 | SYSTEMD_SERVICE:${PN}-daemon = "avahi-daemon.service" |
177 | SYSTEMD_SERVICE_${PN}-dnsconfd = "avahi-dnsconfd.service" | 177 | SYSTEMD_SERVICE:${PN}-dnsconfd = "avahi-dnsconfd.service" |
178 | 178 | ||
179 | do_install_append() { | 179 | do_install:append() { |
180 | install -d ${D}${sysconfdir}/udhcpc.d | 180 | install -d ${D}${sysconfdir}/udhcpc.d |
181 | install ${WORKDIR}/00avahi-autoipd ${D}${sysconfdir}/udhcpc.d | 181 | install ${WORKDIR}/00avahi-autoipd ${D}${sysconfdir}/udhcpc.d |
182 | install ${WORKDIR}/99avahi-autoipd ${D}${sysconfdir}/udhcpc.d | 182 | install ${WORKDIR}/99avahi-autoipd ${D}${sysconfdir}/udhcpc.d |
@@ -184,7 +184,7 @@ do_install_append() { | |||
184 | 184 | ||
185 | # At the time the postinst runs, dbus might not be setup so only restart if running | 185 | # At the time the postinst runs, dbus might not be setup so only restart if running |
186 | # Don't exit early, because update-rc.d needs to run subsequently. | 186 | # Don't exit early, because update-rc.d needs to run subsequently. |
187 | pkg_postinst_avahi-daemon () { | 187 | pkg_postinst:avahi-daemon () { |
188 | if [ -z "$D" ]; then | 188 | if [ -z "$D" ]; then |
189 | killall -q -HUP dbus-daemon || true | 189 | killall -q -HUP dbus-daemon || true |
190 | fi | 190 | fi |
diff --git a/meta/recipes-connectivity/bind/bind_9.16.18.bb b/meta/recipes-connectivity/bind/bind_9.16.18.bb index e7a1c5d9e9..353178ea0d 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.18.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.18.bb | |||
@@ -44,7 +44,7 @@ EXTRA_OECONF = " --with-libtool --disable-devpoll --disable-auto-validation --en | |||
44 | --sysconfdir=${sysconfdir}/bind \ | 44 | --sysconfdir=${sysconfdir}/bind \ |
45 | --with-openssl=${STAGING_DIR_HOST}${prefix} \ | 45 | --with-openssl=${STAGING_DIR_HOST}${prefix} \ |
46 | " | 46 | " |
47 | LDFLAGS_append = " -lz" | 47 | LDFLAGS:append = " -lz" |
48 | 48 | ||
49 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native distutils3-base', '', d)} | 49 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native distutils3-base', '', d)} |
50 | 50 | ||
@@ -52,15 +52,15 @@ inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native distutil | |||
52 | REMOVE_LIBTOOL_LA = "0" | 52 | REMOVE_LIBTOOL_LA = "0" |
53 | 53 | ||
54 | USERADD_PACKAGES = "${PN}" | 54 | USERADD_PACKAGES = "${PN}" |
55 | USERADD_PARAM_${PN} = "--system --home ${localstatedir}/cache/bind --no-create-home \ | 55 | USERADD_PARAM:${PN} = "--system --home ${localstatedir}/cache/bind --no-create-home \ |
56 | --user-group bind" | 56 | --user-group bind" |
57 | 57 | ||
58 | INITSCRIPT_NAME = "bind" | 58 | INITSCRIPT_NAME = "bind" |
59 | INITSCRIPT_PARAMS = "defaults" | 59 | INITSCRIPT_PARAMS = "defaults" |
60 | 60 | ||
61 | SYSTEMD_SERVICE_${PN} = "named.service" | 61 | SYSTEMD_SERVICE:${PN} = "named.service" |
62 | 62 | ||
63 | do_install_append() { | 63 | do_install:append() { |
64 | 64 | ||
65 | install -d -o bind "${D}${localstatedir}/cache/bind" | 65 | install -d -o bind "${D}${localstatedir}/cache/bind" |
66 | install -d "${D}${sysconfdir}/bind" | 66 | install -d "${D}${sysconfdir}/bind" |
@@ -94,7 +94,7 @@ do_install_append() { | |||
94 | oe_multilib_header isc/platform.h | 94 | oe_multilib_header isc/platform.h |
95 | } | 95 | } |
96 | 96 | ||
97 | CONFFILES_${PN} = " \ | 97 | CONFFILES:${PN} = " \ |
98 | ${sysconfdir}/bind/named.conf \ | 98 | ${sysconfdir}/bind/named.conf \ |
99 | ${sysconfdir}/bind/named.conf.local \ | 99 | ${sysconfdir}/bind/named.conf.local \ |
100 | ${sysconfdir}/bind/named.conf.options \ | 100 | ${sysconfdir}/bind/named.conf.options \ |
@@ -105,25 +105,25 @@ CONFFILES_${PN} = " \ | |||
105 | ${sysconfdir}/bind/db.root \ | 105 | ${sysconfdir}/bind/db.root \ |
106 | " | 106 | " |
107 | 107 | ||
108 | ALTERNATIVE_${PN}-utils = "nslookup" | 108 | ALTERNATIVE:${PN}-utils = "nslookup" |
109 | ALTERNATIVE_LINK_NAME[nslookup] = "${bindir}/nslookup" | 109 | ALTERNATIVE_LINK_NAME[nslookup] = "${bindir}/nslookup" |
110 | ALTERNATIVE_PRIORITY = "100" | 110 | ALTERNATIVE_PRIORITY = "100" |
111 | 111 | ||
112 | PACKAGE_BEFORE_PN += "${PN}-utils" | 112 | PACKAGE_BEFORE_PN += "${PN}-utils" |
113 | FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/mdig ${bindir}/nslookup ${bindir}/nsupdate" | 113 | FILES:${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/mdig ${bindir}/nslookup ${bindir}/nsupdate" |
114 | FILES_${PN}-dev += "${bindir}/isc-config.h" | 114 | FILES:${PN}-dev += "${bindir}/isc-config.h" |
115 | FILES_${PN} += "${sbindir}/generate-rndc-key.sh" | 115 | FILES:${PN} += "${sbindir}/generate-rndc-key.sh" |
116 | 116 | ||
117 | PACKAGE_BEFORE_PN += "${PN}-libs" | 117 | PACKAGE_BEFORE_PN += "${PN}-libs" |
118 | # special arrangement below due to | 118 | # special arrangement below due to |
119 | # https://github.com/isc-projects/bind9/commit/0e25af628cd776f98c04fc4cc59048f5448f6c88 | 119 | # https://github.com/isc-projects/bind9/commit/0e25af628cd776f98c04fc4cc59048f5448f6c88 |
120 | FILES_SOLIBSDEV = "${libdir}/*[!0-9].so ${libdir}/libbind9.so" | 120 | FILES_SOLIBSDEV = "${libdir}/*[!0-9].so ${libdir}/libbind9.so" |
121 | FILES_${PN}-libs = "${libdir}/named/*.so* ${libdir}/*-${PV}.so" | 121 | FILES:${PN}-libs = "${libdir}/named/*.so* ${libdir}/*-${PV}.so" |
122 | FILES_${PN}-staticdev += "${libdir}/*.la" | 122 | FILES:${PN}-staticdev += "${libdir}/*.la" |
123 | 123 | ||
124 | PACKAGE_BEFORE_PN += "${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-bind', '', d)}" | 124 | PACKAGE_BEFORE_PN += "${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-bind', '', d)}" |
125 | FILES_python3-bind = "${sbindir}/dnssec-coverage ${sbindir}/dnssec-checkds \ | 125 | FILES:python3-bind = "${sbindir}/dnssec-coverage ${sbindir}/dnssec-checkds \ |
126 | ${sbindir}/dnssec-keymgr ${PYTHON_SITEPACKAGES_DIR}" | 126 | ${sbindir}/dnssec-keymgr ${PYTHON_SITEPACKAGES_DIR}" |
127 | 127 | ||
128 | RDEPENDS_${PN}-dev = "" | 128 | RDEPENDS:${PN}-dev = "" |
129 | RDEPENDS_python3-bind = "python3-core python3-ply" | 129 | RDEPENDS:python3-bind = "python3-core python3-ply" |
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index f2d9a4f937..68f3b586b8 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -8,9 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | |||
8 | file://src/main.c;beginline=1;endline=24;md5=0ad83ca0dc37ab08af448777c581e7ac" | 8 | file://src/main.c;beginline=1;endline=24;md5=0ad83ca0dc37ab08af448777c581e7ac" |
9 | DEPENDS = "dbus glib-2.0" | 9 | DEPENDS = "dbus glib-2.0" |
10 | PROVIDES += "bluez-hcidump" | 10 | PROVIDES += "bluez-hcidump" |
11 | RPROVIDES_${PN} += "bluez-hcidump" | 11 | RPROVIDES:${PN} += "bluez-hcidump" |
12 | 12 | ||
13 | RCONFLICTS_${PN} = "bluez4" | 13 | RCONFLICTS:${PN} = "bluez4" |
14 | 14 | ||
15 | PACKAGECONFIG ??= "obex-profiles \ | 15 | PACKAGECONFIG ??= "obex-profiles \ |
16 | readline \ | 16 | readline \ |
@@ -79,7 +79,7 @@ NOINST_TOOLS = " \ | |||
79 | ${@bb.utils.contains('PACKAGECONFIG', 'tools', '${NOINST_TOOLS_BT}', '', d)} \ | 79 | ${@bb.utils.contains('PACKAGECONFIG', 'tools', '${NOINST_TOOLS_BT}', '', d)} \ |
80 | " | 80 | " |
81 | 81 | ||
82 | do_install_append() { | 82 | do_install:append() { |
83 | install -d ${D}${INIT_D_DIR} | 83 | install -d ${D}${INIT_D_DIR} |
84 | install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth | 84 | install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth |
85 | 85 | ||
@@ -107,25 +107,25 @@ do_install_append() { | |||
107 | 107 | ||
108 | PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools" | 108 | PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools" |
109 | 109 | ||
110 | FILES_${PN} += " \ | 110 | FILES:${PN} += " \ |
111 | ${libdir}/bluetooth/plugins/*.so \ | 111 | ${libdir}/bluetooth/plugins/*.so \ |
112 | ${systemd_unitdir}/ ${datadir}/dbus-1 \ | 112 | ${systemd_unitdir}/ ${datadir}/dbus-1 \ |
113 | ${libdir}/cups \ | 113 | ${libdir}/cups \ |
114 | " | 114 | " |
115 | FILES_${PN}-dev += " \ | 115 | FILES:${PN}-dev += " \ |
116 | ${libdir}/bluetooth/plugins/*.la \ | 116 | ${libdir}/bluetooth/plugins/*.la \ |
117 | " | 117 | " |
118 | 118 | ||
119 | FILES_${PN}-obex = "${libexecdir}/bluetooth/obexd \ | 119 | FILES:${PN}-obex = "${libexecdir}/bluetooth/obexd \ |
120 | ${exec_prefix}/lib/systemd/user/obex.service \ | 120 | ${exec_prefix}/lib/systemd/user/obex.service \ |
121 | ${systemd_system_unitdir}/obex.service \ | 121 | ${systemd_system_unitdir}/obex.service \ |
122 | ${sysconfdir}/systemd/system/multi-user.target.wants/obex.service \ | 122 | ${sysconfdir}/systemd/system/multi-user.target.wants/obex.service \ |
123 | ${datadir}/dbus-1/services/org.bluez.obex.service \ | 123 | ${datadir}/dbus-1/services/org.bluez.obex.service \ |
124 | ${sysconfdir}/dbus-1/system.d/obexd.conf \ | 124 | ${sysconfdir}/dbus-1/system.d/obexd.conf \ |
125 | " | 125 | " |
126 | SYSTEMD_SERVICE_${PN}-obex = "obex.service" | 126 | SYSTEMD_SERVICE:${PN}-obex = "obex.service" |
127 | 127 | ||
128 | FILES_${PN}-testtools = "${libdir}/bluez/test/*" | 128 | FILES:${PN}-testtools = "${libdir}/bluez/test/*" |
129 | 129 | ||
130 | def get_noinst_tools_paths (d, bb, tools): | 130 | def get_noinst_tools_paths (d, bb, tools): |
131 | s = list() | 131 | s = list() |
@@ -135,14 +135,14 @@ def get_noinst_tools_paths (d, bb, tools): | |||
135 | s.append("%s/%s" % (bindir, f)) | 135 | s.append("%s/%s" % (bindir, f)) |
136 | return "\n".join(s) | 136 | return "\n".join(s) |
137 | 137 | ||
138 | FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS'))}" | 138 | FILES:${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS'))}" |
139 | 139 | ||
140 | RDEPENDS_${PN}-testtools += "python3-core python3-dbus" | 140 | RDEPENDS:${PN}-testtools += "python3-core python3-dbus" |
141 | RDEPENDS_${PN}-testtools += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)}" | 141 | RDEPENDS:${PN}-testtools += "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)}" |
142 | 142 | ||
143 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', d)}" | 143 | SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'bluetooth.service', '', d)}" |
144 | INITSCRIPT_PACKAGES = "${PN}" | 144 | INITSCRIPT_PACKAGES = "${PN}" |
145 | INITSCRIPT_NAME_${PN} = "bluetooth" | 145 | INITSCRIPT_NAME:${PN} = "bluetooth" |
146 | 146 | ||
147 | do_compile_ptest() { | 147 | do_compile_ptest() { |
148 | oe_runmake buildtests | 148 | oe_runmake buildtests |
@@ -153,4 +153,4 @@ do_install_ptest() { | |||
153 | rm -f ${D}${PTEST_PATH}/unit/*.o | 153 | rm -f ${D}${PTEST_PATH}/unit/*.o |
154 | } | 154 | } |
155 | 155 | ||
156 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-utf-16" | 156 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-gconv-utf-16" |
diff --git a/meta/recipes-connectivity/connman/connman-conf.bb b/meta/recipes-connectivity/connman/connman-conf.bb index 85fee09258..006f976997 100644 --- a/meta/recipes-connectivity/connman/connman-conf.bb +++ b/meta/recipes-connectivity/connman/connman-conf.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;m | |||
6 | 6 | ||
7 | inherit systemd | 7 | inherit systemd |
8 | 8 | ||
9 | SRC_URI_append_qemuall = " file://wired.config \ | 9 | SRC_URI:append:qemuall = " file://wired.config \ |
10 | file://wired-setup \ | 10 | file://wired-setup \ |
11 | file://wired-connection.service \ | 11 | file://wired-connection.service \ |
12 | " | 12 | " |
@@ -16,7 +16,7 @@ S = "${WORKDIR}" | |||
16 | 16 | ||
17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
18 | 18 | ||
19 | FILES_${PN} = "${localstatedir}/* ${datadir}/*" | 19 | FILES:${PN} = "${localstatedir}/* ${datadir}/*" |
20 | 20 | ||
21 | do_install() { | 21 | do_install() { |
22 | #Configure Wired network interface in case of qemu* machines | 22 | #Configure Wired network interface in case of qemu* machines |
@@ -33,4 +33,4 @@ do_install() { | |||
33 | fi | 33 | fi |
34 | } | 34 | } |
35 | 35 | ||
36 | SYSTEMD_SERVICE_${PN}_qemuall = "wired-connection.service" | 36 | SYSTEMD_SERVICE:${PN}:qemuall = "wired-connection.service" |
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb index af986c4eab..55c687968f 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb | |||
@@ -23,8 +23,8 @@ S = "${WORKDIR}/git" | |||
23 | inherit autotools-brokensep gtk-icon-cache pkgconfig features_check | 23 | inherit autotools-brokensep gtk-icon-cache pkgconfig features_check |
24 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 24 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
25 | 25 | ||
26 | RDEPENDS_${PN} = "connman" | 26 | RDEPENDS:${PN} = "connman" |
27 | 27 | ||
28 | do_install_append() { | 28 | do_install:append() { |
29 | install -m 0644 ${WORKDIR}/images/* ${D}/usr/share/icons/hicolor/22x22/apps/ | 29 | install -m 0644 ${WORKDIR}/images/* ${D}/usr/share/icons/hicolor/22x22/apps/ |
30 | } | 30 | } |
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 776bbfbff2..856bb9ee17 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -34,7 +34,7 @@ PACKAGECONFIG ??= "wispr iptables client\ | |||
34 | 34 | ||
35 | # If you want ConnMan to support VPN, add following statement into | 35 | # If you want ConnMan to support VPN, add following statement into |
36 | # local.conf or distro config | 36 | # local.conf or distro config |
37 | # PACKAGECONFIG_append_pn-connman = " openvpn vpnc l2tp pptp" | 37 | # PACKAGECONFIG:append:pn-connman = " openvpn vpnc l2tp pptp" |
38 | 38 | ||
39 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/ --with-tmpfilesdir=${sysconfdir}/tmpfiles.d/,--with-systemdunitdir='' --with-tmpfilesdir=''" | 39 | PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/ --with-tmpfilesdir=${sysconfdir}/tmpfiles.d/,--with-systemdunitdir='' --with-tmpfilesdir=''" |
40 | PACKAGECONFIG[wifi] = "--enable-wifi, --disable-wifi, wpa-supplicant, wpa-supplicant" | 40 | PACKAGECONFIG[wifi] = "--enable-wifi, --disable-wifi, wpa-supplicant, wpa-supplicant" |
@@ -64,16 +64,16 @@ python __anonymous () { | |||
64 | d.setVar('SYSTEMD_PACKAGES', systemd_packages) | 64 | d.setVar('SYSTEMD_PACKAGES', systemd_packages) |
65 | } | 65 | } |
66 | 66 | ||
67 | SYSTEMD_SERVICE_${PN} = "connman.service" | 67 | SYSTEMD_SERVICE:${PN} = "connman.service" |
68 | SYSTEMD_SERVICE_${PN}-vpn = "connman-vpn.service" | 68 | SYSTEMD_SERVICE:${PN}-vpn = "connman-vpn.service" |
69 | SYSTEMD_SERVICE_${PN}-wait-online = "connman-wait-online.service" | 69 | SYSTEMD_SERVICE:${PN}-wait-online = "connman-wait-online.service" |
70 | 70 | ||
71 | ALTERNATIVE_PRIORITY = "100" | 71 | ALTERNATIVE_PRIORITY = "100" |
72 | ALTERNATIVE_${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-conf','',d)}" | 72 | ALTERNATIVE:${PN} = "${@bb.utils.contains('DISTRO_FEATURES','systemd','resolv-conf','',d)}" |
73 | ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.connman','',d)}" | 73 | ALTERNATIVE_TARGET[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv-conf.connman','',d)}" |
74 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}" | 74 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${sysconfdir}/resolv.conf','',d)}" |
75 | 75 | ||
76 | do_install_append() { | 76 | do_install:append() { |
77 | if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then | 77 | if ${@bb.utils.contains('DISTRO_FEATURES','sysvinit','true','false',d)}; then |
78 | install -d ${D}${sysconfdir}/init.d | 78 | install -d ${D}${sysconfdir}/init.d |
79 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman | 79 | install -m 0755 ${WORKDIR}/connman ${D}${sysconfdir}/init.d/connman |
@@ -100,7 +100,7 @@ do_install_append() { | |||
100 | } | 100 | } |
101 | 101 | ||
102 | # These used to be plugins, but now they are core | 102 | # These used to be plugins, but now they are core |
103 | RPROVIDES_${PN} = "\ | 103 | RPROVIDES:${PN} = "\ |
104 | connman-plugin-loopback \ | 104 | connman-plugin-loopback \ |
105 | connman-plugin-ethernet \ | 105 | connman-plugin-ethernet \ |
106 | ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth','connman-plugin-bluetooth', '', d)} \ | 106 | ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth','connman-plugin-bluetooth', '', d)} \ |
@@ -108,7 +108,7 @@ RPROVIDES_${PN} = "\ | |||
108 | ${@bb.utils.contains('PACKAGECONFIG', '3g','connman-plugin-ofono', '', d)} \ | 108 | ${@bb.utils.contains('PACKAGECONFIG', '3g','connman-plugin-ofono', '', d)} \ |
109 | " | 109 | " |
110 | 110 | ||
111 | RDEPENDS_${PN} = "\ | 111 | RDEPENDS:${PN} = "\ |
112 | dbus \ | 112 | dbus \ |
113 | " | 113 | " |
114 | 114 | ||
@@ -119,11 +119,11 @@ def add_rdepends(bb, d, file, pkg, depmap, multilib_prefix, add_insane_skip): | |||
119 | if plugintype in depmap: | 119 | if plugintype in depmap: |
120 | rdepends = map(lambda x: multilib_prefix + x, \ | 120 | rdepends = map(lambda x: multilib_prefix + x, \ |
121 | depmap[plugintype].split()) | 121 | depmap[plugintype].split()) |
122 | d.setVar("RDEPENDS_%s" % pkg, " ".join(rdepends)) | 122 | d.setVar("RDEPENDS:%s" % pkg, " ".join(rdepends)) |
123 | if add_insane_skip: | 123 | if add_insane_skip: |
124 | d.appendVar("INSANE_SKIP_%s" % pkg, "dev-so") | 124 | d.appendVar("INSANE_SKIP:%s" % pkg, "dev-so") |
125 | 125 | ||
126 | python populate_packages_prepend() { | 126 | python populate_packages:prepend() { |
127 | depmap = dict(pppd="ppp") | 127 | depmap = dict(pppd="ppp") |
128 | multilib_prefix = (d.getVar("MLPREFIX") or "") | 128 | multilib_prefix = (d.getVar("MLPREFIX") or "") |
129 | 129 | ||
@@ -144,72 +144,72 @@ python populate_packages_prepend() { | |||
144 | 144 | ||
145 | PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client" | 145 | PACKAGES =+ "${PN}-tools ${PN}-tests ${PN}-client" |
146 | 146 | ||
147 | FILES_${PN}-tools = "${bindir}/wispr" | 147 | FILES:${PN}-tools = "${bindir}/wispr" |
148 | RDEPENDS_${PN}-tools ="${PN}" | 148 | RDEPENDS:${PN}-tools ="${PN}" |
149 | 149 | ||
150 | FILES_${PN}-tests = "${bindir}/*-test" | 150 | FILES:${PN}-tests = "${bindir}/*-test" |
151 | 151 | ||
152 | FILES_${PN}-client = "${bindir}/connmanctl" | 152 | FILES:${PN}-client = "${bindir}/connmanctl" |
153 | RDEPENDS_${PN}-client ="${PN}" | 153 | RDEPENDS:${PN}-client ="${PN}" |
154 | 154 | ||
155 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | 155 | FILES:${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ |
156 | ${libdir}/connman/plugins \ | 156 | ${libdir}/connman/plugins \ |
157 | ${sysconfdir} ${sharedstatedir} ${localstatedir} ${datadir} \ | 157 | ${sysconfdir} ${sharedstatedir} ${localstatedir} ${datadir} \ |
158 | ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \ | 158 | ${base_bindir}/* ${base_sbindir}/* ${base_libdir}/*.so* ${datadir}/${PN} \ |
159 | ${datadir}/dbus-1/system-services/* \ | 159 | ${datadir}/dbus-1/system-services/* \ |
160 | ${sysconfdir}/tmpfiles.d/connman_resolvconf.conf" | 160 | ${sysconfdir}/tmpfiles.d/connman_resolvconf.conf" |
161 | 161 | ||
162 | FILES_${PN}-dev += "${libdir}/connman/*/*.la" | 162 | FILES:${PN}-dev += "${libdir}/connman/*/*.la" |
163 | 163 | ||
164 | PACKAGES =+ "${PN}-vpn ${PN}-wait-online" | 164 | PACKAGES =+ "${PN}-vpn ${PN}-wait-online" |
165 | 165 | ||
166 | SUMMARY_${PN}-vpn = "A daemon for managing VPN connections within embedded devices" | 166 | SUMMARY:${PN}-vpn = "A daemon for managing VPN connections within embedded devices" |
167 | DESCRIPTION_${PN}-vpn = "The ConnMan VPN provides a daemon for \ | 167 | DESCRIPTION:${PN}-vpn = "The ConnMan VPN provides a daemon for \ |
168 | managing VPN connections within embedded devices running the Linux \ | 168 | managing VPN connections within embedded devices running the Linux \ |
169 | operating system. The connman-vpnd handles all the VPN connections \ | 169 | operating system. The connman-vpnd handles all the VPN connections \ |
170 | and starts/stops VPN client processes when necessary. The connman-vpnd \ | 170 | and starts/stops VPN client processes when necessary. The connman-vpnd \ |
171 | provides a DBus API for managing VPN connections. All the different \ | 171 | provides a DBus API for managing VPN connections. All the different \ |
172 | VPN technogies are implemented using plug-ins." | 172 | VPN technogies are implemented using plug-ins." |
173 | FILES_${PN}-vpn += "${sbindir}/connman-vpnd \ | 173 | FILES:${PN}-vpn += "${sbindir}/connman-vpnd \ |
174 | ${sysconfdir}/dbus-1/system.d/connman-vpn-dbus.conf \ | 174 | ${sysconfdir}/dbus-1/system.d/connman-vpn-dbus.conf \ |
175 | ${datadir}/dbus-1/system-services/net.connman.vpn.service \ | 175 | ${datadir}/dbus-1/system-services/net.connman.vpn.service \ |
176 | ${systemd_unitdir}/system/connman-vpn.service" | 176 | ${systemd_unitdir}/system/connman-vpn.service" |
177 | 177 | ||
178 | SUMMARY_${PN}-wait-online = "A program that will return once ConnMan has connected to a network" | 178 | SUMMARY:${PN}-wait-online = "A program that will return once ConnMan has connected to a network" |
179 | DESCRIPTION_${PN}-wait-online = "A service that can be enabled so that \ | 179 | DESCRIPTION:${PN}-wait-online = "A service that can be enabled so that \ |
180 | the system waits until a network connection is established." | 180 | the system waits until a network connection is established." |
181 | FILES_${PN}-wait-online += "${sbindir}/connmand-wait-online \ | 181 | FILES:${PN}-wait-online += "${sbindir}/connmand-wait-online \ |
182 | ${systemd_unitdir}/system/connman-wait-online.service" | 182 | ${systemd_unitdir}/system/connman-wait-online.service" |
183 | 183 | ||
184 | SUMMARY_${PN}-plugin-vpn-openvpn = "An OpenVPN plugin for ConnMan VPN" | 184 | SUMMARY:${PN}-plugin-vpn-openvpn = "An OpenVPN plugin for ConnMan VPN" |
185 | DESCRIPTION_${PN}-plugin-vpn-openvpn = "The ConnMan OpenVPN plugin uses openvpn client \ | 185 | DESCRIPTION:${PN}-plugin-vpn-openvpn = "The ConnMan OpenVPN plugin uses openvpn client \ |
186 | to create a VPN connection to OpenVPN server." | 186 | to create a VPN connection to OpenVPN server." |
187 | FILES_${PN}-plugin-vpn-openvpn += "${libdir}/connman/scripts/openvpn-script \ | 187 | FILES:${PN}-plugin-vpn-openvpn += "${libdir}/connman/scripts/openvpn-script \ |
188 | ${libdir}/connman/plugins-vpn/openvpn.so" | 188 | ${libdir}/connman/plugins-vpn/openvpn.so" |
189 | RDEPENDS_${PN}-plugin-vpn-openvpn += "${PN}-vpn" | 189 | RDEPENDS:${PN}-plugin-vpn-openvpn += "${PN}-vpn" |
190 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','openvpn','${PN}-plugin-vpn-openvpn', '', d)}" | 190 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','openvpn','${PN}-plugin-vpn-openvpn', '', d)}" |
191 | 191 | ||
192 | SUMMARY_${PN}-plugin-vpn-vpnc = "A vpnc plugin for ConnMan VPN" | 192 | SUMMARY:${PN}-plugin-vpn-vpnc = "A vpnc plugin for ConnMan VPN" |
193 | DESCRIPTION_${PN}-plugin-vpn-vpnc = "The ConnMan vpnc plugin uses vpnc client \ | 193 | DESCRIPTION:${PN}-plugin-vpn-vpnc = "The ConnMan vpnc plugin uses vpnc client \ |
194 | to create a VPN connection to Cisco3000 VPN Concentrator." | 194 | to create a VPN connection to Cisco3000 VPN Concentrator." |
195 | FILES_${PN}-plugin-vpn-vpnc += "${libdir}/connman/scripts/openconnect-script \ | 195 | FILES:${PN}-plugin-vpn-vpnc += "${libdir}/connman/scripts/openconnect-script \ |
196 | ${libdir}/connman/plugins-vpn/vpnc.so \ | 196 | ${libdir}/connman/plugins-vpn/vpnc.so \ |
197 | ${libdir}/connman/scripts/vpn-script" | 197 | ${libdir}/connman/scripts/vpn-script" |
198 | RDEPENDS_${PN}-plugin-vpn-vpnc += "${PN}-vpn" | 198 | RDEPENDS:${PN}-plugin-vpn-vpnc += "${PN}-vpn" |
199 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','vpnc','${PN}-plugin-vpn-vpnc', '', d)}" | 199 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','vpnc','${PN}-plugin-vpn-vpnc', '', d)}" |
200 | 200 | ||
201 | SUMMARY_${PN}-plugin-vpn-l2tp = "A L2TP plugin for ConnMan VPN" | 201 | SUMMARY:${PN}-plugin-vpn-l2tp = "A L2TP plugin for ConnMan VPN" |
202 | DESCRIPTION_${PN}-plugin-vpn-l2tp = "The ConnMan L2TP plugin uses xl2tpd daemon \ | 202 | DESCRIPTION:${PN}-plugin-vpn-l2tp = "The ConnMan L2TP plugin uses xl2tpd daemon \ |
203 | to create a VPN connection to L2TP server." | 203 | to create a VPN connection to L2TP server." |
204 | FILES_${PN}-plugin-vpn-l2tp += "${libdir}/connman/scripts/libppp-plugin.so* \ | 204 | FILES:${PN}-plugin-vpn-l2tp += "${libdir}/connman/scripts/libppp-plugin.so* \ |
205 | ${libdir}/connman/plugins-vpn/l2tp.so" | 205 | ${libdir}/connman/plugins-vpn/l2tp.so" |
206 | RDEPENDS_${PN}-plugin-vpn-l2tp += "${PN}-vpn" | 206 | RDEPENDS:${PN}-plugin-vpn-l2tp += "${PN}-vpn" |
207 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','l2tp','${PN}-plugin-vpn-l2tp', '', d)}" | 207 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','l2tp','${PN}-plugin-vpn-l2tp', '', d)}" |
208 | 208 | ||
209 | SUMMARY_${PN}-plugin-vpn-pptp = "A PPTP plugin for ConnMan VPN" | 209 | SUMMARY:${PN}-plugin-vpn-pptp = "A PPTP plugin for ConnMan VPN" |
210 | DESCRIPTION_${PN}-plugin-vpn-pptp = "The ConnMan PPTP plugin uses pptp-linux client \ | 210 | DESCRIPTION:${PN}-plugin-vpn-pptp = "The ConnMan PPTP plugin uses pptp-linux client \ |
211 | to create a VPN connection to PPTP server." | 211 | to create a VPN connection to PPTP server." |
212 | FILES_${PN}-plugin-vpn-pptp += "${libdir}/connman/scripts/libppp-plugin.so* \ | 212 | FILES:${PN}-plugin-vpn-pptp += "${libdir}/connman/scripts/libppp-plugin.so* \ |
213 | ${libdir}/connman/plugins-vpn/pptp.so" | 213 | ${libdir}/connman/plugins-vpn/pptp.so" |
214 | RDEPENDS_${PN}-plugin-vpn-pptp += "${PN}-vpn" | 214 | RDEPENDS:${PN}-plugin-vpn-pptp += "${PN}-vpn" |
215 | RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','pptp','${PN}-plugin-vpn-pptp', '', d)}" | 215 | RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG','pptp','${PN}-plugin-vpn-pptp', '', d)}" |
diff --git a/meta/recipes-connectivity/connman/connman_1.40.bb b/meta/recipes-connectivity/connman/connman_1.40.bb index 15d105e2bd..edb23a1267 100644 --- a/meta/recipes-connectivity/connman/connman_1.40.bb +++ b/meta/recipes-connectivity/connman/connman_1.40.bb | |||
@@ -7,9 +7,9 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \ | |||
7 | file://no-version-scripts.patch \ | 7 | file://no-version-scripts.patch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" | 10 | SRC_URI:append:libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "1a57ae7ce234aa3a1744aac3be5c2121d98dce999440ef8ab9cc4edfd5edcb12" | 12 | SRC_URI[sha256sum] = "1a57ae7ce234aa3a1744aac3be5c2121d98dce999440ef8ab9cc4edfd5edcb12" |
13 | 13 | ||
14 | RRECOMMENDS_${PN} = "connman-conf" | 14 | RRECOMMENDS:${PN} = "connman-conf" |
15 | RCONFLICTS_${PN} = "networkmanager" | 15 | RCONFLICTS:${PN} = "networkmanager" |
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.0.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.0.bb index 5be480eb03..4e9a367d96 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.0.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.4.0.bb | |||
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "41a69297f380bf15ee8f94f73154f8c2bca7157a087c0d5aca8de000ba | |||
22 | 22 | ||
23 | inherit pkgconfig autotools-brokensep systemd useradd | 23 | inherit pkgconfig autotools-brokensep systemd useradd |
24 | 24 | ||
25 | SYSTEMD_SERVICE_${PN} = "dhcpcd.service" | 25 | SYSTEMD_SERVICE:${PN} = "dhcpcd.service" |
26 | 26 | ||
27 | PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 27 | PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
28 | 28 | ||
@@ -44,9 +44,9 @@ EXTRA_OECONF = "--enable-ipv4 \ | |||
44 | " | 44 | " |
45 | 45 | ||
46 | USERADD_PACKAGES = "${PN}" | 46 | USERADD_PACKAGES = "${PN}" |
47 | USERADD_PARAM_${PN} = "--system -d ${localstatedir}/lib/${BPN} -M -s /bin/false -U dhcpcd" | 47 | USERADD_PARAM:${PN} = "--system -d ${localstatedir}/lib/${BPN} -M -s /bin/false -U dhcpcd" |
48 | 48 | ||
49 | do_install_append () { | 49 | do_install:append () { |
50 | # install systemd unit files | 50 | # install systemd unit files |
51 | install -d ${D}${systemd_unitdir}/system | 51 | install -d ${D}${systemd_unitdir}/system |
52 | install -m 0644 ${WORKDIR}/dhcpcd*.service ${D}${systemd_unitdir}/system | 52 | install -m 0644 ${WORKDIR}/dhcpcd*.service ${D}${systemd_unitdir}/system |
@@ -55,4 +55,4 @@ do_install_append () { | |||
55 | chown dhcpcd:dhcpcd ${D}${localstatedir}/lib/${BPN} | 55 | chown dhcpcd:dhcpcd ${D}${localstatedir}/lib/${BPN} |
56 | } | 56 | } |
57 | 57 | ||
58 | FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" | 58 | FILES:${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" |
diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.0.bb b/meta/recipes-connectivity/inetutils/inetutils_2.0.bb index a4d05b0542..4b25f9c0b5 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_2.0.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_2.0.bb | |||
@@ -47,10 +47,10 @@ EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \ | |||
47 | " | 47 | " |
48 | 48 | ||
49 | # These are horrible for security, disable them | 49 | # These are horrible for security, disable them |
50 | EXTRA_OECONF_append = " --disable-rsh --disable-rshd --disable-rcp \ | 50 | EXTRA_OECONF:append = " --disable-rsh --disable-rshd --disable-rcp \ |
51 | --disable-rlogin --disable-rlogind --disable-rexec --disable-rexecd" | 51 | --disable-rlogin --disable-rlogind --disable-rexec --disable-rexecd" |
52 | 52 | ||
53 | do_configure_prepend () { | 53 | do_configure:prepend () { |
54 | export HELP2MAN='true' | 54 | export HELP2MAN='true' |
55 | cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}/build-aux/config.rpath | 55 | cp ${STAGING_DATADIR_NATIVE}/gettext/config.rpath ${S}/build-aux/config.rpath |
56 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | 56 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} |
@@ -58,7 +58,7 @@ do_configure_prepend () { | |||
58 | rm -f ${S}/glob/configure* | 58 | rm -f ${S}/glob/configure* |
59 | } | 59 | } |
60 | 60 | ||
61 | do_install_append () { | 61 | do_install:append () { |
62 | install -m 0755 -d ${D}${base_sbindir} | 62 | install -m 0755 -d ${D}${base_sbindir} |
63 | install -m 0755 -d ${D}${sbindir} | 63 | install -m 0755 -d ${D}${sbindir} |
64 | install -m 0755 -d ${D}${sysconfdir}/xinetd.d | 64 | install -m 0755 -d ${D}${sysconfdir}/xinetd.d |
@@ -114,34 +114,34 @@ PACKAGES =+ "${PN}-tftpd-dbg ${PN}-telnetd-dbg ${PN}-rshd-dbg" | |||
114 | NOAUTOPACKAGEDEBUG = "1" | 114 | NOAUTOPACKAGEDEBUG = "1" |
115 | 115 | ||
116 | ALTERNATIVE_PRIORITY = "79" | 116 | ALTERNATIVE_PRIORITY = "79" |
117 | ALTERNATIVE_${PN} = "whois dnsdomainname" | 117 | ALTERNATIVE:${PN} = "whois dnsdomainname" |
118 | ALTERNATIVE_LINK_NAME[uucpd] = "${sbindir}/in.uucpd" | 118 | ALTERNATIVE_LINK_NAME[uucpd] = "${sbindir}/in.uucpd" |
119 | ALTERNATIVE_LINK_NAME[dnsdomainname] = "${base_bindir}/dnsdomainname" | 119 | ALTERNATIVE_LINK_NAME[dnsdomainname] = "${base_bindir}/dnsdomainname" |
120 | 120 | ||
121 | ALTERNATIVE_PRIORITY_${PN}-logger = "60" | 121 | ALTERNATIVE_PRIORITY_${PN}-logger = "60" |
122 | ALTERNATIVE_${PN}-logger = "logger" | 122 | ALTERNATIVE:${PN}-logger = "logger" |
123 | ALTERNATIVE_${PN}-syslogd = "syslogd" | 123 | ALTERNATIVE:${PN}-syslogd = "syslogd" |
124 | ALTERNATIVE_LINK_NAME[syslogd] = "${base_sbindir}/syslogd" | 124 | ALTERNATIVE_LINK_NAME[syslogd] = "${base_sbindir}/syslogd" |
125 | 125 | ||
126 | ALTERNATIVE_${PN}-ftp = "ftp" | 126 | ALTERNATIVE:${PN}-ftp = "ftp" |
127 | ALTERNATIVE_${PN}-ftpd = "ftpd" | 127 | ALTERNATIVE:${PN}-ftpd = "ftpd" |
128 | ALTERNATIVE_${PN}-tftp = "tftp" | 128 | ALTERNATIVE:${PN}-tftp = "tftp" |
129 | ALTERNATIVE_${PN}-tftpd = "tftpd" | 129 | ALTERNATIVE:${PN}-tftpd = "tftpd" |
130 | ALTERNATIVE_LINK_NAME[tftpd] = "${sbindir}/tftpd" | 130 | ALTERNATIVE_LINK_NAME[tftpd] = "${sbindir}/tftpd" |
131 | ALTERNATIVE_TARGET[tftpd] = "${sbindir}/in.tftpd" | 131 | ALTERNATIVE_TARGET[tftpd] = "${sbindir}/in.tftpd" |
132 | 132 | ||
133 | ALTERNATIVE_${PN}-telnet = "telnet" | 133 | ALTERNATIVE:${PN}-telnet = "telnet" |
134 | ALTERNATIVE_${PN}-telnetd = "telnetd" | 134 | ALTERNATIVE:${PN}-telnetd = "telnetd" |
135 | ALTERNATIVE_LINK_NAME[telnetd] = "${sbindir}/telnetd" | 135 | ALTERNATIVE_LINK_NAME[telnetd] = "${sbindir}/telnetd" |
136 | ALTERNATIVE_TARGET[telnetd] = "${sbindir}/in.telnetd" | 136 | ALTERNATIVE_TARGET[telnetd] = "${sbindir}/in.telnetd" |
137 | 137 | ||
138 | ALTERNATIVE_${PN}-inetd= "inetd" | 138 | ALTERNATIVE:${PN}-inetd= "inetd" |
139 | ALTERNATIVE_${PN}-traceroute = "traceroute" | 139 | ALTERNATIVE:${PN}-traceroute = "traceroute" |
140 | 140 | ||
141 | ALTERNATIVE_${PN}-hostname = "hostname" | 141 | ALTERNATIVE:${PN}-hostname = "hostname" |
142 | ALTERNATIVE_LINK_NAME[hostname] = "${base_bindir}/hostname" | 142 | ALTERNATIVE_LINK_NAME[hostname] = "${base_bindir}/hostname" |
143 | 143 | ||
144 | ALTERNATIVE_${PN}-doc = "hostname.1 dnsdomainname.1 logger.1 syslogd.8 \ | 144 | ALTERNATIVE:${PN}-doc = "hostname.1 dnsdomainname.1 logger.1 syslogd.8 \ |
145 | tftpd.8 tftp.1 telnetd.8" | 145 | tftpd.8 tftp.1 telnetd.8" |
146 | ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" | 146 | ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" |
147 | ALTERNATIVE_LINK_NAME[dnsdomainname.1] = "${mandir}/man1/dnsdomainname.1" | 147 | ALTERNATIVE_LINK_NAME[dnsdomainname.1] = "${mandir}/man1/dnsdomainname.1" |
@@ -151,62 +151,62 @@ ALTERNATIVE_LINK_NAME[telnetd.8] = "${mandir}/man8/telnetd.8" | |||
151 | ALTERNATIVE_LINK_NAME[tftpd.8] = "${mandir}/man8/tftpd.8" | 151 | ALTERNATIVE_LINK_NAME[tftpd.8] = "${mandir}/man8/tftpd.8" |
152 | ALTERNATIVE_LINK_NAME[tftp.1] = "${mandir}/man1/tftp.1" | 152 | ALTERNATIVE_LINK_NAME[tftp.1] = "${mandir}/man1/tftp.1" |
153 | 153 | ||
154 | ALTERNATIVE_${PN}-ifconfig = "ifconfig" | 154 | ALTERNATIVE:${PN}-ifconfig = "ifconfig" |
155 | ALTERNATIVE_LINK_NAME[ifconfig] = "${base_sbindir}/ifconfig" | 155 | ALTERNATIVE_LINK_NAME[ifconfig] = "${base_sbindir}/ifconfig" |
156 | 156 | ||
157 | ALTERNATIVE_${PN}-ping = "ping" | 157 | ALTERNATIVE:${PN}-ping = "ping" |
158 | ALTERNATIVE_LINK_NAME[ping] = "${base_bindir}/ping" | 158 | ALTERNATIVE_LINK_NAME[ping] = "${base_bindir}/ping" |
159 | 159 | ||
160 | ALTERNATIVE_${PN}-ping6 = "${@bb.utils.filter('PACKAGECONFIG', 'ping6', d)}" | 160 | ALTERNATIVE:${PN}-ping6 = "${@bb.utils.filter('PACKAGECONFIG', 'ping6', d)}" |
161 | ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6" | 161 | ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6" |
162 | 162 | ||
163 | 163 | ||
164 | FILES_${PN}-dbg += "${base_bindir}/.debug ${base_sbindir}/.debug ${bindir}/.debug ${sbindir}/.debug" | 164 | FILES:${PN}-dbg += "${base_bindir}/.debug ${base_sbindir}/.debug ${bindir}/.debug ${sbindir}/.debug" |
165 | FILES_${PN}-ping = "${base_bindir}/ping.${BPN}" | 165 | FILES:${PN}-ping = "${base_bindir}/ping.${BPN}" |
166 | FILES_${PN}-ping6 = "${base_bindir}/ping6.${BPN}" | 166 | FILES:${PN}-ping6 = "${base_bindir}/ping6.${BPN}" |
167 | FILES_${PN}-hostname = "${base_bindir}/hostname.${BPN}" | 167 | FILES:${PN}-hostname = "${base_bindir}/hostname.${BPN}" |
168 | FILES_${PN}-ifconfig = "${base_sbindir}/ifconfig.${BPN}" | 168 | FILES:${PN}-ifconfig = "${base_sbindir}/ifconfig.${BPN}" |
169 | FILES_${PN}-traceroute = "${bindir}/traceroute.${BPN}" | 169 | FILES:${PN}-traceroute = "${bindir}/traceroute.${BPN}" |
170 | FILES_${PN}-logger = "${bindir}/logger.${BPN}" | 170 | FILES:${PN}-logger = "${bindir}/logger.${BPN}" |
171 | 171 | ||
172 | FILES_${PN}-syslogd = "${base_sbindir}/syslogd.${BPN}" | 172 | FILES:${PN}-syslogd = "${base_sbindir}/syslogd.${BPN}" |
173 | RCONFLICTS_${PN}-syslogd = "rsyslog busybox-syslog sysklogd syslog-ng" | 173 | RCONFLICTS:${PN}-syslogd = "rsyslog busybox-syslog sysklogd syslog-ng" |
174 | 174 | ||
175 | FILES_${PN}-ftp = "${bindir}/ftp.${BPN}" | 175 | FILES:${PN}-ftp = "${bindir}/ftp.${BPN}" |
176 | 176 | ||
177 | FILES_${PN}-tftp = "${bindir}/tftp.${BPN}" | 177 | FILES:${PN}-tftp = "${bindir}/tftp.${BPN}" |
178 | FILES_${PN}-telnet = "${bindir}/telnet.${BPN}" | 178 | FILES:${PN}-telnet = "${bindir}/telnet.${BPN}" |
179 | 179 | ||
180 | # We make us of RCONFLICTS / RPROVIDES here rather than using the normal | 180 | # We make us of RCONFLICTS / RPROVIDES here rather than using the normal |
181 | # alternatives method as this leads to packaging QA issues when using | 181 | # alternatives method as this leads to packaging QA issues when using |
182 | # musl as that library does not provide what these applications need to | 182 | # musl as that library does not provide what these applications need to |
183 | # build. | 183 | # build. |
184 | FILES_${PN}-rsh = "${bindir}/rsh ${bindir}/rlogin ${bindir}/rexec ${bindir}/rcp" | 184 | FILES:${PN}-rsh = "${bindir}/rsh ${bindir}/rlogin ${bindir}/rexec ${bindir}/rcp" |
185 | RCONFLICTS_${PN}-rsh += "netkit-rsh-client" | 185 | RCONFLICTS:${PN}-rsh += "netkit-rsh-client" |
186 | RPROVIDES_${PN}-rsh = "rsh" | 186 | RPROVIDES:${PN}-rsh = "rsh" |
187 | 187 | ||
188 | FILES_${PN}-rshd = "${sbindir}/in.rshd ${sbindir}/in.rlogind ${sbindir}/in.rexecd \ | 188 | FILES:${PN}-rshd = "${sbindir}/in.rshd ${sbindir}/in.rlogind ${sbindir}/in.rexecd \ |
189 | ${sysconfdir}/xinetd.d/rsh ${sysconfdir}/xinetd.d/rlogin ${sysconfdir}/xinetd.d/rexec" | 189 | ${sysconfdir}/xinetd.d/rsh ${sysconfdir}/xinetd.d/rlogin ${sysconfdir}/xinetd.d/rexec" |
190 | FILES_${PN}-rshd-dbg = "${sbindir}/.debug/in.rshd ${sbindir}/.debug/in.rlogind ${sbindir}/.debug/in.rexecd" | 190 | FILES:${PN}-rshd-dbg = "${sbindir}/.debug/in.rshd ${sbindir}/.debug/in.rlogind ${sbindir}/.debug/in.rexecd" |
191 | RDEPENDS_${PN}-rshd += "xinetd tcp-wrappers" | 191 | RDEPENDS:${PN}-rshd += "xinetd tcp-wrappers" |
192 | RCONFLICTS_${PN}-rshd += "netkit-rshd-server" | 192 | RCONFLICTS:${PN}-rshd += "netkit-rshd-server" |
193 | RPROVIDES_${PN}-rshd = "rshd" | 193 | RPROVIDES:${PN}-rshd = "rshd" |
194 | 194 | ||
195 | FILES_${PN}-ftpd = "${bindir}/ftpd.${BPN}" | 195 | FILES:${PN}-ftpd = "${bindir}/ftpd.${BPN}" |
196 | FILES_${PN}-ftpd-dbg = "${bindir}/.debug/ftpd.${BPN}" | 196 | FILES:${PN}-ftpd-dbg = "${bindir}/.debug/ftpd.${BPN}" |
197 | RDEPENDS_${PN}-ftpd += "xinetd" | 197 | RDEPENDS:${PN}-ftpd += "xinetd" |
198 | 198 | ||
199 | FILES_${PN}-tftpd = "${sbindir}/in.tftpd ${sysconfdir}/xinetd.d/tftpd" | 199 | FILES:${PN}-tftpd = "${sbindir}/in.tftpd ${sysconfdir}/xinetd.d/tftpd" |
200 | FILES_${PN}-tftpd-dbg = "${sbindir}/.debug/in.tftpd" | 200 | FILES:${PN}-tftpd-dbg = "${sbindir}/.debug/in.tftpd" |
201 | RCONFLICTS_${PN}-tftpd += "netkit-tftpd" | 201 | RCONFLICTS:${PN}-tftpd += "netkit-tftpd" |
202 | RDEPENDS_${PN}-tftpd += "xinetd" | 202 | RDEPENDS:${PN}-tftpd += "xinetd" |
203 | 203 | ||
204 | FILES_${PN}-telnetd = "${sbindir}/in.telnetd ${sysconfdir}/xinetd.d/telnet" | 204 | FILES:${PN}-telnetd = "${sbindir}/in.telnetd ${sysconfdir}/xinetd.d/telnet" |
205 | FILES_${PN}-telnetd-dbg = "${sbindir}/.debug/in.telnetd" | 205 | FILES:${PN}-telnetd-dbg = "${sbindir}/.debug/in.telnetd" |
206 | RCONFLICTS_${PN}-telnetd += "netkit-telnet" | 206 | RCONFLICTS:${PN}-telnetd += "netkit-telnet" |
207 | RPROVIDES_${PN}-telnetd = "telnetd" | 207 | RPROVIDES:${PN}-telnetd = "telnetd" |
208 | RDEPENDS_${PN}-telnetd += "xinetd" | 208 | RDEPENDS:${PN}-telnetd += "xinetd" |
209 | 209 | ||
210 | FILES_${PN}-inetd = "${bindir}/inetd.${BPN}" | 210 | FILES:${PN}-inetd = "${bindir}/inetd.${BPN}" |
211 | 211 | ||
212 | RDEPENDS_${PN} = "xinetd" | 212 | RDEPENDS:${PN} = "xinetd" |
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index 6c8eea6799..3f070d6799 100644 --- a/meta/recipes-connectivity/iproute2/iproute2.inc +++ b/meta/recipes-connectivity/iproute2/iproute2.inc | |||
@@ -32,7 +32,7 @@ EXTRA_OEMAKE = "\ | |||
32 | LIBDIR='${libdir}' \ | 32 | LIBDIR='${libdir}' \ |
33 | " | 33 | " |
34 | 34 | ||
35 | do_configure_append () { | 35 | do_configure:append () { |
36 | sh configure ${STAGING_INCDIR} | 36 | sh configure ${STAGING_INCDIR} |
37 | # Explicitly disable ATM support | 37 | # Explicitly disable ATM support |
38 | sed -i -e '/TC_CONFIG_ATM/d' config.mk | 38 | sed -i -e '/TC_CONFIG_ATM/d' config.mk |
@@ -47,7 +47,7 @@ do_install () { | |||
47 | } | 47 | } |
48 | 48 | ||
49 | # The .so files in iproute2-tc are modules, not traditional libraries | 49 | # The .so files in iproute2-tc are modules, not traditional libraries |
50 | INSANE_SKIP_${PN}-tc = "dev-so" | 50 | INSANE_SKIP:${PN}-tc = "dev-so" |
51 | 51 | ||
52 | IPROUTE2_PACKAGES =+ "\ | 52 | IPROUTE2_PACKAGES =+ "\ |
53 | ${PN}-devlink \ | 53 | ${PN}-devlink \ |
@@ -64,28 +64,28 @@ IPROUTE2_PACKAGES =+ "\ | |||
64 | " | 64 | " |
65 | 65 | ||
66 | PACKAGE_BEFORE_PN = "${IPROUTE2_PACKAGES}" | 66 | PACKAGE_BEFORE_PN = "${IPROUTE2_PACKAGES}" |
67 | RDEPENDS_${PN} += "${PN}-ip" | 67 | RDEPENDS:${PN} += "${PN}-ip" |
68 | 68 | ||
69 | FILES_${PN}-tc = "${base_sbindir}/tc* \ | 69 | FILES:${PN}-tc = "${base_sbindir}/tc* \ |
70 | ${libdir}/tc/*.so" | 70 | ${libdir}/tc/*.so" |
71 | FILES_${PN}-lnstat = "${base_sbindir}/lnstat \ | 71 | FILES:${PN}-lnstat = "${base_sbindir}/lnstat \ |
72 | ${base_sbindir}/ctstat \ | 72 | ${base_sbindir}/ctstat \ |
73 | ${base_sbindir}/rtstat" | 73 | ${base_sbindir}/rtstat" |
74 | FILES_${PN}-ifstat = "${base_sbindir}/ifstat" | 74 | FILES:${PN}-ifstat = "${base_sbindir}/ifstat" |
75 | FILES_${PN}-ip = "${base_sbindir}/ip.${PN} ${sysconfdir}/iproute2" | 75 | FILES:${PN}-ip = "${base_sbindir}/ip.${PN} ${sysconfdir}/iproute2" |
76 | FILES_${PN}-genl = "${base_sbindir}/genl" | 76 | FILES:${PN}-genl = "${base_sbindir}/genl" |
77 | FILES_${PN}-rtacct = "${base_sbindir}/rtacct" | 77 | FILES:${PN}-rtacct = "${base_sbindir}/rtacct" |
78 | FILES_${PN}-nstat = "${base_sbindir}/nstat" | 78 | FILES:${PN}-nstat = "${base_sbindir}/nstat" |
79 | FILES_${PN}-ss = "${base_sbindir}/ss" | 79 | FILES:${PN}-ss = "${base_sbindir}/ss" |
80 | FILES_${PN}-tipc = "${base_sbindir}/tipc" | 80 | FILES:${PN}-tipc = "${base_sbindir}/tipc" |
81 | FILES_${PN}-devlink = "${base_sbindir}/devlink" | 81 | FILES:${PN}-devlink = "${base_sbindir}/devlink" |
82 | FILES_${PN}-rdma = "${base_sbindir}/rdma" | 82 | FILES:${PN}-rdma = "${base_sbindir}/rdma" |
83 | 83 | ||
84 | ALTERNATIVE_${PN}-ip = "ip" | 84 | ALTERNATIVE:${PN}-ip = "ip" |
85 | ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}" | 85 | ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}" |
86 | ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip" | 86 | ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip" |
87 | ALTERNATIVE_PRIORITY = "100" | 87 | ALTERNATIVE_PRIORITY = "100" |
88 | 88 | ||
89 | ALTERNATIVE_${PN}-tc = "tc" | 89 | ALTERNATIVE:${PN}-tc = "tc" |
90 | ALTERNATIVE_LINK_NAME[tc] = "${base_sbindir}/tc" | 90 | ALTERNATIVE_LINK_NAME[tc] = "${base_sbindir}/tc" |
91 | ALTERNATIVE_PRIORITY_${PN}-tc = "100" | 91 | ALTERNATIVE_PRIORITY_${PN}-tc = "100" |
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb index b117637e36..44575bd50c 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_5.13.0.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea96 | |||
8 | 8 | ||
9 | # CFLAGS are computed in Makefile and reference CCOPTS | 9 | # CFLAGS are computed in Makefile and reference CCOPTS |
10 | # | 10 | # |
11 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" | 11 | EXTRA_OEMAKE:append = " CCOPTS='${CFLAGS}'" |
diff --git a/meta/recipes-connectivity/kea/kea_1.8.2.bb b/meta/recipes-connectivity/kea/kea_1.8.2.bb index fe10d90620..f1bbbc49e7 100644 --- a/meta/recipes-connectivity/kea/kea_1.8.2.bb +++ b/meta/recipes-connectivity/kea/kea_1.8.2.bb | |||
@@ -28,24 +28,24 @@ inherit autotools systemd update-rc.d upstream-version-is-even | |||
28 | INITSCRIPT_NAME = "kea-dhcp4-server" | 28 | INITSCRIPT_NAME = "kea-dhcp4-server" |
29 | INITSCRIPT_PARAMS = "defaults 30" | 29 | INITSCRIPT_PARAMS = "defaults 30" |
30 | 30 | ||
31 | SYSTEMD_SERVICE_${PN} = "kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service" | 31 | SYSTEMD_SERVICE:${PN} = "kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service" |
32 | SYSTEMD_AUTO_ENABLE = "disable" | 32 | SYSTEMD_AUTO_ENABLE = "disable" |
33 | 33 | ||
34 | DEBUG_OPTIMIZATION_remove_mips = " -Og" | 34 | DEBUG_OPTIMIZATION:remove:mips = " -Og" |
35 | DEBUG_OPTIMIZATION_append_mips = " -O" | 35 | DEBUG_OPTIMIZATION:append:mips = " -O" |
36 | BUILD_OPTIMIZATION_remove_mips = " -Og" | 36 | BUILD_OPTIMIZATION:remove:mips = " -Og" |
37 | BUILD_OPTIMIZATION_append_mips = " -O" | 37 | BUILD_OPTIMIZATION:append:mips = " -O" |
38 | 38 | ||
39 | DEBUG_OPTIMIZATION_remove_mipsel = " -Og" | 39 | DEBUG_OPTIMIZATION:remove:mipsel = " -Og" |
40 | DEBUG_OPTIMIZATION_append_mipsel = " -O" | 40 | DEBUG_OPTIMIZATION:append:mipsel = " -O" |
41 | BUILD_OPTIMIZATION_remove_mipsel = " -Og" | 41 | BUILD_OPTIMIZATION:remove:mipsel = " -Og" |
42 | BUILD_OPTIMIZATION_append_mipsel = " -O" | 42 | BUILD_OPTIMIZATION:append:mipsel = " -O" |
43 | 43 | ||
44 | EXTRA_OECONF = "--with-boost-libs=-lboost_system \ | 44 | EXTRA_OECONF = "--with-boost-libs=-lboost_system \ |
45 | --with-log4cplus=${STAGING_DIR_TARGET}${prefix} \ | 45 | --with-log4cplus=${STAGING_DIR_TARGET}${prefix} \ |
46 | --with-openssl=${STAGING_DIR_TARGET}${prefix}" | 46 | --with-openssl=${STAGING_DIR_TARGET}${prefix}" |
47 | 47 | ||
48 | do_configure_prepend() { | 48 | do_configure:prepend() { |
49 | # replace abs_top_builddir to avoid introducing the build path | 49 | # replace abs_top_builddir to avoid introducing the build path |
50 | # don't expand the abs_top_builddir on the target as the abs_top_builddir is meanlingless on the target | 50 | # don't expand the abs_top_builddir on the target as the abs_top_builddir is meanlingless on the target |
51 | find ${S} -type f -name *.sh.in | xargs sed -i "s:@abs_top_builddir@:@abs_top_builddir_placeholder@:g" | 51 | find ${S} -type f -name *.sh.in | xargs sed -i "s:@abs_top_builddir@:@abs_top_builddir_placeholder@:g" |
@@ -53,11 +53,11 @@ do_configure_prepend() { | |||
53 | } | 53 | } |
54 | 54 | ||
55 | # patch out build host paths for reproducibility | 55 | # patch out build host paths for reproducibility |
56 | do_compile_prepend_class-target() { | 56 | do_compile:prepend:class-target() { |
57 | sed -i -e "s,${WORKDIR},,g" ${B}/config.report | 57 | sed -i -e "s,${WORKDIR},,g" ${B}/config.report |
58 | } | 58 | } |
59 | 59 | ||
60 | do_install_append() { | 60 | do_install:append() { |
61 | install -d ${D}${sysconfdir}/init.d | 61 | install -d ${D}${sysconfdir}/init.d |
62 | install -d ${D}${systemd_system_unitdir} | 62 | install -d ${D}${systemd_system_unitdir} |
63 | 63 | ||
@@ -68,13 +68,13 @@ do_install_append() { | |||
68 | ${D}${systemd_system_unitdir}/kea-dhcp*service ${D}${sbindir}/keactrl | 68 | ${D}${systemd_system_unitdir}/kea-dhcp*service ${D}${sbindir}/keactrl |
69 | } | 69 | } |
70 | 70 | ||
71 | do_install_append() { | 71 | do_install:append() { |
72 | rm -rf "${D}${localstatedir}" | 72 | rm -rf "${D}${localstatedir}" |
73 | } | 73 | } |
74 | 74 | ||
75 | CONFFILES_${PN} = "${sysconfdir}/kea/keactrl.conf" | 75 | CONFFILES:${PN} = "${sysconfdir}/kea/keactrl.conf" |
76 | 76 | ||
77 | FILES_${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a" | 77 | FILES:${PN}-staticdev += "${libdir}/kea/hooks/*.a ${libdir}/hooks/*.a" |
78 | FILES_${PN} += "${libdir}/hooks/*.so" | 78 | FILES:${PN} += "${libdir}/hooks/*.so" |
79 | 79 | ||
80 | PARALLEL_MAKEINST = "" | 80 | PARALLEL_MAKEINST = "" |
diff --git a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb index f3b64174c4..e455a60bd5 100644 --- a/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb +++ b/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb | |||
@@ -17,13 +17,13 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
19 | 19 | ||
20 | COMPATIBLE_HOST_libc-musl = 'null' | 20 | COMPATIBLE_HOST:libc-musl = 'null' |
21 | 21 | ||
22 | EXTRA_OECONF = "--libdir=${base_libdir}" | 22 | EXTRA_OECONF = "--libdir=${base_libdir}" |
23 | 23 | ||
24 | RDEPENDS_${PN} = "avahi-daemon" | 24 | RDEPENDS:${PN} = "avahi-daemon" |
25 | 25 | ||
26 | pkg_postinst_${PN} () { | 26 | pkg_postinst:${PN} () { |
27 | sed ' | 27 | sed ' |
28 | /^hosts:/ !b | 28 | /^hosts:/ !b |
29 | /\<mdns\(4\|6\)\?\(_minimal\)\?\>/ b | 29 | /\<mdns\(4\|6\)\?\(_minimal\)\?\>/ b |
@@ -31,7 +31,7 @@ pkg_postinst_${PN} () { | |||
31 | ' -i $D${sysconfdir}/nsswitch.conf | 31 | ' -i $D${sysconfdir}/nsswitch.conf |
32 | } | 32 | } |
33 | 33 | ||
34 | pkg_prerm_${PN} () { | 34 | pkg_prerm:${PN} () { |
35 | sed ' | 35 | sed ' |
36 | /^hosts:/ !b | 36 | /^hosts:/ !b |
37 | s/[[:blank:]]\+mdns\(4\|6\)\?\(_minimal\( \[NOTFOUND=return\]\)\?\)\?//g | 37 | s/[[:blank:]]\+mdns\(4\|6\)\?\(_minimal\( \[NOTFOUND=return\]\)\?\)\?//g |
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.10.1.bb b/meta/recipes-connectivity/libpcap/libpcap_1.10.1.bb index f528595c94..9a8c46e0ef 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.10.1.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.10.1.bb | |||
@@ -34,7 +34,7 @@ PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" | |||
34 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 34 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
35 | PACKAGECONFIG[libnl] = "--with-libnl,--without-libnl,libnl" | 35 | PACKAGECONFIG[libnl] = "--with-libnl,--without-libnl,libnl" |
36 | 36 | ||
37 | do_configure_prepend () { | 37 | do_configure:prepend () { |
38 | #remove hardcoded references to /usr/include | 38 | #remove hardcoded references to /usr/include |
39 | sed 's|\([ "^'\''I]\+\)/usr/include/|\1${STAGING_INCDIR}/|g' -i ${S}/configure.ac | 39 | sed 's|\([ "^'\''I]\+\)/usr/include/|\1${STAGING_INCDIR}/|g' -i ${S}/configure.ac |
40 | } | 40 | } |
diff --git a/meta/recipes-connectivity/neard/neard_0.16.bb b/meta/recipes-connectivity/neard/neard_0.16.bb index 7c124a3c0b..d55cf6a377 100644 --- a/meta/recipes-connectivity/neard/neard_0.16.bb +++ b/meta/recipes-connectivity/neard/neard_0.16.bb | |||
@@ -27,7 +27,7 @@ PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd | |||
27 | EXTRA_OECONF += "--enable-tools" | 27 | EXTRA_OECONF += "--enable-tools" |
28 | 28 | ||
29 | # This would copy neard start-stop shell and test scripts | 29 | # This would copy neard start-stop shell and test scripts |
30 | do_install_append() { | 30 | do_install:append() { |
31 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 31 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
32 | install -d ${D}${sysconfdir}/init.d/ | 32 | install -d ${D}${sysconfdir}/init.d/ |
33 | sed "s:@installpath@:${libexecdir}/nfc:" ${WORKDIR}/neard.in \ | 33 | sed "s:@installpath@:${libexecdir}/nfc:" ${WORKDIR}/neard.in \ |
@@ -36,10 +36,10 @@ do_install_append() { | |||
36 | fi | 36 | fi |
37 | } | 37 | } |
38 | 38 | ||
39 | RDEPENDS_${PN} = "dbus" | 39 | RDEPENDS:${PN} = "dbus" |
40 | 40 | ||
41 | # Bluez & Wifi are not mandatory except for handover | 41 | # Bluez & Wifi are not mandatory except for handover |
42 | RRECOMMENDS_${PN} = "\ | 42 | RRECOMMENDS:${PN} = "\ |
43 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \ | 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \ |
44 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \ | 44 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \ |
45 | " | 45 | " |
@@ -47,4 +47,4 @@ RRECOMMENDS_${PN} = "\ | |||
47 | INITSCRIPT_NAME = "neard" | 47 | INITSCRIPT_NAME = "neard" |
48 | INITSCRIPT_PARAMS = "defaults 64" | 48 | INITSCRIPT_PARAMS = "defaults 64" |
49 | 49 | ||
50 | SYSTEMD_SERVICE_${PN} = "neard.service" | 50 | SYSTEMD_SERVICE:${PN} = "neard.service" |
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.4.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.4.bb index 5500a9249f..495ce4e542 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.4.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.4.bb | |||
@@ -9,13 +9,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" | |||
9 | 9 | ||
10 | # util-linux for libblkid | 10 | # util-linux for libblkid |
11 | DEPENDS = "libcap libevent util-linux sqlite3 libtirpc" | 11 | DEPENDS = "libcap libevent util-linux sqlite3 libtirpc" |
12 | RDEPENDS_${PN} = "${PN}-client" | 12 | RDEPENDS:${PN} = "${PN}-client" |
13 | RRECOMMENDS_${PN} = "kernel-module-nfsd" | 13 | RRECOMMENDS:${PN} = "kernel-module-nfsd" |
14 | 14 | ||
15 | inherit useradd | 15 | inherit useradd |
16 | 16 | ||
17 | USERADD_PACKAGES = "${PN}-client" | 17 | USERADD_PACKAGES = "${PN}-client" |
18 | USERADD_PARAM_${PN}-client = "--system --home-dir /var/lib/nfs \ | 18 | USERADD_PARAM:${PN}-client = "--system --home-dir /var/lib/nfs \ |
19 | --shell /bin/false --user-group rpcuser" | 19 | --shell /bin/false --user-group rpcuser" |
20 | 20 | ||
21 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.xz \ | 21 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.xz \ |
@@ -39,14 +39,14 @@ SRC_URI[sha256sum] = "51997d94e4c8bcef5456dd36a9ccc38e231207c4e9b6a9a2c108841e6a | |||
39 | INITSCRIPT_PACKAGES = "${PN} ${PN}-client" | 39 | INITSCRIPT_PACKAGES = "${PN} ${PN}-client" |
40 | INITSCRIPT_NAME = "nfsserver" | 40 | INITSCRIPT_NAME = "nfsserver" |
41 | INITSCRIPT_PARAMS = "defaults" | 41 | INITSCRIPT_PARAMS = "defaults" |
42 | INITSCRIPT_NAME_${PN}-client = "nfscommon" | 42 | INITSCRIPT_NAME:${PN}-client = "nfscommon" |
43 | INITSCRIPT_PARAMS_${PN}-client = "defaults 19 21" | 43 | INITSCRIPT_PARAMS:${PN}-client = "defaults 19 21" |
44 | 44 | ||
45 | inherit autotools-brokensep update-rc.d systemd pkgconfig | 45 | inherit autotools-brokensep update-rc.d systemd pkgconfig |
46 | 46 | ||
47 | SYSTEMD_PACKAGES = "${PN} ${PN}-client" | 47 | SYSTEMD_PACKAGES = "${PN} ${PN}-client" |
48 | SYSTEMD_SERVICE_${PN} = "nfs-server.service nfs-mountd.service" | 48 | SYSTEMD_SERVICE:${PN} = "nfs-server.service nfs-mountd.service" |
49 | SYSTEMD_SERVICE_${PN}-client = "nfs-statd.service" | 49 | SYSTEMD_SERVICE:${PN}-client = "nfs-statd.service" |
50 | 50 | ||
51 | # --enable-uuid is need for cross-compiling | 51 | # --enable-uuid is need for cross-compiling |
52 | EXTRA_OECONF = "--with-statduser=rpcuser \ | 52 | EXTRA_OECONF = "--with-statduser=rpcuser \ |
@@ -62,7 +62,7 @@ EXTRA_OECONF = "--with-statduser=rpcuser \ | |||
62 | PACKAGECONFIG ??= "tcp-wrappers \ | 62 | PACKAGECONFIG ??= "tcp-wrappers \ |
63 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 63 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
64 | " | 64 | " |
65 | PACKAGECONFIG_remove_libc-musl = "tcp-wrappers" | 65 | PACKAGECONFIG:remove:libc-musl = "tcp-wrappers" |
66 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" | 66 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers" |
67 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 67 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
68 | # libdevmapper is available in meta-oe | 68 | # libdevmapper is available in meta-oe |
@@ -72,13 +72,13 @@ PACKAGECONFIG[nfsv4] = "--enable-nfsv4,--disable-nfsv4,keyutils,python3-core" | |||
72 | 72 | ||
73 | PACKAGES =+ "${PN}-client ${PN}-mount ${PN}-stats" | 73 | PACKAGES =+ "${PN}-client ${PN}-mount ${PN}-stats" |
74 | 74 | ||
75 | CONFFILES_${PN}-client += "${localstatedir}/lib/nfs/etab \ | 75 | CONFFILES:${PN}-client += "${localstatedir}/lib/nfs/etab \ |
76 | ${localstatedir}/lib/nfs/rmtab \ | 76 | ${localstatedir}/lib/nfs/rmtab \ |
77 | ${localstatedir}/lib/nfs/xtab \ | 77 | ${localstatedir}/lib/nfs/xtab \ |
78 | ${localstatedir}/lib/nfs/statd/state \ | 78 | ${localstatedir}/lib/nfs/statd/state \ |
79 | ${sysconfdir}/nfsmount.conf" | 79 | ${sysconfdir}/nfsmount.conf" |
80 | 80 | ||
81 | FILES_${PN}-client = "${sbindir}/*statd \ | 81 | FILES:${PN}-client = "${sbindir}/*statd \ |
82 | ${sbindir}/rpc.idmapd ${sbindir}/sm-notify \ | 82 | ${sbindir}/rpc.idmapd ${sbindir}/sm-notify \ |
83 | ${sbindir}/showmount ${sbindir}/nfsstat \ | 83 | ${sbindir}/showmount ${sbindir}/nfsstat \ |
84 | ${localstatedir}/lib/nfs \ | 84 | ${localstatedir}/lib/nfs \ |
@@ -86,32 +86,32 @@ FILES_${PN}-client = "${sbindir}/*statd \ | |||
86 | ${sysconfdir}/nfsmount.conf \ | 86 | ${sysconfdir}/nfsmount.conf \ |
87 | ${sysconfdir}/init.d/nfscommon \ | 87 | ${sysconfdir}/init.d/nfscommon \ |
88 | ${systemd_unitdir}/system/nfs-statd.service" | 88 | ${systemd_unitdir}/system/nfs-statd.service" |
89 | RDEPENDS_${PN}-client = "${PN}-mount rpcbind" | 89 | RDEPENDS:${PN}-client = "${PN}-mount rpcbind" |
90 | 90 | ||
91 | FILES_${PN}-mount = "${base_sbindir}/*mount.nfs*" | 91 | FILES:${PN}-mount = "${base_sbindir}/*mount.nfs*" |
92 | 92 | ||
93 | FILES_${PN}-stats = "${sbindir}/mountstats ${sbindir}/nfsiostat ${sbindir}/nfsdclnts" | 93 | FILES:${PN}-stats = "${sbindir}/mountstats ${sbindir}/nfsiostat ${sbindir}/nfsdclnts" |
94 | RDEPENDS_${PN}-stats = "python3-core" | 94 | RDEPENDS:${PN}-stats = "python3-core" |
95 | 95 | ||
96 | FILES_${PN}-staticdev += "${libdir}/libnfsidmap/*.a" | 96 | FILES:${PN}-staticdev += "${libdir}/libnfsidmap/*.a" |
97 | 97 | ||
98 | FILES_${PN} += "${systemd_unitdir} ${libdir}/libnfsidmap/" | 98 | FILES:${PN} += "${systemd_unitdir} ${libdir}/libnfsidmap/" |
99 | 99 | ||
100 | do_configure_prepend() { | 100 | do_configure:prepend() { |
101 | sed -i -e 's,sbindir = /sbin,sbindir = ${base_sbindir},g' \ | 101 | sed -i -e 's,sbindir = /sbin,sbindir = ${base_sbindir},g' \ |
102 | ${S}/utils/mount/Makefile.am | 102 | ${S}/utils/mount/Makefile.am |
103 | } | 103 | } |
104 | 104 | ||
105 | # Make clean needed because the package comes with | 105 | # Make clean needed because the package comes with |
106 | # precompiled 64-bit objects that break the build | 106 | # precompiled 64-bit objects that break the build |
107 | do_compile_prepend() { | 107 | do_compile:prepend() { |
108 | make clean | 108 | make clean |
109 | } | 109 | } |
110 | 110 | ||
111 | # Works on systemd only | 111 | # Works on systemd only |
112 | HIGH_RLIMIT_NOFILE ??= "4096" | 112 | HIGH_RLIMIT_NOFILE ??= "4096" |
113 | 113 | ||
114 | do_install_append () { | 114 | do_install:append () { |
115 | install -d ${D}${sysconfdir}/init.d | 115 | install -d ${D}${sysconfdir}/init.d |
116 | install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver | 116 | install -m 0755 ${WORKDIR}/nfsserver ${D}${sysconfdir}/init.d/nfsserver |
117 | install -m 0755 ${WORKDIR}/nfscommon ${D}${sysconfdir}/init.d/nfscommon | 117 | install -m 0755 ${WORKDIR}/nfscommon ${D}${sysconfdir}/init.d/nfscommon |
diff --git a/meta/recipes-connectivity/ofono/ofono_1.32.bb b/meta/recipes-connectivity/ofono/ofono_1.32.bb index f3d875b204..c3db52d944 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.32.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.32.bb | |||
@@ -19,7 +19,7 @@ inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data | |||
19 | 19 | ||
20 | INITSCRIPT_NAME = "ofono" | 20 | INITSCRIPT_NAME = "ofono" |
21 | INITSCRIPT_PARAMS = "defaults 22" | 21 | INITSCRIPT_PARAMS = "defaults 22" |
22 | SYSTEMD_SERVICE_${PN} = "ofono.service" | 22 | SYSTEMD_SERVICE:${PN} = "ofono.service" |
23 | 23 | ||
24 | PACKAGECONFIG ??= "\ | 24 | PACKAGECONFIG ??= "\ |
25 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 25 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
@@ -30,26 +30,26 @@ PACKAGECONFIG[bluez] = "--enable-bluetooth, --disable-bluetooth, bluez5" | |||
30 | 30 | ||
31 | EXTRA_OECONF += "--enable-test --enable-external-ell" | 31 | EXTRA_OECONF += "--enable-test --enable-external-ell" |
32 | 32 | ||
33 | do_configure_prepend() { | 33 | do_configure:prepend() { |
34 | bbnote "Removing bundled ell from ${S}/ell to prevent including it" | 34 | bbnote "Removing bundled ell from ${S}/ell to prevent including it" |
35 | rm -rf ${S}/ell | 35 | rm -rf ${S}/ell |
36 | } | 36 | } |
37 | 37 | ||
38 | do_install_append() { | 38 | do_install:append() { |
39 | install -d ${D}${sysconfdir}/init.d/ | 39 | install -d ${D}${sysconfdir}/init.d/ |
40 | install -m 0755 ${WORKDIR}/ofono ${D}${sysconfdir}/init.d/ofono | 40 | install -m 0755 ${WORKDIR}/ofono ${D}${sysconfdir}/init.d/ofono |
41 | } | 41 | } |
42 | 42 | ||
43 | PACKAGES =+ "${PN}-tests" | 43 | PACKAGES =+ "${PN}-tests" |
44 | 44 | ||
45 | FILES_${PN} += "${systemd_unitdir}" | 45 | FILES:${PN} += "${systemd_unitdir}" |
46 | FILES_${PN}-tests = "${libdir}/${BPN}/test" | 46 | FILES:${PN}-tests = "${libdir}/${BPN}/test" |
47 | 47 | ||
48 | RDEPENDS_${PN} += "dbus" | 48 | RDEPENDS:${PN} += "dbus" |
49 | RDEPENDS_${PN}-tests = "\ | 49 | RDEPENDS:${PN}-tests = "\ |
50 | python3-core \ | 50 | python3-core \ |
51 | python3-dbus \ | 51 | python3-dbus \ |
52 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)} \ | 52 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)} \ |
53 | " | 53 | " |
54 | 54 | ||
55 | RRECOMMENDS_${PN} += "kernel-module-tun mobile-broadband-provider-info" | 55 | RRECOMMENDS:${PN} += "kernel-module-tun mobile-broadband-provider-info" |
diff --git a/meta/recipes-connectivity/openssh/openssh_8.6p1.bb b/meta/recipes-connectivity/openssh/openssh_8.6p1.bb index e8f041c58c..093214cbfc 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.6p1.bb | |||
@@ -42,13 +42,13 @@ PAM_SRC_URI = "file://sshd" | |||
42 | inherit manpages useradd update-rc.d update-alternatives systemd | 42 | inherit manpages useradd update-rc.d update-alternatives systemd |
43 | 43 | ||
44 | USERADD_PACKAGES = "${PN}-sshd" | 44 | USERADD_PACKAGES = "${PN}-sshd" |
45 | USERADD_PARAM_${PN}-sshd = "--system --no-create-home --home-dir /var/run/sshd --shell /bin/false --user-group sshd" | 45 | USERADD_PARAM:${PN}-sshd = "--system --no-create-home --home-dir /var/run/sshd --shell /bin/false --user-group sshd" |
46 | INITSCRIPT_PACKAGES = "${PN}-sshd" | 46 | INITSCRIPT_PACKAGES = "${PN}-sshd" |
47 | INITSCRIPT_NAME_${PN}-sshd = "sshd" | 47 | INITSCRIPT_NAME:${PN}-sshd = "sshd" |
48 | INITSCRIPT_PARAMS_${PN}-sshd = "defaults 9" | 48 | INITSCRIPT_PARAMS:${PN}-sshd = "defaults 9" |
49 | 49 | ||
50 | SYSTEMD_PACKAGES = "${PN}-sshd" | 50 | SYSTEMD_PACKAGES = "${PN}-sshd" |
51 | SYSTEMD_SERVICE_${PN}-sshd = "sshd.socket" | 51 | SYSTEMD_SERVICE:${PN}-sshd = "sshd.socket" |
52 | 52 | ||
53 | inherit autotools-brokensep ptest | 53 | inherit autotools-brokensep ptest |
54 | 54 | ||
@@ -74,7 +74,7 @@ EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \ | |||
74 | " | 74 | " |
75 | 75 | ||
76 | # musl doesn't implement wtmp/utmp and logwtmp | 76 | # musl doesn't implement wtmp/utmp and logwtmp |
77 | EXTRA_OECONF_append_libc-musl = " --disable-wtmp --disable-lastlog" | 77 | EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog" |
78 | 78 | ||
79 | # Since we do not depend on libbsd, we do not want configure to use it | 79 | # Since we do not depend on libbsd, we do not want configure to use it |
80 | # just because it finds libutil.h. But, specifying --disable-libutil | 80 | # just because it finds libutil.h. But, specifying --disable-libutil |
@@ -87,7 +87,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PATH_PASSWD_PROG=${bindir}/passwd" | |||
87 | # We don't want to depend on libblockfile | 87 | # We don't want to depend on libblockfile |
88 | CACHED_CONFIGUREVARS += "ac_cv_header_maillock_h=no" | 88 | CACHED_CONFIGUREVARS += "ac_cv_header_maillock_h=no" |
89 | 89 | ||
90 | do_configure_prepend () { | 90 | do_configure:prepend () { |
91 | export LD="${CC}" | 91 | export LD="${CC}" |
92 | install -m 0644 ${WORKDIR}/sshd_config ${B}/ | 92 | install -m 0644 ${WORKDIR}/sshd_config ${B}/ |
93 | install -m 0644 ${WORKDIR}/ssh_config ${B}/ | 93 | install -m 0644 ${WORKDIR}/ssh_config ${B}/ |
@@ -100,7 +100,7 @@ do_compile_ptest() { | |||
100 | regress/check-perm regress/mkdtemp | 100 | regress/check-perm regress/mkdtemp |
101 | } | 101 | } |
102 | 102 | ||
103 | do_install_append () { | 103 | do_install:append () { |
104 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then | 104 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then |
105 | install -D -m 0644 ${WORKDIR}/sshd ${D}${sysconfdir}/pam.d/sshd | 105 | install -D -m 0644 ${WORKDIR}/sshd ${D}${sysconfdir}/pam.d/sshd |
106 | sed -i -e 's:#UsePAM no:UsePAM yes:' ${D}${sysconfdir}/ssh/sshd_config | 106 | sed -i -e 's:#UsePAM no:UsePAM yes:' ${D}${sysconfdir}/ssh/sshd_config |
@@ -147,39 +147,39 @@ do_install_ptest () { | |||
147 | cp -r regress ${D}${PTEST_PATH} | 147 | cp -r regress ${D}${PTEST_PATH} |
148 | } | 148 | } |
149 | 149 | ||
150 | ALLOW_EMPTY_${PN} = "1" | 150 | ALLOW_EMPTY:${PN} = "1" |
151 | 151 | ||
152 | PACKAGES =+ "${PN}-keygen ${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-sftp ${PN}-misc ${PN}-sftp-server" | 152 | PACKAGES =+ "${PN}-keygen ${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-sftp ${PN}-misc ${PN}-sftp-server" |
153 | FILES_${PN}-scp = "${bindir}/scp.${BPN}" | 153 | FILES:${PN}-scp = "${bindir}/scp.${BPN}" |
154 | FILES_${PN}-ssh = "${bindir}/ssh.${BPN} ${sysconfdir}/ssh/ssh_config" | 154 | FILES:${PN}-ssh = "${bindir}/ssh.${BPN} ${sysconfdir}/ssh/ssh_config" |
155 | FILES_${PN}-sshd = "${sbindir}/sshd ${sysconfdir}/init.d/sshd ${systemd_unitdir}/system" | 155 | FILES:${PN}-sshd = "${sbindir}/sshd ${sysconfdir}/init.d/sshd ${systemd_unitdir}/system" |
156 | FILES_${PN}-sshd += "${sysconfdir}/ssh/moduli ${sysconfdir}/ssh/sshd_config ${sysconfdir}/ssh/sshd_config_readonly ${sysconfdir}/default/volatiles/99_sshd ${sysconfdir}/pam.d/sshd" | 156 | FILES:${PN}-sshd += "${sysconfdir}/ssh/moduli ${sysconfdir}/ssh/sshd_config ${sysconfdir}/ssh/sshd_config_readonly ${sysconfdir}/default/volatiles/99_sshd ${sysconfdir}/pam.d/sshd" |
157 | FILES_${PN}-sshd += "${libexecdir}/${BPN}/sshd_check_keys" | 157 | FILES:${PN}-sshd += "${libexecdir}/${BPN}/sshd_check_keys" |
158 | FILES_${PN}-sftp = "${bindir}/sftp" | 158 | FILES:${PN}-sftp = "${bindir}/sftp" |
159 | FILES_${PN}-sftp-server = "${libexecdir}/sftp-server" | 159 | FILES:${PN}-sftp-server = "${libexecdir}/sftp-server" |
160 | FILES_${PN}-misc = "${bindir}/ssh* ${libexecdir}/ssh*" | 160 | FILES:${PN}-misc = "${bindir}/ssh* ${libexecdir}/ssh*" |
161 | FILES_${PN}-keygen = "${bindir}/ssh-keygen" | 161 | FILES:${PN}-keygen = "${bindir}/ssh-keygen" |
162 | 162 | ||
163 | RDEPENDS_${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen" | 163 | RDEPENDS:${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen" |
164 | RDEPENDS_${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}" | 164 | RDEPENDS:${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}" |
165 | RRECOMMENDS_${PN}-sshd_append_class-target = "\ | 165 | RRECOMMENDS:${PN}-sshd:append:class-target = "\ |
166 | ${@bb.utils.filter('PACKAGECONFIG', 'rng-tools', d)} \ | 166 | ${@bb.utils.filter('PACKAGECONFIG', 'rng-tools', d)} \ |
167 | " | 167 | " |
168 | 168 | ||
169 | # gdb would make attach-ptrace test pass rather than skip but not worth the build dependencies | 169 | # gdb would make attach-ptrace test pass rather than skip but not worth the build dependencies |
170 | RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils" | 170 | RDEPENDS:${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make sed sudo coreutils" |
171 | 171 | ||
172 | RPROVIDES_${PN}-ssh = "ssh" | 172 | RPROVIDES:${PN}-ssh = "ssh" |
173 | RPROVIDES_${PN}-sshd = "sshd" | 173 | RPROVIDES:${PN}-sshd = "sshd" |
174 | 174 | ||
175 | RCONFLICTS_${PN} = "dropbear" | 175 | RCONFLICTS:${PN} = "dropbear" |
176 | RCONFLICTS_${PN}-sshd = "dropbear" | 176 | RCONFLICTS:${PN}-sshd = "dropbear" |
177 | 177 | ||
178 | CONFFILES_${PN}-sshd = "${sysconfdir}/ssh/sshd_config" | 178 | CONFFILES:${PN}-sshd = "${sysconfdir}/ssh/sshd_config" |
179 | CONFFILES_${PN}-ssh = "${sysconfdir}/ssh/ssh_config" | 179 | CONFFILES:${PN}-ssh = "${sysconfdir}/ssh/ssh_config" |
180 | 180 | ||
181 | ALTERNATIVE_PRIORITY = "90" | 181 | ALTERNATIVE_PRIORITY = "90" |
182 | ALTERNATIVE_${PN}-scp = "scp" | 182 | ALTERNATIVE:${PN}-scp = "scp" |
183 | ALTERNATIVE_${PN}-ssh = "ssh" | 183 | ALTERNATIVE:${PN}-ssh = "ssh" |
184 | 184 | ||
185 | BBCLASSEXTEND += "nativesdk" | 185 | BBCLASSEXTEND += "nativesdk" |
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb index e518cb6a02..09afa27ac1 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb | |||
@@ -19,11 +19,11 @@ SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ | |||
19 | file://reproducible.patch \ | 19 | file://reproducible.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI_append_class-nativesdk = " \ | 22 | SRC_URI:append:class-nativesdk = " \ |
23 | file://environment.d-openssl.sh \ | 23 | file://environment.d-openssl.sh \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI_append_riscv32 = " \ | 26 | SRC_URI:append:riscv32 = " \ |
27 | file://0003-Add-support-for-io_pgetevents_time64-syscall.patch \ | 27 | file://0003-Add-support-for-io_pgetevents_time64-syscall.patch \ |
28 | file://0004-Fixup-support-for-io_pgetevents_time64-syscall.patch \ | 28 | file://0004-Fixup-support-for-io_pgetevents_time64-syscall.patch \ |
29 | " | 29 | " |
@@ -34,8 +34,8 @@ inherit lib_package multilib_header multilib_script ptest | |||
34 | MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" | 34 | MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash" |
35 | 35 | ||
36 | PACKAGECONFIG ?= "" | 36 | PACKAGECONFIG ?= "" |
37 | PACKAGECONFIG_class-native = "" | 37 | PACKAGECONFIG:class-native = "" |
38 | PACKAGECONFIG_class-nativesdk = "" | 38 | PACKAGECONFIG:class-nativesdk = "" |
39 | 39 | ||
40 | PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptodev-module" | 40 | PACKAGECONFIG[cryptodev-linux] = "enable-devcryptoeng,disable-devcryptoeng,cryptodev-linux,,cryptodev-module" |
41 | PACKAGECONFIG[no-tls1] = "no-tls1" | 41 | PACKAGECONFIG[no-tls1] = "no-tls1" |
@@ -47,17 +47,17 @@ do_configure[cleandirs] = "${B}" | |||
47 | #| ./libcrypto.so: undefined reference to `getcontext' | 47 | #| ./libcrypto.so: undefined reference to `getcontext' |
48 | #| ./libcrypto.so: undefined reference to `setcontext' | 48 | #| ./libcrypto.so: undefined reference to `setcontext' |
49 | #| ./libcrypto.so: undefined reference to `makecontext' | 49 | #| ./libcrypto.so: undefined reference to `makecontext' |
50 | EXTRA_OECONF_append_libc-musl = " no-async" | 50 | EXTRA_OECONF:append:libc-musl = " no-async" |
51 | EXTRA_OECONF_append_libc-musl_powerpc64 = " no-asm" | 51 | EXTRA_OECONF:append:libc-musl:powerpc64 = " no-asm" |
52 | 52 | ||
53 | # adding devrandom prevents openssl from using getrandom() which is not available on older glibc versions | 53 | # adding devrandom prevents openssl from using getrandom() which is not available on older glibc versions |
54 | # (native versions can be built with newer glibc, but then relocated onto a system with older glibc) | 54 | # (native versions can be built with newer glibc, but then relocated onto a system with older glibc) |
55 | EXTRA_OECONF_class-native = "--with-rand-seed=os,devrandom" | 55 | EXTRA_OECONF:class-native = "--with-rand-seed=os,devrandom" |
56 | EXTRA_OECONF_class-nativesdk = "--with-rand-seed=os,devrandom" | 56 | EXTRA_OECONF:class-nativesdk = "--with-rand-seed=os,devrandom" |
57 | 57 | ||
58 | # Relying on hardcoded built-in paths causes openssl-native to not be relocateable from sstate. | 58 | # Relying on hardcoded built-in paths causes openssl-native to not be relocateable from sstate. |
59 | CFLAGS_append_class-native = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/builtin" | 59 | CFLAGS:append:class-native = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/builtin" |
60 | CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/builtin" | 60 | CFLAGS:append:class-nativesdk = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/builtin" |
61 | 61 | ||
62 | # Disable deprecated crypto algorithms | 62 | # Disable deprecated crypto algorithms |
63 | # Retained for compatibilty | 63 | # Retained for compatibilty |
@@ -170,7 +170,7 @@ do_install () { | |||
170 | ln -sf ${@oe.path.relative('${libdir}/ssl-1.1', '${sysconfdir}/ssl/openssl.cnf')} ${D}${libdir}/ssl-1.1/openssl.cnf | 170 | ln -sf ${@oe.path.relative('${libdir}/ssl-1.1', '${sysconfdir}/ssl/openssl.cnf')} ${D}${libdir}/ssl-1.1/openssl.cnf |
171 | } | 171 | } |
172 | 172 | ||
173 | do_install_append_class-native () { | 173 | do_install:append:class-native () { |
174 | create_wrapper ${D}${bindir}/openssl \ | 174 | create_wrapper ${D}${bindir}/openssl \ |
175 | OPENSSL_CONF=${libdir}/ssl-1.1/openssl.cnf \ | 175 | OPENSSL_CONF=${libdir}/ssl-1.1/openssl.cnf \ |
176 | SSL_CERT_DIR=${libdir}/ssl-1.1/certs \ | 176 | SSL_CERT_DIR=${libdir}/ssl-1.1/certs \ |
@@ -178,7 +178,7 @@ do_install_append_class-native () { | |||
178 | OPENSSL_ENGINES=${libdir}/engines-1.1 | 178 | OPENSSL_ENGINES=${libdir}/engines-1.1 |
179 | } | 179 | } |
180 | 180 | ||
181 | do_install_append_class-nativesdk () { | 181 | do_install:append:class-nativesdk () { |
182 | mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d | 182 | mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d |
183 | install -m 644 ${WORKDIR}/environment.d-openssl.sh ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh | 183 | install -m 644 ${WORKDIR}/environment.d-openssl.sh ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh |
184 | sed 's|/usr/lib/ssl/|/usr/lib/ssl-1.1/|g' -i ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh | 184 | sed 's|/usr/lib/ssl/|/usr/lib/ssl-1.1/|g' -i ${D}${SDKPATHNATIVE}/environment-setup.d/openssl.sh |
@@ -217,25 +217,25 @@ do_install_ptest () { | |||
217 | 217 | ||
218 | PACKAGES =+ "libcrypto libssl openssl-conf ${PN}-engines ${PN}-misc" | 218 | PACKAGES =+ "libcrypto libssl openssl-conf ${PN}-engines ${PN}-misc" |
219 | 219 | ||
220 | FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}" | 220 | FILES:libcrypto = "${libdir}/libcrypto${SOLIBS}" |
221 | FILES_libssl = "${libdir}/libssl${SOLIBS}" | 221 | FILES:libssl = "${libdir}/libssl${SOLIBS}" |
222 | FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf \ | 222 | FILES:openssl-conf = "${sysconfdir}/ssl/openssl.cnf \ |
223 | ${libdir}/ssl-1.1/openssl.cnf* \ | 223 | ${libdir}/ssl-1.1/openssl.cnf* \ |
224 | " | 224 | " |
225 | FILES_${PN}-engines = "${libdir}/engines-1.1" | 225 | FILES:${PN}-engines = "${libdir}/engines-1.1" |
226 | # ${prefix} comes from what we pass into --prefix at configure time (which is used for INSTALLTOP) | 226 | # ${prefix} comes from what we pass into --prefix at configure time (which is used for INSTALLTOP) |
227 | FILES_${PN}-engines_append_mingw32_class-nativesdk = " ${prefix}${libdir}/engines-1_1" | 227 | FILES:${PN}-engines:append:mingw32:class-nativesdk = " ${prefix}${libdir}/engines-1_1" |
228 | FILES_${PN}-misc = "${libdir}/ssl-1.1/misc ${bindir}/c_rehash" | 228 | FILES:${PN}-misc = "${libdir}/ssl-1.1/misc ${bindir}/c_rehash" |
229 | FILES_${PN} =+ "${libdir}/ssl-1.1/*" | 229 | FILES:${PN} =+ "${libdir}/ssl-1.1/*" |
230 | FILES_${PN}_append_class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/openssl.sh" | 230 | FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/openssl.sh" |
231 | 231 | ||
232 | CONFFILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf" | 232 | CONFFILES:openssl-conf = "${sysconfdir}/ssl/openssl.cnf" |
233 | 233 | ||
234 | RRECOMMENDS_libcrypto += "openssl-conf" | 234 | RRECOMMENDS:libcrypto += "openssl-conf" |
235 | RDEPENDS_${PN}-misc = "perl" | 235 | RDEPENDS:${PN}-misc = "perl" |
236 | RDEPENDS_${PN}-ptest += "openssl-bin perl perl-modules bash" | 236 | RDEPENDS:${PN}-ptest += "openssl-bin perl perl-modules bash" |
237 | 237 | ||
238 | RDEPENDS_${PN}-bin += "openssl-conf" | 238 | RDEPENDS:${PN}-bin += "openssl-conf" |
239 | 239 | ||
240 | BBCLASSEXTEND = "native nativesdk" | 240 | BBCLASSEXTEND = "native nativesdk" |
241 | 241 | ||
diff --git a/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb b/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb index b0097aa480..8a6c297cb0 100644 --- a/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb +++ b/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Enables PPP dial-in through a serial connection" | |||
2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
3 | DESCRIPTION = "PPP dail-in provides a point to point protocol (PPP), so that other computers can dial up to it and access connected networks." | 3 | DESCRIPTION = "PPP dail-in provides a point to point protocol (PPP), so that other computers can dial up to it and access connected networks." |
4 | DEPENDS = "ppp" | 4 | DEPENDS = "ppp" |
5 | RDEPENDS_${PN} = "ppp" | 5 | RDEPENDS:${PN} = "ppp" |
6 | PR = "r8" | 6 | PR = "r8" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
@@ -23,6 +23,6 @@ do_install() { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | USERADD_PACKAGES = "${PN}" | 25 | USERADD_PACKAGES = "${PN}" |
26 | USERADD_PARAM_${PN} = "--system --home /dev/null \ | 26 | USERADD_PARAM:${PN} = "--system --home /dev/null \ |
27 | --no-create-home --shell ${sbindir}/ppp-dialin \ | 27 | --no-create-home --shell ${sbindir}/ppp-dialin \ |
28 | --no-user-group --gid nogroup ppp" | 28 | --no-user-group --gid nogroup ppp" |
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.9.bb b/meta/recipes-connectivity/ppp/ppp_2.4.9.bb index a78992fa5e..6e5cfc8f91 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.9.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.9.bb | |||
@@ -43,7 +43,7 @@ do_configure () { | |||
43 | oe_runconf | 43 | oe_runconf |
44 | } | 44 | } |
45 | 45 | ||
46 | do_install_append () { | 46 | do_install:append () { |
47 | make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp | 47 | make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp |
48 | mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d | 48 | mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d |
49 | mkdir -p ${D}${sysconfdir}/ppp/ip-up.d/ | 49 | mkdir -p ${D}${sysconfdir}/ppp/ip-up.d/ |
@@ -68,29 +68,29 @@ do_install_append () { | |||
68 | chmod u+s ${D}${sbindir}/pppd | 68 | chmod u+s ${D}${sbindir}/pppd |
69 | } | 69 | } |
70 | 70 | ||
71 | do_install_append_libc-musl () { | 71 | do_install:append:libc-musl () { |
72 | install -Dm 0644 ${S}/include/net/ppp_defs.h ${D}${includedir}/net/ppp_defs.h | 72 | install -Dm 0644 ${S}/include/net/ppp_defs.h ${D}${includedir}/net/ppp_defs.h |
73 | } | 73 | } |
74 | 74 | ||
75 | CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options" | 75 | CONFFILES:${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options" |
76 | PACKAGES =+ "${PN}-oa ${PN}-oe ${PN}-radius ${PN}-winbind ${PN}-minconn ${PN}-password ${PN}-l2tp ${PN}-tools" | 76 | PACKAGES =+ "${PN}-oa ${PN}-oe ${PN}-radius ${PN}-winbind ${PN}-minconn ${PN}-password ${PN}-l2tp ${PN}-tools" |
77 | FILES_${PN} = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd ${systemd_unitdir}/system/ppp@.service" | 77 | FILES:${PN} = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd ${systemd_unitdir}/system/ppp@.service" |
78 | FILES_${PN}-oa = "${libdir}/pppd/${PV}/pppoatm.so" | 78 | FILES:${PN}-oa = "${libdir}/pppd/${PV}/pppoatm.so" |
79 | FILES_${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/*pppoe.so" | 79 | FILES:${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/*pppoe.so" |
80 | FILES_${PN}-radius = "${libdir}/pppd/${PV}/radius.so ${libdir}/pppd/${PV}/radattr.so ${libdir}/pppd/${PV}/radrealms.so" | 80 | FILES:${PN}-radius = "${libdir}/pppd/${PV}/radius.so ${libdir}/pppd/${PV}/radattr.so ${libdir}/pppd/${PV}/radrealms.so" |
81 | FILES_${PN}-winbind = "${libdir}/pppd/${PV}/winbind.so" | 81 | FILES:${PN}-winbind = "${libdir}/pppd/${PV}/winbind.so" |
82 | FILES_${PN}-minconn = "${libdir}/pppd/${PV}/minconn.so" | 82 | FILES:${PN}-minconn = "${libdir}/pppd/${PV}/minconn.so" |
83 | FILES_${PN}-password = "${libdir}/pppd/${PV}/pass*.so" | 83 | FILES:${PN}-password = "${libdir}/pppd/${PV}/pass*.so" |
84 | FILES_${PN}-l2tp = "${libdir}/pppd/${PV}/*l2tp.so" | 84 | FILES:${PN}-l2tp = "${libdir}/pppd/${PV}/*l2tp.so" |
85 | FILES_${PN}-tools = "${sbindir}/pppstats ${sbindir}/pppdump" | 85 | FILES:${PN}-tools = "${sbindir}/pppstats ${sbindir}/pppdump" |
86 | SUMMARY_${PN}-oa = "Plugin for PPP for PPP-over-ATM support" | 86 | SUMMARY:${PN}-oa = "Plugin for PPP for PPP-over-ATM support" |
87 | SUMMARY_${PN}-oe = "Plugin for PPP for PPP-over-Ethernet support" | 87 | SUMMARY:${PN}-oe = "Plugin for PPP for PPP-over-Ethernet support" |
88 | SUMMARY_${PN}-radius = "Plugin for PPP for RADIUS support" | 88 | SUMMARY:${PN}-radius = "Plugin for PPP for RADIUS support" |
89 | SUMMARY_${PN}-winbind = "Plugin for PPP to authenticate against Samba or Windows" | 89 | SUMMARY:${PN}-winbind = "Plugin for PPP to authenticate against Samba or Windows" |
90 | SUMMARY_${PN}-minconn = "Plugin for PPP to set a delay before the idle timeout applies" | 90 | SUMMARY:${PN}-minconn = "Plugin for PPP to set a delay before the idle timeout applies" |
91 | SUMMARY_${PN}-password = "Plugin for PPP to get passwords via a pipe" | 91 | SUMMARY:${PN}-password = "Plugin for PPP to get passwords via a pipe" |
92 | SUMMARY_${PN}-l2tp = "Plugin for PPP for l2tp support" | 92 | SUMMARY:${PN}-l2tp = "Plugin for PPP for l2tp support" |
93 | SUMMARY_${PN}-tools = "Additional tools for the PPP package" | 93 | SUMMARY:${PN}-tools = "Additional tools for the PPP package" |
94 | 94 | ||
95 | # Ignore compatibility symlink rp-pppoe.so->pppoe.so | 95 | # Ignore compatibility symlink rp-pppoe.so->pppoe.so |
96 | INSANE_SKIP_${PN}-oe += "dev-so" | 96 | INSANE_SKIP:${PN}-oe += "dev-so" |
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb index 6df96b699c..f57abe3619 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.87.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "GPLv2+" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
10 | AUTHOR = "Thomas Hood" | 10 | AUTHOR = "Thomas Hood" |
11 | HOMEPAGE = "http://packages.debian.org/resolvconf" | 11 | HOMEPAGE = "http://packages.debian.org/resolvconf" |
12 | RDEPENDS_${PN} = "bash" | 12 | RDEPENDS:${PN} = "bash" |
13 | 13 | ||
14 | SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=unstable \ | 14 | SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=unstable \ |
15 | file://fix-path-for-busybox.patch \ | 15 | file://fix-path-for-busybox.patch \ |
@@ -55,7 +55,7 @@ do_install () { | |||
55 | install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/ | 55 | install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/ |
56 | } | 56 | } |
57 | 57 | ||
58 | pkg_postinst_${PN} () { | 58 | pkg_postinst:${PN} () { |
59 | if [ -z "$D" ]; then | 59 | if [ -z "$D" ]; then |
60 | if command -v systemd-tmpfiles >/dev/null; then | 60 | if command -v systemd-tmpfiles >/dev/null; then |
61 | systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/resolvconf.conf | 61 | systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/resolvconf.conf |
@@ -65,4 +65,4 @@ pkg_postinst_${PN} () { | |||
65 | fi | 65 | fi |
66 | } | 66 | } |
67 | 67 | ||
68 | FILES_${PN} += "${base_libdir}/${BPN}" | 68 | FILES:${PN} += "${base_libdir}/${BPN}" |
diff --git a/meta/recipes-connectivity/socat/socat_1.7.4.1.bb b/meta/recipes-connectivity/socat/socat_1.7.4.1.bb index 5a13af91bc..1ad5f15b93 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.4.1.bb +++ b/meta/recipes-connectivity/socat/socat_1.7.4.1.bb | |||
@@ -29,15 +29,15 @@ TERMBITS_SHIFTS ?= "sc_cv_sys_crdly_shift=9 \ | |||
29 | sc_cv_sys_tabdly_shift=11 \ | 29 | sc_cv_sys_tabdly_shift=11 \ |
30 | sc_cv_sys_csize_shift=4" | 30 | sc_cv_sys_csize_shift=4" |
31 | 31 | ||
32 | TERMBITS_SHIFTS_powerpc = "sc_cv_sys_crdly_shift=12 \ | 32 | TERMBITS_SHIFTS:powerpc = "sc_cv_sys_crdly_shift=12 \ |
33 | sc_cv_sys_tabdly_shift=10 \ | 33 | sc_cv_sys_tabdly_shift=10 \ |
34 | sc_cv_sys_csize_shift=8" | 34 | sc_cv_sys_csize_shift=8" |
35 | 35 | ||
36 | TERMBITS_SHIFTS_powerpc64 = "sc_cv_sys_crdly_shift=12 \ | 36 | TERMBITS_SHIFTS:powerpc64 = "sc_cv_sys_crdly_shift=12 \ |
37 | sc_cv_sys_tabdly_shift=10 \ | 37 | sc_cv_sys_tabdly_shift=10 \ |
38 | sc_cv_sys_csize_shift=8" | 38 | sc_cv_sys_csize_shift=8" |
39 | 39 | ||
40 | PACKAGECONFIG_class-target ??= "tcp-wrappers readline openssl" | 40 | PACKAGECONFIG:class-target ??= "tcp-wrappers readline openssl" |
41 | PACKAGECONFIG ??= "readline openssl" | 41 | PACKAGECONFIG ??= "readline openssl" |
42 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | 42 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" |
43 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" | 43 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" |
@@ -45,7 +45,7 @@ PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | |||
45 | 45 | ||
46 | CFLAGS += "-fcommon" | 46 | CFLAGS += "-fcommon" |
47 | 47 | ||
48 | do_install_prepend () { | 48 | do_install:prepend () { |
49 | mkdir -p ${D}${bindir} | 49 | mkdir -p ${D}${bindir} |
50 | install -d ${D}${bindir} ${D}${mandir}/man1 | 50 | install -d ${D}${bindir} ${D}${mandir}/man1 |
51 | } | 51 | } |
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb index 16c5918522..309bb4aea5 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.9.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=279b4f5abb9c153c285221855ddb78cc \ | |||
8 | file://README;beginline=1;endline=56;md5=e7d3dbb01f75f0b9799e192731d1e1ff \ | 8 | file://README;beginline=1;endline=56;md5=e7d3dbb01f75f0b9799e192731d1e1ff \ |
9 | file://wpa_supplicant/wpa_supplicant.c;beginline=1;endline=12;md5=0a8b56d3543498b742b9c0e94cc2d18b" | 9 | file://wpa_supplicant/wpa_supplicant.c;beginline=1;endline=12;md5=0a8b56d3543498b742b9c0e94cc2d18b" |
10 | DEPENDS = "dbus libnl" | 10 | DEPENDS = "dbus libnl" |
11 | RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli" | 11 | RRECOMMENDS:${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "openssl" | 13 | PACKAGECONFIG ??= "openssl" |
14 | PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt" | 14 | PACKAGECONFIG[gnutls] = ",,gnutls libgcrypt" |
@@ -16,7 +16,7 @@ PACKAGECONFIG[openssl] = ",,openssl" | |||
16 | 16 | ||
17 | inherit pkgconfig systemd | 17 | inherit pkgconfig systemd |
18 | 18 | ||
19 | SYSTEMD_SERVICE_${PN} = "wpa_supplicant.service" | 19 | SYSTEMD_SERVICE:${PN} = "wpa_supplicant.service" |
20 | SYSTEMD_AUTO_ENABLE = "disable" | 20 | SYSTEMD_AUTO_ENABLE = "disable" |
21 | 21 | ||
22 | SRC_URI = "http://w1.fi/releases/wpa_supplicant-${PV}.tar.gz \ | 22 | SRC_URI = "http://w1.fi/releases/wpa_supplicant-${PV}.tar.gz \ |
@@ -41,11 +41,11 @@ CVE_PRODUCT = "wpa_supplicant" | |||
41 | 41 | ||
42 | S = "${WORKDIR}/wpa_supplicant-${PV}" | 42 | S = "${WORKDIR}/wpa_supplicant-${PV}" |
43 | 43 | ||
44 | PACKAGES_prepend = "wpa-supplicant-passphrase wpa-supplicant-cli " | 44 | PACKAGES:prepend = "wpa-supplicant-passphrase wpa-supplicant-cli " |
45 | FILES_wpa-supplicant-passphrase = "${bindir}/wpa_passphrase" | 45 | FILES:wpa-supplicant-passphrase = "${bindir}/wpa_passphrase" |
46 | FILES_wpa-supplicant-cli = "${sbindir}/wpa_cli" | 46 | FILES:wpa-supplicant-cli = "${sbindir}/wpa_cli" |
47 | FILES_${PN} += "${datadir}/dbus-1/system-services/* ${systemd_system_unitdir}/*" | 47 | FILES:${PN} += "${datadir}/dbus-1/system-services/* ${systemd_system_unitdir}/*" |
48 | CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf" | 48 | CONFFILES:${PN} += "${sysconfdir}/wpa_supplicant.conf" |
49 | 49 | ||
50 | do_configure () { | 50 | do_configure () { |
51 | ${MAKE} -C wpa_supplicant clean | 51 | ${MAKE} -C wpa_supplicant clean |
@@ -108,7 +108,7 @@ do_install () { | |||
108 | install -m 0644 ${WORKDIR}/99_wpa_supplicant ${D}/etc/default/volatiles | 108 | install -m 0644 ${WORKDIR}/99_wpa_supplicant ${D}/etc/default/volatiles |
109 | } | 109 | } |
110 | 110 | ||
111 | pkg_postinst_wpa-supplicant () { | 111 | pkg_postinst:wpa-supplicant () { |
112 | # If we're offline, we don't need to do this. | 112 | # If we're offline, we don't need to do this. |
113 | if [ "x$D" = "x" ]; then | 113 | if [ "x$D" = "x" ]; then |
114 | killall -q -HUP dbus-daemon || true | 114 | killall -q -HUP dbus-daemon || true |
diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb index 94299431f6..032827a0d0 100644 --- a/meta/recipes-core/base-files/base-files_3.0.14.bb +++ b/meta/recipes-core/base-files/base-files_3.0.14.bb | |||
@@ -28,7 +28,7 @@ S = "${WORKDIR}" | |||
28 | 28 | ||
29 | INHIBIT_DEFAULT_DEPS = "1" | 29 | INHIBIT_DEFAULT_DEPS = "1" |
30 | 30 | ||
31 | docdir_append = "/${P}" | 31 | docdir:append = "/${P}" |
32 | dirs1777 = "/tmp ${localstatedir}/volatile/tmp" | 32 | dirs1777 = "/tmp ${localstatedir}/volatile/tmp" |
33 | dirs2775 = "" | 33 | dirs2775 = "" |
34 | dirs555 = "/sys /proc" | 34 | dirs555 = "/sys /proc" |
@@ -64,7 +64,7 @@ conffiles = "${sysconfdir}/debian_version ${sysconfdir}/host.conf \ | |||
64 | # hostnames. | 64 | # hostnames. |
65 | # | 65 | # |
66 | # The hostname can be changed outside of this recipe by using | 66 | # The hostname can be changed outside of this recipe by using |
67 | # hostname_pn-base-files = "my-host-name". | 67 | # hostname:pn-base-files = "my-host-name". |
68 | hostname = "${MACHINE}" | 68 | hostname = "${MACHINE}" |
69 | 69 | ||
70 | BASEFILESISSUEINSTALL ?= "do_install_basefilesissue" | 70 | BASEFILESISSUEINSTALL ?= "do_install_basefilesissue" |
@@ -77,7 +77,7 @@ BASEFILESISSUEINSTALL ?= "do_install_basefilesissue" | |||
77 | # Otherwise the directory creation will fail and we will have circular symbolic | 77 | # Otherwise the directory creation will fail and we will have circular symbolic |
78 | # links. | 78 | # links. |
79 | # | 79 | # |
80 | pkg_preinst_${PN} () { | 80 | pkg_preinst:${PN} () { |
81 | #!/bin/sh -e | 81 | #!/bin/sh -e |
82 | if [ x"$D" = "x" ]; then | 82 | if [ x"$D" = "x" ]; then |
83 | if [ -h "/var/lock" ]; then | 83 | if [ -h "/var/lock" ]; then |
@@ -139,7 +139,7 @@ do_install () { | |||
139 | fi | 139 | fi |
140 | } | 140 | } |
141 | 141 | ||
142 | do_install_append_libc-glibc () { | 142 | do_install:append:libc-glibc () { |
143 | install -m 0644 ${WORKDIR}/nsswitch.conf ${D}${sysconfdir}/nsswitch.conf | 143 | install -m 0644 ${WORKDIR}/nsswitch.conf ${D}${sysconfdir}/nsswitch.conf |
144 | } | 144 | } |
145 | 145 | ||
@@ -162,7 +162,7 @@ do_install_basefilesissue () { | |||
162 | } | 162 | } |
163 | do_install_basefilesissue[vardepsexclude] += "DATE" | 163 | do_install_basefilesissue[vardepsexclude] += "DATE" |
164 | 164 | ||
165 | do_install_append_linuxstdbase() { | 165 | do_install:append:linuxstdbase() { |
166 | for d in ${dirs755-lsb}; do | 166 | for d in ${dirs755-lsb}; do |
167 | install -m 0755 -d ${D}$d | 167 | install -m 0755 -d ${D}$d |
168 | done | 168 | done |
@@ -175,10 +175,10 @@ do_install_append_linuxstdbase() { | |||
175 | SYSROOT_DIRS += "${sysconfdir}/skel" | 175 | SYSROOT_DIRS += "${sysconfdir}/skel" |
176 | 176 | ||
177 | PACKAGES = "${PN}-doc ${PN} ${PN}-dev ${PN}-dbg" | 177 | PACKAGES = "${PN}-doc ${PN} ${PN}-dev ${PN}-dbg" |
178 | FILES_${PN} = "/" | 178 | FILES:${PN} = "/" |
179 | FILES_${PN}-doc = "${docdir} ${datadir}/common-licenses" | 179 | FILES:${PN}-doc = "${docdir} ${datadir}/common-licenses" |
180 | 180 | ||
181 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 181 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
182 | 182 | ||
183 | CONFFILES_${PN} = "${sysconfdir}/fstab ${@['', '${sysconfdir}/hostname ${sysconfdir}/hosts'][(d.getVar('hostname') != '')]} ${sysconfdir}/shells" | 183 | CONFFILES:${PN} = "${sysconfdir}/fstab ${@['', '${sysconfdir}/hostname ${sysconfdir}/hosts'][(d.getVar('hostname') != '')]} ${sysconfdir}/shells" |
184 | CONFFILES_${PN} += "${sysconfdir}/motd ${sysconfdir}/nsswitch.conf ${sysconfdir}/profile" | 184 | CONFFILES:${PN} += "${sysconfdir}/motd ${sysconfdir}/nsswitch.conf ${sysconfdir}/profile" |
diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb b/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb index 65b3cd778d..2926a377c6 100644 --- a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb +++ b/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb | |||
@@ -73,7 +73,7 @@ base_passwd_tweaksysroot () { | |||
73 | chmod 0755 $dest | 73 | chmod 0755 $dest |
74 | } | 74 | } |
75 | 75 | ||
76 | python populate_packages_prepend() { | 76 | python populate_packages:prepend() { |
77 | # Add in the preinst function for ${PN} | 77 | # Add in the preinst function for ${PN} |
78 | # We have to do this here as prior to this, passwd/group.master | 78 | # We have to do this here as prior to this, passwd/group.master |
79 | # would be unavailable. We need to create these files at preinst | 79 | # would be unavailable. We need to create these files at preinst |
@@ -98,17 +98,17 @@ if [ ! -e $D${sysconfdir}/group ]; then | |||
98 | """ + group + """EOF | 98 | """ + group + """EOF |
99 | fi | 99 | fi |
100 | """ | 100 | """ |
101 | d.setVar(d.expand('pkg_preinst_${PN}'), preinst) | 101 | d.setVar(d.expand('pkg_preinst:${PN}'), preinst) |
102 | } | 102 | } |
103 | 103 | ||
104 | addtask do_package after do_populate_sysroot | 104 | addtask do_package after do_populate_sysroot |
105 | 105 | ||
106 | ALLOW_EMPTY_${PN} = "1" | 106 | ALLOW_EMPTY:${PN} = "1" |
107 | 107 | ||
108 | PACKAGES =+ "${PN}-update" | 108 | PACKAGES =+ "${PN}-update" |
109 | FILES_${PN}-update = "${sbindir}/* ${datadir}/${PN}" | 109 | FILES:${PN}-update = "${sbindir}/* ${datadir}/${PN}" |
110 | 110 | ||
111 | pkg_postinst_${PN}-update () { | 111 | pkg_postinst:${PN}-update () { |
112 | #!/bin/sh | 112 | #!/bin/sh |
113 | if [ -n "$D" ]; then | 113 | if [ -n "$D" ]; then |
114 | exit 0 | 114 | exit 0 |
diff --git a/meta/recipes-core/busybox/busybox-inittab_1.33.0.bb b/meta/recipes-core/busybox/busybox-inittab_1.33.0.bb index 3804f4f7b2..be8c06323c 100644 --- a/meta/recipes-core/busybox/busybox-inittab_1.33.0.bb +++ b/meta/recipes-core/busybox/busybox-inittab_1.33.0.bb | |||
@@ -45,14 +45,14 @@ EOF | |||
45 | 45 | ||
46 | } | 46 | } |
47 | 47 | ||
48 | pkg_postinst_${PN} () { | 48 | pkg_postinst:${PN} () { |
49 | # run this on host and on target | 49 | # run this on host and on target |
50 | if [ "${SERIAL_CONSOLES_CHECK}" = "" ]; then | 50 | if [ "${SERIAL_CONSOLES_CHECK}" = "" ]; then |
51 | exit 0 | 51 | exit 0 |
52 | fi | 52 | fi |
53 | } | 53 | } |
54 | 54 | ||
55 | pkg_postinst_ontarget_${PN} () { | 55 | pkg_postinst_ontarget:${PN} () { |
56 | # run this on the target | 56 | # run this on the target |
57 | if [ -e /proc/consoles ]; then | 57 | if [ -e /proc/consoles ]; then |
58 | tmp="${SERIAL_CONSOLES_CHECK}" | 58 | tmp="${SERIAL_CONSOLES_CHECK}" |
@@ -76,10 +76,10 @@ fi | |||
76 | # Set PACKAGE_ARCH appropriately. | 76 | # Set PACKAGE_ARCH appropriately. |
77 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 77 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
78 | 78 | ||
79 | FILES_${PN} = "${sysconfdir}/inittab" | 79 | FILES:${PN} = "${sysconfdir}/inittab" |
80 | CONFFILES_${PN} = "${sysconfdir}/inittab" | 80 | CONFFILES:${PN} = "${sysconfdir}/inittab" |
81 | 81 | ||
82 | RCONFLICTS_${PN} = "sysvinit-inittab" | 82 | RCONFLICTS:${PN} = "sysvinit-inittab" |
83 | 83 | ||
84 | USE_VT ?= "1" | 84 | USE_VT ?= "1" |
85 | SYSVINIT_ENABLED_GETTYS ?= "1" | 85 | SYSVINIT_ENABLED_GETTYS ?= "1" |
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 47fcb59302..d85e2a3d7a 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
@@ -23,39 +23,39 @@ EXTRA_OEMAKE = "CC='${CC}' LD='${CCLD}' V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${ | |||
23 | 23 | ||
24 | PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc ${PN}-syslog ${PN}-mdev ${PN}-hwclock" | 24 | PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc ${PN}-syslog ${PN}-mdev ${PN}-hwclock" |
25 | 25 | ||
26 | FILES_${PN}-httpd = "${sysconfdir}/init.d/busybox-httpd /srv/www" | 26 | FILES:${PN}-httpd = "${sysconfdir}/init.d/busybox-httpd /srv/www" |
27 | FILES_${PN}-syslog = "${sysconfdir}/init.d/syslog* ${sysconfdir}/syslog-startup.conf* ${sysconfdir}/syslog.conf* ${systemd_unitdir}/system/syslog.service ${sysconfdir}/default/busybox-syslog" | 27 | FILES:${PN}-syslog = "${sysconfdir}/init.d/syslog* ${sysconfdir}/syslog-startup.conf* ${sysconfdir}/syslog.conf* ${systemd_unitdir}/system/syslog.service ${sysconfdir}/default/busybox-syslog" |
28 | FILES_${PN}-mdev = "${sysconfdir}/init.d/mdev ${sysconfdir}/mdev.conf ${sysconfdir}/mdev/*" | 28 | FILES:${PN}-mdev = "${sysconfdir}/init.d/mdev ${sysconfdir}/mdev.conf ${sysconfdir}/mdev/*" |
29 | FILES_${PN}-udhcpd = "${sysconfdir}/init.d/busybox-udhcpd" | 29 | FILES:${PN}-udhcpd = "${sysconfdir}/init.d/busybox-udhcpd" |
30 | FILES_${PN}-udhcpc = "${sysconfdir}/udhcpc.d ${datadir}/udhcpc" | 30 | FILES:${PN}-udhcpc = "${sysconfdir}/udhcpc.d ${datadir}/udhcpc" |
31 | FILES_${PN}-hwclock = "${sysconfdir}/init.d/hwclock.sh" | 31 | FILES:${PN}-hwclock = "${sysconfdir}/init.d/hwclock.sh" |
32 | 32 | ||
33 | INITSCRIPT_PACKAGES = "${PN}-httpd ${PN}-syslog ${PN}-udhcpd ${PN}-mdev ${PN}-hwclock" | 33 | INITSCRIPT_PACKAGES = "${PN}-httpd ${PN}-syslog ${PN}-udhcpd ${PN}-mdev ${PN}-hwclock" |
34 | 34 | ||
35 | INITSCRIPT_NAME_${PN}-httpd = "busybox-httpd" | 35 | INITSCRIPT_NAME:${PN}-httpd = "busybox-httpd" |
36 | INITSCRIPT_NAME_${PN}-hwclock = "hwclock.sh" | 36 | INITSCRIPT_NAME:${PN}-hwclock = "hwclock.sh" |
37 | INITSCRIPT_NAME_${PN}-mdev = "mdev" | 37 | INITSCRIPT_NAME:${PN}-mdev = "mdev" |
38 | INITSCRIPT_PARAMS_${PN}-mdev = "start 04 S ." | 38 | INITSCRIPT_PARAMS:${PN}-mdev = "start 04 S ." |
39 | INITSCRIPT_NAME_${PN}-syslog = "syslog" | 39 | INITSCRIPT_NAME:${PN}-syslog = "syslog" |
40 | INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd" | 40 | INITSCRIPT_NAME:${PN}-udhcpd = "busybox-udhcpd" |
41 | 41 | ||
42 | SYSTEMD_PACKAGES = "${PN}-syslog" | 42 | SYSTEMD_PACKAGES = "${PN}-syslog" |
43 | SYSTEMD_SERVICE_${PN}-syslog = "${@bb.utils.contains('SRC_URI', 'file://syslog.cfg', 'busybox-syslog.service', '', d)}" | 43 | SYSTEMD_SERVICE:${PN}-syslog = "${@bb.utils.contains('SRC_URI', 'file://syslog.cfg', 'busybox-syslog.service', '', d)}" |
44 | 44 | ||
45 | RDEPENDS_${PN}-syslog = "busybox" | 45 | RDEPENDS:${PN}-syslog = "busybox" |
46 | CONFFILES_${PN}-syslog = "${sysconfdir}/syslog-startup.conf" | 46 | CONFFILES:${PN}-syslog = "${sysconfdir}/syslog-startup.conf" |
47 | RCONFLICTS_${PN}-syslog = "rsyslog sysklogd syslog-ng" | 47 | RCONFLICTS:${PN}-syslog = "rsyslog sysklogd syslog-ng" |
48 | 48 | ||
49 | CONFFILES_${PN}-mdev = "${sysconfdir}/mdev.conf" | 49 | CONFFILES:${PN}-mdev = "${sysconfdir}/mdev.conf" |
50 | 50 | ||
51 | RRECOMMENDS_${PN} = "${PN}-udhcpc" | 51 | RRECOMMENDS:${PN} = "${PN}-udhcpc" |
52 | 52 | ||
53 | RDEPENDS_${PN} = "${@["", "busybox-inittab"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]}" | 53 | RDEPENDS:${PN} = "${@["", "busybox-inittab"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]}" |
54 | 54 | ||
55 | inherit cml1 systemd update-rc.d ptest | 55 | inherit cml1 systemd update-rc.d ptest |
56 | 56 | ||
57 | # busybox's unzip test case needs zip command, which busybox itself does not provide | 57 | # busybox's unzip test case needs zip command, which busybox itself does not provide |
58 | RDEPENDS_${PN}-ptest = "zip" | 58 | RDEPENDS:${PN}-ptest = "zip" |
59 | 59 | ||
60 | # internal helper | 60 | # internal helper |
61 | def busybox_cfg(feature, tokens, cnf, rem): | 61 | def busybox_cfg(feature, tokens, cnf, rem): |
@@ -97,12 +97,12 @@ DO_IPv6 := "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 1, 0, d)}" | |||
97 | 97 | ||
98 | python () { | 98 | python () { |
99 | if "${OE_DEL}": | 99 | if "${OE_DEL}": |
100 | d.setVar('configmangle_append', "${OE_DEL}" + "\n") | 100 | d.setVar('configmangle:append', "${OE_DEL}" + "\n") |
101 | if "${OE_FEATURES}": | 101 | if "${OE_FEATURES}": |
102 | d.setVar('configmangle_append', | 102 | d.setVar('configmangle:append', |
103 | "/^### DISTRO FEATURES$/a\\\n%s\n\n" % | 103 | "/^### DISTRO FEATURES$/a\\\n%s\n\n" % |
104 | ("\\n".join((d.expand("${OE_FEATURES}").split("\n"))))) | 104 | ("\\n".join((d.expand("${OE_FEATURES}").split("\n"))))) |
105 | d.setVar('configmangle_append', | 105 | d.setVar('configmangle:append', |
106 | "/^### CROSS$/a\\\n%s\n" % | 106 | "/^### CROSS$/a\\\n%s\n" % |
107 | ("\\n".join(["CONFIG_EXTRA_CFLAGS=\"${CFLAGS} ${HOST_CC_ARCH}\"" | 107 | ("\\n".join(["CONFIG_EXTRA_CFLAGS=\"${CFLAGS} ${HOST_CC_ARCH}\"" |
108 | ]) | 108 | ]) |
@@ -356,7 +356,7 @@ inherit update-alternatives | |||
356 | 356 | ||
357 | ALTERNATIVE_PRIORITY = "50" | 357 | ALTERNATIVE_PRIORITY = "50" |
358 | 358 | ||
359 | python do_package_prepend () { | 359 | python do_package:prepend () { |
360 | # We need to load the full set of busybox provides from the /etc/busybox.links | 360 | # We need to load the full set of busybox provides from the /etc/busybox.links |
361 | # Use this to see the update-alternatives with the right information | 361 | # Use this to see the update-alternatives with the right information |
362 | 362 | ||
@@ -373,9 +373,9 @@ python do_package_prepend () { | |||
373 | if alt_name == '[': | 373 | if alt_name == '[': |
374 | alt_name = 'lbracket' | 374 | alt_name = 'lbracket' |
375 | if alt_name == 'klogd' or alt_name == 'syslogd': | 375 | if alt_name == 'klogd' or alt_name == 'syslogd': |
376 | d.appendVar('ALTERNATIVE_%s-syslog' % (pn), ' ' + alt_name) | 376 | d.appendVar('ALTERNATIVE:%s-syslog' % (pn), ' ' + alt_name) |
377 | else: | 377 | else: |
378 | d.appendVar('ALTERNATIVE_%s' % (pn), ' ' + alt_name) | 378 | d.appendVar('ALTERNATIVE:%s' % (pn), ' ' + alt_name) |
379 | d.setVarFlag('ALTERNATIVE_LINK_NAME', alt_name, alt_link_name) | 379 | d.setVarFlag('ALTERNATIVE_LINK_NAME', alt_name, alt_link_name) |
380 | if os.path.exists('%s%s' % (dvar, target)): | 380 | if os.path.exists('%s%s' % (dvar, target)): |
381 | d.setVarFlag('ALTERNATIVE_TARGET', alt_name, target) | 381 | d.setVarFlag('ALTERNATIVE_TARGET', alt_name, target) |
@@ -395,7 +395,7 @@ python do_package_prepend () { | |||
395 | # These symlinks will later be updated by update-alternatives calls. | 395 | # These symlinks will later be updated by update-alternatives calls. |
396 | # The update-alternatives.bbclass' postinst script runs firstly before other | 396 | # The update-alternatives.bbclass' postinst script runs firstly before other |
397 | # postinst, but this part of code needs run firstly, so add this funtion. | 397 | # postinst, but this part of code needs run firstly, so add this funtion. |
398 | python populate_packages_updatealternatives_append() { | 398 | python populate_packages_updatealternatives:append() { |
399 | postinst = """ | 399 | postinst = """ |
400 | test -n 2 > /dev/null || alias test='busybox test' | 400 | test -n 2 > /dev/null || alias test='busybox test' |
401 | if test "x$D" = "x"; then | 401 | if test "x$D" = "x"; then |
@@ -422,10 +422,10 @@ if grep -q "^${base_bindir}/bash$" $D${sysconfdir}/busybox.links*; then | |||
422 | fi | 422 | fi |
423 | 423 | ||
424 | """ | 424 | """ |
425 | d.prependVar('pkg_postinst_%s' % pkg, postinst) | 425 | d.prependVar('pkg_postinst:%s' % pkg, postinst) |
426 | } | 426 | } |
427 | 427 | ||
428 | pkg_postinst_${PN}_prepend () { | 428 | pkg_postinst:${PN}:prepend () { |
429 | # Need path to saved utils, but they may have be removed on upgrade of busybox | 429 | # Need path to saved utils, but they may have be removed on upgrade of busybox |
430 | # Only use shell to get paths. Also capture if busybox was saved. | 430 | # Only use shell to get paths. Also capture if busybox was saved. |
431 | BUSYBOX="" | 431 | BUSYBOX="" |
@@ -441,7 +441,7 @@ pkg_postinst_${PN}_prepend () { | |||
441 | fi | 441 | fi |
442 | } | 442 | } |
443 | 443 | ||
444 | pkg_postinst_${PN}_append () { | 444 | pkg_postinst:${PN}:append () { |
445 | # If busybox exists in the remove directory it is because it was the only shell left. | 445 | # If busybox exists in the remove directory it is because it was the only shell left. |
446 | if [ "x$D" = "x" ] ; then | 446 | if [ "x$D" = "x" ] ; then |
447 | if [ "x$BUSYBOX" != "x" ] ; then | 447 | if [ "x$BUSYBOX" != "x" ] ; then |
@@ -451,7 +451,7 @@ pkg_postinst_${PN}_append () { | |||
451 | fi | 451 | fi |
452 | } | 452 | } |
453 | 453 | ||
454 | pkg_prerm_${PN} () { | 454 | pkg_prerm:${PN} () { |
455 | # This is so you can make busybox commit suicide - removing busybox with no other packages | 455 | # This is so you can make busybox commit suicide - removing busybox with no other packages |
456 | # providing its files, this will make update-alternatives work, but the update-rc.d part | 456 | # providing its files, this will make update-alternatives work, but the update-rc.d part |
457 | # for syslog, httpd and/or udhcpd will fail if there is no other package providing sh | 457 | # for syslog, httpd and/or udhcpd will fail if there is no other package providing sh |
@@ -481,7 +481,7 @@ pkg_prerm_${PN} () { | |||
481 | fi | 481 | fi |
482 | } | 482 | } |
483 | 483 | ||
484 | pkg_postrm_${PN} () { | 484 | pkg_postrm:${PN} () { |
485 | # Add path to remove dir in case we removed our only grep | 485 | # Add path to remove dir in case we removed our only grep |
486 | if [ "x$D" = "x" ] ; then | 486 | if [ "x$D" = "x" ] ; then |
487 | for busybox_rmdir in /tmp/busyboxrm-*; do | 487 | for busybox_rmdir in /tmp/busyboxrm-*; do |
@@ -496,7 +496,7 @@ pkg_postrm_${PN} () { | |||
496 | fi | 496 | fi |
497 | } | 497 | } |
498 | 498 | ||
499 | pkg_prerm_${PN}-syslog () { | 499 | pkg_prerm:${PN}-syslog () { |
500 | # remove syslog | 500 | # remove syslog |
501 | if test "x$D" = "x"; then | 501 | if test "x$D" = "x"; then |
502 | if test "$1" = "upgrade" -o "$1" = "remove"; then | 502 | if test "$1" = "upgrade" -o "$1" = "remove"; then |
@@ -505,4 +505,4 @@ pkg_prerm_${PN}-syslog () { | |||
505 | fi | 505 | fi |
506 | } | 506 | } |
507 | 507 | ||
508 | RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/ash', '', d)}" | 508 | RPROVIDES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/ash', '', d)}" |
diff --git a/meta/recipes-core/busybox/busybox_1.33.1.bb b/meta/recipes-core/busybox/busybox_1.33.1.bb index 4c2bc1106d..1e3e34e2a4 100644 --- a/meta/recipes-core/busybox/busybox_1.33.1.bb +++ b/meta/recipes-core/busybox/busybox_1.33.1.bb | |||
@@ -50,6 +50,6 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | |||
50 | file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \ | 50 | file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \ |
51 | file://0001-mktemp-add-tmpdir-option.patch \ | 51 | file://0001-mktemp-add-tmpdir-option.patch \ |
52 | " | 52 | " |
53 | SRC_URI_append_libc-musl = " file://musl.cfg " | 53 | SRC_URI:append:libc-musl = " file://musl.cfg " |
54 | 54 | ||
55 | SRC_URI[tarball.sha256sum] = "12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28" | 55 | SRC_URI[tarball.sha256sum] = "12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28" |
diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb index dd271d4968..f82572ed52 100644 --- a/meta/recipes-core/coreutils/coreutils_8.32.bb +++ b/meta/recipes-core/coreutils/coreutils_8.32.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ | |||
9 | file://src/ls.c;beginline=1;endline=15;md5=b7d80abf5b279320fb0e4b1007ed108b \ | 9 | file://src/ls.c;beginline=1;endline=15;md5=b7d80abf5b279320fb0e4b1007ed108b \ |
10 | " | 10 | " |
11 | DEPENDS = "gmp libcap" | 11 | DEPENDS = "gmp libcap" |
12 | DEPENDS_class-native = "" | 12 | DEPENDS:class-native = "" |
13 | 13 | ||
14 | inherit autotools gettext texinfo | 14 | inherit autotools gettext texinfo |
15 | 15 | ||
@@ -31,21 +31,21 @@ SRC_URI[sha256sum] = "4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0b | |||
31 | # runcon is not really a sandbox command, use `runcon ... setsid ...` to avoid this particular issue. | 31 | # runcon is not really a sandbox command, use `runcon ... setsid ...` to avoid this particular issue. |
32 | CVE_CHECK_WHITELIST += "CVE-2016-2781" | 32 | CVE_CHECK_WHITELIST += "CVE-2016-2781" |
33 | 33 | ||
34 | EXTRA_OECONF_class-native = "--without-gmp" | 34 | EXTRA_OECONF:class-native = "--without-gmp" |
35 | EXTRA_OECONF_class-target = "--enable-install-program=arch,hostname --libexecdir=${libdir}" | 35 | EXTRA_OECONF:class-target = "--enable-install-program=arch,hostname --libexecdir=${libdir}" |
36 | EXTRA_OECONF_class-nativesdk = "--enable-install-program=arch,hostname" | 36 | EXTRA_OECONF:class-nativesdk = "--enable-install-program=arch,hostname" |
37 | 37 | ||
38 | # acl and xattr are not default features | 38 | # acl and xattr are not default features |
39 | # | 39 | # |
40 | PACKAGECONFIG_class-target ??= "\ | 40 | PACKAGECONFIG:class-target ??= "\ |
41 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)} \ | 41 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)} \ |
42 | " | 42 | " |
43 | 43 | ||
44 | # The lib/oe/path.py requires xattr | 44 | # The lib/oe/path.py requires xattr |
45 | PACKAGECONFIG_class-native ??= "xattr" | 45 | PACKAGECONFIG:class-native ??= "xattr" |
46 | 46 | ||
47 | # oe-core builds need xattr support | 47 | # oe-core builds need xattr support |
48 | PACKAGECONFIG_class-nativesdk ??= "xattr" | 48 | PACKAGECONFIG:class-nativesdk ??= "xattr" |
49 | 49 | ||
50 | # with, without, depends, rdepends | 50 | # with, without, depends, rdepends |
51 | # | 51 | # |
@@ -71,16 +71,16 @@ sbindir_progs= "chroot" | |||
71 | # coreutils-stdbuf without getting the rest of coreutils, but make | 71 | # coreutils-stdbuf without getting the rest of coreutils, but make |
72 | # coreutils itself pull in stdbuf, so IMAGE_INSTALL += "coreutils" | 72 | # coreutils itself pull in stdbuf, so IMAGE_INSTALL += "coreutils" |
73 | # always provides all coreutils | 73 | # always provides all coreutils |
74 | PACKAGE_BEFORE_PN_class-target += "${@bb.utils.contains('PACKAGECONFIG', 'single-binary', '', 'coreutils-stdbuf', d)}" | 74 | PACKAGE_BEFORE_PN:class-target += "${@bb.utils.contains('PACKAGECONFIG', 'single-binary', '', 'coreutils-stdbuf', d)}" |
75 | FILES_coreutils-stdbuf = "${bindir}/stdbuf ${libdir}/coreutils/libstdbuf.so" | 75 | FILES:coreutils-stdbuf = "${bindir}/stdbuf ${libdir}/coreutils/libstdbuf.so" |
76 | RDEPENDS_coreutils_class-target += "${@bb.utils.contains('PACKAGECONFIG', 'single-binary', '', 'coreutils-stdbuf', d)}" | 76 | RDEPENDS:coreutils:class-target += "${@bb.utils.contains('PACKAGECONFIG', 'single-binary', '', 'coreutils-stdbuf', d)}" |
77 | 77 | ||
78 | # However, when the single-binary PACKAGECONFIG is used, stdbuf | 78 | # However, when the single-binary PACKAGECONFIG is used, stdbuf |
79 | # functionality is built into the single coreutils binary, so there's | 79 | # functionality is built into the single coreutils binary, so there's |
80 | # no point splitting /usr/bin/stdbuf to its own package. Instead, add | 80 | # no point splitting /usr/bin/stdbuf to its own package. Instead, add |
81 | # an RPROVIDE so that rdepending on coreutils-stdbuf will work | 81 | # an RPROVIDE so that rdepending on coreutils-stdbuf will work |
82 | # regardless of whether single-binary is in effect. | 82 | # regardless of whether single-binary is in effect. |
83 | RPROVIDES_coreutils += "${@bb.utils.contains('PACKAGECONFIG', 'single-binary', 'coreutils-stdbuf', '', d)}" | 83 | RPROVIDES:coreutils += "${@bb.utils.contains('PACKAGECONFIG', 'single-binary', 'coreutils-stdbuf', '', d)}" |
84 | 84 | ||
85 | # Let aclocal use the relative path for the m4 file rather than the | 85 | # Let aclocal use the relative path for the m4 file rather than the |
86 | # absolute since coreutils has a lot of m4 files, otherwise there might | 86 | # absolute since coreutils has a lot of m4 files, otherwise there might |
@@ -89,20 +89,20 @@ RPROVIDES_coreutils += "${@bb.utils.contains('PACKAGECONFIG', 'single-binary', ' | |||
89 | acpaths = "-I ./m4" | 89 | acpaths = "-I ./m4" |
90 | 90 | ||
91 | # Deal with a separate builddir failure if src doesn't exist when creating version.c/version.h | 91 | # Deal with a separate builddir failure if src doesn't exist when creating version.c/version.h |
92 | do_compile_prepend () { | 92 | do_compile:prepend () { |
93 | mkdir -p ${B}/src | 93 | mkdir -p ${B}/src |
94 | } | 94 | } |
95 | 95 | ||
96 | do_install_class-native() { | 96 | do_install:class-native() { |
97 | autotools_do_install | 97 | autotools_do_install |
98 | # remove groups to fix conflict with shadow-native | 98 | # remove groups to fix conflict with shadow-native |
99 | rm -f ${D}${STAGING_BINDIR_NATIVE}/groups | 99 | rm -f ${D}${STAGING_BINDIR_NATIVE}/groups |
100 | # The return is a must since native doesn't need the | 100 | # The return is a must since native doesn't need the |
101 | # do_install_append() in the below. | 101 | # do_install:append() in the below. |
102 | return | 102 | return |
103 | } | 103 | } |
104 | 104 | ||
105 | do_install_append() { | 105 | do_install:append() { |
106 | for i in df mktemp nice printenv base64; do mv ${D}${bindir}/$i ${D}${bindir}/$i.${BPN}; done | 106 | for i in df mktemp nice printenv base64; do mv ${D}${bindir}/$i ${D}${bindir}/$i.${BPN}; done |
107 | 107 | ||
108 | install -d ${D}${base_bindir} | 108 | install -d ${D}${base_bindir} |
@@ -122,8 +122,8 @@ inherit update-alternatives | |||
122 | ALTERNATIVE_PRIORITY = "100" | 122 | ALTERNATIVE_PRIORITY = "100" |
123 | # Make hostname's priority higher than busybox but lower than net-tools | 123 | # Make hostname's priority higher than busybox but lower than net-tools |
124 | ALTERNATIVE_PRIORITY[hostname] = "90" | 124 | ALTERNATIVE_PRIORITY[hostname] = "90" |
125 | ALTERNATIVE_${PN} = "lbracket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs} base32 base64 nice printenv mktemp df" | 125 | ALTERNATIVE:${PN} = "lbracket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs} base32 base64 nice printenv mktemp df" |
126 | ALTERNATIVE_${PN}-doc = "base64.1 nice.1 mktemp.1 df.1 groups.1 kill.1 uptime.1 stat.1 hostname.1" | 126 | ALTERNATIVE:${PN}-doc = "base64.1 nice.1 mktemp.1 df.1 groups.1 kill.1 uptime.1 stat.1 hostname.1" |
127 | 127 | ||
128 | ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" | 128 | ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" |
129 | 129 | ||
@@ -166,12 +166,12 @@ BBCLASSEXTEND = "native nativesdk" | |||
166 | 166 | ||
167 | inherit ptest | 167 | inherit ptest |
168 | 168 | ||
169 | RDEPENDS_${PN}-ptest += "bash findutils gawk liberror-perl make perl perl-modules python3-core sed shadow" | 169 | RDEPENDS:${PN}-ptest += "bash findutils gawk liberror-perl make perl perl-modules python3-core sed shadow" |
170 | 170 | ||
171 | # -dev automatic dependencies fails as we don't want libmodule-build-perl-dev, its too heavy | 171 | # -dev automatic dependencies fails as we don't want libmodule-build-perl-dev, its too heavy |
172 | # may need tweaking if DEPENDS changes | 172 | # may need tweaking if DEPENDS changes |
173 | RRECOMMENDS_coreutils-dev[nodeprrecs] = "1" | 173 | RRECOMMENDS:coreutils-dev[nodeprrecs] = "1" |
174 | RRECOMMENDS_coreutils-dev = "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev" | 174 | RRECOMMENDS:coreutils-dev = "acl-dev attr-dev gmp-dev libcap-dev bash-dev findutils-dev gawk-dev shadow-dev" |
175 | 175 | ||
176 | do_install_ptest () { | 176 | do_install_ptest () { |
177 | install -d ${D}${PTEST_PATH}/tests | 177 | install -d ${D}${PTEST_PATH}/tests |
@@ -206,7 +206,7 @@ do_install_ptest () { | |||
206 | sed -i s:@libdir@:${libdir}:g ${D}${PTEST_PATH}/run-ptest | 206 | sed -i s:@libdir@:${libdir}:g ${D}${PTEST_PATH}/run-ptest |
207 | } | 207 | } |
208 | 208 | ||
209 | FILES_${PN}-ptest += "${bindir}/getlimits" | 209 | FILES:${PN}-ptest += "${bindir}/getlimits" |
210 | 210 | ||
211 | # These are specific to Opensuse | 211 | # These are specific to Opensuse |
212 | CVE_WHITELIST += "CVE-2013-0221 CVE-2013-0222 CVE-2013-0223" | 212 | CVE_WHITELIST += "CVE-2013-0221 CVE-2013-0222 CVE-2013-0223" |
diff --git a/meta/recipes-core/dbus/dbus-glib_0.112.bb b/meta/recipes-core/dbus/dbus-glib_0.112.bb index 003c3accc3..a03b2addfd 100644 --- a/meta/recipes-core/dbus/dbus-glib_0.112.bb +++ b/meta/recipes-core/dbus/dbus-glib_0.112.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c31c73c1d8f5d06784b2ccd22e42d641 \ | |||
8 | SECTION = "base" | 8 | SECTION = "base" |
9 | 9 | ||
10 | DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" | 10 | DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" |
11 | DEPENDS_class-native = "glib-2.0-native dbus-native" | 11 | DEPENDS:class-native = "glib-2.0-native dbus-native" |
12 | 12 | ||
13 | SRC_URI = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ | 13 | SRC_URI = "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ |
14 | file://no-examples.patch \ | 14 | file://no-examples.patch \ |
@@ -24,16 +24,16 @@ inherit autotools pkgconfig gettext bash-completion gtk-doc | |||
24 | PACKAGECONFIG ??= "" | 24 | PACKAGECONFIG ??= "" |
25 | PACKAGECONFIG[tests] = "--enable-tests,,," | 25 | PACKAGECONFIG[tests] = "--enable-tests,,," |
26 | 26 | ||
27 | EXTRA_OECONF_class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" | 27 | EXTRA_OECONF:class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" |
28 | 28 | ||
29 | PACKAGES += "${PN}-tests" | 29 | PACKAGES += "${PN}-tests" |
30 | 30 | ||
31 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | 31 | FILES:${PN} = "${libdir}/lib*${SOLIBS}" |
32 | FILES_${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper" | 32 | FILES:${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper" |
33 | FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" | 33 | FILES:${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" |
34 | FILES_${PN}-dev += "${bindir}/dbus-binding-tool" | 34 | FILES:${PN}-dev += "${bindir}/dbus-binding-tool" |
35 | 35 | ||
36 | RDEPENDS_${PN}-tests += "dbus-x11" | 36 | RDEPENDS:${PN}-tests += "dbus-x11" |
37 | FILES_${PN}-tests = "${datadir}/${BPN}/tests" | 37 | FILES:${PN}-tests = "${datadir}/${BPN}/tests" |
38 | 38 | ||
39 | BBCLASSEXTEND = "native" | 39 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-core/dbus/dbus-test_1.12.20.bb b/meta/recipes-core/dbus/dbus-test_1.12.20.bb index 755c841bad..ae70301431 100644 --- a/meta/recipes-core/dbus/dbus-test_1.12.20.bb +++ b/meta/recipes-core/dbus/dbus-test_1.12.20.bb | |||
@@ -10,7 +10,7 @@ SRC_URI += "file://run-ptest \ | |||
10 | 10 | ||
11 | DEPENDS = "dbus glib-2.0" | 11 | DEPENDS = "dbus glib-2.0" |
12 | 12 | ||
13 | RDEPENDS_${PN}-dev = "" | 13 | RDEPENDS:${PN}-dev = "" |
14 | 14 | ||
15 | S="${WORKDIR}/dbus-${PV}" | 15 | S="${WORKDIR}/dbus-${PV}" |
16 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:" | 16 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:" |
@@ -58,7 +58,7 @@ do_install_ptest() { | |||
58 | sed -i -e 's;@PTEST_PATH@;${PTEST_PATH};g' ${D}${PTEST_PATH}/run-ptest | 58 | sed -i -e 's;@PTEST_PATH@;${PTEST_PATH};g' ${D}${PTEST_PATH}/run-ptest |
59 | } | 59 | } |
60 | 60 | ||
61 | RDEPENDS_${PN}-ptest += "bash make dbus" | 61 | RDEPENDS:${PN}-ptest += "bash make dbus" |
62 | RDEPENDS_${PN}-ptest_remove = "${PN}" | 62 | RDEPENDS:${PN}-ptest:remove = "${PN}" |
63 | 63 | ||
64 | PRIVATE_LIBS_${PN}-ptest = "libdbus-1.so.3" | 64 | PRIVATE_LIBS:${PN}-ptest = "libdbus-1.so.3" |
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index dcbcc0a9d6..b237476493 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -19,14 +19,14 @@ EXTRA_OECONF = "--disable-xml-docs \ | |||
19 | --enable-largefile \ | 19 | --enable-largefile \ |
20 | --with-system-socket=/run/dbus/system_bus_socket \ | 20 | --with-system-socket=/run/dbus/system_bus_socket \ |
21 | " | 21 | " |
22 | EXTRA_OECONF_append_class-target = " SYSTEMCTL=${base_bindir}/systemctl" | 22 | EXTRA_OECONF:append:class-target = " SYSTEMCTL=${base_bindir}/systemctl" |
23 | EXTRA_OECONF_append_class-native = " --disable-selinux" | 23 | EXTRA_OECONF:append:class-native = " --disable-selinux" |
24 | 24 | ||
25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)} \ | 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)} \ |
26 | user-session \ | 26 | user-session \ |
27 | " | 27 | " |
28 | PACKAGECONFIG_class-native = "" | 28 | PACKAGECONFIG:class-native = "" |
29 | PACKAGECONFIG_class-nativesdk = "" | 29 | PACKAGECONFIG:class-nativesdk = "" |
30 | 30 | ||
31 | PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_system_unitdir},--disable-systemd --without-systemdsystemunitdir,systemd" | 31 | PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_system_unitdir},--disable-systemd --without-systemdsystemunitdir,systemd" |
32 | PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm" | 32 | PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm" |
diff --git a/meta/recipes-core/dbus/dbus_1.12.20.bb b/meta/recipes-core/dbus/dbus_1.12.20.bb index 2f6da67510..48947209d9 100644 --- a/meta/recipes-core/dbus/dbus_1.12.20.bb +++ b/meta/recipes-core/dbus/dbus_1.12.20.bb | |||
@@ -7,10 +7,10 @@ require dbus.inc | |||
7 | 7 | ||
8 | DEPENDS = "expat virtual/libintl autoconf-archive" | 8 | DEPENDS = "expat virtual/libintl autoconf-archive" |
9 | PACKAGES += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '${PN}-ptest', '', d)}" | 9 | PACKAGES += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '${PN}-ptest', '', d)}" |
10 | ALLOW_EMPTY_dbus-ptest = "1" | 10 | ALLOW_EMPTY:dbus-ptest = "1" |
11 | RDEPENDS_dbus-ptest_class-target = "dbus-test-ptest" | 11 | RDEPENDS:dbus-ptest:class-target = "dbus-test-ptest" |
12 | RDEPENDS_${PN} += "${PN}-common ${PN}-tools" | 12 | RDEPENDS:${PN} += "${PN}-common ${PN}-tools" |
13 | RDEPENDS_${PN}_class-native = "" | 13 | RDEPENDS:${PN}:class-native = "" |
14 | 14 | ||
15 | inherit useradd update-rc.d | 15 | inherit useradd update-rc.d |
16 | 16 | ||
@@ -25,22 +25,22 @@ python __anonymous() { | |||
25 | PACKAGES =+ "${PN}-lib ${PN}-common ${PN}-tools" | 25 | PACKAGES =+ "${PN}-lib ${PN}-common ${PN}-tools" |
26 | 26 | ||
27 | USERADD_PACKAGES = "dbus-common" | 27 | USERADD_PACKAGES = "dbus-common" |
28 | USERADD_PARAM_dbus-common = "--system --home ${localstatedir}/lib/dbus \ | 28 | USERADD_PARAM:dbus-common = "--system --home ${localstatedir}/lib/dbus \ |
29 | --no-create-home --shell /bin/false \ | 29 | --no-create-home --shell /bin/false \ |
30 | --user-group messagebus" | 30 | --user-group messagebus" |
31 | 31 | ||
32 | CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf" | 32 | CONFFILES:${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session.conf" |
33 | 33 | ||
34 | DEBIANNAME_${PN} = "dbus-1" | 34 | DEBIANNAME:${PN} = "dbus-1" |
35 | 35 | ||
36 | OLDPKGNAME = "dbus-x11" | 36 | OLDPKGNAME = "dbus-x11" |
37 | OLDPKGNAME_class-nativesdk = "" | 37 | OLDPKGNAME:class-nativesdk = "" |
38 | 38 | ||
39 | # for compatibility | 39 | # for compatibility |
40 | RPROVIDES_${PN} = "${OLDPKGNAME}" | 40 | RPROVIDES:${PN} = "${OLDPKGNAME}" |
41 | RREPLACES_${PN} += "${OLDPKGNAME}" | 41 | RREPLACES:${PN} += "${OLDPKGNAME}" |
42 | 42 | ||
43 | FILES_${PN} = "${bindir}/dbus-daemon* \ | 43 | FILES:${PN} = "${bindir}/dbus-daemon* \ |
44 | ${bindir}/dbus-cleanup-sockets \ | 44 | ${bindir}/dbus-cleanup-sockets \ |
45 | ${bindir}/dbus-launch \ | 45 | ${bindir}/dbus-launch \ |
46 | ${bindir}/dbus-run-session \ | 46 | ${bindir}/dbus-run-session \ |
@@ -51,7 +51,7 @@ FILES_${PN} = "${bindir}/dbus-daemon* \ | |||
51 | ${systemd_user_unitdir} \ | 51 | ${systemd_user_unitdir} \ |
52 | ${nonarch_libdir}/tmpfiles.d/dbus.conf \ | 52 | ${nonarch_libdir}/tmpfiles.d/dbus.conf \ |
53 | " | 53 | " |
54 | FILES_${PN}-common = "${sysconfdir}/dbus-1 \ | 54 | FILES:${PN}-common = "${sysconfdir}/dbus-1 \ |
55 | ${datadir}/dbus-1/services \ | 55 | ${datadir}/dbus-1/services \ |
56 | ${datadir}/dbus-1/system-services \ | 56 | ${datadir}/dbus-1/system-services \ |
57 | ${datadir}/dbus-1/session.d \ | 57 | ${datadir}/dbus-1/session.d \ |
@@ -64,17 +64,17 @@ FILES_${PN}-common = "${sysconfdir}/dbus-1 \ | |||
64 | ${systemd_user_unitdir}/sockets.target.wants \ | 64 | ${systemd_user_unitdir}/sockets.target.wants \ |
65 | ${nonarch_libdir}/sysusers.d/dbus.conf \ | 65 | ${nonarch_libdir}/sysusers.d/dbus.conf \ |
66 | " | 66 | " |
67 | FILES_${PN}-tools = "${bindir}/dbus-uuidgen \ | 67 | FILES:${PN}-tools = "${bindir}/dbus-uuidgen \ |
68 | ${bindir}/dbus-send \ | 68 | ${bindir}/dbus-send \ |
69 | ${bindir}/dbus-monitor \ | 69 | ${bindir}/dbus-monitor \ |
70 | ${bindir}/dbus-update-activation-environment \ | 70 | ${bindir}/dbus-update-activation-environment \ |
71 | " | 71 | " |
72 | FILES_${PN}-lib = "${libdir}/lib*.so.*" | 72 | FILES:${PN}-lib = "${libdir}/lib*.so.*" |
73 | RRECOMMENDS_${PN}-lib = "${PN}" | 73 | RRECOMMENDS:${PN}-lib = "${PN}" |
74 | FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-test-tool ${datadir}/xml/dbus-1" | 74 | FILES:${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-test-tool ${datadir}/xml/dbus-1" |
75 | 75 | ||
76 | PACKAGE_WRITE_DEPS += "${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','systemd-systemctl-native','',d)}" | 76 | PACKAGE_WRITE_DEPS += "${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','systemd-systemctl-native','',d)}" |
77 | pkg_postinst_dbus() { | 77 | pkg_postinst:dbus() { |
78 | # If both systemd and sysvinit are enabled, mask the dbus-1 init script | 78 | # If both systemd and sysvinit are enabled, mask the dbus-1 init script |
79 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','true','false',d)}; then | 79 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd sysvinit','true','false',d)}; then |
80 | if [ -n "$D" ]; then | 80 | if [ -n "$D" ]; then |
@@ -130,7 +130,7 @@ do_install() { | |||
130 | rm -rf ${D}${localstatedir}/run | 130 | rm -rf ${D}${localstatedir}/run |
131 | } | 131 | } |
132 | 132 | ||
133 | do_install_class-native() { | 133 | do_install:class-native() { |
134 | autotools_do_install | 134 | autotools_do_install |
135 | 135 | ||
136 | # dbus-launch has no X support so lets not install it in case the host | 136 | # dbus-launch has no X support so lets not install it in case the host |
@@ -138,7 +138,7 @@ do_install_class-native() { | |||
138 | rm -f ${D}${bindir}/dbus-launch | 138 | rm -f ${D}${bindir}/dbus-launch |
139 | } | 139 | } |
140 | 140 | ||
141 | do_install_class-nativesdk() { | 141 | do_install:class-nativesdk() { |
142 | autotools_do_install | 142 | autotools_do_install |
143 | 143 | ||
144 | # dbus-launch has no X support so lets not install it in case the host | 144 | # dbus-launch has no X support so lets not install it in case the host |
@@ -150,4 +150,4 @@ do_install_class-nativesdk() { | |||
150 | } | 150 | } |
151 | BBCLASSEXTEND = "native nativesdk" | 151 | BBCLASSEXTEND = "native nativesdk" |
152 | 152 | ||
153 | INSANE_SKIP_${PN}-ptest += "build-deps" | 153 | INSANE_SKIP:${PN}-ptest += "build-deps" |
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc index ed3ef3384a..b5f3778abe 100644 --- a/meta/recipes-core/dropbear/dropbear.inc +++ b/meta/recipes-core/dropbear/dropbear.inc | |||
@@ -9,8 +9,8 @@ LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause & PD" | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=25cf44512b7bc8966a48b6b1a9b7605f" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=25cf44512b7bc8966a48b6b1a9b7605f" |
10 | 10 | ||
11 | DEPENDS = "zlib virtual/crypt" | 11 | DEPENDS = "zlib virtual/crypt" |
12 | RPROVIDES_${PN} = "ssh sshd" | 12 | RPROVIDES:${PN} = "ssh sshd" |
13 | RCONFLICTS_${PN} = "openssh-sshd openssh" | 13 | RCONFLICTS:${PN} = "openssh-sshd openssh" |
14 | 14 | ||
15 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 15 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
16 | 16 | ||
@@ -33,7 +33,7 @@ PAM_PLUGINS = "libpam-runtime \ | |||
33 | pam-plugin-permit \ | 33 | pam-plugin-permit \ |
34 | pam-plugin-unix \ | 34 | pam-plugin-unix \ |
35 | " | 35 | " |
36 | RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)}" | 36 | RDEPENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_PLUGINS}', '', d)}" |
37 | 37 | ||
38 | inherit autotools update-rc.d systemd | 38 | inherit autotools update-rc.d systemd |
39 | 39 | ||
@@ -42,7 +42,7 @@ CVE_PRODUCT = "dropbear_ssh" | |||
42 | INITSCRIPT_NAME = "dropbear" | 42 | INITSCRIPT_NAME = "dropbear" |
43 | INITSCRIPT_PARAMS = "defaults 10" | 43 | INITSCRIPT_PARAMS = "defaults 10" |
44 | 44 | ||
45 | SYSTEMD_SERVICE_${PN} = "dropbear.socket" | 45 | SYSTEMD_SERVICE:${PN} = "dropbear.socket" |
46 | 46 | ||
47 | SBINCOMMANDS = "dropbear dropbearkey dropbearconvert" | 47 | SBINCOMMANDS = "dropbear dropbearkey dropbearconvert" |
48 | BINCOMMANDS = "dbclient ssh scp" | 48 | BINCOMMANDS = "dbclient ssh scp" |
@@ -60,7 +60,7 @@ EXTRA_OECONF += "\ | |||
60 | EXTRA_OECONF += "--disable-harden" | 60 | EXTRA_OECONF += "--disable-harden" |
61 | 61 | ||
62 | # musl does not implement wtmp/logwtmp APIs | 62 | # musl does not implement wtmp/logwtmp APIs |
63 | EXTRA_OECONF_append_libc-musl = " --disable-wtmp --disable-lastlog" | 63 | EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog" |
64 | 64 | ||
65 | do_install() { | 65 | do_install() { |
66 | install -d ${D}${sysconfdir} \ | 66 | install -d ${D}${sysconfdir} \ |
@@ -110,11 +110,11 @@ do_install() { | |||
110 | inherit update-alternatives | 110 | inherit update-alternatives |
111 | 111 | ||
112 | ALTERNATIVE_PRIORITY = "20" | 112 | ALTERNATIVE_PRIORITY = "20" |
113 | ALTERNATIVE_${PN} = "${@bb.utils.filter('BINCOMMANDS', 'scp ssh', d)}" | 113 | ALTERNATIVE:${PN} = "${@bb.utils.filter('BINCOMMANDS', 'scp ssh', d)}" |
114 | 114 | ||
115 | ALTERNATIVE_TARGET = "${sbindir}/dropbearmulti" | 115 | ALTERNATIVE_TARGET = "${sbindir}/dropbearmulti" |
116 | 116 | ||
117 | pkg_postrm_append_${PN} () { | 117 | pkg_postrm:append_${PN} () { |
118 | if [ -f "${sysconfdir}/dropbear/dropbear_rsa_host_key" ]; then | 118 | if [ -f "${sysconfdir}/dropbear/dropbear_rsa_host_key" ]; then |
119 | rm ${sysconfdir}/dropbear/dropbear_rsa_host_key | 119 | rm ${sysconfdir}/dropbear/dropbear_rsa_host_key |
120 | fi | 120 | fi |
@@ -123,4 +123,4 @@ pkg_postrm_append_${PN} () { | |||
123 | fi | 123 | fi |
124 | } | 124 | } |
125 | 125 | ||
126 | FILES_${PN} += "${bindir}" | 126 | FILES:${PN} += "${bindir}" |
diff --git a/meta/recipes-core/ell/ell_0.41.bb b/meta/recipes-core/ell/ell_0.41.bb index 5fd3077bc3..f6da957b51 100644 --- a/meta/recipes-core/ell/ell_0.41.bb +++ b/meta/recipes-core/ell/ell_0.41.bb | |||
@@ -19,6 +19,6 @@ SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.ta | |||
19 | " | 19 | " |
20 | SRC_URI[sha256sum] = "4e8dba6c53cf152dbd0fd1dc3d4c7b04abf79e20a948895f85943e586870505c" | 20 | SRC_URI[sha256sum] = "4e8dba6c53cf152dbd0fd1dc3d4c7b04abf79e20a948895f85943e586870505c" |
21 | 21 | ||
22 | do_configure_prepend () { | 22 | do_configure:prepend () { |
23 | mkdir -p ${S}/build-aux | 23 | mkdir -p ${S}/build-aux |
24 | } | 24 | } |
diff --git a/meta/recipes-core/expat/expat_2.4.1.bb b/meta/recipes-core/expat/expat_2.4.1.bb index 451158a5d3..555dd0d601 100644 --- a/meta/recipes-core/expat/expat_2.4.1.bb +++ b/meta/recipes-core/expat/expat_2.4.1.bb | |||
@@ -13,13 +13,13 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \ | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "2f9b6a580b94577b150a7d5617ad4643a4301a6616ff459307df3e225bcfbf40" | 14 | SRC_URI[sha256sum] = "2f9b6a580b94577b150a7d5617ad4643a4301a6616ff459307df3e225bcfbf40" |
15 | 15 | ||
16 | EXTRA_OECMAKE_class-native += "-DEXPAT_BUILD_DOCS=OFF" | 16 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" |
17 | 17 | ||
18 | RDEPENDS_${PN}-ptest += "bash" | 18 | RDEPENDS:${PN}-ptest += "bash" |
19 | 19 | ||
20 | inherit cmake lib_package ptest | 20 | inherit cmake lib_package ptest |
21 | 21 | ||
22 | do_install_ptest_class-target() { | 22 | do_install_ptest:class-target() { |
23 | install -m 755 ${B}/tests/* ${D}${PTEST_PATH} | 23 | install -m 755 ${B}/tests/* ${D}${PTEST_PATH} |
24 | } | 24 | } |
25 | 25 | ||
diff --git a/meta/recipes-core/gettext/gettext_0.21.bb b/meta/recipes-core/gettext/gettext_0.21.bb index b86e8d8381..4247b487ab 100644 --- a/meta/recipes-core/gettext/gettext_0.21.bb +++ b/meta/recipes-core/gettext/gettext_0.21.bb | |||
@@ -9,10 +9,10 @@ LICENSE = "GPLv3+ & LGPL-2.1+" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" |
10 | 10 | ||
11 | DEPENDS = "gettext-native virtual/libiconv" | 11 | DEPENDS = "gettext-native virtual/libiconv" |
12 | DEPENDS_class-native = "gettext-minimal-native" | 12 | DEPENDS:class-native = "gettext-minimal-native" |
13 | PROVIDES = "virtual/libintl virtual/gettext" | 13 | PROVIDES = "virtual/libintl virtual/gettext" |
14 | PROVIDES_class-native = "virtual/gettext-native" | 14 | PROVIDES:class-native = "virtual/gettext-native" |
15 | RCONFLICTS_${PN} = "proxy-libintl" | 15 | RCONFLICTS:${PN} = "proxy-libintl" |
16 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ | 16 | SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ |
17 | file://parallel.patch \ | 17 | file://parallel.patch \ |
18 | file://use-pkgconfig.patch \ | 18 | file://use-pkgconfig.patch \ |
@@ -39,7 +39,7 @@ EXTRA_OECONF += "--without-lispdir \ | |||
39 | --without-git \ | 39 | --without-git \ |
40 | --cache-file=${B}/config.cache \ | 40 | --cache-file=${B}/config.cache \ |
41 | " | 41 | " |
42 | EXTRA_OECONF_append_class-target = " \ | 42 | EXTRA_OECONF:append:class-target = " \ |
43 | --with-bisonlocaledir=${datadir}/locale \ | 43 | --with-bisonlocaledir=${datadir}/locale \ |
44 | gt_cv_locale_fr_utf8=fr_FR \ | 44 | gt_cv_locale_fr_utf8=fr_FR \ |
45 | gt_cv_locale_fr=fr_FR.ISO-8859-1 \ | 45 | gt_cv_locale_fr=fr_FR.ISO-8859-1 \ |
@@ -48,8 +48,8 @@ EXTRA_OECONF_append_class-target = " \ | |||
48 | " | 48 | " |
49 | 49 | ||
50 | PACKAGECONFIG ??= "croco glib libxml" | 50 | PACKAGECONFIG ??= "croco glib libxml" |
51 | PACKAGECONFIG_class-native = "" | 51 | PACKAGECONFIG:class-native = "" |
52 | PACKAGECONFIG_class-nativesdk = "" | 52 | PACKAGECONFIG:class-nativesdk = "" |
53 | 53 | ||
54 | PACKAGECONFIG[croco] = "--without-included-libcroco,--with-included-libcroco,libcroco" | 54 | PACKAGECONFIG[croco] = "--without-included-libcroco,--with-included-libcroco,libcroco" |
55 | PACKAGECONFIG[glib] = "--without-included-glib,--with-included-glib,glib-2.0" | 55 | PACKAGECONFIG[glib] = "--without-included-glib,--with-included-glib,glib-2.0" |
@@ -62,7 +62,7 @@ PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,-- | |||
62 | acpaths = '-I ${S}/gettext-runtime/m4 \ | 62 | acpaths = '-I ${S}/gettext-runtime/m4 \ |
63 | -I ${S}/gettext-tools/m4' | 63 | -I ${S}/gettext-tools/m4' |
64 | 64 | ||
65 | do_install_append_libc-musl () { | 65 | do_install:append:libc-musl () { |
66 | rm -f ${D}${libdir}/charset.alias | 66 | rm -f ${D}${libdir}/charset.alias |
67 | rm -f ${D}${includedir}/libintl.h | 67 | rm -f ${D}${includedir}/libintl.h |
68 | rm -f ${D}${libdir}/libintl.la | 68 | rm -f ${D}${libdir}/libintl.la |
@@ -79,29 +79,29 @@ do_install_append_libc-musl () { | |||
79 | # 4 KiB /ep93xx/libgcc-s-dev_4.2.2-r2_ep93xx.ipk | 79 | # 4 KiB /ep93xx/libgcc-s-dev_4.2.2-r2_ep93xx.ipk |
80 | 80 | ||
81 | PACKAGES =+ "libgettextlib libgettextsrc" | 81 | PACKAGES =+ "libgettextlib libgettextsrc" |
82 | FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" | 82 | FILES:libgettextlib = "${libdir}/libgettextlib-*.so*" |
83 | FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" | 83 | FILES:libgettextsrc = "${libdir}/libgettextsrc-*.so*" |
84 | 84 | ||
85 | PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-doc" | 85 | PACKAGES =+ "gettext-runtime gettext-runtime-dev gettext-runtime-doc" |
86 | 86 | ||
87 | FILES_${PN} += "${libdir}/${BPN}/*" | 87 | FILES:${PN} += "${libdir}/${BPN}/*" |
88 | 88 | ||
89 | # The its/Makefile.am has defined: | 89 | # The its/Makefile.am has defined: |
90 | # itsdir = $(pkgdatadir)$(PACKAGE_SUFFIX)/its | 90 | # itsdir = $(pkgdatadir)$(PACKAGE_SUFFIX)/its |
91 | # not itsdir = $(pkgdatadir), so use wildcard to match the version. | 91 | # not itsdir = $(pkgdatadir), so use wildcard to match the version. |
92 | FILES_${PN} += "${datadir}/${BPN}-*/*" | 92 | FILES:${PN} += "${datadir}/${BPN}-*/*" |
93 | 93 | ||
94 | FILES_gettext-runtime = "${bindir}/gettext \ | 94 | FILES:gettext-runtime = "${bindir}/gettext \ |
95 | ${bindir}/ngettext \ | 95 | ${bindir}/ngettext \ |
96 | ${bindir}/envsubst \ | 96 | ${bindir}/envsubst \ |
97 | ${bindir}/gettext.sh \ | 97 | ${bindir}/gettext.sh \ |
98 | ${libdir}/libasprintf.so* \ | 98 | ${libdir}/libasprintf.so* \ |
99 | ${libdir}/GNU.Gettext.dll \ | 99 | ${libdir}/GNU.Gettext.dll \ |
100 | " | 100 | " |
101 | FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \ | 101 | FILES:gettext-runtime-dev += "${libdir}/libasprintf.a \ |
102 | ${includedir}/autosprintf.h \ | 102 | ${includedir}/autosprintf.h \ |
103 | " | 103 | " |
104 | FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ | 104 | FILES:gettext-runtime-doc = "${mandir}/man1/gettext.* \ |
105 | ${mandir}/man1/ngettext.* \ | 105 | ${mandir}/man1/ngettext.* \ |
106 | ${mandir}/man1/envsubst.* \ | 106 | ${mandir}/man1/envsubst.* \ |
107 | ${mandir}/man1/.* \ | 107 | ${mandir}/man1/.* \ |
@@ -116,11 +116,11 @@ FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ | |||
116 | ${infodir}/autosprintf.info \ | 116 | ${infodir}/autosprintf.info \ |
117 | " | 117 | " |
118 | 118 | ||
119 | do_install_append() { | 119 | do_install:append() { |
120 | rm -f ${D}${libdir}/preloadable_libintl.so | 120 | rm -f ${D}${libdir}/preloadable_libintl.so |
121 | } | 121 | } |
122 | 122 | ||
123 | do_install_append_class-native () { | 123 | do_install:append:class-native () { |
124 | rm ${D}${datadir}/aclocal/* | 124 | rm ${D}${datadir}/aclocal/* |
125 | rm ${D}${datadir}/gettext/config.rpath | 125 | rm ${D}${datadir}/gettext/config.rpath |
126 | rm ${D}${datadir}/gettext/po/Makefile.in.in | 126 | rm ${D}${datadir}/gettext/po/Makefile.in.in |
@@ -174,8 +174,8 @@ do_install_ptest() { | |||
174 | fi | 174 | fi |
175 | } | 175 | } |
176 | 176 | ||
177 | RDEPENDS_${PN}-ptest += "make xz" | 177 | RDEPENDS:${PN}-ptest += "make xz" |
178 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 178 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ |
179 | glibc-gconv-big5 \ | 179 | glibc-gconv-big5 \ |
180 | glibc-charmap-big5 \ | 180 | glibc-charmap-big5 \ |
181 | glibc-gconv-cp1251 \ | 181 | glibc-gconv-cp1251 \ |
@@ -196,12 +196,12 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | |||
196 | locale-base-fr-fr \ | 196 | locale-base-fr-fr \ |
197 | " | 197 | " |
198 | 198 | ||
199 | RRECOMMENDS_${PN}-ptest_append_libc-glibc = "\ | 199 | RRECOMMENDS:${PN}-ptest:append:libc-glibc = "\ |
200 | locale-base-de-de.iso-8859-1 \ | 200 | locale-base-de-de.iso-8859-1 \ |
201 | locale-base-fr-fr.iso-8859-1 \ | 201 | locale-base-fr-fr.iso-8859-1 \ |
202 | " | 202 | " |
203 | 203 | ||
204 | INSANE_SKIP_${PN}-ptest += "ldflags" | 204 | INSANE_SKIP:${PN}-ptest += "ldflags" |
205 | INSANE_SKIP_${PN}-ptest += "rpaths" | 205 | INSANE_SKIP:${PN}-ptest += "rpaths" |
206 | 206 | ||
207 | BBCLASSEXTEND = "native nativesdk" | 207 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.68.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.68.3.bb index cbce6eae61..c71dc81202 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.68.3.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.68.3.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ | |||
20 | file://time-test.patch \ | 20 | file://time-test.patch \ |
21 | file://0001-correctly-use-3-parameters-for-close_range.patch \ | 21 | file://0001-correctly-use-3-parameters-for-close_range.patch \ |
22 | " | 22 | " |
23 | SRC_URI_append_class-native = " file://relocate-modules.patch" | 23 | SRC_URI:append:class-native = " file://relocate-modules.patch" |
24 | 24 | ||
25 | SRC_URI[sha256sum] = "e7e1a3c20c026109c45c9ec4a31d8dcebc22e86c69486993e565817d64be3138" | 25 | SRC_URI[sha256sum] = "e7e1a3c20c026109c45c9ec4a31d8dcebc22e86c69486993e565817d64be3138" |
26 | 26 | ||
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 71777bc459..4859d28097 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -30,7 +30,7 @@ LEAD_SONAME = "libglib-2.0.*" | |||
30 | 30 | ||
31 | inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages | 31 | inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages |
32 | 32 | ||
33 | DEPENDS_append_class-target = "${@' gtk-doc' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" | 33 | DEPENDS:append:class-target = "${@' gtk-doc' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" |
34 | 34 | ||
35 | GTKDOC_MESON_OPTION = "gtk_doc" | 35 | GTKDOC_MESON_OPTION = "gtk_doc" |
36 | 36 | ||
@@ -48,55 +48,55 @@ PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false,dbus" | |||
48 | 48 | ||
49 | EXTRA_OEMESON = "-Ddtrace=false -Dfam=false -Dsystemtap=false -Dselinux=disabled" | 49 | EXTRA_OEMESON = "-Ddtrace=false -Dfam=false -Dsystemtap=false -Dselinux=disabled" |
50 | 50 | ||
51 | do_configure_prepend() { | 51 | do_configure:prepend() { |
52 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in | 52 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in |
53 | } | 53 | } |
54 | 54 | ||
55 | FILES_${PN} = "${libdir}/lib*${SOLIBS} \ | 55 | FILES:${PN} = "${libdir}/lib*${SOLIBS} \ |
56 | ${libdir}/gio \ | 56 | ${libdir}/gio \ |
57 | ${libexecdir}/*gio-querymodules \ | 57 | ${libexecdir}/*gio-querymodules \ |
58 | ${datadir}/glib-2.0/schemas" | 58 | ${datadir}/glib-2.0/schemas" |
59 | 59 | ||
60 | FILES_${PN}-utils += "${bindir}/glib-genmarshal \ | 60 | FILES:${PN}-utils += "${bindir}/glib-genmarshal \ |
61 | ${bindir}/glib-gettextize \ | 61 | ${bindir}/glib-gettextize \ |
62 | ${bindir}/glib-mkenums \ | 62 | ${bindir}/glib-mkenums \ |
63 | ${bindir}/glib-compile-resources" | 63 | ${bindir}/glib-compile-resources" |
64 | 64 | ||
65 | FILES_${PN}-dev += "${libdir}/glib-2.0/include \ | 65 | FILES:${PN}-dev += "${libdir}/glib-2.0/include \ |
66 | ${libdir}/gio/modules/lib*${SOLIBSDEV} \ | 66 | ${libdir}/gio/modules/lib*${SOLIBSDEV} \ |
67 | ${libdir}/gio/modules/*.la \ | 67 | ${libdir}/gio/modules/*.la \ |
68 | ${datadir}/glib-2.0/gettext/po/Makefile.in.in \ | 68 | ${datadir}/glib-2.0/gettext/po/Makefile.in.in \ |
69 | ${datadir}/glib-2.0/schemas/gschema.dtd \ | 69 | ${datadir}/glib-2.0/schemas/gschema.dtd \ |
70 | ${datadir}/glib-2.0/valgrind/glib.supp \ | 70 | ${datadir}/glib-2.0/valgrind/glib.supp \ |
71 | ${datadir}/gettext/its" | 71 | ${datadir}/gettext/its" |
72 | FILES_${PN}-dbg += "${datadir}/glib-2.0/gdb ${datadir}/gdb" | 72 | FILES:${PN}-dbg += "${datadir}/glib-2.0/gdb ${datadir}/gdb" |
73 | FILES_${PN}-codegen = "${datadir}/glib-2.0/codegen/*.py \ | 73 | FILES:${PN}-codegen = "${datadir}/glib-2.0/codegen/*.py \ |
74 | ${bindir}/gdbus-codegen" | 74 | ${bindir}/gdbus-codegen" |
75 | FILES_${PN}-utils = "${bindir}/*" | 75 | FILES:${PN}-utils = "${bindir}/*" |
76 | 76 | ||
77 | SHAREDMIMEDEP = "shared-mime-info" | 77 | SHAREDMIMEDEP = "shared-mime-info" |
78 | SHAREDMIMEDEP_class-native = "" | 78 | SHAREDMIMEDEP:class-native = "" |
79 | # When cross compiling for Windows we don't want to include this | 79 | # When cross compiling for Windows we don't want to include this |
80 | SHAREDMIMEDEP_mingw32 = "" | 80 | SHAREDMIMEDEP:mingw32 = "" |
81 | 81 | ||
82 | RRECOMMENDS_${PN} += "${SHAREDMIMEDEP}" | 82 | RRECOMMENDS:${PN} += "${SHAREDMIMEDEP}" |
83 | 83 | ||
84 | ARM_INSTRUCTION_SET_armv4 = "arm" | 84 | ARM_INSTRUCTION_SET:armv4 = "arm" |
85 | ARM_INSTRUCTION_SET_armv5 = "arm" | 85 | ARM_INSTRUCTION_SET:armv5 = "arm" |
86 | # Valgrind runtime detection works using hand-written assembly, which | 86 | # Valgrind runtime detection works using hand-written assembly, which |
87 | # doesn't support mips16e | 87 | # doesn't support mips16e |
88 | CPPFLAGS_append_class-target_mips16e = " -DNVALGRIND=1" | 88 | CPPFLAGS:append:class-target:mips16e = " -DNVALGRIND=1" |
89 | 89 | ||
90 | # GLib generally requires gettext to be present so for USE_NLS to yes. For | 90 | # GLib generally requires gettext to be present so for USE_NLS to yes. For |
91 | # native builds as i18n is disabled globally we have to add a gettext-native dependency. | 91 | # native builds as i18n is disabled globally we have to add a gettext-native dependency. |
92 | USE_NLS_class-target = "yes" | 92 | USE_NLS:class-target = "yes" |
93 | USE_NLS_class-nativesdk = "yes" | 93 | USE_NLS:class-nativesdk = "yes" |
94 | DEPENDS_append_class-native = " gettext-native" | 94 | DEPENDS:append:class-native = " gettext-native" |
95 | 95 | ||
96 | EXEEXT = "" | 96 | EXEEXT = "" |
97 | EXEEXT_mingw32 = ".exe" | 97 | EXEEXT:mingw32 = ".exe" |
98 | 98 | ||
99 | do_install_append () { | 99 | do_install:append () { |
100 | if [ -f ${D}${bindir}/gtester-report ]; then | 100 | if [ -f ${D}${bindir}/gtester-report ]; then |
101 | sed ${D}${bindir}/gtester-report -i -e '1s|^#!.*|#!/usr/bin/env python3|' | 101 | sed ${D}${bindir}/gtester-report -i -e '1s|^#!.*|#!/usr/bin/env python3|' |
102 | fi | 102 | fi |
@@ -118,7 +118,7 @@ do_install_append () { | |||
118 | mkdir -p ${D}${libdir}/gio/modules | 118 | mkdir -p ${D}${libdir}/gio/modules |
119 | } | 119 | } |
120 | 120 | ||
121 | do_install_append_class-target () { | 121 | do_install:append:class-target () { |
122 | # Tests are only installed on targets, not native builds. Separating this out | 122 | # Tests are only installed on targets, not native builds. Separating this out |
123 | # keeps glib-2.0-native from depending on DISTRO_FEATURES | 123 | # keeps glib-2.0-native from depending on DISTRO_FEATURES |
124 | if [ -f ${D}${datadir}/installed-tests/glib/gdbus-serialization.test ]; then | 124 | if [ -f ${D}${datadir}/installed-tests/glib/gdbus-serialization.test ]; then |
@@ -134,18 +134,18 @@ do_install_append_class-target () { | |||
134 | } | 134 | } |
135 | 135 | ||
136 | # As we do not build python3 for windows, makes no sense to ship the script that's using it | 136 | # As we do not build python3 for windows, makes no sense to ship the script that's using it |
137 | do_install_append_mingw32() { | 137 | do_install:append:mingw32() { |
138 | rm -f ${D}${bindir}/gtester-report | 138 | rm -f ${D}${bindir}/gtester-report |
139 | } | 139 | } |
140 | 140 | ||
141 | CODEGEN_PYTHON_RDEPENDS = "python3 python3-distutils python3-xml" | 141 | CODEGEN_PYTHON_RDEPENDS = "python3 python3-distutils python3-xml" |
142 | CODEGEN_PYTHON_RDEPENDS_mingw32 = "" | 142 | CODEGEN_PYTHON_RDEPENDS:mingw32 = "" |
143 | 143 | ||
144 | RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" | 144 | RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" |
145 | 145 | ||
146 | RDEPENDS_${PN}-ptest += "${PN}-utils" | 146 | RDEPENDS:${PN}-ptest += "${PN}-utils" |
147 | 147 | ||
148 | RDEPENDS_${PN}-ptest += "\ | 148 | RDEPENDS:${PN}-ptest += "\ |
149 | coreutils \ | 149 | coreutils \ |
150 | libgcc \ | 150 | libgcc \ |
151 | dbus \ | 151 | dbus \ |
@@ -170,7 +170,7 @@ RDEPENDS_${PN}-ptest += "\ | |||
170 | ${PN}-codegen \ | 170 | ${PN}-codegen \ |
171 | " | 171 | " |
172 | 172 | ||
173 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 173 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ |
174 | glibc-gconv-utf-16 \ | 174 | glibc-gconv-utf-16 \ |
175 | glibc-charmap-utf-8 \ | 175 | glibc-charmap-utf-8 \ |
176 | glibc-gconv-cp1255 \ | 176 | glibc-gconv-cp1255 \ |
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.68.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.68.1.bb index fac04087d1..9a8ff38dbd 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.68.1.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.68.1.bb | |||
@@ -25,14 +25,14 @@ inherit gnomebase gettext upstream-version-is-even gio-module-cache ptest-gnome | |||
25 | 25 | ||
26 | SRC_URI += "file://run-ptest" | 26 | SRC_URI += "file://run-ptest" |
27 | 27 | ||
28 | FILES_${PN} += "\ | 28 | FILES:${PN} += "\ |
29 | ${libdir}/gio/modules/libgio*.so \ | 29 | ${libdir}/gio/modules/libgio*.so \ |
30 | ${datadir}/dbus-1/services/ \ | 30 | ${datadir}/dbus-1/services/ \ |
31 | ${systemd_user_unitdir} \ | 31 | ${systemd_user_unitdir} \ |
32 | " | 32 | " |
33 | FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la" | 33 | FILES:${PN}-dev += "${libdir}/gio/modules/libgio*.la" |
34 | FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a" | 34 | FILES:${PN}-staticdev += "${libdir}/gio/modules/libgio*.a" |
35 | 35 | ||
36 | RDEPENDS_${PN}-ptest += "bash" | 36 | RDEPENDS:${PN}-ptest += "bash" |
37 | 37 | ||
38 | BBCLASSEXTEND = "native nativesdk" | 38 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-core/glibc/glibc-common.inc b/meta/recipes-core/glibc/glibc-common.inc index 41ff7e9a19..782b2605cc 100644 --- a/meta/recipes-core/glibc/glibc-common.inc +++ b/meta/recipes-core/glibc/glibc-common.inc | |||
@@ -13,13 +13,13 @@ CVE_PRODUCT = "glibc" | |||
13 | 13 | ||
14 | INHIBIT_DEFAULT_DEPS = "1" | 14 | INHIBIT_DEFAULT_DEPS = "1" |
15 | 15 | ||
16 | ARM_INSTRUCTION_SET_armv4 = "arm" | 16 | ARM_INSTRUCTION_SET:armv4 = "arm" |
17 | ARM_INSTRUCTION_SET_armv5 = "arm" | 17 | ARM_INSTRUCTION_SET:armv5 = "arm" |
18 | ARM_INSTRUCTION_SET_armv6 = "arm" | 18 | ARM_INSTRUCTION_SET:armv6 = "arm" |
19 | # | 19 | # |
20 | # We will skip parsing glibc when target system C library selection is not glibc | 20 | # We will skip parsing glibc when target system C library selection is not glibc |
21 | # this helps in easing out parsing for non-glibc system libraries | 21 | # this helps in easing out parsing for non-glibc system libraries |
22 | # | 22 | # |
23 | COMPATIBLE_HOST_libc-musl_class-target = "null" | 23 | COMPATIBLE_HOST:libc-musl:class-target = "null" |
24 | 24 | ||
25 | PV = "2.33" | 25 | PV = "2.33" |
diff --git a/meta/recipes-core/glibc/glibc-ld.inc b/meta/recipes-core/glibc/glibc-ld.inc index 041ffbb9cb..da8fcc430b 100644 --- a/meta/recipes-core/glibc/glibc-ld.inc +++ b/meta/recipes-core/glibc/glibc-ld.inc | |||
@@ -16,5 +16,5 @@ def glibc_dl_info(d): | |||
16 | 16 | ||
17 | EGLIBC_KNOWN_INTERPRETER_NAMES = "${@glibc_dl_info(d)['ldconfig']}" | 17 | EGLIBC_KNOWN_INTERPRETER_NAMES = "${@glibc_dl_info(d)['ldconfig']}" |
18 | RTLDLIST = "${@glibc_dl_info(d)['lddrewrite']}" | 18 | RTLDLIST = "${@glibc_dl_info(d)['lddrewrite']}" |
19 | RTLDLIST_class-nativesdk = "${base_libdir}/${@bb.utils.contains('SDK_ARCH', 'x86_64', 'ld-linux-x86-64.so.2', 'ld-linux.so.2', d)}" | 19 | RTLDLIST:class-nativesdk = "${base_libdir}/${@bb.utils.contains('SDK_ARCH', 'x86_64', 'ld-linux-x86-64.so.2', 'ld-linux.so.2', d)}" |
20 | glibc_dl_info[vardepsexclude] = "OVERRIDES" | 20 | glibc_dl_info[vardepsexclude] = "OVERRIDES" |
diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc index ef06389ff9..b8de7d3192 100644 --- a/meta/recipes-core/glibc/glibc-locale.inc +++ b/meta/recipes-core/glibc/glibc-locale.inc | |||
@@ -9,7 +9,7 @@ LOCALEBASEPN = "${MLPREFIX}glibc" | |||
9 | # ERROR: objcopy failed with exit code 127 (cmd was 'i586-webos-linux-objcopy' --only-keep-debug 'glibc-locale/2.17-r0/package/usr/lib/gconv/IBM1166.so' 'glibc-locale/2.17-r0/package/usr/lib/gconv/.debug/IBM1166.so') | 9 | # ERROR: objcopy failed with exit code 127 (cmd was 'i586-webos-linux-objcopy' --only-keep-debug 'glibc-locale/2.17-r0/package/usr/lib/gconv/IBM1166.so' 'glibc-locale/2.17-r0/package/usr/lib/gconv/.debug/IBM1166.so') |
10 | # ERROR: Function failed: split_and_strip_files | 10 | # ERROR: Function failed: split_and_strip_files |
11 | BINUTILSDEP = "virtual/${MLPREFIX}${TARGET_PREFIX}binutils:do_populate_sysroot" | 11 | BINUTILSDEP = "virtual/${MLPREFIX}${TARGET_PREFIX}binutils:do_populate_sysroot" |
12 | BINUTILSDEP_class-nativesdk = "virtual/${TARGET_PREFIX}binutils-crosssdk:do_populate_sysroot" | 12 | BINUTILSDEP:class-nativesdk = "virtual/${TARGET_PREFIX}binutils-crosssdk:do_populate_sysroot" |
13 | do_package[depends] += "${BINUTILSDEP}" | 13 | do_package[depends] += "${BINUTILSDEP}" |
14 | 14 | ||
15 | DEPENDS += "virtual/libc" | 15 | DEPENDS += "virtual/libc" |
@@ -21,7 +21,7 @@ DEPENDS += "virtual/libc" | |||
21 | 21 | ||
22 | # default to disabled | 22 | # default to disabled |
23 | ENABLE_BINARY_LOCALE_GENERATION ?= "0" | 23 | ENABLE_BINARY_LOCALE_GENERATION ?= "0" |
24 | ENABLE_BINARY_LOCALE_GENERATION_pn-nativesdk-glibc-locale = "1" | 24 | ENABLE_BINARY_LOCALE_GENERATION:pn-nativesdk-glibc-locale = "1" |
25 | 25 | ||
26 | #enable locale generation on these arches | 26 | #enable locale generation on these arches |
27 | # BINARY_LOCALE_ARCHES is a space separated list of regular expressions | 27 | # BINARY_LOCALE_ARCHES is a space separated list of regular expressions |
@@ -40,32 +40,32 @@ PACKAGES_DYNAMIC = "^locale-base-.* \ | |||
40 | ^${MLPREFIX}glibc-gconv$" | 40 | ^${MLPREFIX}glibc-gconv$" |
41 | 41 | ||
42 | # Create a glibc-binaries package | 42 | # Create a glibc-binaries package |
43 | ALLOW_EMPTY_${BPN}-binaries = "1" | 43 | ALLOW_EMPTY:${BPN}-binaries = "1" |
44 | PACKAGES += "${BPN}-binaries" | 44 | PACKAGES += "${BPN}-binaries" |
45 | RRECOMMENDS_${BPN}-binaries = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("glibc-binary") != -1])}" | 45 | RRECOMMENDS:${BPN}-binaries = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("glibc-binary") != -1])}" |
46 | 46 | ||
47 | # Create a glibc-charmaps package | 47 | # Create a glibc-charmaps package |
48 | ALLOW_EMPTY_${BPN}-charmaps = "1" | 48 | ALLOW_EMPTY:${BPN}-charmaps = "1" |
49 | PACKAGES += "${BPN}-charmaps" | 49 | PACKAGES += "${BPN}-charmaps" |
50 | RRECOMMENDS_${BPN}-charmaps = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("glibc-charmap") != -1])}" | 50 | RRECOMMENDS:${BPN}-charmaps = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("glibc-charmap") != -1])}" |
51 | 51 | ||
52 | # Create a glibc-gconvs package | 52 | # Create a glibc-gconvs package |
53 | ALLOW_EMPTY_${BPN}-gconvs = "1" | 53 | ALLOW_EMPTY:${BPN}-gconvs = "1" |
54 | PACKAGES += "${BPN}-gconvs" | 54 | PACKAGES += "${BPN}-gconvs" |
55 | RRECOMMENDS_${BPN}-gconvs = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("glibc-gconv") != -1])}" | 55 | RRECOMMENDS:${BPN}-gconvs = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("glibc-gconv") != -1])}" |
56 | 56 | ||
57 | # Create a glibc-localedatas package | 57 | # Create a glibc-localedatas package |
58 | ALLOW_EMPTY_${BPN}-localedatas = "1" | 58 | ALLOW_EMPTY:${BPN}-localedatas = "1" |
59 | PACKAGES += "${BPN}-localedatas" | 59 | PACKAGES += "${BPN}-localedatas" |
60 | RRECOMMENDS_${BPN}-localedatas = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("glibc-localedata") != -1])}" | 60 | RRECOMMENDS:${BPN}-localedatas = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("glibc-localedata") != -1])}" |
61 | 61 | ||
62 | DESCRIPTION_localedef = "glibc: compile locale definition files" | 62 | DESCRIPTION:localedef = "glibc: compile locale definition files" |
63 | 63 | ||
64 | # glibc-gconv is dynamically added into PACKAGES, thus | 64 | # glibc-gconv is dynamically added into PACKAGES, thus |
65 | # FILES_glibc-gconv will not be automatically extended in multilib. | 65 | # FILES:glibc-gconv will not be automatically extended in multilib. |
66 | # Explicitly add ${MLPREFIX} for FILES_glibc-gconv. | 66 | # Explicitly add ${MLPREFIX} for FILES:glibc-gconv. |
67 | FILES_${MLPREFIX}glibc-gconv = "${libdir}/gconv/*" | 67 | FILES:${MLPREFIX}glibc-gconv = "${libdir}/gconv/*" |
68 | FILES_localedef = "${bindir}/localedef" | 68 | FILES:localedef = "${bindir}/localedef" |
69 | 69 | ||
70 | LOCALETREESRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale" | 70 | LOCALETREESRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale" |
71 | 71 | ||
diff --git a/meta/recipes-core/glibc/glibc-mtrace.inc b/meta/recipes-core/glibc/glibc-mtrace.inc index ef9d60ec23..734a566562 100644 --- a/meta/recipes-core/glibc/glibc-mtrace.inc +++ b/meta/recipes-core/glibc/glibc-mtrace.inc | |||
@@ -2,8 +2,8 @@ require glibc-collateral.inc | |||
2 | 2 | ||
3 | SUMMARY = "mtrace utility provided by glibc" | 3 | SUMMARY = "mtrace utility provided by glibc" |
4 | DESCRIPTION = "mtrace utility provided by glibc" | 4 | DESCRIPTION = "mtrace utility provided by glibc" |
5 | RDEPENDS_${PN} = "perl" | 5 | RDEPENDS:${PN} = "perl" |
6 | RPROVIDES_${PN} = "libc-mtrace" | 6 | RPROVIDES:${PN} = "libc-mtrace" |
7 | 7 | ||
8 | SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts" | 8 | SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts" |
9 | 9 | ||
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index 92e5dbac61..4bf5038fc0 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc | |||
@@ -3,67 +3,67 @@ INHIBIT_SYSROOT_STRIP = "1" | |||
3 | PACKAGES = "${PN}-dbg catchsegv sln nscd ldconfig ldd tzcode glibc-thread-db ${PN}-pic libcidn libmemusage libnss-db libsegfault ${PN}-pcprofile libsotruss ${PN} ${PN}-utils glibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}-src" | 3 | PACKAGES = "${PN}-dbg catchsegv sln nscd ldconfig ldd tzcode glibc-thread-db ${PN}-pic libcidn libmemusage libnss-db libsegfault ${PN}-pcprofile libsotruss ${PN} ${PN}-utils glibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}-src" |
4 | 4 | ||
5 | # The ld.so in this glibc supports the GNU_HASH | 5 | # The ld.so in this glibc supports the GNU_HASH |
6 | RPROVIDES_${PN} = "eglibc rtld(GNU_HASH)" | 6 | RPROVIDES:${PN} = "eglibc rtld(GNU_HASH)" |
7 | RPROVIDES_${PN}-utils = "eglibc-utils" | 7 | RPROVIDES:${PN}-utils = "eglibc-utils" |
8 | RPROVIDES_${PN}-mtrace = "eglibc-mtrace libc-mtrace" | 8 | RPROVIDES:${PN}-mtrace = "eglibc-mtrace libc-mtrace" |
9 | RPROVIDES_${PN}-pic = "eglibc-pic" | 9 | RPROVIDES:${PN}-pic = "eglibc-pic" |
10 | RPROVIDES_${PN}-dev = "eglibc-dev libc6-dev virtual-libc-dev" | 10 | RPROVIDES:${PN}-dev = "eglibc-dev libc6-dev virtual-libc-dev" |
11 | RPROVIDES_${PN}-staticdev = "eglibc-staticdev" | 11 | RPROVIDES:${PN}-staticdev = "eglibc-staticdev" |
12 | RPROVIDES_${PN}-doc = "eglibc-doc" | 12 | RPROVIDES:${PN}-doc = "eglibc-doc" |
13 | RPROVIDES_glibc-extra-nss = "eglibc-extra-nss" | 13 | RPROVIDES:glibc-extra-nss = "eglibc-extra-nss" |
14 | RPROVIDES_glibc-thread-db = "eglibc-thread-db" | 14 | RPROVIDES:glibc-thread-db = "eglibc-thread-db" |
15 | RPROVIDES_${PN}-pcprofile = "eglibc-pcprofile" | 15 | RPROVIDES:${PN}-pcprofile = "eglibc-pcprofile" |
16 | RPROVIDES_${PN}-dbg = "eglibc-dbg" | 16 | RPROVIDES:${PN}-dbg = "eglibc-dbg" |
17 | libc_baselibs = "${base_libdir}/libc.so.* ${base_libdir}/libc-*.so ${base_libdir}/libm*.so.* ${base_libdir}/libm-*.so ${base_libdir}/libmvec-*.so ${base_libdir}/ld*.so.* ${base_libdir}/ld-*.so ${base_libdir}/libpthread*.so.* ${base_libdir}/libpthread-*.so ${base_libdir}/libresolv*.so.* ${base_libdir}/libresolv-*.so ${base_libdir}/librt*.so.* ${base_libdir}/librt-*.so ${base_libdir}/libutil*.so.* ${base_libdir}/libutil-*.so ${base_libdir}/libnsl*.so.* ${base_libdir}/libnsl-*.so ${base_libdir}/libnss_files*.so.* ${base_libdir}/libnss_files-*.so ${base_libdir}/libnss_compat*.so.* ${base_libdir}/libnss_compat-*.so ${base_libdir}/libnss_dns*.so.* ${base_libdir}/libnss_dns-*.so ${base_libdir}/libdl*.so.* ${base_libdir}/libdl-*.so ${base_libdir}/libanl*.so.* ${base_libdir}/libanl-*.so ${base_libdir}/libBrokenLocale*.so.* ${base_libdir}/libBrokenLocale-*.so" | 17 | libc_baselibs = "${base_libdir}/libc.so.* ${base_libdir}/libc-*.so ${base_libdir}/libm*.so.* ${base_libdir}/libm-*.so ${base_libdir}/libmvec-*.so ${base_libdir}/ld*.so.* ${base_libdir}/ld-*.so ${base_libdir}/libpthread*.so.* ${base_libdir}/libpthread-*.so ${base_libdir}/libresolv*.so.* ${base_libdir}/libresolv-*.so ${base_libdir}/librt*.so.* ${base_libdir}/librt-*.so ${base_libdir}/libutil*.so.* ${base_libdir}/libutil-*.so ${base_libdir}/libnsl*.so.* ${base_libdir}/libnsl-*.so ${base_libdir}/libnss_files*.so.* ${base_libdir}/libnss_files-*.so ${base_libdir}/libnss_compat*.so.* ${base_libdir}/libnss_compat-*.so ${base_libdir}/libnss_dns*.so.* ${base_libdir}/libnss_dns-*.so ${base_libdir}/libdl*.so.* ${base_libdir}/libdl-*.so ${base_libdir}/libanl*.so.* ${base_libdir}/libanl-*.so ${base_libdir}/libBrokenLocale*.so.* ${base_libdir}/libBrokenLocale-*.so" |
18 | ARCH_DYNAMIC_LOADER = "" | 18 | ARCH_DYNAMIC_LOADER = "" |
19 | # The aarch64 ABI says the dynamic linker -must- be | 19 | # The aarch64 ABI says the dynamic linker -must- be |
20 | # /lib/ld-linux-aarch64{,_be}.so.1. With usrmerge, that may mean that | 20 | # /lib/ld-linux-aarch64{,_be}.so.1. With usrmerge, that may mean that |
21 | # we need to install it in /usr/lib. | 21 | # we need to install it in /usr/lib. |
22 | ARCH_DYNAMIC_LOADER_aarch64 = "ld-linux-${TARGET_ARCH}.so.1" | 22 | ARCH_DYNAMIC_LOADER:aarch64 = "ld-linux-${TARGET_ARCH}.so.1" |
23 | libc_baselibs_append = " ${@oe.utils.conditional('ARCH_DYNAMIC_LOADER', '', '', '${root_prefix}/lib/${ARCH_DYNAMIC_LOADER}', d)}" | 23 | libc_baselibs:append = " ${@oe.utils.conditional('ARCH_DYNAMIC_LOADER', '', '', '${root_prefix}/lib/${ARCH_DYNAMIC_LOADER}', d)}" |
24 | INSANE_SKIP_${PN}_append_aarch64 = " libdir" | 24 | INSANE_SKIP:${PN}:append:aarch64 = " libdir" |
25 | 25 | ||
26 | FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${sysconfdir}/ld.so.conf" | 26 | FILES:${PN} = "${libc_baselibs} ${libexecdir}/* ${sysconfdir}/ld.so.conf" |
27 | RRECOMMENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig', '${MLPREFIX}ldconfig', '', d)}" | 27 | RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig', '${MLPREFIX}ldconfig', '', d)}" |
28 | FILES_ldconfig = "${base_sbindir}/ldconfig" | 28 | FILES:ldconfig = "${base_sbindir}/ldconfig" |
29 | FILES_ldd = "${bindir}/ldd" | 29 | FILES:ldd = "${bindir}/ldd" |
30 | FILES_libsegfault = "${base_libdir}/libSegFault*" | 30 | FILES:libsegfault = "${base_libdir}/libSegFault*" |
31 | FILES_libcidn = "${base_libdir}/libcidn-*.so ${base_libdir}/libcidn.so.*" | 31 | FILES:libcidn = "${base_libdir}/libcidn-*.so ${base_libdir}/libcidn.so.*" |
32 | FILES_libmemusage = "${base_libdir}/libmemusage.so" | 32 | FILES:libmemusage = "${base_libdir}/libmemusage.so" |
33 | FILES_libnss-db = "${base_libdir}/libnss_db.so.* ${base_libdir}/libnss_db-*.so ${localstatedir}/db/Makefile ${localstatedir}/db/makedbs.sh" | 33 | FILES:libnss-db = "${base_libdir}/libnss_db.so.* ${base_libdir}/libnss_db-*.so ${localstatedir}/db/Makefile ${localstatedir}/db/makedbs.sh" |
34 | RDEPENDS_libnss-db = "${PN}-utils" | 34 | RDEPENDS:libnss-db = "${PN}-utils" |
35 | FILES_glibc-extra-nss = "${base_libdir}/libnss_*-*.so ${base_libdir}/libnss_*.so.*" | 35 | FILES:glibc-extra-nss = "${base_libdir}/libnss_*-*.so ${base_libdir}/libnss_*.so.*" |
36 | FILES_sln = "${base_sbindir}/sln" | 36 | FILES:sln = "${base_sbindir}/sln" |
37 | FILES_${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/*.o" | 37 | FILES:${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/*.o" |
38 | FILES_libsotruss = "${libdir}/audit/sotruss-lib.so" | 38 | FILES:libsotruss = "${libdir}/audit/sotruss-lib.so" |
39 | FILES_SOLIBSDEV = "${libdir}/lib*${SOLIBSDEV}" | 39 | FILES_SOLIBSDEV = "${libdir}/lib*${SOLIBSDEV}" |
40 | FILES_${PN}-dev += "${libdir}/*_nonshared.a ${base_libdir}/*_nonshared.a ${base_libdir}/*.o ${datadir}/aclocal" | 40 | FILES:${PN}-dev += "${libdir}/*_nonshared.a ${base_libdir}/*_nonshared.a ${base_libdir}/*.o ${datadir}/aclocal" |
41 | RDEPENDS_${PN}-dev = "linux-libc-headers-dev" | 41 | RDEPENDS:${PN}-dev = "linux-libc-headers-dev" |
42 | FILES_${PN}-staticdev += "${libdir}/*.a ${base_libdir}/*.a" | 42 | FILES:${PN}-staticdev += "${libdir}/*.a ${base_libdir}/*.a" |
43 | FILES_nscd = "${sbindir}/nscd* ${sysconfdir}/init.d/nscd ${systemd_unitdir}/system/nscd* ${sysconfdir}/tmpfiles.d/nscd.conf \ | 43 | FILES:nscd = "${sbindir}/nscd* ${sysconfdir}/init.d/nscd ${systemd_unitdir}/system/nscd* ${sysconfdir}/tmpfiles.d/nscd.conf \ |
44 | ${sysconfdir}/nscd.conf ${sysconfdir}/default/volatiles/98_nscd ${localstatedir}/db/nscd" | 44 | ${sysconfdir}/nscd.conf ${sysconfdir}/default/volatiles/98_nscd ${localstatedir}/db/nscd" |
45 | FILES_${PN}-mtrace = "${bindir}/mtrace" | 45 | FILES:${PN}-mtrace = "${bindir}/mtrace" |
46 | FILES_tzcode = "${bindir}/tzselect ${sbindir}/zic ${bindir}/zdump" | 46 | FILES:tzcode = "${bindir}/tzselect ${sbindir}/zic ${bindir}/zdump" |
47 | FILES_${PN}-utils = "${bindir}/* ${sbindir}/*" | 47 | FILES:${PN}-utils = "${bindir}/* ${sbindir}/*" |
48 | FILES_catchsegv = "${bindir}/catchsegv" | 48 | FILES:catchsegv = "${bindir}/catchsegv" |
49 | RDEPENDS_catchsegv = "libsegfault" | 49 | RDEPENDS:catchsegv = "libsegfault" |
50 | FILES_${PN}-pcprofile = "${base_libdir}/libpcprofile.so" | 50 | FILES:${PN}-pcprofile = "${base_libdir}/libpcprofile.so" |
51 | FILES_glibc-thread-db = "${base_libdir}/libthread_db.so.* ${base_libdir}/libthread_db-*.so" | 51 | FILES:glibc-thread-db = "${base_libdir}/libthread_db.so.* ${base_libdir}/libthread_db-*.so" |
52 | RPROVIDES_${PN}-dev += "libc-dev" | 52 | RPROVIDES:${PN}-dev += "libc-dev" |
53 | RPROVIDES_${PN}-staticdev += "libc-staticdev" | 53 | RPROVIDES:${PN}-staticdev += "libc-staticdev" |
54 | 54 | ||
55 | SUMMARY_sln = "The static ln" | 55 | SUMMARY:sln = "The static ln" |
56 | DESCRIPTION_sln = "Similar to the 'ln' utility, but statically linked. sln is useful to make symbolic links to dynamic libraries if the dynamic linking system, for some reason, is not functional." | 56 | DESCRIPTION:sln = "Similar to the 'ln' utility, but statically linked. sln is useful to make symbolic links to dynamic libraries if the dynamic linking system, for some reason, is not functional." |
57 | SUMMARY_nscd = "Name service cache daemon" | 57 | SUMMARY:nscd = "Name service cache daemon" |
58 | DESCRIPTION_nscd = "nscd, name service cache daemon, caches name service lookups for the passwd, group and hosts information. It can damatically improvide performance with remote, such as NIS or NIS+, name services." | 58 | DESCRIPTION:nscd = "nscd, name service cache daemon, caches name service lookups for the passwd, group and hosts information. It can damatically improvide performance with remote, such as NIS or NIS+, name services." |
59 | SUMMARY_glibc-extra-nss = "hesiod, NIS and NIS+ nss libraries" | 59 | SUMMARY:glibc-extra-nss = "hesiod, NIS and NIS+ nss libraries" |
60 | DESCRIPTION_glibc-extra-nss = "glibc: nis, nisplus and hesiod search services." | 60 | DESCRIPTION:glibc-extra-nss = "glibc: nis, nisplus and hesiod search services." |
61 | SUMMARY_ldd = "print shared library dependencies" | 61 | SUMMARY:ldd = "print shared library dependencies" |
62 | DESCRIPTION_ldd = "${bindir}/ldd prints shared library dependencies for each program or shared library specified on the command line." | 62 | DESCRIPTION:ldd = "${bindir}/ldd prints shared library dependencies for each program or shared library specified on the command line." |
63 | SUMMARY_${PN}-utils = "Miscellaneous utilities provided by glibc" | 63 | SUMMARY:${PN}-utils = "Miscellaneous utilities provided by glibc" |
64 | DESCRIPTION_${PN}-utils = "Miscellaneous utilities including getconf, iconv, locale, gencat, ..." | 64 | DESCRIPTION:${PN}-utils = "Miscellaneous utilities including getconf, iconv, locale, gencat, ..." |
65 | DESCRIPTION_libsotruss = "Library to support sotruss which traces calls through PLTs" | 65 | DESCRIPTION:libsotruss = "Library to support sotruss which traces calls through PLTs" |
66 | DESCRIPTION_tzcode = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | 66 | DESCRIPTION:tzcode = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" |
67 | 67 | ||
68 | inherit multilib_header | 68 | inherit multilib_header |
69 | 69 | ||
@@ -125,7 +125,7 @@ def get_libc_fpu_setting(bb, d): | |||
125 | return "--without-fp" | 125 | return "--without-fp" |
126 | return "" | 126 | return "" |
127 | 127 | ||
128 | do_install_append_class-target() { | 128 | do_install:append:class-target() { |
129 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 129 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
130 | install -d ${D}${sysconfdir}/tmpfiles.d | 130 | install -d ${D}${sysconfdir}/tmpfiles.d |
131 | echo "d /run/nscd 755 root root -" \ | 131 | echo "d /run/nscd 755 root root -" \ |
@@ -139,15 +139,15 @@ do_install_append_class-target() { | |||
139 | fi | 139 | fi |
140 | 140 | ||
141 | } | 141 | } |
142 | do_install_append_aarch64 () { | 142 | do_install:append:aarch64 () { |
143 | do_install_armmultilib | 143 | do_install_armmultilib |
144 | } | 144 | } |
145 | 145 | ||
146 | do_install_append_arm () { | 146 | do_install:append:arm () { |
147 | do_install_armmultilib | 147 | do_install_armmultilib |
148 | } | 148 | } |
149 | 149 | ||
150 | do_install_append_armeb () { | 150 | do_install:append:armeb () { |
151 | do_install_armmultilib | 151 | do_install_armmultilib |
152 | } | 152 | } |
153 | 153 | ||
@@ -252,26 +252,26 @@ stash_locale_package_cleanup() { | |||
252 | stash_locale_cleanup ${PKGD} | 252 | stash_locale_cleanup ${PKGD} |
253 | } | 253 | } |
254 | 254 | ||
255 | python populate_packages_prepend () { | 255 | python populate_packages:prepend () { |
256 | if d.getVar('DEBIAN_NAMES'): | 256 | if d.getVar('DEBIAN_NAMES'): |
257 | pkgs = d.getVar('PACKAGES').split() | 257 | pkgs = d.getVar('PACKAGES').split() |
258 | bpn = d.getVar('BPN') | 258 | bpn = d.getVar('BPN') |
259 | prefix = d.getVar('MLPREFIX') or "" | 259 | prefix = d.getVar('MLPREFIX') or "" |
260 | # Set the base package... | 260 | # Set the base package... |
261 | d.setVar('PKG_' + prefix + bpn, prefix + 'libc6') | 261 | d.setVar('PKG:' + prefix + bpn, prefix + 'libc6') |
262 | libcprefix = prefix + bpn + '-' | 262 | libcprefix = prefix + bpn + '-' |
263 | for p in pkgs: | 263 | for p in pkgs: |
264 | # And all the subpackages. | 264 | # And all the subpackages. |
265 | if p.startswith(libcprefix): | 265 | if p.startswith(libcprefix): |
266 | renamed = p.replace(bpn, 'libc6', 1) | 266 | renamed = p.replace(bpn, 'libc6', 1) |
267 | d.setVar('PKG_' + p, renamed) | 267 | d.setVar('PKG:' + p, renamed) |
268 | # For backward compatibility with old -dbg package | 268 | # For backward compatibility with old -dbg package |
269 | d.appendVar('RPROVIDES_' + libcprefix + 'dbg', ' ' + prefix + 'libc-dbg') | 269 | d.appendVar('RPROVIDES:' + libcprefix + 'dbg', ' ' + prefix + 'libc-dbg') |
270 | d.appendVar('RCONFLICTS_' + libcprefix + 'dbg', ' ' + prefix + 'libc-dbg') | 270 | d.appendVar('RCONFLICTS:' + libcprefix + 'dbg', ' ' + prefix + 'libc-dbg') |
271 | d.appendVar('RREPLACES_' + libcprefix + 'dbg', ' ' + prefix + 'libc-dbg') | 271 | d.appendVar('RREPLACES:' + libcprefix + 'dbg', ' ' + prefix + 'libc-dbg') |
272 | } | 272 | } |
273 | 273 | ||
274 | pkg_postinst_nscd () { | 274 | pkg_postinst:nscd () { |
275 | if [ -z "$D" ]; then | 275 | if [ -z "$D" ]; then |
276 | if command -v systemd-tmpfiles >/dev/null; then | 276 | if command -v systemd-tmpfiles >/dev/null; then |
277 | systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/nscd.conf | 277 | systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/nscd.conf |
@@ -280,7 +280,7 @@ pkg_postinst_nscd () { | |||
280 | fi | 280 | fi |
281 | fi | 281 | fi |
282 | } | 282 | } |
283 | CONFFILES_nscd="${sysconfdir}/nscd.conf" | 283 | CONFFILES:nscd="${sysconfdir}/nscd.conf" |
284 | 284 | ||
285 | SYSTEMD_PACKAGES = "nscd" | 285 | SYSTEMD_PACKAGES = "nscd" |
286 | SYSTEMD_SERVICE_nscd = "nscd.service" | 286 | SYSTEMD_SERVICE:nscd = "nscd.service" |
diff --git a/meta/recipes-core/glibc/glibc-scripts.inc b/meta/recipes-core/glibc/glibc-scripts.inc index 14a14e4512..47216ae7d7 100644 --- a/meta/recipes-core/glibc/glibc-scripts.inc +++ b/meta/recipes-core/glibc/glibc-scripts.inc | |||
@@ -2,7 +2,7 @@ require glibc-collateral.inc | |||
2 | 2 | ||
3 | SUMMARY = "utility scripts provided by glibc" | 3 | SUMMARY = "utility scripts provided by glibc" |
4 | DESCRIPTION = "utility scripts provided by glibc" | 4 | DESCRIPTION = "utility scripts provided by glibc" |
5 | RDEPENDS_${PN} = "bash glibc-mtrace" | 5 | RDEPENDS:${PN} = "bash glibc-mtrace" |
6 | 6 | ||
7 | SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts" | 7 | SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts" |
8 | 8 | ||
@@ -17,7 +17,7 @@ do_install() { | |||
17 | 17 | ||
18 | # sotruss script requires sotruss-lib.so (given by libsotruss package), | 18 | # sotruss script requires sotruss-lib.so (given by libsotruss package), |
19 | # to produce trace of the library calls. | 19 | # to produce trace of the library calls. |
20 | RDEPENDS_${PN} += "libsotruss" | 20 | RDEPENDS:${PN} += "libsotruss" |
21 | 21 | ||
22 | # Don't scan for CVEs as glibc will be scanned | 22 | # Don't scan for CVEs as glibc will be scanned |
23 | CVE_PRODUCT = "" | 23 | CVE_PRODUCT = "" |
diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.33.bb b/meta/recipes-core/glibc/glibc-testsuite_2.33.bb index 659d3132fa..72aa332171 100644 --- a/meta/recipes-core/glibc/glibc-testsuite_2.33.bb +++ b/meta/recipes-core/glibc/glibc-testsuite_2.33.bb | |||
@@ -3,7 +3,7 @@ require glibc_${PV}.bb | |||
3 | EXCLUDE_FROM_WORLD = "1" | 3 | EXCLUDE_FROM_WORLD = "1" |
4 | 4 | ||
5 | # handle PN differences | 5 | # handle PN differences |
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/glibc:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/glibc:" |
7 | 7 | ||
8 | # strip provides | 8 | # strip provides |
9 | PROVIDES = "" | 9 | PROVIDES = "" |
@@ -20,7 +20,7 @@ python () { | |||
20 | DEPENDS += "glibc-locale libgcc gcc-runtime" | 20 | DEPENDS += "glibc-locale libgcc gcc-runtime" |
21 | 21 | ||
22 | # remove the initial depends | 22 | # remove the initial depends |
23 | DEPENDS_remove = "libgcc-initial" | 23 | DEPENDS:remove = "libgcc-initial" |
24 | 24 | ||
25 | inherit qemu | 25 | inherit qemu |
26 | 26 | ||
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index 7d14306377..04e6db99b9 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc | |||
@@ -24,10 +24,10 @@ CACHED_CONFIGUREVARS += " \ | |||
24 | " | 24 | " |
25 | 25 | ||
26 | # ifunc doesn't appear to work on mips, casuses libbfd assertion failures | 26 | # ifunc doesn't appear to work on mips, casuses libbfd assertion failures |
27 | CACHED_CONFIGUREVARS_append_mipsarch = " libc_cv_ld_gnu_indirect_function=no" | 27 | CACHED_CONFIGUREVARS:append:mipsarch = " libc_cv_ld_gnu_indirect_function=no" |
28 | 28 | ||
29 | GLIBC_EXTRA_OECONF ?= "" | 29 | GLIBC_EXTRA_OECONF ?= "" |
30 | GLIBC_EXTRA_OECONF_class-nativesdk = "" | 30 | GLIBC_EXTRA_OECONF:class-nativesdk = "" |
31 | 31 | ||
32 | # glibc uses PARALLELMFLAGS variable to pass parallel build info so transfer | 32 | # glibc uses PARALLELMFLAGS variable to pass parallel build info so transfer |
33 | # PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE | 33 | # PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE |
@@ -41,12 +41,12 @@ PARALLEL_MAKE = "" | |||
41 | # ensure make uses /bin/bash | 41 | # ensure make uses /bin/bash |
42 | EXTRA_OEMAKE += "SHELL=/bin/bash" | 42 | EXTRA_OEMAKE += "SHELL=/bin/bash" |
43 | 43 | ||
44 | do_configure_prepend() { | 44 | do_configure:prepend() { |
45 | sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in | 45 | sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in |
46 | } | 46 | } |
47 | 47 | ||
48 | # Enable backtrace from abort() | 48 | # Enable backtrace from abort() |
49 | do_configure_append_arm () { | 49 | do_configure:append:arm () { |
50 | echo "CFLAGS-abort.c = -fasynchronous-unwind-tables" >> ${B}/configparms | 50 | echo "CFLAGS-abort.c = -fasynchronous-unwind-tables" >> ${B}/configparms |
51 | echo "CFLAGS-raise.c = -fasynchronous-unwind-tables" >> ${B}/configparms | 51 | echo "CFLAGS-raise.c = -fasynchronous-unwind-tables" >> ${B}/configparms |
52 | } | 52 | } |
diff --git a/meta/recipes-core/glibc/glibc_2.33.bb b/meta/recipes-core/glibc/glibc_2.33.bb index e9f01a14c5..67eb3f04bb 100644 --- a/meta/recipes-core/glibc/glibc_2.33.bb +++ b/meta/recipes-core/glibc/glibc_2.33.bb | |||
@@ -19,7 +19,7 @@ CVE_CHECK_WHITELIST += "CVE-2019-1010025" | |||
19 | DEPENDS += "gperf-native bison-native make-native" | 19 | DEPENDS += "gperf-native bison-native make-native" |
20 | 20 | ||
21 | NATIVESDKFIXES ?= "" | 21 | NATIVESDKFIXES ?= "" |
22 | NATIVESDKFIXES_class-nativesdk = "\ | 22 | NATIVESDKFIXES:class-nativesdk = "\ |
23 | file://0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch \ | 23 | file://0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch \ |
24 | file://0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch \ | 24 | file://0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch \ |
25 | file://0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch \ | 25 | file://0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch \ |
@@ -90,14 +90,14 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \ | |||
90 | 90 | ||
91 | EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" | 91 | EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" |
92 | 92 | ||
93 | EXTRA_OECONF_append_x86 = " --enable-cet" | 93 | EXTRA_OECONF:append:x86 = " --enable-cet" |
94 | EXTRA_OECONF_append_x86-64 = " --enable-cet" | 94 | EXTRA_OECONF:append:x86-64 = " --enable-cet" |
95 | 95 | ||
96 | PACKAGECONFIG ??= "nscd memory-tagging" | 96 | PACKAGECONFIG ??= "nscd memory-tagging" |
97 | PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" | 97 | PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" |
98 | PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging" | 98 | PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging" |
99 | 99 | ||
100 | do_patch_append() { | 100 | do_patch:append() { |
101 | bb.build.exec_func('do_fix_readlib_c', d) | 101 | bb.build.exec_func('do_fix_readlib_c', d) |
102 | } | 102 | } |
103 | 103 | ||
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb index 0daf50acab..1d01701b8f 100644 --- a/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb +++ b/meta/recipes-core/ifupdown/ifupdown_0.8.36.bb | |||
@@ -51,7 +51,7 @@ do_install_ptest () { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | ALTERNATIVE_PRIORITY = "100" | 53 | ALTERNATIVE_PRIORITY = "100" |
54 | ALTERNATIVE_${PN} = "ifup ifdown" | 54 | ALTERNATIVE:${PN} = "ifup ifdown" |
55 | 55 | ||
56 | ALTERNATIVE_LINK_NAME[ifup] = "${base_sbindir}/ifup" | 56 | ALTERNATIVE_LINK_NAME[ifup] = "${base_sbindir}/ifup" |
57 | ALTERNATIVE_LINK_NAME[ifdown] = "${base_sbindir}/ifdown" | 57 | ALTERNATIVE_LINK_NAME[ifdown] = "${base_sbindir}/ifdown" |
diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb index 1176311ff9..17e06a0569 100644 --- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb +++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb | |||
@@ -34,7 +34,7 @@ SRC_URI = "git://git.yoctoproject.org/poky \ | |||
34 | RECIPE_NO_UPDATE_REASON = "Recipe is recursive and handled as part of the release process" | 34 | RECIPE_NO_UPDATE_REASON = "Recipe is recursive and handled as part of the release process" |
35 | BA_INCLUDE_SOURCES ??= "0" | 35 | BA_INCLUDE_SOURCES ??= "0" |
36 | 36 | ||
37 | IMAGE_CMD_ext4_append () { | 37 | IMAGE_CMD:ext4:append () { |
38 | # We don't need to reserve much space for root, 0.5% is more than enough | 38 | # We don't need to reserve much space for root, 0.5% is more than enough |
39 | tune2fs -m 0.5 ${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.ext4 | 39 | tune2fs -m 0.5 ${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.ext4 |
40 | } | 40 | } |
diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index 19f27f8395..84343adcd8 100644 --- a/meta/recipes-core/images/core-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb | |||
@@ -9,4 +9,4 @@ LICENSE = "MIT" | |||
9 | inherit core-image | 9 | inherit core-image |
10 | 10 | ||
11 | IMAGE_ROOTFS_SIZE ?= "8192" | 11 | IMAGE_ROOTFS_SIZE ?= "8192" |
12 | IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "", d)}" | 12 | IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "", d)}" |
diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb b/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb index b6fc8a4d41..741da324d0 100644 --- a/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb +++ b/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb | |||
@@ -29,13 +29,13 @@ do_install () { | |||
29 | install -m 0755 ${WORKDIR}/nfsroot ${D}${sysconfdir}/network/if-pre-up.d | 29 | install -m 0755 ${WORKDIR}/nfsroot ${D}${sysconfdir}/network/if-pre-up.d |
30 | } | 30 | } |
31 | 31 | ||
32 | do_install_append_qemuall () { | 32 | do_install:append:qemuall () { |
33 | # Disable network manager on machines that commonly do NFS booting | 33 | # Disable network manager on machines that commonly do NFS booting |
34 | touch ${D}${sysconfdir}/network/nm-disabled-eth0 | 34 | touch ${D}${sysconfdir}/network/nm-disabled-eth0 |
35 | } | 35 | } |
36 | 36 | ||
37 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 37 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
38 | RDEPENDS_${PN} = "netbase" | 38 | RDEPENDS:${PN} = "netbase" |
39 | RCONFLICTS_${PN} = "netbase (< 1:5.0)" | 39 | RCONFLICTS:${PN} = "netbase (< 1:5.0)" |
40 | 40 | ||
41 | CONFFILES_${PN} = "${sysconfdir}/network/interfaces" | 41 | CONFFILES:${PN} = "${sysconfdir}/network/interfaces" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb index 29ec5ec2ff..ab460ac797 100644 --- a/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb | |||
@@ -18,4 +18,4 @@ do_install() { | |||
18 | 18 | ||
19 | inherit allarch | 19 | inherit allarch |
20 | 20 | ||
21 | FILES_${PN} += "/init /dev/console" | 21 | FILES:${PN} += "/init /dev/console" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb index fe24215b46..9e8c1dc3ab 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | SUMMARY = "Modular initramfs system" | 1 | SUMMARY = "Modular initramfs system" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}" | 4 | RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_base-utils}" |
5 | RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" | 5 | RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" |
6 | 6 | ||
7 | PR = "r4" | 7 | PR = "r4" |
8 | 8 | ||
@@ -66,7 +66,7 @@ PACKAGES = "${PN}-base \ | |||
66 | initramfs-module-lvm \ | 66 | initramfs-module-lvm \ |
67 | " | 67 | " |
68 | 68 | ||
69 | FILES_${PN}-base = "/init /init.d/99-finish /dev" | 69 | FILES:${PN}-base = "/init /init.d/99-finish /dev" |
70 | 70 | ||
71 | # 99-finish in base depends on some other module which mounts | 71 | # 99-finish in base depends on some other module which mounts |
72 | # the rootfs, like 90-rootfs. To replace that default, use | 72 | # the rootfs, like 90-rootfs. To replace that default, use |
@@ -74,36 +74,36 @@ FILES_${PN}-base = "/init /init.d/99-finish /dev" | |||
74 | # initramfs recipe and install something else, or install | 74 | # initramfs recipe and install something else, or install |
75 | # something that runs earlier (for example, a 89-my-rootfs) | 75 | # something that runs earlier (for example, a 89-my-rootfs) |
76 | # and mounts the rootfs. Then 90-rootfs will proceed immediately. | 76 | # and mounts the rootfs. Then 90-rootfs will proceed immediately. |
77 | RRECOMMENDS_${PN}-base += "initramfs-module-rootfs" | 77 | RRECOMMENDS:${PN}-base += "initramfs-module-rootfs" |
78 | 78 | ||
79 | SUMMARY_initramfs-module-exec = "initramfs support for easy execution of applications" | 79 | SUMMARY:initramfs-module-exec = "initramfs support for easy execution of applications" |
80 | RDEPENDS_initramfs-module-exec = "${PN}-base" | 80 | RDEPENDS:initramfs-module-exec = "${PN}-base" |
81 | FILES_initramfs-module-exec = "/init.d/89-exec" | 81 | FILES:initramfs-module-exec = "/init.d/89-exec" |
82 | 82 | ||
83 | SUMMARY_initramfs-module-mdev = "initramfs support for mdev" | 83 | SUMMARY:initramfs-module-mdev = "initramfs support for mdev" |
84 | RDEPENDS_initramfs-module-mdev = "${PN}-base busybox-mdev" | 84 | RDEPENDS:initramfs-module-mdev = "${PN}-base busybox-mdev" |
85 | FILES_initramfs-module-mdev = "/init.d/01-mdev" | 85 | FILES:initramfs-module-mdev = "/init.d/01-mdev" |
86 | 86 | ||
87 | SUMMARY_initramfs-module-udev = "initramfs support for udev" | 87 | SUMMARY:initramfs-module-udev = "initramfs support for udev" |
88 | RDEPENDS_initramfs-module-udev = "${PN}-base udev" | 88 | RDEPENDS:initramfs-module-udev = "${PN}-base udev" |
89 | FILES_initramfs-module-udev = "/init.d/01-udev" | 89 | FILES:initramfs-module-udev = "/init.d/01-udev" |
90 | 90 | ||
91 | SUMMARY_initramfs-module-e2fs = "initramfs support for ext4/ext3/ext2 filesystems" | 91 | SUMMARY:initramfs-module-e2fs = "initramfs support for ext4/ext3/ext2 filesystems" |
92 | RDEPENDS_initramfs-module-e2fs = "${PN}-base" | 92 | RDEPENDS:initramfs-module-e2fs = "${PN}-base" |
93 | FILES_initramfs-module-e2fs = "/init.d/10-e2fs" | 93 | FILES:initramfs-module-e2fs = "/init.d/10-e2fs" |
94 | 94 | ||
95 | SUMMARY_initramfs-module-nfsrootfs = "initramfs support for locating and mounting the root partition via nfs" | 95 | SUMMARY:initramfs-module-nfsrootfs = "initramfs support for locating and mounting the root partition via nfs" |
96 | RDEPENDS_initramfs-module-nfsrootfs = "${PN}-base" | 96 | RDEPENDS:initramfs-module-nfsrootfs = "${PN}-base" |
97 | FILES_initramfs-module-nfsrootfs = "/init.d/85-nfsrootfs" | 97 | FILES:initramfs-module-nfsrootfs = "/init.d/85-nfsrootfs" |
98 | 98 | ||
99 | SUMMARY_initramfs-module-rootfs = "initramfs support for locating and mounting the root partition" | 99 | SUMMARY:initramfs-module-rootfs = "initramfs support for locating and mounting the root partition" |
100 | RDEPENDS_initramfs-module-rootfs = "${PN}-base" | 100 | RDEPENDS:initramfs-module-rootfs = "${PN}-base" |
101 | FILES_initramfs-module-rootfs = "/init.d/90-rootfs" | 101 | FILES:initramfs-module-rootfs = "/init.d/90-rootfs" |
102 | 102 | ||
103 | SUMMARY_initramfs-module-debug = "initramfs dynamic debug support" | 103 | SUMMARY:initramfs-module-debug = "initramfs dynamic debug support" |
104 | RDEPENDS_initramfs-module-debug = "${PN}-base" | 104 | RDEPENDS:initramfs-module-debug = "${PN}-base" |
105 | FILES_initramfs-module-debug = "/init.d/00-debug" | 105 | FILES:initramfs-module-debug = "/init.d/00-debug" |
106 | 106 | ||
107 | SUMMARY_initramfs-module-lvm = "initramfs lvm rootfs support" | 107 | SUMMARY:initramfs-module-lvm = "initramfs lvm rootfs support" |
108 | RDEPENDS_initramfs-module-lvm = "${PN}-base" | 108 | RDEPENDS:initramfs-module-lvm = "${PN}-base" |
109 | FILES_initramfs-module-lvm = "/init.d/09-lvm" | 109 | FILES:initramfs-module-lvm = "/init.d/09-lvm" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb index 7a9a8ecae2..59a530506a 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Live image init script" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | DEPENDS = "virtual/kernel" | 4 | DEPENDS = "virtual/kernel" |
5 | RDEPENDS_${PN} = "busybox-mdev" | 5 | RDEPENDS:${PN} = "busybox-mdev" |
6 | SRC_URI = "file://init-live.sh" | 6 | SRC_URI = "file://init-live.sh" |
7 | 7 | ||
8 | PR = "r12" | 8 | PR = "r12" |
@@ -15,7 +15,7 @@ do_install() { | |||
15 | mknod -m 622 ${D}/dev/console c 5 1 | 15 | mknod -m 622 ${D}/dev/console c 5 1 |
16 | } | 16 | } |
17 | 17 | ||
18 | FILES_${PN} += " /init /dev " | 18 | FILES:${PN} += " /init /dev " |
19 | 19 | ||
20 | # Due to kernel dependency | 20 | # Due to kernel dependency |
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb index 57b30254a6..8f56d7ab90 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Live image init script" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | DEPENDS = "virtual/kernel" | 4 | DEPENDS = "virtual/kernel" |
5 | RDEPENDS_${PN} = "udev udev-extraconf" | 5 | RDEPENDS:${PN} = "udev udev-extraconf" |
6 | SRC_URI = "file://init-live.sh" | 6 | SRC_URI = "file://init-live.sh" |
7 | 7 | ||
8 | PR = "r12" | 8 | PR = "r12" |
@@ -15,7 +15,7 @@ do_install() { | |||
15 | mknod -m 622 ${D}/dev/console c 5 1 | 15 | mknod -m 622 ${D}/dev/console c 5 1 |
16 | } | 16 | } |
17 | 17 | ||
18 | FILES_${PN} += " /init /dev " | 18 | FILES:${PN} += " /init /dev " |
19 | 19 | ||
20 | # Due to kernel dependency | 20 | # Due to kernel dependency |
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb index c03bd2d765..495eccbeda 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | SRC_URI = "file://init-install-efi-testfs.sh" | 4 | SRC_URI = "file://init-install-efi-testfs.sh" |
5 | 5 | ||
6 | RDEPENDS_${PN} = "parted e2fsprogs-mke2fs dosfstools" | 6 | RDEPENDS:${PN} = "parted e2fsprogs-mke2fs dosfstools" |
7 | 7 | ||
8 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
9 | 9 | ||
@@ -12,5 +12,5 @@ do_install() { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | INHIBIT_DEFAULT_DEPS = "1" | 14 | INHIBIT_DEFAULT_DEPS = "1" |
15 | FILES_${PN} = " /install-efi.sh " | 15 | FILES:${PN} = " /install-efi.sh " |
16 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 16 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb index cc842ae8b7..ecbd567d6c 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb | |||
@@ -5,8 +5,8 @@ SRC_URI = "file://init-install-efi.sh" | |||
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | RDEPENDS_${PN} = "parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}" | 8 | RDEPENDS:${PN} = "parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}" |
9 | RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" | 9 | RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" |
10 | 10 | ||
11 | S = "${WORKDIR}" | 11 | S = "${WORKDIR}" |
12 | 12 | ||
@@ -20,6 +20,6 @@ do_install() { | |||
20 | #inherit allarch | 20 | #inherit allarch |
21 | INHIBIT_DEFAULT_DEPS = "1" | 21 | INHIBIT_DEFAULT_DEPS = "1" |
22 | 22 | ||
23 | FILES_${PN} = " /install-efi.sh " | 23 | FILES:${PN} = " /install-efi.sh " |
24 | 24 | ||
25 | COMPATIBLE_HOST = "(i.86.*|x86_64.*|aarch64.*)-linux" | 25 | COMPATIBLE_HOST = "(i.86.*|x86_64.*|aarch64.*)-linux" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb index 937bfd4d38..d347e323b3 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | SRC_URI = "file://init-install-testfs.sh" | 4 | SRC_URI = "file://init-install-testfs.sh" |
5 | 5 | ||
6 | RDEPENDS_${PN} = "grub parted e2fsprogs-mke2fs" | 6 | RDEPENDS:${PN} = "grub parted e2fsprogs-mke2fs" |
7 | 7 | ||
8 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
9 | 9 | ||
@@ -12,5 +12,5 @@ do_install() { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | INHIBIT_DEFAULT_DEPS = "1" | 14 | INHIBIT_DEFAULT_DEPS = "1" |
15 | FILES_${PN} = " /install.sh " | 15 | FILES:${PN} = " /install.sh " |
16 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | 16 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb index 48fc0c4a76..674d49ecdf 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb | |||
@@ -7,8 +7,8 @@ PR = "r9" | |||
7 | 7 | ||
8 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
9 | 9 | ||
10 | RDEPENDS_${PN} = "grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}" | 10 | RDEPENDS:${PN} = "grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}" |
11 | RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" | 11 | RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" |
12 | 12 | ||
13 | do_install() { | 13 | do_install() { |
14 | install -m 0755 ${WORKDIR}/init-install.sh ${D}/install.sh | 14 | install -m 0755 ${WORKDIR}/init-install.sh ${D}/install.sh |
@@ -20,6 +20,6 @@ do_install() { | |||
20 | #inherit allarch | 20 | #inherit allarch |
21 | INHIBIT_DEFAULT_DEPS = "1" | 21 | INHIBIT_DEFAULT_DEPS = "1" |
22 | 22 | ||
23 | FILES_${PN} = " /install.sh " | 23 | FILES:${PN} = " /install.sh " |
24 | 24 | ||
25 | COMPATIBLE_HOST = "(i.86.*|x86_64.*|aarch64.*)-linux" | 25 | COMPATIBLE_HOST = "(i.86.*|x86_64.*|aarch64.*)-linux" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb index 523138cff3..fb19484555 100644 --- a/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | SUMMARY = "initramfs-framework module for EFI installation option" | 1 | SUMMARY = "initramfs-framework module for EFI installation option" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | RDEPENDS_${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}" | 4 | RDEPENDS:${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}" |
5 | RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" | 5 | RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" |
6 | 6 | ||
7 | PR = "r4" | 7 | PR = "r4" |
8 | 8 | ||
@@ -15,4 +15,4 @@ do_install() { | |||
15 | install -m 0755 ${WORKDIR}/init-install-efi.sh ${D}/init.d/install-efi.sh | 15 | install -m 0755 ${WORKDIR}/init-install-efi.sh ${D}/init.d/install-efi.sh |
16 | } | 16 | } |
17 | 17 | ||
18 | FILES_${PN} = "/init.d/install-efi.sh" | 18 | FILES:${PN} = "/init.d/install-efi.sh" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb index 56898e824f..4d48d54e9e 100644 --- a/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | SUMMARY = "initramfs-framework module for installation option" | 1 | SUMMARY = "initramfs-framework module for installation option" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | RDEPENDS_${PN} = "initramfs-framework-base grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}" | 4 | RDEPENDS:${PN} = "initramfs-framework-base grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}" |
5 | RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" | 5 | RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}" |
6 | 6 | ||
7 | # The same restriction as grub | 7 | # The same restriction as grub |
8 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' | 8 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)' |
9 | COMPATIBLE_HOST_armv7a = 'null' | 9 | COMPATIBLE_HOST:armv7a = 'null' |
10 | COMPATIBLE_HOST_armv7ve = 'null' | 10 | COMPATIBLE_HOST:armv7ve = 'null' |
11 | 11 | ||
12 | PR = "r1" | 12 | PR = "r1" |
13 | 13 | ||
@@ -20,4 +20,4 @@ do_install() { | |||
20 | install -m 0755 ${WORKDIR}/init-install.sh ${D}/init.d/install.sh | 20 | install -m 0755 ${WORKDIR}/init-install.sh ${D}/init.d/install.sh |
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} = "/init.d/install.sh" | 23 | FILES:${PN} = "/init.d/install.sh" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb index 4d2fe9dd2b..d8ce024b83 100644 --- a/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | SUMMARY = "initramfs-framework module for live booting" | 1 | SUMMARY = "initramfs-framework module for live booting" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | RDEPENDS_${PN} = "initramfs-framework-base udev-extraconf" | 4 | RDEPENDS:${PN} = "initramfs-framework-base udev-extraconf" |
5 | 5 | ||
6 | PR = "r4" | 6 | PR = "r4" |
7 | 7 | ||
8 | inherit allarch | 8 | inherit allarch |
9 | 9 | ||
10 | FILESEXTRAPATHS_prepend := "${THISDIR}/initramfs-framework:" | 10 | FILESEXTRAPATHS:prepend := "${THISDIR}/initramfs-framework:" |
11 | SRC_URI = "file://setup-live" | 11 | SRC_URI = "file://setup-live" |
12 | 12 | ||
13 | S = "${WORKDIR}" | 13 | S = "${WORKDIR}" |
@@ -17,4 +17,4 @@ do_install() { | |||
17 | install -m 0755 ${WORKDIR}/setup-live ${D}/init.d/80-setup-live | 17 | install -m 0755 ${WORKDIR}/setup-live ${D}/init.d/80-setup-live |
18 | } | 18 | } |
19 | 19 | ||
20 | FILES_${PN} = "/init.d/80-setup-live" | 20 | FILES:${PN} = "/init.d/80-setup-live" |
diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.60.bb b/meta/recipes-core/initscripts/init-system-helpers_1.60.bb index 33977e66c1..165f37c070 100644 --- a/meta/recipes-core/initscripts/init-system-helpers_1.60.bb +++ b/meta/recipes-core/initscripts/init-system-helpers_1.60.bb | |||
@@ -32,10 +32,10 @@ do_install() { | |||
32 | 32 | ||
33 | PACKAGES += "${PN}-invoke-rc.d ${PN}-service" | 33 | PACKAGES += "${PN}-invoke-rc.d ${PN}-service" |
34 | 34 | ||
35 | FILES_${PN} = "" | 35 | FILES:${PN} = "" |
36 | FILES_${PN}-invoke-rc.d = "${sbindir}/invoke-rc.d" | 36 | FILES:${PN}-invoke-rc.d = "${sbindir}/invoke-rc.d" |
37 | FILES_${PN}-service = "${sbindir}/service" | 37 | FILES:${PN}-service = "${sbindir}/service" |
38 | 38 | ||
39 | ALLOW_EMPTY_${PN} = "1" | 39 | ALLOW_EMPTY:${PN} = "1" |
40 | 40 | ||
41 | RRECOMMENDS_${PN} += "${PN}-invoke-rc.d ${PN}-service" | 41 | RRECOMMENDS:${PN} += "${PN}-invoke-rc.d ${PN}-service" |
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index 65f9c0ae8d..e4c4813220 100644 --- a/meta/recipes-core/initscripts/initscripts_1.0.bb +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb | |||
@@ -39,25 +39,25 @@ SRC_URI = "file://functions \ | |||
39 | 39 | ||
40 | S = "${WORKDIR}" | 40 | S = "${WORKDIR}" |
41 | 41 | ||
42 | SRC_URI_append_arm = " file://alignment.sh" | 42 | SRC_URI:append:arm = " file://alignment.sh" |
43 | SRC_URI_append_armeb = " file://alignment.sh" | 43 | SRC_URI:append:armeb = " file://alignment.sh" |
44 | 44 | ||
45 | KERNEL_VERSION = "" | 45 | KERNEL_VERSION = "" |
46 | 46 | ||
47 | DEPENDS_append = " update-rc.d-native" | 47 | DEPENDS:append = " update-rc.d-native" |
48 | PACKAGE_WRITE_DEPS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" | 48 | PACKAGE_WRITE_DEPS:append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" |
49 | 49 | ||
50 | PACKAGES =+ "${PN}-functions ${PN}-sushell" | 50 | PACKAGES =+ "${PN}-functions ${PN}-sushell" |
51 | RDEPENDS_${PN} = "initd-functions \ | 51 | RDEPENDS:${PN} = "initd-functions \ |
52 | ${@bb.utils.contains('DISTRO_FEATURES','selinux','${PN}-sushell','',d)} \ | 52 | ${@bb.utils.contains('DISTRO_FEATURES','selinux','${PN}-sushell','',d)} \ |
53 | init-system-helpers-service \ | 53 | init-system-helpers-service \ |
54 | " | 54 | " |
55 | # Recommend pn-functions so that it will be a preferred default provider for initd-functions | 55 | # Recommend pn-functions so that it will be a preferred default provider for initd-functions |
56 | RRECOMMENDS_${PN} = "${PN}-functions" | 56 | RRECOMMENDS:${PN} = "${PN}-functions" |
57 | RPROVIDES_${PN}-functions = "initd-functions" | 57 | RPROVIDES:${PN}-functions = "initd-functions" |
58 | RCONFLICTS_${PN}-functions = "lsbinitscripts" | 58 | RCONFLICTS:${PN}-functions = "lsbinitscripts" |
59 | FILES_${PN}-functions = "${sysconfdir}/init.d/functions*" | 59 | FILES:${PN}-functions = "${sysconfdir}/init.d/functions*" |
60 | FILES_${PN}-sushell = "${base_sbindir}/sushell" | 60 | FILES:${PN}-sushell = "${base_sbindir}/sushell" |
61 | 61 | ||
62 | HALTARGS ?= "-d -f" | 62 | HALTARGS ?= "-d -f" |
63 | 63 | ||
@@ -170,7 +170,7 @@ MASKED_SCRIPTS = " \ | |||
170 | sysfs \ | 170 | sysfs \ |
171 | urandom" | 171 | urandom" |
172 | 172 | ||
173 | pkg_postinst_${PN} () { | 173 | pkg_postinst:${PN} () { |
174 | if type systemctl >/dev/null 2>/dev/null; then | 174 | if type systemctl >/dev/null 2>/dev/null; then |
175 | if [ -n "$D" ]; then | 175 | if [ -n "$D" ]; then |
176 | OPTS="--root=$D" | 176 | OPTS="--root=$D" |
@@ -186,4 +186,4 @@ pkg_postinst_${PN} () { | |||
186 | fi | 186 | fi |
187 | } | 187 | } |
188 | 188 | ||
189 | CONFFILES_${PN} += "${sysconfdir}/init.d/checkroot.sh" | 189 | CONFFILES:${PN} += "${sysconfdir}/init.d/checkroot.sh" |
diff --git a/meta/recipes-core/kbd/kbd_2.4.0.bb b/meta/recipes-core/kbd/kbd_2.4.0.bb index b557d691b5..7cb45eff77 100644 --- a/meta/recipes-core/kbd/kbd_2.4.0.bb +++ b/meta/recipes-core/kbd/kbd_2.4.0.bb | |||
@@ -9,9 +9,9 @@ inherit autotools gettext pkgconfig | |||
9 | 9 | ||
10 | DEPENDS += "flex-native" | 10 | DEPENDS += "flex-native" |
11 | 11 | ||
12 | RREPLACES_${PN} = "console-tools" | 12 | RREPLACES:${PN} = "console-tools" |
13 | RPROVIDES_${PN} = "console-tools" | 13 | RPROVIDES:${PN} = "console-tools" |
14 | RCONFLICTS_${PN} = "console-tools" | 14 | RCONFLICTS:${PN} = "console-tools" |
15 | 15 | ||
16 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.xz \ | 16 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.xz \ |
17 | " | 17 | " |
@@ -25,12 +25,12 @@ PACKAGECONFIG[pam] = "--enable-vlock, --disable-vlock, libpam," | |||
25 | 25 | ||
26 | PACKAGES += "${PN}-consolefonts ${PN}-keymaps ${PN}-unimaps ${PN}-consoletrans" | 26 | PACKAGES += "${PN}-consolefonts ${PN}-keymaps ${PN}-unimaps ${PN}-consoletrans" |
27 | 27 | ||
28 | FILES_${PN}-consolefonts = "${datadir}/consolefonts" | 28 | FILES:${PN}-consolefonts = "${datadir}/consolefonts" |
29 | FILES_${PN}-consoletrans = "${datadir}/consoletrans" | 29 | FILES:${PN}-consoletrans = "${datadir}/consoletrans" |
30 | FILES_${PN}-keymaps = "${datadir}/keymaps" | 30 | FILES:${PN}-keymaps = "${datadir}/keymaps" |
31 | FILES_${PN}-unimaps = "${datadir}/unimaps" | 31 | FILES:${PN}-unimaps = "${datadir}/unimaps" |
32 | 32 | ||
33 | do_install_append () { | 33 | do_install:append () { |
34 | if [ ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'yes', '', d)} = yes ] \ | 34 | if [ ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'yes', '', d)} = yes ] \ |
35 | && [ -f ${D}${sysconfdir}/pam.d/vlock ]; then | 35 | && [ -f ${D}${sysconfdir}/pam.d/vlock ]; then |
36 | mv -f ${D}${sysconfdir}/pam.d/vlock ${D}${sysconfdir}/pam.d/vlock.kbd | 36 | mv -f ${D}${sysconfdir}/pam.d/vlock ${D}${sysconfdir}/pam.d/vlock.kbd |
@@ -39,7 +39,7 @@ do_install_append () { | |||
39 | 39 | ||
40 | inherit update-alternatives | 40 | inherit update-alternatives |
41 | 41 | ||
42 | ALTERNATIVE_${PN} = "chvt deallocvt fgconsole openvt showkey \ | 42 | ALTERNATIVE:${PN} = "chvt deallocvt fgconsole openvt showkey \ |
43 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'vlock','', d)}" | 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'vlock','', d)}" |
44 | ALTERNATIVE_PRIORITY = "100" | 44 | ALTERNATIVE_PRIORITY = "100" |
45 | 45 | ||
diff --git a/meta/recipes-core/libcgroup/libcgroup_0.41.bb b/meta/recipes-core/libcgroup/libcgroup_0.41.bb index 92d7261b0d..400f96f17f 100644 --- a/meta/recipes-core/libcgroup/libcgroup_0.41.bb +++ b/meta/recipes-core/libcgroup/libcgroup_0.41.bb | |||
@@ -13,24 +13,24 @@ DEPENDS = "bison-native flex-native" | |||
13 | 13 | ||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${BPN}/v0.41/${BPN}-${PV}.tar.bz2 \ | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${BPN}/v0.41/${BPN}-${PV}.tar.bz2 \ |
15 | file://CVE-2018-14348.patch" | 15 | file://CVE-2018-14348.patch" |
16 | SRC_URI_append_libc-musl = " file://musl-decls-compat.patch" | 16 | SRC_URI:append:libc-musl = " file://musl-decls-compat.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "3dea9d50b8a5b73ff0bf1cdcb210f63f" | 18 | SRC_URI[md5sum] = "3dea9d50b8a5b73ff0bf1cdcb210f63f" |
19 | SRC_URI[sha256sum] = "e4e38bdc7ef70645ce33740ddcca051248d56b53283c0dc6d404e17706f6fb51" | 19 | SRC_URI[sha256sum] = "e4e38bdc7ef70645ce33740ddcca051248d56b53283c0dc6d404e17706f6fb51" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libcg/files/libcgroup/" | 21 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/libcg/files/libcgroup/" |
22 | 22 | ||
23 | DEPENDS_append_libc-musl = " fts " | 23 | DEPENDS:append:libc-musl = " fts " |
24 | EXTRA_OEMAKE_append_libc-musl = " LIBS=-lfts" | 24 | EXTRA_OEMAKE:append:libc-musl = " LIBS=-lfts" |
25 | 25 | ||
26 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 26 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
27 | PACKAGECONFIG[pam] = "--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes,--enable-pam=no,libpam" | 27 | PACKAGECONFIG[pam] = "--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes,--enable-pam=no,libpam" |
28 | 28 | ||
29 | PACKAGES =+ "cgroups-pam-plugin" | 29 | PACKAGES =+ "cgroups-pam-plugin" |
30 | FILES_cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" | 30 | FILES:cgroups-pam-plugin = "${base_libdir}/security/pam_cgroup.so*" |
31 | FILES_${PN}-dev += "${base_libdir}/security/*.la" | 31 | FILES:${PN}-dev += "${base_libdir}/security/*.la" |
32 | 32 | ||
33 | do_install_append() { | 33 | do_install:append() { |
34 | # Moving libcgroup to base_libdir | 34 | # Moving libcgroup to base_libdir |
35 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then | 35 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then |
36 | mkdir -p ${D}/${base_libdir}/ | 36 | mkdir -p ${D}/${base_libdir}/ |
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb index ba74eb1f94..ec9f9f4fa3 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb | |||
@@ -10,7 +10,7 @@ EXCLUDE_FROM_WORLD = "1" | |||
10 | 10 | ||
11 | API = "--enable-obsolete-api" | 11 | API = "--enable-obsolete-api" |
12 | 12 | ||
13 | do_install_append () { | 13 | do_install:append () { |
14 | rm -rf ${D}${includedir} | 14 | rm -rf ${D}${includedir} |
15 | rm -rf ${D}${libdir}/pkgconfig | 15 | rm -rf ${D}${libdir}/pkgconfig |
16 | rm -rf ${D}${datadir} | 16 | rm -rf ${D}${datadir} |
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 79a2aa49d6..d9b3a7d673 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc | |||
@@ -17,7 +17,7 @@ SRC_URI += "file://fix_cflags_handling.patch" | |||
17 | 17 | ||
18 | PROVIDES = "virtual/crypt" | 18 | PROVIDES = "virtual/crypt" |
19 | 19 | ||
20 | FILES_${PN} = "${libdir}/libcrypt*.so.* \ | 20 | FILES:${PN} = "${libdir}/libcrypt*.so.* \ |
21 | ${libdir}/libcrypt-*.so \ | 21 | ${libdir}/libcrypt-*.so \ |
22 | ${libdir}/libowcrypt*.so.* \ | 22 | ${libdir}/libowcrypt*.so.* \ |
23 | ${libdir}/libowcrypt-*.so \ | 23 | ${libdir}/libowcrypt-*.so \ |
@@ -27,7 +27,7 @@ S = "${WORKDIR}/git" | |||
27 | 27 | ||
28 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" | 28 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |
29 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" | 29 | TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" |
30 | CPPFLAGS_append_class-nativesdk = " -Wno-error" | 30 | CPPFLAGS:append:class-nativesdk = " -Wno-error" |
31 | 31 | ||
32 | API = "--disable-obsolete-api" | 32 | API = "--disable-obsolete-api" |
33 | EXTRA_OECONF += "${API}" | 33 | EXTRA_OECONF += "${API}" |
diff --git a/meta/recipes-core/libxml/libxml2_2.9.12.bb b/meta/recipes-core/libxml/libxml2_2.9.12.bb index 2d1e92966f..3105889c16 100644 --- a/meta/recipes-core/libxml/libxml2_2.9.12.bb +++ b/meta/recipes-core/libxml/libxml2_2.9.12.bb | |||
@@ -38,11 +38,11 @@ inherit autotools pkgconfig binconfig-disabled ptest | |||
38 | 38 | ||
39 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} | 39 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} |
40 | 40 | ||
41 | RDEPENDS_${PN}-ptest += "bash make ${@bb.utils.contains('PACKAGECONFIG', 'python', 'libgcc python3-core python3-logging python3-shell python3-stringold python3-threading python3-unittest ${PN}-python', '', d)}" | 41 | RDEPENDS:${PN}-ptest += "bash make ${@bb.utils.contains('PACKAGECONFIG', 'python', 'libgcc python3-core python3-logging python3-shell python3-stringold python3-threading python3-unittest ${PN}-python', '', d)}" |
42 | 42 | ||
43 | RDEPENDS_${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}" | 43 | RDEPENDS:${PN}-python += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3-core', '', d)}" |
44 | 44 | ||
45 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-ebcdic-us \ | 45 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-gconv-ebcdic-us \ |
46 | glibc-gconv-ibm1141 \ | 46 | glibc-gconv-ibm1141 \ |
47 | glibc-gconv-iso8859-5 \ | 47 | glibc-gconv-iso8859-5 \ |
48 | glibc-gconv-euc-jp \ | 48 | glibc-gconv-euc-jp \ |
@@ -53,25 +53,25 @@ export PYTHON_SITE_PACKAGES="${PYTHON_SITEPACKAGES_DIR}" | |||
53 | 53 | ||
54 | # WARNING: zlib is required for RPM use | 54 | # WARNING: zlib is required for RPM use |
55 | EXTRA_OECONF = "--without-debug --without-legacy --with-catalog --without-docbook --with-c14n --without-lzma --with-fexceptions" | 55 | EXTRA_OECONF = "--without-debug --without-legacy --with-catalog --without-docbook --with-c14n --without-lzma --with-fexceptions" |
56 | EXTRA_OECONF_class-native = "--without-legacy --without-docbook --with-c14n --without-lzma --with-zlib" | 56 | EXTRA_OECONF:class-native = "--without-legacy --without-docbook --with-c14n --without-lzma --with-zlib" |
57 | EXTRA_OECONF_class-nativesdk = "--without-legacy --without-docbook --with-c14n --without-lzma --with-zlib" | 57 | EXTRA_OECONF:class-nativesdk = "--without-legacy --without-docbook --with-c14n --without-lzma --with-zlib" |
58 | EXTRA_OECONF_linuxstdbase = "--with-debug --with-legacy --with-docbook --with-c14n --without-lzma --with-zlib" | 58 | EXTRA_OECONF:linuxstdbase = "--with-debug --with-legacy --with-docbook --with-c14n --without-lzma --with-zlib" |
59 | 59 | ||
60 | python populate_packages_prepend () { | 60 | python populate_packages:prepend () { |
61 | # autonamer would call this libxml2-2, but we don't want that | 61 | # autonamer would call this libxml2-2, but we don't want that |
62 | if d.getVar('DEBIAN_NAMES'): | 62 | if d.getVar('DEBIAN_NAMES'): |
63 | d.setVar('PKG_libxml2', '${MLPREFIX}libxml2') | 63 | d.setVar('PKG:libxml2', '${MLPREFIX}libxml2') |
64 | } | 64 | } |
65 | 65 | ||
66 | PACKAGE_BEFORE_PN += "${PN}-utils" | 66 | PACKAGE_BEFORE_PN += "${PN}-utils" |
67 | PACKAGES += "${PN}-python" | 67 | PACKAGES += "${PN}-python" |
68 | 68 | ||
69 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" | 69 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" |
70 | FILES_${PN}-dev += "${libdir}/xml2Conf.sh" | 70 | FILES:${PN}-dev += "${libdir}/xml2Conf.sh" |
71 | FILES_${PN}-utils = "${bindir}/*" | 71 | FILES:${PN}-utils = "${bindir}/*" |
72 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | 72 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" |
73 | 73 | ||
74 | do_configure_prepend () { | 74 | do_configure:prepend () { |
75 | # executables take longer to package: these should not be executable | 75 | # executables take longer to package: these should not be executable |
76 | find ${S}/xmlconf/ -type f -exec chmod -x {} \+ | 76 | find ${S}/xmlconf/ -type f -exec chmod -x {} \+ |
77 | } | 77 | } |
@@ -101,7 +101,7 @@ do_install_ptest () { | |||
101 | {} + | 101 | {} + |
102 | } | 102 | } |
103 | 103 | ||
104 | do_install_append_class-native () { | 104 | do_install:append:class-native () { |
105 | # Docs are not needed in the native case | 105 | # Docs are not needed in the native case |
106 | rm ${D}${datadir}/gtk-doc -rf | 106 | rm ${D}${datadir}/gtk-doc -rf |
107 | } | 107 | } |
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index b5dae176bf..9775430d4b 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
@@ -61,7 +61,7 @@ do_populate_sdk[stamp-extra-info] = "${PACKAGE_ARCH}" | |||
61 | 61 | ||
62 | REAL_MULTIMACH_TARGET_SYS = "none" | 62 | REAL_MULTIMACH_TARGET_SYS = "none" |
63 | 63 | ||
64 | create_sdk_files_append () { | 64 | create_sdk_files:append () { |
65 | rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* | 65 | rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* |
66 | rm -f ${SDK_OUTPUT}/${SDKPATH}/environment-setup-* | 66 | rm -f ${SDK_OUTPUT}/${SDKPATH}/environment-setup-* |
67 | rm -f ${SDK_OUTPUT}/${SDKPATH}/version-* | 67 | rm -f ${SDK_OUTPUT}/${SDKPATH}/version-* |
diff --git a/meta/recipes-core/meta/dummy-sdk-package.inc b/meta/recipes-core/meta/dummy-sdk-package.inc index bedde2965c..bd26e39ad3 100644 --- a/meta/recipes-core/meta/dummy-sdk-package.inc +++ b/meta/recipes-core/meta/dummy-sdk-package.inc | |||
@@ -13,7 +13,7 @@ python() { | |||
13 | d.setVar('PACKAGE_ARCH', '${DUMMYARCH}') | 13 | d.setVar('PACKAGE_ARCH', '${DUMMYARCH}') |
14 | } | 14 | } |
15 | 15 | ||
16 | ALLOW_EMPTY_${PN} = "1" | 16 | ALLOW_EMPTY:${PN} = "1" |
17 | 17 | ||
18 | PR[vardeps] += "DUMMYPROVIDES" | 18 | PR[vardeps] += "DUMMYPROVIDES" |
19 | PR[vardeps] += "DUMMYPROVIDES_PACKAGES" | 19 | PR[vardeps] += "DUMMYPROVIDES_PACKAGES" |
@@ -22,10 +22,10 @@ DUMMYPROVIDES_PACKAGES ??= "" | |||
22 | DUMMYPROVIDES_PACKAGES_MULTILIB = "${@' '.join([multilib_pkg_extend(d, pkg) for pkg in d.getVar('DUMMYPROVIDES_PACKAGES').split()])}" | 22 | DUMMYPROVIDES_PACKAGES_MULTILIB = "${@' '.join([multilib_pkg_extend(d, pkg) for pkg in d.getVar('DUMMYPROVIDES_PACKAGES').split()])}" |
23 | DUMMYPROVIDES += "${DUMMYPROVIDES_PACKAGES_MULTILIB}" | 23 | DUMMYPROVIDES += "${DUMMYPROVIDES_PACKAGES_MULTILIB}" |
24 | 24 | ||
25 | python populate_packages_prepend() { | 25 | python populate_packages:prepend() { |
26 | p = d.getVar("PN") | 26 | p = d.getVar("PN") |
27 | d.appendVar("RPROVIDES_%s" % p, "${DUMMYPROVIDES}") | 27 | d.appendVar("RPROVIDES:%s" % p, "${DUMMYPROVIDES}") |
28 | d.appendVar("RCONFLICTS_%s" % p, "${DUMMYPROVIDES}") | 28 | d.appendVar("RCONFLICTS:%s" % p, "${DUMMYPROVIDES}") |
29 | d.appendVar("RREPLACES_%s" % p, "${DUMMYPROVIDES_PACKAGES_MULTILIB}") | 29 | d.appendVar("RREPLACES:%s" % p, "${DUMMYPROVIDES_PACKAGES_MULTILIB}") |
30 | } | 30 | } |
31 | 31 | ||
diff --git a/meta/recipes-core/meta/meta-environment-extsdk.bb b/meta/recipes-core/meta/meta-environment-extsdk.bb index 2076b56f25..706312b0d6 100644 --- a/meta/recipes-core/meta/meta-environment-extsdk.bb +++ b/meta/recipes-core/meta/meta-environment-extsdk.bb | |||
@@ -4,7 +4,7 @@ require meta-environment.bb | |||
4 | 4 | ||
5 | PN = "meta-environment-extsdk-${MACHINE}" | 5 | PN = "meta-environment-extsdk-${MACHINE}" |
6 | 6 | ||
7 | create_sdk_files_append() { | 7 | create_sdk_files:append() { |
8 | local sysroot=${SDKPATH}/tmp/${@os.path.relpath(d.getVar('STAGING_DIR'), d.getVar('TMPDIR'))}/${MACHINE} | 8 | local sysroot=${SDKPATH}/tmp/${@os.path.relpath(d.getVar('STAGING_DIR'), d.getVar('TMPDIR'))}/${MACHINE} |
9 | local sdkpathnative=${SDKPATH}/tmp/${@os.path.relpath(d.getVar('STAGING_DIR'), d.getVar('TMPDIR'))}/${BUILD_ARCH} | 9 | local sdkpathnative=${SDKPATH}/tmp/${@os.path.relpath(d.getVar('STAGING_DIR'), d.getVar('TMPDIR'))}/${BUILD_ARCH} |
10 | 10 | ||
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index da1230bead..27f0103665 100644 --- a/meta/recipes-core/meta/meta-environment.bb +++ b/meta/recipes-core/meta/meta-environment.bb | |||
@@ -9,7 +9,7 @@ MODIFYTOS = "0" | |||
9 | REAL_MULTIMACH_TARGET_SYS = "${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}" | 9 | REAL_MULTIMACH_TARGET_SYS = "${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}" |
10 | 10 | ||
11 | inherit toolchain-scripts | 11 | inherit toolchain-scripts |
12 | TOOLCHAIN_NEED_CONFIGSITE_CACHE_append = " zlib" | 12 | TOOLCHAIN_NEED_CONFIGSITE_CACHE:append = " zlib" |
13 | # Need to expand here before cross-candian changes HOST_ARCH -> SDK_ARCH | 13 | # Need to expand here before cross-candian changes HOST_ARCH -> SDK_ARCH |
14 | TOOLCHAIN_CONFIGSITE_NOCACHE := "${TOOLCHAIN_CONFIGSITE_NOCACHE}" | 14 | TOOLCHAIN_CONFIGSITE_NOCACHE := "${TOOLCHAIN_CONFIGSITE_NOCACHE}" |
15 | 15 | ||
@@ -66,7 +66,7 @@ do_install() { | |||
66 | 66 | ||
67 | PN = "meta-environment-${MACHINE}" | 67 | PN = "meta-environment-${MACHINE}" |
68 | PACKAGES = "${PN}" | 68 | PACKAGES = "${PN}" |
69 | FILES_${PN}= " \ | 69 | FILES:${PN}= " \ |
70 | ${SDKPATH}/* \ | 70 | ${SDKPATH}/* \ |
71 | " | 71 | " |
72 | 72 | ||
diff --git a/meta/recipes-core/meta/meta-go-toolchain.bb b/meta/recipes-core/meta/meta-go-toolchain.bb index dde385c1b1..c24518efe3 100644 --- a/meta/recipes-core/meta/meta-go-toolchain.bb +++ b/meta/recipes-core/meta/meta-go-toolchain.bb | |||
@@ -3,10 +3,10 @@ LICENSE = "MIT" | |||
3 | 3 | ||
4 | inherit populate_sdk | 4 | inherit populate_sdk |
5 | 5 | ||
6 | TOOLCHAIN_HOST_TASK_append = " \ | 6 | TOOLCHAIN_HOST_TASK:append = " \ |
7 | packagegroup-go-cross-canadian-${MACHINE} \ | 7 | packagegroup-go-cross-canadian-${MACHINE} \ |
8 | " | 8 | " |
9 | 9 | ||
10 | TOOLCHAIN_TARGET_TASK_append = " \ | 10 | TOOLCHAIN_TARGET_TASK:append = " \ |
11 | ${@multilib_pkg_extend(d, 'packagegroup-go-sdk-target')} \ | 11 | ${@multilib_pkg_extend(d, 'packagegroup-go-sdk-target')} \ |
12 | " | 12 | " |
diff --git a/meta/recipes-core/meta/signing-keys.bb b/meta/recipes-core/meta/signing-keys.bb index 5bab94aa36..03463f95f5 100644 --- a/meta/recipes-core/meta/signing-keys.bb +++ b/meta/recipes-core/meta/signing-keys.bb | |||
@@ -14,9 +14,9 @@ SYSROOT_DIRS += "${sysconfdir}/pki" | |||
14 | 14 | ||
15 | PACKAGES =+ "${PN}-ipk ${PN}-rpm ${PN}-packagefeed" | 15 | PACKAGES =+ "${PN}-ipk ${PN}-rpm ${PN}-packagefeed" |
16 | 16 | ||
17 | FILES_${PN}-rpm = "${sysconfdir}/pki/rpm-gpg" | 17 | FILES:${PN}-rpm = "${sysconfdir}/pki/rpm-gpg" |
18 | FILES_${PN}-ipk = "${sysconfdir}/pki/ipk-gpg" | 18 | FILES:${PN}-ipk = "${sysconfdir}/pki/ipk-gpg" |
19 | FILES_${PN}-packagefeed = "${sysconfdir}/pki/packagefeed-gpg" | 19 | FILES:${PN}-packagefeed = "${sysconfdir}/pki/packagefeed-gpg" |
20 | 20 | ||
21 | python do_get_public_keys () { | 21 | python do_get_public_keys () { |
22 | from oe.gpg_sign import get_signer | 22 | from oe.gpg_sign import get_signer |
diff --git a/meta/recipes-core/meta/testexport-tarball.bb b/meta/recipes-core/meta/testexport-tarball.bb index daedd78cb4..de7663b38c 100644 --- a/meta/recipes-core/meta/testexport-tarball.bb +++ b/meta/recipes-core/meta/testexport-tarball.bb | |||
@@ -38,7 +38,7 @@ do_populate_sdk[stamp-extra-info] = "${PACKAGE_ARCH}" | |||
38 | 38 | ||
39 | REAL_MULTIMACH_TARGET_SYS = "none" | 39 | REAL_MULTIMACH_TARGET_SYS = "none" |
40 | 40 | ||
41 | create_sdk_files_append () { | 41 | create_sdk_files:append () { |
42 | rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* | 42 | rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* |
43 | rm -f ${SDK_OUTPUT}/${SDKPATH}/environment-setup-* | 43 | rm -f ${SDK_OUTPUT}/${SDKPATH}/environment-setup-* |
44 | rm -f ${SDK_OUTPUT}/${SDKPATH}/version-* | 44 | rm -f ${SDK_OUTPUT}/${SDKPATH}/version-* |
diff --git a/meta/recipes-core/meta/wic-tools.bb b/meta/recipes-core/meta/wic-tools.bb index bc6cc0d183..ba0916cb56 100644 --- a/meta/recipes-core/meta/wic-tools.bb +++ b/meta/recipes-core/meta/wic-tools.bb | |||
@@ -8,10 +8,10 @@ DEPENDS = "\ | |||
8 | btrfs-tools-native squashfs-tools-native pseudo-native \ | 8 | btrfs-tools-native squashfs-tools-native pseudo-native \ |
9 | e2fsprogs-native util-linux-native tar-native\ | 9 | e2fsprogs-native util-linux-native tar-native\ |
10 | " | 10 | " |
11 | DEPENDS_append_x86 = " syslinux-native syslinux grub-efi systemd-boot" | 11 | DEPENDS:append:x86 = " syslinux-native syslinux grub-efi systemd-boot" |
12 | DEPENDS_append_x86-64 = " syslinux-native syslinux grub-efi systemd-boot" | 12 | DEPENDS:append:x86-64 = " syslinux-native syslinux grub-efi systemd-boot" |
13 | DEPENDS_append_x86-x32 = " syslinux-native syslinux grub-efi" | 13 | DEPENDS:append:x86-x32 = " syslinux-native syslinux grub-efi" |
14 | DEPENDS_append_aarch64 = " grub-efi systemd-boot" | 14 | DEPENDS:append:aarch64 = " grub-efi systemd-boot" |
15 | 15 | ||
16 | INHIBIT_DEFAULT_DEPS = "1" | 16 | INHIBIT_DEFAULT_DEPS = "1" |
17 | 17 | ||
diff --git a/meta/recipes-core/musl/bsd-headers.bb b/meta/recipes-core/musl/bsd-headers.bb index c9945d45eb..cf8af0da3c 100644 --- a/meta/recipes-core/musl/bsd-headers.bb +++ b/meta/recipes-core/musl/bsd-headers.bb | |||
@@ -27,5 +27,5 @@ do_install() { | |||
27 | # | 27 | # |
28 | 28 | ||
29 | COMPATIBLE_HOST = ".*-musl.*" | 29 | COMPATIBLE_HOST = ".*-musl.*" |
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/recipes-core/musl/gcompat_git.bb b/meta/recipes-core/musl/gcompat_git.bb index 863ba8dbf0..6e5cc11d5d 100644 --- a/meta/recipes-core/musl/gcompat_git.bb +++ b/meta/recipes-core/musl/gcompat_git.bb | |||
@@ -41,11 +41,11 @@ do_install () { | |||
41 | fi | 41 | fi |
42 | } | 42 | } |
43 | 43 | ||
44 | FILES_${PN} += "/lib64" | 44 | FILES:${PN} += "/lib64" |
45 | 45 | ||
46 | INSANE_SKIP_${PN} = "libdir" | 46 | INSANE_SKIP:${PN} = "libdir" |
47 | 47 | ||
48 | RPROVIDES_${PN} += "musl-glibc-compat" | 48 | RPROVIDES:${PN} += "musl-glibc-compat" |
49 | # | 49 | # |
50 | # We will skip parsing for non-musl systems | 50 | # We will skip parsing for non-musl systems |
51 | # | 51 | # |
diff --git a/meta/recipes-core/musl/libssp-nonshared.bb b/meta/recipes-core/musl/libssp-nonshared.bb index 81c87e8e8d..748dacf312 100644 --- a/meta/recipes-core/musl/libssp-nonshared.bb +++ b/meta/recipes-core/musl/libssp-nonshared.bb | |||
@@ -30,6 +30,6 @@ do_install() { | |||
30 | # We will skip parsing for non-musl systems | 30 | # We will skip parsing for non-musl systems |
31 | # | 31 | # |
32 | COMPATIBLE_HOST = ".*-musl.*" | 32 | COMPATIBLE_HOST = ".*-musl.*" |
33 | RDEPENDS_${PN}-staticdev = "" | 33 | RDEPENDS:${PN}-staticdev = "" |
34 | RDEPENDS_${PN}-dev = "" | 34 | RDEPENDS:${PN}-dev = "" |
35 | RRECOMMENDS_${PN}-dbg = "${PN}-staticdev (= ${EXTENDPKGV})" | 35 | RRECOMMENDS:${PN}-dbg = "${PN}-staticdev (= ${EXTENDPKGV})" |
diff --git a/meta/recipes-core/musl/musl-utils.bb b/meta/recipes-core/musl/musl-utils.bb index dd0ce33061..4f99d4324f 100644 --- a/meta/recipes-core/musl/musl-utils.bb +++ b/meta/recipes-core/musl/musl-utils.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git" | |||
21 | 21 | ||
22 | PACKAGES =+ "${PN}-iconv" | 22 | PACKAGES =+ "${PN}-iconv" |
23 | 23 | ||
24 | FILES_${PN}-iconv = "${bindir}/iconv" | 24 | FILES:${PN}-iconv = "${bindir}/iconv" |
25 | 25 | ||
26 | COMPATIBLE_HOST = ".*-musl.*" | 26 | COMPATIBLE_HOST = ".*-musl.*" |
27 | 27 | ||
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 54edfc88e5..66468e92ff 100644 --- a/meta/recipes-core/musl/musl.inc +++ b/meta/recipes-core/musl/musl.inc | |||
@@ -14,16 +14,16 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b03f1cc25363d094011f8f4fd8bcfb68" | |||
14 | INHIBIT_DEFAULT_DEPS = "1" | 14 | INHIBIT_DEFAULT_DEPS = "1" |
15 | 15 | ||
16 | FILES_SOLIBSDEV = "" | 16 | FILES_SOLIBSDEV = "" |
17 | FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" | 17 | FILES:${PN} += "${libdir}/lib*${SOLIBSDEV}" |
18 | INSANE_SKIP_${PN} = "dev-so" | 18 | INSANE_SKIP:${PN} = "dev-so" |
19 | 19 | ||
20 | # Doesn't compile in MIPS16e mode due to use of hand-written | 20 | # Doesn't compile in MIPS16e mode due to use of hand-written |
21 | # assembly | 21 | # assembly |
22 | MIPS_INSTRUCTION_SET = "mips" | 22 | MIPS_INSTRUCTION_SET = "mips" |
23 | 23 | ||
24 | # thumb1 is unsupported | 24 | # thumb1 is unsupported |
25 | ARM_INSTRUCTION_SET_armv5 = "arm" | 25 | ARM_INSTRUCTION_SET:armv5 = "arm" |
26 | ARM_INSTRUCTION_SET_armv4 = "arm" | 26 | ARM_INSTRUCTION_SET:armv4 = "arm" |
27 | 27 | ||
28 | # Enable out of tree build | 28 | # Enable out of tree build |
29 | B = "${WORKDIR}/build" | 29 | B = "${WORKDIR}/build" |
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index bd9d5f1d4b..f9c174d9c1 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -42,7 +42,7 @@ LDFLAGS += "-Wl,-soname,libc.so" | |||
42 | # disabled automatically due to the optimisation level, but append an explicit | 42 | # disabled automatically due to the optimisation level, but append an explicit |
43 | # -fomit-frame-pointer to handle cases where optimisation is set to -O0 or frame | 43 | # -fomit-frame-pointer to handle cases where optimisation is set to -O0 or frame |
44 | # pointers have been enabled by -fno-omit-frame-pointer earlier in CFLAGS, etc. | 44 | # pointers have been enabled by -fno-omit-frame-pointer earlier in CFLAGS, etc. |
45 | CFLAGS_append_arm = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | 45 | CFLAGS:append:arm = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
46 | 46 | ||
47 | CONFIGUREOPTS = " \ | 47 | CONFIGUREOPTS = " \ |
48 | --prefix=${prefix} \ | 48 | --prefix=${prefix} \ |
@@ -70,19 +70,19 @@ do_install() { | |||
70 | lnr ${D}${libdir}/libc.so ${D}${bindir}/ldd | 70 | lnr ${D}${libdir}/libc.so ${D}${bindir}/ldd |
71 | } | 71 | } |
72 | 72 | ||
73 | FILES_${PN} += "/lib/ld-musl-${MUSL_LDSO_ARCH}.so.1 ${sysconfdir}/ld-musl-${MUSL_LDSO_ARCH}.path" | 73 | FILES:${PN} += "/lib/ld-musl-${MUSL_LDSO_ARCH}.so.1 ${sysconfdir}/ld-musl-${MUSL_LDSO_ARCH}.path" |
74 | FILES_${PN}-staticdev = "${libdir}/libc.a" | 74 | FILES:${PN}-staticdev = "${libdir}/libc.a" |
75 | FILES_${PN}-dev =+ "${libdir}/libcrypt.a ${libdir}/libdl.a ${libdir}/libm.a \ | 75 | FILES:${PN}-dev =+ "${libdir}/libcrypt.a ${libdir}/libdl.a ${libdir}/libm.a \ |
76 | ${libdir}/libpthread.a ${libdir}/libresolv.a \ | 76 | ${libdir}/libpthread.a ${libdir}/libresolv.a \ |
77 | ${libdir}/librt.a ${libdir}/libutil.a ${libdir}/libxnet.a \ | 77 | ${libdir}/librt.a ${libdir}/libutil.a ${libdir}/libxnet.a \ |
78 | " | 78 | " |
79 | 79 | ||
80 | RDEPENDS_${PN}-dev += "linux-libc-headers-dev bsd-headers-dev libssp-nonshared-staticdev" | 80 | RDEPENDS:${PN}-dev += "linux-libc-headers-dev bsd-headers-dev libssp-nonshared-staticdev" |
81 | RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" | 81 | RPROVIDES:${PN}-dev += "libc-dev virtual-libc-dev" |
82 | RPROVIDES_${PN} += "ldd libsegfault rtld(GNU_HASH)" | 82 | RPROVIDES:${PN} += "ldd libsegfault rtld(GNU_HASH)" |
83 | 83 | ||
84 | LEAD_SONAME = "libc.so" | 84 | LEAD_SONAME = "libc.so" |
85 | INSANE_SKIP_${PN}-dev = "staticdev" | 85 | INSANE_SKIP:${PN}-dev = "staticdev" |
86 | INSANE_SKIP_${PN} = "libdir" | 86 | INSANE_SKIP:${PN} = "libdir" |
87 | 87 | ||
88 | UPSTREAM_CHECK_COMMITS = "1" | 88 | UPSTREAM_CHECK_COMMITS = "1" |
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index ef59bc3b0a..cbb12ca275 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=5526f2f3a29edc95538b368a4771edda" | 5 | LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=5526f2f3a29edc95538b368a4771edda" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | DEPENDS = "ncurses-native" | 7 | DEPENDS = "ncurses-native" |
8 | DEPENDS_class-native = "" | 8 | DEPENDS:class-native = "" |
9 | 9 | ||
10 | BINCONFIG = "${bindir}/ncurses5-config ${bindir}/ncursesw5-config \ | 10 | BINCONFIG = "${bindir}/ncurses5-config ${bindir}/ncursesw5-config \ |
11 | ${bindir}/ncurses6-config ${bindir}/ncursesw6-config" | 11 | ${bindir}/ncurses6-config ${bindir}/ncursesw6-config" |
@@ -32,17 +32,17 @@ ENABLE_WIDEC ?= "true" | |||
32 | BUILD_CPPFLAGS += "-D_GNU_SOURCE" | 32 | BUILD_CPPFLAGS += "-D_GNU_SOURCE" |
33 | 33 | ||
34 | # natives don't generally look in base_libdir | 34 | # natives don't generally look in base_libdir |
35 | base_libdir_class-native = "${libdir}" | 35 | base_libdir:class-native = "${libdir}" |
36 | 36 | ||
37 | # Display corruption occurs on 64 bit hosts without these settings | 37 | # Display corruption occurs on 64 bit hosts without these settings |
38 | # This was derrived from the upstream debian ncurses which uses | 38 | # This was derrived from the upstream debian ncurses which uses |
39 | # these settings for 32 and 64 bit hosts. | 39 | # these settings for 32 and 64 bit hosts. |
40 | EXCONFIG_ARGS = "" | 40 | EXCONFIG_ARGS = "" |
41 | EXCONFIG_ARGS_class-native = " \ | 41 | EXCONFIG_ARGS:class-native = " \ |
42 | --disable-lp64 \ | 42 | --disable-lp64 \ |
43 | --with-chtype='long' \ | 43 | --with-chtype='long' \ |
44 | --with-mmask-t='long'" | 44 | --with-mmask-t='long'" |
45 | EXCONFIG_ARGS_class-nativesdk = " \ | 45 | EXCONFIG_ARGS:class-nativesdk = " \ |
46 | --disable-lp64 \ | 46 | --disable-lp64 \ |
47 | --with-chtype='long' \ | 47 | --with-chtype='long' \ |
48 | --with-mmask-t='long'" | 48 | --with-mmask-t='long'" |
@@ -55,11 +55,11 @@ PACKAGES_DYNAMIC = "^${PN}-lib.*" | |||
55 | # because the sstate had a hard coded search path. Until this is fixed | 55 | # because the sstate had a hard coded search path. Until this is fixed |
56 | # another way this is deemed good enough. | 56 | # another way this is deemed good enough. |
57 | EX_TERMCAP = "" | 57 | EX_TERMCAP = "" |
58 | EX_TERMCAP_class-native = ":/etc/termcap:/usr/share/misc/termcap" | 58 | EX_TERMCAP:class-native = ":/etc/termcap:/usr/share/misc/termcap" |
59 | EX_TERMCAP_class-nativesdk = ":/etc/termcap:/usr/share/misc/termcap" | 59 | EX_TERMCAP:class-nativesdk = ":/etc/termcap:/usr/share/misc/termcap" |
60 | EX_TERMINFO = "" | 60 | EX_TERMINFO = "" |
61 | EX_TERMINFO_class-native = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo" | 61 | EX_TERMINFO:class-native = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo" |
62 | EX_TERMINFO_class-nativesdk = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo" | 62 | EX_TERMINFO:class-nativesdk = ":/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo" |
63 | EX_TERMLIB ?= "tinfo" | 63 | EX_TERMLIB ?= "tinfo" |
64 | 64 | ||
65 | # Helper function for do_configure to allow multiple configurations | 65 | # Helper function for do_configure to allow multiple configurations |
@@ -258,7 +258,7 @@ do_install() { | |||
258 | oe_multilib_header curses.h | 258 | oe_multilib_header curses.h |
259 | } | 259 | } |
260 | 260 | ||
261 | python populate_packages_prepend () { | 261 | python populate_packages:prepend () { |
262 | libdir = d.expand("${libdir}") | 262 | libdir = d.expand("${libdir}") |
263 | base_libdir = d.expand("${base_libdir}") | 263 | base_libdir = d.expand("${base_libdir}") |
264 | pnbase = d.expand("${PN}-lib%s") | 264 | pnbase = d.expand("${PN}-lib%s") |
@@ -272,8 +272,8 @@ inherit update-alternatives | |||
272 | 272 | ||
273 | ALTERNATIVE_PRIORITY = "100" | 273 | ALTERNATIVE_PRIORITY = "100" |
274 | 274 | ||
275 | ALTERNATIVE_ncurses-tools_class-target = "clear reset" | 275 | ALTERNATIVE:ncurses-tools:class-target = "clear reset" |
276 | ALTERNATIVE_ncurses-terminfo_class-target = "st st-256color" | 276 | ALTERNATIVE:ncurses-terminfo:class-target = "st st-256color" |
277 | 277 | ||
278 | ALTERNATIVE_LINK_NAME[st] = "${datadir}/terminfo/s/st" | 278 | ALTERNATIVE_LINK_NAME[st] = "${datadir}/terminfo/s/st" |
279 | 279 | ||
@@ -287,7 +287,7 @@ PACKAGES += " \ | |||
287 | ${PN}-terminfo \ | 287 | ${PN}-terminfo \ |
288 | " | 288 | " |
289 | 289 | ||
290 | FILES_${PN} = "\ | 290 | FILES:${PN} = "\ |
291 | ${bindir}/tput \ | 291 | ${bindir}/tput \ |
292 | ${bindir}/tset \ | 292 | ${bindir}/tset \ |
293 | ${bindir}/ncurses5-config \ | 293 | ${bindir}/ncurses5-config \ |
@@ -299,7 +299,7 @@ FILES_${PN} = "\ | |||
299 | 299 | ||
300 | # This keeps only tput/tset in ncurses | 300 | # This keeps only tput/tset in ncurses |
301 | # clear/reset are in already busybox | 301 | # clear/reset are in already busybox |
302 | FILES_${PN}-tools = "\ | 302 | FILES:${PN}-tools = "\ |
303 | ${bindir}/tic \ | 303 | ${bindir}/tic \ |
304 | ${bindir}/toe \ | 304 | ${bindir}/toe \ |
305 | ${bindir}/infotocap \ | 305 | ${bindir}/infotocap \ |
@@ -312,20 +312,20 @@ FILES_${PN}-tools = "\ | |||
312 | " | 312 | " |
313 | 313 | ||
314 | # 'reset' is a symlink to 'tset' which is in the 'ncurses' package | 314 | # 'reset' is a symlink to 'tset' which is in the 'ncurses' package |
315 | RDEPENDS_${PN}-tools = "${PN} ${PN}-terminfo-base" | 315 | RDEPENDS:${PN}-tools = "${PN} ${PN}-terminfo-base" |
316 | 316 | ||
317 | FILES_${PN}-terminfo = "\ | 317 | FILES:${PN}-terminfo = "\ |
318 | ${datadir}/terminfo \ | 318 | ${datadir}/terminfo \ |
319 | " | 319 | " |
320 | 320 | ||
321 | FILES_${PN}-terminfo-base = "\ | 321 | FILES:${PN}-terminfo-base = "\ |
322 | ${sysconfdir}/terminfo \ | 322 | ${sysconfdir}/terminfo \ |
323 | " | 323 | " |
324 | 324 | ||
325 | RSUGGESTS_${PN}-libtinfo = "${PN}-terminfo" | 325 | RSUGGESTS:${PN}-libtinfo = "${PN}-terminfo" |
326 | RRECOMMENDS_${PN}-libtinfo = "${PN}-terminfo-base" | 326 | RRECOMMENDS:${PN}-libtinfo = "${PN}-terminfo-base" |
327 | 327 | ||
328 | # Putting terminfo into the sysroot adds around 2800 files to | 328 | # Putting terminfo into the sysroot adds around 2800 files to |
329 | # each recipe specific sysroot. We can live without this, particularly | 329 | # each recipe specific sysroot. We can live without this, particularly |
330 | # as many recipes may have native and target copies. | 330 | # as many recipes may have native and target copies. |
331 | SYSROOT_DIRS_remove = "${datadir}" | 331 | SYSROOT_DIRS:remove = "${datadir}" |
diff --git a/meta/recipes-core/newlib/libgloss_4.1.0.bb b/meta/recipes-core/newlib/libgloss_4.1.0.bb index c9ed30d988..8c8ee91395 100644 --- a/meta/recipes-core/newlib/libgloss_4.1.0.bb +++ b/meta/recipes-core/newlib/libgloss_4.1.0.bb | |||
@@ -2,21 +2,21 @@ require newlib.inc | |||
2 | 2 | ||
3 | DEPENDS += "newlib" | 3 | DEPENDS += "newlib" |
4 | 4 | ||
5 | FILESEXTRAPATHS_prepend := "${THISDIR}/libgloss:" | 5 | FILESEXTRAPATHS:prepend := "${THISDIR}/libgloss:" |
6 | 6 | ||
7 | SRC_URI_append_powerpc = " file://fix-rs6000-crt0.patch" | 7 | SRC_URI:append:powerpc = " file://fix-rs6000-crt0.patch" |
8 | SRC_URI_append_arm = " file://fix_makefile_include_arm_h.patch" | 8 | SRC_URI:append:arm = " file://fix_makefile_include_arm_h.patch" |
9 | 9 | ||
10 | do_configure() { | 10 | do_configure() { |
11 | ${S}/libgloss/configure ${EXTRA_OECONF} | 11 | ${S}/libgloss/configure ${EXTRA_OECONF} |
12 | } | 12 | } |
13 | 13 | ||
14 | do_install_prepend() { | 14 | do_install:prepend() { |
15 | # install doesn't create this itself, avoid install error | 15 | # install doesn't create this itself, avoid install error |
16 | install -d ${D}${prefix}/${TARGET_SYS}/lib | 16 | install -d ${D}${prefix}/${TARGET_SYS}/lib |
17 | } | 17 | } |
18 | 18 | ||
19 | do_install_append() { | 19 | do_install:append() { |
20 | # Move libs to default directories so they can be picked up later | 20 | # Move libs to default directories so they can be picked up later |
21 | install -d ${D}${libdir} | 21 | install -d ${D}${libdir} |
22 | mv -v ${D}${prefix}/${TARGET_SYS}/lib/* ${D}${libdir} | 22 | mv -v ${D}${prefix}/${TARGET_SYS}/lib/* ${D}${libdir} |
@@ -26,8 +26,8 @@ do_install_append() { | |||
26 | } | 26 | } |
27 | 27 | ||
28 | # Split packages correctly | 28 | # Split packages correctly |
29 | FILES_${PN} += "${libdir}/*.ld ${libdir}/*.specs" | 29 | FILES:${PN} += "${libdir}/*.ld ${libdir}/*.specs" |
30 | FILES_${PN}-dev += "${libdir}/cpu-init/*" | 30 | FILES:${PN}-dev += "${libdir}/cpu-init/*" |
31 | 31 | ||
32 | INHIBIT_PACKAGE_STRIP = "1" | 32 | INHIBIT_PACKAGE_STRIP = "1" |
33 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 33 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc index 0aba21fae7..23cd172008 100644 --- a/meta/recipes-core/newlib/newlib.inc +++ b/meta/recipes-core/newlib/newlib.inc | |||
@@ -25,7 +25,7 @@ S = "${WORKDIR}/newlib-${PV}" | |||
25 | B = "${WORKDIR}/build" | 25 | B = "${WORKDIR}/build" |
26 | 26 | ||
27 | ## disable stdlib | 27 | ## disable stdlib |
28 | TARGET_CC_ARCH_append = " -nostdlib" | 28 | TARGET_CC_ARCH:append = " -nostdlib" |
29 | 29 | ||
30 | EXTRA_OECONF = " \ | 30 | EXTRA_OECONF = " \ |
31 | --build=${BUILD_SYS} \ | 31 | --build=${BUILD_SYS} \ |
@@ -50,5 +50,5 @@ do_install() { | |||
50 | oe_runmake install DESTDIR='${D}' | 50 | oe_runmake install DESTDIR='${D}' |
51 | } | 51 | } |
52 | 52 | ||
53 | COMPATIBLE_HOST_libc-musl_class-target = "null" | 53 | COMPATIBLE_HOST:libc-musl:class-target = "null" |
54 | COMPATIBLE_HOST_libc-glibc_class-target = "null" | 54 | COMPATIBLE_HOST:libc-glibc:class-target = "null" |
diff --git a/meta/recipes-core/newlib/newlib_4.1.0.bb b/meta/recipes-core/newlib/newlib_4.1.0.bb index 7ab5b2b94e..0542c596ba 100644 --- a/meta/recipes-core/newlib/newlib_4.1.0.bb +++ b/meta/recipes-core/newlib/newlib_4.1.0.bb | |||
@@ -7,7 +7,7 @@ do_configure() { | |||
7 | ${S}/configure ${EXTRA_OECONF} | 7 | ${S}/configure ${EXTRA_OECONF} |
8 | } | 8 | } |
9 | 9 | ||
10 | do_install_append() { | 10 | do_install:append() { |
11 | # Move include files and libs to default directories so they can be picked up later | 11 | # Move include files and libs to default directories so they can be picked up later |
12 | mv -v ${D}${prefix}/${TARGET_SYS}/lib ${D}${libdir} | 12 | mv -v ${D}${prefix}/${TARGET_SYS}/lib ${D}${libdir} |
13 | mv -v ${D}${prefix}/${TARGET_SYS}/include ${D}${includedir} | 13 | mv -v ${D}${prefix}/${TARGET_SYS}/include ${D}${includedir} |
@@ -17,4 +17,4 @@ do_install_append() { | |||
17 | } | 17 | } |
18 | 18 | ||
19 | # No rpm package is actually created but -dev depends on it, avoid dnf error | 19 | # No rpm package is actually created but -dev depends on it, avoid dnf error |
20 | RDEPENDS_${PN}-dev_libc-newlib = "" | 20 | RDEPENDS:${PN}-dev:libc-newlib = "" |
diff --git a/meta/recipes-core/os-release/os-release.bb b/meta/recipes-core/os-release/os-release.bb index a29d678125..38ee4f993b 100644 --- a/meta/recipes-core/os-release/os-release.bb +++ b/meta/recipes-core/os-release/os-release.bb | |||
@@ -50,4 +50,4 @@ do_install () { | |||
50 | lnr ${D}${nonarch_libdir}/os-release ${D}${sysconfdir}/os-release | 50 | lnr ${D}${nonarch_libdir}/os-release ${D}${sysconfdir}/os-release |
51 | } | 51 | } |
52 | 52 | ||
53 | FILES_${PN} += "${nonarch_libdir}/os-release" | 53 | FILES:${PN} += "${nonarch_libdir}/os-release" |
diff --git a/meta/recipes-core/ovmf/ovmf-shell-image.bb b/meta/recipes-core/ovmf/ovmf-shell-image.bb index fd4fb5b732..50c4517da3 100644 --- a/meta/recipes-core/ovmf/ovmf-shell-image.bb +++ b/meta/recipes-core/ovmf/ovmf-shell-image.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | DESCRIPTION = "boot image with UEFI shell and tools" | 1 | DESCRIPTION = "boot image with UEFI shell and tools" |
2 | COMPATIBLE_HOST_class-target='(i.86|x86_64).*' | 2 | COMPATIBLE_HOST:class-target='(i.86|x86_64).*' |
3 | 3 | ||
4 | # For this image recipe, only the wic format with a | 4 | # For this image recipe, only the wic format with a |
5 | # single vfat partition makes sense. Because we have no | 5 | # single vfat partition makes sense. Because we have no |
6 | # boot loader and no rootfs partition, not additional | 6 | # boot loader and no rootfs partition, not additional |
7 | # tools are needed for this .wks file. | 7 | # tools are needed for this .wks file. |
8 | IMAGE_FSTYPES_forcevariable = 'wic' | 8 | IMAGE_FSTYPES:forcevariable = 'wic' |
9 | WKS_FILE = "ovmf/ovmf-shell-image.wks" | 9 | WKS_FILE = "ovmf/ovmf-shell-image.wks" |
10 | WKS_FILE_DEPENDS = "" | 10 | WKS_FILE_DEPENDS = "" |
11 | 11 | ||
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 90dae2aed0..145240e77e 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "OVMF is an EDK II based project to enable UEFI support for \ | |||
3 | Virtual Machines. OVMF contains sample UEFI firmware for QEMU and KVM" | 3 | Virtual Machines. OVMF contains sample UEFI firmware for QEMU and KVM" |
4 | HOMEPAGE = "https://github.com/tianocore/tianocore.github.io/wiki/OVMF" | 4 | HOMEPAGE = "https://github.com/tianocore/tianocore.github.io/wiki/OVMF" |
5 | LICENSE = "BSD-2-Clause" | 5 | LICENSE = "BSD-2-Clause" |
6 | LICENSE_class-target = "${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'BSD & OpenSSL', 'BSD', d)}" | 6 | LICENSE:class-target = "${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'BSD & OpenSSL', 'BSD', d)}" |
7 | LIC_FILES_CHKSUM = "file://OvmfPkg/License.txt;md5=06357ddc23f46577c2aeaeaf7b776d65" | 7 | LIC_FILES_CHKSUM = "file://OvmfPkg/License.txt;md5=06357ddc23f46577c2aeaeaf7b776d65" |
8 | 8 | ||
9 | # Enabling Secure Boot adds a dependency on OpenSSL and implies | 9 | # Enabling Secure Boot adds a dependency on OpenSSL and implies |
@@ -40,7 +40,7 @@ EDK_TOOLS_DIR="edk2_basetools" | |||
40 | BUILD_OPTIMIZATION="-pipe" | 40 | BUILD_OPTIMIZATION="-pipe" |
41 | 41 | ||
42 | # OVMF supports IA only, although it could conceivably support ARM someday. | 42 | # OVMF supports IA only, although it could conceivably support ARM someday. |
43 | COMPATIBLE_HOST_class-target='(i.86|x86_64).*' | 43 | COMPATIBLE_HOST:class-target='(i.86|x86_64).*' |
44 | 44 | ||
45 | # Additional build flags for OVMF with Secure Boot. | 45 | # Additional build flags for OVMF with Secure Boot. |
46 | # Fedora also uses "-D SMM_REQUIRE -D EXCLUDE_SHELL_FROM_FD". | 46 | # Fedora also uses "-D SMM_REQUIRE -D EXCLUDE_SHELL_FROM_FD". |
@@ -52,7 +52,7 @@ export PYTHON_COMMAND = "${HOSTTOOLS_DIR}/python3" | |||
52 | do_patch[postfuncs] += "fix_basetools_location" | 52 | do_patch[postfuncs] += "fix_basetools_location" |
53 | fix_basetools_location () { | 53 | fix_basetools_location () { |
54 | } | 54 | } |
55 | fix_basetools_location_class-target() { | 55 | fix_basetools_location:class-target() { |
56 | # Replaces the fake path inserted by 0002-ovmf-update-path-to-native-BaseTools.patch. | 56 | # Replaces the fake path inserted by 0002-ovmf-update-path-to-native-BaseTools.patch. |
57 | # Necessary for finding the actual BaseTools from ovmf-native. | 57 | # Necessary for finding the actual BaseTools from ovmf-native. |
58 | sed -i -e 's#BBAKE_EDK_TOOLS_PATH#${STAGING_BINDIR_NATIVE}/${EDK_TOOLS_DIR}#' ${S}/OvmfPkg/build.sh | 58 | sed -i -e 's#BBAKE_EDK_TOOLS_PATH#${STAGING_BINDIR_NATIVE}/${EDK_TOOLS_DIR}#' ${S}/OvmfPkg/build.sh |
@@ -61,7 +61,7 @@ fix_basetools_location_class-target() { | |||
61 | do_patch[postfuncs] += "fix_iasl" | 61 | do_patch[postfuncs] += "fix_iasl" |
62 | fix_iasl() { | 62 | fix_iasl() { |
63 | } | 63 | } |
64 | fix_iasl_class-native() { | 64 | fix_iasl:class-native() { |
65 | # iasl is not installed under /usr/bin when building with OE. | 65 | # iasl is not installed under /usr/bin when building with OE. |
66 | sed -i -e 's#/usr/bin/iasl#${STAGING_BINDIR_NATIVE}/iasl#' ${S}/BaseTools/Conf/tools_def.template | 66 | sed -i -e 's#/usr/bin/iasl#${STAGING_BINDIR_NATIVE}/iasl#' ${S}/BaseTools/Conf/tools_def.template |
67 | } | 67 | } |
@@ -80,14 +80,14 @@ fix_toolchain() { | |||
80 | -e '/^VFR_CPPFLAGS/a CC = ${CC}\nCXX = ${CXX}\nAS = ${AS}\nAR = ${AR}\nLD = ${LD}' \ | 80 | -e '/^VFR_CPPFLAGS/a CC = ${CC}\nCXX = ${CXX}\nAS = ${AS}\nAR = ${AR}\nLD = ${LD}' \ |
81 | ${S}/BaseTools/Source/C/VfrCompile/GNUmakefile | 81 | ${S}/BaseTools/Source/C/VfrCompile/GNUmakefile |
82 | } | 82 | } |
83 | fix_toolchain_append_class-native() { | 83 | fix_toolchain:append:class-native() { |
84 | # This tools_def.template is going to be used by the target ovmf and | 84 | # This tools_def.template is going to be used by the target ovmf and |
85 | # defines which compilers to use. For the GCC toolchain definitions, | 85 | # defines which compilers to use. For the GCC toolchain definitions, |
86 | # that will be ${HOST_PREFIX}gcc. However, "make" doesn't need that | 86 | # that will be ${HOST_PREFIX}gcc. However, "make" doesn't need that |
87 | # prefix. | 87 | # prefix. |
88 | # | 88 | # |
89 | # Injecting ENV(HOST_PREFIX) matches exporting that value as env | 89 | # Injecting ENV(HOST_PREFIX) matches exporting that value as env |
90 | # variable in do_compile_class-target. | 90 | # variable in do_compile:class-target. |
91 | sed -i \ | 91 | sed -i \ |
92 | -e 's#\(ENV\|DEF\)(GCC.*_PREFIX)#ENV(HOST_PREFIX)#' \ | 92 | -e 's#\(ENV\|DEF\)(GCC.*_PREFIX)#ENV(HOST_PREFIX)#' \ |
93 | -e 's#ENV(HOST_PREFIX)make#make#' \ | 93 | -e 's#ENV(HOST_PREFIX)make#make#' \ |
@@ -150,11 +150,11 @@ fixup_target_tools() { | |||
150 | echo ${FIXED_GCCVER} | 150 | echo ${FIXED_GCCVER} |
151 | } | 151 | } |
152 | 152 | ||
153 | do_compile_class-native() { | 153 | do_compile:class-native() { |
154 | oe_runmake -C ${S}/BaseTools | 154 | oe_runmake -C ${S}/BaseTools |
155 | } | 155 | } |
156 | 156 | ||
157 | do_compile_class-target() { | 157 | do_compile:class-target() { |
158 | export LFLAGS="${LDFLAGS}" | 158 | export LFLAGS="${LDFLAGS}" |
159 | PARALLEL_JOBS="${@oe.utils.parallel_make_argument(d, '-n %d')}" | 159 | PARALLEL_JOBS="${@oe.utils.parallel_make_argument(d, '-n %d')}" |
160 | OVMF_ARCH="X64" | 160 | OVMF_ARCH="X64" |
@@ -203,12 +203,12 @@ do_compile_class-target() { | |||
203 | fi | 203 | fi |
204 | } | 204 | } |
205 | 205 | ||
206 | do_install_class-native() { | 206 | do_install:class-native() { |
207 | install -d ${D}/${bindir}/edk2_basetools | 207 | install -d ${D}/${bindir}/edk2_basetools |
208 | cp -r ${S}/BaseTools ${D}/${bindir}/${EDK_TOOLS_DIR} | 208 | cp -r ${S}/BaseTools ${D}/${bindir}/${EDK_TOOLS_DIR} |
209 | } | 209 | } |
210 | 210 | ||
211 | do_install_class-target() { | 211 | do_install:class-target() { |
212 | # Content for UEFI shell iso. We install the EFI shell as | 212 | # Content for UEFI shell iso. We install the EFI shell as |
213 | # bootx64/ia32.efi because then it can be started even when the | 213 | # bootx64/ia32.efi because then it can be started even when the |
214 | # firmware itself does not contain it. | 214 | # firmware itself does not contain it. |
@@ -225,19 +225,19 @@ do_install_class-target() { | |||
225 | # | 225 | # |
226 | # However, EnrollDefaultKeys.efi is only included when Secure Boot is enabled. | 226 | # However, EnrollDefaultKeys.efi is only included when Secure Boot is enabled. |
227 | PACKAGES =+ "ovmf-shell-efi" | 227 | PACKAGES =+ "ovmf-shell-efi" |
228 | FILES_ovmf-shell-efi = " \ | 228 | FILES:ovmf-shell-efi = " \ |
229 | EnrollDefaultKeys.efi \ | 229 | EnrollDefaultKeys.efi \ |
230 | efi/ \ | 230 | efi/ \ |
231 | " | 231 | " |
232 | 232 | ||
233 | DEPLOYDEP = "" | 233 | DEPLOYDEP = "" |
234 | DEPLOYDEP_class-target = "qemu-system-native:do_populate_sysroot" | 234 | DEPLOYDEP:class-target = "qemu-system-native:do_populate_sysroot" |
235 | DEPLOYDEP_class-target += " ${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'openssl-native:do_populate_sysroot', '', d)}" | 235 | DEPLOYDEP:class-target += " ${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'openssl-native:do_populate_sysroot', '', d)}" |
236 | do_deploy[depends] += "${DEPLOYDEP}" | 236 | do_deploy[depends] += "${DEPLOYDEP}" |
237 | 237 | ||
238 | do_deploy() { | 238 | do_deploy() { |
239 | } | 239 | } |
240 | do_deploy_class-target() { | 240 | do_deploy:class-target() { |
241 | # For use with "runqemu ovmf". | 241 | # For use with "runqemu ovmf". |
242 | for i in \ | 242 | for i in \ |
243 | ovmf \ | 243 | ovmf \ |
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index ae989011f4..64e5883f95 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | |||
@@ -9,7 +9,7 @@ inherit packagegroup nativesdk | |||
9 | 9 | ||
10 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | 10 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" |
11 | 11 | ||
12 | RDEPENDS_${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
13 | nativesdk-pkgconfig \ | 13 | nativesdk-pkgconfig \ |
14 | nativesdk-qemu \ | 14 | nativesdk-qemu \ |
15 | nativesdk-qemu-helper \ | 15 | nativesdk-qemu-helper \ |
@@ -29,7 +29,7 @@ RDEPENDS_${PN} = "\ | |||
29 | nativesdk-flex \ | 29 | nativesdk-flex \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_${PN}_darwin = "\ | 32 | RDEPENDS:${PN}:darwin = "\ |
33 | nativesdk-pkgconfig \ | 33 | nativesdk-pkgconfig \ |
34 | nativesdk-opkg \ | 34 | nativesdk-opkg \ |
35 | nativesdk-libtool \ | 35 | nativesdk-libtool \ |
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 6d4d7e6f7e..7489ef61b0 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb | |||
@@ -47,7 +47,7 @@ VIRTUAL-RUNTIME_keymaps ?= "keymaps" | |||
47 | # | 47 | # |
48 | # packagegroup-base contain stuff needed for base system (machine related) | 48 | # packagegroup-base contain stuff needed for base system (machine related) |
49 | # | 49 | # |
50 | RDEPENDS_packagegroup-base = "\ | 50 | RDEPENDS:packagegroup-base = "\ |
51 | packagegroup-distro-base \ | 51 | packagegroup-distro-base \ |
52 | packagegroup-machine-base \ | 52 | packagegroup-machine-base \ |
53 | \ | 53 | \ |
@@ -79,7 +79,7 @@ RDEPENDS_packagegroup-base = "\ | |||
79 | " | 79 | " |
80 | 80 | ||
81 | 81 | ||
82 | RRECOMMENDS_packagegroup-base = "\ | 82 | RRECOMMENDS:packagegroup-base = "\ |
83 | kernel-module-nls-utf8 \ | 83 | kernel-module-nls-utf8 \ |
84 | kernel-module-input \ | 84 | kernel-module-input \ |
85 | kernel-module-uinput \ | 85 | kernel-module-uinput \ |
@@ -88,7 +88,7 @@ RRECOMMENDS_packagegroup-base = "\ | |||
88 | kernel-module-rtc-sysfs \ | 88 | kernel-module-rtc-sysfs \ |
89 | kernel-module-unix" | 89 | kernel-module-unix" |
90 | 90 | ||
91 | RDEPENDS_packagegroup-base-extended = "\ | 91 | RDEPENDS:packagegroup-base-extended = "\ |
92 | packagegroup-base \ | 92 | packagegroup-base \ |
93 | ${ADD_WIFI} \ | 93 | ${ADD_WIFI} \ |
94 | ${ADD_BT} \ | 94 | ${ADD_BT} \ |
@@ -124,69 +124,69 @@ python __anonymous () { | |||
124 | # | 124 | # |
125 | # packages added by distribution | 125 | # packages added by distribution |
126 | # | 126 | # |
127 | SUMMARY_packagegroup-distro-base = "${DISTRO} extras" | 127 | SUMMARY:packagegroup-distro-base = "${DISTRO} extras" |
128 | DEPENDS_packagegroup-distro-base = "${DISTRO_EXTRA_DEPENDS}" | 128 | DEPENDS_packagegroup-distro-base = "${DISTRO_EXTRA_DEPENDS}" |
129 | RDEPENDS_packagegroup-distro-base = "${DISTRO_EXTRA_RDEPENDS}" | 129 | RDEPENDS:packagegroup-distro-base = "${DISTRO_EXTRA_RDEPENDS}" |
130 | RRECOMMENDS_packagegroup-distro-base = "${DISTRO_EXTRA_RRECOMMENDS}" | 130 | RRECOMMENDS:packagegroup-distro-base = "${DISTRO_EXTRA_RRECOMMENDS}" |
131 | 131 | ||
132 | # | 132 | # |
133 | # packages added by machine config | 133 | # packages added by machine config |
134 | # | 134 | # |
135 | SUMMARY_packagegroup-machine-base = "${MACHINE} extras" | 135 | SUMMARY:packagegroup-machine-base = "${MACHINE} extras" |
136 | SUMMARY_packagegroup-machine-base = "Extra packages required to fully support ${MACHINE} hardware" | 136 | SUMMARY:packagegroup-machine-base = "Extra packages required to fully support ${MACHINE} hardware" |
137 | RDEPENDS_packagegroup-machine-base = "${MACHINE_EXTRA_RDEPENDS}" | 137 | RDEPENDS:packagegroup-machine-base = "${MACHINE_EXTRA_RDEPENDS}" |
138 | RRECOMMENDS_packagegroup-machine-base = "${MACHINE_EXTRA_RRECOMMENDS}" | 138 | RRECOMMENDS:packagegroup-machine-base = "${MACHINE_EXTRA_RRECOMMENDS}" |
139 | 139 | ||
140 | SUMMARY_packagegroup-base-keyboard = "Keyboard support" | 140 | SUMMARY:packagegroup-base-keyboard = "Keyboard support" |
141 | RDEPENDS_packagegroup-base-keyboard = "\ | 141 | RDEPENDS:packagegroup-base-keyboard = "\ |
142 | ${VIRTUAL-RUNTIME_keymaps}" | 142 | ${VIRTUAL-RUNTIME_keymaps}" |
143 | 143 | ||
144 | SUMMARY_packagegroup-base-pci = "PCI bus support" | 144 | SUMMARY:packagegroup-base-pci = "PCI bus support" |
145 | RDEPENDS_packagegroup-base-pci = "\ | 145 | RDEPENDS:packagegroup-base-pci = "\ |
146 | pciutils" | 146 | pciutils" |
147 | 147 | ||
148 | SUMMARY_packagegroup-base-acpi = "ACPI support" | 148 | SUMMARY:packagegroup-base-acpi = "ACPI support" |
149 | RDEPENDS_packagegroup-base-acpi = "\ | 149 | RDEPENDS:packagegroup-base-acpi = "\ |
150 | acpid" | 150 | acpid" |
151 | 151 | ||
152 | SUMMARY_packagegroup-base-apm = "APM support" | 152 | SUMMARY:packagegroup-base-apm = "APM support" |
153 | RDEPENDS_packagegroup-base-apm = "\ | 153 | RDEPENDS:packagegroup-base-apm = "\ |
154 | ${VIRTUAL-RUNTIME_apm} \ | 154 | ${VIRTUAL-RUNTIME_apm} \ |
155 | apmd" | 155 | apmd" |
156 | 156 | ||
157 | SUMMARY_packagegroup-base-ext2 = "ext2 filesystem support" | 157 | SUMMARY:packagegroup-base-ext2 = "ext2 filesystem support" |
158 | RDEPENDS_packagegroup-base-ext2 = "\ | 158 | RDEPENDS:packagegroup-base-ext2 = "\ |
159 | e2fsprogs-e2fsck \ | 159 | e2fsprogs-e2fsck \ |
160 | e2fsprogs-mke2fs" | 160 | e2fsprogs-mke2fs" |
161 | 161 | ||
162 | RRECOMMENDS_packagegroup-base-ext2 = "\ | 162 | RRECOMMENDS:packagegroup-base-ext2 = "\ |
163 | hdparm \ | 163 | hdparm \ |
164 | e2fsprogs" | 164 | e2fsprogs" |
165 | 165 | ||
166 | SUMMARY_packagegroup-base-vfat = "FAT filesystem support" | 166 | SUMMARY:packagegroup-base-vfat = "FAT filesystem support" |
167 | RRECOMMENDS_packagegroup-base-vfat = "\ | 167 | RRECOMMENDS:packagegroup-base-vfat = "\ |
168 | kernel-module-msdos \ | 168 | kernel-module-msdos \ |
169 | kernel-module-vfat \ | 169 | kernel-module-vfat \ |
170 | kernel-module-nls-iso8859-1 \ | 170 | kernel-module-nls-iso8859-1 \ |
171 | kernel-module-nls-cp437 \ | 171 | kernel-module-nls-cp437 \ |
172 | dosfstools" | 172 | dosfstools" |
173 | 173 | ||
174 | SUMMARY_packagegroup-base-alsa = "ALSA sound support" | 174 | SUMMARY:packagegroup-base-alsa = "ALSA sound support" |
175 | RDEPENDS_packagegroup-base-alsa = "\ | 175 | RDEPENDS:packagegroup-base-alsa = "\ |
176 | alsa-utils-alsactl \ | 176 | alsa-utils-alsactl \ |
177 | alsa-utils-amixer \ | 177 | alsa-utils-amixer \ |
178 | ${VIRTUAL-RUNTIME_alsa-state}" | 178 | ${VIRTUAL-RUNTIME_alsa-state}" |
179 | 179 | ||
180 | RRECOMMENDS_packagegroup-base-alsa = "\ | 180 | RRECOMMENDS:packagegroup-base-alsa = "\ |
181 | kernel-module-snd-mixer-oss \ | 181 | kernel-module-snd-mixer-oss \ |
182 | kernel-module-snd-pcm-oss" | 182 | kernel-module-snd-pcm-oss" |
183 | 183 | ||
184 | SUMMARY_packagegroup-base-pcmcia = "PC card slot support" | 184 | SUMMARY:packagegroup-base-pcmcia = "PC card slot support" |
185 | RDEPENDS_packagegroup-base-pcmcia = "\ | 185 | RDEPENDS:packagegroup-base-pcmcia = "\ |
186 | pcmciautils \ | 186 | pcmciautils \ |
187 | " | 187 | " |
188 | 188 | ||
189 | RRECOMMENDS_packagegroup-base-pcmcia = "\ | 189 | RRECOMMENDS:packagegroup-base-pcmcia = "\ |
190 | kernel-module-pcmcia \ | 190 | kernel-module-pcmcia \ |
191 | kernel-module-airo-cs \ | 191 | kernel-module-airo-cs \ |
192 | kernel-module-pcnet-cs \ | 192 | kernel-module-pcnet-cs \ |
@@ -197,12 +197,12 @@ RRECOMMENDS_packagegroup-base-pcmcia = "\ | |||
197 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'kernel-module-orinoco-cs', '',d)} \ | 197 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'kernel-module-orinoco-cs', '',d)} \ |
198 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'kernel-module-spectrum-cs', '',d)}" | 198 | ${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'kernel-module-spectrum-cs', '',d)}" |
199 | 199 | ||
200 | SUMMARY_packagegroup-base-bluetooth = "Bluetooth support" | 200 | SUMMARY:packagegroup-base-bluetooth = "Bluetooth support" |
201 | RDEPENDS_packagegroup-base-bluetooth = "\ | 201 | RDEPENDS:packagegroup-base-bluetooth = "\ |
202 | bluez5 \ | 202 | bluez5 \ |
203 | " | 203 | " |
204 | 204 | ||
205 | RRECOMMENDS_packagegroup-base-bluetooth = "\ | 205 | RRECOMMENDS:packagegroup-base-bluetooth = "\ |
206 | kernel-module-bluetooth \ | 206 | kernel-module-bluetooth \ |
207 | kernel-module-l2cap \ | 207 | kernel-module-l2cap \ |
208 | kernel-module-rfcomm \ | 208 | kernel-module-rfcomm \ |
@@ -218,19 +218,19 @@ RRECOMMENDS_packagegroup-base-bluetooth = "\ | |||
218 | ${@bb.utils.contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-dtl1-cs', '',d)} \ | 218 | ${@bb.utils.contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-dtl1-cs', '',d)} \ |
219 | " | 219 | " |
220 | 220 | ||
221 | SUMMARY_packagegroup-base-usbgadget = "USB gadget support" | 221 | SUMMARY:packagegroup-base-usbgadget = "USB gadget support" |
222 | RRECOMMENDS_packagegroup-base-usbgadget = "\ | 222 | RRECOMMENDS:packagegroup-base-usbgadget = "\ |
223 | kernel-module-pxa27x_udc \ | 223 | kernel-module-pxa27x_udc \ |
224 | kernel-module-gadgetfs \ | 224 | kernel-module-gadgetfs \ |
225 | kernel-module-g-file-storage \ | 225 | kernel-module-g-file-storage \ |
226 | kernel-module-g-serial \ | 226 | kernel-module-g-serial \ |
227 | kernel-module-g-ether" | 227 | kernel-module-g-ether" |
228 | 228 | ||
229 | SUMMARY_packagegroup-base-usbhost = "USB host support" | 229 | SUMMARY:packagegroup-base-usbhost = "USB host support" |
230 | RDEPENDS_packagegroup-base-usbhost = "\ | 230 | RDEPENDS:packagegroup-base-usbhost = "\ |
231 | usbutils " | 231 | usbutils " |
232 | 232 | ||
233 | RRECOMMENDS_packagegroup-base-usbhost = "\ | 233 | RRECOMMENDS:packagegroup-base-usbhost = "\ |
234 | kernel-module-uhci-hcd \ | 234 | kernel-module-uhci-hcd \ |
235 | kernel-module-ohci-hcd \ | 235 | kernel-module-ohci-hcd \ |
236 | kernel-module-ehci-hcd \ | 236 | kernel-module-ehci-hcd \ |
@@ -244,36 +244,36 @@ RRECOMMENDS_packagegroup-base-usbhost = "\ | |||
244 | kernel-module-usbserial \ | 244 | kernel-module-usbserial \ |
245 | kernel-module-usb-storage " | 245 | kernel-module-usb-storage " |
246 | 246 | ||
247 | SUMMARY_packagegroup-base-ppp = "PPP dial-up protocol support" | 247 | SUMMARY:packagegroup-base-ppp = "PPP dial-up protocol support" |
248 | RDEPENDS_packagegroup-base-ppp = "\ | 248 | RDEPENDS:packagegroup-base-ppp = "\ |
249 | ppp \ | 249 | ppp \ |
250 | ppp-dialin" | 250 | ppp-dialin" |
251 | 251 | ||
252 | RRECOMMENDS_packagegroup-base-ppp = "\ | 252 | RRECOMMENDS:packagegroup-base-ppp = "\ |
253 | kernel-module-ppp-async \ | 253 | kernel-module-ppp-async \ |
254 | kernel-module-ppp-deflate \ | 254 | kernel-module-ppp-deflate \ |
255 | kernel-module-ppp-generic \ | 255 | kernel-module-ppp-generic \ |
256 | kernel-module-ppp-mppe \ | 256 | kernel-module-ppp-mppe \ |
257 | kernel-module-slhc" | 257 | kernel-module-slhc" |
258 | 258 | ||
259 | SUMMARY_packagegroup-base-ipsec = "IPSEC support" | 259 | SUMMARY:packagegroup-base-ipsec = "IPSEC support" |
260 | RDEPENDS_packagegroup-base-ipsec = "\ | 260 | RDEPENDS:packagegroup-base-ipsec = "\ |
261 | " | 261 | " |
262 | 262 | ||
263 | RRECOMMENDS_packagegroup-base-ipsec = "\ | 263 | RRECOMMENDS:packagegroup-base-ipsec = "\ |
264 | kernel-module-ipsec" | 264 | kernel-module-ipsec" |
265 | 265 | ||
266 | # | 266 | # |
267 | # packagegroup-base-wifi contain everything needed to get WiFi working | 267 | # packagegroup-base-wifi contain everything needed to get WiFi working |
268 | # WEP/WPA connection needs to be supported out-of-box | 268 | # WEP/WPA connection needs to be supported out-of-box |
269 | # | 269 | # |
270 | SUMMARY_packagegroup-base-wifi = "WiFi support" | 270 | SUMMARY:packagegroup-base-wifi = "WiFi support" |
271 | RDEPENDS_packagegroup-base-wifi = "\ | 271 | RDEPENDS:packagegroup-base-wifi = "\ |
272 | iw \ | 272 | iw \ |
273 | wireless-regdb-static \ | 273 | wireless-regdb-static \ |
274 | wpa-supplicant" | 274 | wpa-supplicant" |
275 | 275 | ||
276 | RRECOMMENDS_packagegroup-base-wifi = "\ | 276 | RRECOMMENDS:packagegroup-base-wifi = "\ |
277 | ${@bb.utils.contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-zd1211rw', '',d)} \ | 277 | ${@bb.utils.contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-zd1211rw', '',d)} \ |
278 | kernel-module-ieee80211-crypt \ | 278 | kernel-module-ieee80211-crypt \ |
279 | kernel-module-ieee80211-crypt-ccmp \ | 279 | kernel-module-ieee80211-crypt-ccmp \ |
@@ -287,59 +287,59 @@ RRECOMMENDS_packagegroup-base-wifi = "\ | |||
287 | kernel-module-aes-generic \ | 287 | kernel-module-aes-generic \ |
288 | kernel-module-aes" | 288 | kernel-module-aes" |
289 | 289 | ||
290 | SUMMARY_packagegroup-base-nfc = "Near Field Communication support" | 290 | SUMMARY:packagegroup-base-nfc = "Near Field Communication support" |
291 | RDEPENDS_packagegroup-base-nfc = "\ | 291 | RDEPENDS:packagegroup-base-nfc = "\ |
292 | neard" | 292 | neard" |
293 | 293 | ||
294 | RRECOMMENDS_packagegroup-base-nfc = "\ | 294 | RRECOMMENDS:packagegroup-base-nfc = "\ |
295 | kernel-module-nfc" | 295 | kernel-module-nfc" |
296 | 296 | ||
297 | SUMMARY_packagegroup-base-3g = "Cellular data support" | 297 | SUMMARY:packagegroup-base-3g = "Cellular data support" |
298 | RDEPENDS_packagegroup-base-3g = "\ | 298 | RDEPENDS:packagegroup-base-3g = "\ |
299 | ofono" | 299 | ofono" |
300 | 300 | ||
301 | RRECOMMENDS_packagegroup-base-3g = "\ | 301 | RRECOMMENDS:packagegroup-base-3g = "\ |
302 | kernel-module-cdc-acm \ | 302 | kernel-module-cdc-acm \ |
303 | kernel-module-cdc-wdm" | 303 | kernel-module-cdc-wdm" |
304 | 304 | ||
305 | SUMMARY_packagegroup-base-smbfs = "SMB network filesystem support" | 305 | SUMMARY:packagegroup-base-smbfs = "SMB network filesystem support" |
306 | RRECOMMENDS_packagegroup-base-smbfs = "\ | 306 | RRECOMMENDS:packagegroup-base-smbfs = "\ |
307 | kernel-module-cifs \ | 307 | kernel-module-cifs \ |
308 | kernel-module-smbfs" | 308 | kernel-module-smbfs" |
309 | 309 | ||
310 | SUMMARY_packagegroup-base-cramfs = "cramfs filesystem support" | 310 | SUMMARY:packagegroup-base-cramfs = "cramfs filesystem support" |
311 | RRECOMMENDS_packagegroup-base-cramfs = "\ | 311 | RRECOMMENDS:packagegroup-base-cramfs = "\ |
312 | kernel-module-cramfs" | 312 | kernel-module-cramfs" |
313 | 313 | ||
314 | # | 314 | # |
315 | # packagegroup-base-nfs provides ONLY client support - server is in nfs-utils package | 315 | # packagegroup-base-nfs provides ONLY client support - server is in nfs-utils package |
316 | # | 316 | # |
317 | SUMMARY_packagegroup-base-nfs = "NFS network filesystem support" | 317 | SUMMARY:packagegroup-base-nfs = "NFS network filesystem support" |
318 | RDEPENDS_packagegroup-base-nfs = "\ | 318 | RDEPENDS:packagegroup-base-nfs = "\ |
319 | rpcbind" | 319 | rpcbind" |
320 | 320 | ||
321 | RRECOMMENDS_packagegroup-base-nfs = "\ | 321 | RRECOMMENDS:packagegroup-base-nfs = "\ |
322 | kernel-module-nfs " | 322 | kernel-module-nfs " |
323 | 323 | ||
324 | SUMMARY_packagegroup-base-zeroconf = "Zeroconf support" | 324 | SUMMARY:packagegroup-base-zeroconf = "Zeroconf support" |
325 | RDEPENDS_packagegroup-base-zeroconf = "\ | 325 | RDEPENDS:packagegroup-base-zeroconf = "\ |
326 | avahi-daemon" | 326 | avahi-daemon" |
327 | RDEPENDS_packagegroup-base-zeroconf_append_libc-glibc = "\ | 327 | RDEPENDS:packagegroup-base-zeroconf:append:libc-glibc = "\ |
328 | libnss-mdns \ | 328 | libnss-mdns \ |
329 | " | 329 | " |
330 | 330 | ||
331 | SUMMARY_packagegroup-base-ipv6 = "IPv6 support" | 331 | SUMMARY:packagegroup-base-ipv6 = "IPv6 support" |
332 | RDEPENDS_packagegroup-base-ipv6 = "\ | 332 | RDEPENDS:packagegroup-base-ipv6 = "\ |
333 | " | 333 | " |
334 | 334 | ||
335 | RRECOMMENDS_packagegroup-base-ipv6 = "\ | 335 | RRECOMMENDS:packagegroup-base-ipv6 = "\ |
336 | kernel-module-ipv6 " | 336 | kernel-module-ipv6 " |
337 | 337 | ||
338 | SUMMARY_packagegroup-base-serial = "Serial port support" | 338 | SUMMARY:packagegroup-base-serial = "Serial port support" |
339 | RDEPENDS_packagegroup-base-serial = "\ | 339 | RDEPENDS:packagegroup-base-serial = "\ |
340 | setserial \ | 340 | setserial \ |
341 | lrzsz " | 341 | lrzsz " |
342 | 342 | ||
343 | SUMMARY_packagegroup-base-phone = "Cellular telephony (voice) support" | 343 | SUMMARY:packagegroup-base-phone = "Cellular telephony (voice) support" |
344 | RDEPENDS_packagegroup-base-phone = "\ | 344 | RDEPENDS:packagegroup-base-phone = "\ |
345 | ofono" | 345 | ofono" |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb index abbee14bd4..faf7bc0026 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb | |||
@@ -22,7 +22,7 @@ SYSVINIT_SCRIPTS = "${@bb.utils.contains('MACHINE_FEATURES', 'rtc', '${VIRTUAL-R | |||
22 | ${VIRTUAL-RUNTIME_initscripts} \ | 22 | ${VIRTUAL-RUNTIME_initscripts} \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN} = "\ | 25 | RDEPENDS:${PN} = "\ |
26 | base-files \ | 26 | base-files \ |
27 | base-passwd \ | 27 | base-passwd \ |
28 | ${VIRTUAL-RUNTIME_base-utils} \ | 28 | ${VIRTUAL-RUNTIME_base-utils} \ |
@@ -36,6 +36,6 @@ RDEPENDS_${PN} = "\ | |||
36 | ${VIRTUAL-RUNTIME_update-alternatives} \ | 36 | ${VIRTUAL-RUNTIME_update-alternatives} \ |
37 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" | 37 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" |
38 | 38 | ||
39 | RRECOMMENDS_${PN} = "\ | 39 | RRECOMMENDS:${PN} = "\ |
40 | ${VIRTUAL-RUNTIME_base-utils-syslog} \ | 40 | ${VIRTUAL-RUNTIME_base-utils-syslog} \ |
41 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" | 41 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb b/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb index 78cc65db87..32f4ac3586 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb | |||
@@ -7,7 +7,7 @@ SUMMARY = "Essential build dependencies" | |||
7 | 7 | ||
8 | inherit packagegroup | 8 | inherit packagegroup |
9 | 9 | ||
10 | RDEPENDS_packagegroup-core-buildessential = "\ | 10 | RDEPENDS:packagegroup-core-buildessential = "\ |
11 | autoconf \ | 11 | autoconf \ |
12 | automake \ | 12 | automake \ |
13 | binutils \ | 13 | binutils \ |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb b/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb index c45463fc6c..4e91aaf47b 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Remote debugging tools for Eclipse integration" | |||
2 | 2 | ||
3 | inherit packagegroup | 3 | inherit packagegroup |
4 | 4 | ||
5 | RDEPENDS_${PN} = "\ | 5 | RDEPENDS:${PN} = "\ |
6 | gdbserver \ | 6 | gdbserver \ |
7 | tcf-agent \ | 7 | tcf-agent \ |
8 | openssh-sftp-server \ | 8 | openssh-sftp-server \ |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb b/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb index 20fe6fc092..35beb3fc05 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb | |||
@@ -9,11 +9,11 @@ inherit packagegroup | |||
9 | 9 | ||
10 | PACKAGES = "${PN}-server ${PN}-client" | 10 | PACKAGES = "${PN}-server ${PN}-client" |
11 | 11 | ||
12 | SUMMARY_${PN}-client = "NFS client" | 12 | SUMMARY:${PN}-client = "NFS client" |
13 | RDEPENDS_${PN}-client = "nfs-utils-client" | 13 | RDEPENDS:${PN}-client = "nfs-utils-client" |
14 | 14 | ||
15 | SUMMARY_${PN}-server = "NFS server" | 15 | SUMMARY:${PN}-server = "NFS server" |
16 | RDEPENDS_${PN}-server = "\ | 16 | RDEPENDS:${PN}-server = "\ |
17 | nfs-utils \ | 17 | nfs-utils \ |
18 | nfs-utils-client \ | 18 | nfs-utils-client \ |
19 | " | 19 | " |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb index 03fa5296c1..d70aff22c7 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb | |||
@@ -11,7 +11,7 @@ inherit packagegroup | |||
11 | 11 | ||
12 | #PACKAGEFUNCS =+ 'generate_sdk_pkgs' | 12 | #PACKAGEFUNCS =+ 'generate_sdk_pkgs' |
13 | 13 | ||
14 | RDEPENDS_packagegroup-core-sdk = "\ | 14 | RDEPENDS:packagegroup-core-sdk = "\ |
15 | packagegroup-core-buildessential \ | 15 | packagegroup-core-buildessential \ |
16 | coreutils \ | 16 | coreutils \ |
17 | ccache \ | 17 | ccache \ |
@@ -26,15 +26,15 @@ RDEPENDS_packagegroup-core-sdk = "\ | |||
26 | tcl" | 26 | tcl" |
27 | 27 | ||
28 | SANITIZERS = "libasan-dev libubsan-dev" | 28 | SANITIZERS = "libasan-dev libubsan-dev" |
29 | SANITIZERS_arc = "" | 29 | SANITIZERS:arc = "" |
30 | SANITIZERS_microblaze = "" | 30 | SANITIZERS:microblaze = "" |
31 | SANITIZERS_mipsarch = "" | 31 | SANITIZERS:mipsarch = "" |
32 | SANITIZERS_nios2 = "" | 32 | SANITIZERS:nios2 = "" |
33 | SANITIZERS_riscv64 = "" | 33 | SANITIZERS:riscv64 = "" |
34 | SANITIZERS_riscv32 = "" | 34 | SANITIZERS:riscv32 = "" |
35 | SANITIZERS_libc-musl = "" | 35 | SANITIZERS:libc-musl = "" |
36 | 36 | ||
37 | RRECOMMENDS_packagegroup-core-sdk = "\ | 37 | RRECOMMENDS:packagegroup-core-sdk = "\ |
38 | libgomp \ | 38 | libgomp \ |
39 | libgomp-dev \ | 39 | libgomp-dev \ |
40 | ${SANITIZERS}" | 40 | ${SANITIZERS}" |
@@ -53,7 +53,7 @@ RRECOMMENDS_packagegroup-core-sdk = "\ | |||
53 | # # the package depchain code | 53 | # # the package depchain code |
54 | # spkgdata = read_subpkgdata(pkg, d) | 54 | # spkgdata = read_subpkgdata(pkg, d) |
55 | # | 55 | # |
56 | # rdepends = explode_deps(spkgdata.get('RDEPENDS_%s' % pkg) or '') | 56 | # rdepends = explode_deps(spkgdata.get('RDEPENDS:%s' % pkg) or '') |
57 | # rreclist = [] | 57 | # rreclist = [] |
58 | # | 58 | # |
59 | # for depend in rdepends: | 59 | # for depend in rdepends: |
@@ -63,16 +63,16 @@ RRECOMMENDS_packagegroup-core-sdk = "\ | |||
63 | # rreclist.append('%s-dev' % name) | 63 | # rreclist.append('%s-dev' % name) |
64 | # else: | 64 | # else: |
65 | # deppkgdata = read_subpkgdata(name, d) | 65 | # deppkgdata = read_subpkgdata(name, d) |
66 | # rdepends2 = explode_deps(deppkgdata.get('RDEPENDS_%s' % name) or '') | 66 | # rdepends2 = explode_deps(deppkgdata.get('RDEPENDS:%s' % name) or '') |
67 | # for depend in rdepends2: | 67 | # for depend in rdepends2: |
68 | # split_depend = depend.split(' (') | 68 | # split_depend = depend.split(' (') |
69 | # name = split_depend[0].strip() | 69 | # name = split_depend[0].strip() |
70 | # if packaged('%s-dev' % name, d): | 70 | # if packaged('%s-dev' % name, d): |
71 | # rreclist.append('%s-dev' % name) | 71 | # rreclist.append('%s-dev' % name) |
72 | # | 72 | # |
73 | # oldrrec = d.getVar('RRECOMMENDS_%s' % newpkg, False) or '' | 73 | # oldrrec = d.getVar('RRECOMMENDS:%s' % newpkg, False) or '' |
74 | # d.setVar('RRECOMMENDS_%s' % newpkg, oldrrec + ' ' + ' '.join(rreclist)) | 74 | # d.setVar('RRECOMMENDS:%s' % newpkg, oldrrec + ' ' + ' '.join(rreclist)) |
75 | # # bb.note('RRECOMMENDS_%s = "%s"' % (newpkg, d.getVar('RRECOMMENDS_%s' % newpkg, False))) | 75 | # # bb.note('RRECOMMENDS:%s = "%s"' % (newpkg, d.getVar('RRECOMMENDS:%s' % newpkg, False))) |
76 | # | 76 | # |
77 | # # bb.note('pkgs is %s' % pkgs) | 77 | # # bb.note('pkgs is %s' % pkgs) |
78 | # d.setVar('PACKAGES', ' '.join(pkgs)) | 78 | # d.setVar('PACKAGES', ' '.join(pkgs)) |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb b/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb index 5ec3f6c927..4f844ad925 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb | |||
@@ -3,4 +3,4 @@ PR = "r1" | |||
3 | 3 | ||
4 | inherit packagegroup | 4 | inherit packagegroup |
5 | 5 | ||
6 | RDEPENDS_${PN} = "dropbear" | 6 | RDEPENDS:${PN} = "dropbear" |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb b/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb index 703f956aea..846df12bc7 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb | |||
@@ -3,4 +3,4 @@ PR = "r1" | |||
3 | 3 | ||
4 | inherit packagegroup | 4 | inherit packagegroup |
5 | 5 | ||
6 | RDEPENDS_${PN} = "openssh" | 6 | RDEPENDS:${PN} = "openssh" |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb index 2a54f1ca3e..5ebcbcec82 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb | |||
@@ -5,7 +5,7 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}" | |||
5 | 5 | ||
6 | inherit packagegroup | 6 | inherit packagegroup |
7 | 7 | ||
8 | RDEPENDS_${PN} = "\ | 8 | RDEPENDS:${PN} = "\ |
9 | libgcc \ | 9 | libgcc \ |
10 | libgcc-dev \ | 10 | libgcc-dev \ |
11 | libatomic \ | 11 | libatomic \ |
@@ -15,7 +15,7 @@ RDEPENDS_${PN} = "\ | |||
15 | ${LIBC_DEPENDENCIES} \ | 15 | ${LIBC_DEPENDENCIES} \ |
16 | " | 16 | " |
17 | 17 | ||
18 | RRECOMMENDS_${PN}_mingw32 = "\ | 18 | RRECOMMENDS:${PN}:mingw32 = "\ |
19 | libssp \ | 19 | libssp \ |
20 | libssp-dev \ | 20 | libssp-dev \ |
21 | " | 21 | " |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb index 542a02057c..c75850aa64 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb | |||
@@ -11,12 +11,12 @@ inherit packagegroup | |||
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
13 | MTRACE = "" | 13 | MTRACE = "" |
14 | MTRACE_libc-glibc = "libc-mtrace" | 14 | MTRACE:libc-glibc = "libc-mtrace" |
15 | 15 | ||
16 | STRACE = "strace" | 16 | STRACE = "strace" |
17 | STRACE_riscv32 = "" | 17 | STRACE:riscv32 = "" |
18 | 18 | ||
19 | RDEPENDS_${PN} = "\ | 19 | RDEPENDS:${PN} = "\ |
20 | gdb \ | 20 | gdb \ |
21 | gdbserver \ | 21 | gdbserver \ |
22 | ${MTRACE} \ | 22 | ${MTRACE} \ |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb index 194dca76d0..663a9cd57b 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb | |||
@@ -12,11 +12,11 @@ inherit packagegroup | |||
12 | 12 | ||
13 | PROFILE_TOOLS_X = "" | 13 | PROFILE_TOOLS_X = "" |
14 | # sysprof doesn't support aarch64 and nios2 | 14 | # sysprof doesn't support aarch64 and nios2 |
15 | PROFILE_TOOLS_X_aarch64 = "" | 15 | PROFILE_TOOLS_X:aarch64 = "" |
16 | PROFILE_TOOLS_X_nios2 = "" | 16 | PROFILE_TOOLS_X:nios2 = "" |
17 | PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-analyze', '', d)}" | 17 | PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-analyze', '', d)}" |
18 | 18 | ||
19 | RRECOMMENDS_${PN} = "\ | 19 | RRECOMMENDS:${PN} = "\ |
20 | ${PERF} \ | 20 | ${PERF} \ |
21 | blktrace \ | 21 | blktrace \ |
22 | ${PROFILE_TOOLS_X} \ | 22 | ${PROFILE_TOOLS_X} \ |
@@ -27,19 +27,19 @@ PROFILETOOLS = "\ | |||
27 | powertop \ | 27 | powertop \ |
28 | " | 28 | " |
29 | PERF = "perf" | 29 | PERF = "perf" |
30 | PERF_libc-musl = "" | 30 | PERF:libc-musl = "" |
31 | PERF_libc-musl_arm = "perf" | 31 | PERF:libc-musl:arm = "perf" |
32 | PERF_riscv32 = "" | 32 | PERF:riscv32 = "" |
33 | 33 | ||
34 | # systemtap needs elfutils which is not fully buildable on some arches/libcs | 34 | # systemtap needs elfutils which is not fully buildable on some arches/libcs |
35 | SYSTEMTAP = "systemtap" | 35 | SYSTEMTAP = "systemtap" |
36 | SYSTEMTAP_libc-musl = "" | 36 | SYSTEMTAP:libc-musl = "" |
37 | SYSTEMTAP_nios2 = "" | 37 | SYSTEMTAP:nios2 = "" |
38 | SYSTEMTAP_riscv64 = "" | 38 | SYSTEMTAP:riscv64 = "" |
39 | 39 | ||
40 | LTTNGTOOLS = "lttng-tools" | 40 | LTTNGTOOLS = "lttng-tools" |
41 | LTTNGTOOLS_arc = "" | 41 | LTTNGTOOLS:arc = "" |
42 | LTTNGTOOLS_riscv32 = "" | 42 | LTTNGTOOLS:riscv32 = "" |
43 | 43 | ||
44 | BABELTRACE = "babeltrace" | 44 | BABELTRACE = "babeltrace" |
45 | BABELTRACE2 = "babeltrace2" | 45 | BABELTRACE2 = "babeltrace2" |
@@ -47,22 +47,22 @@ BABELTRACE2 = "babeltrace2" | |||
47 | # valgrind does not work on the following configurations/architectures | 47 | # valgrind does not work on the following configurations/architectures |
48 | 48 | ||
49 | VALGRIND = "valgrind" | 49 | VALGRIND = "valgrind" |
50 | VALGRIND_libc-musl = "" | 50 | VALGRIND:libc-musl = "" |
51 | VALGRIND_mipsarch = "" | 51 | VALGRIND:mipsarch = "" |
52 | VALGRIND_nios2 = "" | 52 | VALGRIND:nios2 = "" |
53 | VALGRIND_arc = "" | 53 | VALGRIND:arc = "" |
54 | VALGRIND_armv4 = "" | 54 | VALGRIND:armv4 = "" |
55 | VALGRIND_armv5 = "" | 55 | VALGRIND:armv5 = "" |
56 | VALGRIND_armv6 = "" | 56 | VALGRIND:armv6 = "" |
57 | VALGRIND_armeb = "" | 57 | VALGRIND:armeb = "" |
58 | VALGRIND_aarch64 = "" | 58 | VALGRIND:aarch64 = "" |
59 | VALGRIND_riscv64 = "" | 59 | VALGRIND:riscv64 = "" |
60 | VALGRIND_riscv32 = "" | 60 | VALGRIND:riscv32 = "" |
61 | VALGRIND_powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', '', 'valgrind', d)}" | 61 | VALGRIND:powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', '', 'valgrind', d)}" |
62 | VALGRIND_linux-gnux32 = "" | 62 | VALGRIND:linux-gnux32 = "" |
63 | VALGRIND_linux-gnun32 = "" | 63 | VALGRIND:linux-gnun32 = "" |
64 | 64 | ||
65 | RDEPENDS_${PN} = "\ | 65 | RDEPENDS:${PN} = "\ |
66 | ${PROFILETOOLS} \ | 66 | ${PROFILETOOLS} \ |
67 | ${LTTNGTOOLS} \ | 67 | ${LTTNGTOOLS} \ |
68 | ${BABELTRACE} \ | 68 | ${BABELTRACE} \ |
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index 015810cb6b..94405fd8fe 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | |||
@@ -12,14 +12,14 @@ inherit packagegroup | |||
12 | 12 | ||
13 | # kexec-tools doesn't work on e5500-64b, microblaze and nios2 yet | 13 | # kexec-tools doesn't work on e5500-64b, microblaze and nios2 yet |
14 | KEXECTOOLS ?= "kexec" | 14 | KEXECTOOLS ?= "kexec" |
15 | KEXECTOOLS_e5500-64b ?= "" | 15 | KEXECTOOLS:e5500-64b ?= "" |
16 | KEXECTOOLS_microblaze ?= "" | 16 | KEXECTOOLS:microblaze ?= "" |
17 | KEXECTOOLS_nios2 ?= "" | 17 | KEXECTOOLS:nios2 ?= "" |
18 | KEXECTOOLS_riscv64 ?= "" | 18 | KEXECTOOLS:riscv64 ?= "" |
19 | KEXECTOOLS_riscv32 ?= "" | 19 | KEXECTOOLS:riscv32 ?= "" |
20 | 20 | ||
21 | GSTEXAMPLES ?= "gst-examples" | 21 | GSTEXAMPLES ?= "gst-examples" |
22 | GSTEXAMPLES_riscv64 = "" | 22 | GSTEXAMPLES:riscv64 = "" |
23 | 23 | ||
24 | X11GLTOOLS = "\ | 24 | X11GLTOOLS = "\ |
25 | mesa-demos \ | 25 | mesa-demos \ |
@@ -37,7 +37,7 @@ X11TOOLS = "\ | |||
37 | xprop \ | 37 | xprop \ |
38 | " | 38 | " |
39 | 39 | ||
40 | RDEPENDS_${PN} = "\ | 40 | RDEPENDS:${PN} = "\ |
41 | blktool \ | 41 | blktool \ |
42 | ${KEXECTOOLS} \ | 42 | ${KEXECTOOLS} \ |
43 | alsa-utils-amixer \ | 43 | alsa-utils-amixer \ |
diff --git a/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb b/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb index 3b430c0814..49c075eb11 100644 --- a/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb +++ b/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb | |||
@@ -10,7 +10,7 @@ BINUTILS = "binutils-cross-canadian-${TRANSLATED_TARGET_ARCH}" | |||
10 | GCC = "gcc-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 10 | GCC = "gcc-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
11 | GDB = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 11 | GDB = "gdb-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS:${PN} = "\ |
14 | ${@all_multilib_tune_values(d, 'BINUTILS')} \ | 14 | ${@all_multilib_tune_values(d, 'BINUTILS')} \ |
15 | ${@all_multilib_tune_values(d, 'GCC')} \ | 15 | ${@all_multilib_tune_values(d, 'GCC')} \ |
16 | ${@all_multilib_tune_values(d, 'GDB')} \ | 16 | ${@all_multilib_tune_values(d, 'GDB')} \ |
diff --git a/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb b/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb index 3daace1a40..d0596efe7a 100644 --- a/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb +++ b/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb | |||
@@ -7,6 +7,6 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | |||
7 | 7 | ||
8 | GO = "go-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 8 | GO = "go-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
9 | 9 | ||
10 | RDEPENDS_${PN} = " \ | 10 | RDEPENDS:${PN} = " \ |
11 | ${@all_multilib_tune_values(d, 'GO')} \ | 11 | ${@all_multilib_tune_values(d, 'GO')} \ |
12 | " | 12 | " |
diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb index 9a52b0781c..61629d273c 100644 --- a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb +++ b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Target packages for the Go SDK" | |||
2 | 2 | ||
3 | inherit packagegroup goarch | 3 | inherit packagegroup goarch |
4 | 4 | ||
5 | RDEPENDS_${PN} = " \ | 5 | RDEPENDS:${PN} = " \ |
6 | go \ | 6 | go \ |
7 | go-runtime \ | 7 | go-runtime \ |
8 | go-runtime-dev \ | 8 | go-runtime-dev \ |
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index 9a70b189a4..9523aadd15 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | |||
@@ -24,7 +24,7 @@ PACKAGES = "\ | |||
24 | packagegroup-self-hosted-host-tools \ | 24 | packagegroup-self-hosted-host-tools \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS_packagegroup-self-hosted = "\ | 27 | RDEPENDS:packagegroup-self-hosted = "\ |
28 | packagegroup-self-hosted-debug \ | 28 | packagegroup-self-hosted-debug \ |
29 | packagegroup-self-hosted-sdk \ | 29 | packagegroup-self-hosted-sdk \ |
30 | packagegroup-self-hosted-extended \ | 30 | packagegroup-self-hosted-extended \ |
@@ -32,7 +32,7 @@ RDEPENDS_packagegroup-self-hosted = "\ | |||
32 | packagegroup-self-hosted-host-tools \ | 32 | packagegroup-self-hosted-host-tools \ |
33 | " | 33 | " |
34 | 34 | ||
35 | RDEPENDS_packagegroup-self-hosted-host-tools = "\ | 35 | RDEPENDS:packagegroup-self-hosted-host-tools = "\ |
36 | e2fsprogs \ | 36 | e2fsprogs \ |
37 | e2fsprogs-e2fsck \ | 37 | e2fsprogs-e2fsck \ |
38 | e2fsprogs-mke2fs \ | 38 | e2fsprogs-mke2fs \ |
@@ -49,9 +49,9 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\ | |||
49 | screen \ | 49 | screen \ |
50 | " | 50 | " |
51 | PSEUDO = "pseudo" | 51 | PSEUDO = "pseudo" |
52 | PSEUDO_libc-musl = "" | 52 | PSEUDO:libc-musl = "" |
53 | 53 | ||
54 | RRECOMMENDS_packagegroup-self-hosted-host-tools = "\ | 54 | RRECOMMENDS:packagegroup-self-hosted-host-tools = "\ |
55 | kernel-module-tun \ | 55 | kernel-module-tun \ |
56 | kernel-module-iptable-raw \ | 56 | kernel-module-iptable-raw \ |
57 | kernel-module-iptable-nat \ | 57 | kernel-module-iptable-nat \ |
@@ -59,7 +59,7 @@ RRECOMMENDS_packagegroup-self-hosted-host-tools = "\ | |||
59 | kernel-module-iptable-filter \ | 59 | kernel-module-iptable-filter \ |
60 | " | 60 | " |
61 | 61 | ||
62 | RDEPENDS_packagegroup-self-hosted-sdk = "\ | 62 | RDEPENDS:packagegroup-self-hosted-sdk = "\ |
63 | autoconf \ | 63 | autoconf \ |
64 | automake \ | 64 | automake \ |
65 | binutils \ | 65 | binutils \ |
@@ -87,18 +87,18 @@ RDEPENDS_packagegroup-self-hosted-sdk = "\ | |||
87 | quilt \ | 87 | quilt \ |
88 | sed \ | 88 | sed \ |
89 | " | 89 | " |
90 | RDEPENDS_packagegroup-self-hosted-sdk_append_mingw32 = "\ | 90 | RDEPENDS:packagegroup-self-hosted-sdk:append:mingw32 = "\ |
91 | libssp \ | 91 | libssp \ |
92 | libssp-dev \ | 92 | libssp-dev \ |
93 | libssp-staticdev \ | 93 | libssp-staticdev \ |
94 | " | 94 | " |
95 | # rpcsvc-proto: for rpcgen | 95 | # rpcsvc-proto: for rpcgen |
96 | RDEPENDS_packagegroup-self-hosted-sdk_append_libc-glibc = "\ | 96 | RDEPENDS:packagegroup-self-hosted-sdk:append:libc-glibc = "\ |
97 | glibc-gconv-ibm850 \ | 97 | glibc-gconv-ibm850 \ |
98 | glibc-utils \ | 98 | glibc-utils \ |
99 | rpcsvc-proto \ | 99 | rpcsvc-proto \ |
100 | " | 100 | " |
101 | RDEPENDS_packagegroup-self-hosted-debug = " \ | 101 | RDEPENDS:packagegroup-self-hosted-debug = " \ |
102 | gdb \ | 102 | gdb \ |
103 | gdbserver \ | 103 | gdbserver \ |
104 | rsync \ | 104 | rsync \ |
@@ -106,7 +106,7 @@ RDEPENDS_packagegroup-self-hosted-debug = " \ | |||
106 | tcf-agent" | 106 | tcf-agent" |
107 | 107 | ||
108 | 108 | ||
109 | RDEPENDS_packagegroup-self-hosted-extended = "\ | 109 | RDEPENDS:packagegroup-self-hosted-extended = "\ |
110 | bzip2 \ | 110 | bzip2 \ |
111 | chrpath \ | 111 | chrpath \ |
112 | cpio \ | 112 | cpio \ |
@@ -177,7 +177,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\ | |||
177 | " | 177 | " |
178 | 178 | ||
179 | 179 | ||
180 | RDEPENDS_packagegroup-self-hosted-graphics = "\ | 180 | RDEPENDS:packagegroup-self-hosted-graphics = "\ |
181 | builder \ | 181 | builder \ |
182 | libgl \ | 182 | libgl \ |
183 | libgl-dev \ | 183 | libgl-dev \ |
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 59e1e3f194..e9789c4ce0 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb | |||
@@ -44,7 +44,7 @@ python __anonymous() { | |||
44 | pkgs.append(outname) | 44 | pkgs.append(outname) |
45 | localpaths.append(flocal) | 45 | localpaths.append(flocal) |
46 | 46 | ||
47 | # Set these so that we have less work to do in do_compile and do_install_append | 47 | # Set these so that we have less work to do in do_compile and do_install:append |
48 | d.setVar("SPLASH_INSTALL", " ".join(pkgs)) | 48 | d.setVar("SPLASH_INSTALL", " ".join(pkgs)) |
49 | d.setVar("SPLASH_LOCALPATHS", " ".join(localpaths)) | 49 | d.setVar("SPLASH_LOCALPATHS", " ".join(localpaths)) |
50 | for p in pkgs: | 50 | for p in pkgs: |
@@ -54,12 +54,12 @@ python __anonymous() { | |||
54 | for p in pkgs: | 54 | for p in pkgs: |
55 | ep = '%s%s' % (mlprefix, p) | 55 | ep = '%s%s' % (mlprefix, p) |
56 | epsplash = '%s%s' % (mlprefix, 'psplash') | 56 | epsplash = '%s%s' % (mlprefix, 'psplash') |
57 | d.setVar("FILES_%s" % ep, "${bindir}/%s" % p) | 57 | d.setVar("FILES:%s" % ep, "${bindir}/%s" % p) |
58 | d.setVar("ALTERNATIVE_%s" % ep, 'psplash') | 58 | d.setVar("ALTERNATIVE:%s" % ep, 'psplash') |
59 | d.setVarFlag("ALTERNATIVE_TARGET_%s" % ep, 'psplash', '${bindir}/%s' % p) | 59 | d.setVarFlag("ALTERNATIVE_TARGET_%s" % ep, 'psplash', '${bindir}/%s' % p) |
60 | d.appendVar("RDEPENDS_%s" % ep, " %s" % pn) | 60 | d.appendVar("RDEPENDS:%s" % ep, " %s" % pn) |
61 | if p == "psplash-default": | 61 | if p == "psplash-default": |
62 | d.appendVar("RRECOMMENDS_%s" % pn, " %s" % ep) | 62 | d.appendVar("RRECOMMENDS:%s" % pn, " %s" % ep) |
63 | } | 63 | } |
64 | 64 | ||
65 | S = "${WORKDIR}/git" | 65 | S = "${WORKDIR}/git" |
@@ -98,7 +98,7 @@ python do_compile () { | |||
98 | shutil.copyfile("psplash", outputfile) | 98 | shutil.copyfile("psplash", outputfile) |
99 | } | 99 | } |
100 | 100 | ||
101 | do_install_append() { | 101 | do_install:append() { |
102 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 102 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
103 | install -d ${D}${sysconfdir}/init.d/ | 103 | install -d ${D}${sysconfdir}/init.d/ |
104 | install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash.sh | 104 | install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash.sh |
@@ -122,9 +122,9 @@ do_install_append() { | |||
122 | } | 122 | } |
123 | 123 | ||
124 | SYSTEMD_PACKAGES = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${PN}','',d)}" | 124 | SYSTEMD_PACKAGES = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${PN}','',d)}" |
125 | SYSTEMD_SERVICE_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'psplash-start.service psplash-systemd.service', '', d)}" | 125 | SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'psplash-start.service psplash-systemd.service', '', d)}" |
126 | 126 | ||
127 | INITSCRIPT_NAME = "psplash.sh" | 127 | INITSCRIPT_NAME = "psplash.sh" |
128 | INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ." | 128 | INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ." |
129 | 129 | ||
130 | FILES_${PN} += "/mnt" | 130 | FILES:${PN} += "/mnt" |
diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc index 039ffdee00..7f7f5ad2ee 100644 --- a/meta/recipes-core/readline/readline.inc +++ b/meta/recipes-core/readline/readline.inc | |||
@@ -21,13 +21,13 @@ EXTRA_AUTORECONF += "--exclude=autoheader" | |||
21 | 21 | ||
22 | LEAD_SONAME = "libreadline.so" | 22 | LEAD_SONAME = "libreadline.so" |
23 | 23 | ||
24 | do_configure_prepend () { | 24 | do_configure:prepend () { |
25 | if [ ! -e ${S}/acinclude.m4 ]; then | 25 | if [ ! -e ${S}/acinclude.m4 ]; then |
26 | cat ${S}/aclocal.m4 > ${S}/acinclude.m4 | 26 | cat ${S}/aclocal.m4 > ${S}/acinclude.m4 |
27 | fi | 27 | fi |
28 | } | 28 | } |
29 | 29 | ||
30 | do_install_append () { | 30 | do_install:append () { |
31 | # Make install doesn't properly install these | 31 | # Make install doesn't properly install these |
32 | oe_libinstall -so -C shlib libhistory ${D}${libdir} | 32 | oe_libinstall -so -C shlib libhistory ${D}${libdir} |
33 | oe_libinstall -so -C shlib libreadline ${D}${libdir} | 33 | oe_libinstall -so -C shlib libreadline ${D}${libdir} |
@@ -42,15 +42,15 @@ do_install_append () { | |||
42 | 42 | ||
43 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |
44 | 44 | ||
45 | CONFFILES_${PN} += "${sysconfdir}/inputrc" | 45 | CONFFILES:${PN} += "${sysconfdir}/inputrc" |
46 | 46 | ||
47 | inherit update-alternatives | 47 | inherit update-alternatives |
48 | 48 | ||
49 | ALTERNATIVE_PRIORITY = "100" | 49 | ALTERNATIVE_PRIORITY = "100" |
50 | ALTERNATIVE_${PN}-doc = "history.3" | 50 | ALTERNATIVE:${PN}-doc = "history.3" |
51 | ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3" | 51 | ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3" |
52 | 52 | ||
53 | # OpenSuse injects versions into libreadline leading to conficits between our native one and theirs | 53 | # OpenSuse injects versions into libreadline leading to conficits between our native one and theirs |
54 | # see their spec file for where this is injected. Extra versioning is harmless so we just do the same. | 54 | # see their spec file for where this is injected. Extra versioning is harmless so we just do the same. |
55 | SRC_URI_append_class-native = " file://rl-native.map" | 55 | SRC_URI:append:class-native = " file://rl-native.map" |
56 | LDFLAGS_append_class-native = " -Wl,--version-script=${WORKDIR}/rl-native.map" | 56 | LDFLAGS:append:class-native = " -Wl,--version-script=${WORKDIR}/rl-native.map" |
diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb index 34bf431f40..72f8069e61 100644 --- a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb +++ b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | |||
@@ -3,8 +3,8 @@ DESCRIPTION = "Tools for working with the sysfs virtual filesystem. The tool 's | |||
3 | HOMEPAGE = "http://linux-diag.sourceforge.net/Sysfsutils.html" | 3 | HOMEPAGE = "http://linux-diag.sourceforge.net/Sysfsutils.html" |
4 | 4 | ||
5 | LICENSE = "GPLv2 & LGPLv2.1" | 5 | LICENSE = "GPLv2 & LGPLv2.1" |
6 | LICENSE_${PN} = "GPLv2" | 6 | LICENSE:${PN} = "GPLv2" |
7 | LICENSE_libsysfs = "LGPLv2.1" | 7 | LICENSE:libsysfs = "LGPLv2.1" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3d06403ea54c7574a9e581c6478cc393 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=3d06403ea54c7574a9e581c6478cc393 \ |
9 | file://cmd/GPL;md5=d41d4e2e1e108554e0388ea4aecd8d27 \ | 9 | file://cmd/GPL;md5=d41d4e2e1e108554e0388ea4aecd8d27 \ |
10 | file://lib/LGPL;md5=b75d069791103ffe1c0d6435deeff72e" | 10 | file://lib/LGPL;md5=b75d069791103ffe1c0d6435deeff72e" |
@@ -26,6 +26,6 @@ S = "${WORKDIR}/sysfsutils-${PV}" | |||
26 | inherit autotools | 26 | inherit autotools |
27 | 27 | ||
28 | PACKAGES =+ "libsysfs" | 28 | PACKAGES =+ "libsysfs" |
29 | FILES_libsysfs = "${libdir}/lib*${SOLIBS}" | 29 | FILES:libsysfs = "${libdir}/lib*${SOLIBS}" |
30 | 30 | ||
31 | export libdir = "${base_libdir}" | 31 | export libdir = "${base_libdir}" |
diff --git a/meta/recipes-core/systemd/systemd-boot_249.1.bb b/meta/recipes-core/systemd/systemd-boot_249.1.bb index 2c0bec4eda..d767b5bf8d 100644 --- a/meta/recipes-core/systemd/systemd-boot_249.1.bb +++ b/meta/recipes-core/systemd/systemd-boot_249.1.bb | |||
@@ -8,10 +8,10 @@ DEPENDS = "intltool-native libcap util-linux gnu-efi gperf-native python3-jinja2 | |||
8 | inherit meson pkgconfig gettext | 8 | inherit meson pkgconfig gettext |
9 | inherit deploy | 9 | inherit deploy |
10 | 10 | ||
11 | LDFLAGS_prepend = "${@ " ".join(d.getVar('LD').split()[1:])} " | 11 | LDFLAGS:prepend = "${@ " ".join(d.getVar('LD').split()[1:])} " |
12 | 12 | ||
13 | do_write_config[vardeps] += "CC OBJCOPY" | 13 | do_write_config[vardeps] += "CC OBJCOPY" |
14 | do_write_config_append() { | 14 | do_write_config:append() { |
15 | cat >${WORKDIR}/meson-${PN}.cross <<EOF | 15 | cat >${WORKDIR}/meson-${PN}.cross <<EOF |
16 | [binaries] | 16 | [binaries] |
17 | efi_cc = ${@meson_array('CC', d)} | 17 | efi_cc = ${@meson_array('CC', d)} |
@@ -41,15 +41,15 @@ python __anonymous () { | |||
41 | d.setVar("SYSTEMD_BOOT_IMAGE_PREFIX", prefix) | 41 | d.setVar("SYSTEMD_BOOT_IMAGE_PREFIX", prefix) |
42 | } | 42 | } |
43 | 43 | ||
44 | FILES_${PN} = "${EFI_FILES_PATH}/${SYSTEMD_BOOT_IMAGE}" | 44 | FILES:${PN} = "${EFI_FILES_PATH}/${SYSTEMD_BOOT_IMAGE}" |
45 | 45 | ||
46 | RDEPENDS_${PN} += "virtual/systemd-bootconf" | 46 | RDEPENDS:${PN} += "virtual/systemd-bootconf" |
47 | 47 | ||
48 | # Imported from the old gummiboot recipe | 48 | # Imported from the old gummiboot recipe |
49 | TUNE_CCARGS_remove = "-mfpmath=sse" | 49 | TUNE_CCARGS:remove = "-mfpmath=sse" |
50 | 50 | ||
51 | COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux" | 51 | COMPATIBLE_HOST = "(aarch64.*|arm.*|x86_64.*|i.86.*)-linux" |
52 | COMPATIBLE_HOST_x86-x32 = "null" | 52 | COMPATIBLE_HOST:x86-x32 = "null" |
53 | 53 | ||
54 | do_compile() { | 54 | do_compile() { |
55 | ninja \ | 55 | ninja \ |
diff --git a/meta/recipes-core/systemd/systemd-bootconf_1.00.bb b/meta/recipes-core/systemd/systemd-bootconf_1.00.bb index d13b8c518f..12c4447f37 100644 --- a/meta/recipes-core/systemd/systemd-bootconf_1.00.bb +++ b/meta/recipes-core/systemd/systemd-bootconf_1.00.bb | |||
@@ -2,7 +2,7 @@ LICENSE = "MIT" | |||
2 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 2 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
3 | SUMMARY = "Basic systemd-boot configuration files" | 3 | SUMMARY = "Basic systemd-boot configuration files" |
4 | 4 | ||
5 | RPROVIDES_${PN} += "virtual/systemd-bootconf" | 5 | RPROVIDES:${PN} += "virtual/systemd-bootconf" |
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | 7 | ||
8 | inherit systemd-boot-cfg | 8 | inherit systemd-boot-cfg |
@@ -12,7 +12,7 @@ S = "${WORKDIR}" | |||
12 | LABELS = "boot" | 12 | LABELS = "boot" |
13 | 13 | ||
14 | ROOT ?= "root=/dev/sda2" | 14 | ROOT ?= "root=/dev/sda2" |
15 | APPEND_append = " ${ROOT}" | 15 | APPEND:append = " ${ROOT}" |
16 | 16 | ||
17 | python do_configure() { | 17 | python do_configure() { |
18 | bb.build.exec_func('build_efi_cfg', d) | 18 | bb.build.exec_func('build_efi_cfg', d) |
@@ -29,4 +29,4 @@ do_install() { | |||
29 | install *.conf ${D}/boot/loader/entries/ | 29 | install *.conf ${D}/boot/loader/entries/ |
30 | } | 30 | } |
31 | 31 | ||
32 | FILES_${PN} = "/boot/loader/* /boot/loader/entries/*" | 32 | FILES:${PN} = "/boot/loader/* /boot/loader/entries/*" |
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index 361dc1cbb4..f7505f1eb8 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb | |||
@@ -12,7 +12,7 @@ inherit features_check | |||
12 | 12 | ||
13 | INHIBIT_DEFAULT_DEPS = "1" | 13 | INHIBIT_DEFAULT_DEPS = "1" |
14 | 14 | ||
15 | ALLOW_EMPTY_${PN} = "1" | 15 | ALLOW_EMPTY:${PN} = "1" |
16 | 16 | ||
17 | REQUIRED_DISTRO_FEATURES = "systemd" | 17 | REQUIRED_DISTRO_FEATURES = "systemd" |
18 | 18 | ||
@@ -25,7 +25,7 @@ SYSTEMD_DISABLED_SYSV_SERVICES = " \ | |||
25 | syslog.busybox \ | 25 | syslog.busybox \ |
26 | " | 26 | " |
27 | 27 | ||
28 | pkg_postinst_${PN} () { | 28 | pkg_postinst:${PN} () { |
29 | 29 | ||
30 | cd $D${sysconfdir}/init.d || exit 0 | 30 | cd $D${sysconfdir}/init.d || exit 0 |
31 | 31 | ||
@@ -46,4 +46,4 @@ pkg_postinst_${PN} () { | |||
46 | echo | 46 | echo |
47 | } | 47 | } |
48 | 48 | ||
49 | RDEPENDS_${PN} = "systemd" | 49 | RDEPENDS:${PN} = "systemd" |
diff --git a/meta/recipes-core/systemd/systemd-conf_1.0.bb b/meta/recipes-core/systemd/systemd-conf_1.0.bb index 235923be85..61ce7939d3 100644 --- a/meta/recipes-core/systemd/systemd-conf_1.0.bb +++ b/meta/recipes-core/systemd/systemd-conf_1.0.bb | |||
@@ -29,13 +29,13 @@ do_install() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | # Based on change from YP bug 8141, OE commit 5196d7bacaef1076c361adaa2867be31759c1b52 | 31 | # Based on change from YP bug 8141, OE commit 5196d7bacaef1076c361adaa2867be31759c1b52 |
32 | do_install_append_qemuall() { | 32 | do_install:append:qemuall() { |
33 | install -D -m0644 ${WORKDIR}/system.conf-qemuall ${D}${systemd_unitdir}/system.conf.d/01-${PN}.conf | 33 | install -D -m0644 ${WORKDIR}/system.conf-qemuall ${D}${systemd_unitdir}/system.conf.d/01-${PN}.conf |
34 | } | 34 | } |
35 | 35 | ||
36 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 36 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
37 | 37 | ||
38 | FILES_${PN} = "\ | 38 | FILES:${PN} = "\ |
39 | ${systemd_unitdir}/journald.conf.d/ \ | 39 | ${systemd_unitdir}/journald.conf.d/ \ |
40 | ${systemd_unitdir}/logind.conf.d/ \ | 40 | ${systemd_unitdir}/logind.conf.d/ \ |
41 | ${systemd_unitdir}/system.conf.d/ \ | 41 | ${systemd_unitdir}/system.conf.d/ \ |
diff --git a/meta/recipes-core/systemd/systemd-machine-units_1.0.bb b/meta/recipes-core/systemd/systemd-machine-units_1.0.bb index 02756f43d7..12f27d6ae3 100644 --- a/meta/recipes-core/systemd/systemd-machine-units_1.0.bb +++ b/meta/recipes-core/systemd/systemd-machine-units_1.0.bb | |||
@@ -8,6 +8,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
8 | PR = "r19" | 8 | PR = "r19" |
9 | 9 | ||
10 | inherit systemd | 10 | inherit systemd |
11 | SYSTEMD_SERVICE_${PN} = "" | 11 | SYSTEMD_SERVICE:${PN} = "" |
12 | 12 | ||
13 | ALLOW_EMPTY_${PN} = "1" | 13 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 34defeb3b1..92d35ebcf7 100644 --- a/meta/recipes-core/systemd/systemd-serialgetty.bb +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb | |||
@@ -46,7 +46,7 @@ do_install() { | |||
46 | } | 46 | } |
47 | 47 | ||
48 | # This is a machine specific file | 48 | # This is a machine specific file |
49 | FILES_${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}" | 49 | FILES:${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}" |
50 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 50 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
51 | 51 | ||
52 | ALLOW_EMPTY_${PN} = "1" | 52 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta/recipes-core/systemd/systemd_249.1.bb b/meta/recipes-core/systemd/systemd_249.1.bb index 9bfb12249c..5d472027c9 100644 --- a/meta/recipes-core/systemd/systemd_249.1.bb +++ b/meta/recipes-core/systemd/systemd_249.1.bb | |||
@@ -28,7 +28,7 @@ SRC_URI += "file://touchscreen.rules \ | |||
28 | " | 28 | " |
29 | 29 | ||
30 | # patches needed by musl | 30 | # patches needed by musl |
31 | SRC_URI_append_libc-musl = " ${SRC_URI_MUSL}" | 31 | SRC_URI:append:libc-musl = " ${SRC_URI_MUSL}" |
32 | SRC_URI_MUSL = "\ | 32 | SRC_URI_MUSL = "\ |
33 | file://0002-don-t-use-glibc-specific-qsort_r.patch \ | 33 | file://0002-don-t-use-glibc-specific-qsort_r.patch \ |
34 | file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \ | 34 | file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \ |
@@ -96,7 +96,7 @@ PACKAGECONFIG ??= " \ | |||
96 | xz \ | 96 | xz \ |
97 | " | 97 | " |
98 | 98 | ||
99 | PACKAGECONFIG_remove_libc-musl = " \ | 99 | PACKAGECONFIG:remove:libc-musl = " \ |
100 | gshadow \ | 100 | gshadow \ |
101 | idn \ | 101 | idn \ |
102 | localed \ | 102 | localed \ |
@@ -109,7 +109,7 @@ PACKAGECONFIG_remove_libc-musl = " \ | |||
109 | utmp \ | 109 | utmp \ |
110 | " | 110 | " |
111 | 111 | ||
112 | CFLAGS_append_libc-musl = " -D__UAPI_DEF_ETHHDR=0 " | 112 | CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 " |
113 | 113 | ||
114 | # Some of the dependencies are weak-style recommends - if not available at runtime, | 114 | # Some of the dependencies are weak-style recommends - if not available at runtime, |
115 | # systemd won't fail but the library-related feature will be skipped with a warning. | 115 | # systemd won't fail but the library-related feature will be skipped with a warning. |
@@ -334,7 +334,7 @@ do_install() { | |||
334 | install -Dm 0644 ${WORKDIR}/systemd-pager.sh ${D}${sysconfdir}/profile.d/systemd-pager.sh | 334 | install -Dm 0644 ${WORKDIR}/systemd-pager.sh ${D}${sysconfdir}/profile.d/systemd-pager.sh |
335 | } | 335 | } |
336 | 336 | ||
337 | python populate_packages_prepend (){ | 337 | python populate_packages:prepend (){ |
338 | systemdlibdir = d.getVar("rootlibdir") | 338 | systemdlibdir = d.getVar("rootlibdir") |
339 | do_split_packages(d, systemdlibdir, '^lib(.*)\.so\.*', 'lib%s', 'Systemd %s library', extra_depends='', allow_links=True) | 339 | do_split_packages(d, systemdlibdir, '^lib(.*)\.so\.*', 'lib%s', 'Systemd %s library', extra_depends='', allow_links=True) |
340 | } | 340 | } |
@@ -359,96 +359,96 @@ PACKAGE_BEFORE_PN = "\ | |||
359 | udev-hwdb \ | 359 | udev-hwdb \ |
360 | " | 360 | " |
361 | 361 | ||
362 | SUMMARY_${PN}-container = "Tools for containers and VMs" | 362 | SUMMARY:${PN}-container = "Tools for containers and VMs" |
363 | DESCRIPTION_${PN}-container = "Systemd tools to spawn and manage containers and virtual machines." | 363 | DESCRIPTION:${PN}-container = "Systemd tools to spawn and manage containers and virtual machines." |
364 | 364 | ||
365 | SUMMARY_${PN}-journal-gatewayd = "HTTP server for journal events" | 365 | SUMMARY:${PN}-journal-gatewayd = "HTTP server for journal events" |
366 | DESCRIPTION_${PN}-journal-gatewayd = "systemd-journal-gatewayd serves journal events over the network. Clients must connect using HTTP. The server listens on port 19531 by default." | 366 | DESCRIPTION:${PN}-journal-gatewayd = "systemd-journal-gatewayd serves journal events over the network. Clients must connect using HTTP. The server listens on port 19531 by default." |
367 | 367 | ||
368 | SUMMARY_${PN}-journal-upload = "Send journal messages over the network" | 368 | SUMMARY:${PN}-journal-upload = "Send journal messages over the network" |
369 | DESCRIPTION_${PN}-journal-upload = "systemd-journal-upload uploads journal entries to a specified URL." | 369 | DESCRIPTION:${PN}-journal-upload = "systemd-journal-upload uploads journal entries to a specified URL." |
370 | 370 | ||
371 | SUMMARY_${PN}-journal-remote = "Receive journal messages over the network" | 371 | SUMMARY:${PN}-journal-remote = "Receive journal messages over the network" |
372 | DESCRIPTION_${PN}-journal-remote = "systemd-journal-remote is a command to receive serialized journal events and store them to journal files." | 372 | DESCRIPTION:${PN}-journal-remote = "systemd-journal-remote is a command to receive serialized journal events and store them to journal files." |
373 | 373 | ||
374 | SYSTEMD_PACKAGES = "${@bb.utils.contains('PACKAGECONFIG', 'binfmt', '${PN}-binfmt', '', d)} \ | 374 | SYSTEMD_PACKAGES = "${@bb.utils.contains('PACKAGECONFIG', 'binfmt', '${PN}-binfmt', '', d)} \ |
375 | ${@bb.utils.contains('PACKAGECONFIG', 'microhttpd', '${PN}-journal-gatewayd', '', d)} \ | 375 | ${@bb.utils.contains('PACKAGECONFIG', 'microhttpd', '${PN}-journal-gatewayd', '', d)} \ |
376 | ${@bb.utils.contains('PACKAGECONFIG', 'microhttpd', '${PN}-journal-remote', '', d)} \ | 376 | ${@bb.utils.contains('PACKAGECONFIG', 'microhttpd', '${PN}-journal-remote', '', d)} \ |
377 | ${@bb.utils.contains('PACKAGECONFIG', 'journal-upload', '${PN}-journal-upload', '', d)} \ | 377 | ${@bb.utils.contains('PACKAGECONFIG', 'journal-upload', '${PN}-journal-upload', '', d)} \ |
378 | " | 378 | " |
379 | SYSTEMD_SERVICE_${PN}-binfmt = "systemd-binfmt.service" | 379 | SYSTEMD_SERVICE:${PN}-binfmt = "systemd-binfmt.service" |
380 | 380 | ||
381 | USERADD_PACKAGES = "${PN} ${PN}-extra-utils \ | 381 | USERADD_PACKAGES = "${PN} ${PN}-extra-utils \ |
382 | ${@bb.utils.contains('PACKAGECONFIG', 'microhttpd', '${PN}-journal-gateway', '', d)} \ | 382 | ${@bb.utils.contains('PACKAGECONFIG', 'microhttpd', '${PN}-journal-gateway', '', d)} \ |
383 | ${@bb.utils.contains('PACKAGECONFIG', 'microhttpd', '${PN}-journal-remote', '', d)} \ | 383 | ${@bb.utils.contains('PACKAGECONFIG', 'microhttpd', '${PN}-journal-remote', '', d)} \ |
384 | ${@bb.utils.contains('PACKAGECONFIG', 'journal-upload', '${PN}-journal-upload', '', d)} \ | 384 | ${@bb.utils.contains('PACKAGECONFIG', 'journal-upload', '${PN}-journal-upload', '', d)} \ |
385 | " | 385 | " |
386 | GROUPADD_PARAM_${PN} = "-r systemd-journal;" | 386 | GROUPADD_PARAM:${PN} = "-r systemd-journal;" |
387 | GROUPADD_PARAM_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'polkit_hostnamed_fallback', '-r systemd-hostname;', '', d)}" | 387 | GROUPADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'polkit_hostnamed_fallback', '-r systemd-hostname;', '', d)}" |
388 | USERADD_PARAM_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'coredump', '--system -d / -M --shell /sbin/nologin systemd-coredump;', '', d)}" | 388 | USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'coredump', '--system -d / -M --shell /sbin/nologin systemd-coredump;', '', d)}" |
389 | USERADD_PARAM_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'networkd', '--system -d / -M --shell /sbin/nologin systemd-network;', '', d)}" | 389 | USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'networkd', '--system -d / -M --shell /sbin/nologin systemd-network;', '', d)}" |
390 | USERADD_PARAM_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'polkit', '--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd;', '', d)}" | 390 | USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'polkit', '--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd;', '', d)}" |
391 | USERADD_PARAM_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'resolved', '--system -d / -M --shell /sbin/nologin systemd-resolve;', '', d)}" | 391 | USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'resolved', '--system -d / -M --shell /sbin/nologin systemd-resolve;', '', d)}" |
392 | USERADD_PARAM_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'timesyncd', '--system -d / -M --shell /sbin/nologin systemd-timesync;', '', d)}" | 392 | USERADD_PARAM:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'timesyncd', '--system -d / -M --shell /sbin/nologin systemd-timesync;', '', d)}" |
393 | USERADD_PARAM_${PN}-extra-utils = "--system -d / -M --shell /sbin/nologin systemd-bus-proxy" | 393 | USERADD_PARAM:${PN}-extra-utils = "--system -d / -M --shell /sbin/nologin systemd-bus-proxy" |
394 | USERADD_PARAM_${PN}-journal-gateway = "--system -d / -M --shell /sbin/nologin systemd-journal-gateway" | 394 | USERADD_PARAM:${PN}-journal-gateway = "--system -d / -M --shell /sbin/nologin systemd-journal-gateway" |
395 | USERADD_PARAM_${PN}-journal-remote = "--system -d / -M --shell /sbin/nologin systemd-journal-remote" | 395 | USERADD_PARAM:${PN}-journal-remote = "--system -d / -M --shell /sbin/nologin systemd-journal-remote" |
396 | USERADD_PARAM_${PN}-journal-upload = "--system -d / -M --shell /sbin/nologin systemd-journal-upload" | 396 | USERADD_PARAM:${PN}-journal-upload = "--system -d / -M --shell /sbin/nologin systemd-journal-upload" |
397 | 397 | ||
398 | FILES_${PN}-analyze = "${bindir}/systemd-analyze" | 398 | FILES:${PN}-analyze = "${bindir}/systemd-analyze" |
399 | 399 | ||
400 | FILES_${PN}-initramfs = "/init" | 400 | FILES:${PN}-initramfs = "/init" |
401 | RDEPENDS_${PN}-initramfs = "${PN}" | 401 | RDEPENDS:${PN}-initramfs = "${PN}" |
402 | 402 | ||
403 | FILES_${PN}-gui = "${bindir}/systemadm" | 403 | FILES:${PN}-gui = "${bindir}/systemadm" |
404 | 404 | ||
405 | FILES_${PN}-vconsole-setup = "${rootlibexecdir}/systemd/systemd-vconsole-setup \ | 405 | FILES:${PN}-vconsole-setup = "${rootlibexecdir}/systemd/systemd-vconsole-setup \ |
406 | ${systemd_unitdir}/system/systemd-vconsole-setup.service \ | 406 | ${systemd_unitdir}/system/systemd-vconsole-setup.service \ |
407 | ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service" | 407 | ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service" |
408 | 408 | ||
409 | RDEPENDS_${PN}-kernel-install += "bash" | 409 | RDEPENDS:${PN}-kernel-install += "bash" |
410 | FILES_${PN}-kernel-install = "${bindir}/kernel-install \ | 410 | FILES:${PN}-kernel-install = "${bindir}/kernel-install \ |
411 | ${sysconfdir}/kernel/ \ | 411 | ${sysconfdir}/kernel/ \ |
412 | ${exec_prefix}/lib/kernel \ | 412 | ${exec_prefix}/lib/kernel \ |
413 | " | 413 | " |
414 | FILES_${PN}-rpm-macros = "${exec_prefix}/lib/rpm \ | 414 | FILES:${PN}-rpm-macros = "${exec_prefix}/lib/rpm \ |
415 | " | 415 | " |
416 | 416 | ||
417 | FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" | 417 | FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" |
418 | 418 | ||
419 | FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \ | 419 | FILES:${PN}-binfmt = "${sysconfdir}/binfmt.d/ \ |
420 | ${exec_prefix}/lib/binfmt.d \ | 420 | ${exec_prefix}/lib/binfmt.d \ |
421 | ${rootlibexecdir}/systemd/systemd-binfmt \ | 421 | ${rootlibexecdir}/systemd/systemd-binfmt \ |
422 | ${systemd_unitdir}/system/proc-sys-fs-binfmt_misc.* \ | 422 | ${systemd_unitdir}/system/proc-sys-fs-binfmt_misc.* \ |
423 | ${systemd_unitdir}/system/systemd-binfmt.service" | 423 | ${systemd_unitdir}/system/systemd-binfmt.service" |
424 | RRECOMMENDS_${PN}-binfmt = "kernel-module-binfmt-misc" | 424 | RRECOMMENDS:${PN}-binfmt = "kernel-module-binfmt-misc" |
425 | 425 | ||
426 | RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps" | 426 | RRECOMMENDS:${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps" |
427 | 427 | ||
428 | 428 | ||
429 | FILES_${PN}-journal-gatewayd = "${rootlibexecdir}/systemd/systemd-journal-gatewayd \ | 429 | FILES:${PN}-journal-gatewayd = "${rootlibexecdir}/systemd/systemd-journal-gatewayd \ |
430 | ${systemd_system_unitdir}/systemd-journal-gatewayd.service \ | 430 | ${systemd_system_unitdir}/systemd-journal-gatewayd.service \ |
431 | ${systemd_system_unitdir}/systemd-journal-gatewayd.socket \ | 431 | ${systemd_system_unitdir}/systemd-journal-gatewayd.socket \ |
432 | ${systemd_system_unitdir}/sockets.target.wants/systemd-journal-gatewayd.socket \ | 432 | ${systemd_system_unitdir}/sockets.target.wants/systemd-journal-gatewayd.socket \ |
433 | ${datadir}/systemd/gatewayd/browse.html \ | 433 | ${datadir}/systemd/gatewayd/browse.html \ |
434 | " | 434 | " |
435 | SYSTEMD_SERVICE_${PN}-journal-gatewayd = "systemd-journal-gatewayd.socket" | 435 | SYSTEMD_SERVICE:${PN}-journal-gatewayd = "systemd-journal-gatewayd.socket" |
436 | 436 | ||
437 | FILES_${PN}-journal-upload = "${rootlibexecdir}/systemd/systemd-journal-upload \ | 437 | FILES:${PN}-journal-upload = "${rootlibexecdir}/systemd/systemd-journal-upload \ |
438 | ${systemd_system_unitdir}/systemd-journal-upload.service \ | 438 | ${systemd_system_unitdir}/systemd-journal-upload.service \ |
439 | ${sysconfdir}/systemd/journal-upload.conf \ | 439 | ${sysconfdir}/systemd/journal-upload.conf \ |
440 | " | 440 | " |
441 | SYSTEMD_SERVICE_${PN}-journal-upload = "systemd-journal-upload.service" | 441 | SYSTEMD_SERVICE:${PN}-journal-upload = "systemd-journal-upload.service" |
442 | 442 | ||
443 | FILES_${PN}-journal-remote = "${rootlibexecdir}/systemd/systemd-journal-remote \ | 443 | FILES:${PN}-journal-remote = "${rootlibexecdir}/systemd/systemd-journal-remote \ |
444 | ${sysconfdir}/systemd/journal-remote.conf \ | 444 | ${sysconfdir}/systemd/journal-remote.conf \ |
445 | ${systemd_system_unitdir}/systemd-journal-remote.service \ | 445 | ${systemd_system_unitdir}/systemd-journal-remote.service \ |
446 | ${systemd_system_unitdir}/systemd-journal-remote.socket \ | 446 | ${systemd_system_unitdir}/systemd-journal-remote.socket \ |
447 | " | 447 | " |
448 | SYSTEMD_SERVICE_${PN}-journal-remote = "systemd-journal-remote.socket" | 448 | SYSTEMD_SERVICE:${PN}-journal-remote = "systemd-journal-remote.socket" |
449 | 449 | ||
450 | 450 | ||
451 | FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf \ | 451 | FILES:${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf \ |
452 | ${sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf \ | 452 | ${sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf \ |
453 | ${sysconfdir}/systemd/system/multi-user.target.wants/machines.target \ | 453 | ${sysconfdir}/systemd/system/multi-user.target.wants/machines.target \ |
454 | ${base_bindir}/machinectl \ | 454 | ${base_bindir}/machinectl \ |
@@ -484,7 +484,7 @@ FILES_${PN}-container = "${sysconfdir}/dbus-1/system.d/org.freedesktop.import1.c | |||
484 | " | 484 | " |
485 | 485 | ||
486 | # "machinectl import-tar" uses "tar --numeric-owner", not supported by busybox. | 486 | # "machinectl import-tar" uses "tar --numeric-owner", not supported by busybox. |
487 | RRECOMMENDS_${PN}-container += "\ | 487 | RRECOMMENDS:${PN}-container += "\ |
488 | ${PN}-journal-gatewayd \ | 488 | ${PN}-journal-gatewayd \ |
489 | ${PN}-journal-remote \ | 489 | ${PN}-journal-remote \ |
490 | ${PN}-journal-upload \ | 490 | ${PN}-journal-upload \ |
@@ -494,7 +494,7 @@ RRECOMMENDS_${PN}-container += "\ | |||
494 | tar \ | 494 | tar \ |
495 | " | 495 | " |
496 | 496 | ||
497 | FILES_${PN}-extra-utils = "\ | 497 | FILES:${PN}-extra-utils = "\ |
498 | ${base_bindir}/systemd-escape \ | 498 | ${base_bindir}/systemd-escape \ |
499 | ${base_bindir}/systemd-inhibit \ | 499 | ${base_bindir}/systemd-inhibit \ |
500 | ${bindir}/systemd-detect-virt \ | 500 | ${bindir}/systemd-detect-virt \ |
@@ -538,14 +538,14 @@ FILES_${PN}-extra-utils = "\ | |||
538 | ${rootlibexecdir}/systemd/systemd-cgroups-agent \ | 538 | ${rootlibexecdir}/systemd/systemd-cgroups-agent \ |
539 | " | 539 | " |
540 | 540 | ||
541 | FILES_${PN}-udev-rules = "\ | 541 | FILES:${PN}-udev-rules = "\ |
542 | ${rootlibexecdir}/udev/rules.d/70-uaccess.rules \ | 542 | ${rootlibexecdir}/udev/rules.d/70-uaccess.rules \ |
543 | ${rootlibexecdir}/udev/rules.d/71-seat.rules \ | 543 | ${rootlibexecdir}/udev/rules.d/71-seat.rules \ |
544 | ${rootlibexecdir}/udev/rules.d/73-seat-late.rules \ | 544 | ${rootlibexecdir}/udev/rules.d/73-seat-late.rules \ |
545 | ${rootlibexecdir}/udev/rules.d/99-systemd.rules \ | 545 | ${rootlibexecdir}/udev/rules.d/99-systemd.rules \ |
546 | " | 546 | " |
547 | 547 | ||
548 | CONFFILES_${PN} = "${sysconfdir}/systemd/coredump.conf \ | 548 | CONFFILES:${PN} = "${sysconfdir}/systemd/coredump.conf \ |
549 | ${sysconfdir}/systemd/journald.conf \ | 549 | ${sysconfdir}/systemd/journald.conf \ |
550 | ${sysconfdir}/systemd/logind.conf \ | 550 | ${sysconfdir}/systemd/logind.conf \ |
551 | ${sysconfdir}/systemd/networkd.conf \ | 551 | ${sysconfdir}/systemd/networkd.conf \ |
@@ -557,7 +557,7 @@ CONFFILES_${PN} = "${sysconfdir}/systemd/coredump.conf \ | |||
557 | ${sysconfdir}/systemd/user.conf \ | 557 | ${sysconfdir}/systemd/user.conf \ |
558 | " | 558 | " |
559 | 559 | ||
560 | FILES_${PN} = " ${base_bindir}/* \ | 560 | FILES:${PN} = " ${base_bindir}/* \ |
561 | ${base_sbindir}/shutdown \ | 561 | ${base_sbindir}/shutdown \ |
562 | ${base_sbindir}/halt \ | 562 | ${base_sbindir}/halt \ |
563 | ${base_sbindir}/poweroff \ | 563 | ${base_sbindir}/poweroff \ |
@@ -619,13 +619,13 @@ FILES_${PN} = " ${base_bindir}/* \ | |||
619 | ${datadir}/dbus-1/system.d/org.freedesktop.oom1.conf \ | 619 | ${datadir}/dbus-1/system.d/org.freedesktop.oom1.conf \ |
620 | " | 620 | " |
621 | 621 | ||
622 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" | 622 | FILES:${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" |
623 | 623 | ||
624 | RDEPENDS_${PN} += "kmod dbus util-linux-mount util-linux-umount udev (= ${EXTENDPKGV}) systemd-udev-rules util-linux-agetty util-linux-fsck" | 624 | RDEPENDS:${PN} += "kmod dbus util-linux-mount util-linux-umount udev (= ${EXTENDPKGV}) systemd-udev-rules util-linux-agetty util-linux-fsck" |
625 | RDEPENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'serial-getty-generator', '', 'systemd-serialgetty', d)}" | 625 | RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'serial-getty-generator', '', 'systemd-serialgetty', d)}" |
626 | RDEPENDS_${PN} += "volatile-binds" | 626 | RDEPENDS:${PN} += "volatile-binds" |
627 | 627 | ||
628 | RRECOMMENDS_${PN} += "systemd-extra-utils \ | 628 | RRECOMMENDS:${PN} += "systemd-extra-utils \ |
629 | udev-hwdb \ | 629 | udev-hwdb \ |
630 | e2fsprogs-e2fsck \ | 630 | e2fsprogs-e2fsck \ |
631 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 kernel-module-sch-fq-codel \ | 631 | kernel-module-autofs4 kernel-module-unix kernel-module-ipv6 kernel-module-sch-fq-codel \ |
@@ -633,15 +633,15 @@ RRECOMMENDS_${PN} += "systemd-extra-utils \ | |||
633 | systemd-conf \ | 633 | systemd-conf \ |
634 | " | 634 | " |
635 | 635 | ||
636 | INSANE_SKIP_${PN} += "dev-so libdir" | 636 | INSANE_SKIP:${PN} += "dev-so libdir" |
637 | INSANE_SKIP_${PN}-dbg += "libdir" | 637 | INSANE_SKIP:${PN}-dbg += "libdir" |
638 | INSANE_SKIP_${PN}-doc += " libdir" | 638 | INSANE_SKIP:${PN}-doc += " libdir" |
639 | 639 | ||
640 | RPROVIDES_udev = "hotplug" | 640 | RPROVIDES:udev = "hotplug" |
641 | 641 | ||
642 | RDEPENDS_udev-hwdb += "udev" | 642 | RDEPENDS:udev-hwdb += "udev" |
643 | 643 | ||
644 | FILES_udev += "${base_sbindir}/udevd \ | 644 | FILES:udev += "${base_sbindir}/udevd \ |
645 | ${rootlibexecdir}/systemd/network/99-default.link \ | 645 | ${rootlibexecdir}/systemd/network/99-default.link \ |
646 | ${rootlibexecdir}/systemd/systemd-udevd \ | 646 | ${rootlibexecdir}/systemd/systemd-udevd \ |
647 | ${rootlibexecdir}/udev/accelerometer \ | 647 | ${rootlibexecdir}/udev/accelerometer \ |
@@ -700,14 +700,14 @@ FILES_udev += "${base_sbindir}/udevd \ | |||
700 | ${systemd_unitdir}/system/systemd-hwdb-update.service \ | 700 | ${systemd_unitdir}/system/systemd-hwdb-update.service \ |
701 | " | 701 | " |
702 | 702 | ||
703 | FILES_udev-hwdb = "${rootlibexecdir}/udev/hwdb.d \ | 703 | FILES:udev-hwdb = "${rootlibexecdir}/udev/hwdb.d \ |
704 | " | 704 | " |
705 | 705 | ||
706 | RCONFLICTS_${PN} = "tiny-init ${@bb.utils.contains('PACKAGECONFIG', 'resolved', 'resolvconf', '', d)}" | 706 | RCONFLICTS:${PN} = "tiny-init ${@bb.utils.contains('PACKAGECONFIG', 'resolved', 'resolvconf', '', d)}" |
707 | 707 | ||
708 | INITSCRIPT_PACKAGES = "udev" | 708 | INITSCRIPT_PACKAGES = "udev" |
709 | INITSCRIPT_NAME_udev = "systemd-udevd" | 709 | INITSCRIPT_NAME:udev = "systemd-udevd" |
710 | INITSCRIPT_PARAMS_udev = "start 03 S ." | 710 | INITSCRIPT_PARAMS:udev = "start 03 S ." |
711 | 711 | ||
712 | python __anonymous() { | 712 | python __anonymous() { |
713 | if not bb.utils.contains('DISTRO_FEATURES', 'sysvinit', True, False, d): | 713 | if not bb.utils.contains('DISTRO_FEATURES', 'sysvinit', True, False, d): |
@@ -720,7 +720,7 @@ python do_warn_musl() { | |||
720 | } | 720 | } |
721 | addtask warn_musl before do_configure | 721 | addtask warn_musl before do_configure |
722 | 722 | ||
723 | ALTERNATIVE_${PN} = "halt reboot shutdown poweroff runlevel ${@bb.utils.contains('PACKAGECONFIG', 'resolved', 'resolv-conf', '', d)}" | 723 | ALTERNATIVE:${PN} = "halt reboot shutdown poweroff runlevel ${@bb.utils.contains('PACKAGECONFIG', 'resolved', 'resolv-conf', '', d)}" |
724 | 724 | ||
725 | ALTERNATIVE_TARGET[resolv-conf] = "${sysconfdir}/resolv-conf.systemd" | 725 | ALTERNATIVE_TARGET[resolv-conf] = "${sysconfdir}/resolv-conf.systemd" |
726 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${sysconfdir}/resolv.conf" | 726 | ALTERNATIVE_LINK_NAME[resolv-conf] = "${sysconfdir}/resolv.conf" |
@@ -746,20 +746,20 @@ ALTERNATIVE_TARGET[runlevel] = "${base_bindir}/systemctl" | |||
746 | ALTERNATIVE_LINK_NAME[runlevel] = "${base_sbindir}/runlevel" | 746 | ALTERNATIVE_LINK_NAME[runlevel] = "${base_sbindir}/runlevel" |
747 | ALTERNATIVE_PRIORITY[runlevel] ?= "300" | 747 | ALTERNATIVE_PRIORITY[runlevel] ?= "300" |
748 | 748 | ||
749 | pkg_postinst_${PN}_libc-glibc () { | 749 | pkg_postinst:${PN}:libc-glibc () { |
750 | sed -e '/^hosts:/s/\s*\<myhostname\>//' \ | 750 | sed -e '/^hosts:/s/\s*\<myhostname\>//' \ |
751 | -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 myhostname \3\4\5/' \ | 751 | -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 myhostname \3\4\5/' \ |
752 | -i $D${sysconfdir}/nsswitch.conf | 752 | -i $D${sysconfdir}/nsswitch.conf |
753 | } | 753 | } |
754 | 754 | ||
755 | pkg_prerm_${PN}_libc-glibc () { | 755 | pkg_prerm:${PN}:libc-glibc () { |
756 | sed -e '/^hosts:/s/\s*\<myhostname\>//' \ | 756 | sed -e '/^hosts:/s/\s*\<myhostname\>//' \ |
757 | -e '/^hosts:/s/\s*myhostname//' \ | 757 | -e '/^hosts:/s/\s*myhostname//' \ |
758 | -i $D${sysconfdir}/nsswitch.conf | 758 | -i $D${sysconfdir}/nsswitch.conf |
759 | } | 759 | } |
760 | 760 | ||
761 | PACKAGE_WRITE_DEPS += "qemu-native" | 761 | PACKAGE_WRITE_DEPS += "qemu-native" |
762 | pkg_postinst_udev-hwdb () { | 762 | pkg_postinst:udev-hwdb () { |
763 | if test -n "$D"; then | 763 | if test -n "$D"; then |
764 | $INTERCEPT_DIR/postinst_intercept update_udev_hwdb ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} rootlibexecdir="${rootlibexecdir}" PREFERRED_PROVIDER_udev="${PREFERRED_PROVIDER_udev}" | 764 | $INTERCEPT_DIR/postinst_intercept update_udev_hwdb ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} rootlibexecdir="${rootlibexecdir}" PREFERRED_PROVIDER_udev="${PREFERRED_PROVIDER_udev}" |
765 | else | 765 | else |
@@ -767,6 +767,6 @@ pkg_postinst_udev-hwdb () { | |||
767 | fi | 767 | fi |
768 | } | 768 | } |
769 | 769 | ||
770 | pkg_prerm_udev-hwdb () { | 770 | pkg_prerm:udev-hwdb () { |
771 | rm -f $D${sysconfdir}/udev/hwdb.bin | 771 | rm -f $D${sysconfdir}/udev/hwdb.bin |
772 | } | 772 | } |
diff --git a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb b/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb index d95d1a63f5..bfcf51c35a 100644 --- a/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb +++ b/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb | |||
@@ -53,14 +53,14 @@ EOF | |||
53 | fi | 53 | fi |
54 | } | 54 | } |
55 | 55 | ||
56 | pkg_postinst_${PN} () { | 56 | pkg_postinst:${PN} () { |
57 | # run this on host and on target | 57 | # run this on host and on target |
58 | if [ "${SERIAL_CONSOLES_CHECK}" = "" ]; then | 58 | if [ "${SERIAL_CONSOLES_CHECK}" = "" ]; then |
59 | exit 0 | 59 | exit 0 |
60 | fi | 60 | fi |
61 | } | 61 | } |
62 | 62 | ||
63 | pkg_postinst_ontarget_${PN} () { | 63 | pkg_postinst_ontarget:${PN} () { |
64 | # run this on the target | 64 | # run this on the target |
65 | if [ -e /proc/consoles ]; then | 65 | if [ -e /proc/consoles ]; then |
66 | tmp="${SERIAL_CONSOLES_CHECK}" | 66 | tmp="${SERIAL_CONSOLES_CHECK}" |
@@ -84,10 +84,10 @@ fi | |||
84 | # Set PACKAGE_ARCH appropriately. | 84 | # Set PACKAGE_ARCH appropriately. |
85 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 85 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
86 | 86 | ||
87 | FILES_${PN} = "${sysconfdir}/inittab ${base_bindir}/start_getty" | 87 | FILES:${PN} = "${sysconfdir}/inittab ${base_bindir}/start_getty" |
88 | CONFFILES_${PN} = "${sysconfdir}/inittab" | 88 | CONFFILES:${PN} = "${sysconfdir}/inittab" |
89 | 89 | ||
90 | USE_VT ?= "1" | 90 | USE_VT ?= "1" |
91 | SYSVINIT_ENABLED_GETTYS ?= "1" | 91 | SYSVINIT_ENABLED_GETTYS ?= "1" |
92 | 92 | ||
93 | RCONFLICTS_${PN} = "busybox-inittab" | 93 | RCONFLICTS:${PN} = "busybox-inittab" |
diff --git a/meta/recipes-core/sysvinit/sysvinit_2.99.bb b/meta/recipes-core/sysvinit/sysvinit_2.99.bb index e39f22a8bb..9ba9652f94 100644 --- a/meta/recipes-core/sysvinit/sysvinit_2.99.bb +++ b/meta/recipes-core/sysvinit/sysvinit_2.99.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |||
7 | file://COPYRIGHT;endline=15;md5=a1d3b3526501d3546d530bbe6ab6cdbe \ | 7 | file://COPYRIGHT;endline=15;md5=a1d3b3526501d3546d530bbe6ab6cdbe \ |
8 | " | 8 | " |
9 | 9 | ||
10 | RDEPENDS_${PN} = "${PN}-inittab" | 10 | RDEPENDS:${PN} = "${PN}-inittab" |
11 | 11 | ||
12 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/sysvinit/sysvinit-${PV}.tar.xz \ | 12 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/sysvinit/sysvinit-${PV}.tar.xz \ |
13 | file://install.patch \ | 13 | file://install.patch \ |
@@ -26,14 +26,14 @@ SRC_URI[sha256sum] = "b05c3677bb698afe64c997968b00c49b2a9bd320ce963523230ee7ea41 | |||
26 | S = "${WORKDIR}/sysvinit-${PV}" | 26 | S = "${WORKDIR}/sysvinit-${PV}" |
27 | 27 | ||
28 | inherit update-alternatives features_check | 28 | inherit update-alternatives features_check |
29 | DEPENDS_append = " update-rc.d-native base-passwd virtual/crypt" | 29 | DEPENDS:append = " update-rc.d-native base-passwd virtual/crypt" |
30 | do_package_setscene[depends] = "${MLPREFIX}base-passwd:do_populate_sysroot" | 30 | do_package_setscene[depends] = "${MLPREFIX}base-passwd:do_populate_sysroot" |
31 | 31 | ||
32 | PACKAGECONFIG[psplash-text-updates] = ",," | 32 | PACKAGECONFIG[psplash-text-updates] = ",," |
33 | 33 | ||
34 | REQUIRED_DISTRO_FEATURES = "sysvinit" | 34 | REQUIRED_DISTRO_FEATURES = "sysvinit" |
35 | 35 | ||
36 | ALTERNATIVE_${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdump wall" | 36 | ALTERNATIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdump wall" |
37 | 37 | ||
38 | ALTERNATIVE_PRIORITY = "200" | 38 | ALTERNATIVE_PRIORITY = "200" |
39 | 39 | ||
@@ -49,13 +49,13 @@ ALTERNATIVE_LINK_NAME[runlevel] = "${base_sbindir}/runlevel" | |||
49 | ALTERNATIVE_LINK_NAME[shutdown] = "${base_sbindir}/shutdown" | 49 | ALTERNATIVE_LINK_NAME[shutdown] = "${base_sbindir}/shutdown" |
50 | ALTERNATIVE_LINK_NAME[poweroff] = "${base_sbindir}/poweroff" | 50 | ALTERNATIVE_LINK_NAME[poweroff] = "${base_sbindir}/poweroff" |
51 | 51 | ||
52 | ALTERNATIVE_${PN}-pidof = "pidof" | 52 | ALTERNATIVE:${PN}-pidof = "pidof" |
53 | ALTERNATIVE_LINK_NAME[pidof] = "${base_bindir}/pidof" | 53 | ALTERNATIVE_LINK_NAME[pidof] = "${base_bindir}/pidof" |
54 | 54 | ||
55 | ALTERNATIVE_${PN}-sulogin = "sulogin" | 55 | ALTERNATIVE:${PN}-sulogin = "sulogin" |
56 | ALTERNATIVE_LINK_NAME[sulogin] = "${base_sbindir}/sulogin" | 56 | ALTERNATIVE_LINK_NAME[sulogin] = "${base_sbindir}/sulogin" |
57 | 57 | ||
58 | ALTERNATIVE_${PN}-doc = "mountpoint.1 last.1 lastb.1 mesg.1 wall.1 sulogin.8 utmpdump.1" | 58 | ALTERNATIVE:${PN}-doc = "mountpoint.1 last.1 lastb.1 mesg.1 wall.1 sulogin.8 utmpdump.1" |
59 | 59 | ||
60 | ALTERNATIVE_LINK_NAME[last.1] = "${mandir}/man1/last.1" | 60 | ALTERNATIVE_LINK_NAME[last.1] = "${mandir}/man1/last.1" |
61 | ALTERNATIVE_LINK_NAME[lastb.1] = "${mandir}/man1/lastb.1" | 61 | ALTERNATIVE_LINK_NAME[lastb.1] = "${mandir}/man1/lastb.1" |
@@ -66,13 +66,13 @@ ALTERNATIVE_LINK_NAME[utmpdump.1] = "${mandir}/man1/utmpdump.1" | |||
66 | ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1" | 66 | ALTERNATIVE_LINK_NAME[wall.1] = "${mandir}/man1/wall.1" |
67 | 67 | ||
68 | PACKAGES =+ "sysvinit-pidof sysvinit-sulogin" | 68 | PACKAGES =+ "sysvinit-pidof sysvinit-sulogin" |
69 | FILES_${PN} += "${base_sbindir}/* ${base_bindir}/*" | 69 | FILES:${PN} += "${base_sbindir}/* ${base_bindir}/*" |
70 | FILES_sysvinit-pidof = "${base_bindir}/pidof.sysvinit ${base_sbindir}/killall5" | 70 | FILES:sysvinit-pidof = "${base_bindir}/pidof.sysvinit ${base_sbindir}/killall5" |
71 | FILES_sysvinit-sulogin = "${base_sbindir}/sulogin.sysvinit" | 71 | FILES:sysvinit-sulogin = "${base_sbindir}/sulogin.sysvinit" |
72 | 72 | ||
73 | RDEPENDS_${PN} += "sysvinit-pidof initd-functions base-passwd" | 73 | RDEPENDS:${PN} += "sysvinit-pidof initd-functions base-passwd" |
74 | 74 | ||
75 | CFLAGS_prepend = "-D_GNU_SOURCE " | 75 | CFLAGS:prepend = "-D_GNU_SOURCE " |
76 | export LCRYPT = "-lcrypt" | 76 | export LCRYPT = "-lcrypt" |
77 | EXTRA_OEMAKE += "'base_bindir=${base_bindir}' \ | 77 | EXTRA_OEMAKE += "'base_bindir=${base_bindir}' \ |
78 | 'base_sbindir=${base_sbindir}' \ | 78 | 'base_sbindir=${base_sbindir}' \ |
diff --git a/meta/recipes-core/udev/eudev/permissions.rules b/meta/recipes-core/udev/eudev/permissions.rules index 205b733292..bfdff4f8ce 100644 --- a/meta/recipes-core/udev/eudev/permissions.rules +++ b/meta/recipes-core/udev/eudev/permissions.rules | |||
@@ -10,9 +10,9 @@ SUBSYSTEM=="net", WAIT_FOR_SYSFS="address" | |||
10 | SUBSYSTEM=="net", ENV{DRIVER}=="?*", WAIT_FOR_SYSFS="device/driver" | 10 | SUBSYSTEM=="net", ENV{DRIVER}=="?*", WAIT_FOR_SYSFS="device/driver" |
11 | 11 | ||
12 | # devices needed to load the drivers providing them | 12 | # devices needed to load the drivers providing them |
13 | KERNEL=="tun", OPTIONS+="ignore_remove" | 13 | KERNEL=="tun", OPTIONS+="ignore:remove" |
14 | KERNEL=="ppp", OPTIONS+="ignore_remove" | 14 | KERNEL=="ppp", OPTIONS+="ignore:remove" |
15 | KERNEL=="loop[0-9]*", OPTIONS+="ignore_remove" | 15 | KERNEL=="loop[0-9]*", OPTIONS+="ignore:remove" |
16 | 16 | ||
17 | # default permissions for block devices | 17 | # default permissions for block devices |
18 | SUBSYSTEM=="block", GROUP="disk" | 18 | SUBSYSTEM=="block", GROUP="disk" |
diff --git a/meta/recipes-core/udev/eudev_3.2.10.bb b/meta/recipes-core/udev/eudev_3.2.10.bb index a5d2115f80..347495cbdb 100644 --- a/meta/recipes-core/udev/eudev_3.2.10.bb +++ b/meta/recipes-core/udev/eudev_3.2.10.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "eudev is a fork of systemd's udev" | |||
2 | HOMEPAGE = "https://wiki.gentoo.org/wiki/Eudev" | 2 | HOMEPAGE = "https://wiki.gentoo.org/wiki/Eudev" |
3 | DESCRIPTION = "eudev is Gentoo's fork of udev, systemd's device file manager for the Linux kernel. It manages device nodes in /dev and handles all user space actions when adding or removing devices." | 3 | DESCRIPTION = "eudev is Gentoo's fork of udev, systemd's device file manager for the Linux kernel. It manages device nodes in /dev and handles all user space actions when adding or removing devices." |
4 | LICENSE = "GPLv2.0+ & LGPL-2.1+" | 4 | LICENSE = "GPLv2.0+ & LGPL-2.1+" |
5 | LICENSE_libudev = "LGPL-2.1+" | 5 | LICENSE:libudev = "LGPL-2.1+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | DEPENDS = "glib-2.0 glib-2.0-native gperf-native kmod libxslt-native util-linux" | 8 | DEPENDS = "glib-2.0 glib-2.0-native gperf-native kmod libxslt-native util-linux" |
@@ -38,7 +38,7 @@ EXTRA_OECONF = " \ | |||
38 | PACKAGECONFIG ??= "hwdb" | 38 | PACKAGECONFIG ??= "hwdb" |
39 | PACKAGECONFIG[hwdb] = "--enable-hwdb,--disable-hwdb" | 39 | PACKAGECONFIG[hwdb] = "--enable-hwdb,--disable-hwdb" |
40 | 40 | ||
41 | do_install_append() { | 41 | do_install:append() { |
42 | install -d ${D}${sysconfdir}/init.d | 42 | install -d ${D}${sysconfdir}/init.d |
43 | install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev | 43 | install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/udev |
44 | sed -i s%@UDEVD@%${base_sbindir}/udevd% ${D}${sysconfdir}/init.d/udev | 44 | sed -i s%@UDEVD@%${base_sbindir}/udevd% ${D}${sysconfdir}/init.d/udev |
@@ -57,7 +57,7 @@ do_install_append() { | |||
57 | ln ${D}${bindir}/udevadm ${D}${libexecdir}/${MLPREFIX}udevadm | 57 | ln ${D}${bindir}/udevadm ${D}${libexecdir}/${MLPREFIX}udevadm |
58 | } | 58 | } |
59 | 59 | ||
60 | do_install_prepend_class-target () { | 60 | do_install:prepend:class-target () { |
61 | # Remove references to buildmachine | 61 | # Remove references to buildmachine |
62 | sed -i -e 's:${RECIPE_SYSROOT_NATIVE}::g' \ | 62 | sed -i -e 's:${RECIPE_SYSROOT_NATIVE}::g' \ |
63 | ${B}/src/udev/keyboard-keys-from-name.h | 63 | ${B}/src/udev/keyboard-keys-from-name.h |
@@ -70,21 +70,21 @@ PACKAGES =+ "libudev" | |||
70 | PACKAGES =+ "eudev-hwdb" | 70 | PACKAGES =+ "eudev-hwdb" |
71 | 71 | ||
72 | 72 | ||
73 | FILES_${PN} += "${libexecdir} ${nonarch_base_libdir}/udev ${bindir}/udevadm" | 73 | FILES:${PN} += "${libexecdir} ${nonarch_base_libdir}/udev ${bindir}/udevadm" |
74 | FILES_${PN}-dev = "${datadir}/pkgconfig/udev.pc \ | 74 | FILES:${PN}-dev = "${datadir}/pkgconfig/udev.pc \ |
75 | ${includedir}/libudev.h ${libdir}/libudev.so \ | 75 | ${includedir}/libudev.h ${libdir}/libudev.so \ |
76 | ${includedir}/udev.h ${libdir}/libudev.la \ | 76 | ${includedir}/udev.h ${libdir}/libudev.la \ |
77 | ${libdir}/libudev.a ${libdir}/pkgconfig/libudev.pc" | 77 | ${libdir}/libudev.a ${libdir}/pkgconfig/libudev.pc" |
78 | FILES_libudev = "${base_libdir}/libudev.so.*" | 78 | FILES:libudev = "${base_libdir}/libudev.so.*" |
79 | FILES_eudev-hwdb = "${sysconfdir}/udev/hwdb.d" | 79 | FILES:eudev-hwdb = "${sysconfdir}/udev/hwdb.d" |
80 | 80 | ||
81 | RDEPENDS_eudev-hwdb += "eudev" | 81 | RDEPENDS:eudev-hwdb += "eudev" |
82 | 82 | ||
83 | RPROVIDES_${PN} = "hotplug udev" | 83 | RPROVIDES:${PN} = "hotplug udev" |
84 | RPROVIDES_eudev-hwdb += "udev-hwdb" | 84 | RPROVIDES:eudev-hwdb += "udev-hwdb" |
85 | 85 | ||
86 | PACKAGE_WRITE_DEPS += "qemu-native" | 86 | PACKAGE_WRITE_DEPS += "qemu-native" |
87 | pkg_postinst_eudev-hwdb () { | 87 | pkg_postinst:eudev-hwdb () { |
88 | if test -n "$D"; then | 88 | if test -n "$D"; then |
89 | $INTERCEPT_DIR/postinst_intercept update_udev_hwdb ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} | 89 | $INTERCEPT_DIR/postinst_intercept update_udev_hwdb ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} |
90 | else | 90 | else |
@@ -92,6 +92,6 @@ pkg_postinst_eudev-hwdb () { | |||
92 | fi | 92 | fi |
93 | } | 93 | } |
94 | 94 | ||
95 | pkg_prerm_eudev-hwdb () { | 95 | pkg_prerm:eudev-hwdb () { |
96 | rm -f $D${sysconfdir}/udev/hwdb.bin | 96 | rm -f $D${sysconfdir}/udev/hwdb.bin |
97 | } | 97 | } |
diff --git a/meta/recipes-core/udev/udev-extraconf_1.1.bb b/meta/recipes-core/udev/udev-extraconf_1.1.bb index 90f933d981..2ba35b0df6 100644 --- a/meta/recipes-core/udev/udev-extraconf_1.1.bb +++ b/meta/recipes-core/udev/udev-extraconf_1.1.bb | |||
@@ -35,11 +35,11 @@ do_install() { | |||
35 | install -m 0755 ${WORKDIR}/network.sh ${D}${sysconfdir}/udev/scripts | 35 | install -m 0755 ${WORKDIR}/network.sh ${D}${sysconfdir}/udev/scripts |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} = "${sysconfdir}/udev" | 38 | FILES:${PN} = "${sysconfdir}/udev" |
39 | RDEPENDS_${PN} = "udev" | 39 | RDEPENDS:${PN} = "udev" |
40 | CONFFILES_${PN} = "${sysconfdir}/udev/mount.blacklist" | 40 | CONFFILES:${PN} = "${sysconfdir}/udev/mount.blacklist" |
41 | 41 | ||
42 | # to replace udev-extra-rules from meta-oe | 42 | # to replace udev-extra-rules from meta-oe |
43 | RPROVIDES_${PN} = "udev-extra-rules" | 43 | RPROVIDES:${PN} = "udev-extra-rules" |
44 | RREPLACES_${PN} = "udev-extra-rules" | 44 | RREPLACES:${PN} = "udev-extra-rules" |
45 | RCONFLICTS_${PN} = "udev-extra-rules" | 45 | RCONFLICTS:${PN} = "udev-extra-rules" |
diff --git a/meta/recipes-core/util-linux/util-linux-libuuid_2.37.bb b/meta/recipes-core/util-linux/util-linux-libuuid_2.37.bb index 9612c491cd..5d759aed94 100644 --- a/meta/recipes-core/util-linux/util-linux-libuuid_2.37.bb +++ b/meta/recipes-core/util-linux/util-linux-libuuid_2.37.bb | |||
@@ -9,7 +9,7 @@ S = "${WORKDIR}/util-linux-${PV}" | |||
9 | EXTRA_OECONF += "--disable-all-programs --enable-libuuid" | 9 | EXTRA_OECONF += "--disable-all-programs --enable-libuuid" |
10 | LICENSE = "BSD-3-Clause" | 10 | LICENSE = "BSD-3-Clause" |
11 | 11 | ||
12 | do_install_append() { | 12 | do_install:append() { |
13 | rm -rf ${D}${datadir} ${D}${bindir} ${D}${base_bindir} ${D}${sbindir} ${D}${base_sbindir} ${D}${exec_prefix}/sbin | 13 | rm -rf ${D}${datadir} ${D}${bindir} ${D}${base_bindir} ${D}${sbindir} ${D}${base_sbindir} ${D}${exec_prefix}/sbin |
14 | } | 14 | } |
15 | 15 | ||
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 0648366baf..d07f648041 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -7,10 +7,10 @@ disk partitioning, kernel message management, filesystem creation, and system lo | |||
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | 8 | ||
9 | LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause" | 9 | LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause" |
10 | LICENSE_${PN}-libblkid = "LGPLv2.1+" | 10 | LICENSE:${PN}-libblkid = "LGPLv2.1+" |
11 | LICENSE_${PN}-libfdisk = "LGPLv2.1+" | 11 | LICENSE:${PN}-libfdisk = "LGPLv2.1+" |
12 | LICENSE_${PN}-libmount = "LGPLv2.1+" | 12 | LICENSE:${PN}-libmount = "LGPLv2.1+" |
13 | LICENSE_${PN}-libsmartcols = "LGPLv2.1+" | 13 | LICENSE:${PN}-libsmartcols = "LGPLv2.1+" |
14 | 14 | ||
15 | LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da \ | 15 | LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da \ |
16 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 16 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
@@ -25,7 +25,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da | |||
25 | file://libsmartcols/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \ | 25 | file://libsmartcols/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \ |
26 | " | 26 | " |
27 | 27 | ||
28 | FILESEXTRAPATHS_prepend := "${THISDIR}/util-linux:" | 28 | FILESEXTRAPATHS:prepend := "${THISDIR}/util-linux:" |
29 | MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" | 29 | MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" |
30 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-linux-${PV}.tar.xz \ | 30 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-linux-${PV}.tar.xz \ |
31 | file://configure-sbindir.patch \ | 31 | file://configure-sbindir.patch \ |
diff --git a/meta/recipes-core/util-linux/util-linux_2.37.bb b/meta/recipes-core/util-linux/util-linux_2.37.bb index 2548b7210b..b67c3dcb53 100644 --- a/meta/recipes-core/util-linux/util-linux_2.37.bb +++ b/meta/recipes-core/util-linux/util-linux_2.37.bb | |||
@@ -10,12 +10,12 @@ PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pylibmount', '${PN}-pylibmou | |||
10 | python util_linux_binpackages () { | 10 | python util_linux_binpackages () { |
11 | def pkg_hook(f, pkg, file_regex, output_pattern, modulename): | 11 | def pkg_hook(f, pkg, file_regex, output_pattern, modulename): |
12 | pn = d.getVar('PN') | 12 | pn = d.getVar('PN') |
13 | d.appendVar('RRECOMMENDS_%s' % pn, ' %s' % pkg) | 13 | d.appendVar('RRECOMMENDS:%s' % pn, ' %s' % pkg) |
14 | 14 | ||
15 | if d.getVar('ALTERNATIVE_' + pkg): | 15 | if d.getVar('ALTERNATIVE:' + pkg): |
16 | return | 16 | return |
17 | if d.getVarFlag('ALTERNATIVE_LINK_NAME', modulename): | 17 | if d.getVarFlag('ALTERNATIVE_LINK_NAME', modulename): |
18 | d.setVar('ALTERNATIVE_' + pkg, modulename) | 18 | d.setVar('ALTERNATIVE:' + pkg, modulename) |
19 | 19 | ||
20 | bindirs = sorted(list(set(d.expand("${base_sbindir} ${base_bindir} ${sbindir} ${bindir}").split()))) | 20 | bindirs = sorted(list(set(d.expand("${base_sbindir} ${base_bindir} ${sbindir} ${bindir}").split()))) |
21 | for dir in bindirs: | 21 | for dir in bindirs: |
@@ -41,9 +41,9 @@ python util_linux_binpackages () { | |||
41 | 41 | ||
42 | pn = d.getVar('PN') | 42 | pn = d.getVar('PN') |
43 | for pkg, links in extras.items(): | 43 | for pkg, links in extras.items(): |
44 | of = d.getVar('FILES_' + pn + '-' + pkg) | 44 | of = d.getVar('FILES:' + pn + '-' + pkg) |
45 | links = of + links | 45 | links = of + links |
46 | d.setVar('FILES_' + pn + '-' + pkg, links) | 46 | d.setVar('FILES:' + pn + '-' + pkg, links) |
47 | } | 47 | } |
48 | 48 | ||
49 | # we must execute before update-alternatives PACKAGE_PREPROCESS_FUNCS | 49 | # we must execute before update-alternatives PACKAGE_PREPROCESS_FUNCS |
@@ -63,7 +63,7 @@ PACKAGES_DYNAMIC = "^${PN}-.*" | |||
63 | 63 | ||
64 | CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms" | 64 | CACHED_CONFIGUREVARS += "scanf_cv_alloc_modifier=ms" |
65 | UTIL_LINUX_LIBDIR = "${libdir}" | 65 | UTIL_LINUX_LIBDIR = "${libdir}" |
66 | UTIL_LINUX_LIBDIR_class-target = "${base_libdir}" | 66 | UTIL_LINUX_LIBDIR:class-target = "${base_libdir}" |
67 | EXTRA_OECONF = "\ | 67 | EXTRA_OECONF = "\ |
68 | --enable-libuuid --enable-libblkid \ | 68 | --enable-libuuid --enable-libblkid \ |
69 | \ | 69 | \ |
@@ -81,17 +81,17 @@ EXTRA_OECONF = "\ | |||
81 | --libdir='${UTIL_LINUX_LIBDIR}' \ | 81 | --libdir='${UTIL_LINUX_LIBDIR}' \ |
82 | " | 82 | " |
83 | 83 | ||
84 | EXTRA_OECONF_append_class-target = " --enable-setpriv" | 84 | EXTRA_OECONF:append:class-target = " --enable-setpriv" |
85 | EXTRA_OECONF_append_class-native = " --without-cap-ng --disable-setpriv" | 85 | EXTRA_OECONF:append:class-native = " --without-cap-ng --disable-setpriv" |
86 | EXTRA_OECONF_append_class-nativesdk = " --without-cap-ng --disable-setpriv" | 86 | EXTRA_OECONF:append:class-nativesdk = " --without-cap-ng --disable-setpriv" |
87 | EXTRA_OECONF_append = " --disable-hwclock-gplv3" | 87 | EXTRA_OECONF:append = " --disable-hwclock-gplv3" |
88 | 88 | ||
89 | # enable pcre2 for native/nativesdk to match host distros | 89 | # enable pcre2 for native/nativesdk to match host distros |
90 | # this helps to keep same expectations when using the SDK or | 90 | # this helps to keep same expectations when using the SDK or |
91 | # build host versions during development | 91 | # build host versions during development |
92 | # | 92 | # |
93 | PACKAGECONFIG ?= "pcre2" | 93 | PACKAGECONFIG ?= "pcre2" |
94 | PACKAGECONFIG_class-target ?= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'chfn-chsh pam', '', d)}" | 94 | PACKAGECONFIG:class-target ?= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'chfn-chsh pam', '', d)}" |
95 | PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, libpam," | 95 | PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, libpam," |
96 | # Respect the systemd feature for uuidd | 96 | # Respect the systemd feature for uuidd |
97 | PACKAGECONFIG[systemd] = "--with-systemd --with-systemdsystemunitdir=${systemd_system_unitdir}, --without-systemd --without-systemdsystemunitdir,systemd" | 97 | PACKAGECONFIG[systemd] = "--with-systemd --with-systemdsystemunitdir=${systemd_system_unitdir}, --without-systemd --without-systemdsystemunitdir,systemd" |
@@ -106,43 +106,43 @@ PACKAGECONFIG[chfn-chsh] = "--enable-chfn-chsh,--disable-chfn-chsh," | |||
106 | 106 | ||
107 | EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} CPU= CPUOPT= 'OPT=${CFLAGS}'" | 107 | EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} CPU= CPUOPT= 'OPT=${CFLAGS}'" |
108 | 108 | ||
109 | ALLOW_EMPTY_${PN} = "1" | 109 | ALLOW_EMPTY:${PN} = "1" |
110 | FILES_${PN} = "" | 110 | FILES:${PN} = "" |
111 | FILES_${PN}-doc += "${datadir}/getopt/getopt-*.*" | 111 | FILES:${PN}-doc += "${datadir}/getopt/getopt-*.*" |
112 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/libmount/pylibmount.la" | 112 | FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/libmount/pylibmount.la" |
113 | FILES_${PN}-mount = "${sysconfdir}/default/mountall" | 113 | FILES:${PN}-mount = "${sysconfdir}/default/mountall" |
114 | FILES_${PN}-runuser = "${sysconfdir}/pam.d/runuser*" | 114 | FILES:${PN}-runuser = "${sysconfdir}/pam.d/runuser*" |
115 | FILES_${PN}-su = "${sysconfdir}/pam.d/su-l" | 115 | FILES:${PN}-su = "${sysconfdir}/pam.d/su-l" |
116 | CONFFILES_${PN}-su = "${sysconfdir}/pam.d/su-l" | 116 | CONFFILES:${PN}-su = "${sysconfdir}/pam.d/su-l" |
117 | FILES_${PN}-pylibmount = "${PYTHON_SITEPACKAGES_DIR}/libmount/pylibmount.so \ | 117 | FILES:${PN}-pylibmount = "${PYTHON_SITEPACKAGES_DIR}/libmount/pylibmount.so \ |
118 | ${PYTHON_SITEPACKAGES_DIR}/libmount/__init__.* \ | 118 | ${PYTHON_SITEPACKAGES_DIR}/libmount/__init__.* \ |
119 | ${PYTHON_SITEPACKAGES_DIR}/libmount/__pycache__/*" | 119 | ${PYTHON_SITEPACKAGES_DIR}/libmount/__pycache__/*" |
120 | 120 | ||
121 | # Util-linux' blkid replaces the e2fsprogs one | 121 | # Util-linux' blkid replaces the e2fsprogs one |
122 | RCONFLICTS_${PN}-blkid = "${MLPREFIX}e2fsprogs-blkid" | 122 | RCONFLICTS:${PN}-blkid = "${MLPREFIX}e2fsprogs-blkid" |
123 | RREPLACES_${PN}-blkid = "${MLPREFIX}e2fsprogs-blkid" | 123 | RREPLACES:${PN}-blkid = "${MLPREFIX}e2fsprogs-blkid" |
124 | 124 | ||
125 | RRECOMMENDS_${PN}_class-native = "" | 125 | RRECOMMENDS:${PN}:class-native = "" |
126 | RRECOMMENDS_${PN}_class-nativesdk = "" | 126 | RRECOMMENDS:${PN}:class-nativesdk = "" |
127 | RDEPENDS_${PN}_class-native = "" | 127 | RDEPENDS:${PN}:class-native = "" |
128 | RDEPENDS_${PN}_class-nativesdk = "" | 128 | RDEPENDS:${PN}:class-nativesdk = "" |
129 | 129 | ||
130 | RDEPENDS_${PN} += " util-linux-libuuid" | 130 | RDEPENDS:${PN} += " util-linux-libuuid" |
131 | RDEPENDS_${PN}-dev += " util-linux-libuuid-dev" | 131 | RDEPENDS:${PN}-dev += " util-linux-libuuid-dev" |
132 | 132 | ||
133 | RPROVIDES_${PN}-dev = "${PN}-libblkid-dev ${PN}-libmount-dev" | 133 | RPROVIDES:${PN}-dev = "${PN}-libblkid-dev ${PN}-libmount-dev" |
134 | 134 | ||
135 | RDEPENDS_${PN}-bash-completion += "${PN}-lsblk" | 135 | RDEPENDS:${PN}-bash-completion += "${PN}-lsblk" |
136 | RDEPENDS_${PN}-ptest += "bash bc btrfs-tools coreutils e2fsprogs findutils grep iproute2 kmod mdadm procps sed socat which xz" | 136 | RDEPENDS:${PN}-ptest += "bash bc btrfs-tools coreutils e2fsprogs findutils grep iproute2 kmod mdadm procps sed socat which xz" |
137 | RRECOMMENDS_${PN}-ptest += "kernel-module-scsi-debug kernel-module-sd-mod kernel-module-loop" | 137 | RRECOMMENDS:${PN}-ptest += "kernel-module-scsi-debug kernel-module-sd-mod kernel-module-loop" |
138 | RDEPENDS_${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff" | 138 | RDEPENDS:${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff" |
139 | ALLOW_EMPTY_${PN}-swaponoff = "1" | 139 | ALLOW_EMPTY:${PN}-swaponoff = "1" |
140 | 140 | ||
141 | #SYSTEMD_PACKAGES = "${PN}-uuidd ${PN}-fstrim" | 141 | #SYSTEMD_PACKAGES = "${PN}-uuidd ${PN}-fstrim" |
142 | SYSTEMD_SERVICE_${PN}-uuidd = "uuidd.socket uuidd.service" | 142 | SYSTEMD_SERVICE:${PN}-uuidd = "uuidd.socket uuidd.service" |
143 | SYSTEMD_AUTO_ENABLE_${PN}-uuidd = "disable" | 143 | SYSTEMD_AUTO_ENABLE:${PN}-uuidd = "disable" |
144 | SYSTEMD_SERVICE_${PN}-fstrim = "fstrim.timer fstrim.service" | 144 | SYSTEMD_SERVICE:${PN}-fstrim = "fstrim.timer fstrim.service" |
145 | SYSTEMD_AUTO_ENABLE_${PN}-fstrim = "disable" | 145 | SYSTEMD_AUTO_ENABLE:${PN}-fstrim = "disable" |
146 | 146 | ||
147 | do_install () { | 147 | do_install () { |
148 | # with ccache the timestamps on compiled files may | 148 | # with ccache the timestamps on compiled files may |
@@ -181,7 +181,7 @@ do_install () { | |||
181 | rm -f ${D}${bindir}/chkdupexe | 181 | rm -f ${D}${bindir}/chkdupexe |
182 | } | 182 | } |
183 | 183 | ||
184 | do_install_append_class-target () { | 184 | do_install:append:class-target () { |
185 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'pam', d)}" ]; then | 185 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'pam', d)}" ]; then |
186 | install -d ${D}${sysconfdir}/pam.d | 186 | install -d ${D}${sysconfdir}/pam.d |
187 | install -m 0644 ${WORKDIR}/runuser.pamd ${D}${sysconfdir}/pam.d/runuser | 187 | install -m 0644 ${WORKDIR}/runuser.pamd ${D}${sysconfdir}/pam.d/runuser |
@@ -194,14 +194,14 @@ do_install_append_class-target () { | |||
194 | } | 194 | } |
195 | # nologin causes a conflict with shadow-native | 195 | # nologin causes a conflict with shadow-native |
196 | # kill causes a conflict with coreutils-native (if ${bindir}==${base_bindir}) | 196 | # kill causes a conflict with coreutils-native (if ${bindir}==${base_bindir}) |
197 | do_install_append_class-native () { | 197 | do_install:append:class-native () { |
198 | rm -f ${D}${base_sbindir}/nologin | 198 | rm -f ${D}${base_sbindir}/nologin |
199 | rm -f ${D}${base_bindir}/kill | 199 | rm -f ${D}${base_bindir}/kill |
200 | } | 200 | } |
201 | 201 | ||
202 | # dm-verity support introduces a circular build dependency, so util-linux-libuuid is split out for target builds | 202 | # dm-verity support introduces a circular build dependency, so util-linux-libuuid is split out for target builds |
203 | # Need to build libuuid for uuidgen, but then delete it and let the other recipe ship it | 203 | # Need to build libuuid for uuidgen, but then delete it and let the other recipe ship it |
204 | do_install_append () { | 204 | do_install:append () { |
205 | rm -rf ${D}${includedir}/uuid ${D}${libdir}/pkgconfig/uuid.pc ${D}${libdir}/libuuid* ${D}${base_libdir}/libuuid* | 205 | rm -rf ${D}${includedir}/uuid ${D}${libdir}/pkgconfig/uuid.pc ${D}${libdir}/libuuid* ${D}${base_libdir}/libuuid* |
206 | } | 206 | } |
207 | 207 | ||
@@ -222,14 +222,14 @@ ALTERNATIVE_LINK_NAME[fsck] = "${base_sbindir}/fsck" | |||
222 | ALTERNATIVE_LINK_NAME[fsfreeze] = "${sbindir}/fsfreeze" | 222 | ALTERNATIVE_LINK_NAME[fsfreeze] = "${sbindir}/fsfreeze" |
223 | ALTERNATIVE_LINK_NAME[fstrim] = "${base_sbindir}/fstrim" | 223 | ALTERNATIVE_LINK_NAME[fstrim] = "${base_sbindir}/fstrim" |
224 | ALTERNATIVE_LINK_NAME[getopt] = "${base_bindir}/getopt" | 224 | ALTERNATIVE_LINK_NAME[getopt] = "${base_bindir}/getopt" |
225 | ALTERNATIVE_${PN}-agetty = "getty" | 225 | ALTERNATIVE:${PN}-agetty = "getty" |
226 | ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty" | 226 | ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty" |
227 | ALTERNATIVE_TARGET[getty] = "${base_sbindir}/agetty" | 227 | ALTERNATIVE_TARGET[getty] = "${base_sbindir}/agetty" |
228 | ALTERNATIVE_LINK_NAME[hexdump] = "${bindir}/hexdump" | 228 | ALTERNATIVE_LINK_NAME[hexdump] = "${bindir}/hexdump" |
229 | ALTERNATIVE_LINK_NAME[hwclock] = "${base_sbindir}/hwclock" | 229 | ALTERNATIVE_LINK_NAME[hwclock] = "${base_sbindir}/hwclock" |
230 | ALTERNATIVE_LINK_NAME[ionice] = "${bindir}/ionice" | 230 | ALTERNATIVE_LINK_NAME[ionice] = "${bindir}/ionice" |
231 | ALTERNATIVE_LINK_NAME[kill] = "${base_bindir}/kill" | 231 | ALTERNATIVE_LINK_NAME[kill] = "${base_bindir}/kill" |
232 | ALTERNATIVE_${PN}-last = "last lastb" | 232 | ALTERNATIVE:${PN}-last = "last lastb" |
233 | ALTERNATIVE_LINK_NAME[last] = "${bindir}/last" | 233 | ALTERNATIVE_LINK_NAME[last] = "${bindir}/last" |
234 | ALTERNATIVE_LINK_NAME[lastb] = "${bindir}/lastb" | 234 | ALTERNATIVE_LINK_NAME[lastb] = "${bindir}/lastb" |
235 | ALTERNATIVE_LINK_NAME[logger] = "${bindir}/logger" | 235 | ALTERNATIVE_LINK_NAME[logger] = "${bindir}/logger" |
diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb index 3c8b18291e..5eeb651330 100644 --- a/meta/recipes-core/volatile-binds/volatile-binds.bb +++ b/meta/recipes-core/volatile-binds/volatile-binds.bb | |||
@@ -33,9 +33,9 @@ def volatile_systemd_services(d): | |||
33 | services.append("%s.service" % what[1:].replace("/", "-")) | 33 | services.append("%s.service" % what[1:].replace("/", "-")) |
34 | return " ".join(services) | 34 | return " ".join(services) |
35 | 35 | ||
36 | SYSTEMD_SERVICE_${PN} = "${@volatile_systemd_services(d)}" | 36 | SYSTEMD_SERVICE:${PN} = "${@volatile_systemd_services(d)}" |
37 | 37 | ||
38 | FILES_${PN} += "${systemd_unitdir}/system/*.service ${servicedir}" | 38 | FILES:${PN} += "${systemd_unitdir}/system/*.service ${servicedir}" |
39 | 39 | ||
40 | do_compile () { | 40 | do_compile () { |
41 | while read spec mountpoint; do | 41 | while read spec mountpoint; do |
diff --git a/meta/recipes-core/zlib/zlib_1.2.11.bb b/meta/recipes-core/zlib/zlib_1.2.11.bb index ef9431ae47..1c06aa0ab5 100644 --- a/meta/recipes-core/zlib/zlib_1.2.11.bb +++ b/meta/recipes-core/zlib/zlib_1.2.11.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e1 | |||
17 | 17 | ||
18 | CFLAGS += "-D_REENTRANT" | 18 | CFLAGS += "-D_REENTRANT" |
19 | 19 | ||
20 | RDEPENDS_${PN}-ptest += "make" | 20 | RDEPENDS:${PN}-ptest += "make" |
21 | 21 | ||
22 | inherit ptest | 22 | inherit ptest |
23 | 23 | ||
@@ -39,7 +39,7 @@ do_install_ptest() { | |||
39 | 39 | ||
40 | # Move zlib shared libraries for target builds to $base_libdir so the library | 40 | # Move zlib shared libraries for target builds to $base_libdir so the library |
41 | # can be used in early boot before $prefix is mounted. | 41 | # can be used in early boot before $prefix is mounted. |
42 | do_install_append_class-target() { | 42 | do_install:append:class-target() { |
43 | if [ ${base_libdir} != ${libdir} ] | 43 | if [ ${base_libdir} != ${libdir} ] |
44 | then | 44 | then |
45 | mkdir -p ${D}/${base_libdir} | 45 | mkdir -p ${D}/${base_libdir} |
diff --git a/meta/recipes-devtools/apt/apt_2.2.4.bb b/meta/recipes-devtools/apt/apt_2.2.4.bb index f120111410..29fc49fb39 100644 --- a/meta/recipes-devtools/apt/apt_2.2.4.bb +++ b/meta/recipes-devtools/apt/apt_2.2.4.bb | |||
@@ -16,12 +16,12 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/${BPN}_${PV}.tar.xz \ | |||
16 | file://0001-aptwebserver.cc-Include-array.patch \ | 16 | file://0001-aptwebserver.cc-Include-array.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI_append_class-native = " \ | 19 | SRC_URI:append:class-native = " \ |
20 | file://0001-Do-not-init-tables-from-dpkg-configuration.patch \ | 20 | file://0001-Do-not-init-tables-from-dpkg-configuration.patch \ |
21 | file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \ | 21 | file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI_append_class-nativesdk = " \ | 24 | SRC_URI:append:class-nativesdk = " \ |
25 | file://0001-Do-not-init-tables-from-dpkg-configuration.patch \ | 25 | file://0001-Do-not-init-tables-from-dpkg-configuration.patch \ |
26 | file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \ | 26 | file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \ |
27 | " | 27 | " |
@@ -37,13 +37,13 @@ inherit cmake perlnative bash-completion upstream-version-is-even useradd | |||
37 | 37 | ||
38 | # User is added to allow apt to drop privs, will runtime warn without | 38 | # User is added to allow apt to drop privs, will runtime warn without |
39 | USERADD_PACKAGES = "${PN}" | 39 | USERADD_PACKAGES = "${PN}" |
40 | USERADD_PARAM_${PN} = "--system --home /nonexistent --no-create-home _apt" | 40 | USERADD_PARAM:${PN} = "--system --home /nonexistent --no-create-home _apt" |
41 | 41 | ||
42 | BBCLASSEXTEND = "native nativesdk" | 42 | BBCLASSEXTEND = "native nativesdk" |
43 | 43 | ||
44 | DEPENDS += "db gnutls lz4 zlib bzip2 xz libgcrypt xxhash" | 44 | DEPENDS += "db gnutls lz4 zlib bzip2 xz libgcrypt xxhash" |
45 | 45 | ||
46 | EXTRA_OECMAKE_append = " -DCURRENT_VENDOR=debian -DWITH_DOC=False \ | 46 | EXTRA_OECMAKE:append = " -DCURRENT_VENDOR=debian -DWITH_DOC=False \ |
47 | -DDPKG_DATADIR=${datadir}/dpkg \ | 47 | -DDPKG_DATADIR=${datadir}/dpkg \ |
48 | -DTRIEHASH_EXECUTABLE=${WORKDIR}/triehash \ | 48 | -DTRIEHASH_EXECUTABLE=${WORKDIR}/triehash \ |
49 | -DCMAKE_DISABLE_FIND_PACKAGE_ZSTD=True \ | 49 | -DCMAKE_DISABLE_FIND_PACKAGE_ZSTD=True \ |
@@ -51,14 +51,14 @@ EXTRA_OECMAKE_append = " -DCURRENT_VENDOR=debian -DWITH_DOC=False \ | |||
51 | -DWITH_TESTS=False \ | 51 | -DWITH_TESTS=False \ |
52 | " | 52 | " |
53 | 53 | ||
54 | do_configure_prepend () { | 54 | do_configure:prepend () { |
55 | echo "set( CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH )" >> ${WORKDIR}/toolchain.cmake | 55 | echo "set( CMAKE_FIND_ROOT_PATH_MODE_INCLUDE BOTH )" >> ${WORKDIR}/toolchain.cmake |
56 | 56 | ||
57 | } | 57 | } |
58 | 58 | ||
59 | # Unfortunately apt hardcodes this all over the place | 59 | # Unfortunately apt hardcodes this all over the place |
60 | FILES_${PN} += "${prefix}/lib/dpkg ${prefix}/lib/apt" | 60 | FILES:${PN} += "${prefix}/lib/dpkg ${prefix}/lib/apt" |
61 | RDEPENDS_${PN} += "bash perl dpkg" | 61 | RDEPENDS:${PN} += "bash perl dpkg" |
62 | 62 | ||
63 | customize_apt_conf_sample() { | 63 | customize_apt_conf_sample() { |
64 | cat > ${D}${sysconfdir}/apt/apt.conf.sample << EOF | 64 | cat > ${D}${sysconfdir}/apt/apt.conf.sample << EOF |
@@ -113,23 +113,23 @@ DPkg::Path ""; | |||
113 | EOF | 113 | EOF |
114 | } | 114 | } |
115 | 115 | ||
116 | do_install_append_class-native() { | 116 | do_install:append:class-native() { |
117 | customize_apt_conf_sample | 117 | customize_apt_conf_sample |
118 | } | 118 | } |
119 | 119 | ||
120 | do_install_append_class-nativesdk() { | 120 | do_install:append:class-nativesdk() { |
121 | customize_apt_conf_sample | 121 | customize_apt_conf_sample |
122 | } | 122 | } |
123 | 123 | ||
124 | 124 | ||
125 | do_install_append_class-target() { | 125 | do_install:append:class-target() { |
126 | #Write the correct apt-architecture to apt.conf | 126 | #Write the correct apt-architecture to apt.conf |
127 | APT_CONF=${D}/etc/apt/apt.conf | 127 | APT_CONF=${D}/etc/apt/apt.conf |
128 | echo 'APT::Architecture "${DPKG_ARCH}";' > ${APT_CONF} | 128 | echo 'APT::Architecture "${DPKG_ARCH}";' > ${APT_CONF} |
129 | } | 129 | } |
130 | 130 | ||
131 | # Avoid non-reproducible -src package | 131 | # Avoid non-reproducible -src package |
132 | do_install_append () { | 132 | do_install:append () { |
133 | sed -i -e "s,${B},,g" \ | 133 | sed -i -e "s,${B},,g" \ |
134 | ${B}/apt-pkg/tagfile-keys.cc | 134 | ${B}/apt-pkg/tagfile-keys.cc |
135 | } | 135 | } |
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2021.02.19.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2021.02.19.bb index 54079b5f09..2f86b50655 100644 --- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2021.02.19.bb +++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2021.02.19.bb | |||
@@ -12,6 +12,6 @@ inherit autotools allarch texinfo | |||
12 | 12 | ||
13 | PACKAGES = "${PN} ${PN}-doc" | 13 | PACKAGES = "${PN} ${PN}-doc" |
14 | 14 | ||
15 | FILES_${PN} += "${datadir}/aclocal" | 15 | FILES:${PN} += "${datadir}/aclocal" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.71.bb b/meta/recipes-devtools/autoconf/autoconf_2.71.bb index 8526067201..324e6f8de5 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.71.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.71.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv3+" | |||
6 | HOMEPAGE = "http://www.gnu.org/software/autoconf/" | 6 | HOMEPAGE = "http://www.gnu.org/software/autoconf/" |
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | DEPENDS = "m4-native autoconf-native automake-native gnu-config-native help2man-native" | 8 | DEPENDS = "m4-native autoconf-native automake-native gnu-config-native help2man-native" |
9 | DEPENDS_remove_class-native = "autoconf-native automake-native help2man-native" | 9 | DEPENDS:remove:class-native = "autoconf-native automake-native help2man-native" |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=cc3f3a7596cb558bbd9eb7fbaa3ef16c \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=cc3f3a7596cb558bbd9eb7fbaa3ef16c \ |
12 | file://COPYINGv3;md5=1ebbd3e34237af26da5dc08a4e440464" | 12 | file://COPYINGv3;md5=1ebbd3e34237af26da5dc08a4e440464" |
@@ -19,11 +19,11 @@ SRC_URI = "${GNU_MIRROR}/autoconf/${BP}.tar.gz \ | |||
19 | file://autotest-automake-result-format.patch \ | 19 | file://autotest-automake-result-format.patch \ |
20 | file://man-host-perl.patch \ | 20 | file://man-host-perl.patch \ |
21 | " | 21 | " |
22 | SRC_URI_append_class-native = " file://no-man.patch" | 22 | SRC_URI:append:class-native = " file://no-man.patch" |
23 | 23 | ||
24 | SRC_URI[sha256sum] = "431075ad0bf529ef13cb41e9042c542381103e80015686222b8a9d4abef42a1c" | 24 | SRC_URI[sha256sum] = "431075ad0bf529ef13cb41e9042c542381103e80015686222b8a9d4abef42a1c" |
25 | 25 | ||
26 | RDEPENDS_${PN} = "m4 gnu-config \ | 26 | RDEPENDS:${PN} = "m4 gnu-config \ |
27 | perl \ | 27 | perl \ |
28 | perl-module-bytes \ | 28 | perl-module-bytes \ |
29 | perl-module-carp \ | 29 | perl-module-carp \ |
@@ -51,13 +51,13 @@ RDEPENDS_${PN} = "m4 gnu-config \ | |||
51 | perl-module-thread-queue \ | 51 | perl-module-thread-queue \ |
52 | perl-module-threads \ | 52 | perl-module-threads \ |
53 | " | 53 | " |
54 | RDEPENDS_${PN}_class-native = "m4-native gnu-config-native hostperl-runtime-native" | 54 | RDEPENDS:${PN}:class-native = "m4-native gnu-config-native hostperl-runtime-native" |
55 | 55 | ||
56 | inherit autotools texinfo | 56 | inherit autotools texinfo |
57 | 57 | ||
58 | PERL = "${USRBINPATH}/perl" | 58 | PERL = "${USRBINPATH}/perl" |
59 | PERL_class-native = "/usr/bin/env perl" | 59 | PERL:class-native = "/usr/bin/env perl" |
60 | PERL_class-nativesdk = "/usr/bin/env perl" | 60 | PERL:class-nativesdk = "/usr/bin/env perl" |
61 | 61 | ||
62 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" | 62 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" |
63 | 63 | ||
@@ -70,11 +70,11 @@ update_gnu_config() { | |||
70 | } | 70 | } |
71 | do_configure[prefuncs] += "update_gnu_config" | 71 | do_configure[prefuncs] += "update_gnu_config" |
72 | 72 | ||
73 | do_configure_class-native() { | 73 | do_configure:class-native() { |
74 | oe_runconf | 74 | oe_runconf |
75 | } | 75 | } |
76 | 76 | ||
77 | do_install_append() { | 77 | do_install:append() { |
78 | rm -rf ${D}${datadir}/emacs | 78 | rm -rf ${D}${datadir}/emacs |
79 | } | 79 | } |
80 | 80 | ||
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index 87cedc9838..ceca16ab6a 100644 --- a/meta/recipes-devtools/automake/automake.inc +++ b/meta/recipes-devtools/automake/automake.inc | |||
@@ -18,4 +18,4 @@ do_configure() { | |||
18 | 18 | ||
19 | export AUTOMAKE = "${@bb.utils.which('automake', d.getVar('PATH'))}" | 19 | export AUTOMAKE = "${@bb.utils.which('automake', d.getVar('PATH'))}" |
20 | 20 | ||
21 | FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*" | 21 | FILES:${PN} += "${datadir}/automake* ${datadir}/aclocal*" |
diff --git a/meta/recipes-devtools/automake/automake_1.16.3.bb b/meta/recipes-devtools/automake/automake_1.16.3.bb index 7dc59d9fe7..1882eedcda 100644 --- a/meta/recipes-devtools/automake/automake_1.16.3.bb +++ b/meta/recipes-devtools/automake/automake_1.16.3.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | require automake.inc | 1 | require automake.inc |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | DEPENDS_class-native = "autoconf-native" | 4 | DEPENDS:class-native = "autoconf-native" |
5 | 5 | ||
6 | NAMEVER = "${@oe.utils.trim_version("${PV}", 2)}" | 6 | NAMEVER = "${@oe.utils.trim_version("${PV}", 2)}" |
7 | 7 | ||
8 | RDEPENDS_${PN} += "\ | 8 | RDEPENDS:${PN} += "\ |
9 | autoconf \ | 9 | autoconf \ |
10 | perl \ | 10 | perl \ |
11 | perl-module-bytes \ | 11 | perl-module-bytes \ |
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += "\ | |||
16 | perl-module-threads \ | 16 | perl-module-threads \ |
17 | perl-module-vars " | 17 | perl-module-vars " |
18 | 18 | ||
19 | RDEPENDS_${PN}_class-native = "autoconf-native hostperl-runtime-native" | 19 | RDEPENDS:${PN}:class-native = "autoconf-native hostperl-runtime-native" |
20 | 20 | ||
21 | SRC_URI += "file://python-libdir.patch \ | 21 | SRC_URI += "file://python-libdir.patch \ |
22 | file://buildtest.patch \ | 22 | file://buildtest.patch \ |
@@ -29,12 +29,12 @@ SRC_URI += "file://python-libdir.patch \ | |||
29 | SRC_URI[sha256sum] = "ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f" | 29 | SRC_URI[sha256sum] = "ce010788b51f64511a1e9bb2a1ec626037c6d0e7ede32c1c103611b9d3cba65f" |
30 | 30 | ||
31 | PERL = "${USRBINPATH}/perl" | 31 | PERL = "${USRBINPATH}/perl" |
32 | PERL_class-native = "${USRBINPATH}/env perl" | 32 | PERL:class-native = "${USRBINPATH}/env perl" |
33 | PERL_class-nativesdk = "${USRBINPATH}/env perl" | 33 | PERL:class-nativesdk = "${USRBINPATH}/env perl" |
34 | 34 | ||
35 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" | 35 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='${PERL}'" |
36 | 36 | ||
37 | do_install_append () { | 37 | do_install:append () { |
38 | install -d ${D}${datadir} | 38 | install -d ${D}${datadir} |
39 | } | 39 | } |
40 | 40 | ||
diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc index e98f31f9c3..f44f46602d 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc | |||
@@ -13,7 +13,7 @@ EXTRA_OECONF += "--with-sysroot=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VEND | |||
13 | # e.g. we switch between different machines with different tunes. | 13 | # e.g. we switch between different machines with different tunes. |
14 | EXTRA_OECONF[vardepsexclude] = "TUNE_PKGARCH" | 14 | EXTRA_OECONF[vardepsexclude] = "TUNE_PKGARCH" |
15 | 15 | ||
16 | LDGOLD_sdkmingw32 = "" | 16 | LDGOLD:sdkmingw32 = "" |
17 | 17 | ||
18 | do_install () { | 18 | do_install () { |
19 | autotools_do_install | 19 | autotools_do_install |
diff --git a/meta/recipes-devtools/binutils/binutils-crosssdk_2.37.bb b/meta/recipes-devtools/binutils/binutils-crosssdk_2.37.bb index 37f4d6d2e9..5bd036fd46 100644 --- a/meta/recipes-devtools/binutils/binutils-crosssdk_2.37.bb +++ b/meta/recipes-devtools/binutils/binutils-crosssdk_2.37.bb | |||
@@ -8,6 +8,6 @@ PROVIDES = "virtual/${TARGET_PREFIX}binutils-crosssdk" | |||
8 | 8 | ||
9 | SRC_URI += "file://0001-binutils-crosssdk-Generate-relocatable-SDKs.patch" | 9 | SRC_URI += "file://0001-binutils-crosssdk-Generate-relocatable-SDKs.patch" |
10 | 10 | ||
11 | do_configure_prepend () { | 11 | do_configure:prepend () { |
12 | sed -i 's#/usr/local/lib /lib /usr/lib#${SDKPATHNATIVE}/lib ${SDKPATHNATIVE}/usr/lib /usr/local/lib /lib /usr/lib#' ${S}/ld/configure.tgt | 12 | sed -i 's#/usr/local/lib /lib /usr/lib#${SDKPATHNATIVE}/lib ${SDKPATHNATIVE}/usr/lib /usr/local/lib /lib /usr/lib#' ${S}/ld/configure.tgt |
13 | } | 13 | } |
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index e15a12b93e..7d5149fa16 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -15,7 +15,7 @@ DEPENDS = "flex-native bison-native zlib-native gnu-config-native autoconf-nativ | |||
15 | 15 | ||
16 | inherit autotools gettext multilib_header texinfo | 16 | inherit autotools gettext multilib_header texinfo |
17 | 17 | ||
18 | FILES_${PN} = " \ | 18 | FILES:${PN} = " \ |
19 | ${bindir}/${TARGET_PREFIX}* \ | 19 | ${bindir}/${TARGET_PREFIX}* \ |
20 | ${libdir}/lib*.so.* \ | 20 | ${libdir}/lib*.so.* \ |
21 | ${libdir}/bfd-plugins/lib*.so \ | 21 | ${libdir}/bfd-plugins/lib*.so \ |
@@ -23,9 +23,9 @@ FILES_${PN} = " \ | |||
23 | ${prefix}/${TARGET_SYS}/bin/* \ | 23 | ${prefix}/${TARGET_SYS}/bin/* \ |
24 | ${bindir}/embedspu" | 24 | ${bindir}/embedspu" |
25 | 25 | ||
26 | RPROVIDES_${PN} += "${PN}-symlinks" | 26 | RPROVIDES:${PN} += "${PN}-symlinks" |
27 | 27 | ||
28 | FILES_${PN}-dev = " \ | 28 | FILES:${PN}-dev = " \ |
29 | ${includedir} \ | 29 | ${includedir} \ |
30 | ${libdir}/*.la \ | 30 | ${libdir}/*.la \ |
31 | ${libdir}/libbfd.so \ | 31 | ${libdir}/libbfd.so \ |
@@ -37,9 +37,9 @@ FILES_${PN}-dev = " \ | |||
37 | # list and reuse it. | 37 | # list and reuse it. |
38 | 38 | ||
39 | LDGOLD_ALTS ?= "ld.gold dwp" | 39 | LDGOLD_ALTS ?= "ld.gold dwp" |
40 | LDGOLD_ALTS_riscv64 = "" | 40 | LDGOLD_ALTS:riscv64 = "" |
41 | LDGOLD_ALTS_riscv32 = "" | 41 | LDGOLD_ALTS:riscv32 = "" |
42 | LDGOLD_ALTS_libc-glibc_mipsarch = "" | 42 | LDGOLD_ALTS:libc-glibc:mipsarch = "" |
43 | 43 | ||
44 | USE_ALTERNATIVES_FOR = " \ | 44 | USE_ALTERNATIVES_FOR = " \ |
45 | addr2line \ | 45 | addr2line \ |
@@ -61,7 +61,7 @@ USE_ALTERNATIVES_FOR = " \ | |||
61 | strip \ | 61 | strip \ |
62 | " | 62 | " |
63 | 63 | ||
64 | python do_package_prepend() { | 64 | python do_package:prepend() { |
65 | make_alts = d.getVar("USE_ALTERNATIVES_FOR") or "" | 65 | make_alts = d.getVar("USE_ALTERNATIVES_FOR") or "" |
66 | prefix = d.getVar("TARGET_PREFIX") | 66 | prefix = d.getVar("TARGET_PREFIX") |
67 | bindir = d.getVar("bindir") | 67 | bindir = d.getVar("bindir") |
@@ -86,12 +86,12 @@ EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \ | |||
86 | ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)}" | 86 | ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch', '--enable-64-bit-bfd', '', d)}" |
87 | 87 | ||
88 | EXTRA_TARGETS = "" | 88 | EXTRA_TARGETS = "" |
89 | EXTRA_TARGETS_x86-64 = " --enable-targets=x86_64-pe,x86_64-pep " | 89 | EXTRA_TARGETS:x86-64 = " --enable-targets=x86_64-pe,x86_64-pep " |
90 | EXTRA_TARGETS_class-native = "" | 90 | EXTRA_TARGETS:class-native = "" |
91 | 91 | ||
92 | LDGOLD_class-native = "" | 92 | LDGOLD:class-native = "" |
93 | LDGOLD_class-crosssdk = "" | 93 | LDGOLD:class-crosssdk = "" |
94 | LDGOLD_libc-glibc_mipsarch = "" | 94 | LDGOLD:libc-glibc:mipsarch = "" |
95 | LDGOLD ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-gold=default --enable-threads', '--enable-gold --enable-ld=default --enable-threads', d)}" | 95 | LDGOLD ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-gold=default --enable-threads', '--enable-gold --enable-ld=default --enable-threads', d)}" |
96 | 96 | ||
97 | 97 | ||
@@ -176,7 +176,7 @@ inherit update-alternatives | |||
176 | 176 | ||
177 | ALTERNATIVE_PRIORITY = "100" | 177 | ALTERNATIVE_PRIORITY = "100" |
178 | 178 | ||
179 | ALTERNATIVE_${PN}_class-target = "${USE_ALTERNATIVES_FOR}" | 179 | ALTERNATIVE:${PN}:class-target = "${USE_ALTERNATIVES_FOR}" |
180 | 180 | ||
181 | python () { | 181 | python () { |
182 | if bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', True, False, d) and bb.utils.contains_any('TARGET_ARCH', 'riscv32 riscv64', True, False, d): | 182 | if bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', True, False, d) and bb.utils.contains_any('TARGET_ARCH', 'riscv32 riscv64', True, False, d): |
diff --git a/meta/recipes-devtools/binutils/binutils_2.37.bb b/meta/recipes-devtools/binutils/binutils_2.37.bb index ee9617de1d..ff9377049b 100644 --- a/meta/recipes-devtools/binutils/binutils_2.37.bb +++ b/meta/recipes-devtools/binutils/binutils_2.37.bb | |||
@@ -10,11 +10,11 @@ EXTRA_OECONF += "--with-sysroot=/ \ | |||
10 | --with-system-zlib \ | 10 | --with-system-zlib \ |
11 | " | 11 | " |
12 | 12 | ||
13 | EXTRA_OEMAKE_append_libc-musl = "\ | 13 | EXTRA_OEMAKE:append:libc-musl = "\ |
14 | gt_cv_func_gnugettext1_libc=yes \ | 14 | gt_cv_func_gnugettext1_libc=yes \ |
15 | gt_cv_func_gnugettext2_libc=yes \ | 15 | gt_cv_func_gnugettext2_libc=yes \ |
16 | " | 16 | " |
17 | EXTRA_OECONF_class-native = "--enable-targets=all \ | 17 | EXTRA_OECONF:class-native = "--enable-targets=all \ |
18 | --enable-64-bit-bfd \ | 18 | --enable-64-bit-bfd \ |
19 | --enable-install-libiberty \ | 19 | --enable-install-libiberty \ |
20 | --enable-install-libbfd \ | 20 | --enable-install-libbfd \ |
@@ -29,10 +29,10 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'debuginfod', d)}" | |||
29 | PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils" | 29 | PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils" |
30 | # gcc9.0 end up mis-compiling libbfd.so with O2 which then crashes on target | 30 | # gcc9.0 end up mis-compiling libbfd.so with O2 which then crashes on target |
31 | # So remove -O2 and use -Os as workaround | 31 | # So remove -O2 and use -Os as workaround |
32 | SELECTED_OPTIMIZATION_remove_mipsarch = "-O2" | 32 | SELECTED_OPTIMIZATION:remove:mipsarch = "-O2" |
33 | SELECTED_OPTIMIZATION_append_mipsarch = " -Os" | 33 | SELECTED_OPTIMIZATION:append:mipsarch = " -Os" |
34 | 34 | ||
35 | do_install_class-native () { | 35 | do_install:class-native () { |
36 | autotools_do_install | 36 | autotools_do_install |
37 | 37 | ||
38 | # Install the libiberty header | 38 | # Install the libiberty header |
@@ -55,19 +55,19 @@ do_install_class-native () { | |||
55 | } | 55 | } |
56 | 56 | ||
57 | # libctf races with libbfd | 57 | # libctf races with libbfd |
58 | PARALLEL_MAKEINST_class-target = "" | 58 | PARALLEL_MAKEINST:class-target = "" |
59 | PARALLEL_MAKEINST_class-nativesdk = "" | 59 | PARALLEL_MAKEINST:class-nativesdk = "" |
60 | 60 | ||
61 | # Split out libbfd-*.so and libopcodes-*.so so including perf doesn't include | 61 | # Split out libbfd-*.so and libopcodes-*.so so including perf doesn't include |
62 | # extra stuff | 62 | # extra stuff |
63 | PACKAGE_BEFORE_PN += "libbfd libopcodes" | 63 | PACKAGE_BEFORE_PN += "libbfd libopcodes" |
64 | FILES_libbfd = "${libdir}/libbfd-*.so.* ${libdir}/libbfd-*.so" | 64 | FILES:libbfd = "${libdir}/libbfd-*.so.* ${libdir}/libbfd-*.so" |
65 | FILES_libopcodes = "${libdir}/libopcodes-*.so.* ${libdir}/libopcodes-*.so" | 65 | FILES:libopcodes = "${libdir}/libopcodes-*.so.* ${libdir}/libopcodes-*.so" |
66 | 66 | ||
67 | SRC_URI_append_class-nativesdk = " file://0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch " | 67 | SRC_URI:append:class-nativesdk = " file://0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch " |
68 | 68 | ||
69 | USE_ALTERNATIVES_FOR_class-nativesdk = "" | 69 | USE_ALTERNATIVES_FOR:class-nativesdk = "" |
70 | FILES_${PN}_append_class-nativesdk = " ${bindir}" | 70 | FILES:${PN}:append:class-nativesdk = " ${bindir}" |
71 | 71 | ||
72 | BBCLASSEXTEND = "native nativesdk" | 72 | BBCLASSEXTEND = "native nativesdk" |
73 | 73 | ||
diff --git a/meta/recipes-devtools/bison/bison_3.7.6.bb b/meta/recipes-devtools/bison/bison_3.7.6.bb index a8d57f2742..c85ae04976 100644 --- a/meta/recipes-devtools/bison/bison_3.7.6.bb +++ b/meta/recipes-devtools/bison/bison_3.7.6.bb | |||
@@ -21,7 +21,7 @@ inherit autotools gettext texinfo | |||
21 | CACHED_CONFIGUREVARS = "ac_cv_path_M4=m4" | 21 | CACHED_CONFIGUREVARS = "ac_cv_path_M4=m4" |
22 | 22 | ||
23 | PACKAGECONFIG ??= "readline ${@ 'textstyle' if d.getVar('USE_NLS') == 'yes' else ''}" | 23 | PACKAGECONFIG ??= "readline ${@ 'textstyle' if d.getVar('USE_NLS') == 'yes' else ''}" |
24 | PACKAGECONFIG_class-native ??= "" | 24 | PACKAGECONFIG:class-native ??= "" |
25 | 25 | ||
26 | # Make readline and textstyle optional. There are recipie for these, but leave them | 26 | # Make readline and textstyle optional. There are recipie for these, but leave them |
27 | # disabled for the native recipe. This prevents host contamination of the native tool. | 27 | # disabled for the native recipe. This prevents host contamination of the native tool. |
@@ -38,15 +38,15 @@ CACHED_CONFIGUREVARS += "${@bb.utils.contains('PACKAGECONFIG', 'readline', '', ' | |||
38 | # The automatic m4 path detection gets confused, so force the right value | 38 | # The automatic m4 path detection gets confused, so force the right value |
39 | acpaths = "-I ./m4" | 39 | acpaths = "-I ./m4" |
40 | 40 | ||
41 | do_compile_prepend() { | 41 | do_compile:prepend() { |
42 | for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done | 42 | for i in mfcalc calc++ rpcalc; do mkdir -p ${B}/examples/$i; done |
43 | } | 43 | } |
44 | 44 | ||
45 | do_install_append_class-native() { | 45 | do_install:append:class-native() { |
46 | create_wrapper ${D}/${bindir}/bison \ | 46 | create_wrapper ${D}/${bindir}/bison \ |
47 | BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison | 47 | BISON_PKGDATADIR=${STAGING_DATADIR_NATIVE}/bison |
48 | } | 48 | } |
49 | do_install_append_class-nativesdk() { | 49 | do_install:append:class-nativesdk() { |
50 | create_wrapper ${D}/${bindir}/bison \ | 50 | create_wrapper ${D}/${bindir}/bison \ |
51 | BISON_PKGDATADIR=${datadir}/bison | 51 | BISON_PKGDATADIR=${datadir}/bison |
52 | } | 52 | } |
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb index f6a77b4606..b1d359ec38 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb | |||
@@ -101,14 +101,14 @@ SRCREV = "868a2afab9da34f32c007d773b77253c93104636" | |||
101 | 101 | ||
102 | inherit systemd update-rc.d python3native update-alternatives | 102 | inherit systemd update-rc.d python3native update-alternatives |
103 | 103 | ||
104 | ALTERNATIVE_${PN} = "bootchartd" | 104 | ALTERNATIVE:${PN} = "bootchartd" |
105 | ALTERNATIVE_LINK_NAME[bootchartd] = "${base_sbindir}/bootchartd" | 105 | ALTERNATIVE_LINK_NAME[bootchartd] = "${base_sbindir}/bootchartd" |
106 | ALTERNATIVE_PRIORITY = "100" | 106 | ALTERNATIVE_PRIORITY = "100" |
107 | 107 | ||
108 | # The only reason to build bootchart2-native is for a native pybootchartgui. | 108 | # The only reason to build bootchart2-native is for a native pybootchartgui. |
109 | BBCLASSEXTEND = "native" | 109 | BBCLASSEXTEND = "native" |
110 | 110 | ||
111 | SYSTEMD_SERVICE_${PN} = "bootchart2.service bootchart2-done.service bootchart2-done.timer" | 111 | SYSTEMD_SERVICE:${PN} = "bootchart2.service bootchart2-done.service bootchart2-done.timer" |
112 | 112 | ||
113 | UPDATERCPN = "bootchartd-stop-initscript" | 113 | UPDATERCPN = "bootchartd-stop-initscript" |
114 | INITSCRIPT_NAME = "bootchartd_stop.sh" | 114 | INITSCRIPT_NAME = "bootchartd_stop.sh" |
@@ -116,7 +116,7 @@ INITSCRIPT_PARAMS = "start 99 2 3 4 5 ." | |||
116 | 116 | ||
117 | EXTRA_OEMAKE = 'BASE_SBINDIR="${base_sbindir}"' | 117 | EXTRA_OEMAKE = 'BASE_SBINDIR="${base_sbindir}"' |
118 | 118 | ||
119 | do_compile_prepend () { | 119 | do_compile:prepend () { |
120 | export PY_LIBDIR="${libdir}/${PYTHON_DIR}" | 120 | export PY_LIBDIR="${libdir}/${PYTHON_DIR}" |
121 | export BINDIR="${bindir}" | 121 | export BINDIR="${bindir}" |
122 | export LIBDIR="${base_libdir}" | 122 | export LIBDIR="${base_libdir}" |
@@ -145,19 +145,19 @@ do_install () { | |||
145 | } | 145 | } |
146 | 146 | ||
147 | PACKAGES =+ "pybootchartgui" | 147 | PACKAGES =+ "pybootchartgui" |
148 | FILES_pybootchartgui += "${PYTHON_SITEPACKAGES_DIR}/pybootchartgui ${bindir}/pybootchartgui" | 148 | FILES:pybootchartgui += "${PYTHON_SITEPACKAGES_DIR}/pybootchartgui ${bindir}/pybootchartgui" |
149 | RDEPENDS_pybootchartgui = "python3-pycairo python3-compression python3-image python3-shell python3-compression python3-codecs" | 149 | RDEPENDS:pybootchartgui = "python3-pycairo python3-compression python3-image python3-shell python3-compression python3-codecs" |
150 | RDEPENDS_${PN}_class-target += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit-pidof', 'procps', d)}" | 150 | RDEPENDS:${PN}:class-target += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit-pidof', 'procps', d)}" |
151 | RDEPENDS_${PN}_class-target += "lsb-release" | 151 | RDEPENDS:${PN}:class-target += "lsb-release" |
152 | DEPENDS_append_class-native = " python3-pycairo-native" | 152 | DEPENDS:append:class-native = " python3-pycairo-native" |
153 | 153 | ||
154 | PACKAGES =+ "bootchartd-stop-initscript" | 154 | PACKAGES =+ "bootchartd-stop-initscript" |
155 | FILES_bootchartd-stop-initscript += "${sysconfdir}/init.d ${sysconfdir}/rc*.d" | 155 | FILES:bootchartd-stop-initscript += "${sysconfdir}/init.d ${sysconfdir}/rc*.d" |
156 | RDEPENDS_bootchartd-stop-initscript = "${PN}" | 156 | RDEPENDS:bootchartd-stop-initscript = "${PN}" |
157 | 157 | ||
158 | FILES_${PN} += "${base_libdir}/bootchart/bootchart-collector" | 158 | FILES:${PN} += "${base_libdir}/bootchart/bootchart-collector" |
159 | FILES_${PN} += "${base_libdir}/bootchart/tmpfs" | 159 | FILES:${PN} += "${base_libdir}/bootchart/tmpfs" |
160 | FILES_${PN} += "${libdir}" | 160 | FILES:${PN} += "${libdir}" |
161 | FILES_${PN}-doc += "${datadir}/docs" | 161 | FILES:${PN}-doc += "${datadir}/docs" |
162 | 162 | ||
163 | RCONFLICTS_${PN} = "bootchart" | 163 | RCONFLICTS:${PN} = "bootchart" |
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.13.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.13.bb index fa33cad7b9..5f8621faf1 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.13.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.13.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \ | |||
14 | " | 14 | " |
15 | SECTION = "base" | 15 | SECTION = "base" |
16 | DEPENDS = "lzo util-linux zlib" | 16 | DEPENDS = "lzo util-linux zlib" |
17 | DEPENDS_append_class-target = " udev" | 17 | DEPENDS:append:class-target = " udev" |
18 | 18 | ||
19 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ | 19 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ |
20 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ | 20 | file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ |
@@ -49,25 +49,25 @@ inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'distutils3-base', '', d | |||
49 | CLEANBROKEN = "1" | 49 | CLEANBROKEN = "1" |
50 | 50 | ||
51 | EXTRA_OECONF = "--enable-largefile" | 51 | EXTRA_OECONF = "--enable-largefile" |
52 | EXTRA_OECONF_append_libc-musl = " --disable-backtrace " | 52 | EXTRA_OECONF:append:libc-musl = " --disable-backtrace " |
53 | EXTRA_PYTHON_CFLAGS = "${DEBUG_PREFIX_MAP}" | 53 | EXTRA_PYTHON_CFLAGS = "${DEBUG_PREFIX_MAP}" |
54 | EXTRA_PYTHON_CFLAGS_class-native = "" | 54 | EXTRA_PYTHON_CFLAGS:class-native = "" |
55 | EXTRA_PYTHON_LDFLAGS = "${LDFLAGS}" | 55 | EXTRA_PYTHON_LDFLAGS = "${LDFLAGS}" |
56 | EXTRA_OEMAKE = "V=1 'EXTRA_PYTHON_CFLAGS=${EXTRA_PYTHON_CFLAGS}' 'EXTRA_PYTHON_LDFLAGS=${EXTRA_PYTHON_LDFLAGS}'" | 56 | EXTRA_OEMAKE = "V=1 'EXTRA_PYTHON_CFLAGS=${EXTRA_PYTHON_CFLAGS}' 'EXTRA_PYTHON_LDFLAGS=${EXTRA_PYTHON_LDFLAGS}'" |
57 | 57 | ||
58 | do_configure_prepend() { | 58 | do_configure:prepend() { |
59 | # Upstream doesn't ship this and autoreconf won't install it as automake isn't used. | 59 | # Upstream doesn't ship this and autoreconf won't install it as automake isn't used. |
60 | mkdir -p ${S}/config | 60 | mkdir -p ${S}/config |
61 | cp -f $(automake --print-libdir)/install-sh ${S}/config/ | 61 | cp -f $(automake --print-libdir)/install-sh ${S}/config/ |
62 | } | 62 | } |
63 | 63 | ||
64 | 64 | ||
65 | do_install_append() { | 65 | do_install:append() { |
66 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then | 66 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then |
67 | oe_runmake 'DESTDIR=${D}' 'PYTHON_SITEPACKAGES_DIR=${PYTHON_SITEPACKAGES_DIR}' install_python | 67 | oe_runmake 'DESTDIR=${D}' 'PYTHON_SITEPACKAGES_DIR=${PYTHON_SITEPACKAGES_DIR}' install_python |
68 | fi | 68 | fi |
69 | } | 69 | } |
70 | 70 | ||
71 | RDEPENDS_${PN} = "libgcc" | 71 | RDEPENDS:${PN} = "libgcc" |
72 | 72 | ||
73 | BBCLASSEXTEND = "native nativesdk" | 73 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb index f12366b4e8..de734e841a 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.16.bb | |||
@@ -16,9 +16,9 @@ inherit autotools | |||
16 | 16 | ||
17 | # We don't have a staged chrpath-native for ensuring our binary is | 17 | # We don't have a staged chrpath-native for ensuring our binary is |
18 | # relocatable, so use the one we've just built | 18 | # relocatable, so use the one we've just built |
19 | CHRPATH_BIN_class-native = "${B}/chrpath" | 19 | CHRPATH_BIN:class-native = "${B}/chrpath" |
20 | 20 | ||
21 | PROVIDES_append_class-native = " chrpath-replacement-native" | 21 | PROVIDES:append:class-native = " chrpath-replacement-native" |
22 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | 22 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" |
23 | 23 | ||
24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/cmake/cmake_3.21.0.bb b/meta/recipes-devtools/cmake/cmake_3.21.0.bb index 64c92b89f2..36c6357dd8 100644 --- a/meta/recipes-devtools/cmake/cmake_3.21.0.bb +++ b/meta/recipes-devtools/cmake/cmake_3.21.0.bb | |||
@@ -4,7 +4,7 @@ inherit cmake bash-completion | |||
4 | 4 | ||
5 | DEPENDS += "curl expat zlib libarchive xz ncurses bzip2" | 5 | DEPENDS += "curl expat zlib libarchive xz ncurses bzip2" |
6 | 6 | ||
7 | SRC_URI_append_class-nativesdk = " \ | 7 | SRC_URI:append:class-nativesdk = " \ |
8 | file://OEToolchainConfig.cmake \ | 8 | file://OEToolchainConfig.cmake \ |
9 | file://environment.d-cmake.sh \ | 9 | file://environment.d-cmake.sh \ |
10 | file://0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch \ | 10 | file://0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch \ |
@@ -36,7 +36,7 @@ EXTRA_OECMAKE=" \ | |||
36 | -DKWSYS_LFS_WORKS=1 \ | 36 | -DKWSYS_LFS_WORKS=1 \ |
37 | " | 37 | " |
38 | 38 | ||
39 | do_install_append_class-nativesdk() { | 39 | do_install:append:class-nativesdk() { |
40 | mkdir -p ${D}${datadir}/cmake | 40 | mkdir -p ${D}${datadir}/cmake |
41 | install -m 644 ${WORKDIR}/OEToolchainConfig.cmake ${D}${datadir}/cmake/ | 41 | install -m 644 ${WORKDIR}/OEToolchainConfig.cmake ${D}${datadir}/cmake/ |
42 | 42 | ||
@@ -44,10 +44,10 @@ do_install_append_class-nativesdk() { | |||
44 | install -m 644 ${WORKDIR}/environment.d-cmake.sh ${D}${SDKPATHNATIVE}/environment-setup.d/cmake.sh | 44 | install -m 644 ${WORKDIR}/environment.d-cmake.sh ${D}${SDKPATHNATIVE}/environment-setup.d/cmake.sh |
45 | } | 45 | } |
46 | 46 | ||
47 | FILES_${PN}_append_class-nativesdk = " ${SDKPATHNATIVE}" | 47 | FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}" |
48 | 48 | ||
49 | FILES_${PN} += "${datadir}/cmake-${CMAKE_MAJOR_VERSION} ${datadir}/cmake ${datadir}/aclocal ${datadir}/emacs ${datadir}/vim" | 49 | FILES:${PN} += "${datadir}/cmake-${CMAKE_MAJOR_VERSION} ${datadir}/cmake ${datadir}/aclocal ${datadir}/emacs ${datadir}/vim" |
50 | FILES_${PN}-doc += "${docdir}/cmake-${CMAKE_MAJOR_VERSION}" | 50 | FILES:${PN}-doc += "${docdir}/cmake-${CMAKE_MAJOR_VERSION}" |
51 | FILES_${PN}-dev = "" | 51 | FILES:${PN}-dev = "" |
52 | 52 | ||
53 | BBCLASSEXTEND = "nativesdk" | 53 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.4.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.4.bb index 206c27c04f..6313afc108 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.4.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.4.bb | |||
@@ -13,7 +13,7 @@ SRCREV = "cb74969736bdea86465e85feeceb895ff7a42610" | |||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" | 15 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" |
16 | DEPENDS_append_class-native = " file-replacement-native" | 16 | DEPENDS:append:class-native = " file-replacement-native" |
17 | 17 | ||
18 | inherit cmake pkgconfig bash-completion distutils3-base | 18 | inherit cmake pkgconfig bash-completion distutils3-base |
19 | 19 | ||
@@ -22,7 +22,7 @@ EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIR | |||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
23 | 23 | ||
24 | # Direct createrepo to read rpm configuration from our sysroot, not the one it was compiled in | 24 | # Direct createrepo to read rpm configuration from our sysroot, not the one it was compiled in |
25 | do_install_append_class-native() { | 25 | do_install:append:class-native() { |
26 | create_wrapper ${D}/${bindir}/createrepo_c \ | 26 | create_wrapper ${D}/${bindir}/createrepo_c \ |
27 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ | 27 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ |
28 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc | 28 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc |
@@ -30,7 +30,7 @@ do_install_append_class-native() { | |||
30 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc | 30 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc |
31 | } | 31 | } |
32 | 32 | ||
33 | do_install_append_class-nativesdk() { | 33 | do_install:append:class-nativesdk() { |
34 | create_wrapper ${D}/${bindir}/createrepo_c \ | 34 | create_wrapper ${D}/${bindir}/createrepo_c \ |
35 | RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \ | 35 | RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \ |
36 | MAGIC=${SDKPATHNATIVE}${datadir}/misc/magic.mgc | 36 | MAGIC=${SDKPATHNATIVE}${datadir}/misc/magic.mgc |
diff --git a/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb b/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb index ce35b806ba..bcc56e5500 100644 --- a/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb +++ b/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | 8 | ||
9 | DEPENDS += "expect-native" | 9 | DEPENDS += "expect-native" |
10 | RDEPENDS_${PN} = "expect" | 10 | RDEPENDS:${PN} = "expect" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||
diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb index 3487666b92..da9a38335c 100644 --- a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb +++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb | |||
@@ -19,7 +19,7 @@ EXTRA_OECONF += "ac_cv_prog_EMACS=no" | |||
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | rm -rf ${D}${datadir}/emacs | 23 | rm -rf ${D}${datadir}/emacs |
24 | } | 24 | } |
25 | 25 | ||
diff --git a/meta/recipes-devtools/devel-config/distcc-config.bb b/meta/recipes-devtools/devel-config/distcc-config.bb index db9e8bbcc9..698fd3585a 100644 --- a/meta/recipes-devtools/devel-config/distcc-config.bb +++ b/meta/recipes-devtools/devel-config/distcc-config.bb | |||
@@ -20,4 +20,4 @@ do_install() { | |||
20 | install -m 0755 distcc.sh ${D}${sysconfdir}/profile.d/ | 20 | install -m 0755 distcc.sh ${D}${sysconfdir}/profile.d/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS_${PN} = "distcc" | 23 | RDEPENDS:${PN} = "distcc" |
diff --git a/meta/recipes-devtools/devel-config/nfs-export-root.bb b/meta/recipes-devtools/devel-config/nfs-export-root.bb index 56375a47b7..0aaec36b41 100644 --- a/meta/recipes-devtools/devel-config/nfs-export-root.bb +++ b/meta/recipes-devtools/devel-config/nfs-export-root.bb | |||
@@ -14,4 +14,4 @@ do_install() { | |||
14 | install -m 0644 exports ${D}${sysconfdir}/ | 14 | install -m 0644 exports ${D}${sysconfdir}/ |
15 | } | 15 | } |
16 | 16 | ||
17 | RDEPENDS_${PN} = "packagegroup-core-nfs-server" | 17 | RDEPENDS:${PN} = "packagegroup-core-nfs-server" |
diff --git a/meta/recipes-devtools/distcc/distcc_3.4.bb b/meta/recipes-devtools/distcc/distcc_3.4.bb index 3bab6d53eb..d4fc0356e6 100644 --- a/meta/recipes-devtools/distcc/distcc_3.4.bb +++ b/meta/recipes-devtools/distcc/distcc_3.4.bb | |||
@@ -13,7 +13,7 @@ PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk --without-gnome,gtk+" | |||
13 | # use system popt by default | 13 | # use system popt by default |
14 | PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" | 14 | PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt" |
15 | 15 | ||
16 | RRECOMMENDS_${PN}-server = "avahi-daemon" | 16 | RRECOMMENDS:${PN}-server = "avahi-daemon" |
17 | 17 | ||
18 | SRC_URI = "git://github.com/distcc/distcc.git \ | 18 | SRC_URI = "git://github.com/distcc/distcc.git \ |
19 | file://default \ | 19 | file://default \ |
@@ -33,7 +33,7 @@ EXTRA_OECONF += "--disable-Werror PYTHON='' --disable-pump-mode" | |||
33 | PACKAGE_BEFORE_PN = "${PN}-distmon-gnome ${PN}-server" | 33 | PACKAGE_BEFORE_PN = "${PN}-distmon-gnome ${PN}-server" |
34 | 34 | ||
35 | USERADD_PACKAGES = "${PN}-server" | 35 | USERADD_PACKAGES = "${PN}-server" |
36 | USERADD_PARAM_${PN}-server = "--system \ | 36 | USERADD_PARAM:${PN}-server = "--system \ |
37 | --home /dev/null \ | 37 | --home /dev/null \ |
38 | --no-create-home \ | 38 | --no-create-home \ |
39 | --gid nogroup \ | 39 | --gid nogroup \ |
@@ -43,7 +43,7 @@ UPDATERCPN = "${PN}-server" | |||
43 | INITSCRIPT_NAME = "distcc" | 43 | INITSCRIPT_NAME = "distcc" |
44 | 44 | ||
45 | SYSTEMD_PACKAGES = "${PN}-server" | 45 | SYSTEMD_PACKAGES = "${PN}-server" |
46 | SYSTEMD_SERVICE_${PN}-server = "distcc.service" | 46 | SYSTEMD_SERVICE:${PN}-server = "distcc.service" |
47 | 47 | ||
48 | do_install() { | 48 | do_install() { |
49 | # Improve reproducibility: compress w/o timestamps | 49 | # Improve reproducibility: compress w/o timestamps |
@@ -57,10 +57,10 @@ do_install() { | |||
57 | sed -i -e 's,@BINDIR@,${bindir},g' ${D}${systemd_unitdir}/system/distcc.service | 57 | sed -i -e 's,@BINDIR@,${bindir},g' ${D}${systemd_unitdir}/system/distcc.service |
58 | } | 58 | } |
59 | 59 | ||
60 | FILES_${PN}-server = "${sysconfdir} \ | 60 | FILES:${PN}-server = "${sysconfdir} \ |
61 | ${bindir}/distccd \ | 61 | ${bindir}/distccd \ |
62 | ${sbindir}" | 62 | ${sbindir}" |
63 | FILES_${PN}-distmon-gnome = "${bindir}/distccmon-gnome \ | 63 | FILES:${PN}-distmon-gnome = "${bindir}/distccmon-gnome \ |
64 | ${datadir}/applications \ | 64 | ${datadir}/applications \ |
65 | ${datadir}/pixmaps" | 65 | ${datadir}/pixmaps" |
66 | 66 | ||
diff --git a/meta/recipes-devtools/dnf/dnf_4.8.0.bb b/meta/recipes-devtools/dnf/dnf_4.8.0.bb index 44c4405939..f51d74797d 100644 --- a/meta/recipes-devtools/dnf/dnf_4.8.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.8.0.bb | |||
@@ -32,7 +32,7 @@ EXTRA_OECMAKE = " -DWITH_MAN=0 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} - | |||
32 | 32 | ||
33 | BBCLASSEXTEND = "native nativesdk" | 33 | BBCLASSEXTEND = "native nativesdk" |
34 | 34 | ||
35 | RDEPENDS_${PN} += " \ | 35 | RDEPENDS:${PN} += " \ |
36 | python3-core \ | 36 | python3-core \ |
37 | python3-codecs \ | 37 | python3-codecs \ |
38 | python3-netclient \ | 38 | python3-netclient \ |
@@ -55,32 +55,32 @@ RDEPENDS_${PN} += " \ | |||
55 | python3-gpg \ | 55 | python3-gpg \ |
56 | " | 56 | " |
57 | 57 | ||
58 | RDEPENDS_${PN}_class-native = "" | 58 | RDEPENDS:${PN}:class-native = "" |
59 | 59 | ||
60 | RRECOMMENDS_${PN}_class-target += "gnupg" | 60 | RRECOMMENDS:${PN}:class-target += "gnupg" |
61 | 61 | ||
62 | # Create a symlink called 'dnf' as 'make install' does not do it, but | 62 | # Create a symlink called 'dnf' as 'make install' does not do it, but |
63 | # .spec file in dnf source tree does (and then Fedora and dnf documentation | 63 | # .spec file in dnf source tree does (and then Fedora and dnf documentation |
64 | # says that dnf binary is plain 'dnf'). | 64 | # says that dnf binary is plain 'dnf'). |
65 | do_install_append() { | 65 | do_install:append() { |
66 | lnr ${D}/${bindir}/dnf-3 ${D}/${bindir}/dnf | 66 | lnr ${D}/${bindir}/dnf-3 ${D}/${bindir}/dnf |
67 | lnr ${D}/${bindir}/dnf-automatic-3 ${D}/${bindir}/dnf-automatic | 67 | lnr ${D}/${bindir}/dnf-automatic-3 ${D}/${bindir}/dnf-automatic |
68 | } | 68 | } |
69 | 69 | ||
70 | # Direct dnf-native to read rpm configuration from our sysroot, not the one it was compiled in | 70 | # Direct dnf-native to read rpm configuration from our sysroot, not the one it was compiled in |
71 | do_install_append_class-native() { | 71 | do_install:append:class-native() { |
72 | create_wrapper ${D}/${bindir}/dnf \ | 72 | create_wrapper ${D}/${bindir}/dnf \ |
73 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ | 73 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ |
74 | RPM_NO_CHROOT_FOR_SCRIPTS=1 | 74 | RPM_NO_CHROOT_FOR_SCRIPTS=1 |
75 | } | 75 | } |
76 | 76 | ||
77 | do_install_append_class-nativesdk() { | 77 | do_install:append:class-nativesdk() { |
78 | create_wrapper ${D}/${bindir}/dnf \ | 78 | create_wrapper ${D}/${bindir}/dnf \ |
79 | RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \ | 79 | RPM_CONFIGDIR=${SDKPATHNATIVE}${libdir_nativesdk}/rpm \ |
80 | RPM_NO_CHROOT_FOR_SCRIPTS=1 | 80 | RPM_NO_CHROOT_FOR_SCRIPTS=1 |
81 | } | 81 | } |
82 | 82 | ||
83 | SYSTEMD_SERVICE_${PN} = "dnf-makecache.service dnf-makecache.timer \ | 83 | SYSTEMD_SERVICE:${PN} = "dnf-makecache.service dnf-makecache.timer \ |
84 | dnf-automatic.service dnf-automatic.timer \ | 84 | dnf-automatic.service dnf-automatic.timer \ |
85 | dnf-automatic-download.service dnf-automatic-download.timer \ | 85 | dnf-automatic-download.service dnf-automatic-download.timer \ |
86 | dnf-automatic-install.service dnf-automatic-install.timer \ | 86 | dnf-automatic-install.service dnf-automatic-install.timer \ |
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb b/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb index 6452c8d99f..2bec1442af 100644 --- a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb +++ b/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb | |||
@@ -49,4 +49,4 @@ do_install () { | |||
49 | XMLCATALOGS = "${sysconfdir}/xml/docbook-xml.xml" | 49 | XMLCATALOGS = "${sysconfdir}/xml/docbook-xml.xml" |
50 | inherit xmlcatalog | 50 | inherit xmlcatalog |
51 | 51 | ||
52 | FILES_${PN} = "${datadir}/* ${sysconfdir}/xml/docbook-xml.xml" | 52 | FILES:${PN} = "${datadir}/* ${sysconfdir}/xml/docbook-xml.xml" |
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb index c5d3a24808..beda0abe95 100644 --- a/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb +++ b/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb | |||
@@ -42,9 +42,9 @@ do_install () { | |||
42 | install -v -m644 README RELEASE-NOTES* NEWS* ${D}${docdir}/${BPN} | 42 | install -v -m644 README RELEASE-NOTES* NEWS* ${D}${docdir}/${BPN} |
43 | } | 43 | } |
44 | 44 | ||
45 | RDEPENDS_${PN} += "perl" | 45 | RDEPENDS:${PN} += "perl" |
46 | FILES_${PN} = "${datadir}/xml/* ${sysconfdir}/xml/docbook-xsl.xml" | 46 | FILES:${PN} = "${datadir}/xml/* ${sysconfdir}/xml/docbook-xsl.xml" |
47 | FILES_${PN}-doc = "${datadir}/doc/*" | 47 | FILES:${PN}-doc = "${datadir}/doc/*" |
48 | 48 | ||
49 | XMLCATALOGS = "${datadir}/xml/docbook/xsl-stylesheets-${PV}/catalog.xml" | 49 | XMLCATALOGS = "${datadir}/xml/docbook/xsl-stylesheets-${PV}/catalog.xml" |
50 | 50 | ||
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb b/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb index 7476c043c9..bdebfc190a 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb | |||
@@ -24,5 +24,5 @@ CFLAGS += "-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" | |||
24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
25 | 25 | ||
26 | ALTERNATIVE_PRIORITY = "100" | 26 | ALTERNATIVE_PRIORITY = "100" |
27 | ALTERNATIVE_${PN} = "mkfs.vfat" | 27 | ALTERNATIVE:${PN} = "mkfs.vfat" |
28 | ALTERNATIVE_LINK_NAME[mkfs.vfat] = "${sbindir}/mkfs.vfat" | 28 | ALTERNATIVE_LINK_NAME[mkfs.vfat] = "${sbindir}/mkfs.vfat" |
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 7acfb4161d..b6807b004f 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
@@ -5,18 +5,18 @@ DESCRIPTION = "The primary interface for the dpkg suite is the dselect program. | |||
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | 6 | ||
7 | DEPENDS = "zlib bzip2 perl ncurses" | 7 | DEPENDS = "zlib bzip2 perl ncurses" |
8 | DEPENDS_class-native = "bzip2-replacement-native zlib-native virtual/update-alternatives-native gettext-native perl-native" | 8 | DEPENDS:class-native = "bzip2-replacement-native zlib-native virtual/update-alternatives-native gettext-native perl-native" |
9 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} perl" | 9 | RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} perl" |
10 | RDEPENDS_${PN}_class-native = "" | 10 | RDEPENDS:${PN}:class-native = "" |
11 | 11 | ||
12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
13 | 13 | ||
14 | inherit autotools gettext perlnative pkgconfig perl-version update-alternatives | 14 | inherit autotools gettext perlnative pkgconfig perl-version update-alternatives |
15 | 15 | ||
16 | PERL_class-native = "${STAGING_BINDIR_NATIVE}/perl-native/perl" | 16 | PERL:class-native = "${STAGING_BINDIR_NATIVE}/perl-native/perl" |
17 | 17 | ||
18 | export PERL_LIBDIR = "${libdir}/perl/${@get_perl_version(d)}" | 18 | export PERL_LIBDIR = "${libdir}/perl/${@get_perl_version(d)}" |
19 | PERL_LIBDIR_class-native = "${libdir}/perl-native/perl/${@get_perl_version(d)}" | 19 | PERL_LIBDIR:class-native = "${libdir}/perl-native/perl/${@get_perl_version(d)}" |
20 | 20 | ||
21 | EXTRA_OECONF = "\ | 21 | EXTRA_OECONF = "\ |
22 | --disable-dselect \ | 22 | --disable-dselect \ |
@@ -27,8 +27,8 @@ EXTRA_OECONF = "\ | |||
27 | TAR=tar \ | 27 | TAR=tar \ |
28 | " | 28 | " |
29 | 29 | ||
30 | EXTRA_OECONF_append_class-target = " --disable-update-alternatives DEB_HOST_ARCH=${DPKG_ARCH}" | 30 | EXTRA_OECONF:append:class-target = " --disable-update-alternatives DEB_HOST_ARCH=${DPKG_ARCH}" |
31 | EXTRA_OECONF_append_class-nativesdk = " --disable-update-alternatives DEB_HOST_ARCH=${DPKG_ARCH}" | 31 | EXTRA_OECONF:append:class-nativesdk = " --disable-update-alternatives DEB_HOST_ARCH=${DPKG_ARCH}" |
32 | 32 | ||
33 | PACKAGECONFIG = "liblzma" | 33 | PACKAGECONFIG = "liblzma" |
34 | PACKAGECONFIG[liblzma] = "--with-liblzma,--without-liblzma, xz" | 34 | PACKAGECONFIG[liblzma] = "--with-liblzma,--without-liblzma, xz" |
@@ -37,7 +37,7 @@ PACKAGECONFIG[liblzma] = "--with-liblzma,--without-liblzma, xz" | |||
37 | #autotools.bbclass default AUTOTOOLS_AUXDIR is ${S}, we need to under ${S}/build-aux | 37 | #autotools.bbclass default AUTOTOOLS_AUXDIR is ${S}, we need to under ${S}/build-aux |
38 | AUTOTOOLS_AUXDIR = "${S}/build-aux" | 38 | AUTOTOOLS_AUXDIR = "${S}/build-aux" |
39 | 39 | ||
40 | do_configure_prepend () { | 40 | do_configure:prepend () { |
41 | mkdir -p ${AUTOTOOLS_AUXDIR} | 41 | mkdir -p ${AUTOTOOLS_AUXDIR} |
42 | # autotools_do_configure updates po/Makefile.in.in, we also need | 42 | # autotools_do_configure updates po/Makefile.in.in, we also need |
43 | # update dselect/po and scripts/po | 43 | # update dselect/po and scripts/po |
@@ -45,7 +45,7 @@ do_configure_prepend () { | |||
45 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/scripts/po/ | 45 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/scripts/po/ |
46 | } | 46 | } |
47 | 47 | ||
48 | do_install_append () { | 48 | do_install:append () { |
49 | if [ "${PN}" = "dpkg-native" ]; then | 49 | if [ "${PN}" = "dpkg-native" ]; then |
50 | # update-alternatives doesn't have an offline mode | 50 | # update-alternatives doesn't have an offline mode |
51 | rm ${D}${bindir}/update-alternatives | 51 | rm ${D}${bindir}/update-alternatives |
@@ -56,19 +56,19 @@ do_install_append () { | |||
56 | } | 56 | } |
57 | 57 | ||
58 | PROV = "virtual/update-alternatives" | 58 | PROV = "virtual/update-alternatives" |
59 | PROV_class-native = "" | 59 | PROV:class-native = "" |
60 | PROV_class-nativesdk = "" | 60 | PROV:class-nativesdk = "" |
61 | 61 | ||
62 | PROVIDES += "${PROV}" | 62 | PROVIDES += "${PROV}" |
63 | 63 | ||
64 | PACKAGES =+ "update-alternatives-dpkg" | 64 | PACKAGES =+ "update-alternatives-dpkg" |
65 | FILES_update-alternatives-dpkg = "${bindir}/update-alternatives ${localstatedir}/lib/dpkg/alternatives ${sysconfdir}/alternatives" | 65 | FILES:update-alternatives-dpkg = "${bindir}/update-alternatives ${localstatedir}/lib/dpkg/alternatives ${sysconfdir}/alternatives" |
66 | RPROVIDES_update-alternatives-dpkg += "update-alternatives" | 66 | RPROVIDES:update-alternatives-dpkg += "update-alternatives" |
67 | 67 | ||
68 | PACKAGES += "${PN}-perl" | 68 | PACKAGES += "${PN}-perl" |
69 | FILES_${PN}-perl = "${libdir}/perl/${@get_perl_version(d)}" | 69 | FILES:${PN}-perl = "${libdir}/perl/${@get_perl_version(d)}" |
70 | 70 | ||
71 | RDEPENDS_${PN}-perl += "perl-module-carp perl-module-constant \ | 71 | RDEPENDS:${PN}-perl += "perl-module-carp perl-module-constant \ |
72 | perl-module-cwd perl-module-digest \ | 72 | perl-module-cwd perl-module-digest \ |
73 | perl-module-digest-md5 perl-module-errno \ | 73 | perl-module-digest-md5 perl-module-errno \ |
74 | perl-module-exporter perl-module-fcntl \ | 74 | perl-module-exporter perl-module-fcntl \ |
@@ -92,13 +92,13 @@ RDEPENDS_${PN}-perl += "perl-module-carp perl-module-constant \ | |||
92 | # the bitbake version. | 92 | # the bitbake version. |
93 | # | 93 | # |
94 | PACKAGES =+ "${PN}-start-stop" | 94 | PACKAGES =+ "${PN}-start-stop" |
95 | FILES_${PN}-start-stop = "${sbindir}/start-stop-daemon.${BPN}" | 95 | FILES:${PN}-start-stop = "${sbindir}/start-stop-daemon.${BPN}" |
96 | ALTERNATIVE_${PN}-start-stop = "start-stop-daemon" | 96 | ALTERNATIVE:${PN}-start-stop = "start-stop-daemon" |
97 | ALTERNATIVE_LINK_NAME[start-stop-daemon] = "${sbindir}/start-stop-daemon" | 97 | ALTERNATIVE_LINK_NAME[start-stop-daemon] = "${sbindir}/start-stop-daemon" |
98 | ALTERNATIVE_PRIORITY = "100" | 98 | ALTERNATIVE_PRIORITY = "100" |
99 | 99 | ||
100 | EXTRA_RDPENDS = "ldconfig" | 100 | EXTRA_RDPENDS = "ldconfig" |
101 | EXTRA_RDPENDS_libc-musl = "" | 101 | EXTRA_RDPENDS:libc-musl = "" |
102 | RDEPENDS_${PN} += "${PN}-start-stop ${EXTRA_RDPENDS}" | 102 | RDEPENDS:${PN} += "${PN}-start-stop ${EXTRA_RDPENDS}" |
103 | 103 | ||
104 | BBCLASSEXTEND = "native nativesdk" | 104 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.20.9.bb b/meta/recipes-devtools/dpkg/dpkg_1.20.9.bb index 18ca0e310b..34b6bfe0a8 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.20.9.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.20.9.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=1.20. | |||
18 | file://0014-arch-Add-support-for-ARCv2-CPU.patch \ | 18 | file://0014-arch-Add-support-for-ARCv2-CPU.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI_append_class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" | 21 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" |
22 | 22 | ||
23 | SRCREV = "2177b782b16e77e97c9643961a5ae3c639bcc4a3" | 23 | SRCREV = "2177b782b16e77e97c9643961a5ae3c639bcc4a3" |
24 | 24 | ||
diff --git a/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb b/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb index 56b52d6a47..1a05a1a387 100644 --- a/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb +++ b/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb | |||
@@ -6,13 +6,13 @@ LIC_FILES_CHKSUM = "file://../dwarfsrcfiles.c;md5=31483894e453a77acbb67847565f1b | |||
6 | SRC_URI = "file://dwarfsrcfiles.c" | 6 | SRC_URI = "file://dwarfsrcfiles.c" |
7 | BBCLASSEXTEND = "native" | 7 | BBCLASSEXTEND = "native" |
8 | DEPENDS = "elfutils" | 8 | DEPENDS = "elfutils" |
9 | DEPENDS_append_libc-musl = " argp-standalone" | 9 | DEPENDS:append:libc-musl = " argp-standalone" |
10 | 10 | ||
11 | do_compile () { | 11 | do_compile () { |
12 | ${CC} ${CFLAGS} ${LDFLAGS} -o dwarfsrcfiles ../dwarfsrcfiles.c -lelf -ldw | 12 | ${CC} ${CFLAGS} ${LDFLAGS} -o dwarfsrcfiles ../dwarfsrcfiles.c -lelf -ldw |
13 | } | 13 | } |
14 | 14 | ||
15 | do_compile_libc-musl () { | 15 | do_compile:libc-musl () { |
16 | ${CC} ${CFLAGS} ${LDFLAGS} -o dwarfsrcfiles ../dwarfsrcfiles.c -lelf -ldw -largp | 16 | ${CC} ${CFLAGS} ${LDFLAGS} -o dwarfsrcfiles ../dwarfsrcfiles.c -lelf -ldw -largp |
17 | } | 17 | } |
18 | 18 | ||
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc index 2f113c5e8d..c80b93c802 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | |||
@@ -4,11 +4,11 @@ fixing, configuring , and debugging ext2 filesystems." | |||
4 | HOMEPAGE = "http://e2fsprogs.sourceforge.net/" | 4 | HOMEPAGE = "http://e2fsprogs.sourceforge.net/" |
5 | 5 | ||
6 | LICENSE = "GPLv2 & LGPLv2 & BSD & MIT" | 6 | LICENSE = "GPLv2 & LGPLv2 & BSD & MIT" |
7 | LICENSE_e2fsprogs-dumpe2fs = "GPLv2" | 7 | LICENSE:e2fsprogs-dumpe2fs = "GPLv2" |
8 | LICENSE_e2fsprogs-e2fsck = "GPLv2" | 8 | LICENSE:e2fsprogs-e2fsck = "GPLv2" |
9 | LICENSE_e2fsprogs-mke2fs = "GPLv2" | 9 | LICENSE:e2fsprogs-mke2fs = "GPLv2" |
10 | LICENSE_e2fsprogs-tune2fs = "GPLv2" | 10 | LICENSE:e2fsprogs-tune2fs = "GPLv2" |
11 | LICENSE_e2fsprogs-badblocks = "GPLv2" | 11 | LICENSE:e2fsprogs-badblocks = "GPLv2" |
12 | LIC_FILES_CHKSUM = "file://NOTICE;md5=d50be0580c0b0a7fbc7a4830bbe6c12b \ | 12 | LIC_FILES_CHKSUM = "file://NOTICE;md5=d50be0580c0b0a7fbc7a4830bbe6c12b \ |
13 | file://lib/ext2fs/ext2fs.h;beginline=1;endline=9;md5=596a8dedcb4e731c6b21c7a46fba6bef \ | 13 | file://lib/ext2fs/ext2fs.h;beginline=1;endline=9;md5=596a8dedcb4e731c6b21c7a46fba6bef \ |
14 | file://lib/e2p/e2p.h;beginline=1;endline=7;md5=8a74ade8f9d65095d70ef2d4bf48e36a \ | 14 | file://lib/e2p/e2p.h;beginline=1;endline=7;md5=8a74ade8f9d65095d70ef2d4bf48e36a \ |
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.2.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.2.bb index fc022f37de..d68d131e0a 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.2.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.2.bb | |||
@@ -8,7 +8,7 @@ SRC_URI += "file://remove.ldconfig.call.patch \ | |||
8 | file://0001-lib-ext2fs-unix_io.c-revert-parts-of-libext2fs-fix-p.patch \ | 8 | file://0001-lib-ext2fs-unix_io.c-revert-parts-of-libext2fs-fix-p.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch \ | 11 | SRC_URI:append:class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch \ |
12 | file://quiet-debugfs.patch \ | 12 | file://quiet-debugfs.patch \ |
13 | " | 13 | " |
14 | 14 | ||
@@ -21,14 +21,14 @@ EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \ | |||
21 | --disable-libblkid --enable-verbose-makecmds \ | 21 | --disable-libblkid --enable-verbose-makecmds \ |
22 | --with-crond-dir=no" | 22 | --with-crond-dir=no" |
23 | 23 | ||
24 | EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs" | 24 | EXTRA_OECONF:darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs" |
25 | 25 | ||
26 | PACKAGECONFIG ??= "" | 26 | PACKAGECONFIG ??= "" |
27 | PACKAGECONFIG[fuse] = '--enable-fuse2fs,--disable-fuse2fs,fuse' | 27 | PACKAGECONFIG[fuse] = '--enable-fuse2fs,--disable-fuse2fs,fuse' |
28 | 28 | ||
29 | # make locale rules sometimes fire, sometimes don't as git doesn't preserve | 29 | # make locale rules sometimes fire, sometimes don't as git doesn't preserve |
30 | # file mktime. Touch the files introducing non-determinism to the build | 30 | # file mktime. Touch the files introducing non-determinism to the build |
31 | do_compile_prepend (){ | 31 | do_compile:prepend (){ |
32 | find ${S}/po -type f -name "*.po" -exec touch {} + | 32 | find ${S}/po -type f -name "*.po" -exec touch {} + |
33 | } | 33 | } |
34 | 34 | ||
@@ -68,57 +68,57 @@ e2fsprogs_conf_fixup () { | |||
68 | done | 68 | done |
69 | } | 69 | } |
70 | 70 | ||
71 | do_install_append_class-native() { | 71 | do_install:append:class-native() { |
72 | e2fsprogs_conf_fixup | 72 | e2fsprogs_conf_fixup |
73 | } | 73 | } |
74 | 74 | ||
75 | do_install_append_class-nativesdk() { | 75 | do_install:append:class-nativesdk() { |
76 | e2fsprogs_conf_fixup | 76 | e2fsprogs_conf_fixup |
77 | } | 77 | } |
78 | 78 | ||
79 | do_install_append_class-target() { | 79 | do_install:append:class-target() { |
80 | mv ${D}${base_sbindir}/mke2fs ${D}${base_sbindir}/mke2fs.e2fsprogs | 80 | mv ${D}${base_sbindir}/mke2fs ${D}${base_sbindir}/mke2fs.e2fsprogs |
81 | mv ${D}${base_sbindir}/mkfs.ext2 ${D}${base_sbindir}/mkfs.ext2.e2fsprogs | 81 | mv ${D}${base_sbindir}/mkfs.ext2 ${D}${base_sbindir}/mkfs.ext2.e2fsprogs |
82 | mv ${D}${base_sbindir}/tune2fs ${D}${base_sbindir}/tune2fs.e2fsprogs | 82 | mv ${D}${base_sbindir}/tune2fs ${D}${base_sbindir}/tune2fs.e2fsprogs |
83 | } | 83 | } |
84 | 84 | ||
85 | RDEPENDS_e2fsprogs = "e2fsprogs-badblocks e2fsprogs-dumpe2fs" | 85 | RDEPENDS:e2fsprogs = "e2fsprogs-badblocks e2fsprogs-dumpe2fs" |
86 | RRECOMMENDS_e2fsprogs = "e2fsprogs-mke2fs e2fsprogs-e2fsck" | 86 | RRECOMMENDS:e2fsprogs = "e2fsprogs-mke2fs e2fsprogs-e2fsck" |
87 | 87 | ||
88 | PACKAGES =+ "e2fsprogs-badblocks e2fsprogs-dumpe2fs e2fsprogs-e2fsck e2fsprogs-e2scrub e2fsprogs-mke2fs e2fsprogs-resize2fs e2fsprogs-tune2fs" | 88 | PACKAGES =+ "e2fsprogs-badblocks e2fsprogs-dumpe2fs e2fsprogs-e2fsck e2fsprogs-e2scrub e2fsprogs-mke2fs e2fsprogs-resize2fs e2fsprogs-tune2fs" |
89 | PACKAGES =+ "libcomerr libss libe2p libext2fs" | 89 | PACKAGES =+ "libcomerr libss libe2p libext2fs" |
90 | 90 | ||
91 | FILES_e2fsprogs-dumpe2fs = "${base_sbindir}/dumpe2fs" | 91 | FILES:e2fsprogs-dumpe2fs = "${base_sbindir}/dumpe2fs" |
92 | FILES_e2fsprogs-resize2fs = "${base_sbindir}/resize2fs*" | 92 | FILES:e2fsprogs-resize2fs = "${base_sbindir}/resize2fs*" |
93 | FILES_e2fsprogs-e2fsck = "${base_sbindir}/e2fsck ${base_sbindir}/fsck.ext*" | 93 | FILES:e2fsprogs-e2fsck = "${base_sbindir}/e2fsck ${base_sbindir}/fsck.ext*" |
94 | FILES_e2fsprogs-e2scrub = "${base_sbindir}/e2scrub*" | 94 | FILES:e2fsprogs-e2scrub = "${base_sbindir}/e2scrub*" |
95 | FILES_e2fsprogs-mke2fs = "${base_sbindir}/mke2fs.e2fsprogs ${base_sbindir}/mkfs.ext* ${sysconfdir}/mke2fs.conf" | 95 | FILES:e2fsprogs-mke2fs = "${base_sbindir}/mke2fs.e2fsprogs ${base_sbindir}/mkfs.ext* ${sysconfdir}/mke2fs.conf" |
96 | FILES_e2fsprogs-tune2fs = "${base_sbindir}/tune2fs.e2fsprogs ${base_sbindir}/e2label" | 96 | FILES:e2fsprogs-tune2fs = "${base_sbindir}/tune2fs.e2fsprogs ${base_sbindir}/e2label" |
97 | FILES_e2fsprogs-badblocks = "${base_sbindir}/badblocks" | 97 | FILES:e2fsprogs-badblocks = "${base_sbindir}/badblocks" |
98 | FILES_libcomerr = "${base_libdir}/libcom_err.so.*" | 98 | FILES:libcomerr = "${base_libdir}/libcom_err.so.*" |
99 | FILES_libss = "${base_libdir}/libss.so.*" | 99 | FILES:libss = "${base_libdir}/libss.so.*" |
100 | FILES_libe2p = "${base_libdir}/libe2p.so.*" | 100 | FILES:libe2p = "${base_libdir}/libe2p.so.*" |
101 | FILES_libext2fs = "${libdir}/e2initrd_helper ${base_libdir}/libext2fs.so.*" | 101 | FILES:libext2fs = "${libdir}/e2initrd_helper ${base_libdir}/libext2fs.so.*" |
102 | FILES_${PN}-dev += "${datadir}/*/*.awk ${datadir}/*/*.sed ${base_libdir}/*.so ${bindir}/compile_et ${bindir}/mk_cmds" | 102 | FILES:${PN}-dev += "${datadir}/*/*.awk ${datadir}/*/*.sed ${base_libdir}/*.so ${bindir}/compile_et ${bindir}/mk_cmds" |
103 | 103 | ||
104 | ALTERNATIVE_${PN} = "chattr" | 104 | ALTERNATIVE:${PN} = "chattr" |
105 | ALTERNATIVE_PRIORITY = "100" | 105 | ALTERNATIVE_PRIORITY = "100" |
106 | ALTERNATIVE_LINK_NAME[chattr] = "${base_bindir}/chattr" | 106 | ALTERNATIVE_LINK_NAME[chattr] = "${base_bindir}/chattr" |
107 | ALTERNATIVE_TARGET[chattr] = "${base_bindir}/chattr.e2fsprogs" | 107 | ALTERNATIVE_TARGET[chattr] = "${base_bindir}/chattr.e2fsprogs" |
108 | 108 | ||
109 | ALTERNATIVE_${PN}-doc = "fsck.8" | 109 | ALTERNATIVE:${PN}-doc = "fsck.8" |
110 | ALTERNATIVE_LINK_NAME[fsck.8] = "${mandir}/man8/fsck.8" | 110 | ALTERNATIVE_LINK_NAME[fsck.8] = "${mandir}/man8/fsck.8" |
111 | 111 | ||
112 | ALTERNATIVE_${PN}-mke2fs = "mke2fs mkfs.ext2" | 112 | ALTERNATIVE:${PN}-mke2fs = "mke2fs mkfs.ext2" |
113 | ALTERNATIVE_LINK_NAME[mke2fs] = "${base_sbindir}/mke2fs" | 113 | ALTERNATIVE_LINK_NAME[mke2fs] = "${base_sbindir}/mke2fs" |
114 | ALTERNATIVE_LINK_NAME[mkfs.ext2] = "${base_sbindir}/mkfs.ext2" | 114 | ALTERNATIVE_LINK_NAME[mkfs.ext2] = "${base_sbindir}/mkfs.ext2" |
115 | 115 | ||
116 | ALTERNATIVE_${PN}-tune2fs = "tune2fs" | 116 | ALTERNATIVE:${PN}-tune2fs = "tune2fs" |
117 | ALTERNATIVE_LINK_NAME[tune2fs] = "${base_sbindir}/tune2fs" | 117 | ALTERNATIVE_LINK_NAME[tune2fs] = "${base_sbindir}/tune2fs" |
118 | 118 | ||
119 | RDEPENDS_e2fsprogs-e2scrub = "bash" | 119 | RDEPENDS:e2fsprogs-e2scrub = "bash" |
120 | RDEPENDS_${PN}-ptest += "coreutils procps bash bzip2 diffutils perl sed" | 120 | RDEPENDS:${PN}-ptest += "coreutils procps bash bzip2 diffutils perl sed" |
121 | RDEPENDS_${PN}-ptest += "e2fsprogs-badblocks e2fsprogs-dumpe2fs e2fsprogs-e2fsck e2fsprogs-mke2fs e2fsprogs-resize2fs e2fsprogs-tune2fs" | 121 | RDEPENDS:${PN}-ptest += "e2fsprogs-badblocks e2fsprogs-dumpe2fs e2fsprogs-e2fsck e2fsprogs-mke2fs e2fsprogs-resize2fs e2fsprogs-tune2fs" |
122 | 122 | ||
123 | do_compile_ptest() { | 123 | do_compile_ptest() { |
124 | oe_runmake -C ${B}/tests | 124 | oe_runmake -C ${B}/tests |
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.185.bb b/meta/recipes-devtools/elfutils/elfutils_0.185.bb index b1ffbc18bf..3e06e7b200 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.185.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.185.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
7 | file://debuginfod/debuginfod-client.c;endline=27;md5=f8e9d171c401c493ec45a0b2992ea2ed \ | 7 | file://debuginfod/debuginfod-client.c;endline=27;md5=f8e9d171c401c493ec45a0b2992ea2ed \ |
8 | " | 8 | " |
9 | DEPENDS = "zlib virtual/libintl" | 9 | DEPENDS = "zlib virtual/libintl" |
10 | DEPENDS_append_libc-musl = " argp-standalone fts musl-obstack " | 10 | DEPENDS:append:libc-musl = " argp-standalone fts musl-obstack " |
11 | # The Debian patches below are from: | 11 | # The Debian patches below are from: |
12 | # http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz | 12 | # http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz |
13 | SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ | 13 | SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ |
@@ -23,7 +23,7 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ | |||
23 | file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \ | 23 | file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \ |
24 | file://0001-debuginfod-debuginfod-client.c-correct-string-format.patch \ | 24 | file://0001-debuginfod-debuginfod-client.c-correct-string-format.patch \ |
25 | " | 25 | " |
26 | SRC_URI_append_libc-musl = " \ | 26 | SRC_URI:append:libc-musl = " \ |
27 | file://0002-musl-libs.patch \ | 27 | file://0002-musl-libs.patch \ |
28 | file://0003-musl-utils.patch \ | 28 | file://0003-musl-utils.patch \ |
29 | file://0004-Fix-error-on-musl.patch \ | 29 | file://0004-Fix-error-on-musl.patch \ |
@@ -36,7 +36,7 @@ inherit autotools gettext ptest pkgconfig | |||
36 | EXTRA_OECONF = "--program-prefix=eu-" | 36 | EXTRA_OECONF = "--program-prefix=eu-" |
37 | 37 | ||
38 | DEPENDS_BZIP2 = "bzip2-replacement-native" | 38 | DEPENDS_BZIP2 = "bzip2-replacement-native" |
39 | DEPENDS_BZIP2_class-target = "bzip2" | 39 | DEPENDS_BZIP2:class-target = "bzip2" |
40 | 40 | ||
41 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'debuginfod', 'debuginfod libdebuginfod', '', d)}" | 41 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'debuginfod', 'debuginfod libdebuginfod', '', d)}" |
42 | PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}" | 42 | PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}" |
@@ -44,11 +44,11 @@ PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" | |||
44 | PACKAGECONFIG[libdebuginfod] = "--enable-libdebuginfod,--disable-libdebuginfod,curl" | 44 | PACKAGECONFIG[libdebuginfod] = "--enable-libdebuginfod,--disable-libdebuginfod,curl" |
45 | PACKAGECONFIG[debuginfod] = "--enable-debuginfod,--disable-debuginfod,libarchive sqlite3 libmicrohttpd" | 45 | PACKAGECONFIG[debuginfod] = "--enable-debuginfod,--disable-debuginfod,libarchive sqlite3 libmicrohttpd" |
46 | 46 | ||
47 | RDEPENDS_${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils iproute2-ss bsdtar" | 47 | RDEPENDS:${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils iproute2-ss bsdtar" |
48 | 48 | ||
49 | EXTRA_OECONF_append_class-target = " --disable-tests-rpath" | 49 | EXTRA_OECONF:append:class-target = " --disable-tests-rpath" |
50 | 50 | ||
51 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 51 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" |
52 | 52 | ||
53 | do_compile_ptest() { | 53 | do_compile_ptest() { |
54 | cd ${B}/tests | 54 | cd ${B}/tests |
@@ -92,8 +92,8 @@ do_install_ptest() { | |||
92 | fi | 92 | fi |
93 | } | 93 | } |
94 | 94 | ||
95 | EXTRA_OEMAKE_class-native = "" | 95 | EXTRA_OEMAKE:class-native = "" |
96 | EXTRA_OEMAKE_class-nativesdk = "" | 96 | EXTRA_OEMAKE:class-nativesdk = "" |
97 | 97 | ||
98 | BBCLASSEXTEND = "native nativesdk" | 98 | BBCLASSEXTEND = "native nativesdk" |
99 | 99 | ||
@@ -105,14 +105,14 @@ PACKAGES =+ "${PN}-binutils libelf libasm libdw libdebuginfod" | |||
105 | # "The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone | 105 | # "The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone |
106 | # programs. There is now also a formal CONTRIBUTING document describing how to | 106 | # programs. There is now also a formal CONTRIBUTING document describing how to |
107 | # submit patches." | 107 | # submit patches." |
108 | LICENSE_${PN}-binutils = "GPLv3+" | 108 | LICENSE:${PN}-binutils = "GPLv3+" |
109 | LICENSE_${PN} = "GPLv3+" | 109 | LICENSE:${PN} = "GPLv3+" |
110 | LICENSE_libelf = "GPLv2 | LGPLv3+" | 110 | LICENSE:libelf = "GPLv2 | LGPLv3+" |
111 | LICENSE_libasm = "GPLv2 | LGPLv3+" | 111 | LICENSE:libasm = "GPLv2 | LGPLv3+" |
112 | LICENSE_libdw = "GPLv2 | LGPLv3+" | 112 | LICENSE:libdw = "GPLv2 | LGPLv3+" |
113 | LICENSE_libdebuginfod = "GPLv2+ | LGPLv3+" | 113 | LICENSE:libdebuginfod = "GPLv2+ | LGPLv3+" |
114 | 114 | ||
115 | FILES_${PN}-binutils = "\ | 115 | FILES:${PN}-binutils = "\ |
116 | ${bindir}/eu-addr2line \ | 116 | ${bindir}/eu-addr2line \ |
117 | ${bindir}/eu-ld \ | 117 | ${bindir}/eu-ld \ |
118 | ${bindir}/eu-nm \ | 118 | ${bindir}/eu-nm \ |
@@ -120,19 +120,19 @@ FILES_${PN}-binutils = "\ | |||
120 | ${bindir}/eu-size \ | 120 | ${bindir}/eu-size \ |
121 | ${bindir}/eu-strip" | 121 | ${bindir}/eu-strip" |
122 | 122 | ||
123 | FILES_libelf = "${libdir}/libelf-${PV}.so ${libdir}/libelf.so.*" | 123 | FILES:libelf = "${libdir}/libelf-${PV}.so ${libdir}/libelf.so.*" |
124 | FILES_libasm = "${libdir}/libasm-${PV}.so ${libdir}/libasm.so.*" | 124 | FILES:libasm = "${libdir}/libasm-${PV}.so ${libdir}/libasm.so.*" |
125 | FILES_libdw = "${libdir}/libdw-${PV}.so ${libdir}/libdw.so.* ${libdir}/elfutils/lib*" | 125 | FILES:libdw = "${libdir}/libdw-${PV}.so ${libdir}/libdw.so.* ${libdir}/elfutils/lib*" |
126 | FILES_libdebuginfod = "${libdir}/libdebuginfod-${PV}.so ${libdir}/libdebuginfod.so.*" | 126 | FILES:libdebuginfod = "${libdir}/libdebuginfod-${PV}.so ${libdir}/libdebuginfod.so.*" |
127 | # Some packages have the version preceeding the .so instead properly | 127 | # Some packages have the version preceeding the .so instead properly |
128 | # versioned .so.<version>, so we need to reorder and repackage. | 128 | # versioned .so.<version>, so we need to reorder and repackage. |
129 | #FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so" | 129 | #FILES_${PN} += "${libdir}/*-${PV}.so ${base_libdir}/*-${PV}.so" |
130 | #FILES_SOLIBSDEV = "${libdir}/libasm.so ${libdir}/libdw.so ${libdir}/libelf.so" | 130 | #FILES_SOLIBSDEV = "${libdir}/libasm.so ${libdir}/libdw.so ${libdir}/libelf.so" |
131 | 131 | ||
132 | # The package contains symlinks that trip up insane | 132 | # The package contains symlinks that trip up insane |
133 | INSANE_SKIP_${MLPREFIX}libdw = "dev-so" | 133 | INSANE_SKIP:${MLPREFIX}libdw = "dev-so" |
134 | # The nlist binary in the tests uses explicitly minimal compiler flags | 134 | # The nlist binary in the tests uses explicitly minimal compiler flags |
135 | INSANE_SKIP_${PN}-ptest += "ldflags" | 135 | INSANE_SKIP:${PN}-ptest += "ldflags" |
136 | 136 | ||
137 | # avoid stripping some generated binaries otherwise some of the tests such as test-nlist, | 137 | # avoid stripping some generated binaries otherwise some of the tests such as test-nlist, |
138 | # run-strip-reloc.sh, run-strip-strmerge.sh and so on will fail | 138 | # run-strip-reloc.sh, run-strip-strmerge.sh and so on will fail |
@@ -161,4 +161,4 @@ INHIBIT_PACKAGE_STRIP_FILES = "\ | |||
161 | ${PKGD}${PTEST_PATH}/backends/libebl_x86_64.so \ | 161 | ${PKGD}${PTEST_PATH}/backends/libebl_x86_64.so \ |
162 | " | 162 | " |
163 | 163 | ||
164 | PRIVATE_LIBS_${PN}-ptest = "libdw.so.1 libelf.so.1 libasm.so.1 libdebuginfod.so.1" | 164 | PRIVATE_LIBS:${PN}-ptest = "libdw.so.1 libelf.so.1 libasm.so.1 libdebuginfod.so.1" |
diff --git a/meta/recipes-devtools/expect/expect_5.45.4.bb b/meta/recipes-devtools/expect/expect_5.45.4.bb index 39ae6151f6..e27b0d9d71 100644 --- a/meta/recipes-devtools/expect/expect_5.45.4.bb +++ b/meta/recipes-devtools/expect/expect_5.45.4.bb | |||
@@ -14,7 +14,7 @@ SECTION = "devel" | |||
14 | LIC_FILES_CHKSUM = "file://license.terms;md5=fbf2de7e9102505b1439db06fc36ce5c" | 14 | LIC_FILES_CHKSUM = "file://license.terms;md5=fbf2de7e9102505b1439db06fc36ce5c" |
15 | 15 | ||
16 | DEPENDS += "tcl" | 16 | DEPENDS += "tcl" |
17 | RDEPENDS_${PN} = "tcl" | 17 | RDEPENDS:${PN} = "tcl" |
18 | 18 | ||
19 | inherit autotools update-alternatives | 19 | inherit autotools update-alternatives |
20 | 20 | ||
@@ -35,7 +35,7 @@ UPSTREAM_CHECK_REGEX = "/Expect/(?P<pver>(\d+[\.\-_]*)+)/" | |||
35 | 35 | ||
36 | S = "${WORKDIR}/${BPN}${PV}" | 36 | S = "${WORKDIR}/${BPN}${PV}" |
37 | 37 | ||
38 | do_install_append() { | 38 | do_install:append() { |
39 | install -d ${D}${libdir} | 39 | install -d ${D}${libdir} |
40 | install -m 0755 ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/ | 40 | install -m 0755 ${D}${libdir}/expect${PV}/libexpect*.so ${D}${libdir}/ |
41 | install -m 0755 ${S}/fixline1 ${D}${libdir}/expect${PV}/ | 41 | install -m 0755 ${S}/fixline1 ${D}${libdir}/expect${PV}/ |
@@ -47,7 +47,7 @@ do_install_append() { | |||
47 | # Apparently the public Tcl headers are only in /usr/include/tcl8.6 | 47 | # Apparently the public Tcl headers are only in /usr/include/tcl8.6 |
48 | # when building for the target and nativesdk. | 48 | # when building for the target and nativesdk. |
49 | TCL_INCLUDE_PATH = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6" | 49 | TCL_INCLUDE_PATH = "--with-tclinclude=${STAGING_INCDIR}/tcl8.6" |
50 | TCL_INCLUDE_PATH_class-native = "" | 50 | TCL_INCLUDE_PATH:class-native = "" |
51 | 51 | ||
52 | EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \ | 52 | EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \ |
53 | --enable-shared \ | 53 | --enable-shared \ |
@@ -57,12 +57,12 @@ EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \ | |||
57 | " | 57 | " |
58 | EXTRA_OEMAKE_install = " 'SCRIPTS=' " | 58 | EXTRA_OEMAKE_install = " 'SCRIPTS=' " |
59 | 59 | ||
60 | ALTERNATIVE_${PN} = "mkpasswd" | 60 | ALTERNATIVE:${PN} = "mkpasswd" |
61 | ALTERNATIVE_LINK_NAME[mkpasswd] = "${bindir}/mkpasswd" | 61 | ALTERNATIVE_LINK_NAME[mkpasswd] = "${bindir}/mkpasswd" |
62 | # Use lower priority than busybox's mkpasswd (created when built with CONFIG_CRYPTPW) | 62 | # Use lower priority than busybox's mkpasswd (created when built with CONFIG_CRYPTPW) |
63 | ALTERNATIVE_PRIORITY[mkpasswd] = "40" | 63 | ALTERNATIVE_PRIORITY[mkpasswd] = "40" |
64 | 64 | ||
65 | FILES_${PN}-dev = "${libdir_native}/expect${PV}/libexpect*.so \ | 65 | FILES:${PN}-dev = "${libdir_native}/expect${PV}/libexpect*.so \ |
66 | ${includedir}/expect.h \ | 66 | ${includedir}/expect.h \ |
67 | ${includedir}/expect_tcl.h \ | 67 | ${includedir}/expect_tcl.h \ |
68 | ${includedir}/expect_comm.h \ | 68 | ${includedir}/expect_comm.h \ |
@@ -70,7 +70,7 @@ FILES_${PN}-dev = "${libdir_native}/expect${PV}/libexpect*.so \ | |||
70 | ${includedir}/*.h \ | 70 | ${includedir}/*.h \ |
71 | " | 71 | " |
72 | 72 | ||
73 | FILES_${PN} += "${libdir}/libexpect${PV}.so \ | 73 | FILES:${PN} += "${libdir}/libexpect${PV}.so \ |
74 | ${libdir}/expect${PV}/* \ | 74 | ${libdir}/expect${PV}/* \ |
75 | " | 75 | " |
76 | 76 | ||
diff --git a/meta/recipes-devtools/file/file_5.40.bb b/meta/recipes-devtools/file/file_5.40.bb index ec79839bd2..32b61f4f39 100644 --- a/meta/recipes-devtools/file/file_5.40.bb +++ b/meta/recipes-devtools/file/file_5.40.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "BSD-2-Clause" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdda1b" | 9 | LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdda1b" |
10 | 10 | ||
11 | DEPENDS = "file-replacement-native" | 11 | DEPENDS = "file-replacement-native" |
12 | DEPENDS_class-native = "bzip2-replacement-native" | 12 | DEPENDS:class-native = "bzip2-replacement-native" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/file/file.git" | 14 | SRC_URI = "git://github.com/file/file.git" |
15 | 15 | ||
@@ -25,30 +25,30 @@ PACKAGECONFIG[zlib] = "--enable-zlib, --disable-zlib, zlib" | |||
25 | 25 | ||
26 | EXTRA_OECONF += "--disable-libseccomp" | 26 | EXTRA_OECONF += "--disable-libseccomp" |
27 | 27 | ||
28 | ALTERNATIVE_${PN} = "file" | 28 | ALTERNATIVE:${PN} = "file" |
29 | ALTERNATIVE_LINK_NAME[file] = "${bindir}/file" | 29 | ALTERNATIVE_LINK_NAME[file] = "${bindir}/file" |
30 | 30 | ||
31 | EXTRA_OEMAKE_append_class-target = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" | 31 | EXTRA_OEMAKE:append:class-target = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" |
32 | EXTRA_OEMAKE_append_class-nativesdk = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" | 32 | EXTRA_OEMAKE:append:class-nativesdk = " -e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" |
33 | 33 | ||
34 | FILES_${PN} += "${datadir}/misc/*.mgc" | 34 | FILES:${PN} += "${datadir}/misc/*.mgc" |
35 | 35 | ||
36 | do_compile_append_class-native() { | 36 | do_compile:append:class-native() { |
37 | oe_runmake check | 37 | oe_runmake check |
38 | } | 38 | } |
39 | 39 | ||
40 | do_install_append_class-native() { | 40 | do_install:append:class-native() { |
41 | create_cmdline_wrapper ${D}/${bindir}/file \ | 41 | create_cmdline_wrapper ${D}/${bindir}/file \ |
42 | --magic-file ${datadir}/misc/magic.mgc | 42 | --magic-file ${datadir}/misc/magic.mgc |
43 | } | 43 | } |
44 | 44 | ||
45 | do_install_append_class-nativesdk() { | 45 | do_install:append:class-nativesdk() { |
46 | create_cmdline_wrapper ${D}/${bindir}/file \ | 46 | create_cmdline_wrapper ${D}/${bindir}/file \ |
47 | --magic-file ${datadir}/misc/magic.mgc | 47 | --magic-file ${datadir}/misc/magic.mgc |
48 | } | 48 | } |
49 | 49 | ||
50 | BBCLASSEXTEND = "native nativesdk" | 50 | BBCLASSEXTEND = "native nativesdk" |
51 | PROVIDES_append_class-native = " file-replacement-native" | 51 | PROVIDES:append:class-native = " file-replacement-native" |
52 | # Don't use NATIVE_PACKAGE_PATH_SUFFIX as that hides libmagic from anyone who | 52 | # Don't use NATIVE_PACKAGE_PATH_SUFFIX as that hides libmagic from anyone who |
53 | # depends on file-replacement-native. | 53 | # depends on file-replacement-native. |
54 | bindir_append_class-native = "/file-native" | 54 | bindir:append:class-native = "/file-native" |
diff --git a/meta/recipes-devtools/flex/flex_2.6.4.bb b/meta/recipes-devtools/flex/flex_2.6.4.bb index 54e7e01729..56f5b742e2 100644 --- a/meta/recipes-devtools/flex/flex_2.6.4.bb +++ b/meta/recipes-devtools/flex/flex_2.6.4.bb | |||
@@ -4,7 +4,7 @@ lexical patterns in text." | |||
4 | HOMEPAGE = "http://sourceforge.net/projects/flex/" | 4 | HOMEPAGE = "http://sourceforge.net/projects/flex/" |
5 | SECTION = "devel" | 5 | SECTION = "devel" |
6 | LICENSE = "BSD-3-Clause & LGPL-2.0+" | 6 | LICENSE = "BSD-3-Clause & LGPL-2.0+" |
7 | LICENSE_${PN}-libfl = "BSD-3-Clause" | 7 | LICENSE:${PN}-libfl = "BSD-3-Clause" |
8 | 8 | ||
9 | DEPENDS = "${@bb.utils.contains('PTEST_ENABLED', '1', 'bison-native flex-native', '', d)}" | 9 | DEPENDS = "${@bb.utils.contains('PTEST_ENABLED', '1', 'bison-native flex-native', '', d)}" |
10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
@@ -31,26 +31,26 @@ UPSTREAM_CHECK_REGEX = "flex-(?P<pver>\d+(\.\d+)+)\.tar" | |||
31 | inherit autotools gettext texinfo ptest | 31 | inherit autotools gettext texinfo ptest |
32 | 32 | ||
33 | M4 = "${bindir}/m4" | 33 | M4 = "${bindir}/m4" |
34 | M4_class-native = "${STAGING_BINDIR_NATIVE}/m4" | 34 | M4:class-native = "${STAGING_BINDIR_NATIVE}/m4" |
35 | EXTRA_OECONF += "ac_cv_path_M4=${M4} ac_cv_func_reallocarray=no" | 35 | EXTRA_OECONF += "ac_cv_path_M4=${M4} ac_cv_func_reallocarray=no" |
36 | EXTRA_OEMAKE += "m4=${STAGING_BINDIR_NATIVE}/m4" | 36 | EXTRA_OEMAKE += "m4=${STAGING_BINDIR_NATIVE}/m4" |
37 | 37 | ||
38 | EXTRA_OEMAKE += "${@bb.utils.contains('PTEST_ENABLED', '1', 'FLEX=${STAGING_BINDIR_NATIVE}/flex', '', d)}" | 38 | EXTRA_OEMAKE += "${@bb.utils.contains('PTEST_ENABLED', '1', 'FLEX=${STAGING_BINDIR_NATIVE}/flex', '', d)}" |
39 | 39 | ||
40 | do_install_append_class-native() { | 40 | do_install:append:class-native() { |
41 | create_wrapper ${D}/${bindir}/flex M4=${M4} | 41 | create_wrapper ${D}/${bindir}/flex M4=${M4} |
42 | } | 42 | } |
43 | 43 | ||
44 | do_install_append_class-nativesdk() { | 44 | do_install:append:class-nativesdk() { |
45 | create_wrapper ${D}/${bindir}/flex M4=${M4} | 45 | create_wrapper ${D}/${bindir}/flex M4=${M4} |
46 | } | 46 | } |
47 | 47 | ||
48 | PACKAGES =+ "${PN}-libfl" | 48 | PACKAGES =+ "${PN}-libfl" |
49 | 49 | ||
50 | FILES_${PN}-libfl = "${libdir}/libfl.so.* ${libdir}/libfl_pic.so.*" | 50 | FILES:${PN}-libfl = "${libdir}/libfl.so.* ${libdir}/libfl_pic.so.*" |
51 | 51 | ||
52 | RDEPENDS_${PN} += "m4" | 52 | RDEPENDS:${PN} += "m4" |
53 | RDEPENDS_${PN}-ptest += "bash gawk make" | 53 | RDEPENDS:${PN}-ptest += "bash gawk make" |
54 | 54 | ||
55 | do_compile_ptest() { | 55 | do_compile_ptest() { |
56 | oe_runmake -C ${B}/tests -f ${B}/tests/Makefile top_builddir=${B} INCLUDES=-I${S}/src buildtests | 56 | oe_runmake -C ${B}/tests -f ${B}/tests/Makefile top_builddir=${B} INCLUDES=-I${S}/src buildtests |
diff --git a/meta/recipes-devtools/gcc/gcc-11.1.inc b/meta/recipes-devtools/gcc/gcc-11.1.inc index c21242af58..f1dec85a06 100644 --- a/meta/recipes-devtools/gcc/gcc-11.1.inc +++ b/meta/recipes-devtools/gcc/gcc-11.1.inc | |||
@@ -87,7 +87,7 @@ FORTRAN = "" | |||
87 | JAVA = "" | 87 | JAVA = "" |
88 | 88 | ||
89 | SSP ?= "--disable-libssp" | 89 | SSP ?= "--disable-libssp" |
90 | SSP_mingw32 = "--enable-libssp" | 90 | SSP:mingw32 = "--enable-libssp" |
91 | 91 | ||
92 | EXTRA_OECONF_BASE = "\ | 92 | EXTRA_OECONF_BASE = "\ |
93 | ${SSP} \ | 93 | ${SSP} \ |
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 629fa26dfe..74190644e6 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -12,7 +12,7 @@ inherit autotools gettext texinfo | |||
12 | 12 | ||
13 | BPN = "gcc" | 13 | BPN = "gcc" |
14 | COMPILERDEP = "virtual/${MLPREFIX}${TARGET_PREFIX}gcc:do_gcc_stash_builddir" | 14 | COMPILERDEP = "virtual/${MLPREFIX}${TARGET_PREFIX}gcc:do_gcc_stash_builddir" |
15 | COMPILERDEP_class-nativesdk = "virtual/${TARGET_PREFIX}gcc-crosssdk:do_gcc_stash_builddir" | 15 | COMPILERDEP:class-nativesdk = "virtual/${TARGET_PREFIX}gcc-crosssdk:do_gcc_stash_builddir" |
16 | 16 | ||
17 | python extract_stashed_builddir () { | 17 | python extract_stashed_builddir () { |
18 | src = d.expand("${COMPONENTS_DIR}/${BUILD_ARCH}/gcc-stashed-builddir-${TARGET_SYS}") | 18 | src = d.expand("${COMPONENTS_DIR}/${BUILD_ARCH}/gcc-stashed-builddir-${TARGET_SYS}") |
@@ -83,7 +83,7 @@ def get_tune_parameters(tune, d): | |||
83 | 83 | ||
84 | get_tune_parameters[vardepsexclude] = "AVAILTUNES TUNE_CCARGS OVERRIDES TUNE_FEATURES BASE_LIB BASELIB TUNE_ARCH ABIEXTENSION TARGET_FPU TUNE_PKGARCH PACKAGE_EXTRA_ARCHS" | 84 | get_tune_parameters[vardepsexclude] = "AVAILTUNES TUNE_CCARGS OVERRIDES TUNE_FEATURES BASE_LIB BASELIB TUNE_ARCH ABIEXTENSION TARGET_FPU TUNE_PKGARCH PACKAGE_EXTRA_ARCHS" |
85 | 85 | ||
86 | DEBIANNAME_${MLPREFIX}libgcc = "libgcc1" | 86 | DEBIANNAME:${MLPREFIX}libgcc = "libgcc1" |
87 | 87 | ||
88 | MIRRORS =+ "\ | 88 | MIRRORS =+ "\ |
89 | ${GNU_MIRROR}/gcc ftp://gcc.gnu.org/pub/gcc/releases/ \n \ | 89 | ${GNU_MIRROR}/gcc ftp://gcc.gnu.org/pub/gcc/releases/ \n \ |
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index dc7f458b25..e9bc8e466c 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
@@ -45,27 +45,27 @@ EXTRA_OECONF = "\ | |||
45 | 45 | ||
46 | # glibc version is a minimum controlling whether features are enabled. | 46 | # glibc version is a minimum controlling whether features are enabled. |
47 | # Doesn't need to track glibc exactly | 47 | # Doesn't need to track glibc exactly |
48 | EXTRA_OECONF_append_libc-glibc = " --with-glibc-version=2.28 " | 48 | EXTRA_OECONF:append:libc-glibc = " --with-glibc-version=2.28 " |
49 | 49 | ||
50 | # Set this here since GCC configure won't auto-detect and enable | 50 | # Set this here since GCC configure won't auto-detect and enable |
51 | # initfini-arry when cross compiling. | 51 | # initfini-arry when cross compiling. |
52 | EXTRA_OECONF_append = " --enable-initfini-array" | 52 | EXTRA_OECONF:append = " --enable-initfini-array" |
53 | 53 | ||
54 | export gcc_cv_collect2_libs = 'none required' | 54 | export gcc_cv_collect2_libs = 'none required' |
55 | # We need to set gcc_cv_collect2_libs else there is cross-compilation badness | 55 | # We need to set gcc_cv_collect2_libs else there is cross-compilation badness |
56 | # in the config.log files (which might not get generated until do_compile | 56 | # in the config.log files (which might not get generated until do_compile |
57 | # hence being missed by the insane do_configure check). | 57 | # hence being missed by the insane do_configure check). |
58 | 58 | ||
59 | EXTRA_OECONF_append_linux = " --enable-__cxa_atexit" | 59 | EXTRA_OECONF:append_linux = " --enable-__cxa_atexit" |
60 | 60 | ||
61 | EXTRA_OECONF_append_mips64 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" | 61 | EXTRA_OECONF:append:mips64 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" |
62 | EXTRA_OECONF_append_mips64el = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" | 62 | EXTRA_OECONF:append:mips64el = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" |
63 | EXTRA_OECONF_append_mips64n32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" | 63 | EXTRA_OECONF:append:mips64n32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" |
64 | EXTRA_OECONF_append_mips64eln32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" | 64 | EXTRA_OECONF:append:mips64eln32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" |
65 | EXTRA_OECONF_append_mipsisa32r6el = " --with-abi=32 --with-arch=mips32r6" | 65 | EXTRA_OECONF:append:mipsisa32r6el = " --with-abi=32 --with-arch=mips32r6" |
66 | EXTRA_OECONF_append_mipsisa32r6 = " --with-abi=32 --with-arch=mips32r6" | 66 | EXTRA_OECONF:append:mipsisa32r6 = " --with-abi=32 --with-arch=mips32r6" |
67 | EXTRA_OECONF_append_mipsisa64r6el = " --with-abi=64 --with-arch-64=mips64r6" | 67 | EXTRA_OECONF:append:mipsisa64r6el = " --with-abi=64 --with-arch-64=mips64r6" |
68 | EXTRA_OECONF_append_mipsisa64r6 = " --with-abi=64 --with-arch-64=mips64r6" | 68 | EXTRA_OECONF:append:mipsisa64r6 = " --with-abi=64 --with-arch-64=mips64r6" |
69 | 69 | ||
70 | EXTRA_OECONF_GCC_FLOAT ??= "" | 70 | EXTRA_OECONF_GCC_FLOAT ??= "" |
71 | CPPFLAGS = "" | 71 | CPPFLAGS = "" |
@@ -74,7 +74,7 @@ SYSTEMHEADERS = "${target_includedir}" | |||
74 | SYSTEMLIBS = "${target_base_libdir}/" | 74 | SYSTEMLIBS = "${target_base_libdir}/" |
75 | SYSTEMLIBS1 = "${target_libdir}/" | 75 | SYSTEMLIBS1 = "${target_libdir}/" |
76 | 76 | ||
77 | do_configure_prepend () { | 77 | do_configure:prepend () { |
78 | # teach gcc to find correct target includedir when checking libc ssp support | 78 | # teach gcc to find correct target includedir when checking libc ssp support |
79 | mkdir -p ${B}/gcc | 79 | mkdir -p ${B}/gcc |
80 | echo "NATIVE_SYSTEM_HEADER_DIR = ${SYSTEMHEADERS}" > ${B}/gcc/t-oe | 80 | echo "NATIVE_SYSTEM_HEADER_DIR = ${SYSTEMHEADERS}" > ${B}/gcc/t-oe |
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc index 1872faee1b..92fb1f38ba 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc | |||
@@ -65,7 +65,7 @@ do_compile () { | |||
65 | 65 | ||
66 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc" | 66 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc" |
67 | 67 | ||
68 | FILES_${PN} = "\ | 68 | FILES:${PN} = "\ |
69 | ${exec_prefix}/bin/* \ | 69 | ${exec_prefix}/bin/* \ |
70 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/* \ | 70 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/* \ |
71 | ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ | 71 | ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ |
@@ -81,9 +81,9 @@ FILES_${PN} = "\ | |||
81 | ${prefix}/${TARGET_SYS}/lib/* \ | 81 | ${prefix}/${TARGET_SYS}/lib/* \ |
82 | ${prefix}/${TARGET_SYS}${target_includedir}/* \ | 82 | ${prefix}/${TARGET_SYS}${target_includedir}/* \ |
83 | " | 83 | " |
84 | INSANE_SKIP_${PN} += "dev-so" | 84 | INSANE_SKIP:${PN} += "dev-so" |
85 | 85 | ||
86 | FILES_${PN}-doc = "\ | 86 | FILES:${PN}-doc = "\ |
87 | ${infodir} \ | 87 | ${infodir} \ |
88 | ${mandir} \ | 88 | ${mandir} \ |
89 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \ | 89 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \ |
@@ -173,16 +173,16 @@ do_install () { | |||
173 | 173 | ||
174 | ELFUTILS = "nativesdk-elfutils" | 174 | ELFUTILS = "nativesdk-elfutils" |
175 | DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-zlib" | 175 | DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-zlib" |
176 | RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}" | 176 | RDEPENDS:${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}" |
177 | 177 | ||
178 | SYSTEMHEADERS = "${target_includedir}/" | 178 | SYSTEMHEADERS = "${target_includedir}/" |
179 | SYSTEMLIBS = "${target_base_libdir}/" | 179 | SYSTEMLIBS = "${target_base_libdir}/" |
180 | SYSTEMLIBS1 = "${target_libdir}/" | 180 | SYSTEMLIBS1 = "${target_libdir}/" |
181 | 181 | ||
182 | EXTRA_OECONF += "--enable-poison-system-directories" | 182 | EXTRA_OECONF += "--enable-poison-system-directories" |
183 | EXTRA_OECONF_remove_elf = "--with-sysroot=/not/exist" | 183 | EXTRA_OECONF:remove_elf = "--with-sysroot=/not/exist" |
184 | EXTRA_OECONF_remove_eabi = "--with-sysroot=/not/exist" | 184 | EXTRA_OECONF:remove_eabi = "--with-sysroot=/not/exist" |
185 | EXTRA_OECONF_append_elf = " --without-headers --with-newlib" | 185 | EXTRA_OECONF:append_elf = " --without-headers --with-newlib" |
186 | EXTRA_OECONF_append_eabi = " --without-headers --with-newlib" | 186 | EXTRA_OECONF:append_eabi = " --without-headers --with-newlib" |
187 | # gcc 4.7 needs -isystem | 187 | # gcc 4.7 needs -isystem |
188 | export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET} -isystem=${target_includedir}" | 188 | export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET} -isystem=${target_includedir}" |
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index dca4036ab5..3ffa1f0c46 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc | |||
@@ -22,7 +22,7 @@ require gcc-configure-common.inc | |||
22 | LINKER_HASH_STYLE ?= "sysv" | 22 | LINKER_HASH_STYLE ?= "sysv" |
23 | 23 | ||
24 | EXTRA_OECONF += "--enable-poison-system-directories=error" | 24 | EXTRA_OECONF += "--enable-poison-system-directories=error" |
25 | EXTRA_OECONF_append_sh4 = " \ | 25 | EXTRA_OECONF:append:sh4 = " \ |
26 | --with-multilib-list= \ | 26 | --with-multilib-list= \ |
27 | --enable-incomplete-targets \ | 27 | --enable-incomplete-targets \ |
28 | " | 28 | " |
@@ -31,9 +31,9 @@ EXTRA_OECONF += "\ | |||
31 | --with-system-zlib \ | 31 | --with-system-zlib \ |
32 | " | 32 | " |
33 | 33 | ||
34 | EXTRA_OECONF_append_libc-baremetal = " --without-headers" | 34 | EXTRA_OECONF:append:libc-baremetal = " --without-headers" |
35 | EXTRA_OECONF_remove_libc-baremetal = "--enable-threads=posix" | 35 | EXTRA_OECONF:remove:libc-baremetal = "--enable-threads=posix" |
36 | EXTRA_OECONF_remove_libc-newlib = "--enable-threads=posix" | 36 | EXTRA_OECONF:remove:libc-newlib = "--enable-threads=posix" |
37 | 37 | ||
38 | EXTRA_OECONF_PATHS = "\ | 38 | EXTRA_OECONF_PATHS = "\ |
39 | --with-gxx-include-dir=/not/exist${target_includedir}/c++/${BINV} \ | 39 | --with-gxx-include-dir=/not/exist${target_includedir}/c++/${BINV} \ |
@@ -44,7 +44,7 @@ EXTRA_OECONF_PATHS = "\ | |||
44 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" | 44 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" |
45 | 45 | ||
46 | 46 | ||
47 | do_configure_prepend () { | 47 | do_configure:prepend () { |
48 | install -d ${RECIPE_SYSROOT}${target_includedir} | 48 | install -d ${RECIPE_SYSROOT}${target_includedir} |
49 | touch ${RECIPE_SYSROOT}${target_includedir}/limits.h | 49 | touch ${RECIPE_SYSROOT}${target_includedir}/limits.h |
50 | } | 50 | } |
diff --git a/meta/recipes-devtools/gcc/gcc-multilib-config.inc b/meta/recipes-devtools/gcc/gcc-multilib-config.inc index 31b8619be3..e90580d1cd 100644 --- a/meta/recipes-devtools/gcc/gcc-multilib-config.inc +++ b/meta/recipes-devtools/gcc/gcc-multilib-config.inc | |||
@@ -170,7 +170,7 @@ python gcc_multilib_setup() { | |||
170 | header_config_files = gcc_header_config_files[target_arch] | 170 | header_config_files = gcc_header_config_files[target_arch] |
171 | 171 | ||
172 | ml_list = ['DEFAULTTUNE_MULTILIB_ORIGINAL' if mlprefix else 'DEFAULTTUNE'] | 172 | ml_list = ['DEFAULTTUNE_MULTILIB_ORIGINAL' if mlprefix else 'DEFAULTTUNE'] |
173 | mltunes = [('DEFAULTTUNE_virtclass-multilib-%s' % ml) for ml in multilibs] | 173 | mltunes = [('DEFAULTTUNE:virtclass-multilib-%s' % ml) for ml in multilibs] |
174 | if mlprefix: | 174 | if mlprefix: |
175 | mlindex = 0 | 175 | mlindex = 0 |
176 | for ml in multilibs: | 176 | for ml in multilibs: |
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 59d9a24686..9e39d49d14 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -6,7 +6,7 @@ SUMMARY = "Runtime libraries from GCC" | |||
6 | # All gcc-runtime packages are now covered by the runtime exception. | 6 | # All gcc-runtime packages are now covered by the runtime exception. |
7 | LICENSE = "GPL-3.0-with-GCC-exception" | 7 | LICENSE = "GPL-3.0-with-GCC-exception" |
8 | 8 | ||
9 | CXXFLAGS_remove = "-fvisibility-inlines-hidden" | 9 | CXXFLAGS:remove = "-fvisibility-inlines-hidden" |
10 | 10 | ||
11 | EXTRA_OECONF_PATHS = "\ | 11 | EXTRA_OECONF_PATHS = "\ |
12 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ | 12 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ |
@@ -14,37 +14,37 @@ EXTRA_OECONF_PATHS = "\ | |||
14 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 14 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
15 | " | 15 | " |
16 | 16 | ||
17 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | 17 | EXTRA_OECONF:append:linuxstdbase = " --enable-clocale=gnu" |
18 | EXTRA_OECONF_append = " --cache-file=${B}/config.cache" | 18 | EXTRA_OECONF:append = " --cache-file=${B}/config.cache" |
19 | EXTRA_OECONF_append_libc-newlib = " --with-newlib" | 19 | EXTRA_OECONF:append:libc-newlib = " --with-newlib" |
20 | 20 | ||
21 | # Disable ifuncs for libatomic on arm conflicts -march/-mcpu | 21 | # Disable ifuncs for libatomic on arm conflicts -march/-mcpu |
22 | EXTRA_OECONF_append_arm = " libat_cv_have_ifunc=no " | 22 | EXTRA_OECONF:append:arm = " libat_cv_have_ifunc=no " |
23 | EXTRA_OECONF_append_armeb = " libat_cv_have_ifunc=no " | 23 | EXTRA_OECONF:append:armeb = " libat_cv_have_ifunc=no " |
24 | 24 | ||
25 | DISABLE_STATIC_class-nativesdk ?= "" | 25 | DISABLE_STATIC:class-nativesdk ?= "" |
26 | 26 | ||
27 | # Newlib does not support symbol versioning on libsdtcc++ | 27 | # Newlib does not support symbol versioning on libsdtcc++ |
28 | SYMVERS_CONF_libc-newlib = "" | 28 | SYMVERS_CONF:libc-newlib = "" |
29 | 29 | ||
30 | # Building with thumb enabled on armv6t fails | 30 | # Building with thumb enabled on armv6t fails |
31 | ARM_INSTRUCTION_SET_armv6 = "arm" | 31 | ARM_INSTRUCTION_SET:armv6 = "arm" |
32 | 32 | ||
33 | RUNTIMELIBITM = "libitm" | 33 | RUNTIMELIBITM = "libitm" |
34 | RUNTIMELIBITM_arc = "" | 34 | RUNTIMELIBITM:arc = "" |
35 | RUNTIMELIBITM_mipsarch = "" | 35 | RUNTIMELIBITM:mipsarch = "" |
36 | RUNTIMELIBITM_nios2 = "" | 36 | RUNTIMELIBITM:nios2 = "" |
37 | RUNTIMELIBITM_microblaze = "" | 37 | RUNTIMELIBITM:microblaze = "" |
38 | RUNTIMELIBITM_riscv32 = "" | 38 | RUNTIMELIBITM:riscv32 = "" |
39 | RUNTIMELIBITM_riscv64 = "" | 39 | RUNTIMELIBITM:riscv64 = "" |
40 | RUNTIMELIBSSP ?= "" | 40 | RUNTIMELIBSSP ?= "" |
41 | RUNTIMELIBSSP_mingw32 ?= "libssp" | 41 | RUNTIMELIBSSP:mingw32 ?= "libssp" |
42 | 42 | ||
43 | RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ | 43 | RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM} \ |
44 | ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \ | 44 | ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'libquadmath', '', d)} \ |
45 | " | 45 | " |
46 | # Only build libstdc++ for newlib | 46 | # Only build libstdc++ for newlib |
47 | RUNTIMETARGET_libc-newlib = "libstdc++-v3" | 47 | RUNTIMETARGET:libc-newlib = "libstdc++-v3" |
48 | 48 | ||
49 | # libiberty | 49 | # libiberty |
50 | # libgfortran needs separate recipe due to libquadmath dependency | 50 | # libgfortran needs separate recipe due to libquadmath dependency |
@@ -52,7 +52,7 @@ RUNTIMETARGET_libc-newlib = "libstdc++-v3" | |||
52 | # Relative path to be repaced into debug info | 52 | # Relative path to be repaced into debug info |
53 | REL_S = "/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" | 53 | REL_S = "/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" |
54 | 54 | ||
55 | DEBUG_PREFIX_MAP_class-target = " \ | 55 | DEBUG_PREFIX_MAP:class-target = " \ |
56 | -fdebug-prefix-map=${WORKDIR}/recipe-sysroot= \ | 56 | -fdebug-prefix-map=${WORKDIR}/recipe-sysroot= \ |
57 | -fdebug-prefix-map=${WORKDIR}/recipe-sysroot-native= \ | 57 | -fdebug-prefix-map=${WORKDIR}/recipe-sysroot-native= \ |
58 | -fdebug-prefix-map=${S}=${REL_S} \ | 58 | -fdebug-prefix-map=${S}=${REL_S} \ |
@@ -109,7 +109,7 @@ do_install () { | |||
109 | fi | 109 | fi |
110 | } | 110 | } |
111 | 111 | ||
112 | do_install_append_class-target () { | 112 | do_install:append:class-target () { |
113 | if [ "${TARGET_OS}" = "linux-gnuspe" ]; then | 113 | if [ "${TARGET_OS}" = "linux-gnuspe" ]; then |
114 | ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux | 114 | ln -s ${TARGET_SYS} ${D}${includedir}/c++/${BINV}/${TARGET_ARCH}${TARGET_VENDOR}-linux |
115 | fi | 115 | fi |
@@ -186,67 +186,67 @@ PACKAGES = "\ | |||
186 | libitm-staticdev \ | 186 | libitm-staticdev \ |
187 | " | 187 | " |
188 | # The base package doesn't exist, so we clear the recommends. | 188 | # The base package doesn't exist, so we clear the recommends. |
189 | RRECOMMENDS_${PN}-dbg = "" | 189 | RRECOMMENDS:${PN}-dbg = "" |
190 | 190 | ||
191 | # include python debugging scripts | 191 | # include python debugging scripts |
192 | FILES_${PN}-dbg += "\ | 192 | FILES:${PN}-dbg += "\ |
193 | ${libdir}/libstdc++.*-gdb.py \ | 193 | ${libdir}/libstdc++.*-gdb.py \ |
194 | ${datadir}/gcc-${BINV}/python/libstdcxx \ | 194 | ${datadir}/gcc-${BINV}/python/libstdcxx \ |
195 | " | 195 | " |
196 | 196 | ||
197 | FILES_libg2c = "${target_libdir}/libg2c.so.*" | 197 | FILES:libg2c = "${target_libdir}/libg2c.so.*" |
198 | SUMMARY_libg2c = "Companion runtime library for g77" | 198 | SUMMARY:libg2c = "Companion runtime library for g77" |
199 | FILES_libg2c-dev = "\ | 199 | FILES:libg2c-dev = "\ |
200 | ${libdir}/libg2c.so \ | 200 | ${libdir}/libg2c.so \ |
201 | ${libdir}/libg2c.a \ | 201 | ${libdir}/libg2c.a \ |
202 | ${libdir}/libfrtbegin.a \ | 202 | ${libdir}/libfrtbegin.a \ |
203 | " | 203 | " |
204 | SUMMARY_libg2c-dev = "Companion runtime library for g77 - development files" | 204 | SUMMARY:libg2c-dev = "Companion runtime library for g77 - development files" |
205 | 205 | ||
206 | FILES_libstdc++ = "${libdir}/libstdc++.so.*" | 206 | FILES:libstdc++ = "${libdir}/libstdc++.so.*" |
207 | SUMMARY_libstdc++ = "GNU standard C++ library" | 207 | SUMMARY:libstdc++ = "GNU standard C++ library" |
208 | FILES_libstdc++-dev = "\ | 208 | FILES:libstdc++-dev = "\ |
209 | ${includedir}/c++/ \ | 209 | ${includedir}/c++/ \ |
210 | ${libdir}/libstdc++.so \ | 210 | ${libdir}/libstdc++.so \ |
211 | ${libdir}/libstdc++*.la \ | 211 | ${libdir}/libstdc++*.la \ |
212 | ${libdir}/libsupc++.la \ | 212 | ${libdir}/libsupc++.la \ |
213 | " | 213 | " |
214 | SUMMARY_libstdc++-dev = "GNU standard C++ library - development files" | 214 | SUMMARY:libstdc++-dev = "GNU standard C++ library - development files" |
215 | FILES_libstdc++-staticdev = "\ | 215 | FILES:libstdc++-staticdev = "\ |
216 | ${libdir}/libstdc++*.a \ | 216 | ${libdir}/libstdc++*.a \ |
217 | ${libdir}/libsupc++.a \ | 217 | ${libdir}/libsupc++.a \ |
218 | " | 218 | " |
219 | SUMMARY_libstdc++-staticdev = "GNU standard C++ library - static development files" | 219 | SUMMARY:libstdc++-staticdev = "GNU standard C++ library - static development files" |
220 | 220 | ||
221 | FILES_libstdc++-precompile-dev = "${includedir}/c++/${TARGET_SYS}/bits/*.gch" | 221 | FILES:libstdc++-precompile-dev = "${includedir}/c++/${TARGET_SYS}/bits/*.gch" |
222 | SUMMARY_libstdc++-precompile-dev = "GNU standard C++ library - precompiled header files" | 222 | SUMMARY:libstdc++-precompile-dev = "GNU standard C++ library - precompiled header files" |
223 | 223 | ||
224 | FILES_libssp = "${libdir}/libssp.so.*" | 224 | FILES:libssp = "${libdir}/libssp.so.*" |
225 | SUMMARY_libssp = "GNU stack smashing protection library" | 225 | SUMMARY:libssp = "GNU stack smashing protection library" |
226 | FILES_libssp-dev = "\ | 226 | FILES:libssp-dev = "\ |
227 | ${libdir}/libssp*.so \ | 227 | ${libdir}/libssp*.so \ |
228 | ${libdir}/libssp*_nonshared.a \ | 228 | ${libdir}/libssp*_nonshared.a \ |
229 | ${libdir}/libssp*.la \ | 229 | ${libdir}/libssp*.la \ |
230 | ${libdir}/${TARGET_SYS}/${BINV}/include/ssp \ | 230 | ${libdir}/${TARGET_SYS}/${BINV}/include/ssp \ |
231 | " | 231 | " |
232 | SUMMARY_libssp-dev = "GNU stack smashing protection library - development files" | 232 | SUMMARY:libssp-dev = "GNU stack smashing protection library - development files" |
233 | FILES_libssp-staticdev = "${libdir}/libssp*.a" | 233 | FILES:libssp-staticdev = "${libdir}/libssp*.a" |
234 | SUMMARY_libssp-staticdev = "GNU stack smashing protection library - static development files" | 234 | SUMMARY:libssp-staticdev = "GNU stack smashing protection library - static development files" |
235 | 235 | ||
236 | FILES_libquadmath = "${libdir}/libquadmath*.so.*" | 236 | FILES:libquadmath = "${libdir}/libquadmath*.so.*" |
237 | SUMMARY_libquadmath = "GNU quad-precision math library" | 237 | SUMMARY:libquadmath = "GNU quad-precision math library" |
238 | FILES_libquadmath-dev = "\ | 238 | FILES:libquadmath-dev = "\ |
239 | ${libdir}/${TARGET_SYS}/${BINV}/include/quadmath* \ | 239 | ${libdir}/${TARGET_SYS}/${BINV}/include/quadmath* \ |
240 | ${libdir}/libquadmath*.so \ | 240 | ${libdir}/libquadmath*.so \ |
241 | ${libdir}/libquadmath.la \ | 241 | ${libdir}/libquadmath.la \ |
242 | " | 242 | " |
243 | SUMMARY_libquadmath-dev = "GNU quad-precision math library - development files" | 243 | SUMMARY:libquadmath-dev = "GNU quad-precision math library - development files" |
244 | FILES_libquadmath-staticdev = "${libdir}/libquadmath.a" | 244 | FILES:libquadmath-staticdev = "${libdir}/libquadmath.a" |
245 | SUMMARY_libquadmath-staticdev = "GNU quad-precision math library - static development files" | 245 | SUMMARY:libquadmath-staticdev = "GNU quad-precision math library - static development files" |
246 | 246 | ||
247 | FILES_libgomp = "${libdir}/libgomp*${SOLIBS}" | 247 | FILES:libgomp = "${libdir}/libgomp*${SOLIBS}" |
248 | SUMMARY_libgomp = "GNU OpenMP parallel programming library" | 248 | SUMMARY:libgomp = "GNU OpenMP parallel programming library" |
249 | FILES_libgomp-dev = "\ | 249 | FILES:libgomp-dev = "\ |
250 | ${libdir}/libgomp*${SOLIBSDEV} \ | 250 | ${libdir}/libgomp*${SOLIBSDEV} \ |
251 | ${libdir}/libgomp*.la \ | 251 | ${libdir}/libgomp*.la \ |
252 | ${libdir}/libgomp.spec \ | 252 | ${libdir}/libgomp.spec \ |
@@ -254,34 +254,34 @@ FILES_libgomp-dev = "\ | |||
254 | ${libdir}/${TARGET_SYS}/${BINV}/include/omp.h \ | 254 | ${libdir}/${TARGET_SYS}/${BINV}/include/omp.h \ |
255 | ${libdir}/${TARGET_SYS}/${BINV}/include/openacc.h \ | 255 | ${libdir}/${TARGET_SYS}/${BINV}/include/openacc.h \ |
256 | " | 256 | " |
257 | SUMMARY_libgomp-dev = "GNU OpenMP parallel programming library - development files" | 257 | SUMMARY:libgomp-dev = "GNU OpenMP parallel programming library - development files" |
258 | FILES_libgomp-staticdev = "${libdir}/libgomp*.a" | 258 | FILES:libgomp-staticdev = "${libdir}/libgomp*.a" |
259 | SUMMARY_libgomp-staticdev = "GNU OpenMP parallel programming library - static development files" | 259 | SUMMARY:libgomp-staticdev = "GNU OpenMP parallel programming library - static development files" |
260 | 260 | ||
261 | FILES_libatomic = "${libdir}/libatomic.so.*" | 261 | FILES:libatomic = "${libdir}/libatomic.so.*" |
262 | SUMMARY_libatomic = "GNU C++11 atomics support library" | 262 | SUMMARY:libatomic = "GNU C++11 atomics support library" |
263 | FILES_libatomic-dev = "\ | 263 | FILES:libatomic-dev = "\ |
264 | ${libdir}/libatomic.so \ | 264 | ${libdir}/libatomic.so \ |
265 | ${libdir}/libatomic.la \ | 265 | ${libdir}/libatomic.la \ |
266 | " | 266 | " |
267 | SUMMARY_libatomic-dev = "GNU C++11 atomics support library - development files" | 267 | SUMMARY:libatomic-dev = "GNU C++11 atomics support library - development files" |
268 | FILES_libatomic-staticdev = "${libdir}/libatomic.a" | 268 | FILES:libatomic-staticdev = "${libdir}/libatomic.a" |
269 | SUMMARY_libatomic-staticdev = "GNU C++11 atomics support library - static development files" | 269 | SUMMARY:libatomic-staticdev = "GNU C++11 atomics support library - static development files" |
270 | 270 | ||
271 | FILES_libitm = "${libdir}/libitm.so.*" | 271 | FILES:libitm = "${libdir}/libitm.so.*" |
272 | SUMMARY_libitm = "GNU transactional memory support library" | 272 | SUMMARY:libitm = "GNU transactional memory support library" |
273 | FILES_libitm-dev = "\ | 273 | FILES:libitm-dev = "\ |
274 | ${libdir}/libitm.so \ | 274 | ${libdir}/libitm.so \ |
275 | ${libdir}/libitm.la \ | 275 | ${libdir}/libitm.la \ |
276 | ${libdir}/libitm.spec \ | 276 | ${libdir}/libitm.spec \ |
277 | " | 277 | " |
278 | SUMMARY_libitm-dev = "GNU transactional memory support library - development files" | 278 | SUMMARY:libitm-dev = "GNU transactional memory support library - development files" |
279 | FILES_libitm-staticdev = "${libdir}/libitm.a" | 279 | FILES:libitm-staticdev = "${libdir}/libitm.a" |
280 | SUMMARY_libitm-staticdev = "GNU transactional memory support library - static development files" | 280 | SUMMARY:libitm-staticdev = "GNU transactional memory support library - static development files" |
281 | 281 | ||
282 | require gcc-testsuite.inc | 282 | require gcc-testsuite.inc |
283 | 283 | ||
284 | EXTRA_OEMAKE_prepend_task-check = "${PARALLEL_MAKE} " | 284 | EXTRA_OEMAKE:prepend_task-check = "${PARALLEL_MAKE} " |
285 | 285 | ||
286 | MAKE_CHECK_TARGETS ??= "check-gcc ${@" ".join("check-target-" + i for i in d.getVar("RUNTIMETARGET").split())}" | 286 | MAKE_CHECK_TARGETS ??= "check-gcc ${@" ".join("check-target-" + i for i in d.getVar("RUNTIMETARGET").split())}" |
287 | # prettyprinters and xmethods require gdb tooling | 287 | # prettyprinters and xmethods require gdb tooling |
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/meta/recipes-devtools/gcc/gcc-sanitizers.inc index 59e91daaea..9881afa837 100644 --- a/meta/recipes-devtools/gcc/gcc-sanitizers.inc +++ b/meta/recipes-devtools/gcc/gcc-sanitizers.inc | |||
@@ -47,11 +47,11 @@ do_install () { | |||
47 | } | 47 | } |
48 | 48 | ||
49 | INHIBIT_DEFAULT_DEPS = "1" | 49 | INHIBIT_DEFAULT_DEPS = "1" |
50 | ALLOW_EMPTY_${PN} = "1" | 50 | ALLOW_EMPTY:${PN} = "1" |
51 | DEPENDS = "virtual/crypt gcc-runtime virtual/${TARGET_PREFIX}gcc" | 51 | DEPENDS = "virtual/crypt gcc-runtime virtual/${TARGET_PREFIX}gcc" |
52 | 52 | ||
53 | # used to fix ../../../../../../../../../work-shared/gcc-8.3.0-r0/gcc-8.3.0/libsanitizer/libbacktrace/../../libbacktrace/elf.c:772:21: error: 'st.st_mode' may be used uninitialized in this function [-Werror=maybe-uninitialized] | 53 | # used to fix ../../../../../../../../../work-shared/gcc-8.3.0-r0/gcc-8.3.0/libsanitizer/libbacktrace/../../libbacktrace/elf.c:772:21: error: 'st.st_mode' may be used uninitialized in this function [-Werror=maybe-uninitialized] |
54 | DEBUG_OPTIMIZATION_append = " -Wno-error" | 54 | DEBUG_OPTIMIZATION:append = " -Wno-error" |
55 | 55 | ||
56 | BBCLASSEXTEND = "nativesdk" | 56 | BBCLASSEXTEND = "nativesdk" |
57 | 57 | ||
@@ -60,19 +60,19 @@ PACKAGES += "libasan libubsan liblsan libtsan" | |||
60 | PACKAGES += "libasan-dev libubsan-dev liblsan-dev libtsan-dev" | 60 | PACKAGES += "libasan-dev libubsan-dev liblsan-dev libtsan-dev" |
61 | PACKAGES += "libasan-staticdev libubsan-staticdev liblsan-staticdev libtsan-staticdev" | 61 | PACKAGES += "libasan-staticdev libubsan-staticdev liblsan-staticdev libtsan-staticdev" |
62 | 62 | ||
63 | RDEPENDS_libasan += "libstdc++" | 63 | RDEPENDS:libasan += "libstdc++" |
64 | RDEPENDS_libubsan += "libstdc++" | 64 | RDEPENDS:libubsan += "libstdc++" |
65 | RDEPENDS_liblsan += "libstdc++" | 65 | RDEPENDS:liblsan += "libstdc++" |
66 | RDEPENDS_libtsan += "libstdc++" | 66 | RDEPENDS:libtsan += "libstdc++" |
67 | RDEPENDS_libasan-dev += "${PN}" | 67 | RDEPENDS:libasan-dev += "${PN}" |
68 | RDEPENDS_libubsan-dev += "${PN}" | 68 | RDEPENDS:libubsan-dev += "${PN}" |
69 | RDEPENDS_liblsan-dev += "${PN}" | 69 | RDEPENDS:liblsan-dev += "${PN}" |
70 | RDEPENDS_libtsan-dev += "${PN}" | 70 | RDEPENDS:libtsan-dev += "${PN}" |
71 | RRECOMMENDS_${PN} += "libasan libubsan" | 71 | RRECOMMENDS:${PN} += "libasan libubsan" |
72 | RRECOMMENDS_${PN}_append_x86 = " liblsan" | 72 | RRECOMMENDS:${PN}:append:x86 = " liblsan" |
73 | RRECOMMENDS_${PN}_append_x86-64 = " liblsan libtsan" | 73 | RRECOMMENDS:${PN}:append:x86-64 = " liblsan libtsan" |
74 | RRECOMMENDS_${PN}_append_powerpc64 = " liblsan libtsan" | 74 | RRECOMMENDS:${PN}:append:powerpc64 = " liblsan libtsan" |
75 | RRECOMMENDS_${PN}_append_aarch64 = " liblsan libtsan" | 75 | RRECOMMENDS:${PN}:append:aarch64 = " liblsan libtsan" |
76 | 76 | ||
77 | do_package_write_ipk[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata" | 77 | do_package_write_ipk[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata" |
78 | do_package_write_deb[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata" | 78 | do_package_write_deb[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata" |
@@ -81,40 +81,40 @@ do_package_write_rpm[depends] += "virtual/${MLPREFIX}${TARGET_PREFIX}compilerlib | |||
81 | # Only x86, powerpc, sparc, s390, arm, and aarch64 are supported | 81 | # Only x86, powerpc, sparc, s390, arm, and aarch64 are supported |
82 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|sparc|s390|arm|aarch64).*-linux' | 82 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|sparc|s390|arm|aarch64).*-linux' |
83 | # musl is currently broken entirely | 83 | # musl is currently broken entirely |
84 | COMPATIBLE_HOST_libc-musl = 'null' | 84 | COMPATIBLE_HOST:libc-musl = 'null' |
85 | 85 | ||
86 | FILES_libasan += "${libdir}/libasan.so.* ${libdir}/libhwasan.so.*" | 86 | FILES:libasan += "${libdir}/libasan.so.* ${libdir}/libhwasan.so.*" |
87 | FILES_libasan-dev += "\ | 87 | FILES:libasan-dev += "\ |
88 | ${libdir}/libasan_preinit.o \ | 88 | ${libdir}/libasan_preinit.o \ |
89 | ${libdir}/libasan.so \ | 89 | ${libdir}/libasan.so \ |
90 | ${libdir}/libhwasan.so \ | 90 | ${libdir}/libhwasan.so \ |
91 | ${libdir}/libasan.la \ | 91 | ${libdir}/libasan.la \ |
92 | " | 92 | " |
93 | FILES_libasan-staticdev += "${libdir}/libasan.a \ | 93 | FILES:libasan-staticdev += "${libdir}/libasan.a \ |
94 | ${libdir}/libhwasan.a \ | 94 | ${libdir}/libhwasan.a \ |
95 | " | 95 | " |
96 | 96 | ||
97 | FILES_libubsan += "${libdir}/libubsan.so.*" | 97 | FILES:libubsan += "${libdir}/libubsan.so.*" |
98 | FILES_libubsan-dev += "\ | 98 | FILES:libubsan-dev += "\ |
99 | ${libdir}/libubsan.so \ | 99 | ${libdir}/libubsan.so \ |
100 | ${libdir}/libubsan.la \ | 100 | ${libdir}/libubsan.la \ |
101 | " | 101 | " |
102 | FILES_libubsan-staticdev += "${libdir}/libubsan.a" | 102 | FILES:libubsan-staticdev += "${libdir}/libubsan.a" |
103 | 103 | ||
104 | FILES_liblsan += "${libdir}/liblsan.so.*" | 104 | FILES:liblsan += "${libdir}/liblsan.so.*" |
105 | FILES_liblsan-dev += "\ | 105 | FILES:liblsan-dev += "\ |
106 | ${libdir}/liblsan.so \ | 106 | ${libdir}/liblsan.so \ |
107 | ${libdir}/liblsan.la \ | 107 | ${libdir}/liblsan.la \ |
108 | ${libdir}/liblsan_preinit.o \ | 108 | ${libdir}/liblsan_preinit.o \ |
109 | " | 109 | " |
110 | FILES_liblsan-staticdev += "${libdir}/liblsan.a" | 110 | FILES:liblsan-staticdev += "${libdir}/liblsan.a" |
111 | 111 | ||
112 | FILES_libtsan += "${libdir}/libtsan.so.*" | 112 | FILES:libtsan += "${libdir}/libtsan.so.*" |
113 | FILES_libtsan-dev += "\ | 113 | FILES:libtsan-dev += "\ |
114 | ${libdir}/libtsan.so \ | 114 | ${libdir}/libtsan.so \ |
115 | ${libdir}/libtsan.la \ | 115 | ${libdir}/libtsan.la \ |
116 | ${libdir}/libtsan_*.o \ | 116 | ${libdir}/libtsan_*.o \ |
117 | " | 117 | " |
118 | FILES_libtsan-staticdev += "${libdir}/libtsan.a" | 118 | FILES:libtsan-staticdev += "${libdir}/libtsan.a" |
119 | 119 | ||
120 | FILES_${PN} = "${libdir}/*.spec ${libdir}/${TARGET_SYS}/${BINV}/include/sanitizer/*.h" | 120 | FILES:${PN} = "${libdir}/*.spec ${libdir}/${TARGET_SYS}/${BINV}/include/sanitizer/*.h" |
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers_11.1.bb b/meta/recipes-devtools/gcc/gcc-sanitizers_11.1.bb index f3c7058114..8bda2ccad6 100644 --- a/meta/recipes-devtools/gcc/gcc-sanitizers_11.1.bb +++ b/meta/recipes-devtools/gcc/gcc-sanitizers_11.1.bb | |||
@@ -3,5 +3,5 @@ require gcc-sanitizers.inc | |||
3 | 3 | ||
4 | # Building with thumb enabled on armv4t armv5t fails with | 4 | # Building with thumb enabled on armv4t armv5t fails with |
5 | # sanitizer_linux.s:5749: Error: lo register required -- `ldr ip,[sp],#8' | 5 | # sanitizer_linux.s:5749: Error: lo register required -- `ldr ip,[sp],#8' |
6 | ARM_INSTRUCTION_SET_armv4 = "arm" | 6 | ARM_INSTRUCTION_SET:armv4 = "arm" |
7 | ARM_INSTRUCTION_SET_armv5 = "arm" | 7 | ARM_INSTRUCTION_SET:armv5 = "arm" |
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index 0ee3e83d42..bf55e692e6 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc | |||
@@ -5,7 +5,7 @@ EXTRA_OECONF_PATHS = "\ | |||
5 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 5 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
6 | " | 6 | " |
7 | 7 | ||
8 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | 8 | EXTRA_OECONF:append:linuxstdbase = " --enable-clocale=gnu" |
9 | 9 | ||
10 | # Configure gcc running on the target to default to an architecture which will | 10 | # Configure gcc running on the target to default to an architecture which will |
11 | # be compatible with that of gcc-runtime (which is cross compiled to be target | 11 | # be compatible with that of gcc-runtime (which is cross compiled to be target |
@@ -15,11 +15,11 @@ EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | |||
15 | 15 | ||
16 | ARMFPARCHEXT ?= "" | 16 | ARMFPARCHEXT ?= "" |
17 | 17 | ||
18 | EXTRA_OECONF_append_armv6_class-target = " --with-arch=armv6${ARMFPARCHEXT}" | 18 | EXTRA_OECONF:append:armv6:class-target = " --with-arch=armv6${ARMFPARCHEXT}" |
19 | EXTRA_OECONF_append_armv7a_class-target = " --with-arch=armv7-a${ARMFPARCHEXT}" | 19 | EXTRA_OECONF:append:armv7a:class-target = " --with-arch=armv7-a${ARMFPARCHEXT}" |
20 | EXTRA_OECONF_append_armv7ve_class-target = " --with-arch=armv7ve${ARMFPARCHEXT}" | 20 | EXTRA_OECONF:append:armv7ve:class-target = " --with-arch=armv7ve${ARMFPARCHEXT}" |
21 | EXTRA_OECONF_append_arc_class-target = " --with-cpu=${TUNE_PKGARCH}" | 21 | EXTRA_OECONF:append:arc:class-target = " --with-cpu=${TUNE_PKGARCH}" |
22 | EXTRA_OECONF_append_x86-64_class-target = " --with-arch=native" | 22 | EXTRA_OECONF:append:x86-64:class-target = " --with-arch=native" |
23 | 23 | ||
24 | # libcc1 requres gcc_cv_objdump when cross build, but gcc_cv_objdump is | 24 | # libcc1 requres gcc_cv_objdump when cross build, but gcc_cv_objdump is |
25 | # set in subdir gcc, so subdir libcc1 can't use it, export it here to | 25 | # set in subdir gcc, so subdir libcc1 can't use it, export it here to |
@@ -40,7 +40,7 @@ PACKAGES = "\ | |||
40 | ${PN}-dbg \ | 40 | ${PN}-dbg \ |
41 | " | 41 | " |
42 | 42 | ||
43 | FILES_${PN} = "\ | 43 | FILES:${PN} = "\ |
44 | ${bindir}/${TARGET_PREFIX}gcc* \ | 44 | ${bindir}/${TARGET_PREFIX}gcc* \ |
45 | ${bindir}/${TARGET_PREFIX}lto* \ | 45 | ${bindir}/${TARGET_PREFIX}lto* \ |
46 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2* \ | 46 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2* \ |
@@ -56,85 +56,85 @@ FILES_${PN} = "\ | |||
56 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ | 56 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ |
57 | ${libdir}/bfd-plugins/*.so \ | 57 | ${libdir}/bfd-plugins/*.so \ |
58 | " | 58 | " |
59 | INSANE_SKIP_${PN} += "dev-so" | 59 | INSANE_SKIP:${PN} += "dev-so" |
60 | RRECOMMENDS_${PN} += "\ | 60 | RRECOMMENDS:${PN} += "\ |
61 | libssp \ | 61 | libssp \ |
62 | libssp-dev \ | 62 | libssp-dev \ |
63 | " | 63 | " |
64 | RDEPENDS_${PN} += "cpp" | 64 | RDEPENDS:${PN} += "cpp" |
65 | 65 | ||
66 | FILES_${PN}-dev = "\ | 66 | FILES:${PN}-dev = "\ |
67 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ | 67 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ |
68 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ | 68 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ |
69 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \ | 69 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \ |
70 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \ | 70 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \ |
71 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \ | 71 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \ |
72 | " | 72 | " |
73 | FILES_${PN}-symlinks = "\ | 73 | FILES:${PN}-symlinks = "\ |
74 | ${bindir}/cc \ | 74 | ${bindir}/cc \ |
75 | ${bindir}/gcc \ | 75 | ${bindir}/gcc \ |
76 | ${bindir}/gccbug \ | 76 | ${bindir}/gccbug \ |
77 | " | 77 | " |
78 | 78 | ||
79 | FILES_${PN}-plugins = "\ | 79 | FILES:${PN}-plugins = "\ |
80 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \ | 80 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \ |
81 | " | 81 | " |
82 | ALLOW_EMPTY_${PN}-plugins = "1" | 82 | ALLOW_EMPTY:${PN}-plugins = "1" |
83 | 83 | ||
84 | FILES_g77 = "\ | 84 | FILES:g77 = "\ |
85 | ${bindir}/${TARGET_PREFIX}g77 \ | 85 | ${bindir}/${TARGET_PREFIX}g77 \ |
86 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \ | 86 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \ |
87 | " | 87 | " |
88 | FILES_g77-symlinks = "\ | 88 | FILES:g77-symlinks = "\ |
89 | ${bindir}/g77 \ | 89 | ${bindir}/g77 \ |
90 | ${bindir}/f77 \ | 90 | ${bindir}/f77 \ |
91 | " | 91 | " |
92 | RRECOMMENDS_g77 = "\ | 92 | RRECOMMENDS:g77 = "\ |
93 | libg2c \ | 93 | libg2c \ |
94 | libg2c-dev \ | 94 | libg2c-dev \ |
95 | " | 95 | " |
96 | 96 | ||
97 | FILES_gfortran = "\ | 97 | FILES:gfortran = "\ |
98 | ${bindir}/${TARGET_PREFIX}gfortran \ | 98 | ${bindir}/${TARGET_PREFIX}gfortran \ |
99 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f951 \ | 99 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f951 \ |
100 | " | 100 | " |
101 | RRECOMMENDS_gfortran = "\ | 101 | RRECOMMENDS:gfortran = "\ |
102 | libquadmath \ | 102 | libquadmath \ |
103 | libquadmath-dev \ | 103 | libquadmath-dev \ |
104 | " | 104 | " |
105 | FILES_gfortran-symlinks = "\ | 105 | FILES:gfortran-symlinks = "\ |
106 | ${bindir}/gfortran \ | 106 | ${bindir}/gfortran \ |
107 | ${bindir}/f95" | 107 | ${bindir}/f95" |
108 | 108 | ||
109 | FILES_cpp = "\ | 109 | FILES:cpp = "\ |
110 | ${bindir}/${TARGET_PREFIX}cpp* \ | 110 | ${bindir}/${TARGET_PREFIX}cpp* \ |
111 | ${base_libdir}/cpp \ | 111 | ${base_libdir}/cpp \ |
112 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1" | 112 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1" |
113 | FILES_cpp-symlinks = "${bindir}/cpp" | 113 | FILES:cpp-symlinks = "${bindir}/cpp" |
114 | 114 | ||
115 | FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov* \ | 115 | FILES:gcov = "${bindir}/${TARGET_PREFIX}gcov* \ |
116 | ${bindir}/${TARGET_PREFIX}gcov-tool* \ | 116 | ${bindir}/${TARGET_PREFIX}gcov-tool* \ |
117 | " | 117 | " |
118 | FILES_gcov-symlinks = "${bindir}/gcov \ | 118 | FILES:gcov-symlinks = "${bindir}/gcov \ |
119 | ${bindir}/gcov-tool \ | 119 | ${bindir}/gcov-tool \ |
120 | " | 120 | " |
121 | 121 | ||
122 | FILES_g++ = "\ | 122 | FILES:g++ = "\ |
123 | ${bindir}/${TARGET_PREFIX}g++* \ | 123 | ${bindir}/${TARGET_PREFIX}g++* \ |
124 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1plus \ | 124 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1plus \ |
125 | " | 125 | " |
126 | FILES_g++-symlinks = "\ | 126 | FILES:g++-symlinks = "\ |
127 | ${bindir}/c++ \ | 127 | ${bindir}/c++ \ |
128 | ${bindir}/g++ \ | 128 | ${bindir}/g++ \ |
129 | " | 129 | " |
130 | RRECOMMENDS_g++ = "\ | 130 | RRECOMMENDS:g++ = "\ |
131 | libstdc++ \ | 131 | libstdc++ \ |
132 | libstdc++-dev \ | 132 | libstdc++-dev \ |
133 | libatomic \ | 133 | libatomic \ |
134 | libatomic-dev \ | 134 | libatomic-dev \ |
135 | " | 135 | " |
136 | 136 | ||
137 | FILES_${PN}-doc = "\ | 137 | FILES:${PN}-doc = "\ |
138 | ${infodir} \ | 138 | ${infodir} \ |
139 | ${mandir} \ | 139 | ${mandir} \ |
140 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \ | 140 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \ |
@@ -221,7 +221,7 @@ do_install () { | |||
221 | chown -R root:root ${D} | 221 | chown -R root:root ${D} |
222 | } | 222 | } |
223 | 223 | ||
224 | do_install_append () { | 224 | do_install:append () { |
225 | # | 225 | # |
226 | # Thefixinc.sh script, run on the gcc's compile phase, looks into sysroot header | 226 | # Thefixinc.sh script, run on the gcc's compile phase, looks into sysroot header |
227 | # files and places the modified files into | 227 | # files and places the modified files into |
diff --git a/meta/recipes-devtools/gcc/gcc_11.1.bb b/meta/recipes-devtools/gcc/gcc_11.1.bb index 7d93590588..255fe552bd 100644 --- a/meta/recipes-devtools/gcc/gcc_11.1.bb +++ b/meta/recipes-devtools/gcc/gcc_11.1.bb | |||
@@ -4,11 +4,11 @@ require gcc-target.inc | |||
4 | # Building with thumb enabled on armv4t armv5t fails with | 4 | # Building with thumb enabled on armv4t armv5t fails with |
5 | # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: R_ARM_THM_CALL against symbol `fancy_abort(char const*, int, char const*)' defined in .glue_7 section in linker stubs | 5 | # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: R_ARM_THM_CALL against symbol `fancy_abort(char const*, int, char const*)' defined in .glue_7 section in linker stubs |
6 | # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7442:(.text.unlikely+0x318): additional relocation overflows omitted from the output | 6 | # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7442:(.text.unlikely+0x318): additional relocation overflows omitted from the output |
7 | ARM_INSTRUCTION_SET_armv4 = "arm" | 7 | ARM_INSTRUCTION_SET:armv4 = "arm" |
8 | ARM_INSTRUCTION_SET_armv5 = "arm" | 8 | ARM_INSTRUCTION_SET:armv5 = "arm" |
9 | 9 | ||
10 | ARMFPARCHEXT_armv6 = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}" | 10 | ARMFPARCHEXT:armv6 = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}" |
11 | ARMFPARCHEXT_armv7a = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}" | 11 | ARMFPARCHEXT:armv7a = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}" |
12 | ARMFPARCHEXT_armv7ve = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}" | 12 | ARMFPARCHEXT:armv7ve = "${@'+fp' if d.getVar('TARGET_FPU') == 'hard' else ''}" |
13 | 13 | ||
14 | BBCLASSEXTEND = "nativesdk" | 14 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-devtools/gcc/libgcc-common.inc b/meta/recipes-devtools/gcc/libgcc-common.inc index d959566c3f..d48dc8b823 100644 --- a/meta/recipes-devtools/gcc/libgcc-common.inc +++ b/meta/recipes-devtools/gcc/libgcc-common.inc | |||
@@ -44,16 +44,16 @@ do_install () { | |||
44 | rm -rf ${D}${libdir}/${TARGET_SYS}/${BINV}/include | 44 | rm -rf ${D}${libdir}/${TARGET_SYS}/${BINV}/include |
45 | } | 45 | } |
46 | 46 | ||
47 | do_install_append_libc-baremetal () { | 47 | do_install:append:libc-baremetal () { |
48 | rmdir ${D}${base_libdir} | 48 | rmdir ${D}${base_libdir} |
49 | } | 49 | } |
50 | do_install_append_libc-newlib () { | 50 | do_install:append:libc-newlib () { |
51 | rmdir ${D}${base_libdir} | 51 | rmdir ${D}${base_libdir} |
52 | } | 52 | } |
53 | 53 | ||
54 | # No rpm package is actually created but -dev depends on it, avoid dnf error | 54 | # No rpm package is actually created but -dev depends on it, avoid dnf error |
55 | RDEPENDS_${PN}-dev_libc-baremetal = "" | 55 | RDEPENDS:${PN}-dev:libc-baremetal = "" |
56 | RDEPENDS_${PN}-dev_libc-newlib = "" | 56 | RDEPENDS:${PN}-dev:libc-newlib = "" |
57 | 57 | ||
58 | BBCLASSEXTEND = "nativesdk" | 58 | BBCLASSEXTEND = "nativesdk" |
59 | 59 | ||
@@ -98,9 +98,9 @@ fakeroot python do_multilib_install() { | |||
98 | 98 | ||
99 | 99 | ||
100 | for ml in multilibs.split(): | 100 | for ml in multilibs.split(): |
101 | tune = d.getVar('DEFAULTTUNE_virtclass-multilib-' + ml) | 101 | tune = d.getVar('DEFAULTTUNE:virtclass-multilib-' + ml) |
102 | if not tune: | 102 | if not tune: |
103 | bb.warn('DEFAULTTUNE_virtclass-multilib-%s is not defined. Skipping...' % ml) | 103 | bb.warn('DEFAULTTUNE:virtclass-multilib-%s is not defined. Skipping...' % ml) |
104 | continue | 104 | continue |
105 | 105 | ||
106 | tune_parameters = get_tune_parameters(tune, d) | 106 | tune_parameters = get_tune_parameters(tune, d) |
diff --git a/meta/recipes-devtools/gcc/libgcc-initial.inc b/meta/recipes-devtools/gcc/libgcc-initial.inc index 06bf224f73..8251e3c286 100644 --- a/meta/recipes-devtools/gcc/libgcc-initial.inc +++ b/meta/recipes-devtools/gcc/libgcc-initial.inc | |||
@@ -42,17 +42,17 @@ inherit nopackages | |||
42 | # We really only want this built by things that need it, not any recrdeptask | 42 | # We really only want this built by things that need it, not any recrdeptask |
43 | deltask do_build | 43 | deltask do_build |
44 | 44 | ||
45 | do_configure_prepend () { | 45 | do_configure:prepend () { |
46 | install -d ${STAGING_INCDIR} | 46 | install -d ${STAGING_INCDIR} |
47 | touch ${STAGING_INCDIR}/limits.h | 47 | touch ${STAGING_INCDIR}/limits.h |
48 | sed -i -e 's#INHIBIT_LIBC_CFLAGS =.*#INHIBIT_LIBC_CFLAGS = -Dinhibit_libc#' ${B}/gcc/libgcc.mvars | 48 | sed -i -e 's#INHIBIT_LIBC_CFLAGS =.*#INHIBIT_LIBC_CFLAGS = -Dinhibit_libc#' ${B}/gcc/libgcc.mvars |
49 | sed -i -e 's#inhibit_libc = false#inhibit_libc = true#' ${B}/gcc/Makefile | 49 | sed -i -e 's#inhibit_libc = false#inhibit_libc = true#' ${B}/gcc/Makefile |
50 | } | 50 | } |
51 | 51 | ||
52 | do_configure_append () { | 52 | do_configure:append () { |
53 | sed -i -e 's#thread_header = .*#thread_header = gthr-single.h#' ${B}/${BPN}/Makefile | 53 | sed -i -e 's#thread_header = .*#thread_header = gthr-single.h#' ${B}/${BPN}/Makefile |
54 | } | 54 | } |
55 | 55 | ||
56 | do_install_append () { | 56 | do_install:append () { |
57 | ln -s libgcc.a ${D}${libdir}/${TARGET_SYS}/${BINV}/libgcc_eh.a | 57 | ln -s libgcc.a ${D}${libdir}/${TARGET_SYS}/${BINV}/libgcc_eh.a |
58 | } | 58 | } |
diff --git a/meta/recipes-devtools/gcc/libgcc-initial_11.1.bb b/meta/recipes-devtools/gcc/libgcc-initial_11.1.bb index 0c698c26ec..a259082b47 100644 --- a/meta/recipes-devtools/gcc/libgcc-initial_11.1.bb +++ b/meta/recipes-devtools/gcc/libgcc-initial_11.1.bb | |||
@@ -2,4 +2,4 @@ require recipes-devtools/gcc/gcc-${PV}.inc | |||
2 | require libgcc-initial.inc | 2 | require libgcc-initial.inc |
3 | 3 | ||
4 | # Building with thumb enabled on armv6t fails | 4 | # Building with thumb enabled on armv6t fails |
5 | ARM_INSTRUCTION_SET_armv6 = "arm" | 5 | ARM_INSTRUCTION_SET:armv6 = "arm" |
diff --git a/meta/recipes-devtools/gcc/libgcc.inc b/meta/recipes-devtools/gcc/libgcc.inc index 6d48ec9809..84a2d930df 100644 --- a/meta/recipes-devtools/gcc/libgcc.inc +++ b/meta/recipes-devtools/gcc/libgcc.inc | |||
@@ -2,7 +2,7 @@ require libgcc-common.inc | |||
2 | 2 | ||
3 | DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++ virtual/${MLPREFIX}libc" | 3 | DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++ virtual/${MLPREFIX}libc" |
4 | 4 | ||
5 | do_install_append_class-target () { | 5 | do_install:append:class-target () { |
6 | if [ "${TCLIBC}" != "glibc" ]; then | 6 | if [ "${TCLIBC}" != "glibc" ]; then |
7 | case "${TARGET_OS}" in | 7 | case "${TARGET_OS}" in |
8 | "linux-musl" | "linux-*spe") extra_target_os="linux";; | 8 | "linux-musl" | "linux-*spe") extra_target_os="linux";; |
@@ -32,12 +32,12 @@ PACKAGES = "\ | |||
32 | 32 | ||
33 | # All libgcc source is marked with the exception. | 33 | # All libgcc source is marked with the exception. |
34 | # | 34 | # |
35 | LICENSE_${PN} = "GPL-3.0-with-GCC-exception" | 35 | LICENSE:${PN} = "GPL-3.0-with-GCC-exception" |
36 | LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception" | 36 | LICENSE:${PN}-dev = "GPL-3.0-with-GCC-exception" |
37 | LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception" | 37 | LICENSE:${PN}-dbg = "GPL-3.0-with-GCC-exception" |
38 | 38 | ||
39 | 39 | ||
40 | FILES_${PN}-dev = "\ | 40 | FILES:${PN}-dev = "\ |
41 | ${base_libdir}/libgcc*.so \ | 41 | ${base_libdir}/libgcc*.so \ |
42 | ${@oe.utils.conditional('BASETARGET_SYS', '${TARGET_SYS}', '', '${libdir}/${BASETARGET_SYS}', d)} \ | 42 | ${@oe.utils.conditional('BASETARGET_SYS', '${TARGET_SYS}', '', '${libdir}/${BASETARGET_SYS}', d)} \ |
43 | ${libdir}/${TARGET_SYS}/${BINV}* \ | 43 | ${libdir}/${TARGET_SYS}/${BINV}* \ |
@@ -49,5 +49,5 @@ do_package_write_ipk[depends] += "virtual/${MLPREFIX}libc:do_packagedata" | |||
49 | do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_packagedata" | 49 | do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_packagedata" |
50 | do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_packagedata" | 50 | do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_packagedata" |
51 | 51 | ||
52 | INSANE_SKIP_${PN}-dev = "staticdev" | 52 | INSANE_SKIP:${PN}-dev = "staticdev" |
53 | 53 | ||
diff --git a/meta/recipes-devtools/gcc/libgcc_11.1.bb b/meta/recipes-devtools/gcc/libgcc_11.1.bb index ea210a1130..f88963b0a4 100644 --- a/meta/recipes-devtools/gcc/libgcc_11.1.bb +++ b/meta/recipes-devtools/gcc/libgcc_11.1.bb | |||
@@ -2,4 +2,4 @@ require recipes-devtools/gcc/gcc-${PV}.inc | |||
2 | require libgcc.inc | 2 | require libgcc.inc |
3 | 3 | ||
4 | # Building with thumb enabled on armv6t fails | 4 | # Building with thumb enabled on armv6t fails |
5 | ARM_INSTRUCTION_SET_armv6 = "arm" | 5 | ARM_INSTRUCTION_SET:armv6 = "arm" |
diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc index 7543585e6e..344ec5e21e 100644 --- a/meta/recipes-devtools/gcc/libgfortran.inc +++ b/meta/recipes-devtools/gcc/libgfortran.inc | |||
@@ -54,12 +54,12 @@ PACKAGES = "\ | |||
54 | libgfortran-staticdev \ | 54 | libgfortran-staticdev \ |
55 | " | 55 | " |
56 | 56 | ||
57 | LICENSE_${PN} = "GPL-3.0-with-GCC-exception" | 57 | LICENSE:${PN} = "GPL-3.0-with-GCC-exception" |
58 | LICENSE_${PN}-dev = "GPL-3.0-with-GCC-exception" | 58 | LICENSE:${PN}-dev = "GPL-3.0-with-GCC-exception" |
59 | LICENSE_${PN}-dbg = "GPL-3.0-with-GCC-exception" | 59 | LICENSE:${PN}-dbg = "GPL-3.0-with-GCC-exception" |
60 | 60 | ||
61 | FILES_${PN} = "${libdir}/libgfortran.so.*" | 61 | FILES:${PN} = "${libdir}/libgfortran.so.*" |
62 | FILES_${PN}-dev = "\ | 62 | FILES:${PN}-dev = "\ |
63 | ${libdir}/libgfortran*.so \ | 63 | ${libdir}/libgfortran*.so \ |
64 | ${libdir}/libgfortran.spec \ | 64 | ${libdir}/libgfortran.spec \ |
65 | ${libdir}/libgfortran.la \ | 65 | ${libdir}/libgfortran.la \ |
@@ -68,9 +68,9 @@ FILES_${PN}-dev = "\ | |||
68 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude/ \ | 68 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude/ \ |
69 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/ \ | 69 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/ \ |
70 | " | 70 | " |
71 | FILES_${PN}-staticdev = "${libdir}/libgfortran.a" | 71 | FILES:${PN}-staticdev = "${libdir}/libgfortran.a" |
72 | 72 | ||
73 | INSANE_SKIP_${MLPREFIX}libgfortran-dev = "staticdev" | 73 | INSANE_SKIP:${MLPREFIX}libgfortran-dev = "staticdev" |
74 | 74 | ||
75 | do_package_write_ipk[depends] += "virtual/${MLPREFIX}libc:do_packagedata" | 75 | do_package_write_ipk[depends] += "virtual/${MLPREFIX}libc:do_packagedata" |
76 | do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_packagedata" | 76 | do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_packagedata" |
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index a2a6364daf..01cca123f8 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -5,10 +5,10 @@ SECTION = "devel" | |||
5 | DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native" | 5 | DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native" |
6 | 6 | ||
7 | LTTNGUST = "lttng-ust" | 7 | LTTNGUST = "lttng-ust" |
8 | LTTNGUST_arc = "" | 8 | LTTNGUST:arc = "" |
9 | LTTNGUST_aarch64 = "" | 9 | LTTNGUST:aarch64 = "" |
10 | LTTNGUST_mipsarch = "" | 10 | LTTNGUST:mipsarch = "" |
11 | LTTNGUST_sh4 = "" | 11 | LTTNGUST:sh4 = "" |
12 | 12 | ||
13 | inherit autotools texinfo | 13 | inherit autotools texinfo |
14 | 14 | ||
@@ -52,14 +52,14 @@ do_configure () { | |||
52 | 52 | ||
53 | # we don't want gdb to provide bfd/iberty/opcodes, which instead will override the | 53 | # we don't want gdb to provide bfd/iberty/opcodes, which instead will override the |
54 | # right bits installed by binutils. Same for bfd.info -- also from binutils. | 54 | # right bits installed by binutils. Same for bfd.info -- also from binutils. |
55 | do_install_append() { | 55 | do_install:append() { |
56 | rm -rf ${D}${libdir} | 56 | rm -rf ${D}${libdir} |
57 | rm -rf ${D}${includedir} | 57 | rm -rf ${D}${includedir} |
58 | rm -rf ${D}${datadir}/locale | 58 | rm -rf ${D}${datadir}/locale |
59 | rm -f ${D}${infodir}/bfd.info | 59 | rm -f ${D}${infodir}/bfd.info |
60 | } | 60 | } |
61 | 61 | ||
62 | RRECOMMENDS_gdb_append_linux = " glibc-thread-db " | 62 | RRECOMMENDS:gdb:append_linux = " glibc-thread-db " |
63 | RRECOMMENDS_gdb_append_linux-gnueabi = " glibc-thread-db " | 63 | RRECOMMENDS:gdb:append_linux-gnueabi = " glibc-thread-db " |
64 | RRECOMMENDS_gdbserver_append_linux = " glibc-thread-db " | 64 | RRECOMMENDS:gdbserver:append_linux = " glibc-thread-db " |
65 | RRECOMMENDS_gdbserver_append_linux-gnueabi = " glibc-thread-db " | 65 | RRECOMMENDS:gdbserver:append_linux-gnueabi = " glibc-thread-db " |
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index edb05b6f18..670534fb5f 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |||
@@ -21,7 +21,7 @@ PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, nativesdk- | |||
21 | 21 | ||
22 | SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb" | 22 | SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb" |
23 | 23 | ||
24 | do_configure_prepend() { | 24 | do_configure:prepend() { |
25 | cat > ${WORKDIR}/python << EOF | 25 | cat > ${WORKDIR}/python << EOF |
26 | #! /bin/sh | 26 | #! /bin/sh |
27 | case "\$2" in | 27 | case "\$2" in |
@@ -37,7 +37,7 @@ EOF | |||
37 | 37 | ||
38 | # we don't want gdb to provide bfd/iberty/opcodes, which instead will override the | 38 | # we don't want gdb to provide bfd/iberty/opcodes, which instead will override the |
39 | # right bits installed by binutils. | 39 | # right bits installed by binutils. |
40 | do_install_append() { | 40 | do_install:append() { |
41 | rm -rf ${D}${exec_prefix}/lib | 41 | rm -rf ${D}${exec_prefix}/lib |
42 | cross_canadian_bindirlinks | 42 | cross_canadian_bindirlinks |
43 | } | 43 | } |
diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc index f8a113da8f..6ba3eae6fc 100644 --- a/meta/recipes-devtools/gdb/gdb-cross.inc +++ b/meta/recipes-devtools/gdb/gdb-cross.inc | |||
@@ -10,7 +10,7 @@ PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3-native | |||
10 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native" | 10 | PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline-native" |
11 | PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils-native" | 11 | PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, elfutils-native" |
12 | 12 | ||
13 | do_compile_prepend() { | 13 | do_compile:prepend() { |
14 | export STAGING_LIBDIR="${STAGING_LIBDIR_NATIVE}" | 14 | export STAGING_LIBDIR="${STAGING_LIBDIR_NATIVE}" |
15 | export STAGING_INCDIR="${STAGING_INCDIR_NATIVE}" | 15 | export STAGING_INCDIR="${STAGING_INCDIR_NATIVE}" |
16 | } | 16 | } |
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index aa845b5c49..f4cd0a5c01 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc | |||
@@ -3,9 +3,9 @@ require gdb-common.inc | |||
3 | inherit gettext | 3 | inherit gettext |
4 | 4 | ||
5 | #LDFLAGS_append = " -s" | 5 | #LDFLAGS_append = " -s" |
6 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" | 6 | #export CFLAGS:append=" -L${STAGING_LIBDIR}" |
7 | 7 | ||
8 | # cross-canadian must not see this | 8 | # cross-canadian must not see this |
9 | PACKAGES =+ "gdbserver" | 9 | PACKAGES =+ "gdbserver" |
10 | FILES_gdbserver = "${bindir}/gdbserver" | 10 | FILES:gdbserver = "${bindir}/gdbserver" |
11 | 11 | ||
diff --git a/meta/recipes-devtools/gdb/gdb_10.2.bb b/meta/recipes-devtools/gdb/gdb_10.2.bb index d70757a151..e73e3a2c5c 100644 --- a/meta/recipes-devtools/gdb/gdb_10.2.bb +++ b/meta/recipes-devtools/gdb/gdb_10.2.bb | |||
@@ -3,7 +3,7 @@ require gdb-${PV}.inc | |||
3 | 3 | ||
4 | inherit python3-dir | 4 | inherit python3-dir |
5 | 5 | ||
6 | EXTRA_OEMAKE_append_libc-musl = "\ | 6 | EXTRA_OEMAKE:append:libc-musl = "\ |
7 | gt_cv_func_gnugettext1_libc=yes \ | 7 | gt_cv_func_gnugettext1_libc=yes \ |
8 | gt_cv_func_gnugettext2_libc=yes \ | 8 | gt_cv_func_gnugettext2_libc=yes \ |
9 | gl_cv_func_working_strerror=yes \ | 9 | gl_cv_func_working_strerror=yes \ |
@@ -11,7 +11,7 @@ EXTRA_OEMAKE_append_libc-musl = "\ | |||
11 | gl_cv_func_gettimeofday_clobber=no \ | 11 | gl_cv_func_gettimeofday_clobber=no \ |
12 | " | 12 | " |
13 | 13 | ||
14 | do_configure_prepend() { | 14 | do_configure:prepend() { |
15 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then | 15 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then |
16 | cat > ${WORKDIR}/python << EOF | 16 | cat > ${WORKDIR}/python << EOF |
17 | #!/bin/sh | 17 | #!/bin/sh |
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 146983a918..9dd2cf4549 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
@@ -5,7 +5,7 @@ SECTION = "console/utils" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | DEPENDS = "openssl curl zlib expat" | 6 | DEPENDS = "openssl curl zlib expat" |
7 | 7 | ||
8 | PROVIDES_append_class-native = " git-replacement-native" | 8 | PROVIDES:append:class-native = " git-replacement-native" |
9 | 9 | ||
10 | SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ | 10 | SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ |
11 | ${KERNELORG_MIRROR}/software/scm/git/git-manpages-${PV}.tar.gz;name=manpages \ | 11 | ${KERNELORG_MIRROR}/software/scm/git/git-manpages-${PV}.tar.gz;name=manpages \ |
@@ -26,16 +26,16 @@ EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ | |||
26 | --without-tcltk \ | 26 | --without-tcltk \ |
27 | --without-iconv \ | 27 | --without-iconv \ |
28 | " | 28 | " |
29 | EXTRA_OECONF_append_class-nativesdk = " --with-gitconfig=/etc/gitconfig " | 29 | EXTRA_OECONF:append:class-nativesdk = " --with-gitconfig=/etc/gitconfig " |
30 | 30 | ||
31 | # Needs brokensep as this doesn't use automake | 31 | # Needs brokensep as this doesn't use automake |
32 | inherit autotools-brokensep perlnative bash-completion | 32 | inherit autotools-brokensep perlnative bash-completion |
33 | 33 | ||
34 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" | 34 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" |
35 | EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" | 35 | EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" |
36 | EXTRA_OEMAKE_append_class-native = " NO_CROSS_DIRECTORY_HARDLINKS=1" | 36 | EXTRA_OEMAKE:append:class-native = " NO_CROSS_DIRECTORY_HARDLINKS=1" |
37 | 37 | ||
38 | do_compile_prepend () { | 38 | do_compile:prepend () { |
39 | # Remove perl/perl.mak to fix the out-of-date perl.mak error | 39 | # Remove perl/perl.mak to fix the out-of-date perl.mak error |
40 | # during rebuild | 40 | # during rebuild |
41 | rm -f perl/perl.mak | 41 | rm -f perl/perl.mak |
@@ -79,24 +79,24 @@ perl_native_fixup () { | |||
79 | REL_GIT_EXEC_PATH = "${@os.path.relpath(libexecdir, bindir)}/git-core" | 79 | REL_GIT_EXEC_PATH = "${@os.path.relpath(libexecdir, bindir)}/git-core" |
80 | REL_GIT_TEMPLATE_DIR = "${@os.path.relpath(datadir, bindir)}/git-core/templates" | 80 | REL_GIT_TEMPLATE_DIR = "${@os.path.relpath(datadir, bindir)}/git-core/templates" |
81 | 81 | ||
82 | do_install_append_class-target () { | 82 | do_install:append:class-target () { |
83 | perl_native_fixup | 83 | perl_native_fixup |
84 | } | 84 | } |
85 | 85 | ||
86 | do_install_append_class-native() { | 86 | do_install:append:class-native() { |
87 | create_wrapper ${D}${bindir}/git \ | 87 | create_wrapper ${D}${bindir}/git \ |
88 | GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \ | 88 | GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \ |
89 | GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR} | 89 | GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR} |
90 | } | 90 | } |
91 | 91 | ||
92 | do_install_append_class-nativesdk() { | 92 | do_install:append:class-nativesdk() { |
93 | create_wrapper ${D}${bindir}/git \ | 93 | create_wrapper ${D}${bindir}/git \ |
94 | GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \ | 94 | GIT_EXEC_PATH='`dirname $''realpath`'/${REL_GIT_EXEC_PATH} \ |
95 | GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR} | 95 | GIT_TEMPLATE_DIR='`dirname $''realpath`'/${REL_GIT_TEMPLATE_DIR} |
96 | perl_native_fixup | 96 | perl_native_fixup |
97 | } | 97 | } |
98 | 98 | ||
99 | FILES_${PN} += "${datadir}/git-core ${libexecdir}/git-core/" | 99 | FILES:${PN} += "${datadir}/git-core ${libexecdir}/git-core/" |
100 | 100 | ||
101 | PERLTOOLS = " \ | 101 | PERLTOOLS = " \ |
102 | ${bindir}/git-cvsserver \ | 102 | ${bindir}/git-cvsserver \ |
@@ -116,25 +116,25 @@ PERLTOOLS = " \ | |||
116 | 116 | ||
117 | # Git tools requiring perl | 117 | # Git tools requiring perl |
118 | PACKAGES =+ "${PN}-perltools" | 118 | PACKAGES =+ "${PN}-perltools" |
119 | FILES_${PN}-perltools += " \ | 119 | FILES:${PN}-perltools += " \ |
120 | ${PERLTOOLS} \ | 120 | ${PERLTOOLS} \ |
121 | ${libdir}/perl \ | 121 | ${libdir}/perl \ |
122 | ${datadir}/perl5 \ | 122 | ${datadir}/perl5 \ |
123 | " | 123 | " |
124 | 124 | ||
125 | RDEPENDS_${PN}-perltools = "${PN} perl perl-module-file-path findutils" | 125 | RDEPENDS:${PN}-perltools = "${PN} perl perl-module-file-path findutils" |
126 | 126 | ||
127 | # git-tk package with gitk and git-gui | 127 | # git-tk package with gitk and git-gui |
128 | PACKAGES =+ "${PN}-tk" | 128 | PACKAGES =+ "${PN}-tk" |
129 | #RDEPENDS_${PN}-tk = "${PN} tk tcl" | 129 | #RDEPENDS_${PN}-tk = "${PN} tk tcl" |
130 | #EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh" | 130 | #EXTRA_OEMAKE = "TCL_PATH=${STAGING_BINDIR_CROSS}/tclsh" |
131 | FILES_${PN}-tk = " \ | 131 | FILES:${PN}-tk = " \ |
132 | ${bindir}/gitk \ | 132 | ${bindir}/gitk \ |
133 | ${datadir}/gitk \ | 133 | ${datadir}/gitk \ |
134 | " | 134 | " |
135 | 135 | ||
136 | PACKAGES =+ "gitweb" | 136 | PACKAGES =+ "gitweb" |
137 | FILES_gitweb = "${datadir}/gitweb/" | 137 | FILES:gitweb = "${datadir}/gitweb/" |
138 | RDEPENDS_gitweb = "perl" | 138 | RDEPENDS:gitweb = "perl" |
139 | 139 | ||
140 | BBCLASSEXTEND = "native nativesdk" | 140 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/glide/glide_0.13.3.bb b/meta/recipes-devtools/glide/glide_0.13.3.bb index 6eb87df7c3..e943dc1762 100644 --- a/meta/recipes-devtools/glide/glide_0.13.3.bb +++ b/meta/recipes-devtools/glide/glide_0.13.3.bb | |||
@@ -14,15 +14,15 @@ inherit go | |||
14 | # tool build to fail. | 14 | # tool build to fail. |
15 | export GO111MODULE = "off" | 15 | export GO111MODULE = "off" |
16 | 16 | ||
17 | RDEPENDS_${PN}-dev += "bash" | 17 | RDEPENDS:${PN}-dev += "bash" |
18 | RDEPENDS_${PN}-ptest += "bash" | 18 | RDEPENDS:${PN}-ptest += "bash" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | 21 | ||
22 | # for x86 ends with textrel in ${PN} | 22 | # for x86 ends with textrel in ${PN} |
23 | # http://errors.yoctoproject.org/Errors/Details/185631/ | 23 | # http://errors.yoctoproject.org/Errors/Details/185631/ |
24 | # ERROR: QA Issue: ELF binary '/work/i586-oe-linux/glide/0.13.1-r0/packages-split/glide/usr/bin/glide' has relocations in .text [textrel] | 24 | # ERROR: QA Issue: ELF binary '/work/i586-oe-linux/glide/0.13.1-r0/packages-split/glide/usr/bin/glide' has relocations in .text [textrel] |
25 | INSANE_SKIP_${PN} += "textrel" | 25 | INSANE_SKIP:${PN} += "textrel" |
26 | 26 | ||
27 | # for aarch64 ends with textrel in ${PN}-ptest | 27 | # for aarch64 ends with textrel in ${PN}-ptest |
28 | # http://errors.yoctoproject.org/Errors/Details/185633/ | 28 | # http://errors.yoctoproject.org/Errors/Details/185633/ |
@@ -37,7 +37,7 @@ INSANE_SKIP_${PN} += "textrel" | |||
37 | # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/util/util.test' has relocations in .text | 37 | # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/util/util.test' has relocations in .text |
38 | # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/action/action.test' has relocations in .text | 38 | # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/action/action.test' has relocations in .text |
39 | # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/cache/cache.test' has relocations in .text [textrel] | 39 | # ELF binary '/work/aarch64-oe-linux/glide/0.13.1-r0/packages-split/glide-ptest/usr/lib/glide/ptest/github.com/Masterminds/glide/cache/cache.test' has relocations in .text [textrel] |
40 | INSANE_SKIP_${PN}-ptest += "textrel" | 40 | INSANE_SKIP:${PN}-ptest += "textrel" |
41 | 41 | ||
42 | # fails to run task compile_ptest_base on mips | 42 | # fails to run task compile_ptest_base on mips |
43 | PTEST_ENABLED_mipsarch = "0" | 43 | PTEST_ENABLED:mipsarch = "0" |
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 6e4435be2c..34b425031f 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb | |||
@@ -5,7 +5,7 @@ SECTION = "devel" | |||
5 | LICENSE = "GPL-3.0-with-autoconf-exception" | 5 | LICENSE = "GPL-3.0-with-autoconf-exception" |
6 | LIC_FILES_CHKSUM = "file://config.guess;beginline=9;endline=29;md5=b75d42f59f706ea56d6a8e00216fca6a" | 6 | LIC_FILES_CHKSUM = "file://config.guess;beginline=9;endline=29;md5=b75d42f59f706ea56d6a8e00216fca6a" |
7 | 7 | ||
8 | DEPENDS_class-native = "hostperl-runtime-native" | 8 | DEPENDS:class-native = "hostperl-runtime-native" |
9 | 9 | ||
10 | INHIBIT_DEFAULT_DEPS = "1" | 10 | INHIBIT_DEFAULT_DEPS = "1" |
11 | 11 | ||
@@ -36,6 +36,6 @@ do_install () { | |||
36 | } | 36 | } |
37 | 37 | ||
38 | PACKAGES = "${PN}" | 38 | PACKAGES = "${PN}" |
39 | FILES_${PN} = "${bindir} ${datadir}/gnu-config" | 39 | FILES:${PN} = "${bindir} ${datadir}/gnu-config" |
40 | 40 | ||
41 | BBCLASSEXTEND = "native nativesdk" | 41 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/go/go-1.16.5.inc b/meta/recipes-devtools/go/go-1.16.5.inc index bd928e44f8..545aa0c828 100644 --- a/meta/recipes-devtools/go/go-1.16.5.inc +++ b/meta/recipes-devtools/go/go-1.16.5.inc | |||
@@ -2,7 +2,7 @@ require go-common.inc | |||
2 | 2 | ||
3 | GO_BASEVERSION = "1.16" | 3 | GO_BASEVERSION = "1.16" |
4 | PV = "1.16.5" | 4 | PV = "1.16.5" |
5 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" | 5 | FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" |
8 | 8 | ||
diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index 39a681a712..dfccebdb83 100644 --- a/meta/recipes-devtools/go/go-common.inc +++ b/meta/recipes-devtools/go/go-common.inc | |||
@@ -37,6 +37,6 @@ export GO386 ?= "${TARGET_GO386}" | |||
37 | export GOMIPS ?= "${TARGET_GOMIPS}" | 37 | export GOMIPS ?= "${TARGET_GOMIPS}" |
38 | export GOROOT_FINAL ?= "${libdir}/go" | 38 | export GOROOT_FINAL ?= "${libdir}/go" |
39 | 39 | ||
40 | do_compile_prepend() { | 40 | do_compile:prepend() { |
41 | BUILD_CC=${BUILD_CC} | 41 | BUILD_CC=${BUILD_CC} |
42 | } | 42 | } |
diff --git a/meta/recipes-devtools/go/go-native_1.16.5.bb b/meta/recipes-devtools/go/go-native_1.16.5.bb index f14892cdb0..ffe4ef3523 100644 --- a/meta/recipes-devtools/go/go-native_1.16.5.bb +++ b/meta/recipes-devtools/go/go-native_1.16.5.bb | |||
@@ -5,7 +5,7 @@ require go-${PV}.inc | |||
5 | 5 | ||
6 | inherit native | 6 | inherit native |
7 | 7 | ||
8 | SRC_URI_append = " https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz;name=bootstrap;subdir=go1.4" | 8 | SRC_URI:append = " https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz;name=bootstrap;subdir=go1.4" |
9 | SRC_URI[bootstrap.sha256sum] = "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" | 9 | SRC_URI[bootstrap.sha256sum] = "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52" |
10 | 10 | ||
11 | export GOOS = "${BUILD_GOOS}" | 11 | export GOOS = "${BUILD_GOOS}" |
diff --git a/meta/recipes-devtools/go/go-runtime.inc b/meta/recipes-devtools/go/go-runtime.inc index 21179a83a0..617e6b5414 100644 --- a/meta/recipes-devtools/go/go-runtime.inc +++ b/meta/recipes-devtools/go/go-runtime.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DEPENDS = "virtual/${TUNE_PKGARCH}-go go-native" | 1 | DEPENDS = "virtual/${TUNE_PKGARCH}-go go-native" |
2 | DEPENDS_class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk" | 2 | DEPENDS:class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk" |
3 | PROVIDES = "virtual/${TARGET_PREFIX}go-runtime" | 3 | PROVIDES = "virtual/${TARGET_PREFIX}go-runtime" |
4 | 4 | ||
5 | export CGO_CFLAGS = "${CFLAGS}" | 5 | export CGO_CFLAGS = "${CFLAGS}" |
@@ -15,7 +15,7 @@ do_configure() { | |||
15 | : | 15 | : |
16 | } | 16 | } |
17 | 17 | ||
18 | do_configure_libc-musl() { | 18 | do_configure:libc-musl() { |
19 | rm -f ${S}/src/runtime/race/*.syso | 19 | rm -f ${S}/src/runtime/race/*.syso |
20 | } | 20 | } |
21 | 21 | ||
@@ -55,9 +55,9 @@ do_install() { | |||
55 | 55 | ||
56 | } | 56 | } |
57 | 57 | ||
58 | ALLOW_EMPTY_${PN} = "1" | 58 | ALLOW_EMPTY:${PN} = "1" |
59 | FILES_${PN} = "${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*${SOLIBSDEV}" | 59 | FILES:${PN} = "${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*${SOLIBSDEV}" |
60 | FILES_${PN}-dev = "${libdir}/go/src ${libdir}/go/pkg/include \ | 60 | FILES:${PN}-dev = "${libdir}/go/src ${libdir}/go/pkg/include \ |
61 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*.shlibname \ | 61 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*.shlibname \ |
62 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*/*.shlibname \ | 62 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*/*.shlibname \ |
63 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*/*/*.shlibname \ | 63 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*/*/*.shlibname \ |
@@ -73,12 +73,12 @@ FILES_${PN}-dev = "${libdir}/go/src ${libdir}/go/pkg/include \ | |||
73 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*/*/*/*/*/*.a \ | 73 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*/*/*/*/*/*.a \ |
74 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*/*/*/*/*/*/*.a \ | 74 | ${libdir}/go/pkg/${TARGET_GOTUPLE}_dynlink/*/*/*/*/*/*/*.a \ |
75 | " | 75 | " |
76 | FILES_${PN}-staticdev = "${libdir}/go/pkg/${TARGET_GOTUPLE}" | 76 | FILES:${PN}-staticdev = "${libdir}/go/pkg/${TARGET_GOTUPLE}" |
77 | 77 | ||
78 | # Go sources include some scripts and pre-built binaries for | 78 | # Go sources include some scripts and pre-built binaries for |
79 | # multiple architectures. The static .a files for dynamically-linked | 79 | # multiple architectures. The static .a files for dynamically-linked |
80 | # runtime are also required in -dev. | 80 | # runtime are also required in -dev. |
81 | INSANE_SKIP_${PN}-dev = "staticdev file-rdeps arch" | 81 | INSANE_SKIP:${PN}-dev = "staticdev file-rdeps arch" |
82 | 82 | ||
83 | INHIBIT_PACKAGE_STRIP = "1" | 83 | INHIBIT_PACKAGE_STRIP = "1" |
84 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 84 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc index 8e44247031..47b4411d54 100644 --- a/meta/recipes-devtools/go/go-target.inc +++ b/meta/recipes-devtools/go/go-target.inc | |||
@@ -1,12 +1,12 @@ | |||
1 | DEPENDS = "virtual/${TUNE_PKGARCH}-go go-native" | 1 | DEPENDS = "virtual/${TUNE_PKGARCH}-go go-native" |
2 | DEPENDS_class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk go-native" | 2 | DEPENDS:class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk go-native" |
3 | 3 | ||
4 | export GOCACHE = "${B}/.cache" | 4 | export GOCACHE = "${B}/.cache" |
5 | GO_LDFLAGS = "" | 5 | GO_LDFLAGS = "" |
6 | GO_LDFLAGS_class-nativesdk = "-linkmode external" | 6 | GO_LDFLAGS:class-nativesdk = "-linkmode external" |
7 | export GO_LDFLAGS | 7 | export GO_LDFLAGS |
8 | 8 | ||
9 | CC_append_class-nativesdk = " ${SECURITY_NOPIE_CFLAGS}" | 9 | CC:append:class-nativesdk = " ${SECURITY_NOPIE_CFLAGS}" |
10 | 10 | ||
11 | do_configure[noexec] = "1" | 11 | do_configure[noexec] = "1" |
12 | 12 | ||
@@ -38,8 +38,8 @@ do_install() { | |||
38 | } | 38 | } |
39 | 39 | ||
40 | PACKAGES = "${PN} ${PN}-dev" | 40 | PACKAGES = "${PN} ${PN}-dev" |
41 | FILES_${PN} = "${libdir}/go/bin ${libdir}/go/pkg/tool/${TARGET_GOTUPLE} ${bindir}" | 41 | FILES:${PN} = "${libdir}/go/bin ${libdir}/go/pkg/tool/${TARGET_GOTUPLE} ${bindir}" |
42 | RDEPENDS_${PN} = "go-runtime" | 42 | RDEPENDS:${PN} = "go-runtime" |
43 | INSANE_SKIP_${PN} = "ldflags" | 43 | INSANE_SKIP:${PN} = "ldflags" |
44 | 44 | ||
45 | BBCLASSEXTEND = "nativesdk" | 45 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-devtools/go/go_1.16.5.bb b/meta/recipes-devtools/go/go_1.16.5.bb index 4e9e0ebec8..34dc89bb0c 100644 --- a/meta/recipes-devtools/go/go_1.16.5.bb +++ b/meta/recipes-devtools/go/go_1.16.5.bb | |||
@@ -12,6 +12,6 @@ export CXX_FOR_TARGET = "g++" | |||
12 | # variants. | 12 | # variants. |
13 | python() { | 13 | python() { |
14 | if 'mips' in d.getVar('TARGET_ARCH',True) or 'riscv32' in d.getVar('TARGET_ARCH',True): | 14 | if 'mips' in d.getVar('TARGET_ARCH',True) or 'riscv32' in d.getVar('TARGET_ARCH',True): |
15 | d.appendVar('INSANE_SKIP_%s' % d.getVar('PN',True), " textrel") | 15 | d.appendVar('INSANE_SKIP:%s' % d.getVar('PN',True), " textrel") |
16 | } | 16 | } |
17 | 17 | ||
diff --git a/meta/recipes-devtools/help2man/help2man_1.48.3.bb b/meta/recipes-devtools/help2man/help2man_1.48.3.bb index a612c0896c..d24e6c446e 100644 --- a/meta/recipes-devtools/help2man/help2man_1.48.3.bb +++ b/meta/recipes-devtools/help2man/help2man_1.48.3.bb | |||
@@ -16,7 +16,7 @@ EXTRA_AUTORECONF += "--exclude=aclocal" | |||
16 | 16 | ||
17 | EXTRA_OECONF = "--disable-nls" | 17 | EXTRA_OECONF = "--disable-nls" |
18 | 18 | ||
19 | do_install_append () { | 19 | do_install:append () { |
20 | # Make sure we use /usr/bin/env perl | 20 | # Make sure we use /usr/bin/env perl |
21 | sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${D}${bindir}/help2man | 21 | sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${D}${bindir}/help2man |
22 | } | 22 | } |
diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb index 9842d1f135..77196fd633 100644 --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb | |||
@@ -22,20 +22,20 @@ do_install() { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | PACKAGES =+ "${PN}-misc" | 24 | PACKAGES =+ "${PN}-misc" |
25 | FILES_${PN}-misc = "${sbindir}/i2c-stub-from-dump \ | 25 | FILES:${PN}-misc = "${sbindir}/i2c-stub-from-dump \ |
26 | ${bindir}/ddcmon \ | 26 | ${bindir}/ddcmon \ |
27 | ${bindir}/decode-edid \ | 27 | ${bindir}/decode-edid \ |
28 | ${bindir}/decode-dimms \ | 28 | ${bindir}/decode-dimms \ |
29 | ${bindir}/decode-vaio \ | 29 | ${bindir}/decode-vaio \ |
30 | " | 30 | " |
31 | RDEPENDS_${PN}-misc = "${PN} perl perl-module-posix \ | 31 | RDEPENDS:${PN}-misc = "${PN} perl perl-module-posix \ |
32 | perl-module-constant perl-module-file-basename \ | 32 | perl-module-constant perl-module-file-basename \ |
33 | perl-module-fcntl perl-module-strict perl-module-vars \ | 33 | perl-module-fcntl perl-module-strict perl-module-vars \ |
34 | perl-module-carp \ | 34 | perl-module-carp \ |
35 | " | 35 | " |
36 | 36 | ||
37 | ALTERNATIVE_PRIORITY = "100" | 37 | ALTERNATIVE_PRIORITY = "100" |
38 | ALTERNATIVE_${PN} = "i2cdetect i2cdump i2cget i2cset i2ctransfer" | 38 | ALTERNATIVE:${PN} = "i2cdetect i2cdump i2cget i2cset i2ctransfer" |
39 | ALTERNATIVE_LINK_NAME[i2cdetect] = "${sbindir}/i2cdetect" | 39 | ALTERNATIVE_LINK_NAME[i2cdetect] = "${sbindir}/i2cdetect" |
40 | ALTERNATIVE_LINK_NAME[i2cdump] = "${sbindir}/i2cdump" | 40 | ALTERNATIVE_LINK_NAME[i2cdump] = "${sbindir}/i2cdump" |
41 | ALTERNATIVE_LINK_NAME[i2cget] = "${sbindir}/i2cget" | 41 | ALTERNATIVE_LINK_NAME[i2cget] = "${sbindir}/i2cget" |
diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb index 61b8487c7e..27014226b5 100644 --- a/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb +++ b/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb | |||
@@ -36,4 +36,4 @@ do_install() { | |||
36 | 36 | ||
37 | BBCLASSEXTEND = "native nativesdk" | 37 | BBCLASSEXTEND = "native nativesdk" |
38 | 38 | ||
39 | RDEPENDS_${PN}_class-nativesdk = "patchelf" | 39 | RDEPENDS:${PN}:class-nativesdk = "patchelf" |
diff --git a/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb b/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb index ce4d73caf6..034a0047d7 100644 --- a/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb +++ b/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb | |||
@@ -34,6 +34,6 @@ do_install() { | |||
34 | } | 34 | } |
35 | 35 | ||
36 | PACKAGES = "${PN}" | 36 | PACKAGES = "${PN}" |
37 | FILES_${PN} = "${SDKPATHNATIVE}" | 37 | FILES:${PN} = "${SDKPATHNATIVE}" |
38 | RDEPENDS_${PN} += "nativesdk-icecc-create-env" | 38 | RDEPENDS:${PN} += "nativesdk-icecc-create-env" |
39 | 39 | ||
diff --git a/meta/recipes-devtools/intltool/intltool_0.51.0.bb b/meta/recipes-devtools/intltool/intltool_0.51.0.bb index 592dbb92e2..77be30758d 100644 --- a/meta/recipes-devtools/intltool/intltool_0.51.0.bb +++ b/meta/recipes-devtools/intltool/intltool_0.51.0.bb | |||
@@ -17,23 +17,23 @@ SRC_URI[sha256sum] = "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334 | |||
17 | UPSTREAM_CHECK_URI = "https://launchpad.net/intltool/trunk/" | 17 | UPSTREAM_CHECK_URI = "https://launchpad.net/intltool/trunk/" |
18 | 18 | ||
19 | DEPENDS = "libxml-parser-perl-native" | 19 | DEPENDS = "libxml-parser-perl-native" |
20 | RDEPENDS_${PN} = "gettext-dev libxml-parser-perl" | 20 | RDEPENDS:${PN} = "gettext-dev libxml-parser-perl" |
21 | DEPENDS_class-native = "libxml-parser-perl-native gettext-native" | 21 | DEPENDS:class-native = "libxml-parser-perl-native gettext-native" |
22 | 22 | ||
23 | inherit autotools pkgconfig perlnative | 23 | inherit autotools pkgconfig perlnative |
24 | 24 | ||
25 | export PERL = "${bindir}/env perl" | 25 | export PERL = "${bindir}/env perl" |
26 | PERL_class-native = "/usr/bin/env nativeperl" | 26 | PERL:class-native = "/usr/bin/env nativeperl" |
27 | PERL_class-nativesdk = "/usr/bin/env perl" | 27 | PERL:class-nativesdk = "/usr/bin/env perl" |
28 | 28 | ||
29 | # gettext is assumed to exist on the host | 29 | # gettext is assumed to exist on the host |
30 | RDEPENDS_${PN}_class-native = "libxml-parser-perl-native" | 30 | RDEPENDS:${PN}:class-native = "libxml-parser-perl-native" |
31 | RRECOMMENDS_${PN} = "perl-modules" | 31 | RRECOMMENDS:${PN} = "perl-modules" |
32 | RRECOMMENDS_${PN}_class-native = "" | 32 | RRECOMMENDS:${PN}:class-native = "" |
33 | 33 | ||
34 | FILES_${PN}-dev = "" | 34 | FILES:${PN}-dev = "" |
35 | FILES_${PN} += "${datadir}/aclocal" | 35 | FILES:${PN} += "${datadir}/aclocal" |
36 | 36 | ||
37 | INSANE_SKIP_${PN} += "dev-deps" | 37 | INSANE_SKIP:${PN} += "dev-deps" |
38 | 38 | ||
39 | BBCLASSEXTEND = "native nativesdk" | 39 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/jquery/jquery_3.6.0.bb b/meta/recipes-devtools/jquery/jquery_3.6.0.bb index 03792730fd..33b177d1d0 100644 --- a/meta/recipes-devtools/jquery/jquery_3.6.0.bb +++ b/meta/recipes-devtools/jquery/jquery_3.6.0.bb | |||
@@ -34,6 +34,6 @@ do_install() { | |||
34 | } | 34 | } |
35 | 35 | ||
36 | PACKAGES = "${PN}" | 36 | PACKAGES = "${PN}" |
37 | FILES_${PN} = "${datadir}" | 37 | FILES:${PN} = "${datadir}" |
38 | 38 | ||
39 | BBCLASSEXTEND += "native nativesdk" | 39 | BBCLASSEXTEND += "native nativesdk" |
diff --git a/meta/recipes-devtools/json-c/json-c_0.15.bb b/meta/recipes-devtools/json-c/json-c_0.15.bb index 2968590dd8..863463ca51 100644 --- a/meta/recipes-devtools/json-c/json-c_0.15.bb +++ b/meta/recipes-devtools/json-c/json-c_0.15.bb | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "b8d80a1ddb718b3ba7492916237bbf86609e9709fb007e7f7d4322f023 | |||
11 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 11 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
12 | UPSTREAM_CHECK_REGEX = "json-c-(?P<pver>\d+(\.\d+)+)-\d+" | 12 | UPSTREAM_CHECK_REGEX = "json-c-(?P<pver>\d+(\.\d+)+)-\d+" |
13 | 13 | ||
14 | RPROVIDES_${PN} = "libjson" | 14 | RPROVIDES:${PN} = "libjson" |
15 | 15 | ||
16 | inherit cmake | 16 | inherit cmake |
17 | 17 | ||
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.63.1.bb b/meta/recipes-devtools/libdnf/libdnf_0.63.1.bb index 6ffeb945bb..282c28e2c4 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.63.1.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.63.1.bb | |||
@@ -30,8 +30,8 @@ EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DWITH_MAN=OFF | |||
30 | -DWITH_ZCHUNK=OFF \ | 30 | -DWITH_ZCHUNK=OFF \ |
31 | -DWITH_HTML=OFF \ | 31 | -DWITH_HTML=OFF \ |
32 | " | 32 | " |
33 | EXTRA_OECMAKE_append_class-native = " -DWITH_GIR=OFF" | 33 | EXTRA_OECMAKE:append:class-native = " -DWITH_GIR=OFF" |
34 | EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_GIR=OFF" | 34 | EXTRA_OECMAKE:append:class-nativesdk = " -DWITH_GIR=OFF" |
35 | 35 | ||
36 | BBCLASSEXTEND = "native nativesdk" | 36 | BBCLASSEXTEND = "native nativesdk" |
37 | PNBLACKLIST[libdnf] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'Does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv', d)}" | 37 | PNBLACKLIST[libdnf] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'Does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv', d)}" |
diff --git a/meta/recipes-devtools/libedit/libedit_20210522-3.1.bb b/meta/recipes-devtools/libedit/libedit_20210522-3.1.bb index 43e6f2244b..72392dd190 100644 --- a/meta/recipes-devtools/libedit/libedit_20210522-3.1.bb +++ b/meta/recipes-devtools/libedit/libedit_20210522-3.1.bb | |||
@@ -20,5 +20,5 @@ BBCLASSEXTEND = "native nativesdk" | |||
20 | inherit update-alternatives | 20 | inherit update-alternatives |
21 | 21 | ||
22 | ALTERNATIVE_PRIORITY = "90" | 22 | ALTERNATIVE_PRIORITY = "90" |
23 | ALTERNATIVE_${PN}-doc = "history.3" | 23 | ALTERNATIVE:${PN}-doc = "history.3" |
24 | ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3" | 24 | ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3" |
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.inc b/meta/recipes-devtools/libtool/libtool-2.4.6.inc index e9225e140c..c1cbceb51f 100644 --- a/meta/recipes-devtools/libtool/libtool-2.4.6.inc +++ b/meta/recipes-devtools/libtool/libtool-2.4.6.inc | |||
@@ -28,7 +28,7 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | |||
28 | SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e" | 28 | SRC_URI[md5sum] = "addf44b646ddb4e3919805aa88fa7c5e" |
29 | SRC_URI[sha256sum] = "e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3" | 29 | SRC_URI[sha256sum] = "e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3" |
30 | 30 | ||
31 | do_compile_prepend () { | 31 | do_compile:prepend () { |
32 | # Sometimes this file doesn't get rebuilt, force the issue | 32 | # Sometimes this file doesn't get rebuilt, force the issue |
33 | rm -f ${S}/build-aux/ltmain.sh | 33 | rm -f ${S}/build-aux/ltmain.sh |
34 | make build-aux/ltmain.sh | 34 | make build-aux/ltmain.sh |
@@ -43,9 +43,9 @@ CACHED_CONFIGUREVARS += "ac_cv_path_GREP=grep" | |||
43 | DEPENDS = "libtool-native" | 43 | DEPENDS = "libtool-native" |
44 | 44 | ||
45 | PACKAGES =+ "libltdl" | 45 | PACKAGES =+ "libltdl" |
46 | FILES_${PN} += "${datadir}/aclocal" | 46 | FILES:${PN} += "${datadir}/aclocal" |
47 | 47 | ||
48 | FILES_${PN}-dev_remove = "${datadir}/aclocal" | 48 | FILES:${PN}-dev:remove = "${datadir}/aclocal" |
49 | FILES_libltdl = "${libdir}/libltdl${SOLIBS}" | 49 | FILES:libltdl = "${libdir}/libltdl${SOLIBS}" |
50 | 50 | ||
51 | export CONFIG_SHELL="/bin/bash" | 51 | export CONFIG_SHELL="/bin/bash" |
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb index 02c6e152fc..4a43867b3e 100644 --- a/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb +++ b/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb | |||
@@ -8,7 +8,7 @@ datadir = "${STAGING_DIR_TARGET}${target_datadir}" | |||
8 | 8 | ||
9 | inherit nopackages | 9 | inherit nopackages |
10 | 10 | ||
11 | do_configure_prepend () { | 11 | do_configure:prepend () { |
12 | # Remove any existing libtool m4 since old stale versions would break | 12 | # Remove any existing libtool m4 since old stale versions would break |
13 | # any upgrade | 13 | # any upgrade |
14 | rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 | 14 | rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 |
diff --git a/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb b/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb index 4c5218ade0..3b20ce3e69 100644 --- a/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb +++ b/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb | |||
@@ -8,7 +8,7 @@ inherit native | |||
8 | 8 | ||
9 | EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}" | 9 | EXTRA_OECONF = " --with-libtool-sysroot=${STAGING_DIR_NATIVE}" |
10 | 10 | ||
11 | do_configure_prepend () { | 11 | do_configure:prepend () { |
12 | # Remove any existing libtool m4 since old stale versions would break | 12 | # Remove any existing libtool m4 since old stale versions would break |
13 | # any upgrade | 13 | # any upgrade |
14 | rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 | 14 | rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 |
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb index a5715faaa9..95bbc875f0 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.6.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.6.bb | |||
@@ -2,7 +2,7 @@ require libtool-${PV}.inc | |||
2 | 2 | ||
3 | SRC_URI += "file://multilib.patch file://debian-no_hostname.patch" | 3 | SRC_URI += "file://multilib.patch file://debian-no_hostname.patch" |
4 | 4 | ||
5 | RDEPENDS_${PN} += "bash" | 5 | RDEPENDS:${PN} += "bash" |
6 | 6 | ||
7 | # | 7 | # |
8 | # We want the results of libtool-cross preserved - don't stage anything ourselves. | 8 | # We want the results of libtool-cross preserved - don't stage anything ourselves. |
@@ -13,9 +13,9 @@ SYSROOT_DIRS_BLACKLIST += " \ | |||
13 | ${datadir}/libtool/build-aux \ | 13 | ${datadir}/libtool/build-aux \ |
14 | " | 14 | " |
15 | 15 | ||
16 | ACLOCALEXTRAPATH_class-target = "" | 16 | ACLOCALEXTRAPATH:class-target = "" |
17 | 17 | ||
18 | do_install_append () { | 18 | do_install:append () { |
19 | sed -e 's@--sysroot=${STAGING_DIR_HOST}@@g' \ | 19 | sed -e 's@--sysroot=${STAGING_DIR_HOST}@@g' \ |
20 | -e "s@${DEBUG_PREFIX_MAP}@@g" \ | 20 | -e "s@${DEBUG_PREFIX_MAP}@@g" \ |
21 | -e 's@${STAGING_DIR_HOST}@@g' \ | 21 | -e 's@${STAGING_DIR_HOST}@@g' \ |
diff --git a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb index 508eade326..e3ad6721fd 100644 --- a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb +++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.6.bb | |||
@@ -8,9 +8,9 @@ SRC_URI += "file://fixinstall.patch" | |||
8 | inherit nativesdk | 8 | inherit nativesdk |
9 | 9 | ||
10 | S = "${WORKDIR}/libtool-${PV}" | 10 | S = "${WORKDIR}/libtool-${PV}" |
11 | FILES_${PN} += "${datadir}/libtool/*" | 11 | FILES:${PN} += "${datadir}/libtool/*" |
12 | 12 | ||
13 | do_configure_prepend () { | 13 | do_configure:prepend () { |
14 | # Remove any existing libtool m4 since old stale versions would break | 14 | # Remove any existing libtool m4 since old stale versions would break |
15 | # any upgrade | 15 | # any upgrade |
16 | rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 | 16 | rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 |
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 4554b752eb..4167080653 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=8a15a0759ef07f2682d2ba4b893c9afe" | |||
10 | 10 | ||
11 | DEPENDS = "libffi libxml2 zlib libedit ninja-native llvm-native" | 11 | DEPENDS = "libffi libxml2 zlib libedit ninja-native llvm-native" |
12 | 12 | ||
13 | COMPATIBLE_HOST_riscv64 = "null" | 13 | COMPATIBLE_HOST:riscv64 = "null" |
14 | COMPATIBLE_HOST_riscv32 = "null" | 14 | COMPATIBLE_HOST:riscv32 = "null" |
15 | 15 | ||
16 | RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" | 16 | RDEPENDS:${PN}:append:class-target = " ncurses-terminfo" |
17 | 17 | ||
18 | inherit cmake pkgconfig | 18 | inherit cmake pkgconfig |
19 | 19 | ||
@@ -62,8 +62,8 @@ def get_llvm_host_arch(bb, d): | |||
62 | # | 62 | # |
63 | LLVM_TARGETS ?= "AMDGPU;${@get_llvm_host_arch(bb, d)}" | 63 | LLVM_TARGETS ?= "AMDGPU;${@get_llvm_host_arch(bb, d)}" |
64 | 64 | ||
65 | ARM_INSTRUCTION_SET_armv5 = "arm" | 65 | ARM_INSTRUCTION_SET:armv5 = "arm" |
66 | ARM_INSTRUCTION_SET_armv4t = "arm" | 66 | ARM_INSTRUCTION_SET:armv4t = "arm" |
67 | 67 | ||
68 | EXTRA_OECMAKE += "-DLLVM_ENABLE_ASSERTIONS=OFF \ | 68 | EXTRA_OECMAKE += "-DLLVM_ENABLE_ASSERTIONS=OFF \ |
69 | -DLLVM_ENABLE_EXPENSIVE_CHECKS=OFF \ | 69 | -DLLVM_ENABLE_EXPENSIVE_CHECKS=OFF \ |
@@ -79,19 +79,19 @@ EXTRA_OECMAKE += "-DLLVM_ENABLE_ASSERTIONS=OFF \ | |||
79 | -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 \ | 79 | -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 \ |
80 | -G Ninja" | 80 | -G Ninja" |
81 | 81 | ||
82 | EXTRA_OECMAKE_append_class-target = "\ | 82 | EXTRA_OECMAKE:append:class-target = "\ |
83 | -DCMAKE_CROSSCOMPILING:BOOL=ON \ | 83 | -DCMAKE_CROSSCOMPILING:BOOL=ON \ |
84 | -DLLVM_TABLEGEN=${STAGING_BINDIR_NATIVE}/llvm-tblgen${PV} \ | 84 | -DLLVM_TABLEGEN=${STAGING_BINDIR_NATIVE}/llvm-tblgen${PV} \ |
85 | -DLLVM_CONFIG_PATH=${STAGING_BINDIR_NATIVE}/llvm-config${PV} \ | 85 | -DLLVM_CONFIG_PATH=${STAGING_BINDIR_NATIVE}/llvm-config${PV} \ |
86 | " | 86 | " |
87 | 87 | ||
88 | EXTRA_OECMAKE_append_class-nativesdk = "\ | 88 | EXTRA_OECMAKE:append:class-nativesdk = "\ |
89 | -DCMAKE_CROSSCOMPILING:BOOL=ON \ | 89 | -DCMAKE_CROSSCOMPILING:BOOL=ON \ |
90 | -DLLVM_TABLEGEN=${STAGING_BINDIR_NATIVE}/llvm-tblgen${PV} \ | 90 | -DLLVM_TABLEGEN=${STAGING_BINDIR_NATIVE}/llvm-tblgen${PV} \ |
91 | -DLLVM_CONFIG_PATH=${STAGING_BINDIR_NATIVE}/llvm-config${PV} \ | 91 | -DLLVM_CONFIG_PATH=${STAGING_BINDIR_NATIVE}/llvm-config${PV} \ |
92 | " | 92 | " |
93 | 93 | ||
94 | do_configure_prepend() { | 94 | do_configure:prepend() { |
95 | # Fix paths in llvm-config | 95 | # Fix paths in llvm-config |
96 | sed -i "s|sys::path::parent_path(CurrentPath))\.str()|sys::path::parent_path(sys::path::parent_path(CurrentPath))).str()|g" ${S}/tools/llvm-config/llvm-config.cpp | 96 | sed -i "s|sys::path::parent_path(CurrentPath))\.str()|sys::path::parent_path(sys::path::parent_path(CurrentPath))).str()|g" ${S}/tools/llvm-config/llvm-config.cpp |
97 | sed -ri "s#/(bin|include|lib)(/?\")#/\1/${LLVM_DIR}\2#g" ${S}/tools/llvm-config/llvm-config.cpp | 97 | sed -ri "s#/(bin|include|lib)(/?\")#/\1/${LLVM_DIR}\2#g" ${S}/tools/llvm-config/llvm-config.cpp |
@@ -99,7 +99,7 @@ do_configure_prepend() { | |||
99 | } | 99 | } |
100 | 100 | ||
101 | # patch out build host paths for reproducibility | 101 | # patch out build host paths for reproducibility |
102 | do_compile_prepend_class-target() { | 102 | do_compile:prepend:class-target() { |
103 | sed -i -e "s,${WORKDIR},,g" ${B}/tools/llvm-config/BuildVariables.inc | 103 | sed -i -e "s,${WORKDIR},,g" ${B}/tools/llvm-config/BuildVariables.inc |
104 | } | 104 | } |
105 | 105 | ||
@@ -107,7 +107,7 @@ do_compile() { | |||
107 | ninja -v ${PARALLEL_MAKE} | 107 | ninja -v ${PARALLEL_MAKE} |
108 | } | 108 | } |
109 | 109 | ||
110 | do_compile_class-native() { | 110 | do_compile:class-native() { |
111 | ninja -v ${PARALLEL_MAKE} llvm-config llvm-tblgen | 111 | ninja -v ${PARALLEL_MAKE} llvm-config llvm-tblgen |
112 | } | 112 | } |
113 | 113 | ||
@@ -142,7 +142,7 @@ do_install() { | |||
142 | rm -rf ${D}${libdir}/${LLVM_DIR}/libLTO.so | 142 | rm -rf ${D}${libdir}/${LLVM_DIR}/libLTO.so |
143 | } | 143 | } |
144 | 144 | ||
145 | do_install_class-native() { | 145 | do_install:class-native() { |
146 | install -D -m 0755 ${B}/bin/llvm-tblgen ${D}${bindir}/llvm-tblgen${PV} | 146 | install -D -m 0755 ${B}/bin/llvm-tblgen ${D}${bindir}/llvm-tblgen${PV} |
147 | install -D -m 0755 ${B}/bin/llvm-config ${D}${bindir}/llvm-config${PV} | 147 | install -D -m 0755 ${B}/bin/llvm-config ${D}${bindir}/llvm-config${PV} |
148 | install -D -m 0755 ${B}/lib/libLLVM-${MAJOR_VERSION}.so ${D}${libdir}/libLLVM-${MAJOR_VERSION}.so | 148 | install -D -m 0755 ${B}/lib/libLLVM-${MAJOR_VERSION}.so ${D}${libdir}/libLLVM-${MAJOR_VERSION}.so |
@@ -150,39 +150,39 @@ do_install_class-native() { | |||
150 | 150 | ||
151 | PACKAGES =+ "${PN}-bugpointpasses ${PN}-llvmhello ${PN}-libllvm ${PN}-liboptremarks ${PN}-liblto" | 151 | PACKAGES =+ "${PN}-bugpointpasses ${PN}-llvmhello ${PN}-libllvm ${PN}-liboptremarks ${PN}-liblto" |
152 | 152 | ||
153 | RRECOMMENDS_${PN}-dev += "${PN}-bugpointpasses ${PN}-llvmhello ${PN}-liboptremarks" | 153 | RRECOMMENDS:${PN}-dev += "${PN}-bugpointpasses ${PN}-llvmhello ${PN}-liboptremarks" |
154 | 154 | ||
155 | FILES_${PN}-bugpointpasses = "\ | 155 | FILES:${PN}-bugpointpasses = "\ |
156 | ${libdir}/${LLVM_DIR}/BugpointPasses.so \ | 156 | ${libdir}/${LLVM_DIR}/BugpointPasses.so \ |
157 | " | 157 | " |
158 | 158 | ||
159 | FILES_${PN}-libllvm = "\ | 159 | FILES:${PN}-libllvm = "\ |
160 | ${libdir}/${LLVM_DIR}/libLLVM-${MAJOR_VERSION}.so \ | 160 | ${libdir}/${LLVM_DIR}/libLLVM-${MAJOR_VERSION}.so \ |
161 | ${libdir}/libLLVM-${MAJOR_VERSION}.so \ | 161 | ${libdir}/libLLVM-${MAJOR_VERSION}.so \ |
162 | " | 162 | " |
163 | 163 | ||
164 | FILES_${PN}-liblto += "\ | 164 | FILES:${PN}-liblto += "\ |
165 | ${libdir}/${LLVM_DIR}/libLTO.so.* \ | 165 | ${libdir}/${LLVM_DIR}/libLTO.so.* \ |
166 | " | 166 | " |
167 | 167 | ||
168 | FILES_${PN}-liboptremarks += "\ | 168 | FILES:${PN}-liboptremarks += "\ |
169 | ${libdir}/${LLVM_DIR}/libRemarks.so.* \ | 169 | ${libdir}/${LLVM_DIR}/libRemarks.so.* \ |
170 | " | 170 | " |
171 | 171 | ||
172 | FILES_${PN}-llvmhello = "\ | 172 | FILES:${PN}-llvmhello = "\ |
173 | ${libdir}/${LLVM_DIR}/LLVMHello.so \ | 173 | ${libdir}/${LLVM_DIR}/LLVMHello.so \ |
174 | " | 174 | " |
175 | 175 | ||
176 | FILES_${PN}-dev += " \ | 176 | FILES:${PN}-dev += " \ |
177 | ${libdir}/${LLVM_DIR}/llvm-config \ | 177 | ${libdir}/${LLVM_DIR}/llvm-config \ |
178 | ${libdir}/${LLVM_DIR}/libRemarks.so \ | 178 | ${libdir}/${LLVM_DIR}/libRemarks.so \ |
179 | ${libdir}/${LLVM_DIR}/libLLVM-${PV}.so \ | 179 | ${libdir}/${LLVM_DIR}/libLLVM-${PV}.so \ |
180 | " | 180 | " |
181 | 181 | ||
182 | FILES_${PN}-staticdev += "\ | 182 | FILES:${PN}-staticdev += "\ |
183 | ${libdir}/${LLVM_DIR}/*.a \ | 183 | ${libdir}/${LLVM_DIR}/*.a \ |
184 | " | 184 | " |
185 | 185 | ||
186 | INSANE_SKIP_${PN}-libllvm += "dev-so" | 186 | INSANE_SKIP:${PN}-libllvm += "dev-so" |
187 | 187 | ||
188 | BBCLASSEXTEND = "native nativesdk" | 188 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc index 5f3d59226e..0516e49552 100644 --- a/meta/recipes-devtools/m4/m4-1.4.19.inc +++ b/meta/recipes-devtools/m4/m4-1.4.19.inc | |||
@@ -9,7 +9,7 @@ inherit autotools texinfo ptest gettext | |||
9 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ |
10 | file://ac_config_links.patch \ | 10 | file://ac_config_links.patch \ |
11 | " | 11 | " |
12 | SRC_URI_append_class-target = " file://run-ptest \ | 12 | SRC_URI:append:class-target = " file://run-ptest \ |
13 | file://serial-tests-config.patch \ | 13 | file://serial-tests-config.patch \ |
14 | " | 14 | " |
15 | 15 | ||
@@ -51,11 +51,11 @@ do_install_ptest() { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | 53 | ||
54 | RDEPENDS_${PN}-ptest += "make coreutils diffutils" | 54 | RDEPENDS:${PN}-ptest += "make coreutils diffutils" |
55 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 55 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ |
56 | locale-base-fr-fr.iso-8859-1 \ | 56 | locale-base-fr-fr.iso-8859-1 \ |
57 | " | 57 | " |
58 | 58 | ||
59 | INSANE_SKIP_${PN}-ptest += "ldflags" | 59 | INSANE_SKIP:${PN}-ptest += "ldflags" |
60 | INSANE_SKIP_${PN}-ptest += "rpaths" | 60 | INSANE_SKIP:${PN}-ptest += "rpaths" |
61 | 61 | ||
diff --git a/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb b/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb index 5910f4bc70..79746260d0 100644 --- a/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb +++ b/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "file://makedevs.c \ | |||
8 | 8 | ||
9 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}" |
10 | 10 | ||
11 | FILES_${PN}_append_class-nativesdk = " ${datadir}" | 11 | FILES:${PN}:append:class-nativesdk = " ${datadir}" |
12 | 12 | ||
13 | do_compile() { | 13 | do_compile() { |
14 | ${CC} ${CFLAGS} ${LDFLAGS} -o ${S}/makedevs ${S}/makedevs.c | 14 | ${CC} ${CFLAGS} ${LDFLAGS} -o ${S}/makedevs ${S}/makedevs.c |
@@ -19,7 +19,7 @@ do_install() { | |||
19 | install -m 0755 ${S}/makedevs ${D}${base_sbindir}/makedevs | 19 | install -m 0755 ${S}/makedevs ${D}${base_sbindir}/makedevs |
20 | } | 20 | } |
21 | 21 | ||
22 | do_install_append_class-nativesdk() { | 22 | do_install:append:class-nativesdk() { |
23 | install -d ${D}${datadir} | 23 | install -d ${D}${datadir} |
24 | install -m 644 ${COREBASE}/meta/files/device_table-minimal.txt ${D}${datadir}/ | 24 | install -m 644 ${COREBASE}/meta/files/device_table-minimal.txt ${D}${datadir}/ |
25 | } | 25 | } |
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 7ddfccf2d6..f1746d2094 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -24,11 +24,11 @@ UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" | |||
24 | 24 | ||
25 | inherit setuptools3 | 25 | inherit setuptools3 |
26 | 26 | ||
27 | RDEPENDS_${PN} = "ninja python3-modules python3-pkg-resources" | 27 | RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources" |
28 | 28 | ||
29 | FILES_${PN} += "${datadir}/polkit-1" | 29 | FILES:${PN} += "${datadir}/polkit-1" |
30 | 30 | ||
31 | do_install_append () { | 31 | do_install:append () { |
32 | # As per the same issue in the python recipe itself: | 32 | # As per the same issue in the python recipe itself: |
33 | # Unfortunately the following pyc files are non-deterministc due to 'frozenset' | 33 | # Unfortunately the following pyc files are non-deterministc due to 'frozenset' |
34 | # being written without strict ordering, even with PYTHONHASHSEED = 0 | 34 | # being written without strict ordering, even with PYTHONHASHSEED = 0 |
diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.58.1.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.58.1.bb index 74e1a7104a..0e76cc78f8 100644 --- a/meta/recipes-devtools/meson/nativesdk-meson_0.58.1.bb +++ b/meta/recipes-devtools/meson/nativesdk-meson_0.58.1.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += "file://meson-setup.py \ | |||
13 | # real paths by meson-setup.sh when the SDK is extracted. | 13 | # real paths by meson-setup.sh when the SDK is extracted. |
14 | # - Some overrides aren't needed, since the SDK injects paths that take care of | 14 | # - Some overrides aren't needed, since the SDK injects paths that take care of |
15 | # them. | 15 | # them. |
16 | do_install_append() { | 16 | do_install:append() { |
17 | install -d ${D}${datadir}/meson | 17 | install -d ${D}${datadir}/meson |
18 | cat >${D}${datadir}/meson/meson.cross.template <<EOF | 18 | cat >${D}${datadir}/meson/meson.cross.template <<EOF |
19 | [binaries] | 19 | [binaries] |
@@ -47,10 +47,10 @@ EOF | |||
47 | install -m 0755 ${WORKDIR}/meson-wrapper ${D}${bindir}/meson | 47 | install -m 0755 ${WORKDIR}/meson-wrapper ${D}${bindir}/meson |
48 | } | 48 | } |
49 | 49 | ||
50 | RDEPENDS_${PN} += "\ | 50 | RDEPENDS:${PN} += "\ |
51 | nativesdk-ninja \ | 51 | nativesdk-ninja \ |
52 | nativesdk-python3 \ | 52 | nativesdk-python3 \ |
53 | nativesdk-python3-setuptools \ | 53 | nativesdk-python3-setuptools \ |
54 | " | 54 | " |
55 | 55 | ||
56 | FILES_${PN} += "${datadir}/meson ${SDKPATHNATIVE}" | 56 | FILES:${PN} += "${datadir}/meson ${SDKPATHNATIVE}" |
diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index bdd0bf7f1b..661db4665f 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb | |||
@@ -14,9 +14,9 @@ UPSTREAM_CHECK_COMMITS = "1" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | CFLAGS_append_powerpc64 = " -D__SANE_USERSPACE_TYPES__" | 17 | CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" |
18 | CFLAGS_append_mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" | 18 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" |
19 | CFLAGS_append_mipsarchn32 = " -D__SANE_USERSPACE_TYPES__" | 19 | CFLAGS:append:mipsarchn32 = " -D__SANE_USERSPACE_TYPES__" |
20 | 20 | ||
21 | do_install() { | 21 | do_install() { |
22 | install -d ${D}${bindir} | 22 | install -d ${D}${bindir} |
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index d7aa738558..057ae806a1 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
9 | inherit autotools pkgconfig update-alternatives | 9 | inherit autotools pkgconfig update-alternatives |
10 | 10 | ||
11 | DEPENDS = "zlib e2fsprogs util-linux" | 11 | DEPENDS = "zlib e2fsprogs util-linux" |
12 | RDEPENDS_mtd-utils-tests += "bash" | 12 | RDEPENDS:mtd-utils-tests += "bash" |
13 | 13 | ||
14 | PV = "2.1.3" | 14 | PV = "2.1.3" |
15 | 15 | ||
@@ -31,15 +31,15 @@ PACKAGECONFIG[jffs] = "--with-jffs,--without-jffs" | |||
31 | PACKAGECONFIG[ubifs] = "--with-ubifs,--without-ubifs" | 31 | PACKAGECONFIG[ubifs] = "--with-ubifs,--without-ubifs" |
32 | PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" | 32 | PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" |
33 | 33 | ||
34 | CPPFLAGS_append_riscv64 = " -pthread -D_REENTRANT" | 34 | CPPFLAGS:append:riscv64 = " -pthread -D_REENTRANT" |
35 | 35 | ||
36 | EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'BUILDDIR=${S}'" | 36 | EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'BUILDDIR=${S}'" |
37 | 37 | ||
38 | # Use higher priority than corresponding BusyBox-provided applets | 38 | # Use higher priority than corresponding BusyBox-provided applets |
39 | ALTERNATIVE_PRIORITY = "100" | 39 | ALTERNATIVE_PRIORITY = "100" |
40 | 40 | ||
41 | ALTERNATIVE_${PN} = "flashcp flash_eraseall flash_lock flash_unlock nanddump nandwrite" | 41 | ALTERNATIVE:${PN} = "flashcp flash_eraseall flash_lock flash_unlock nanddump nandwrite" |
42 | ALTERNATIVE_${PN}-ubifs = "ubiattach ubidetach ubimkvol ubirename ubirmvol ubirsvol ubiupdatevol" | 42 | ALTERNATIVE:${PN}-ubifs = "ubiattach ubidetach ubimkvol ubirename ubirmvol ubirsvol ubiupdatevol" |
43 | 43 | ||
44 | ALTERNATIVE_LINK_NAME[nandwrite] = "${sbindir}/nandwrite" | 44 | ALTERNATIVE_LINK_NAME[nandwrite] = "${sbindir}/nandwrite" |
45 | ALTERNATIVE_LINK_NAME[nanddump] = "${sbindir}/nanddump" | 45 | ALTERNATIVE_LINK_NAME[nanddump] = "${sbindir}/nanddump" |
@@ -63,10 +63,10 @@ PACKAGES =+ "mtd-utils-misc mtd-utils-tests" | |||
63 | PACKAGES =+ "${@bb.utils.contains("PACKAGECONFIG", "jffs", "mtd-utils-jffs2", "", d)}" | 63 | PACKAGES =+ "${@bb.utils.contains("PACKAGECONFIG", "jffs", "mtd-utils-jffs2", "", d)}" |
64 | PACKAGES =+ "${@bb.utils.contains("PACKAGECONFIG", "ubifs", "mtd-utils-ubifs", "", d)}" | 64 | PACKAGES =+ "${@bb.utils.contains("PACKAGECONFIG", "ubifs", "mtd-utils-ubifs", "", d)}" |
65 | 65 | ||
66 | FILES_mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump ${sbindir}/jffs2reader ${sbindir}/sumtool" | 66 | FILES:mtd-utils-jffs2 = "${sbindir}/mkfs.jffs2 ${sbindir}/jffs2dump ${sbindir}/jffs2reader ${sbindir}/sumtool" |
67 | FILES_mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*" | 67 | FILES:mtd-utils-ubifs = "${sbindir}/mkfs.ubifs ${sbindir}/ubi*" |
68 | FILES_mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd* ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image" | 68 | FILES:mtd-utils-misc = "${sbindir}/nftl* ${sbindir}/ftl* ${sbindir}/rfd* ${sbindir}/doc* ${sbindir}/serve_image ${sbindir}/recv_image" |
69 | FILES_mtd-utils-tests = "${libexecdir}/mtd-utils/*" | 69 | FILES:mtd-utils-tests = "${libexecdir}/mtd-utils/*" |
70 | 70 | ||
71 | BBCLASSEXTEND = "native nativesdk" | 71 | BBCLASSEXTEND = "native nativesdk" |
72 | 72 | ||
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.32.bb b/meta/recipes-devtools/mtools/mtools_4.0.32.bb index 501875037a..1000ad925b 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.32.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.32.bb | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
7 | 7 | ||
8 | DEPENDS += "virtual/libiconv" | 8 | DEPENDS += "virtual/libiconv" |
9 | 9 | ||
10 | RDEPENDS_${PN}_libc-glibc = "glibc-gconv-ibm850" | 10 | RDEPENDS:${PN}:libc-glibc = "glibc-gconv-ibm850" |
11 | RRECOMMENDS_${PN}_libc-glibc = "\ | 11 | RRECOMMENDS:${PN}:libc-glibc = "\ |
12 | glibc-gconv-ibm437 \ | 12 | glibc-gconv-ibm437 \ |
13 | glibc-gconv-ibm737 \ | 13 | glibc-gconv-ibm737 \ |
14 | glibc-gconv-ibm775 \ | 14 | glibc-gconv-ibm775 \ |
@@ -32,7 +32,7 @@ SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | |||
32 | file://clang_UNUSED.patch \ | 32 | file://clang_UNUSED.patch \ |
33 | " | 33 | " |
34 | 34 | ||
35 | SRC_URI_append_class-native = " file://disable-hardcoded-configs.patch" | 35 | SRC_URI:append:class-native = " file://disable-hardcoded-configs.patch" |
36 | 36 | ||
37 | inherit autotools texinfo | 37 | inherit autotools texinfo |
38 | 38 | ||
@@ -43,7 +43,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
43 | PACKAGECONFIG ??= "" | 43 | PACKAGECONFIG ??= "" |
44 | PACKAGECONFIG[libbsd] = "ac_cv_lib_bsd_main=yes,ac_cv_lib_bsd_main=no,libbsd" | 44 | PACKAGECONFIG[libbsd] = "ac_cv_lib_bsd_main=yes,ac_cv_lib_bsd_main=no,libbsd" |
45 | 45 | ||
46 | do_install_prepend () { | 46 | do_install:prepend () { |
47 | # Create bindir to fix parallel installation issues | 47 | # Create bindir to fix parallel installation issues |
48 | mkdir -p ${D}/${bindir} | 48 | mkdir -p ${D}/${bindir} |
49 | mkdir -p ${D}/${datadir} | 49 | mkdir -p ${D}/${datadir} |
diff --git a/meta/recipes-devtools/nasm/nasm_2.15.05.bb b/meta/recipes-devtools/nasm/nasm_2.15.05.bb index 43088baf71..edc17aeebf 100644 --- a/meta/recipes-devtools/nasm/nasm_2.15.05.bb +++ b/meta/recipes-devtools/nasm/nasm_2.15.05.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \ | |||
12 | 12 | ||
13 | SRC_URI[sha256sum] = "3c4b8339e5ab54b1bcb2316101f8985a5da50a3f9e504d43fa6f35668bee2fd0" | 13 | SRC_URI[sha256sum] = "3c4b8339e5ab54b1bcb2316101f8985a5da50a3f9e504d43fa6f35668bee2fd0" |
14 | 14 | ||
15 | EXTRA_AUTORECONF_append = " -I autoconf/m4" | 15 | EXTRA_AUTORECONF:append = " -I autoconf/m4" |
16 | 16 | ||
17 | inherit autotools-brokensep | 17 | inherit autotools-brokensep |
18 | 18 | ||
diff --git a/meta/recipes-devtools/ninja/ninja_1.10.2.bb b/meta/recipes-devtools/ninja/ninja_1.10.2.bb index 2a39b2d216..c908bcb738 100644 --- a/meta/recipes-devtools/ninja/ninja_1.10.2.bb +++ b/meta/recipes-devtools/ninja/ninja_1.10.2.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | do_configure[noexec] = "1" | 16 | do_configure[noexec] = "1" |
17 | 17 | ||
18 | do_compile_class-native() { | 18 | do_compile:class-native() { |
19 | python3 ./configure.py --bootstrap | 19 | python3 ./configure.py --bootstrap |
20 | } | 20 | } |
21 | 21 | ||
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb index 93d2911104..a2bcc7f661 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.5.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Additional utilities for the opkg package manager" | 1 | SUMMARY = "Additional utilities for the opkg package manager" |
2 | SUMMARY_update-alternatives-opkg = "Utility for managing the alternatives system" | 2 | SUMMARY:update-alternatives-opkg = "Utility for managing the alternatives system" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils" | 4 | HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
@@ -17,13 +17,13 @@ SRC_URI[sha256sum] = "528635e674addea5c2b3a3268404ad04a952c4f410d17c3d754f5dd552 | |||
17 | 17 | ||
18 | TARGET_CC_ARCH += "${LDFLAGS}" | 18 | TARGET_CC_ARCH += "${LDFLAGS}" |
19 | 19 | ||
20 | RDEPENDS_${PN} += "bash" | 20 | RDEPENDS:${PN} += "bash" |
21 | 21 | ||
22 | inherit perlnative | 22 | inherit perlnative |
23 | 23 | ||
24 | # For native builds we use the host Python | 24 | # For native builds we use the host Python |
25 | PYTHONRDEPS = "python3 python3-shell python3-io python3-math python3-crypt python3-logging python3-fcntl python3-pickle python3-compression python3-stringold" | 25 | PYTHONRDEPS = "python3 python3-shell python3-io python3-math python3-crypt python3-logging python3-fcntl python3-pickle python3-compression python3-stringold" |
26 | PYTHONRDEPS_class-native = "" | 26 | PYTHONRDEPS:class-native = "" |
27 | 27 | ||
28 | PACKAGECONFIG = "python update-alternatives" | 28 | PACKAGECONFIG = "python update-alternatives" |
29 | PACKAGECONFIG[python] = ",,,${PYTHONRDEPS}" | 29 | PACKAGECONFIG[python] = ",,,${PYTHONRDEPS}" |
@@ -36,7 +36,7 @@ do_install() { | |||
36 | fi | 36 | fi |
37 | } | 37 | } |
38 | 38 | ||
39 | do_install_append_class-target() { | 39 | do_install:append:class-target() { |
40 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'python', 'true', 'false', d)}; then | 40 | if ! ${@bb.utils.contains('PACKAGECONFIG', 'python', 'true', 'false', d)}; then |
41 | grep -lZ "/usr/bin/env.*python" ${D}${bindir}/* | xargs -0 rm | 41 | grep -lZ "/usr/bin/env.*python" ${D}${bindir}/* | xargs -0 rm |
42 | fi | 42 | fi |
@@ -48,15 +48,15 @@ do_install_append_class-target() { | |||
48 | 48 | ||
49 | # These are empty and will pull python3-dev into images where it wouldn't | 49 | # These are empty and will pull python3-dev into images where it wouldn't |
50 | # have been otherwise, so don't generate them. | 50 | # have been otherwise, so don't generate them. |
51 | PACKAGES_remove = "${PN}-dev ${PN}-staticdev" | 51 | PACKAGES:remove = "${PN}-dev ${PN}-staticdev" |
52 | 52 | ||
53 | PACKAGES =+ "update-alternatives-opkg" | 53 | PACKAGES =+ "update-alternatives-opkg" |
54 | FILES_update-alternatives-opkg = "${bindir}/update-alternatives" | 54 | FILES:update-alternatives-opkg = "${bindir}/update-alternatives" |
55 | RPROVIDES_update-alternatives-opkg = "update-alternatives update-alternatives-cworth" | 55 | RPROVIDES:update-alternatives-opkg = "update-alternatives update-alternatives-cworth" |
56 | RREPLACES_update-alternatives-opkg = "update-alternatives-cworth" | 56 | RREPLACES:update-alternatives-opkg = "update-alternatives-cworth" |
57 | RCONFLICTS_update-alternatives-opkg = "update-alternatives-cworth" | 57 | RCONFLICTS:update-alternatives-opkg = "update-alternatives-cworth" |
58 | 58 | ||
59 | pkg_postrm_update-alternatives-opkg() { | 59 | pkg_postrm:update-alternatives-opkg() { |
60 | rm -rf $D${nonarch_libdir}/opkg/alternatives | 60 | rm -rf $D${nonarch_libdir}/opkg/alternatives |
61 | rmdir $D${nonarch_libdir}/opkg || true | 61 | rmdir $D${nonarch_libdir}/opkg || true |
62 | } | 62 | } |
diff --git a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb index 0c2dbc9e32..dc17de2e8e 100644 --- a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb +++ b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | |||
@@ -26,10 +26,10 @@ do_install () { | |||
26 | install -m 0644 ${S}/${sysconfdir}/opkg/* ${D}${sysconfdir}/opkg/ | 26 | install -m 0644 ${S}/${sysconfdir}/opkg/* ${D}${sysconfdir}/opkg/ |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} = "${sysconfdir}/opkg/ " | 29 | FILES:${PN} = "${sysconfdir}/opkg/ " |
30 | 30 | ||
31 | CONFFILES_${PN} += "${sysconfdir}/opkg/arch.conf" | 31 | CONFFILES:${PN} += "${sysconfdir}/opkg/arch.conf" |
32 | 32 | ||
33 | RREPLACES_${PN} = "opkg-config-base" | 33 | RREPLACES:${PN} = "opkg-config-base" |
34 | RCONFLICTS_${PN} = "opkg-config-base" | 34 | RCONFLICTS:${PN} = "opkg-config-base" |
35 | RPROVIDES_${PN} = "opkg-config-base" | 35 | RPROVIDES:${PN} = "opkg-config-base" |
diff --git a/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb b/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb index 07e2402545..84aeb98068 100644 --- a/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb +++ b/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 | |||
5 | # Distro-specific keys can be added to this package in two ways: | 5 | # Distro-specific keys can be added to this package in two ways: |
6 | # | 6 | # |
7 | # 1) In a .bbappend, add .gpg and/or .asc files to SRC_URI and install them to | 7 | # 1) In a .bbappend, add .gpg and/or .asc files to SRC_URI and install them to |
8 | # ${D}${datadir}/opkg/keyrings/ in a do_install_append function. These | 8 | # ${D}${datadir}/opkg/keyrings/ in a do_install:append function. These |
9 | # files should not be named 'key-$name.gpg' to ensure they don't conflict | 9 | # files should not be named 'key-$name.gpg' to ensure they don't conflict |
10 | # with keys exported as per (2). | 10 | # with keys exported as per (2). |
11 | # | 11 | # |
@@ -30,12 +30,12 @@ do_install () { | |||
30 | done | 30 | done |
31 | } | 31 | } |
32 | 32 | ||
33 | FILES_${PN} = "${datadir}/opkg/keyrings" | 33 | FILES:${PN} = "${datadir}/opkg/keyrings" |
34 | 34 | ||
35 | # We need 'opkg-key' to run the postinst script | 35 | # We need 'opkg-key' to run the postinst script |
36 | RDEPENDS_${PN} = "opkg" | 36 | RDEPENDS:${PN} = "opkg" |
37 | 37 | ||
38 | pkg_postinst_ontarget_${PN} () { | 38 | pkg_postinst_ontarget:${PN} () { |
39 | if test -x ${bindir}/opkg-key | 39 | if test -x ${bindir}/opkg-key |
40 | then | 40 | then |
41 | ${bindir}/opkg-key populate | 41 | ${bindir}/opkg-key populate |
diff --git a/meta/recipes-devtools/opkg/opkg_0.4.5.bb b/meta/recipes-devtools/opkg/opkg_0.4.5.bb index 56d6211aee..ef18ccf63a 100644 --- a/meta/recipes-devtools/opkg/opkg_0.4.5.bb +++ b/meta/recipes-devtools/opkg/opkg_0.4.5.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Open Package Manager" | 1 | SUMMARY = "Open Package Manager" |
2 | SUMMARY_libopkg = "Open Package Manager library" | 2 | SUMMARY:libopkg = "Open Package Manager library" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | HOMEPAGE = "http://code.google.com/p/opkg/" | 4 | HOMEPAGE = "http://code.google.com/p/opkg/" |
5 | DESCRIPTION = "Opkg is a lightweight package management system based on Ipkg." | 5 | DESCRIPTION = "Opkg is a lightweight package management system based on Ipkg." |
@@ -44,9 +44,9 @@ PACKAGECONFIG[sha256] = "--enable-sha256,--disable-sha256" | |||
44 | PACKAGECONFIG[libsolv] = "--with-libsolv,--without-libsolv,libsolv" | 44 | PACKAGECONFIG[libsolv] = "--with-libsolv,--without-libsolv,libsolv" |
45 | 45 | ||
46 | EXTRA_OECONF += " --disable-pathfinder" | 46 | EXTRA_OECONF += " --disable-pathfinder" |
47 | EXTRA_OECONF_class-native = "--localstatedir=/${@os.path.relpath('${localstatedir}', '${STAGING_DIR_NATIVE}')} --sysconfdir=/${@os.path.relpath('${sysconfdir}', '${STAGING_DIR_NATIVE}')}" | 47 | EXTRA_OECONF:class-native = "--localstatedir=/${@os.path.relpath('${localstatedir}', '${STAGING_DIR_NATIVE}')} --sysconfdir=/${@os.path.relpath('${sysconfdir}', '${STAGING_DIR_NATIVE}')}" |
48 | 48 | ||
49 | do_install_append () { | 49 | do_install:append () { |
50 | install -d ${D}${sysconfdir}/opkg | 50 | install -d ${D}${sysconfdir}/opkg |
51 | install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf | 51 | install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf |
52 | echo "option lists_dir ${OPKGLIBDIR}/opkg/lists" >>${D}${sysconfdir}/opkg/opkg.conf | 52 | echo "option lists_dir ${OPKGLIBDIR}/opkg/lists" >>${D}${sysconfdir}/opkg/opkg.conf |
@@ -60,7 +60,7 @@ do_install_ptest () { | |||
60 | sed -i -e '/@PYTHONPATH=. $(PYTHON) $^/a\\t@if [ "$$?" != "0" ];then echo "FAIL:"$^;else echo "PASS:"$^;fi' ${D}${PTEST_PATH}/tests/Makefile | 60 | sed -i -e '/@PYTHONPATH=. $(PYTHON) $^/a\\t@if [ "$$?" != "0" ];then echo "FAIL:"$^;else echo "PASS:"$^;fi' ${D}${PTEST_PATH}/tests/Makefile |
61 | } | 61 | } |
62 | 62 | ||
63 | WARN_QA_append += "openssl-deprecation" | 63 | WARN_QA:append += "openssl-deprecation" |
64 | QAPKGTEST[openssl-deprecation] = "package_qa_check_openssl_deprecation" | 64 | QAPKGTEST[openssl-deprecation] = "package_qa_check_openssl_deprecation" |
65 | def package_qa_check_openssl_deprecation (package, d, messages): | 65 | def package_qa_check_openssl_deprecation (package, d, messages): |
66 | sane = True | 66 | sane = True |
@@ -73,16 +73,16 @@ def package_qa_check_openssl_deprecation (package, d, messages): | |||
73 | return sane | 73 | return sane |
74 | 74 | ||
75 | 75 | ||
76 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" | 76 | RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive" |
77 | RDEPENDS_${PN}_class-native = "" | 77 | RDEPENDS:${PN}:class-native = "" |
78 | RDEPENDS_${PN}_class-nativesdk = "" | 78 | RDEPENDS:${PN}:class-nativesdk = "" |
79 | RDEPENDS_${PN}-ptest += "make binutils python3-core python3-compression" | 79 | RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression" |
80 | RREPLACES_${PN} = "opkg-nogpg opkg-collateral" | 80 | RREPLACES:${PN} = "opkg-nogpg opkg-collateral" |
81 | RCONFLICTS_${PN} = "opkg-collateral" | 81 | RCONFLICTS:${PN} = "opkg-collateral" |
82 | RPROVIDES_${PN} = "opkg-collateral" | 82 | RPROVIDES:${PN} = "opkg-collateral" |
83 | 83 | ||
84 | FILES_libopkg = "${libdir}/*.so.* ${OPKGLIBDIR}/opkg/" | 84 | FILES:libopkg = "${libdir}/*.so.* ${OPKGLIBDIR}/opkg/" |
85 | 85 | ||
86 | BBCLASSEXTEND = "native nativesdk" | 86 | BBCLASSEXTEND = "native nativesdk" |
87 | 87 | ||
88 | CONFFILES_${PN} = "${sysconfdir}/opkg/opkg.conf" | 88 | CONFFILES:${PN} = "${sysconfdir}/opkg/opkg.conf" |
diff --git a/meta/recipes-devtools/orc/orc_0.4.32.bb b/meta/recipes-devtools/orc/orc_0.4.32.bb index 0b63716f99..829255f110 100644 --- a/meta/recipes-devtools/orc/orc_0.4.32.bb +++ b/meta/recipes-devtools/orc/orc_0.4.32.bb | |||
@@ -17,14 +17,14 @@ BBCLASSEXTEND = "native nativesdk" | |||
17 | 17 | ||
18 | PACKAGES =+ "orc-examples" | 18 | PACKAGES =+ "orc-examples" |
19 | PACKAGES_DYNAMIC += "^liborc-.*" | 19 | PACKAGES_DYNAMIC += "^liborc-.*" |
20 | FILES_orc-examples = "${libdir}/orc/*" | 20 | FILES:orc-examples = "${libdir}/orc/*" |
21 | FILES_${PN} = "${bindir}/*" | 21 | FILES:${PN} = "${bindir}/*" |
22 | 22 | ||
23 | python populate_packages_prepend () { | 23 | python populate_packages:prepend () { |
24 | libdir = d.expand('${libdir}') | 24 | libdir = d.expand('${libdir}') |
25 | do_split_packages(d, libdir, r'^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True) | 25 | do_split_packages(d, libdir, r'^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True) |
26 | } | 26 | } |
27 | 27 | ||
28 | do_compile_prepend_class-native () { | 28 | do_compile:prepend:class-native () { |
29 | sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c | 29 | sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c |
30 | } | 30 | } |
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index cbfb8cfcf5..a12d426b2c 100644 --- a/meta/recipes-devtools/patch/patch.inc +++ b/meta/recipes-devtools/patch/patch.inc | |||
@@ -10,5 +10,5 @@ S = "${WORKDIR}/patch-${PV}" | |||
10 | 10 | ||
11 | inherit autotools update-alternatives | 11 | inherit autotools update-alternatives |
12 | 12 | ||
13 | ALTERNATIVE_${PN} = "patch" | 13 | ALTERNATIVE:${PN} = "patch" |
14 | ALTERNATIVE_PRIORITY = "100" | 14 | ALTERNATIVE_PRIORITY = "100" |
diff --git a/meta/recipes-devtools/patch/patch_2.7.6.bb b/meta/recipes-devtools/patch/patch_2.7.6.bb index 1997af0c25..b4f986e33a 100644 --- a/meta/recipes-devtools/patch/patch_2.7.6.bb +++ b/meta/recipes-devtools/patch/patch_2.7.6.bb | |||
@@ -23,6 +23,6 @@ acpaths = "-I ${S}/m4 " | |||
23 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" | 23 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}" |
24 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | 24 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," |
25 | 25 | ||
26 | PROVIDES_append_class-native = " patch-replacement-native" | 26 | PROVIDES:append:class-native = " patch-replacement-native" |
27 | 27 | ||
28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb b/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb index b19692b2f3..2759ef8a53 100644 --- a/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb +++ b/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb | |||
@@ -31,7 +31,7 @@ do_configure () { | |||
31 | do_compile () { | 31 | do_compile () { |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_class-native() { | 34 | do_install:class-native() { |
35 | mkdir -p ${D}/${datadir}/perl-cross/ | 35 | mkdir -p ${D}/${datadir}/perl-cross/ |
36 | cp -rf ${S}/* ${D}/${datadir}/perl-cross/ | 36 | cp -rf ${S}/* ${D}/${datadir}/perl-cross/ |
37 | } | 37 | } |
diff --git a/meta/recipes-devtools/perl/files/perl-rdepends.txt b/meta/recipes-devtools/perl/files/perl-rdepends.txt index f20fc44b58..dd23dc222a 100644 --- a/meta/recipes-devtools/perl/files/perl-rdepends.txt +++ b/meta/recipes-devtools/perl/files/perl-rdepends.txt | |||
@@ -1,2025 +1,2025 @@ | |||
1 | 1 | ||
2 | # Some additional dependencies that the above doesn't manage to figure out | 2 | # Some additional dependencies that the above doesn't manage to figure out |
3 | RDEPENDS_perl-module-file-spec += "perl-module-file-spec-unix" | 3 | RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix" |
4 | RDEPENDS_perl-module-math-bigint += "perl-module-math-bigint-calc" | 4 | RDEPENDS:perl-module-math-bigint += "perl-module-math-bigint-calc" |
5 | RDEPENDS_perl-module-thread-queue += "perl-module-attributes" | 5 | RDEPENDS:perl-module-thread-queue += "perl-module-attributes" |
6 | RDEPENDS_perl-module-overload += "perl-module-overloading" | 6 | RDEPENDS:perl-module-overload += "perl-module-overloading" |
7 | 7 | ||
8 | # Generated depends list beyond this line | 8 | # Generated depends list beyond this line |
9 | RDEPENDS_perl-module-anydbm-file += "perl-module-strict" | 9 | RDEPENDS:perl-module-anydbm-file += "perl-module-strict" |
10 | RDEPENDS_perl-module-anydbm-file += "perl-module-warnings" | 10 | RDEPENDS:perl-module-anydbm-file += "perl-module-warnings" |
11 | RDEPENDS_perl-module-app-cpan += "perl-module-config" | 11 | RDEPENDS:perl-module-app-cpan += "perl-module-config" |
12 | RDEPENDS_perl-module-app-cpan += "perl-module-constant" | 12 | RDEPENDS:perl-module-app-cpan += "perl-module-constant" |
13 | RDEPENDS_perl-module-app-cpan += "perl-module-cpan" | 13 | RDEPENDS:perl-module-app-cpan += "perl-module-cpan" |
14 | RDEPENDS_perl-module-app-cpan += "perl-module-cwd" | 14 | RDEPENDS:perl-module-app-cpan += "perl-module-cwd" |
15 | RDEPENDS_perl-module-app-cpan += "perl-module-data-dumper" | 15 | RDEPENDS:perl-module-app-cpan += "perl-module-data-dumper" |
16 | RDEPENDS_perl-module-app-cpan += "perl-module-file-basename" | 16 | RDEPENDS:perl-module-app-cpan += "perl-module-file-basename" |
17 | RDEPENDS_perl-module-app-cpan += "perl-module-file-find" | 17 | RDEPENDS:perl-module-app-cpan += "perl-module-file-find" |
18 | RDEPENDS_perl-module-app-cpan += "perl-module-getopt-std" | 18 | RDEPENDS:perl-module-app-cpan += "perl-module-getopt-std" |
19 | RDEPENDS_perl-module-app-cpan += "perl-module-if" | 19 | RDEPENDS:perl-module-app-cpan += "perl-module-if" |
20 | RDEPENDS_perl-module-app-cpan += "perl-module-net-ping" | 20 | RDEPENDS:perl-module-app-cpan += "perl-module-net-ping" |
21 | RDEPENDS_perl-module-app-cpan += "perl-module-strict" | 21 | RDEPENDS:perl-module-app-cpan += "perl-module-strict" |
22 | RDEPENDS_perl-module-app-cpan += "perl-module-user-pwent" | 22 | RDEPENDS:perl-module-app-cpan += "perl-module-user-pwent" |
23 | RDEPENDS_perl-module-app-cpan += "perl-module-vars" | 23 | RDEPENDS:perl-module-app-cpan += "perl-module-vars" |
24 | RDEPENDS_perl-module-app-cpan += "perl-module-warnings" | 24 | RDEPENDS:perl-module-app-cpan += "perl-module-warnings" |
25 | RDEPENDS_perl-module-app-prove += "perl-module-app-prove-state" | 25 | RDEPENDS:perl-module-app-prove += "perl-module-app-prove-state" |
26 | RDEPENDS_perl-module-app-prove += "perl-module-base" | 26 | RDEPENDS:perl-module-app-prove += "perl-module-base" |
27 | RDEPENDS_perl-module-app-prove += "perl-module-constant" | 27 | RDEPENDS:perl-module-app-prove += "perl-module-constant" |
28 | RDEPENDS_perl-module-app-prove += "perl-module-getopt-long" | 28 | RDEPENDS:perl-module-app-prove += "perl-module-getopt-long" |
29 | RDEPENDS_perl-module-app-prove += "perl-module-strict" | 29 | RDEPENDS:perl-module-app-prove += "perl-module-strict" |
30 | RDEPENDS_perl-module-app-prove += "perl-module-tap-harness" | 30 | RDEPENDS:perl-module-app-prove += "perl-module-tap-harness" |
31 | RDEPENDS_perl-module-app-prove += "perl-module-tap-harness-env" | 31 | RDEPENDS:perl-module-app-prove += "perl-module-tap-harness-env" |
32 | RDEPENDS_perl-module-app-prove += "perl-module-text-parsewords" | 32 | RDEPENDS:perl-module-app-prove += "perl-module-text-parsewords" |
33 | RDEPENDS_perl-module-app-prove += "perl-module-warnings" | 33 | RDEPENDS:perl-module-app-prove += "perl-module-warnings" |
34 | RDEPENDS_perl-module-app-prove-state += "perl-module-app-prove-state-result" | 34 | RDEPENDS:perl-module-app-prove-state += "perl-module-app-prove-state-result" |
35 | RDEPENDS_perl-module-app-prove-state += "perl-module-base" | 35 | RDEPENDS:perl-module-app-prove-state += "perl-module-base" |
36 | RDEPENDS_perl-module-app-prove-state += "perl-module-constant" | 36 | RDEPENDS:perl-module-app-prove-state += "perl-module-constant" |
37 | RDEPENDS_perl-module-app-prove-state += "perl-module-file-find" | 37 | RDEPENDS:perl-module-app-prove-state += "perl-module-file-find" |
38 | RDEPENDS_perl-module-app-prove-state += "perl-module-strict" | 38 | RDEPENDS:perl-module-app-prove-state += "perl-module-strict" |
39 | RDEPENDS_perl-module-app-prove-state += "perl-module-tap-parser-yamlish-reader" | 39 | RDEPENDS:perl-module-app-prove-state += "perl-module-tap-parser-yamlish-reader" |
40 | RDEPENDS_perl-module-app-prove-state += "perl-module-tap-parser-yamlish-writer" | 40 | RDEPENDS:perl-module-app-prove-state += "perl-module-tap-parser-yamlish-writer" |
41 | RDEPENDS_perl-module-app-prove-state += "perl-module-warnings" | 41 | RDEPENDS:perl-module-app-prove-state += "perl-module-warnings" |
42 | RDEPENDS_perl-module-app-prove-state-result += "perl-module-app-prove-state-result-test" | 42 | RDEPENDS:perl-module-app-prove-state-result += "perl-module-app-prove-state-result-test" |
43 | RDEPENDS_perl-module-app-prove-state-result += "perl-module-constant" | 43 | RDEPENDS:perl-module-app-prove-state-result += "perl-module-constant" |
44 | RDEPENDS_perl-module-app-prove-state-result += "perl-module-strict" | 44 | RDEPENDS:perl-module-app-prove-state-result += "perl-module-strict" |
45 | RDEPENDS_perl-module-app-prove-state-result += "perl-module-warnings" | 45 | RDEPENDS:perl-module-app-prove-state-result += "perl-module-warnings" |
46 | RDEPENDS_perl-module-app-prove-state-result-test += "perl-module-strict" | 46 | RDEPENDS:perl-module-app-prove-state-result-test += "perl-module-strict" |
47 | RDEPENDS_perl-module-app-prove-state-result-test += "perl-module-warnings" | 47 | RDEPENDS:perl-module-app-prove-state-result-test += "perl-module-warnings" |
48 | RDEPENDS_perl-module-archive-tar-constant += "perl-module-constant" | 48 | RDEPENDS:perl-module-archive-tar-constant += "perl-module-constant" |
49 | RDEPENDS_perl-module-archive-tar-constant += "perl-module-exporter" | 49 | RDEPENDS:perl-module-archive-tar-constant += "perl-module-exporter" |
50 | RDEPENDS_perl-module-archive-tar-constant += "perl-module-io-compress-bzip2" | 50 | RDEPENDS:perl-module-archive-tar-constant += "perl-module-io-compress-bzip2" |
51 | RDEPENDS_perl-module-archive-tar-constant += "perl-module-strict" | 51 | RDEPENDS:perl-module-archive-tar-constant += "perl-module-strict" |
52 | RDEPENDS_perl-module-archive-tar-constant += "perl-module-time-local" | 52 | RDEPENDS:perl-module-archive-tar-constant += "perl-module-time-local" |
53 | RDEPENDS_perl-module-archive-tar-constant += "perl-module-warnings" | 53 | RDEPENDS:perl-module-archive-tar-constant += "perl-module-warnings" |
54 | RDEPENDS_perl-module-archive-tar-file += "perl-module-archive-tar" | 54 | RDEPENDS:perl-module-archive-tar-file += "perl-module-archive-tar" |
55 | RDEPENDS_perl-module-archive-tar-file += "perl-module-archive-tar-constant" | 55 | RDEPENDS:perl-module-archive-tar-file += "perl-module-archive-tar-constant" |
56 | RDEPENDS_perl-module-archive-tar-file += "perl-module-file-basename" | 56 | RDEPENDS:perl-module-archive-tar-file += "perl-module-file-basename" |
57 | RDEPENDS_perl-module-archive-tar-file += "perl-module-io-file" | 57 | RDEPENDS:perl-module-archive-tar-file += "perl-module-io-file" |
58 | RDEPENDS_perl-module-archive-tar-file += "perl-module-strict" | 58 | RDEPENDS:perl-module-archive-tar-file += "perl-module-strict" |
59 | RDEPENDS_perl-module-archive-tar-file += "perl-module-vars" | 59 | RDEPENDS:perl-module-archive-tar-file += "perl-module-vars" |
60 | RDEPENDS_perl-module-archive-tar += "perl-module-archive-tar-constant" | 60 | RDEPENDS:perl-module-archive-tar += "perl-module-archive-tar-constant" |
61 | RDEPENDS_perl-module-archive-tar += "perl-module-archive-tar-file" | 61 | RDEPENDS:perl-module-archive-tar += "perl-module-archive-tar-file" |
62 | RDEPENDS_perl-module-archive-tar += "perl-module-config" | 62 | RDEPENDS:perl-module-archive-tar += "perl-module-config" |
63 | RDEPENDS_perl-module-archive-tar += "perl-module-cwd" | 63 | RDEPENDS:perl-module-archive-tar += "perl-module-cwd" |
64 | RDEPENDS_perl-module-archive-tar += "perl-module-exporter" | 64 | RDEPENDS:perl-module-archive-tar += "perl-module-exporter" |
65 | RDEPENDS_perl-module-archive-tar += "perl-module-file-path" | 65 | RDEPENDS:perl-module-archive-tar += "perl-module-file-path" |
66 | RDEPENDS_perl-module-archive-tar += "perl-module-io-file" | 66 | RDEPENDS:perl-module-archive-tar += "perl-module-io-file" |
67 | RDEPENDS_perl-module-archive-tar += "perl-module-io-zlib" | 67 | RDEPENDS:perl-module-archive-tar += "perl-module-io-zlib" |
68 | RDEPENDS_perl-module-archive-tar += "perl-module-strict" | 68 | RDEPENDS:perl-module-archive-tar += "perl-module-strict" |
69 | RDEPENDS_perl-module-archive-tar += "perl-module-vars" | 69 | RDEPENDS:perl-module-archive-tar += "perl-module-vars" |
70 | RDEPENDS_perl-module-attribute-handlers += "perl-module-strict" | 70 | RDEPENDS:perl-module-attribute-handlers += "perl-module-strict" |
71 | RDEPENDS_perl-module-attribute-handlers += "perl-module-warnings" | 71 | RDEPENDS:perl-module-attribute-handlers += "perl-module-warnings" |
72 | RDEPENDS_perl-module-attributes += "perl-module-exporter" | 72 | RDEPENDS:perl-module-attributes += "perl-module-exporter" |
73 | RDEPENDS_perl-module-attributes += "perl-module-strict" | 73 | RDEPENDS:perl-module-attributes += "perl-module-strict" |
74 | RDEPENDS_perl-module-attributes += "perl-module-warnings" | 74 | RDEPENDS:perl-module-attributes += "perl-module-warnings" |
75 | RDEPENDS_perl-module-attributes += "perl-module-xsloader" | 75 | RDEPENDS:perl-module-attributes += "perl-module-xsloader" |
76 | RDEPENDS_perl-module-autodie-exception += "perl-module-constant" | 76 | RDEPENDS:perl-module-autodie-exception += "perl-module-constant" |
77 | RDEPENDS_perl-module-autodie-exception += "perl-module-fatal" | 77 | RDEPENDS:perl-module-autodie-exception += "perl-module-fatal" |
78 | RDEPENDS_perl-module-autodie-exception += "perl-module-fcntl" | 78 | RDEPENDS:perl-module-autodie-exception += "perl-module-fcntl" |
79 | RDEPENDS_perl-module-autodie-exception += "perl-module-overload" | 79 | RDEPENDS:perl-module-autodie-exception += "perl-module-overload" |
80 | RDEPENDS_perl-module-autodie-exception += "perl-module-strict" | 80 | RDEPENDS:perl-module-autodie-exception += "perl-module-strict" |
81 | RDEPENDS_perl-module-autodie-exception += "perl-module-warnings" | 81 | RDEPENDS:perl-module-autodie-exception += "perl-module-warnings" |
82 | RDEPENDS_perl-module-autodie-exception-system += "perl-module-parent" | 82 | RDEPENDS:perl-module-autodie-exception-system += "perl-module-parent" |
83 | RDEPENDS_perl-module-autodie-exception-system += "perl-module-strict" | 83 | RDEPENDS:perl-module-autodie-exception-system += "perl-module-strict" |
84 | RDEPENDS_perl-module-autodie-exception-system += "perl-module-warnings" | 84 | RDEPENDS:perl-module-autodie-exception-system += "perl-module-warnings" |
85 | RDEPENDS_perl-module-autodie-hints += "perl-module-b" | 85 | RDEPENDS:perl-module-autodie-hints += "perl-module-b" |
86 | RDEPENDS_perl-module-autodie-hints += "perl-module-constant" | 86 | RDEPENDS:perl-module-autodie-hints += "perl-module-constant" |
87 | RDEPENDS_perl-module-autodie-hints += "perl-module-strict" | 87 | RDEPENDS:perl-module-autodie-hints += "perl-module-strict" |
88 | RDEPENDS_perl-module-autodie-hints += "perl-module-warnings" | 88 | RDEPENDS:perl-module-autodie-hints += "perl-module-warnings" |
89 | RDEPENDS_perl-module-autodie += "perl-module-constant" | 89 | RDEPENDS:perl-module-autodie += "perl-module-constant" |
90 | RDEPENDS_perl-module-autodie += "perl-module-lib" | 90 | RDEPENDS:perl-module-autodie += "perl-module-lib" |
91 | RDEPENDS_perl-module-autodie += "perl-module-parent" | 91 | RDEPENDS:perl-module-autodie += "perl-module-parent" |
92 | RDEPENDS_perl-module-autodie += "perl-module-strict" | 92 | RDEPENDS:perl-module-autodie += "perl-module-strict" |
93 | RDEPENDS_perl-module-autodie += "perl-module-warnings" | 93 | RDEPENDS:perl-module-autodie += "perl-module-warnings" |
94 | RDEPENDS_perl-module-autodie-scope-guard += "perl-module-strict" | 94 | RDEPENDS:perl-module-autodie-scope-guard += "perl-module-strict" |
95 | RDEPENDS_perl-module-autodie-scope-guard += "perl-module-warnings" | 95 | RDEPENDS:perl-module-autodie-scope-guard += "perl-module-warnings" |
96 | RDEPENDS_perl-module-autodie-scope-guardstack += "perl-module-autodie-scope-guard" | 96 | RDEPENDS:perl-module-autodie-scope-guardstack += "perl-module-autodie-scope-guard" |
97 | RDEPENDS_perl-module-autodie-scope-guardstack += "perl-module-strict" | 97 | RDEPENDS:perl-module-autodie-scope-guardstack += "perl-module-strict" |
98 | RDEPENDS_perl-module-autodie-scope-guardstack += "perl-module-warnings" | 98 | RDEPENDS:perl-module-autodie-scope-guardstack += "perl-module-warnings" |
99 | RDEPENDS_perl-module-autodie-skip += "perl-module-strict" | 99 | RDEPENDS:perl-module-autodie-skip += "perl-module-strict" |
100 | RDEPENDS_perl-module-autodie-skip += "perl-module-warnings" | 100 | RDEPENDS:perl-module-autodie-skip += "perl-module-warnings" |
101 | RDEPENDS_perl-module-autodie-util += "perl-module-autodie-scope-guardstack" | 101 | RDEPENDS:perl-module-autodie-util += "perl-module-autodie-scope-guardstack" |
102 | RDEPENDS_perl-module-autodie-util += "perl-module-exporter" | 102 | RDEPENDS:perl-module-autodie-util += "perl-module-exporter" |
103 | RDEPENDS_perl-module-autodie-util += "perl-module-strict" | 103 | RDEPENDS:perl-module-autodie-util += "perl-module-strict" |
104 | RDEPENDS_perl-module-autodie-util += "perl-module-warnings" | 104 | RDEPENDS:perl-module-autodie-util += "perl-module-warnings" |
105 | RDEPENDS_perl-module-autoloader += "perl-module-strict" | 105 | RDEPENDS:perl-module-autoloader += "perl-module-strict" |
106 | RDEPENDS_perl-module-autosplit += "perl-module-config" | 106 | RDEPENDS:perl-module-autosplit += "perl-module-config" |
107 | RDEPENDS_perl-module-autosplit += "perl-module-exporter" | 107 | RDEPENDS:perl-module-autosplit += "perl-module-exporter" |
108 | RDEPENDS_perl-module-autosplit += "perl-module-file-basename" | 108 | RDEPENDS:perl-module-autosplit += "perl-module-file-basename" |
109 | RDEPENDS_perl-module-autosplit += "perl-module-file-path" | 109 | RDEPENDS:perl-module-autosplit += "perl-module-file-path" |
110 | RDEPENDS_perl-module-autosplit += "perl-module-strict" | 110 | RDEPENDS:perl-module-autosplit += "perl-module-strict" |
111 | RDEPENDS_perl-module-base += "perl-module-strict" | 111 | RDEPENDS:perl-module-base += "perl-module-strict" |
112 | RDEPENDS_perl-module-b-concise += "perl-module-b" | 112 | RDEPENDS:perl-module-b-concise += "perl-module-b" |
113 | RDEPENDS_perl-module-b-concise += "perl-module-b-op-private" | 113 | RDEPENDS:perl-module-b-concise += "perl-module-b-op-private" |
114 | RDEPENDS_perl-module-b-concise += "perl-module-config" | 114 | RDEPENDS:perl-module-b-concise += "perl-module-config" |
115 | RDEPENDS_perl-module-b-concise += "perl-module-exporter" | 115 | RDEPENDS:perl-module-b-concise += "perl-module-exporter" |
116 | RDEPENDS_perl-module-b-concise += "perl-module-feature" | 116 | RDEPENDS:perl-module-b-concise += "perl-module-feature" |
117 | RDEPENDS_perl-module-b-concise += "perl-module-strict" | 117 | RDEPENDS:perl-module-b-concise += "perl-module-strict" |
118 | RDEPENDS_perl-module-b-concise += "perl-module-warnings" | 118 | RDEPENDS:perl-module-b-concise += "perl-module-warnings" |
119 | RDEPENDS_perl-module-benchmark += "perl-module-exporter" | 119 | RDEPENDS:perl-module-benchmark += "perl-module-exporter" |
120 | RDEPENDS_perl-module-benchmark += "perl-module-strict" | 120 | RDEPENDS:perl-module-benchmark += "perl-module-strict" |
121 | RDEPENDS_perl-module-bigint += "perl-module-constant" | 121 | RDEPENDS:perl-module-bigint += "perl-module-constant" |
122 | RDEPENDS_perl-module-bigint += "perl-module-exporter" | 122 | RDEPENDS:perl-module-bigint += "perl-module-exporter" |
123 | RDEPENDS_perl-module-bigint += "perl-module-math-bigint" | 123 | RDEPENDS:perl-module-bigint += "perl-module-math-bigint" |
124 | RDEPENDS_perl-module-bigint += "perl-module-math-bigint-trace" | 124 | RDEPENDS:perl-module-bigint += "perl-module-math-bigint-trace" |
125 | RDEPENDS_perl-module-bigint += "perl-module-overload" | 125 | RDEPENDS:perl-module-bigint += "perl-module-overload" |
126 | RDEPENDS_perl-module-bigint += "perl-module-strict" | 126 | RDEPENDS:perl-module-bigint += "perl-module-strict" |
127 | RDEPENDS_perl-module-bigint += "perl-module-warnings" | 127 | RDEPENDS:perl-module-bigint += "perl-module-warnings" |
128 | RDEPENDS_perl-module-bignum += "perl-module-bigint" | 128 | RDEPENDS:perl-module-bignum += "perl-module-bigint" |
129 | RDEPENDS_perl-module-bignum += "perl-module-exporter" | 129 | RDEPENDS:perl-module-bignum += "perl-module-exporter" |
130 | RDEPENDS_perl-module-bignum += "perl-module-math-bigfloat" | 130 | RDEPENDS:perl-module-bignum += "perl-module-math-bigfloat" |
131 | RDEPENDS_perl-module-bignum += "perl-module-math-bigfloat-trace" | 131 | RDEPENDS:perl-module-bignum += "perl-module-math-bigfloat-trace" |
132 | RDEPENDS_perl-module-bignum += "perl-module-math-bigint" | 132 | RDEPENDS:perl-module-bignum += "perl-module-math-bigint" |
133 | RDEPENDS_perl-module-bignum += "perl-module-math-bigint-trace" | 133 | RDEPENDS:perl-module-bignum += "perl-module-math-bigint-trace" |
134 | RDEPENDS_perl-module-bignum += "perl-module-overload" | 134 | RDEPENDS:perl-module-bignum += "perl-module-overload" |
135 | RDEPENDS_perl-module-bignum += "perl-module-strict" | 135 | RDEPENDS:perl-module-bignum += "perl-module-strict" |
136 | RDEPENDS_perl-module-bignum += "perl-module-warnings" | 136 | RDEPENDS:perl-module-bignum += "perl-module-warnings" |
137 | RDEPENDS_perl-module-bigrat += "perl-module-bigint" | 137 | RDEPENDS:perl-module-bigrat += "perl-module-bigint" |
138 | RDEPENDS_perl-module-bigrat += "perl-module-exporter" | 138 | RDEPENDS:perl-module-bigrat += "perl-module-exporter" |
139 | RDEPENDS_perl-module-bigrat += "perl-module-math-bigfloat" | 139 | RDEPENDS:perl-module-bigrat += "perl-module-math-bigfloat" |
140 | RDEPENDS_perl-module-bigrat += "perl-module-math-bigint" | 140 | RDEPENDS:perl-module-bigrat += "perl-module-math-bigint" |
141 | RDEPENDS_perl-module-bigrat += "perl-module-math-bigint-trace" | 141 | RDEPENDS:perl-module-bigrat += "perl-module-math-bigint-trace" |
142 | RDEPENDS_perl-module-bigrat += "perl-module-math-bigrat" | 142 | RDEPENDS:perl-module-bigrat += "perl-module-math-bigrat" |
143 | RDEPENDS_perl-module-bigrat += "perl-module-overload" | 143 | RDEPENDS:perl-module-bigrat += "perl-module-overload" |
144 | RDEPENDS_perl-module-bigrat += "perl-module-strict" | 144 | RDEPENDS:perl-module-bigrat += "perl-module-strict" |
145 | RDEPENDS_perl-module-bigrat += "perl-module-warnings" | 145 | RDEPENDS:perl-module-bigrat += "perl-module-warnings" |
146 | RDEPENDS_perl-module-blib += "perl-module-cwd" | 146 | RDEPENDS:perl-module-blib += "perl-module-cwd" |
147 | RDEPENDS_perl-module-b += "perl-module-exporter" | 147 | RDEPENDS:perl-module-b += "perl-module-exporter" |
148 | RDEPENDS_perl-module-b += "perl-module-xsloader" | 148 | RDEPENDS:perl-module-b += "perl-module-xsloader" |
149 | RDEPENDS_perl-module-b-showlex += "perl-module-b" | 149 | RDEPENDS:perl-module-b-showlex += "perl-module-b" |
150 | RDEPENDS_perl-module-b-showlex += "perl-module-b-concise" | 150 | RDEPENDS:perl-module-b-showlex += "perl-module-b-concise" |
151 | RDEPENDS_perl-module-b-showlex += "perl-module-b-terse" | 151 | RDEPENDS:perl-module-b-showlex += "perl-module-b-terse" |
152 | RDEPENDS_perl-module-b-showlex += "perl-module-strict" | 152 | RDEPENDS:perl-module-b-showlex += "perl-module-strict" |
153 | RDEPENDS_perl-module-b-terse += "perl-module-b" | 153 | RDEPENDS:perl-module-b-terse += "perl-module-b" |
154 | RDEPENDS_perl-module-b-terse += "perl-module-b-concise" | 154 | RDEPENDS:perl-module-b-terse += "perl-module-b-concise" |
155 | RDEPENDS_perl-module-b-terse += "perl-module-strict" | 155 | RDEPENDS:perl-module-b-terse += "perl-module-strict" |
156 | RDEPENDS_perl-module-b-xref += "perl-module-b" | 156 | RDEPENDS:perl-module-b-xref += "perl-module-b" |
157 | RDEPENDS_perl-module-b-xref += "perl-module-config" | 157 | RDEPENDS:perl-module-b-xref += "perl-module-config" |
158 | RDEPENDS_perl-module-b-xref += "perl-module-strict" | 158 | RDEPENDS:perl-module-b-xref += "perl-module-strict" |
159 | RDEPENDS_perl-module-bytes += "perl-module-bytes-heavy" | 159 | RDEPENDS:perl-module-bytes += "perl-module-bytes-heavy" |
160 | RDEPENDS_perl-module--charnames += "perl-module-bytes" | 160 | RDEPENDS:perl-module--charnames += "perl-module-bytes" |
161 | RDEPENDS_perl-module-charnames += "perl-module-bytes" | 161 | RDEPENDS:perl-module-charnames += "perl-module-bytes" |
162 | RDEPENDS_perl-module-charnames += "perl-module--charnames" | 162 | RDEPENDS:perl-module-charnames += "perl-module--charnames" |
163 | RDEPENDS_perl-module--charnames += "perl-module-re" | 163 | RDEPENDS:perl-module--charnames += "perl-module-re" |
164 | RDEPENDS_perl-module-charnames += "perl-module-re" | 164 | RDEPENDS:perl-module-charnames += "perl-module-re" |
165 | RDEPENDS_perl-module--charnames += "perl-module-strict" | 165 | RDEPENDS:perl-module--charnames += "perl-module-strict" |
166 | RDEPENDS_perl-module-charnames += "perl-module-strict" | 166 | RDEPENDS:perl-module-charnames += "perl-module-strict" |
167 | RDEPENDS_perl-module--charnames += "perl-module-warnings" | 167 | RDEPENDS:perl-module--charnames += "perl-module-warnings" |
168 | RDEPENDS_perl-module-charnames += "perl-module-warnings" | 168 | RDEPENDS:perl-module-charnames += "perl-module-warnings" |
169 | RDEPENDS_perl-module-class-struct += "perl-module-exporter" | 169 | RDEPENDS:perl-module-class-struct += "perl-module-exporter" |
170 | RDEPENDS_perl-module-class-struct += "perl-module-strict" | 170 | RDEPENDS:perl-module-class-struct += "perl-module-strict" |
171 | RDEPENDS_perl-module-class-struct += "perl-module-warnings-register" | 171 | RDEPENDS:perl-module-class-struct += "perl-module-warnings-register" |
172 | RDEPENDS_perl-module-compress-raw-bzip2 += "perl-module-bytes " | 172 | RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-bytes " |
173 | RDEPENDS_perl-module-compress-raw-bzip2 += "perl-module-constant" | 173 | RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-constant" |
174 | RDEPENDS_perl-module-compress-raw-bzip2 += "perl-module-dynaloader" | 174 | RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-dynaloader" |
175 | RDEPENDS_perl-module-compress-raw-bzip2 += "perl-module-exporter" | 175 | RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-exporter" |
176 | RDEPENDS_perl-module-compress-raw-bzip2 += "perl-module-strict " | 176 | RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-strict " |
177 | RDEPENDS_perl-module-compress-raw-bzip2 += "perl-module-warnings " | 177 | RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-warnings " |
178 | RDEPENDS_perl-module-compress-raw-bzip2 += "perl-module-xsloader" | 178 | RDEPENDS:perl-module-compress-raw-bzip2 += "perl-module-xsloader" |
179 | RDEPENDS_perl-module-compress-raw-zlib += "perl-module-bytes " | 179 | RDEPENDS:perl-module-compress-raw-zlib += "perl-module-bytes " |
180 | RDEPENDS_perl-module-compress-raw-zlib += "perl-module-constant" | 180 | RDEPENDS:perl-module-compress-raw-zlib += "perl-module-constant" |
181 | RDEPENDS_perl-module-compress-raw-zlib += "perl-module-dynaloader" | 181 | RDEPENDS:perl-module-compress-raw-zlib += "perl-module-dynaloader" |
182 | RDEPENDS_perl-module-compress-raw-zlib += "perl-module-exporter" | 182 | RDEPENDS:perl-module-compress-raw-zlib += "perl-module-exporter" |
183 | RDEPENDS_perl-module-compress-raw-zlib += "perl-module-strict " | 183 | RDEPENDS:perl-module-compress-raw-zlib += "perl-module-strict " |
184 | RDEPENDS_perl-module-compress-raw-zlib += "perl-module-warnings " | 184 | RDEPENDS:perl-module-compress-raw-zlib += "perl-module-warnings " |
185 | RDEPENDS_perl-module-compress-raw-zlib += "perl-module-xsloader" | 185 | RDEPENDS:perl-module-compress-raw-zlib += "perl-module-xsloader" |
186 | RDEPENDS_perl-module-compress-zlib += "perl-module-bytes " | 186 | RDEPENDS:perl-module-compress-zlib += "perl-module-bytes " |
187 | RDEPENDS_perl-module-compress-zlib += "perl-module-compress-raw-zlib" | 187 | RDEPENDS:perl-module-compress-zlib += "perl-module-compress-raw-zlib" |
188 | RDEPENDS_perl-module-compress-zlib += "perl-module-constant" | 188 | RDEPENDS:perl-module-compress-zlib += "perl-module-constant" |
189 | RDEPENDS_perl-module-compress-zlib += "perl-module-exporter" | 189 | RDEPENDS:perl-module-compress-zlib += "perl-module-exporter" |
190 | RDEPENDS_perl-module-compress-zlib += "perl-module-io-compress-base-common" | 190 | RDEPENDS:perl-module-compress-zlib += "perl-module-io-compress-base-common" |
191 | RDEPENDS_perl-module-compress-zlib += "perl-module-io-compress-gzip" | 191 | RDEPENDS:perl-module-compress-zlib += "perl-module-io-compress-gzip" |
192 | RDEPENDS_perl-module-compress-zlib += "perl-module-io-compress-gzip-constants" | 192 | RDEPENDS:perl-module-compress-zlib += "perl-module-io-compress-gzip-constants" |
193 | RDEPENDS_perl-module-compress-zlib += "perl-module-io-handle " | 193 | RDEPENDS:perl-module-compress-zlib += "perl-module-io-handle " |
194 | RDEPENDS_perl-module-compress-zlib += "perl-module-io-uncompress-gunzip" | 194 | RDEPENDS:perl-module-compress-zlib += "perl-module-io-uncompress-gunzip" |
195 | RDEPENDS_perl-module-compress-zlib += "perl-module-strict " | 195 | RDEPENDS:perl-module-compress-zlib += "perl-module-strict " |
196 | RDEPENDS_perl-module-compress-zlib += "perl-module-warnings " | 196 | RDEPENDS:perl-module-compress-zlib += "perl-module-warnings " |
197 | RDEPENDS_perl-module-config-extensions += "perl-module-config" | 197 | RDEPENDS:perl-module-config-extensions += "perl-module-config" |
198 | RDEPENDS_perl-module-config-extensions += "perl-module-exporter" | 198 | RDEPENDS:perl-module-config-extensions += "perl-module-exporter" |
199 | RDEPENDS_perl-module-config-extensions += "perl-module-strict" | 199 | RDEPENDS:perl-module-config-extensions += "perl-module-strict" |
200 | RDEPENDS_perl-module-config-perl-v += "perl-module-config" | 200 | RDEPENDS:perl-module-config-perl-v += "perl-module-config" |
201 | RDEPENDS_perl-module-config-perl-v += "perl-module-exporter" | 201 | RDEPENDS:perl-module-config-perl-v += "perl-module-exporter" |
202 | RDEPENDS_perl-module-config-perl-v += "perl-module-strict" | 202 | RDEPENDS:perl-module-config-perl-v += "perl-module-strict" |
203 | RDEPENDS_perl-module-config-perl-v += "perl-module-vars" | 203 | RDEPENDS:perl-module-config-perl-v += "perl-module-vars" |
204 | RDEPENDS_perl-module-config-perl-v += "perl-module-warnings" | 204 | RDEPENDS:perl-module-config-perl-v += "perl-module-warnings" |
205 | RDEPENDS_perl-module-constant += "perl-module-strict" | 205 | RDEPENDS:perl-module-constant += "perl-module-strict" |
206 | RDEPENDS_perl-module-constant += "perl-module-warnings-register" | 206 | RDEPENDS:perl-module-constant += "perl-module-warnings-register" |
207 | RDEPENDS_perl-module-corelist += "perl-module-list-util" | 207 | RDEPENDS:perl-module-corelist += "perl-module-list-util" |
208 | RDEPENDS_perl-module-corelist += "perl-module-corelist" | 208 | RDEPENDS:perl-module-corelist += "perl-module-corelist" |
209 | RDEPENDS_perl-module-corelist += "perl-module-strict" | 209 | RDEPENDS:perl-module-corelist += "perl-module-strict" |
210 | RDEPENDS_perl-module-corelist += "perl-module-version" | 210 | RDEPENDS:perl-module-corelist += "perl-module-version" |
211 | RDEPENDS_perl-module-corelist += "perl-module-warnings" | 211 | RDEPENDS:perl-module-corelist += "perl-module-warnings" |
212 | RDEPENDS_perl-module-cpan += "perl-module-b" | 212 | RDEPENDS:perl-module-cpan += "perl-module-b" |
213 | RDEPENDS_perl-module-cpan += "perl-module-config" | 213 | RDEPENDS:perl-module-cpan += "perl-module-config" |
214 | RDEPENDS_perl-module-cpan += "perl-module-cwd" | 214 | RDEPENDS:perl-module-cpan += "perl-module-cwd" |
215 | RDEPENDS_perl-module-cpan += "perl-module-data-dumper" | 215 | RDEPENDS:perl-module-cpan += "perl-module-data-dumper" |
216 | RDEPENDS_perl-module-cpan += "perl-module-dirhandle" | 216 | RDEPENDS:perl-module-cpan += "perl-module-dirhandle" |
217 | RDEPENDS_perl-module-cpan += "perl-module-errno" | 217 | RDEPENDS:perl-module-cpan += "perl-module-errno" |
218 | RDEPENDS_perl-module-cpan += "perl-module-exporter" | 218 | RDEPENDS:perl-module-cpan += "perl-module-exporter" |
219 | RDEPENDS_perl-module-cpan += "perl-module-extutils-makemaker" | 219 | RDEPENDS:perl-module-cpan += "perl-module-extutils-makemaker" |
220 | RDEPENDS_perl-module-cpan += "perl-module-extutils-manifest" | 220 | RDEPENDS:perl-module-cpan += "perl-module-extutils-manifest" |
221 | RDEPENDS_perl-module-cpan += "perl-module-fcntl" | 221 | RDEPENDS:perl-module-cpan += "perl-module-fcntl" |
222 | RDEPENDS_perl-module-cpan += "perl-module-file-basename" | 222 | RDEPENDS:perl-module-cpan += "perl-module-file-basename" |
223 | RDEPENDS_perl-module-cpan += "perl-module-file-copy" | 223 | RDEPENDS:perl-module-cpan += "perl-module-file-copy" |
224 | RDEPENDS_perl-module-cpan += "perl-module-file-find" | 224 | RDEPENDS:perl-module-cpan += "perl-module-file-find" |
225 | RDEPENDS_perl-module-cpan += "perl-module-filehandle" | 225 | RDEPENDS:perl-module-cpan += "perl-module-filehandle" |
226 | RDEPENDS_perl-module-cpan += "perl-module-file-path" | 226 | RDEPENDS:perl-module-cpan += "perl-module-file-path" |
227 | RDEPENDS_perl-module-cpan += "perl-module-json-pp" | 227 | RDEPENDS:perl-module-cpan += "perl-module-json-pp" |
228 | RDEPENDS_perl-module-cpan += "perl-module-lib" | 228 | RDEPENDS:perl-module-cpan += "perl-module-lib" |
229 | RDEPENDS_perl-module-cpan += "perl-module-net-ping" | 229 | RDEPENDS:perl-module-cpan += "perl-module-net-ping" |
230 | RDEPENDS_perl-module-cpan += "perl-module-overload" | 230 | RDEPENDS:perl-module-cpan += "perl-module-overload" |
231 | RDEPENDS_perl-module-cpan += "perl-module-posix" | 231 | RDEPENDS:perl-module-cpan += "perl-module-posix" |
232 | RDEPENDS_perl-module-cpan += "perl-module-safe" | 232 | RDEPENDS:perl-module-cpan += "perl-module-safe" |
233 | RDEPENDS_perl-module-cpan += "perl-module-strict" | 233 | RDEPENDS:perl-module-cpan += "perl-module-strict" |
234 | RDEPENDS_perl-module-cpan += "perl-module-sys-hostname" | 234 | RDEPENDS:perl-module-cpan += "perl-module-sys-hostname" |
235 | RDEPENDS_perl-module-cpan += "perl-module-term-readline" | 235 | RDEPENDS:perl-module-cpan += "perl-module-term-readline" |
236 | RDEPENDS_perl-module-cpan += "perl-module-text-parsewords" | 236 | RDEPENDS:perl-module-cpan += "perl-module-text-parsewords" |
237 | RDEPENDS_perl-module-cpan += "perl-module-text-wrap" | 237 | RDEPENDS:perl-module-cpan += "perl-module-text-wrap" |
238 | RDEPENDS_perl-module-cpan += "perl-module-time-local" | 238 | RDEPENDS:perl-module-cpan += "perl-module-time-local" |
239 | RDEPENDS_perl-module-cpan += "perl-module-vars" | 239 | RDEPENDS:perl-module-cpan += "perl-module-vars" |
240 | RDEPENDS_perl-module-cpan += "perl-module-warnings" | 240 | RDEPENDS:perl-module-cpan += "perl-module-warnings" |
241 | RDEPENDS_perl-module-cwd += "perl-module-errno" | 241 | RDEPENDS:perl-module-cwd += "perl-module-errno" |
242 | RDEPENDS_perl-module-cwd += "perl-module-exporter" | 242 | RDEPENDS:perl-module-cwd += "perl-module-exporter" |
243 | RDEPENDS_perl-module-cwd += "perl-module-strict" | 243 | RDEPENDS:perl-module-cwd += "perl-module-strict" |
244 | RDEPENDS_perl-module-cwd += "perl-module-xsloader" | 244 | RDEPENDS:perl-module-cwd += "perl-module-xsloader" |
245 | RDEPENDS_perl-module-data-dumper += "perl-module-config" | 245 | RDEPENDS:perl-module-data-dumper += "perl-module-config" |
246 | RDEPENDS_perl-module-data-dumper += "perl-module-constant" | 246 | RDEPENDS:perl-module-data-dumper += "perl-module-constant" |
247 | RDEPENDS_perl-module-data-dumper += "perl-module-exporter" | 247 | RDEPENDS:perl-module-data-dumper += "perl-module-exporter" |
248 | RDEPENDS_perl-module-data-dumper += "perl-module-xsloader" | 248 | RDEPENDS:perl-module-data-dumper += "perl-module-xsloader" |
249 | RDEPENDS_perl-module-db-file += "perl-module-dynaloader" | 249 | RDEPENDS:perl-module-db-file += "perl-module-dynaloader" |
250 | RDEPENDS_perl-module-db-file += "perl-module-exporter" | 250 | RDEPENDS:perl-module-db-file += "perl-module-exporter" |
251 | RDEPENDS_perl-module-db-file += "perl-module-fcntl" | 251 | RDEPENDS:perl-module-db-file += "perl-module-fcntl" |
252 | RDEPENDS_perl-module-db-file += "perl-module-strict " | 252 | RDEPENDS:perl-module-db-file += "perl-module-strict " |
253 | RDEPENDS_perl-module-db-file += "perl-module-strict" | 253 | RDEPENDS:perl-module-db-file += "perl-module-strict" |
254 | RDEPENDS_perl-module-db-file += "perl-module-tie-hash" | 254 | RDEPENDS:perl-module-db-file += "perl-module-tie-hash" |
255 | RDEPENDS_perl-module-db-file += "perl-module-warnings" | 255 | RDEPENDS:perl-module-db-file += "perl-module-warnings" |
256 | RDEPENDS_perl-module-dbm-filter-compress += "perl-module-strict" | 256 | RDEPENDS:perl-module-dbm-filter-compress += "perl-module-strict" |
257 | RDEPENDS_perl-module-dbm-filter-compress += "perl-module-warnings" | 257 | RDEPENDS:perl-module-dbm-filter-compress += "perl-module-warnings" |
258 | RDEPENDS_perl-module-dbm-filter-encode += "perl-module-strict" | 258 | RDEPENDS:perl-module-dbm-filter-encode += "perl-module-strict" |
259 | RDEPENDS_perl-module-dbm-filter-encode += "perl-module-warnings" | 259 | RDEPENDS:perl-module-dbm-filter-encode += "perl-module-warnings" |
260 | RDEPENDS_perl-module-dbm-filter-int32 += "perl-module-strict" | 260 | RDEPENDS:perl-module-dbm-filter-int32 += "perl-module-strict" |
261 | RDEPENDS_perl-module-dbm-filter-int32 += "perl-module-warnings" | 261 | RDEPENDS:perl-module-dbm-filter-int32 += "perl-module-warnings" |
262 | RDEPENDS_perl-module-dbm-filter-null += "perl-module-strict" | 262 | RDEPENDS:perl-module-dbm-filter-null += "perl-module-strict" |
263 | RDEPENDS_perl-module-dbm-filter-null += "perl-module-warnings" | 263 | RDEPENDS:perl-module-dbm-filter-null += "perl-module-warnings" |
264 | RDEPENDS_perl-module-dbm-filter += "perl-module-strict" | 264 | RDEPENDS:perl-module-dbm-filter += "perl-module-strict" |
265 | RDEPENDS_perl-module-dbm-filter += "perl-module-warnings" | 265 | RDEPENDS:perl-module-dbm-filter += "perl-module-warnings" |
266 | RDEPENDS_perl-module-dbm-filter-utf8 += "perl-module-strict" | 266 | RDEPENDS:perl-module-dbm-filter-utf8 += "perl-module-strict" |
267 | RDEPENDS_perl-module-dbm-filter-utf8 += "perl-module-warnings" | 267 | RDEPENDS:perl-module-dbm-filter-utf8 += "perl-module-warnings" |
268 | RDEPENDS_perl-module-db += "perl-module-strict" | 268 | RDEPENDS:perl-module-db += "perl-module-strict" |
269 | RDEPENDS_perl-module-deprecate += "perl-module-strict" | 269 | RDEPENDS:perl-module-deprecate += "perl-module-strict" |
270 | RDEPENDS_perl-module-deprecate += "perl-module-warnings" | 270 | RDEPENDS:perl-module-deprecate += "perl-module-warnings" |
271 | RDEPENDS_perl-module-devel-peek += "perl-module-exporter" | 271 | RDEPENDS:perl-module-devel-peek += "perl-module-exporter" |
272 | RDEPENDS_perl-module-devel-peek += "perl-module-xsloader" | 272 | RDEPENDS:perl-module-devel-peek += "perl-module-xsloader" |
273 | RDEPENDS_perl-module-devel-ppport += "perl-module-file-find" | 273 | RDEPENDS:perl-module-devel-ppport += "perl-module-file-find" |
274 | RDEPENDS_perl-module-devel-ppport += "perl-module-getopt-long" | 274 | RDEPENDS:perl-module-devel-ppport += "perl-module-getopt-long" |
275 | RDEPENDS_perl-module-devel-ppport += "perl-module-strict" | 275 | RDEPENDS:perl-module-devel-ppport += "perl-module-strict" |
276 | RDEPENDS_perl-module-devel-ppport += "perl-module-vars" | 276 | RDEPENDS:perl-module-devel-ppport += "perl-module-vars" |
277 | RDEPENDS_perl-module-devel-selfstubber += "perl-module-selfloader" | 277 | RDEPENDS:perl-module-devel-selfstubber += "perl-module-selfloader" |
278 | RDEPENDS_perl-module-diagnostics += "perl-module-config" | 278 | RDEPENDS:perl-module-diagnostics += "perl-module-config" |
279 | RDEPENDS_perl-module-diagnostics += "perl-module-getopt-std" | 279 | RDEPENDS:perl-module-diagnostics += "perl-module-getopt-std" |
280 | RDEPENDS_perl-module-diagnostics += "perl-module-strict" | 280 | RDEPENDS:perl-module-diagnostics += "perl-module-strict" |
281 | RDEPENDS_perl-module-diagnostics += "perl-module-text-tabs" | 281 | RDEPENDS:perl-module-diagnostics += "perl-module-text-tabs" |
282 | RDEPENDS_perl-module-digest-base += "perl-module-mime-base64" | 282 | RDEPENDS:perl-module-digest-base += "perl-module-mime-base64" |
283 | RDEPENDS_perl-module-digest-base += "perl-module-strict" | 283 | RDEPENDS:perl-module-digest-base += "perl-module-strict" |
284 | RDEPENDS_perl-module-digest-base += "perl-module-vars" | 284 | RDEPENDS:perl-module-digest-base += "perl-module-vars" |
285 | RDEPENDS_perl-module-digest-file += "perl-module-digest" | 285 | RDEPENDS:perl-module-digest-file += "perl-module-digest" |
286 | RDEPENDS_perl-module-digest-file += "perl-module-exporter" | 286 | RDEPENDS:perl-module-digest-file += "perl-module-exporter" |
287 | RDEPENDS_perl-module-digest-file += "perl-module-strict" | 287 | RDEPENDS:perl-module-digest-file += "perl-module-strict" |
288 | RDEPENDS_perl-module-digest-file += "perl-module-vars" | 288 | RDEPENDS:perl-module-digest-file += "perl-module-vars" |
289 | RDEPENDS_perl-module-digest-md5 += "perl-module-digest-base" | 289 | RDEPENDS:perl-module-digest-md5 += "perl-module-digest-base" |
290 | RDEPENDS_perl-module-digest-md5 += "perl-module-exporter" | 290 | RDEPENDS:perl-module-digest-md5 += "perl-module-exporter" |
291 | RDEPENDS_perl-module-digest-md5 += "perl-module-strict" | 291 | RDEPENDS:perl-module-digest-md5 += "perl-module-strict" |
292 | RDEPENDS_perl-module-digest-md5 += "perl-module-vars" | 292 | RDEPENDS:perl-module-digest-md5 += "perl-module-vars" |
293 | RDEPENDS_perl-module-digest-md5 += "perl-module-xsloader" | 293 | RDEPENDS:perl-module-digest-md5 += "perl-module-xsloader" |
294 | RDEPENDS_perl-module-digest += "perl-module-strict" | 294 | RDEPENDS:perl-module-digest += "perl-module-strict" |
295 | RDEPENDS_perl-module-digest += "perl-module-vars" | 295 | RDEPENDS:perl-module-digest += "perl-module-vars" |
296 | RDEPENDS_perl-module-digest-sha += "perl-module-digest-base" | 296 | RDEPENDS:perl-module-digest-sha += "perl-module-digest-base" |
297 | RDEPENDS_perl-module-digest-sha += "perl-module-dynaloader" | 297 | RDEPENDS:perl-module-digest-sha += "perl-module-dynaloader" |
298 | RDEPENDS_perl-module-digest-sha += "perl-module-exporter" | 298 | RDEPENDS:perl-module-digest-sha += "perl-module-exporter" |
299 | RDEPENDS_perl-module-digest-sha += "perl-module-fcntl" | 299 | RDEPENDS:perl-module-digest-sha += "perl-module-fcntl" |
300 | RDEPENDS_perl-module-digest-sha += "perl-module-integer" | 300 | RDEPENDS:perl-module-digest-sha += "perl-module-integer" |
301 | RDEPENDS_perl-module-digest-sha += "perl-module-strict" | 301 | RDEPENDS:perl-module-digest-sha += "perl-module-strict" |
302 | RDEPENDS_perl-module-digest-sha += "perl-module-vars" | 302 | RDEPENDS:perl-module-digest-sha += "perl-module-vars" |
303 | RDEPENDS_perl-module-digest-sha += "perl-module-warnings" | 303 | RDEPENDS:perl-module-digest-sha += "perl-module-warnings" |
304 | RDEPENDS_perl-module-digest-sha += "perl-module-xsloader" | 304 | RDEPENDS:perl-module-digest-sha += "perl-module-xsloader" |
305 | RDEPENDS_perl-module-dynaloader += "perl-module-config" | 305 | RDEPENDS:perl-module-dynaloader += "perl-module-config" |
306 | RDEPENDS_perl-module-encode-alias += "perl-module-constant" | 306 | RDEPENDS:perl-module-encode-alias += "perl-module-constant" |
307 | RDEPENDS_perl-module-encode-alias += "perl-module-encode" | 307 | RDEPENDS:perl-module-encode-alias += "perl-module-encode" |
308 | RDEPENDS_perl-module-encode-alias += "perl-module-exporter" | 308 | RDEPENDS:perl-module-encode-alias += "perl-module-exporter" |
309 | RDEPENDS_perl-module-encode-alias += "perl-module-strict" | 309 | RDEPENDS:perl-module-encode-alias += "perl-module-strict" |
310 | RDEPENDS_perl-module-encode-alias += "perl-module-warnings" | 310 | RDEPENDS:perl-module-encode-alias += "perl-module-warnings" |
311 | RDEPENDS_perl-module-encode-byte += "perl-module-encode" | 311 | RDEPENDS:perl-module-encode-byte += "perl-module-encode" |
312 | RDEPENDS_perl-module-encode-byte += "perl-module-strict" | 312 | RDEPENDS:perl-module-encode-byte += "perl-module-strict" |
313 | RDEPENDS_perl-module-encode-byte += "perl-module-warnings" | 313 | RDEPENDS:perl-module-encode-byte += "perl-module-warnings" |
314 | RDEPENDS_perl-module-encode-byte += "perl-module-xsloader" | 314 | RDEPENDS:perl-module-encode-byte += "perl-module-xsloader" |
315 | RDEPENDS_perl-module-encode-cjkconstants += "perl-module-exporter" | 315 | RDEPENDS:perl-module-encode-cjkconstants += "perl-module-exporter" |
316 | RDEPENDS_perl-module-encode-cjkconstants += "perl-module-strict" | 316 | RDEPENDS:perl-module-encode-cjkconstants += "perl-module-strict" |
317 | RDEPENDS_perl-module-encode-cjkconstants += "perl-module-warnings" | 317 | RDEPENDS:perl-module-encode-cjkconstants += "perl-module-warnings" |
318 | RDEPENDS_perl-module-encode-cn-hz += "perl-module-encode" | 318 | RDEPENDS:perl-module-encode-cn-hz += "perl-module-encode" |
319 | RDEPENDS_perl-module-encode-cn-hz += "perl-module-parent" | 319 | RDEPENDS:perl-module-encode-cn-hz += "perl-module-parent" |
320 | RDEPENDS_perl-module-encode-cn-hz += "perl-module-strict" | 320 | RDEPENDS:perl-module-encode-cn-hz += "perl-module-strict" |
321 | RDEPENDS_perl-module-encode-cn-hz += "perl-module-utf8" | 321 | RDEPENDS:perl-module-encode-cn-hz += "perl-module-utf8" |
322 | RDEPENDS_perl-module-encode-cn-hz += "perl-module-vars" | 322 | RDEPENDS:perl-module-encode-cn-hz += "perl-module-vars" |
323 | RDEPENDS_perl-module-encode-cn-hz += "perl-module-warnings" | 323 | RDEPENDS:perl-module-encode-cn-hz += "perl-module-warnings" |
324 | RDEPENDS_perl-module-encode-cn += "perl-module-encode" | 324 | RDEPENDS:perl-module-encode-cn += "perl-module-encode" |
325 | RDEPENDS_perl-module-encode-cn += "perl-module-encode-cn-hz" | 325 | RDEPENDS:perl-module-encode-cn += "perl-module-encode-cn-hz" |
326 | RDEPENDS_perl-module-encode-cn += "perl-module-strict" | 326 | RDEPENDS:perl-module-encode-cn += "perl-module-strict" |
327 | RDEPENDS_perl-module-encode-cn += "perl-module-warnings" | 327 | RDEPENDS:perl-module-encode-cn += "perl-module-warnings" |
328 | RDEPENDS_perl-module-encode-cn += "perl-module-xsloader" | 328 | RDEPENDS:perl-module-encode-cn += "perl-module-xsloader" |
329 | RDEPENDS_perl-module-encode-config += "perl-module-strict" | 329 | RDEPENDS:perl-module-encode-config += "perl-module-strict" |
330 | RDEPENDS_perl-module-encode-config += "perl-module-warnings" | 330 | RDEPENDS:perl-module-encode-config += "perl-module-warnings" |
331 | RDEPENDS_perl-module-encode-ebcdic += "perl-module-encode" | 331 | RDEPENDS:perl-module-encode-ebcdic += "perl-module-encode" |
332 | RDEPENDS_perl-module-encode-ebcdic += "perl-module-strict" | 332 | RDEPENDS:perl-module-encode-ebcdic += "perl-module-strict" |
333 | RDEPENDS_perl-module-encode-ebcdic += "perl-module-warnings" | 333 | RDEPENDS:perl-module-encode-ebcdic += "perl-module-warnings" |
334 | RDEPENDS_perl-module-encode-ebcdic += "perl-module-xsloader" | 334 | RDEPENDS:perl-module-encode-ebcdic += "perl-module-xsloader" |
335 | RDEPENDS_perl-module-encode-encoder += "perl-module-constant" | 335 | RDEPENDS:perl-module-encode-encoder += "perl-module-constant" |
336 | RDEPENDS_perl-module-encode-encoder += "perl-module-encode" | 336 | RDEPENDS:perl-module-encode-encoder += "perl-module-encode" |
337 | RDEPENDS_perl-module-encode-encoder += "perl-module-exporter" | 337 | RDEPENDS:perl-module-encode-encoder += "perl-module-exporter" |
338 | RDEPENDS_perl-module-encode-encoder += "perl-module-overload" | 338 | RDEPENDS:perl-module-encode-encoder += "perl-module-overload" |
339 | RDEPENDS_perl-module-encode-encoder += "perl-module-strict" | 339 | RDEPENDS:perl-module-encode-encoder += "perl-module-strict" |
340 | RDEPENDS_perl-module-encode-encoder += "perl-module-warnings" | 340 | RDEPENDS:perl-module-encode-encoder += "perl-module-warnings" |
341 | RDEPENDS_perl-module-encode-encoding += "perl-module-constant" | 341 | RDEPENDS:perl-module-encode-encoding += "perl-module-constant" |
342 | RDEPENDS_perl-module-encode-encoding += "perl-module-encode" | 342 | RDEPENDS:perl-module-encode-encoding += "perl-module-encode" |
343 | RDEPENDS_perl-module-encode-encoding += "perl-module-encode-mime-name" | 343 | RDEPENDS:perl-module-encode-encoding += "perl-module-encode-mime-name" |
344 | RDEPENDS_perl-module-encode-encoding += "perl-module-strict" | 344 | RDEPENDS:perl-module-encode-encoding += "perl-module-strict" |
345 | RDEPENDS_perl-module-encode-encoding += "perl-module-warnings" | 345 | RDEPENDS:perl-module-encode-encoding += "perl-module-warnings" |
346 | RDEPENDS_perl-module-encode-gsm0338 += "perl-module-encode" | 346 | RDEPENDS:perl-module-encode-gsm0338 += "perl-module-encode" |
347 | RDEPENDS_perl-module-encode-gsm0338 += "perl-module-parent" | 347 | RDEPENDS:perl-module-encode-gsm0338 += "perl-module-parent" |
348 | RDEPENDS_perl-module-encode-gsm0338 += "perl-module-strict" | 348 | RDEPENDS:perl-module-encode-gsm0338 += "perl-module-strict" |
349 | RDEPENDS_perl-module-encode-gsm0338 += "perl-module-utf8" | 349 | RDEPENDS:perl-module-encode-gsm0338 += "perl-module-utf8" |
350 | RDEPENDS_perl-module-encode-gsm0338 += "perl-module-vars" | 350 | RDEPENDS:perl-module-encode-gsm0338 += "perl-module-vars" |
351 | RDEPENDS_perl-module-encode-gsm0338 += "perl-module-warnings" | 351 | RDEPENDS:perl-module-encode-gsm0338 += "perl-module-warnings" |
352 | RDEPENDS_perl-module-encode-guess += "perl-module-bytes" | 352 | RDEPENDS:perl-module-encode-guess += "perl-module-bytes" |
353 | RDEPENDS_perl-module-encode-guess += "perl-module-constant" | 353 | RDEPENDS:perl-module-encode-guess += "perl-module-constant" |
354 | RDEPENDS_perl-module-encode-guess += "perl-module-encode" | 354 | RDEPENDS:perl-module-encode-guess += "perl-module-encode" |
355 | RDEPENDS_perl-module-encode-guess += "perl-module-encode-unicode" | 355 | RDEPENDS:perl-module-encode-guess += "perl-module-encode-unicode" |
356 | RDEPENDS_perl-module-encode-guess += "perl-module-parent" | 356 | RDEPENDS:perl-module-encode-guess += "perl-module-parent" |
357 | RDEPENDS_perl-module-encode-guess += "perl-module-strict" | 357 | RDEPENDS:perl-module-encode-guess += "perl-module-strict" |
358 | RDEPENDS_perl-module-encode-guess += "perl-module-warnings" | 358 | RDEPENDS:perl-module-encode-guess += "perl-module-warnings" |
359 | RDEPENDS_perl-module-encode-jp-h2z += "perl-module-encode-cjkconstants" | 359 | RDEPENDS:perl-module-encode-jp-h2z += "perl-module-encode-cjkconstants" |
360 | RDEPENDS_perl-module-encode-jp-h2z += "perl-module-strict" | 360 | RDEPENDS:perl-module-encode-jp-h2z += "perl-module-strict" |
361 | RDEPENDS_perl-module-encode-jp-h2z += "perl-module-vars" | 361 | RDEPENDS:perl-module-encode-jp-h2z += "perl-module-vars" |
362 | RDEPENDS_perl-module-encode-jp-h2z += "perl-module-warnings" | 362 | RDEPENDS:perl-module-encode-jp-h2z += "perl-module-warnings" |
363 | RDEPENDS_perl-module-encode-jp-jis7 += "perl-module-bytes" | 363 | RDEPENDS:perl-module-encode-jp-jis7 += "perl-module-bytes" |
364 | RDEPENDS_perl-module-encode-jp-jis7 += "perl-module-encode" | 364 | RDEPENDS:perl-module-encode-jp-jis7 += "perl-module-encode" |
365 | RDEPENDS_perl-module-encode-jp-jis7 += "perl-module-encode-cjkconstants" | 365 | RDEPENDS:perl-module-encode-jp-jis7 += "perl-module-encode-cjkconstants" |
366 | RDEPENDS_perl-module-encode-jp-jis7 += "perl-module-encode-jp-h2z" | 366 | RDEPENDS:perl-module-encode-jp-jis7 += "perl-module-encode-jp-h2z" |
367 | RDEPENDS_perl-module-encode-jp-jis7 += "perl-module-parent" | 367 | RDEPENDS:perl-module-encode-jp-jis7 += "perl-module-parent" |
368 | RDEPENDS_perl-module-encode-jp-jis7 += "perl-module-strict" | 368 | RDEPENDS:perl-module-encode-jp-jis7 += "perl-module-strict" |
369 | RDEPENDS_perl-module-encode-jp-jis7 += "perl-module-warnings" | 369 | RDEPENDS:perl-module-encode-jp-jis7 += "perl-module-warnings" |
370 | RDEPENDS_perl-module-encode-jp += "perl-module-encode" | 370 | RDEPENDS:perl-module-encode-jp += "perl-module-encode" |
371 | RDEPENDS_perl-module-encode-jp += "perl-module-encode-jp-jis7" | 371 | RDEPENDS:perl-module-encode-jp += "perl-module-encode-jp-jis7" |
372 | RDEPENDS_perl-module-encode-jp += "perl-module-strict" | 372 | RDEPENDS:perl-module-encode-jp += "perl-module-strict" |
373 | RDEPENDS_perl-module-encode-jp += "perl-module-warnings" | 373 | RDEPENDS:perl-module-encode-jp += "perl-module-warnings" |
374 | RDEPENDS_perl-module-encode-jp += "perl-module-xsloader" | 374 | RDEPENDS:perl-module-encode-jp += "perl-module-xsloader" |
375 | RDEPENDS_perl-module-encode-kr-2022-kr += "perl-module-encode" | 375 | RDEPENDS:perl-module-encode-kr-2022-kr += "perl-module-encode" |
376 | RDEPENDS_perl-module-encode-kr-2022-kr += "perl-module-encode-cjkconstants" | 376 | RDEPENDS:perl-module-encode-kr-2022-kr += "perl-module-encode-cjkconstants" |
377 | RDEPENDS_perl-module-encode-kr-2022-kr += "perl-module-parent" | 377 | RDEPENDS:perl-module-encode-kr-2022-kr += "perl-module-parent" |
378 | RDEPENDS_perl-module-encode-kr-2022-kr += "perl-module-strict" | 378 | RDEPENDS:perl-module-encode-kr-2022-kr += "perl-module-strict" |
379 | RDEPENDS_perl-module-encode-kr-2022-kr += "perl-module-warnings" | 379 | RDEPENDS:perl-module-encode-kr-2022-kr += "perl-module-warnings" |
380 | RDEPENDS_perl-module-encode-kr += "perl-module-encode" | 380 | RDEPENDS:perl-module-encode-kr += "perl-module-encode" |
381 | RDEPENDS_perl-module-encode-kr += "perl-module-encode-kr-2022-kr" | 381 | RDEPENDS:perl-module-encode-kr += "perl-module-encode-kr-2022-kr" |
382 | RDEPENDS_perl-module-encode-kr += "perl-module-strict" | 382 | RDEPENDS:perl-module-encode-kr += "perl-module-strict" |
383 | RDEPENDS_perl-module-encode-kr += "perl-module-warnings" | 383 | RDEPENDS:perl-module-encode-kr += "perl-module-warnings" |
384 | RDEPENDS_perl-module-encode-kr += "perl-module-xsloader" | 384 | RDEPENDS:perl-module-encode-kr += "perl-module-xsloader" |
385 | RDEPENDS_perl-module-encode-mime-header-iso-2022-jp += "perl-module-constant" | 385 | RDEPENDS:perl-module-encode-mime-header-iso-2022-jp += "perl-module-constant" |
386 | RDEPENDS_perl-module-encode-mime-header-iso-2022-jp += "perl-module-encode-cjkconstants" | 386 | RDEPENDS:perl-module-encode-mime-header-iso-2022-jp += "perl-module-encode-cjkconstants" |
387 | RDEPENDS_perl-module-encode-mime-header-iso-2022-jp += "perl-module-parent" | 387 | RDEPENDS:perl-module-encode-mime-header-iso-2022-jp += "perl-module-parent" |
388 | RDEPENDS_perl-module-encode-mime-header-iso-2022-jp += "perl-module-strict" | 388 | RDEPENDS:perl-module-encode-mime-header-iso-2022-jp += "perl-module-strict" |
389 | RDEPENDS_perl-module-encode-mime-header-iso-2022-jp += "perl-module-warnings" | 389 | RDEPENDS:perl-module-encode-mime-header-iso-2022-jp += "perl-module-warnings" |
390 | RDEPENDS_perl-module-encode-mime-header += "perl-module-encode" | 390 | RDEPENDS:perl-module-encode-mime-header += "perl-module-encode" |
391 | RDEPENDS_perl-module-encode-mime-header += "perl-module-mime-base64" | 391 | RDEPENDS:perl-module-encode-mime-header += "perl-module-mime-base64" |
392 | RDEPENDS_perl-module-encode-mime-header += "perl-module-parent" | 392 | RDEPENDS:perl-module-encode-mime-header += "perl-module-parent" |
393 | RDEPENDS_perl-module-encode-mime-header += "perl-module-strict" | 393 | RDEPENDS:perl-module-encode-mime-header += "perl-module-strict" |
394 | RDEPENDS_perl-module-encode-mime-header += "perl-module-warnings" | 394 | RDEPENDS:perl-module-encode-mime-header += "perl-module-warnings" |
395 | RDEPENDS_perl-module-encode-mime-name += "perl-module-strict" | 395 | RDEPENDS:perl-module-encode-mime-name += "perl-module-strict" |
396 | RDEPENDS_perl-module-encode-mime-name += "perl-module-warnings" | 396 | RDEPENDS:perl-module-encode-mime-name += "perl-module-warnings" |
397 | RDEPENDS_perl-module-encode += "perl-module-bytes" | 397 | RDEPENDS:perl-module-encode += "perl-module-bytes" |
398 | RDEPENDS_perl-module-encode += "perl-module-constant" | 398 | RDEPENDS:perl-module-encode += "perl-module-constant" |
399 | RDEPENDS_perl-module-encode += "perl-module-encode-alias" | 399 | RDEPENDS:perl-module-encode += "perl-module-encode-alias" |
400 | RDEPENDS_perl-module-encode += "perl-module-encode-config" | 400 | RDEPENDS:perl-module-encode += "perl-module-encode-config" |
401 | RDEPENDS_perl-module-encode += "perl-module-encode-configlocal-pm" | 401 | RDEPENDS:perl-module-encode += "perl-module-encode-configlocal-pm" |
402 | RDEPENDS_perl-module-encode += "perl-module-encode-mime-name" | 402 | RDEPENDS:perl-module-encode += "perl-module-encode-mime-name" |
403 | RDEPENDS_perl-module-encode += "perl-module-exporter" | 403 | RDEPENDS:perl-module-encode += "perl-module-exporter" |
404 | RDEPENDS_perl-module-encode += "perl-module-parent" | 404 | RDEPENDS:perl-module-encode += "perl-module-parent" |
405 | RDEPENDS_perl-module-encode += "perl-module-storable" | 405 | RDEPENDS:perl-module-encode += "perl-module-storable" |
406 | RDEPENDS_perl-module-encode += "perl-module-strict" | 406 | RDEPENDS:perl-module-encode += "perl-module-strict" |
407 | RDEPENDS_perl-module-encode += "perl-module-warnings" | 407 | RDEPENDS:perl-module-encode += "perl-module-warnings" |
408 | RDEPENDS_perl-module-encode += "perl-module-xsloader" | 408 | RDEPENDS:perl-module-encode += "perl-module-xsloader" |
409 | RDEPENDS_perl-module-encode-symbol += "perl-module-encode" | 409 | RDEPENDS:perl-module-encode-symbol += "perl-module-encode" |
410 | RDEPENDS_perl-module-encode-symbol += "perl-module-strict" | 410 | RDEPENDS:perl-module-encode-symbol += "perl-module-strict" |
411 | RDEPENDS_perl-module-encode-symbol += "perl-module-warnings" | 411 | RDEPENDS:perl-module-encode-symbol += "perl-module-warnings" |
412 | RDEPENDS_perl-module-encode-symbol += "perl-module-xsloader" | 412 | RDEPENDS:perl-module-encode-symbol += "perl-module-xsloader" |
413 | RDEPENDS_perl-module-encode-tw += "perl-module-encode" | 413 | RDEPENDS:perl-module-encode-tw += "perl-module-encode" |
414 | RDEPENDS_perl-module-encode-tw += "perl-module-strict" | 414 | RDEPENDS:perl-module-encode-tw += "perl-module-strict" |
415 | RDEPENDS_perl-module-encode-tw += "perl-module-warnings" | 415 | RDEPENDS:perl-module-encode-tw += "perl-module-warnings" |
416 | RDEPENDS_perl-module-encode-tw += "perl-module-xsloader" | 416 | RDEPENDS:perl-module-encode-tw += "perl-module-xsloader" |
417 | RDEPENDS_perl-module-encode-unicode += "perl-module-encode" | 417 | RDEPENDS:perl-module-encode-unicode += "perl-module-encode" |
418 | RDEPENDS_perl-module-encode-unicode += "perl-module-parent" | 418 | RDEPENDS:perl-module-encode-unicode += "perl-module-parent" |
419 | RDEPENDS_perl-module-encode-unicode += "perl-module-strict" | 419 | RDEPENDS:perl-module-encode-unicode += "perl-module-strict" |
420 | RDEPENDS_perl-module-encode-unicode += "perl-module-warnings" | 420 | RDEPENDS:perl-module-encode-unicode += "perl-module-warnings" |
421 | RDEPENDS_perl-module-encode-unicode += "perl-module-xsloader" | 421 | RDEPENDS:perl-module-encode-unicode += "perl-module-xsloader" |
422 | RDEPENDS_perl-module-encode-unicode-utf7 += "perl-module-encode" | 422 | RDEPENDS:perl-module-encode-unicode-utf7 += "perl-module-encode" |
423 | RDEPENDS_perl-module-encode-unicode-utf7 += "perl-module-mime-base64" | 423 | RDEPENDS:perl-module-encode-unicode-utf7 += "perl-module-mime-base64" |
424 | RDEPENDS_perl-module-encode-unicode-utf7 += "perl-module-parent" | 424 | RDEPENDS:perl-module-encode-unicode-utf7 += "perl-module-parent" |
425 | RDEPENDS_perl-module-encode-unicode-utf7 += "perl-module-re" | 425 | RDEPENDS:perl-module-encode-unicode-utf7 += "perl-module-re" |
426 | RDEPENDS_perl-module-encode-unicode-utf7 += "perl-module-strict" | 426 | RDEPENDS:perl-module-encode-unicode-utf7 += "perl-module-strict" |
427 | RDEPENDS_perl-module-encode-unicode-utf7 += "perl-module-warnings" | 427 | RDEPENDS:perl-module-encode-unicode-utf7 += "perl-module-warnings" |
428 | RDEPENDS_perl-module-encoding += "perl-module-config" | 428 | RDEPENDS:perl-module-encoding += "perl-module-config" |
429 | RDEPENDS_perl-module-encoding += "perl-module-constant" | 429 | RDEPENDS:perl-module-encoding += "perl-module-constant" |
430 | RDEPENDS_perl-module-encoding += "perl-module-encode" | 430 | RDEPENDS:perl-module-encoding += "perl-module-encode" |
431 | RDEPENDS_perl-module-encoding += "perl-module-filter-util-call" | 431 | RDEPENDS:perl-module-encoding += "perl-module-filter-util-call" |
432 | RDEPENDS_perl-module-encoding += "perl-module-i18n-langinfo" | 432 | RDEPENDS:perl-module-encoding += "perl-module-i18n-langinfo" |
433 | RDEPENDS_perl-module-encoding += "perl-module-posix" | 433 | RDEPENDS:perl-module-encoding += "perl-module-posix" |
434 | RDEPENDS_perl-module-encoding += "perl-module-strict" | 434 | RDEPENDS:perl-module-encoding += "perl-module-strict" |
435 | RDEPENDS_perl-module-encoding += "perl-module-utf8" | 435 | RDEPENDS:perl-module-encoding += "perl-module-utf8" |
436 | RDEPENDS_perl-module-encoding += "perl-module-warnings" | 436 | RDEPENDS:perl-module-encoding += "perl-module-warnings" |
437 | RDEPENDS_perl-module-encoding-warnings += "perl-module-strict" | 437 | RDEPENDS:perl-module-encoding-warnings += "perl-module-strict" |
438 | RDEPENDS_perl-module-encoding-warnings += "perl-module-warnings" | 438 | RDEPENDS:perl-module-encoding-warnings += "perl-module-warnings" |
439 | RDEPENDS_perl-module-english += "perl-module-exporter" | 439 | RDEPENDS:perl-module-english += "perl-module-exporter" |
440 | RDEPENDS_perl-module-env += "perl-module-config" | 440 | RDEPENDS:perl-module-env += "perl-module-config" |
441 | RDEPENDS_perl-module-env += "perl-module-tie-array" | 441 | RDEPENDS:perl-module-env += "perl-module-tie-array" |
442 | RDEPENDS_perl-module-errno += "perl-module-exporter" | 442 | RDEPENDS:perl-module-errno += "perl-module-exporter" |
443 | RDEPENDS_perl-module-errno += "perl-module-strict" | 443 | RDEPENDS:perl-module-errno += "perl-module-strict" |
444 | RDEPENDS_perl-module-experimental += "perl-module-strict" | 444 | RDEPENDS:perl-module-experimental += "perl-module-strict" |
445 | RDEPENDS_perl-module-experimental += "perl-module-version" | 445 | RDEPENDS:perl-module-experimental += "perl-module-version" |
446 | RDEPENDS_perl-module-experimental += "perl-module-warnings" | 446 | RDEPENDS:perl-module-experimental += "perl-module-warnings" |
447 | RDEPENDS_perl-module-exporter-heavy += "perl-module-exporter" | 447 | RDEPENDS:perl-module-exporter-heavy += "perl-module-exporter" |
448 | RDEPENDS_perl-module-exporter-heavy += "perl-module-strict" | 448 | RDEPENDS:perl-module-exporter-heavy += "perl-module-strict" |
449 | RDEPENDS_perl-module-exporter += "perl-module-exporter-heavy" | 449 | RDEPENDS:perl-module-exporter += "perl-module-exporter-heavy" |
450 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-config" | 450 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-config" |
451 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-cwd" | 451 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-cwd" |
452 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-dynaloader" | 452 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-dynaloader" |
453 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-extutils-mksymlists" | 453 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-extutils-mksymlists" |
454 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-file-basename" | 454 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-file-basename" |
455 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-file-temp" | 455 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-file-temp" |
456 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-ipc-cmd" | 456 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-ipc-cmd" |
457 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-strict" | 457 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-strict" |
458 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-text-parsewords" | 458 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-text-parsewords" |
459 | RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-warnings" | 459 | RDEPENDS:perl-module-extutils-cbuilder-base += "perl-module-warnings" |
460 | RDEPENDS_perl-module-extutils-cbuilder += "perl-module-file-basename" | 460 | RDEPENDS:perl-module-extutils-cbuilder += "perl-module-file-basename" |
461 | RDEPENDS_perl-module-extutils-cbuilder += "perl-module-file-path" | 461 | RDEPENDS:perl-module-extutils-cbuilder += "perl-module-file-path" |
462 | RDEPENDS_perl-module-extutils-cbuilder += "perl-module-strict" | 462 | RDEPENDS:perl-module-extutils-cbuilder += "perl-module-strict" |
463 | RDEPENDS_perl-module-extutils-cbuilder += "perl-module-warnings" | 463 | RDEPENDS:perl-module-extutils-cbuilder += "perl-module-warnings" |
464 | RDEPENDS_perl-module-extutils-cbuilder-platform-aix += "perl-module-extutils-cbuilder-platform-unix" | 464 | RDEPENDS:perl-module-extutils-cbuilder-platform-aix += "perl-module-extutils-cbuilder-platform-unix" |
465 | RDEPENDS_perl-module-extutils-cbuilder-platform-aix += "perl-module-strict" | 465 | RDEPENDS:perl-module-extutils-cbuilder-platform-aix += "perl-module-strict" |
466 | RDEPENDS_perl-module-extutils-cbuilder-platform-aix += "perl-module-warnings" | 466 | RDEPENDS:perl-module-extutils-cbuilder-platform-aix += "perl-module-warnings" |
467 | RDEPENDS_perl-module-extutils-cbuilder-platform-android += "perl-module-config" | 467 | RDEPENDS:perl-module-extutils-cbuilder-platform-android += "perl-module-config" |
468 | RDEPENDS_perl-module-extutils-cbuilder-platform-android += "perl-module-extutils-cbuilder-platform-unix" | 468 | RDEPENDS:perl-module-extutils-cbuilder-platform-android += "perl-module-extutils-cbuilder-platform-unix" |
469 | RDEPENDS_perl-module-extutils-cbuilder-platform-android += "perl-module-strict" | 469 | RDEPENDS:perl-module-extutils-cbuilder-platform-android += "perl-module-strict" |
470 | RDEPENDS_perl-module-extutils-cbuilder-platform-android += "perl-module-warnings" | 470 | RDEPENDS:perl-module-extutils-cbuilder-platform-android += "perl-module-warnings" |
471 | RDEPENDS_perl-module-extutils-cbuilder-platform-cygwin += "perl-module-extutils-cbuilder-platform-unix" | 471 | RDEPENDS:perl-module-extutils-cbuilder-platform-cygwin += "perl-module-extutils-cbuilder-platform-unix" |
472 | RDEPENDS_perl-module-extutils-cbuilder-platform-cygwin += "perl-module-strict" | 472 | RDEPENDS:perl-module-extutils-cbuilder-platform-cygwin += "perl-module-strict" |
473 | RDEPENDS_perl-module-extutils-cbuilder-platform-cygwin += "perl-module-warnings" | 473 | RDEPENDS:perl-module-extutils-cbuilder-platform-cygwin += "perl-module-warnings" |
474 | RDEPENDS_perl-module-extutils-cbuilder-platform-darwin += "perl-module-extutils-cbuilder-platform-unix" | 474 | RDEPENDS:perl-module-extutils-cbuilder-platform-darwin += "perl-module-extutils-cbuilder-platform-unix" |
475 | RDEPENDS_perl-module-extutils-cbuilder-platform-darwin += "perl-module-strict" | 475 | RDEPENDS:perl-module-extutils-cbuilder-platform-darwin += "perl-module-strict" |
476 | RDEPENDS_perl-module-extutils-cbuilder-platform-darwin += "perl-module-warnings" | 476 | RDEPENDS:perl-module-extutils-cbuilder-platform-darwin += "perl-module-warnings" |
477 | RDEPENDS_perl-module-extutils-cbuilder-platform-dec-osf += "perl-module-extutils-cbuilder-platform-unix" | 477 | RDEPENDS:perl-module-extutils-cbuilder-platform-dec-osf += "perl-module-extutils-cbuilder-platform-unix" |
478 | RDEPENDS_perl-module-extutils-cbuilder-platform-dec-osf += "perl-module-strict" | 478 | RDEPENDS:perl-module-extutils-cbuilder-platform-dec-osf += "perl-module-strict" |
479 | RDEPENDS_perl-module-extutils-cbuilder-platform-dec-osf += "perl-module-warnings" | 479 | RDEPENDS:perl-module-extutils-cbuilder-platform-dec-osf += "perl-module-warnings" |
480 | RDEPENDS_perl-module-extutils-cbuilder-platform-os2 += "perl-module-extutils-cbuilder-platform-unix" | 480 | RDEPENDS:perl-module-extutils-cbuilder-platform-os2 += "perl-module-extutils-cbuilder-platform-unix" |
481 | RDEPENDS_perl-module-extutils-cbuilder-platform-os2 += "perl-module-strict" | 481 | RDEPENDS:perl-module-extutils-cbuilder-platform-os2 += "perl-module-strict" |
482 | RDEPENDS_perl-module-extutils-cbuilder-platform-os2 += "perl-module-warnings" | 482 | RDEPENDS:perl-module-extutils-cbuilder-platform-os2 += "perl-module-warnings" |
483 | RDEPENDS_perl-module-extutils-cbuilder-platform-unix += "perl-module-extutils-cbuilder-base" | 483 | RDEPENDS:perl-module-extutils-cbuilder-platform-unix += "perl-module-extutils-cbuilder-base" |
484 | RDEPENDS_perl-module-extutils-cbuilder-platform-unix += "perl-module-strict" | 484 | RDEPENDS:perl-module-extutils-cbuilder-platform-unix += "perl-module-strict" |
485 | RDEPENDS_perl-module-extutils-cbuilder-platform-unix += "perl-module-warnings" | 485 | RDEPENDS:perl-module-extutils-cbuilder-platform-unix += "perl-module-warnings" |
486 | RDEPENDS_perl-module-extutils-cbuilder-platform-vms += "perl-module-config" | 486 | RDEPENDS:perl-module-extutils-cbuilder-platform-vms += "perl-module-config" |
487 | RDEPENDS_perl-module-extutils-cbuilder-platform-vms += "perl-module-extutils-cbuilder-base" | 487 | RDEPENDS:perl-module-extutils-cbuilder-platform-vms += "perl-module-extutils-cbuilder-base" |
488 | RDEPENDS_perl-module-extutils-cbuilder-platform-vms += "perl-module-strict" | 488 | RDEPENDS:perl-module-extutils-cbuilder-platform-vms += "perl-module-strict" |
489 | RDEPENDS_perl-module-extutils-cbuilder-platform-vms += "perl-module-warnings" | 489 | RDEPENDS:perl-module-extutils-cbuilder-platform-vms += "perl-module-warnings" |
490 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows-bcc += "perl-module-strict" | 490 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows-bcc += "perl-module-strict" |
491 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows-bcc += "perl-module-warnings" | 491 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows-bcc += "perl-module-warnings" |
492 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows-gcc += "perl-module-strict" | 492 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows-gcc += "perl-module-strict" |
493 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows-gcc += "perl-module-warnings" | 493 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows-gcc += "perl-module-warnings" |
494 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows-msvc += "perl-module-strict" | 494 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows-msvc += "perl-module-strict" |
495 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows-msvc += "perl-module-warnings" | 495 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows-msvc += "perl-module-warnings" |
496 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-extutils-cbuilder-base" | 496 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows += "perl-module-extutils-cbuilder-base" |
497 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-file-basename" | 497 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows += "perl-module-file-basename" |
498 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-io-file" | 498 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows += "perl-module-io-file" |
499 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-strict" | 499 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows += "perl-module-strict" |
500 | RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-warnings" | 500 | RDEPENDS:perl-module-extutils-cbuilder-platform-windows += "perl-module-warnings" |
501 | RDEPENDS_perl-module-extutils-command-mm += "perl-module-exporter" | 501 | RDEPENDS:perl-module-extutils-command-mm += "perl-module-exporter" |
502 | RDEPENDS_perl-module-extutils-command-mm += "perl-module-extutils-command" | 502 | RDEPENDS:perl-module-extutils-command-mm += "perl-module-extutils-command" |
503 | RDEPENDS_perl-module-extutils-command-mm += "perl-module-extutils-install" | 503 | RDEPENDS:perl-module-extutils-command-mm += "perl-module-extutils-install" |
504 | RDEPENDS_perl-module-extutils-command-mm += "perl-module-getopt-long" | 504 | RDEPENDS:perl-module-extutils-command-mm += "perl-module-getopt-long" |
505 | RDEPENDS_perl-module-extutils-command-mm += "perl-module-strict" | 505 | RDEPENDS:perl-module-extutils-command-mm += "perl-module-strict" |
506 | RDEPENDS_perl-module-extutils-command-mm += "perl-module-test-harness" | 506 | RDEPENDS:perl-module-extutils-command-mm += "perl-module-test-harness" |
507 | RDEPENDS_perl-module-extutils-command-mm += "perl-module-warnings" | 507 | RDEPENDS:perl-module-extutils-command-mm += "perl-module-warnings" |
508 | RDEPENDS_perl-module-extutils-command += "perl-module-exporter" | 508 | RDEPENDS:perl-module-extutils-command += "perl-module-exporter" |
509 | RDEPENDS_perl-module-extutils-command += "perl-module-file-copy" | 509 | RDEPENDS:perl-module-extutils-command += "perl-module-file-copy" |
510 | RDEPENDS_perl-module-extutils-command += "perl-module-file-find" | 510 | RDEPENDS:perl-module-extutils-command += "perl-module-file-find" |
511 | RDEPENDS_perl-module-extutils-command += "perl-module-file-path" | 511 | RDEPENDS:perl-module-extutils-command += "perl-module-file-path" |
512 | RDEPENDS_perl-module-extutils-command += "perl-module-strict" | 512 | RDEPENDS:perl-module-extutils-command += "perl-module-strict" |
513 | RDEPENDS_perl-module-extutils-command += "perl-module-vars" | 513 | RDEPENDS:perl-module-extutils-command += "perl-module-vars" |
514 | RDEPENDS_perl-module-extutils-constant-base += "perl-module-constant" | 514 | RDEPENDS:perl-module-extutils-constant-base += "perl-module-constant" |
515 | RDEPENDS_perl-module-extutils-constant-base += "perl-module-extutils-constant-utils" | 515 | RDEPENDS:perl-module-extutils-constant-base += "perl-module-extutils-constant-utils" |
516 | RDEPENDS_perl-module-extutils-constant-base += "perl-module-strict" | 516 | RDEPENDS:perl-module-extutils-constant-base += "perl-module-strict" |
517 | RDEPENDS_perl-module-extutils-constant-base += "perl-module-text-wrap" | 517 | RDEPENDS:perl-module-extutils-constant-base += "perl-module-text-wrap" |
518 | RDEPENDS_perl-module-extutils-constant-base += "perl-module-vars" | 518 | RDEPENDS:perl-module-extutils-constant-base += "perl-module-vars" |
519 | RDEPENDS_perl-module-extutils-constant += "perl-module-exporter" | 519 | RDEPENDS:perl-module-extutils-constant += "perl-module-exporter" |
520 | RDEPENDS_perl-module-extutils-constant += "perl-module-extutils-constant-proxysubs" | 520 | RDEPENDS:perl-module-extutils-constant += "perl-module-extutils-constant-proxysubs" |
521 | RDEPENDS_perl-module-extutils-constant += "perl-module-extutils-constant-utils" | 521 | RDEPENDS:perl-module-extutils-constant += "perl-module-extutils-constant-utils" |
522 | RDEPENDS_perl-module-extutils-constant += "perl-module-extutils-constant-xs" | 522 | RDEPENDS:perl-module-extutils-constant += "perl-module-extutils-constant-xs" |
523 | RDEPENDS_perl-module-extutils-constant += "perl-module-filehandle" | 523 | RDEPENDS:perl-module-extutils-constant += "perl-module-filehandle" |
524 | RDEPENDS_perl-module-extutils-constant += "perl-module-strict" | 524 | RDEPENDS:perl-module-extutils-constant += "perl-module-strict" |
525 | RDEPENDS_perl-module-extutils-constant += "perl-module-vars" | 525 | RDEPENDS:perl-module-extutils-constant += "perl-module-vars" |
526 | RDEPENDS_perl-module-extutils-constant-proxysubs += "perl-module-extutils-constant-utils" | 526 | RDEPENDS:perl-module-extutils-constant-proxysubs += "perl-module-extutils-constant-utils" |
527 | RDEPENDS_perl-module-extutils-constant-proxysubs += "perl-module-extutils-constant-xs" | 527 | RDEPENDS:perl-module-extutils-constant-proxysubs += "perl-module-extutils-constant-xs" |
528 | RDEPENDS_perl-module-extutils-constant-proxysubs += "perl-module-strict" | 528 | RDEPENDS:perl-module-extutils-constant-proxysubs += "perl-module-strict" |
529 | RDEPENDS_perl-module-extutils-constant-proxysubs += "perl-module-vars" | 529 | RDEPENDS:perl-module-extutils-constant-proxysubs += "perl-module-vars" |
530 | RDEPENDS_perl-module-extutils-constant-utils += "perl-module-constant" | 530 | RDEPENDS:perl-module-extutils-constant-utils += "perl-module-constant" |
531 | RDEPENDS_perl-module-extutils-constant-utils += "perl-module-posix" | 531 | RDEPENDS:perl-module-extutils-constant-utils += "perl-module-posix" |
532 | RDEPENDS_perl-module-extutils-constant-utils += "perl-module-strict" | 532 | RDEPENDS:perl-module-extutils-constant-utils += "perl-module-strict" |
533 | RDEPENDS_perl-module-extutils-constant-utils += "perl-module-vars" | 533 | RDEPENDS:perl-module-extutils-constant-utils += "perl-module-vars" |
534 | RDEPENDS_perl-module-extutils-constant-xs += "perl-module-data-dumper" | 534 | RDEPENDS:perl-module-extutils-constant-xs += "perl-module-data-dumper" |
535 | RDEPENDS_perl-module-extutils-constant-xs += "perl-module-extutils-constant" | 535 | RDEPENDS:perl-module-extutils-constant-xs += "perl-module-extutils-constant" |
536 | RDEPENDS_perl-module-extutils-constant-xs += "perl-module-extutils-constant-base" | 536 | RDEPENDS:perl-module-extutils-constant-xs += "perl-module-extutils-constant-base" |
537 | RDEPENDS_perl-module-extutils-constant-xs += "perl-module-extutils-constant-utils" | 537 | RDEPENDS:perl-module-extutils-constant-xs += "perl-module-extutils-constant-utils" |
538 | RDEPENDS_perl-module-extutils-constant-xs += "perl-module-strict" | 538 | RDEPENDS:perl-module-extutils-constant-xs += "perl-module-strict" |
539 | RDEPENDS_perl-module-extutils-constant-xs += "perl-module-vars" | 539 | RDEPENDS:perl-module-extutils-constant-xs += "perl-module-vars" |
540 | RDEPENDS_perl-module-extutils-embed += "perl-module-config" | 540 | RDEPENDS:perl-module-extutils-embed += "perl-module-config" |
541 | RDEPENDS_perl-module-extutils-embed += "perl-module-exporter" | 541 | RDEPENDS:perl-module-extutils-embed += "perl-module-exporter" |
542 | RDEPENDS_perl-module-extutils-embed += "perl-module-extutils-liblist" | 542 | RDEPENDS:perl-module-extutils-embed += "perl-module-extutils-liblist" |
543 | RDEPENDS_perl-module-extutils-embed += "perl-module-extutils-makemaker" | 543 | RDEPENDS:perl-module-extutils-embed += "perl-module-extutils-makemaker" |
544 | RDEPENDS_perl-module-extutils-embed += "perl-module-getopt-std" | 544 | RDEPENDS:perl-module-extutils-embed += "perl-module-getopt-std" |
545 | RDEPENDS_perl-module-extutils-embed += "perl-module-strict" | 545 | RDEPENDS:perl-module-extutils-embed += "perl-module-strict" |
546 | RDEPENDS_perl-module-extutils-installed += "perl-module-config" | 546 | RDEPENDS:perl-module-extutils-installed += "perl-module-config" |
547 | RDEPENDS_perl-module-extutils-installed += "perl-module-data-dumper" | 547 | RDEPENDS:perl-module-extutils-installed += "perl-module-data-dumper" |
548 | RDEPENDS_perl-module-extutils-installed += "perl-module-extutils-makemaker" | 548 | RDEPENDS:perl-module-extutils-installed += "perl-module-extutils-makemaker" |
549 | RDEPENDS_perl-module-extutils-installed += "perl-module-extutils-packlist" | 549 | RDEPENDS:perl-module-extutils-installed += "perl-module-extutils-packlist" |
550 | RDEPENDS_perl-module-extutils-installed += "perl-module-file-basename" | 550 | RDEPENDS:perl-module-extutils-installed += "perl-module-file-basename" |
551 | RDEPENDS_perl-module-extutils-installed += "perl-module-file-find" | 551 | RDEPENDS:perl-module-extutils-installed += "perl-module-file-find" |
552 | RDEPENDS_perl-module-extutils-installed += "perl-module-strict" | 552 | RDEPENDS:perl-module-extutils-installed += "perl-module-strict" |
553 | RDEPENDS_perl-module-extutils-installed += "perl-module-vars" | 553 | RDEPENDS:perl-module-extutils-installed += "perl-module-vars" |
554 | RDEPENDS_perl-module-extutils-install += "perl-module-autosplit" | 554 | RDEPENDS:perl-module-extutils-install += "perl-module-autosplit" |
555 | RDEPENDS_perl-module-extutils-install += "perl-module-config" | 555 | RDEPENDS:perl-module-extutils-install += "perl-module-config" |
556 | RDEPENDS_perl-module-extutils-install += "perl-module-cwd" | 556 | RDEPENDS:perl-module-extutils-install += "perl-module-cwd" |
557 | RDEPENDS_perl-module-extutils-install += "perl-module-exporter" | 557 | RDEPENDS:perl-module-extutils-install += "perl-module-exporter" |
558 | RDEPENDS_perl-module-extutils-install += "perl-module-extutils-packlist" | 558 | RDEPENDS:perl-module-extutils-install += "perl-module-extutils-packlist" |
559 | RDEPENDS_perl-module-extutils-install += "perl-module-file-basename" | 559 | RDEPENDS:perl-module-extutils-install += "perl-module-file-basename" |
560 | RDEPENDS_perl-module-extutils-install += "perl-module-file-compare" | 560 | RDEPENDS:perl-module-extutils-install += "perl-module-file-compare" |
561 | RDEPENDS_perl-module-extutils-install += "perl-module-file-copy" | 561 | RDEPENDS:perl-module-extutils-install += "perl-module-file-copy" |
562 | RDEPENDS_perl-module-extutils-install += "perl-module-file-find" | 562 | RDEPENDS:perl-module-extutils-install += "perl-module-file-find" |
563 | RDEPENDS_perl-module-extutils-install += "perl-module-file-path" | 563 | RDEPENDS:perl-module-extutils-install += "perl-module-file-path" |
564 | RDEPENDS_perl-module-extutils-install += "perl-module-strict" | 564 | RDEPENDS:perl-module-extutils-install += "perl-module-strict" |
565 | RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-cwd" | 565 | RDEPENDS:perl-module-extutils-liblist-kid += "perl-module-cwd" |
566 | RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-extutils-makemaker-config" | 566 | RDEPENDS:perl-module-extutils-liblist-kid += "perl-module-extutils-makemaker-config" |
567 | RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-file-basename" | 567 | RDEPENDS:perl-module-extutils-liblist-kid += "perl-module-file-basename" |
568 | RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-strict" | 568 | RDEPENDS:perl-module-extutils-liblist-kid += "perl-module-strict" |
569 | RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-text-parsewords" | 569 | RDEPENDS:perl-module-extutils-liblist-kid += "perl-module-text-parsewords" |
570 | RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-warnings" | 570 | RDEPENDS:perl-module-extutils-liblist-kid += "perl-module-warnings" |
571 | RDEPENDS_perl-module-extutils-liblist += "perl-module-extutils-liblist-kid" | 571 | RDEPENDS:perl-module-extutils-liblist += "perl-module-extutils-liblist-kid" |
572 | RDEPENDS_perl-module-extutils-liblist += "perl-module-strict" | 572 | RDEPENDS:perl-module-extutils-liblist += "perl-module-strict" |
573 | RDEPENDS_perl-module-extutils-makemaker-config += "perl-module-config" | 573 | RDEPENDS:perl-module-extutils-makemaker-config += "perl-module-config" |
574 | RDEPENDS_perl-module-extutils-makemaker-config += "perl-module-strict" | 574 | RDEPENDS:perl-module-extutils-makemaker-config += "perl-module-strict" |
575 | RDEPENDS_perl-module-extutils-makemaker-locale += "perl-module-base" | 575 | RDEPENDS:perl-module-extutils-makemaker-locale += "perl-module-base" |
576 | RDEPENDS_perl-module-extutils-makemaker-locale += "perl-module-encode" | 576 | RDEPENDS:perl-module-extutils-makemaker-locale += "perl-module-encode" |
577 | RDEPENDS_perl-module-extutils-makemaker-locale += "perl-module-encode-alias" | 577 | RDEPENDS:perl-module-extutils-makemaker-locale += "perl-module-encode-alias" |
578 | RDEPENDS_perl-module-extutils-makemaker-locale += "perl-module-i18n-langinfo" | 578 | RDEPENDS:perl-module-extutils-makemaker-locale += "perl-module-i18n-langinfo" |
579 | RDEPENDS_perl-module-extutils-makemaker-locale += "perl-module-strict" | 579 | RDEPENDS:perl-module-extutils-makemaker-locale += "perl-module-strict" |
580 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-b" | 580 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-b" |
581 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-cpan" | 581 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-cpan" |
582 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-cwd" | 582 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-cwd" |
583 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-exporter" | 583 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-exporter" |
584 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-extutils-makemaker-config" | 584 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-extutils-makemaker-config" |
585 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-extutils-makemaker-version" | 585 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-extutils-makemaker-version" |
586 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-extutils-manifest" | 586 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-extutils-manifest" |
587 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-extutils-mm" | 587 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-extutils-mm" |
588 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-extutils-my" | 588 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-extutils-my" |
589 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-file-path" | 589 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-file-path" |
590 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-strict" | 590 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-strict" |
591 | RDEPENDS_perl-module-extutils-makemaker += "perl-module-version" | 591 | RDEPENDS:perl-module-extutils-makemaker += "perl-module-version" |
592 | RDEPENDS_perl-module-extutils-makemaker-version += "perl-module-strict" | 592 | RDEPENDS:perl-module-extutils-makemaker-version += "perl-module-strict" |
593 | RDEPENDS_perl-module-extutils-makemaker-version += "perl-module-vars" | 593 | RDEPENDS:perl-module-extutils-makemaker-version += "perl-module-vars" |
594 | RDEPENDS_perl-module-extutils-manifest += "perl-module-config" | 594 | RDEPENDS:perl-module-extutils-manifest += "perl-module-config" |
595 | RDEPENDS_perl-module-extutils-manifest += "perl-module-exporter" | 595 | RDEPENDS:perl-module-extutils-manifest += "perl-module-exporter" |
596 | RDEPENDS_perl-module-extutils-manifest += "perl-module-file-basename" | 596 | RDEPENDS:perl-module-extutils-manifest += "perl-module-file-basename" |
597 | RDEPENDS_perl-module-extutils-manifest += "perl-module-file-copy" | 597 | RDEPENDS:perl-module-extutils-manifest += "perl-module-file-copy" |
598 | RDEPENDS_perl-module-extutils-manifest += "perl-module-file-find" | 598 | RDEPENDS:perl-module-extutils-manifest += "perl-module-file-find" |
599 | RDEPENDS_perl-module-extutils-manifest += "perl-module-file-path" | 599 | RDEPENDS:perl-module-extutils-manifest += "perl-module-file-path" |
600 | RDEPENDS_perl-module-extutils-manifest += "perl-module-strict" | 600 | RDEPENDS:perl-module-extutils-manifest += "perl-module-strict" |
601 | RDEPENDS_perl-module-extutils-manifest += "perl-module-warnings" | 601 | RDEPENDS:perl-module-extutils-manifest += "perl-module-warnings" |
602 | RDEPENDS_perl-module-extutils-miniperl += "perl-module-exporter" | 602 | RDEPENDS:perl-module-extutils-miniperl += "perl-module-exporter" |
603 | RDEPENDS_perl-module-extutils-miniperl += "perl-module-extutils-embed" | 603 | RDEPENDS:perl-module-extutils-miniperl += "perl-module-extutils-embed" |
604 | RDEPENDS_perl-module-extutils-miniperl += "perl-module-strict" | 604 | RDEPENDS:perl-module-extutils-miniperl += "perl-module-strict" |
605 | RDEPENDS_perl-module-extutils-mkbootstrap += "perl-module-config" | 605 | RDEPENDS:perl-module-extutils-mkbootstrap += "perl-module-config" |
606 | RDEPENDS_perl-module-extutils-mkbootstrap += "perl-module-dynaloader" | 606 | RDEPENDS:perl-module-extutils-mkbootstrap += "perl-module-dynaloader" |
607 | RDEPENDS_perl-module-extutils-mkbootstrap += "perl-module-exporter" | 607 | RDEPENDS:perl-module-extutils-mkbootstrap += "perl-module-exporter" |
608 | RDEPENDS_perl-module-extutils-mkbootstrap += "perl-module-strict" | 608 | RDEPENDS:perl-module-extutils-mkbootstrap += "perl-module-strict" |
609 | RDEPENDS_perl-module-extutils-mksymlists += "perl-module-config" | 609 | RDEPENDS:perl-module-extutils-mksymlists += "perl-module-config" |
610 | RDEPENDS_perl-module-extutils-mksymlists += "perl-module-exporter" | 610 | RDEPENDS:perl-module-extutils-mksymlists += "perl-module-exporter" |
611 | RDEPENDS_perl-module-extutils-mksymlists += "perl-module-strict" | 611 | RDEPENDS:perl-module-extutils-mksymlists += "perl-module-strict" |
612 | RDEPENDS_perl-module-extutils-mm-aix += "perl-module-extutils-makemaker-config" | 612 | RDEPENDS:perl-module-extutils-mm-aix += "perl-module-extutils-makemaker-config" |
613 | RDEPENDS_perl-module-extutils-mm-aix += "perl-module-extutils-mm-unix" | 613 | RDEPENDS:perl-module-extutils-mm-aix += "perl-module-extutils-mm-unix" |
614 | RDEPENDS_perl-module-extutils-mm-aix += "perl-module-strict" | 614 | RDEPENDS:perl-module-extutils-mm-aix += "perl-module-strict" |
615 | RDEPENDS_perl-module-extutils-mm-any += "perl-module-autosplit" | 615 | RDEPENDS:perl-module-extutils-mm-any += "perl-module-autosplit" |
616 | RDEPENDS_perl-module-extutils-mm-any += "perl-module-cpan" | 616 | RDEPENDS:perl-module-extutils-mm-any += "perl-module-cpan" |
617 | RDEPENDS_perl-module-extutils-mm-any += "perl-module-data-dumper" | 617 | RDEPENDS:perl-module-extutils-mm-any += "perl-module-data-dumper" |
618 | RDEPENDS_perl-module-extutils-mm-any += "perl-module-extutils-makemaker" | 618 | RDEPENDS:perl-module-extutils-mm-any += "perl-module-extutils-makemaker" |
619 | RDEPENDS_perl-module-extutils-mm-any += "perl-module-extutils-makemaker-config" | 619 | RDEPENDS:perl-module-extutils-mm-any += "perl-module-extutils-makemaker-config" |
620 | RDEPENDS_perl-module-extutils-mm-any += "perl-module-file-basename" | 620 | RDEPENDS:perl-module-extutils-mm-any += "perl-module-file-basename" |
621 | RDEPENDS_perl-module-extutils-mm-any += "perl-module-file-find" | 621 | RDEPENDS:perl-module-extutils-mm-any += "perl-module-file-find" |
622 | RDEPENDS_perl-module-extutils-mm-any += "perl-module-strict" | 622 | RDEPENDS:perl-module-extutils-mm-any += "perl-module-strict" |
623 | RDEPENDS_perl-module-extutils-mm-any += "perl-module-version" | 623 | RDEPENDS:perl-module-extutils-mm-any += "perl-module-version" |
624 | RDEPENDS_perl-module-extutils-mm-beos += "perl-module-extutils-makemaker-config" | 624 | RDEPENDS:perl-module-extutils-mm-beos += "perl-module-extutils-makemaker-config" |
625 | RDEPENDS_perl-module-extutils-mm-beos += "perl-module-extutils-mm-any" | 625 | RDEPENDS:perl-module-extutils-mm-beos += "perl-module-extutils-mm-any" |
626 | RDEPENDS_perl-module-extutils-mm-beos += "perl-module-extutils-mm-unix" | 626 | RDEPENDS:perl-module-extutils-mm-beos += "perl-module-extutils-mm-unix" |
627 | RDEPENDS_perl-module-extutils-mm-beos += "perl-module-strict" | 627 | RDEPENDS:perl-module-extutils-mm-beos += "perl-module-strict" |
628 | RDEPENDS_perl-module-extutils-mm-cygwin += "perl-module-extutils-makemaker-config" | 628 | RDEPENDS:perl-module-extutils-mm-cygwin += "perl-module-extutils-makemaker-config" |
629 | RDEPENDS_perl-module-extutils-mm-cygwin += "perl-module-extutils-mm-unix" | 629 | RDEPENDS:perl-module-extutils-mm-cygwin += "perl-module-extutils-mm-unix" |
630 | RDEPENDS_perl-module-extutils-mm-cygwin += "perl-module-extutils-mm-win32" | 630 | RDEPENDS:perl-module-extutils-mm-cygwin += "perl-module-extutils-mm-win32" |
631 | RDEPENDS_perl-module-extutils-mm-cygwin += "perl-module-strict" | 631 | RDEPENDS:perl-module-extutils-mm-cygwin += "perl-module-strict" |
632 | RDEPENDS_perl-module-extutils-mm-darwin += "perl-module-extutils-mm-unix" | 632 | RDEPENDS:perl-module-extutils-mm-darwin += "perl-module-extutils-mm-unix" |
633 | RDEPENDS_perl-module-extutils-mm-darwin += "perl-module-strict" | 633 | RDEPENDS:perl-module-extutils-mm-darwin += "perl-module-strict" |
634 | RDEPENDS_perl-module-extutils-mm-dos += "perl-module-extutils-mm-any" | 634 | RDEPENDS:perl-module-extutils-mm-dos += "perl-module-extutils-mm-any" |
635 | RDEPENDS_perl-module-extutils-mm-dos += "perl-module-extutils-mm-unix" | 635 | RDEPENDS:perl-module-extutils-mm-dos += "perl-module-extutils-mm-unix" |
636 | RDEPENDS_perl-module-extutils-mm-dos += "perl-module-strict" | 636 | RDEPENDS:perl-module-extutils-mm-dos += "perl-module-strict" |
637 | RDEPENDS_perl-module-extutils-mm-macos += "perl-module-strict" | 637 | RDEPENDS:perl-module-extutils-mm-macos += "perl-module-strict" |
638 | RDEPENDS_perl-module-extutils-mm-nw5 += "perl-module-extutils-makemaker" | 638 | RDEPENDS:perl-module-extutils-mm-nw5 += "perl-module-extutils-makemaker" |
639 | RDEPENDS_perl-module-extutils-mm-nw5 += "perl-module-extutils-makemaker-config" | 639 | RDEPENDS:perl-module-extutils-mm-nw5 += "perl-module-extutils-makemaker-config" |
640 | RDEPENDS_perl-module-extutils-mm-nw5 += "perl-module-extutils-mm-win32" | 640 | RDEPENDS:perl-module-extutils-mm-nw5 += "perl-module-extutils-mm-win32" |
641 | RDEPENDS_perl-module-extutils-mm-nw5 += "perl-module-file-basename" | 641 | RDEPENDS:perl-module-extutils-mm-nw5 += "perl-module-file-basename" |
642 | RDEPENDS_perl-module-extutils-mm-nw5 += "perl-module-strict" | 642 | RDEPENDS:perl-module-extutils-mm-nw5 += "perl-module-strict" |
643 | RDEPENDS_perl-module-extutils-mm-os2 += "perl-module-extutils-makemaker" | 643 | RDEPENDS:perl-module-extutils-mm-os2 += "perl-module-extutils-makemaker" |
644 | RDEPENDS_perl-module-extutils-mm-os2 += "perl-module-extutils-mm-any" | 644 | RDEPENDS:perl-module-extutils-mm-os2 += "perl-module-extutils-mm-any" |
645 | RDEPENDS_perl-module-extutils-mm-os2 += "perl-module-extutils-mm-unix" | 645 | RDEPENDS:perl-module-extutils-mm-os2 += "perl-module-extutils-mm-unix" |
646 | RDEPENDS_perl-module-extutils-mm-os2 += "perl-module-strict" | 646 | RDEPENDS:perl-module-extutils-mm-os2 += "perl-module-strict" |
647 | RDEPENDS_perl-module-extutils-mm += "perl-module-extutils-liblist" | 647 | RDEPENDS:perl-module-extutils-mm += "perl-module-extutils-liblist" |
648 | RDEPENDS_perl-module-extutils-mm += "perl-module-extutils-makemaker" | 648 | RDEPENDS:perl-module-extutils-mm += "perl-module-extutils-makemaker" |
649 | RDEPENDS_perl-module-extutils-mm += "perl-module-extutils-makemaker-config" | 649 | RDEPENDS:perl-module-extutils-mm += "perl-module-extutils-makemaker-config" |
650 | RDEPENDS_perl-module-extutils-mm += "perl-module-strict" | 650 | RDEPENDS:perl-module-extutils-mm += "perl-module-strict" |
651 | RDEPENDS_perl-module-extutils-mm-qnx += "perl-module-extutils-mm-unix" | 651 | RDEPENDS:perl-module-extutils-mm-qnx += "perl-module-extutils-mm-unix" |
652 | RDEPENDS_perl-module-extutils-mm-qnx += "perl-module-strict" | 652 | RDEPENDS:perl-module-extutils-mm-qnx += "perl-module-strict" |
653 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-cwd" | 653 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-cwd" |
654 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-encode" | 654 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-encode" |
655 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-extutils-liblist" | 655 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-extutils-liblist" |
656 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-extutils-makemaker" | 656 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-extutils-makemaker" |
657 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-extutils-makemaker-config" | 657 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-extutils-makemaker-config" |
658 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-extutils-mm-any" | 658 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-extutils-mm-any" |
659 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-file-basename" | 659 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-file-basename" |
660 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-file-find" | 660 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-file-find" |
661 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-strict" | 661 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-strict" |
662 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-vars" | 662 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-vars" |
663 | RDEPENDS_perl-module-extutils-mm-unix += "perl-module-version" | 663 | RDEPENDS:perl-module-extutils-mm-unix += "perl-module-version" |
664 | RDEPENDS_perl-module-extutils-mm-uwin += "perl-module-extutils-mm-unix" | 664 | RDEPENDS:perl-module-extutils-mm-uwin += "perl-module-extutils-mm-unix" |
665 | RDEPENDS_perl-module-extutils-mm-uwin += "perl-module-strict" | 665 | RDEPENDS:perl-module-extutils-mm-uwin += "perl-module-strict" |
666 | RDEPENDS_perl-module-extutils-mm-vms += "perl-module-exporter" | 666 | RDEPENDS:perl-module-extutils-mm-vms += "perl-module-exporter" |
667 | RDEPENDS_perl-module-extutils-mm-vms += "perl-module-extutils-liblist-kid" | 667 | RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-liblist-kid" |
668 | RDEPENDS_perl-module-extutils-mm-vms += "perl-module-extutils-makemaker" | 668 | RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-makemaker" |
669 | RDEPENDS_perl-module-extutils-mm-vms += "perl-module-extutils-makemaker-config" | 669 | RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-makemaker-config" |
670 | RDEPENDS_perl-module-extutils-mm-vms += "perl-module-extutils-mm-any" | 670 | RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-mm-any" |
671 | RDEPENDS_perl-module-extutils-mm-vms += "perl-module-extutils-mm-unix" | 671 | RDEPENDS:perl-module-extutils-mm-vms += "perl-module-extutils-mm-unix" |
672 | RDEPENDS_perl-module-extutils-mm-vms += "perl-module-file-basename" | 672 | RDEPENDS:perl-module-extutils-mm-vms += "perl-module-file-basename" |
673 | RDEPENDS_perl-module-extutils-mm-vms += "perl-module-file-find" | 673 | RDEPENDS:perl-module-extutils-mm-vms += "perl-module-file-find" |
674 | RDEPENDS_perl-module-extutils-mm-vms += "perl-module-strict" | 674 | RDEPENDS:perl-module-extutils-mm-vms += "perl-module-strict" |
675 | RDEPENDS_perl-module-extutils-mm-vos += "perl-module-extutils-mm-unix" | 675 | RDEPENDS:perl-module-extutils-mm-vos += "perl-module-extutils-mm-unix" |
676 | RDEPENDS_perl-module-extutils-mm-vos += "perl-module-strict" | 676 | RDEPENDS:perl-module-extutils-mm-vos += "perl-module-strict" |
677 | RDEPENDS_perl-module-extutils-mm-win32 += "perl-module-extutils-makemaker" | 677 | RDEPENDS:perl-module-extutils-mm-win32 += "perl-module-extutils-makemaker" |
678 | RDEPENDS_perl-module-extutils-mm-win32 += "perl-module-extutils-makemaker-config" | 678 | RDEPENDS:perl-module-extutils-mm-win32 += "perl-module-extutils-makemaker-config" |
679 | RDEPENDS_perl-module-extutils-mm-win32 += "perl-module-extutils-mm-any" | 679 | RDEPENDS:perl-module-extutils-mm-win32 += "perl-module-extutils-mm-any" |
680 | RDEPENDS_perl-module-extutils-mm-win32 += "perl-module-extutils-mm-unix" | 680 | RDEPENDS:perl-module-extutils-mm-win32 += "perl-module-extutils-mm-unix" |
681 | RDEPENDS_perl-module-extutils-mm-win32 += "perl-module-file-basename" | 681 | RDEPENDS:perl-module-extutils-mm-win32 += "perl-module-file-basename" |
682 | RDEPENDS_perl-module-extutils-mm-win32 += "perl-module-strict" | 682 | RDEPENDS:perl-module-extutils-mm-win32 += "perl-module-strict" |
683 | RDEPENDS_perl-module-extutils-mm-win95 += "perl-module-extutils-makemaker-config" | 683 | RDEPENDS:perl-module-extutils-mm-win95 += "perl-module-extutils-makemaker-config" |
684 | RDEPENDS_perl-module-extutils-mm-win95 += "perl-module-extutils-mm-win32" | 684 | RDEPENDS:perl-module-extutils-mm-win95 += "perl-module-extutils-mm-win32" |
685 | RDEPENDS_perl-module-extutils-mm-win95 += "perl-module-strict" | 685 | RDEPENDS:perl-module-extutils-mm-win95 += "perl-module-strict" |
686 | RDEPENDS_perl-module-extutils-my += "perl-module-extutils-mm" | 686 | RDEPENDS:perl-module-extutils-my += "perl-module-extutils-mm" |
687 | RDEPENDS_perl-module-extutils-my += "perl-module-strict" | 687 | RDEPENDS:perl-module-extutils-my += "perl-module-strict" |
688 | RDEPENDS_perl-module-extutils-packlist += "perl-module-config" | 688 | RDEPENDS:perl-module-extutils-packlist += "perl-module-config" |
689 | RDEPENDS_perl-module-extutils-packlist += "perl-module-cwd" | 689 | RDEPENDS:perl-module-extutils-packlist += "perl-module-cwd" |
690 | RDEPENDS_perl-module-extutils-packlist += "perl-module-strict" | 690 | RDEPENDS:perl-module-extutils-packlist += "perl-module-strict" |
691 | RDEPENDS_perl-module-extutils-packlist += "perl-module-vars" | 691 | RDEPENDS:perl-module-extutils-packlist += "perl-module-vars" |
692 | RDEPENDS_perl-module-extutils-parsexs-constants += "perl-module-strict" | 692 | RDEPENDS:perl-module-extutils-parsexs-constants += "perl-module-strict" |
693 | RDEPENDS_perl-module-extutils-parsexs-constants += "perl-module-warnings" | 693 | RDEPENDS:perl-module-extutils-parsexs-constants += "perl-module-warnings" |
694 | RDEPENDS_perl-module-extutils-parsexs-countlines += "perl-module-strict" | 694 | RDEPENDS:perl-module-extutils-parsexs-countlines += "perl-module-strict" |
695 | RDEPENDS_perl-module-extutils-parsexs-eval += "perl-module-strict" | 695 | RDEPENDS:perl-module-extutils-parsexs-eval += "perl-module-strict" |
696 | RDEPENDS_perl-module-extutils-parsexs-eval += "perl-module-warnings" | 696 | RDEPENDS:perl-module-extutils-parsexs-eval += "perl-module-warnings" |
697 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-config" | 697 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-config" |
698 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-cwd" | 698 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-cwd" |
699 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-exporter" | 699 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-exporter" |
700 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-extutils-parsexs-constants" | 700 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-extutils-parsexs-constants" |
701 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-extutils-parsexs-countlines" | 701 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-extutils-parsexs-countlines" |
702 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-extutils-parsexs-eval" | 702 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-extutils-parsexs-eval" |
703 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-extutils-parsexs-utilities" | 703 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-extutils-parsexs-utilities" |
704 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-file-basename" | 704 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-file-basename" |
705 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-re" | 705 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-re" |
706 | RDEPENDS_perl-module-extutils-parsexs += "perl-module-strict" | 706 | RDEPENDS:perl-module-extutils-parsexs += "perl-module-strict" |
707 | RDEPENDS_perl-module-extutils-parsexs-utilities += "perl-module-exporter" | 707 | RDEPENDS:perl-module-extutils-parsexs-utilities += "perl-module-exporter" |
708 | RDEPENDS_perl-module-extutils-parsexs-utilities += "perl-module-extutils-parsexs-constants" | 708 | RDEPENDS:perl-module-extutils-parsexs-utilities += "perl-module-extutils-parsexs-constants" |
709 | RDEPENDS_perl-module-extutils-parsexs-utilities += "perl-module-extutils-typemaps" | 709 | RDEPENDS:perl-module-extutils-parsexs-utilities += "perl-module-extutils-typemaps" |
710 | RDEPENDS_perl-module-extutils-parsexs-utilities += "perl-module-strict" | 710 | RDEPENDS:perl-module-extutils-parsexs-utilities += "perl-module-strict" |
711 | RDEPENDS_perl-module-extutils-parsexs-utilities += "perl-module-warnings" | 711 | RDEPENDS:perl-module-extutils-parsexs-utilities += "perl-module-warnings" |
712 | RDEPENDS_perl-module-extutils-testlib += "perl-module-cwd" | 712 | RDEPENDS:perl-module-extutils-testlib += "perl-module-cwd" |
713 | RDEPENDS_perl-module-extutils-testlib += "perl-module-lib" | 713 | RDEPENDS:perl-module-extutils-testlib += "perl-module-lib" |
714 | RDEPENDS_perl-module-extutils-testlib += "perl-module-strict" | 714 | RDEPENDS:perl-module-extutils-testlib += "perl-module-strict" |
715 | RDEPENDS_perl-module-extutils-testlib += "perl-module-warnings" | 715 | RDEPENDS:perl-module-extutils-testlib += "perl-module-warnings" |
716 | RDEPENDS_perl-module-extutils-typemaps-cmd += "perl-module-exporter" | 716 | RDEPENDS:perl-module-extutils-typemaps-cmd += "perl-module-exporter" |
717 | RDEPENDS_perl-module-extutils-typemaps-cmd += "perl-module-extutils-typemaps" | 717 | RDEPENDS:perl-module-extutils-typemaps-cmd += "perl-module-extutils-typemaps" |
718 | RDEPENDS_perl-module-extutils-typemaps-cmd += "perl-module-strict" | 718 | RDEPENDS:perl-module-extutils-typemaps-cmd += "perl-module-strict" |
719 | RDEPENDS_perl-module-extutils-typemaps-cmd += "perl-module-warnings" | 719 | RDEPENDS:perl-module-extutils-typemaps-cmd += "perl-module-warnings" |
720 | RDEPENDS_perl-module-extutils-typemaps-inputmap += "perl-module-strict" | 720 | RDEPENDS:perl-module-extutils-typemaps-inputmap += "perl-module-strict" |
721 | RDEPENDS_perl-module-extutils-typemaps-inputmap += "perl-module-warnings" | 721 | RDEPENDS:perl-module-extutils-typemaps-inputmap += "perl-module-warnings" |
722 | RDEPENDS_perl-module-extutils-typemaps-outputmap += "perl-module-re" | 722 | RDEPENDS:perl-module-extutils-typemaps-outputmap += "perl-module-re" |
723 | RDEPENDS_perl-module-extutils-typemaps-outputmap += "perl-module-strict" | 723 | RDEPENDS:perl-module-extutils-typemaps-outputmap += "perl-module-strict" |
724 | RDEPENDS_perl-module-extutils-typemaps-outputmap += "perl-module-warnings" | 724 | RDEPENDS:perl-module-extutils-typemaps-outputmap += "perl-module-warnings" |
725 | RDEPENDS_perl-module-extutils-typemaps += "perl-module-extutils-parsexs" | 725 | RDEPENDS:perl-module-extutils-typemaps += "perl-module-extutils-parsexs" |
726 | RDEPENDS_perl-module-extutils-typemaps += "perl-module-extutils-parsexs-constants" | 726 | RDEPENDS:perl-module-extutils-typemaps += "perl-module-extutils-parsexs-constants" |
727 | RDEPENDS_perl-module-extutils-typemaps += "perl-module-extutils-typemaps-inputmap" | 727 | RDEPENDS:perl-module-extutils-typemaps += "perl-module-extutils-typemaps-inputmap" |
728 | RDEPENDS_perl-module-extutils-typemaps += "perl-module-extutils-typemaps-outputmap" | 728 | RDEPENDS:perl-module-extutils-typemaps += "perl-module-extutils-typemaps-outputmap" |
729 | RDEPENDS_perl-module-extutils-typemaps += "perl-module-extutils-typemaps-type" | 729 | RDEPENDS:perl-module-extutils-typemaps += "perl-module-extutils-typemaps-type" |
730 | RDEPENDS_perl-module-extutils-typemaps += "perl-module-strict" | 730 | RDEPENDS:perl-module-extutils-typemaps += "perl-module-strict" |
731 | RDEPENDS_perl-module-extutils-typemaps += "perl-module-warnings" | 731 | RDEPENDS:perl-module-extutils-typemaps += "perl-module-warnings" |
732 | RDEPENDS_perl-module-extutils-typemaps-type += "perl-module-extutils-typemaps" | 732 | RDEPENDS:perl-module-extutils-typemaps-type += "perl-module-extutils-typemaps" |
733 | RDEPENDS_perl-module-extutils-typemaps-type += "perl-module-strict" | 733 | RDEPENDS:perl-module-extutils-typemaps-type += "perl-module-strict" |
734 | RDEPENDS_perl-module-extutils-typemaps-type += "perl-module-warnings" | 734 | RDEPENDS:perl-module-extutils-typemaps-type += "perl-module-warnings" |
735 | RDEPENDS_perl-module-fatal += "perl-module-autodie" | 735 | RDEPENDS:perl-module-fatal += "perl-module-autodie" |
736 | RDEPENDS_perl-module-fatal += "perl-module-autodie-exception-system" | 736 | RDEPENDS:perl-module-fatal += "perl-module-autodie-exception-system" |
737 | RDEPENDS_perl-module-fatal += "perl-module-autodie-hints" | 737 | RDEPENDS:perl-module-fatal += "perl-module-autodie-hints" |
738 | RDEPENDS_perl-module-fatal += "perl-module-autodie-util" | 738 | RDEPENDS:perl-module-fatal += "perl-module-autodie-util" |
739 | RDEPENDS_perl-module-fatal += "perl-module-config" | 739 | RDEPENDS:perl-module-fatal += "perl-module-config" |
740 | RDEPENDS_perl-module-fatal += "perl-module-constant" | 740 | RDEPENDS:perl-module-fatal += "perl-module-constant" |
741 | RDEPENDS_perl-module-fatal += "perl-module-fcntl" | 741 | RDEPENDS:perl-module-fatal += "perl-module-fcntl" |
742 | RDEPENDS_perl-module-fatal += "perl-module-posix" | 742 | RDEPENDS:perl-module-fatal += "perl-module-posix" |
743 | RDEPENDS_perl-module-fatal += "perl-module-strict" | 743 | RDEPENDS:perl-module-fatal += "perl-module-strict" |
744 | RDEPENDS_perl-module-fatal += "perl-module-tie-refhash" | 744 | RDEPENDS:perl-module-fatal += "perl-module-tie-refhash" |
745 | RDEPENDS_perl-module-fatal += "perl-module-warnings" | 745 | RDEPENDS:perl-module-fatal += "perl-module-warnings" |
746 | RDEPENDS_perl-module-fcntl += "perl-module-exporter" | 746 | RDEPENDS:perl-module-fcntl += "perl-module-exporter" |
747 | RDEPENDS_perl-module-fcntl += "perl-module-strict" | 747 | RDEPENDS:perl-module-fcntl += "perl-module-strict" |
748 | RDEPENDS_perl-module-fcntl += "perl-module-xsloader" | 748 | RDEPENDS:perl-module-fcntl += "perl-module-xsloader" |
749 | RDEPENDS_perl-module-fields += "perl-module-base" | 749 | RDEPENDS:perl-module-fields += "perl-module-base" |
750 | RDEPENDS_perl-module-fields += "perl-module-hash-util" | 750 | RDEPENDS:perl-module-fields += "perl-module-hash-util" |
751 | RDEPENDS_perl-module-fields += "perl-module-strict" | 751 | RDEPENDS:perl-module-fields += "perl-module-strict" |
752 | RDEPENDS_perl-module-file-basename += "perl-module-exporter" | 752 | RDEPENDS:perl-module-file-basename += "perl-module-exporter" |
753 | RDEPENDS_perl-module-file-basename += "perl-module-re" | 753 | RDEPENDS:perl-module-file-basename += "perl-module-re" |
754 | RDEPENDS_perl-module-file-basename += "perl-module-strict" | 754 | RDEPENDS:perl-module-file-basename += "perl-module-strict" |
755 | RDEPENDS_perl-module-file-basename += "perl-module-warnings" | 755 | RDEPENDS:perl-module-file-basename += "perl-module-warnings" |
756 | RDEPENDS_perl-module-filecache += "perl-module-parent" | 756 | RDEPENDS:perl-module-filecache += "perl-module-parent" |
757 | RDEPENDS_perl-module-filecache += "perl-module-strict" | 757 | RDEPENDS:perl-module-filecache += "perl-module-strict" |
758 | RDEPENDS_perl-module-file-compare += "perl-module-exporter" | 758 | RDEPENDS:perl-module-file-compare += "perl-module-exporter" |
759 | RDEPENDS_perl-module-file-compare += "perl-module-strict" | 759 | RDEPENDS:perl-module-file-compare += "perl-module-strict" |
760 | RDEPENDS_perl-module-file-compare += "perl-module-warnings" | 760 | RDEPENDS:perl-module-file-compare += "perl-module-warnings" |
761 | RDEPENDS_perl-module-file-copy += "perl-module-config" | 761 | RDEPENDS:perl-module-file-copy += "perl-module-config" |
762 | RDEPENDS_perl-module-file-copy += "perl-module-exporter" | 762 | RDEPENDS:perl-module-file-copy += "perl-module-exporter" |
763 | RDEPENDS_perl-module-file-copy += "perl-module-file-basename" | 763 | RDEPENDS:perl-module-file-copy += "perl-module-file-basename" |
764 | RDEPENDS_perl-module-file-copy += "perl-module-strict" | 764 | RDEPENDS:perl-module-file-copy += "perl-module-strict" |
765 | RDEPENDS_perl-module-file-copy += "perl-module-warnings" | 765 | RDEPENDS:perl-module-file-copy += "perl-module-warnings" |
766 | RDEPENDS_perl-module-file-dosglob += "perl-module-strict" | 766 | RDEPENDS:perl-module-file-dosglob += "perl-module-strict" |
767 | RDEPENDS_perl-module-file-dosglob += "perl-module-text-parsewords" | 767 | RDEPENDS:perl-module-file-dosglob += "perl-module-text-parsewords" |
768 | RDEPENDS_perl-module-file-dosglob += "perl-module-warnings" | 768 | RDEPENDS:perl-module-file-dosglob += "perl-module-warnings" |
769 | RDEPENDS_perl-module-file-dosglob += "perl-module-xsloader" | 769 | RDEPENDS:perl-module-file-dosglob += "perl-module-xsloader" |
770 | RDEPENDS_perl-module-file-fetch += "perl-module-constant" | 770 | RDEPENDS:perl-module-file-fetch += "perl-module-constant" |
771 | RDEPENDS_perl-module-file-fetch += "perl-module-cwd" | 771 | RDEPENDS:perl-module-file-fetch += "perl-module-cwd" |
772 | RDEPENDS_perl-module-file-fetch += "perl-module-file-basename" | 772 | RDEPENDS:perl-module-file-fetch += "perl-module-file-basename" |
773 | RDEPENDS_perl-module-file-fetch += "perl-module-file-copy" | 773 | RDEPENDS:perl-module-file-fetch += "perl-module-file-copy" |
774 | RDEPENDS_perl-module-file-fetch += "perl-module-filehandle" | 774 | RDEPENDS:perl-module-file-fetch += "perl-module-filehandle" |
775 | RDEPENDS_perl-module-file-fetch += "perl-module-file-path" | 775 | RDEPENDS:perl-module-file-fetch += "perl-module-file-path" |
776 | RDEPENDS_perl-module-file-fetch += "perl-module-file-temp" | 776 | RDEPENDS:perl-module-file-fetch += "perl-module-file-temp" |
777 | RDEPENDS_perl-module-file-fetch += "perl-module-ipc-cmd" | 777 | RDEPENDS:perl-module-file-fetch += "perl-module-ipc-cmd" |
778 | RDEPENDS_perl-module-file-fetch += "perl-module-locale-maketext-simple" | 778 | RDEPENDS:perl-module-file-fetch += "perl-module-locale-maketext-simple" |
779 | RDEPENDS_perl-module-file-fetch += "perl-module-load" | 779 | RDEPENDS:perl-module-file-fetch += "perl-module-load" |
780 | RDEPENDS_perl-module-file-fetch += "perl-module-params-check" | 780 | RDEPENDS:perl-module-file-fetch += "perl-module-params-check" |
781 | RDEPENDS_perl-module-file-fetch += "perl-module-strict" | 781 | RDEPENDS:perl-module-file-fetch += "perl-module-strict" |
782 | RDEPENDS_perl-module-file-fetch += "perl-module-vars" | 782 | RDEPENDS:perl-module-file-fetch += "perl-module-vars" |
783 | RDEPENDS_perl-module-file-find += "perl-module-cwd" | 783 | RDEPENDS:perl-module-file-find += "perl-module-cwd" |
784 | RDEPENDS_perl-module-file-find += "perl-module-exporter" | 784 | RDEPENDS:perl-module-file-find += "perl-module-exporter" |
785 | RDEPENDS_perl-module-file-find += "perl-module-file-basename" | 785 | RDEPENDS:perl-module-file-find += "perl-module-file-basename" |
786 | RDEPENDS_perl-module-file-find += "perl-module-strict" | 786 | RDEPENDS:perl-module-file-find += "perl-module-strict" |
787 | RDEPENDS_perl-module-file-find += "perl-module-warnings" | 787 | RDEPENDS:perl-module-file-find += "perl-module-warnings" |
788 | RDEPENDS_perl-module-file-find += "perl-module-warnings-register" | 788 | RDEPENDS:perl-module-file-find += "perl-module-warnings-register" |
789 | RDEPENDS_perl-module-file-globmapper += "perl-module-file-glob" | 789 | RDEPENDS:perl-module-file-globmapper += "perl-module-file-glob" |
790 | RDEPENDS_perl-module-file-globmapper += "perl-module-strict" | 790 | RDEPENDS:perl-module-file-globmapper += "perl-module-strict" |
791 | RDEPENDS_perl-module-file-globmapper += "perl-module-warnings" | 791 | RDEPENDS:perl-module-file-globmapper += "perl-module-warnings" |
792 | RDEPENDS_perl-module-file-glob += "perl-module-exporter" | 792 | RDEPENDS:perl-module-file-glob += "perl-module-exporter" |
793 | RDEPENDS_perl-module-file-glob += "perl-module-strict" | 793 | RDEPENDS:perl-module-file-glob += "perl-module-strict" |
794 | RDEPENDS_perl-module-file-glob += "perl-module-xsloader" | 794 | RDEPENDS:perl-module-file-glob += "perl-module-xsloader" |
795 | RDEPENDS_perl-module-filehandle += "perl-module-exporter" | 795 | RDEPENDS:perl-module-filehandle += "perl-module-exporter" |
796 | RDEPENDS_perl-module-filehandle += "perl-module-fcntl" | 796 | RDEPENDS:perl-module-filehandle += "perl-module-fcntl" |
797 | RDEPENDS_perl-module-filehandle += "perl-module-io-file" | 797 | RDEPENDS:perl-module-filehandle += "perl-module-io-file" |
798 | RDEPENDS_perl-module-filehandle += "perl-module-strict" | 798 | RDEPENDS:perl-module-filehandle += "perl-module-strict" |
799 | RDEPENDS_perl-module-file-path += "perl-module-cwd" | 799 | RDEPENDS:perl-module-file-path += "perl-module-cwd" |
800 | RDEPENDS_perl-module-file-path += "perl-module-exporter" | 800 | RDEPENDS:perl-module-file-path += "perl-module-exporter" |
801 | RDEPENDS_perl-module-file-path += "perl-module-file-basename" | 801 | RDEPENDS:perl-module-file-path += "perl-module-file-basename" |
802 | RDEPENDS_perl-module-file-path += "perl-module-strict" | 802 | RDEPENDS:perl-module-file-path += "perl-module-strict" |
803 | RDEPENDS_perl-module-file-path += "perl-module-vars" | 803 | RDEPENDS:perl-module-file-path += "perl-module-vars" |
804 | RDEPENDS_perl-module-file-stat += "perl-module-class-struct" | 804 | RDEPENDS:perl-module-file-stat += "perl-module-class-struct" |
805 | RDEPENDS_perl-module-file-stat += "perl-module-constant" | 805 | RDEPENDS:perl-module-file-stat += "perl-module-constant" |
806 | RDEPENDS_perl-module-file-stat += "perl-module-exporter" | 806 | RDEPENDS:perl-module-file-stat += "perl-module-exporter" |
807 | RDEPENDS_perl-module-file-stat += "perl-module-fcntl" | 807 | RDEPENDS:perl-module-file-stat += "perl-module-fcntl" |
808 | RDEPENDS_perl-module-file-stat += "perl-module-overload " | 808 | RDEPENDS:perl-module-file-stat += "perl-module-overload " |
809 | RDEPENDS_perl-module-file-stat += "perl-module-strict" | 809 | RDEPENDS:perl-module-file-stat += "perl-module-strict" |
810 | RDEPENDS_perl-module-file-stat += "perl-module-warnings" | 810 | RDEPENDS:perl-module-file-stat += "perl-module-warnings" |
811 | RDEPENDS_perl-module-file-stat += "perl-module-warnings-register" | 811 | RDEPENDS:perl-module-file-stat += "perl-module-warnings-register" |
812 | RDEPENDS_perl-module-file-temp += "perl-module-constant" | 812 | RDEPENDS:perl-module-file-temp += "perl-module-constant" |
813 | RDEPENDS_perl-module-file-temp += "perl-module-cwd" | 813 | RDEPENDS:perl-module-file-temp += "perl-module-cwd" |
814 | RDEPENDS_perl-module-file-temp += "perl-module-errno" | 814 | RDEPENDS:perl-module-file-temp += "perl-module-errno" |
815 | RDEPENDS_perl-module-file-temp += "perl-module-exporter" | 815 | RDEPENDS:perl-module-file-temp += "perl-module-exporter" |
816 | RDEPENDS_perl-module-file-temp += "perl-module-fcntl" | 816 | RDEPENDS:perl-module-file-temp += "perl-module-fcntl" |
817 | RDEPENDS_perl-module-file-temp += "perl-module-file-path" | 817 | RDEPENDS:perl-module-file-temp += "perl-module-file-path" |
818 | RDEPENDS_perl-module-file-temp += "perl-module-io-seekable" | 818 | RDEPENDS:perl-module-file-temp += "perl-module-io-seekable" |
819 | RDEPENDS_perl-module-file-temp += "perl-module-overload" | 819 | RDEPENDS:perl-module-file-temp += "perl-module-overload" |
820 | RDEPENDS_perl-module-file-temp += "perl-module-parent" | 820 | RDEPENDS:perl-module-file-temp += "perl-module-parent" |
821 | RDEPENDS_perl-module-file-temp += "perl-module-posix" | 821 | RDEPENDS:perl-module-file-temp += "perl-module-posix" |
822 | RDEPENDS_perl-module-file-temp += "perl-module-strict" | 822 | RDEPENDS:perl-module-file-temp += "perl-module-strict" |
823 | RDEPENDS_perl-module-filter-simple += "perl-module-filter-util-call" | 823 | RDEPENDS:perl-module-filter-simple += "perl-module-filter-util-call" |
824 | RDEPENDS_perl-module-filter-simple += "perl-module-text-balanced" | 824 | RDEPENDS:perl-module-filter-simple += "perl-module-text-balanced" |
825 | RDEPENDS_perl-module-filter-util-call += "perl-module-exporter" | 825 | RDEPENDS:perl-module-filter-util-call += "perl-module-exporter" |
826 | RDEPENDS_perl-module-filter-util-call += "perl-module-strict" | 826 | RDEPENDS:perl-module-filter-util-call += "perl-module-strict" |
827 | RDEPENDS_perl-module-filter-util-call += "perl-module-warnings" | 827 | RDEPENDS:perl-module-filter-util-call += "perl-module-warnings" |
828 | RDEPENDS_perl-module-filter-util-call += "perl-module-xsloader" | 828 | RDEPENDS:perl-module-filter-util-call += "perl-module-xsloader" |
829 | RDEPENDS_perl-module-findbin += "perl-module-cwd" | 829 | RDEPENDS:perl-module-findbin += "perl-module-cwd" |
830 | RDEPENDS_perl-module-findbin += "perl-module-exporter" | 830 | RDEPENDS:perl-module-findbin += "perl-module-exporter" |
831 | RDEPENDS_perl-module-findbin += "perl-module-file-basename" | 831 | RDEPENDS:perl-module-findbin += "perl-module-file-basename" |
832 | RDEPENDS_perl-module-gdbm-file += "perl-module-exporter" | 832 | RDEPENDS:perl-module-gdbm-file += "perl-module-exporter" |
833 | RDEPENDS_perl-module-gdbm-file += "perl-module-strict" | 833 | RDEPENDS:perl-module-gdbm-file += "perl-module-strict" |
834 | RDEPENDS_perl-module-gdbm-file += "perl-module-tie-hash" | 834 | RDEPENDS:perl-module-gdbm-file += "perl-module-tie-hash" |
835 | RDEPENDS_perl-module-gdbm-file += "perl-module-warnings" | 835 | RDEPENDS:perl-module-gdbm-file += "perl-module-warnings" |
836 | RDEPENDS_perl-module-gdbm-file += "perl-module-xsloader" | 836 | RDEPENDS:perl-module-gdbm-file += "perl-module-xsloader" |
837 | RDEPENDS_perl-module-getopt-long += "perl-module-constant" | 837 | RDEPENDS:perl-module-getopt-long += "perl-module-constant" |
838 | RDEPENDS_perl-module-getopt-long += "perl-module-exporter" | 838 | RDEPENDS:perl-module-getopt-long += "perl-module-exporter" |
839 | RDEPENDS_perl-module-getopt-long += "perl-module-overload" | 839 | RDEPENDS:perl-module-getopt-long += "perl-module-overload" |
840 | RDEPENDS_perl-module-getopt-long += "perl-module-pod-usage" | 840 | RDEPENDS:perl-module-getopt-long += "perl-module-pod-usage" |
841 | RDEPENDS_perl-module-getopt-long += "perl-module-strict" | 841 | RDEPENDS:perl-module-getopt-long += "perl-module-strict" |
842 | RDEPENDS_perl-module-getopt-long += "perl-module-text-parsewords" | 842 | RDEPENDS:perl-module-getopt-long += "perl-module-text-parsewords" |
843 | RDEPENDS_perl-module-getopt-long += "perl-module-vars" | 843 | RDEPENDS:perl-module-getopt-long += "perl-module-vars" |
844 | RDEPENDS_perl-module-getopt-long += "perl-module-warnings" | 844 | RDEPENDS:perl-module-getopt-long += "perl-module-warnings" |
845 | RDEPENDS_perl-module-getopt-std += "perl-module-exporter" | 845 | RDEPENDS:perl-module-getopt-std += "perl-module-exporter" |
846 | RDEPENDS_perl-module-hash-util-fieldhash += "perl-module-exporter" | 846 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-exporter" |
847 | RDEPENDS_perl-module-hash-util-fieldhash += "perl-module-strict" | 847 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-strict" |
848 | RDEPENDS_perl-module-hash-util-fieldhash += "perl-module-warnings" | 848 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-warnings" |
849 | RDEPENDS_perl-module-hash-util-fieldhash += "perl-module-xsloader" | 849 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-xsloader" |
850 | RDEPENDS_perl-module-hash-util += "perl-module-exporter" | 850 | RDEPENDS:perl-module-hash-util += "perl-module-exporter" |
851 | RDEPENDS_perl-module-hash-util += "perl-module-hash-util-fieldhash" | 851 | RDEPENDS:perl-module-hash-util += "perl-module-hash-util-fieldhash" |
852 | RDEPENDS_perl-module-hash-util += "perl-module-strict" | 852 | RDEPENDS:perl-module-hash-util += "perl-module-strict" |
853 | RDEPENDS_perl-module-hash-util += "perl-module-warnings" | 853 | RDEPENDS:perl-module-hash-util += "perl-module-warnings" |
854 | RDEPENDS_perl-module-hash-util += "perl-module-warnings-register" | 854 | RDEPENDS:perl-module-hash-util += "perl-module-warnings-register" |
855 | RDEPENDS_perl-module-hash-util += "perl-module-xsloader" | 855 | RDEPENDS:perl-module-hash-util += "perl-module-xsloader" |
856 | RDEPENDS_perl-module-i18n-collate += "perl-module-exporter" | 856 | RDEPENDS:perl-module-i18n-collate += "perl-module-exporter" |
857 | RDEPENDS_perl-module-i18n-collate += "perl-module-overload" | 857 | RDEPENDS:perl-module-i18n-collate += "perl-module-overload" |
858 | RDEPENDS_perl-module-i18n-collate += "perl-module-posix" | 858 | RDEPENDS:perl-module-i18n-collate += "perl-module-posix" |
859 | RDEPENDS_perl-module-i18n-collate += "perl-module-strict" | 859 | RDEPENDS:perl-module-i18n-collate += "perl-module-strict" |
860 | RDEPENDS_perl-module-i18n-collate += "perl-module-warnings-register" | 860 | RDEPENDS:perl-module-i18n-collate += "perl-module-warnings-register" |
861 | RDEPENDS_perl-module-i18n-langinfo += "perl-module-exporter" | 861 | RDEPENDS:perl-module-i18n-langinfo += "perl-module-exporter" |
862 | RDEPENDS_perl-module-i18n-langinfo += "perl-module-strict" | 862 | RDEPENDS:perl-module-i18n-langinfo += "perl-module-strict" |
863 | RDEPENDS_perl-module-i18n-langinfo += "perl-module-warnings" | 863 | RDEPENDS:perl-module-i18n-langinfo += "perl-module-warnings" |
864 | RDEPENDS_perl-module-i18n-langinfo += "perl-module-xsloader" | 864 | RDEPENDS:perl-module-i18n-langinfo += "perl-module-xsloader" |
865 | RDEPENDS_perl-module-i18n-langtags-detect += "perl-module-i18n-langtags" | 865 | RDEPENDS:perl-module-i18n-langtags-detect += "perl-module-i18n-langtags" |
866 | RDEPENDS_perl-module-i18n-langtags-detect += "perl-module-strict" | 866 | RDEPENDS:perl-module-i18n-langtags-detect += "perl-module-strict" |
867 | RDEPENDS_perl-module-i18n-langtags-list += "perl-module-strict" | 867 | RDEPENDS:perl-module-i18n-langtags-list += "perl-module-strict" |
868 | RDEPENDS_perl-module-i18n-langtags += "perl-module-exporter" | 868 | RDEPENDS:perl-module-i18n-langtags += "perl-module-exporter" |
869 | RDEPENDS_perl-module-i18n-langtags += "perl-module-strict" | 869 | RDEPENDS:perl-module-i18n-langtags += "perl-module-strict" |
870 | RDEPENDS_perl-module-io-compress-adapter-bzip2 += "perl-module-bytes" | 870 | RDEPENDS:perl-module-io-compress-adapter-bzip2 += "perl-module-bytes" |
871 | RDEPENDS_perl-module-io-compress-adapter-bzip2 += "perl-module-compress-raw-bzip2" | 871 | RDEPENDS:perl-module-io-compress-adapter-bzip2 += "perl-module-compress-raw-bzip2" |
872 | RDEPENDS_perl-module-io-compress-adapter-bzip2 += "perl-module-io-compress-base-common" | 872 | RDEPENDS:perl-module-io-compress-adapter-bzip2 += "perl-module-io-compress-base-common" |
873 | RDEPENDS_perl-module-io-compress-adapter-bzip2 += "perl-module-strict" | 873 | RDEPENDS:perl-module-io-compress-adapter-bzip2 += "perl-module-strict" |
874 | RDEPENDS_perl-module-io-compress-adapter-bzip2 += "perl-module-warnings" | 874 | RDEPENDS:perl-module-io-compress-adapter-bzip2 += "perl-module-warnings" |
875 | RDEPENDS_perl-module-io-compress-adapter-deflate += "perl-module-bytes" | 875 | RDEPENDS:perl-module-io-compress-adapter-deflate += "perl-module-bytes" |
876 | RDEPENDS_perl-module-io-compress-adapter-deflate += "perl-module-compress-raw-zlib" | 876 | RDEPENDS:perl-module-io-compress-adapter-deflate += "perl-module-compress-raw-zlib" |
877 | RDEPENDS_perl-module-io-compress-adapter-deflate += "perl-module-exporter" | 877 | RDEPENDS:perl-module-io-compress-adapter-deflate += "perl-module-exporter" |
878 | RDEPENDS_perl-module-io-compress-adapter-deflate += "perl-module-io-compress-base-common" | 878 | RDEPENDS:perl-module-io-compress-adapter-deflate += "perl-module-io-compress-base-common" |
879 | RDEPENDS_perl-module-io-compress-adapter-deflate += "perl-module-strict" | 879 | RDEPENDS:perl-module-io-compress-adapter-deflate += "perl-module-strict" |
880 | RDEPENDS_perl-module-io-compress-adapter-deflate += "perl-module-warnings" | 880 | RDEPENDS:perl-module-io-compress-adapter-deflate += "perl-module-warnings" |
881 | RDEPENDS_perl-module-io-compress-adapter-identity += "perl-module-bytes" | 881 | RDEPENDS:perl-module-io-compress-adapter-identity += "perl-module-bytes" |
882 | RDEPENDS_perl-module-io-compress-adapter-identity += "perl-module-io-compress-base-common" | 882 | RDEPENDS:perl-module-io-compress-adapter-identity += "perl-module-io-compress-base-common" |
883 | RDEPENDS_perl-module-io-compress-adapter-identity += "perl-module-strict" | 883 | RDEPENDS:perl-module-io-compress-adapter-identity += "perl-module-strict" |
884 | RDEPENDS_perl-module-io-compress-adapter-identity += "perl-module-warnings" | 884 | RDEPENDS:perl-module-io-compress-adapter-identity += "perl-module-warnings" |
885 | RDEPENDS_perl-module-io-compress-base-common += "perl-module-bytes" | 885 | RDEPENDS:perl-module-io-compress-base-common += "perl-module-bytes" |
886 | RDEPENDS_perl-module-io-compress-base-common += "perl-module-constant" | 886 | RDEPENDS:perl-module-io-compress-base-common += "perl-module-constant" |
887 | RDEPENDS_perl-module-io-compress-base-common += "perl-module-encode" | 887 | RDEPENDS:perl-module-io-compress-base-common += "perl-module-encode" |
888 | RDEPENDS_perl-module-io-compress-base-common += "perl-module-exporter" | 888 | RDEPENDS:perl-module-io-compress-base-common += "perl-module-exporter" |
889 | RDEPENDS_perl-module-io-compress-base-common += "perl-module-file-globmapper" | 889 | RDEPENDS:perl-module-io-compress-base-common += "perl-module-file-globmapper" |
890 | RDEPENDS_perl-module-io-compress-base-common += "perl-module-strict " | 890 | RDEPENDS:perl-module-io-compress-base-common += "perl-module-strict " |
891 | RDEPENDS_perl-module-io-compress-base-common += "perl-module-strict" | 891 | RDEPENDS:perl-module-io-compress-base-common += "perl-module-strict" |
892 | RDEPENDS_perl-module-io-compress-base-common += "perl-module-utf8" | 892 | RDEPENDS:perl-module-io-compress-base-common += "perl-module-utf8" |
893 | RDEPENDS_perl-module-io-compress-base-common += "perl-module-warnings" | 893 | RDEPENDS:perl-module-io-compress-base-common += "perl-module-warnings" |
894 | RDEPENDS_perl-module-io-compress-base += "perl-module-io-compress-base-common" | 894 | RDEPENDS:perl-module-io-compress-base += "perl-module-io-compress-base-common" |
895 | RDEPENDS_perl-module-io-compress-base += "perl-module-io-file" | 895 | RDEPENDS:perl-module-io-compress-base += "perl-module-io-file" |
896 | RDEPENDS_perl-module-io-compress-base += "perl-module-io-handle " | 896 | RDEPENDS:perl-module-io-compress-base += "perl-module-io-handle " |
897 | RDEPENDS_perl-module-io-compress-base += "perl-module-strict " | 897 | RDEPENDS:perl-module-io-compress-base += "perl-module-strict " |
898 | RDEPENDS_perl-module-io-compress-base += "perl-module-warnings" | 898 | RDEPENDS:perl-module-io-compress-base += "perl-module-warnings" |
899 | RDEPENDS_perl-module-io-compress-bzip2 += "perl-module-bytes" | 899 | RDEPENDS:perl-module-io-compress-bzip2 += "perl-module-bytes" |
900 | RDEPENDS_perl-module-io-compress-bzip2 += "perl-module-exporter " | 900 | RDEPENDS:perl-module-io-compress-bzip2 += "perl-module-exporter " |
901 | RDEPENDS_perl-module-io-compress-bzip2 += "perl-module-io-compress-adapter-bzip2" | 901 | RDEPENDS:perl-module-io-compress-bzip2 += "perl-module-io-compress-adapter-bzip2" |
902 | RDEPENDS_perl-module-io-compress-bzip2 += "perl-module-io-compress-base" | 902 | RDEPENDS:perl-module-io-compress-bzip2 += "perl-module-io-compress-base" |
903 | RDEPENDS_perl-module-io-compress-bzip2 += "perl-module-io-compress-base-common" | 903 | RDEPENDS:perl-module-io-compress-bzip2 += "perl-module-io-compress-base-common" |
904 | RDEPENDS_perl-module-io-compress-bzip2 += "perl-module-strict " | 904 | RDEPENDS:perl-module-io-compress-bzip2 += "perl-module-strict " |
905 | RDEPENDS_perl-module-io-compress-bzip2 += "perl-module-warnings" | 905 | RDEPENDS:perl-module-io-compress-bzip2 += "perl-module-warnings" |
906 | RDEPENDS_perl-module-io-compress-deflate += "perl-module-bytes" | 906 | RDEPENDS:perl-module-io-compress-deflate += "perl-module-bytes" |
907 | RDEPENDS_perl-module-io-compress-deflate += "perl-module-exporter " | 907 | RDEPENDS:perl-module-io-compress-deflate += "perl-module-exporter " |
908 | RDEPENDS_perl-module-io-compress-deflate += "perl-module-io-compress-adapter-deflate" | 908 | RDEPENDS:perl-module-io-compress-deflate += "perl-module-io-compress-adapter-deflate" |
909 | RDEPENDS_perl-module-io-compress-deflate += "perl-module-io-compress-base-common" | 909 | RDEPENDS:perl-module-io-compress-deflate += "perl-module-io-compress-base-common" |
910 | RDEPENDS_perl-module-io-compress-deflate += "perl-module-io-compress-rawdeflate" | 910 | RDEPENDS:perl-module-io-compress-deflate += "perl-module-io-compress-rawdeflate" |
911 | RDEPENDS_perl-module-io-compress-deflate += "perl-module-io-compress-zlib-constants" | 911 | RDEPENDS:perl-module-io-compress-deflate += "perl-module-io-compress-zlib-constants" |
912 | RDEPENDS_perl-module-io-compress-deflate += "perl-module-strict " | 912 | RDEPENDS:perl-module-io-compress-deflate += "perl-module-strict " |
913 | RDEPENDS_perl-module-io-compress-deflate += "perl-module-warnings" | 913 | RDEPENDS:perl-module-io-compress-deflate += "perl-module-warnings" |
914 | RDEPENDS_perl-module-io-compress-gzip-constants += "perl-module-bytes" | 914 | RDEPENDS:perl-module-io-compress-gzip-constants += "perl-module-bytes" |
915 | RDEPENDS_perl-module-io-compress-gzip-constants += "perl-module-constant" | 915 | RDEPENDS:perl-module-io-compress-gzip-constants += "perl-module-constant" |
916 | RDEPENDS_perl-module-io-compress-gzip-constants += "perl-module-exporter" | 916 | RDEPENDS:perl-module-io-compress-gzip-constants += "perl-module-exporter" |
917 | RDEPENDS_perl-module-io-compress-gzip-constants += "perl-module-strict " | 917 | RDEPENDS:perl-module-io-compress-gzip-constants += "perl-module-strict " |
918 | RDEPENDS_perl-module-io-compress-gzip-constants += "perl-module-warnings" | 918 | RDEPENDS:perl-module-io-compress-gzip-constants += "perl-module-warnings" |
919 | RDEPENDS_perl-module-io-compress-gzip += "perl-module-bytes" | 919 | RDEPENDS:perl-module-io-compress-gzip += "perl-module-bytes" |
920 | RDEPENDS_perl-module-io-compress-gzip += "perl-module-exporter " | 920 | RDEPENDS:perl-module-io-compress-gzip += "perl-module-exporter " |
921 | RDEPENDS_perl-module-io-compress-gzip += "perl-module-io-compress-adapter-deflate" | 921 | RDEPENDS:perl-module-io-compress-gzip += "perl-module-io-compress-adapter-deflate" |
922 | RDEPENDS_perl-module-io-compress-gzip += "perl-module-io-compress-base-common" | 922 | RDEPENDS:perl-module-io-compress-gzip += "perl-module-io-compress-base-common" |
923 | RDEPENDS_perl-module-io-compress-gzip += "perl-module-io-compress-gzip-constants" | 923 | RDEPENDS:perl-module-io-compress-gzip += "perl-module-io-compress-gzip-constants" |
924 | RDEPENDS_perl-module-io-compress-gzip += "perl-module-io-compress-rawdeflate" | 924 | RDEPENDS:perl-module-io-compress-gzip += "perl-module-io-compress-rawdeflate" |
925 | RDEPENDS_perl-module-io-compress-gzip += "perl-module-io-compress-zlib-extra" | 925 | RDEPENDS:perl-module-io-compress-gzip += "perl-module-io-compress-zlib-extra" |
926 | RDEPENDS_perl-module-io-compress-gzip += "perl-module-strict " | 926 | RDEPENDS:perl-module-io-compress-gzip += "perl-module-strict " |
927 | RDEPENDS_perl-module-io-compress-gzip += "perl-module-warnings" | 927 | RDEPENDS:perl-module-io-compress-gzip += "perl-module-warnings" |
928 | RDEPENDS_perl-module-io-compress-rawdeflate += "perl-module-bytes" | 928 | RDEPENDS:perl-module-io-compress-rawdeflate += "perl-module-bytes" |
929 | RDEPENDS_perl-module-io-compress-rawdeflate += "perl-module-compress-raw-zlib" | 929 | RDEPENDS:perl-module-io-compress-rawdeflate += "perl-module-compress-raw-zlib" |
930 | RDEPENDS_perl-module-io-compress-rawdeflate += "perl-module-exporter " | 930 | RDEPENDS:perl-module-io-compress-rawdeflate += "perl-module-exporter " |
931 | RDEPENDS_perl-module-io-compress-rawdeflate += "perl-module-fcntl" | 931 | RDEPENDS:perl-module-io-compress-rawdeflate += "perl-module-fcntl" |
932 | RDEPENDS_perl-module-io-compress-rawdeflate += "perl-module-io-compress-adapter-deflate" | 932 | RDEPENDS:perl-module-io-compress-rawdeflate += "perl-module-io-compress-adapter-deflate" |
933 | RDEPENDS_perl-module-io-compress-rawdeflate += "perl-module-io-compress-base" | 933 | RDEPENDS:perl-module-io-compress-rawdeflate += "perl-module-io-compress-base" |
934 | RDEPENDS_perl-module-io-compress-rawdeflate += "perl-module-io-compress-base-common" | 934 | RDEPENDS:perl-module-io-compress-rawdeflate += "perl-module-io-compress-base-common" |
935 | RDEPENDS_perl-module-io-compress-rawdeflate += "perl-module-strict " | 935 | RDEPENDS:perl-module-io-compress-rawdeflate += "perl-module-strict " |
936 | RDEPENDS_perl-module-io-compress-rawdeflate += "perl-module-warnings" | 936 | RDEPENDS:perl-module-io-compress-rawdeflate += "perl-module-warnings" |
937 | RDEPENDS_perl-module-io-compress-zip-constants += "perl-module-constant" | 937 | RDEPENDS:perl-module-io-compress-zip-constants += "perl-module-constant" |
938 | RDEPENDS_perl-module-io-compress-zip-constants += "perl-module-exporter" | 938 | RDEPENDS:perl-module-io-compress-zip-constants += "perl-module-exporter" |
939 | RDEPENDS_perl-module-io-compress-zip-constants += "perl-module-strict " | 939 | RDEPENDS:perl-module-io-compress-zip-constants += "perl-module-strict " |
940 | RDEPENDS_perl-module-io-compress-zip-constants += "perl-module-warnings" | 940 | RDEPENDS:perl-module-io-compress-zip-constants += "perl-module-warnings" |
941 | RDEPENDS_perl-module-io-compress-zip += "perl-module-bytes" | 941 | RDEPENDS:perl-module-io-compress-zip += "perl-module-bytes" |
942 | RDEPENDS_perl-module-io-compress-zip += "perl-module-compress-raw-zlib" | 942 | RDEPENDS:perl-module-io-compress-zip += "perl-module-compress-raw-zlib" |
943 | RDEPENDS_perl-module-io-compress-zip += "perl-module-config" | 943 | RDEPENDS:perl-module-io-compress-zip += "perl-module-config" |
944 | RDEPENDS_perl-module-io-compress-zip += "perl-module-exporter " | 944 | RDEPENDS:perl-module-io-compress-zip += "perl-module-exporter " |
945 | RDEPENDS_perl-module-io-compress-zip += "perl-module-fcntl" | 945 | RDEPENDS:perl-module-io-compress-zip += "perl-module-fcntl" |
946 | RDEPENDS_perl-module-io-compress-zip += "perl-module-io-compress-adapter-deflate" | 946 | RDEPENDS:perl-module-io-compress-zip += "perl-module-io-compress-adapter-deflate" |
947 | RDEPENDS_perl-module-io-compress-zip += "perl-module-io-compress-adapter-identity" | 947 | RDEPENDS:perl-module-io-compress-zip += "perl-module-io-compress-adapter-identity" |
948 | RDEPENDS_perl-module-io-compress-zip += "perl-module-io-compress-base-common" | 948 | RDEPENDS:perl-module-io-compress-zip += "perl-module-io-compress-base-common" |
949 | RDEPENDS_perl-module-io-compress-zip += "perl-module-io-compress-bzip2 " | 949 | RDEPENDS:perl-module-io-compress-zip += "perl-module-io-compress-bzip2 " |
950 | RDEPENDS_perl-module-io-compress-zip += "perl-module-io-compress-rawdeflate" | 950 | RDEPENDS:perl-module-io-compress-zip += "perl-module-io-compress-rawdeflate" |
951 | RDEPENDS_perl-module-io-compress-zip += "perl-module-io-compress-zip-constants" | 951 | RDEPENDS:perl-module-io-compress-zip += "perl-module-io-compress-zip-constants" |
952 | RDEPENDS_perl-module-io-compress-zip += "perl-module-io-compress-zlib-extra" | 952 | RDEPENDS:perl-module-io-compress-zip += "perl-module-io-compress-zlib-extra" |
953 | RDEPENDS_perl-module-io-compress-zip += "perl-module-strict " | 953 | RDEPENDS:perl-module-io-compress-zip += "perl-module-strict " |
954 | RDEPENDS_perl-module-io-compress-zip += "perl-module-warnings" | 954 | RDEPENDS:perl-module-io-compress-zip += "perl-module-warnings" |
955 | RDEPENDS_perl-module-io-compress-zlib-constants += "perl-module-bytes" | 955 | RDEPENDS:perl-module-io-compress-zlib-constants += "perl-module-bytes" |
956 | RDEPENDS_perl-module-io-compress-zlib-constants += "perl-module-constant" | 956 | RDEPENDS:perl-module-io-compress-zlib-constants += "perl-module-constant" |
957 | RDEPENDS_perl-module-io-compress-zlib-constants += "perl-module-exporter" | 957 | RDEPENDS:perl-module-io-compress-zlib-constants += "perl-module-exporter" |
958 | RDEPENDS_perl-module-io-compress-zlib-constants += "perl-module-strict " | 958 | RDEPENDS:perl-module-io-compress-zlib-constants += "perl-module-strict " |
959 | RDEPENDS_perl-module-io-compress-zlib-constants += "perl-module-warnings" | 959 | RDEPENDS:perl-module-io-compress-zlib-constants += "perl-module-warnings" |
960 | RDEPENDS_perl-module-io-compress-zlib-extra += "perl-module-bytes" | 960 | RDEPENDS:perl-module-io-compress-zlib-extra += "perl-module-bytes" |
961 | RDEPENDS_perl-module-io-compress-zlib-extra += "perl-module-io-compress-gzip-constants" | 961 | RDEPENDS:perl-module-io-compress-zlib-extra += "perl-module-io-compress-gzip-constants" |
962 | RDEPENDS_perl-module-io-compress-zlib-extra += "perl-module-strict " | 962 | RDEPENDS:perl-module-io-compress-zlib-extra += "perl-module-strict " |
963 | RDEPENDS_perl-module-io-compress-zlib-extra += "perl-module-warnings" | 963 | RDEPENDS:perl-module-io-compress-zlib-extra += "perl-module-warnings" |
964 | RDEPENDS_perl-module-io-dir += "perl-module-exporter" | 964 | RDEPENDS:perl-module-io-dir += "perl-module-exporter" |
965 | RDEPENDS_perl-module-io-dir += "perl-module-file-stat" | 965 | RDEPENDS:perl-module-io-dir += "perl-module-file-stat" |
966 | RDEPENDS_perl-module-io-dir += "perl-module-io-file" | 966 | RDEPENDS:perl-module-io-dir += "perl-module-io-file" |
967 | RDEPENDS_perl-module-io-dir += "perl-module-strict" | 967 | RDEPENDS:perl-module-io-dir += "perl-module-strict" |
968 | RDEPENDS_perl-module-io-dir += "perl-module-tie-hash" | 968 | RDEPENDS:perl-module-io-dir += "perl-module-tie-hash" |
969 | RDEPENDS_perl-module-io-file += "perl-module-exporter" | 969 | RDEPENDS:perl-module-io-file += "perl-module-exporter" |
970 | RDEPENDS_perl-module-io-file += "perl-module-fcntl" | 970 | RDEPENDS:perl-module-io-file += "perl-module-fcntl" |
971 | RDEPENDS_perl-module-io-file += "perl-module-io-seekable" | 971 | RDEPENDS:perl-module-io-file += "perl-module-io-seekable" |
972 | RDEPENDS_perl-module-io-file += "perl-module-selectsaver" | 972 | RDEPENDS:perl-module-io-file += "perl-module-selectsaver" |
973 | RDEPENDS_perl-module-io-file += "perl-module-strict" | 973 | RDEPENDS:perl-module-io-file += "perl-module-strict" |
974 | RDEPENDS_perl-module-io-handle += "perl-module-exporter" | 974 | RDEPENDS:perl-module-io-handle += "perl-module-exporter" |
975 | RDEPENDS_perl-module-io-handle += "perl-module-io" | 975 | RDEPENDS:perl-module-io-handle += "perl-module-io" |
976 | RDEPENDS_perl-module-io-handle += "perl-module-io-file" | 976 | RDEPENDS:perl-module-io-handle += "perl-module-io-file" |
977 | RDEPENDS_perl-module-io-handle += "perl-module-selectsaver" | 977 | RDEPENDS:perl-module-io-handle += "perl-module-selectsaver" |
978 | RDEPENDS_perl-module-io-handle += "perl-module-strict" | 978 | RDEPENDS:perl-module-io-handle += "perl-module-strict" |
979 | RDEPENDS_perl-module-io += "perl-module-strict" | 979 | RDEPENDS:perl-module-io += "perl-module-strict" |
980 | RDEPENDS_perl-module-io += "perl-module-warnings" | 980 | RDEPENDS:perl-module-io += "perl-module-warnings" |
981 | RDEPENDS_perl-module-io += "perl-module-xsloader" | 981 | RDEPENDS:perl-module-io += "perl-module-xsloader" |
982 | RDEPENDS_perl-module-io-pipe += "perl-module-fcntl" | 982 | RDEPENDS:perl-module-io-pipe += "perl-module-fcntl" |
983 | RDEPENDS_perl-module-io-pipe += "perl-module-io-handle" | 983 | RDEPENDS:perl-module-io-pipe += "perl-module-io-handle" |
984 | RDEPENDS_perl-module-io-pipe += "perl-module-strict" | 984 | RDEPENDS:perl-module-io-pipe += "perl-module-strict" |
985 | RDEPENDS_perl-module-io-poll += "perl-module-exporter" | 985 | RDEPENDS:perl-module-io-poll += "perl-module-exporter" |
986 | RDEPENDS_perl-module-io-poll += "perl-module-io-handle" | 986 | RDEPENDS:perl-module-io-poll += "perl-module-io-handle" |
987 | RDEPENDS_perl-module-io-poll += "perl-module-strict" | 987 | RDEPENDS:perl-module-io-poll += "perl-module-strict" |
988 | RDEPENDS_perl-module-io-seekable += "perl-module-exporter" | 988 | RDEPENDS:perl-module-io-seekable += "perl-module-exporter" |
989 | RDEPENDS_perl-module-io-seekable += "perl-module-fcntl" | 989 | RDEPENDS:perl-module-io-seekable += "perl-module-fcntl" |
990 | RDEPENDS_perl-module-io-seekable += "perl-module-io-handle" | 990 | RDEPENDS:perl-module-io-seekable += "perl-module-io-handle" |
991 | RDEPENDS_perl-module-io-seekable += "perl-module-strict" | 991 | RDEPENDS:perl-module-io-seekable += "perl-module-strict" |
992 | RDEPENDS_perl-module-io-select += "perl-module-exporter" | 992 | RDEPENDS:perl-module-io-select += "perl-module-exporter" |
993 | RDEPENDS_perl-module-io-select += "perl-module-strict" | 993 | RDEPENDS:perl-module-io-select += "perl-module-strict" |
994 | RDEPENDS_perl-module-io-select += "perl-module-warnings-register" | 994 | RDEPENDS:perl-module-io-select += "perl-module-warnings-register" |
995 | RDEPENDS_perl-module-io-socket-inet += "perl-module-errno" | 995 | RDEPENDS:perl-module-io-socket-inet += "perl-module-errno" |
996 | RDEPENDS_perl-module-io-socket-inet += "perl-module-exporter" | 996 | RDEPENDS:perl-module-io-socket-inet += "perl-module-exporter" |
997 | RDEPENDS_perl-module-io-socket-inet += "perl-module-io-socket" | 997 | RDEPENDS:perl-module-io-socket-inet += "perl-module-io-socket" |
998 | RDEPENDS_perl-module-io-socket-inet += "perl-module-socket" | 998 | RDEPENDS:perl-module-io-socket-inet += "perl-module-socket" |
999 | RDEPENDS_perl-module-io-socket-inet += "perl-module-strict" | 999 | RDEPENDS:perl-module-io-socket-inet += "perl-module-strict" |
1000 | RDEPENDS_perl-module-io-socket-ip += "perl-module-base" | 1000 | RDEPENDS:perl-module-io-socket-ip += "perl-module-base" |
1001 | RDEPENDS_perl-module-io-socket-ip += "perl-module-constant" | 1001 | RDEPENDS:perl-module-io-socket-ip += "perl-module-constant" |
1002 | RDEPENDS_perl-module-io-socket-ip += "perl-module-errno" | 1002 | RDEPENDS:perl-module-io-socket-ip += "perl-module-errno" |
1003 | RDEPENDS_perl-module-io-socket-ip += "perl-module-posix" | 1003 | RDEPENDS:perl-module-io-socket-ip += "perl-module-posix" |
1004 | RDEPENDS_perl-module-io-socket-ip += "perl-module-socket" | 1004 | RDEPENDS:perl-module-io-socket-ip += "perl-module-socket" |
1005 | RDEPENDS_perl-module-io-socket-ip += "perl-module-strict" | 1005 | RDEPENDS:perl-module-io-socket-ip += "perl-module-strict" |
1006 | RDEPENDS_perl-module-io-socket-ip += "perl-module-warnings" | 1006 | RDEPENDS:perl-module-io-socket-ip += "perl-module-warnings" |
1007 | RDEPENDS_perl-module-io-socket += "perl-module-errno" | 1007 | RDEPENDS:perl-module-io-socket += "perl-module-errno" |
1008 | RDEPENDS_perl-module-io-socket += "perl-module-exporter" | 1008 | RDEPENDS:perl-module-io-socket += "perl-module-exporter" |
1009 | RDEPENDS_perl-module-io-socket += "perl-module-io-handle" | 1009 | RDEPENDS:perl-module-io-socket += "perl-module-io-handle" |
1010 | RDEPENDS_perl-module-io-socket += "perl-module-io-select" | 1010 | RDEPENDS:perl-module-io-socket += "perl-module-io-select" |
1011 | RDEPENDS_perl-module-io-socket += "perl-module-io-socket-inet" | 1011 | RDEPENDS:perl-module-io-socket += "perl-module-io-socket-inet" |
1012 | RDEPENDS_perl-module-io-socket += "perl-module-io-socket-unix" | 1012 | RDEPENDS:perl-module-io-socket += "perl-module-io-socket-unix" |
1013 | RDEPENDS_perl-module-io-socket += "perl-module-socket" | 1013 | RDEPENDS:perl-module-io-socket += "perl-module-socket" |
1014 | RDEPENDS_perl-module-io-socket += "perl-module-strict" | 1014 | RDEPENDS:perl-module-io-socket += "perl-module-strict" |
1015 | RDEPENDS_perl-module-io-socket-unix += "perl-module-io-socket" | 1015 | RDEPENDS:perl-module-io-socket-unix += "perl-module-io-socket" |
1016 | RDEPENDS_perl-module-io-socket-unix += "perl-module-strict" | 1016 | RDEPENDS:perl-module-io-socket-unix += "perl-module-strict" |
1017 | RDEPENDS_perl-module-io-uncompress-adapter-bunzip2 += "perl-module-bytes" | 1017 | RDEPENDS:perl-module-io-uncompress-adapter-bunzip2 += "perl-module-bytes" |
1018 | RDEPENDS_perl-module-io-uncompress-adapter-bunzip2 += "perl-module-compress-raw-bzip2" | 1018 | RDEPENDS:perl-module-io-uncompress-adapter-bunzip2 += "perl-module-compress-raw-bzip2" |
1019 | RDEPENDS_perl-module-io-uncompress-adapter-bunzip2 += "perl-module-io-compress-base-common" | 1019 | RDEPENDS:perl-module-io-uncompress-adapter-bunzip2 += "perl-module-io-compress-base-common" |
1020 | RDEPENDS_perl-module-io-uncompress-adapter-bunzip2 += "perl-module-strict" | 1020 | RDEPENDS:perl-module-io-uncompress-adapter-bunzip2 += "perl-module-strict" |
1021 | RDEPENDS_perl-module-io-uncompress-adapter-bunzip2 += "perl-module-warnings" | 1021 | RDEPENDS:perl-module-io-uncompress-adapter-bunzip2 += "perl-module-warnings" |
1022 | RDEPENDS_perl-module-io-uncompress-adapter-identity += "perl-module-bytes" | 1022 | RDEPENDS:perl-module-io-uncompress-adapter-identity += "perl-module-bytes" |
1023 | RDEPENDS_perl-module-io-uncompress-adapter-identity += "perl-module-compress-raw-zlib" | 1023 | RDEPENDS:perl-module-io-uncompress-adapter-identity += "perl-module-compress-raw-zlib" |
1024 | RDEPENDS_perl-module-io-uncompress-adapter-identity += "perl-module-io-compress-base-common" | 1024 | RDEPENDS:perl-module-io-uncompress-adapter-identity += "perl-module-io-compress-base-common" |
1025 | RDEPENDS_perl-module-io-uncompress-adapter-identity += "perl-module-io-compress-zip-constants " | 1025 | RDEPENDS:perl-module-io-uncompress-adapter-identity += "perl-module-io-compress-zip-constants " |
1026 | RDEPENDS_perl-module-io-uncompress-adapter-identity += "perl-module-strict" | 1026 | RDEPENDS:perl-module-io-uncompress-adapter-identity += "perl-module-strict" |
1027 | RDEPENDS_perl-module-io-uncompress-adapter-identity += "perl-module-warnings" | 1027 | RDEPENDS:perl-module-io-uncompress-adapter-identity += "perl-module-warnings" |
1028 | RDEPENDS_perl-module-io-uncompress-adapter-inflate += "perl-module-bytes" | 1028 | RDEPENDS:perl-module-io-uncompress-adapter-inflate += "perl-module-bytes" |
1029 | RDEPENDS_perl-module-io-uncompress-adapter-inflate += "perl-module-compress-raw-zlib" | 1029 | RDEPENDS:perl-module-io-uncompress-adapter-inflate += "perl-module-compress-raw-zlib" |
1030 | RDEPENDS_perl-module-io-uncompress-adapter-inflate += "perl-module-io-compress-base-common" | 1030 | RDEPENDS:perl-module-io-uncompress-adapter-inflate += "perl-module-io-compress-base-common" |
1031 | RDEPENDS_perl-module-io-uncompress-adapter-inflate += "perl-module-strict" | 1031 | RDEPENDS:perl-module-io-uncompress-adapter-inflate += "perl-module-strict" |
1032 | RDEPENDS_perl-module-io-uncompress-adapter-inflate += "perl-module-warnings" | 1032 | RDEPENDS:perl-module-io-uncompress-adapter-inflate += "perl-module-warnings" |
1033 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-bytes" | 1033 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-bytes" |
1034 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-exporter " | 1034 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-exporter " |
1035 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-io-compress-base-common" | 1035 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-io-compress-base-common" |
1036 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-adapter-inflate" | 1036 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-adapter-inflate" |
1037 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-base" | 1037 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-base" |
1038 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-gunzip" | 1038 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-gunzip" |
1039 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-inflate" | 1039 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-inflate" |
1040 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-rawinflate" | 1040 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-rawinflate" |
1041 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-unzip" | 1041 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-io-uncompress-unzip" |
1042 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-strict" | 1042 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-strict" |
1043 | RDEPENDS_perl-module-io-uncompress-anyinflate += "perl-module-warnings" | 1043 | RDEPENDS:perl-module-io-uncompress-anyinflate += "perl-module-warnings" |
1044 | RDEPENDS_perl-module-io-uncompress-anyuncompress += "perl-module-bytes" | 1044 | RDEPENDS:perl-module-io-uncompress-anyuncompress += "perl-module-bytes" |
1045 | RDEPENDS_perl-module-io-uncompress-anyuncompress += "perl-module-exporter " | 1045 | RDEPENDS:perl-module-io-uncompress-anyuncompress += "perl-module-exporter " |
1046 | RDEPENDS_perl-module-io-uncompress-anyuncompress += "perl-module-io-compress-base-common" | 1046 | RDEPENDS:perl-module-io-uncompress-anyuncompress += "perl-module-io-compress-base-common" |
1047 | RDEPENDS_perl-module-io-uncompress-anyuncompress += "perl-module-io-uncompress-base" | 1047 | RDEPENDS:perl-module-io-uncompress-anyuncompress += "perl-module-io-uncompress-base" |
1048 | RDEPENDS_perl-module-io-uncompress-anyuncompress += "perl-module-strict" | 1048 | RDEPENDS:perl-module-io-uncompress-anyuncompress += "perl-module-strict" |
1049 | RDEPENDS_perl-module-io-uncompress-anyuncompress += "perl-module-warnings" | 1049 | RDEPENDS:perl-module-io-uncompress-anyuncompress += "perl-module-warnings" |
1050 | RDEPENDS_perl-module-io-uncompress-base += "perl-module-bytes" | 1050 | RDEPENDS:perl-module-io-uncompress-base += "perl-module-bytes" |
1051 | RDEPENDS_perl-module-io-uncompress-base += "perl-module-constant" | 1051 | RDEPENDS:perl-module-io-uncompress-base += "perl-module-constant" |
1052 | RDEPENDS_perl-module-io-uncompress-base += "perl-module-io-compress-base-common" | 1052 | RDEPENDS:perl-module-io-uncompress-base += "perl-module-io-compress-base-common" |
1053 | RDEPENDS_perl-module-io-uncompress-base += "perl-module-io-file " | 1053 | RDEPENDS:perl-module-io-uncompress-base += "perl-module-io-file " |
1054 | RDEPENDS_perl-module-io-uncompress-base += "perl-module-list-util" | 1054 | RDEPENDS:perl-module-io-uncompress-base += "perl-module-list-util" |
1055 | RDEPENDS_perl-module-io-uncompress-base += "perl-module-strict " | 1055 | RDEPENDS:perl-module-io-uncompress-base += "perl-module-strict " |
1056 | RDEPENDS_perl-module-io-uncompress-base += "perl-module-warnings" | 1056 | RDEPENDS:perl-module-io-uncompress-base += "perl-module-warnings" |
1057 | RDEPENDS_perl-module-io-uncompress-bunzip2 += "perl-module-bytes" | 1057 | RDEPENDS:perl-module-io-uncompress-bunzip2 += "perl-module-bytes" |
1058 | RDEPENDS_perl-module-io-uncompress-bunzip2 += "perl-module-exporter " | 1058 | RDEPENDS:perl-module-io-uncompress-bunzip2 += "perl-module-exporter " |
1059 | RDEPENDS_perl-module-io-uncompress-bunzip2 += "perl-module-io-compress-base-common" | 1059 | RDEPENDS:perl-module-io-uncompress-bunzip2 += "perl-module-io-compress-base-common" |
1060 | RDEPENDS_perl-module-io-uncompress-bunzip2 += "perl-module-io-uncompress-adapter-bunzip2" | 1060 | RDEPENDS:perl-module-io-uncompress-bunzip2 += "perl-module-io-uncompress-adapter-bunzip2" |
1061 | RDEPENDS_perl-module-io-uncompress-bunzip2 += "perl-module-io-uncompress-base" | 1061 | RDEPENDS:perl-module-io-uncompress-bunzip2 += "perl-module-io-uncompress-base" |
1062 | RDEPENDS_perl-module-io-uncompress-bunzip2 += "perl-module-strict " | 1062 | RDEPENDS:perl-module-io-uncompress-bunzip2 += "perl-module-strict " |
1063 | RDEPENDS_perl-module-io-uncompress-bunzip2 += "perl-module-warnings" | 1063 | RDEPENDS:perl-module-io-uncompress-bunzip2 += "perl-module-warnings" |
1064 | RDEPENDS_perl-module-io-uncompress-gunzip += "perl-module-bytes" | 1064 | RDEPENDS:perl-module-io-uncompress-gunzip += "perl-module-bytes" |
1065 | RDEPENDS_perl-module-io-uncompress-gunzip += "perl-module-compress-raw-zlib" | 1065 | RDEPENDS:perl-module-io-uncompress-gunzip += "perl-module-compress-raw-zlib" |
1066 | RDEPENDS_perl-module-io-uncompress-gunzip += "perl-module-exporter " | 1066 | RDEPENDS:perl-module-io-uncompress-gunzip += "perl-module-exporter " |
1067 | RDEPENDS_perl-module-io-uncompress-gunzip += "perl-module-io-compress-base-common" | 1067 | RDEPENDS:perl-module-io-uncompress-gunzip += "perl-module-io-compress-base-common" |
1068 | RDEPENDS_perl-module-io-uncompress-gunzip += "perl-module-io-compress-gzip-constants" | 1068 | RDEPENDS:perl-module-io-uncompress-gunzip += "perl-module-io-compress-gzip-constants" |
1069 | RDEPENDS_perl-module-io-uncompress-gunzip += "perl-module-io-compress-zlib-extra" | 1069 | RDEPENDS:perl-module-io-uncompress-gunzip += "perl-module-io-compress-zlib-extra" |
1070 | RDEPENDS_perl-module-io-uncompress-gunzip += "perl-module-io-uncompress-rawinflate" | 1070 | RDEPENDS:perl-module-io-uncompress-gunzip += "perl-module-io-uncompress-rawinflate" |
1071 | RDEPENDS_perl-module-io-uncompress-gunzip += "perl-module-strict " | 1071 | RDEPENDS:perl-module-io-uncompress-gunzip += "perl-module-strict " |
1072 | RDEPENDS_perl-module-io-uncompress-gunzip += "perl-module-warnings" | 1072 | RDEPENDS:perl-module-io-uncompress-gunzip += "perl-module-warnings" |
1073 | RDEPENDS_perl-module-io-uncompress-inflate += "perl-module-bytes" | 1073 | RDEPENDS:perl-module-io-uncompress-inflate += "perl-module-bytes" |
1074 | RDEPENDS_perl-module-io-uncompress-inflate += "perl-module-exporter " | 1074 | RDEPENDS:perl-module-io-uncompress-inflate += "perl-module-exporter " |
1075 | RDEPENDS_perl-module-io-uncompress-inflate += "perl-module-io-compress-base-common" | 1075 | RDEPENDS:perl-module-io-uncompress-inflate += "perl-module-io-compress-base-common" |
1076 | RDEPENDS_perl-module-io-uncompress-inflate += "perl-module-io-compress-zlib-constants" | 1076 | RDEPENDS:perl-module-io-uncompress-inflate += "perl-module-io-compress-zlib-constants" |
1077 | RDEPENDS_perl-module-io-uncompress-inflate += "perl-module-io-uncompress-rawinflate" | 1077 | RDEPENDS:perl-module-io-uncompress-inflate += "perl-module-io-uncompress-rawinflate" |
1078 | RDEPENDS_perl-module-io-uncompress-inflate += "perl-module-strict " | 1078 | RDEPENDS:perl-module-io-uncompress-inflate += "perl-module-strict " |
1079 | RDEPENDS_perl-module-io-uncompress-inflate += "perl-module-warnings" | 1079 | RDEPENDS:perl-module-io-uncompress-inflate += "perl-module-warnings" |
1080 | RDEPENDS_perl-module-io-uncompress-rawinflate += "perl-module-bytes" | 1080 | RDEPENDS:perl-module-io-uncompress-rawinflate += "perl-module-bytes" |
1081 | RDEPENDS_perl-module-io-uncompress-rawinflate += "perl-module-compress-raw-zlib" | 1081 | RDEPENDS:perl-module-io-uncompress-rawinflate += "perl-module-compress-raw-zlib" |
1082 | RDEPENDS_perl-module-io-uncompress-rawinflate += "perl-module-exporter " | 1082 | RDEPENDS:perl-module-io-uncompress-rawinflate += "perl-module-exporter " |
1083 | RDEPENDS_perl-module-io-uncompress-rawinflate += "perl-module-io-compress-base-common" | 1083 | RDEPENDS:perl-module-io-uncompress-rawinflate += "perl-module-io-compress-base-common" |
1084 | RDEPENDS_perl-module-io-uncompress-rawinflate += "perl-module-io-uncompress-adapter-inflate" | 1084 | RDEPENDS:perl-module-io-uncompress-rawinflate += "perl-module-io-uncompress-adapter-inflate" |
1085 | RDEPENDS_perl-module-io-uncompress-rawinflate += "perl-module-io-uncompress-base" | 1085 | RDEPENDS:perl-module-io-uncompress-rawinflate += "perl-module-io-uncompress-base" |
1086 | RDEPENDS_perl-module-io-uncompress-rawinflate += "perl-module-strict " | 1086 | RDEPENDS:perl-module-io-uncompress-rawinflate += "perl-module-strict " |
1087 | RDEPENDS_perl-module-io-uncompress-rawinflate += "perl-module-warnings" | 1087 | RDEPENDS:perl-module-io-uncompress-rawinflate += "perl-module-warnings" |
1088 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-bytes" | 1088 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-bytes" |
1089 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-compress-raw-zlib" | 1089 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-compress-raw-zlib" |
1090 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-constant" | 1090 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-constant" |
1091 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-encode" | 1091 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-encode" |
1092 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-exporter " | 1092 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-exporter " |
1093 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-fcntl" | 1093 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-fcntl" |
1094 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-io-compress-base-common" | 1094 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-io-compress-base-common" |
1095 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-io-compress-zip-constants" | 1095 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-io-compress-zip-constants" |
1096 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-io-compress-zlib-extra" | 1096 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-io-compress-zlib-extra" |
1097 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-io-file" | 1097 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-io-file" |
1098 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-io-uncompress-adapter-identity" | 1098 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-io-uncompress-adapter-identity" |
1099 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-io-uncompress-adapter-inflate" | 1099 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-io-uncompress-adapter-inflate" |
1100 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-io-uncompress-rawinflate" | 1100 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-io-uncompress-rawinflate" |
1101 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-posix" | 1101 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-posix" |
1102 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-strict " | 1102 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-strict " |
1103 | RDEPENDS_perl-module-io-uncompress-unzip += "perl-module-warnings" | 1103 | RDEPENDS:perl-module-io-uncompress-unzip += "perl-module-warnings" |
1104 | RDEPENDS_perl-module-io-zlib += "perl-module-fcntl" | 1104 | RDEPENDS:perl-module-io-zlib += "perl-module-fcntl" |
1105 | RDEPENDS_perl-module-io-zlib += "perl-module-io-handle" | 1105 | RDEPENDS:perl-module-io-zlib += "perl-module-io-handle" |
1106 | RDEPENDS_perl-module-io-zlib += "perl-module-strict" | 1106 | RDEPENDS:perl-module-io-zlib += "perl-module-strict" |
1107 | RDEPENDS_perl-module-io-zlib += "perl-module-tie-handle" | 1107 | RDEPENDS:perl-module-io-zlib += "perl-module-tie-handle" |
1108 | RDEPENDS_perl-module-io-zlib += "perl-module-vars" | 1108 | RDEPENDS:perl-module-io-zlib += "perl-module-vars" |
1109 | RDEPENDS_perl-module-ipc-cmd += "perl-module-constant" | 1109 | RDEPENDS:perl-module-ipc-cmd += "perl-module-constant" |
1110 | RDEPENDS_perl-module-ipc-cmd += "perl-module-exporter" | 1110 | RDEPENDS:perl-module-ipc-cmd += "perl-module-exporter" |
1111 | RDEPENDS_perl-module-ipc-cmd += "perl-module-extutils-makemaker" | 1111 | RDEPENDS:perl-module-ipc-cmd += "perl-module-extutils-makemaker" |
1112 | RDEPENDS_perl-module-ipc-cmd += "perl-module-filehandle" | 1112 | RDEPENDS:perl-module-ipc-cmd += "perl-module-filehandle" |
1113 | RDEPENDS_perl-module-ipc-cmd += "perl-module-io-handle" | 1113 | RDEPENDS:perl-module-ipc-cmd += "perl-module-io-handle" |
1114 | RDEPENDS_perl-module-ipc-cmd += "perl-module-io-select" | 1114 | RDEPENDS:perl-module-ipc-cmd += "perl-module-io-select" |
1115 | RDEPENDS_perl-module-ipc-cmd += "perl-module-ipc-open3" | 1115 | RDEPENDS:perl-module-ipc-cmd += "perl-module-ipc-open3" |
1116 | RDEPENDS_perl-module-ipc-cmd += "perl-module-locale-maketext-simple" | 1116 | RDEPENDS:perl-module-ipc-cmd += "perl-module-locale-maketext-simple" |
1117 | RDEPENDS_perl-module-ipc-cmd += "perl-module-load" | 1117 | RDEPENDS:perl-module-ipc-cmd += "perl-module-load" |
1118 | RDEPENDS_perl-module-ipc-cmd += "perl-module-params-check" | 1118 | RDEPENDS:perl-module-ipc-cmd += "perl-module-params-check" |
1119 | RDEPENDS_perl-module-ipc-cmd += "perl-module-posix" | 1119 | RDEPENDS:perl-module-ipc-cmd += "perl-module-posix" |
1120 | RDEPENDS_perl-module-ipc-cmd += "perl-module-socket" | 1120 | RDEPENDS:perl-module-ipc-cmd += "perl-module-socket" |
1121 | RDEPENDS_perl-module-ipc-cmd += "perl-module-strict" | 1121 | RDEPENDS:perl-module-ipc-cmd += "perl-module-strict" |
1122 | RDEPENDS_perl-module-ipc-cmd += "perl-module-text-parsewords" | 1122 | RDEPENDS:perl-module-ipc-cmd += "perl-module-text-parsewords" |
1123 | RDEPENDS_perl-module-ipc-cmd += "perl-module-time-hires" | 1123 | RDEPENDS:perl-module-ipc-cmd += "perl-module-time-hires" |
1124 | RDEPENDS_perl-module-ipc-cmd += "perl-module-vars" | 1124 | RDEPENDS:perl-module-ipc-cmd += "perl-module-vars" |
1125 | RDEPENDS_perl-module-ipc-msg += "perl-module-class-struct" | 1125 | RDEPENDS:perl-module-ipc-msg += "perl-module-class-struct" |
1126 | RDEPENDS_perl-module-ipc-msg += "perl-module-ipc-sysv" | 1126 | RDEPENDS:perl-module-ipc-msg += "perl-module-ipc-sysv" |
1127 | RDEPENDS_perl-module-ipc-msg += "perl-module-strict" | 1127 | RDEPENDS:perl-module-ipc-msg += "perl-module-strict" |
1128 | RDEPENDS_perl-module-ipc-msg += "perl-module-vars" | 1128 | RDEPENDS:perl-module-ipc-msg += "perl-module-vars" |
1129 | RDEPENDS_perl-module-ipc-open2 += "perl-module-exporter" | 1129 | RDEPENDS:perl-module-ipc-open2 += "perl-module-exporter" |
1130 | RDEPENDS_perl-module-ipc-open2 += "perl-module-ipc-open3" | 1130 | RDEPENDS:perl-module-ipc-open2 += "perl-module-ipc-open3" |
1131 | RDEPENDS_perl-module-ipc-open2 += "perl-module-strict" | 1131 | RDEPENDS:perl-module-ipc-open2 += "perl-module-strict" |
1132 | RDEPENDS_perl-module-ipc-open3 += "perl-module-constant" | 1132 | RDEPENDS:perl-module-ipc-open3 += "perl-module-constant" |
1133 | RDEPENDS_perl-module-ipc-open3 += "perl-module-exporter" | 1133 | RDEPENDS:perl-module-ipc-open3 += "perl-module-exporter" |
1134 | RDEPENDS_perl-module-ipc-open3 += "perl-module-fcntl" | 1134 | RDEPENDS:perl-module-ipc-open3 += "perl-module-fcntl" |
1135 | RDEPENDS_perl-module-ipc-open3 += "perl-module-io-pipe" | 1135 | RDEPENDS:perl-module-ipc-open3 += "perl-module-io-pipe" |
1136 | RDEPENDS_perl-module-ipc-open3 += "perl-module-posix" | 1136 | RDEPENDS:perl-module-ipc-open3 += "perl-module-posix" |
1137 | RDEPENDS_perl-module-ipc-open3 += "perl-module-strict" | 1137 | RDEPENDS:perl-module-ipc-open3 += "perl-module-strict" |
1138 | RDEPENDS_perl-module-ipc-semaphore += "perl-module-class-struct" | 1138 | RDEPENDS:perl-module-ipc-semaphore += "perl-module-class-struct" |
1139 | RDEPENDS_perl-module-ipc-semaphore += "perl-module-ipc-sysv" | 1139 | RDEPENDS:perl-module-ipc-semaphore += "perl-module-ipc-sysv" |
1140 | RDEPENDS_perl-module-ipc-semaphore += "perl-module-strict" | 1140 | RDEPENDS:perl-module-ipc-semaphore += "perl-module-strict" |
1141 | RDEPENDS_perl-module-ipc-semaphore += "perl-module-vars" | 1141 | RDEPENDS:perl-module-ipc-semaphore += "perl-module-vars" |
1142 | RDEPENDS_perl-module-ipc-sharedmem += "perl-module-class-struct" | 1142 | RDEPENDS:perl-module-ipc-sharedmem += "perl-module-class-struct" |
1143 | RDEPENDS_perl-module-ipc-sharedmem += "perl-module-ipc-sysv" | 1143 | RDEPENDS:perl-module-ipc-sharedmem += "perl-module-ipc-sysv" |
1144 | RDEPENDS_perl-module-ipc-sharedmem += "perl-module-strict" | 1144 | RDEPENDS:perl-module-ipc-sharedmem += "perl-module-strict" |
1145 | RDEPENDS_perl-module-ipc-sharedmem += "perl-module-vars" | 1145 | RDEPENDS:perl-module-ipc-sharedmem += "perl-module-vars" |
1146 | RDEPENDS_perl-module-ipc-sysv += "perl-module-config" | 1146 | RDEPENDS:perl-module-ipc-sysv += "perl-module-config" |
1147 | RDEPENDS_perl-module-ipc-sysv += "perl-module-dynaloader" | 1147 | RDEPENDS:perl-module-ipc-sysv += "perl-module-dynaloader" |
1148 | RDEPENDS_perl-module-ipc-sysv += "perl-module-exporter" | 1148 | RDEPENDS:perl-module-ipc-sysv += "perl-module-exporter" |
1149 | RDEPENDS_perl-module-ipc-sysv += "perl-module-strict" | 1149 | RDEPENDS:perl-module-ipc-sysv += "perl-module-strict" |
1150 | RDEPENDS_perl-module-ipc-sysv += "perl-module-vars" | 1150 | RDEPENDS:perl-module-ipc-sysv += "perl-module-vars" |
1151 | RDEPENDS_perl-module-json-pp-boolean += "perl-module-overload" | 1151 | RDEPENDS:perl-module-json-pp-boolean += "perl-module-overload" |
1152 | RDEPENDS_perl-module-json-pp-boolean += "perl-module-strict" | 1152 | RDEPENDS:perl-module-json-pp-boolean += "perl-module-strict" |
1153 | RDEPENDS_perl-module-json-pp += "perl-module-b" | 1153 | RDEPENDS:perl-module-json-pp += "perl-module-b" |
1154 | RDEPENDS_perl-module-json-pp += "perl-module-bytes" | 1154 | RDEPENDS:perl-module-json-pp += "perl-module-bytes" |
1155 | RDEPENDS_perl-module-json-pp += "perl-module-constant" | 1155 | RDEPENDS:perl-module-json-pp += "perl-module-constant" |
1156 | RDEPENDS_perl-module-json-pp += "perl-module-encode" | 1156 | RDEPENDS:perl-module-json-pp += "perl-module-encode" |
1157 | RDEPENDS_perl-module-json-pp += "perl-module-exporter" | 1157 | RDEPENDS:perl-module-json-pp += "perl-module-exporter" |
1158 | RDEPENDS_perl-module-json-pp += "perl-module-json-pp-boolean" | 1158 | RDEPENDS:perl-module-json-pp += "perl-module-json-pp-boolean" |
1159 | RDEPENDS_perl-module-json-pp += "perl-module-math-bigfloat" | 1159 | RDEPENDS:perl-module-json-pp += "perl-module-math-bigfloat" |
1160 | RDEPENDS_perl-module-json-pp += "perl-module-math-bigint" | 1160 | RDEPENDS:perl-module-json-pp += "perl-module-math-bigint" |
1161 | RDEPENDS_perl-module-json-pp += "perl-module-overload" | 1161 | RDEPENDS:perl-module-json-pp += "perl-module-overload" |
1162 | RDEPENDS_perl-module-json-pp += "perl-module-strict" | 1162 | RDEPENDS:perl-module-json-pp += "perl-module-strict" |
1163 | RDEPENDS_perl-module-json-pp += "perl-module-subs" | 1163 | RDEPENDS:perl-module-json-pp += "perl-module-subs" |
1164 | RDEPENDS_perl-module-less += "perl-module-strict" | 1164 | RDEPENDS:perl-module-less += "perl-module-strict" |
1165 | RDEPENDS_perl-module-less += "perl-module-warnings" | 1165 | RDEPENDS:perl-module-less += "perl-module-warnings" |
1166 | RDEPENDS_perl-module-lib += "perl-module-config" | 1166 | RDEPENDS:perl-module-lib += "perl-module-config" |
1167 | RDEPENDS_perl-module-lib += "perl-module-strict" | 1167 | RDEPENDS:perl-module-lib += "perl-module-strict" |
1168 | RDEPENDS_perl-module-list-util += "perl-module-exporter" | 1168 | RDEPENDS:perl-module-list-util += "perl-module-exporter" |
1169 | RDEPENDS_perl-module-list-util += "perl-module-strict" | 1169 | RDEPENDS:perl-module-list-util += "perl-module-strict" |
1170 | RDEPENDS_perl-module-list-util += "perl-module-warnings" | 1170 | RDEPENDS:perl-module-list-util += "perl-module-warnings" |
1171 | RDEPENDS_perl-module-list-util += "perl-module-xsloader" | 1171 | RDEPENDS:perl-module-list-util += "perl-module-xsloader" |
1172 | RDEPENDS_perl-module-list-util-xs += "perl-module-list-util" | 1172 | RDEPENDS:perl-module-list-util-xs += "perl-module-list-util" |
1173 | RDEPENDS_perl-module-list-util-xs += "perl-module-strict" | 1173 | RDEPENDS:perl-module-list-util-xs += "perl-module-strict" |
1174 | RDEPENDS_perl-module-list-util-xs += "perl-module-warnings" | 1174 | RDEPENDS:perl-module-list-util-xs += "perl-module-warnings" |
1175 | RDEPENDS_perl-module-loaded += "perl-module-strict" | 1175 | RDEPENDS:perl-module-loaded += "perl-module-strict" |
1176 | RDEPENDS_perl-module-loaded += "perl-module-vars" | 1176 | RDEPENDS:perl-module-loaded += "perl-module-vars" |
1177 | RDEPENDS_perl-module-load += "perl-module-config" | 1177 | RDEPENDS:perl-module-load += "perl-module-config" |
1178 | RDEPENDS_perl-module-load += "perl-module-constant" | 1178 | RDEPENDS:perl-module-load += "perl-module-constant" |
1179 | RDEPENDS_perl-module-load += "perl-module-exporter" | 1179 | RDEPENDS:perl-module-load += "perl-module-exporter" |
1180 | RDEPENDS_perl-module-load += "perl-module-filehandle" | 1180 | RDEPENDS:perl-module-load += "perl-module-filehandle" |
1181 | RDEPENDS_perl-module-load += "perl-module-locale-maketext-simple" | 1181 | RDEPENDS:perl-module-load += "perl-module-locale-maketext-simple" |
1182 | RDEPENDS_perl-module-load += "perl-module-corelist" | 1182 | RDEPENDS:perl-module-load += "perl-module-corelist" |
1183 | RDEPENDS_perl-module-load += "perl-module-load" | 1183 | RDEPENDS:perl-module-load += "perl-module-load" |
1184 | RDEPENDS_perl-module-load += "perl-module-params-check" | 1184 | RDEPENDS:perl-module-load += "perl-module-params-check" |
1185 | RDEPENDS_perl-module-load += "perl-module-strict" | 1185 | RDEPENDS:perl-module-load += "perl-module-strict" |
1186 | RDEPENDS_perl-module-load += "perl-module-vars" | 1186 | RDEPENDS:perl-module-load += "perl-module-vars" |
1187 | RDEPENDS_perl-module-load += "perl-module-version" | 1187 | RDEPENDS:perl-module-load += "perl-module-version" |
1188 | RDEPENDS_perl-module-load += "perl-module-warnings" | 1188 | RDEPENDS:perl-module-load += "perl-module-warnings" |
1189 | RDEPENDS_perl-module-locale-maketext-gutsloader += "perl-module-locale-maketext" | 1189 | RDEPENDS:perl-module-locale-maketext-gutsloader += "perl-module-locale-maketext" |
1190 | RDEPENDS_perl-module-locale-maketext-guts += "perl-module-locale-maketext" | 1190 | RDEPENDS:perl-module-locale-maketext-guts += "perl-module-locale-maketext" |
1191 | RDEPENDS_perl-module-locale-maketext += "perl-module-i18n-langtags" | 1191 | RDEPENDS:perl-module-locale-maketext += "perl-module-i18n-langtags" |
1192 | RDEPENDS_perl-module-locale-maketext += "perl-module-i18n-langtags-detect" | 1192 | RDEPENDS:perl-module-locale-maketext += "perl-module-i18n-langtags-detect" |
1193 | RDEPENDS_perl-module-locale-maketext += "perl-module-integer" | 1193 | RDEPENDS:perl-module-locale-maketext += "perl-module-integer" |
1194 | RDEPENDS_perl-module-locale-maketext += "perl-module-strict" | 1194 | RDEPENDS:perl-module-locale-maketext += "perl-module-strict" |
1195 | RDEPENDS_perl-module-locale-maketext-simple += "perl-module-base" | 1195 | RDEPENDS:perl-module-locale-maketext-simple += "perl-module-base" |
1196 | RDEPENDS_perl-module-locale-maketext-simple += "perl-module-strict" | 1196 | RDEPENDS:perl-module-locale-maketext-simple += "perl-module-strict" |
1197 | RDEPENDS_perl-module-locale += "perl-module-config" | 1197 | RDEPENDS:perl-module-locale += "perl-module-config" |
1198 | RDEPENDS_perl-module-math-bigfloat += "perl-module-exporter" | 1198 | RDEPENDS:perl-module-math-bigfloat += "perl-module-exporter" |
1199 | RDEPENDS_perl-module-math-bigfloat += "perl-module-math-bigint" | 1199 | RDEPENDS:perl-module-math-bigfloat += "perl-module-math-bigint" |
1200 | RDEPENDS_perl-module-math-bigfloat += "perl-module-math-complex" | 1200 | RDEPENDS:perl-module-math-bigfloat += "perl-module-math-complex" |
1201 | RDEPENDS_perl-module-math-bigfloat += "perl-module-overload" | 1201 | RDEPENDS:perl-module-math-bigfloat += "perl-module-overload" |
1202 | RDEPENDS_perl-module-math-bigfloat += "perl-module-strict" | 1202 | RDEPENDS:perl-module-math-bigfloat += "perl-module-strict" |
1203 | RDEPENDS_perl-module-math-bigfloat += "perl-module-warnings" | 1203 | RDEPENDS:perl-module-math-bigfloat += "perl-module-warnings" |
1204 | RDEPENDS_perl-module-math-bigfloat-trace += "perl-module-exporter" | 1204 | RDEPENDS:perl-module-math-bigfloat-trace += "perl-module-exporter" |
1205 | RDEPENDS_perl-module-math-bigfloat-trace += "perl-module-math-bigfloat" | 1205 | RDEPENDS:perl-module-math-bigfloat-trace += "perl-module-math-bigfloat" |
1206 | RDEPENDS_perl-module-math-bigfloat-trace += "perl-module-overload" | 1206 | RDEPENDS:perl-module-math-bigfloat-trace += "perl-module-overload" |
1207 | RDEPENDS_perl-module-math-bigfloat-trace += "perl-module-strict" | 1207 | RDEPENDS:perl-module-math-bigfloat-trace += "perl-module-strict" |
1208 | RDEPENDS_perl-module-math-bigfloat-trace += "perl-module-warnings" | 1208 | RDEPENDS:perl-module-math-bigfloat-trace += "perl-module-warnings" |
1209 | RDEPENDS_perl-module-math-bigint-calc += "perl-module-constant" | 1209 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-constant" |
1210 | RDEPENDS_perl-module-math-bigint-calc += "perl-module-integer" | 1210 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-integer" |
1211 | RDEPENDS_perl-module-math-bigint-calc += "perl-module-math-bigint-lib" | 1211 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-math-bigint-lib" |
1212 | RDEPENDS_perl-module-math-bigint-calc += "perl-module-strict" | 1212 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-strict" |
1213 | RDEPENDS_perl-module-math-bigint-calc += "perl-module-warnings" | 1213 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-warnings" |
1214 | RDEPENDS_perl-module-math-bigint-fastcalc += "perl-module-math-bigint-calc" | 1214 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-math-bigint-calc" |
1215 | RDEPENDS_perl-module-math-bigint-fastcalc += "perl-module-strict" | 1215 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-strict" |
1216 | RDEPENDS_perl-module-math-bigint-fastcalc += "perl-module-warnings" | 1216 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-warnings" |
1217 | RDEPENDS_perl-module-math-bigint-fastcalc += "perl-module-xsloader" | 1217 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-xsloader" |
1218 | RDEPENDS_perl-module-math-bigint-lib += "perl-module-overload" | 1218 | RDEPENDS:perl-module-math-bigint-lib += "perl-module-overload" |
1219 | RDEPENDS_perl-module-math-bigint-lib += "perl-module-strict" | 1219 | RDEPENDS:perl-module-math-bigint-lib += "perl-module-strict" |
1220 | RDEPENDS_perl-module-math-bigint-lib += "perl-module-warnings" | 1220 | RDEPENDS:perl-module-math-bigint-lib += "perl-module-warnings" |
1221 | RDEPENDS_perl-module-math-bigint += "perl-module-exporter" | 1221 | RDEPENDS:perl-module-math-bigint += "perl-module-exporter" |
1222 | RDEPENDS_perl-module-math-bigint += "perl-module-math-bigfloat" | 1222 | RDEPENDS:perl-module-math-bigint += "perl-module-math-bigfloat" |
1223 | RDEPENDS_perl-module-math-bigint += "perl-module-math-complex" | 1223 | RDEPENDS:perl-module-math-bigint += "perl-module-math-complex" |
1224 | RDEPENDS_perl-module-math-bigint += "perl-module-overload" | 1224 | RDEPENDS:perl-module-math-bigint += "perl-module-overload" |
1225 | RDEPENDS_perl-module-math-bigint += "perl-module-strict" | 1225 | RDEPENDS:perl-module-math-bigint += "perl-module-strict" |
1226 | RDEPENDS_perl-module-math-bigint += "perl-module-warnings" | 1226 | RDEPENDS:perl-module-math-bigint += "perl-module-warnings" |
1227 | RDEPENDS_perl-module-math-bigint-trace += "perl-module-exporter" | 1227 | RDEPENDS:perl-module-math-bigint-trace += "perl-module-exporter" |
1228 | RDEPENDS_perl-module-math-bigint-trace += "perl-module-math-bigint" | 1228 | RDEPENDS:perl-module-math-bigint-trace += "perl-module-math-bigint" |
1229 | RDEPENDS_perl-module-math-bigint-trace += "perl-module-overload" | 1229 | RDEPENDS:perl-module-math-bigint-trace += "perl-module-overload" |
1230 | RDEPENDS_perl-module-math-bigint-trace += "perl-module-strict" | 1230 | RDEPENDS:perl-module-math-bigint-trace += "perl-module-strict" |
1231 | RDEPENDS_perl-module-math-bigint-trace += "perl-module-warnings" | 1231 | RDEPENDS:perl-module-math-bigint-trace += "perl-module-warnings" |
1232 | RDEPENDS_perl-module-math-bigrat += "perl-module-math-bigfloat" | 1232 | RDEPENDS:perl-module-math-bigrat += "perl-module-math-bigfloat" |
1233 | RDEPENDS_perl-module-math-bigrat += "perl-module-math-bigint" | 1233 | RDEPENDS:perl-module-math-bigrat += "perl-module-math-bigint" |
1234 | RDEPENDS_perl-module-math-bigrat += "perl-module-overload" | 1234 | RDEPENDS:perl-module-math-bigrat += "perl-module-overload" |
1235 | RDEPENDS_perl-module-math-bigrat += "perl-module-strict" | 1235 | RDEPENDS:perl-module-math-bigrat += "perl-module-strict" |
1236 | RDEPENDS_perl-module-math-bigrat += "perl-module-warnings" | 1236 | RDEPENDS:perl-module-math-bigrat += "perl-module-warnings" |
1237 | RDEPENDS_perl-module-math-complex += "perl-module-config" | 1237 | RDEPENDS:perl-module-math-complex += "perl-module-config" |
1238 | RDEPENDS_perl-module-math-complex += "perl-module-exporter" | 1238 | RDEPENDS:perl-module-math-complex += "perl-module-exporter" |
1239 | RDEPENDS_perl-module-math-complex += "perl-module-overload" | 1239 | RDEPENDS:perl-module-math-complex += "perl-module-overload" |
1240 | RDEPENDS_perl-module-math-complex += "perl-module-strict" | 1240 | RDEPENDS:perl-module-math-complex += "perl-module-strict" |
1241 | RDEPENDS_perl-module-math-complex += "perl-module-warnings" | 1241 | RDEPENDS:perl-module-math-complex += "perl-module-warnings" |
1242 | RDEPENDS_perl-module-math-trig += "perl-module-exporter" | 1242 | RDEPENDS:perl-module-math-trig += "perl-module-exporter" |
1243 | RDEPENDS_perl-module-math-trig += "perl-module-math-complex" | 1243 | RDEPENDS:perl-module-math-trig += "perl-module-math-complex" |
1244 | RDEPENDS_perl-module-math-trig += "perl-module-strict" | 1244 | RDEPENDS:perl-module-math-trig += "perl-module-strict" |
1245 | RDEPENDS_perl-module-memoize-anydbm-file += "perl-module-vars" | 1245 | RDEPENDS:perl-module-memoize-anydbm-file += "perl-module-vars" |
1246 | RDEPENDS_perl-module-memoize += "perl-module-config" | 1246 | RDEPENDS:perl-module-memoize += "perl-module-config" |
1247 | RDEPENDS_perl-module-memoize += "perl-module-exporter" | 1247 | RDEPENDS:perl-module-memoize += "perl-module-exporter" |
1248 | RDEPENDS_perl-module-memoize += "perl-module-strict" | 1248 | RDEPENDS:perl-module-memoize += "perl-module-strict" |
1249 | RDEPENDS_perl-module-memoize += "perl-module-vars" | 1249 | RDEPENDS:perl-module-memoize += "perl-module-vars" |
1250 | RDEPENDS_perl-module-memoize-sdbm-file += "perl-module-sdbm-file" | 1250 | RDEPENDS:perl-module-memoize-sdbm-file += "perl-module-sdbm-file" |
1251 | RDEPENDS_perl-module-memoize-storable += "perl-module-storable" | 1251 | RDEPENDS:perl-module-memoize-storable += "perl-module-storable" |
1252 | RDEPENDS_perl-module-mime-base64 += "perl-module-exporter" | 1252 | RDEPENDS:perl-module-mime-base64 += "perl-module-exporter" |
1253 | RDEPENDS_perl-module-mime-base64 += "perl-module-strict" | 1253 | RDEPENDS:perl-module-mime-base64 += "perl-module-strict" |
1254 | RDEPENDS_perl-module-mime-base64 += "perl-module-vars" | 1254 | RDEPENDS:perl-module-mime-base64 += "perl-module-vars" |
1255 | RDEPENDS_perl-module-mime-base64 += "perl-module-xsloader" | 1255 | RDEPENDS:perl-module-mime-base64 += "perl-module-xsloader" |
1256 | RDEPENDS_perl-module-mime-quotedprint += "perl-module-exporter" | 1256 | RDEPENDS:perl-module-mime-quotedprint += "perl-module-exporter" |
1257 | RDEPENDS_perl-module-mime-quotedprint += "perl-module-mime-base64" | 1257 | RDEPENDS:perl-module-mime-quotedprint += "perl-module-mime-base64" |
1258 | RDEPENDS_perl-module-mime-quotedprint += "perl-module-strict" | 1258 | RDEPENDS:perl-module-mime-quotedprint += "perl-module-strict" |
1259 | RDEPENDS_perl-module-mime-quotedprint += "perl-module-vars" | 1259 | RDEPENDS:perl-module-mime-quotedprint += "perl-module-vars" |
1260 | RDEPENDS_perl-module-mro += "perl-module-strict" | 1260 | RDEPENDS:perl-module-mro += "perl-module-strict" |
1261 | RDEPENDS_perl-module-mro += "perl-module-warnings" | 1261 | RDEPENDS:perl-module-mro += "perl-module-warnings" |
1262 | RDEPENDS_perl-module-mro += "perl-module-xsloader" | 1262 | RDEPENDS:perl-module-mro += "perl-module-xsloader" |
1263 | RDEPENDS_perl-module-net-cmd += "perl-module-constant" | 1263 | RDEPENDS:perl-module-net-cmd += "perl-module-constant" |
1264 | RDEPENDS_perl-module-net-cmd += "perl-module-errno" | 1264 | RDEPENDS:perl-module-net-cmd += "perl-module-errno" |
1265 | RDEPENDS_perl-module-net-cmd += "perl-module-exporter" | 1265 | RDEPENDS:perl-module-net-cmd += "perl-module-exporter" |
1266 | RDEPENDS_perl-module-net-cmd += "perl-module-strict" | 1266 | RDEPENDS:perl-module-net-cmd += "perl-module-strict" |
1267 | RDEPENDS_perl-module-net-cmd += "perl-module-warnings" | 1267 | RDEPENDS:perl-module-net-cmd += "perl-module-warnings" |
1268 | RDEPENDS_perl-module-net-config += "perl-module-exporter" | 1268 | RDEPENDS:perl-module-net-config += "perl-module-exporter" |
1269 | RDEPENDS_perl-module-net-config += "perl-module-socket" | 1269 | RDEPENDS:perl-module-net-config += "perl-module-socket" |
1270 | RDEPENDS_perl-module-net-config += "perl-module-strict" | 1270 | RDEPENDS:perl-module-net-config += "perl-module-strict" |
1271 | RDEPENDS_perl-module-net-config += "perl-module-warnings" | 1271 | RDEPENDS:perl-module-net-config += "perl-module-warnings" |
1272 | RDEPENDS_perl-module-net-domain += "perl-module-exporter" | 1272 | RDEPENDS:perl-module-net-domain += "perl-module-exporter" |
1273 | RDEPENDS_perl-module-net-domain += "perl-module-net-config" | 1273 | RDEPENDS:perl-module-net-domain += "perl-module-net-config" |
1274 | RDEPENDS_perl-module-net-domain += "perl-module-posix" | 1274 | RDEPENDS:perl-module-net-domain += "perl-module-posix" |
1275 | RDEPENDS_perl-module-net-domain += "perl-module-socket" | 1275 | RDEPENDS:perl-module-net-domain += "perl-module-socket" |
1276 | RDEPENDS_perl-module-net-domain += "perl-module-strict" | 1276 | RDEPENDS:perl-module-net-domain += "perl-module-strict" |
1277 | RDEPENDS_perl-module-net-domain += "perl-module-warnings" | 1277 | RDEPENDS:perl-module-net-domain += "perl-module-warnings" |
1278 | RDEPENDS_perl-module-net-ftp-a += "perl-module-net-ftp-dataconn" | 1278 | RDEPENDS:perl-module-net-ftp-a += "perl-module-net-ftp-dataconn" |
1279 | RDEPENDS_perl-module-net-ftp-a += "perl-module-strict" | 1279 | RDEPENDS:perl-module-net-ftp-a += "perl-module-strict" |
1280 | RDEPENDS_perl-module-net-ftp-a += "perl-module-warnings" | 1280 | RDEPENDS:perl-module-net-ftp-a += "perl-module-warnings" |
1281 | RDEPENDS_perl-module-net-ftp-dataconn += "perl-module-errno" | 1281 | RDEPENDS:perl-module-net-ftp-dataconn += "perl-module-errno" |
1282 | RDEPENDS_perl-module-net-ftp-dataconn += "perl-module-net-cmd" | 1282 | RDEPENDS:perl-module-net-ftp-dataconn += "perl-module-net-cmd" |
1283 | RDEPENDS_perl-module-net-ftp-dataconn += "perl-module-strict" | 1283 | RDEPENDS:perl-module-net-ftp-dataconn += "perl-module-strict" |
1284 | RDEPENDS_perl-module-net-ftp-dataconn += "perl-module-warnings" | 1284 | RDEPENDS:perl-module-net-ftp-dataconn += "perl-module-warnings" |
1285 | RDEPENDS_perl-module-net-ftp-e += "perl-module-net-ftp-i" | 1285 | RDEPENDS:perl-module-net-ftp-e += "perl-module-net-ftp-i" |
1286 | RDEPENDS_perl-module-net-ftp-e += "perl-module-strict" | 1286 | RDEPENDS:perl-module-net-ftp-e += "perl-module-strict" |
1287 | RDEPENDS_perl-module-net-ftp-e += "perl-module-warnings" | 1287 | RDEPENDS:perl-module-net-ftp-e += "perl-module-warnings" |
1288 | RDEPENDS_perl-module-net-ftp-i += "perl-module-net-ftp-dataconn" | 1288 | RDEPENDS:perl-module-net-ftp-i += "perl-module-net-ftp-dataconn" |
1289 | RDEPENDS_perl-module-net-ftp-i += "perl-module-strict" | 1289 | RDEPENDS:perl-module-net-ftp-i += "perl-module-strict" |
1290 | RDEPENDS_perl-module-net-ftp-i += "perl-module-warnings" | 1290 | RDEPENDS:perl-module-net-ftp-i += "perl-module-warnings" |
1291 | RDEPENDS_perl-module-net-ftp-l += "perl-module-net-ftp-i" | 1291 | RDEPENDS:perl-module-net-ftp-l += "perl-module-net-ftp-i" |
1292 | RDEPENDS_perl-module-net-ftp-l += "perl-module-strict" | 1292 | RDEPENDS:perl-module-net-ftp-l += "perl-module-strict" |
1293 | RDEPENDS_perl-module-net-ftp-l += "perl-module-warnings" | 1293 | RDEPENDS:perl-module-net-ftp-l += "perl-module-warnings" |
1294 | RDEPENDS_perl-module-net-ftp += "perl-module-constant" | 1294 | RDEPENDS:perl-module-net-ftp += "perl-module-constant" |
1295 | RDEPENDS_perl-module-net-ftp += "perl-module-fcntl" | 1295 | RDEPENDS:perl-module-net-ftp += "perl-module-fcntl" |
1296 | RDEPENDS_perl-module-net-ftp += "perl-module-file-basename" | 1296 | RDEPENDS:perl-module-net-ftp += "perl-module-file-basename" |
1297 | RDEPENDS_perl-module-net-ftp += "perl-module-io-socket" | 1297 | RDEPENDS:perl-module-net-ftp += "perl-module-io-socket" |
1298 | RDEPENDS_perl-module-net-ftp += "perl-module-io-socket-ip" | 1298 | RDEPENDS:perl-module-net-ftp += "perl-module-io-socket-ip" |
1299 | RDEPENDS_perl-module-net-ftp += "perl-module-net-cmd" | 1299 | RDEPENDS:perl-module-net-ftp += "perl-module-net-cmd" |
1300 | RDEPENDS_perl-module-net-ftp += "perl-module-net-config" | 1300 | RDEPENDS:perl-module-net-ftp += "perl-module-net-config" |
1301 | RDEPENDS_perl-module-net-ftp += "perl-module-net-ftp-a" | 1301 | RDEPENDS:perl-module-net-ftp += "perl-module-net-ftp-a" |
1302 | RDEPENDS_perl-module-net-ftp += "perl-module-net-netrc" | 1302 | RDEPENDS:perl-module-net-ftp += "perl-module-net-netrc" |
1303 | RDEPENDS_perl-module-net-ftp += "perl-module-socket" | 1303 | RDEPENDS:perl-module-net-ftp += "perl-module-socket" |
1304 | RDEPENDS_perl-module-net-ftp += "perl-module-strict" | 1304 | RDEPENDS:perl-module-net-ftp += "perl-module-strict" |
1305 | RDEPENDS_perl-module-net-ftp += "perl-module-time-local" | 1305 | RDEPENDS:perl-module-net-ftp += "perl-module-time-local" |
1306 | RDEPENDS_perl-module-net-ftp += "perl-module-warnings" | 1306 | RDEPENDS:perl-module-net-ftp += "perl-module-warnings" |
1307 | RDEPENDS_perl-module-net-hostent += "perl-module-class-struct" | 1307 | RDEPENDS:perl-module-net-hostent += "perl-module-class-struct" |
1308 | RDEPENDS_perl-module-net-hostent += "perl-module-exporter" | 1308 | RDEPENDS:perl-module-net-hostent += "perl-module-exporter" |
1309 | RDEPENDS_perl-module-net-hostent += "perl-module-socket" | 1309 | RDEPENDS:perl-module-net-hostent += "perl-module-socket" |
1310 | RDEPENDS_perl-module-net-hostent += "perl-module-strict" | 1310 | RDEPENDS:perl-module-net-hostent += "perl-module-strict" |
1311 | RDEPENDS_perl-module-net-netent += "perl-module-class-struct" | 1311 | RDEPENDS:perl-module-net-netent += "perl-module-class-struct" |
1312 | RDEPENDS_perl-module-net-netent += "perl-module-exporter" | 1312 | RDEPENDS:perl-module-net-netent += "perl-module-exporter" |
1313 | RDEPENDS_perl-module-net-netent += "perl-module-socket" | 1313 | RDEPENDS:perl-module-net-netent += "perl-module-socket" |
1314 | RDEPENDS_perl-module-net-netent += "perl-module-strict" | 1314 | RDEPENDS:perl-module-net-netent += "perl-module-strict" |
1315 | RDEPENDS_perl-module-net-netrc += "perl-module-filehandle" | 1315 | RDEPENDS:perl-module-net-netrc += "perl-module-filehandle" |
1316 | RDEPENDS_perl-module-net-netrc += "perl-module-strict" | 1316 | RDEPENDS:perl-module-net-netrc += "perl-module-strict" |
1317 | RDEPENDS_perl-module-net-netrc += "perl-module-warnings" | 1317 | RDEPENDS:perl-module-net-netrc += "perl-module-warnings" |
1318 | RDEPENDS_perl-module-net-nntp += "perl-module-io-socket" | 1318 | RDEPENDS:perl-module-net-nntp += "perl-module-io-socket" |
1319 | RDEPENDS_perl-module-net-nntp += "perl-module-io-socket-ip" | 1319 | RDEPENDS:perl-module-net-nntp += "perl-module-io-socket-ip" |
1320 | RDEPENDS_perl-module-net-nntp += "perl-module-net-cmd" | 1320 | RDEPENDS:perl-module-net-nntp += "perl-module-net-cmd" |
1321 | RDEPENDS_perl-module-net-nntp += "perl-module-net-config" | 1321 | RDEPENDS:perl-module-net-nntp += "perl-module-net-config" |
1322 | RDEPENDS_perl-module-net-nntp += "perl-module-strict" | 1322 | RDEPENDS:perl-module-net-nntp += "perl-module-strict" |
1323 | RDEPENDS_perl-module-net-nntp += "perl-module-time-local" | 1323 | RDEPENDS:perl-module-net-nntp += "perl-module-time-local" |
1324 | RDEPENDS_perl-module-net-nntp += "perl-module-warnings" | 1324 | RDEPENDS:perl-module-net-nntp += "perl-module-warnings" |
1325 | RDEPENDS_perl-module-net-ping += "perl-module-constant" | 1325 | RDEPENDS:perl-module-net-ping += "perl-module-constant" |
1326 | RDEPENDS_perl-module-net-ping += "perl-module-exporter" | 1326 | RDEPENDS:perl-module-net-ping += "perl-module-exporter" |
1327 | RDEPENDS_perl-module-net-ping += "perl-module-fcntl" | 1327 | RDEPENDS:perl-module-net-ping += "perl-module-fcntl" |
1328 | RDEPENDS_perl-module-net-ping += "perl-module-filehandle" | 1328 | RDEPENDS:perl-module-net-ping += "perl-module-filehandle" |
1329 | RDEPENDS_perl-module-net-ping += "perl-module-io-socket-inet" | 1329 | RDEPENDS:perl-module-net-ping += "perl-module-io-socket-inet" |
1330 | RDEPENDS_perl-module-net-ping += "perl-module-posix" | 1330 | RDEPENDS:perl-module-net-ping += "perl-module-posix" |
1331 | RDEPENDS_perl-module-net-ping += "perl-module-socket" | 1331 | RDEPENDS:perl-module-net-ping += "perl-module-socket" |
1332 | RDEPENDS_perl-module-net-ping += "perl-module-strict" | 1332 | RDEPENDS:perl-module-net-ping += "perl-module-strict" |
1333 | RDEPENDS_perl-module-net-ping += "perl-module-time-hires" | 1333 | RDEPENDS:perl-module-net-ping += "perl-module-time-hires" |
1334 | RDEPENDS_perl-module-net-pop3 += "perl-module-io-socket" | 1334 | RDEPENDS:perl-module-net-pop3 += "perl-module-io-socket" |
1335 | RDEPENDS_perl-module-net-pop3 += "perl-module-io-socket-ip" | 1335 | RDEPENDS:perl-module-net-pop3 += "perl-module-io-socket-ip" |
1336 | RDEPENDS_perl-module-net-pop3 += "perl-module-mime-base64" | 1336 | RDEPENDS:perl-module-net-pop3 += "perl-module-mime-base64" |
1337 | RDEPENDS_perl-module-net-pop3 += "perl-module-net-cmd" | 1337 | RDEPENDS:perl-module-net-pop3 += "perl-module-net-cmd" |
1338 | RDEPENDS_perl-module-net-pop3 += "perl-module-net-config" | 1338 | RDEPENDS:perl-module-net-pop3 += "perl-module-net-config" |
1339 | RDEPENDS_perl-module-net-pop3 += "perl-module-net-netrc" | 1339 | RDEPENDS:perl-module-net-pop3 += "perl-module-net-netrc" |
1340 | RDEPENDS_perl-module-net-pop3 += "perl-module-strict" | 1340 | RDEPENDS:perl-module-net-pop3 += "perl-module-strict" |
1341 | RDEPENDS_perl-module-net-pop3 += "perl-module-warnings" | 1341 | RDEPENDS:perl-module-net-pop3 += "perl-module-warnings" |
1342 | RDEPENDS_perl-module-net-protoent += "perl-module-class-struct" | 1342 | RDEPENDS:perl-module-net-protoent += "perl-module-class-struct" |
1343 | RDEPENDS_perl-module-net-protoent += "perl-module-exporter" | 1343 | RDEPENDS:perl-module-net-protoent += "perl-module-exporter" |
1344 | RDEPENDS_perl-module-net-protoent += "perl-module-strict" | 1344 | RDEPENDS:perl-module-net-protoent += "perl-module-strict" |
1345 | RDEPENDS_perl-module-net-servent += "perl-module-class-struct" | 1345 | RDEPENDS:perl-module-net-servent += "perl-module-class-struct" |
1346 | RDEPENDS_perl-module-net-servent += "perl-module-exporter" | 1346 | RDEPENDS:perl-module-net-servent += "perl-module-exporter" |
1347 | RDEPENDS_perl-module-net-servent += "perl-module-strict" | 1347 | RDEPENDS:perl-module-net-servent += "perl-module-strict" |
1348 | RDEPENDS_perl-module-net-smtp += "perl-module-io-socket" | 1348 | RDEPENDS:perl-module-net-smtp += "perl-module-io-socket" |
1349 | RDEPENDS_perl-module-net-smtp += "perl-module-io-socket-ip" | 1349 | RDEPENDS:perl-module-net-smtp += "perl-module-io-socket-ip" |
1350 | RDEPENDS_perl-module-net-smtp += "perl-module-mime-base64" | 1350 | RDEPENDS:perl-module-net-smtp += "perl-module-mime-base64" |
1351 | RDEPENDS_perl-module-net-smtp += "perl-module-net-cmd" | 1351 | RDEPENDS:perl-module-net-smtp += "perl-module-net-cmd" |
1352 | RDEPENDS_perl-module-net-smtp += "perl-module-net-config" | 1352 | RDEPENDS:perl-module-net-smtp += "perl-module-net-config" |
1353 | RDEPENDS_perl-module-net-smtp += "perl-module-socket" | 1353 | RDEPENDS:perl-module-net-smtp += "perl-module-socket" |
1354 | RDEPENDS_perl-module-net-smtp += "perl-module-strict" | 1354 | RDEPENDS:perl-module-net-smtp += "perl-module-strict" |
1355 | RDEPENDS_perl-module-net-smtp += "perl-module-warnings" | 1355 | RDEPENDS:perl-module-net-smtp += "perl-module-warnings" |
1356 | RDEPENDS_perl-module-net-time += "perl-module-exporter" | 1356 | RDEPENDS:perl-module-net-time += "perl-module-exporter" |
1357 | RDEPENDS_perl-module-net-time += "perl-module-io-select" | 1357 | RDEPENDS:perl-module-net-time += "perl-module-io-select" |
1358 | RDEPENDS_perl-module-net-time += "perl-module-io-socket" | 1358 | RDEPENDS:perl-module-net-time += "perl-module-io-socket" |
1359 | RDEPENDS_perl-module-net-time += "perl-module-net-config" | 1359 | RDEPENDS:perl-module-net-time += "perl-module-net-config" |
1360 | RDEPENDS_perl-module-net-time += "perl-module-strict" | 1360 | RDEPENDS:perl-module-net-time += "perl-module-strict" |
1361 | RDEPENDS_perl-module-net-time += "perl-module-warnings" | 1361 | RDEPENDS:perl-module-net-time += "perl-module-warnings" |
1362 | RDEPENDS_perl-module-next += "perl-module-overload" | 1362 | RDEPENDS:perl-module-next += "perl-module-overload" |
1363 | RDEPENDS_perl-module-next += "perl-module-strict" | 1363 | RDEPENDS:perl-module-next += "perl-module-strict" |
1364 | RDEPENDS_perl-module-next += "perl-module-warnings" | 1364 | RDEPENDS:perl-module-next += "perl-module-warnings" |
1365 | RDEPENDS_perl-module-ok += "perl-module-strict" | 1365 | RDEPENDS:perl-module-ok += "perl-module-strict" |
1366 | RDEPENDS_perl-module-ok += "perl-module-test-more" | 1366 | RDEPENDS:perl-module-ok += "perl-module-test-more" |
1367 | RDEPENDS_perl-module-opcode += "perl-module-exporter" | 1367 | RDEPENDS:perl-module-opcode += "perl-module-exporter" |
1368 | RDEPENDS_perl-module-opcode += "perl-module-strict" | 1368 | RDEPENDS:perl-module-opcode += "perl-module-strict" |
1369 | RDEPENDS_perl-module-opcode += "perl-module-subs" | 1369 | RDEPENDS:perl-module-opcode += "perl-module-subs" |
1370 | RDEPENDS_perl-module-opcode += "perl-module-xsloader" | 1370 | RDEPENDS:perl-module-opcode += "perl-module-xsloader" |
1371 | RDEPENDS_perl-module-open += "perl-module-encode" | 1371 | RDEPENDS:perl-module-open += "perl-module-encode" |
1372 | RDEPENDS_perl-module-open += "perl-module-encoding" | 1372 | RDEPENDS:perl-module-open += "perl-module-encoding" |
1373 | RDEPENDS_perl-module-open += "perl-module-warnings" | 1373 | RDEPENDS:perl-module-open += "perl-module-warnings" |
1374 | RDEPENDS_perl-module-o += "perl-module-b" | 1374 | RDEPENDS:perl-module-o += "perl-module-b" |
1375 | RDEPENDS_perl-module-ops += "perl-module-opcode" | 1375 | RDEPENDS:perl-module-ops += "perl-module-opcode" |
1376 | RDEPENDS_perl-module-overloading += "perl-module-overload-numbers" | 1376 | RDEPENDS:perl-module-overloading += "perl-module-overload-numbers" |
1377 | RDEPENDS_perl-module-overloading += "perl-module-warnings" | 1377 | RDEPENDS:perl-module-overloading += "perl-module-warnings" |
1378 | RDEPENDS_perl-module-overload += "perl-module-mro" | 1378 | RDEPENDS:perl-module-overload += "perl-module-mro" |
1379 | RDEPENDS_perl-module-overload += "perl-module-warnings-register" | 1379 | RDEPENDS:perl-module-overload += "perl-module-warnings-register" |
1380 | RDEPENDS_perl-module-params-check += "perl-module-exporter" | 1380 | RDEPENDS:perl-module-params-check += "perl-module-exporter" |
1381 | RDEPENDS_perl-module-params-check += "perl-module-locale-maketext-simple" | 1381 | RDEPENDS:perl-module-params-check += "perl-module-locale-maketext-simple" |
1382 | RDEPENDS_perl-module-params-check += "perl-module-strict" | 1382 | RDEPENDS:perl-module-params-check += "perl-module-strict" |
1383 | RDEPENDS_perl-module-params-check += "perl-module-vars" | 1383 | RDEPENDS:perl-module-params-check += "perl-module-vars" |
1384 | RDEPENDS_perl-module-parent += "perl-module-strict" | 1384 | RDEPENDS:perl-module-parent += "perl-module-strict" |
1385 | RDEPENDS_perl-module-perlfaq += "perl-module-strict" | 1385 | RDEPENDS:perl-module-perlfaq += "perl-module-strict" |
1386 | RDEPENDS_perl-module-perlfaq += "perl-module-warnings" | 1386 | RDEPENDS:perl-module-perlfaq += "perl-module-warnings" |
1387 | RDEPENDS_perl-module-perlio-encoding += "perl-module-strict" | 1387 | RDEPENDS:perl-module-perlio-encoding += "perl-module-strict" |
1388 | RDEPENDS_perl-module-perlio-encoding += "perl-module-xsloader" | 1388 | RDEPENDS:perl-module-perlio-encoding += "perl-module-xsloader" |
1389 | RDEPENDS_perl-module-perlio-mmap += "perl-module-strict" | 1389 | RDEPENDS:perl-module-perlio-mmap += "perl-module-strict" |
1390 | RDEPENDS_perl-module-perlio-mmap += "perl-module-warnings" | 1390 | RDEPENDS:perl-module-perlio-mmap += "perl-module-warnings" |
1391 | RDEPENDS_perl-module-perlio-mmap += "perl-module-xsloader" | 1391 | RDEPENDS:perl-module-perlio-mmap += "perl-module-xsloader" |
1392 | RDEPENDS_perl-module-perlio-scalar += "perl-module-xsloader" | 1392 | RDEPENDS:perl-module-perlio-scalar += "perl-module-xsloader" |
1393 | RDEPENDS_perl-module-perlio-via += "perl-module-xsloader" | 1393 | RDEPENDS:perl-module-perlio-via += "perl-module-xsloader" |
1394 | RDEPENDS_perl-module-perlio-via-quotedprint += "perl-module-mime-quotedprint" | 1394 | RDEPENDS:perl-module-perlio-via-quotedprint += "perl-module-mime-quotedprint" |
1395 | RDEPENDS_perl-module-perlio-via-quotedprint += "perl-module-strict" | 1395 | RDEPENDS:perl-module-perlio-via-quotedprint += "perl-module-strict" |
1396 | RDEPENDS_perl-module-pod-checker += "perl-module-base" | 1396 | RDEPENDS:perl-module-pod-checker += "perl-module-base" |
1397 | RDEPENDS_perl-module-pod-checker += "perl-module-exporter" | 1397 | RDEPENDS:perl-module-pod-checker += "perl-module-exporter" |
1398 | RDEPENDS_perl-module-pod-checker += "perl-module-strict" | 1398 | RDEPENDS:perl-module-pod-checker += "perl-module-strict" |
1399 | RDEPENDS_perl-module-pod-checker += "perl-module-warnings" | 1399 | RDEPENDS:perl-module-pod-checker += "perl-module-warnings" |
1400 | RDEPENDS_perl-module-pod-escapes += "perl-module-exporter" | 1400 | RDEPENDS:perl-module-pod-escapes += "perl-module-exporter" |
1401 | RDEPENDS_perl-module-pod-escapes += "perl-module-strict" | 1401 | RDEPENDS:perl-module-pod-escapes += "perl-module-strict" |
1402 | RDEPENDS_perl-module-pod-escapes += "perl-module-vars" | 1402 | RDEPENDS:perl-module-pod-escapes += "perl-module-vars" |
1403 | RDEPENDS_perl-module-pod-escapes += "perl-module-warnings" | 1403 | RDEPENDS:perl-module-pod-escapes += "perl-module-warnings" |
1404 | RDEPENDS_perl-module-pod-functions += "perl-module-exporter" | 1404 | RDEPENDS:perl-module-pod-functions += "perl-module-exporter" |
1405 | RDEPENDS_perl-module-pod-functions += "perl-module-strict" | 1405 | RDEPENDS:perl-module-pod-functions += "perl-module-strict" |
1406 | RDEPENDS_perl-module-pod-man += "perl-module-file-basename" | 1406 | RDEPENDS:perl-module-pod-man += "perl-module-file-basename" |
1407 | RDEPENDS_perl-module-pod-man += "perl-module-pod-simple" | 1407 | RDEPENDS:perl-module-pod-man += "perl-module-pod-simple" |
1408 | RDEPENDS_perl-module-pod-man += "perl-module-strict" | 1408 | RDEPENDS:perl-module-pod-man += "perl-module-strict" |
1409 | RDEPENDS_perl-module-pod-man += "perl-module-subs" | 1409 | RDEPENDS:perl-module-pod-man += "perl-module-subs" |
1410 | RDEPENDS_perl-module-pod-man += "perl-module-vars" | 1410 | RDEPENDS:perl-module-pod-man += "perl-module-vars" |
1411 | RDEPENDS_perl-module-pod-man += "perl-module-warnings" | 1411 | RDEPENDS:perl-module-pod-man += "perl-module-warnings" |
1412 | RDEPENDS_perl-module-pod-parselink += "perl-module-exporter" | 1412 | RDEPENDS:perl-module-pod-parselink += "perl-module-exporter" |
1413 | RDEPENDS_perl-module-pod-parselink += "perl-module-strict" | 1413 | RDEPENDS:perl-module-pod-parselink += "perl-module-strict" |
1414 | RDEPENDS_perl-module-pod-parselink += "perl-module-vars" | 1414 | RDEPENDS:perl-module-pod-parselink += "perl-module-vars" |
1415 | RDEPENDS_perl-module-pod-parselink += "perl-module-warnings" | 1415 | RDEPENDS:perl-module-pod-parselink += "perl-module-warnings" |
1416 | RDEPENDS_perl-module-pod-perldoc-baseto += "perl-module-config" | 1416 | RDEPENDS:perl-module-pod-perldoc-baseto += "perl-module-config" |
1417 | RDEPENDS_perl-module-pod-perldoc-baseto += "perl-module-strict" | 1417 | RDEPENDS:perl-module-pod-perldoc-baseto += "perl-module-strict" |
1418 | RDEPENDS_perl-module-pod-perldoc-baseto += "perl-module-vars" | 1418 | RDEPENDS:perl-module-pod-perldoc-baseto += "perl-module-vars" |
1419 | RDEPENDS_perl-module-pod-perldoc-baseto += "perl-module-warnings" | 1419 | RDEPENDS:perl-module-pod-perldoc-baseto += "perl-module-warnings" |
1420 | RDEPENDS_perl-module-pod-perldoc-getoptsoo += "perl-module-strict" | 1420 | RDEPENDS:perl-module-pod-perldoc-getoptsoo += "perl-module-strict" |
1421 | RDEPENDS_perl-module-pod-perldoc-getoptsoo += "perl-module-vars" | 1421 | RDEPENDS:perl-module-pod-perldoc-getoptsoo += "perl-module-vars" |
1422 | RDEPENDS_perl-module-pod-perldoc += "perl-module-config" | 1422 | RDEPENDS:perl-module-pod-perldoc += "perl-module-config" |
1423 | RDEPENDS_perl-module-pod-perldoc += "perl-module-encode" | 1423 | RDEPENDS:perl-module-pod-perldoc += "perl-module-encode" |
1424 | RDEPENDS_perl-module-pod-perldoc += "perl-module-fcntl" | 1424 | RDEPENDS:perl-module-pod-perldoc += "perl-module-fcntl" |
1425 | RDEPENDS_perl-module-pod-perldoc += "perl-module-file-basename" | 1425 | RDEPENDS:perl-module-pod-perldoc += "perl-module-file-basename" |
1426 | RDEPENDS_perl-module-pod-perldoc += "perl-module-file-temp" | 1426 | RDEPENDS:perl-module-pod-perldoc += "perl-module-file-temp" |
1427 | RDEPENDS_perl-module-pod-perldoc += "perl-module-pod-perldoc-getoptsoo" | 1427 | RDEPENDS:perl-module-pod-perldoc += "perl-module-pod-perldoc-getoptsoo" |
1428 | RDEPENDS_perl-module-pod-perldoc += "perl-module-strict" | 1428 | RDEPENDS:perl-module-pod-perldoc += "perl-module-strict" |
1429 | RDEPENDS_perl-module-pod-perldoc += "perl-module-text-parsewords" | 1429 | RDEPENDS:perl-module-pod-perldoc += "perl-module-text-parsewords" |
1430 | RDEPENDS_perl-module-pod-perldoc += "perl-module-vars" | 1430 | RDEPENDS:perl-module-pod-perldoc += "perl-module-vars" |
1431 | RDEPENDS_perl-module-pod-perldoc += "perl-module-warnings" | 1431 | RDEPENDS:perl-module-pod-perldoc += "perl-module-warnings" |
1432 | RDEPENDS_perl-module-pod-perldoc-toansi += "perl-module-parent" | 1432 | RDEPENDS:perl-module-pod-perldoc-toansi += "perl-module-parent" |
1433 | RDEPENDS_perl-module-pod-perldoc-toansi += "perl-module-pod-text-color" | 1433 | RDEPENDS:perl-module-pod-perldoc-toansi += "perl-module-pod-text-color" |
1434 | RDEPENDS_perl-module-pod-perldoc-toansi += "perl-module-strict" | 1434 | RDEPENDS:perl-module-pod-perldoc-toansi += "perl-module-strict" |
1435 | RDEPENDS_perl-module-pod-perldoc-toansi += "perl-module-vars" | 1435 | RDEPENDS:perl-module-pod-perldoc-toansi += "perl-module-vars" |
1436 | RDEPENDS_perl-module-pod-perldoc-toansi += "perl-module-warnings" | 1436 | RDEPENDS:perl-module-pod-perldoc-toansi += "perl-module-warnings" |
1437 | RDEPENDS_perl-module-pod-perldoc-tochecker += "perl-module-pod-checker" | 1437 | RDEPENDS:perl-module-pod-perldoc-tochecker += "perl-module-pod-checker" |
1438 | RDEPENDS_perl-module-pod-perldoc-tochecker += "perl-module-strict" | 1438 | RDEPENDS:perl-module-pod-perldoc-tochecker += "perl-module-strict" |
1439 | RDEPENDS_perl-module-pod-perldoc-tochecker += "perl-module-vars" | 1439 | RDEPENDS:perl-module-pod-perldoc-tochecker += "perl-module-vars" |
1440 | RDEPENDS_perl-module-pod-perldoc-tochecker += "perl-module-warnings" | 1440 | RDEPENDS:perl-module-pod-perldoc-tochecker += "perl-module-warnings" |
1441 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-encode" | 1441 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-encode" |
1442 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-io-handle" | 1442 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-io-handle" |
1443 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-io-select" | 1443 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-io-select" |
1444 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-ipc-open3" | 1444 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-ipc-open3" |
1445 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-parent" | 1445 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-parent" |
1446 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-pod-man" | 1446 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-pod-man" |
1447 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-pod-perldoc-topod" | 1447 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-pod-perldoc-topod" |
1448 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-strict" | 1448 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-strict" |
1449 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-vars" | 1449 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-vars" |
1450 | RDEPENDS_perl-module-pod-perldoc-toman += "perl-module-warnings" | 1450 | RDEPENDS:perl-module-pod-perldoc-toman += "perl-module-warnings" |
1451 | RDEPENDS_perl-module-pod-perldoc-tonroff += "perl-module-parent" | 1451 | RDEPENDS:perl-module-pod-perldoc-tonroff += "perl-module-parent" |
1452 | RDEPENDS_perl-module-pod-perldoc-tonroff += "perl-module-pod-man" | 1452 | RDEPENDS:perl-module-pod-perldoc-tonroff += "perl-module-pod-man" |
1453 | RDEPENDS_perl-module-pod-perldoc-tonroff += "perl-module-strict" | 1453 | RDEPENDS:perl-module-pod-perldoc-tonroff += "perl-module-strict" |
1454 | RDEPENDS_perl-module-pod-perldoc-tonroff += "perl-module-vars" | 1454 | RDEPENDS:perl-module-pod-perldoc-tonroff += "perl-module-vars" |
1455 | RDEPENDS_perl-module-pod-perldoc-tonroff += "perl-module-warnings" | 1455 | RDEPENDS:perl-module-pod-perldoc-tonroff += "perl-module-warnings" |
1456 | RDEPENDS_perl-module-pod-perldoc-topod += "perl-module-parent" | 1456 | RDEPENDS:perl-module-pod-perldoc-topod += "perl-module-parent" |
1457 | RDEPENDS_perl-module-pod-perldoc-topod += "perl-module-strict" | 1457 | RDEPENDS:perl-module-pod-perldoc-topod += "perl-module-strict" |
1458 | RDEPENDS_perl-module-pod-perldoc-topod += "perl-module-vars" | 1458 | RDEPENDS:perl-module-pod-perldoc-topod += "perl-module-vars" |
1459 | RDEPENDS_perl-module-pod-perldoc-topod += "perl-module-warnings" | 1459 | RDEPENDS:perl-module-pod-perldoc-topod += "perl-module-warnings" |
1460 | RDEPENDS_perl-module-pod-perldoc-tortf += "perl-module-parent" | 1460 | RDEPENDS:perl-module-pod-perldoc-tortf += "perl-module-parent" |
1461 | RDEPENDS_perl-module-pod-perldoc-tortf += "perl-module-strict" | 1461 | RDEPENDS:perl-module-pod-perldoc-tortf += "perl-module-strict" |
1462 | RDEPENDS_perl-module-pod-perldoc-tortf += "perl-module-vars" | 1462 | RDEPENDS:perl-module-pod-perldoc-tortf += "perl-module-vars" |
1463 | RDEPENDS_perl-module-pod-perldoc-tortf += "perl-module-warnings" | 1463 | RDEPENDS:perl-module-pod-perldoc-tortf += "perl-module-warnings" |
1464 | RDEPENDS_perl-module-pod-perldoc-toterm += "perl-module-parent" | 1464 | RDEPENDS:perl-module-pod-perldoc-toterm += "perl-module-parent" |
1465 | RDEPENDS_perl-module-pod-perldoc-toterm += "perl-module-pod-text-termcap" | 1465 | RDEPENDS:perl-module-pod-perldoc-toterm += "perl-module-pod-text-termcap" |
1466 | RDEPENDS_perl-module-pod-perldoc-toterm += "perl-module-strict" | 1466 | RDEPENDS:perl-module-pod-perldoc-toterm += "perl-module-strict" |
1467 | RDEPENDS_perl-module-pod-perldoc-toterm += "perl-module-vars" | 1467 | RDEPENDS:perl-module-pod-perldoc-toterm += "perl-module-vars" |
1468 | RDEPENDS_perl-module-pod-perldoc-toterm += "perl-module-warnings" | 1468 | RDEPENDS:perl-module-pod-perldoc-toterm += "perl-module-warnings" |
1469 | RDEPENDS_perl-module-pod-perldoc-totext += "perl-module-parent" | 1469 | RDEPENDS:perl-module-pod-perldoc-totext += "perl-module-parent" |
1470 | RDEPENDS_perl-module-pod-perldoc-totext += "perl-module-pod-text" | 1470 | RDEPENDS:perl-module-pod-perldoc-totext += "perl-module-pod-text" |
1471 | RDEPENDS_perl-module-pod-perldoc-totext += "perl-module-strict" | 1471 | RDEPENDS:perl-module-pod-perldoc-totext += "perl-module-strict" |
1472 | RDEPENDS_perl-module-pod-perldoc-totext += "perl-module-vars" | 1472 | RDEPENDS:perl-module-pod-perldoc-totext += "perl-module-vars" |
1473 | RDEPENDS_perl-module-pod-perldoc-totext += "perl-module-warnings" | 1473 | RDEPENDS:perl-module-pod-perldoc-totext += "perl-module-warnings" |
1474 | RDEPENDS_perl-module-pod-perldoc-toxml += "perl-module-parent" | 1474 | RDEPENDS:perl-module-pod-perldoc-toxml += "perl-module-parent" |
1475 | RDEPENDS_perl-module-pod-perldoc-toxml += "perl-module-strict" | 1475 | RDEPENDS:perl-module-pod-perldoc-toxml += "perl-module-strict" |
1476 | RDEPENDS_perl-module-pod-perldoc-toxml += "perl-module-vars" | 1476 | RDEPENDS:perl-module-pod-perldoc-toxml += "perl-module-vars" |
1477 | RDEPENDS_perl-module-pod-perldoc-toxml += "perl-module-warnings" | 1477 | RDEPENDS:perl-module-pod-perldoc-toxml += "perl-module-warnings" |
1478 | RDEPENDS_perl-module-pod-simple-blackbox += "perl-module-if" | 1478 | RDEPENDS:perl-module-pod-simple-blackbox += "perl-module-if" |
1479 | RDEPENDS_perl-module-pod-simple-blackbox += "perl-module-integer" | 1479 | RDEPENDS:perl-module-pod-simple-blackbox += "perl-module-integer" |
1480 | RDEPENDS_perl-module-pod-simple-blackbox += "perl-module-pod-simple" | 1480 | RDEPENDS:perl-module-pod-simple-blackbox += "perl-module-pod-simple" |
1481 | RDEPENDS_perl-module-pod-simple-blackbox += "perl-module-pod-simple-transcode" | 1481 | RDEPENDS:perl-module-pod-simple-blackbox += "perl-module-pod-simple-transcode" |
1482 | RDEPENDS_perl-module-pod-simple-blackbox += "perl-module-strict" | 1482 | RDEPENDS:perl-module-pod-simple-blackbox += "perl-module-strict" |
1483 | RDEPENDS_perl-module-pod-simple-blackbox += "perl-module-vars" | 1483 | RDEPENDS:perl-module-pod-simple-blackbox += "perl-module-vars" |
1484 | RDEPENDS_perl-module-pod-simple-checker += "perl-module-pod-simple" | 1484 | RDEPENDS:perl-module-pod-simple-checker += "perl-module-pod-simple" |
1485 | RDEPENDS_perl-module-pod-simple-checker += "perl-module-pod-simple-methody" | 1485 | RDEPENDS:perl-module-pod-simple-checker += "perl-module-pod-simple-methody" |
1486 | RDEPENDS_perl-module-pod-simple-checker += "perl-module-strict" | 1486 | RDEPENDS:perl-module-pod-simple-checker += "perl-module-strict" |
1487 | RDEPENDS_perl-module-pod-simple-checker += "perl-module-text-wrap" | 1487 | RDEPENDS:perl-module-pod-simple-checker += "perl-module-text-wrap" |
1488 | RDEPENDS_perl-module-pod-simple-checker += "perl-module-vars" | 1488 | RDEPENDS:perl-module-pod-simple-checker += "perl-module-vars" |
1489 | RDEPENDS_perl-module-pod-simple-debug += "perl-module-pod-simple" | 1489 | RDEPENDS:perl-module-pod-simple-debug += "perl-module-pod-simple" |
1490 | RDEPENDS_perl-module-pod-simple-debug += "perl-module-strict" | 1490 | RDEPENDS:perl-module-pod-simple-debug += "perl-module-strict" |
1491 | RDEPENDS_perl-module-pod-simple-debug += "perl-module-vars" | 1491 | RDEPENDS:perl-module-pod-simple-debug += "perl-module-vars" |
1492 | RDEPENDS_perl-module-pod-simple-dumpastext += "perl-module-pod-simple" | 1492 | RDEPENDS:perl-module-pod-simple-dumpastext += "perl-module-pod-simple" |
1493 | RDEPENDS_perl-module-pod-simple-dumpastext += "perl-module-strict" | 1493 | RDEPENDS:perl-module-pod-simple-dumpastext += "perl-module-strict" |
1494 | RDEPENDS_perl-module-pod-simple-dumpasxml += "perl-module-pod-simple" | 1494 | RDEPENDS:perl-module-pod-simple-dumpasxml += "perl-module-pod-simple" |
1495 | RDEPENDS_perl-module-pod-simple-dumpasxml += "perl-module-strict" | 1495 | RDEPENDS:perl-module-pod-simple-dumpasxml += "perl-module-strict" |
1496 | RDEPENDS_perl-module-pod-simple-dumpasxml += "perl-module-text-wrap" | 1496 | RDEPENDS:perl-module-pod-simple-dumpasxml += "perl-module-text-wrap" |
1497 | RDEPENDS_perl-module-pod-simple-justpod += "perl-module-pod-simple-methody" | 1497 | RDEPENDS:perl-module-pod-simple-justpod += "perl-module-pod-simple-methody" |
1498 | RDEPENDS_perl-module-pod-simple-justpod += "perl-module-strict" | 1498 | RDEPENDS:perl-module-pod-simple-justpod += "perl-module-strict" |
1499 | RDEPENDS_perl-module-pod-simple-justpod += "perl-module-warnings" | 1499 | RDEPENDS:perl-module-pod-simple-justpod += "perl-module-warnings" |
1500 | RDEPENDS_perl-module-pod-simple-linksection += "perl-module-overload" | 1500 | RDEPENDS:perl-module-pod-simple-linksection += "perl-module-overload" |
1501 | RDEPENDS_perl-module-pod-simple-linksection += "perl-module-pod-simple-blackbox" | 1501 | RDEPENDS:perl-module-pod-simple-linksection += "perl-module-pod-simple-blackbox" |
1502 | RDEPENDS_perl-module-pod-simple-linksection += "perl-module-strict" | 1502 | RDEPENDS:perl-module-pod-simple-linksection += "perl-module-strict" |
1503 | RDEPENDS_perl-module-pod-simple-linksection += "perl-module-vars" | 1503 | RDEPENDS:perl-module-pod-simple-linksection += "perl-module-vars" |
1504 | RDEPENDS_perl-module-pod-simple-methody += "perl-module-pod-simple" | 1504 | RDEPENDS:perl-module-pod-simple-methody += "perl-module-pod-simple" |
1505 | RDEPENDS_perl-module-pod-simple-methody += "perl-module-strict" | 1505 | RDEPENDS:perl-module-pod-simple-methody += "perl-module-strict" |
1506 | RDEPENDS_perl-module-pod-simple-methody += "perl-module-vars" | 1506 | RDEPENDS:perl-module-pod-simple-methody += "perl-module-vars" |
1507 | RDEPENDS_perl-module-pod-simple += "perl-module-integer" | 1507 | RDEPENDS:perl-module-pod-simple += "perl-module-integer" |
1508 | RDEPENDS_perl-module-pod-simple += "perl-module-pod-escapes" | 1508 | RDEPENDS:perl-module-pod-simple += "perl-module-pod-escapes" |
1509 | RDEPENDS_perl-module-pod-simple += "perl-module-pod-simple-blackbox" | 1509 | RDEPENDS:perl-module-pod-simple += "perl-module-pod-simple-blackbox" |
1510 | RDEPENDS_perl-module-pod-simple += "perl-module-pod-simple-linksection" | 1510 | RDEPENDS:perl-module-pod-simple += "perl-module-pod-simple-linksection" |
1511 | RDEPENDS_perl-module-pod-simple += "perl-module-pod-simple-tiedoutfh" | 1511 | RDEPENDS:perl-module-pod-simple += "perl-module-pod-simple-tiedoutfh" |
1512 | RDEPENDS_perl-module-pod-simple += "perl-module-strict" | 1512 | RDEPENDS:perl-module-pod-simple += "perl-module-strict" |
1513 | RDEPENDS_perl-module-pod-simple += "perl-module-vars" | 1513 | RDEPENDS:perl-module-pod-simple += "perl-module-vars" |
1514 | RDEPENDS_perl-module-pod-simple-progress += "perl-module-strict" | 1514 | RDEPENDS:perl-module-pod-simple-progress += "perl-module-strict" |
1515 | RDEPENDS_perl-module-pod-simple-pullparserendtoken += "perl-module-pod-simple-pullparsertoken" | 1515 | RDEPENDS:perl-module-pod-simple-pullparserendtoken += "perl-module-pod-simple-pullparsertoken" |
1516 | RDEPENDS_perl-module-pod-simple-pullparserendtoken += "perl-module-strict" | 1516 | RDEPENDS:perl-module-pod-simple-pullparserendtoken += "perl-module-strict" |
1517 | RDEPENDS_perl-module-pod-simple-pullparserendtoken += "perl-module-vars" | 1517 | RDEPENDS:perl-module-pod-simple-pullparserendtoken += "perl-module-vars" |
1518 | RDEPENDS_perl-module-pod-simple-pullparser += "perl-module-pod-simple" | 1518 | RDEPENDS:perl-module-pod-simple-pullparser += "perl-module-pod-simple" |
1519 | RDEPENDS_perl-module-pod-simple-pullparser += "perl-module-pod-simple-pullparserendtoken" | 1519 | RDEPENDS:perl-module-pod-simple-pullparser += "perl-module-pod-simple-pullparserendtoken" |
1520 | RDEPENDS_perl-module-pod-simple-pullparser += "perl-module-pod-simple-pullparserstarttoken" | 1520 | RDEPENDS:perl-module-pod-simple-pullparser += "perl-module-pod-simple-pullparserstarttoken" |
1521 | RDEPENDS_perl-module-pod-simple-pullparser += "perl-module-pod-simple-pullparsertexttoken" | 1521 | RDEPENDS:perl-module-pod-simple-pullparser += "perl-module-pod-simple-pullparsertexttoken" |
1522 | RDEPENDS_perl-module-pod-simple-pullparser += "perl-module-strict" | 1522 | RDEPENDS:perl-module-pod-simple-pullparser += "perl-module-strict" |
1523 | RDEPENDS_perl-module-pod-simple-pullparserstarttoken += "perl-module-pod-simple-pullparsertoken" | 1523 | RDEPENDS:perl-module-pod-simple-pullparserstarttoken += "perl-module-pod-simple-pullparsertoken" |
1524 | RDEPENDS_perl-module-pod-simple-pullparserstarttoken += "perl-module-strict" | 1524 | RDEPENDS:perl-module-pod-simple-pullparserstarttoken += "perl-module-strict" |
1525 | RDEPENDS_perl-module-pod-simple-pullparserstarttoken += "perl-module-vars" | 1525 | RDEPENDS:perl-module-pod-simple-pullparserstarttoken += "perl-module-vars" |
1526 | RDEPENDS_perl-module-pod-simple-pullparsertexttoken += "perl-module-pod-simple-pullparsertoken" | 1526 | RDEPENDS:perl-module-pod-simple-pullparsertexttoken += "perl-module-pod-simple-pullparsertoken" |
1527 | RDEPENDS_perl-module-pod-simple-pullparsertexttoken += "perl-module-strict" | 1527 | RDEPENDS:perl-module-pod-simple-pullparsertexttoken += "perl-module-strict" |
1528 | RDEPENDS_perl-module-pod-simple-pullparsertexttoken += "perl-module-vars" | 1528 | RDEPENDS:perl-module-pod-simple-pullparsertexttoken += "perl-module-vars" |
1529 | RDEPENDS_perl-module-pod-simple-pullparsertoken += "perl-module-strict" | 1529 | RDEPENDS:perl-module-pod-simple-pullparsertoken += "perl-module-strict" |
1530 | RDEPENDS_perl-module-pod-simple-rtf += "perl-module-if" | 1530 | RDEPENDS:perl-module-pod-simple-rtf += "perl-module-if" |
1531 | RDEPENDS_perl-module-pod-simple-rtf += "perl-module-integer" | 1531 | RDEPENDS:perl-module-pod-simple-rtf += "perl-module-integer" |
1532 | RDEPENDS_perl-module-pod-simple-rtf += "perl-module-pod-simple-pullparser" | 1532 | RDEPENDS:perl-module-pod-simple-rtf += "perl-module-pod-simple-pullparser" |
1533 | RDEPENDS_perl-module-pod-simple-rtf += "perl-module-strict" | 1533 | RDEPENDS:perl-module-pod-simple-rtf += "perl-module-strict" |
1534 | RDEPENDS_perl-module-pod-simple-rtf += "perl-module-vars" | 1534 | RDEPENDS:perl-module-pod-simple-rtf += "perl-module-vars" |
1535 | RDEPENDS_perl-module-pod-simple-search += "perl-module-config" | 1535 | RDEPENDS:perl-module-pod-simple-search += "perl-module-config" |
1536 | RDEPENDS_perl-module-pod-simple-search += "perl-module-cwd" | 1536 | RDEPENDS:perl-module-pod-simple-search += "perl-module-cwd" |
1537 | RDEPENDS_perl-module-pod-simple-search += "perl-module-file-basename" | 1537 | RDEPENDS:perl-module-pod-simple-search += "perl-module-file-basename" |
1538 | RDEPENDS_perl-module-pod-simple-search += "perl-module-strict" | 1538 | RDEPENDS:perl-module-pod-simple-search += "perl-module-strict" |
1539 | RDEPENDS_perl-module-pod-simple-search += "perl-module-vars" | 1539 | RDEPENDS:perl-module-pod-simple-search += "perl-module-vars" |
1540 | RDEPENDS_perl-module-pod-simple-simpletree += "perl-module-pod-simple" | 1540 | RDEPENDS:perl-module-pod-simple-simpletree += "perl-module-pod-simple" |
1541 | RDEPENDS_perl-module-pod-simple-simpletree += "perl-module-strict" | 1541 | RDEPENDS:perl-module-pod-simple-simpletree += "perl-module-strict" |
1542 | RDEPENDS_perl-module-pod-simple-simpletree += "perl-module-vars" | 1542 | RDEPENDS:perl-module-pod-simple-simpletree += "perl-module-vars" |
1543 | RDEPENDS_perl-module-pod-simple-textcontent += "perl-module-pod-simple" | 1543 | RDEPENDS:perl-module-pod-simple-textcontent += "perl-module-pod-simple" |
1544 | RDEPENDS_perl-module-pod-simple-textcontent += "perl-module-strict" | 1544 | RDEPENDS:perl-module-pod-simple-textcontent += "perl-module-strict" |
1545 | RDEPENDS_perl-module-pod-simple-textcontent += "perl-module-vars" | 1545 | RDEPENDS:perl-module-pod-simple-textcontent += "perl-module-vars" |
1546 | RDEPENDS_perl-module-pod-simple-text += "perl-module-pod-simple" | 1546 | RDEPENDS:perl-module-pod-simple-text += "perl-module-pod-simple" |
1547 | RDEPENDS_perl-module-pod-simple-text += "perl-module-pod-simple-methody" | 1547 | RDEPENDS:perl-module-pod-simple-text += "perl-module-pod-simple-methody" |
1548 | RDEPENDS_perl-module-pod-simple-text += "perl-module-strict" | 1548 | RDEPENDS:perl-module-pod-simple-text += "perl-module-strict" |
1549 | RDEPENDS_perl-module-pod-simple-text += "perl-module-text-wrap" | 1549 | RDEPENDS:perl-module-pod-simple-text += "perl-module-text-wrap" |
1550 | RDEPENDS_perl-module-pod-simple-text += "perl-module-vars" | 1550 | RDEPENDS:perl-module-pod-simple-text += "perl-module-vars" |
1551 | RDEPENDS_perl-module-pod-simple-tiedoutfh += "perl-module-strict" | 1551 | RDEPENDS:perl-module-pod-simple-tiedoutfh += "perl-module-strict" |
1552 | RDEPENDS_perl-module-pod-simple-tiedoutfh += "perl-module-vars" | 1552 | RDEPENDS:perl-module-pod-simple-tiedoutfh += "perl-module-vars" |
1553 | RDEPENDS_perl-module-pod-simple-transcodedumb += "perl-module-strict" | 1553 | RDEPENDS:perl-module-pod-simple-transcodedumb += "perl-module-strict" |
1554 | RDEPENDS_perl-module-pod-simple-transcodedumb += "perl-module-vars" | 1554 | RDEPENDS:perl-module-pod-simple-transcodedumb += "perl-module-vars" |
1555 | RDEPENDS_perl-module-pod-simple-transcode += "perl-module-strict" | 1555 | RDEPENDS:perl-module-pod-simple-transcode += "perl-module-strict" |
1556 | RDEPENDS_perl-module-pod-simple-transcode += "perl-module-vars" | 1556 | RDEPENDS:perl-module-pod-simple-transcode += "perl-module-vars" |
1557 | RDEPENDS_perl-module-pod-simple-transcodesmart += "perl-module-encode" | 1557 | RDEPENDS:perl-module-pod-simple-transcodesmart += "perl-module-encode" |
1558 | RDEPENDS_perl-module-pod-simple-transcodesmart += "perl-module-pod-simple" | 1558 | RDEPENDS:perl-module-pod-simple-transcodesmart += "perl-module-pod-simple" |
1559 | RDEPENDS_perl-module-pod-simple-transcodesmart += "perl-module-strict" | 1559 | RDEPENDS:perl-module-pod-simple-transcodesmart += "perl-module-strict" |
1560 | RDEPENDS_perl-module-pod-simple-transcodesmart += "perl-module-vars" | 1560 | RDEPENDS:perl-module-pod-simple-transcodesmart += "perl-module-vars" |
1561 | RDEPENDS_perl-module-pod-simple-xmloutstream += "perl-module-pod-simple" | 1561 | RDEPENDS:perl-module-pod-simple-xmloutstream += "perl-module-pod-simple" |
1562 | RDEPENDS_perl-module-pod-simple-xmloutstream += "perl-module-strict" | 1562 | RDEPENDS:perl-module-pod-simple-xmloutstream += "perl-module-strict" |
1563 | RDEPENDS_perl-module-pod-simple-xmloutstream += "perl-module-vars" | 1563 | RDEPENDS:perl-module-pod-simple-xmloutstream += "perl-module-vars" |
1564 | RDEPENDS_perl-module-pod-text-color += "perl-module-pod-text" | 1564 | RDEPENDS:perl-module-pod-text-color += "perl-module-pod-text" |
1565 | RDEPENDS_perl-module-pod-text-color += "perl-module-strict" | 1565 | RDEPENDS:perl-module-pod-text-color += "perl-module-strict" |
1566 | RDEPENDS_perl-module-pod-text-color += "perl-module-term-ansicolor" | 1566 | RDEPENDS:perl-module-pod-text-color += "perl-module-term-ansicolor" |
1567 | RDEPENDS_perl-module-pod-text-color += "perl-module-vars" | 1567 | RDEPENDS:perl-module-pod-text-color += "perl-module-vars" |
1568 | RDEPENDS_perl-module-pod-text-color += "perl-module-warnings" | 1568 | RDEPENDS:perl-module-pod-text-color += "perl-module-warnings" |
1569 | RDEPENDS_perl-module-pod-text-overstrike += "perl-module-pod-text" | 1569 | RDEPENDS:perl-module-pod-text-overstrike += "perl-module-pod-text" |
1570 | RDEPENDS_perl-module-pod-text-overstrike += "perl-module-strict" | 1570 | RDEPENDS:perl-module-pod-text-overstrike += "perl-module-strict" |
1571 | RDEPENDS_perl-module-pod-text-overstrike += "perl-module-vars" | 1571 | RDEPENDS:perl-module-pod-text-overstrike += "perl-module-vars" |
1572 | RDEPENDS_perl-module-pod-text-overstrike += "perl-module-warnings" | 1572 | RDEPENDS:perl-module-pod-text-overstrike += "perl-module-warnings" |
1573 | RDEPENDS_perl-module-pod-text += "perl-module-encode" | 1573 | RDEPENDS:perl-module-pod-text += "perl-module-encode" |
1574 | RDEPENDS_perl-module-pod-text += "perl-module-exporter" | 1574 | RDEPENDS:perl-module-pod-text += "perl-module-exporter" |
1575 | RDEPENDS_perl-module-pod-text += "perl-module-pod-simple" | 1575 | RDEPENDS:perl-module-pod-text += "perl-module-pod-simple" |
1576 | RDEPENDS_perl-module-pod-text += "perl-module-strict" | 1576 | RDEPENDS:perl-module-pod-text += "perl-module-strict" |
1577 | RDEPENDS_perl-module-pod-text += "perl-module-vars" | 1577 | RDEPENDS:perl-module-pod-text += "perl-module-vars" |
1578 | RDEPENDS_perl-module-pod-text += "perl-module-warnings" | 1578 | RDEPENDS:perl-module-pod-text += "perl-module-warnings" |
1579 | RDEPENDS_perl-module-pod-text-termcap += "perl-module-pod-text" | 1579 | RDEPENDS:perl-module-pod-text-termcap += "perl-module-pod-text" |
1580 | RDEPENDS_perl-module-pod-text-termcap += "perl-module-posix" | 1580 | RDEPENDS:perl-module-pod-text-termcap += "perl-module-posix" |
1581 | RDEPENDS_perl-module-pod-text-termcap += "perl-module-strict" | 1581 | RDEPENDS:perl-module-pod-text-termcap += "perl-module-strict" |
1582 | RDEPENDS_perl-module-pod-text-termcap += "perl-module-term-cap" | 1582 | RDEPENDS:perl-module-pod-text-termcap += "perl-module-term-cap" |
1583 | RDEPENDS_perl-module-pod-text-termcap += "perl-module-vars" | 1583 | RDEPENDS:perl-module-pod-text-termcap += "perl-module-vars" |
1584 | RDEPENDS_perl-module-pod-text-termcap += "perl-module-warnings" | 1584 | RDEPENDS:perl-module-pod-text-termcap += "perl-module-warnings" |
1585 | RDEPENDS_perl-module-pod-usage += "perl-module-config" | 1585 | RDEPENDS:perl-module-pod-usage += "perl-module-config" |
1586 | RDEPENDS_perl-module-pod-usage += "perl-module-exporter" | 1586 | RDEPENDS:perl-module-pod-usage += "perl-module-exporter" |
1587 | RDEPENDS_perl-module-pod-usage += "perl-module-strict" | 1587 | RDEPENDS:perl-module-pod-usage += "perl-module-strict" |
1588 | RDEPENDS_perl-module-pod-usage += "perl-module-vars" | 1588 | RDEPENDS:perl-module-pod-usage += "perl-module-vars" |
1589 | RDEPENDS_perl-module-posix += "perl-module-exporter" | 1589 | RDEPENDS:perl-module-posix += "perl-module-exporter" |
1590 | RDEPENDS_perl-module-posix += "perl-module-fcntl" | 1590 | RDEPENDS:perl-module-posix += "perl-module-fcntl" |
1591 | RDEPENDS_perl-module-posix += "perl-module-strict" | 1591 | RDEPENDS:perl-module-posix += "perl-module-strict" |
1592 | RDEPENDS_perl-module-posix += "perl-module-tie-hash" | 1592 | RDEPENDS:perl-module-posix += "perl-module-tie-hash" |
1593 | RDEPENDS_perl-module-posix += "perl-module-warnings" | 1593 | RDEPENDS:perl-module-posix += "perl-module-warnings" |
1594 | RDEPENDS_perl-module-posix += "perl-module-xsloader" | 1594 | RDEPENDS:perl-module-posix += "perl-module-xsloader" |
1595 | RDEPENDS_perl-module-re += "perl-module-exporter" | 1595 | RDEPENDS:perl-module-re += "perl-module-exporter" |
1596 | RDEPENDS_perl-module-re += "perl-module-strict" | 1596 | RDEPENDS:perl-module-re += "perl-module-strict" |
1597 | RDEPENDS_perl-module-re += "perl-module-term-cap" | 1597 | RDEPENDS:perl-module-re += "perl-module-term-cap" |
1598 | RDEPENDS_perl-module-re += "perl-module-warnings" | 1598 | RDEPENDS:perl-module-re += "perl-module-warnings" |
1599 | RDEPENDS_perl-module-re += "perl-module-xsloader" | 1599 | RDEPENDS:perl-module-re += "perl-module-xsloader" |
1600 | RDEPENDS_perl-module-safe += "perl-module-b" | 1600 | RDEPENDS:perl-module-safe += "perl-module-b" |
1601 | RDEPENDS_perl-module-safe += "perl-module-opcode" | 1601 | RDEPENDS:perl-module-safe += "perl-module-opcode" |
1602 | RDEPENDS_perl-module-safe += "perl-module-strict" | 1602 | RDEPENDS:perl-module-safe += "perl-module-strict" |
1603 | RDEPENDS_perl-module-safe += "perl-module-utf8" | 1603 | RDEPENDS:perl-module-safe += "perl-module-utf8" |
1604 | RDEPENDS_perl-module-sdbm-file += "perl-module-exporter" | 1604 | RDEPENDS:perl-module-sdbm-file += "perl-module-exporter" |
1605 | RDEPENDS_perl-module-sdbm-file += "perl-module-strict" | 1605 | RDEPENDS:perl-module-sdbm-file += "perl-module-strict" |
1606 | RDEPENDS_perl-module-sdbm-file += "perl-module-tie-hash" | 1606 | RDEPENDS:perl-module-sdbm-file += "perl-module-tie-hash" |
1607 | RDEPENDS_perl-module-sdbm-file += "perl-module-warnings" | 1607 | RDEPENDS:perl-module-sdbm-file += "perl-module-warnings" |
1608 | RDEPENDS_perl-module-sdbm-file += "perl-module-xsloader" | 1608 | RDEPENDS:perl-module-sdbm-file += "perl-module-xsloader" |
1609 | RDEPENDS_perl-module-search-dict += "perl-module-exporter" | 1609 | RDEPENDS:perl-module-search-dict += "perl-module-exporter" |
1610 | RDEPENDS_perl-module-search-dict += "perl-module-feature" | 1610 | RDEPENDS:perl-module-search-dict += "perl-module-feature" |
1611 | RDEPENDS_perl-module-search-dict += "perl-module-strict" | 1611 | RDEPENDS:perl-module-search-dict += "perl-module-strict" |
1612 | RDEPENDS_perl-module-selfloader += "perl-module-exporter" | 1612 | RDEPENDS:perl-module-selfloader += "perl-module-exporter" |
1613 | RDEPENDS_perl-module-selfloader += "perl-module-io-handle" | 1613 | RDEPENDS:perl-module-selfloader += "perl-module-io-handle" |
1614 | RDEPENDS_perl-module-selfloader += "perl-module-strict" | 1614 | RDEPENDS:perl-module-selfloader += "perl-module-strict" |
1615 | RDEPENDS_perl-module-socket += "perl-module-exporter" | 1615 | RDEPENDS:perl-module-socket += "perl-module-exporter" |
1616 | RDEPENDS_perl-module-socket += "perl-module-strict" | 1616 | RDEPENDS:perl-module-socket += "perl-module-strict" |
1617 | RDEPENDS_perl-module-socket += "perl-module-warnings-register" | 1617 | RDEPENDS:perl-module-socket += "perl-module-warnings-register" |
1618 | RDEPENDS_perl-module-socket += "perl-module-xsloader" | 1618 | RDEPENDS:perl-module-socket += "perl-module-xsloader" |
1619 | RDEPENDS_perl-module-sort += "perl-module-strict" | 1619 | RDEPENDS:perl-module-sort += "perl-module-strict" |
1620 | RDEPENDS_perl-module-storable += "perl-module-exporter" | 1620 | RDEPENDS:perl-module-storable += "perl-module-exporter" |
1621 | RDEPENDS_perl-module-storable += "perl-module-io-file" | 1621 | RDEPENDS:perl-module-storable += "perl-module-io-file" |
1622 | RDEPENDS_perl-module-sub-util += "perl-module-exporter" | 1622 | RDEPENDS:perl-module-sub-util += "perl-module-exporter" |
1623 | RDEPENDS_perl-module-sub-util += "perl-module-list-util" | 1623 | RDEPENDS:perl-module-sub-util += "perl-module-list-util" |
1624 | RDEPENDS_perl-module-sub-util += "perl-module-strict" | 1624 | RDEPENDS:perl-module-sub-util += "perl-module-strict" |
1625 | RDEPENDS_perl-module-sub-util += "perl-module-warnings" | 1625 | RDEPENDS:perl-module-sub-util += "perl-module-warnings" |
1626 | RDEPENDS_perl-module-sys-hostname += "perl-module-exporter" | 1626 | RDEPENDS:perl-module-sys-hostname += "perl-module-exporter" |
1627 | RDEPENDS_perl-module-sys-hostname += "perl-module-posix" | 1627 | RDEPENDS:perl-module-sys-hostname += "perl-module-posix" |
1628 | RDEPENDS_perl-module-sys-hostname += "perl-module-strict" | 1628 | RDEPENDS:perl-module-sys-hostname += "perl-module-strict" |
1629 | RDEPENDS_perl-module-sys-hostname += "perl-module-warnings" | 1629 | RDEPENDS:perl-module-sys-hostname += "perl-module-warnings" |
1630 | RDEPENDS_perl-module-sys-hostname += "perl-module-xsloader" | 1630 | RDEPENDS:perl-module-sys-hostname += "perl-module-xsloader" |
1631 | RDEPENDS_perl-module-sys-syslog += "perl-module-config" | 1631 | RDEPENDS:perl-module-sys-syslog += "perl-module-config" |
1632 | RDEPENDS_perl-module-sys-syslog += "perl-module-constant" | 1632 | RDEPENDS:perl-module-sys-syslog += "perl-module-constant" |
1633 | RDEPENDS_perl-module-sys-syslog += "perl-module-dynaloader" | 1633 | RDEPENDS:perl-module-sys-syslog += "perl-module-dynaloader" |
1634 | RDEPENDS_perl-module-sys-syslog += "perl-module-exporter" | 1634 | RDEPENDS:perl-module-sys-syslog += "perl-module-exporter" |
1635 | RDEPENDS_perl-module-sys-syslog += "perl-module-fcntl" | 1635 | RDEPENDS:perl-module-sys-syslog += "perl-module-fcntl" |
1636 | RDEPENDS_perl-module-sys-syslog += "perl-module-file-basename" | 1636 | RDEPENDS:perl-module-sys-syslog += "perl-module-file-basename" |
1637 | RDEPENDS_perl-module-sys-syslog += "perl-module-posix" | 1637 | RDEPENDS:perl-module-sys-syslog += "perl-module-posix" |
1638 | RDEPENDS_perl-module-sys-syslog += "perl-module-socket" | 1638 | RDEPENDS:perl-module-sys-syslog += "perl-module-socket" |
1639 | RDEPENDS_perl-module-sys-syslog += "perl-module-strict" | 1639 | RDEPENDS:perl-module-sys-syslog += "perl-module-strict" |
1640 | RDEPENDS_perl-module-sys-syslog += "perl-module-sys-hostname" | 1640 | RDEPENDS:perl-module-sys-syslog += "perl-module-sys-hostname" |
1641 | RDEPENDS_perl-module-sys-syslog += "perl-module-vars" | 1641 | RDEPENDS:perl-module-sys-syslog += "perl-module-vars" |
1642 | RDEPENDS_perl-module-sys-syslog += "perl-module-warnings" | 1642 | RDEPENDS:perl-module-sys-syslog += "perl-module-warnings" |
1643 | RDEPENDS_perl-module-sys-syslog += "perl-module-warnings-register" | 1643 | RDEPENDS:perl-module-sys-syslog += "perl-module-warnings-register" |
1644 | RDEPENDS_perl-module-sys-syslog += "perl-module-xsloader" | 1644 | RDEPENDS:perl-module-sys-syslog += "perl-module-xsloader" |
1645 | RDEPENDS_perl-module-tap-base += "perl-module-base" | 1645 | RDEPENDS:perl-module-tap-base += "perl-module-base" |
1646 | RDEPENDS_perl-module-tap-base += "perl-module-constant" | 1646 | RDEPENDS:perl-module-tap-base += "perl-module-constant" |
1647 | RDEPENDS_perl-module-tap-base += "perl-module-strict" | 1647 | RDEPENDS:perl-module-tap-base += "perl-module-strict" |
1648 | RDEPENDS_perl-module-tap-base += "perl-module-warnings" | 1648 | RDEPENDS:perl-module-tap-base += "perl-module-warnings" |
1649 | RDEPENDS_perl-module-tap-formatter-base += "perl-module-base" | 1649 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-base" |
1650 | RDEPENDS_perl-module-tap-formatter-base += "perl-module-posix" | 1650 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-posix" |
1651 | RDEPENDS_perl-module-tap-formatter-base += "perl-module-strict" | 1651 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-strict" |
1652 | RDEPENDS_perl-module-tap-formatter-base += "perl-module-tap-formatter-color" | 1652 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-tap-formatter-color" |
1653 | RDEPENDS_perl-module-tap-formatter-base += "perl-module-warnings" | 1653 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-warnings" |
1654 | RDEPENDS_perl-module-tap-formatter-color += "perl-module-base" | 1654 | RDEPENDS:perl-module-tap-formatter-color += "perl-module-base" |
1655 | RDEPENDS_perl-module-tap-formatter-color += "perl-module-constant" | 1655 | RDEPENDS:perl-module-tap-formatter-color += "perl-module-constant" |
1656 | RDEPENDS_perl-module-tap-formatter-color += "perl-module-strict" | 1656 | RDEPENDS:perl-module-tap-formatter-color += "perl-module-strict" |
1657 | RDEPENDS_perl-module-tap-formatter-color += "perl-module-warnings" | 1657 | RDEPENDS:perl-module-tap-formatter-color += "perl-module-warnings" |
1658 | RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-base" | 1658 | RDEPENDS:perl-module-tap-formatter-console-parallelsession += "perl-module-base" |
1659 | RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-constant" | 1659 | RDEPENDS:perl-module-tap-formatter-console-parallelsession += "perl-module-constant" |
1660 | RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-file-path" | 1660 | RDEPENDS:perl-module-tap-formatter-console-parallelsession += "perl-module-file-path" |
1661 | RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-strict" | 1661 | RDEPENDS:perl-module-tap-formatter-console-parallelsession += "perl-module-strict" |
1662 | RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-warnings" | 1662 | RDEPENDS:perl-module-tap-formatter-console-parallelsession += "perl-module-warnings" |
1663 | RDEPENDS_perl-module-tap-formatter-console += "perl-module-base" | 1663 | RDEPENDS:perl-module-tap-formatter-console += "perl-module-base" |
1664 | RDEPENDS_perl-module-tap-formatter-console += "perl-module-posix" | 1664 | RDEPENDS:perl-module-tap-formatter-console += "perl-module-posix" |
1665 | RDEPENDS_perl-module-tap-formatter-console += "perl-module-strict" | 1665 | RDEPENDS:perl-module-tap-formatter-console += "perl-module-strict" |
1666 | RDEPENDS_perl-module-tap-formatter-console += "perl-module-warnings" | 1666 | RDEPENDS:perl-module-tap-formatter-console += "perl-module-warnings" |
1667 | RDEPENDS_perl-module-tap-formatter-console-session += "perl-module-base" | 1667 | RDEPENDS:perl-module-tap-formatter-console-session += "perl-module-base" |
1668 | RDEPENDS_perl-module-tap-formatter-console-session += "perl-module-strict" | 1668 | RDEPENDS:perl-module-tap-formatter-console-session += "perl-module-strict" |
1669 | RDEPENDS_perl-module-tap-formatter-console-session += "perl-module-warnings" | 1669 | RDEPENDS:perl-module-tap-formatter-console-session += "perl-module-warnings" |
1670 | RDEPENDS_perl-module-tap-formatter-file += "perl-module-base" | 1670 | RDEPENDS:perl-module-tap-formatter-file += "perl-module-base" |
1671 | RDEPENDS_perl-module-tap-formatter-file += "perl-module-posix" | 1671 | RDEPENDS:perl-module-tap-formatter-file += "perl-module-posix" |
1672 | RDEPENDS_perl-module-tap-formatter-file += "perl-module-strict" | 1672 | RDEPENDS:perl-module-tap-formatter-file += "perl-module-strict" |
1673 | RDEPENDS_perl-module-tap-formatter-file += "perl-module-tap-formatter-file-session" | 1673 | RDEPENDS:perl-module-tap-formatter-file += "perl-module-tap-formatter-file-session" |
1674 | RDEPENDS_perl-module-tap-formatter-file += "perl-module-warnings" | 1674 | RDEPENDS:perl-module-tap-formatter-file += "perl-module-warnings" |
1675 | RDEPENDS_perl-module-tap-formatter-file-session += "perl-module-base" | 1675 | RDEPENDS:perl-module-tap-formatter-file-session += "perl-module-base" |
1676 | RDEPENDS_perl-module-tap-formatter-file-session += "perl-module-strict" | 1676 | RDEPENDS:perl-module-tap-formatter-file-session += "perl-module-strict" |
1677 | RDEPENDS_perl-module-tap-formatter-file-session += "perl-module-warnings" | 1677 | RDEPENDS:perl-module-tap-formatter-file-session += "perl-module-warnings" |
1678 | RDEPENDS_perl-module-tap-formatter-session += "perl-module-base" | 1678 | RDEPENDS:perl-module-tap-formatter-session += "perl-module-base" |
1679 | RDEPENDS_perl-module-tap-formatter-session += "perl-module-strict" | 1679 | RDEPENDS:perl-module-tap-formatter-session += "perl-module-strict" |
1680 | RDEPENDS_perl-module-tap-formatter-session += "perl-module-warnings" | 1680 | RDEPENDS:perl-module-tap-formatter-session += "perl-module-warnings" |
1681 | RDEPENDS_perl-module-tap-harness-env += "perl-module-constant" | 1681 | RDEPENDS:perl-module-tap-harness-env += "perl-module-constant" |
1682 | RDEPENDS_perl-module-tap-harness-env += "perl-module-strict" | 1682 | RDEPENDS:perl-module-tap-harness-env += "perl-module-strict" |
1683 | RDEPENDS_perl-module-tap-harness-env += "perl-module-tap-object" | 1683 | RDEPENDS:perl-module-tap-harness-env += "perl-module-tap-object" |
1684 | RDEPENDS_perl-module-tap-harness-env += "perl-module-text-parsewords" | 1684 | RDEPENDS:perl-module-tap-harness-env += "perl-module-text-parsewords" |
1685 | RDEPENDS_perl-module-tap-harness-env += "perl-module-warnings" | 1685 | RDEPENDS:perl-module-tap-harness-env += "perl-module-warnings" |
1686 | RDEPENDS_perl-module-tap-harness += "perl-module-base" | 1686 | RDEPENDS:perl-module-tap-harness += "perl-module-base" |
1687 | RDEPENDS_perl-module-tap-harness += "perl-module-file-path" | 1687 | RDEPENDS:perl-module-tap-harness += "perl-module-file-path" |
1688 | RDEPENDS_perl-module-tap-harness += "perl-module-io-handle" | 1688 | RDEPENDS:perl-module-tap-harness += "perl-module-io-handle" |
1689 | RDEPENDS_perl-module-tap-harness += "perl-module-strict" | 1689 | RDEPENDS:perl-module-tap-harness += "perl-module-strict" |
1690 | RDEPENDS_perl-module-tap-harness += "perl-module-warnings" | 1690 | RDEPENDS:perl-module-tap-harness += "perl-module-warnings" |
1691 | RDEPENDS_perl-module-tap-object += "perl-module-strict" | 1691 | RDEPENDS:perl-module-tap-object += "perl-module-strict" |
1692 | RDEPENDS_perl-module-tap-object += "perl-module-warnings" | 1692 | RDEPENDS:perl-module-tap-object += "perl-module-warnings" |
1693 | RDEPENDS_perl-module-tap-parser-aggregator += "perl-module-base" | 1693 | RDEPENDS:perl-module-tap-parser-aggregator += "perl-module-base" |
1694 | RDEPENDS_perl-module-tap-parser-aggregator += "perl-module-benchmark" | 1694 | RDEPENDS:perl-module-tap-parser-aggregator += "perl-module-benchmark" |
1695 | RDEPENDS_perl-module-tap-parser-aggregator += "perl-module-strict" | 1695 | RDEPENDS:perl-module-tap-parser-aggregator += "perl-module-strict" |
1696 | RDEPENDS_perl-module-tap-parser-aggregator += "perl-module-warnings" | 1696 | RDEPENDS:perl-module-tap-parser-aggregator += "perl-module-warnings" |
1697 | RDEPENDS_perl-module-tap-parser-grammar += "perl-module-base" | 1697 | RDEPENDS:perl-module-tap-parser-grammar += "perl-module-base" |
1698 | RDEPENDS_perl-module-tap-parser-grammar += "perl-module-strict" | 1698 | RDEPENDS:perl-module-tap-parser-grammar += "perl-module-strict" |
1699 | RDEPENDS_perl-module-tap-parser-grammar += "perl-module-tap-parser-resultfactory" | 1699 | RDEPENDS:perl-module-tap-parser-grammar += "perl-module-tap-parser-resultfactory" |
1700 | RDEPENDS_perl-module-tap-parser-grammar += "perl-module-tap-parser-yamlish-reader" | 1700 | RDEPENDS:perl-module-tap-parser-grammar += "perl-module-tap-parser-yamlish-reader" |
1701 | RDEPENDS_perl-module-tap-parser-grammar += "perl-module-warnings" | 1701 | RDEPENDS:perl-module-tap-parser-grammar += "perl-module-warnings" |
1702 | RDEPENDS_perl-module-tap-parser-iterator-array += "perl-module-base" | 1702 | RDEPENDS:perl-module-tap-parser-iterator-array += "perl-module-base" |
1703 | RDEPENDS_perl-module-tap-parser-iterator-array += "perl-module-strict" | 1703 | RDEPENDS:perl-module-tap-parser-iterator-array += "perl-module-strict" |
1704 | RDEPENDS_perl-module-tap-parser-iterator-array += "perl-module-warnings" | 1704 | RDEPENDS:perl-module-tap-parser-iterator-array += "perl-module-warnings" |
1705 | RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-base" | 1705 | RDEPENDS:perl-module-tap-parser-iteratorfactory += "perl-module-base" |
1706 | RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-constant" | 1706 | RDEPENDS:perl-module-tap-parser-iteratorfactory += "perl-module-constant" |
1707 | RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-file-basename" | 1707 | RDEPENDS:perl-module-tap-parser-iteratorfactory += "perl-module-file-basename" |
1708 | RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-strict" | 1708 | RDEPENDS:perl-module-tap-parser-iteratorfactory += "perl-module-strict" |
1709 | RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-warnings" | 1709 | RDEPENDS:perl-module-tap-parser-iteratorfactory += "perl-module-warnings" |
1710 | RDEPENDS_perl-module-tap-parser-iterator += "perl-module-base" | 1710 | RDEPENDS:perl-module-tap-parser-iterator += "perl-module-base" |
1711 | RDEPENDS_perl-module-tap-parser-iterator += "perl-module-strict" | 1711 | RDEPENDS:perl-module-tap-parser-iterator += "perl-module-strict" |
1712 | RDEPENDS_perl-module-tap-parser-iterator += "perl-module-warnings" | 1712 | RDEPENDS:perl-module-tap-parser-iterator += "perl-module-warnings" |
1713 | RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-base" | 1713 | RDEPENDS:perl-module-tap-parser-iterator-process += "perl-module-base" |
1714 | RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-config" | 1714 | RDEPENDS:perl-module-tap-parser-iterator-process += "perl-module-config" |
1715 | RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-io-handle" | 1715 | RDEPENDS:perl-module-tap-parser-iterator-process += "perl-module-io-handle" |
1716 | RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-strict" | 1716 | RDEPENDS:perl-module-tap-parser-iterator-process += "perl-module-strict" |
1717 | RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-warnings" | 1717 | RDEPENDS:perl-module-tap-parser-iterator-process += "perl-module-warnings" |
1718 | RDEPENDS_perl-module-tap-parser-iterator-stream += "perl-module-base" | 1718 | RDEPENDS:perl-module-tap-parser-iterator-stream += "perl-module-base" |
1719 | RDEPENDS_perl-module-tap-parser-iterator-stream += "perl-module-strict" | 1719 | RDEPENDS:perl-module-tap-parser-iterator-stream += "perl-module-strict" |
1720 | RDEPENDS_perl-module-tap-parser-iterator-stream += "perl-module-warnings" | 1720 | RDEPENDS:perl-module-tap-parser-iterator-stream += "perl-module-warnings" |
1721 | RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-base" | 1721 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-base" |
1722 | RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-constant" | 1722 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-constant" |
1723 | RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-io-select" | 1723 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-io-select" |
1724 | RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-strict" | 1724 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-strict" |
1725 | RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-warnings" | 1725 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-warnings" |
1726 | RDEPENDS_perl-module-tap-parser += "perl-module-base" | 1726 | RDEPENDS:perl-module-tap-parser += "perl-module-base" |
1727 | RDEPENDS_perl-module-tap-parser += "perl-module-strict" | 1727 | RDEPENDS:perl-module-tap-parser += "perl-module-strict" |
1728 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-grammar" | 1728 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-grammar" |
1729 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-iterator" | 1729 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-iterator" |
1730 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-iteratorfactory" | 1730 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-iteratorfactory" |
1731 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-result" | 1731 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-result" |
1732 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-resultfactory" | 1732 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-resultfactory" |
1733 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-source" | 1733 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-source" |
1734 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-executable" | 1734 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-executable" |
1735 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-file" | 1735 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-file" |
1736 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-handle" | 1736 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-handle" |
1737 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-perl" | 1737 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-perl" |
1738 | RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-rawtap" | 1738 | RDEPENDS:perl-module-tap-parser += "perl-module-tap-parser-sourcehandler-rawtap" |
1739 | RDEPENDS_perl-module-tap-parser += "perl-module-warnings" | 1739 | RDEPENDS:perl-module-tap-parser += "perl-module-warnings" |
1740 | RDEPENDS_perl-module-tap-parser-result-bailout += "perl-module-base" | 1740 | RDEPENDS:perl-module-tap-parser-result-bailout += "perl-module-base" |
1741 | RDEPENDS_perl-module-tap-parser-result-bailout += "perl-module-strict" | 1741 | RDEPENDS:perl-module-tap-parser-result-bailout += "perl-module-strict" |
1742 | RDEPENDS_perl-module-tap-parser-result-bailout += "perl-module-warnings" | 1742 | RDEPENDS:perl-module-tap-parser-result-bailout += "perl-module-warnings" |
1743 | RDEPENDS_perl-module-tap-parser-result-comment += "perl-module-base" | 1743 | RDEPENDS:perl-module-tap-parser-result-comment += "perl-module-base" |
1744 | RDEPENDS_perl-module-tap-parser-result-comment += "perl-module-strict" | 1744 | RDEPENDS:perl-module-tap-parser-result-comment += "perl-module-strict" |
1745 | RDEPENDS_perl-module-tap-parser-result-comment += "perl-module-warnings" | 1745 | RDEPENDS:perl-module-tap-parser-result-comment += "perl-module-warnings" |
1746 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-base" | 1746 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-base" |
1747 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-strict" | 1747 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-strict" |
1748 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-bailout" | 1748 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-bailout" |
1749 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-comment" | 1749 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-comment" |
1750 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-plan" | 1750 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-plan" |
1751 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-pragma" | 1751 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-pragma" |
1752 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-test" | 1752 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-test" |
1753 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-unknown" | 1753 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-unknown" |
1754 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-version" | 1754 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-version" |
1755 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-yaml" | 1755 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-yaml" |
1756 | RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-warnings" | 1756 | RDEPENDS:perl-module-tap-parser-resultfactory += "perl-module-warnings" |
1757 | RDEPENDS_perl-module-tap-parser-result += "perl-module-base" | 1757 | RDEPENDS:perl-module-tap-parser-result += "perl-module-base" |
1758 | RDEPENDS_perl-module-tap-parser-result += "perl-module-strict" | 1758 | RDEPENDS:perl-module-tap-parser-result += "perl-module-strict" |
1759 | RDEPENDS_perl-module-tap-parser-result += "perl-module-warnings" | 1759 | RDEPENDS:perl-module-tap-parser-result += "perl-module-warnings" |
1760 | RDEPENDS_perl-module-tap-parser-result-plan += "perl-module-base" | 1760 | RDEPENDS:perl-module-tap-parser-result-plan += "perl-module-base" |
1761 | RDEPENDS_perl-module-tap-parser-result-plan += "perl-module-strict" | 1761 | RDEPENDS:perl-module-tap-parser-result-plan += "perl-module-strict" |
1762 | RDEPENDS_perl-module-tap-parser-result-plan += "perl-module-warnings" | 1762 | RDEPENDS:perl-module-tap-parser-result-plan += "perl-module-warnings" |
1763 | RDEPENDS_perl-module-tap-parser-result-pragma += "perl-module-base" | 1763 | RDEPENDS:perl-module-tap-parser-result-pragma += "perl-module-base" |
1764 | RDEPENDS_perl-module-tap-parser-result-pragma += "perl-module-strict" | 1764 | RDEPENDS:perl-module-tap-parser-result-pragma += "perl-module-strict" |
1765 | RDEPENDS_perl-module-tap-parser-result-pragma += "perl-module-warnings" | 1765 | RDEPENDS:perl-module-tap-parser-result-pragma += "perl-module-warnings" |
1766 | RDEPENDS_perl-module-tap-parser-result-test += "perl-module-base" | 1766 | RDEPENDS:perl-module-tap-parser-result-test += "perl-module-base" |
1767 | RDEPENDS_perl-module-tap-parser-result-test += "perl-module-strict" | 1767 | RDEPENDS:perl-module-tap-parser-result-test += "perl-module-strict" |
1768 | RDEPENDS_perl-module-tap-parser-result-test += "perl-module-warnings" | 1768 | RDEPENDS:perl-module-tap-parser-result-test += "perl-module-warnings" |
1769 | RDEPENDS_perl-module-tap-parser-result-unknown += "perl-module-base" | 1769 | RDEPENDS:perl-module-tap-parser-result-unknown += "perl-module-base" |
1770 | RDEPENDS_perl-module-tap-parser-result-unknown += "perl-module-strict" | 1770 | RDEPENDS:perl-module-tap-parser-result-unknown += "perl-module-strict" |
1771 | RDEPENDS_perl-module-tap-parser-result-unknown += "perl-module-warnings" | 1771 | RDEPENDS:perl-module-tap-parser-result-unknown += "perl-module-warnings" |
1772 | RDEPENDS_perl-module-tap-parser-result-version += "perl-module-base" | 1772 | RDEPENDS:perl-module-tap-parser-result-version += "perl-module-base" |
1773 | RDEPENDS_perl-module-tap-parser-result-version += "perl-module-strict" | 1773 | RDEPENDS:perl-module-tap-parser-result-version += "perl-module-strict" |
1774 | RDEPENDS_perl-module-tap-parser-result-version += "perl-module-warnings" | 1774 | RDEPENDS:perl-module-tap-parser-result-version += "perl-module-warnings" |
1775 | RDEPENDS_perl-module-tap-parser-result-yaml += "perl-module-base" | 1775 | RDEPENDS:perl-module-tap-parser-result-yaml += "perl-module-base" |
1776 | RDEPENDS_perl-module-tap-parser-result-yaml += "perl-module-strict" | 1776 | RDEPENDS:perl-module-tap-parser-result-yaml += "perl-module-strict" |
1777 | RDEPENDS_perl-module-tap-parser-result-yaml += "perl-module-warnings" | 1777 | RDEPENDS:perl-module-tap-parser-result-yaml += "perl-module-warnings" |
1778 | RDEPENDS_perl-module-tap-parser-scheduler-job += "perl-module-strict" | 1778 | RDEPENDS:perl-module-tap-parser-scheduler-job += "perl-module-strict" |
1779 | RDEPENDS_perl-module-tap-parser-scheduler-job += "perl-module-warnings" | 1779 | RDEPENDS:perl-module-tap-parser-scheduler-job += "perl-module-warnings" |
1780 | RDEPENDS_perl-module-tap-parser-scheduler += "perl-module-strict" | 1780 | RDEPENDS:perl-module-tap-parser-scheduler += "perl-module-strict" |
1781 | RDEPENDS_perl-module-tap-parser-scheduler += "perl-module-tap-parser-scheduler-job" | 1781 | RDEPENDS:perl-module-tap-parser-scheduler += "perl-module-tap-parser-scheduler-job" |
1782 | RDEPENDS_perl-module-tap-parser-scheduler += "perl-module-tap-parser-scheduler-spinner" | 1782 | RDEPENDS:perl-module-tap-parser-scheduler += "perl-module-tap-parser-scheduler-spinner" |
1783 | RDEPENDS_perl-module-tap-parser-scheduler += "perl-module-warnings" | 1783 | RDEPENDS:perl-module-tap-parser-scheduler += "perl-module-warnings" |
1784 | RDEPENDS_perl-module-tap-parser-scheduler-spinner += "perl-module-strict" | 1784 | RDEPENDS:perl-module-tap-parser-scheduler-spinner += "perl-module-strict" |
1785 | RDEPENDS_perl-module-tap-parser-scheduler-spinner += "perl-module-warnings" | 1785 | RDEPENDS:perl-module-tap-parser-scheduler-spinner += "perl-module-warnings" |
1786 | RDEPENDS_perl-module-tap-parser-sourcehandler-executable += "perl-module-base" | 1786 | RDEPENDS:perl-module-tap-parser-sourcehandler-executable += "perl-module-base" |
1787 | RDEPENDS_perl-module-tap-parser-sourcehandler-executable += "perl-module-constant" | 1787 | RDEPENDS:perl-module-tap-parser-sourcehandler-executable += "perl-module-constant" |
1788 | RDEPENDS_perl-module-tap-parser-sourcehandler-executable += "perl-module-strict" | 1788 | RDEPENDS:perl-module-tap-parser-sourcehandler-executable += "perl-module-strict" |
1789 | RDEPENDS_perl-module-tap-parser-sourcehandler-executable += "perl-module-tap-parser-iteratorfactory" | 1789 | RDEPENDS:perl-module-tap-parser-sourcehandler-executable += "perl-module-tap-parser-iteratorfactory" |
1790 | RDEPENDS_perl-module-tap-parser-sourcehandler-executable += "perl-module-tap-parser-iterator-process" | 1790 | RDEPENDS:perl-module-tap-parser-sourcehandler-executable += "perl-module-tap-parser-iterator-process" |
1791 | RDEPENDS_perl-module-tap-parser-sourcehandler-executable += "perl-module-warnings" | 1791 | RDEPENDS:perl-module-tap-parser-sourcehandler-executable += "perl-module-warnings" |
1792 | RDEPENDS_perl-module-tap-parser-sourcehandler-file += "perl-module-base" | 1792 | RDEPENDS:perl-module-tap-parser-sourcehandler-file += "perl-module-base" |
1793 | RDEPENDS_perl-module-tap-parser-sourcehandler-file += "perl-module-constant" | 1793 | RDEPENDS:perl-module-tap-parser-sourcehandler-file += "perl-module-constant" |
1794 | RDEPENDS_perl-module-tap-parser-sourcehandler-file += "perl-module-strict" | 1794 | RDEPENDS:perl-module-tap-parser-sourcehandler-file += "perl-module-strict" |
1795 | RDEPENDS_perl-module-tap-parser-sourcehandler-file += "perl-module-tap-parser-iteratorfactory" | 1795 | RDEPENDS:perl-module-tap-parser-sourcehandler-file += "perl-module-tap-parser-iteratorfactory" |
1796 | RDEPENDS_perl-module-tap-parser-sourcehandler-file += "perl-module-tap-parser-iterator-stream" | 1796 | RDEPENDS:perl-module-tap-parser-sourcehandler-file += "perl-module-tap-parser-iterator-stream" |
1797 | RDEPENDS_perl-module-tap-parser-sourcehandler-file += "perl-module-warnings" | 1797 | RDEPENDS:perl-module-tap-parser-sourcehandler-file += "perl-module-warnings" |
1798 | RDEPENDS_perl-module-tap-parser-sourcehandler-handle += "perl-module-base" | 1798 | RDEPENDS:perl-module-tap-parser-sourcehandler-handle += "perl-module-base" |
1799 | RDEPENDS_perl-module-tap-parser-sourcehandler-handle += "perl-module-constant" | 1799 | RDEPENDS:perl-module-tap-parser-sourcehandler-handle += "perl-module-constant" |
1800 | RDEPENDS_perl-module-tap-parser-sourcehandler-handle += "perl-module-strict" | 1800 | RDEPENDS:perl-module-tap-parser-sourcehandler-handle += "perl-module-strict" |
1801 | RDEPENDS_perl-module-tap-parser-sourcehandler-handle += "perl-module-tap-parser-iteratorfactory" | 1801 | RDEPENDS:perl-module-tap-parser-sourcehandler-handle += "perl-module-tap-parser-iteratorfactory" |
1802 | RDEPENDS_perl-module-tap-parser-sourcehandler-handle += "perl-module-tap-parser-iterator-stream" | 1802 | RDEPENDS:perl-module-tap-parser-sourcehandler-handle += "perl-module-tap-parser-iterator-stream" |
1803 | RDEPENDS_perl-module-tap-parser-sourcehandler-handle += "perl-module-warnings" | 1803 | RDEPENDS:perl-module-tap-parser-sourcehandler-handle += "perl-module-warnings" |
1804 | RDEPENDS_perl-module-tap-parser-sourcehandler += "perl-module-base" | 1804 | RDEPENDS:perl-module-tap-parser-sourcehandler += "perl-module-base" |
1805 | RDEPENDS_perl-module-tap-parser-sourcehandler += "perl-module-strict" | 1805 | RDEPENDS:perl-module-tap-parser-sourcehandler += "perl-module-strict" |
1806 | RDEPENDS_perl-module-tap-parser-sourcehandler += "perl-module-tap-parser-iterator" | 1806 | RDEPENDS:perl-module-tap-parser-sourcehandler += "perl-module-tap-parser-iterator" |
1807 | RDEPENDS_perl-module-tap-parser-sourcehandler += "perl-module-warnings" | 1807 | RDEPENDS:perl-module-tap-parser-sourcehandler += "perl-module-warnings" |
1808 | RDEPENDS_perl-module-tap-parser-sourcehandler-perl += "perl-module-base" | 1808 | RDEPENDS:perl-module-tap-parser-sourcehandler-perl += "perl-module-base" |
1809 | RDEPENDS_perl-module-tap-parser-sourcehandler-perl += "perl-module-config" | 1809 | RDEPENDS:perl-module-tap-parser-sourcehandler-perl += "perl-module-config" |
1810 | RDEPENDS_perl-module-tap-parser-sourcehandler-perl += "perl-module-constant" | 1810 | RDEPENDS:perl-module-tap-parser-sourcehandler-perl += "perl-module-constant" |
1811 | RDEPENDS_perl-module-tap-parser-sourcehandler-perl += "perl-module-strict" | 1811 | RDEPENDS:perl-module-tap-parser-sourcehandler-perl += "perl-module-strict" |
1812 | RDEPENDS_perl-module-tap-parser-sourcehandler-perl += "perl-module-tap-parser-iteratorfactory" | 1812 | RDEPENDS:perl-module-tap-parser-sourcehandler-perl += "perl-module-tap-parser-iteratorfactory" |
1813 | RDEPENDS_perl-module-tap-parser-sourcehandler-perl += "perl-module-tap-parser-iterator-process" | 1813 | RDEPENDS:perl-module-tap-parser-sourcehandler-perl += "perl-module-tap-parser-iterator-process" |
1814 | RDEPENDS_perl-module-tap-parser-sourcehandler-perl += "perl-module-text-parsewords" | 1814 | RDEPENDS:perl-module-tap-parser-sourcehandler-perl += "perl-module-text-parsewords" |
1815 | RDEPENDS_perl-module-tap-parser-sourcehandler-perl += "perl-module-warnings" | 1815 | RDEPENDS:perl-module-tap-parser-sourcehandler-perl += "perl-module-warnings" |
1816 | RDEPENDS_perl-module-tap-parser-sourcehandler-rawtap += "perl-module-base" | 1816 | RDEPENDS:perl-module-tap-parser-sourcehandler-rawtap += "perl-module-base" |
1817 | RDEPENDS_perl-module-tap-parser-sourcehandler-rawtap += "perl-module-strict" | 1817 | RDEPENDS:perl-module-tap-parser-sourcehandler-rawtap += "perl-module-strict" |
1818 | RDEPENDS_perl-module-tap-parser-sourcehandler-rawtap += "perl-module-tap-parser-iterator-array" | 1818 | RDEPENDS:perl-module-tap-parser-sourcehandler-rawtap += "perl-module-tap-parser-iterator-array" |
1819 | RDEPENDS_perl-module-tap-parser-sourcehandler-rawtap += "perl-module-tap-parser-iteratorfactory" | 1819 | RDEPENDS:perl-module-tap-parser-sourcehandler-rawtap += "perl-module-tap-parser-iteratorfactory" |
1820 | RDEPENDS_perl-module-tap-parser-sourcehandler-rawtap += "perl-module-warnings" | 1820 | RDEPENDS:perl-module-tap-parser-sourcehandler-rawtap += "perl-module-warnings" |
1821 | RDEPENDS_perl-module-tap-parser-source += "perl-module-base" | 1821 | RDEPENDS:perl-module-tap-parser-source += "perl-module-base" |
1822 | RDEPENDS_perl-module-tap-parser-source += "perl-module-constant" | 1822 | RDEPENDS:perl-module-tap-parser-source += "perl-module-constant" |
1823 | RDEPENDS_perl-module-tap-parser-source += "perl-module-file-basename" | 1823 | RDEPENDS:perl-module-tap-parser-source += "perl-module-file-basename" |
1824 | RDEPENDS_perl-module-tap-parser-source += "perl-module-strict" | 1824 | RDEPENDS:perl-module-tap-parser-source += "perl-module-strict" |
1825 | RDEPENDS_perl-module-tap-parser-source += "perl-module-warnings" | 1825 | RDEPENDS:perl-module-tap-parser-source += "perl-module-warnings" |
1826 | RDEPENDS_perl-module-tap-parser-yamlish-reader += "perl-module-base" | 1826 | RDEPENDS:perl-module-tap-parser-yamlish-reader += "perl-module-base" |
1827 | RDEPENDS_perl-module-tap-parser-yamlish-reader += "perl-module-strict" | 1827 | RDEPENDS:perl-module-tap-parser-yamlish-reader += "perl-module-strict" |
1828 | RDEPENDS_perl-module-tap-parser-yamlish-reader += "perl-module-warnings" | 1828 | RDEPENDS:perl-module-tap-parser-yamlish-reader += "perl-module-warnings" |
1829 | RDEPENDS_perl-module-tap-parser-yamlish-writer += "perl-module-base" | 1829 | RDEPENDS:perl-module-tap-parser-yamlish-writer += "perl-module-base" |
1830 | RDEPENDS_perl-module-tap-parser-yamlish-writer += "perl-module-strict" | 1830 | RDEPENDS:perl-module-tap-parser-yamlish-writer += "perl-module-strict" |
1831 | RDEPENDS_perl-module-tap-parser-yamlish-writer += "perl-module-warnings" | 1831 | RDEPENDS:perl-module-tap-parser-yamlish-writer += "perl-module-warnings" |
1832 | RDEPENDS_perl-module-term-ansicolor += "perl-module-exporter" | 1832 | RDEPENDS:perl-module-term-ansicolor += "perl-module-exporter" |
1833 | RDEPENDS_perl-module-term-ansicolor += "perl-module-strict" | 1833 | RDEPENDS:perl-module-term-ansicolor += "perl-module-strict" |
1834 | RDEPENDS_perl-module-term-ansicolor += "perl-module-warnings" | 1834 | RDEPENDS:perl-module-term-ansicolor += "perl-module-warnings" |
1835 | RDEPENDS_perl-module-term-cap += "perl-module-strict" | 1835 | RDEPENDS:perl-module-term-cap += "perl-module-strict" |
1836 | RDEPENDS_perl-module-term-cap += "perl-module-vars" | 1836 | RDEPENDS:perl-module-term-cap += "perl-module-vars" |
1837 | RDEPENDS_perl-module-term-complete += "perl-module-exporter" | 1837 | RDEPENDS:perl-module-term-complete += "perl-module-exporter" |
1838 | RDEPENDS_perl-module-term-complete += "perl-module-strict" | 1838 | RDEPENDS:perl-module-term-complete += "perl-module-strict" |
1839 | RDEPENDS_perl-module-term-readline += "perl-module-strict" | 1839 | RDEPENDS:perl-module-term-readline += "perl-module-strict" |
1840 | RDEPENDS_perl-module-term-readline += "perl-module-term-cap" | 1840 | RDEPENDS:perl-module-term-readline += "perl-module-term-cap" |
1841 | RDEPENDS_perl-module-test-builder-formatter += "perl-module-strict" | 1841 | RDEPENDS:perl-module-test-builder-formatter += "perl-module-strict" |
1842 | RDEPENDS_perl-module-test-builder-formatter += "perl-module-warnings" | 1842 | RDEPENDS:perl-module-test-builder-formatter += "perl-module-warnings" |
1843 | RDEPENDS_perl-module-test-builder-module += "perl-module-exporter" | 1843 | RDEPENDS:perl-module-test-builder-module += "perl-module-exporter" |
1844 | RDEPENDS_perl-module-test-builder-module += "perl-module-strict" | 1844 | RDEPENDS:perl-module-test-builder-module += "perl-module-strict" |
1845 | RDEPENDS_perl-module-test-builder-module += "perl-module-test-builder" | 1845 | RDEPENDS:perl-module-test-builder-module += "perl-module-test-builder" |
1846 | RDEPENDS_perl-module-test-builder += "perl-module-data-dumper" | 1846 | RDEPENDS:perl-module-test-builder += "perl-module-data-dumper" |
1847 | RDEPENDS_perl-module-test-builder += "perl-module-overload" | 1847 | RDEPENDS:perl-module-test-builder += "perl-module-overload" |
1848 | RDEPENDS_perl-module-test-builder += "perl-module-strict" | 1848 | RDEPENDS:perl-module-test-builder += "perl-module-strict" |
1849 | RDEPENDS_perl-module-test-builder += "perl-module-test-builder-formatter" | 1849 | RDEPENDS:perl-module-test-builder += "perl-module-test-builder-formatter" |
1850 | RDEPENDS_perl-module-test-builder += "perl-module-test-builder-tododiag" | 1850 | RDEPENDS:perl-module-test-builder += "perl-module-test-builder-tododiag" |
1851 | RDEPENDS_perl-module-test-builder += "perl-module-warnings" | 1851 | RDEPENDS:perl-module-test-builder += "perl-module-warnings" |
1852 | RDEPENDS_perl-module-test-builder-tester-color += "perl-module-strict" | 1852 | RDEPENDS:perl-module-test-builder-tester-color += "perl-module-strict" |
1853 | RDEPENDS_perl-module-test-builder-tester-color += "perl-module-test-builder-tester" | 1853 | RDEPENDS:perl-module-test-builder-tester-color += "perl-module-test-builder-tester" |
1854 | RDEPENDS_perl-module-test-builder-tester += "perl-module-exporter" | 1854 | RDEPENDS:perl-module-test-builder-tester += "perl-module-exporter" |
1855 | RDEPENDS_perl-module-test-builder-tester += "perl-module-strict" | 1855 | RDEPENDS:perl-module-test-builder-tester += "perl-module-strict" |
1856 | RDEPENDS_perl-module-test-builder-tester += "perl-module-test-builder" | 1856 | RDEPENDS:perl-module-test-builder-tester += "perl-module-test-builder" |
1857 | RDEPENDS_perl-module-test-builder-tododiag += "perl-module-strict" | 1857 | RDEPENDS:perl-module-test-builder-tododiag += "perl-module-strict" |
1858 | RDEPENDS_perl-module-test-builder-tododiag += "perl-module-warnings" | 1858 | RDEPENDS:perl-module-test-builder-tododiag += "perl-module-warnings" |
1859 | RDEPENDS_perl-module-test-harness += "perl-module-base" | 1859 | RDEPENDS:perl-module-test-harness += "perl-module-base" |
1860 | RDEPENDS_perl-module-test-harness += "perl-module-config" | 1860 | RDEPENDS:perl-module-test-harness += "perl-module-config" |
1861 | RDEPENDS_perl-module-test-harness += "perl-module-constant" | 1861 | RDEPENDS:perl-module-test-harness += "perl-module-constant" |
1862 | RDEPENDS_perl-module-test-harness += "perl-module-strict" | 1862 | RDEPENDS:perl-module-test-harness += "perl-module-strict" |
1863 | RDEPENDS_perl-module-test-harness += "perl-module-tap-harness" | 1863 | RDEPENDS:perl-module-test-harness += "perl-module-tap-harness" |
1864 | RDEPENDS_perl-module-test-harness += "perl-module-tap-parser-aggregator" | 1864 | RDEPENDS:perl-module-test-harness += "perl-module-tap-parser-aggregator" |
1865 | RDEPENDS_perl-module-test-harness += "perl-module-tap-parser-source" | 1865 | RDEPENDS:perl-module-test-harness += "perl-module-tap-parser-source" |
1866 | RDEPENDS_perl-module-test-harness += "perl-module-tap-parser-sourcehandler-perl" | 1866 | RDEPENDS:perl-module-test-harness += "perl-module-tap-parser-sourcehandler-perl" |
1867 | RDEPENDS_perl-module-test-harness += "perl-module-text-parsewords" | 1867 | RDEPENDS:perl-module-test-harness += "perl-module-text-parsewords" |
1868 | RDEPENDS_perl-module-test-harness += "perl-module-warnings" | 1868 | RDEPENDS:perl-module-test-harness += "perl-module-warnings" |
1869 | RDEPENDS_perl-module-test-more += "perl-module-strict" | 1869 | RDEPENDS:perl-module-test-more += "perl-module-strict" |
1870 | RDEPENDS_perl-module-test-more += "perl-module-test-builder-module" | 1870 | RDEPENDS:perl-module-test-more += "perl-module-test-builder-module" |
1871 | RDEPENDS_perl-module-test-more += "perl-module-warnings" | 1871 | RDEPENDS:perl-module-test-more += "perl-module-warnings" |
1872 | RDEPENDS_perl-module-test += "perl-module-exporter" | 1872 | RDEPENDS:perl-module-test += "perl-module-exporter" |
1873 | RDEPENDS_perl-module-test += "perl-module-file-temp" | 1873 | RDEPENDS:perl-module-test += "perl-module-file-temp" |
1874 | RDEPENDS_perl-module-test += "perl-module-strict" | 1874 | RDEPENDS:perl-module-test += "perl-module-strict" |
1875 | RDEPENDS_perl-module-test-simple += "perl-module-strict" | 1875 | RDEPENDS:perl-module-test-simple += "perl-module-strict" |
1876 | RDEPENDS_perl-module-test-simple += "perl-module-test-builder-module" | 1876 | RDEPENDS:perl-module-test-simple += "perl-module-test-builder-module" |
1877 | RDEPENDS_perl-module-test-tester-capture += "perl-module-config" | 1877 | RDEPENDS:perl-module-test-tester-capture += "perl-module-config" |
1878 | RDEPENDS_perl-module-test-tester-capture += "perl-module-strict" | 1878 | RDEPENDS:perl-module-test-tester-capture += "perl-module-strict" |
1879 | RDEPENDS_perl-module-test-tester-capture += "perl-module-test-builder" | 1879 | RDEPENDS:perl-module-test-tester-capture += "perl-module-test-builder" |
1880 | RDEPENDS_perl-module-test-tester-capture += "perl-module-vars" | 1880 | RDEPENDS:perl-module-test-tester-capture += "perl-module-vars" |
1881 | RDEPENDS_perl-module-test-tester-capturerunner += "perl-module-exporter" | 1881 | RDEPENDS:perl-module-test-tester-capturerunner += "perl-module-exporter" |
1882 | RDEPENDS_perl-module-test-tester-capturerunner += "perl-module-strict" | 1882 | RDEPENDS:perl-module-test-tester-capturerunner += "perl-module-strict" |
1883 | RDEPENDS_perl-module-test-tester-capturerunner += "perl-module-test-tester-capture" | 1883 | RDEPENDS:perl-module-test-tester-capturerunner += "perl-module-test-tester-capture" |
1884 | RDEPENDS_perl-module-test-tester-delegate += "perl-module-strict" | 1884 | RDEPENDS:perl-module-test-tester-delegate += "perl-module-strict" |
1885 | RDEPENDS_perl-module-test-tester-delegate += "perl-module-vars" | 1885 | RDEPENDS:perl-module-test-tester-delegate += "perl-module-vars" |
1886 | RDEPENDS_perl-module-test-tester-delegate += "perl-module-warnings" | 1886 | RDEPENDS:perl-module-test-tester-delegate += "perl-module-warnings" |
1887 | RDEPENDS_perl-module-test-tester += "perl-module-exporter" | 1887 | RDEPENDS:perl-module-test-tester += "perl-module-exporter" |
1888 | RDEPENDS_perl-module-test-tester += "perl-module-strict" | 1888 | RDEPENDS:perl-module-test-tester += "perl-module-strict" |
1889 | RDEPENDS_perl-module-test-tester += "perl-module-test-builder" | 1889 | RDEPENDS:perl-module-test-tester += "perl-module-test-builder" |
1890 | RDEPENDS_perl-module-test-tester += "perl-module-test-tester-capturerunner" | 1890 | RDEPENDS:perl-module-test-tester += "perl-module-test-tester-capturerunner" |
1891 | RDEPENDS_perl-module-test-tester += "perl-module-test-tester-delegate" | 1891 | RDEPENDS:perl-module-test-tester += "perl-module-test-tester-delegate" |
1892 | RDEPENDS_perl-module-test-tester += "perl-module-vars" | 1892 | RDEPENDS:perl-module-test-tester += "perl-module-vars" |
1893 | RDEPENDS_perl-module-text-abbrev += "perl-module-exporter" | 1893 | RDEPENDS:perl-module-text-abbrev += "perl-module-exporter" |
1894 | RDEPENDS_perl-module-text-balanced += "perl-module-exporter" | 1894 | RDEPENDS:perl-module-text-balanced += "perl-module-exporter" |
1895 | RDEPENDS_perl-module-text-balanced += "perl-module-overload" | 1895 | RDEPENDS:perl-module-text-balanced += "perl-module-overload" |
1896 | RDEPENDS_perl-module-text-balanced += "perl-module-selfloader" | 1896 | RDEPENDS:perl-module-text-balanced += "perl-module-selfloader" |
1897 | RDEPENDS_perl-module-text-balanced += "perl-module-strict" | 1897 | RDEPENDS:perl-module-text-balanced += "perl-module-strict" |
1898 | RDEPENDS_perl-module-text-balanced += "perl-module-vars" | 1898 | RDEPENDS:perl-module-text-balanced += "perl-module-vars" |
1899 | RDEPENDS_perl-module-text-parsewords += "perl-module-exporter" | 1899 | RDEPENDS:perl-module-text-parsewords += "perl-module-exporter" |
1900 | RDEPENDS_perl-module-text-parsewords += "perl-module-strict" | 1900 | RDEPENDS:perl-module-text-parsewords += "perl-module-strict" |
1901 | RDEPENDS_perl-module-text-tabs += "perl-module-exporter" | 1901 | RDEPENDS:perl-module-text-tabs += "perl-module-exporter" |
1902 | RDEPENDS_perl-module-text-tabs += "perl-module-strict" | 1902 | RDEPENDS:perl-module-text-tabs += "perl-module-strict" |
1903 | RDEPENDS_perl-module-text-tabs += "perl-module-vars" | 1903 | RDEPENDS:perl-module-text-tabs += "perl-module-vars" |
1904 | RDEPENDS_perl-module-text-wrap += "perl-module-exporter" | 1904 | RDEPENDS:perl-module-text-wrap += "perl-module-exporter" |
1905 | RDEPENDS_perl-module-text-wrap += "perl-module-re" | 1905 | RDEPENDS:perl-module-text-wrap += "perl-module-re" |
1906 | RDEPENDS_perl-module-text-wrap += "perl-module-strict" | 1906 | RDEPENDS:perl-module-text-wrap += "perl-module-strict" |
1907 | RDEPENDS_perl-module-text-wrap += "perl-module-text-tabs" | 1907 | RDEPENDS:perl-module-text-wrap += "perl-module-text-tabs" |
1908 | RDEPENDS_perl-module-text-wrap += "perl-module-vars" | 1908 | RDEPENDS:perl-module-text-wrap += "perl-module-vars" |
1909 | RDEPENDS_perl-module-text-wrap += "perl-module-warnings-register" | 1909 | RDEPENDS:perl-module-text-wrap += "perl-module-warnings-register" |
1910 | RDEPENDS_perl-module-thread += "perl-module-config" | 1910 | RDEPENDS:perl-module-thread += "perl-module-config" |
1911 | RDEPENDS_perl-module-thread += "perl-module-exporter" | 1911 | RDEPENDS:perl-module-thread += "perl-module-exporter" |
1912 | RDEPENDS_perl-module-thread += "perl-module-strict" | 1912 | RDEPENDS:perl-module-thread += "perl-module-strict" |
1913 | RDEPENDS_perl-module-thread += "perl-module-threads" | 1913 | RDEPENDS:perl-module-thread += "perl-module-threads" |
1914 | RDEPENDS_perl-module-thread += "perl-module-threads-shared" | 1914 | RDEPENDS:perl-module-thread += "perl-module-threads-shared" |
1915 | RDEPENDS_perl-module-thread += "perl-module-warnings" | 1915 | RDEPENDS:perl-module-thread += "perl-module-warnings" |
1916 | RDEPENDS_perl-module-thread-queue += "perl-module-strict" | 1916 | RDEPENDS:perl-module-thread-queue += "perl-module-strict" |
1917 | RDEPENDS_perl-module-thread-queue += "perl-module-threads-shared" | 1917 | RDEPENDS:perl-module-thread-queue += "perl-module-threads-shared" |
1918 | RDEPENDS_perl-module-thread-queue += "perl-module-warnings" | 1918 | RDEPENDS:perl-module-thread-queue += "perl-module-warnings" |
1919 | RDEPENDS_perl-module-thread-semaphore += "perl-module-strict" | 1919 | RDEPENDS:perl-module-thread-semaphore += "perl-module-strict" |
1920 | RDEPENDS_perl-module-thread-semaphore += "perl-module-threads-shared" | 1920 | RDEPENDS:perl-module-thread-semaphore += "perl-module-threads-shared" |
1921 | RDEPENDS_perl-module-thread-semaphore += "perl-module-warnings" | 1921 | RDEPENDS:perl-module-thread-semaphore += "perl-module-warnings" |
1922 | RDEPENDS_perl-module-threads += "perl-module-config" | 1922 | RDEPENDS:perl-module-threads += "perl-module-config" |
1923 | RDEPENDS_perl-module-threads += "perl-module-overload" | 1923 | RDEPENDS:perl-module-threads += "perl-module-overload" |
1924 | RDEPENDS_perl-module-threads += "perl-module-strict" | 1924 | RDEPENDS:perl-module-threads += "perl-module-strict" |
1925 | RDEPENDS_perl-module-threads += "perl-module-warnings" | 1925 | RDEPENDS:perl-module-threads += "perl-module-warnings" |
1926 | RDEPENDS_perl-module-threads += "perl-module-xsloader" | 1926 | RDEPENDS:perl-module-threads += "perl-module-xsloader" |
1927 | RDEPENDS_perl-module-threads-shared += "perl-module-config" | 1927 | RDEPENDS:perl-module-threads-shared += "perl-module-config" |
1928 | RDEPENDS_perl-module-threads-shared += "perl-module-strict" | 1928 | RDEPENDS:perl-module-threads-shared += "perl-module-strict" |
1929 | RDEPENDS_perl-module-threads-shared += "perl-module-warnings" | 1929 | RDEPENDS:perl-module-threads-shared += "perl-module-warnings" |
1930 | RDEPENDS_perl-module-threads-shared += "perl-module-xsloader" | 1930 | RDEPENDS:perl-module-threads-shared += "perl-module-xsloader" |
1931 | RDEPENDS_perl-module-tie-array += "perl-module-strict" | 1931 | RDEPENDS:perl-module-tie-array += "perl-module-strict" |
1932 | RDEPENDS_perl-module-tie-file += "perl-module-fcntl" | 1932 | RDEPENDS:perl-module-tie-file += "perl-module-fcntl" |
1933 | RDEPENDS_perl-module-tie-file += "perl-module-posix" | 1933 | RDEPENDS:perl-module-tie-file += "perl-module-posix" |
1934 | RDEPENDS_perl-module-tie-file += "perl-module-strict" | 1934 | RDEPENDS:perl-module-tie-file += "perl-module-strict" |
1935 | RDEPENDS_perl-module-tie-file += "perl-module-warnings" | 1935 | RDEPENDS:perl-module-tie-file += "perl-module-warnings" |
1936 | RDEPENDS_perl-module-tie-handle += "perl-module-tie-stdhandle" | 1936 | RDEPENDS:perl-module-tie-handle += "perl-module-tie-stdhandle" |
1937 | RDEPENDS_perl-module-tie-handle += "perl-module-warnings-register" | 1937 | RDEPENDS:perl-module-tie-handle += "perl-module-warnings-register" |
1938 | RDEPENDS_perl-module-tie-hash-namedcapture += "perl-module-strict" | 1938 | RDEPENDS:perl-module-tie-hash-namedcapture += "perl-module-strict" |
1939 | RDEPENDS_perl-module-tie-hash += "perl-module-warnings-register" | 1939 | RDEPENDS:perl-module-tie-hash += "perl-module-warnings-register" |
1940 | RDEPENDS_perl-module-tie-memoize += "perl-module-strict" | 1940 | RDEPENDS:perl-module-tie-memoize += "perl-module-strict" |
1941 | RDEPENDS_perl-module-tie-memoize += "perl-module-tie-hash" | 1941 | RDEPENDS:perl-module-tie-memoize += "perl-module-tie-hash" |
1942 | RDEPENDS_perl-module-tie-refhash += "perl-module-config" | 1942 | RDEPENDS:perl-module-tie-refhash += "perl-module-config" |
1943 | RDEPENDS_perl-module-tie-refhash += "perl-module-overload" | 1943 | RDEPENDS:perl-module-tie-refhash += "perl-module-overload" |
1944 | RDEPENDS_perl-module-tie-refhash += "perl-module-strict" | 1944 | RDEPENDS:perl-module-tie-refhash += "perl-module-strict" |
1945 | RDEPENDS_perl-module-tie-refhash += "perl-module-tie-hash" | 1945 | RDEPENDS:perl-module-tie-refhash += "perl-module-tie-hash" |
1946 | RDEPENDS_perl-module-tie-refhash += "perl-module-vars" | 1946 | RDEPENDS:perl-module-tie-refhash += "perl-module-vars" |
1947 | RDEPENDS_perl-module-tie-scalar += "perl-module-warnings-register" | 1947 | RDEPENDS:perl-module-tie-scalar += "perl-module-warnings-register" |
1948 | RDEPENDS_perl-module-tie-stdhandle += "perl-module-strict" | 1948 | RDEPENDS:perl-module-tie-stdhandle += "perl-module-strict" |
1949 | RDEPENDS_perl-module-tie-stdhandle += "perl-module-tie-handle" | 1949 | RDEPENDS:perl-module-tie-stdhandle += "perl-module-tie-handle" |
1950 | RDEPENDS_perl-module-tie-substrhash += "perl-module-integer" | 1950 | RDEPENDS:perl-module-tie-substrhash += "perl-module-integer" |
1951 | RDEPENDS_perl-module-time-gmtime += "perl-module-exporter" | 1951 | RDEPENDS:perl-module-time-gmtime += "perl-module-exporter" |
1952 | RDEPENDS_perl-module-time-gmtime += "perl-module-strict" | 1952 | RDEPENDS:perl-module-time-gmtime += "perl-module-strict" |
1953 | RDEPENDS_perl-module-time-gmtime += "perl-module-time-tm" | 1953 | RDEPENDS:perl-module-time-gmtime += "perl-module-time-tm" |
1954 | RDEPENDS_perl-module-time-hires += "perl-module-exporter" | 1954 | RDEPENDS:perl-module-time-hires += "perl-module-exporter" |
1955 | RDEPENDS_perl-module-time-hires += "perl-module-strict" | 1955 | RDEPENDS:perl-module-time-hires += "perl-module-strict" |
1956 | RDEPENDS_perl-module-time-hires += "perl-module-xsloader" | 1956 | RDEPENDS:perl-module-time-hires += "perl-module-xsloader" |
1957 | RDEPENDS_perl-module-time-local += "perl-module-config" | 1957 | RDEPENDS:perl-module-time-local += "perl-module-config" |
1958 | RDEPENDS_perl-module-time-local += "perl-module-constant" | 1958 | RDEPENDS:perl-module-time-local += "perl-module-constant" |
1959 | RDEPENDS_perl-module-time-local += "perl-module-exporter" | 1959 | RDEPENDS:perl-module-time-local += "perl-module-exporter" |
1960 | RDEPENDS_perl-module-time-local += "perl-module-parent" | 1960 | RDEPENDS:perl-module-time-local += "perl-module-parent" |
1961 | RDEPENDS_perl-module-time-local += "perl-module-strict" | 1961 | RDEPENDS:perl-module-time-local += "perl-module-strict" |
1962 | RDEPENDS_perl-module-time-localtime += "perl-module-exporter" | 1962 | RDEPENDS:perl-module-time-localtime += "perl-module-exporter" |
1963 | RDEPENDS_perl-module-time-localtime += "perl-module-strict" | 1963 | RDEPENDS:perl-module-time-localtime += "perl-module-strict" |
1964 | RDEPENDS_perl-module-time-localtime += "perl-module-time-tm" | 1964 | RDEPENDS:perl-module-time-localtime += "perl-module-time-tm" |
1965 | RDEPENDS_perl-module-time-piece += "perl-module-constant" | 1965 | RDEPENDS:perl-module-time-piece += "perl-module-constant" |
1966 | RDEPENDS_perl-module-time-piece += "perl-module-exporter" | 1966 | RDEPENDS:perl-module-time-piece += "perl-module-exporter" |
1967 | RDEPENDS_perl-module-time-piece += "perl-module-integer" | 1967 | RDEPENDS:perl-module-time-piece += "perl-module-integer" |
1968 | RDEPENDS_perl-module-time-piece += "perl-module-overload" | 1968 | RDEPENDS:perl-module-time-piece += "perl-module-overload" |
1969 | RDEPENDS_perl-module-time-piece += "perl-module-strict" | 1969 | RDEPENDS:perl-module-time-piece += "perl-module-strict" |
1970 | RDEPENDS_perl-module-time-piece += "perl-module-time-local" | 1970 | RDEPENDS:perl-module-time-piece += "perl-module-time-local" |
1971 | RDEPENDS_perl-module-time-piece += "perl-module-time-seconds" | 1971 | RDEPENDS:perl-module-time-piece += "perl-module-time-seconds" |
1972 | RDEPENDS_perl-module-time-piece += "perl-module-xsloader" | 1972 | RDEPENDS:perl-module-time-piece += "perl-module-xsloader" |
1973 | RDEPENDS_perl-module-time-seconds += "perl-module-constant" | 1973 | RDEPENDS:perl-module-time-seconds += "perl-module-constant" |
1974 | RDEPENDS_perl-module-time-seconds += "perl-module-exporter" | 1974 | RDEPENDS:perl-module-time-seconds += "perl-module-exporter" |
1975 | RDEPENDS_perl-module-time-seconds += "perl-module-overload" | 1975 | RDEPENDS:perl-module-time-seconds += "perl-module-overload" |
1976 | RDEPENDS_perl-module-time-seconds += "perl-module-strict" | 1976 | RDEPENDS:perl-module-time-seconds += "perl-module-strict" |
1977 | RDEPENDS_perl-module-time-tm += "perl-module-class-struct" | 1977 | RDEPENDS:perl-module-time-tm += "perl-module-class-struct" |
1978 | RDEPENDS_perl-module-time-tm += "perl-module-strict" | 1978 | RDEPENDS:perl-module-time-tm += "perl-module-strict" |
1979 | RDEPENDS_perl-module-unicode-collate-cjk-big5 += "perl-module-strict" | 1979 | RDEPENDS:perl-module-unicode-collate-cjk-big5 += "perl-module-strict" |
1980 | RDEPENDS_perl-module-unicode-collate-cjk-big5 += "perl-module-warnings" | 1980 | RDEPENDS:perl-module-unicode-collate-cjk-big5 += "perl-module-warnings" |
1981 | RDEPENDS_perl-module-unicode-collate-cjk-gb2312 += "perl-module-strict" | 1981 | RDEPENDS:perl-module-unicode-collate-cjk-gb2312 += "perl-module-strict" |
1982 | RDEPENDS_perl-module-unicode-collate-cjk-gb2312 += "perl-module-warnings" | 1982 | RDEPENDS:perl-module-unicode-collate-cjk-gb2312 += "perl-module-warnings" |
1983 | RDEPENDS_perl-module-unicode-collate-cjk-jisx0208 += "perl-module-strict" | 1983 | RDEPENDS:perl-module-unicode-collate-cjk-jisx0208 += "perl-module-strict" |
1984 | RDEPENDS_perl-module-unicode-collate-cjk-jisx0208 += "perl-module-warnings" | 1984 | RDEPENDS:perl-module-unicode-collate-cjk-jisx0208 += "perl-module-warnings" |
1985 | RDEPENDS_perl-module-unicode-collate-cjk-korean += "perl-module-strict" | 1985 | RDEPENDS:perl-module-unicode-collate-cjk-korean += "perl-module-strict" |
1986 | RDEPENDS_perl-module-unicode-collate-cjk-korean += "perl-module-warnings" | 1986 | RDEPENDS:perl-module-unicode-collate-cjk-korean += "perl-module-warnings" |
1987 | RDEPENDS_perl-module-unicode-collate-cjk-pinyin += "perl-module-strict" | 1987 | RDEPENDS:perl-module-unicode-collate-cjk-pinyin += "perl-module-strict" |
1988 | RDEPENDS_perl-module-unicode-collate-cjk-pinyin += "perl-module-warnings" | 1988 | RDEPENDS:perl-module-unicode-collate-cjk-pinyin += "perl-module-warnings" |
1989 | RDEPENDS_perl-module-unicode-collate-cjk-stroke += "perl-module-strict" | 1989 | RDEPENDS:perl-module-unicode-collate-cjk-stroke += "perl-module-strict" |
1990 | RDEPENDS_perl-module-unicode-collate-cjk-stroke += "perl-module-warnings" | 1990 | RDEPENDS:perl-module-unicode-collate-cjk-stroke += "perl-module-warnings" |
1991 | RDEPENDS_perl-module-unicode-collate-cjk-zhuyin += "perl-module-strict" | 1991 | RDEPENDS:perl-module-unicode-collate-cjk-zhuyin += "perl-module-strict" |
1992 | RDEPENDS_perl-module-unicode-collate-cjk-zhuyin += "perl-module-warnings" | 1992 | RDEPENDS:perl-module-unicode-collate-cjk-zhuyin += "perl-module-warnings" |
1993 | RDEPENDS_perl-module-unicode-collate-locale += "perl-module-base" | 1993 | RDEPENDS:perl-module-unicode-collate-locale += "perl-module-base" |
1994 | RDEPENDS_perl-module-unicode-collate-locale += "perl-module-strict" | 1994 | RDEPENDS:perl-module-unicode-collate-locale += "perl-module-strict" |
1995 | RDEPENDS_perl-module-unicode-collate-locale += "perl-module-warnings" | 1995 | RDEPENDS:perl-module-unicode-collate-locale += "perl-module-warnings" |
1996 | RDEPENDS_perl-module-unicode-collate += "perl-module-constant" | 1996 | RDEPENDS:perl-module-unicode-collate += "perl-module-constant" |
1997 | RDEPENDS_perl-module-unicode-collate += "perl-module-strict" | 1997 | RDEPENDS:perl-module-unicode-collate += "perl-module-strict" |
1998 | RDEPENDS_perl-module-unicode-collate += "perl-module-warnings" | 1998 | RDEPENDS:perl-module-unicode-collate += "perl-module-warnings" |
1999 | RDEPENDS_perl-module-unicode-collate += "perl-module-xsloader" | 1999 | RDEPENDS:perl-module-unicode-collate += "perl-module-xsloader" |
2000 | RDEPENDS_perl-module-unicode-normalize += "perl-module-exporter" | 2000 | RDEPENDS:perl-module-unicode-normalize += "perl-module-exporter" |
2001 | RDEPENDS_perl-module-unicode-normalize += "perl-module-strict" | 2001 | RDEPENDS:perl-module-unicode-normalize += "perl-module-strict" |
2002 | RDEPENDS_perl-module-unicode-normalize += "perl-module-warnings" | 2002 | RDEPENDS:perl-module-unicode-normalize += "perl-module-warnings" |
2003 | RDEPENDS_perl-module-unicode-normalize += "perl-module-xsloader" | 2003 | RDEPENDS:perl-module-unicode-normalize += "perl-module-xsloader" |
2004 | RDEPENDS_perl-module-unicode-ucd += "perl-module-charnames" | 2004 | RDEPENDS:perl-module-unicode-ucd += "perl-module-charnames" |
2005 | RDEPENDS_perl-module-unicode-ucd += "perl-module-exporter" | 2005 | RDEPENDS:perl-module-unicode-ucd += "perl-module-exporter" |
2006 | RDEPENDS_perl-module-unicode-ucd += "perl-module-feature" | 2006 | RDEPENDS:perl-module-unicode-ucd += "perl-module-feature" |
2007 | RDEPENDS_perl-module-unicode-ucd += "perl-module-if" | 2007 | RDEPENDS:perl-module-unicode-ucd += "perl-module-if" |
2008 | RDEPENDS_perl-module-unicode-ucd += "perl-module-integer" | 2008 | RDEPENDS:perl-module-unicode-ucd += "perl-module-integer" |
2009 | RDEPENDS_perl-module-unicode-ucd += "perl-module-re" | 2009 | RDEPENDS:perl-module-unicode-ucd += "perl-module-re" |
2010 | RDEPENDS_perl-module-unicode-ucd += "perl-module-strict" | 2010 | RDEPENDS:perl-module-unicode-ucd += "perl-module-strict" |
2011 | RDEPENDS_perl-module-unicode-ucd += "perl-module-unicode-normalize" | 2011 | RDEPENDS:perl-module-unicode-ucd += "perl-module-unicode-normalize" |
2012 | RDEPENDS_perl-module-unicode-ucd += "perl-module-warnings" | 2012 | RDEPENDS:perl-module-unicode-ucd += "perl-module-warnings" |
2013 | RDEPENDS_perl-module-user-grent += "perl-module-class-struct" | 2013 | RDEPENDS:perl-module-user-grent += "perl-module-class-struct" |
2014 | RDEPENDS_perl-module-user-grent += "perl-module-exporter" | 2014 | RDEPENDS:perl-module-user-grent += "perl-module-exporter" |
2015 | RDEPENDS_perl-module-user-grent += "perl-module-strict" | 2015 | RDEPENDS:perl-module-user-grent += "perl-module-strict" |
2016 | RDEPENDS_perl-module-user-pwent += "perl-module-class-struct" | 2016 | RDEPENDS:perl-module-user-pwent += "perl-module-class-struct" |
2017 | RDEPENDS_perl-module-user-pwent += "perl-module-config" | 2017 | RDEPENDS:perl-module-user-pwent += "perl-module-config" |
2018 | RDEPENDS_perl-module-user-pwent += "perl-module-exporter" | 2018 | RDEPENDS:perl-module-user-pwent += "perl-module-exporter" |
2019 | RDEPENDS_perl-module-user-pwent += "perl-module-strict" | 2019 | RDEPENDS:perl-module-user-pwent += "perl-module-strict" |
2020 | RDEPENDS_perl-module-user-pwent += "perl-module-warnings" | 2020 | RDEPENDS:perl-module-user-pwent += "perl-module-warnings" |
2021 | RDEPENDS_perl-module-version += "perl-module-strict" | 2021 | RDEPENDS:perl-module-version += "perl-module-strict" |
2022 | RDEPENDS_perl-module-version += "perl-module-version-regex" | 2022 | RDEPENDS:perl-module-version += "perl-module-version-regex" |
2023 | RDEPENDS_perl-module-version += "perl-module-warnings-register" | 2023 | RDEPENDS:perl-module-version += "perl-module-warnings-register" |
2024 | RDEPENDS_perl-module-version-regex += "perl-module-strict" | 2024 | RDEPENDS:perl-module-version-regex += "perl-module-strict" |
2025 | RDEPENDS_perl-module-xsloader += "perl-module-dynaloader" | 2025 | RDEPENDS:perl-module-xsloader += "perl-module-dynaloader" |
diff --git a/meta/recipes-devtools/perl/liberror-perl_0.17029.bb b/meta/recipes-devtools/perl/liberror-perl_0.17029.bb index 038808f0cd..e38d32ac46 100644 --- a/meta/recipes-devtools/perl/liberror-perl_0.17029.bb +++ b/meta/recipes-devtools/perl/liberror-perl_0.17029.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100" | |||
11 | 11 | ||
12 | DEPENDS += "perl" | 12 | DEPENDS += "perl" |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | perl-module-carp \ | 15 | perl-module-carp \ |
16 | perl-module-exporter \ | 16 | perl-module-exporter \ |
17 | perl-module-scalar-util \ | 17 | perl-module-scalar-util \ |
@@ -21,7 +21,7 @@ RDEPENDS_${PN} += " \ | |||
21 | perl-module-warnings \ | 21 | perl-module-warnings \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS_${PN}-ptest += " \ | 24 | RDEPENDS:${PN}-ptest += " \ |
25 | perl-module-base \ | 25 | perl-module-base \ |
26 | perl-module-file-spec \ | 26 | perl-module-file-spec \ |
27 | perl-module-io-handle \ | 27 | perl-module-io-handle \ |
@@ -39,7 +39,7 @@ S = "${WORKDIR}/Error-${PV}" | |||
39 | 39 | ||
40 | inherit cpan ptest-perl | 40 | inherit cpan ptest-perl |
41 | 41 | ||
42 | do_install_prepend() { | 42 | do_install:prepend() { |
43 | # test requires "-T" (taint) command line option | 43 | # test requires "-T" (taint) command line option |
44 | rm -rf ${B}/t/pod-coverage.t | 44 | rm -rf ${B}/t/pod-coverage.t |
45 | } | 45 | } |
diff --git a/meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb b/meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb index a6fd7b1c07..8af38ba601 100644 --- a/meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb +++ b/meta/recipes-devtools/perl/libmodule-build-perl_0.4231.bb | |||
@@ -35,7 +35,7 @@ do_patch[postfuncs] += "do_patch_module_build" | |||
35 | 35 | ||
36 | EXTRA_CPAN_BUILD_FLAGS = "--create_packlist=0" | 36 | EXTRA_CPAN_BUILD_FLAGS = "--create_packlist=0" |
37 | 37 | ||
38 | do_install_append () { | 38 | do_install:append () { |
39 | rm -rf ${D}${docdir}/perl/html | 39 | rm -rf ${D}${docdir}/perl/html |
40 | } | 40 | } |
41 | 41 | ||
@@ -55,7 +55,7 @@ do_install_ptest() { | |||
55 | rm -rf ${D}${PTEST_PATH}/_build/magicnum | 55 | rm -rf ${D}${PTEST_PATH}/_build/magicnum |
56 | } | 56 | } |
57 | 57 | ||
58 | RDEPENDS_${PN} += " \ | 58 | RDEPENDS:${PN} += " \ |
59 | perl-module-carp \ | 59 | perl-module-carp \ |
60 | perl-module-cpan \ | 60 | perl-module-cpan \ |
61 | perl-module-config \ | 61 | perl-module-config \ |
@@ -87,7 +87,7 @@ RDEPENDS_${PN} += " \ | |||
87 | perl-module-utf8 \ | 87 | perl-module-utf8 \ |
88 | " | 88 | " |
89 | 89 | ||
90 | RDEPENDS_${PN}-ptest += " \ | 90 | RDEPENDS:${PN}-ptest += " \ |
91 | packagegroup-core-buildessential \ | 91 | packagegroup-core-buildessential \ |
92 | perl-dev \ | 92 | perl-dev \ |
93 | perl-module-blib \ | 93 | perl-module-blib \ |
@@ -104,7 +104,7 @@ RDEPENDS_${PN}-ptest += " \ | |||
104 | perl-module-test-more \ | 104 | perl-module-test-more \ |
105 | " | 105 | " |
106 | 106 | ||
107 | RPROVIDES_${PN} += "\ | 107 | RPROVIDES:${PN} += "\ |
108 | libmodule-build-base-perl \ | 108 | libmodule-build-base-perl \ |
109 | libmodule-build-compat-perl \ | 109 | libmodule-build-compat-perl \ |
110 | libmodule-build-config-perl \ | 110 | libmodule-build-config-perl \ |
@@ -118,6 +118,6 @@ RPROVIDES_${PN} += "\ | |||
118 | " | 118 | " |
119 | 119 | ||
120 | # t/xs.t RDEPENDS on "EXTERN.h" provided by perl-dev | 120 | # t/xs.t RDEPENDS on "EXTERN.h" provided by perl-dev |
121 | INSANE_SKIP_${PN}-ptest = "dev-deps" | 121 | INSANE_SKIP:${PN}-ptest = "dev-deps" |
122 | 122 | ||
123 | BBCLASSEXTEND = "native" | 123 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-devtools/perl/libtest-needs-perl_0.002009.bb b/meta/recipes-devtools/perl/libtest-needs-perl_0.002009.bb index 2234f6a74b..05383752ea 100644 --- a/meta/recipes-devtools/perl/libtest-needs-perl_0.002009.bb +++ b/meta/recipes-devtools/perl/libtest-needs-perl_0.002009.bb | |||
@@ -24,6 +24,6 @@ S = "${WORKDIR}/${CPAN_NAME}-${PV}" | |||
24 | 24 | ||
25 | inherit cpan ptest-perl | 25 | inherit cpan ptest-perl |
26 | 26 | ||
27 | RDEPENDS_${PN}-ptest += "perl-module-test-more perl-module-ipc-open3 perl-module-lib perl-module-version" | 27 | RDEPENDS:${PN}-ptest += "perl-module-test-more perl-module-ipc-open3 perl-module-lib perl-module-version" |
28 | 28 | ||
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-devtools/perl/liburi-perl_5.08.bb b/meta/recipes-devtools/perl/liburi-perl_5.08.bb index 4d22b17e00..0cc27e8625 100644 --- a/meta/recipes-devtools/perl/liburi-perl_5.08.bb +++ b/meta/recipes-devtools/perl/liburi-perl_5.08.bb | |||
@@ -27,14 +27,14 @@ do_compile() { | |||
27 | cpan_do_compile | 27 | cpan_do_compile |
28 | } | 28 | } |
29 | 29 | ||
30 | do_install_prepend() { | 30 | do_install:prepend() { |
31 | # these tests require "-T" (taint) command line option | 31 | # these tests require "-T" (taint) command line option |
32 | rm -rf ${B}/t/cwd.t | 32 | rm -rf ${B}/t/cwd.t |
33 | rm -rf ${B}/t/file.t | 33 | rm -rf ${B}/t/file.t |
34 | } | 34 | } |
35 | 35 | ||
36 | RDEPENDS_${PN} += "perl-module-integer perl-module-mime-base64" | 36 | RDEPENDS:${PN} += "perl-module-integer perl-module-mime-base64" |
37 | RDEPENDS_${PN}-ptest += " \ | 37 | RDEPENDS:${PN}-ptest += " \ |
38 | libtest-needs-perl \ | 38 | libtest-needs-perl \ |
39 | perl-module-test-more \ | 39 | perl-module-test-more \ |
40 | perl-module-test \ | 40 | perl-module-test \ |
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb index bc154bbdc5..3b9206e984 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.46.bb | |||
@@ -21,13 +21,13 @@ inherit cpan ptest-perl | |||
21 | 21 | ||
22 | # fix up sub MakeMaker project as arguments don't get propagated though | 22 | # fix up sub MakeMaker project as arguments don't get propagated though |
23 | # see https://rt.cpan.org/Public/Bug/Display.html?id=28632 | 23 | # see https://rt.cpan.org/Public/Bug/Display.html?id=28632 |
24 | do_configure_append_class-target() { | 24 | do_configure:append:class-target() { |
25 | sed -E \ | 25 | sed -E \ |
26 | -e 's:-L${STAGING_LIBDIR}::g' -e 's:-I${STAGING_INCDIR}::g' \ | 26 | -e 's:-L${STAGING_LIBDIR}::g' -e 's:-I${STAGING_INCDIR}::g' \ |
27 | -i Makefile Expat/Makefile | 27 | -i Makefile Expat/Makefile |
28 | } | 28 | } |
29 | 29 | ||
30 | do_configure_append() { | 30 | do_configure:append() { |
31 | sed -e 's:--sysroot=.*\(\s\|$\):--sysroot=${STAGING_DIR_TARGET} :g' \ | 31 | sed -e 's:--sysroot=.*\(\s\|$\):--sysroot=${STAGING_DIR_TARGET} :g' \ |
32 | -i Makefile Expat/Makefile | 32 | -i Makefile Expat/Makefile |
33 | sed 's:^FULL_AR = .*:FULL_AR = ${AR}:g' -i Expat/Makefile | 33 | sed 's:^FULL_AR = .*:FULL_AR = ${AR}:g' -i Expat/Makefile |
@@ -40,7 +40,7 @@ do_compile() { | |||
40 | cpan_do_compile | 40 | cpan_do_compile |
41 | } | 41 | } |
42 | 42 | ||
43 | do_compile_class-native() { | 43 | do_compile:class-native() { |
44 | cpan_do_compile | 44 | cpan_do_compile |
45 | } | 45 | } |
46 | 46 | ||
@@ -53,6 +53,6 @@ do_install_ptest() { | |||
53 | chown -R root:root ${D}${PTEST_PATH}/samples | 53 | chown -R root:root ${D}${PTEST_PATH}/samples |
54 | } | 54 | } |
55 | 55 | ||
56 | RDEPENDS_${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" | 56 | RDEPENDS:${PN}-ptest += "perl-module-filehandle perl-module-if perl-module-test perl-module-test-more" |
57 | 57 | ||
58 | BBCLASSEXTEND="native nativesdk" | 58 | BBCLASSEXTEND="native nativesdk" |
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index 818ae3d571..b77ad24b58 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb | |||
@@ -26,5 +26,5 @@ do_compile() { | |||
26 | cpan_do_compile | 26 | cpan_do_compile |
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN} += "perl-module-carp perl-module-overload perl-module-universal perl-module-io-handle" | 29 | RDEPENDS:${PN} += "perl-module-carp perl-module-overload perl-module-universal perl-module-io-handle" |
30 | RDEPENDS_${PN}-ptest += "libxml-parser-perl perl-module-file-glob" | 30 | RDEPENDS:${PN}-ptest += "libxml-parser-perl perl-module-file-glob" |
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb index 53788d5585..e2938226a9 100644 --- a/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb +++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb | |||
@@ -21,13 +21,13 @@ EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" | |||
21 | 21 | ||
22 | inherit cpan ptest-perl | 22 | inherit cpan ptest-perl |
23 | 23 | ||
24 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS:${PN} += " \ |
25 | libxml-namespacesupport-perl \ | 25 | libxml-namespacesupport-perl \ |
26 | libxml-parser-perl \ | 26 | libxml-parser-perl \ |
27 | libxml-sax-perl \ | 27 | libxml-sax-perl \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS_${PN}-ptest += " \ | 30 | RDEPENDS:${PN}-ptest += " \ |
31 | perl-module-file-temp \ | 31 | perl-module-file-temp \ |
32 | perl-module-test-more \ | 32 | perl-module-test-more \ |
33 | " | 33 | " |
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index 98e3361fcc..54c7807571 100644 --- a/meta/recipes-devtools/perl/perl-ptest.inc +++ b/meta/recipes-devtools/perl/perl-ptest.inc | |||
@@ -47,7 +47,7 @@ do_install_ptest () { | |||
47 | rm ${D}${PTEST_PATH}/Makefile.config ${D}${PTEST_PATH}/xconfig.h ${D}${PTEST_PATH}/xconfig.sh | 47 | rm ${D}${PTEST_PATH}/Makefile.config ${D}${PTEST_PATH}/xconfig.h ${D}${PTEST_PATH}/xconfig.sh |
48 | } | 48 | } |
49 | 49 | ||
50 | python populate_packages_prepend() { | 50 | python populate_packages:prepend() { |
51 | # Put all *.t files from the lib dir in the ptest package | 51 | # Put all *.t files from the lib dir in the ptest package |
52 | # do_split_packages requires a pair of () in the regex, but we have nothing | 52 | # do_split_packages requires a pair of () in the regex, but we have nothing |
53 | # to match, so use an empty pair. | 53 | # to match, so use an empty pair. |
@@ -56,8 +56,8 @@ python populate_packages_prepend() { | |||
56 | '${PN}-ptest%s', '%s', recursive=True, match_path=True) | 56 | '${PN}-ptest%s', '%s', recursive=True, match_path=True) |
57 | } | 57 | } |
58 | 58 | ||
59 | RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc sed" | 59 | RDEPENDS:${PN}-ptest += "${PN}-modules ${PN}-doc sed" |
60 | 60 | ||
61 | # The perl-ptest package contains Perl internal modules and generating file | 61 | # The perl-ptest package contains Perl internal modules and generating file |
62 | # dependencies for it causes problems. | 62 | # dependencies for it causes problems. |
63 | SKIP_FILEDEPS_${PN}-ptest = '1' | 63 | SKIP_FILEDEPS:${PN}-ptest = '1' |
diff --git a/meta/recipes-devtools/perl/perl_5.34.0.bb b/meta/recipes-devtools/perl/perl_5.34.0.bb index 434535c5ee..cc01321f7a 100644 --- a/meta/recipes-devtools/perl/perl_5.34.0.bb +++ b/meta/recipes-devtools/perl/perl_5.34.0.bb | |||
@@ -18,10 +18,10 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \ | |||
18 | file://0002-Constant-Fix-up-shebang.patch \ | 18 | file://0002-Constant-Fix-up-shebang.patch \ |
19 | file://determinism.patch \ | 19 | file://determinism.patch \ |
20 | " | 20 | " |
21 | SRC_URI_append_class-native = " \ | 21 | SRC_URI:append:class-native = " \ |
22 | file://perl-configpm-switch.patch \ | 22 | file://perl-configpm-switch.patch \ |
23 | " | 23 | " |
24 | SRC_URI_append_class-target = " \ | 24 | SRC_URI:append:class-target = " \ |
25 | file://encodefix.patch \ | 25 | file://encodefix.patch \ |
26 | " | 26 | " |
27 | 27 | ||
@@ -42,11 +42,11 @@ PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm" | |||
42 | # Don't generate comments in enc2xs output files. They are not reproducible | 42 | # Don't generate comments in enc2xs output files. They are not reproducible |
43 | export ENC2XS_NO_COMMENTS = "1" | 43 | export ENC2XS_NO_COMMENTS = "1" |
44 | 44 | ||
45 | do_configure_prepend() { | 45 | do_configure:prepend() { |
46 | cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S} | 46 | cp -rfp ${STAGING_DATADIR_NATIVE}/perl-cross/* ${S} |
47 | } | 47 | } |
48 | 48 | ||
49 | do_configure_class-target() { | 49 | do_configure:class-target() { |
50 | ./configure --prefix=${prefix} --libdir=${libdir} \ | 50 | ./configure --prefix=${prefix} --libdir=${libdir} \ |
51 | --target=${TARGET_SYS} \ | 51 | --target=${TARGET_SYS} \ |
52 | -Duseshrplib \ | 52 | -Duseshrplib \ |
@@ -72,7 +72,7 @@ do_configure_class-target() { | |||
72 | sed -i -e "s,${STAGING_LIBDIR},${libdir},g" config.h | 72 | sed -i -e "s,${STAGING_LIBDIR},${libdir},g" config.h |
73 | } | 73 | } |
74 | 74 | ||
75 | do_configure_class-nativesdk() { | 75 | do_configure:class-nativesdk() { |
76 | ./configure --prefix=${prefix} \ | 76 | ./configure --prefix=${prefix} \ |
77 | --target=${TARGET_SYS} \ | 77 | --target=${TARGET_SYS} \ |
78 | -Duseshrplib \ | 78 | -Duseshrplib \ |
@@ -85,7 +85,7 @@ do_configure_class-nativesdk() { | |||
85 | sed -i -e "s,${STAGING_LIBDIR},${libdir},g" config.h | 85 | sed -i -e "s,${STAGING_LIBDIR},${libdir},g" config.h |
86 | } | 86 | } |
87 | 87 | ||
88 | do_configure_class-native() { | 88 | do_configure:class-native() { |
89 | ./configure --prefix=${prefix} \ | 89 | ./configure --prefix=${prefix} \ |
90 | -Dbin=${bindir}/perl-native \ | 90 | -Dbin=${bindir}/perl-native \ |
91 | -Duseshrplib \ | 91 | -Duseshrplib \ |
@@ -95,7 +95,7 @@ do_configure_class-native() { | |||
95 | ${PACKAGECONFIG_CONFARGS} | 95 | ${PACKAGECONFIG_CONFARGS} |
96 | } | 96 | } |
97 | 97 | ||
98 | do_configure_append() { | 98 | do_configure:append() { |
99 | if [ -n "$SOURCE_DATE_EPOCH" ]; then | 99 | if [ -n "$SOURCE_DATE_EPOCH" ]; then |
100 | PERL_BUILD_DATE="$(${PYTHON} -c "\ | 100 | PERL_BUILD_DATE="$(${PYTHON} -c "\ |
101 | from datetime import datetime, timezone; \ | 101 | from datetime import datetime, timezone; \ |
@@ -140,7 +140,7 @@ do_install() { | |||
140 | fi | 140 | fi |
141 | } | 141 | } |
142 | 142 | ||
143 | do_install_append_class-target() { | 143 | do_install:append:class-target() { |
144 | # This is used to substitute target configuration when running native perl via perl-configpm-switch.patch | 144 | # This is used to substitute target configuration when running native perl via perl-configpm-switch.patch |
145 | ln -s Config_heavy.pl ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy-target.pl | 145 | ln -s Config_heavy.pl ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy-target.pl |
146 | 146 | ||
@@ -149,7 +149,7 @@ do_install_append_class-target() { | |||
149 | rm ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/xconfig.h | 149 | rm ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/xconfig.h |
150 | } | 150 | } |
151 | 151 | ||
152 | do_install_append_class-nativesdk() { | 152 | do_install:append:class-nativesdk() { |
153 | # This is used to substitute target configuration when running native perl via perl-configpm-switch.patch | 153 | # This is used to substitute target configuration when running native perl via perl-configpm-switch.patch |
154 | ln -s Config_heavy.pl ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy-target.pl | 154 | ln -s Config_heavy.pl ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy-target.pl |
155 | 155 | ||
@@ -157,7 +157,7 @@ do_install_append_class-nativesdk() { | |||
157 | PERL5LIB='$PERL5LIB:${SDKPATHNATIVE}/${libdir_nativesdk}/perl5/site_perl/${PV}:${SDKPATHNATIVE}/${libdir_nativesdk}/perl5/vendor_perl/${PV}:${SDKPATHNATIVE}/${libdir_nativesdk}/perl5/${PV}' | 157 | PERL5LIB='$PERL5LIB:${SDKPATHNATIVE}/${libdir_nativesdk}/perl5/site_perl/${PV}:${SDKPATHNATIVE}/${libdir_nativesdk}/perl5/vendor_perl/${PV}:${SDKPATHNATIVE}/${libdir_nativesdk}/perl5/${PV}' |
158 | } | 158 | } |
159 | 159 | ||
160 | do_install_append_class-native () { | 160 | do_install:append:class-native () { |
161 | # Those wrappers mean that perl installed from sstate (which may change | 161 | # Those wrappers mean that perl installed from sstate (which may change |
162 | # path location) works and that in the nativesdk case, the SDK can be | 162 | # path location) works and that in the nativesdk case, the SDK can be |
163 | # installed to a different location from the one it was built for. | 163 | # installed to a different location from the one it was built for. |
@@ -208,7 +208,7 @@ inherit update-alternatives | |||
208 | 208 | ||
209 | ALTERNATIVE_PRIORITY = "100" | 209 | ALTERNATIVE_PRIORITY = "100" |
210 | 210 | ||
211 | ALTERNATIVE_${PN}-misc = "corelist cpan enc2xs encguess h2ph h2xs instmodsh json_pp libnetcfg \ | 211 | ALTERNATIVE:${PN}-misc = "corelist cpan enc2xs encguess h2ph h2xs instmodsh json_pp libnetcfg \ |
212 | piconv pl2pm pod2html pod2man pod2text pod2usage podchecker \ | 212 | piconv pl2pm pod2html pod2man pod2text pod2usage podchecker \ |
213 | prove ptar ptardiff ptargrep shasum splain xsubpp zipdetails" | 213 | prove ptar ptardiff ptargrep shasum splain xsubpp zipdetails" |
214 | ALTERNATIVE_LINK_NAME[corelist] = "${bindir}/corelist" | 214 | ALTERNATIVE_LINK_NAME[corelist] = "${bindir}/corelist" |
@@ -238,7 +238,7 @@ ALTERNATIVE_LINK_NAME[zipdetails] = "${bindir}/zipdetails" | |||
238 | 238 | ||
239 | require perl-ptest.inc | 239 | require perl-ptest.inc |
240 | 240 | ||
241 | FILES_${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/libperl.so* \ | 241 | FILES:${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/libperl.so* \ |
242 | ${libdir}/perl5/site_perl \ | 242 | ${libdir}/perl5/site_perl \ |
243 | ${libdir}/perl5/${PV}/Config.pm \ | 243 | ${libdir}/perl5/${PV}/Config.pm \ |
244 | ${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pm \ | 244 | ${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config.pm \ |
@@ -254,24 +254,24 @@ FILES_${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/ | |||
254 | ${libdir}/perl5/${PV}/ExtUtils/xsubpp \ | 254 | ${libdir}/perl5/${PV}/ExtUtils/xsubpp \ |
255 | ${libdir}/perl5/${PV}/ExtUtils/typemap \ | 255 | ${libdir}/perl5/${PV}/ExtUtils/typemap \ |
256 | " | 256 | " |
257 | RPROVIDES_${PN} += "perl-module-strict perl-module-vars perl-module-config perl-module-warnings \ | 257 | RPROVIDES:${PN} += "perl-module-strict perl-module-vars perl-module-config perl-module-warnings \ |
258 | perl-module-warnings-register" | 258 | perl-module-warnings-register" |
259 | 259 | ||
260 | FILES_${PN}-staticdev_append = " ${libdir}/perl5/${PV}/*/CORE/libperl.a" | 260 | FILES:${PN}-staticdev:append = " ${libdir}/perl5/${PV}/*/CORE/libperl.a" |
261 | 261 | ||
262 | FILES_${PN}-dev_append = " ${libdir}/perl5/${PV}/*/CORE" | 262 | FILES:${PN}-dev:append = " ${libdir}/perl5/${PV}/*/CORE" |
263 | 263 | ||
264 | FILES_${PN}-doc_append = " ${libdir}/perl5/${PV}/Unicode/Collate/*.txt \ | 264 | FILES:${PN}-doc:append = " ${libdir}/perl5/${PV}/Unicode/Collate/*.txt \ |
265 | ${libdir}/perl5/${PV}/*/.packlist \ | 265 | ${libdir}/perl5/${PV}/*/.packlist \ |
266 | ${libdir}/perl5/${PV}/Encode/encode.h \ | 266 | ${libdir}/perl5/${PV}/Encode/encode.h \ |
267 | " | 267 | " |
268 | PACKAGES += "${PN}-misc" | 268 | PACKAGES += "${PN}-misc" |
269 | 269 | ||
270 | FILES_${PN}-misc = "${bindir}/*" | 270 | FILES:${PN}-misc = "${bindir}/*" |
271 | 271 | ||
272 | PACKAGES += "${PN}-pod" | 272 | PACKAGES += "${PN}-pod" |
273 | 273 | ||
274 | FILES_${PN}-pod = "${libdir}/perl5/${PV}/pod \ | 274 | FILES:${PN}-pod = "${libdir}/perl5/${PV}/pod \ |
275 | ${libdir}/perl5/${PV}/*.pod \ | 275 | ${libdir}/perl5/${PV}/*.pod \ |
276 | ${libdir}/perl5/${PV}/*/*.pod \ | 276 | ${libdir}/perl5/${PV}/*/*.pod \ |
277 | ${libdir}/perl5/${PV}/*/*/*.pod \ | 277 | ${libdir}/perl5/${PV}/*/*/*.pod \ |
@@ -280,20 +280,20 @@ FILES_${PN}-pod = "${libdir}/perl5/${PV}/pod \ | |||
280 | 280 | ||
281 | PACKAGES += "${PN}-module-cpan ${PN}-module-unicore" | 281 | PACKAGES += "${PN}-module-cpan ${PN}-module-unicore" |
282 | 282 | ||
283 | FILES_${PN}-module-cpan += "${libdir}/perl5/${PV}/CPAN \ | 283 | FILES:${PN}-module-cpan += "${libdir}/perl5/${PV}/CPAN \ |
284 | " | 284 | " |
285 | FILES_${PN}-module-unicore += "${libdir}/perl5/${PV}/unicore" | 285 | FILES:${PN}-module-unicore += "${libdir}/perl5/${PV}/unicore" |
286 | 286 | ||
287 | ALTERNATIVE_PRIORITY = "40" | 287 | ALTERNATIVE_PRIORITY = "40" |
288 | ALTERNATIVE_${PN}-doc = "Thread.3" | 288 | ALTERNATIVE:${PN}-doc = "Thread.3" |
289 | ALTERNATIVE_LINK_NAME[Thread.3] = "${mandir}/man3/Thread.3" | 289 | ALTERNATIVE_LINK_NAME[Thread.3] = "${mandir}/man3/Thread.3" |
290 | 290 | ||
291 | # Create a perl-modules package recommending all the other perl | 291 | # Create a perl-modules package recommending all the other perl |
292 | # packages (actually the non modules packages and not created too) | 292 | # packages (actually the non modules packages and not created too) |
293 | ALLOW_EMPTY_${PN}-modules = "1" | 293 | ALLOW_EMPTY:${PN}-modules = "1" |
294 | PACKAGES += "${PN}-modules " | 294 | PACKAGES += "${PN}-modules " |
295 | 295 | ||
296 | PACKAGESPLITFUNCS_prepend = "split_perl_packages " | 296 | PACKAGESPLITFUNCS:prepend = "split_perl_packages " |
297 | 297 | ||
298 | python split_perl_packages () { | 298 | python split_perl_packages () { |
299 | libdir = d.expand('${libdir}/perl5/${PV}') | 299 | libdir = d.expand('${libdir}/perl5/${PV}') |
@@ -308,7 +308,7 @@ python split_perl_packages () { | |||
308 | # modules. Don't attempt to use the result of do_split_packages() as some | 308 | # modules. Don't attempt to use the result of do_split_packages() as some |
309 | # modules are manually split (eg. perl-module-unicore). | 309 | # modules are manually split (eg. perl-module-unicore). |
310 | packages = filter(lambda p: 'perl-module-' in p, d.getVar('PACKAGES').split()) | 310 | packages = filter(lambda p: 'perl-module-' in p, d.getVar('PACKAGES').split()) |
311 | d.setVar(d.expand("RRECOMMENDS_${PN}-modules"), ' '.join(packages)) | 311 | d.setVar(d.expand("RRECOMMENDS:${PN}-modules"), ' '.join(packages)) |
312 | 312 | ||
313 | # Read the pre-generated dependency file, and use it to set module dependecies | 313 | # Read the pre-generated dependency file, and use it to set module dependecies |
314 | for line in open(d.expand("${WORKDIR}") + '/perl-rdepends.txt').readlines(): | 314 | for line in open(d.expand("${WORKDIR}") + '/perl-rdepends.txt').readlines(): |
@@ -320,7 +320,7 @@ python split_perl_packages () { | |||
320 | module = splitline[0] + '-native' | 320 | module = splitline[0] + '-native' |
321 | depends = "perl-native" | 321 | depends = "perl-native" |
322 | else: | 322 | else: |
323 | module = splitline[0].replace("RDEPENDS_perl", "RDEPENDS_${PN}") | 323 | module = splitline[0].replace("RDEPENDS:perl", "RDEPENDS:${PN}") |
324 | depends = splitline[2].strip('"').replace("perl-module", "${PN}-module") | 324 | depends = splitline[2].strip('"').replace("perl-module", "${PN}-module") |
325 | d.appendVar(d.expand(module), " " + depends) | 325 | d.appendVar(d.expand(module), " " + depends) |
326 | } | 326 | } |
@@ -334,8 +334,8 @@ python() { | |||
334 | d.setVar("PACKAGES_DYNAMIC", "^nativesdk-perl-module-.*") | 334 | d.setVar("PACKAGES_DYNAMIC", "^nativesdk-perl-module-.*") |
335 | } | 335 | } |
336 | 336 | ||
337 | RDEPENDS_${PN}-misc += "perl perl-modules" | 337 | RDEPENDS:${PN}-misc += "perl perl-modules" |
338 | RDEPENDS_${PN}-pod += "perl" | 338 | RDEPENDS:${PN}-pod += "perl" |
339 | 339 | ||
340 | BBCLASSEXTEND = "native nativesdk" | 340 | BBCLASSEXTEND = "native nativesdk" |
341 | 341 | ||
@@ -346,10 +346,10 @@ do_create_rdepends_inc() { | |||
346 | cat <<'EOPREAMBLE' > ${WORKDIR}/perl-rdepends.inc | 346 | cat <<'EOPREAMBLE' > ${WORKDIR}/perl-rdepends.inc |
347 | 347 | ||
348 | # Some additional dependencies that the above doesn't manage to figure out | 348 | # Some additional dependencies that the above doesn't manage to figure out |
349 | RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" | 349 | RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix" |
350 | RDEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" | 350 | RDEPENDS:${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" |
351 | RDEPENDS_${PN}-module-thread-queue += "${PN}-module-attributes" | 351 | RDEPENDS:${PN}-module-thread-queue += "${PN}-module-attributes" |
352 | RDEPENDS_${PN}-module-overload += "${PN}-module-overloading" | 352 | RDEPENDS:${PN}-module-overload += "${PN}-module-overloading" |
353 | 353 | ||
354 | # Generated depends list beyond this line | 354 | # Generated depends list beyond this line |
355 | EOPREAMBLE | 355 | EOPREAMBLE |
diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.7.4.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.7.4.bb index 93832105f0..04991b1f01 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_1.7.4.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_1.7.4.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://pkgconf.org" | |||
7 | BUGTRACKER = "https://github.com/pkgconf/pkgconf/issues" | 7 | BUGTRACKER = "https://github.com/pkgconf/pkgconf/issues" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | PROVIDES += "pkgconfig" | 9 | PROVIDES += "pkgconfig" |
10 | RPROVIDES_${PN} += "pkgconfig" | 10 | RPROVIDES:${PN} += "pkgconfig" |
11 | 11 | ||
12 | # The pkgconf license seems to be functionally equivalent to BSD-2-Clause or | 12 | # The pkgconf license seems to be functionally equivalent to BSD-2-Clause or |
13 | # ISC, but has different wording, so needs its own name. | 13 | # ISC, but has different wording, so needs its own name. |
@@ -26,13 +26,13 @@ inherit autotools | |||
26 | 26 | ||
27 | EXTRA_OECONF += "--with-pkg-config-dir='${libdir}/pkgconfig:${datadir}/pkgconfig'" | 27 | EXTRA_OECONF += "--with-pkg-config-dir='${libdir}/pkgconfig:${datadir}/pkgconfig'" |
28 | 28 | ||
29 | do_install_append () { | 29 | do_install:append () { |
30 | # Install a wrapper which deals, as much as possible with pkgconf vs | 30 | # Install a wrapper which deals, as much as possible with pkgconf vs |
31 | # pkg-config compatibility issues. | 31 | # pkg-config compatibility issues. |
32 | install -m 0755 "${WORKDIR}/pkg-config-wrapper" "${D}${bindir}/pkg-config" | 32 | install -m 0755 "${WORKDIR}/pkg-config-wrapper" "${D}${bindir}/pkg-config" |
33 | } | 33 | } |
34 | 34 | ||
35 | do_install_append_class-native () { | 35 | do_install:append:class-native () { |
36 | # Install a pkg-config-native wrapper that will use the native sysroot instead | 36 | # Install a pkg-config-native wrapper that will use the native sysroot instead |
37 | # of the MACHINE sysroot, for using pkg-config when building native tools. | 37 | # of the MACHINE sysroot, for using pkg-config when building native tools. |
38 | sed -e "s|@PATH_NATIVE@|${PKG_CONFIG_PATH}|" \ | 38 | sed -e "s|@PATH_NATIVE@|${PKG_CONFIG_PATH}|" \ |
@@ -47,11 +47,11 @@ do_install_append_class-native () { | |||
47 | # When using the RPM generated automatic package dependencies, some packages | 47 | # When using the RPM generated automatic package dependencies, some packages |
48 | # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by | 48 | # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by |
49 | # specifying an appropriate provide. | 49 | # specifying an appropriate provide. |
50 | RPROVIDES_${PN} += "pkgconfig(pkg-config)" | 50 | RPROVIDES:${PN} += "pkgconfig(pkg-config)" |
51 | 51 | ||
52 | # Include pkg.m4 in the main package, leaving libpkgconf dev files in -dev | 52 | # Include pkg.m4 in the main package, leaving libpkgconf dev files in -dev |
53 | FILES_${PN}-dev_remove = "${datadir}/aclocal" | 53 | FILES:${PN}-dev:remove = "${datadir}/aclocal" |
54 | FILES_${PN} += "${datadir}/aclocal" | 54 | FILES:${PN} += "${datadir}/aclocal" |
55 | 55 | ||
56 | BBCLASSEXTEND += "native nativesdk" | 56 | BBCLASSEXTEND += "native nativesdk" |
57 | 57 | ||
@@ -64,4 +64,4 @@ pkgconf_sstate_fixup_esdk () { | |||
64 | fi | 64 | fi |
65 | } | 65 | } |
66 | 66 | ||
67 | SSTATEPOSTUNPACKFUNCS_append_class-native = " pkgconf_sstate_fixup_esdk" | 67 | SSTATEPOSTUNPACKFUNCS:append:class-native = " pkgconf_sstate_fixup_esdk" |
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index 964d85fa38..aa2692b922 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb +++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | |||
@@ -30,8 +30,8 @@ inherit autotools | |||
30 | EXTRA_OECONF += "--disable-indirect-deps" | 30 | EXTRA_OECONF += "--disable-indirect-deps" |
31 | 31 | ||
32 | PACKAGECONFIG ??= "glib" | 32 | PACKAGECONFIG ??= "glib" |
33 | PACKAGECONFIG_class-native = "" | 33 | PACKAGECONFIG:class-native = "" |
34 | PACKAGECONFIG_class-nativesdk = "" | 34 | PACKAGECONFIG:class-nativesdk = "" |
35 | 35 | ||
36 | PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native" | 36 | PACKAGECONFIG[glib] = "--without-internal-glib,--with-internal-glib,glib-2.0 pkgconfig-native" |
37 | 37 | ||
@@ -42,17 +42,17 @@ BBCLASSEXTEND = "native nativesdk" | |||
42 | # Set an empty dev package to ensure the base PN package gets | 42 | # Set an empty dev package to ensure the base PN package gets |
43 | # the pkg.m4 macros, pkgconfig does not deliver any other -dev | 43 | # the pkg.m4 macros, pkgconfig does not deliver any other -dev |
44 | # files. | 44 | # files. |
45 | FILES_${PN}-dev = "" | 45 | FILES:${PN}-dev = "" |
46 | FILES_${PN} += "${datadir}/aclocal/pkg.m4" | 46 | FILES:${PN} += "${datadir}/aclocal/pkg.m4" |
47 | 47 | ||
48 | # When using the RPM generated automatic package dependencies, some packages | 48 | # When using the RPM generated automatic package dependencies, some packages |
49 | # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by | 49 | # will end up requiring 'pkgconfig(pkg-config)'. Allow this behavior by |
50 | # specifying an appropriate provide. | 50 | # specifying an appropriate provide. |
51 | RPROVIDES_${PN} += "pkgconfig(pkg-config)" | 51 | RPROVIDES:${PN} += "pkgconfig(pkg-config)" |
52 | 52 | ||
53 | # Install a pkg-config-native wrapper that will use the native sysroot instead | 53 | # Install a pkg-config-native wrapper that will use the native sysroot instead |
54 | # of the MACHINE sysroot, for using pkg-config when building native tools. | 54 | # of the MACHINE sysroot, for using pkg-config when building native tools. |
55 | do_install_append_class-native () { | 55 | do_install:append:class-native () { |
56 | sed -e "s|@PATH_NATIVE@|${PKG_CONFIG_PATH}|" \ | 56 | sed -e "s|@PATH_NATIVE@|${PKG_CONFIG_PATH}|" \ |
57 | -e "s|@LIBDIR_NATIVE@|${PKG_CONFIG_LIBDIR}|" \ | 57 | -e "s|@LIBDIR_NATIVE@|${PKG_CONFIG_LIBDIR}|" \ |
58 | < ${WORKDIR}/pkg-config-native.in > ${B}/pkg-config-native | 58 | < ${WORKDIR}/pkg-config-native.in > ${B}/pkg-config-native |
@@ -72,4 +72,4 @@ pkgconfig_sstate_fixup_esdk () { | |||
72 | fi | 72 | fi |
73 | } | 73 | } |
74 | 74 | ||
75 | SSTATEPOSTUNPACKFUNCS_append_class-native = " pkgconfig_sstate_fixup_esdk" | 75 | SSTATEPOSTUNPACKFUNCS:append:class-native = " pkgconfig_sstate_fixup_esdk" |
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index e197af9ee9..78d4c71817 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -19,11 +19,11 @@ PV = "1.0+git${SRCPV}" | |||
19 | # | 19 | # |
20 | # Default is prelinking is enabled. | 20 | # Default is prelinking is enabled. |
21 | # | 21 | # |
22 | SUMMARY_${PN}-cron = "Cron scripts to control automatic prelinking" | 22 | SUMMARY:${PN}-cron = "Cron scripts to control automatic prelinking" |
23 | DESCRIPTION_${PN}-cron = "Cron scripts to control automatic prelinking. \ | 23 | DESCRIPTION:${PN}-cron = "Cron scripts to control automatic prelinking. \ |
24 | See: ${sysconfdir}/cron.daily/prelink for configuration information." | 24 | See: ${sysconfdir}/cron.daily/prelink for configuration information." |
25 | 25 | ||
26 | FILES_${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default" | 26 | FILES:${PN}-cron = "${sysconfdir}/cron.daily ${sysconfdir}/default" |
27 | 27 | ||
28 | PACKAGES =+ "${PN}-cron" | 28 | PACKAGES =+ "${PN}-cron" |
29 | 29 | ||
@@ -37,10 +37,10 @@ SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink_sta | |||
37 | UPSTREAM_CHECK_COMMITS = "1" | 37 | UPSTREAM_CHECK_COMMITS = "1" |
38 | 38 | ||
39 | # error: error.h: No such file or directory | 39 | # error: error.h: No such file or directory |
40 | COMPATIBLE_HOST_libc-musl = 'null' | 40 | COMPATIBLE_HOST:libc-musl = 'null' |
41 | 41 | ||
42 | TARGET_OS_ORIG := "${TARGET_OS}" | 42 | TARGET_OS_ORIG := "${TARGET_OS}" |
43 | OVERRIDES_append = ":${TARGET_OS_ORIG}" | 43 | OVERRIDES:append = ":${TARGET_OS_ORIG}" |
44 | 44 | ||
45 | S = "${WORKDIR}/git" | 45 | S = "${WORKDIR}/git" |
46 | 46 | ||
@@ -144,12 +144,12 @@ python () { | |||
144 | bb.build.addtask('do_linkerpaths', 'do_configure', 'do_patch', d) | 144 | bb.build.addtask('do_linkerpaths', 'do_configure', 'do_patch', d) |
145 | } | 145 | } |
146 | 146 | ||
147 | do_configure_prepend () { | 147 | do_configure:prepend () { |
148 | # Disable documentation! | 148 | # Disable documentation! |
149 | echo "all:" > ${S}/doc/Makefile.am | 149 | echo "all:" > ${S}/doc/Makefile.am |
150 | } | 150 | } |
151 | 151 | ||
152 | do_install_append () { | 152 | do_install:append () { |
153 | install -d ${D}${sysconfdir}/cron.daily ${D}${sysconfdir}/default ${D}${sysconfdir}/rpm | 153 | install -d ${D}${sysconfdir}/cron.daily ${D}${sysconfdir}/default ${D}${sysconfdir}/rpm |
154 | install -m 0644 ${WORKDIR}/prelink.conf ${D}${sysconfdir}/prelink.conf | 154 | install -m 0644 ${WORKDIR}/prelink.conf ${D}${sysconfdir}/prelink.conf |
155 | install -m 0644 ${WORKDIR}/prelink.cron.daily ${D}${sysconfdir}/cron.daily/prelink | 155 | install -m 0644 ${WORKDIR}/prelink.cron.daily ${D}${sysconfdir}/cron.daily/prelink |
@@ -161,7 +161,7 @@ do_install_append () { | |||
161 | # Prelinking during a cross install should be handled by the image-prelink | 161 | # Prelinking during a cross install should be handled by the image-prelink |
162 | # bbclass. If the user desires this to run on the target at first boot | 162 | # bbclass. If the user desires this to run on the target at first boot |
163 | # they will need to create a custom boot script. | 163 | # they will need to create a custom boot script. |
164 | pkg_postinst_prelink() { | 164 | pkg_postinst:prelink() { |
165 | #!/bin/sh | 165 | #!/bin/sh |
166 | 166 | ||
167 | if [ "x$D" != "x" ]; then | 167 | if [ "x$D" != "x" ]; then |
@@ -171,7 +171,7 @@ fi | |||
171 | prelink -a | 171 | prelink -a |
172 | } | 172 | } |
173 | 173 | ||
174 | pkg_prerm_prelink() { | 174 | pkg_prerm:prelink() { |
175 | #!/bin/sh | 175 | #!/bin/sh |
176 | 176 | ||
177 | if [ "x$D" != "x" ]; then | 177 | if [ "x$D" != "x" ]; then |
diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc index e6512bc6e6..7ba414ca25 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta/recipes-devtools/pseudo/pseudo.inc | |||
@@ -10,14 +10,14 @@ SECTION = "base" | |||
10 | LICENSE = "LGPL2.1" | 10 | LICENSE = "LGPL2.1" |
11 | DEPENDS = "sqlite3 attr" | 11 | DEPENDS = "sqlite3 attr" |
12 | 12 | ||
13 | FILES_${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo" | 13 | FILES:${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo" |
14 | INSANE_SKIP_${PN} += "libdir" | 14 | INSANE_SKIP:${PN} += "libdir" |
15 | INSANE_SKIP_${PN}-dbg += "libdir" | 15 | INSANE_SKIP:${PN}-dbg += "libdir" |
16 | 16 | ||
17 | PROVIDES += "virtual/fakeroot" | 17 | PROVIDES += "virtual/fakeroot" |
18 | 18 | ||
19 | MAKEOPTS = "" | 19 | MAKEOPTS = "" |
20 | MAKEOPTS_class-native = "'RPATH=-Wl,--rpath=XORIGIN/../../../sqlite3-native/usr/lib/'" | 20 | MAKEOPTS:class-native = "'RPATH=-Wl,--rpath=XORIGIN/../../../sqlite3-native/usr/lib/'" |
21 | 21 | ||
22 | inherit siteinfo pkgconfig | 22 | inherit siteinfo pkgconfig |
23 | 23 | ||
@@ -26,7 +26,7 @@ do_configure () { | |||
26 | } | 26 | } |
27 | 27 | ||
28 | NO32LIBS ??= "1" | 28 | NO32LIBS ??= "1" |
29 | NO32LIBS_class-nativesdk = "1" | 29 | NO32LIBS:class-nativesdk = "1" |
30 | 30 | ||
31 | PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback --enable-epoll --enable-xattr" | 31 | PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback --enable-epoll --enable-xattr" |
32 | 32 | ||
@@ -79,7 +79,7 @@ warn_32bit_missing() { | |||
79 | # Two below are the same | 79 | # Two below are the same |
80 | # If necessary compile for the alternative machine arch. This is only | 80 | # If necessary compile for the alternative machine arch. This is only |
81 | # necessary in a native build. | 81 | # necessary in a native build. |
82 | do_compile_prepend_class-native () { | 82 | do_compile:prepend:class-native () { |
83 | maybe_make32 | 83 | maybe_make32 |
84 | if $make32; then | 84 | if $make32; then |
85 | # We need the 32-bit libpseudo on a 64-bit machine... | 85 | # We need the 32-bit libpseudo on a 64-bit machine... |
@@ -100,7 +100,7 @@ do_compile_prepend_class-native () { | |||
100 | fi | 100 | fi |
101 | } | 101 | } |
102 | 102 | ||
103 | do_compile_prepend_class-nativesdk () { | 103 | do_compile:prepend:class-nativesdk () { |
104 | maybe_make32 | 104 | maybe_make32 |
105 | if $make32; then | 105 | if $make32; then |
106 | # We need the 32-bit libpseudo on a 64-bit machine. | 106 | # We need the 32-bit libpseudo on a 64-bit machine. |
@@ -112,7 +112,7 @@ do_compile_prepend_class-nativesdk () { | |||
112 | fi | 112 | fi |
113 | } | 113 | } |
114 | 114 | ||
115 | do_compile_append_class-native () { | 115 | do_compile:append:class-native () { |
116 | if [ '${@bb.data.inherits_class('uninative', d)}' = 'True' ]; then | 116 | if [ '${@bb.data.inherits_class('uninative', d)}' = 'True' ]; then |
117 | for i in PSEUDO_PORT_UNIX_SYNCFS PSEUDO_PORT_UIDS_GENERIC PSEUDO_PORT_LINUX_NEWCLONE PSEUDO_PORT_LINUX_XATTR PSEUDO_PORT_LINUX_STATVFS; do | 117 | for i in PSEUDO_PORT_UNIX_SYNCFS PSEUDO_PORT_UIDS_GENERIC PSEUDO_PORT_LINUX_NEWCLONE PSEUDO_PORT_LINUX_XATTR PSEUDO_PORT_LINUX_STATVFS; do |
118 | grep $i.1 ${S}/pseudo_ports.h | 118 | grep $i.1 ${S}/pseudo_ports.h |
@@ -129,7 +129,7 @@ do_install () { | |||
129 | oe_runmake 'DESTDIR=${D}' ${MAKEOPTS} 'LIB=lib/pseudo/lib$(MARK64)' install | 129 | oe_runmake 'DESTDIR=${D}' ${MAKEOPTS} 'LIB=lib/pseudo/lib$(MARK64)' install |
130 | } | 130 | } |
131 | 131 | ||
132 | do_install_append_class-native () { | 132 | do_install:append:class-native () { |
133 | chrpath ${D}${bindir}/pseudo -r `chrpath ${D}${bindir}/pseudo | cut -d = -f 2 | sed s/XORIGIN/\\$ORIGIN/` | 133 | chrpath ${D}${bindir}/pseudo -r `chrpath ${D}${bindir}/pseudo | cut -d = -f 2 | sed s/XORIGIN/\\$ORIGIN/` |
134 | install -d ${D}${sysconfdir} | 134 | install -d ${D}${sysconfdir} |
135 | # The fallback files should never be modified | 135 | # The fallback files should never be modified |
@@ -146,7 +146,7 @@ do_install_append_class-native () { | |||
146 | fi | 146 | fi |
147 | } | 147 | } |
148 | 148 | ||
149 | do_install_append_class-nativesdk () { | 149 | do_install:append:class-nativesdk () { |
150 | maybe_make32 | 150 | maybe_make32 |
151 | if $make32; then | 151 | if $make32; then |
152 | mkdir -p ${D}${prefix}/lib/pseudo/lib | 152 | mkdir -p ${D}${prefix}/lib/pseudo/lib |
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 0ba460f3e6..dacaef1a66 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -11,4 +11,4 @@ S = "${WORKDIR}/git" | |||
11 | PV = "1.9.0+git${SRCPV}" | 11 | PV = "1.9.0+git${SRCPV}" |
12 | 12 | ||
13 | # error: use of undeclared identifier '_STAT_VER' | 13 | # error: use of undeclared identifier '_STAT_VER' |
14 | COMPATIBLE_HOST_libc-musl = 'null' | 14 | COMPATIBLE_HOST:libc-musl = 'null' |
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.0.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.0.bb index 7ad2f061bf..a4d222c3aa 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.0.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.0.bb | |||
@@ -25,10 +25,10 @@ S = "${WORKDIR}/numpy-${PV}" | |||
25 | 25 | ||
26 | CLEANBROKEN = "1" | 26 | CLEANBROKEN = "1" |
27 | 27 | ||
28 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a ${PYTHON_SITEPACKAGES_DIR}/numpy/random/lib/*.a" | 28 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a ${PYTHON_SITEPACKAGES_DIR}/numpy/random/lib/*.a" |
29 | 29 | ||
30 | # install what is needed for numpy.test() | 30 | # install what is needed for numpy.test() |
31 | RDEPENDS_${PN} = "${PYTHON_PN}-unittest \ | 31 | RDEPENDS:${PN} = "${PYTHON_PN}-unittest \ |
32 | ${PYTHON_PN}-difflib \ | 32 | ${PYTHON_PN}-difflib \ |
33 | ${PYTHON_PN}-pprint \ | 33 | ${PYTHON_PN}-pprint \ |
34 | ${PYTHON_PN}-pickle \ | 34 | ${PYTHON_PN}-pickle \ |
@@ -48,7 +48,7 @@ RDEPENDS_${PN} = "${PYTHON_PN}-unittest \ | |||
48 | ${PYTHON_PN}-threading \ | 48 | ${PYTHON_PN}-threading \ |
49 | ${PYTHON_PN}-multiprocessing \ | 49 | ${PYTHON_PN}-multiprocessing \ |
50 | " | 50 | " |
51 | RDEPENDS_${PN}-ptest += "${PYTHON_PN}-pytest \ | 51 | RDEPENDS:${PN}-ptest += "${PYTHON_PN}-pytest \ |
52 | ${PYTHON_PN}-hypothesis \ | 52 | ${PYTHON_PN}-hypothesis \ |
53 | ${PYTHON_PN}-sortedcontainers \ | 53 | ${PYTHON_PN}-sortedcontainers \ |
54 | ${PYTHON_PN}-resource \ | 54 | ${PYTHON_PN}-resource \ |
diff --git a/meta/recipes-devtools/python/python-async.inc b/meta/recipes-devtools/python/python-async.inc index af887dc4e5..fde864601c 100644 --- a/meta/recipes-devtools/python/python-async.inc +++ b/meta/recipes-devtools/python/python-async.inc | |||
@@ -9,6 +9,6 @@ inherit pypi | |||
9 | SRC_URI[md5sum] = "9b06b5997de2154f3bc0273f80bcef6b" | 9 | SRC_URI[md5sum] = "9b06b5997de2154f3bc0273f80bcef6b" |
10 | SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" | 10 | SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051" |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-threading" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-threading" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc index 04fd2ec2b7..e3f14fc49b 100644 --- a/meta/recipes-devtools/python/python-cython.inc +++ b/meta/recipes-devtools/python/python-cython.inc | |||
@@ -14,7 +14,7 @@ UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar" | |||
14 | 14 | ||
15 | inherit pypi | 15 | inherit pypi |
16 | 16 | ||
17 | RDEPENDS_${PN}_class-target += "\ | 17 | RDEPENDS:${PN}:class-target += "\ |
18 | ${PYTHON_PN}-misc \ | 18 | ${PYTHON_PN}-misc \ |
19 | ${PYTHON_PN}-netserver \ | 19 | ${PYTHON_PN}-netserver \ |
20 | ${PYTHON_PN}-pkgutil \ | 20 | ${PYTHON_PN}-pkgutil \ |
@@ -24,7 +24,7 @@ RDEPENDS_${PN}_class-target += "\ | |||
24 | ${PYTHON_PN}-xml \ | 24 | ${PYTHON_PN}-xml \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RDEPENDS_${PN}_class-nativesdk += "\ | 27 | RDEPENDS:${PN}:class-nativesdk += "\ |
28 | nativesdk-${PYTHON_PN}-misc \ | 28 | nativesdk-${PYTHON_PN}-misc \ |
29 | nativesdk-${PYTHON_PN}-netserver \ | 29 | nativesdk-${PYTHON_PN}-netserver \ |
30 | nativesdk-${PYTHON_PN}-pkgutil \ | 30 | nativesdk-${PYTHON_PN}-pkgutil \ |
@@ -34,7 +34,7 @@ RDEPENDS_${PN}_class-nativesdk += "\ | |||
34 | nativesdk-${PYTHON_PN}-xml \ | 34 | nativesdk-${PYTHON_PN}-xml \ |
35 | " | 35 | " |
36 | 36 | ||
37 | do_install_append() { | 37 | do_install:append() { |
38 | # Make sure we use /usr/bin/env python | 38 | # Make sure we use /usr/bin/env python |
39 | for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do | 39 | for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do |
40 | sed -i -e '1s|^#!.*|#!/usr/bin/env ${PYTHON_PN}|' $PYTHSCRIPT | 40 | sed -i -e '1s|^#!.*|#!/usr/bin/env ${PYTHON_PN}|' $PYTHSCRIPT |
diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc index 53d925a495..5b24a1f4a3 100644 --- a/meta/recipes-devtools/python/python-gitdb.inc +++ b/meta/recipes-devtools/python/python-gitdb.inc | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba | |||
12 | 12 | ||
13 | DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" | 13 | DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "${PYTHON_PN}-async \ | 15 | RDEPENDS:${PN} += "${PYTHON_PN}-async \ |
16 | ${PYTHON_PN}-compression \ | 16 | ${PYTHON_PN}-compression \ |
17 | ${PYTHON_PN}-crypt \ | 17 | ${PYTHON_PN}-crypt \ |
18 | ${PYTHON_PN}-io \ | 18 | ${PYTHON_PN}-io \ |
diff --git a/meta/recipes-devtools/python/python-nose.inc b/meta/recipes-devtools/python/python-nose.inc index ccec68a0e1..dfae202299 100644 --- a/meta/recipes-devtools/python/python-nose.inc +++ b/meta/recipes-devtools/python/python-nose.inc | |||
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6 | |||
11 | 11 | ||
12 | inherit pypi | 12 | inherit pypi |
13 | 13 | ||
14 | RDEPENDS_${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
15 | ${PYTHON_PN}-unittest \ | 15 | ${PYTHON_PN}-unittest \ |
16 | " | 16 | " |
17 | 17 | ||
diff --git a/meta/recipes-devtools/python/python-pbr.inc b/meta/recipes-devtools/python/python-pbr.inc index bc470e7274..59fbc6dce4 100644 --- a/meta/recipes-devtools/python/python-pbr.inc +++ b/meta/recipes-devtools/python/python-pbr.inc | |||
@@ -9,6 +9,6 @@ SRC_URI += "file://0001-change-shebang-to-python3.patch" | |||
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-pip" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-pip" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 48481bcf9a..3f4c6e9fca 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc | |||
@@ -7,18 +7,18 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c" | |||
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-io \ | 11 | ${PYTHON_PN}-io \ |
12 | ${PYTHON_PN}-math \ | 12 | ${PYTHON_PN}-math \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS_${PN}-tests += " \ | 15 | RDEPENDS:${PN}-tests += " \ |
16 | ${PYTHON_PN}-unittest \ | 16 | ${PYTHON_PN}-unittest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | PACKAGES =+ "${PN}-tests" | 19 | PACKAGES =+ "${PN}-tests" |
20 | 20 | ||
21 | FILES_${PN}-tests = " \ | 21 | FILES:${PN}-tests = " \ |
22 | ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/ \ | 22 | ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/ \ |
23 | ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/__pycache__/ \ | 23 | ${PYTHON_SITEPACKAGES_DIR}/Crypto/SelfTest/__pycache__/ \ |
24 | " | 24 | " |
diff --git a/meta/recipes-devtools/python/python-pyparsing.inc b/meta/recipes-devtools/python/python-pyparsing.inc index 348b324bf5..330bf7e39a 100644 --- a/meta/recipes-devtools/python/python-pyparsing.inc +++ b/meta/recipes-devtools/python/python-pyparsing.inc | |||
@@ -9,7 +9,7 @@ UPSTREAM_CHECK_REGEX = "pyparsing-(?P<pver>.*)\.tar" | |||
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | ${PYTHON_PN}-datetime \ | 13 | ${PYTHON_PN}-datetime \ |
14 | ${PYTHON_PN}-debugger \ | 14 | ${PYTHON_PN}-debugger \ |
15 | ${PYTHON_PN}-json \ | 15 | ${PYTHON_PN}-json \ |
diff --git a/meta/recipes-devtools/python/python-six.inc b/meta/recipes-devtools/python/python-six.inc index df97f845bc..aac6765149 100644 --- a/meta/recipes-devtools/python/python-six.inc +++ b/meta/recipes-devtools/python/python-six.inc | |||
@@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d" | |||
6 | 6 | ||
7 | inherit pypi | 7 | inherit pypi |
8 | 8 | ||
9 | RDEPENDS_${PN} = "${PYTHON_PN}-io" | 9 | RDEPENDS:${PN} = "${PYTHON_PN}-io" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python-smmap.inc b/meta/recipes-devtools/python/python-smmap.inc index 2a2ac76f2e..7d0cff5fa6 100644 --- a/meta/recipes-devtools/python/python-smmap.inc +++ b/meta/recipes-devtools/python/python-smmap.inc | |||
@@ -13,7 +13,7 @@ PYPI_PACKAGE = "smmap" | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "7e65386bd122d45405ddf795637b7f7d2b532e7e401d46bbe3fb49b9986d5182" | 14 | SRC_URI[sha256sum] = "7e65386bd122d45405ddf795637b7f7d2b532e7e401d46bbe3fb49b9986d5182" |
15 | 15 | ||
16 | RDEPENDS_${PN} += "${PYTHON_PN}-codecs \ | 16 | RDEPENDS:${PN} += "${PYTHON_PN}-codecs \ |
17 | ${PYTHON_PN}-mmap \ | 17 | ${PYTHON_PN}-mmap \ |
18 | " | 18 | " |
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc index de463fc2c3..ef5e15cc3a 100644 --- a/meta/recipes-devtools/python/python-testtools.inc +++ b/meta/recipes-devtools/python/python-testtools.inc | |||
@@ -17,7 +17,7 @@ DEPENDS += " \ | |||
17 | ${PYTHON_PN}-pbr-native \ | 17 | ${PYTHON_PN}-pbr-native \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN} += "\ | 20 | RDEPENDS:${PN} += "\ |
21 | ${PYTHON_PN}-doctest \ | 21 | ${PYTHON_PN}-doctest \ |
22 | ${PYTHON_PN}-extras \ | 22 | ${PYTHON_PN}-extras \ |
23 | ${PYTHON_PN}-pbr \ | 23 | ${PYTHON_PN}-pbr \ |
diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.0.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.0.bb index 7edd41030f..065a2c7b4f 100644 --- a/meta/recipes-devtools/python/python3-atomicwrites_1.4.0.bb +++ b/meta/recipes-devtools/python/python3-atomicwrites_1.4.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}-unixadmin \ | 17 | ${PYTHON_PN}-unixadmin \ |
18 | " | 18 | " |
@@ -22,4 +22,4 @@ 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} = "${PYTHON_PN}-misc" | 25 | RDEPENDS:${PN} = "${PYTHON_PN}-misc" |
diff --git a/meta/recipes-devtools/python/python3-attrs_21.2.0.bb b/meta/recipes-devtools/python/python3-attrs_21.2.0.bb index e89fbc96f2..d52237f267 100644 --- a/meta/recipes-devtools/python/python3-attrs_21.2.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_21.2.0.bb | |||
@@ -7,11 +7,11 @@ SRC_URI[sha256sum] = "ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04a | |||
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}-crypt \ | 11 | ${PYTHON_PN}-crypt \ |
12 | ${PYTHON_PN}-ctypes \ | 12 | ${PYTHON_PN}-ctypes \ |
13 | " | 13 | " |
14 | RDEPENDS_${PN}_class-nativesdk += " \ | 14 | RDEPENDS:${PN}:class-nativesdk += " \ |
15 | ${PYTHON_PN}-crypt \ | 15 | ${PYTHON_PN}-crypt \ |
16 | ${PYTHON_PN}-ctypes \ | 16 | ${PYTHON_PN}-ctypes \ |
17 | " | 17 | " |
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.23.bb b/meta/recipes-devtools/python/python3-cython_0.29.23.bb index 2ec4033fa0..296fb39b6f 100644 --- a/meta/recipes-devtools/python/python3-cython_0.29.23.bb +++ b/meta/recipes-devtools/python/python3-cython_0.29.23.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-cython.inc | 2 | require python-cython.inc |
3 | 3 | ||
4 | RDEPENDS_${PN} += "\ | 4 | RDEPENDS:${PN} += "\ |
5 | python3-setuptools \ | 5 | python3-setuptools \ |
6 | " | 6 | " |
7 | 7 | ||
@@ -10,7 +10,7 @@ RDEPENDS_${PN} += "\ | |||
10 | # architecture. | 10 | # architecture. |
11 | DISTUTILS_INSTALL_ARGS += "--skip-build" | 11 | DISTUTILS_INSTALL_ARGS += "--skip-build" |
12 | 12 | ||
13 | do_install_append() { | 13 | do_install:append() { |
14 | # rename scripts that would conflict with the Python 2 build of Cython | 14 | # rename scripts that would conflict with the Python 2 build of Cython |
15 | mv ${D}${bindir}/cython ${D}${bindir}/cython3 | 15 | mv ${D}${bindir}/cython ${D}${bindir}/cython3 |
16 | mv ${D}${bindir}/cythonize ${D}${bindir}/cythonize3 | 16 | mv ${D}${bindir}/cythonize ${D}${bindir}/cythonize3 |
diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.16.bb b/meta/recipes-devtools/python/python3-dbus_1.2.16.bb index e1700fa869..9be6ffc485 100644 --- a/meta/recipes-devtools/python/python3-dbus_1.2.16.bb +++ b/meta/recipes-devtools/python/python3-dbus_1.2.16.bb | |||
@@ -19,8 +19,8 @@ inherit distutils3-base autotools pkgconfig | |||
19 | EXTRA_OECONF += "--disable-documentation" | 19 | EXTRA_OECONF += "--disable-documentation" |
20 | 20 | ||
21 | 21 | ||
22 | RDEPENDS_${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml" | 22 | RDEPENDS:${PN} = "python3-io python3-logging python3-stringold python3-threading python3-xml" |
23 | 23 | ||
24 | FILES_${PN}-dev += "${libdir}/pkgconfig" | 24 | FILES:${PN}-dev += "${libdir}/pkgconfig" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.23.1.bb b/meta/recipes-devtools/python/python3-dbusmock_0.23.1.bb index b5fa1868b8..28e99299b2 100644 --- a/meta/recipes-devtools/python/python3-dbusmock_0.23.1.bb +++ b/meta/recipes-devtools/python/python3-dbusmock_0.23.1.bb | |||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "python-dbusmock" | |||
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS_${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
14 | ${PYTHON_PN}-dbus \ | 14 | ${PYTHON_PN}-dbus \ |
15 | ${PYTHON_PN}-pygobject \ | 15 | ${PYTHON_PN}-pygobject \ |
16 | ${PYTHON_PN}-unittest \ | 16 | ${PYTHON_PN}-unittest \ |
diff --git a/meta/recipes-devtools/python/python3-git_3.1.18.bb b/meta/recipes-devtools/python/python3-git_3.1.18.bb index 955418c0e4..d1c50d4322 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.18.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.18.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "b838a895977b45ab6f0cc926a9045c8d1c44e2b653c1fcc39fe91f42c6 | |||
16 | 16 | ||
17 | DEPENDS += " ${PYTHON_PN}-gitdb" | 17 | DEPENDS += " ${PYTHON_PN}-gitdb" |
18 | 18 | ||
19 | RDEPENDS_${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |
20 | ${PYTHON_PN}-datetime \ | 20 | ${PYTHON_PN}-datetime \ |
21 | ${PYTHON_PN}-gitdb \ | 21 | ${PYTHON_PN}-gitdb \ |
22 | ${PYTHON_PN}-io \ | 22 | ${PYTHON_PN}-io \ |
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb b/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb index 83c9917a04..63101aad69 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.14.3.bb | |||
@@ -9,7 +9,7 @@ inherit pypi setuptools3 | |||
9 | 9 | ||
10 | SRC_URI[sha256sum] = "1c8776d9fc8c598cf1b93b99bd87976f9d9b589fc58843d85a30090700f14a8a" | 10 | SRC_URI[sha256sum] = "1c8776d9fc8c598cf1b93b99bd87976f9d9b589fc58843d85a30090700f14a8a" |
11 | 11 | ||
12 | RDEPENDS_${PN} += " \ | 12 | RDEPENDS:${PN} += " \ |
13 | python3-attrs \ | 13 | python3-attrs \ |
14 | python3-compression \ | 14 | python3-compression \ |
15 | python3-core \ | 15 | python3-core \ |
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_4.6.1.bb b/meta/recipes-devtools/python/python3-importlib-metadata_4.6.1.bb index 7e9604aaf4..9fa4754881 100644 --- a/meta/recipes-devtools/python/python3-importlib-metadata_4.6.1.bb +++ b/meta/recipes-devtools/python/python3-importlib-metadata_4.6.1.bb | |||
@@ -13,8 +13,8 @@ SRC_URI[sha256sum] = "079ada16b7fc30dfbb5d13399a5113110dab1aa7c2bc62f66af75f0b71 | |||
13 | S = "${WORKDIR}/importlib_metadata-${PV}" | 13 | S = "${WORKDIR}/importlib_metadata-${PV}" |
14 | 14 | ||
15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" | 15 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" |
16 | RDEPENDS_${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2" | 16 | RDEPENDS:${PN} += "${PYTHON_PN}-zipp ${PYTHON_PN}-pathlib2" |
17 | RDEPENDS_${PN}_append_class-target = " python3-misc" | 17 | RDEPENDS:${PN}:append:class-target = " python3-misc" |
18 | RDEPENDS_${PN}_append_class-nativesdk = " python3-misc" | 18 | RDEPENDS:${PN}:append:class-nativesdk = " python3-misc" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-iniparse_0.5.bb b/meta/recipes-devtools/python/python3-iniparse_0.5.bb index 4ed82eab29..b5812d90c3 100644 --- a/meta/recipes-devtools/python/python3-iniparse_0.5.bb +++ b/meta/recipes-devtools/python/python3-iniparse_0.5.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "932e5239d526e7acb504017bb707be67019ac428a6932368e685169109 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python3-core python3-six" | 11 | RDEPENDS:${PN} += "python3-core python3-six" |
12 | DEPENDS += "python3-six" | 12 | DEPENDS += "python3-six" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-jinja2_3.0.1.bb b/meta/recipes-devtools/python/python3-jinja2_3.0.1.bb index b37a043ccb..abb89c9a30 100644 --- a/meta/recipes-devtools/python/python3-jinja2_3.0.1.bb +++ b/meta/recipes-devtools/python/python3-jinja2_3.0.1.bb | |||
@@ -24,13 +24,13 @@ do_install_ptest() { | |||
24 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 24 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
25 | } | 25 | } |
26 | 26 | ||
27 | RDEPENDS_${PN}-ptest += " \ | 27 | RDEPENDS:${PN}-ptest += " \ |
28 | ${PYTHON_PN}-pytest \ | 28 | ${PYTHON_PN}-pytest \ |
29 | ${PYTHON_PN}-toml \ | 29 | ${PYTHON_PN}-toml \ |
30 | ${PYTHON_PN}-unixadmin \ | 30 | ${PYTHON_PN}-unixadmin \ |
31 | " | 31 | " |
32 | 32 | ||
33 | RDEPENDS_${PN} += " \ | 33 | RDEPENDS:${PN} += " \ |
34 | ${PYTHON_PN}-asyncio \ | 34 | ${PYTHON_PN}-asyncio \ |
35 | ${PYTHON_PN}-crypt \ | 35 | ${PYTHON_PN}-crypt \ |
36 | ${PYTHON_PN}-io \ | 36 | ${PYTHON_PN}-io \ |
diff --git a/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb b/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb index d8f7862f92..ac8466e63b 100644 --- a/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb +++ b/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb | |||
@@ -12,7 +12,7 @@ inherit pypi setuptools3 | |||
12 | SRC_URI[md5sum] = "8c62da42a8b9bd24642e5430427e6f5a" | 12 | SRC_URI[md5sum] = "8c62da42a8b9bd24642e5430427e6f5a" |
13 | SRC_URI[sha256sum] = "618a7ecfbfb58ca15e11e3138d4a636498da3b6bc212811af158298530fbb87e" | 13 | SRC_URI[sha256sum] = "618a7ecfbfb58ca15e11e3138d4a636498da3b6bc212811af158298530fbb87e" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
16 | libarchive \ | 16 | libarchive \ |
17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
18 | ${PYTHON_PN}-mmap \ | 18 | ${PYTHON_PN}-mmap \ |
diff --git a/meta/recipes-devtools/python/python3-magic_0.4.24.bb b/meta/recipes-devtools/python/python3-magic_0.4.24.bb index a54bf2431c..ae895fbd53 100644 --- a/meta/recipes-devtools/python/python3-magic_0.4.24.bb +++ b/meta/recipes-devtools/python/python3-magic_0.4.24.bb | |||
@@ -13,7 +13,7 @@ inherit pypi setuptools3 | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "de800df9fb50f8ec5974761054a708af6e4246b03b4bdaee993f948947b0ebcf" | 14 | SRC_URI[sha256sum] = "de800df9fb50f8ec5974761054a708af6e4246b03b4bdaee993f948947b0ebcf" |
15 | 15 | ||
16 | RDEPENDS_${PN} += "file \ | 16 | RDEPENDS:${PN} += "file \ |
17 | ${PYTHON_PN}-ctypes \ | 17 | ${PYTHON_PN}-ctypes \ |
18 | ${PYTHON_PN}-io \ | 18 | ${PYTHON_PN}-io \ |
19 | ${PYTHON_PN}-logging \ | 19 | ${PYTHON_PN}-logging \ |
diff --git a/meta/recipes-devtools/python/python3-mako_1.1.4.bb b/meta/recipes-devtools/python/python3-mako_1.1.4.bb index 1645f37da4..21ce33b808 100644 --- a/meta/recipes-devtools/python/python3-mako_1.1.4.bb +++ b/meta/recipes-devtools/python/python3-mako_1.1.4.bb | |||
@@ -10,7 +10,7 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab" | 11 | SRC_URI[sha256sum] = "17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab" |
12 | 12 | ||
13 | RDEPENDS_${PN} = "${PYTHON_PN}-html \ | 13 | RDEPENDS:${PN} = "${PYTHON_PN}-html \ |
14 | ${PYTHON_PN}-netclient \ | 14 | ${PYTHON_PN}-netclient \ |
15 | ${PYTHON_PN}-threading \ | 15 | ${PYTHON_PN}-threading \ |
16 | " | 16 | " |
diff --git a/meta/recipes-devtools/python/python3-markdown_3.3.4.bb b/meta/recipes-devtools/python/python3-markdown_3.3.4.bb index 47cccbe5bd..ec1d139ab0 100644 --- a/meta/recipes-devtools/python/python3-markdown_3.3.4.bb +++ b/meta/recipes-devtools/python/python3-markdown_3.3.4.bb | |||
@@ -10,4 +10,4 @@ SRC_URI[sha256sum] = "31b5b491868dcc87d6c24b7e3d19a0d730d59d3e46f4eea6430a321bed | |||
10 | 10 | ||
11 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-logging ${PYTHON_PN}-setuptools" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-logging ${PYTHON_PN}-setuptools" |
diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.0.1.bb b/meta/recipes-devtools/python/python3-markupsafe_2.0.1.bb index 5be43b6c56..857472cc7b 100644 --- a/meta/recipes-devtools/python/python3-markupsafe_2.0.1.bb +++ b/meta/recipes-devtools/python/python3-markupsafe_2.0.1.bb | |||
@@ -9,7 +9,7 @@ PYPI_PACKAGE = "MarkupSafe" | |||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} | 10 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} |
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-stringold" | 12 | RDEPENDS:${PN} += "${PYTHON_PN}-stringold" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
15 | 15 | ||
@@ -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/recipes-devtools/python/python3-more-itertools_8.8.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.8.0.bb index 1c0e84d27f..fe41d47e41 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_8.8.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_8.8.0.bb | |||
@@ -11,11 +11,11 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-asyncio \ | 15 | ${PYTHON_PN}-asyncio \ |
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/recipes-devtools/python/python3-packaging_21.0.bb b/meta/recipes-devtools/python/python3-packaging_21.0.bb index 23ecd9df5e..eacc48e56a 100644 --- a/meta/recipes-devtools/python/python3-packaging_21.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_21.0.bb | |||
@@ -10,4 +10,4 @@ inherit pypi setuptools3 | |||
10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
13 | RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" |
diff --git a/meta/recipes-devtools/python/python3-pathlib2_2.3.6.bb b/meta/recipes-devtools/python/python3-pathlib2_2.3.6.bb index 8516bbe4d4..1f1cf1ab28 100644 --- a/meta/recipes-devtools/python/python3-pathlib2_2.3.6.bb +++ b/meta/recipes-devtools/python/python3-pathlib2_2.3.6.bb | |||
@@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "7d8bcb5555003cdf4a8d2872c538faa3a0f5d20630cb360e518ca3b981 | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-ctypes" | 10 | RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-ctypes" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python3-pip_21.1.3.bb b/meta/recipes-devtools/python/python3-pip_21.1.3.bb index 0f105c2393..21b2c7cb2b 100644 --- a/meta/recipes-devtools/python/python3-pip_21.1.3.bb +++ b/meta/recipes-devtools/python/python3-pip_21.1.3.bb | |||
@@ -12,12 +12,12 @@ SRC_URI += "file://0001-change-shebang-to-python3.patch" | |||
12 | 12 | ||
13 | SRC_URI[sha256sum] = "b5b1eb91b36894bd01b8e5a56a422c2f3838573da0b0a1c63a096bb454e3b23f" | 13 | SRC_URI[sha256sum] = "b5b1eb91b36894bd01b8e5a56a422c2f3838573da0b0a1c63a096bb454e3b23f" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | # Install as pip3 and leave pip2 as default | 16 | # Install as pip3 and leave pip2 as default |
17 | rm ${D}/${bindir}/pip | 17 | rm ${D}/${bindir}/pip |
18 | } | 18 | } |
19 | 19 | ||
20 | RDEPENDS_${PN} = "\ | 20 | RDEPENDS:${PN} = "\ |
21 | python3-compile \ | 21 | python3-compile \ |
22 | python3-io \ | 22 | python3-io \ |
23 | python3-html \ | 23 | python3-html \ |
diff --git a/meta/recipes-devtools/python/python3-pluggy_0.13.1.bb b/meta/recipes-devtools/python/python3-pluggy_0.13.1.bb index d3e0365ca1..479c10fcdc 100644 --- a/meta/recipes-devtools/python/python3-pluggy_0.13.1.bb +++ b/meta/recipes-devtools/python/python3-pluggy_0.13.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI[md5sum] = "7f610e28b8b34487336b585a3dfb803d" | |||
7 | SRC_URI[sha256sum] = "15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" | 7 | SRC_URI[sha256sum] = "15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0" |
8 | 8 | ||
9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | 9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
10 | RDEPENDS_${PN} += "${PYTHON_PN}-importlib-metadata \ | 10 | RDEPENDS:${PN} += "${PYTHON_PN}-importlib-metadata \ |
11 | ${PYTHON_PN}-more-itertools \ | 11 | ${PYTHON_PN}-more-itertools \ |
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/recipes-devtools/python/python3-py_1.10.0.bb b/meta/recipes-devtools/python/python3-py_1.10.0.bb index 4e16ad1743..8225c6b6c8 100644 --- a/meta/recipes-devtools/python/python3-py_1.10.0.bb +++ b/meta/recipes-devtools/python/python3-py_1.10.0.bb | |||
@@ -11,4 +11,4 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-netclient" | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-netclient" |
diff --git a/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb b/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb index d169a3ca79..9c88d998f9 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb | |||
@@ -24,4 +24,4 @@ CFLAGS += "-fPIC" | |||
24 | 24 | ||
25 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native" |
26 | 26 | ||
27 | FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/*" | 27 | FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/*" |
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb index a6b3b3e935..2d929f11d0 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.10.1.bb | |||
@@ -3,7 +3,7 @@ inherit setuptools3 | |||
3 | 3 | ||
4 | SRC_URI[sha256sum] = "541cd3e3e252fb19a7b48f420b798b53483302b7fe4d9954c947605d0a263d62" | 4 | SRC_URI[sha256sum] = "541cd3e3e252fb19a7b48f420b798b53483302b7fe4d9954c947605d0a263d62" |
5 | 5 | ||
6 | FILES_${PN}-tests = " \ | 6 | FILES:${PN}-tests = " \ |
7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ |
8 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ | 8 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ |
9 | " | 9 | " |
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.40.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.40.1.bb index f5679a4ba2..a0d4f04965 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.40.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.40.1.bb | |||
@@ -24,11 +24,11 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
24 | 24 | ||
25 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | 25 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" |
26 | 26 | ||
27 | RDEPENDS_${PN} += "python3-pkgutil" | 27 | RDEPENDS:${PN} += "python3-pkgutil" |
28 | 28 | ||
29 | # python3-pycairo is checked on configuration -> DEPENDS | 29 | # python3-pycairo is checked on configuration -> DEPENDS |
30 | # we don't link against python3-pycairo -> RDEPENDS | 30 | # we don't link against python3-pycairo -> RDEPENDS |
31 | PACKAGECONFIG[cairo] = "-Dpycairo=enabled,-Dpycairo=disabled, cairo python3-pycairo, python3-pycairo" | 31 | PACKAGECONFIG[cairo] = "-Dpycairo=enabled,-Dpycairo=disabled, cairo python3-pycairo, python3-pycairo" |
32 | 32 | ||
33 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native" |
34 | PACKAGECONFIG_class-native = "" | 34 | PACKAGECONFIG:class-native = "" |
diff --git a/meta/recipes-devtools/python/python3-pytest_6.2.4.bb b/meta/recipes-devtools/python/python3-pytest_6.2.4.bb index fa43e6ebf0..0df44d58c7 100644 --- a/meta/recipes-devtools/python/python3-pytest_6.2.4.bb +++ b/meta/recipes-devtools/python/python3-pytest_6.2.4.bb | |||
@@ -5,13 +5,13 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b" |
7 | 7 | ||
8 | SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch " | 8 | SRC_URI:append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch " |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b" | 10 | SRC_URI[sha256sum] = "50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b" |
11 | 11 | ||
12 | inherit update-alternatives pypi setuptools3 | 12 | inherit update-alternatives pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN}_class-target += " \ | 14 | RDEPENDS:${PN}:class-target += " \ |
15 | ${PYTHON_PN}-atomicwrites \ | 15 | ${PYTHON_PN}-atomicwrites \ |
16 | ${PYTHON_PN}-attrs \ | 16 | ${PYTHON_PN}-attrs \ |
17 | ${PYTHON_PN}-debugger \ | 17 | ${PYTHON_PN}-debugger \ |
@@ -30,7 +30,7 @@ RDEPENDS_${PN}_class-target += " \ | |||
30 | ${PYTHON_PN}-wcwidth \ | 30 | ${PYTHON_PN}-wcwidth \ |
31 | " | 31 | " |
32 | 32 | ||
33 | ALTERNATIVE_${PN} += "py.test pytest" | 33 | ALTERNATIVE:${PN} += "py.test pytest" |
34 | 34 | ||
35 | NATIVE_LINK_NAME[pytest] = "${bindir}/pytest" | 35 | NATIVE_LINK_NAME[pytest] = "${bindir}/pytest" |
36 | ALTERNATIVE_TARGET[pytest] = "${bindir}/pytest" | 36 | ALTERNATIVE_TARGET[pytest] = "${bindir}/pytest" |
diff --git a/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb b/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb index dce1ad57d3..b11baa6331 100644 --- a/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb +++ b/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb | |||
@@ -11,7 +11,7 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | SRC_URI[sha256sum] = "607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" | 12 | SRC_URI[sha256sum] = "607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-datetime \ | 15 | ${PYTHON_PN}-datetime \ |
16 | ${PYTHON_PN}-netclient \ | 16 | ${PYTHON_PN}-netclient \ |
17 | " | 17 | " |
diff --git a/meta/recipes-devtools/python/python3-scons-native_4.1.0.bb b/meta/recipes-devtools/python/python3-scons-native_4.1.0.bb index 9e127304d6..73076b8732 100644 --- a/meta/recipes-devtools/python/python3-scons-native_4.1.0.bb +++ b/meta/recipes-devtools/python/python3-scons-native_4.1.0.bb | |||
@@ -2,6 +2,6 @@ require python3-scons_${PV}.bb | |||
2 | inherit native python3native | 2 | inherit native python3native |
3 | DEPENDS = "python3-native python3-setuptools-native" | 3 | DEPENDS = "python3-native python3-setuptools-native" |
4 | 4 | ||
5 | do_install_append() { | 5 | do_install:append() { |
6 | create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1' | 6 | create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' PYTHONNOUSERSITE='1' |
7 | } | 7 | } |
diff --git a/meta/recipes-devtools/python/python3-scons_4.1.0.bb b/meta/recipes-devtools/python/python3-scons_4.1.0.bb index 5894a5ef3f..5a5b550be0 100644 --- a/meta/recipes-devtools/python/python3-scons_4.1.0.bb +++ b/meta/recipes-devtools/python/python3-scons_4.1.0.bb | |||
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "SCons" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS_${PN}_class-target = "\ | 14 | RDEPENDS:${PN}:class-target = "\ |
15 | python3-core \ | 15 | python3-core \ |
16 | python3-compression \ | 16 | python3-compression \ |
17 | python3-fcntl \ | 17 | python3-fcntl \ |
@@ -24,4 +24,4 @@ RDEPENDS_${PN}_class-target = "\ | |||
24 | python3-pprint \ | 24 | python3-pprint \ |
25 | " | 25 | " |
26 | 26 | ||
27 | FILES_${PN}-doc += "${datadir}/scons*.1" | 27 | FILES:${PN}-doc += "${datadir}/scons*.1" |
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb b/meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb index 24409eddc5..afbed17a2d 100644 --- a/meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools-scm_6.0.1.bb | |||
@@ -11,14 +11,14 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar" | 12 | UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
15 | ${PYTHON_PN}-debugger \ | 15 | ${PYTHON_PN}-debugger \ |
16 | ${PYTHON_PN}-json \ | 16 | ${PYTHON_PN}-json \ |
17 | ${PYTHON_PN}-py \ | 17 | ${PYTHON_PN}-py \ |
18 | ${PYTHON_PN}-setuptools \ | 18 | ${PYTHON_PN}-setuptools \ |
19 | ${PYTHON_PN}-toml \ | 19 | ${PYTHON_PN}-toml \ |
20 | " | 20 | " |
21 | RDEPENDS_${PN}_class-native = "\ | 21 | RDEPENDS:${PN}:class-native = "\ |
22 | ${PYTHON_PN}-setuptools-native \ | 22 | ${PYTHON_PN}-setuptools-native \ |
23 | ${PYTHON_PN}-toml-native \ | 23 | ${PYTHON_PN}-toml-native \ |
24 | " | 24 | " |
diff --git a/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb index c066d8209f..63c0fe97ff 100644 --- a/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=19;md5=7a7126e068206290f3 | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch" | 9 | SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch" |
10 | 10 | ||
11 | SRC_URI += "file://0001-change-shebang-to-python3.patch" | 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch" |
12 | 12 | ||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "cfca9c97e7eebbc8abe18d5e5e962a08dcad55bb63afddd82d681de4d2 | |||
14 | 14 | ||
15 | DEPENDS += "${PYTHON_PN}" | 15 | DEPENDS += "${PYTHON_PN}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PYTHON_PN}-2to3 \ | 18 | ${PYTHON_PN}-2to3 \ |
19 | ${PYTHON_PN}-compile \ | 19 | ${PYTHON_PN}-compile \ |
20 | ${PYTHON_PN}-compression \ | 20 | ${PYTHON_PN}-compression \ |
@@ -36,7 +36,7 @@ RDEPENDS_${PN} = "\ | |||
36 | ${PYTHON_PN}-xml \ | 36 | ${PYTHON_PN}-xml \ |
37 | " | 37 | " |
38 | 38 | ||
39 | do_install_prepend() { | 39 | do_install:prepend() { |
40 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} | 40 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} |
41 | } | 41 | } |
42 | 42 | ||
@@ -46,8 +46,8 @@ BBCLASSEXTEND = "native nativesdk" | |||
46 | # and easy_install. Ship it in a separate package so that it can be used by | 46 | # and easy_install. Ship it in a separate package so that it can be used by |
47 | # minimal distributions. | 47 | # minimal distributions. |
48 | PACKAGES =+ "${PYTHON_PN}-pkg-resources " | 48 | PACKAGES =+ "${PYTHON_PN}-pkg-resources " |
49 | FILES_${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" | 49 | FILES:${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" |
50 | RDEPENDS_${PYTHON_PN}-pkg-resources = "\ | 50 | RDEPENDS:${PYTHON_PN}-pkg-resources = "\ |
51 | ${PYTHON_PN}-compression \ | 51 | ${PYTHON_PN}-compression \ |
52 | ${PYTHON_PN}-email \ | 52 | ${PYTHON_PN}-email \ |
53 | ${PYTHON_PN}-plistlib \ | 53 | ${PYTHON_PN}-plistlib \ |
diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.0.bb b/meta/recipes-devtools/python/python3-subunit_1.4.0.bb index 55066e2d0f..a06ded868f 100644 --- a/meta/recipes-devtools/python/python3-subunit_1.4.0.bb +++ b/meta/recipes-devtools/python/python3-subunit_1.4.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-subunit.inc | 2 | require python-subunit.inc |
3 | 3 | ||
4 | RDEPENDS_${PN} = " python3-testtools" | 4 | RDEPENDS:${PN} = " python3-testtools" |
diff --git a/meta/recipes-devtools/python/python3-toml_0.10.2.bb b/meta/recipes-devtools/python/python3-toml_0.10.2.bb index b46eba6fd1..be29cac798 100644 --- a/meta/recipes-devtools/python/python3-toml_0.10.2.bb +++ b/meta/recipes-devtools/python/python3-toml_0.10.2.bb | |||
@@ -10,6 +10,6 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | 12 | ||
13 | RDEPENDS_${PN} += " \ | 13 | RDEPENDS:${PN} += " \ |
14 | ${PYTHON_PN}-misc \ | 14 | ${PYTHON_PN}-misc \ |
15 | " | 15 | " |
diff --git a/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb b/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb index 3becb0dd8d..83e9b5eadb 100644 --- a/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb +++ b/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb | |||
@@ -10,5 +10,5 @@ SRC_URI[sha256sum] = "8be4668cda434163ce229d87ca273a11922cb1614cb359970b7dc96eed | |||
10 | 10 | ||
11 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native" |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-smartypants" | 13 | RDEPENDS:${PN} += "${PYTHON_PN}-smartypants" |
14 | 14 | ||
diff --git a/meta/recipes-devtools/python/python3-wcwidth_0.2.5.bb b/meta/recipes-devtools/python/python3-wcwidth_0.2.5.bb index bb4aae2e86..a532d3c5cb 100644 --- a/meta/recipes-devtools/python/python3-wcwidth_0.2.5.bb +++ b/meta/recipes-devtools/python/python3-wcwidth_0.2.5.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/recipes-devtools/python/python3-zipp_3.5.0.bb b/meta/recipes-devtools/python/python3-zipp_3.5.0.bb index ab12601e4e..d6f4676542 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.5.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.5.0.bb | |||
@@ -11,7 +11,7 @@ inherit pypi setuptools3 | |||
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-toml-native" | 12 | DEPENDS += "${PYTHON_PN}-toml-native" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "${PYTHON_PN}-compression \ | 14 | RDEPENDS:${PN} += "${PYTHON_PN}-compression \ |
15 | ${PYTHON_PN}-math \ | 15 | ${PYTHON_PN}-math \ |
16 | ${PYTHON_PN}-more-itertools" | 16 | ${PYTHON_PN}-more-itertools" |
17 | 17 | ||
diff --git a/meta/recipes-devtools/python/python3_3.9.6.bb b/meta/recipes-devtools/python/python3_3.9.6.bb index 986dfda83d..9fe8e03389 100644 --- a/meta/recipes-devtools/python/python3_3.9.6.bb +++ b/meta/recipes-devtools/python/python3_3.9.6.bb | |||
@@ -34,7 +34,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
34 | file://makerace.patch \ | 34 | file://makerace.patch \ |
35 | " | 35 | " |
36 | 36 | ||
37 | SRC_URI_append_class-native = " \ | 37 | SRC_URI:append:class-native = " \ |
38 | file://0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch \ | 38 | file://0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch \ |
39 | file://12-distutils-prefix-is-inside-staging-area.patch \ | 39 | file://12-distutils-prefix-is-inside-staging-area.patch \ |
40 | file://0001-Don-t-search-system-for-headers-libraries.patch \ | 40 | file://0001-Don-t-search-system-for-headers-libraries.patch \ |
@@ -65,24 +65,24 @@ inherit autotools pkgconfig qemu ptest multilib_header update-alternatives | |||
65 | 65 | ||
66 | MULTILIB_SUFFIX = "${@d.getVar('base_libdir',1).split('/')[-1]}" | 66 | MULTILIB_SUFFIX = "${@d.getVar('base_libdir',1).split('/')[-1]}" |
67 | 67 | ||
68 | ALTERNATIVE_${PN}-dev = "python3-config" | 68 | ALTERNATIVE:${PN}-dev = "python3-config" |
69 | ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config" | 69 | ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config" |
70 | ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" | 70 | ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" |
71 | 71 | ||
72 | 72 | ||
73 | DEPENDS = "bzip2-replacement-native libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux libtirpc libnsl2 autoconf-archive-native" | 73 | DEPENDS = "bzip2-replacement-native libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux libtirpc libnsl2 autoconf-archive-native" |
74 | DEPENDS_append_class-target = " python3-native" | 74 | DEPENDS:append:class-target = " python3-native" |
75 | DEPENDS_append_class-nativesdk = " python3-native" | 75 | DEPENDS:append:class-nativesdk = " python3-native" |
76 | 76 | ||
77 | EXTRA_OECONF = " --without-ensurepip --enable-shared --with-platlibdir=${baselib}" | 77 | EXTRA_OECONF = " --without-ensurepip --enable-shared --with-platlibdir=${baselib}" |
78 | EXTRA_OECONF_append_class-native = " --bindir=${bindir}/${PN}" | 78 | EXTRA_OECONF:append:class-native = " --bindir=${bindir}/${PN}" |
79 | 79 | ||
80 | export CROSSPYTHONPATH="${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/" | 80 | export CROSSPYTHONPATH="${STAGING_LIBDIR_NATIVE}/python${PYTHON_MAJMIN}/lib-dynload/" |
81 | 81 | ||
82 | EXTRANATIVEPATH += "python3-native" | 82 | EXTRANATIVEPATH += "python3-native" |
83 | 83 | ||
84 | # LTO will be enabled via packageconfig depending upong distro features | 84 | # LTO will be enabled via packageconfig depending upong distro features |
85 | LTO_class-target = "" | 85 | LTO:class-target = "" |
86 | 86 | ||
87 | CACHED_CONFIGUREVARS = " \ | 87 | CACHED_CONFIGUREVARS = " \ |
88 | ac_cv_file__dev_ptmx=yes \ | 88 | ac_cv_file__dev_ptmx=yes \ |
@@ -98,9 +98,9 @@ def possibly_include_pgo(d): | |||
98 | 98 | ||
99 | return '' | 99 | return '' |
100 | 100 | ||
101 | PACKAGECONFIG_class-target ??= "readline ${@possibly_include_pgo(d)} gdbm ${@bb.utils.filter('DISTRO_FEATURES', 'lto', d)}" | 101 | PACKAGECONFIG:class-target ??= "readline ${@possibly_include_pgo(d)} gdbm ${@bb.utils.filter('DISTRO_FEATURES', 'lto', d)}" |
102 | PACKAGECONFIG_class-native ??= "readline gdbm" | 102 | PACKAGECONFIG:class-native ??= "readline gdbm" |
103 | PACKAGECONFIG_class-nativesdk ??= "readline gdbm" | 103 | PACKAGECONFIG:class-nativesdk ??= "readline gdbm" |
104 | PACKAGECONFIG[readline] = ",,readline" | 104 | PACKAGECONFIG[readline] = ",,readline" |
105 | # Use profile guided optimisation by running PyBench inside qemu-user | 105 | # Use profile guided optimisation by running PyBench inside qemu-user |
106 | PACKAGECONFIG[pgo] = "--enable-optimizations,,qemu-native" | 106 | PACKAGECONFIG[pgo] = "--enable-optimizations,,qemu-native" |
@@ -108,7 +108,7 @@ PACKAGECONFIG[tk] = ",,tk" | |||
108 | PACKAGECONFIG[gdbm] = ",,gdbm" | 108 | PACKAGECONFIG[gdbm] = ",,gdbm" |
109 | PACKAGECONFIG[lto] = "--with-lto,," | 109 | PACKAGECONFIG[lto] = "--with-lto,," |
110 | 110 | ||
111 | do_configure_prepend () { | 111 | do_configure:prepend () { |
112 | mkdir -p ${B}/Modules | 112 | mkdir -p ${B}/Modules |
113 | cat > ${B}/Modules/Setup.local << EOF | 113 | cat > ${B}/Modules/Setup.local << EOF |
114 | *disabled* | 114 | *disabled* |
@@ -117,7 +117,7 @@ ${@bb.utils.contains('PACKAGECONFIG', 'readline', '', 'readline', d)} | |||
117 | EOF | 117 | EOF |
118 | } | 118 | } |
119 | 119 | ||
120 | CPPFLAGS_append = " -I${STAGING_INCDIR}/ncursesw -I${STAGING_INCDIR}/uuid" | 120 | CPPFLAGS:append = " -I${STAGING_INCDIR}/ncursesw -I${STAGING_INCDIR}/uuid" |
121 | 121 | ||
122 | EXTRA_OEMAKE = '\ | 122 | EXTRA_OEMAKE = '\ |
123 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | 123 | STAGING_LIBDIR=${STAGING_LIBDIR} \ |
@@ -125,7 +125,7 @@ EXTRA_OEMAKE = '\ | |||
125 | LIB=${baselib} \ | 125 | LIB=${baselib} \ |
126 | ' | 126 | ' |
127 | 127 | ||
128 | do_compile_prepend_class-target() { | 128 | do_compile:prepend:class-target() { |
129 | if ${@bb.utils.contains('PACKAGECONFIG', 'pgo', 'true', 'false', d)}; then | 129 | if ${@bb.utils.contains('PACKAGECONFIG', 'pgo', 'true', 'false', d)}; then |
130 | qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}', ['${B}', '${STAGING_DIR_TARGET}/${base_libdir}'])}" | 130 | qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}', ['${B}', '${STAGING_DIR_TARGET}/${base_libdir}'])}" |
131 | cat >pgo-wrapper <<EOF | 131 | cat >pgo-wrapper <<EOF |
@@ -137,15 +137,15 @@ EOF | |||
137 | fi | 137 | fi |
138 | } | 138 | } |
139 | 139 | ||
140 | do_install_prepend() { | 140 | do_install:prepend() { |
141 | ${WORKDIR}/check_build_completeness.py ${T}/log.do_compile | 141 | ${WORKDIR}/check_build_completeness.py ${T}/log.do_compile |
142 | } | 142 | } |
143 | 143 | ||
144 | do_install_append_class-target() { | 144 | do_install:append:class-target() { |
145 | oe_multilib_header python${PYTHON_MAJMIN}/pyconfig.h | 145 | oe_multilib_header python${PYTHON_MAJMIN}/pyconfig.h |
146 | } | 146 | } |
147 | 147 | ||
148 | do_install_append_class-native() { | 148 | do_install:append:class-native() { |
149 | # Make sure we use /usr/bin/env python | 149 | # Make sure we use /usr/bin/env python |
150 | for PYTHSCRIPT in `grep -rIl ${bindir}/${PN}/python ${D}${bindir}/${PN}`; do | 150 | for PYTHSCRIPT in `grep -rIl ${bindir}/${PN}/python ${D}${bindir}/${PN}`; do |
151 | sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT | 151 | sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT |
@@ -157,7 +157,7 @@ do_install_append_class-native() { | |||
157 | ln -s python3-native/python3 ${D}${bindir}/nativepython3 | 157 | ln -s python3-native/python3 ${D}${bindir}/nativepython3 |
158 | } | 158 | } |
159 | 159 | ||
160 | do_install_append() { | 160 | do_install:append() { |
161 | mkdir -p ${D}${libdir}/python-sysconfigdata | 161 | mkdir -p ${D}${libdir}/python-sysconfigdata |
162 | sysconfigfile=`find ${D} -name _sysconfig*.py` | 162 | sysconfigfile=`find ${D} -name _sysconfig*.py` |
163 | cp $sysconfigfile ${D}${libdir}/python-sysconfigdata/_sysconfigdata.py | 163 | cp $sysconfigfile ${D}${libdir}/python-sysconfigdata/_sysconfigdata.py |
@@ -179,7 +179,7 @@ do_install_append() { | |||
179 | rm ${D}${libdir}/python${PYTHON_MAJMIN}/test/__pycache__/test_xml_etree.cpython* | 179 | rm ${D}${libdir}/python${PYTHON_MAJMIN}/test/__pycache__/test_xml_etree.cpython* |
180 | } | 180 | } |
181 | 181 | ||
182 | do_install_append_class-nativesdk () { | 182 | do_install:append:class-nativesdk () { |
183 | # Make sure we use /usr/bin/env python | 183 | # Make sure we use /usr/bin/env python |
184 | for PYTHSCRIPT in `grep -rIl ${bindir}/python ${D}${bindir}`; do | 184 | for PYTHSCRIPT in `grep -rIl ${bindir}/python ${D}${bindir}`; do |
185 | sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT | 185 | sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT |
@@ -257,7 +257,7 @@ python(){ | |||
257 | if pypackage not in rprovides: | 257 | if pypackage not in rprovides: |
258 | rprovides.append(pypackage) | 258 | rprovides.append(pypackage) |
259 | 259 | ||
260 | d.setVar('RPROVIDES_class-native', ' '.join(rprovides)) | 260 | d.setVar('RPROVIDES:class-native', ' '.join(rprovides)) |
261 | 261 | ||
262 | # Then work on the target | 262 | # Then work on the target |
263 | include_pycs = d.getVar('INCLUDE_PYCS') | 263 | include_pycs = d.getVar('INCLUDE_PYCS') |
@@ -275,33 +275,33 @@ python(){ | |||
275 | newpackages.append(pypackage) | 275 | newpackages.append(pypackage) |
276 | 276 | ||
277 | # "Build" python's manifest FILES, RDEPENDS and SUMMARY | 277 | # "Build" python's manifest FILES, RDEPENDS and SUMMARY |
278 | d.setVar('FILES_' + pypackage, '') | 278 | d.setVar('FILES:' + pypackage, '') |
279 | for value in python_manifest[key]['files']: | 279 | for value in python_manifest[key]['files']: |
280 | d.appendVar('FILES_' + pypackage, ' ' + value) | 280 | d.appendVar('FILES:' + pypackage, ' ' + value) |
281 | 281 | ||
282 | # Add cached files | 282 | # Add cached files |
283 | if include_pycs == '1': | 283 | if include_pycs == '1': |
284 | for value in python_manifest[key]['cached']: | 284 | for value in python_manifest[key]['cached']: |
285 | d.appendVar('FILES_' + pypackage, ' ' + value) | 285 | d.appendVar('FILES:' + pypackage, ' ' + value) |
286 | 286 | ||
287 | for value in python_manifest[key]['rdepends']: | 287 | for value in python_manifest[key]['rdepends']: |
288 | # Make it work with or without $PN | 288 | # Make it work with or without $PN |
289 | if '${PN}' in value: | 289 | if '${PN}' in value: |
290 | value=value.split('-', 1)[1] | 290 | value=value.split('-', 1)[1] |
291 | d.appendVar('RDEPENDS_' + pypackage, ' ' + pn + '-' + value) | 291 | d.appendVar('RDEPENDS:' + pypackage, ' ' + pn + '-' + value) |
292 | 292 | ||
293 | for value in python_manifest[key].get('rrecommends', ()): | 293 | for value in python_manifest[key].get('rrecommends', ()): |
294 | if '${PN}' in value: | 294 | if '${PN}' in value: |
295 | value=value.split('-', 1)[1] | 295 | value=value.split('-', 1)[1] |
296 | d.appendVar('RRECOMMENDS_' + pypackage, ' ' + pn + '-' + value) | 296 | d.appendVar('RRECOMMENDS:' + pypackage, ' ' + pn + '-' + value) |
297 | 297 | ||
298 | d.setVar('SUMMARY_' + pypackage, python_manifest[key]['summary']) | 298 | d.setVar('SUMMARY:' + pypackage, python_manifest[key]['summary']) |
299 | 299 | ||
300 | # Prepending so to avoid python-misc getting everything | 300 | # Prepending so to avoid python-misc getting everything |
301 | packages = newpackages + packages | 301 | packages = newpackages + packages |
302 | d.setVar('PACKAGES', ' '.join(packages)) | 302 | d.setVar('PACKAGES', ' '.join(packages)) |
303 | d.setVar('ALLOW_EMPTY_${PN}-modules', '1') | 303 | d.setVar('ALLOW_EMPTY:${PN}-modules', '1') |
304 | d.setVar('ALLOW_EMPTY_${PN}-pkgutil', '1') | 304 | d.setVar('ALLOW_EMPTY:${PN}-pkgutil', '1') |
305 | } | 305 | } |
306 | 306 | ||
307 | # Files needed to create a new manifest | 307 | # Files needed to create a new manifest |
@@ -326,30 +326,30 @@ do_create_manifest() { | |||
326 | addtask do_create_manifest after do_patch do_prepare_recipe_sysroot | 326 | addtask do_create_manifest after do_patch do_prepare_recipe_sysroot |
327 | 327 | ||
328 | # manual dependency additions | 328 | # manual dependency additions |
329 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" | 329 | RRECOMMENDS:${PN}-core:append:class-nativesdk = " nativesdk-python3-modules" |
330 | RRECOMMENDS_${PN}-crypt_append_class-target = " ${MLPREFIX}openssl ${MLPREFIX}ca-certificates" | 330 | RRECOMMENDS:${PN}-crypt:append:class-target = " ${MLPREFIX}openssl ${MLPREFIX}ca-certificates" |
331 | RRECOMMENDS_${PN}-crypt_append_class-nativesdk = " ${MLPREFIX}openssl ${MLPREFIX}ca-certificates" | 331 | RRECOMMENDS:${PN}-crypt:append:class-nativesdk = " ${MLPREFIX}openssl ${MLPREFIX}ca-certificates" |
332 | 332 | ||
333 | # For historical reasons PN is empty and provided by python3-modules | 333 | # For historical reasons PN is empty and provided by python3-modules |
334 | FILES_${PN} = "" | 334 | FILES:${PN} = "" |
335 | RPROVIDES_${PN}-modules = "${PN}" | 335 | RPROVIDES:${PN}-modules = "${PN}" |
336 | 336 | ||
337 | FILES_${PN}-pydoc += "${bindir}/pydoc${PYTHON_MAJMIN} ${bindir}/pydoc3" | 337 | FILES:${PN}-pydoc += "${bindir}/pydoc${PYTHON_MAJMIN} ${bindir}/pydoc3" |
338 | FILES_${PN}-idle += "${bindir}/idle3 ${bindir}/idle${PYTHON_MAJMIN}" | 338 | FILES:${PN}-idle += "${bindir}/idle3 ${bindir}/idle${PYTHON_MAJMIN}" |
339 | 339 | ||
340 | # provide python-pyvenv from python3-venv | 340 | # provide python-pyvenv from python3-venv |
341 | RPROVIDES_${PN}-venv += "${MLPREFIX}python3-pyvenv" | 341 | RPROVIDES:${PN}-venv += "${MLPREFIX}python3-pyvenv" |
342 | 342 | ||
343 | # package libpython3 | 343 | # package libpython3 |
344 | PACKAGES =+ "libpython3 libpython3-staticdev" | 344 | PACKAGES =+ "libpython3 libpython3-staticdev" |
345 | FILES_libpython3 = "${libdir}/libpython*.so.*" | 345 | FILES:libpython3 = "${libdir}/libpython*.so.*" |
346 | FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a" | 346 | FILES:libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a" |
347 | INSANE_SKIP_${PN}-dev += "dev-elf" | 347 | INSANE_SKIP:${PN}-dev += "dev-elf" |
348 | INSANE_SKIP_${PN}-ptest = "dev-deps" | 348 | INSANE_SKIP:${PN}-ptest = "dev-deps" |
349 | 349 | ||
350 | # catch all the rest (unsorted) | 350 | # catch all the rest (unsorted) |
351 | PACKAGES += "${PN}-misc" | 351 | PACKAGES += "${PN}-misc" |
352 | RDEPENDS_${PN}-misc += "\ | 352 | RDEPENDS:${PN}-misc += "\ |
353 | ${PN}-core \ | 353 | ${PN}-core \ |
354 | ${PN}-email \ | 354 | ${PN}-email \ |
355 | ${PN}-codecs \ | 355 | ${PN}-codecs \ |
@@ -358,26 +358,26 @@ RDEPENDS_${PN}-misc += "\ | |||
358 | ${PN}-audio \ | 358 | ${PN}-audio \ |
359 | ${PN}-numbers \ | 359 | ${PN}-numbers \ |
360 | " | 360 | " |
361 | RDEPENDS_${PN}-modules_append_class-target = " ${MLPREFIX}python3-misc" | 361 | RDEPENDS:${PN}-modules:append:class-target = " ${MLPREFIX}python3-misc" |
362 | RDEPENDS_${PN}-modules_append_class-nativesdk = " ${MLPREFIX}python3-misc" | 362 | RDEPENDS:${PN}-modules:append:class-nativesdk = " ${MLPREFIX}python3-misc" |
363 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload" | 363 | FILES:${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload" |
364 | 364 | ||
365 | # catch manpage | 365 | # catch manpage |
366 | PACKAGES += "${PN}-man" | 366 | PACKAGES += "${PN}-man" |
367 | FILES_${PN}-man = "${datadir}/man" | 367 | FILES:${PN}-man = "${datadir}/man" |
368 | 368 | ||
369 | # See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 | 369 | # See https://bugs.python.org/issue18748 and https://bugs.python.org/issue37395 |
370 | RDEPENDS_libpython3_append_libc-glibc = " libgcc" | 370 | RDEPENDS:libpython3:append:libc-glibc = " libgcc" |
371 | RDEPENDS_${PN}-ctypes_append_libc-glibc = " ${MLPREFIX}ldconfig" | 371 | RDEPENDS:${PN}-ctypes:append:libc-glibc = " ${MLPREFIX}ldconfig" |
372 | RDEPENDS_${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev unzip bzip2 libgcc tzdata-europe coreutils sed" | 372 | RDEPENDS:${PN}-ptest = "${PN}-modules ${PN}-tests ${PN}-dev unzip bzip2 libgcc tzdata-europe coreutils sed" |
373 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" | 373 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-tr-tr.iso-8859-9" |
374 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" | 374 | RDEPENDS:${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" |
375 | RDEPENDS_${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter tcl', '', d)}" | 375 | RDEPENDS:${PN}-idle += "${@bb.utils.contains('PACKAGECONFIG', 'tk', '${PN}-tkinter tcl', '', d)}" |
376 | RDEPENDS_${PN}-dev = "" | 376 | RDEPENDS:${PN}-dev = "" |
377 | RDEPENDS_${PN}-pydoc += "${PN}-io" | 377 | RDEPENDS:${PN}-pydoc += "${PN}-io" |
378 | 378 | ||
379 | RDEPENDS_${PN}-tests_append_class-target = " ${MLPREFIX}bash" | 379 | RDEPENDS:${PN}-tests:append:class-target = " ${MLPREFIX}bash" |
380 | RDEPENDS_${PN}-tests_append_class-nativesdk = " ${MLPREFIX}bash" | 380 | RDEPENDS:${PN}-tests:append:class-nativesdk = " ${MLPREFIX}bash" |
381 | 381 | ||
382 | # Python's tests contain large numbers of files we don't need in the recipe sysroots | 382 | # Python's tests contain large numbers of files we don't need in the recipe sysroots |
383 | SYSROOT_PREPROCESS_FUNCS += " py3_sysroot_cleanup" | 383 | SYSROOT_PREPROCESS_FUNCS += " py3_sysroot_cleanup" |
diff --git a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb index ca1ad964dc..08c5ca7700 100644 --- a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb +++ b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Qemu helper scripts" | 1 | SUMMARY = "Qemu helper scripts" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | RDEPENDS_${PN} = "nativesdk-qemu \ | 3 | RDEPENDS:${PN} = "nativesdk-qemu \ |
4 | nativesdk-python3-shell nativesdk-python3-fcntl nativesdk-python3-logging \ | 4 | nativesdk-python3-shell nativesdk-python3-fcntl nativesdk-python3-logging \ |
5 | " | 5 | " |
6 | 6 | ||
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb index 2fc07669dd..ccf1c46783 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Helper utilities needed by the runqemu script" | 1 | SUMMARY = "Helper utilities needed by the runqemu script" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | RDEPENDS_${PN} = "qemu-system-native" | 3 | RDEPENDS:${PN} = "qemu-system-native" |
4 | PR = "r1" | 4 | PR = "r1" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" | 6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999" |
diff --git a/meta/recipes-devtools/qemu/qemu-native.inc b/meta/recipes-devtools/qemu/qemu-native.inc index 54e49d8bc6..5d3ba3486c 100644 --- a/meta/recipes-devtools/qemu/qemu-native.inc +++ b/meta/recipes-devtools/qemu/qemu-native.inc | |||
@@ -2,10 +2,10 @@ require qemu.inc | |||
2 | 2 | ||
3 | inherit native | 3 | inherit native |
4 | 4 | ||
5 | EXTRA_OEMAKE_append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" | 5 | EXTRA_OEMAKE:append = " LD='${LD}' AR='${AR}' OBJCOPY='${OBJCOPY}' LDFLAGS='${LDFLAGS}'" |
6 | 6 | ||
7 | LDFLAGS_append = " -fuse-ld=bfd" | 7 | LDFLAGS:append = " -fuse-ld=bfd" |
8 | 8 | ||
9 | do_install_append() { | 9 | do_install:append() { |
10 | ${@bb.utils.contains('PACKAGECONFIG', 'gtk+', 'make_qemu_wrapper', '', d)} | 10 | ${@bb.utils.contains('PACKAGECONFIG', 'gtk+', 'make_qemu_wrapper', '', d)} |
11 | } | 11 | } |
diff --git a/meta/recipes-devtools/qemu/qemu-native_6.0.0.bb b/meta/recipes-devtools/qemu/qemu-native_6.0.0.bb index d23d7a8ada..d9ef155569 100644 --- a/meta/recipes-devtools/qemu/qemu-native_6.0.0.bb +++ b/meta/recipes-devtools/qemu/qemu-native_6.0.0.bb | |||
@@ -4,6 +4,6 @@ DEPENDS = "glib-2.0-native zlib-native" | |||
4 | 4 | ||
5 | require qemu-native.inc | 5 | require qemu-native.inc |
6 | 6 | ||
7 | EXTRA_OECONF_append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-blobs --disable-guest-agent" | 7 | EXTRA_OECONF:append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-blobs --disable-guest-agent" |
8 | 8 | ||
9 | PACKAGECONFIG ??= "pie" | 9 | PACKAGECONFIG ??= "pie" |
diff --git a/meta/recipes-devtools/qemu/qemu-system-native_6.0.0.bb b/meta/recipes-devtools/qemu/qemu-system-native_6.0.0.bb index 9d7d0cdceb..1c12eb7cf2 100644 --- a/meta/recipes-devtools/qemu/qemu-system-native_6.0.0.bb +++ b/meta/recipes-devtools/qemu/qemu-system-native_6.0.0.bb | |||
@@ -9,16 +9,16 @@ require qemu-native.inc | |||
9 | # and avoid file clashes | 9 | # and avoid file clashes |
10 | DEPENDS = "glib-2.0-native zlib-native pixman-native qemu-native bison-native" | 10 | DEPENDS = "glib-2.0-native zlib-native pixman-native qemu-native bison-native" |
11 | 11 | ||
12 | EXTRA_OECONF_append = " --target-list=${@get_qemu_system_target_list(d)}" | 12 | EXTRA_OECONF:append = " --target-list=${@get_qemu_system_target_list(d)}" |
13 | 13 | ||
14 | PACKAGECONFIG ??= "fdt alsa kvm pie \ | 14 | PACKAGECONFIG ??= "fdt alsa kvm pie \ |
15 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer glx', '', d)} \ | 15 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer glx', '', d)} \ |
16 | " | 16 | " |
17 | 17 | ||
18 | # Handle distros such as CentOS 5 32-bit that do not have kvm support | 18 | # Handle distros such as CentOS 5 32-bit that do not have kvm support |
19 | PACKAGECONFIG_remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" | 19 | PACKAGECONFIG:remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}" |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install:append() { |
22 | install -Dm 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu | 22 | install -Dm 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu |
23 | 23 | ||
24 | # The following is also installed by qemu-native | 24 | # The following is also installed by qemu-native |
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 33a8baea7f..4de8a9098b 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -6,7 +6,7 @@ a variety of guest operating systems" | |||
6 | HOMEPAGE = "http://qemu.org" | 6 | HOMEPAGE = "http://qemu.org" |
7 | LICENSE = "GPLv2 & LGPLv2.1" | 7 | LICENSE = "GPLv2 & LGPLv2.1" |
8 | 8 | ||
9 | RDEPENDS_${PN}-ptest = "bash" | 9 | RDEPENDS:${PN}-ptest = "bash" |
10 | 10 | ||
11 | require qemu-targets.inc | 11 | require qemu-targets.inc |
12 | inherit pkgconfig ptest | 12 | inherit pkgconfig ptest |
@@ -44,8 +44,8 @@ UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | |||
44 | 44 | ||
45 | SRC_URI[sha256sum] = "87bc1a471ca24b97e7005711066007d443423d19aacda3d442558ae032fa30b9" | 45 | SRC_URI[sha256sum] = "87bc1a471ca24b97e7005711066007d443423d19aacda3d442558ae032fa30b9" |
46 | 46 | ||
47 | SRC_URI_append_class-target = " file://cross.patch" | 47 | SRC_URI:append:class-target = " file://cross.patch" |
48 | SRC_URI_append_class-nativesdk = " file://cross.patch" | 48 | SRC_URI:append:class-nativesdk = " file://cross.patch" |
49 | 49 | ||
50 | # Applies against virglrender < 0.6.0 and not qemu itself | 50 | # Applies against virglrender < 0.6.0 and not qemu itself |
51 | CVE_CHECK_WHITELIST += "CVE-2017-5957" | 51 | CVE_CHECK_WHITELIST += "CVE-2017-5957" |
@@ -58,14 +58,14 @@ CVE_CHECK_WHITELIST += "CVE-2007-0998" | |||
58 | # https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 | 58 | # https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 |
59 | CVE_CHECK_WHITELIST += "CVE-2018-18438" | 59 | CVE_CHECK_WHITELIST += "CVE-2018-18438" |
60 | 60 | ||
61 | COMPATIBLE_HOST_mipsarchn32 = "null" | 61 | COMPATIBLE_HOST:mipsarchn32 = "null" |
62 | COMPATIBLE_HOST_mipsarchn64 = "null" | 62 | COMPATIBLE_HOST:mipsarchn64 = "null" |
63 | 63 | ||
64 | # Per https://lists.nongnu.org/archive/html/qemu-devel/2020-09/msg03873.html | 64 | # Per https://lists.nongnu.org/archive/html/qemu-devel/2020-09/msg03873.html |
65 | # upstream states qemu doesn't work without optimization | 65 | # upstream states qemu doesn't work without optimization |
66 | DEBUG_BUILD = "0" | 66 | DEBUG_BUILD = "0" |
67 | 67 | ||
68 | do_install_append() { | 68 | do_install:append() { |
69 | # Prevent QA warnings about installed ${localstatedir}/run | 69 | # Prevent QA warnings about installed ${localstatedir}/run |
70 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi | 70 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi |
71 | } | 71 | } |
@@ -112,7 +112,7 @@ B = "${WORKDIR}/build" | |||
112 | 112 | ||
113 | #EXTRA_OECONF_append = " --python=${HOSTTOOLS_DIR}/python3" | 113 | #EXTRA_OECONF_append = " --python=${HOSTTOOLS_DIR}/python3" |
114 | 114 | ||
115 | do_configure_prepend_class-native() { | 115 | do_configure:prepend:class-native() { |
116 | # Append build host pkg-config paths for native target since the host may provide sdl | 116 | # Append build host pkg-config paths for native target since the host may provide sdl |
117 | BHOST_PKGCONFIG_PATH=$(PATH=/usr/bin:/bin pkg-config --variable pc_path pkg-config || echo "") | 117 | BHOST_PKGCONFIG_PATH=$(PATH=/usr/bin:/bin pkg-config --variable pc_path pkg-config || echo "") |
118 | if [ ! -z "$BHOST_PKGCONFIG_PATH" ]; then | 118 | if [ ! -z "$BHOST_PKGCONFIG_PATH" ]; then |
@@ -136,7 +136,7 @@ do_install () { | |||
136 | # This will trigger a MMU access fault in the virtual CPU. With this change, | 136 | # This will trigger a MMU access fault in the virtual CPU. With this change, |
137 | # the qemu-mips works fine. | 137 | # the qemu-mips works fine. |
138 | # IMPORTANT: This piece needs to be removed once the root cause is fixed! | 138 | # IMPORTANT: This piece needs to be removed once the root cause is fixed! |
139 | do_install_append() { | 139 | do_install:append() { |
140 | if [ -e "${D}/${bindir}/qemu-mips" ]; then | 140 | if [ -e "${D}/${bindir}/qemu-mips" ]; then |
141 | create_wrapper ${D}/${bindir}/qemu-mips \ | 141 | create_wrapper ${D}/${bindir}/qemu-mips \ |
142 | QEMU_RESERVED_VA=0x0 | 142 | QEMU_RESERVED_VA=0x0 |
@@ -156,8 +156,8 @@ make_qemu_wrapper() { | |||
156 | } | 156 | } |
157 | 157 | ||
158 | # Disable kvm/virgl/mesa on targets that do not support it | 158 | # Disable kvm/virgl/mesa on targets that do not support it |
159 | PACKAGECONFIG_remove_darwin = "kvm virglrenderer glx gtk+" | 159 | PACKAGECONFIG:remove:darwin = "kvm virglrenderer glx gtk+" |
160 | PACKAGECONFIG_remove_mingw32 = "kvm virglrenderer glx gtk+" | 160 | PACKAGECONFIG:remove:mingw32 = "kvm virglrenderer glx gtk+" |
161 | 161 | ||
162 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" | 162 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" |
163 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr --enable-cap-ng,--disable-virtfs,libcap-ng attr," | 163 | PACKAGECONFIG[virtfs] = "--enable-virtfs --enable-attr --enable-cap-ng,--disable-virtfs,libcap-ng attr," |
@@ -203,6 +203,6 @@ PACKAGECONFIG[ust] = "--enable-trace-backend=ust,--enable-trace-backend=nop,lttn | |||
203 | PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,," | 203 | PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,," |
204 | PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" | 204 | PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" |
205 | 205 | ||
206 | INSANE_SKIP_${PN} = "arch" | 206 | INSANE_SKIP:${PN} = "arch" |
207 | 207 | ||
208 | FILES_${PN} += "${datadir}/icons" | 208 | FILES:${PN} += "${datadir}/icons" |
diff --git a/meta/recipes-devtools/qemu/qemu_6.0.0.bb b/meta/recipes-devtools/qemu/qemu_6.0.0.bb index 90b135a617..f8a816b12b 100644 --- a/meta/recipes-devtools/qemu/qemu_6.0.0.bb +++ b/meta/recipes-devtools/qemu/qemu_6.0.0.bb | |||
@@ -4,17 +4,17 @@ require qemu.inc | |||
4 | 4 | ||
5 | # error: a parameter list without types is only allowed in a function definition | 5 | # error: a parameter list without types is only allowed in a function definition |
6 | # void (*_function)(sigval_t); | 6 | # void (*_function)(sigval_t); |
7 | COMPATIBLE_HOST_libc-musl = 'null' | 7 | COMPATIBLE_HOST:libc-musl = 'null' |
8 | 8 | ||
9 | DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native" | 9 | DEPENDS = "glib-2.0 zlib pixman bison-native ninja-native meson-native" |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target += "bash" | 11 | RDEPENDS:${PN}:class-target += "bash" |
12 | 12 | ||
13 | EXTRA_OECONF_append_class-target = " --target-list=${@get_qemu_target_list(d)}" | 13 | EXTRA_OECONF:append:class-target = " --target-list=${@get_qemu_target_list(d)}" |
14 | EXTRA_OECONF_append_class-target_mipsarcho32 = "${@bb.utils.contains('BBEXTENDCURR', 'multilib', ' --disable-capstone', '', d)}" | 14 | EXTRA_OECONF:append:class-target:mipsarcho32 = "${@bb.utils.contains('BBEXTENDCURR', 'multilib', ' --disable-capstone', '', d)}" |
15 | EXTRA_OECONF_append_class-nativesdk = " --target-list=${@get_qemu_target_list(d)}" | 15 | EXTRA_OECONF:append:class-nativesdk = " --target-list=${@get_qemu_target_list(d)}" |
16 | 16 | ||
17 | do_install_append_class-nativesdk() { | 17 | do_install:append:class-nativesdk() { |
18 | ${@bb.utils.contains('PACKAGECONFIG', 'gtk+', 'make_qemu_wrapper', '', d)} | 18 | ${@bb.utils.contains('PACKAGECONFIG', 'gtk+', 'make_qemu_wrapper', '', d)} |
19 | } | 19 | } |
20 | 20 | ||
@@ -24,6 +24,6 @@ PACKAGECONFIG ??= " \ | |||
24 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer glx', '', d)} \ | 24 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer glx', '', d)} \ |
25 | ${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)} \ | 25 | ${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)} \ |
26 | " | 26 | " |
27 | PACKAGECONFIG_class-nativesdk ??= "fdt sdl kvm pie \ | 27 | PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie \ |
28 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer glx', '', d)} \ | 28 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virglrenderer glx', '', d)} \ |
29 | " | 29 | " |
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index d7ecda7aaa..f85de384d2 100644 --- a/meta/recipes-devtools/quilt/quilt.inc +++ b/meta/recipes-devtools/quilt/quilt.inc | |||
@@ -14,36 +14,36 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/quilt/quilt-${PV}.tar.gz \ | |||
14 | file://0001-tests-Allow-different-output-from-mv.patch \ | 14 | file://0001-tests-Allow-different-output-from-mv.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI_append_class-target = " file://gnu_patch_test_fix_target.patch" | 17 | SRC_URI:append:class-target = " file://gnu_patch_test_fix_target.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "6800c2404a2c0598ab2eff92a636ba70" | 19 | SRC_URI[md5sum] = "6800c2404a2c0598ab2eff92a636ba70" |
20 | SRC_URI[sha256sum] = "314b319a6feb13bf9d0f9ffa7ce6683b06919e734a41275087ea457cc9dc6e07" | 20 | SRC_URI[sha256sum] = "314b319a6feb13bf9d0f9ffa7ce6683b06919e734a41275087ea457cc9dc6e07" |
21 | 21 | ||
22 | inherit autotools-brokensep ptest | 22 | inherit autotools-brokensep ptest |
23 | 23 | ||
24 | INHIBIT_AUTOTOOLS_DEPS_class-native = "1" | 24 | INHIBIT_AUTOTOOLS_DEPS:class-native = "1" |
25 | PATCHTOOL_class-native = "patch" | 25 | PATCHTOOL:class-native = "patch" |
26 | 26 | ||
27 | CLEANBROKEN = "1" | 27 | CLEANBROKEN = "1" |
28 | 28 | ||
29 | EXTRA_OECONF = "--with-perl='${USRBINPATH}/env perl' --with-patch=patch" | 29 | EXTRA_OECONF = "--with-perl='${USRBINPATH}/env perl' --with-patch=patch" |
30 | EXTRA_OECONF_append_class-native = " --disable-nls" | 30 | EXTRA_OECONF:append:class-native = " --disable-nls" |
31 | EXTRA_AUTORECONF += "--exclude=aclocal" | 31 | EXTRA_AUTORECONF += "--exclude=aclocal" |
32 | 32 | ||
33 | CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash ac_cv_path_COLUMN=column" | 33 | CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash ac_cv_path_COLUMN=column" |
34 | 34 | ||
35 | # Make sure we don't have "-w" in shebang lines: it breaks using | 35 | # Make sure we don't have "-w" in shebang lines: it breaks using |
36 | # "/usr/bin/env perl" as parser | 36 | # "/usr/bin/env perl" as parser |
37 | do_configure_prepend () { | 37 | do_configure:prepend () { |
38 | find ${S} -name "*.in" -exec sed -i -e "1s,^#\!.*@PERL@ -w$,#\! @PERL@\nuse warnings;," {} \; | 38 | find ${S} -name "*.in" -exec sed -i -e "1s,^#\!.*@PERL@ -w$,#\! @PERL@\nuse warnings;," {} \; |
39 | } | 39 | } |
40 | 40 | ||
41 | # Don't setup symlinks to host utilities, we don't need them | 41 | # Don't setup symlinks to host utilities, we don't need them |
42 | do_configure_append () { | 42 | do_configure:append () { |
43 | sed -e 's,^COMPAT_SYMLINKS.*:=.*,COMPAT_SYMLINKS :=,' -i ${S}/Makefile | 43 | sed -e 's,^COMPAT_SYMLINKS.*:=.*,COMPAT_SYMLINKS :=,' -i ${S}/Makefile |
44 | } | 44 | } |
45 | 45 | ||
46 | do_configure_class-native () { | 46 | do_configure:class-native () { |
47 | oe_runconf | 47 | oe_runconf |
48 | } | 48 | } |
49 | 49 | ||
@@ -54,7 +54,7 @@ do_install () { | |||
54 | rm -rf ${D}/${datadir}/emacs | 54 | rm -rf ${D}/${datadir}/emacs |
55 | } | 55 | } |
56 | 56 | ||
57 | do_install_append_class-native () { | 57 | do_install:append:class-native () { |
58 | # Dummy quiltrc file for patch.bbclass | 58 | # Dummy quiltrc file for patch.bbclass |
59 | install -d ${D}${sysconfdir}/ | 59 | install -d ${D}${sysconfdir}/ |
60 | touch ${D}${sysconfdir}/quiltrc | 60 | touch ${D}${sysconfdir}/quiltrc |
@@ -75,16 +75,16 @@ do_install_ptest() { | |||
75 | 75 | ||
76 | PACKAGES += "guards guards-doc" | 76 | PACKAGES += "guards guards-doc" |
77 | 77 | ||
78 | FILES_${PN} = "${sysconfdir} ${datadir}/quilt \ | 78 | FILES:${PN} = "${sysconfdir} ${datadir}/quilt \ |
79 | ${bindir}/quilt ${libdir}/quilt" | 79 | ${bindir}/quilt ${libdir}/quilt" |
80 | FILES_guards = "${bindir}/guards" | 80 | FILES:guards = "${bindir}/guards" |
81 | FILES_${PN}-doc = "${mandir}/man1/quilt.1 ${docdir}/${BPN}" | 81 | FILES:${PN}-doc = "${mandir}/man1/quilt.1 ${docdir}/${BPN}" |
82 | FILES_guards-doc = "${mandir}/man1/guards.1" | 82 | FILES:guards-doc = "${mandir}/man1/guards.1" |
83 | 83 | ||
84 | RDEPENDS_${PN} = "bash patch diffstat bzip2 util-linux less" | 84 | RDEPENDS:${PN} = "bash patch diffstat bzip2 util-linux less" |
85 | RDEPENDS_${PN}_class-native = "diffstat-native patch-native bzip2-native" | 85 | RDEPENDS:${PN}:class-native = "diffstat-native patch-native bzip2-native" |
86 | 86 | ||
87 | RDEPENDS_${PN}-ptest = "make file sed gawk diffutils findutils ed perl \ | 87 | RDEPENDS:${PN}-ptest = "make file sed gawk diffutils findutils ed perl \ |
88 | perl-module-filehandle perl-module-getopt-std \ | 88 | perl-module-filehandle perl-module-getopt-std \ |
89 | perl-module-posix perl-module-file-temp \ | 89 | perl-module-posix perl-module-file-temp \ |
90 | perl-module-text-parsewords perl-module-overloading \ | 90 | perl-module-text-parsewords perl-module-overloading \ |
diff --git a/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb b/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb index 95a6f5cf71..9cb8f551a2 100644 --- a/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb +++ b/meta/recipes-devtools/rpm/rpm_4.16.1.3.bb | |||
@@ -5,16 +5,16 @@ verifying, querying, and updating software packages. Each software \ | |||
5 | package consists of an archive of files along with information about \ | 5 | package consists of an archive of files along with information about \ |
6 | the package like its version, a description, etc." | 6 | the package like its version, a description, etc." |
7 | 7 | ||
8 | SUMMARY_${PN}-dev = "Development files for manipulating RPM packages" | 8 | SUMMARY:${PN}-dev = "Development files for manipulating RPM packages" |
9 | DESCRIPTION_${PN}-dev = "This package contains the RPM C library and header files. These \ | 9 | DESCRIPTION:${PN}-dev = "This package contains the RPM C library and header files. These \ |
10 | development files will simplify the process of writing programs that \ | 10 | development files will simplify the process of writing programs that \ |
11 | manipulate RPM packages and databases. These files are intended to \ | 11 | manipulate RPM packages and databases. These files are intended to \ |
12 | simplify the process of creating graphical package managers or any \ | 12 | simplify the process of creating graphical package managers or any \ |
13 | other tools that need an intimate knowledge of RPM packages in order \ | 13 | other tools that need an intimate knowledge of RPM packages in order \ |
14 | to function." | 14 | to function." |
15 | 15 | ||
16 | SUMMARY_python3-rpm = "Python bindings for apps which will manupulate RPM packages" | 16 | SUMMARY:python3-rpm = "Python bindings for apps which will manupulate RPM packages" |
17 | DESCRIPTION_python3-rpm = "The python3-rpm package contains a module that permits applications \ | 17 | DESCRIPTION:python3-rpm = "The python3-rpm package contains a module that permits applications \ |
18 | written in the Python programming language to use the interface \ | 18 | written in the Python programming language to use the interface \ |
19 | supplied by the RPM Package Manager libraries." | 19 | supplied by the RPM Package Manager libraries." |
20 | 20 | ||
@@ -48,7 +48,7 @@ SRCREV = "3659b8a04f5b8bacf6535e0124e7fe23f15286bd" | |||
48 | S = "${WORKDIR}/git" | 48 | S = "${WORKDIR}/git" |
49 | 49 | ||
50 | DEPENDS = "libgcrypt file popt xz bzip2 elfutils python3" | 50 | DEPENDS = "libgcrypt file popt xz bzip2 elfutils python3" |
51 | DEPENDS_append_class-native = " file-replacement-native bzip2-replacement-native" | 51 | DEPENDS:append:class-native = " file-replacement-native bzip2-replacement-native" |
52 | 52 | ||
53 | inherit autotools gettext pkgconfig python3native | 53 | inherit autotools gettext pkgconfig python3native |
54 | export PYTHON_ABI | 54 | export PYTHON_ABI |
@@ -56,24 +56,24 @@ export PYTHON_ABI | |||
56 | AUTOTOOLS_AUXDIR = "${S}/build-aux" | 56 | AUTOTOOLS_AUXDIR = "${S}/build-aux" |
57 | 57 | ||
58 | # OE-core patches autoreconf to additionally run gnu-configize, which fails with this recipe | 58 | # OE-core patches autoreconf to additionally run gnu-configize, which fails with this recipe |
59 | EXTRA_AUTORECONF_append = " --exclude=gnu-configize" | 59 | EXTRA_AUTORECONF:append = " --exclude=gnu-configize" |
60 | 60 | ||
61 | EXTRA_OECONF_append = " --without-lua --enable-python --with-crypto=libgcrypt" | 61 | EXTRA_OECONF:append = " --without-lua --enable-python --with-crypto=libgcrypt" |
62 | EXTRA_OECONF_append_libc-musl = " --disable-nls --disable-openmp" | 62 | EXTRA_OECONF:append:libc-musl = " --disable-nls --disable-openmp" |
63 | 63 | ||
64 | # --sysconfdir prevents rpm from attempting to access machine-specific configuration in sysroot/etc; we need to have it in rootfs | 64 | # --sysconfdir prevents rpm from attempting to access machine-specific configuration in sysroot/etc; we need to have it in rootfs |
65 | # --localstatedir prevents rpm from writing its database to native sysroot when building images | 65 | # --localstatedir prevents rpm from writing its database to native sysroot when building images |
66 | # Forcibly disable plugins for native/nativesdk, as the inhibit and prioreset | 66 | # Forcibly disable plugins for native/nativesdk, as the inhibit and prioreset |
67 | # plugins both behave badly inside builds. | 67 | # plugins both behave badly inside builds. |
68 | EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" | 68 | EXTRA_OECONF:append:class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" |
69 | EXTRA_OECONF_append_class-nativesdk = " --sysconfdir=/etc --disable-plugins" | 69 | EXTRA_OECONF:append:class-nativesdk = " --sysconfdir=/etc --disable-plugins" |
70 | 70 | ||
71 | BBCLASSEXTEND = "native nativesdk" | 71 | BBCLASSEXTEND = "native nativesdk" |
72 | 72 | ||
73 | PACKAGECONFIG ??= "bdb ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'inhibit', '', d)}" | 73 | PACKAGECONFIG ??= "bdb ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'inhibit', '', d)}" |
74 | # The inhibit plugin serves no purpose outside of the target | 74 | # The inhibit plugin serves no purpose outside of the target |
75 | PACKAGECONFIG_remove_class-native = "inhibit" | 75 | PACKAGECONFIG:remove:class-native = "inhibit" |
76 | PACKAGECONFIG_remove_class-nativesdk = "inhibit" | 76 | PACKAGECONFIG:remove:class-nativesdk = "inhibit" |
77 | 77 | ||
78 | PACKAGECONFIG[bdb] = "--enable-bdb,--disable-bdb,db" | 78 | PACKAGECONFIG[bdb] = "--enable-bdb,--disable-bdb,db" |
79 | PACKAGECONFIG[imaevm] = "--with-imaevm,,ima-evm-utils" | 79 | PACKAGECONFIG[imaevm] = "--with-imaevm,,ima-evm-utils" |
@@ -98,11 +98,11 @@ WRAPPER_TOOLS = " \ | |||
98 | ${libdir}/rpm/rpmdeps \ | 98 | ${libdir}/rpm/rpmdeps \ |
99 | " | 99 | " |
100 | 100 | ||
101 | do_configure_prepend() { | 101 | do_configure:prepend() { |
102 | mkdir -p ${S}/build-aux | 102 | mkdir -p ${S}/build-aux |
103 | } | 103 | } |
104 | 104 | ||
105 | do_install_append_class-native() { | 105 | do_install:append:class-native() { |
106 | for tool in ${WRAPPER_TOOLS}; do | 106 | for tool in ${WRAPPER_TOOLS}; do |
107 | test -x ${D}$tool && create_wrapper ${D}$tool \ | 107 | test -x ${D}$tool && create_wrapper ${D}$tool \ |
108 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ | 108 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ |
@@ -112,7 +112,7 @@ do_install_append_class-native() { | |||
112 | done | 112 | done |
113 | } | 113 | } |
114 | 114 | ||
115 | do_install_append_class-nativesdk() { | 115 | do_install:append:class-nativesdk() { |
116 | for tool in ${WRAPPER_TOOLS}; do | 116 | for tool in ${WRAPPER_TOOLS}; do |
117 | test -x ${D}$tool && create_wrapper ${D}$tool \ | 117 | test -x ${D}$tool && create_wrapper ${D}$tool \ |
118 | RPM_CONFIGDIR='`dirname $''realpath`'/${@os.path.relpath(d.getVar('libdir'), d.getVar('bindir'))}/rpm \ | 118 | RPM_CONFIGDIR='`dirname $''realpath`'/${@os.path.relpath(d.getVar('libdir'), d.getVar('bindir'))}/rpm \ |
@@ -128,11 +128,11 @@ do_install_append_class-nativesdk() { | |||
128 | } | 128 | } |
129 | 129 | ||
130 | # Rpm's make install creates var/tmp which clashes with base-files packaging | 130 | # Rpm's make install creates var/tmp which clashes with base-files packaging |
131 | do_install_append_class-target() { | 131 | do_install:append:class-target() { |
132 | rm -rf ${D}/var | 132 | rm -rf ${D}/var |
133 | } | 133 | } |
134 | 134 | ||
135 | do_install_append () { | 135 | do_install:append () { |
136 | sed -i -e 's:${HOSTTOOLS_DIR}/::g' \ | 136 | sed -i -e 's:${HOSTTOOLS_DIR}/::g' \ |
137 | ${D}/${libdir}/rpm/macros | 137 | ${D}/${libdir}/rpm/macros |
138 | 138 | ||
@@ -140,17 +140,17 @@ do_install_append () { | |||
140 | ${D}${libdir}/rpm/pythondistdeps.py | 140 | ${D}${libdir}/rpm/pythondistdeps.py |
141 | } | 141 | } |
142 | 142 | ||
143 | FILES_${PN} += "${libdir}/rpm-plugins/*.so \ | 143 | FILES:${PN} += "${libdir}/rpm-plugins/*.so \ |
144 | " | 144 | " |
145 | FILES_${PN}_append_class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/rpm.sh" | 145 | FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/rpm.sh" |
146 | 146 | ||
147 | FILES_${PN}-dev += "${libdir}/rpm-plugins/*.la \ | 147 | FILES:${PN}-dev += "${libdir}/rpm-plugins/*.la \ |
148 | " | 148 | " |
149 | PACKAGE_BEFORE_PN += "${PN}-build ${PN}-sign ${PN}-archive" | 149 | PACKAGE_BEFORE_PN += "${PN}-build ${PN}-sign ${PN}-archive" |
150 | 150 | ||
151 | RRECOMMENDS_${PN} += "rpm-build rpm-sign rpm-archive" | 151 | RRECOMMENDS:${PN} += "rpm-build rpm-sign rpm-archive" |
152 | 152 | ||
153 | FILES_${PN}-build = "\ | 153 | FILES:${PN}-build = "\ |
154 | ${bindir}/rpmbuild \ | 154 | ${bindir}/rpmbuild \ |
155 | ${bindir}/gendiff \ | 155 | ${bindir}/gendiff \ |
156 | ${bindir}/rpmspec \ | 156 | ${bindir}/rpmspec \ |
@@ -172,20 +172,20 @@ FILES_${PN}-build = "\ | |||
172 | ${libdir}/rpm/fileattrs/* \ | 172 | ${libdir}/rpm/fileattrs/* \ |
173 | " | 173 | " |
174 | 174 | ||
175 | FILES_${PN}-sign = "\ | 175 | FILES:${PN}-sign = "\ |
176 | ${bindir}/rpmsign \ | 176 | ${bindir}/rpmsign \ |
177 | ${libdir}/librpmsign.so.* \ | 177 | ${libdir}/librpmsign.so.* \ |
178 | " | 178 | " |
179 | 179 | ||
180 | FILES_${PN}-archive = "\ | 180 | FILES:${PN}-archive = "\ |
181 | ${bindir}/rpm2archive \ | 181 | ${bindir}/rpm2archive \ |
182 | " | 182 | " |
183 | 183 | ||
184 | PACKAGES += "python3-rpm" | 184 | PACKAGES += "python3-rpm" |
185 | PROVIDES += "python3-rpm" | 185 | PROVIDES += "python3-rpm" |
186 | FILES_python3-rpm = "${PYTHON_SITEPACKAGES_DIR}/rpm/*" | 186 | FILES:python3-rpm = "${PYTHON_SITEPACKAGES_DIR}/rpm/*" |
187 | 187 | ||
188 | RDEPENDS_${PN}-build = "bash perl python3-core" | 188 | RDEPENDS:${PN}-build = "bash perl python3-core" |
189 | 189 | ||
190 | PACKAGE_PREPROCESS_FUNCS += "rpm_package_preprocess" | 190 | PACKAGE_PREPROCESS_FUNCS += "rpm_package_preprocess" |
191 | 191 | ||
diff --git a/meta/recipes-devtools/rsync/rsync_3.2.3.bb b/meta/recipes-devtools/rsync/rsync_3.2.3.bb index cb18667755..b6d07726d1 100644 --- a/meta/recipes-devtools/rsync/rsync_3.2.3.bb +++ b/meta/recipes-devtools/rsync/rsync_3.2.3.bb | |||
@@ -45,15 +45,15 @@ EXTRA_OECONF = "--disable-simd --disable-md2man --disable-asm --with-nobody-grou | |||
45 | 45 | ||
46 | # rsync 3.0 uses configure.sh instead of configure, and | 46 | # rsync 3.0 uses configure.sh instead of configure, and |
47 | # makefile checks the existence of configure.sh | 47 | # makefile checks the existence of configure.sh |
48 | do_configure_prepend () { | 48 | do_configure:prepend () { |
49 | rm -f ${S}/configure ${S}/configure.sh | 49 | rm -f ${S}/configure ${S}/configure.sh |
50 | } | 50 | } |
51 | 51 | ||
52 | do_configure_append () { | 52 | do_configure:append () { |
53 | cp -f ${S}/configure ${S}/configure.sh | 53 | cp -f ${S}/configure ${S}/configure.sh |
54 | } | 54 | } |
55 | 55 | ||
56 | do_install_append() { | 56 | do_install:append() { |
57 | install -d ${D}${sysconfdir} | 57 | install -d ${D}${sysconfdir} |
58 | install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir} | 58 | install -m 0644 ${WORKDIR}/rsyncd.conf ${D}${sysconfdir} |
59 | } | 59 | } |
diff --git a/meta/recipes-devtools/ruby/ruby.inc b/meta/recipes-devtools/ruby/ruby.inc index 1cede8d47c..c953a27042 100644 --- a/meta/recipes-devtools/ruby/ruby.inc +++ b/meta/recipes-devtools/ruby/ruby.inc | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | DEPENDS = "ruby-native zlib openssl libyaml gdbm readline libffi" | 16 | DEPENDS = "ruby-native zlib openssl libyaml gdbm readline libffi" |
17 | DEPENDS_class-native = "openssl-native libyaml-native readline-native zlib-native" | 17 | DEPENDS:class-native = "openssl-native libyaml-native readline-native zlib-native" |
18 | 18 | ||
19 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 19 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
20 | SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ | 20 | SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ |
@@ -33,7 +33,7 @@ inherit autotools ptest | |||
33 | # that the libraries aren't available and hence that the extension can't be | 33 | # that the libraries aren't available and hence that the extension can't be |
34 | # built. | 34 | # built. |
35 | 35 | ||
36 | do_configure_prepend() { | 36 | do_configure:prepend() { |
37 | sed -i "s#%%TARGET_CFLAGS%%#$CFLAGS#; s#%%TARGET_LDFLAGS%%#$LDFLAGS#" ${S}/common.mk | 37 | sed -i "s#%%TARGET_CFLAGS%%#$CFLAGS#; s#%%TARGET_LDFLAGS%%#$LDFLAGS#" ${S}/common.mk |
38 | rm -rf ${S}/ruby/ | 38 | rm -rf ${S}/ruby/ |
39 | } | 39 | } |
diff --git a/meta/recipes-devtools/ruby/ruby_3.0.2.bb b/meta/recipes-devtools/ruby/ruby_3.0.2.bb index f88e874c7b..a082735574 100644 --- a/meta/recipes-devtools/ruby/ruby_3.0.2.bb +++ b/meta/recipes-devtools/ruby/ruby_3.0.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require ruby.inc | 1 | require ruby.inc |
2 | 2 | ||
3 | DEPENDS_append_libc-musl = " libucontext" | 3 | DEPENDS:append:libc-musl = " libucontext" |
4 | 4 | ||
5 | SRC_URI += " \ | 5 | SRC_URI += " \ |
6 | file://remove_has_include_macros.patch \ | 6 | file://remove_has_include_macros.patch \ |
@@ -26,16 +26,16 @@ EXTRA_OECONF = "\ | |||
26 | --with-pkg-config=pkg-config \ | 26 | --with-pkg-config=pkg-config \ |
27 | " | 27 | " |
28 | 28 | ||
29 | EXTRA_OECONF_append_libc-musl = "\ | 29 | EXTRA_OECONF:append:libc-musl = "\ |
30 | LIBS='-lucontext' \ | 30 | LIBS='-lucontext' \ |
31 | ac_cv_func_isnan=yes \ | 31 | ac_cv_func_isnan=yes \ |
32 | ac_cv_func_isinf=yes \ | 32 | ac_cv_func_isinf=yes \ |
33 | " | 33 | " |
34 | 34 | ||
35 | EXTRA_OECONF_append_libc-musl_riscv64 = "\ | 35 | EXTRA_OECONF:append:libc-musl:riscv64 = "\ |
36 | --with-coroutine=copy \ | 36 | --with-coroutine=copy \ |
37 | " | 37 | " |
38 | EXTRA_OECONF_append_libc-musl_riscv32 = "\ | 38 | EXTRA_OECONF:append:libc-musl:riscv32 = "\ |
39 | --with-coroutine=copy \ | 39 | --with-coroutine=copy \ |
40 | " | 40 | " |
41 | 41 | ||
@@ -43,7 +43,7 @@ do_install() { | |||
43 | oe_runmake 'DESTDIR=${D}' install | 43 | oe_runmake 'DESTDIR=${D}' install |
44 | } | 44 | } |
45 | 45 | ||
46 | do_install_append_class-target () { | 46 | do_install:append:class-target () { |
47 | # Find out rbconfig.rb from .installed.list | 47 | # Find out rbconfig.rb from .installed.list |
48 | rbconfig_rb=`grep rbconfig.rb ${B}/.installed.list` | 48 | rbconfig_rb=`grep rbconfig.rb ${B}/.installed.list` |
49 | # Remove build host directories | 49 | # Remove build host directories |
@@ -80,17 +80,17 @@ do_install_ptest () { | |||
80 | 80 | ||
81 | PACKAGES =+ "${PN}-ri-docs ${PN}-rdoc" | 81 | PACKAGES =+ "${PN}-ri-docs ${PN}-rdoc" |
82 | 82 | ||
83 | SUMMARY_${PN}-ri-docs = "ri (Ruby Interactive) documentation for the Ruby standard library" | 83 | SUMMARY:${PN}-ri-docs = "ri (Ruby Interactive) documentation for the Ruby standard library" |
84 | RDEPENDS_${PN}-ri-docs = "${PN}" | 84 | RDEPENDS:${PN}-ri-docs = "${PN}" |
85 | FILES_${PN}-ri-docs += "${datadir}/ri" | 85 | FILES:${PN}-ri-docs += "${datadir}/ri" |
86 | 86 | ||
87 | SUMMARY_${PN}-rdoc = "RDoc documentation generator from Ruby source" | 87 | SUMMARY:${PN}-rdoc = "RDoc documentation generator from Ruby source" |
88 | RDEPENDS_${PN}-rdoc = "${PN}" | 88 | RDEPENDS:${PN}-rdoc = "${PN}" |
89 | FILES_${PN}-rdoc += "${libdir}/ruby/*/rdoc ${bindir}/rdoc" | 89 | FILES:${PN}-rdoc += "${libdir}/ruby/*/rdoc ${bindir}/rdoc" |
90 | 90 | ||
91 | FILES_${PN} += "${datadir}/rubygems" | 91 | FILES:${PN} += "${datadir}/rubygems" |
92 | 92 | ||
93 | FILES_${PN}-ptest_append_class-target = "\ | 93 | FILES:${PN}-ptest:append:class-target = "\ |
94 | ${libdir}/ruby/include \ | 94 | ${libdir}/ruby/include \ |
95 | ${libdir}/ruby/${SHRT_VER}.0/*/-test- \ | 95 | ${libdir}/ruby/${SHRT_VER}.0/*/-test- \ |
96 | " | 96 | " |
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb b/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb index c353d4b79c..deddf11f4f 100644 --- a/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb +++ b/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb | |||
@@ -16,7 +16,7 @@ inherit allarch systemd update-rc.d | |||
16 | INITSCRIPT_NAME = "run-postinsts" | 16 | INITSCRIPT_NAME = "run-postinsts" |
17 | INITSCRIPT_PARAMS = "start 99 S ." | 17 | INITSCRIPT_PARAMS = "start 99 S ." |
18 | 18 | ||
19 | SYSTEMD_SERVICE_${PN} = "run-postinsts.service" | 19 | SYSTEMD_SERVICE:${PN} = "run-postinsts.service" |
20 | 20 | ||
21 | do_configure() { | 21 | do_configure() { |
22 | : | 22 | : |
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index 137e5097fa..1a9e8f108b 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |||
@@ -37,9 +37,9 @@ do_install() { | |||
37 | install -m 0644 "${S}"/squashfs_fs.h "${D}${includedir}" | 37 | install -m 0644 "${S}"/squashfs_fs.h "${D}${includedir}" |
38 | } | 38 | } |
39 | 39 | ||
40 | ARM_INSTRUCTION_SET_armv4 = "arm" | 40 | ARM_INSTRUCTION_SET:armv4 = "arm" |
41 | ARM_INSTRUCTION_SET_armv5 = "arm" | 41 | ARM_INSTRUCTION_SET:armv5 = "arm" |
42 | ARM_INSTRUCTION_SET_armv6 = "arm" | 42 | ARM_INSTRUCTION_SET:armv6 = "arm" |
43 | 43 | ||
44 | BBCLASSEXTEND = "native nativesdk" | 44 | BBCLASSEXTEND = "native nativesdk" |
45 | 45 | ||
diff --git a/meta/recipes-devtools/strace/strace_5.12.bb b/meta/recipes-devtools/strace/strace_5.12.bb index 6a8996535b..24021f866d 100644 --- a/meta/recipes-devtools/strace/strace_5.12.bb +++ b/meta/recipes-devtools/strace/strace_5.12.bb | |||
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "29171edf9d252f89c988a4c340dfdec662f458cb8c63d85431d64bab59 | |||
19 | 19 | ||
20 | inherit autotools ptest | 20 | inherit autotools ptest |
21 | 21 | ||
22 | PACKAGECONFIG_class-target ??= "\ | 22 | PACKAGECONFIG:class-target ??= "\ |
23 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ | 23 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ |
24 | " | 24 | " |
25 | 25 | ||
@@ -28,7 +28,7 @@ PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" | |||
28 | 28 | ||
29 | EXTRA_OECONF += "--enable-mpers=no --disable-gcc-Werror" | 29 | EXTRA_OECONF += "--enable-mpers=no --disable-gcc-Werror" |
30 | 30 | ||
31 | CFLAGS_append_libc-musl = " -Dsigcontext_struct=sigcontext" | 31 | CFLAGS:append:libc-musl = " -Dsigcontext_struct=sigcontext" |
32 | 32 | ||
33 | TESTDIR = "tests" | 33 | TESTDIR = "tests" |
34 | PTEST_BUILD_HOST_PATTERN = "^(DEB_CHANGELOGTIME|RPM_CHANGELOGTIME|WARN_CFLAGS_FOR_BUILD|LDFLAGS_FOR_BUILD)" | 34 | PTEST_BUILD_HOST_PATTERN = "^(DEB_CHANGELOGTIME|RPM_CHANGELOGTIME|WARN_CFLAGS_FOR_BUILD|LDFLAGS_FOR_BUILD)" |
@@ -46,9 +46,9 @@ do_install_ptest() { | |||
46 | sed -i -e '/^src/s/strace.*[0-9]/ptest/' ${D}/${PTEST_PATH}/${TESTDIR}/Makefile | 46 | sed -i -e '/^src/s/strace.*[0-9]/ptest/' ${D}/${PTEST_PATH}/${TESTDIR}/Makefile |
47 | } | 47 | } |
48 | 48 | ||
49 | RDEPENDS_${PN}-ptest += "make coreutils grep gawk sed" | 49 | RDEPENDS:${PN}-ptest += "make coreutils grep gawk sed" |
50 | 50 | ||
51 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 51 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ |
52 | locale-base-en-us.iso-8859-1 \ | 52 | locale-base-en-us.iso-8859-1 \ |
53 | " | 53 | " |
54 | 54 | ||
diff --git a/meta/recipes-devtools/subversion/subversion_1.14.1.bb b/meta/recipes-devtools/subversion/subversion_1.14.1.bb index 0f8a764532..87dc359439 100644 --- a/meta/recipes-devtools/subversion/subversion_1.14.1.bb +++ b/meta/recipes-devtools/subversion/subversion_1.14.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "Apache-2 & MIT" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6487ae7094d359fa90fb9c4096e52e2b" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6487ae7094d359fa90fb9c4096e52e2b" |
7 | 7 | ||
8 | DEPENDS = "apr-util serf sqlite3 file lz4" | 8 | DEPENDS = "apr-util serf sqlite3 file lz4" |
9 | DEPENDS_append_class-native = " file-replacement-native" | 9 | DEPENDS:append:class-native = " file-replacement-native" |
10 | 10 | ||
11 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | 11 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ |
12 | file://disable_macos.patch \ | 12 | file://disable_macos.patch \ |
@@ -44,7 +44,7 @@ acpaths = "-I build/ -I build/ac-macros/" | |||
44 | CPPFLAGS += "-P" | 44 | CPPFLAGS += "-P" |
45 | BUILD_CPPFLAGS += "-P" | 45 | BUILD_CPPFLAGS += "-P" |
46 | 46 | ||
47 | do_configure_prepend () { | 47 | do_configure:prepend () { |
48 | rm -f ${S}/libtool | 48 | rm -f ${S}/libtool |
49 | rm -f ${S}/build/libtool.m4 ${S}/build/ltmain.sh ${S}/build/ltoptions.m4 ${S}/build/ltsugar.m4 ${S}/build/ltversion.m4 ${S}/build/lt~obsolete.m4 | 49 | rm -f ${S}/build/libtool.m4 ${S}/build/ltmain.sh ${S}/build/ltoptions.m4 ${S}/build/ltsugar.m4 ${S}/build/ltversion.m4 ${S}/build/lt~obsolete.m4 |
50 | rm -f ${S}/aclocal.m4 | 50 | rm -f ${S}/aclocal.m4 |
@@ -58,6 +58,6 @@ do_configure_prepend () { | |||
58 | #| make: *** [install-serf-lib] Error 1 | 58 | #| make: *** [install-serf-lib] Error 1 |
59 | PARALLEL_MAKEINST = "" | 59 | PARALLEL_MAKEINST = "" |
60 | 60 | ||
61 | RDEPENDS_${PN} = "serf" | 61 | RDEPENDS:${PN} = "serf" |
62 | 62 | ||
63 | BBCLASSEXTEND = "native nativesdk" | 63 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index 292bca393d..eb8d723158 100644 --- a/meta/recipes-devtools/swig/swig.inc +++ b/meta/recipes-devtools/swig/swig.inc | |||
@@ -49,11 +49,11 @@ BBCLASSEXTEND = "native nativesdk" | |||
49 | 49 | ||
50 | # necessary together with bison dependency until a new upstream version after | 50 | # necessary together with bison dependency until a new upstream version after |
51 | # 3.0.12 includes 0001-Fix-generated-code-for-constant-expressions-containi.patch | 51 | # 3.0.12 includes 0001-Fix-generated-code-for-constant-expressions-containi.patch |
52 | do_configure_append() { | 52 | do_configure:append() { |
53 | mkdir -p ${B}/Source/CParse | 53 | mkdir -p ${B}/Source/CParse |
54 | } | 54 | } |
55 | 55 | ||
56 | do_install_append_class-nativesdk() { | 56 | do_install:append:class-nativesdk() { |
57 | cd ${D}${bindir} | 57 | cd ${D}${bindir} |
58 | ln -s swig swig2.0 | 58 | ln -s swig swig2.0 |
59 | } | 59 | } |
@@ -62,6 +62,6 @@ def swiglib_relpath(d): | |||
62 | swiglib = d.getVar('datadir') + "/" + d.getVar('BPN') + "/" + d.getVar('PV') | 62 | swiglib = d.getVar('datadir') + "/" + d.getVar('BPN') + "/" + d.getVar('PV') |
63 | return os.path.relpath(swiglib, d.getVar('bindir')) | 63 | return os.path.relpath(swiglib, d.getVar('bindir')) |
64 | 64 | ||
65 | do_install_append_class-native() { | 65 | do_install:append:class-native() { |
66 | create_wrapper ${D}${bindir}/swig SWIG_LIB='`dirname $''realpath`'/${@swiglib_relpath(d)} | 66 | create_wrapper ${D}${bindir}/swig SWIG_LIB='`dirname $''realpath`'/${@swiglib_relpath(d)} |
67 | } | 67 | } |
diff --git a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb index dadba9eca9..0dd18d7a06 100644 --- a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb +++ b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | |||
@@ -36,11 +36,11 @@ UPSTREAM_CHECK_REGEX = "syslinux-(?P<pver>.+)\.tar" | |||
36 | UPSTREAM_VERSION_UNKNOWN = "1" | 36 | UPSTREAM_VERSION_UNKNOWN = "1" |
37 | 37 | ||
38 | # We can build the native parts anywhere, but the target has to be x86 | 38 | # We can build the native parts anywhere, but the target has to be x86 |
39 | COMPATIBLE_HOST_class-target = '(x86_64|i.86).*-(linux|freebsd.*)' | 39 | COMPATIBLE_HOST:class-target = '(x86_64|i.86).*-(linux|freebsd.*)' |
40 | 40 | ||
41 | # Don't let the sanity checker trip on the 32 bit real mode BIOS binaries | 41 | # Don't let the sanity checker trip on the 32 bit real mode BIOS binaries |
42 | INSANE_SKIP_${PN}-misc = "arch" | 42 | INSANE_SKIP:${PN}-misc = "arch" |
43 | INSANE_SKIP_${PN}-chain = "arch" | 43 | INSANE_SKIP:${PN}-chain = "arch" |
44 | 44 | ||
45 | # When building the installer, CC is used to link. When building the bootloader, | 45 | # When building the installer, CC is used to link. When building the bootloader, |
46 | # LD is used. However, these variables assume that GCC is used and break the | 46 | # LD is used. However, these variables assume that GCC is used and break the |
@@ -49,7 +49,7 @@ TARGET_LDFLAGS = "" | |||
49 | SECURITY_LDFLAGS = "" | 49 | SECURITY_LDFLAGS = "" |
50 | LDFLAGS_SECTION_REMOVAL = "" | 50 | LDFLAGS_SECTION_REMOVAL = "" |
51 | 51 | ||
52 | CFLAGS_append = " -DNO_INLINE_FUNCS" | 52 | CFLAGS:append = " -DNO_INLINE_FUNCS" |
53 | 53 | ||
54 | EXTRA_OEMAKE = " \ | 54 | EXTRA_OEMAKE = " \ |
55 | BINDIR=${bindir} SBINDIR=${sbindir} LIBDIR=${libdir} \ | 55 | BINDIR=${bindir} SBINDIR=${sbindir} LIBDIR=${libdir} \ |
@@ -87,17 +87,17 @@ do_install() { | |||
87 | # | 87 | # |
88 | # Tasks for target which ship the precompiled bootloader and installer | 88 | # Tasks for target which ship the precompiled bootloader and installer |
89 | # | 89 | # |
90 | do_configure_class-target() { | 90 | do_configure:class-target() { |
91 | # No need to do anything as we're mostly shipping the precompiled binaries | 91 | # No need to do anything as we're mostly shipping the precompiled binaries |
92 | : | 92 | : |
93 | } | 93 | } |
94 | 94 | ||
95 | do_compile_class-target() { | 95 | do_compile:class-target() { |
96 | # No need to do anything as we're mostly shipping the precompiled binaries | 96 | # No need to do anything as we're mostly shipping the precompiled binaries |
97 | : | 97 | : |
98 | } | 98 | } |
99 | 99 | ||
100 | do_install_class-target() { | 100 | do_install:class-target() { |
101 | oe_runmake firmware="bios" install INSTALLROOT="${D}" | 101 | oe_runmake firmware="bios" install INSTALLROOT="${D}" |
102 | 102 | ||
103 | install -d ${D}${datadir}/syslinux/ | 103 | install -d ${D}${datadir}/syslinux/ |
@@ -107,19 +107,19 @@ do_install_class-target() { | |||
107 | 107 | ||
108 | PACKAGES += "${PN}-nomtools ${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux ${PN}-misc" | 108 | PACKAGES += "${PN}-nomtools ${PN}-extlinux ${PN}-mbr ${PN}-chain ${PN}-pxelinux ${PN}-isolinux ${PN}-misc" |
109 | 109 | ||
110 | RDEPENDS_${PN} += "mtools" | 110 | RDEPENDS:${PN} += "mtools" |
111 | RDEPENDS_${PN}-nomtools += "libext2fs" | 111 | RDEPENDS:${PN}-nomtools += "libext2fs" |
112 | RDEPENDS_${PN}-misc += "perl" | 112 | RDEPENDS:${PN}-misc += "perl" |
113 | 113 | ||
114 | FILES_${PN} = "${bindir}/syslinux" | 114 | FILES:${PN} = "${bindir}/syslinux" |
115 | FILES_${PN}-nomtools = "${bindir}/syslinux-nomtools" | 115 | FILES:${PN}-nomtools = "${bindir}/syslinux-nomtools" |
116 | FILES_${PN}-extlinux = "${sbindir}/extlinux" | 116 | FILES:${PN}-extlinux = "${sbindir}/extlinux" |
117 | FILES_${PN}-mbr = "${datadir}/${BPN}/mbr.bin" | 117 | FILES:${PN}-mbr = "${datadir}/${BPN}/mbr.bin" |
118 | FILES_${PN}-chain = "${datadir}/${BPN}/chain.c32" | 118 | FILES:${PN}-chain = "${datadir}/${BPN}/chain.c32" |
119 | FILES_${PN}-isolinux = "${datadir}/${BPN}/isolinux.bin" | 119 | FILES:${PN}-isolinux = "${datadir}/${BPN}/isolinux.bin" |
120 | FILES_${PN}-pxelinux = "${datadir}/${BPN}/pxelinux.0" | 120 | FILES:${PN}-pxelinux = "${datadir}/${BPN}/pxelinux.0" |
121 | FILES_${PN}-dev += "${datadir}/${BPN}/com32/lib*${SOLIBS} ${datadir}/${BPN}/com32/include ${datadir}/${BPN}/com32/com32.ld" | 121 | FILES:${PN}-dev += "${datadir}/${BPN}/com32/lib*${SOLIBS} ${datadir}/${BPN}/com32/include ${datadir}/${BPN}/com32/com32.ld" |
122 | FILES_${PN}-staticdev += "${datadir}/${BPN}/com32/lib*.a ${libdir}/${BPN}/com32/lib*.a" | 122 | FILES:${PN}-staticdev += "${datadir}/${BPN}/com32/lib*.a ${libdir}/${BPN}/com32/lib*.a" |
123 | FILES_${PN}-misc = "${datadir}/${BPN}/* ${libdir}/${BPN}/* ${bindir}/*" | 123 | FILES:${PN}-misc = "${datadir}/${BPN}/* ${libdir}/${BPN}/* ${bindir}/*" |
124 | 124 | ||
125 | BBCLASSEXTEND = "native nativesdk" | 125 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb index 905a0cbb72..fd6f17b656 100644 --- a/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb +++ b/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_234.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/systemd/systemd-bootchart.git;protocol=https \ | |||
14 | file://no_lto.patch \ | 14 | file://no_lto.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI_append_libc-musl = " \ | 17 | SRC_URI:append:libc-musl = " \ |
18 | file://0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch \ | 18 | file://0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch \ |
19 | file://0002-musl-does-not-provide-printf-h.patch \ | 19 | file://0002-musl-does-not-provide-printf-h.patch \ |
20 | file://0003-musl-does-not-provide-canonicalize_file_name.patch \ | 20 | file://0003-musl-does-not-provide-canonicalize_file_name.patch \ |
@@ -31,14 +31,14 @@ inherit pkgconfig autotools systemd features_check | |||
31 | 31 | ||
32 | REQUIRED_DISTRO_FEATURES = "systemd" | 32 | REQUIRED_DISTRO_FEATURES = "systemd" |
33 | 33 | ||
34 | SYSTEMD_SERVICE_${PN} = "systemd-bootchart.service" | 34 | SYSTEMD_SERVICE:${PN} = "systemd-bootchart.service" |
35 | 35 | ||
36 | do_configure_prepend() { | 36 | do_configure:prepend() { |
37 | # intltool.m4 is a soft link to /usr/share/aclocal/m4, delete it and use the one in our sysroot | 37 | # intltool.m4 is a soft link to /usr/share/aclocal/m4, delete it and use the one in our sysroot |
38 | rm -f ${S}/m4/intltool.m4 | 38 | rm -f ${S}/m4/intltool.m4 |
39 | } | 39 | } |
40 | 40 | ||
41 | FILES_${PN} += "${systemd_unitdir}/systemd-bootchart" | 41 | FILES:${PN} += "${systemd_unitdir}/systemd-bootchart" |
42 | 42 | ||
43 | EXTRA_OECONF = " --with-rootprefix=${root_prefix} \ | 43 | EXTRA_OECONF = " --with-rootprefix=${root_prefix} \ |
44 | --with-rootlibdir=${base_libdir}" | 44 | --with-rootlibdir=${base_libdir}" |
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 87369c47dd..48e6e02f05 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |||
@@ -19,13 +19,13 @@ SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent \ | |||
19 | " | 19 | " |
20 | 20 | ||
21 | DEPENDS = "util-linux openssl" | 21 | DEPENDS = "util-linux openssl" |
22 | RDEPENDS_${PN} = "bash" | 22 | RDEPENDS:${PN} = "bash" |
23 | 23 | ||
24 | S = "${WORKDIR}/git/agent" | 24 | S = "${WORKDIR}/git/agent" |
25 | 25 | ||
26 | inherit update-rc.d systemd | 26 | inherit update-rc.d systemd |
27 | 27 | ||
28 | SYSTEMD_SERVICE_${PN} = "tcf-agent.service" | 28 | SYSTEMD_SERVICE:${PN} = "tcf-agent.service" |
29 | 29 | ||
30 | INITSCRIPT_NAME = "tcf-agent" | 30 | INITSCRIPT_NAME = "tcf-agent" |
31 | INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ." | 31 | INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ." |
@@ -43,14 +43,14 @@ LCL_STOP_SERVICES = "-DSERVICE_RunControl=0 -DSERVICE_Breakpoints=0 \ | |||
43 | 43 | ||
44 | # These features don't compile for several cases. | 44 | # These features don't compile for several cases. |
45 | # | 45 | # |
46 | CFLAGS_append_arc = " ${LCL_STOP_SERVICES}" | 46 | CFLAGS:append:arc = " ${LCL_STOP_SERVICES}" |
47 | CFLAGS_append_mips = " ${LCL_STOP_SERVICES}" | 47 | CFLAGS:append:mips = " ${LCL_STOP_SERVICES}" |
48 | CFLAGS_append_mips64 = " ${LCL_STOP_SERVICES}" | 48 | CFLAGS:append:mips64 = " ${LCL_STOP_SERVICES}" |
49 | CFLAGS_append_libc-musl = " ${LCL_STOP_SERVICES}" | 49 | CFLAGS:append:libc-musl = " ${LCL_STOP_SERVICES}" |
50 | CFLAGS_append_powerpc64 = " ${LCL_STOP_SERVICES}" | 50 | CFLAGS:append:powerpc64 = " ${LCL_STOP_SERVICES}" |
51 | CFLAGS_append_powerpc64le = " ${LCL_STOP_SERVICES}" | 51 | CFLAGS:append:powerpc64le = " ${LCL_STOP_SERVICES}" |
52 | CFLAGS_append_riscv64 = " ${LCL_STOP_SERVICES}" | 52 | CFLAGS:append:riscv64 = " ${LCL_STOP_SERVICES}" |
53 | CFLAGS_append_riscv32 = " ${LCL_STOP_SERVICES}" | 53 | CFLAGS:append:riscv32 = " ${LCL_STOP_SERVICES}" |
54 | 54 | ||
55 | do_install() { | 55 | do_install() { |
56 | oe_runmake install INSTALLROOT=${D} | 56 | oe_runmake install INSTALLROOT=${D} |
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb index 8d58fafeb3..1e91f0827e 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb | |||
@@ -27,7 +27,7 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
27 | " | 27 | " |
28 | SRC_URI[sha256sum] = "cfb49aab82bd179651e23eeeb69606f51b0ddc575ca55c3d35e2457469024cfa" | 28 | SRC_URI[sha256sum] = "cfb49aab82bd179651e23eeeb69606f51b0ddc575ca55c3d35e2457469024cfa" |
29 | 29 | ||
30 | SRC_URI_class-native = "${BASE_SRC_URI}" | 30 | SRC_URI:class-native = "${BASE_SRC_URI}" |
31 | 31 | ||
32 | UPSTREAM_CHECK_REGEX = "tcl(?P<pver>\d+(\.\d+)+)-src" | 32 | UPSTREAM_CHECK_REGEX = "tcl(?P<pver>\d+(\.\d+)+)-src" |
33 | 33 | ||
@@ -59,13 +59,13 @@ do_install() { | |||
59 | SYSROOT_DIRS += "${bindir_crossscripts}" | 59 | SYSROOT_DIRS += "${bindir_crossscripts}" |
60 | 60 | ||
61 | PACKAGES =+ "tcl-lib" | 61 | PACKAGES =+ "tcl-lib" |
62 | FILES_tcl-lib = "${libdir}/libtcl8.6.so.*" | 62 | FILES:tcl-lib = "${libdir}/libtcl8.6.so.*" |
63 | FILES_${PN} += "${libdir}/tcl${VER} ${libdir}/tcl8.6 ${libdir}/tcl8" | 63 | FILES:${PN} += "${libdir}/tcl${VER} ${libdir}/tcl8.6 ${libdir}/tcl8" |
64 | FILES_${PN}-dev += "${libdir}/tclConfig.sh ${libdir}/tclooConfig.sh" | 64 | FILES:${PN}-dev += "${libdir}/tclConfig.sh ${libdir}/tclooConfig.sh" |
65 | 65 | ||
66 | # isn't getting picked up by shlibs code | 66 | # isn't getting picked up by shlibs code |
67 | RDEPENDS_${PN} += "tcl-lib" | 67 | RDEPENDS:${PN} += "tcl-lib" |
68 | RDEPENDS_${PN}-ptest += "libgcc" | 68 | RDEPENDS:${PN}-ptest += "libgcc" |
69 | 69 | ||
70 | BBCLASSEXTEND = "native nativesdk" | 70 | BBCLASSEXTEND = "native nativesdk" |
71 | 71 | ||
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb index f9bae720cc..2bc7a9230b 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" | |||
9 | 9 | ||
10 | DEPENDS = "flex-native bison-native flex" | 10 | DEPENDS = "flex-native bison-native flex" |
11 | DEPENDS += "libtirpc" | 11 | DEPENDS += "libtirpc" |
12 | DEPENDS_append_class-nativesdk = " flex-nativesdk" | 12 | DEPENDS:append:class-nativesdk = " flex-nativesdk" |
13 | 13 | ||
14 | ASNEEDED = "" | 14 | ASNEEDED = "" |
15 | 15 | ||
@@ -35,9 +35,9 @@ PV = "0.9.22+${SRCPV}" | |||
35 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |
36 | 36 | ||
37 | inherit autotools | 37 | inherit autotools |
38 | EXTRA_OECONF_append_class-native = " --sbindir=${bindir}" | 38 | EXTRA_OECONF:append:class-native = " --sbindir=${bindir}" |
39 | CFLAGS_append = " -I${STAGING_INCDIR}/tirpc" | 39 | CFLAGS:append = " -I${STAGING_INCDIR}/tirpc" |
40 | EXTRA_OECONF_append = " LIBS=-ltirpc" | 40 | EXTRA_OECONF:append = " LIBS=-ltirpc" |
41 | 41 | ||
42 | # Turn off these header detects else the inode search | 42 | # Turn off these header detects else the inode search |
43 | # will walk entire file systems and this is a real problem | 43 | # will walk entire file systems and this is a real problem |
diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc index 71da2ef07c..1a1115739d 100644 --- a/meta/recipes-devtools/vala/vala.inc +++ b/meta/recipes-devtools/vala/vala.inc | |||
@@ -8,10 +8,10 @@ DEPENDS = "bison-native flex-native glib-2.0" | |||
8 | # Appending libxslt-native to dependencies has an effect | 8 | # Appending libxslt-native to dependencies has an effect |
9 | # of rebuilding the manual, which is very slow. Let's do this | 9 | # of rebuilding the manual, which is very slow. Let's do this |
10 | # only when api-documentation distro feature is enabled. | 10 | # only when api-documentation distro feature is enabled. |
11 | DEPENDS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'libxslt-native', '', d)}" | 11 | DEPENDS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'libxslt-native', '', d)}" |
12 | 12 | ||
13 | # vala-native contains a native version of vapigen, which we use instead of the target one | 13 | # vala-native contains a native version of vapigen, which we use instead of the target one |
14 | DEPENDS_append_class-target = " vala-native" | 14 | DEPENDS:append:class-target = " vala-native" |
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | LICENSE = "LGPLv2.1" | 16 | LICENSE = "LGPLv2.1" |
17 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
@@ -21,13 +21,13 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | |||
21 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz" | 21 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz" |
22 | inherit autotools pkgconfig upstream-version-is-even | 22 | inherit autotools pkgconfig upstream-version-is-even |
23 | 23 | ||
24 | FILES_${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi ${libdir}/${BPN}-${SHRT_VER}/" | 24 | FILES:${PN} += "${datadir}/${BPN}-${SHRT_VER}/vapi ${libdir}/${BPN}-${SHRT_VER}/" |
25 | FILES_${PN}-doc += "${datadir}/devhelp" | 25 | FILES:${PN}-doc += "${datadir}/devhelp" |
26 | 26 | ||
27 | # .gir files from gobject-introspection are installed to ${libdir} when multilib is enabled | 27 | # .gir files from gobject-introspection are installed to ${libdir} when multilib is enabled |
28 | GIRDIR_OPT = "${@'--girdir=${STAGING_LIBDIR}/gir-1.0' if d.getVar('MULTILIBS') else ''}" | 28 | GIRDIR_OPT = "${@'--girdir=${STAGING_LIBDIR}/gir-1.0' if d.getVar('MULTILIBS') else ''}" |
29 | 29 | ||
30 | do_configure_prepend_class-target() { | 30 | do_configure:prepend:class-target() { |
31 | # Write out a vapigen wrapper that will be provided by pkg-config file installed in target sysroot | 31 | # Write out a vapigen wrapper that will be provided by pkg-config file installed in target sysroot |
32 | # The wrapper will call a native vapigen | 32 | # The wrapper will call a native vapigen |
33 | cat > ${B}/vapigen-wrapper << EOF | 33 | cat > ${B}/vapigen-wrapper << EOF |
@@ -41,16 +41,16 @@ EXTRA_OECONF += " --disable-valadoc" | |||
41 | 41 | ||
42 | # Vapigen wrapper needs to be available system-wide, because it will be used | 42 | # Vapigen wrapper needs to be available system-wide, because it will be used |
43 | # to build vapi files from all other packages with vala support | 43 | # to build vapi files from all other packages with vala support |
44 | do_install_append_class-target() { | 44 | do_install:append:class-target() { |
45 | install -d ${D}${bindir}/ | 45 | install -d ${D}${bindir}/ |
46 | install ${B}/vapigen-wrapper ${D}${bindir}/ | 46 | install ${B}/vapigen-wrapper ${D}${bindir}/ |
47 | } | 47 | } |
48 | 48 | ||
49 | # Put vapigen wrapper into target sysroot so that it can be used when building | 49 | # Put vapigen wrapper into target sysroot so that it can be used when building |
50 | # vapi files. | 50 | # vapi files. |
51 | SYSROOT_DIRS_append_class-target = " ${bindir}" | 51 | SYSROOT_DIRS:append:class-target = " ${bindir}" |
52 | 52 | ||
53 | SYSROOT_PREPROCESS_FUNCS_append_class-target = " vapigen_sysroot_preprocess" | 53 | SYSROOT_PREPROCESS_FUNCS:append:class-target = " vapigen_sysroot_preprocess" |
54 | vapigen_sysroot_preprocess() { | 54 | vapigen_sysroot_preprocess() { |
55 | # Tweak the vapigen name in the vapigen pkgconfig file, so that it picks | 55 | # Tweak the vapigen name in the vapigen pkgconfig file, so that it picks |
56 | # up our wrapper. | 56 | # up our wrapper. |
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb index 60b248681e..3f8a34becc 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.17.0.bb | |||
@@ -54,7 +54,7 @@ COMPATIBLE_HOST = '(i.86|x86_64|arm|aarch64|mips|powerpc|powerpc64).*-linux' | |||
54 | 54 | ||
55 | # patch 0001-memcheck-vgtests-remove-fullpath-after-flags.patch removes relative path | 55 | # patch 0001-memcheck-vgtests-remove-fullpath-after-flags.patch removes relative path |
56 | # argument. Change expected stderr files accordingly. | 56 | # argument. Change expected stderr files accordingly. |
57 | do_patch_append() { | 57 | do_patch:append() { |
58 | bb.build.exec_func('do_sed_paths', d) | 58 | bb.build.exec_func('do_sed_paths', d) |
59 | } | 59 | } |
60 | 60 | ||
@@ -64,23 +64,23 @@ do_sed_paths() { | |||
64 | } | 64 | } |
65 | 65 | ||
66 | # valgrind supports armv7 and above | 66 | # valgrind supports armv7 and above |
67 | COMPATIBLE_HOST_armv4 = 'null' | 67 | COMPATIBLE_HOST:armv4 = 'null' |
68 | COMPATIBLE_HOST_armv5 = 'null' | 68 | COMPATIBLE_HOST:armv5 = 'null' |
69 | COMPATIBLE_HOST_armv6 = 'null' | 69 | COMPATIBLE_HOST:armv6 = 'null' |
70 | 70 | ||
71 | # valgrind fails with powerpc soft-float | 71 | # valgrind fails with powerpc soft-float |
72 | COMPATIBLE_HOST_powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', 'null', '.*-linux', d)}" | 72 | COMPATIBLE_HOST:powerpc = "${@bb.utils.contains('TARGET_FPU', 'soft', 'null', '.*-linux', d)}" |
73 | 73 | ||
74 | # X32 isn't supported by valgrind at this time | 74 | # X32 isn't supported by valgrind at this time |
75 | COMPATIBLE_HOST_linux-gnux32 = 'null' | 75 | COMPATIBLE_HOST:linux-gnux32 = 'null' |
76 | COMPATIBLE_HOST_linux-muslx32 = 'null' | 76 | COMPATIBLE_HOST:linux-muslx32 = 'null' |
77 | 77 | ||
78 | # Disable for some MIPS variants | 78 | # Disable for some MIPS variants |
79 | COMPATIBLE_HOST_mipsarchr6 = 'null' | 79 | COMPATIBLE_HOST:mipsarchr6 = 'null' |
80 | COMPATIBLE_HOST_linux-gnun32 = 'null' | 80 | COMPATIBLE_HOST:linux-gnun32 = 'null' |
81 | 81 | ||
82 | # Disable for powerpc64 with musl | 82 | # Disable for powerpc64 with musl |
83 | COMPATIBLE_HOST_libc-musl_powerpc64 = 'null' | 83 | COMPATIBLE_HOST:libc-musl:powerpc64 = 'null' |
84 | 84 | ||
85 | # brokenseip is unfortunately required by ptests to pass | 85 | # brokenseip is unfortunately required by ptests to pass |
86 | inherit autotools-brokensep ptest multilib_header | 86 | inherit autotools-brokensep ptest multilib_header |
@@ -89,7 +89,7 @@ EXTRA_OECONF = "--enable-tls --without-mpicc" | |||
89 | EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}" | 89 | EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}" |
90 | 90 | ||
91 | # valgrind checks host_cpu "armv7*)", so we need to over-ride the autotools.bbclass default --host option | 91 | # valgrind checks host_cpu "armv7*)", so we need to over-ride the autotools.bbclass default --host option |
92 | EXTRA_OECONF_append_arm = " --host=armv7${HOST_VENDOR}-${HOST_OS}" | 92 | EXTRA_OECONF:append:arm = " --host=armv7${HOST_VENDOR}-${HOST_OS}" |
93 | 93 | ||
94 | EXTRA_OEMAKE = "-w" | 94 | EXTRA_OEMAKE = "-w" |
95 | 95 | ||
@@ -101,49 +101,49 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'" | |||
101 | # which fixes build path issue in DWARF. | 101 | # which fixes build path issue in DWARF. |
102 | SELECTED_OPTIMIZATION = "${DEBUG_FLAGS}" | 102 | SELECTED_OPTIMIZATION = "${DEBUG_FLAGS}" |
103 | 103 | ||
104 | do_configure_prepend () { | 104 | do_configure:prepend () { |
105 | rm -rf ${S}/config.h | 105 | rm -rf ${S}/config.h |
106 | sed -i -e 's:$(abs_top_builddir):$(pkglibdir)/ptest:g' ${S}/none/tests/Makefile.am | 106 | sed -i -e 's:$(abs_top_builddir):$(pkglibdir)/ptest:g' ${S}/none/tests/Makefile.am |
107 | sed -i -e 's:$(top_builddir):$(pkglibdir)/ptest:g' ${S}/memcheck/tests/Makefile.am | 107 | sed -i -e 's:$(top_builddir):$(pkglibdir)/ptest:g' ${S}/memcheck/tests/Makefile.am |
108 | } | 108 | } |
109 | 109 | ||
110 | do_install_append () { | 110 | do_install:append () { |
111 | install -m 644 ${B}/default.supp ${D}/${libexecdir}/valgrind/ | 111 | install -m 644 ${B}/default.supp ${D}/${libexecdir}/valgrind/ |
112 | oe_multilib_header valgrind/config.h | 112 | oe_multilib_header valgrind/config.h |
113 | } | 113 | } |
114 | 114 | ||
115 | VALGRINDARCH ?= "${TARGET_ARCH}" | 115 | VALGRINDARCH ?= "${TARGET_ARCH}" |
116 | VALGRINDARCH_aarch64 = "arm64" | 116 | VALGRINDARCH:aarch64 = "arm64" |
117 | VALGRINDARCH_x86-64 = "amd64" | 117 | VALGRINDARCH:x86-64 = "amd64" |
118 | VALGRINDARCH_x86 = "x86" | 118 | VALGRINDARCH:x86 = "x86" |
119 | VALGRINDARCH_mips = "mips32" | 119 | VALGRINDARCH:mips = "mips32" |
120 | VALGRINDARCH_mipsel = "mips32" | 120 | VALGRINDARCH:mipsel = "mips32" |
121 | VALGRINDARCH_mips64el = "mips64" | 121 | VALGRINDARCH:mips64el = "mips64" |
122 | VALGRINDARCH_powerpc = "ppc" | 122 | VALGRINDARCH:powerpc = "ppc" |
123 | VALGRINDARCH_powerpc64 = "ppc64" | 123 | VALGRINDARCH:powerpc64 = "ppc64" |
124 | VALGRINDARCH_powerpc64le = "ppc64le" | 124 | VALGRINDARCH:powerpc64le = "ppc64le" |
125 | 125 | ||
126 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libexecdir}/valgrind/vgpreload_memcheck-${VALGRINDARCH}-linux.so" | 126 | INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libexecdir}/valgrind/vgpreload_memcheck-${VALGRINDARCH}-linux.so" |
127 | 127 | ||
128 | RDEPENDS_${PN} += "perl" | 128 | RDEPENDS:${PN} += "perl" |
129 | 129 | ||
130 | # valgrind needs debug information for ld.so at runtime in order to | 130 | # valgrind needs debug information for ld.so at runtime in order to |
131 | # redirect functions like strlen. | 131 | # redirect functions like strlen. |
132 | RRECOMMENDS_${PN} += "${TCLIBC}-dbg" | 132 | RRECOMMENDS:${PN} += "${TCLIBC}-dbg" |
133 | 133 | ||
134 | RDEPENDS_${PN}-ptest += " bash coreutils curl file \ | 134 | RDEPENDS:${PN}-ptest += " bash coreutils curl file \ |
135 | gdb libgomp \ | 135 | gdb libgomp \ |
136 | perl \ | 136 | perl \ |
137 | perl-module-file-basename perl-module-file-glob perl-module-getopt-long \ | 137 | perl-module-file-basename perl-module-file-glob perl-module-getopt-long \ |
138 | perl-module-overloading perl-module-cwd perl-module-ipc-open3 \ | 138 | perl-module-overloading perl-module-cwd perl-module-ipc-open3 \ |
139 | perl-module-carp perl-module-symbol \ | 139 | perl-module-carp perl-module-symbol \ |
140 | procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg" | 140 | procps sed ${PN}-dbg ${PN}-src ${TCLIBC}-src gcc-runtime-dbg" |
141 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 141 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" |
142 | 142 | ||
143 | # One of the tests contains a bogus interpreter path on purpose. | 143 | # One of the tests contains a bogus interpreter path on purpose. |
144 | # Skip file dependency check | 144 | # Skip file dependency check |
145 | SKIP_FILEDEPS_${PN}-ptest = '1' | 145 | SKIP_FILEDEPS:${PN}-ptest = '1' |
146 | INSANE_SKIP_${PN}-ptest = "debug-deps" | 146 | INSANE_SKIP:${PN}-ptest = "debug-deps" |
147 | 147 | ||
148 | do_compile_ptest() { | 148 | do_compile_ptest() { |
149 | oe_runmake check | 149 | oe_runmake check |
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index d988e1ffce..1214901b65 100644 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | |||
@@ -18,14 +18,14 @@ CLEANBROKEN = "1" | |||
18 | 18 | ||
19 | DEPENDS = "libxml2-native" | 19 | DEPENDS = "libxml2-native" |
20 | 20 | ||
21 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ | 21 | RDEPENDS:${PN} = "docbook-xml-dtd4 \ |
22 | docbook-xsl-stylesheets \ | 22 | docbook-xsl-stylesheets \ |
23 | util-linux \ | 23 | util-linux \ |
24 | libxml2 \ | 24 | libxml2 \ |
25 | libxslt \ | 25 | libxslt \ |
26 | bash \ | 26 | bash \ |
27 | " | 27 | " |
28 | RDEPENDS_${PN}_append_class-target = " \ | 28 | RDEPENDS:${PN}:append:class-target = " \ |
29 | libxml2-utils \ | 29 | libxml2-utils \ |
30 | libxslt-bin \ | 30 | libxslt-bin \ |
31 | coreutils \ | 31 | coreutils \ |
@@ -34,9 +34,9 @@ CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=tail ac_cv_path_GREP=grep" | |||
34 | 34 | ||
35 | BBCLASSEXTEND = "native" | 35 | BBCLASSEXTEND = "native" |
36 | 36 | ||
37 | EXTRA_OECONF_append = " BASH=/bin/bash GCP=/bin/cp XMLLINT=xmllint XSLTPROC=xsltproc" | 37 | EXTRA_OECONF:append = " BASH=/bin/bash GCP=/bin/cp XMLLINT=xmllint XSLTPROC=xsltproc" |
38 | 38 | ||
39 | do_install_append_class-native() { | 39 | do_install:append:class-native() { |
40 | create_wrapper ${D}${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog | 40 | create_wrapper ${D}${bindir}/xmlto XML_CATALOG_FILES=${sysconfdir}/xml/catalog |
41 | } | 41 | } |
42 | 42 | ||
diff --git a/meta/recipes-extended/acpica/acpica_20210331.bb b/meta/recipes-extended/acpica/acpica_20210331.bb index e17bc94c39..35f8ecd85c 100644 --- a/meta/recipes-extended/acpica/acpica_20210331.bb +++ b/meta/recipes-extended/acpica/acpica_20210331.bb | |||
@@ -26,7 +26,7 @@ S = "${WORKDIR}/acpica-unix-${PV}" | |||
26 | inherit update-alternatives | 26 | inherit update-alternatives |
27 | 27 | ||
28 | ALTERNATIVE_PRIORITY = "100" | 28 | ALTERNATIVE_PRIORITY = "100" |
29 | ALTERNATIVE_${PN} = "acpixtract acpidump" | 29 | ALTERNATIVE:${PN} = "acpixtract acpidump" |
30 | 30 | ||
31 | EXTRA_OEMAKE = "CC='${CC}' \ | 31 | EXTRA_OEMAKE = "CC='${CC}' \ |
32 | OPT_CFLAGS=-Wall \ | 32 | OPT_CFLAGS=-Wall \ |
@@ -44,8 +44,8 @@ do_install() { | |||
44 | 44 | ||
45 | # iasl*.bb is a subset of this recipe, so RREPLACE it | 45 | # iasl*.bb is a subset of this recipe, so RREPLACE it |
46 | PROVIDES = "iasl" | 46 | PROVIDES = "iasl" |
47 | RPROVIDES_${PN} += "iasl" | 47 | RPROVIDES:${PN} += "iasl" |
48 | RREPLACES_${PN} += "iasl" | 48 | RREPLACES:${PN} += "iasl" |
49 | RCONFLICTS_${PN} += "iasl" | 49 | RCONFLICTS:${PN} += "iasl" |
50 | 50 | ||
51 | BBCLASSEXTEND = "native" | 51 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb b/meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb index 523bf33f42..dd9f8e32c4 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_9.1.0.bb | |||
@@ -24,8 +24,8 @@ inherit autotools-brokensep | |||
24 | CLEANBROKEN = "1" | 24 | CLEANBROKEN = "1" |
25 | 25 | ||
26 | # target and nativesdk needs python3, but for native we can use the host. | 26 | # target and nativesdk needs python3, but for native we can use the host. |
27 | RDEPENDS_${PN} += "python3" | 27 | RDEPENDS:${PN} += "python3" |
28 | RDEPENDS_remove_class-native = "python3" | 28 | RDEPENDS:remove:class-native = "python3" |
29 | 29 | ||
30 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
31 | 31 | ||
diff --git a/meta/recipes-extended/at/at_3.2.2.bb b/meta/recipes-extended/at/at_3.2.2.bb index 5c2018774c..efe569479b 100644 --- a/meta/recipes-extended/at/at_3.2.2.bb +++ b/meta/recipes-extended/at/at_3.2.2.bb | |||
@@ -14,13 +14,13 @@ PACKAGECONFIG ?= "\ | |||
14 | 14 | ||
15 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," | 15 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux," |
16 | 16 | ||
17 | RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)} \ | 17 | RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)} \ |
18 | " | 18 | " |
19 | 19 | ||
20 | PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" | 20 | PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" |
21 | 21 | ||
22 | RCONFLICTS_${PN} = "atd" | 22 | RCONFLICTS:${PN} = "atd" |
23 | RREPLACES_${PN} = "atd" | 23 | RREPLACES:${PN} = "atd" |
24 | 24 | ||
25 | SRC_URI = "http://software.calhariz.com/at/${BPN}_${PV}.orig.tar.gz \ | 25 | SRC_URI = "http://software.calhariz.com/at/${BPN}_${PV}.orig.tar.gz \ |
26 | file://fix_parallel_build_error.patch \ | 26 | file://fix_parallel_build_error.patch \ |
@@ -51,7 +51,7 @@ inherit autotools-brokensep systemd update-rc.d | |||
51 | INITSCRIPT_NAME = "atd" | 51 | INITSCRIPT_NAME = "atd" |
52 | INITSCRIPT_PARAMS = "defaults" | 52 | INITSCRIPT_PARAMS = "defaults" |
53 | 53 | ||
54 | SYSTEMD_SERVICE_${PN} = "atd.service" | 54 | SYSTEMD_SERVICE:${PN} = "atd.service" |
55 | 55 | ||
56 | copy_sources() { | 56 | copy_sources() { |
57 | cp -f ${WORKDIR}/posixtm.[ch] ${S} | 57 | cp -f ${WORKDIR}/posixtm.[ch] ${S} |
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 7350601c65..ca788e1672 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -22,18 +22,18 @@ CFLAGS += "-DHEREDOC_PIPESIZE=65536" | |||
22 | # causes a lot of garbage in non-interactive shells | 22 | # causes a lot of garbage in non-interactive shells |
23 | CFLAGS += "-DBRACKETED_PASTE_DEFAULT=0" | 23 | CFLAGS += "-DBRACKETED_PASTE_DEFAULT=0" |
24 | 24 | ||
25 | ALTERNATIVE_${PN} = "bash sh" | 25 | ALTERNATIVE:${PN} = "bash sh" |
26 | ALTERNATIVE_LINK_NAME[bash] = "${base_bindir}/bash" | 26 | ALTERNATIVE_LINK_NAME[bash] = "${base_bindir}/bash" |
27 | ALTERNATIVE_TARGET[bash] = "${base_bindir}/bash" | 27 | ALTERNATIVE_TARGET[bash] = "${base_bindir}/bash" |
28 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | 28 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" |
29 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash.${BPN}" | 29 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash.${BPN}" |
30 | ALTERNATIVE_PRIORITY = "100" | 30 | ALTERNATIVE_PRIORITY = "100" |
31 | 31 | ||
32 | RDEPENDS_${PN} += "base-files" | 32 | RDEPENDS:${PN} += "base-files" |
33 | RDEPENDS_${PN}_class-nativesdk = "" | 33 | RDEPENDS:${PN}:class-nativesdk = "" |
34 | RDEPENDS_${PN}-ptest += "make coreutils perl sed shadow util-linux-setpriv" | 34 | RDEPENDS:${PN}-ptest += "make coreutils perl sed shadow util-linux-setpriv" |
35 | 35 | ||
36 | RDEPENDS_${PN}-ptest_append_libc-glibc = " \ | 36 | RDEPENDS:${PN}-ptest:append:libc-glibc = " \ |
37 | glibc-gconv-big5hkscs \ | 37 | glibc-gconv-big5hkscs \ |
38 | glibc-gconv-iso8859-1 \ | 38 | glibc-gconv-iso8859-1 \ |
39 | glibc-utils \ | 39 | glibc-utils \ |
@@ -46,13 +46,13 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = " \ | |||
46 | 46 | ||
47 | CACHED_CONFIGUREVARS += "headersdir=${includedir}/${PN}" | 47 | CACHED_CONFIGUREVARS += "headersdir=${includedir}/${PN}" |
48 | 48 | ||
49 | do_configure_prepend () { | 49 | do_configure:prepend () { |
50 | if [ ! -e ${S}/acinclude.m4 ]; then | 50 | if [ ! -e ${S}/acinclude.m4 ]; then |
51 | cat ${S}/aclocal.m4 > ${S}/acinclude.m4 | 51 | cat ${S}/aclocal.m4 > ${S}/acinclude.m4 |
52 | fi | 52 | fi |
53 | } | 53 | } |
54 | 54 | ||
55 | do_compile_prepend() { | 55 | do_compile:prepend() { |
56 | # Remove any leftover .build files. This ensures that bash always has the | 56 | # Remove any leftover .build files. This ensures that bash always has the |
57 | # same version number and keeps builds reproducible | 57 | # same version number and keeps builds reproducible |
58 | rm -f ${B}/.build | 58 | rm -f ${B}/.build |
@@ -62,14 +62,14 @@ do_compile_ptest () { | |||
62 | oe_runmake buildtest | 62 | oe_runmake buildtest |
63 | } | 63 | } |
64 | 64 | ||
65 | do_install_append () { | 65 | do_install:append () { |
66 | # Move /usr/bin/bash to /bin/bash, if need | 66 | # Move /usr/bin/bash to /bin/bash, if need |
67 | if [ "${base_bindir}" != "${bindir}" ]; then | 67 | if [ "${base_bindir}" != "${bindir}" ]; then |
68 | mkdir -p ${D}${base_bindir} | 68 | mkdir -p ${D}${base_bindir} |
69 | mv ${D}${bindir}/bash ${D}${base_bindir} | 69 | mv ${D}${bindir}/bash ${D}${base_bindir} |
70 | fi | 70 | fi |
71 | } | 71 | } |
72 | do_install_append_class-target () { | 72 | do_install:append:class-target () { |
73 | # Clean buildhost references in bashbug | 73 | # Clean buildhost references in bashbug |
74 | sed -i -e "s,--sysroot=${STAGING_DIR_TARGET},,g" \ | 74 | sed -i -e "s,--sysroot=${STAGING_DIR_TARGET},,g" \ |
75 | -e "s,-I${WORKDIR}/\S* ,,g" \ | 75 | -e "s,-I${WORKDIR}/\S* ,,g" \ |
@@ -107,20 +107,20 @@ do_install_ptest () { | |||
107 | # hash | 107 | # hash |
108 | do_install_ptest[vardepsexclude] += "UNINATIVE_LOADER" | 108 | do_install_ptest[vardepsexclude] += "UNINATIVE_LOADER" |
109 | 109 | ||
110 | pkg_postinst_${PN} () { | 110 | pkg_postinst:${PN} () { |
111 | grep -q "^${base_bindir}/bash$" $D${sysconfdir}/shells || echo ${base_bindir}/bash >> $D${sysconfdir}/shells | 111 | grep -q "^${base_bindir}/bash$" $D${sysconfdir}/shells || echo ${base_bindir}/bash >> $D${sysconfdir}/shells |
112 | } | 112 | } |
113 | 113 | ||
114 | pkg_postrm_${PN} () { | 114 | pkg_postrm:${PN} () { |
115 | printf "$(grep -v "^${base_bindir}/bash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells | 115 | printf "$(grep -v "^${base_bindir}/bash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells |
116 | } | 116 | } |
117 | 117 | ||
118 | PACKAGES += "${PN}-bashbug" | 118 | PACKAGES += "${PN}-bashbug" |
119 | FILES_${PN} = "${bindir}/bash ${base_bindir}/bash.bash" | 119 | FILES:${PN} = "${bindir}/bash ${base_bindir}/bash.bash" |
120 | FILES_${PN}-bashbug = "${bindir}/bashbug" | 120 | FILES:${PN}-bashbug = "${bindir}/bashbug" |
121 | 121 | ||
122 | PACKAGE_BEFORE_PN += "${PN}-loadable" | 122 | PACKAGE_BEFORE_PN += "${PN}-loadable" |
123 | RDEPENDS_${PN}-loadable += "${PN}" | 123 | RDEPENDS:${PN}-loadable += "${PN}" |
124 | FILES_${PN}-loadable += "${libdir}/bash/*" | 124 | FILES:${PN}-loadable += "${libdir}/bash/*" |
125 | 125 | ||
126 | RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/bash', '', d)}" | 126 | RPROVIDES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/bash', '', d)}" |
diff --git a/meta/recipes-extended/bash/bash_5.1.8.bb b/meta/recipes-extended/bash/bash_5.1.8.bb index 5d7704af17..9400835b8a 100644 --- a/meta/recipes-extended/bash/bash_5.1.8.bb +++ b/meta/recipes-extended/bash/bash_5.1.8.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \ | |||
19 | 19 | ||
20 | SRC_URI[tarball.sha256sum] = "0cfb5c9bb1a29f800a97bd242d19511c997a1013815b805e0fdd32214113d6be" | 20 | SRC_URI[tarball.sha256sum] = "0cfb5c9bb1a29f800a97bd242d19511c997a1013815b805e0fdd32214113d6be" |
21 | 21 | ||
22 | DEBUG_OPTIMIZATION_append_armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | 22 | DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
23 | DEBUG_OPTIMIZATION_append_armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | 23 | DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
24 | 24 | ||
25 | BBCLASSEXTEND = "nativesdk" | 25 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-extended/bc/bc_1.07.1.bb b/meta/recipes-extended/bc/bc_1.07.1.bb index ff3e8f4409..37f06b72c2 100644 --- a/meta/recipes-extended/bc/bc_1.07.1.bb +++ b/meta/recipes-extended/bc/bc_1.07.1.bb | |||
@@ -25,11 +25,11 @@ PACKAGECONFIG ??= "readline" | |||
25 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | 25 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" |
26 | PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" | 26 | PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" |
27 | 27 | ||
28 | do_compile_prepend() { | 28 | do_compile:prepend() { |
29 | cp -f ${WORKDIR}/libmath.h ${B}/bc/libmath.h | 29 | cp -f ${WORKDIR}/libmath.h ${B}/bc/libmath.h |
30 | } | 30 | } |
31 | 31 | ||
32 | ALTERNATIVE_${PN} = "bc dc" | 32 | ALTERNATIVE:${PN} = "bc dc" |
33 | ALTERNATIVE_PRIORITY = "100" | 33 | ALTERNATIVE_PRIORITY = "100" |
34 | 34 | ||
35 | BBCLASSEXTEND = "native" | 35 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb index 70eb67f1f2..296bc68d41 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb | |||
@@ -5,13 +5,13 @@ LZ77/LZ78-based compressors, and approaches the performance of the PPM family of | |||
5 | HOMEPAGE = "https://sourceware.org/bzip2/" | 5 | HOMEPAGE = "https://sourceware.org/bzip2/" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | LICENSE = "bzip2-1.0.6 & GPLv3+ & Apache-2.0 & MS-PL & BSD-3-Clause & Zlib" | 7 | LICENSE = "bzip2-1.0.6 & GPLv3+ & Apache-2.0 & MS-PL & BSD-3-Clause & Zlib" |
8 | LICENSE_${PN} = "bzip2-1.0.6" | 8 | LICENSE:${PN} = "bzip2-1.0.6" |
9 | LICENSE_${PN}-dev = "bzip2-1.0.6" | 9 | LICENSE:${PN}-dev = "bzip2-1.0.6" |
10 | LICENSE_${PN}-dbg = "bzip2-1.0.6" | 10 | LICENSE:${PN}-dbg = "bzip2-1.0.6" |
11 | LICENSE_${PN}-doc = "bzip2-1.0.6" | 11 | LICENSE:${PN}-doc = "bzip2-1.0.6" |
12 | LICENSE_${PN}-src = "bzip2-1.0.6" | 12 | LICENSE:${PN}-src = "bzip2-1.0.6" |
13 | LICENSE_libbz2 = "bzip2-1.0.6" | 13 | LICENSE:libbz2 = "bzip2-1.0.6" |
14 | LICENSE_${PN}-ptest = "bzip2-1.0.6 & GPLv3+ & Apache-2.0 & MS-PL & BSD-3-Clause & Zlib" | 14 | LICENSE:${PN}-ptest = "bzip2-1.0.6 & GPLv3+ & Apache-2.0 & MS-PL & BSD-3-Clause & Zlib" |
15 | 15 | ||
16 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;endline=37;md5=600af43c50f1fcb82e32f19b32df4664 \ | 16 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;endline=37;md5=600af43c50f1fcb82e32f19b32df4664 \ |
17 | file://${WORKDIR}/git/commons-compress/LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327 \ | 17 | file://${WORKDIR}/git/commons-compress/LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327 \ |
@@ -36,17 +36,17 @@ UPSTREAM_CHECK_URI = "https://www.sourceware.org/pub/bzip2/" | |||
36 | 36 | ||
37 | PACKAGES =+ "libbz2" | 37 | PACKAGES =+ "libbz2" |
38 | 38 | ||
39 | CFLAGS_append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64" | 39 | CFLAGS:append = " -fPIC -fpic -Winline -fno-strength-reduce -D_FILE_OFFSET_BITS=64" |
40 | 40 | ||
41 | inherit autotools update-alternatives ptest relative_symlinks | 41 | inherit autotools update-alternatives ptest relative_symlinks |
42 | 42 | ||
43 | ALTERNATIVE_PRIORITY = "100" | 43 | ALTERNATIVE_PRIORITY = "100" |
44 | ALTERNATIVE_${PN} = "bunzip2 bzcat bzip2" | 44 | ALTERNATIVE:${PN} = "bunzip2 bzcat bzip2" |
45 | 45 | ||
46 | #install binaries to bzip2-native under sysroot for replacement-native | 46 | #install binaries to bzip2-native under sysroot for replacement-native |
47 | EXTRA_OECONF_append_class-native = " --bindir=${STAGING_BINDIR_NATIVE}/${PN}" | 47 | EXTRA_OECONF:append:class-native = " --bindir=${STAGING_BINDIR_NATIVE}/${PN}" |
48 | 48 | ||
49 | do_configure_prepend () { | 49 | do_configure:prepend () { |
50 | sed -i -e "s|%BZIP2_VERSION%|${PV}|" ${S}/configure.ac | 50 | sed -i -e "s|%BZIP2_VERSION%|${PV}|" ${S}/configure.ac |
51 | } | 51 | } |
52 | 52 | ||
@@ -62,9 +62,9 @@ do_install_ptest () { | |||
62 | sed -i -e "s|^Makefile:|_Makefile:|" ${D}${PTEST_PATH}/Makefile | 62 | sed -i -e "s|^Makefile:|_Makefile:|" ${D}${PTEST_PATH}/Makefile |
63 | } | 63 | } |
64 | 64 | ||
65 | FILES_libbz2 = "${libdir}/lib*${SOLIBS}" | 65 | FILES:libbz2 = "${libdir}/lib*${SOLIBS}" |
66 | 66 | ||
67 | RDEPENDS_${PN}-ptest += "make bash" | 67 | RDEPENDS:${PN}-ptest += "make bash" |
68 | 68 | ||
69 | PROVIDES_append_class-native = " bzip2-replacement-native" | 69 | PROVIDES:append:class-native = " bzip2-replacement-native" |
70 | BBCLASSEXTEND = "native nativesdk" | 70 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/cpio/cpio_2.13.bb b/meta/recipes-extended/cpio/cpio_2.13.bb index f4df826ed9..20ea3c25e3 100644 --- a/meta/recipes-extended/cpio/cpio_2.13.bb +++ b/meta/recipes-extended/cpio/cpio_2.13.bb | |||
@@ -37,14 +37,14 @@ do_install () { | |||
37 | 37 | ||
38 | PACKAGES =+ "${PN}-rmt" | 38 | PACKAGES =+ "${PN}-rmt" |
39 | 39 | ||
40 | FILES_${PN}-rmt = "${sbindir}/rmt*" | 40 | FILES:${PN}-rmt = "${sbindir}/rmt*" |
41 | 41 | ||
42 | inherit update-alternatives | 42 | inherit update-alternatives |
43 | 43 | ||
44 | ALTERNATIVE_PRIORITY = "100" | 44 | ALTERNATIVE_PRIORITY = "100" |
45 | 45 | ||
46 | ALTERNATIVE_${PN} = "cpio" | 46 | ALTERNATIVE:${PN} = "cpio" |
47 | ALTERNATIVE_${PN}-rmt = "rmt" | 47 | ALTERNATIVE:${PN}-rmt = "rmt" |
48 | 48 | ||
49 | ALTERNATIVE_LINK_NAME[cpio] = "${base_bindir}/cpio" | 49 | ALTERNATIVE_LINK_NAME[cpio] = "${base_bindir}/cpio" |
50 | 50 | ||
diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb index 9cdb71f1a1..c2677184b4 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.9.5.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb | |||
@@ -22,7 +22,7 @@ UPSTREAM_CHECK_REGEX = "/cracklib/(?P<pver>(\d+[\.\-_]*)+)/" | |||
22 | 22 | ||
23 | inherit autotools gettext | 23 | inherit autotools gettext |
24 | 24 | ||
25 | do_install_append_class-target() { | 25 | do_install:append:class-target() { |
26 | create-cracklib-dict -o ${D}${datadir}/cracklib/pw_dict ${D}${datadir}/cracklib/cracklib-small | 26 | create-cracklib-dict -o ${D}${datadir}/cracklib/pw_dict ${D}${datadir}/cracklib/cracklib-small |
27 | } | 27 | } |
28 | 28 | ||
diff --git a/meta/recipes-extended/cronie/cronie_1.5.7.bb b/meta/recipes-extended/cronie/cronie_1.5.7.bb index d0abdd8398..2cbae591b0 100644 --- a/meta/recipes-extended/cronie/cronie_1.5.7.bb +++ b/meta/recipes-extended/cronie/cronie_1.5.7.bb | |||
@@ -39,11 +39,11 @@ INITSCRIPT_NAME = "crond" | |||
39 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." | 39 | INITSCRIPT_PARAMS = "start 90 2 3 4 5 . stop 60 0 1 6 ." |
40 | 40 | ||
41 | USERADD_PACKAGES = "${PN}" | 41 | USERADD_PACKAGES = "${PN}" |
42 | GROUPADD_PARAM_${PN} = "--system crontab" | 42 | GROUPADD_PARAM:${PN} = "--system crontab" |
43 | 43 | ||
44 | SYSTEMD_SERVICE_${PN} = "crond.service" | 44 | SYSTEMD_SERVICE:${PN} = "crond.service" |
45 | 45 | ||
46 | do_install_append () { | 46 | do_install:append () { |
47 | install -d ${D}${sysconfdir}/sysconfig/ | 47 | install -d ${D}${sysconfdir}/sysconfig/ |
48 | install -d ${D}${sysconfdir}/init.d/ | 48 | install -d ${D}${sysconfdir}/init.d/ |
49 | install -m 0644 ${S}/crond.sysconfig ${D}${sysconfdir}/sysconfig/crond | 49 | install -m 0644 ${S}/crond.sysconfig ${D}${sysconfdir}/sysconfig/crond |
@@ -79,5 +79,5 @@ do_install_append () { | |||
79 | chmod 600 ${D}${sysconfdir}/crontab | 79 | chmod 600 ${D}${sysconfdir}/crontab |
80 | } | 80 | } |
81 | 81 | ||
82 | FILES_${PN} += "${sysconfdir}/cron*" | 82 | FILES:${PN} += "${sysconfdir}/cron*" |
83 | CONFFILES_${PN} += "${sysconfdir}/crontab" | 83 | CONFFILES:${PN} += "${sysconfdir}/crontab" |
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index df23825466..f6f8637a43 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -34,9 +34,9 @@ CLEANBROKEN = "1" | |||
34 | inherit autotools-brokensep binconfig useradd systemd pkgconfig multilib_script | 34 | inherit autotools-brokensep binconfig useradd systemd pkgconfig multilib_script |
35 | 35 | ||
36 | USERADD_PACKAGES = "${PN}" | 36 | USERADD_PACKAGES = "${PN}" |
37 | GROUPADD_PARAM_${PN} = "--system lpadmin" | 37 | GROUPADD_PARAM:${PN} = "--system lpadmin" |
38 | 38 | ||
39 | SYSTEMD_SERVICE_${PN} = "cups.socket cups.path cups.service cups-lpd.socket" | 39 | SYSTEMD_SERVICE:${PN} = "cups.socket cups.path cups.service cups-lpd.socket" |
40 | 40 | ||
41 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \ | 41 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \ |
42 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" | 42 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" |
@@ -91,21 +91,21 @@ do_install () { | |||
91 | 91 | ||
92 | PACKAGES =+ "${PN}-lib ${PN}-libimage" | 92 | PACKAGES =+ "${PN}-lib ${PN}-libimage" |
93 | 93 | ||
94 | RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'procps', '', d)}" | 94 | RDEPENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'procps', '', d)}" |
95 | FILES_${PN} += "${libexecdir}/cups/" | 95 | FILES:${PN} += "${libexecdir}/cups/" |
96 | 96 | ||
97 | FILES_${PN}-lib = "${libdir}/libcups.so.*" | 97 | FILES:${PN}-lib = "${libdir}/libcups.so.*" |
98 | 98 | ||
99 | FILES_${PN}-libimage = "${libdir}/libcupsimage.so.*" | 99 | FILES:${PN}-libimage = "${libdir}/libcupsimage.so.*" |
100 | 100 | ||
101 | #package the html for the webgui inside the main packages (~1MB uncompressed) | 101 | #package the html for the webgui inside the main packages (~1MB uncompressed) |
102 | 102 | ||
103 | FILES_${PN} += "${datadir}/doc/cups/images \ | 103 | FILES:${PN} += "${datadir}/doc/cups/images \ |
104 | ${datadir}/doc/cups/*html \ | 104 | ${datadir}/doc/cups/*html \ |
105 | ${datadir}/doc/cups/*.css \ | 105 | ${datadir}/doc/cups/*.css \ |
106 | ${datadir}/icons/ \ | 106 | ${datadir}/icons/ \ |
107 | " | 107 | " |
108 | CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf" | 108 | CONFFILES:${PN} += "${sysconfdir}/cups/cupsd.conf" |
109 | 109 | ||
110 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/cups-config" | 110 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/cups-config" |
111 | 111 | ||
diff --git a/meta/recipes-extended/diffutils/diffutils.inc b/meta/recipes-extended/diffutils/diffutils.inc index c9e3130587..194d6e5a1b 100644 --- a/meta/recipes-extended/diffutils/diffutils.inc +++ b/meta/recipes-extended/diffutils/diffutils.inc | |||
@@ -7,7 +7,7 @@ SECTION = "base" | |||
7 | 7 | ||
8 | inherit autotools texinfo update-alternatives gettext | 8 | inherit autotools texinfo update-alternatives gettext |
9 | 9 | ||
10 | ALTERNATIVE_${PN} = "diff cmp" | 10 | ALTERNATIVE:${PN} = "diff cmp" |
11 | ALTERNATIVE_PRIORITY = "100" | 11 | ALTERNATIVE_PRIORITY = "100" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/diffutils/diffutils_3.7.bb b/meta/recipes-extended/diffutils/diffutils_3.7.bb index b9a54fea54..7b4ae160f9 100644 --- a/meta/recipes-extended/diffutils/diffutils_3.7.bb +++ b/meta/recipes-extended/diffutils/diffutils_3.7.bb | |||
@@ -19,7 +19,7 @@ acpaths = "-I ./m4" | |||
19 | 19 | ||
20 | inherit ptest | 20 | inherit ptest |
21 | 21 | ||
22 | RDEPENDS_${PN}-ptest += "make perl" | 22 | RDEPENDS:${PN}-ptest += "make perl" |
23 | 23 | ||
24 | do_install_ptest() { | 24 | do_install_ptest() { |
25 | t=${D}${PTEST_PATH} | 25 | t=${D}${PTEST_PATH} |
diff --git a/meta/recipes-extended/ethtool/ethtool_5.13.bb b/meta/recipes-extended/ethtool/ethtool_5.13.bb index 8f6a7904a2..3c99debc99 100644 --- a/meta/recipes-extended/ethtool/ethtool_5.13.bb +++ b/meta/recipes-extended/ethtool/ethtool_5.13.bb | |||
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/" | |||
17 | 17 | ||
18 | inherit autotools ptest bash-completion pkgconfig | 18 | inherit autotools ptest bash-completion pkgconfig |
19 | 19 | ||
20 | RDEPENDS_${PN}-ptest += "make" | 20 | RDEPENDS:${PN}-ptest += "make" |
21 | 21 | ||
22 | PACKAGECONFIG ?= "netlink" | 22 | PACKAGECONFIG ?= "netlink" |
23 | PACKAGECONFIG[netlink] = "--enable-netlink,--disable-netlink,libmnl," | 23 | PACKAGECONFIG[netlink] = "--enable-netlink,--disable-netlink,libmnl," |
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 9aa7239825..ea8a1b7afe 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc | |||
@@ -10,7 +10,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.xz" | |||
10 | 10 | ||
11 | inherit autotools gettext texinfo update-alternatives | 11 | inherit autotools gettext texinfo update-alternatives |
12 | 12 | ||
13 | ALTERNATIVE_${PN} = "find xargs" | 13 | ALTERNATIVE:${PN} = "find xargs" |
14 | ALTERNATIVE_PRIORITY = "100" | 14 | ALTERNATIVE_PRIORITY = "100" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/gawk/gawk_5.1.0.bb b/meta/recipes-extended/gawk/gawk_5.1.0.bb index ae897be62e..3c801e8bcc 100644 --- a/meta/recipes-extended/gawk/gawk_5.1.0.bb +++ b/meta/recipes-extended/gawk/gawk_5.1.0.bb | |||
@@ -25,14 +25,14 @@ SRC_URI[sha256sum] = "03a0360edcd84bec156fe211bbc4fc8c78790973ce4e8b990a11d778d4 | |||
25 | 25 | ||
26 | inherit autotools gettext texinfo update-alternatives | 26 | inherit autotools gettext texinfo update-alternatives |
27 | 27 | ||
28 | FILES_${PN} += "${datadir}/awk" | 28 | FILES:${PN} += "${datadir}/awk" |
29 | FILES_${PN}-dev += "${libdir}/${BPN}/*.la" | 29 | FILES:${PN}-dev += "${libdir}/${BPN}/*.la" |
30 | 30 | ||
31 | ALTERNATIVE_${PN} = "awk" | 31 | ALTERNATIVE:${PN} = "awk" |
32 | ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" | 32 | ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" |
33 | ALTERNATIVE_PRIORITY = "100" | 33 | ALTERNATIVE_PRIORITY = "100" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | # remove the link since we don't package it | 36 | # remove the link since we don't package it |
37 | rm ${D}${bindir}/awk | 37 | rm ${D}${bindir}/awk |
38 | } | 38 | } |
@@ -51,9 +51,9 @@ do_install_ptest() { | |||
51 | sed -i -e "s|GAWKLOCALE|LANG|g" ${D}${PTEST_PATH}/test/Maketests | 51 | sed -i -e "s|GAWKLOCALE|LANG|g" ${D}${PTEST_PATH}/test/Maketests |
52 | } | 52 | } |
53 | 53 | ||
54 | RDEPENDS_${PN}-ptest += "make" | 54 | RDEPENDS:${PN}-ptest += "make" |
55 | 55 | ||
56 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 56 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ |
57 | locale-base-en-us.iso-8859-1 \ | 57 | locale-base-en-us.iso-8859-1 \ |
58 | " | 58 | " |
59 | 59 | ||
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.54.0.bb b/meta/recipes-extended/ghostscript/ghostscript_9.54.0.bb index 81f8d615ae..59cc560cf8 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.54.0.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.54.0.bb | |||
@@ -14,7 +14,7 @@ LICENSE = "GPLv3" | |||
14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=70dc2bac4d0ce4448da873cd86b123fc" | 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=70dc2bac4d0ce4448da873cd86b123fc" |
15 | 15 | ||
16 | DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libpng" | 16 | DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libpng" |
17 | DEPENDS_class-native = "libpng-native" | 17 | DEPENDS:class-native = "libpng-native" |
18 | 18 | ||
19 | UPSTREAM_CHECK_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases" | 19 | UPSTREAM_CHECK_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases" |
20 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | 20 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" |
@@ -40,7 +40,7 @@ SRC_URI = "${SRC_URI_BASE} \ | |||
40 | file://cups-no-gcrypt.patch \ | 40 | file://cups-no-gcrypt.patch \ |
41 | " | 41 | " |
42 | 42 | ||
43 | SRC_URI_class-native = "${SRC_URI_BASE} \ | 43 | SRC_URI:class-native = "${SRC_URI_BASE} \ |
44 | file://ghostscript-9.21-native-fix-disable-system-libtiff.patch \ | 44 | file://ghostscript-9.21-native-fix-disable-system-libtiff.patch \ |
45 | file://base-genht.c-add-a-preprocessor-define-to-allow-fope.patch \ | 45 | file://base-genht.c-add-a-preprocessor-define-to-allow-fope.patch \ |
46 | " | 46 | " |
@@ -49,13 +49,13 @@ SRC_URI[sha256sum] = "0646bb97f6f4d10a763f4919c54fa28b4fbdd3dff8e7de3410431c8176 | |||
49 | 49 | ||
50 | # Put something like | 50 | # Put something like |
51 | # | 51 | # |
52 | # PACKAGECONFIG_append_pn-ghostscript = " x11" | 52 | # PACKAGECONFIG:append:pn-ghostscript = " x11" |
53 | # | 53 | # |
54 | # in local.conf to enable building with X11. Be careful. The order | 54 | # in local.conf to enable building with X11. Be careful. The order |
55 | # of the overrides matters! | 55 | # of the overrides matters! |
56 | # | 56 | # |
57 | #PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 57 | #PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
58 | PACKAGECONFIG_class-native = "" | 58 | PACKAGECONFIG:class-native = "" |
59 | 59 | ||
60 | PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR}, \ | 60 | PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR}, \ |
61 | --without-x, virtual/libx11 libxext libxt gtk+3\ | 61 | --without-x, virtual/libx11 libxext libxt gtk+3\ |
@@ -68,11 +68,11 @@ EXTRA_OECONF = "--without-libpaper --with-system-libtiff --without-jbig2dec \ | |||
68 | CUPSCONFIG="${STAGING_BINDIR_CROSS}/cups-config" \ | 68 | CUPSCONFIG="${STAGING_BINDIR_CROSS}/cups-config" \ |
69 | " | 69 | " |
70 | 70 | ||
71 | EXTRA_OECONF_append_mipsarcho32 = " --with-large_color_index=0" | 71 | EXTRA_OECONF:append:mipsarcho32 = " --with-large_color_index=0" |
72 | 72 | ||
73 | # Explicity disable libtiff, fontconfig, | 73 | # Explicity disable libtiff, fontconfig, |
74 | # freetype, cups for ghostscript-native | 74 | # freetype, cups for ghostscript-native |
75 | EXTRA_OECONF_class-native = "--without-x --with-system-libtiff=no \ | 75 | EXTRA_OECONF:class-native = "--without-x --with-system-libtiff=no \ |
76 | --without-jbig2dec --without-libpaper \ | 76 | --without-jbig2dec --without-libpaper \ |
77 | --with-fontpath=${datadir}/fonts \ | 77 | --with-fontpath=${datadir}/fonts \ |
78 | --without-libidn --disable-fontconfig \ | 78 | --without-libidn --disable-fontconfig \ |
@@ -86,11 +86,11 @@ BUILD_CFLAGS += "-DHAVE_SYS_TIME_H=1" | |||
86 | 86 | ||
87 | inherit autotools-brokensep | 87 | inherit autotools-brokensep |
88 | 88 | ||
89 | do_configure_prepend_class-target () { | 89 | do_configure:prepend:class-target () { |
90 | rm -rf ${S}/jpeg/ | 90 | rm -rf ${S}/jpeg/ |
91 | } | 91 | } |
92 | 92 | ||
93 | do_configure_append () { | 93 | do_configure:append () { |
94 | # copy tools from the native ghostscript build | 94 | # copy tools from the native ghostscript build |
95 | if [ "${PN}" != "ghostscript-native" ]; then | 95 | if [ "${PN}" != "ghostscript-native" ]; then |
96 | mkdir -p obj/aux soobj | 96 | mkdir -p obj/aux soobj |
@@ -100,20 +100,20 @@ do_configure_append () { | |||
100 | fi | 100 | fi |
101 | } | 101 | } |
102 | 102 | ||
103 | do_install_append () { | 103 | do_install:append () { |
104 | mkdir -p ${D}${datadir}/ghostscript/${PV}/ | 104 | mkdir -p ${D}${datadir}/ghostscript/${PV}/ |
105 | cp -r ${S}/Resource ${D}${datadir}/ghostscript/${PV}/ | 105 | cp -r ${S}/Resource ${D}${datadir}/ghostscript/${PV}/ |
106 | cp -r ${S}/iccprofiles ${D}${datadir}/ghostscript/${PV}/ | 106 | cp -r ${S}/iccprofiles ${D}${datadir}/ghostscript/${PV}/ |
107 | } | 107 | } |
108 | 108 | ||
109 | do_compile_class-native () { | 109 | do_compile:class-native () { |
110 | mkdir -p obj | 110 | mkdir -p obj |
111 | for i in genarch genconf mkromfs echogs gendev genht packps; do | 111 | for i in genarch genconf mkromfs echogs gendev genht packps; do |
112 | oe_runmake obj/aux/$i | 112 | oe_runmake obj/aux/$i |
113 | done | 113 | done |
114 | } | 114 | } |
115 | 115 | ||
116 | do_install_class-native () { | 116 | do_install:class-native () { |
117 | install -d ${D}${bindir}/ghostscript-${PV} | 117 | install -d ${D}${bindir}/ghostscript-${PV} |
118 | for i in genarch genconf mkromfs echogs gendev genht packps; do | 118 | for i in genarch genconf mkromfs echogs gendev genht packps; do |
119 | install -m 755 obj/aux/$i ${D}${bindir}/ghostscript-${PV}/$i | 119 | install -m 755 obj/aux/$i ${D}${bindir}/ghostscript-${PV}/$i |
diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index c51f163e9b..aeff482f3b 100644 --- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb | |||
@@ -17,6 +17,6 @@ export GO111MODULE="off" | |||
17 | inherit go | 17 | inherit go |
18 | 18 | ||
19 | # This is just to make clear where this example is | 19 | # This is just to make clear where this example is |
20 | do_install_append() { | 20 | do_install:append() { |
21 | mv ${D}${bindir}/hello ${D}${bindir}/${BPN} | 21 | mv ${D}${bindir}/hello ${D}${bindir}/${BPN} |
22 | } | 22 | } |
diff --git a/meta/recipes-extended/grep/grep_3.6.bb b/meta/recipes-extended/grep/grep_3.6.bb index c17b96d7bd..750575ec22 100644 --- a/meta/recipes-extended/grep/grep_3.6.bb +++ b/meta/recipes-extended/grep/grep_3.6.bb | |||
@@ -15,7 +15,7 @@ inherit autotools gettext texinfo pkgconfig | |||
15 | # Fix "Argument list too long" error when len(TMPDIR) = 410 | 15 | # Fix "Argument list too long" error when len(TMPDIR) = 410 |
16 | acpaths = "-I ./m4" | 16 | acpaths = "-I ./m4" |
17 | 17 | ||
18 | do_configure_prepend () { | 18 | do_configure:prepend () { |
19 | sed -i -e '1s,#!@SHELL@,#!/bin/sh,' ${S}/src/egrep.sh | 19 | sed -i -e '1s,#!@SHELL@,#!/bin/sh,' ${S}/src/egrep.sh |
20 | rm -f ${S}/m4/init.m4 | 20 | rm -f ${S}/m4/init.m4 |
21 | } | 21 | } |
@@ -38,7 +38,7 @@ PACKAGECONFIG[pcre] = "--enable-perl-regexp,--disable-perl-regexp,libpcre" | |||
38 | 38 | ||
39 | ALTERNATIVE_PRIORITY = "100" | 39 | ALTERNATIVE_PRIORITY = "100" |
40 | 40 | ||
41 | ALTERNATIVE_${PN} = "grep egrep fgrep" | 41 | ALTERNATIVE:${PN} = "grep egrep fgrep" |
42 | ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep" | 42 | ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep" |
43 | ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep" | 43 | ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep" |
44 | ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep" | 44 | ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep" |
diff --git a/meta/recipes-extended/groff/groff_1.22.4.bb b/meta/recipes-extended/groff/groff_1.22.4.bb index f0e9eb6a8a..d0b543ab6e 100644 --- a/meta/recipes-extended/groff/groff_1.22.4.bb +++ b/meta/recipes-extended/groff/groff_1.22.4.bb | |||
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "e78e7b4cb7dec310849004fa88847c44701e8d133b5d4c13057d876c1b | |||
22 | PR = "r1" | 22 | PR = "r1" |
23 | 23 | ||
24 | DEPENDS = "bison-native" | 24 | DEPENDS = "bison-native" |
25 | RDEPENDS_${PN} += "perl sed" | 25 | RDEPENDS:${PN} += "perl sed" |
26 | 26 | ||
27 | inherit autotools-brokensep texinfo multilib_script pkgconfig | 27 | inherit autotools-brokensep texinfo multilib_script pkgconfig |
28 | 28 | ||
@@ -35,12 +35,12 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl' ac_cv_path_BASH_PRO | |||
35 | 35 | ||
36 | # Delete these generated files since we depend on bison-native | 36 | # Delete these generated files since we depend on bison-native |
37 | # and regenerate them. Do it deterministically (always). | 37 | # and regenerate them. Do it deterministically (always). |
38 | do_configure_prepend() { | 38 | do_configure:prepend() { |
39 | rm -f ${S}/src/preproc/eqn/eqn.cpp | 39 | rm -f ${S}/src/preproc/eqn/eqn.cpp |
40 | rm -f ${S}/src/preproc/eqn/eqn.hpp | 40 | rm -f ${S}/src/preproc/eqn/eqn.hpp |
41 | } | 41 | } |
42 | 42 | ||
43 | do_install_append() { | 43 | do_install:append() { |
44 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location | 44 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location |
45 | # for target as /usr/bin/perl, so fix it to /usr/bin/perl. | 45 | # for target as /usr/bin/perl, so fix it to /usr/bin/perl. |
46 | for i in afmtodit mmroff gropdf pdfmom grog; do | 46 | for i in afmtodit mmroff gropdf pdfmom grog; do |
@@ -68,13 +68,13 @@ do_install_append() { | |||
68 | rm -rf ${D}${mandir}/man1/grap2graph* | 68 | rm -rf ${D}${mandir}/man1/grap2graph* |
69 | } | 69 | } |
70 | 70 | ||
71 | do_install_append_class-native() { | 71 | do_install:append:class-native() { |
72 | create_cmdline_wrapper ${D}/${bindir}/groff \ | 72 | create_cmdline_wrapper ${D}/${bindir}/groff \ |
73 | -F${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/font \ | 73 | -F${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/font \ |
74 | -M${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/tmac | 74 | -M${STAGING_DIR_NATIVE}${datadir_native}/groff/${PV}/tmac |
75 | } | 75 | } |
76 | 76 | ||
77 | FILES_${PN} += "${libdir}/${BPN}/site-tmac \ | 77 | FILES:${PN} += "${libdir}/${BPN}/site-tmac \ |
78 | ${libdir}/${BPN}/groffer/" | 78 | ${libdir}/${BPN}/groffer/" |
79 | 79 | ||
80 | BBCLASSEXTEND = "native" | 80 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc index 04f8f95dd5..15fd665ac8 100644 --- a/meta/recipes-extended/gzip/gzip.inc +++ b/meta/recipes-extended/gzip/gzip.inc | |||
@@ -8,10 +8,10 @@ SECTION = "console/utils" | |||
8 | inherit autotools texinfo | 8 | inherit autotools texinfo |
9 | export DEFS="NO_ASM" | 9 | export DEFS="NO_ASM" |
10 | 10 | ||
11 | EXTRA_OEMAKE_class-target = "GREP=${base_bindir}/grep" | 11 | EXTRA_OEMAKE:class-target = "GREP=${base_bindir}/grep" |
12 | EXTRA_OECONF_append_libc-musl = " gl_cv_func_fflush_stdin=yes " | 12 | EXTRA_OECONF:append:libc-musl = " gl_cv_func_fflush_stdin=yes " |
13 | 13 | ||
14 | do_install_append () { | 14 | do_install:append () { |
15 | if [ "${base_bindir}" != "${bindir}" ]; then | 15 | if [ "${base_bindir}" != "${bindir}" ]; then |
16 | # Rename and move files into /bin (FHS), which is typical place for gzip | 16 | # Rename and move files into /bin (FHS), which is typical place for gzip |
17 | install -d ${D}${base_bindir} | 17 | install -d ${D}${base_bindir} |
@@ -25,7 +25,7 @@ do_install_append () { | |||
25 | inherit update-alternatives | 25 | inherit update-alternatives |
26 | 26 | ||
27 | ALTERNATIVE_PRIORITY = "100" | 27 | ALTERNATIVE_PRIORITY = "100" |
28 | ALTERNATIVE_${PN} = "gunzip gzip zcat" | 28 | ALTERNATIVE:${PN} = "gunzip gzip zcat" |
29 | ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" | 29 | ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" |
30 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" | 30 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" |
31 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" | 31 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" |
diff --git a/meta/recipes-extended/gzip/gzip_1.10.bb b/meta/recipes-extended/gzip/gzip_1.10.bb index 9778e687e1..120e1d4580 100644 --- a/meta/recipes-extended/gzip/gzip_1.10.bb +++ b/meta/recipes-extended/gzip/gzip_1.10.bb | |||
@@ -5,14 +5,14 @@ LICENSE = "GPLv3+" | |||
5 | SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz \ | 5 | SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz \ |
6 | file://run-ptest \ | 6 | file://run-ptest \ |
7 | " | 7 | " |
8 | SRC_URI_append_class-target = " file://wrong-path-fix.patch" | 8 | SRC_URI:append:class-target = " file://wrong-path-fix.patch" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
11 | file://gzip.h;beginline=8;endline=20;md5=6e47caaa630e0c8bf9f1bc8d94a8ed0e" | 11 | file://gzip.h;beginline=8;endline=20;md5=6e47caaa630e0c8bf9f1bc8d94a8ed0e" |
12 | 12 | ||
13 | PROVIDES_append_class-native = " gzip-replacement-native" | 13 | PROVIDES:append:class-native = " gzip-replacement-native" |
14 | 14 | ||
15 | RDEPENDS_${PN}-ptest += "make perl grep diffutils" | 15 | RDEPENDS:${PN}-ptest += "make perl grep diffutils" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
18 | 18 | ||
diff --git a/meta/recipes-extended/hdparm/hdparm_9.62.bb b/meta/recipes-extended/hdparm/hdparm_9.62.bb index 026772351d..3d4081c2b3 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.62.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.62.bb | |||
@@ -5,9 +5,9 @@ and manipulating various IDE drive and driver parameters." | |||
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | 6 | ||
7 | LICENSE = "BSD & GPLv2" | 7 | LICENSE = "BSD & GPLv2" |
8 | LICENSE_${PN} = "BSD" | 8 | LICENSE:${PN} = "BSD" |
9 | LICENSE_${PN}-dbg = "BSD" | 9 | LICENSE:${PN}-dbg = "BSD" |
10 | LICENSE_wiper = "GPLv2" | 10 | LICENSE:wiper = "GPLv2" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03 \ | 12 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03 \ |
13 | file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \ | 13 | file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \ |
@@ -17,9 +17,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=495d03e50dc6c89d6a30107ab0df5b03 \ | |||
17 | 17 | ||
18 | PACKAGES =+ "wiper" | 18 | PACKAGES =+ "wiper" |
19 | 19 | ||
20 | FILES_wiper = "${bindir}/wiper.sh" | 20 | FILES:wiper = "${bindir}/wiper.sh" |
21 | 21 | ||
22 | RDEPENDS_wiper = "bash gawk coreutils" | 22 | RDEPENDS:wiper = "bash gawk coreutils" |
23 | 23 | ||
24 | SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/${BP}.tar.gz \ | 24 | SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/${BP}.tar.gz \ |
25 | file://wiper.sh-fix-stat-path.patch \ | 25 | file://wiper.sh-fix-stat-path.patch \ |
@@ -31,7 +31,7 @@ EXTRA_OEMAKE = 'STRIP="echo" LDFLAGS="${LDFLAGS}"' | |||
31 | 31 | ||
32 | inherit update-alternatives | 32 | inherit update-alternatives |
33 | 33 | ||
34 | ALTERNATIVE_${PN} = "hdparm" | 34 | ALTERNATIVE:${PN} = "hdparm" |
35 | ALTERNATIVE_LINK_NAME[hdparm] = "${base_sbindir}/hdparm" | 35 | ALTERNATIVE_LINK_NAME[hdparm] = "${base_sbindir}/hdparm" |
36 | ALTERNATIVE_PRIORITY = "100" | 36 | ALTERNATIVE_PRIORITY = "100" |
37 | 37 | ||
diff --git a/meta/recipes-extended/images/core-image-kernel-dev.bb b/meta/recipes-extended/images/core-image-kernel-dev.bb index 4d16da1ea8..4018af7a3a 100644 --- a/meta/recipes-extended/images/core-image-kernel-dev.bb +++ b/meta/recipes-extended/images/core-image-kernel-dev.bb | |||
@@ -15,7 +15,7 @@ CORE_IMAGE_EXTRA_INSTALL += "${KERNEL_DEV_MODULE} \ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | # We need extra space for things like kernel builds, etc. | 17 | # We need extra space for things like kernel builds, etc. |
18 | IMAGE_ROOTFS_EXTRA_SPACE_append = " + 3000000" | 18 | IMAGE_ROOTFS_EXTRA_SPACE:append = " + 3000000" |
19 | 19 | ||
20 | # Let's define our own subset to test, we can later add a on-target kernel build even! | 20 | # Let's define our own subset to test, we can later add a on-target kernel build even! |
21 | DEFAULT_TEST_SUITES = "ping ssh df connman syslog scp date parselogs" | 21 | DEFAULT_TEST_SUITES = "ping ssh df connman syslog scp date parselogs" |
diff --git a/meta/recipes-extended/iptables/iptables_1.8.7.bb b/meta/recipes-extended/iptables/iptables_1.8.7.bb index 621f87ff87..93af96b77d 100644 --- a/meta/recipes-extended/iptables/iptables_1.8.7.bb +++ b/meta/recipes-extended/iptables/iptables_1.8.7.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ | |||
18 | " | 18 | " |
19 | SRC_URI[sha256sum] = "c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0" | 19 | SRC_URI[sha256sum] = "c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0" |
20 | 20 | ||
21 | SYSTEMD_SERVICE_${PN} = "\ | 21 | SYSTEMD_SERVICE:${PN} = "\ |
22 | iptables.service \ | 22 | iptables.service \ |
23 | ${@bb.utils.contains('PACKAGECONFIG', 'ipv6', 'ip6tables.service', '', d)} \ | 23 | ${@bb.utils.contains('PACKAGECONFIG', 'ipv6', 'ip6tables.service', '', d)} \ |
24 | " | 24 | " |
@@ -36,7 +36,7 @@ PACKAGECONFIG[libnfnetlink] = "--enable-libnfnetlink,--disable-libnfnetlink,libn | |||
36 | # libnftnl recipe is in meta-networking layer(previously known as libnftables) | 36 | # libnftnl recipe is in meta-networking layer(previously known as libnftables) |
37 | PACKAGECONFIG[libnftnl] = "--enable-nftables,--disable-nftables,libnftnl" | 37 | PACKAGECONFIG[libnftnl] = "--enable-nftables,--disable-nftables,libnftnl" |
38 | 38 | ||
39 | do_configure_prepend() { | 39 | do_configure:prepend() { |
40 | # Remove some libtool m4 files | 40 | # Remove some libtool m4 files |
41 | # Keep ax_check_linker_flags.m4 which belongs to autoconf-archive. | 41 | # Keep ax_check_linker_flags.m4 which belongs to autoconf-archive. |
42 | rm -f libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 | 42 | rm -f libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 |
@@ -44,7 +44,7 @@ do_configure_prepend() { | |||
44 | 44 | ||
45 | IPTABLES_RULES_DIR ?= "${sysconfdir}/${BPN}" | 45 | IPTABLES_RULES_DIR ?= "${sysconfdir}/${BPN}" |
46 | 46 | ||
47 | do_install_append() { | 47 | do_install:append() { |
48 | install -d ${D}${IPTABLES_RULES_DIR} | 48 | install -d ${D}${IPTABLES_RULES_DIR} |
49 | install -m 0644 ${WORKDIR}/iptables.rules ${D}${IPTABLES_RULES_DIR} | 49 | install -m 0644 ${WORKDIR}/iptables.rules ${D}${IPTABLES_RULES_DIR} |
50 | 50 | ||
@@ -70,15 +70,15 @@ do_install_append() { | |||
70 | PACKAGES =+ "${PN}-modules ${PN}-apply" | 70 | PACKAGES =+ "${PN}-modules ${PN}-apply" |
71 | PACKAGES_DYNAMIC += "^${PN}-module-.*" | 71 | PACKAGES_DYNAMIC += "^${PN}-module-.*" |
72 | 72 | ||
73 | python populate_packages_prepend() { | 73 | python populate_packages:prepend() { |
74 | modules = do_split_packages(d, '${libdir}/xtables', r'lib(.*)\.so$', '${PN}-module-%s', '${PN} module %s', extra_depends='') | 74 | modules = do_split_packages(d, '${libdir}/xtables', r'lib(.*)\.so$', '${PN}-module-%s', '${PN} module %s', extra_depends='') |
75 | if modules: | 75 | if modules: |
76 | metapkg = d.getVar('PN') + '-modules' | 76 | metapkg = d.getVar('PN') + '-modules' |
77 | d.appendVar('RDEPENDS_' + metapkg, ' ' + ' '.join(modules)) | 77 | d.appendVar('RDEPENDS:' + metapkg, ' ' + ' '.join(modules)) |
78 | } | 78 | } |
79 | 79 | ||
80 | RDEPENDS_${PN} = "${PN}-module-xt-standard" | 80 | RDEPENDS:${PN} = "${PN}-module-xt-standard" |
81 | RRECOMMENDS_${PN} = " \ | 81 | RRECOMMENDS:${PN} = " \ |
82 | ${PN}-modules \ | 82 | ${PN}-modules \ |
83 | kernel-module-x-tables \ | 83 | kernel-module-x-tables \ |
84 | kernel-module-ip-tables \ | 84 | kernel-module-ip-tables \ |
@@ -95,16 +95,16 @@ RRECOMMENDS_${PN} = " \ | |||
95 | ', '', d)} \ | 95 | ', '', d)} \ |
96 | " | 96 | " |
97 | 97 | ||
98 | FILES_${PN} += "${datadir}/xtables" | 98 | FILES:${PN} += "${datadir}/xtables" |
99 | 99 | ||
100 | FILES_${PN}-apply = "${sbindir}/ip*-apply" | 100 | FILES:${PN}-apply = "${sbindir}/ip*-apply" |
101 | RDEPENDS_${PN}-apply = "${PN} bash" | 101 | RDEPENDS:${PN}-apply = "${PN} bash" |
102 | 102 | ||
103 | # Include the symlinks as well in respective packages | 103 | # Include the symlinks as well in respective packages |
104 | FILES_${PN}-module-xt-conntrack += "${libdir}/xtables/libxt_state.so" | 104 | FILES:${PN}-module-xt-conntrack += "${libdir}/xtables/libxt_state.so" |
105 | FILES_${PN}-module-xt-ct += "${libdir}/xtables/libxt_NOTRACK.so" | 105 | FILES:${PN}-module-xt-ct += "${libdir}/xtables/libxt_NOTRACK.so" |
106 | 106 | ||
107 | ALLOW_EMPTY_${PN}-modules = "1" | 107 | ALLOW_EMPTY:${PN}-modules = "1" |
108 | 108 | ||
109 | INSANE_SKIP_${PN}-module-xt-conntrack = "dev-so" | 109 | INSANE_SKIP:${PN}-module-xt-conntrack = "dev-so" |
110 | INSANE_SKIP_${PN}-module-xt-ct = "dev-so" | 110 | INSANE_SKIP:${PN}-module-xt-ct = "dev-so" |
diff --git a/meta/recipes-extended/iputils/iputils_20210202.bb b/meta/recipes-extended/iputils/iputils_20210202.bb index 02a303782e..b8596ddf6a 100644 --- a/meta/recipes-extended/iputils/iputils_20210202.bb +++ b/meta/recipes-extended/iputils/iputils_20210202.bb | |||
@@ -42,7 +42,7 @@ EXTRA_OEMESON += "--prefix=${root_prefix}/" | |||
42 | 42 | ||
43 | ALTERNATIVE_PRIORITY = "100" | 43 | ALTERNATIVE_PRIORITY = "100" |
44 | 44 | ||
45 | ALTERNATIVE_${PN}-ping = "ping" | 45 | ALTERNATIVE:${PN}-ping = "ping" |
46 | ALTERNATIVE_LINK_NAME[ping] = "${base_bindir}/ping" | 46 | ALTERNATIVE_LINK_NAME[ping] = "${base_bindir}/ping" |
47 | 47 | ||
48 | SPLITPKGS = "${PN}-ping ${PN}-arping ${PN}-tracepath ${PN}-clockdiff ${PN}-rdisc \ | 48 | SPLITPKGS = "${PN}-ping ${PN}-arping ${PN}-tracepath ${PN}-clockdiff ${PN}-rdisc \ |
@@ -51,21 +51,21 @@ SPLITPKGS = "${PN}-ping ${PN}-arping ${PN}-tracepath ${PN}-clockdiff ${PN}-rdisc | |||
51 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '${PN}-traceroute6 ${PN}-ninfod', '', d)}" | 51 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '${PN}-traceroute6 ${PN}-ninfod', '', d)}" |
52 | PACKAGES += "${SPLITPKGS}" | 52 | PACKAGES += "${SPLITPKGS}" |
53 | 53 | ||
54 | ALLOW_EMPTY_${PN} = "1" | 54 | ALLOW_EMPTY:${PN} = "1" |
55 | RDEPENDS_${PN} += "${SPLITPKGS}" | 55 | RDEPENDS:${PN} += "${SPLITPKGS}" |
56 | 56 | ||
57 | FILES_${PN} = "" | 57 | FILES:${PN} = "" |
58 | FILES_${PN}-ping = "${base_bindir}/ping.${BPN}" | 58 | FILES:${PN}-ping = "${base_bindir}/ping.${BPN}" |
59 | FILES_${PN}-arping = "${base_bindir}/arping" | 59 | FILES:${PN}-arping = "${base_bindir}/arping" |
60 | FILES_${PN}-tracepath = "${base_bindir}/tracepath" | 60 | FILES:${PN}-tracepath = "${base_bindir}/tracepath" |
61 | FILES_${PN}-traceroute6 = "${base_bindir}/traceroute6" | 61 | FILES:${PN}-traceroute6 = "${base_bindir}/traceroute6" |
62 | FILES_${PN}-clockdiff = "${base_bindir}/clockdiff" | 62 | FILES:${PN}-clockdiff = "${base_bindir}/clockdiff" |
63 | FILES_${PN}-tftpd = "${base_bindir}/tftpd ${sysconfdir}/xinetd.d/tftp" | 63 | FILES:${PN}-tftpd = "${base_bindir}/tftpd ${sysconfdir}/xinetd.d/tftp" |
64 | FILES_${PN}-rarpd = "${base_sbindir}/rarpd ${systemd_unitdir}/system/rarpd@.service" | 64 | FILES:${PN}-rarpd = "${base_sbindir}/rarpd ${systemd_unitdir}/system/rarpd@.service" |
65 | FILES_${PN}-rdisc = "${base_sbindir}/rdisc" | 65 | FILES:${PN}-rdisc = "${base_sbindir}/rdisc" |
66 | FILES_${PN}-ninfod = "${base_sbindir}/ninfod ${sysconfdir}/init.d/ninfod.sh" | 66 | FILES:${PN}-ninfod = "${base_sbindir}/ninfod ${sysconfdir}/init.d/ninfod.sh" |
67 | 67 | ||
68 | SYSTEMD_PACKAGES = "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '${PN}-ninfod', '', d)} \ | 68 | SYSTEMD_PACKAGES = "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '${PN}-ninfod', '', d)} \ |
69 | ${PN}-rdisc" | 69 | ${PN}-rdisc" |
70 | SYSTEMD_SERVICE_${PN}-ninfod = "ninfod.service" | 70 | SYSTEMD_SERVICE:${PN}-ninfod = "ninfod.service" |
71 | SYSTEMD_SERVICE_${PN}-rdisc = "rdisc.service" | 71 | SYSTEMD_SERVICE:${PN}-rdisc = "rdisc.service" |
diff --git a/meta/recipes-extended/less/less_590.bb b/meta/recipes-extended/less/less_590.bb index 82a2312642..5d0d0a5afe 100644 --- a/meta/recipes-extended/less/less_590.bb +++ b/meta/recipes-extended/less/less_590.bb | |||
@@ -38,5 +38,5 @@ do_install () { | |||
38 | oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install | 38 | oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install |
39 | } | 39 | } |
40 | 40 | ||
41 | ALTERNATIVE_${PN} = "less" | 41 | ALTERNATIVE:${PN} = "less" |
42 | ALTERNATIVE_PRIORITY = "100" | 42 | ALTERNATIVE_PRIORITY = "100" |
diff --git a/meta/recipes-extended/libarchive/libarchive_3.5.1.bb b/meta/recipes-extended/libarchive/libarchive_3.5.1.bb index ebecee1f3e..7d98e573b8 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.5.1.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.5.1.bb | |||
@@ -9,12 +9,12 @@ DEPENDS = "e2fsprogs-native" | |||
9 | 9 | ||
10 | PACKAGECONFIG ?= "zlib bz2 xz lzo zstd" | 10 | PACKAGECONFIG ?= "zlib bz2 xz lzo zstd" |
11 | 11 | ||
12 | PACKAGECONFIG_append_class-target = "\ | 12 | PACKAGECONFIG:append:class-target = "\ |
13 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)} \ | 13 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)} \ |
14 | " | 14 | " |
15 | 15 | ||
16 | DEPENDS_BZIP2 = "bzip2-replacement-native" | 16 | DEPENDS_BZIP2 = "bzip2-replacement-native" |
17 | DEPENDS_BZIP2_class-target = "bzip2" | 17 | DEPENDS_BZIP2:class-target = "bzip2" |
18 | 18 | ||
19 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 19 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |
20 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | 20 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," |
@@ -41,7 +41,7 @@ inherit autotools update-alternatives pkgconfig | |||
41 | CPPFLAGS += "-I${WORKDIR}/extra-includes" | 41 | CPPFLAGS += "-I${WORKDIR}/extra-includes" |
42 | 42 | ||
43 | do_configure[cleandirs] += "${WORKDIR}/extra-includes" | 43 | do_configure[cleandirs] += "${WORKDIR}/extra-includes" |
44 | do_configure_prepend() { | 44 | do_configure:prepend() { |
45 | # We just need the headers for some type constants, so no need to | 45 | # We just need the headers for some type constants, so no need to |
46 | # build all of e2fsprogs for the target | 46 | # build all of e2fsprogs for the target |
47 | cp -R ${STAGING_INCDIR_NATIVE}/ext2fs ${WORKDIR}/extra-includes/ | 47 | cp -R ${STAGING_INCDIR_NATIVE}/ext2fs ${WORKDIR}/extra-includes/ |
@@ -50,16 +50,16 @@ do_configure_prepend() { | |||
50 | ALTERNATIVE_PRIORITY = "80" | 50 | ALTERNATIVE_PRIORITY = "80" |
51 | 51 | ||
52 | PACKAGES =+ "bsdtar" | 52 | PACKAGES =+ "bsdtar" |
53 | FILES_bsdtar = "${bindir}/bsdtar" | 53 | FILES:bsdtar = "${bindir}/bsdtar" |
54 | 54 | ||
55 | ALTERNATIVE_bsdtar = "tar" | 55 | ALTERNATIVE:bsdtar = "tar" |
56 | ALTERNATIVE_LINK_NAME[tar] = "${base_bindir}/tar" | 56 | ALTERNATIVE_LINK_NAME[tar] = "${base_bindir}/tar" |
57 | ALTERNATIVE_TARGET[tar] = "${bindir}/bsdtar" | 57 | ALTERNATIVE_TARGET[tar] = "${bindir}/bsdtar" |
58 | 58 | ||
59 | PACKAGES =+ "bsdcpio" | 59 | PACKAGES =+ "bsdcpio" |
60 | FILES_bsdcpio = "${bindir}/bsdcpio" | 60 | FILES:bsdcpio = "${bindir}/bsdcpio" |
61 | 61 | ||
62 | ALTERNATIVE_bsdcpio = "cpio" | 62 | ALTERNATIVE:bsdcpio = "cpio" |
63 | ALTERNATIVE_LINK_NAME[cpio] = "${base_bindir}/cpio" | 63 | ALTERNATIVE_LINK_NAME[cpio] = "${base_bindir}/cpio" |
64 | ALTERNATIVE_TARGET[cpio] = "${bindir}/bsdcpio" | 64 | ALTERNATIVE_TARGET[cpio] = "${bindir}/bsdcpio" |
65 | 65 | ||
diff --git a/meta/recipes-extended/libidn/libidn2_2.3.1.bb b/meta/recipes-extended/libidn/libidn2_2.3.1.bb index d33d6a7dab..07781940af 100644 --- a/meta/recipes-extended/libidn/libidn2_2.3.1.bb +++ b/meta/recipes-extended/libidn/libidn2_2.3.1.bb | |||
@@ -21,12 +21,12 @@ EXTRA_OECONF += "--disable-rpath \ | |||
21 | --with-libunistring-prefix=${STAGING_EXECPREFIXDIR} \ | 21 | --with-libunistring-prefix=${STAGING_EXECPREFIXDIR} \ |
22 | " | 22 | " |
23 | 23 | ||
24 | do_install_append() { | 24 | do_install:append() { |
25 | # Need to remove any duplicate whitespace too for reproducibility | 25 | # Need to remove any duplicate whitespace too for reproducibility |
26 | sed -i -e 's|-L${STAGING_LIBDIR}||' -e 's/ */ /g' ${D}${libdir}/pkgconfig/libidn2.pc | 26 | sed -i -e 's|-L${STAGING_LIBDIR}||' -e 's/ */ /g' ${D}${libdir}/pkgconfig/libidn2.pc |
27 | } | 27 | } |
28 | 28 | ||
29 | LICENSE_${PN} = "(GPLv2+ | LGPLv3)" | 29 | LICENSE:${PN} = "(GPLv2+ | LGPLv3)" |
30 | LICENSE_${PN}-bin = "GPLv3+" | 30 | LICENSE:${PN}-bin = "GPLv3+" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/libnss-nis/libnss-nis.bb b/meta/recipes-extended/libnss-nis/libnss-nis.bb index a1d914e871..34103428e9 100644 --- a/meta/recipes-extended/libnss-nis/libnss-nis.bb +++ b/meta/recipes-extended/libnss-nis/libnss-nis.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/recipes-extended/libsolv/libsolv_0.7.19.bb b/meta/recipes-extended/libsolv/libsolv_0.7.19.bb index 0c69636323..bb925073ed 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.19.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.19.bb | |||
@@ -26,7 +26,7 @@ EXTRA_OECMAKE = "-DMULTI_SEMANTICS=ON -DENABLE_COMPLEX_DEPS=ON" | |||
26 | 26 | ||
27 | PACKAGES =+ "${PN}-tools ${PN}ext" | 27 | PACKAGES =+ "${PN}-tools ${PN}ext" |
28 | 28 | ||
29 | FILES_${PN}-tools = "${bindir}/*" | 29 | FILES:${PN}-tools = "${bindir}/*" |
30 | FILES_${PN}ext = "${libdir}/${PN}ext.so.*" | 30 | FILES:${PN}ext = "${libdir}/${PN}ext.so.*" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb index b666263280..45b3d2befc 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.2.bb | |||
@@ -18,7 +18,7 @@ inherit autotools pkgconfig | |||
18 | 18 | ||
19 | EXTRA_OECONF = "--disable-gssapi" | 19 | EXTRA_OECONF = "--disable-gssapi" |
20 | 20 | ||
21 | do_install_append() { | 21 | do_install:append() { |
22 | chown root:root ${D}${sysconfdir}/netconfig | 22 | chown root:root ${D}${sysconfdir}/netconfig |
23 | } | 23 | } |
24 | 24 | ||
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb index cf7f478915..f97c5913b8 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb | |||
@@ -7,10 +7,10 @@ LICENSE = "BSD-3-Clause" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" |
8 | 8 | ||
9 | SECTION = "net" | 9 | SECTION = "net" |
10 | RDEPENDS_${PN} = "lighttpd-module-dirlisting \ | 10 | RDEPENDS:${PN} = "lighttpd-module-dirlisting \ |
11 | lighttpd-module-indexfile \ | 11 | lighttpd-module-indexfile \ |
12 | lighttpd-module-staticfile" | 12 | lighttpd-module-staticfile" |
13 | RRECOMMENDS_${PN} = "lighttpd-module-access \ | 13 | RRECOMMENDS:${PN} = "lighttpd-module-access \ |
14 | lighttpd-module-accesslog" | 14 | lighttpd-module-accesslog" |
15 | 15 | ||
16 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \ | 16 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \ |
@@ -52,9 +52,9 @@ inherit autotools pkgconfig update-rc.d gettext systemd | |||
52 | INITSCRIPT_NAME = "lighttpd" | 52 | INITSCRIPT_NAME = "lighttpd" |
53 | INITSCRIPT_PARAMS = "defaults 70" | 53 | INITSCRIPT_PARAMS = "defaults 70" |
54 | 54 | ||
55 | SYSTEMD_SERVICE_${PN} = "lighttpd.service" | 55 | SYSTEMD_SERVICE:${PN} = "lighttpd.service" |
56 | 56 | ||
57 | do_install_append() { | 57 | do_install:append() { |
58 | install -d ${D}${sysconfdir}/init.d ${D}${sysconfdir}/lighttpd ${D}${sysconfdir}/lighttpd.d ${D}/www/pages/dav | 58 | install -d ${D}${sysconfdir}/init.d ${D}${sysconfdir}/lighttpd ${D}${sysconfdir}/lighttpd.d ${D}/www/pages/dav |
59 | install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d | 59 | install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d |
60 | install -m 0644 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}/lighttpd | 60 | install -m 0644 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}/lighttpd |
@@ -71,13 +71,13 @@ do_install_append() { | |||
71 | ln -sf ${localstatedir}/tmp ${D}/www/var | 71 | ln -sf ${localstatedir}/tmp ${D}/www/var |
72 | } | 72 | } |
73 | 73 | ||
74 | FILES_${PN} += "${sysconfdir} /www" | 74 | FILES:${PN} += "${sysconfdir} /www" |
75 | 75 | ||
76 | CONFFILES_${PN} = "${sysconfdir}/lighttpd/lighttpd.conf" | 76 | CONFFILES:${PN} = "${sysconfdir}/lighttpd/lighttpd.conf" |
77 | 77 | ||
78 | PACKAGES_DYNAMIC += "^lighttpd-module-.*" | 78 | PACKAGES_DYNAMIC += "^lighttpd-module-.*" |
79 | 79 | ||
80 | python populate_packages_prepend () { | 80 | python populate_packages:prepend () { |
81 | lighttpd_libdir = d.expand('${libdir}') | 81 | lighttpd_libdir = d.expand('${libdir}') |
82 | do_split_packages(d, lighttpd_libdir, r'^mod_(.*)\.so$', 'lighttpd-module-%s', 'Lighttpd module for %s', extra_depends='') | 82 | do_split_packages(d, lighttpd_libdir, r'^mod_(.*)\.so$', 'lighttpd-module-%s', 'Lighttpd module for %s', extra_depends='') |
83 | } | 83 | } |
diff --git a/meta/recipes-extended/logrotate/logrotate_3.18.1.bb b/meta/recipes-extended/logrotate/logrotate_3.18.1.bb index d853f7bec9..bca47872c5 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.18.1.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.18.1.bb | |||
@@ -29,7 +29,7 @@ PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" | |||
29 | PACKAGECONFIG[acl] = ",,acl" | 29 | PACKAGECONFIG[acl] = ",,acl" |
30 | PACKAGECONFIG[selinux] = ",,libselinux" | 30 | PACKAGECONFIG[selinux] = ",,libselinux" |
31 | 31 | ||
32 | CONFFILES_${PN} += "${localstatedir}/lib/logrotate.status \ | 32 | CONFFILES:${PN} += "${localstatedir}/lib/logrotate.status \ |
33 | ${sysconfdir}/logrotate.conf \ | 33 | ${sysconfdir}/logrotate.conf \ |
34 | ${sysconfdir}/logrotate.d/btmp \ | 34 | ${sysconfdir}/logrotate.d/btmp \ |
35 | ${sysconfdir}/logrotate.d/wtmp" | 35 | ${sysconfdir}/logrotate.d/wtmp" |
@@ -53,7 +53,7 @@ OS_NAME = "Linux" | |||
53 | 53 | ||
54 | inherit autotools systemd | 54 | inherit autotools systemd |
55 | 55 | ||
56 | SYSTEMD_SERVICE_${PN} = "\ | 56 | SYSTEMD_SERVICE:${PN} = "\ |
57 | ${BPN}.service \ | 57 | ${BPN}.service \ |
58 | ${BPN}.timer \ | 58 | ${BPN}.timer \ |
59 | " | 59 | " |
diff --git a/meta/recipes-extended/lsb/lsb-release_1.4.bb b/meta/recipes-extended/lsb/lsb-release_1.4.bb index bafc18fcc0..a3bcaf51c3 100644 --- a/meta/recipes-extended/lsb/lsb-release_1.4.bb +++ b/meta/recipes-extended/lsb/lsb-release_1.4.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://sourceforge.net/projects/lsb/files" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | 5 | ||
6 | # lsb_release needs getopt | 6 | # lsb_release needs getopt |
7 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt}" | 7 | RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_getopt}" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" | 9 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" |
10 | 10 | ||
@@ -35,4 +35,4 @@ do_install() { | |||
35 | echo "DISTRIB_DESCRIPTION=\"${DISTRO_NAME} ${DISTRO_VERSION}\"" >> ${D}${sysconfdir}/lsb-release | 35 | echo "DISTRIB_DESCRIPTION=\"${DISTRO_NAME} ${DISTRO_VERSION}\"" >> ${D}${sysconfdir}/lsb-release |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} += "${base_libdir}" | 38 | FILES:${PN} += "${base_libdir}" |
diff --git a/meta/recipes-extended/ltp/ltp_20210524.bb b/meta/recipes-extended/ltp/ltp_20210524.bb index 26fd9ac049..702fa62b66 100644 --- a/meta/recipes-extended/ltp/ltp_20210524.bb +++ b/meta/recipes-extended/ltp/ltp_20210524.bb | |||
@@ -15,18 +15,18 @@ LIC_FILES_CHKSUM = "\ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS = "attr libaio libcap acl openssl zip-native" | 17 | DEPENDS = "attr libaio libcap acl openssl zip-native" |
18 | DEPENDS_append_libc-musl = " fts " | 18 | DEPENDS:append:libc-musl = " fts " |
19 | EXTRA_OEMAKE_append_libc-musl = " LIBC=musl " | 19 | EXTRA_OEMAKE:append:libc-musl = " LIBC=musl " |
20 | EXTRA_OECONF_append_libc-musl = " LIBS=-lfts " | 20 | EXTRA_OECONF:append:libc-musl = " LIBS=-lfts " |
21 | 21 | ||
22 | # since ltp contains x86-64 assembler which uses the frame-pointer register, | 22 | # since ltp contains x86-64 assembler which uses the frame-pointer register, |
23 | # set -fomit-frame-pointer x86-64 to handle cases where optimisation | 23 | # set -fomit-frame-pointer x86-64 to handle cases where optimisation |
24 | # is set to -O0 or frame pointers have been enabled by -fno-omit-frame-pointer | 24 | # is set to -O0 or frame pointers have been enabled by -fno-omit-frame-pointer |
25 | # earlier in CFLAGS, etc. | 25 | # earlier in CFLAGS, etc. |
26 | CFLAGS_append_x86-64 = " -fomit-frame-pointer" | 26 | CFLAGS:append:x86-64 = " -fomit-frame-pointer" |
27 | 27 | ||
28 | CFLAGS_append_powerpc64 = " -D__SANE_USERSPACE_TYPES__" | 28 | CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" |
29 | CFLAGS_append_mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" | 29 | CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" |
30 | SRCREV = "0fb171f2beddaf64bd27597577c206c0f892b3cd" | 30 | SRCREV = "0fb171f2beddaf64bd27597577c206c0f892b3cd" |
31 | 31 | ||
32 | SRC_URI = "git://github.com/linux-test-project/ltp.git \ | 32 | SRC_URI = "git://github.com/linux-test-project/ltp.git \ |
@@ -75,7 +75,7 @@ do_install(){ | |||
75 | sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers | 75 | sed -e '/^memcg_stress/d' -i ${D}${prefix}/runtest/controllers |
76 | } | 76 | } |
77 | 77 | ||
78 | RDEPENDS_${PN} = "\ | 78 | RDEPENDS:${PN} = "\ |
79 | attr \ | 79 | attr \ |
80 | bash \ | 80 | bash \ |
81 | bc \ | 81 | bc \ |
@@ -105,11 +105,11 @@ RDEPENDS_${PN} = "\ | |||
105 | tar \ | 105 | tar \ |
106 | " | 106 | " |
107 | 107 | ||
108 | FILES_${PN} += "${prefix}/* ${prefix}/runtest/* ${prefix}/scenario_groups/* ${prefix}/testcases/bin/* ${prefix}/testcases/bin/*/bin/* ${prefix}/testscripts/* ${prefix}/testcases/open_posix_testsuite/* ${prefix}/testcases/open_posix_testsuite/conformance/* ${prefix}/testcases/open_posix_testsuite/Documentation/* ${prefix}/testcases/open_posix_testsuite/functional/* ${prefix}/testcases/open_posix_testsuite/include/* ${prefix}/testcases/open_posix_testsuite/scripts/* ${prefix}/testcases/open_posix_testsuite/stress/* ${prefix}/testcases/open_posix_testsuite/tools/* ${prefix}/testcases/data/nm01/lib.a ${prefix}/lib/libmem.a" | 108 | FILES:${PN} += "${prefix}/* ${prefix}/runtest/* ${prefix}/scenario_groups/* ${prefix}/testcases/bin/* ${prefix}/testcases/bin/*/bin/* ${prefix}/testscripts/* ${prefix}/testcases/open_posix_testsuite/* ${prefix}/testcases/open_posix_testsuite/conformance/* ${prefix}/testcases/open_posix_testsuite/Documentation/* ${prefix}/testcases/open_posix_testsuite/functional/* ${prefix}/testcases/open_posix_testsuite/include/* ${prefix}/testcases/open_posix_testsuite/scripts/* ${prefix}/testcases/open_posix_testsuite/stress/* ${prefix}/testcases/open_posix_testsuite/tools/* ${prefix}/testcases/data/nm01/lib.a ${prefix}/lib/libmem.a" |
109 | 109 | ||
110 | # Avoid stripping some generated binaries otherwise some of the ltp tests such as ldd01 & nm01 fail | 110 | # Avoid stripping some generated binaries otherwise some of the ltp tests such as ldd01 & nm01 fail |
111 | INHIBIT_PACKAGE_STRIP_FILES = "${prefix}/testcases/bin/nm01 ${prefix}/testcases/bin/ldd01" | 111 | INHIBIT_PACKAGE_STRIP_FILES = "${prefix}/testcases/bin/nm01 ${prefix}/testcases/bin/ldd01" |
112 | INSANE_SKIP_${PN} += "already-stripped staticdev" | 112 | INSANE_SKIP:${PN} += "already-stripped staticdev" |
113 | 113 | ||
114 | remove_broken_musl_sources() { | 114 | remove_broken_musl_sources() { |
115 | [ "${TCLIBC}" = "musl" ] || return 0 | 115 | [ "${TCLIBC}" = "musl" ] || return 0 |
@@ -135,4 +135,4 @@ do_patch[postfuncs] += "remove_broken_musl_sources" | |||
135 | # exist on the running system. For instance it has specific checks for | 135 | # exist on the running system. For instance it has specific checks for |
136 | # csh and ksh which are not typically part of OpenEmbedded systems (but | 136 | # csh and ksh which are not typically part of OpenEmbedded systems (but |
137 | # can be added via additional layers.) | 137 | # can be added via additional layers.) |
138 | SKIP_FILEDEPS_${PN} = '1' | 138 | SKIP_FILEDEPS:${PN} = '1' |
diff --git a/meta/recipes-extended/man-db/man-db_2.9.4.bb b/meta/recipes-extended/man-db/man-db_2.9.4.bb index cfa6561769..c4cdbcc3b4 100644 --- a/meta/recipes-extended/man-db/man-db_2.9.4.bb +++ b/meta/recipes-extended/man-db/man-db_2.9.4.bb | |||
@@ -11,11 +11,11 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ | |||
11 | SRC_URI[sha256sum] = "b66c99edfad16ad928c889f87cf76380263c1609323c280b3a9e6963fdb16756" | 11 | SRC_URI[sha256sum] = "b66c99edfad16ad928c889f87cf76380263c1609323c280b3a9e6963fdb16756" |
12 | 12 | ||
13 | DEPENDS = "libpipeline gdbm groff-native base-passwd" | 13 | DEPENDS = "libpipeline gdbm groff-native base-passwd" |
14 | RDEPENDS_${PN} += "base-passwd" | 14 | RDEPENDS:${PN} += "base-passwd" |
15 | PACKAGE_WRITE_DEPS += "base-passwd" | 15 | PACKAGE_WRITE_DEPS += "base-passwd" |
16 | 16 | ||
17 | # | /usr/src/debug/man-db/2.8.0-r0/man-db-2.8.0/src/whatis.c:939: undefined reference to `_nl_msg_cat_cntr' | 17 | # | /usr/src/debug/man-db/2.8.0-r0/man-db-2.8.0/src/whatis.c:939: undefined reference to `_nl_msg_cat_cntr' |
18 | USE_NLS_libc-musl = "no" | 18 | USE_NLS:libc-musl = "no" |
19 | 19 | ||
20 | inherit gettext pkgconfig autotools systemd | 20 | inherit gettext pkgconfig autotools systemd |
21 | 21 | ||
@@ -31,17 +31,17 @@ do_install() { | |||
31 | fi | 31 | fi |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_append_libc-musl() { | 34 | do_install:append:libc-musl() { |
35 | rm -f ${D}${libdir}/charset.alias | 35 | rm -f ${D}${libdir}/charset.alias |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} += "${prefix}/lib/tmpfiles.d" | 38 | FILES:${PN} += "${prefix}/lib/tmpfiles.d" |
39 | 39 | ||
40 | FILES_${PN}-dev += "${libdir}/man-db/libman.so ${libdir}/${BPN}/libmandb.so" | 40 | FILES:${PN}-dev += "${libdir}/man-db/libman.so ${libdir}/${BPN}/libmandb.so" |
41 | 41 | ||
42 | RDEPENDS_${PN} += "groff" | 42 | RDEPENDS:${PN} += "groff" |
43 | RRECOMMENDS_${PN} += "less" | 43 | RRECOMMENDS:${PN} += "less" |
44 | RPROVIDES_${PN} += " man" | 44 | RPROVIDES:${PN} += " man" |
45 | 45 | ||
46 | def compress_pkg(d): | 46 | def compress_pkg(d): |
47 | if bb.utils.contains("INHERIT", "compress_doc", True, False, d): | 47 | if bb.utils.contains("INHERIT", "compress_doc", True, False, d): |
@@ -54,7 +54,7 @@ def compress_pkg(d): | |||
54 | return "xz" | 54 | return "xz" |
55 | return "" | 55 | return "" |
56 | 56 | ||
57 | RDEPENDS_${PN} += "${@compress_pkg(d)}" | 57 | RDEPENDS:${PN} += "${@compress_pkg(d)}" |
58 | 58 | ||
59 | SYSTEMD_SERVICE_${PN} = "man-db.timer man-db.service" | 59 | SYSTEMD_SERVICE:${PN} = "man-db.timer man-db.service" |
60 | SYSTEMD_AUTO_ENABLE ?= "disable" | 60 | SYSTEMD_AUTO_ENABLE ?= "disable" |
diff --git a/meta/recipes-extended/man-pages/man-pages_5.12.bb b/meta/recipes-extended/man-pages/man-pages_5.12.bb index a5b2c30305..ed30103ccd 100644 --- a/meta/recipes-extended/man-pages/man-pages_5.12.bb +++ b/meta/recipes-extended/man-pages/man-pages_5.12.bb | |||
@@ -23,14 +23,14 @@ do_install() { | |||
23 | oe_runmake install prefix=${prefix} DESTDIR=${D} | 23 | oe_runmake install prefix=${prefix} DESTDIR=${D} |
24 | } | 24 | } |
25 | 25 | ||
26 | # Only deliveres man-pages so FILES_${PN} gets everything | 26 | # Only deliveres man-pages so FILES:${PN} gets everything |
27 | FILES_${PN}-doc = "" | 27 | FILES:${PN}-doc = "" |
28 | FILES_${PN} = "${mandir}/*" | 28 | FILES:${PN} = "${mandir}/*" |
29 | 29 | ||
30 | inherit update-alternatives | 30 | inherit update-alternatives |
31 | 31 | ||
32 | ALTERNATIVE_PRIORITY = "100" | 32 | ALTERNATIVE_PRIORITY = "100" |
33 | ALTERNATIVE_${PN} = "passwd.5 getspnam.3 crypt.3" | 33 | ALTERNATIVE:${PN} = "passwd.5 getspnam.3 crypt.3" |
34 | ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5" | 34 | ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5" |
35 | ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3" | 35 | ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3" |
36 | ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3" | 36 | ALTERNATIVE_LINK_NAME[crypt.3] = "${mandir}/man3/crypt.3" |
diff --git a/meta/recipes-extended/mc/mc_4.8.26.bb b/meta/recipes-extended/mc/mc_4.8.26.bb index 5c5e6790d8..d5619675ef 100644 --- a/meta/recipes-extended/mc/mc_4.8.26.bb +++ b/meta/recipes-extended/mc/mc_4.8.26.bb | |||
@@ -5,8 +5,8 @@ LICENSE = "GPLv3" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | DEPENDS = "ncurses glib-2.0 util-linux" | 7 | DEPENDS = "ncurses glib-2.0 util-linux" |
8 | RDEPENDS_${PN} = "ncurses-terminfo-base" | 8 | RDEPENDS:${PN} = "ncurses-terminfo-base" |
9 | RRECOMMENDS_${PN} = "ncurses-terminfo" | 9 | RRECOMMENDS:${PN} = "ncurses-terminfo" |
10 | 10 | ||
11 | SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \ |
12 | file://0001-mc-replace-perl-w-with-use-warnings.patch \ | 12 | file://0001-mc-replace-perl-w-with-use-warnings.patch \ |
@@ -23,7 +23,7 @@ PACKAGECONFIG ??= "" | |||
23 | PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba," | 23 | PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba," |
24 | PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2," | 24 | PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2," |
25 | 25 | ||
26 | CFLAGS_append_libc-musl = ' -DNCURSES_WIDECHAR=1 ' | 26 | CFLAGS:append:libc-musl = ' -DNCURSES_WIDECHAR=1 ' |
27 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --disable-configure-args" | 27 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --disable-configure-args" |
28 | 28 | ||
29 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'" | 29 | CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'" |
@@ -31,7 +31,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PYTHON='/usr/bin/env python'" | |||
31 | CACHED_CONFIGUREVARS += "ac_cv_path_GREP='/usr/bin/env grep'" | 31 | CACHED_CONFIGUREVARS += "ac_cv_path_GREP='/usr/bin/env grep'" |
32 | CACHED_CONFIGUREVARS += "mc_cv_have_zipinfo=yes" | 32 | CACHED_CONFIGUREVARS += "mc_cv_have_zipinfo=yes" |
33 | 33 | ||
34 | do_install_append () { | 34 | do_install:append () { |
35 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* | 35 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* |
36 | 36 | ||
37 | rm ${D}${libexecdir}/mc/extfs.d/s3+ ${D}${libexecdir}/mc/extfs.d/uc1541 | 37 | rm ${D}${libexecdir}/mc/extfs.d/s3+ ${D}${libexecdir}/mc/extfs.d/uc1541 |
@@ -39,17 +39,17 @@ do_install_append () { | |||
39 | 39 | ||
40 | PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-fish" | 40 | PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-fish" |
41 | 41 | ||
42 | SUMMARY_${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts" | 42 | SUMMARY:${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts" |
43 | FILES_${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \ | 43 | FILES:${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \ |
44 | ${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \ | 44 | ${libexecdir}/mc/extfs.d/deb ${libexecdir}/mc/extfs.d/deba \ |
45 | ${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \ | 45 | ${libexecdir}/mc/extfs.d/debd ${libexecdir}/mc/extfs.d/dpkg+ \ |
46 | ${libexecdir}/mc/extfs.d/mailfs ${libexecdir}/mc/extfs.d/patchfs \ | 46 | ${libexecdir}/mc/extfs.d/mailfs ${libexecdir}/mc/extfs.d/patchfs \ |
47 | ${libexecdir}/mc/extfs.d/rpms+ ${libexecdir}/mc/extfs.d/ulib \ | 47 | ${libexecdir}/mc/extfs.d/rpms+ ${libexecdir}/mc/extfs.d/ulib \ |
48 | ${libexecdir}/mc/extfs.d/uzip" | 48 | ${libexecdir}/mc/extfs.d/uzip" |
49 | RDEPENDS_${BPN}-helpers-perl = "perl" | 49 | RDEPENDS:${BPN}-helpers-perl = "perl" |
50 | 50 | ||
51 | SUMMARY_${BPN}-helpers = "Midnight Commander shell helper scripts" | 51 | SUMMARY:${BPN}-helpers = "Midnight Commander shell helper scripts" |
52 | FILES_${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*" | 52 | FILES:${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*" |
53 | 53 | ||
54 | SUMMARY_${BPN}-fish = "Midnight Commander Fish scripts" | 54 | SUMMARY:${BPN}-fish = "Midnight Commander Fish scripts" |
55 | FILES_${BPN}-fish = "${libexecdir}/mc/fish" | 55 | FILES:${BPN}-fish = "${libexecdir}/mc/fish" |
diff --git a/meta/recipes-extended/mdadm/mdadm_4.1.bb b/meta/recipes-extended/mdadm/mdadm_4.1.bb index bb77759cf9..062797afe6 100644 --- a/meta/recipes-extended/mdadm/mdadm_4.1.bb +++ b/meta/recipes-extended/mdadm/mdadm_4.1.bb | |||
@@ -31,23 +31,23 @@ SRC_URI[sha256sum] = "ab7688842908d3583a704d491956f31324c3a5fc9f6a04653cb75d19f1 | |||
31 | 31 | ||
32 | inherit autotools-brokensep ptest systemd | 32 | inherit autotools-brokensep ptest systemd |
33 | 33 | ||
34 | SYSTEMD_SERVICE_${PN} = "mdmonitor.service" | 34 | SYSTEMD_SERVICE:${PN} = "mdmonitor.service" |
35 | SYSTEMD_AUTO_ENABLE = "disable" | 35 | SYSTEMD_AUTO_ENABLE = "disable" |
36 | 36 | ||
37 | CFLAGS_append_toolchain-clang = " -Wno-error=address-of-packed-member" | 37 | CFLAGS:append:toolchain-clang = " -Wno-error=address-of-packed-member" |
38 | 38 | ||
39 | # PPC64 and MIPS64 uses long long for u64 in the kernel, but powerpc's asm/types.h | 39 | # PPC64 and MIPS64 uses long long for u64 in the kernel, but powerpc's asm/types.h |
40 | # prevents 64-bit userland from seeing this definition, instead defaulting | 40 | # prevents 64-bit userland from seeing this definition, instead defaulting |
41 | # to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__ to get | 41 | # to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__ to get |
42 | # int-ll64.h included | 42 | # int-ll64.h included |
43 | CFLAGS_append_powerpc64 = ' -D__SANE_USERSPACE_TYPES__' | 43 | CFLAGS:append:powerpc64 = ' -D__SANE_USERSPACE_TYPES__' |
44 | CFLAGS_append_mipsarchn64 = ' -D__SANE_USERSPACE_TYPES__' | 44 | CFLAGS:append:mipsarchn64 = ' -D__SANE_USERSPACE_TYPES__' |
45 | CFLAGS_append_mipsarchn32 = ' -D__SANE_USERSPACE_TYPES__' | 45 | CFLAGS:append:mipsarchn32 = ' -D__SANE_USERSPACE_TYPES__' |
46 | 46 | ||
47 | EXTRA_OEMAKE = 'CHECK_RUN_DIR=0 CXFLAGS="${CFLAGS}" SYSTEMD_DIR=${systemd_unitdir}/system \ | 47 | EXTRA_OEMAKE = 'CHECK_RUN_DIR=0 CXFLAGS="${CFLAGS}" SYSTEMD_DIR=${systemd_unitdir}/system \ |
48 | BINDIR="${base_sbindir}" UDEVDIR="${nonarch_base_libdir}/udev"' | 48 | BINDIR="${base_sbindir}" UDEVDIR="${nonarch_base_libdir}/udev"' |
49 | 49 | ||
50 | DEBUG_OPTIMIZATION_append = " -Wno-error" | 50 | DEBUG_OPTIMIZATION:append = " -Wno-error" |
51 | 51 | ||
52 | do_compile() { | 52 | do_compile() { |
53 | oe_runmake SYSROOT="${STAGING_DIR_TARGET}" | 53 | oe_runmake SYSROOT="${STAGING_DIR_TARGET}" |
@@ -58,14 +58,14 @@ do_install() { | |||
58 | autotools_do_install | 58 | autotools_do_install |
59 | } | 59 | } |
60 | 60 | ||
61 | do_install_append() { | 61 | do_install:append() { |
62 | install -d ${D}/${sysconfdir}/ | 62 | install -d ${D}/${sysconfdir}/ |
63 | install -m 644 ${S}/mdadm.conf-example ${D}${sysconfdir}/mdadm.conf | 63 | install -m 644 ${S}/mdadm.conf-example ${D}${sysconfdir}/mdadm.conf |
64 | install -d ${D}/${sysconfdir}/init.d | 64 | install -d ${D}/${sysconfdir}/init.d |
65 | install -m 755 ${WORKDIR}/mdadm.init ${D}${sysconfdir}/init.d/mdmonitor | 65 | install -m 755 ${WORKDIR}/mdadm.init ${D}${sysconfdir}/init.d/mdmonitor |
66 | } | 66 | } |
67 | 67 | ||
68 | do_install_append() { | 68 | do_install:append() { |
69 | oe_runmake install-systemd DESTDIR=${D} | 69 | oe_runmake install-systemd DESTDIR=${D} |
70 | } | 70 | } |
71 | 71 | ||
@@ -93,8 +93,8 @@ do_install_ptest() { | |||
93 | done | 93 | done |
94 | } | 94 | } |
95 | 95 | ||
96 | RDEPENDS_${PN}-ptest += "bash e2fsprogs-mke2fs" | 96 | RDEPENDS:${PN}-ptest += "bash e2fsprogs-mke2fs" |
97 | RRECOMMENDS_${PN}-ptest += " \ | 97 | RRECOMMENDS:${PN}-ptest += " \ |
98 | coreutils \ | 98 | coreutils \ |
99 | util-linux \ | 99 | util-linux \ |
100 | kernel-module-loop \ | 100 | kernel-module-loop \ |
@@ -105,4 +105,4 @@ RRECOMMENDS_${PN}-ptest += " \ | |||
105 | kernel-module-raid456 \ | 105 | kernel-module-raid456 \ |
106 | " | 106 | " |
107 | 107 | ||
108 | FILES_${PN} += "${systemd_unitdir}/*" | 108 | FILES:${PN} += "${systemd_unitdir}/*" |
diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb index 9822e86b0e..27feaa8cde 100644 --- a/meta/recipes-extended/mingetty/mingetty_1.08.bb +++ b/meta/recipes-extended/mingetty/mingetty_1.08.bb | |||
@@ -24,7 +24,7 @@ do_install(){ | |||
24 | 24 | ||
25 | inherit update-alternatives | 25 | inherit update-alternatives |
26 | 26 | ||
27 | ALTERNATIVE_${PN} = "getty" | 27 | ALTERNATIVE:${PN} = "getty" |
28 | ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty" | 28 | ALTERNATIVE_LINK_NAME[getty] = "${base_sbindir}/getty" |
29 | ALTERNATIVE_TARGET[getty] = "${base_sbindir}/mingetty" | 29 | ALTERNATIVE_TARGET[getty] = "${base_sbindir}/mingetty" |
30 | ALTERNATIVE_PRIORITY = "10" | 30 | ALTERNATIVE_PRIORITY = "10" |
diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb b/meta/recipes-extended/minicom/minicom_2.7.1.bb index 12003ff49e..4f715cbc71 100644 --- a/meta/recipes-extended/minicom/minicom_2.7.1.bb +++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb | |||
@@ -28,6 +28,6 @@ do_install() { | |||
28 | for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done | 28 | for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done |
29 | } | 29 | } |
30 | 30 | ||
31 | RRECOMMENDS_${PN} += "lrzsz" | 31 | RRECOMMENDS:${PN} += "lrzsz" |
32 | 32 | ||
33 | RDEPENDS_${PN} += "ncurses-terminfo-base" | 33 | RDEPENDS:${PN} += "ncurses-terminfo-base" |
diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.15.bb b/meta/recipes-extended/msmtp/msmtp_1.8.15.bb index e85873e90f..bb56a2e347 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.8.15.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.8.15.bb | |||
@@ -17,9 +17,9 @@ inherit gettext autotools update-alternatives pkgconfig | |||
17 | 17 | ||
18 | EXTRA_OECONF += "--without-libsecret --without-libgsasl --without-libidn" | 18 | EXTRA_OECONF += "--without-libsecret --without-libgsasl --without-libidn" |
19 | 19 | ||
20 | ALTERNATIVE_${PN} = "sendmail" | 20 | ALTERNATIVE:${PN} = "sendmail" |
21 | # /usr/lib/sendmial is required by LSB core test | 21 | # /usr/lib/sendmial is required by LSB core test |
22 | ALTERNATIVE_${PN}_linuxstdbase = "sendmail usr-lib-sendmail" | 22 | ALTERNATIVE:${PN}:linuxstdbase = "sendmail usr-lib-sendmail" |
23 | ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp" | 23 | ALTERNATIVE_TARGET[sendmail] = "${bindir}/msmtp" |
24 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" | 24 | ALTERNATIVE_LINK_NAME[sendmail] = "${sbindir}/sendmail" |
25 | ALTERNATIVE_TARGET[usr-lib-sendmail] = "${bindir}/msmtp" | 25 | ALTERNATIVE_TARGET[usr-lib-sendmail] = "${bindir}/msmtp" |
diff --git a/meta/recipes-extended/net-tools/net-tools_2.10.bb b/meta/recipes-extended/net-tools/net-tools_2.10.bb index de4a715971..00caccd4b8 100644 --- a/meta/recipes-extended/net-tools/net-tools_2.10.bb +++ b/meta/recipes-extended/net-tools/net-tools_2.10.bb | |||
@@ -90,8 +90,8 @@ base_bindir_progs = "ifconfig netstat route \ | |||
90 | ${@bb.utils.contains('PACKAGECONFIG', 'hostname', 'dnsdomainname domainname hostname nisdomainname ypdomainname', '', d)} \ | 90 | ${@bb.utils.contains('PACKAGECONFIG', 'hostname', 'dnsdomainname domainname hostname nisdomainname ypdomainname', '', d)} \ |
91 | " | 91 | " |
92 | 92 | ||
93 | ALTERNATIVE_${PN} = "${base_sbindir_progs} ${base_bindir_progs}" | 93 | ALTERNATIVE:${PN} = "${base_sbindir_progs} ${base_bindir_progs}" |
94 | ALTERNATIVE_${PN}-doc += "${@bb.utils.contains('PACKAGECONFIG', 'hostname', 'hostname.1 dnsdomainname.1', '', d)}" | 94 | ALTERNATIVE:${PN}-doc += "${@bb.utils.contains('PACKAGECONFIG', 'hostname', 'hostname.1 dnsdomainname.1', '', d)}" |
95 | ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" | 95 | ALTERNATIVE_LINK_NAME[hostname.1] = "${mandir}/man1/hostname.1" |
96 | ALTERNATIVE_LINK_NAME[dnsdomainname.1] = "${mandir}/man1/dnsdomainname.1" | 96 | ALTERNATIVE_LINK_NAME[dnsdomainname.1] = "${mandir}/man1/dnsdomainname.1" |
97 | ALTERNATIVE_PRIORITY[hostname.1] = "10" | 97 | ALTERNATIVE_PRIORITY[hostname.1] = "10" |
@@ -105,16 +105,16 @@ python __anonymous() { | |||
105 | ALTERNATIVE_PRIORITY = "100" | 105 | ALTERNATIVE_PRIORITY = "100" |
106 | 106 | ||
107 | NETTOOLS_PACKAGES = "${PN}-mii-tool" | 107 | NETTOOLS_PACKAGES = "${PN}-mii-tool" |
108 | NETTOOLS_PACKAGES_class-native = "" | 108 | NETTOOLS_PACKAGES:class-native = "" |
109 | 109 | ||
110 | PACKAGE_BEFORE_PN = "${NETTOOLS_PACKAGES}" | 110 | PACKAGE_BEFORE_PN = "${NETTOOLS_PACKAGES}" |
111 | RDEPENDS_${PN} += "${NETTOOLS_PACKAGES}" | 111 | RDEPENDS:${PN} += "${NETTOOLS_PACKAGES}" |
112 | 112 | ||
113 | FILES_${PN}-mii-tool = "${base_sbindir}/mii-tool" | 113 | FILES:${PN}-mii-tool = "${base_sbindir}/mii-tool" |
114 | 114 | ||
115 | ALTERNATIVE_${PN}_remove = "mii-tool" | 115 | ALTERNATIVE:${PN}:remove = "mii-tool" |
116 | 116 | ||
117 | ALTERNATIVE_${PN}-mii-tool = "mii-tool" | 117 | ALTERNATIVE:${PN}-mii-tool = "mii-tool" |
118 | ALTERNATIVE_TARGET[mii-tool] = "${base_sbindir}/mii-tool" | 118 | ALTERNATIVE_TARGET[mii-tool] = "${base_sbindir}/mii-tool" |
119 | ALTERNATIVE_LINK_NAME[mii-tool] = "${base_sbindir}/mii-tool" | 119 | ALTERNATIVE_LINK_NAME[mii-tool] = "${base_sbindir}/mii-tool" |
120 | 120 | ||
diff --git a/meta/recipes-extended/newt/libnewt_0.52.21.bb b/meta/recipes-extended/newt/libnewt_0.52.21.bb index 88b4cf4a03..84d327ca88 100644 --- a/meta/recipes-extended/newt/libnewt_0.52.21.bb +++ b/meta/recipes-extended/newt/libnewt_0.52.21.bb | |||
@@ -39,20 +39,20 @@ CLEANBROKEN = "1" | |||
39 | 39 | ||
40 | export CPPFLAGS | 40 | export CPPFLAGS |
41 | 41 | ||
42 | PACKAGES_prepend = "whiptail ${PN}-python " | 42 | PACKAGES:prepend = "whiptail ${PN}-python " |
43 | 43 | ||
44 | RDEPENDS_${PN}-python += "python3-core" | 44 | RDEPENDS:${PN}-python += "python3-core" |
45 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*" | 45 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}/*" |
46 | 46 | ||
47 | do_configure_prepend() { | 47 | do_configure:prepend() { |
48 | sh autogen.sh | 48 | sh autogen.sh |
49 | } | 49 | } |
50 | 50 | ||
51 | do_compile_prepend() { | 51 | do_compile:prepend() { |
52 | # Make sure the recompile is OK | 52 | # Make sure the recompile is OK |
53 | rm -f ${B}/.depend | 53 | rm -f ${B}/.depend |
54 | } | 54 | } |
55 | 55 | ||
56 | FILES_whiptail = "${bindir}/whiptail" | 56 | FILES:whiptail = "${bindir}/whiptail" |
57 | 57 | ||
58 | BBCLASSEXTEND = "native nativesdk" | 58 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb index 1e63da7f16..b17cba4a78 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb | |||
@@ -13,7 +13,7 @@ VIRTUAL-RUNTIME_vim ?= "vim-tiny" | |||
13 | 13 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "\ | 16 | RDEPENDS:${PN} = "\ |
17 | base-passwd \ | 17 | base-passwd \ |
18 | bash \ | 18 | bash \ |
19 | bind-utils \ | 19 | bind-utils \ |
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb index 16c2f9f2aa..14a7bded95 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb | |||
@@ -49,13 +49,13 @@ python __anonymous () { | |||
49 | if mapped: | 49 | if mapped: |
50 | oldtaskname = mapped.replace("packagegroup-core", "task-core") | 50 | oldtaskname = mapped.replace("packagegroup-core", "task-core") |
51 | mapstr = " %s%s %s%s" % (mlprefix, mapped, mlprefix, oldtaskname) | 51 | mapstr = " %s%s %s%s" % (mlprefix, mapped, mlprefix, oldtaskname) |
52 | d.appendVar("RPROVIDES_%s" % pkg, mapstr) | 52 | d.appendVar("RPROVIDES:%s" % pkg, mapstr) |
53 | d.appendVar("RREPLACES_%s" % pkg, mapstr) | 53 | d.appendVar("RREPLACES:%s" % pkg, mapstr) |
54 | d.appendVar("RCONFLICTS_%s" % pkg, mapstr) | 54 | d.appendVar("RCONFLICTS:%s" % pkg, mapstr) |
55 | } | 55 | } |
56 | 56 | ||
57 | 57 | ||
58 | RDEPENDS_packagegroup-core-full-cmdline = "\ | 58 | RDEPENDS:packagegroup-core-full-cmdline = "\ |
59 | packagegroup-core-full-cmdline-libs \ | 59 | packagegroup-core-full-cmdline-libs \ |
60 | packagegroup-core-full-cmdline-utils \ | 60 | packagegroup-core-full-cmdline-utils \ |
61 | packagegroup-core-full-cmdline-extended \ | 61 | packagegroup-core-full-cmdline-extended \ |
@@ -65,11 +65,11 @@ RDEPENDS_packagegroup-core-full-cmdline = "\ | |||
65 | packagegroup-core-full-cmdline-sys-services \ | 65 | packagegroup-core-full-cmdline-sys-services \ |
66 | " | 66 | " |
67 | 67 | ||
68 | RDEPENDS_packagegroup-core-full-cmdline-libs = "\ | 68 | RDEPENDS:packagegroup-core-full-cmdline-libs = "\ |
69 | glib-2.0 \ | 69 | glib-2.0 \ |
70 | " | 70 | " |
71 | 71 | ||
72 | RDEPENDS_packagegroup-core-full-cmdline-utils = "\ | 72 | RDEPENDS:packagegroup-core-full-cmdline-utils = "\ |
73 | bash \ | 73 | bash \ |
74 | acl \ | 74 | acl \ |
75 | attr \ | 75 | attr \ |
@@ -99,7 +99,7 @@ RDEPENDS_packagegroup-core-full-cmdline-utils = "\ | |||
99 | util-linux \ | 99 | util-linux \ |
100 | " | 100 | " |
101 | 101 | ||
102 | RDEPENDS_packagegroup-core-full-cmdline-extended = "\ | 102 | RDEPENDS:packagegroup-core-full-cmdline-extended = "\ |
103 | iproute2 \ | 103 | iproute2 \ |
104 | iputils \ | 104 | iputils \ |
105 | iptables \ | 105 | iptables \ |
@@ -107,7 +107,7 @@ RDEPENDS_packagegroup-core-full-cmdline-extended = "\ | |||
107 | openssl \ | 107 | openssl \ |
108 | " | 108 | " |
109 | 109 | ||
110 | RDEPENDS_packagegroup-core-full-cmdline-dev-utils = "\ | 110 | RDEPENDS:packagegroup-core-full-cmdline-dev-utils = "\ |
111 | diffutils \ | 111 | diffutils \ |
112 | m4 \ | 112 | m4 \ |
113 | make \ | 113 | make \ |
@@ -115,7 +115,7 @@ RDEPENDS_packagegroup-core-full-cmdline-dev-utils = "\ | |||
115 | " | 115 | " |
116 | 116 | ||
117 | VIRTUAL-RUNTIME_syslog ?= "sysklogd" | 117 | VIRTUAL-RUNTIME_syslog ?= "sysklogd" |
118 | RDEPENDS_packagegroup-core-full-cmdline-initscripts = "\ | 118 | RDEPENDS:packagegroup-core-full-cmdline-initscripts = "\ |
119 | ${VIRTUAL-RUNTIME_initscripts} \ | 119 | ${VIRTUAL-RUNTIME_initscripts} \ |
120 | ${VIRTUAL-RUNTIME_init_manager} \ | 120 | ${VIRTUAL-RUNTIME_init_manager} \ |
121 | ethtool \ | 121 | ethtool \ |
@@ -123,7 +123,7 @@ RDEPENDS_packagegroup-core-full-cmdline-initscripts = "\ | |||
123 | ${VIRTUAL-RUNTIME_syslog} \ | 123 | ${VIRTUAL-RUNTIME_syslog} \ |
124 | " | 124 | " |
125 | 125 | ||
126 | RDEPENDS_packagegroup-core-full-cmdline-multiuser = "\ | 126 | RDEPENDS:packagegroup-core-full-cmdline-multiuser = "\ |
127 | bzip2 \ | 127 | bzip2 \ |
128 | cracklib \ | 128 | cracklib \ |
129 | gzip \ | 129 | gzip \ |
@@ -131,7 +131,7 @@ RDEPENDS_packagegroup-core-full-cmdline-multiuser = "\ | |||
131 | sudo \ | 131 | sudo \ |
132 | " | 132 | " |
133 | 133 | ||
134 | RDEPENDS_packagegroup-core-full-cmdline-sys-services = "\ | 134 | RDEPENDS:packagegroup-core-full-cmdline-sys-services = "\ |
135 | at \ | 135 | at \ |
136 | cronie \ | 136 | cronie \ |
137 | logrotate \ | 137 | logrotate \ |
diff --git a/meta/recipes-extended/pam/libpam_1.5.1.bb b/meta/recipes-extended/pam/libpam_1.5.1.bb index f0c8caaac2..a349d8ac96 100644 --- a/meta/recipes-extended/pam/libpam_1.5.1.bb +++ b/meta/recipes-extended/pam/libpam_1.5.1.bb | |||
@@ -38,7 +38,7 @@ EXTRA_OECONF = "--includedir=${includedir}/security \ | |||
38 | --disable-doc \ | 38 | --disable-doc \ |
39 | --disable-prelude" | 39 | --disable-prelude" |
40 | 40 | ||
41 | CFLAGS_append = " -fPIC " | 41 | CFLAGS:append = " -fPIC " |
42 | 42 | ||
43 | S = "${WORKDIR}/Linux-PAM-${PV}" | 43 | S = "${WORKDIR}/Linux-PAM-${PV}" |
44 | 44 | ||
@@ -49,10 +49,10 @@ PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit," | |||
49 | PACKAGECONFIG[userdb] = "--enable-db=db,--enable-db=no,db," | 49 | PACKAGECONFIG[userdb] = "--enable-db=db,--enable-db=no,db," |
50 | 50 | ||
51 | PACKAGES += "${PN}-runtime ${PN}-xtests" | 51 | PACKAGES += "${PN}-runtime ${PN}-xtests" |
52 | FILES_${PN} = "${base_libdir}/lib*${SOLIBS}" | 52 | FILES:${PN} = "${base_libdir}/lib*${SOLIBS}" |
53 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${base_libdir}/*.la ${base_libdir}/lib*${SOLIBSDEV}" | 53 | FILES:${PN}-dev += "${base_libdir}/security/*.la ${base_libdir}/*.la ${base_libdir}/lib*${SOLIBSDEV}" |
54 | FILES_${PN}-runtime = "${sysconfdir} ${sbindir} ${systemd_system_unitdir}" | 54 | FILES:${PN}-runtime = "${sysconfdir} ${sbindir} ${systemd_system_unitdir}" |
55 | FILES_${PN}-xtests = "${datadir}/Linux-PAM/xtests" | 55 | FILES:${PN}-xtests = "${datadir}/Linux-PAM/xtests" |
56 | 56 | ||
57 | PACKAGES_DYNAMIC += "^${MLPREFIX}pam-plugin-.*" | 57 | PACKAGES_DYNAMIC += "^${MLPREFIX}pam-plugin-.*" |
58 | 58 | ||
@@ -62,16 +62,16 @@ def get_multilib_bit(d): | |||
62 | 62 | ||
63 | libpam_suffix = "suffix${@get_multilib_bit(d)}" | 63 | libpam_suffix = "suffix${@get_multilib_bit(d)}" |
64 | 64 | ||
65 | RPROVIDES_${PN} += "${PN}-${libpam_suffix}" | 65 | RPROVIDES:${PN} += "${PN}-${libpam_suffix}" |
66 | RPROVIDES_${PN}-runtime += "${PN}-runtime-${libpam_suffix}" | 66 | RPROVIDES:${PN}-runtime += "${PN}-runtime-${libpam_suffix}" |
67 | 67 | ||
68 | RDEPENDS_${PN}-runtime = "${PN}-${libpam_suffix} \ | 68 | RDEPENDS:${PN}-runtime = "${PN}-${libpam_suffix} \ |
69 | ${MLPREFIX}pam-plugin-deny-${libpam_suffix} \ | 69 | ${MLPREFIX}pam-plugin-deny-${libpam_suffix} \ |
70 | ${MLPREFIX}pam-plugin-permit-${libpam_suffix} \ | 70 | ${MLPREFIX}pam-plugin-permit-${libpam_suffix} \ |
71 | ${MLPREFIX}pam-plugin-warn-${libpam_suffix} \ | 71 | ${MLPREFIX}pam-plugin-warn-${libpam_suffix} \ |
72 | ${MLPREFIX}pam-plugin-unix-${libpam_suffix} \ | 72 | ${MLPREFIX}pam-plugin-unix-${libpam_suffix} \ |
73 | " | 73 | " |
74 | RDEPENDS_${PN}-xtests = "${PN}-${libpam_suffix} \ | 74 | RDEPENDS:${PN}-xtests = "${PN}-${libpam_suffix} \ |
75 | ${MLPREFIX}pam-plugin-access-${libpam_suffix} \ | 75 | ${MLPREFIX}pam-plugin-access-${libpam_suffix} \ |
76 | ${MLPREFIX}pam-plugin-debug-${libpam_suffix} \ | 76 | ${MLPREFIX}pam-plugin-debug-${libpam_suffix} \ |
77 | ${MLPREFIX}pam-plugin-pwhistory-${libpam_suffix} \ | 77 | ${MLPREFIX}pam-plugin-pwhistory-${libpam_suffix} \ |
@@ -80,27 +80,27 @@ RDEPENDS_${PN}-xtests = "${PN}-${libpam_suffix} \ | |||
80 | bash coreutils" | 80 | bash coreutils" |
81 | 81 | ||
82 | # FIXME: Native suffix breaks here, disable it for now | 82 | # FIXME: Native suffix breaks here, disable it for now |
83 | RRECOMMENDS_${PN} = "${PN}-runtime-${libpam_suffix}" | 83 | RRECOMMENDS:${PN} = "${PN}-runtime-${libpam_suffix}" |
84 | RRECOMMENDS_${PN}_class-native = "" | 84 | RRECOMMENDS:${PN}:class-native = "" |
85 | 85 | ||
86 | python populate_packages_prepend () { | 86 | python populate_packages:prepend () { |
87 | def pam_plugin_hook(file, pkg, pattern, format, basename): | 87 | def pam_plugin_hook(file, pkg, pattern, format, basename): |
88 | pn = d.getVar('PN') | 88 | pn = d.getVar('PN') |
89 | libpam_suffix = d.getVar('libpam_suffix') | 89 | libpam_suffix = d.getVar('libpam_suffix') |
90 | 90 | ||
91 | rdeps = d.getVar('RDEPENDS_' + pkg) | 91 | rdeps = d.getVar('RDEPENDS:' + pkg) |
92 | if rdeps: | 92 | if rdeps: |
93 | rdeps = rdeps + " " + pn + "-" + libpam_suffix | 93 | rdeps = rdeps + " " + pn + "-" + libpam_suffix |
94 | else: | 94 | else: |
95 | rdeps = pn + "-" + libpam_suffix | 95 | rdeps = pn + "-" + libpam_suffix |
96 | d.setVar('RDEPENDS_' + pkg, rdeps) | 96 | d.setVar('RDEPENDS:' + pkg, rdeps) |
97 | 97 | ||
98 | provides = d.getVar('RPROVIDES_' + pkg) | 98 | provides = d.getVar('RPROVIDES:' + pkg) |
99 | if provides: | 99 | if provides: |
100 | provides = provides + " " + pkg + "-" + libpam_suffix | 100 | provides = provides + " " + pkg + "-" + libpam_suffix |
101 | else: | 101 | else: |
102 | provides = pkg + "-" + libpam_suffix | 102 | provides = pkg + "-" + libpam_suffix |
103 | d.setVar('RPROVIDES_' + pkg, provides) | 103 | d.setVar('RPROVIDES:' + pkg, provides) |
104 | 104 | ||
105 | mlprefix = d.getVar('MLPREFIX') or '' | 105 | mlprefix = d.getVar('MLPREFIX') or '' |
106 | dvar = d.expand('${WORKDIR}/package') | 106 | dvar = d.expand('${WORKDIR}/package') |
@@ -158,7 +158,7 @@ do_install_ptest() { | |||
158 | fi | 158 | fi |
159 | } | 159 | } |
160 | 160 | ||
161 | pkg_postinst_${PN}() { | 161 | pkg_postinst:${PN}() { |
162 | if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then | 162 | if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then |
163 | /etc/init.d/populate-volatile.sh update | 163 | /etc/init.d/populate-volatile.sh update |
164 | fi | 164 | fi |
@@ -169,12 +169,12 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
169 | 169 | ||
170 | BBCLASSEXTEND = "nativesdk native" | 170 | BBCLASSEXTEND = "nativesdk native" |
171 | 171 | ||
172 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-session" | 172 | CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-session" |
173 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-auth" | 173 | CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-auth" |
174 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-password" | 174 | CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-password" |
175 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-session-noninteractive" | 175 | CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-session-noninteractive" |
176 | CONFFILES_${PN}-runtime += "${sysconfdir}/pam.d/common-account" | 176 | CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-account" |
177 | CONFFILES_${PN}-runtime += "${sysconfdir}/security/limits.conf" | 177 | CONFFILES:${PN}-runtime += "${sysconfdir}/security/limits.conf" |
178 | 178 | ||
179 | UPSTREAM_CHECK_URI = "https://github.com/linux-pam/linux-pam/releases" | 179 | UPSTREAM_CHECK_URI = "https://github.com/linux-pam/linux-pam/releases" |
180 | 180 | ||
diff --git a/meta/recipes-extended/parted/parted_3.4.bb b/meta/recipes-extended/parted/parted_3.4.bb index d9b3ffb852..8924bdb478 100644 --- a/meta/recipes-extended/parted/parted_3.4.bb +++ b/meta/recipes-extended/parted/parted_3.4.bb | |||
@@ -49,9 +49,9 @@ do_install_ptest() { | |||
49 | sed -e 's| ../parted||' -i $t/tests/*.sh | 49 | sed -e 's| ../parted||' -i $t/tests/*.sh |
50 | } | 50 | } |
51 | 51 | ||
52 | RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup util-linux-mkswap python3 make gawk e2fsprogs-mke2fs e2fsprogs-tune2fs python3-core dosfstools" | 52 | RDEPENDS:${PN}-ptest = "bash coreutils perl util-linux-losetup util-linux-mkswap python3 make gawk e2fsprogs-mke2fs e2fsprogs-tune2fs python3-core dosfstools" |
53 | RRECOMMENDS_${PN}-ptest += "kernel-module-scsi-debug kernel-module-loop kernel-module-vfat" | 53 | RRECOMMENDS:${PN}-ptest += "kernel-module-scsi-debug kernel-module-loop kernel-module-vfat" |
54 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 54 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ |
55 | glibc-utils \ | 55 | glibc-utils \ |
56 | locale-base-en-us \ | 56 | locale-base-en-us \ |
57 | " | 57 | " |
@@ -59,5 +59,5 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | |||
59 | inherit update-alternatives | 59 | inherit update-alternatives |
60 | 60 | ||
61 | ALTERNATIVE_PRIORITY = "100" | 61 | ALTERNATIVE_PRIORITY = "100" |
62 | ALTERNATIVE_${PN} = "partprobe" | 62 | ALTERNATIVE:${PN} = "partprobe" |
63 | ALTERNATIVE_LINK_NAME[partprobe] = "${sbindir}/partprobe" | 63 | ALTERNATIVE_LINK_NAME[partprobe] = "${sbindir}/partprobe" |
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb index ed21d81179..3fa89dec9a 100644 --- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb +++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "bzip2-1.0.6" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743" |
10 | 10 | ||
11 | DEPENDS = "bzip2" | 11 | DEPENDS = "bzip2" |
12 | DEPENDS_append_class-native = " bzip2-replacement-native" | 12 | DEPENDS:append:class-native = " bzip2-replacement-native" |
13 | 13 | ||
14 | SRC_URI = "https://launchpad.net/${BPN}/1.1/${PV}/+download/${BP}.tar.gz \ | 14 | SRC_URI = "https://launchpad.net/${BPN}/1.1/${PV}/+download/${BP}.tar.gz \ |
15 | file://0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch \ | 15 | file://0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch \ |
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb index 409a8f3896..cdc43b5fb9 100644 --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb | |||
@@ -16,7 +16,7 @@ inherit cpan ptest-perl | |||
16 | 16 | ||
17 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" | 17 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" |
18 | 18 | ||
19 | RDEPENDS_${PN} += "perl-module-exporter perl-module-constant perl-module-encode perl-module-encode-encoding perl-module-utf8 perl-module-socket perl-module-time-local perl-module-posix" | 19 | RDEPENDS:${PN} += "perl-module-exporter perl-module-constant perl-module-encode perl-module-encode-encoding perl-module-utf8 perl-module-socket perl-module-time-local perl-module-posix" |
20 | RDEPENDS_${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc" | 20 | RDEPENDS:${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl-module-math-bigint-calc" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb index 46843bfc8a..7c5e99063c 100644 --- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb +++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb | |||
@@ -14,8 +14,8 @@ inherit cpan ptest-perl | |||
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||
17 | RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" | 17 | RDEPENDS:${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" |
18 | RDEPENDS_${PN}-ptest += "perl-module-test-more perl-module-utf8" | 18 | RDEPENDS:${PN}-ptest += "perl-module-test-more perl-module-utf8" |
19 | 19 | ||
20 | SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c" | 20 | SRC_URI[md5sum] = "b1d91153ac971347aee84292ed886c1c" |
21 | SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86" | 21 | SRC_URI[sha256sum] = "75bd254871cb5853a6aa0403ac0be270cdd75c9d1b6639f18ecba63c15298e86" |
diff --git a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb index 57c407e0f8..03bf0b6ff8 100644 --- a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb +++ b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
21 | 21 | ||
22 | inherit cpan ptest-perl | 22 | inherit cpan ptest-perl |
23 | 23 | ||
24 | RDEPENDS_${PN}-ptest += "perl-module-test-more" | 24 | RDEPENDS:${PN}-ptest += "perl-module-test-more" |
25 | 25 | ||
26 | BBCLASSEXTEND="native nativesdk" | 26 | BBCLASSEXTEND="native nativesdk" |
27 | 27 | ||
diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb index 2bff65a082..790ff51558 100644 --- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb +++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb | |||
@@ -8,7 +8,7 @@ implement the characters() callback." | |||
8 | 8 | ||
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 10 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
11 | RDEPENDS_${PN} += "perl-module-extutils-makemaker" | 11 | RDEPENDS:${PN} += "perl-module-extutils-makemaker" |
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446" | 13 | LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446" |
14 | 14 | ||
@@ -21,6 +21,6 @@ S = "${WORKDIR}/XML-SAX-Base-${PV}" | |||
21 | 21 | ||
22 | inherit cpan ptest-perl | 22 | inherit cpan ptest-perl |
23 | 23 | ||
24 | RDEPENDS_${PN}-ptest += "perl-module-test perl-module-test-more" | 24 | RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb index 02ee34ee17..9aa6fd050d 100644 --- a/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb +++ b/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb | |||
@@ -11,7 +11,7 @@ javaness." | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
13 | DEPENDS += "libxml-namespacesupport-perl-native" | 13 | DEPENDS += "libxml-namespacesupport-perl-native" |
14 | RDEPENDS_${PN} += "libxml-namespacesupport-perl libxml-sax-base-perl perl-module-file-temp" | 14 | RDEPENDS:${PN} += "libxml-namespacesupport-perl libxml-sax-base-perl perl-module-file-temp" |
15 | 15 | ||
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3" |
17 | 17 | ||
@@ -29,9 +29,9 @@ do_install_ptest() { | |||
29 | chown -R root:root ${D}${PTEST_PATH}/testfiles | 29 | chown -R root:root ${D}${PTEST_PATH}/testfiles |
30 | } | 30 | } |
31 | 31 | ||
32 | RDEPENDS_${PN} += "perl-module-encode perl-module-perlio" | 32 | RDEPENDS:${PN} += "perl-module-encode perl-module-perlio" |
33 | 33 | ||
34 | RDEPENDS_${PN}-ptest += " \ | 34 | RDEPENDS:${PN}-ptest += " \ |
35 | perl-module-base \ | 35 | perl-module-base \ |
36 | perl-module-encode-byte \ | 36 | perl-module-encode-byte \ |
37 | perl-module-encode-unicode \ | 37 | perl-module-encode-unicode \ |
diff --git a/meta/recipes-extended/pigz/pigz_2.6.bb b/meta/recipes-extended/pigz/pigz_2.6.bb index 05be9b733f..3566e18b7e 100644 --- a/meta/recipes-extended/pigz/pigz_2.6.bb +++ b/meta/recipes-extended/pigz/pigz_2.6.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://pigz.c;md5=9ae6dee8ceba9610596ed0ada493d142;beginline | |||
10 | 10 | ||
11 | SRC_URI = "http://zlib.net/${BPN}/fossils/${BP}.tar.gz" | 11 | SRC_URI = "http://zlib.net/${BPN}/fossils/${BP}.tar.gz" |
12 | SRC_URI[sha256sum] = "2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d" | 12 | SRC_URI[sha256sum] = "2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d" |
13 | PROVIDES_class-native += "gzip-native" | 13 | PROVIDES:class-native += "gzip-native" |
14 | 14 | ||
15 | # Point this at the homepage in case /fossils/ isn't updated | 15 | # Point this at the homepage in case /fossils/ isn't updated |
16 | UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/" | 16 | UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/" |
@@ -30,7 +30,7 @@ do_install() { | |||
30 | ln -nsf pigz ${D}${base_bindir}/pigzcat | 30 | ln -nsf pigz ${D}${base_bindir}/pigzcat |
31 | } | 31 | } |
32 | 32 | ||
33 | do_install_append_class-native() { | 33 | do_install:append:class-native() { |
34 | install -d ${D}${bindir} | 34 | install -d ${D}${bindir} |
35 | install ${B}/pigz ${D}${bindir}/gzip | 35 | install ${B}/pigz ${D}${bindir}/gzip |
36 | ln -nsf gzip ${D}${bindir}/gunzip | 36 | ln -nsf gzip ${D}${bindir}/gunzip |
@@ -38,8 +38,8 @@ do_install_append_class-native() { | |||
38 | } | 38 | } |
39 | 39 | ||
40 | ALTERNATIVE_PRIORITY = "110" | 40 | ALTERNATIVE_PRIORITY = "110" |
41 | ALTERNATIVE_${PN} = "gunzip gzip zcat" | 41 | ALTERNATIVE:${PN} = "gunzip gzip zcat" |
42 | ALTERNATIVE_${PN}_class-nativesdk = "" | 42 | ALTERNATIVE:${PN}:class-nativesdk = "" |
43 | ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" | 43 | ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip" |
44 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" | 44 | ALTERNATIVE_LINK_NAME[gzip] = "${base_bindir}/gzip" |
45 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" | 45 | ALTERNATIVE_LINK_NAME[zcat] = "${base_bindir}/zcat" |
diff --git a/meta/recipes-extended/procps/procps_3.3.17.bb b/meta/recipes-extended/procps/procps_3.3.17.bb index c74a901d9a..64a2d154b6 100644 --- a/meta/recipes-extended/procps/procps_3.3.17.bb +++ b/meta/recipes-extended/procps/procps_3.3.17.bb | |||
@@ -24,7 +24,7 @@ S = "${WORKDIR}/git" | |||
24 | # Upstream has a custom autogen.sh which invokes po/update-potfiles as they | 24 | # Upstream has a custom autogen.sh which invokes po/update-potfiles as they |
25 | # don't ship a po/POTFILES.in (which is silly). Without that file gettext | 25 | # don't ship a po/POTFILES.in (which is silly). Without that file gettext |
26 | # doesn't believe po/ is a gettext directory and won't generate po/Makefile. | 26 | # doesn't believe po/ is a gettext directory and won't generate po/Makefile. |
27 | do_configure_prepend() { | 27 | do_configure:prepend() { |
28 | ( cd ${S} && po/update-potfiles ) | 28 | ( cd ${S} && po/update-potfiles ) |
29 | } | 29 | } |
30 | 30 | ||
@@ -33,7 +33,7 @@ EXTRA_OECONF = "--enable-skill --disable-modern-top" | |||
33 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 33 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
34 | PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd" | 34 | PACKAGECONFIG[systemd] = "--with-systemd,--without-systemd,systemd" |
35 | 35 | ||
36 | do_install_append () { | 36 | do_install:append () { |
37 | install -d ${D}${base_bindir} | 37 | install -d ${D}${base_bindir} |
38 | [ "${bindir}" != "${base_bindir}" ] && for i in ${base_bindir_progs}; do mv ${D}${bindir}/$i ${D}${base_bindir}/$i; done | 38 | [ "${bindir}" != "${base_bindir}" ] && for i in ${base_bindir_progs}; do mv ${D}${bindir}/$i ${D}${base_bindir}/$i; done |
39 | install -d ${D}${base_sbindir} | 39 | install -d ${D}${base_sbindir} |
@@ -50,7 +50,7 @@ do_install_append () { | |||
50 | fi | 50 | fi |
51 | } | 51 | } |
52 | 52 | ||
53 | CONFFILES_${PN} = "${sysconfdir}/sysctl.conf" | 53 | CONFFILES:${PN} = "${sysconfdir}/sysctl.conf" |
54 | 54 | ||
55 | bindir_progs = "free pkill pmap pgrep pwdx skill snice top uptime w" | 55 | bindir_progs = "free pkill pmap pgrep pwdx skill snice top uptime w" |
56 | base_bindir_progs += "kill pidof ps watch" | 56 | base_bindir_progs += "kill pidof ps watch" |
@@ -59,9 +59,9 @@ base_sbindir_progs += "sysctl" | |||
59 | ALTERNATIVE_PRIORITY = "200" | 59 | ALTERNATIVE_PRIORITY = "200" |
60 | ALTERNATIVE_PRIORITY[pidof] = "150" | 60 | ALTERNATIVE_PRIORITY[pidof] = "150" |
61 | 61 | ||
62 | ALTERNATIVE_${PN} = "${bindir_progs} ${base_bindir_progs} ${base_sbindir_progs}" | 62 | ALTERNATIVE:${PN} = "${bindir_progs} ${base_bindir_progs} ${base_sbindir_progs}" |
63 | 63 | ||
64 | ALTERNATIVE_${PN}-doc = "kill.1 uptime.1" | 64 | ALTERNATIVE:${PN}-doc = "kill.1 uptime.1" |
65 | ALTERNATIVE_LINK_NAME[kill.1] = "${mandir}/man1/kill.1" | 65 | ALTERNATIVE_LINK_NAME[kill.1] = "${mandir}/man1/kill.1" |
66 | ALTERNATIVE_LINK_NAME[uptime.1] = "${mandir}/man1/uptime.1" | 66 | ALTERNATIVE_LINK_NAME[uptime.1] = "${mandir}/man1/uptime.1" |
67 | 67 | ||
@@ -82,22 +82,22 @@ PROCPS_PACKAGES = "${PN}-lib \ | |||
82 | ${PN}-sysctl" | 82 | ${PN}-sysctl" |
83 | 83 | ||
84 | PACKAGE_BEFORE_PN = "${PROCPS_PACKAGES}" | 84 | PACKAGE_BEFORE_PN = "${PROCPS_PACKAGES}" |
85 | RDEPENDS_${PN} += "${PROCPS_PACKAGES}" | 85 | RDEPENDS:${PN} += "${PROCPS_PACKAGES}" |
86 | 86 | ||
87 | RDEPENDS_${PN}-ps += "${PN}-lib" | 87 | RDEPENDS:${PN}-ps += "${PN}-lib" |
88 | RDEPENDS_${PN}-sysctl += "${PN}-lib" | 88 | RDEPENDS:${PN}-sysctl += "${PN}-lib" |
89 | 89 | ||
90 | FILES_${PN}-lib = "${libdir}" | 90 | FILES:${PN}-lib = "${libdir}" |
91 | FILES_${PN}-ps = "${base_bindir}/ps.${BPN}" | 91 | FILES:${PN}-ps = "${base_bindir}/ps.${BPN}" |
92 | FILES_${PN}-sysctl = "${base_sbindir}/sysctl.${BPN} ${sysconfdir}/sysctl.conf ${sysconfdir}/sysctl.d" | 92 | FILES:${PN}-sysctl = "${base_sbindir}/sysctl.${BPN} ${sysconfdir}/sysctl.conf ${sysconfdir}/sysctl.d" |
93 | 93 | ||
94 | ALTERNATIVE_${PN}_remove = "ps" | 94 | ALTERNATIVE:${PN}:remove = "ps" |
95 | ALTERNATIVE_${PN}_remove = "sysctl" | 95 | ALTERNATIVE:${PN}:remove = "sysctl" |
96 | 96 | ||
97 | ALTERNATIVE_${PN}-ps = "ps" | 97 | ALTERNATIVE:${PN}-ps = "ps" |
98 | ALTERNATIVE_TARGET[ps] = "${base_bindir}/ps" | 98 | ALTERNATIVE_TARGET[ps] = "${base_bindir}/ps" |
99 | ALTERNATIVE_LINK_NAME[ps] = "${base_bindir}/ps" | 99 | ALTERNATIVE_LINK_NAME[ps] = "${base_bindir}/ps" |
100 | 100 | ||
101 | ALTERNATIVE_${PN}-sysctl = "sysctl" | 101 | ALTERNATIVE:${PN}-sysctl = "sysctl" |
102 | ALTERNATIVE_TARGET[sysctl] = "${base_sbindir}/sysctl" | 102 | ALTERNATIVE_TARGET[sysctl] = "${base_sbindir}/sysctl" |
103 | ALTERNATIVE_LINK_NAME[sysctl] = "${base_sbindir}/sysctl" \ No newline at end of file | 103 | ALTERNATIVE_LINK_NAME[sysctl] = "${base_sbindir}/sysctl" \ No newline at end of file |
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 6ab1288152..ad6263ed94 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
@@ -19,7 +19,7 @@ inherit autotools gettext | |||
19 | # Upstream has a custom autogen.sh which invokes po/update-potfiles as they | 19 | # Upstream has a custom autogen.sh which invokes po/update-potfiles as they |
20 | # don't ship a po/POTFILES.in (which is silly). Without that file gettext | 20 | # don't ship a po/POTFILES.in (which is silly). Without that file gettext |
21 | # doesn't believe po/ is a gettext directory and won't generate po/Makefile. | 21 | # doesn't believe po/ is a gettext directory and won't generate po/Makefile. |
22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
23 | ( cd ${S} && po/update-potfiles ) | 23 | ( cd ${S} && po/update-potfiles ) |
24 | } | 24 | } |
25 | 25 | ||
@@ -27,30 +27,30 @@ do_configure_prepend() { | |||
27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
28 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 28 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
29 | 29 | ||
30 | ALLOW_EMPTY_${PN} = "1" | 30 | ALLOW_EMPTY:${PN} = "1" |
31 | 31 | ||
32 | PACKAGES =+ "fuser fuser-doc killall killall-doc pstree pstree-doc" | 32 | PACKAGES =+ "fuser fuser-doc killall killall-doc pstree pstree-doc" |
33 | PACKAGES += "psmisc-extras" | 33 | PACKAGES += "psmisc-extras" |
34 | 34 | ||
35 | FILES_${PN} = "" | 35 | FILES:${PN} = "" |
36 | RDEPENDS_${PN} = "fuser killall pstree" | 36 | RDEPENDS:${PN} = "fuser killall pstree" |
37 | 37 | ||
38 | FILES_fuser = "${bindir}/fuser.${BPN}" | 38 | FILES:fuser = "${bindir}/fuser.${BPN}" |
39 | FILES_fuser-doc = "${mandir}/man1/fuser*" | 39 | FILES:fuser-doc = "${mandir}/man1/fuser*" |
40 | 40 | ||
41 | FILES_killall = "${bindir}/killall.${BPN}" | 41 | FILES:killall = "${bindir}/killall.${BPN}" |
42 | FILES_killall-doc = "${mandir}/man1/killall*" | 42 | FILES:killall-doc = "${mandir}/man1/killall*" |
43 | 43 | ||
44 | FILES_pstree = "${bindir}/pstree" | 44 | FILES:pstree = "${bindir}/pstree" |
45 | FILES_pstree-doc = "${mandir}/man1/pstree*" | 45 | FILES:pstree-doc = "${mandir}/man1/pstree*" |
46 | 46 | ||
47 | FILES_psmisc-extras = "${bindir}" | 47 | FILES:psmisc-extras = "${bindir}" |
48 | FILES_psmisc-extras-doc = "${mandir}" | 48 | FILES:psmisc-extras-doc = "${mandir}" |
49 | 49 | ||
50 | inherit update-alternatives | 50 | inherit update-alternatives |
51 | 51 | ||
52 | ALTERNATIVE_PRIORITY = "90" | 52 | ALTERNATIVE_PRIORITY = "90" |
53 | 53 | ||
54 | ALTERNATIVE_killall = "killall" | 54 | ALTERNATIVE:killall = "killall" |
55 | 55 | ||
56 | ALTERNATIVE_fuser = "fuser" | 56 | ALTERNATIVE:fuser = "fuser" |
diff --git a/meta/recipes-extended/quota/quota_4.06.bb b/meta/recipes-extended/quota/quota_4.06.bb index 027b0811f7..5115cb389a 100644 --- a/meta/recipes-extended/quota/quota_4.06.bb +++ b/meta/recipes-extended/quota/quota_4.06.bb | |||
@@ -27,7 +27,7 @@ LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'rpc', '-ltirpc', '', d)}" | |||
27 | ASNEEDED = "" | 27 | ASNEEDED = "" |
28 | 28 | ||
29 | PACKAGECONFIG ??= "tcp-wrappers rpc bsd" | 29 | PACKAGECONFIG ??= "tcp-wrappers rpc bsd" |
30 | PACKAGECONFIG_libc-musl = "tcp-wrappers rpc" | 30 | PACKAGECONFIG:libc-musl = "tcp-wrappers rpc" |
31 | 31 | ||
32 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | 32 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" |
33 | PACKAGECONFIG[rpc] = "--enable-rpc,--disable-rpc,libtirpc" | 33 | PACKAGECONFIG[rpc] = "--enable-rpc,--disable-rpc,libtirpc" |
diff --git a/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb b/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb index b02638b2ce..e58214d55a 100644 --- a/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb +++ b/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb | |||
@@ -26,12 +26,12 @@ PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | |||
26 | INITSCRIPT_NAME = "rpcbind" | 26 | INITSCRIPT_NAME = "rpcbind" |
27 | INITSCRIPT_PARAMS = "start 12 2 3 4 5 . stop 60 0 1 6 ." | 27 | INITSCRIPT_PARAMS = "start 12 2 3 4 5 . stop 60 0 1 6 ." |
28 | 28 | ||
29 | SYSTEMD_SERVICE_${PN} = "rpcbind.service rpcbind.socket" | 29 | SYSTEMD_SERVICE:${PN} = "rpcbind.service rpcbind.socket" |
30 | 30 | ||
31 | inherit useradd | 31 | inherit useradd |
32 | 32 | ||
33 | USERADD_PACKAGES = "${PN}" | 33 | USERADD_PACKAGES = "${PN}" |
34 | USERADD_PARAM_${PN} = "--system --no-create-home --home-dir / \ | 34 | USERADD_PARAM:${PN} = "--system --no-create-home --home-dir / \ |
35 | --shell /bin/false --user-group rpc" | 35 | --shell /bin/false --user-group rpc" |
36 | 36 | ||
37 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 37 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
@@ -42,7 +42,7 @@ PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/ | |||
42 | 42 | ||
43 | EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc" | 43 | EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc" |
44 | 44 | ||
45 | do_install_append () { | 45 | do_install:append () { |
46 | install -d ${D}${sysconfdir}/init.d | 46 | install -d ${D}${sysconfdir}/init.d |
47 | sed -e 's,/etc/,${sysconfdir}/,g' \ | 47 | sed -e 's,/etc/,${sysconfdir}/,g' \ |
48 | -e 's,/sbin/,${sbindir}/,g' \ | 48 | -e 's,/sbin/,${sbindir}/,g' \ |
@@ -50,5 +50,5 @@ do_install_append () { | |||
50 | chmod 0755 ${D}${sysconfdir}/init.d/rpcbind | 50 | chmod 0755 ${D}${sysconfdir}/init.d/rpcbind |
51 | } | 51 | } |
52 | 52 | ||
53 | ALTERNATIVE_${PN} = "rpcinfo" | 53 | ALTERNATIVE:${PN} = "rpcinfo" |
54 | ALTERNATIVE_LINK_NAME[rpcinfo] = "${bindir}/rpcinfo" | 54 | ALTERNATIVE_LINK_NAME[rpcinfo] = "${bindir}/rpcinfo" |
diff --git a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb index 5aff2b56a6..678632a814 100644 --- a/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb +++ b/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb | |||
@@ -27,13 +27,13 @@ S = "${WORKDIR}/git" | |||
27 | 27 | ||
28 | inherit autotools gettext | 28 | inherit autotools gettext |
29 | 29 | ||
30 | EXTRA_OEMAKE_class-native = " -C rpcgen" | 30 | EXTRA_OEMAKE:class-native = " -C rpcgen" |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | do_configure:prepend() { |
33 | touch ${S}/ABOUT-NLS | 33 | touch ${S}/ABOUT-NLS |
34 | } | 34 | } |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | # They come from quota recipe | 37 | # They come from quota recipe |
38 | rm -rf ${D}${includedir}/rpcsvc/rquota.[hx] | 38 | rm -rf ${D}${includedir}/rpcsvc/rquota.[hx] |
39 | } | 39 | } |
diff --git a/meta/recipes-extended/screen/screen_4.8.0.bb b/meta/recipes-extended/screen/screen_4.8.0.bb index fe640c262b..6d307d5abc 100644 --- a/meta/recipes-extended/screen/screen_4.8.0.bb +++ b/meta/recipes-extended/screen/screen_4.8.0.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
14 | 14 | ||
15 | DEPENDS = "ncurses virtual/crypt \ | 15 | DEPENDS = "ncurses virtual/crypt \ |
16 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
17 | RDEPENDS_${PN} = "base-files" | 17 | RDEPENDS:${PN} = "base-files" |
18 | 18 | ||
19 | SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \ | 19 | SRC_URI = "${GNU_MIRROR}/screen/screen-${PV}.tar.gz \ |
20 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'file://screen.pam', '', d)} \ | 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'file://screen.pam', '', d)} \ |
@@ -35,17 +35,17 @@ PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=n | |||
35 | EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 --with-sys-screenrc=${sysconfdir}/screenrc \ | 35 | EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 --with-sys-screenrc=${sysconfdir}/screenrc \ |
36 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}" | 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}" |
37 | 37 | ||
38 | do_install_append () { | 38 | do_install:append () { |
39 | install -D -m 644 ${S}/etc/etcscreenrc ${D}/${sysconfdir}/screenrc | 39 | install -D -m 644 ${S}/etc/etcscreenrc ${D}/${sysconfdir}/screenrc |
40 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then | 40 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then |
41 | install -D -m 644 ${WORKDIR}/screen.pam ${D}/${sysconfdir}/pam.d/screen | 41 | install -D -m 644 ${WORKDIR}/screen.pam ${D}/${sysconfdir}/pam.d/screen |
42 | fi | 42 | fi |
43 | } | 43 | } |
44 | 44 | ||
45 | pkg_postinst_${PN} () { | 45 | pkg_postinst:${PN} () { |
46 | grep -q "^${bindir}/screen$" $D${sysconfdir}/shells || echo ${bindir}/screen >> $D${sysconfdir}/shells | 46 | grep -q "^${bindir}/screen$" $D${sysconfdir}/shells || echo ${bindir}/screen >> $D${sysconfdir}/shells |
47 | } | 47 | } |
48 | 48 | ||
49 | pkg_postrm_${PN} () { | 49 | pkg_postrm:${PN} () { |
50 | printf "$(grep -v "^${bindir}/screen$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells | 50 | printf "$(grep -v "^${bindir}/screen$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells |
51 | } | 51 | } |
diff --git a/meta/recipes-extended/sed/sed_4.8.bb b/meta/recipes-extended/sed/sed_4.8.bb index 57a769e8c9..1f68214ae4 100644 --- a/meta/recipes-extended/sed/sed_4.8.bb +++ b/meta/recipes-extended/sed/sed_4.8.bb | |||
@@ -18,8 +18,8 @@ inherit autotools texinfo update-alternatives gettext ptest | |||
18 | 18 | ||
19 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | 19 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += "make gawk perl perl-module-filehandle perl-module-file-compare perl-module-file-find perl-module-file-temp perl-module-file-stat" | 21 | RDEPENDS:${PN}-ptest += "make gawk perl perl-module-filehandle perl-module-file-compare perl-module-file-find perl-module-file-temp perl-module-file-stat" |
22 | RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru locale-base-en-us locale-base-el-gr.iso-8859-7" | 22 | RRECOMMENDS:${PN}-ptest:append:libc-glibc = " locale-base-ru-ru locale-base-en-us locale-base-el-gr.iso-8859-7" |
23 | 23 | ||
24 | EXTRA_OECONF = "--disable-acl \ | 24 | EXTRA_OECONF = "--disable-acl \ |
25 | " | 25 | " |
@@ -33,7 +33,7 @@ do_install () { | |||
33 | fi | 33 | fi |
34 | } | 34 | } |
35 | 35 | ||
36 | ALTERNATIVE_${PN} = "sed" | 36 | ALTERNATIVE:${PN} = "sed" |
37 | ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed" | 37 | ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed" |
38 | ALTERNATIVE_PRIORITY = "100" | 38 | ALTERNATIVE_PRIORITY = "100" |
39 | 39 | ||
@@ -63,6 +63,6 @@ do_install_ptest() { | |||
63 | -i ${D}${PTEST_PATH}/Makefile | 63 | -i ${D}${PTEST_PATH}/Makefile |
64 | } | 64 | } |
65 | 65 | ||
66 | RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sed', '', d)}" | 66 | RPROVIDES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sed', '', d)}" |
67 | 67 | ||
68 | BBCLASSEXTEND = "nativesdk" | 68 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 2cbdfbc1cf..a5d77ebfe2 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc | |||
@@ -16,17 +16,17 @@ SRC_URI = "https://github.com/shadow-maint/shadow/releases/download/${PV}/${BP}. | |||
16 | file://shadow-relaxed-usernames.patch \ | 16 | file://shadow-relaxed-usernames.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI_append_class-target = " \ | 19 | SRC_URI:append:class-target = " \ |
20 | file://login_defs_pam.sed \ | 20 | file://login_defs_pam.sed \ |
21 | file://shadow-update-pam-conf.patch \ | 21 | file://shadow-update-pam-conf.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI_append_class-native = " \ | 24 | SRC_URI:append:class-native = " \ |
25 | file://0001-Disable-use-of-syslog-for-sysroot.patch \ | 25 | file://0001-Disable-use-of-syslog-for-sysroot.patch \ |
26 | file://0002-Allow-for-setting-password-in-clear-text.patch \ | 26 | file://0002-Allow-for-setting-password-in-clear-text.patch \ |
27 | file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ | 27 | file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ |
28 | " | 28 | " |
29 | SRC_URI_append_class-nativesdk = " \ | 29 | SRC_URI:append:class-nativesdk = " \ |
30 | file://0001-Disable-use-of-syslog-for-sysroot.patch \ | 30 | file://0001-Disable-use-of-syslog-for-sysroot.patch \ |
31 | " | 31 | " |
32 | 32 | ||
@@ -55,9 +55,9 @@ EXTRA_OECONF += "--without-audit \ | |||
55 | ${NSCDOPT}" | 55 | ${NSCDOPT}" |
56 | 56 | ||
57 | NSCDOPT = "" | 57 | NSCDOPT = "" |
58 | NSCDOPT_class-native = "--without-nscd" | 58 | NSCDOPT:class-native = "--without-nscd" |
59 | NSCDOPT_class-nativesdk = "--without-nscd" | 59 | NSCDOPT:class-nativesdk = "--without-nscd" |
60 | NSCDOPT_libc-glibc = "--with-nscd" | 60 | NSCDOPT:libc-glibc = "--with-nscd" |
61 | 61 | ||
62 | PAM_PLUGINS = "libpam-runtime \ | 62 | PAM_PLUGINS = "libpam-runtime \ |
63 | pam-plugin-faildelay \ | 63 | pam-plugin-faildelay \ |
@@ -72,21 +72,21 @@ PAM_PLUGINS = "libpam-runtime \ | |||
72 | pam-plugin-shells \ | 72 | pam-plugin-shells \ |
73 | pam-plugin-rootok" | 73 | pam-plugin-rootok" |
74 | 74 | ||
75 | PAM_PLUGINS_remove_libc-musl = "pam-plugin-lastlog" | 75 | PAM_PLUGINS:remove:libc-musl = "pam-plugin-lastlog" |
76 | 76 | ||
77 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \ | 77 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \ |
78 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}" | 78 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}" |
79 | PACKAGECONFIG_class-native ??= "${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}" | 79 | PACKAGECONFIG:class-native ??= "${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}" |
80 | PACKAGECONFIG_class-nativesdk = "" | 80 | PACKAGECONFIG:class-nativesdk = "" |
81 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" | 81 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" |
82 | PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr" | 82 | PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr" |
83 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" | 83 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" |
84 | 84 | ||
85 | RDEPENDS_${PN} = "shadow-securetty \ | 85 | RDEPENDS:${PN} = "shadow-securetty \ |
86 | base-passwd \ | 86 | base-passwd \ |
87 | util-linux-sulogin" | 87 | util-linux-sulogin" |
88 | RDEPENDS_${PN}_class-native = "" | 88 | RDEPENDS:${PN}:class-native = "" |
89 | RDEPENDS_${PN}_class-nativesdk = "" | 89 | RDEPENDS:${PN}:class-nativesdk = "" |
90 | 90 | ||
91 | do_install() { | 91 | do_install() { |
92 | oe_runmake DESTDIR="${D}" sbindir="${base_sbindir}" usbindir="${sbindir}" install | 92 | oe_runmake DESTDIR="${D}" sbindir="${base_sbindir}" usbindir="${sbindir}" install |
@@ -123,7 +123,7 @@ do_install() { | |||
123 | sed -i 's,^GROUP=1000,GROUP=100,g' ${D}${sysconfdir}/default/useradd | 123 | sed -i 's,^GROUP=1000,GROUP=100,g' ${D}${sysconfdir}/default/useradd |
124 | } | 124 | } |
125 | 125 | ||
126 | do_install_append() { | 126 | do_install:append() { |
127 | # Ensure that the image has as a /var/spool/mail dir so shadow can | 127 | # Ensure that the image has as a /var/spool/mail dir so shadow can |
128 | # put mailboxes there if the user reconfigures shadow to its | 128 | # put mailboxes there if the user reconfigures shadow to its |
129 | # defaults (see sed below). | 129 | # defaults (see sed below). |
@@ -156,7 +156,7 @@ do_install_append() { | |||
156 | } | 156 | } |
157 | 157 | ||
158 | PACKAGES =+ "${PN}-base" | 158 | PACKAGES =+ "${PN}-base" |
159 | FILES_${PN}-base = "\ | 159 | FILES:${PN}-base = "\ |
160 | ${base_bindir}/login.shadow \ | 160 | ${base_bindir}/login.shadow \ |
161 | ${base_bindir}/su.shadow \ | 161 | ${base_bindir}/su.shadow \ |
162 | ${bindir}/sg \ | 162 | ${bindir}/sg \ |
@@ -166,13 +166,13 @@ FILES_${PN}-base = "\ | |||
166 | ${sysconfdir}/pam.d/su \ | 166 | ${sysconfdir}/pam.d/su \ |
167 | ${sysconfdir}/login.defs \ | 167 | ${sysconfdir}/login.defs \ |
168 | " | 168 | " |
169 | RDEPENDS_${PN} += "${PN}-base" | 169 | RDEPENDS:${PN} += "${PN}-base" |
170 | 170 | ||
171 | inherit update-alternatives | 171 | inherit update-alternatives |
172 | 172 | ||
173 | ALTERNATIVE_PRIORITY = "200" | 173 | ALTERNATIVE_PRIORITY = "200" |
174 | 174 | ||
175 | ALTERNATIVE_${PN} = "passwd chfn chsh chpasswd vipw vigr nologin" | 175 | ALTERNATIVE:${PN} = "passwd chfn chsh chpasswd vipw vigr nologin" |
176 | ALTERNATIVE_LINK_NAME[chfn] = "${bindir}/chfn" | 176 | ALTERNATIVE_LINK_NAME[chfn] = "${bindir}/chfn" |
177 | ALTERNATIVE_LINK_NAME[chsh] = "${bindir}/chsh" | 177 | ALTERNATIVE_LINK_NAME[chsh] = "${bindir}/chsh" |
178 | ALTERNATIVE_LINK_NAME[chpasswd] = "${sbindir}/chpasswd" | 178 | ALTERNATIVE_LINK_NAME[chpasswd] = "${sbindir}/chpasswd" |
@@ -180,11 +180,11 @@ ALTERNATIVE_LINK_NAME[vipw] = "${base_sbindir}/vipw" | |||
180 | ALTERNATIVE_LINK_NAME[vigr] = "${base_sbindir}/vigr" | 180 | ALTERNATIVE_LINK_NAME[vigr] = "${base_sbindir}/vigr" |
181 | ALTERNATIVE_LINK_NAME[nologin] = "${base_sbindir}/nologin" | 181 | ALTERNATIVE_LINK_NAME[nologin] = "${base_sbindir}/nologin" |
182 | 182 | ||
183 | ALTERNATIVE_${PN}-base = "newgrp groups login su" | 183 | ALTERNATIVE:${PN}-base = "newgrp groups login su" |
184 | ALTERNATIVE_LINK_NAME[login] = "${base_bindir}/login" | 184 | ALTERNATIVE_LINK_NAME[login] = "${base_bindir}/login" |
185 | ALTERNATIVE_LINK_NAME[su] = "${base_bindir}/su" | 185 | ALTERNATIVE_LINK_NAME[su] = "${base_bindir}/su" |
186 | 186 | ||
187 | ALTERNATIVE_${PN}-doc = "passwd.5 getspnam.3 groups.1 su.1 nologin.8" | 187 | ALTERNATIVE:${PN}-doc = "passwd.5 getspnam.3 groups.1 su.1 nologin.8" |
188 | ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5" | 188 | ALTERNATIVE_LINK_NAME[passwd.5] = "${mandir}/man5/passwd.5" |
189 | ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3" | 189 | ALTERNATIVE_LINK_NAME[getspnam.3] = "${mandir}/man3/getspnam.3" |
190 | ALTERNATIVE_LINK_NAME[groups.1] = "${mandir}/man1/groups.1" | 190 | ALTERNATIVE_LINK_NAME[groups.1] = "${mandir}/man1/groups.1" |
@@ -192,7 +192,7 @@ ALTERNATIVE_LINK_NAME[su.1] = "${mandir}/man1/su.1" | |||
192 | ALTERNATIVE_LINK_NAME[nologin.8] = "${mandir}/man8/nologin.8" | 192 | ALTERNATIVE_LINK_NAME[nologin.8] = "${mandir}/man8/nologin.8" |
193 | 193 | ||
194 | PACKAGE_WRITE_DEPS += "shadow-native" | 194 | PACKAGE_WRITE_DEPS += "shadow-native" |
195 | pkg_postinst_${PN}_class-target () { | 195 | pkg_postinst:${PN}:class-target () { |
196 | if [ "x$D" != "x" ]; then | 196 | if [ "x$D" != "x" ]; then |
197 | rootarg="--root $D" | 197 | rootarg="--root $D" |
198 | else | 198 | else |
diff --git a/meta/recipes-extended/shadow/shadow_4.8.1.bb b/meta/recipes-extended/shadow/shadow_4.8.1.bb index ff4aad926f..2fbd81bf72 100644 --- a/meta/recipes-extended/shadow/shadow_4.8.1.bb +++ b/meta/recipes-extended/shadow/shadow_4.8.1.bb | |||
@@ -2,7 +2,7 @@ require shadow.inc | |||
2 | 2 | ||
3 | # Build falsely assumes that if --enable-libpam is set, we don't need to link against | 3 | # Build falsely assumes that if --enable-libpam is set, we don't need to link against |
4 | # libcrypt. This breaks chsh. | 4 | # libcrypt. This breaks chsh. |
5 | BUILD_LDFLAGS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}" | 5 | BUILD_LDFLAGS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-lcrypt', '', d)}" |
6 | 6 | ||
7 | BBCLASSEXTEND = "native nativesdk" | 7 | BBCLASSEXTEND = "native nativesdk" |
8 | 8 | ||
diff --git a/meta/recipes-extended/slang/slang_2.3.2.bb b/meta/recipes-extended/slang/slang_2.3.2.bb index 99efb16da6..81d152f000 100644 --- a/meta/recipes-extended/slang/slang_2.3.2.bb +++ b/meta/recipes-extended/slang/slang_2.3.2.bb | |||
@@ -27,7 +27,7 @@ SRC_URI[md5sum] = "c2d5a7aa0246627da490be4e399c87cb" | |||
27 | SRC_URI[sha256sum] = "fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a" | 27 | SRC_URI[sha256sum] = "fc9e3b0fc4f67c3c1f6d43c90c16a5c42d117b8e28457c5b46831b8b5d3ae31a" |
28 | 28 | ||
29 | UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" | 29 | UPSTREAM_CHECK_URI = "http://www.jedsoft.org/releases/slang/" |
30 | PREMIRRORS_append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n" | 30 | PREMIRRORS:append = "\n http://www.jedsoft.org/releases/slang/.* http://www.jedsoft.org/releases/slang/old/ \n" |
31 | 31 | ||
32 | inherit autotools-brokensep ptest | 32 | inherit autotools-brokensep ptest |
33 | CLEANBROKEN = "1" | 33 | CLEANBROKEN = "1" |
@@ -42,7 +42,7 @@ PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_DIR_HOST}${prefix},--without-pcre,p | |||
42 | PACKAGECONFIG[png] = "--with-png=${STAGING_DIR_HOST}${prefix},--without-png,libpng" | 42 | PACKAGECONFIG[png] = "--with-png=${STAGING_DIR_HOST}${prefix},--without-png,libpng" |
43 | PACKAGECONFIG[zlib] = "--with-z=${STAGING_DIR_HOST}${prefix},--without-z,zlib" | 43 | PACKAGECONFIG[zlib] = "--with-z=${STAGING_DIR_HOST}${prefix},--without-z,zlib" |
44 | 44 | ||
45 | do_configure_prepend() { | 45 | do_configure:prepend() { |
46 | cd ${S}/autoconf | 46 | cd ${S}/autoconf |
47 | # slang keeps configure.ac and rest of autoconf files in autoconf/ directory | 47 | # slang keeps configure.ac and rest of autoconf files in autoconf/ directory |
48 | # we have to go there to be able to run gnu-configize cause it expects configure.{in,ac} | 48 | # we have to go there to be able to run gnu-configize cause it expects configure.{in,ac} |
@@ -74,9 +74,9 @@ do_install_ptest() { | |||
74 | sed -i 's/\.\.\/\.\.\/doc\/text\/slangfun\.txt/slangfun\.txt/' ${D}${PTEST_PATH}/test/docfun.sl | 74 | sed -i 's/\.\.\/\.\.\/doc\/text\/slangfun\.txt/slangfun\.txt/' ${D}${PTEST_PATH}/test/docfun.sl |
75 | } | 75 | } |
76 | 76 | ||
77 | FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" | 77 | FILES:${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" |
78 | 78 | ||
79 | RDEPENDS_${PN}-ptest += "make" | 79 | RDEPENDS:${PN}-ptest += "make" |
80 | 80 | ||
81 | PARALLEL_MAKE = "" | 81 | PARALLEL_MAKE = "" |
82 | PARALLEL_MAKEINST = "" | 82 | PARALLEL_MAKEINST = "" |
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb index 430eac0d87..32c2d2b6a7 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb | |||
@@ -13,9 +13,9 @@ SRC_URI[sha256sum] = "f27af50f6f2308e707fef927674bdd209a046b116734281b792aeca35a | |||
13 | DEPENDS = "coreutils-native" | 13 | DEPENDS = "coreutils-native" |
14 | 14 | ||
15 | PROVIDES = "stress" | 15 | PROVIDES = "stress" |
16 | RPROVIDES_${PN} = "stress" | 16 | RPROVIDES:${PN} = "stress" |
17 | RREPLACES_${PN} = "stress" | 17 | RREPLACES:${PN} = "stress" |
18 | RCONFLICTS_${PN} = "stress" | 18 | RCONFLICTS:${PN} = "stress" |
19 | 19 | ||
20 | inherit bash-completion | 20 | inherit bash-completion |
21 | 21 | ||
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 0bea35a0a3..f109672b7e 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc | |||
@@ -24,14 +24,14 @@ PACKAGECONFIG ??= "" | |||
24 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" | 24 | PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" |
25 | PACKAGECONFIG[pam-wheel] = ",,,pam-plugin-wheel" | 25 | PACKAGECONFIG[pam-wheel] = ",,,pam-plugin-wheel" |
26 | 26 | ||
27 | CONFFILES_${PN} = "${sysconfdir}/sudoers" | 27 | CONFFILES:${PN} = "${sysconfdir}/sudoers" |
28 | 28 | ||
29 | EXTRA_OECONF = "--with-editor=${base_bindir}/vi --with-env-editor" | 29 | EXTRA_OECONF = "--with-editor=${base_bindir}/vi --with-env-editor" |
30 | 30 | ||
31 | EXTRA_OECONF_append_libc-musl = " --disable-hardening " | 31 | EXTRA_OECONF:append:libc-musl = " --disable-hardening " |
32 | 32 | ||
33 | # mksigname/mksiglist are used on build host to generate source files | 33 | # mksigname/mksiglist are used on build host to generate source files |
34 | do_compile_prepend () { | 34 | do_compile:prepend () { |
35 | # Remove build host references from sudo_usage.h | 35 | # Remove build host references from sudo_usage.h |
36 | sed -i \ | 36 | sed -i \ |
37 | -e 's,--with-libtool-sysroot=${STAGING_DIR_TARGET},,g' \ | 37 | -e 's,--with-libtool-sysroot=${STAGING_DIR_TARGET},,g' \ |
@@ -46,7 +46,7 @@ do_compile_prepend () { | |||
46 | # script (from sudo) will recursively create ${localstatedir}/lib/sudo | 46 | # script (from sudo) will recursively create ${localstatedir}/lib/sudo |
47 | # and then chmod each directory with 0700 permissions, which isn't what | 47 | # and then chmod each directory with 0700 permissions, which isn't what |
48 | # we want (i.e, users would not be able to access /var/lib). | 48 | # we want (i.e, users would not be able to access /var/lib). |
49 | do_install_prepend (){ | 49 | do_install:prepend (){ |
50 | mkdir -p ${D}/${localstatedir}/lib | 50 | mkdir -p ${D}/${localstatedir}/lib |
51 | } | 51 | } |
52 | 52 | ||
diff --git a/meta/recipes-extended/sudo/sudo_1.9.7p1.bb b/meta/recipes-extended/sudo/sudo_1.9.7p1.bb index aba6f4a595..8d47c01706 100644 --- a/meta/recipes-extended/sudo/sudo_1.9.7p1.bb +++ b/meta/recipes-extended/sudo/sudo_1.9.7p1.bb | |||
@@ -10,7 +10,7 @@ PAM_SRC_URI = "file://sudo.pam" | |||
10 | SRC_URI[sha256sum] = "391431f454e55121b60c6ded0fcf30ddb80d623d7d16a6d1907cfa6a0b91d8cf" | 10 | SRC_URI[sha256sum] = "391431f454e55121b60c6ded0fcf30ddb80d623d7d16a6d1907cfa6a0b91d8cf" |
11 | 11 | ||
12 | DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 12 | DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
13 | RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}" | 13 | RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}" |
14 | 14 | ||
15 | CACHED_CONFIGUREVARS = " \ | 15 | CACHED_CONFIGUREVARS = " \ |
16 | ac_cv_type_rsize_t=no \ | 16 | ac_cv_type_rsize_t=no \ |
@@ -28,7 +28,7 @@ EXTRA_OECONF += " \ | |||
28 | --libexecdir=${libdir} \ | 28 | --libexecdir=${libdir} \ |
29 | " | 29 | " |
30 | 30 | ||
31 | do_install_append () { | 31 | do_install:append () { |
32 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then | 32 | if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then |
33 | install -D -m 644 ${WORKDIR}/sudo.pam ${D}/${sysconfdir}/pam.d/sudo | 33 | install -D -m 644 ${WORKDIR}/sudo.pam ${D}/${sysconfdir}/pam.d/sudo |
34 | if ${@bb.utils.contains('PACKAGECONFIG', 'pam-wheel', 'true', 'false', d)} ; then | 34 | if ${@bb.utils.contains('PACKAGECONFIG', 'pam-wheel', 'true', 'false', d)} ; then |
@@ -44,7 +44,7 @@ do_install_append () { | |||
44 | rmdir -p --ignore-fail-on-non-empty ${D}/run/sudo | 44 | rmdir -p --ignore-fail-on-non-empty ${D}/run/sudo |
45 | } | 45 | } |
46 | 46 | ||
47 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/*.la \ | 47 | FILES:${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/*.la \ |
48 | ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la" | 48 | ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la" |
49 | 49 | ||
50 | SUDO_PACKAGES = "${PN}-sudo\ | 50 | SUDO_PACKAGES = "${PN}-sudo\ |
@@ -52,8 +52,8 @@ SUDO_PACKAGES = "${PN}-sudo\ | |||
52 | 52 | ||
53 | PACKAGE_BEFORE_PN = "${SUDO_PACKAGES}" | 53 | PACKAGE_BEFORE_PN = "${SUDO_PACKAGES}" |
54 | 54 | ||
55 | RDEPENDS_${PN}-sudo = "${PN}-lib" | 55 | RDEPENDS:${PN}-sudo = "${PN}-lib" |
56 | RDEPENDS_${PN} += "${SUDO_PACKAGES}" | 56 | RDEPENDS:${PN} += "${SUDO_PACKAGES}" |
57 | 57 | ||
58 | FILES_${PN}-sudo = "${bindir}/sudo ${bindir}/sudoedit" | 58 | FILES:${PN}-sudo = "${bindir}/sudo ${bindir}/sudoedit" |
59 | FILES_${PN}-lib = "${localstatedir} ${libexecdir} ${sysconfdir} ${libdir} ${nonarch_libdir}" | 59 | FILES:${PN}-lib = "${localstatedir} ${libexecdir} ${sysconfdir} ${libdir} ${nonarch_libdir}" |
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.2.3.bb b/meta/recipes-extended/sysklogd/sysklogd_2.2.3.bb index be34ec7b38..eca531d05d 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_2.2.3.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_2.2.3.bb | |||
@@ -20,7 +20,7 @@ S = "${WORKDIR}/git" | |||
20 | 20 | ||
21 | EXTRA_OECONF = "--with-systemd=${systemd_system_unitdir} --without-logger" | 21 | EXTRA_OECONF = "--with-systemd=${systemd_system_unitdir} --without-logger" |
22 | 22 | ||
23 | do_install_append () { | 23 | do_install:append () { |
24 | install -d ${D}${sysconfdir} | 24 | install -d ${D}${sysconfdir} |
25 | install -m 644 ${S}/syslog.conf ${D}${sysconfdir}/syslog.conf | 25 | install -m 644 ${S}/syslog.conf ${D}${sysconfdir}/syslog.conf |
26 | install -d ${D}${sysconfdir}/init.d | 26 | install -d ${D}${sysconfdir}/init.d |
@@ -28,21 +28,21 @@ do_install_append () { | |||
28 | } | 28 | } |
29 | 29 | ||
30 | SYSTEMD_PACKAGES = "${PN}" | 30 | SYSTEMD_PACKAGES = "${PN}" |
31 | SYSTEMD_SERVICE_${PN} = "syslogd.service" | 31 | SYSTEMD_SERVICE:${PN} = "syslogd.service" |
32 | SYSTEMD_AUTO_ENABLE = "enable" | 32 | SYSTEMD_AUTO_ENABLE = "enable" |
33 | 33 | ||
34 | INITSCRIPT_NAME = "syslog" | 34 | INITSCRIPT_NAME = "syslog" |
35 | CONFFILES_${PN} = "${sysconfdir}/syslog.conf" | 35 | CONFFILES:${PN} = "${sysconfdir}/syslog.conf" |
36 | RCONFLICTS_${PN} = "rsyslog busybox-syslog syslog-ng" | 36 | RCONFLICTS:${PN} = "rsyslog busybox-syslog syslog-ng" |
37 | 37 | ||
38 | FILES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/sysklogd.conf', '', d)}" | 38 | FILES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/sysklogd.conf', '', d)}" |
39 | 39 | ||
40 | ALTERNATIVE_PRIORITY = "100" | 40 | ALTERNATIVE_PRIORITY = "100" |
41 | 41 | ||
42 | ALTERNATIVE_${PN}-doc = "syslogd.8" | 42 | ALTERNATIVE:${PN}-doc = "syslogd.8" |
43 | ALTERNATIVE_LINK_NAME[syslogd.8] = "${mandir}/man8/syslogd.8" | 43 | ALTERNATIVE_LINK_NAME[syslogd.8] = "${mandir}/man8/syslogd.8" |
44 | 44 | ||
45 | pkg_prerm_${PN} () { | 45 | pkg_prerm:${PN} () { |
46 | if test "x$D" = "x"; then | 46 | if test "x$D" = "x"; then |
47 | if test "$1" = "upgrade" -o "$1" = "remove"; then | 47 | if test "$1" = "upgrade" -o "$1" = "remove"; then |
48 | /etc/init.d/syslog stop || : | 48 | /etc/init.d/syslog stop || : |
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index f97b88d493..14c6f07784 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
@@ -24,10 +24,10 @@ PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir}" | |||
24 | EXTRA_OECONF += "--disable-stripping" | 24 | EXTRA_OECONF += "--disable-stripping" |
25 | 25 | ||
26 | SYSTEMD_PACKAGES = "${PN}" | 26 | SYSTEMD_PACKAGES = "${PN}" |
27 | SYSTEMD_SERVICE_${PN} = "sysstat.service" | 27 | SYSTEMD_SERVICE:${PN} = "sysstat.service" |
28 | SYSTEMD_AUTO_ENABLE = "enable" | 28 | SYSTEMD_AUTO_ENABLE = "enable" |
29 | 29 | ||
30 | do_configure_prepend() { | 30 | do_configure:prepend() { |
31 | export sa_lib_dir=${libexecdir}/sa | 31 | export sa_lib_dir=${libexecdir}/sa |
32 | } | 32 | } |
33 | 33 | ||
@@ -58,7 +58,7 @@ do_install() { | |||
58 | fi | 58 | fi |
59 | } | 59 | } |
60 | 60 | ||
61 | pkg_postinst_${PN} () { | 61 | pkg_postinst:${PN} () { |
62 | if [ ! -n "$D" ]; then | 62 | if [ ! -n "$D" ]; then |
63 | if [ -e /etc/init.d/populate-volatile.sh ]; then | 63 | if [ -e /etc/init.d/populate-volatile.sh ]; then |
64 | /etc/init.d/populate-volatile.sh update | 64 | /etc/init.d/populate-volatile.sh update |
@@ -66,6 +66,6 @@ pkg_postinst_${PN} () { | |||
66 | fi | 66 | fi |
67 | } | 67 | } |
68 | 68 | ||
69 | FILES_${PN} += "${systemd_system_unitdir} ${nonarch_base_libdir}/systemd" | 69 | FILES:${PN} += "${systemd_system_unitdir} ${nonarch_base_libdir}/systemd" |
70 | 70 | ||
71 | TARGET_CC_ARCH += "${LDFLAGS}" | 71 | TARGET_CC_ARCH += "${LDFLAGS}" |
diff --git a/meta/recipes-extended/tar/tar_1.34.bb b/meta/recipes-extended/tar/tar_1.34.bb index af04919c41..c096a8c9a8 100644 --- a/meta/recipes-extended/tar/tar_1.34.bb +++ b/meta/recipes-extended/tar/tar_1.34.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "b44cc67f8a1f6b0250b7c860e952b37e8ed932a90bd9b1862a51107925 | |||
13 | inherit autotools gettext texinfo | 13 | inherit autotools gettext texinfo |
14 | 14 | ||
15 | PACKAGECONFIG ??= "" | 15 | PACKAGECONFIG ??= "" |
16 | PACKAGECONFIG_append_class-target = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" | 16 | PACKAGECONFIG:append:class-target = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" |
17 | 17 | ||
18 | PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl" | 18 | PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl" |
19 | 19 | ||
@@ -32,7 +32,7 @@ do_install () { | |||
32 | ln -s tar ${D}${bindir}/gtar | 32 | ln -s tar ${D}${bindir}/gtar |
33 | } | 33 | } |
34 | 34 | ||
35 | do_install_append_class-target() { | 35 | do_install:append:class-target() { |
36 | if [ "${base_bindir}" != "${bindir}" ]; then | 36 | if [ "${base_bindir}" != "${bindir}" ]; then |
37 | install -d ${D}${base_bindir} | 37 | install -d ${D}${base_bindir} |
38 | mv ${D}${bindir}/tar ${D}${base_bindir}/tar | 38 | mv ${D}${bindir}/tar ${D}${base_bindir}/tar |
@@ -43,21 +43,21 @@ do_install_append_class-target() { | |||
43 | 43 | ||
44 | PACKAGES =+ "${PN}-rmt" | 44 | PACKAGES =+ "${PN}-rmt" |
45 | 45 | ||
46 | FILES_${PN}-rmt = "${sbindir}/rmt*" | 46 | FILES:${PN}-rmt = "${sbindir}/rmt*" |
47 | 47 | ||
48 | inherit update-alternatives | 48 | inherit update-alternatives |
49 | 49 | ||
50 | ALTERNATIVE_PRIORITY = "100" | 50 | ALTERNATIVE_PRIORITY = "100" |
51 | 51 | ||
52 | ALTERNATIVE_${PN} = "tar" | 52 | ALTERNATIVE:${PN} = "tar" |
53 | ALTERNATIVE_${PN}-rmt = "rmt" | 53 | ALTERNATIVE:${PN}-rmt = "rmt" |
54 | ALTERNATIVE_${PN}_class-nativesdk = "" | 54 | ALTERNATIVE:${PN}:class-nativesdk = "" |
55 | ALTERNATIVE_${PN}-rmt_class-nativesdk = "" | 55 | ALTERNATIVE:${PN}-rmt:class-nativesdk = "" |
56 | 56 | ||
57 | ALTERNATIVE_LINK_NAME[tar] = "${base_bindir}/tar" | 57 | ALTERNATIVE_LINK_NAME[tar] = "${base_bindir}/tar" |
58 | ALTERNATIVE_LINK_NAME[rmt] = "${sbindir}/rmt" | 58 | ALTERNATIVE_LINK_NAME[rmt] = "${sbindir}/rmt" |
59 | 59 | ||
60 | PROVIDES_append_class-native = " tar-replacement-native" | 60 | PROVIDES:append:class-native = " tar-replacement-native" |
61 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | 61 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" |
62 | 62 | ||
63 | BBCLASSEXTEND = "native nativesdk" | 63 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index e903b9db14..814d7fd913 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | |||
@@ -11,12 +11,12 @@ PR ="r10" | |||
11 | DEPENDS += "libnsl2" | 11 | DEPENDS += "libnsl2" |
12 | 12 | ||
13 | PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev libwrap-staticdev ${PN} ${PN}-doc" | 13 | PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev libwrap-staticdev ${PN} ${PN}-doc" |
14 | FILES_libwrap = "${base_libdir}/lib*${SOLIBS}" | 14 | FILES:libwrap = "${base_libdir}/lib*${SOLIBS}" |
15 | FILES_libwrap-doc = "${mandir}/man3 ${mandir}/man5" | 15 | FILES:libwrap-doc = "${mandir}/man3 ${mandir}/man5" |
16 | FILES_libwrap-dev = "${libdir}/lib*${SOLIBSDEV} ${includedir}" | 16 | FILES:libwrap-dev = "${libdir}/lib*${SOLIBSDEV} ${includedir}" |
17 | FILES_libwrap-staticdev = "${libdir}/lib*.a" | 17 | FILES:libwrap-staticdev = "${libdir}/lib*.a" |
18 | FILES_${PN} = "${sbindir}" | 18 | FILES:${PN} = "${sbindir}" |
19 | FILES_${PN}-doc = "${mandir}/man8" | 19 | FILES:${PN}-doc = "${mandir}/man8" |
20 | 20 | ||
21 | SRC_URI = "http://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ | 21 | SRC_URI = "http://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ |
22 | file://00_man_quoting.diff \ | 22 | file://00_man_quoting.diff \ |
@@ -78,9 +78,9 @@ EXTRA_OEMAKE = "'CC=${CC}' \ | |||
78 | 'EXTRA_CFLAGS=${CFLAGS} -DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DHAVE_WEAKSYMS -D_REENTRANT -DINET6=1 -Dss_family=__ss_family -Dss_len=__ss_len'" | 78 | 'EXTRA_CFLAGS=${CFLAGS} -DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DHAVE_WEAKSYMS -D_REENTRANT -DINET6=1 -Dss_family=__ss_family -Dss_len=__ss_len'" |
79 | 79 | ||
80 | EXTRA_OEMAKE_NETGROUP = "-DNETGROUP -DUSE_GETDOMAIN" | 80 | EXTRA_OEMAKE_NETGROUP = "-DNETGROUP -DUSE_GETDOMAIN" |
81 | EXTRA_OEMAKE_NETGROUP_libc-musl = "-DUSE_GETDOMAIN" | 81 | EXTRA_OEMAKE_NETGROUP:libc-musl = "-DUSE_GETDOMAIN" |
82 | 82 | ||
83 | EXTRA_OEMAKE_append_libc-musl = " 'LIBS='" | 83 | EXTRA_OEMAKE:append:libc-musl = " 'LIBS='" |
84 | 84 | ||
85 | do_compile () { | 85 | do_compile () { |
86 | oe_runmake 'TABLES=-DHOSTS_DENY=\"${sysconfdir}/hosts.deny\" -DHOSTS_ALLOW=\"${sysconfdir}/hosts.allow\"' \ | 86 | oe_runmake 'TABLES=-DHOSTS_DENY=\"${sysconfdir}/hosts.deny\" -DHOSTS_ALLOW=\"${sysconfdir}/hosts.allow\"' \ |
@@ -133,4 +133,4 @@ do_install () { | |||
133 | touch ${D}${sysconfdir}/hosts.deny | 133 | touch ${D}${sysconfdir}/hosts.deny |
134 | } | 134 | } |
135 | 135 | ||
136 | FILES_${PN} += "${sysconfdir}/hosts.allow ${sysconfdir}/hosts.deny" | 136 | FILES:${PN} += "${sysconfdir}/hosts.allow ${sysconfdir}/hosts.deny" |
diff --git a/meta/recipes-extended/texinfo/texinfo_6.8.bb b/meta/recipes-extended/texinfo/texinfo_6.8.bb index 69af7cf21d..5a7cbef402 100644 --- a/meta/recipes-extended/texinfo/texinfo_6.8.bb +++ b/meta/recipes-extended/texinfo/texinfo_6.8.bb | |||
@@ -7,7 +7,7 @@ SECTION = "console/utils" | |||
7 | LICENSE = "GPLv3+" | 7 | LICENSE = "GPLv3+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
9 | 9 | ||
10 | PROVIDES_append_class-native = " texinfo-replacement-native" | 10 | PROVIDES:append:class-native = " texinfo-replacement-native" |
11 | 11 | ||
12 | def compress_pkg(d): | 12 | def compress_pkg(d): |
13 | if bb.data.inherits_class('compress_doc', d): | 13 | if bb.data.inherits_class('compress_doc', d): |
@@ -20,13 +20,13 @@ def compress_pkg(d): | |||
20 | return "xz" | 20 | return "xz" |
21 | return "" | 21 | return "" |
22 | 22 | ||
23 | RDEPENDS_info += "${@compress_pkg(d)}" | 23 | RDEPENDS:info += "${@compress_pkg(d)}" |
24 | 24 | ||
25 | DEPENDS = "zlib ncurses texinfo-replacement-native" | 25 | DEPENDS = "zlib ncurses texinfo-replacement-native" |
26 | DEPENDS_class-native = "zlib-native ncurses-native" | 26 | DEPENDS:class-native = "zlib-native ncurses-native" |
27 | 27 | ||
28 | TARGET_PATCH = "file://use_host_makedoc.patch" | 28 | TARGET_PATCH = "file://use_host_makedoc.patch" |
29 | TARGET_PATCH_class-native = "" | 29 | TARGET_PATCH:class-native = "" |
30 | 30 | ||
31 | SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \ | 31 | SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \ |
32 | file://0001-gnulib-Update.patch \ | 32 | file://0001-gnulib-Update.patch \ |
@@ -46,38 +46,38 @@ MULTILIB_SCRIPTS = "${PN}:${bindir}/texi2any" | |||
46 | 46 | ||
47 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" | 47 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" |
48 | 48 | ||
49 | do_configure_prepend () { | 49 | do_configure:prepend () { |
50 | # autotools_do_configure updates po/Makefile.in.in, we also need | 50 | # autotools_do_configure updates po/Makefile.in.in, we also need |
51 | # update po_document. | 51 | # update po_document. |
52 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po_document/ | 52 | cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po_document/ |
53 | } | 53 | } |
54 | 54 | ||
55 | do_compile_prepend() { | 55 | do_compile:prepend() { |
56 | if [ -d tools ];then | 56 | if [ -d tools ];then |
57 | oe_runmake -C tools/gnulib/lib | 57 | oe_runmake -C tools/gnulib/lib |
58 | fi | 58 | fi |
59 | } | 59 | } |
60 | 60 | ||
61 | do_install_append() { | 61 | do_install:append() { |
62 | mkdir -p ${D}${datadir}/${tex_texinfo} | 62 | mkdir -p ${D}${datadir}/${tex_texinfo} |
63 | install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo} | 63 | install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo} |
64 | sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/texi2any ${D}${bindir}/pod2texi | 64 | sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/texi2any ${D}${bindir}/pod2texi |
65 | } | 65 | } |
66 | 66 | ||
67 | do_install_append_class-native() { | 67 | do_install:append:class-native() { |
68 | install -m 755 info/makedoc ${D}${bindir} | 68 | install -m 755 info/makedoc ${D}${bindir} |
69 | } | 69 | } |
70 | 70 | ||
71 | PACKAGES += "info info-doc" | 71 | PACKAGES += "info info-doc" |
72 | 72 | ||
73 | FILES_info = "${bindir}/info ${bindir}/infokey ${bindir}/install-info" | 73 | FILES:info = "${bindir}/info ${bindir}/infokey ${bindir}/install-info" |
74 | FILES_info-doc = "${infodir}/info.info* ${infodir}/dir ${infodir}/info-*.info* \ | 74 | FILES:info-doc = "${infodir}/info.info* ${infodir}/dir ${infodir}/info-*.info* \ |
75 | ${mandir}/man1/info.1* ${mandir}/man5/info.5* \ | 75 | ${mandir}/man1/info.1* ${mandir}/man5/info.5* \ |
76 | ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*" | 76 | ${mandir}/man1/infokey.1* ${mandir}/man1/install-info.1*" |
77 | 77 | ||
78 | FILES_${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo" | 78 | FILES:${PN} = "${bindir}/makeinfo ${bindir}/texi* ${bindir}/pdftexi2dvi ${bindir}/pod2texi ${datadir}/texinfo" |
79 | RDEPENDS_${PN} = "perl" | 79 | RDEPENDS:${PN} = "perl" |
80 | FILES_${PN}-doc = "${infodir}/texinfo* \ | 80 | FILES:${PN}-doc = "${infodir}/texinfo* \ |
81 | ${datadir}/${tex_texinfo} \ | 81 | ${datadir}/${tex_texinfo} \ |
82 | ${mandir}/man1 ${mandir}/man5" | 82 | ${mandir}/man1 ${mandir}/man5" |
83 | 83 | ||
@@ -85,6 +85,6 @@ FILES_${PN}-doc = "${infodir}/texinfo* \ | |||
85 | # but the code will test for it and if not found use Locale::gettext_pp instead. | 85 | # but the code will test for it and if not found use Locale::gettext_pp instead. |
86 | # However, this causes a file dependency on perl(Locale::gettext_xs) to be | 86 | # However, this causes a file dependency on perl(Locale::gettext_xs) to be |
87 | # generated, which must be satisfied. | 87 | # generated, which must be satisfied. |
88 | RPROVIDES_${PN} += "perl(Locale::gettext_xs)" | 88 | RPROVIDES:${PN} += "perl(Locale::gettext_xs)" |
89 | 89 | ||
90 | BBCLASSEXTEND = "native nativesdk" | 90 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/time/time_1.9.bb b/meta/recipes-extended/time/time_1.9.bb index e2b084caae..abd00f09bf 100644 --- a/meta/recipes-extended/time/time_1.9.bb +++ b/meta/recipes-extended/time/time_1.9.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
8 | 8 | ||
9 | inherit texinfo update-alternatives | 9 | inherit texinfo update-alternatives |
10 | 10 | ||
11 | ALTERNATIVE_${PN} = "time" | 11 | ALTERNATIVE:${PN} = "time" |
12 | ALTERNATIVE_PRIORITY = "100" | 12 | ALTERNATIVE_PRIORITY = "100" |
13 | 13 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/timezone/tzdata.bb b/meta/recipes-extended/timezone/tzdata.bb index 09145e1ed0..c2b019922a 100644 --- a/meta/recipes-extended/timezone/tzdata.bb +++ b/meta/recipes-extended/timezone/tzdata.bb | |||
@@ -4,7 +4,7 @@ DEPENDS = "tzcode-native" | |||
4 | 4 | ||
5 | inherit allarch | 5 | inherit allarch |
6 | 6 | ||
7 | RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarctica \ | 7 | RCONFLICTS:${PN} = "timezones timezone-africa timezone-america timezone-antarctica \ |
8 | timezone-arctic timezone-asia timezone-atlantic \ | 8 | timezone-arctic timezone-asia timezone-atlantic \ |
9 | timezone-australia timezone-europe timezone-indian \ | 9 | timezone-australia timezone-europe timezone-indian \ |
10 | timezone-iso3166.tab timezone-pacific timezone-zone.tab" | 10 | timezone-iso3166.tab timezone-pacific timezone-zone.tab" |
@@ -59,7 +59,7 @@ do_install () { | |||
59 | chown -R root:root ${D} | 59 | chown -R root:root ${D} |
60 | } | 60 | } |
61 | 61 | ||
62 | pkg_postinst_${PN} () { | 62 | pkg_postinst:${PN} () { |
63 | etc_lt="$D${sysconfdir}/localtime" | 63 | etc_lt="$D${sysconfdir}/localtime" |
64 | src="$D${sysconfdir}/timezone" | 64 | src="$D${sysconfdir}/timezone" |
65 | 65 | ||
@@ -88,47 +88,47 @@ TZ_PACKAGES = " \ | |||
88 | tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific" | 88 | tzdata-atlantic tzdata-australia tzdata-europe tzdata-pacific" |
89 | PACKAGES = "${TZ_PACKAGES} ${PN}" | 89 | PACKAGES = "${TZ_PACKAGES} ${PN}" |
90 | 90 | ||
91 | FILES_tzdata-africa += "${datadir}/zoneinfo/Africa/*" | 91 | FILES:tzdata-africa += "${datadir}/zoneinfo/Africa/*" |
92 | RPROVIDES_tzdata-africa = "tzdata-africa" | 92 | RPROVIDES:tzdata-africa = "tzdata-africa" |
93 | 93 | ||
94 | FILES_tzdata-americas += "${datadir}/zoneinfo/America/* \ | 94 | FILES:tzdata-americas += "${datadir}/zoneinfo/America/* \ |
95 | ${datadir}/zoneinfo/US/* \ | 95 | ${datadir}/zoneinfo/US/* \ |
96 | ${datadir}/zoneinfo/Brazil/* \ | 96 | ${datadir}/zoneinfo/Brazil/* \ |
97 | ${datadir}/zoneinfo/Canada/* \ | 97 | ${datadir}/zoneinfo/Canada/* \ |
98 | ${datadir}/zoneinfo/Mexico/* \ | 98 | ${datadir}/zoneinfo/Mexico/* \ |
99 | ${datadir}/zoneinfo/Chile/*" | 99 | ${datadir}/zoneinfo/Chile/*" |
100 | RPROVIDES_tzdata-americas = "tzdata-americas" | 100 | RPROVIDES:tzdata-americas = "tzdata-americas" |
101 | 101 | ||
102 | FILES_tzdata-antarctica += "${datadir}/zoneinfo/Antarctica/*" | 102 | FILES:tzdata-antarctica += "${datadir}/zoneinfo/Antarctica/*" |
103 | RPROVIDES_tzdata-antarctica = "tzdata-antarctica" | 103 | RPROVIDES:tzdata-antarctica = "tzdata-antarctica" |
104 | 104 | ||
105 | FILES_tzdata-arctic += "${datadir}/zoneinfo/Arctic/*" | 105 | FILES:tzdata-arctic += "${datadir}/zoneinfo/Arctic/*" |
106 | RPROVIDES_tzdata-arctic = "tzdata-arctic" | 106 | RPROVIDES:tzdata-arctic = "tzdata-arctic" |
107 | 107 | ||
108 | FILES_tzdata-asia += "${datadir}/zoneinfo/Asia/* \ | 108 | FILES:tzdata-asia += "${datadir}/zoneinfo/Asia/* \ |
109 | ${datadir}/zoneinfo/Indian/* \ | 109 | ${datadir}/zoneinfo/Indian/* \ |
110 | ${datadir}/zoneinfo/Mideast/*" | 110 | ${datadir}/zoneinfo/Mideast/*" |
111 | RPROVIDES_tzdata-asia = "tzdata-asia" | 111 | RPROVIDES:tzdata-asia = "tzdata-asia" |
112 | 112 | ||
113 | FILES_tzdata-atlantic += "${datadir}/zoneinfo/Atlantic/*" | 113 | FILES:tzdata-atlantic += "${datadir}/zoneinfo/Atlantic/*" |
114 | RPROVIDES_tzdata-atlantic = "tzdata-atlantic" | 114 | RPROVIDES:tzdata-atlantic = "tzdata-atlantic" |
115 | 115 | ||
116 | FILES_tzdata-australia += "${datadir}/zoneinfo/Australia/*" | 116 | FILES:tzdata-australia += "${datadir}/zoneinfo/Australia/*" |
117 | RPROVIDES_tzdata-australia = "tzdata-australia" | 117 | RPROVIDES:tzdata-australia = "tzdata-australia" |
118 | 118 | ||
119 | FILES_tzdata-europe += "${datadir}/zoneinfo/Europe/*" | 119 | FILES:tzdata-europe += "${datadir}/zoneinfo/Europe/*" |
120 | RPROVIDES_tzdata-europe = "tzdata-europe" | 120 | RPROVIDES:tzdata-europe = "tzdata-europe" |
121 | 121 | ||
122 | FILES_tzdata-pacific += "${datadir}/zoneinfo/Pacific/*" | 122 | FILES:tzdata-pacific += "${datadir}/zoneinfo/Pacific/*" |
123 | RPROVIDES_tzdata-pacific = "tzdata-pacific" | 123 | RPROVIDES:tzdata-pacific = "tzdata-pacific" |
124 | 124 | ||
125 | FILES_tzdata-posix += "${datadir}/zoneinfo/posix/*" | 125 | FILES:tzdata-posix += "${datadir}/zoneinfo/posix/*" |
126 | RPROVIDES_tzdata-posix = "tzdata-posix" | 126 | RPROVIDES:tzdata-posix = "tzdata-posix" |
127 | 127 | ||
128 | FILES_tzdata-right += "${datadir}/zoneinfo/right/*" | 128 | FILES:tzdata-right += "${datadir}/zoneinfo/right/*" |
129 | RPROVIDES_tzdata-right = "tzdata-right" | 129 | RPROVIDES:tzdata-right = "tzdata-right" |
130 | 130 | ||
131 | FILES_tzdata-misc += "${datadir}/zoneinfo/Cuba \ | 131 | FILES:tzdata-misc += "${datadir}/zoneinfo/Cuba \ |
132 | ${datadir}/zoneinfo/Egypt \ | 132 | ${datadir}/zoneinfo/Egypt \ |
133 | ${datadir}/zoneinfo/Eire \ | 133 | ${datadir}/zoneinfo/Eire \ |
134 | ${datadir}/zoneinfo/Factory \ | 134 | ${datadir}/zoneinfo/Factory \ |
@@ -146,9 +146,9 @@ FILES_tzdata-misc += "${datadir}/zoneinfo/Cuba \ | |||
146 | ${datadir}/zoneinfo/Portugal \ | 146 | ${datadir}/zoneinfo/Portugal \ |
147 | ${datadir}/zoneinfo/Singapore \ | 147 | ${datadir}/zoneinfo/Singapore \ |
148 | ${datadir}/zoneinfo/Turkey" | 148 | ${datadir}/zoneinfo/Turkey" |
149 | RPROVIDES_tzdata-misc = "tzdata-misc" | 149 | RPROVIDES:tzdata-misc = "tzdata-misc" |
150 | 150 | ||
151 | FILES_tzdata-core += " \ | 151 | FILES:tzdata-core += " \ |
152 | ${sysconfdir}/localtime \ | 152 | ${sysconfdir}/localtime \ |
153 | ${sysconfdir}/timezone \ | 153 | ${sysconfdir}/timezone \ |
154 | ${datadir}/zoneinfo/leapseconds \ | 154 | ${datadir}/zoneinfo/leapseconds \ |
@@ -208,7 +208,7 @@ FILES_tzdata-core += " \ | |||
208 | ${datadir}/zoneinfo/iso3166.tab \ | 208 | ${datadir}/zoneinfo/iso3166.tab \ |
209 | ${datadir}/zoneinfo/Etc/*" | 209 | ${datadir}/zoneinfo/Etc/*" |
210 | 210 | ||
211 | CONFFILES_tzdata-core = "${sysconfdir}/localtime ${sysconfdir}/timezone" | 211 | CONFFILES:tzdata-core = "${sysconfdir}/localtime ${sysconfdir}/timezone" |
212 | 212 | ||
213 | ALLOW_EMPTY_${PN} = "1" | 213 | ALLOW_EMPTY:${PN} = "1" |
214 | RDEPENDS_${PN} = "${TZ_PACKAGES}" | 214 | RDEPENDS:${PN} = "${TZ_PACKAGES}" |
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index 40f0346f8d..0bc6abcd4b 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb | |||
@@ -49,7 +49,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS= STRIP=true LF2='' \ | |||
49 | 'CF_NOOPT=-I. -Ibzip2 -DUNIX ${CFLAGS}'" | 49 | 'CF_NOOPT=-I. -Ibzip2 -DUNIX ${CFLAGS}'" |
50 | 50 | ||
51 | export LD = "${CC}" | 51 | export LD = "${CC}" |
52 | LD_class-native = "${CC}" | 52 | LD:class-native = "${CC}" |
53 | 53 | ||
54 | do_compile() { | 54 | do_compile() { |
55 | oe_runmake -f unix/Makefile generic | 55 | oe_runmake -f unix/Makefile generic |
@@ -66,7 +66,7 @@ inherit update-alternatives | |||
66 | 66 | ||
67 | ALTERNATIVE_PRIORITY = "100" | 67 | ALTERNATIVE_PRIORITY = "100" |
68 | 68 | ||
69 | ALTERNATIVE_${PN} = "unzip" | 69 | ALTERNATIVE:${PN} = "unzip" |
70 | ALTERNATIVE_LINK_NAME[unzip] = "${bindir}/unzip" | 70 | ALTERNATIVE_LINK_NAME[unzip] = "${bindir}/unzip" |
71 | 71 | ||
72 | BBCLASSEXTEND = "native nativesdk" | 72 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-extended/watchdog/watchdog_5.16.bb b/meta/recipes-extended/watchdog/watchdog_5.16.bb index 19e94757c7..66373c9b28 100644 --- a/meta/recipes-extended/watchdog/watchdog_5.16.bb +++ b/meta/recipes-extended/watchdog/watchdog_5.16.bb | |||
@@ -36,20 +36,20 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PATH_SENDMAIL=${sbindir}/sendmail" | |||
36 | 36 | ||
37 | INITSCRIPT_PACKAGES = "${PN} ${PN}-keepalive" | 37 | INITSCRIPT_PACKAGES = "${PN} ${PN}-keepalive" |
38 | 38 | ||
39 | INITSCRIPT_NAME_${PN} = "watchdog" | 39 | INITSCRIPT_NAME:${PN} = "watchdog" |
40 | INITSCRIPT_PARAMS_${PN} = "start 25 1 2 3 4 5 . stop 85 0 6 ." | 40 | INITSCRIPT_PARAMS:${PN} = "start 25 1 2 3 4 5 . stop 85 0 6 ." |
41 | 41 | ||
42 | INITSCRIPT_NAME_${PN}-keepalive = "wd_keepalive" | 42 | INITSCRIPT_NAME:${PN}-keepalive = "wd_keepalive" |
43 | INITSCRIPT_PARAMS_${PN}-keepalive = "start 25 1 2 3 4 5 . stop 85 0 6 ." | 43 | INITSCRIPT_PARAMS:${PN}-keepalive = "start 25 1 2 3 4 5 . stop 85 0 6 ." |
44 | 44 | ||
45 | SYSTEMD_PACKAGES = "${PN} ${PN}-keepalive" | 45 | SYSTEMD_PACKAGES = "${PN} ${PN}-keepalive" |
46 | SYSTEMD_SERVICE_${PN} = "watchdog.service" | 46 | SYSTEMD_SERVICE:${PN} = "watchdog.service" |
47 | SYSTEMD_SERVICE_${PN}-keepalive = "wd_keepalive.service" | 47 | SYSTEMD_SERVICE:${PN}-keepalive = "wd_keepalive.service" |
48 | # When using systemd, consider making use of internal watchdog support of systemd. | 48 | # When using systemd, consider making use of internal watchdog support of systemd. |
49 | # See RuntimeWatchdogSec in /etc/systemd/system.conf. | 49 | # See RuntimeWatchdogSec in /etc/systemd/system.conf. |
50 | SYSTEMD_AUTO_ENABLE = "disable" | 50 | SYSTEMD_AUTO_ENABLE = "disable" |
51 | 51 | ||
52 | do_install_append() { | 52 | do_install:append() { |
53 | install -d ${D}${systemd_system_unitdir} | 53 | install -d ${D}${systemd_system_unitdir} |
54 | install -m 0644 ${S}/debian/watchdog.service ${D}${systemd_system_unitdir} | 54 | install -m 0644 ${S}/debian/watchdog.service ${D}${systemd_system_unitdir} |
55 | install -m 0644 ${S}/debian/wd_keepalive.service ${D}${systemd_system_unitdir} | 55 | install -m 0644 ${S}/debian/wd_keepalive.service ${D}${systemd_system_unitdir} |
@@ -63,15 +63,15 @@ do_install_append() { | |||
63 | 63 | ||
64 | PACKAGES =+ "${PN}-keepalive" | 64 | PACKAGES =+ "${PN}-keepalive" |
65 | 65 | ||
66 | FILES_${PN}-keepalive = " \ | 66 | FILES:${PN}-keepalive = " \ |
67 | ${sysconfdir}/init.d/wd_keepalive \ | 67 | ${sysconfdir}/init.d/wd_keepalive \ |
68 | ${systemd_system_unitdir}/wd_keepalive.service \ | 68 | ${systemd_system_unitdir}/wd_keepalive.service \ |
69 | ${sbindir}/wd_keepalive \ | 69 | ${sbindir}/wd_keepalive \ |
70 | " | 70 | " |
71 | 71 | ||
72 | RDEPENDS_${PN} += "${PN}-config" | 72 | RDEPENDS:${PN} += "${PN}-config" |
73 | RRECOMMENDS_${PN} += "kernel-module-softdog" | 73 | RRECOMMENDS:${PN} += "kernel-module-softdog" |
74 | 74 | ||
75 | RDEPENDS_${PN}-keepalive += "${PN}-config" | 75 | RDEPENDS:${PN}-keepalive += "${PN}-config" |
76 | RCONFLICTS_${PN}-keepalive += "${PN}" | 76 | RCONFLICTS:${PN}-keepalive += "${PN}" |
77 | RRECOMMENDS_${PN}-keepalive += "kernel-module-softdog" | 77 | RRECOMMENDS:${PN}-keepalive += "kernel-module-softdog" |
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 2338328216..cd7290be57 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -17,11 +17,11 @@ EXTRA_OECONF = "--without-libgnutls-prefix --without-libssl-prefix \ | |||
17 | EXTRA_OEMAKE += 'TOOLCHAIN_OPTIONS="${TOOLCHAIN_OPTIONS}" \ | 17 | EXTRA_OEMAKE += 'TOOLCHAIN_OPTIONS="${TOOLCHAIN_OPTIONS}" \ |
18 | DEBUG_PREFIX_MAP="${DEBUG_PREFIX_MAP}"' | 18 | DEBUG_PREFIX_MAP="${DEBUG_PREFIX_MAP}"' |
19 | 19 | ||
20 | ALTERNATIVE_${PN} = "wget" | 20 | ALTERNATIVE:${PN} = "wget" |
21 | ALTERNATIVE_${PN}_class-nativesdk = "" | 21 | ALTERNATIVE:${PN}:class-nativesdk = "" |
22 | ALTERNATIVE_PRIORITY = "100" | 22 | ALTERNATIVE_PRIORITY = "100" |
23 | 23 | ||
24 | RRECOMMENDS_${PN} += "ca-certificates" | 24 | RRECOMMENDS:${PN} += "ca-certificates" |
25 | 25 | ||
26 | BBCLASSEXTEND = "nativesdk" | 26 | BBCLASSEXTEND = "nativesdk" |
27 | 27 | ||
diff --git a/meta/recipes-extended/which/which_2.21.bb b/meta/recipes-extended/which/which_2.21.bb index 1da69c548e..d3c3f69d3f 100644 --- a/meta/recipes-extended/which/which_2.21.bb +++ b/meta/recipes-extended/which/which_2.21.bb | |||
@@ -24,14 +24,14 @@ SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \ | |||
24 | SRC_URI[md5sum] = "097ff1a324ae02e0a3b0369f07a7544a" | 24 | SRC_URI[md5sum] = "097ff1a324ae02e0a3b0369f07a7544a" |
25 | SRC_URI[sha256sum] = "f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad" | 25 | SRC_URI[sha256sum] = "f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad" |
26 | 26 | ||
27 | do_configure_prepend() { | 27 | do_configure:prepend() { |
28 | sed -i -e 's%@ACLOCAL_CWFLAGS@%-I ${STAGING_DIR_NATIVE}/usr/share/cwautomacros/m4%g' ${S}/Makefile.am ${S}/tilde/Makefile.am | 28 | sed -i -e 's%@ACLOCAL_CWFLAGS@%-I ${STAGING_DIR_NATIVE}/usr/share/cwautomacros/m4%g' ${S}/Makefile.am ${S}/tilde/Makefile.am |
29 | } | 29 | } |
30 | 30 | ||
31 | ALTERNATIVE_${PN} = "which" | 31 | ALTERNATIVE:${PN} = "which" |
32 | ALTERNATIVE_PRIORITY = "100" | 32 | ALTERNATIVE_PRIORITY = "100" |
33 | 33 | ||
34 | ALTERNATIVE_${PN}-doc = "which.1" | 34 | ALTERNATIVE:${PN}-doc = "which.1" |
35 | ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1" | 35 | ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1" |
36 | 36 | ||
37 | BBCLASSEXTEND = "nativesdk" | 37 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb index d371c5c28c..108e7b8c4c 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb | |||
@@ -34,4 +34,4 @@ inherit autotools-brokensep features_check | |||
34 | REQUIRED_DISTRO_FEATURES = "x11" | 34 | REQUIRED_DISTRO_FEATURES = "x11" |
35 | 35 | ||
36 | DEPENDS = "xmlto-native libxslt-native" | 36 | DEPENDS = "xmlto-native libxslt-native" |
37 | RDEPENDS_${PN} += "xprop" | 37 | RDEPENDS:${PN} += "xprop" |
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb index 69d5b2f83b..e6ef5cf8b9 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | |||
@@ -24,7 +24,7 @@ CVE_CHECK_WHITELIST += "CVE-2013-4342" | |||
24 | 24 | ||
25 | inherit autotools update-rc.d systemd pkgconfig | 25 | inherit autotools update-rc.d systemd pkgconfig |
26 | 26 | ||
27 | SYSTEMD_SERVICE_${PN} = "xinetd.service" | 27 | SYSTEMD_SERVICE:${PN} = "xinetd.service" |
28 | 28 | ||
29 | INITSCRIPT_NAME = "xinetd" | 29 | INITSCRIPT_NAME = "xinetd" |
30 | INITSCRIPT_PARAMS = "defaults" | 30 | INITSCRIPT_PARAMS = "defaults" |
@@ -32,9 +32,9 @@ INITSCRIPT_PARAMS = "defaults" | |||
32 | PACKAGECONFIG ??= "tcp-wrappers" | 32 | PACKAGECONFIG ??= "tcp-wrappers" |
33 | PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers" | 33 | PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers" |
34 | 34 | ||
35 | CONFFILES_${PN} = "${sysconfdir}/xinetd.conf" | 35 | CONFFILES:${PN} = "${sysconfdir}/xinetd.conf" |
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 -d "${D}${sysconfdir}/default" | 39 | install -d "${D}${sysconfdir}/default" |
40 | install -m 755 "${WORKDIR}/xinetd.init" "${D}${sysconfdir}/init.d/xinetd" | 40 | install -m 755 "${WORKDIR}/xinetd.init" "${D}${sysconfdir}/init.d/xinetd" |
@@ -48,4 +48,4 @@ do_install_append() { | |||
48 | ${D}${systemd_unitdir}/system/xinetd.service | 48 | ${D}${systemd_unitdir}/system/xinetd.service |
49 | } | 49 | } |
50 | 50 | ||
51 | RDEPENDS_${PN} += "perl" | 51 | RDEPENDS:${PN} += "perl" |
diff --git a/meta/recipes-extended/xz/xz_5.2.5.bb b/meta/recipes-extended/xz/xz_5.2.5.bb index f5f5c318fd..8021ebd9bc 100644 --- a/meta/recipes-extended/xz/xz_5.2.5.bb +++ b/meta/recipes-extended/xz/xz_5.2.5.bb | |||
@@ -8,13 +8,13 @@ SECTION = "base" | |||
8 | # and the LGPL bits are under lib/, which appears to be used for libgnu, which | 8 | # and the LGPL bits are under lib/, which appears to be used for libgnu, which |
9 | # appears to be used for DOS builds. So we're left with GPLv2+ and PD. | 9 | # appears to be used for DOS builds. So we're left with GPLv2+ and PD. |
10 | LICENSE = "GPLv2+ & GPL-3.0-with-autoconf-exception & LGPLv2.1+ & PD" | 10 | LICENSE = "GPLv2+ & GPL-3.0-with-autoconf-exception & LGPLv2.1+ & PD" |
11 | LICENSE_${PN} = "GPLv2+" | 11 | LICENSE:${PN} = "GPLv2+" |
12 | LICENSE_${PN}-dev = "GPLv2+" | 12 | LICENSE:${PN}-dev = "GPLv2+" |
13 | LICENSE_${PN}-staticdev = "GPLv2+" | 13 | LICENSE:${PN}-staticdev = "GPLv2+" |
14 | LICENSE_${PN}-doc = "GPLv2+" | 14 | LICENSE:${PN}-doc = "GPLv2+" |
15 | LICENSE_${PN}-dbg = "GPLv2+" | 15 | LICENSE:${PN}-dbg = "GPLv2+" |
16 | LICENSE_${PN}-locale = "GPLv2+" | 16 | LICENSE:${PN}-locale = "GPLv2+" |
17 | LICENSE_liblzma = "PD" | 17 | LICENSE:liblzma = "PD" |
18 | 18 | ||
19 | LIC_FILES_CHKSUM = "file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a \ | 19 | LIC_FILES_CHKSUM = "file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a \ |
20 | file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 20 | file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
@@ -34,11 +34,11 @@ inherit autotools gettext | |||
34 | 34 | ||
35 | PACKAGES =+ "liblzma" | 35 | PACKAGES =+ "liblzma" |
36 | 36 | ||
37 | FILES_liblzma = "${libdir}/liblzma*${SOLIBS}" | 37 | FILES:liblzma = "${libdir}/liblzma*${SOLIBS}" |
38 | 38 | ||
39 | inherit update-alternatives | 39 | inherit update-alternatives |
40 | ALTERNATIVE_PRIORITY = "100" | 40 | ALTERNATIVE_PRIORITY = "100" |
41 | ALTERNATIVE_${PN} = "xz xzcat unxz \ | 41 | ALTERNATIVE:${PN} = "xz xzcat unxz \ |
42 | lzma lzcat unlzma" | 42 | lzma lzcat unlzma" |
43 | 43 | ||
44 | BBCLASSEXTEND = "native nativesdk" | 44 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-gnome/epiphany/epiphany_40.2.bb b/meta/recipes-gnome/epiphany/epiphany_40.2.bb index abd4ad057c..a7ce16259a 100644 --- a/meta/recipes-gnome/epiphany/epiphany_40.2.bb +++ b/meta/recipes-gnome/epiphany/epiphany_40.2.bb | |||
@@ -25,5 +25,5 @@ SRC_URI[archive.sha256sum] = "75119e22065657cf70ef2b603d4f73835573bd034f1e618c0f | |||
25 | # Developer mode enables debugging | 25 | # Developer mode enables debugging |
26 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" | 26 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" |
27 | 27 | ||
28 | FILES_${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo" | 28 | FILES:${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo" |
29 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas" | 29 | RDEPENDS:${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas" |
diff --git a/meta/recipes-gnome/gcr/gcr_3.40.0.bb b/meta/recipes-gnome/gcr/gcr_3.40.0.bb index 14072ef589..a05e753ee9 100644 --- a/meta/recipes-gnome/gcr/gcr_3.40.0.bb +++ b/meta/recipes-gnome/gcr/gcr_3.40.0.bb | |||
@@ -24,18 +24,18 @@ SRC_URI[archive.sha256sum] = "b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5 | |||
24 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)}" | 24 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)}" |
25 | PACKAGECONFIG[gtk] = "-Dgtk=true,-Dgtk=false,gtk+3" | 25 | PACKAGECONFIG[gtk] = "-Dgtk=true,-Dgtk=false,gtk+3" |
26 | 26 | ||
27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
28 | ${datadir}/dbus-1 \ | 28 | ${datadir}/dbus-1 \ |
29 | ${datadir}/gcr-3 \ | 29 | ${datadir}/gcr-3 \ |
30 | " | 30 | " |
31 | 31 | ||
32 | # http://errors.yoctoproject.org/Errors/Details/20229/ | 32 | # http://errors.yoctoproject.org/Errors/Details/20229/ |
33 | ARM_INSTRUCTION_SET_armv4 = "arm" | 33 | ARM_INSTRUCTION_SET:armv4 = "arm" |
34 | ARM_INSTRUCTION_SET_armv5 = "arm" | 34 | ARM_INSTRUCTION_SET:armv5 = "arm" |
35 | ARM_INSTRUCTION_SET_armv6 = "arm" | 35 | ARM_INSTRUCTION_SET:armv6 = "arm" |
36 | 36 | ||
37 | EXTRA_OEMESON += "--cross-file ${WORKDIR}/meson-${PN}.cross" | 37 | EXTRA_OEMESON += "--cross-file ${WORKDIR}/meson-${PN}.cross" |
38 | do_write_config_append() { | 38 | do_write_config:append() { |
39 | cat >${WORKDIR}/meson-${PN}.cross <<EOF | 39 | cat >${WORKDIR}/meson-${PN}.cross <<EOF |
40 | [binaries] | 40 | [binaries] |
41 | gpg2 = '${bindir}/gpg2' | 41 | gpg2 = '${bindir}/gpg2' |
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb index 50d58ef807..21816ab06c 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | |||
13 | SECTION = "libs" | 13 | SECTION = "libs" |
14 | 14 | ||
15 | DEPENDS = "glib-2.0 gdk-pixbuf-native shared-mime-info" | 15 | DEPENDS = "glib-2.0 gdk-pixbuf-native shared-mime-info" |
16 | DEPENDS_remove_class-native = "gdk-pixbuf-native" | 16 | DEPENDS:remove:class-native = "gdk-pixbuf-native" |
17 | 17 | ||
18 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 18 | MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
19 | 19 | ||
@@ -37,34 +37,34 @@ GDK_PIXBUF_LOADERS ?= "png jpeg" | |||
37 | 37 | ||
38 | PACKAGECONFIG = "${GDK_PIXBUF_LOADERS} \ | 38 | PACKAGECONFIG = "${GDK_PIXBUF_LOADERS} \ |
39 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 39 | ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
40 | PACKAGECONFIG_class-native = "${GDK_PIXBUF_LOADERS}" | 40 | PACKAGECONFIG:class-native = "${GDK_PIXBUF_LOADERS}" |
41 | 41 | ||
42 | PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng" | 42 | PACKAGECONFIG[png] = "-Dpng=true,-Dpng=false,libpng" |
43 | PACKAGECONFIG[jpeg] = "-Djpeg=true,-Djpeg=false,jpeg" | 43 | PACKAGECONFIG[jpeg] = "-Djpeg=true,-Djpeg=false,jpeg" |
44 | PACKAGECONFIG[tiff] = "-Dtiff=true,-Dtiff=false,tiff" | 44 | PACKAGECONFIG[tiff] = "-Dtiff=true,-Dtiff=false,tiff" |
45 | PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" | 45 | PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" |
46 | 46 | ||
47 | EXTRA_OEMESON_class-target = " \ | 47 | EXTRA_OEMESON:class-target = " \ |
48 | -Duse_prebuilt_tools=true \ | 48 | -Duse_prebuilt_tools=true \ |
49 | " | 49 | " |
50 | 50 | ||
51 | EXTRA_OEMESON_class-nativesdk = " \ | 51 | EXTRA_OEMESON:class-nativesdk = " \ |
52 | -Duse_prebuilt_tools=true \ | 52 | -Duse_prebuilt_tools=true \ |
53 | " | 53 | " |
54 | 54 | ||
55 | PACKAGES =+ "${PN}-xlib" | 55 | PACKAGES =+ "${PN}-xlib" |
56 | 56 | ||
57 | # For GIO image type sniffing | 57 | # For GIO image type sniffing |
58 | RDEPENDS_${PN} = "shared-mime-info" | 58 | RDEPENDS:${PN} = "shared-mime-info" |
59 | 59 | ||
60 | FILES_${PN}-xlib = "${libdir}/*pixbuf_xlib*${SOLIBS}" | 60 | FILES:${PN}-xlib = "${libdir}/*pixbuf_xlib*${SOLIBS}" |
61 | ALLOW_EMPTY_${PN}-xlib = "1" | 61 | ALLOW_EMPTY:${PN}-xlib = "1" |
62 | 62 | ||
63 | FILES_${PN} += "${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders" | 63 | FILES:${PN} += "${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders" |
64 | 64 | ||
65 | FILES_${PN}-bin += "${datadir}/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer" | 65 | FILES:${PN}-bin += "${datadir}/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer" |
66 | 66 | ||
67 | FILES_${PN}-dev += " \ | 67 | FILES:${PN}-dev += " \ |
68 | ${bindir}/gdk-pixbuf-csource \ | 68 | ${bindir}/gdk-pixbuf-csource \ |
69 | ${bindir}/gdk-pixbuf-pixdata \ | 69 | ${bindir}/gdk-pixbuf-pixdata \ |
70 | ${bindir}/gdk-pixbuf-print-mime-types \ | 70 | ${bindir}/gdk-pixbuf-print-mime-types \ |
@@ -73,9 +73,9 @@ FILES_${PN}-dev += " \ | |||
73 | " | 73 | " |
74 | 74 | ||
75 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" | 75 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" |
76 | PACKAGES_DYNAMIC_class-native = "" | 76 | PACKAGES_DYNAMIC:class-native = "" |
77 | 77 | ||
78 | python populate_packages_prepend () { | 78 | python populate_packages:prepend () { |
79 | postinst_pixbufloader = d.getVar("postinst_pixbufloader") | 79 | postinst_pixbufloader = d.getVar("postinst_pixbufloader") |
80 | 80 | ||
81 | loaders_root = d.expand('${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders') | 81 | loaders_root = d.expand('${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders') |
@@ -85,10 +85,10 @@ python populate_packages_prepend () { | |||
85 | 85 | ||
86 | # The test suite exercises all the loaders, so ensure they are all | 86 | # The test suite exercises all the loaders, so ensure they are all |
87 | # dependencies of the ptest package. | 87 | # dependencies of the ptest package. |
88 | d.appendVar("RDEPENDS_%s-ptest" % d.getVar('PN'), " " + packages) | 88 | d.appendVar("RDEPENDS:%s-ptest" % d.getVar('PN'), " " + packages) |
89 | } | 89 | } |
90 | 90 | ||
91 | do_install_append() { | 91 | do_install:append() { |
92 | # Copy gdk-pixbuf-query-loaders into libdir so it is always available | 92 | # Copy gdk-pixbuf-query-loaders into libdir so it is always available |
93 | # in multilib builds. | 93 | # in multilib builds. |
94 | cp ${D}/${bindir}/gdk-pixbuf-query-loaders ${D}/${libdir}/gdk-pixbuf-2.0/ | 94 | cp ${D}/${bindir}/gdk-pixbuf-query-loaders ${D}/${libdir}/gdk-pixbuf-2.0/ |
@@ -100,7 +100,7 @@ do_install_ptest() { | |||
100 | rm ${D}/${datadir}/installed-tests/gdk-pixbuf/pixbuf-randomly-modified.test | 100 | rm ${D}/${datadir}/installed-tests/gdk-pixbuf/pixbuf-randomly-modified.test |
101 | } | 101 | } |
102 | 102 | ||
103 | do_install_append_class-native() { | 103 | do_install:append:class-native() { |
104 | find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \; | 104 | find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \; |
105 | 105 | ||
106 | create_wrapper ${D}/${bindir}/gdk-pixbuf-csource \ | 106 | create_wrapper ${D}/${bindir}/gdk-pixbuf-csource \ |
diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb index b6721dc4e0..8f33bec8da 100644 --- a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb | |||
@@ -17,6 +17,6 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | inherit setuptools3 | 18 | inherit setuptools3 |
19 | 19 | ||
20 | RDEPENDS_${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml" | 20 | RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.34.3.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.34.3.bb index 61927c0dd1..f98f20c378 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.34.3.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.34.3.bb | |||
@@ -23,21 +23,21 @@ DEPENDS += "librsvg-native" | |||
23 | 23 | ||
24 | PACKAGES = "${PN}-cursors ${PN}-symbolic-hires ${PN}-symbolic ${PN}-hires ${PN}" | 24 | PACKAGES = "${PN}-cursors ${PN}-symbolic-hires ${PN}-symbolic ${PN}-hires ${PN}" |
25 | 25 | ||
26 | RREPLACES_${PN} = "gnome-icon-theme" | 26 | RREPLACES:${PN} = "gnome-icon-theme" |
27 | RCONFLICTS_${PN} = "gnome-icon-theme" | 27 | RCONFLICTS:${PN} = "gnome-icon-theme" |
28 | RPROVIDES_${PN} = "gnome-icon-theme" | 28 | RPROVIDES:${PN} = "gnome-icon-theme" |
29 | 29 | ||
30 | FILES_${PN}-cursors = "${prefix}/share/icons/Adwaita/cursors/" | 30 | FILES:${PN}-cursors = "${prefix}/share/icons/Adwaita/cursors/" |
31 | FILES_${PN}-symbolic-hires = "${prefix}/share/icons/Adwaita/96x96/*/*.symbolic.png \ | 31 | FILES:${PN}-symbolic-hires = "${prefix}/share/icons/Adwaita/96x96/*/*.symbolic.png \ |
32 | ${prefix}/share/icons/Adwaita/64x64/*/*.symbolic.png \ | 32 | ${prefix}/share/icons/Adwaita/64x64/*/*.symbolic.png \ |
33 | ${prefix}/share/icons/Adwaita/48x48/*/*.symbolic.png \ | 33 | ${prefix}/share/icons/Adwaita/48x48/*/*.symbolic.png \ |
34 | ${prefix}/share/icons/Adwaita/32x32/*/*.symbolic.png" | 34 | ${prefix}/share/icons/Adwaita/32x32/*/*.symbolic.png" |
35 | FILES_${PN}-symbolic = "${prefix}/share/icons/Adwaita/16x16/*/*.symbolic.png \ | 35 | FILES:${PN}-symbolic = "${prefix}/share/icons/Adwaita/16x16/*/*.symbolic.png \ |
36 | ${prefix}/share/icons/Adwaita/24x24/*/*.symbolic.png \ | 36 | ${prefix}/share/icons/Adwaita/24x24/*/*.symbolic.png \ |
37 | ${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg" | 37 | ${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg" |
38 | FILES_${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/ \ | 38 | FILES:${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/ \ |
39 | ${prefix}/share/icons/Adwaita/512x512/" | 39 | ${prefix}/share/icons/Adwaita/512x512/" |
40 | FILES_${PN} = "${prefix}/share/icons/Adwaita/ \ | 40 | FILES:${PN} = "${prefix}/share/icons/Adwaita/ \ |
41 | ${prefix}/share/pkgconfig/adwaita-icon-theme.pc" | 41 | ${prefix}/share/pkgconfig/adwaita-icon-theme.pc" |
42 | 42 | ||
43 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb index 672fbd2b07..f9e52cacd2 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb | |||
@@ -24,21 +24,21 @@ DEPENDS += "librsvg-native" | |||
24 | 24 | ||
25 | PACKAGES = "${PN}-cursors ${PN}-symbolic-hires ${PN}-symbolic ${PN}-hires ${PN}" | 25 | PACKAGES = "${PN}-cursors ${PN}-symbolic-hires ${PN}-symbolic ${PN}-hires ${PN}" |
26 | 26 | ||
27 | RREPLACES_${PN} = "gnome-icon-theme" | 27 | RREPLACES:${PN} = "gnome-icon-theme" |
28 | RCONFLICTS_${PN} = "gnome-icon-theme" | 28 | RCONFLICTS:${PN} = "gnome-icon-theme" |
29 | RPROVIDES_${PN} = "gnome-icon-theme" | 29 | RPROVIDES:${PN} = "gnome-icon-theme" |
30 | 30 | ||
31 | FILES_${PN}-cursors = "${prefix}/share/icons/Adwaita/cursors/" | 31 | FILES:${PN}-cursors = "${prefix}/share/icons/Adwaita/cursors/" |
32 | FILES_${PN}-symbolic-hires = "${prefix}/share/icons/Adwaita/96x96/*/*.symbolic.png \ | 32 | FILES:${PN}-symbolic-hires = "${prefix}/share/icons/Adwaita/96x96/*/*.symbolic.png \ |
33 | ${prefix}/share/icons/Adwaita/64x64/*/*.symbolic.png \ | 33 | ${prefix}/share/icons/Adwaita/64x64/*/*.symbolic.png \ |
34 | ${prefix}/share/icons/Adwaita/48x48/*/*.symbolic.png \ | 34 | ${prefix}/share/icons/Adwaita/48x48/*/*.symbolic.png \ |
35 | ${prefix}/share/icons/Adwaita/32x32/*/*.symbolic.png" | 35 | ${prefix}/share/icons/Adwaita/32x32/*/*.symbolic.png" |
36 | FILES_${PN}-symbolic = "${prefix}/share/icons/Adwaita/16x16/*/*.symbolic.png \ | 36 | FILES:${PN}-symbolic = "${prefix}/share/icons/Adwaita/16x16/*/*.symbolic.png \ |
37 | ${prefix}/share/icons/Adwaita/24x24/*/*.symbolic.png \ | 37 | ${prefix}/share/icons/Adwaita/24x24/*/*.symbolic.png \ |
38 | ${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg" | 38 | ${prefix}/share/icons/Adwaita/scalable/*/*-symbolic*.svg" |
39 | FILES_${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/ \ | 39 | FILES:${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/ \ |
40 | ${prefix}/share/icons/Adwaita/512x512/" | 40 | ${prefix}/share/icons/Adwaita/512x512/" |
41 | FILES_${PN} = "${prefix}/share/icons/Adwaita/ \ | 41 | FILES:${PN} = "${prefix}/share/icons/Adwaita/ \ |
42 | ${prefix}/share/pkgconfig/adwaita-icon-theme.pc" | 42 | ${prefix}/share/pkgconfig/adwaita-icon-theme.pc" |
43 | 43 | ||
44 | BBCLASSEXTEND = "native nativesdk" | 44 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index ade93644ec..dd760b9c63 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb | |||
@@ -28,12 +28,12 @@ EXTRA_OECONF = "--enable-shared --disable-static \ | |||
28 | 28 | ||
29 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}" | 29 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)}" |
30 | # We really don't want Polkit for native | 30 | # We really don't want Polkit for native |
31 | PACKAGECONFIG_class-native = "" | 31 | PACKAGECONFIG:class-native = "" |
32 | 32 | ||
33 | PACKAGECONFIG[polkit] = "--enable-defaults-service,--disable-defaults-service,polkit" | 33 | PACKAGECONFIG[polkit] = "--enable-defaults-service,--disable-defaults-service,polkit" |
34 | PACKAGECONFIG[debug] = "--enable-debug=yes, --enable-debug=minimum" | 34 | PACKAGECONFIG[debug] = "--enable-debug=yes, --enable-debug=minimum" |
35 | 35 | ||
36 | do_install_append() { | 36 | do_install:append() { |
37 | # this directory need to be created to avoid an Error 256 at gdm launch | 37 | # this directory need to be created to avoid an Error 256 at gdm launch |
38 | install -d ${D}${sysconfdir}/gconf/gconf.xml.system | 38 | install -d ${D}${sysconfdir}/gconf/gconf.xml.system |
39 | 39 | ||
@@ -42,19 +42,19 @@ do_install_append() { | |||
42 | rm -f ${D}${libdir}/gio/*/*.*a | 42 | rm -f ${D}${libdir}/gio/*/*.*a |
43 | } | 43 | } |
44 | 44 | ||
45 | do_install_append_class-native() { | 45 | do_install:append:class-native() { |
46 | create_wrapper ${D}/${bindir}/gconftool-2 \ | 46 | create_wrapper ${D}/${bindir}/gconftool-2 \ |
47 | GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2 | 47 | GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2 |
48 | } | 48 | } |
49 | 49 | ||
50 | FILES_${PN} += "${libdir}/GConf/* \ | 50 | FILES:${PN} += "${libdir}/GConf/* \ |
51 | ${libdir}/gio/*/*.so \ | 51 | ${libdir}/gio/*/*.so \ |
52 | ${datadir}/polkit* \ | 52 | ${datadir}/polkit* \ |
53 | ${datadir}/dbus-1/services/*.service \ | 53 | ${datadir}/dbus-1/services/*.service \ |
54 | ${datadir}/dbus-1/system-services/*.service \ | 54 | ${datadir}/dbus-1/system-services/*.service \ |
55 | " | 55 | " |
56 | RDEPENDS_${PN} = "python3-xml" | 56 | RDEPENDS:${PN} = "python3-xml" |
57 | 57 | ||
58 | FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd" | 58 | FILES:${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd" |
59 | 59 | ||
60 | BBCLASSEXTEND = "native" | 60 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.68.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.68.0.bb index 048deabe64..cf1349f830 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.68.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.68.0.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-$ | |||
19 | 19 | ||
20 | SRC_URI[sha256sum] = "d229242481a201b84a0c66716de1752bca41db4133672cfcfb37c93eb6e54a27" | 20 | SRC_URI[sha256sum] = "d229242481a201b84a0c66716de1752bca41db4133672cfcfb37c93eb6e54a27" |
21 | 21 | ||
22 | SRC_URI_append_class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch" | 22 | SRC_URI:append:class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch" |
23 | 23 | ||
24 | inherit meson pkgconfig gtk-doc python3native qemu gobject-introspection-data upstream-version-is-even multilib_script | 24 | inherit meson pkgconfig gtk-doc python3native qemu gobject-introspection-data upstream-version-is-even multilib_script |
25 | 25 | ||
@@ -34,7 +34,7 @@ DEPENDS += " libffi zlib glib-2.0 python3 flex-native bison-native autoconf-arch | |||
34 | # native versions of its own tools during build. | 34 | # native versions of its own tools during build. |
35 | # Also prelink-rtld is used to find out library dependencies of introspection binaries | 35 | # Also prelink-rtld is used to find out library dependencies of introspection binaries |
36 | # (standard ldd doesn't work when cross-compiling). | 36 | # (standard ldd doesn't work when cross-compiling). |
37 | DEPENDS_append_class-target = " gobject-introspection-native qemu-native prelink-native" | 37 | DEPENDS:append:class-target = " gobject-introspection-native qemu-native prelink-native" |
38 | 38 | ||
39 | # needed for writing out the qemu wrapper script | 39 | # needed for writing out the qemu wrapper script |
40 | export STAGING_DIR_HOST | 40 | export STAGING_DIR_HOST |
@@ -45,7 +45,7 @@ PACKAGECONFIG[doctool] = "-Ddoctool=enabled,-Ddoctool=disabled,python3-mako," | |||
45 | 45 | ||
46 | # Configure target build to use native tools of itself and to use a qemu wrapper | 46 | # Configure target build to use native tools of itself and to use a qemu wrapper |
47 | # and optionally to generate introspection data | 47 | # and optionally to generate introspection data |
48 | EXTRA_OEMESON_class-target = " \ | 48 | EXTRA_OEMESON:class-target = " \ |
49 | -Dgi_cross_use_prebuilt_gi=true \ | 49 | -Dgi_cross_use_prebuilt_gi=true \ |
50 | -Dgi_cross_binary_wrapper=${B}/g-ir-scanner-qemuwrapper \ | 50 | -Dgi_cross_binary_wrapper=${B}/g-ir-scanner-qemuwrapper \ |
51 | -Dgi_cross_ldd_wrapper=${B}/g-ir-scanner-lddwrapper \ | 51 | -Dgi_cross_ldd_wrapper=${B}/g-ir-scanner-lddwrapper \ |
@@ -61,14 +61,14 @@ python gobject_introspection_preconfigure () { | |||
61 | oe.utils.write_ld_so_conf(d) | 61 | oe.utils.write_ld_so_conf(d) |
62 | } | 62 | } |
63 | 63 | ||
64 | do_configure_prepend_class-native() { | 64 | do_configure:prepend:class-native() { |
65 | # Tweak the native python scripts so that they don't refer to the | 65 | # Tweak the native python scripts so that they don't refer to the |
66 | # full path of native python binary (the solution is taken from glib-2.0 recipe) | 66 | # full path of native python binary (the solution is taken from glib-2.0 recipe) |
67 | # This removes the risk of exceeding Linux kernel's shebang line limit (128 bytes) | 67 | # This removes the risk of exceeding Linux kernel's shebang line limit (128 bytes) |
68 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/tools/g-ir-tool-template.in | 68 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/tools/g-ir-tool-template.in |
69 | } | 69 | } |
70 | 70 | ||
71 | do_configure_prepend_class-target() { | 71 | do_configure:prepend:class-target() { |
72 | # Write out a qemu wrapper that will be given to gi-scanner so that it | 72 | # Write out a qemu wrapper that will be given to gi-scanner so that it |
73 | # can run target helper binaries through that. | 73 | # can run target helper binaries through that. |
74 | qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['\\$GIR_EXTRA_LIBS_PATH','.libs','$STAGING_DIR_HOST/${libdir}','$STAGING_DIR_HOST/${base_libdir}'])}" | 74 | qemu_binary="${@qemu_wrapper_cmdline(d, '$STAGING_DIR_HOST', ['\\$GIR_EXTRA_LIBS_PATH','.libs','$STAGING_DIR_HOST/${libdir}','$STAGING_DIR_HOST/${base_libdir}'])}" |
@@ -121,7 +121,7 @@ EOF | |||
121 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/tools/g-ir-tool-template.in | 121 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python3,' ${S}/tools/g-ir-tool-template.in |
122 | } | 122 | } |
123 | 123 | ||
124 | do_compile_prepend() { | 124 | do_compile:prepend() { |
125 | # This prevents g-ir-scanner from writing cache data to $HOME | 125 | # This prevents g-ir-scanner from writing cache data to $HOME |
126 | export GI_SCANNER_DISABLE_CACHE=1 | 126 | export GI_SCANNER_DISABLE_CACHE=1 |
127 | 127 | ||
@@ -129,14 +129,14 @@ do_compile_prepend() { | |||
129 | export GIR_EXTRA_LIBS_PATH=$B/.libs | 129 | export GIR_EXTRA_LIBS_PATH=$B/.libs |
130 | } | 130 | } |
131 | 131 | ||
132 | do_install_prepend() { | 132 | do_install:prepend() { |
133 | # This prevents g-ir-scanner from writing cache data to $HOME | 133 | # This prevents g-ir-scanner from writing cache data to $HOME |
134 | export GI_SCANNER_DISABLE_CACHE=1 | 134 | export GI_SCANNER_DISABLE_CACHE=1 |
135 | } | 135 | } |
136 | 136 | ||
137 | # Our wrappers need to be available system-wide, because they will be used | 137 | # Our wrappers need to be available system-wide, because they will be used |
138 | # to build introspection files for all other gobject-based packages | 138 | # to build introspection files for all other gobject-based packages |
139 | do_install_append_class-target() { | 139 | do_install:append:class-target() { |
140 | install -d ${D}${bindir}/ | 140 | install -d ${D}${bindir}/ |
141 | install ${B}/g-ir-scanner-qemuwrapper ${D}${bindir}/ | 141 | install ${B}/g-ir-scanner-qemuwrapper ${D}${bindir}/ |
142 | install ${B}/g-ir-scanner-wrapper ${D}${bindir}/ | 142 | install ${B}/g-ir-scanner-wrapper ${D}${bindir}/ |
@@ -146,9 +146,9 @@ do_install_append_class-target() { | |||
146 | 146 | ||
147 | # we need target versions of introspection tools in sysroot so that they can be run via qemu | 147 | # we need target versions of introspection tools in sysroot so that they can be run via qemu |
148 | # when building introspection files in other packages | 148 | # when building introspection files in other packages |
149 | SYSROOT_DIRS_append_class-target = " ${bindir}" | 149 | SYSROOT_DIRS:append:class-target = " ${bindir}" |
150 | 150 | ||
151 | SYSROOT_PREPROCESS_FUNCS_append_class-target = " gi_binaries_sysroot_preprocess" | 151 | SYSROOT_PREPROCESS_FUNCS:append:class-target = " gi_binaries_sysroot_preprocess" |
152 | gi_binaries_sysroot_preprocess() { | 152 | gi_binaries_sysroot_preprocess() { |
153 | # Tweak the binary names in the introspection pkgconfig file, so that it | 153 | # Tweak the binary names in the introspection pkgconfig file, so that it |
154 | # picks up our wrappers which do the cross-compile and qemu magic. | 154 | # picks up our wrappers which do the cross-compile and qemu magic. |
@@ -158,7 +158,7 @@ gi_binaries_sysroot_preprocess() { | |||
158 | ${SYSROOT_DESTDIR}${libdir}/pkgconfig/gobject-introspection-1.0.pc | 158 | ${SYSROOT_DESTDIR}${libdir}/pkgconfig/gobject-introspection-1.0.pc |
159 | } | 159 | } |
160 | 160 | ||
161 | SYSROOT_PREPROCESS_FUNCS_append = " gi_ldsoconf_sysroot_preprocess" | 161 | SYSROOT_PREPROCESS_FUNCS:append = " gi_ldsoconf_sysroot_preprocess" |
162 | gi_ldsoconf_sysroot_preprocess () { | 162 | gi_ldsoconf_sysroot_preprocess () { |
163 | mkdir -p ${SYSROOT_DESTDIR}${bindir} | 163 | mkdir -p ${SYSROOT_DESTDIR}${bindir} |
164 | dest=${SYSROOT_DESTDIR}${bindir}/postinst-ldsoconf-${PN} | 164 | dest=${SYSROOT_DESTDIR}${bindir}/postinst-ldsoconf-${PN} |
@@ -181,26 +181,26 @@ gi_package_preprocess() { | |||
181 | SSTATE_SCAN_FILES += "g-ir-scanner-qemuwrapper g-ir-scanner-wrapper g-ir-compiler-wrapper g-ir-scanner-lddwrapper Gio-2.0.gir postinst-ldsoconf-${PN}" | 181 | SSTATE_SCAN_FILES += "g-ir-scanner-qemuwrapper g-ir-scanner-wrapper g-ir-compiler-wrapper g-ir-scanner-lddwrapper Gio-2.0.gir postinst-ldsoconf-${PN}" |
182 | 182 | ||
183 | # .typelib files are needed at runtime and so they go to the main package | 183 | # .typelib files are needed at runtime and so they go to the main package |
184 | FILES_${PN}_append = " ${libdir}/girepository-*/*.typelib" | 184 | FILES:${PN}:append = " ${libdir}/girepository-*/*.typelib" |
185 | 185 | ||
186 | # .gir files go to dev package, as they're needed for developing (but not for running) | 186 | # .gir files go to dev package, as they're needed for developing (but not for running) |
187 | # things that depends on introspection. | 187 | # things that depends on introspection. |
188 | FILES_${PN}-dev_append = " ${datadir}/gir-*/*.gir ${libdir}/gir-*/*.gir" | 188 | FILES:${PN}-dev:append = " ${datadir}/gir-*/*.gir ${libdir}/gir-*/*.gir" |
189 | FILES_${PN}-dev_append = " ${datadir}/gir-*/*.rnc" | 189 | FILES:${PN}-dev:append = " ${datadir}/gir-*/*.rnc" |
190 | 190 | ||
191 | # These are used by gobject-based packages | 191 | # These are used by gobject-based packages |
192 | # to generate transient introspection binaries | 192 | # to generate transient introspection binaries |
193 | FILES_${PN}-dev_append = " ${datadir}/gobject-introspection-1.0/gdump.c \ | 193 | FILES:${PN}-dev:append = " ${datadir}/gobject-introspection-1.0/gdump.c \ |
194 | ${datadir}/gobject-introspection-1.0/Makefile.introspection" | 194 | ${datadir}/gobject-introspection-1.0/Makefile.introspection" |
195 | 195 | ||
196 | # These are used by dependent packages (e.g. pygobject) to build their | 196 | # These are used by dependent packages (e.g. pygobject) to build their |
197 | # testsuites. | 197 | # testsuites. |
198 | FILES_${PN}-dev_append = " ${datadir}/gobject-introspection-1.0/tests/*.c \ | 198 | FILES:${PN}-dev:append = " ${datadir}/gobject-introspection-1.0/tests/*.c \ |
199 | ${datadir}/gobject-introspection-1.0/tests/*.h" | 199 | ${datadir}/gobject-introspection-1.0/tests/*.h" |
200 | 200 | ||
201 | FILES_${PN}-dbg += "${libdir}/gobject-introspection/giscanner/.debug/" | 201 | FILES:${PN}-dbg += "${libdir}/gobject-introspection/giscanner/.debug/" |
202 | FILES_${PN}-staticdev += "${libdir}/gobject-introspection/giscanner/*.a" | 202 | FILES:${PN}-staticdev += "${libdir}/gobject-introspection/giscanner/*.a" |
203 | 203 | ||
204 | RDEPENDS_${PN} = "python3-pickle python3-xml" | 204 | RDEPENDS:${PN} = "python3-pickle python3-xml" |
205 | 205 | ||
206 | BBCLASSEXTEND = "native" | 206 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 1445c406d8..47cdb83dce 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -15,7 +15,7 @@ inherit autotools gettext pkgconfig gtk-doc update-alternatives gtk-immodules-ca | |||
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
17 | 17 | ||
18 | GSETTINGS_PACKAGE_class-native = "" | 18 | GSETTINGS_PACKAGE:class-native = "" |
19 | 19 | ||
20 | # versions >= 3.90 are development versions, otherwise like upstream-version-is-even | 20 | # versions >= 3.90 are development versions, otherwise like upstream-version-is-even |
21 | UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>3\.([1-8]?[02468])+(\.\d+)+)\.tar" | 21 | UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>3\.([1-8]?[02468])+(\.\d+)+)\.tar" |
@@ -26,7 +26,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | |||
26 | # it here avoids rebuilding everything. | 26 | # it here avoids rebuilding everything. |
27 | export PKG_CONFIG_FOR_BUILD = "${STAGING_BINDIR_NATIVE}/pkg-config-native" | 27 | export PKG_CONFIG_FOR_BUILD = "${STAGING_BINDIR_NATIVE}/pkg-config-native" |
28 | 28 | ||
29 | do_configure_prepend() { | 29 | do_configure:prepend() { |
30 | # Do this because the configure script is running ./libtool directly | 30 | # Do this because the configure script is running ./libtool directly |
31 | rm -f libtool | 31 | rm -f libtool |
32 | ln -s ${TARGET_PREFIX}libtool libtool | 32 | ln -s ${TARGET_PREFIX}libtool libtool |
@@ -48,14 +48,14 @@ EXTRA_OECONF += " \ | |||
48 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \ | 48 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \ |
49 | " | 49 | " |
50 | 50 | ||
51 | do_compile_prepend() { | 51 | do_compile:prepend() { |
52 | export GIR_EXTRA_LIBS_PATH="${B}/gdk/.libs" | 52 | export GIR_EXTRA_LIBS_PATH="${B}/gdk/.libs" |
53 | } | 53 | } |
54 | 54 | ||
55 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl wayland x11', d)} \ | 55 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl wayland x11', d)} \ |
56 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'glx', '', d)}" | 56 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'glx', '', d)}" |
57 | PACKAGECONFIG_class-native = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 57 | PACKAGECONFIG:class-native = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
58 | PACKAGECONFIG_class-nativesdk = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 58 | PACKAGECONFIG:class-nativesdk = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
59 | 59 | ||
60 | PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,at-spi2-atk fontconfig libx11 libxext libxcursor libxi libxdamage libxrandr libxrender libxcomposite libxfixes" | 60 | PACKAGECONFIG[x11] = "--enable-x11-backend,--disable-x11-backend,at-spi2-atk fontconfig libx11 libxext libxcursor libxi libxdamage libxrandr libxrender libxcomposite libxfixes" |
61 | # this is provided by oe-core patch that removes epoxy/gl dependency from a X11 build | 61 | # this is provided by oe-core patch that removes epoxy/gl dependency from a X11 build |
@@ -73,15 +73,15 @@ prepare_gtk_scripts() { | |||
73 | ln ${D}${bindir}/gtk-query-immodules-3.0 ${D}${libexecdir}/${MLPREFIX}gtk-query-immodules-3.0 | 73 | ln ${D}${bindir}/gtk-query-immodules-3.0 ${D}${libexecdir}/${MLPREFIX}gtk-query-immodules-3.0 |
74 | } | 74 | } |
75 | 75 | ||
76 | do_install_append_class-target() { | 76 | do_install:append:class-target() { |
77 | prepare_gtk_scripts | 77 | prepare_gtk_scripts |
78 | } | 78 | } |
79 | 79 | ||
80 | do_install_append_class-nativesdk() { | 80 | do_install:append:class-nativesdk() { |
81 | prepare_gtk_scripts | 81 | prepare_gtk_scripts |
82 | } | 82 | } |
83 | 83 | ||
84 | do_install_append_class-native() { | 84 | do_install:append:class-native() { |
85 | create_wrapper ${D}/${bindir}/gtk-update-icon-cache \ | 85 | create_wrapper ${D}/${bindir}/gtk-update-icon-cache \ |
86 | GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/2.10.0/loaders.cache | 86 | GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/2.10.0/loaders.cache |
87 | create_wrapper ${D}/${bindir}/gtk-encode-symbolic-svg \ | 87 | create_wrapper ${D}/${bindir}/gtk-encode-symbolic-svg \ |
@@ -92,7 +92,7 @@ PROVIDES += "gtk-icon-utils" | |||
92 | PACKAGES =+ "${PN}-demo" | 92 | PACKAGES =+ "${PN}-demo" |
93 | LIBV = "3.0.0" | 93 | LIBV = "3.0.0" |
94 | 94 | ||
95 | FILES_${PN}-demo = "${bindir}/gtk3-demo \ | 95 | FILES:${PN}-demo = "${bindir}/gtk3-demo \ |
96 | ${bindir}/gtk3-demo-application \ | 96 | ${bindir}/gtk3-demo-application \ |
97 | ${bindir}/gtk3-icon-browser \ | 97 | ${bindir}/gtk3-icon-browser \ |
98 | ${bindir}/gtk3-widget-factory \ | 98 | ${bindir}/gtk3-widget-factory \ |
@@ -103,14 +103,14 @@ FILES_${PN}-demo = "${bindir}/gtk3-demo \ | |||
103 | ${datadir}/icons/hicolor/*/apps/gtk3-demo*.png \ | 103 | ${datadir}/icons/hicolor/*/apps/gtk3-demo*.png \ |
104 | ${datadir}/icons/hicolor/*/apps/gtk3-widget-factory*.png" | 104 | ${datadir}/icons/hicolor/*/apps/gtk3-widget-factory*.png" |
105 | 105 | ||
106 | FILES_${PN}_append = " ${bindir}/gtk-update-icon-cache-3.0 \ | 106 | FILES:${PN}:append = " ${bindir}/gtk-update-icon-cache-3.0 \ |
107 | ${bindir}/gtk-query-immodules-3.0 \ | 107 | ${bindir}/gtk-query-immodules-3.0 \ |
108 | ${bindir}/gtk-launch \ | 108 | ${bindir}/gtk-launch \ |
109 | ${datadir}/themes ${sysconfdir} ${datadir}/glib-2.0/schemas/ \ | 109 | ${datadir}/themes ${sysconfdir} ${datadir}/glib-2.0/schemas/ \ |
110 | ${libdir}/gtk-3.0/${LIBV}/engines/libpixmap.so \ | 110 | ${libdir}/gtk-3.0/${LIBV}/engines/libpixmap.so \ |
111 | ${libdir}/gtk-3.0/modules/*.so" | 111 | ${libdir}/gtk-3.0/modules/*.so" |
112 | 112 | ||
113 | FILES_${PN}-dev += " \ | 113 | FILES:${PN}-dev += " \ |
114 | ${datadir}/gtk-3.0/gtkbuilder.rng \ | 114 | ${datadir}/gtk-3.0/gtkbuilder.rng \ |
115 | ${datadir}/gtk-3.0/include \ | 115 | ${datadir}/gtk-3.0/include \ |
116 | ${datadir}/gtk-3.0/valgrind \ | 116 | ${datadir}/gtk-3.0/valgrind \ |
@@ -136,22 +136,22 @@ GTKBASE_RRECOMMENDS ?= "liberation-fonts \ | |||
136 | adwaita-icon-theme-symbolic \ | 136 | adwaita-icon-theme-symbolic \ |
137 | " | 137 | " |
138 | 138 | ||
139 | GTKBASE_RRECOMMENDS_class-native ?= "\ | 139 | GTKBASE_RRECOMMENDS:class-native ?= "\ |
140 | " | 140 | " |
141 | 141 | ||
142 | GTKGLIBC_RRECOMMENDS ?= "${GTKBASE_RRECOMMENDS} glibc-gconv-iso8859-1" | 142 | GTKGLIBC_RRECOMMENDS ?= "${GTKBASE_RRECOMMENDS} glibc-gconv-iso8859-1" |
143 | 143 | ||
144 | RRECOMMENDS_${PN} = "${GTKBASE_RRECOMMENDS}" | 144 | RRECOMMENDS:${PN} = "${GTKBASE_RRECOMMENDS}" |
145 | RRECOMMENDS_${PN}_libc-glibc = "${GTKGLIBC_RRECOMMENDS}" | 145 | RRECOMMENDS:${PN}:libc-glibc = "${GTKGLIBC_RRECOMMENDS}" |
146 | RDEPENDS_${PN}-dev += "${@bb.utils.contains("PACKAGECONFIG", "wayland", "wayland-protocols", "", d)}" | 146 | RDEPENDS:${PN}-dev += "${@bb.utils.contains("PACKAGECONFIG", "wayland", "wayland-protocols", "", d)}" |
147 | 147 | ||
148 | PACKAGES_DYNAMIC += "^gtk3-immodule-.* ^gtk3-printbackend-.*" | 148 | PACKAGES_DYNAMIC += "^gtk3-immodule-.* ^gtk3-printbackend-.*" |
149 | 149 | ||
150 | ALTERNATIVE_${PN} = "gtk-update-icon-cache" | 150 | ALTERNATIVE:${PN} = "gtk-update-icon-cache" |
151 | ALTERNATIVE_TARGET[gtk-update-icon-cache] = "${bindir}/gtk-update-icon-cache-3.0" | 151 | ALTERNATIVE_TARGET[gtk-update-icon-cache] = "${bindir}/gtk-update-icon-cache-3.0" |
152 | ALTERNATIVE_PRIORITY = "30" | 152 | ALTERNATIVE_PRIORITY = "30" |
153 | 153 | ||
154 | python populate_packages_prepend () { | 154 | python populate_packages:prepend () { |
155 | import os.path | 155 | import os.path |
156 | 156 | ||
157 | gtk_libdir = d.expand('${libdir}/gtk-3.0/${LIBV}') | 157 | gtk_libdir = d.expand('${libdir}/gtk-3.0/${LIBV}') |
@@ -165,5 +165,5 @@ python populate_packages_prepend () { | |||
165 | do_split_packages(d, printmodules_root, r'^libprintbackend-(.*)\.so$', 'gtk3-printbackend-%s', 'GTK printbackend module for %s') | 165 | do_split_packages(d, printmodules_root, r'^libprintbackend-(.*)\.so$', 'gtk3-printbackend-%s', 'GTK printbackend module for %s') |
166 | 166 | ||
167 | if (d.getVar('DEBIAN_NAMES')): | 167 | if (d.getVar('DEBIAN_NAMES')): |
168 | d.setVar(d.expand('PKG_${PN}'), '${MLPREFIX}libgtk-3.0') | 168 | d.setVar(d.expand('PKG:${PN}'), '${MLPREFIX}libgtk-3.0') |
169 | } | 169 | } |
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb index 23cd25986e..1c9d517525 100644 --- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb +++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb | |||
@@ -24,18 +24,18 @@ SRC_URI += "file://0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch \ | |||
24 | file://conditionaltests.patch \ | 24 | file://conditionaltests.patch \ |
25 | file://no-clobber.patch \ | 25 | file://no-clobber.patch \ |
26 | " | 26 | " |
27 | SRC_URI_append_class-native = " file://pkg-config-native.patch" | 27 | SRC_URI:append:class-native = " file://pkg-config-native.patch" |
28 | 28 | ||
29 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |
30 | 30 | ||
31 | # Do not check for XML catalogs when building because that | 31 | # Do not check for XML catalogs when building because that |
32 | # information is not used for anything during build. Recipe | 32 | # information is not used for anything during build. Recipe |
33 | # dependencies make sure we have all the right bits. | 33 | # dependencies make sure we have all the right bits. |
34 | do_configure_prepend() { | 34 | do_configure:prepend() { |
35 | sed -i -e 's,^JH_CHECK_XML_CATALOG.*,,' ${S}/configure.ac | 35 | sed -i -e 's,^JH_CHECK_XML_CATALOG.*,,' ${S}/configure.ac |
36 | } | 36 | } |
37 | 37 | ||
38 | do_install_append () { | 38 | do_install:append () { |
39 | # configure values for python3 and pkg-config encoded in scripts | 39 | # configure values for python3 and pkg-config encoded in scripts |
40 | for fn in ${bindir}/gtkdoc-depscan \ | 40 | for fn in ${bindir}/gtkdoc-depscan \ |
41 | ${bindir}/gtkdoc-mkhtml2 \ | 41 | ${bindir}/gtkdoc-mkhtml2 \ |
@@ -47,10 +47,10 @@ do_install_append () { | |||
47 | done | 47 | done |
48 | } | 48 | } |
49 | 49 | ||
50 | FILES_${PN} += "${datadir}/sgml" | 50 | FILES:${PN} += "${datadir}/sgml" |
51 | FILES_${PN}-doc = "" | 51 | FILES:${PN}-doc = "" |
52 | 52 | ||
53 | SYSROOT_PREPROCESS_FUNCS_append_class-native = " gtkdoc_makefiles_sysroot_preprocess" | 53 | SYSROOT_PREPROCESS_FUNCS:append:class-native = " gtkdoc_makefiles_sysroot_preprocess" |
54 | gtkdoc_makefiles_sysroot_preprocess() { | 54 | gtkdoc_makefiles_sysroot_preprocess() { |
55 | # Patch the gtk-doc makefiles so that the qemu wrapper is used to run transient binaries | 55 | # Patch the gtk-doc makefiles so that the qemu wrapper is used to run transient binaries |
56 | # instead of libtool wrapper or running them directly | 56 | # instead of libtool wrapper or running them directly |
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb index 74e3430528..5a9f675b7f 100644 --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb | |||
@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d5 | |||
13 | 13 | ||
14 | inherit allarch autotools | 14 | inherit allarch autotools |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/icons" | 16 | FILES:${PN} += "${datadir}/icons" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.6.2.bb b/meta/recipes-gnome/json-glib/json-glib_1.6.2.bb index fdf3b245e8..3f3707805b 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.6.2.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.6.2.bb | |||
@@ -30,4 +30,4 @@ BBCLASSEXTEND = "native nativesdk" | |||
30 | 30 | ||
31 | # Currently it's not possible to disable gettext in Meson, so we need to force | 31 | # Currently it's not possible to disable gettext in Meson, so we need to force |
32 | # this back on. | 32 | # this back on. |
33 | USE_NLS_class-native = "yes" | 33 | USE_NLS:class-native = "yes" |
diff --git a/meta/recipes-gnome/libgudev/libgudev_236.bb b/meta/recipes-gnome/libgudev/libgudev_236.bb index 5d1d2d782b..169b19e0a9 100644 --- a/meta/recipes-gnome/libgudev/libgudev_236.bb +++ b/meta/recipes-gnome/libgudev/libgudev_236.bb | |||
@@ -7,11 +7,11 @@ HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev" | |||
7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues" | 7 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues" |
8 | SRC_URI[archive.sha256sum] = "e50369d06d594bae615eb7aeb787de304ebaad07a26d1043cef8e9c7ab7c9524" | 8 | SRC_URI[archive.sha256sum] = "e50369d06d594bae615eb7aeb787de304ebaad07a26d1043cef8e9c7ab7c9524" |
9 | 9 | ||
10 | SRC_URI_append = " file://0001-gudevenumtypes-make-deterministic.patch" | 10 | SRC_URI:append = " file://0001-gudevenumtypes-make-deterministic.patch" |
11 | 11 | ||
12 | DEPENDS = "glib-2.0 udev" | 12 | DEPENDS = "glib-2.0 udev" |
13 | 13 | ||
14 | RCONFLICTS_${PN} = "systemd (<= 220)" | 14 | RCONFLICTS:${PN} = "systemd (<= 220)" |
15 | 15 | ||
16 | LICENSE = "LGPLv2.1" | 16 | LICENSE = "LGPLv2.1" |
17 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.2.3.bb b/meta/recipes-gnome/libhandy/libhandy_1.2.3.bb index acb6e53b72..3921099412 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.2.3.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.2.3.bb | |||
@@ -24,4 +24,4 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | |||
24 | DEPENDS += "gtk+3" | 24 | DEPENDS += "gtk+3" |
25 | 25 | ||
26 | PACKAGES =+ "${PN}-examples" | 26 | PACKAGES =+ "${PN}-examples" |
27 | FILES_${PN}-examples = "${bindir}" | 27 | FILES:${PN}-examples = "${bindir}" |
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb index d2be715ce5..dd081f9f44 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb | |||
@@ -30,9 +30,9 @@ EXTRA_OEMESON = "-Dman=false" | |||
30 | # there were times, we had two versions of libnotify (oe-core libnotify:0.6.x / | 30 | # there were times, we had two versions of libnotify (oe-core libnotify:0.6.x / |
31 | # meta-gnome libnotify3: 0.7.x) | 31 | # meta-gnome libnotify3: 0.7.x) |
32 | PROVIDES += "libnotify3" | 32 | PROVIDES += "libnotify3" |
33 | RPROVIDES_${PN} += "libnotify3" | 33 | RPROVIDES:${PN} += "libnotify3" |
34 | RCONFLICTS_${PN} += "libnotify3" | 34 | RCONFLICTS:${PN} += "libnotify3" |
35 | RREPLACES_${PN} += "libnotify3" | 35 | RREPLACES:${PN} += "libnotify3" |
36 | 36 | ||
37 | # -7381 is specific to the NodeJS bindings | 37 | # -7381 is specific to the NodeJS bindings |
38 | CVE_CHECK_WHITELIST += "CVE-2013-7381" | 38 | CVE_CHECK_WHITELIST += "CVE-2013-7381" |
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb index 59de80a691..39b9aeca5d 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb | |||
@@ -36,17 +36,17 @@ PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader,gdk-p | |||
36 | # GTK+ test application (rsvg-view) | 36 | # GTK+ test application (rsvg-view) |
37 | PACKAGECONFIG[gtk] = "--with-gtk3,--without-gtk3,gtk+3" | 37 | PACKAGECONFIG[gtk] = "--with-gtk3,--without-gtk3,gtk+3" |
38 | 38 | ||
39 | do_install_append() { | 39 | do_install:append() { |
40 | # Loadable modules don't need .a or .la on Linux | 40 | # Loadable modules don't need .a or .la on Linux |
41 | rm -f ${D}${libdir}/gdk-pixbuf-2.0/*/loaders/*.a ${D}${libdir}/gdk-pixbuf-2.0/*/loaders/*.la | 41 | rm -f ${D}${libdir}/gdk-pixbuf-2.0/*/loaders/*.a ${D}${libdir}/gdk-pixbuf-2.0/*/loaders/*.la |
42 | } | 42 | } |
43 | 43 | ||
44 | PACKAGES =+ "librsvg-gtk rsvg" | 44 | PACKAGES =+ "librsvg-gtk rsvg" |
45 | FILES_rsvg = "${bindir}/rsvg* \ | 45 | FILES:rsvg = "${bindir}/rsvg* \ |
46 | ${datadir}/pixmaps/svg-viewer.svg \ | 46 | ${datadir}/pixmaps/svg-viewer.svg \ |
47 | ${datadir}/themes" | 47 | ${datadir}/themes" |
48 | FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so \ | 48 | FILES:librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so \ |
49 | ${datadir}/thumbnailers/librsvg.thumbnailer" | 49 | ${datadir}/thumbnailers/librsvg.thumbnailer" |
50 | RRECOMMENDS_librsvg-gtk = "gdk-pixbuf-bin" | 50 | RRECOMMENDS:librsvg-gtk = "gdk-pixbuf-bin" |
51 | 51 | ||
52 | PIXBUF_PACKAGES = "librsvg-gtk" | 52 | PIXBUF_PACKAGES = "librsvg-gtk" |
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb b/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb index 287ac70f1e..9c1f97b8f8 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb | |||
@@ -23,6 +23,6 @@ GTKDOC_MESON_OPTION = 'gtk_doc' | |||
23 | PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" | 23 | PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native" |
24 | 24 | ||
25 | # http://errors.yoctoproject.org/Errors/Details/20228/ | 25 | # http://errors.yoctoproject.org/Errors/Details/20228/ |
26 | ARM_INSTRUCTION_SET_armv4 = "arm" | 26 | ARM_INSTRUCTION_SET:armv4 = "arm" |
27 | ARM_INSTRUCTION_SET_armv5 = "arm" | 27 | ARM_INSTRUCTION_SET:armv5 = "arm" |
28 | ARM_INSTRUCTION_SET_armv6 = "arm" | 28 | ARM_INSTRUCTION_SET:armv6 = "arm" |
diff --git a/meta/recipes-graphics/builder/builder_0.1.bb b/meta/recipes-graphics/builder/builder_0.1.bb index 9d5cd8cde6..f448465f9a 100644 --- a/meta/recipes-graphics/builder/builder_0.1.bb +++ b/meta/recipes-graphics/builder/builder_0.1.bb | |||
@@ -10,14 +10,14 @@ SRC_URI = "file://builder_session.sh \ | |||
10 | 10 | ||
11 | S = "${WORKDIR}" | 11 | S = "${WORKDIR}" |
12 | 12 | ||
13 | RDEPENDS_${PN} = "mini-x-session" | 13 | RDEPENDS:${PN} = "mini-x-session" |
14 | 14 | ||
15 | inherit useradd | 15 | inherit useradd |
16 | 16 | ||
17 | # builder user password is "builder" | 17 | # builder user password is "builder" |
18 | BUILDER_PASSWORD ?= ".gLibiNXn0P12" | 18 | BUILDER_PASSWORD ?= ".gLibiNXn0P12" |
19 | USERADD_PACKAGES = "${PN}" | 19 | USERADD_PACKAGES = "${PN}" |
20 | USERADD_PARAM_${PN} = "--system --create-home \ | 20 | USERADD_PARAM:${PN} = "--system --create-home \ |
21 | --groups video,tty,audio \ | 21 | --groups video,tty,audio \ |
22 | --password ${BUILDER_PASSWORD} \ | 22 | --password ${BUILDER_PASSWORD} \ |
23 | --user-group builder" | 23 | --user-group builder" |
diff --git a/meta/recipes-graphics/cairo/cairo_1.16.0.bb b/meta/recipes-graphics/cairo/cairo_1.16.0.bb index 9d9fbfbe0d..d76d935c30 100644 --- a/meta/recipes-graphics/cairo/cairo_1.16.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.16.0.bb | |||
@@ -11,12 +11,12 @@ BUGTRACKER = "http://bugs.freedesktop.org" | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | LICENSE = "(MPL-1.1 | LGPLv2.1) & GPLv3+" | 13 | LICENSE = "(MPL-1.1 | LGPLv2.1) & GPLv3+" |
14 | LICENSE_${PN} = "MPL-1.1 | LGPLv2.1" | 14 | LICENSE:${PN} = "MPL-1.1 | LGPLv2.1" |
15 | LICENSE_${PN}-dev = "MPL-1.1 | LGPLv2.1" | 15 | LICENSE:${PN}-dev = "MPL-1.1 | LGPLv2.1" |
16 | LICENSE_${PN}-doc = "MPL-1.1 | LGPLv2.1" | 16 | LICENSE:${PN}-doc = "MPL-1.1 | LGPLv2.1" |
17 | LICENSE_${PN}-gobject = "MPL-1.1 | LGPLv2.1" | 17 | LICENSE:${PN}-gobject = "MPL-1.1 | LGPLv2.1" |
18 | LICENSE_${PN}-script-interpreter = "MPL-1.1 | LGPLv2.1" | 18 | LICENSE:${PN}-script-interpreter = "MPL-1.1 | LGPLv2.1" |
19 | LICENSE_${PN}-perf-utils = "GPLv3+" | 19 | LICENSE:${PN}-perf-utils = "GPLv3+" |
20 | 20 | ||
21 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" | 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" |
22 | 22 | ||
@@ -43,8 +43,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'directfb', d)} \ | |||
43 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)} \ | 43 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)} \ |
44 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)} \ | 44 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)} \ |
45 | trace" | 45 | trace" |
46 | PACKAGECONFIG_class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)}" | 46 | PACKAGECONFIG:class-native = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)}" |
47 | PACKAGECONFIG_class-nativesdk = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)}" | 47 | PACKAGECONFIG:class-nativesdk = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 xcb', '', d)}" |
48 | 48 | ||
49 | PACKAGECONFIG[x11] = "--with-x=yes -enable-xlib,--with-x=no --disable-xlib,${X11DEPENDS}" | 49 | PACKAGECONFIG[x11] = "--with-x=yes -enable-xlib,--with-x=no --disable-xlib,${X11DEPENDS}" |
50 | PACKAGECONFIG[xcb] = "--enable-xcb,--disable-xcb,libxcb" | 50 | PACKAGECONFIG[xcb] = "--enable-xcb,--disable-xcb,libxcb" |
@@ -65,7 +65,7 @@ export ac_cv_lib_bfd_bfd_openr="no" | |||
65 | # Ensure we don't depend on LZO | 65 | # Ensure we don't depend on LZO |
66 | export ac_cv_lib_lzo2_lzo2a_decompress="no" | 66 | export ac_cv_lib_lzo2_lzo2a_decompress="no" |
67 | 67 | ||
68 | do_install_append () { | 68 | do_install:append () { |
69 | rm -rf ${D}${bindir}/cairo-sphinx | 69 | rm -rf ${D}${bindir}/cairo-sphinx |
70 | rm -rf ${D}${libdir}/cairo/cairo-fdr* | 70 | rm -rf ${D}${libdir}/cairo/cairo-fdr* |
71 | rm -rf ${D}${libdir}/cairo/cairo-sphinx* | 71 | rm -rf ${D}${libdir}/cairo/cairo-sphinx* |
@@ -79,20 +79,20 @@ do_install_append () { | |||
79 | 79 | ||
80 | PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils" | 80 | PACKAGES =+ "cairo-gobject cairo-script-interpreter cairo-perf-utils" |
81 | 81 | ||
82 | SUMMARY_cairo-gobject = "The Cairo library GObject wrapper library" | 82 | SUMMARY:cairo-gobject = "The Cairo library GObject wrapper library" |
83 | DESCRIPTION_cairo-gobject = "A GObject wrapper library for the Cairo API." | 83 | DESCRIPTION:cairo-gobject = "A GObject wrapper library for the Cairo API." |
84 | 84 | ||
85 | SUMMARY_cairo-script-interpreter = "The Cairo library script interpreter" | 85 | SUMMARY:cairo-script-interpreter = "The Cairo library script interpreter" |
86 | DESCRIPTION_cairo-script-interpreter = "The Cairo script interpreter implements \ | 86 | DESCRIPTION:cairo-script-interpreter = "The Cairo script interpreter implements \ |
87 | CairoScript. CairoScript is used by tracing utilities to enable the ability \ | 87 | CairoScript. CairoScript is used by tracing utilities to enable the ability \ |
88 | to replay rendering." | 88 | to replay rendering." |
89 | 89 | ||
90 | DESCRIPTION_cairo-perf-utils = "The Cairo library performance utilities" | 90 | DESCRIPTION:cairo-perf-utils = "The Cairo library performance utilities" |
91 | 91 | ||
92 | FILES_${PN} = "${libdir}/libcairo.so.*" | 92 | FILES:${PN} = "${libdir}/libcairo.so.*" |
93 | FILES_${PN}-gobject = "${libdir}/libcairo-gobject.so.*" | 93 | FILES:${PN}-gobject = "${libdir}/libcairo-gobject.so.*" |
94 | FILES_${PN}-script-interpreter = "${libdir}/libcairo-script-interpreter.so.*" | 94 | FILES:${PN}-script-interpreter = "${libdir}/libcairo-script-interpreter.so.*" |
95 | FILES_${PN}-perf-utils = "${bindir}/cairo-trace* ${libdir}/cairo/*.la ${libdir}/cairo/libcairo-trace.so" | 95 | FILES:${PN}-perf-utils = "${bindir}/cairo-trace* ${libdir}/cairo/*.la ${libdir}/cairo/libcairo-trace.so" |
96 | 96 | ||
97 | BBCLASSEXTEND = "native nativesdk" | 97 | BBCLASSEXTEND = "native nativesdk" |
98 | 98 | ||
diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb index b0ce56127d..8e39ef025f 100644 --- a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb +++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb | |||
@@ -19,7 +19,7 @@ HASHEQUIV_HASH_VERSION .= ".2" | |||
19 | 19 | ||
20 | EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" | 20 | EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" |
21 | 21 | ||
22 | FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig" | 22 | FILES:${PN} = "${datadir}/fonts ${datadir}/fontconfig" |
23 | 23 | ||
24 | # This isn't a GNOME-style version do gnome_verdir fails. Just return the | 24 | # This isn't a GNOME-style version do gnome_verdir fails. Just return the |
25 | # version as that is how the directory is structured. | 25 | # version as that is how the directory is structured. |
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.107.bb b/meta/recipes-graphics/drm/libdrm_2.4.107.bb index 1dd07046f7..b645898481 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.107.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.107.bb | |||
@@ -37,24 +37,24 @@ PACKAGECONFIG[cairo-tests] = "-Dcairo-tests=true,-Dcairo-tests=false" | |||
37 | PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,udev" | 37 | PACKAGECONFIG[udev] = "-Dudev=true,-Dudev=false,udev" |
38 | PACKAGECONFIG[manpages] = "-Dman-pages=true,-Dman-pages=false,libxslt-native xmlto-native python3-docutils-native" | 38 | PACKAGECONFIG[manpages] = "-Dman-pages=true,-Dman-pages=false,libxslt-native xmlto-native python3-docutils-native" |
39 | 39 | ||
40 | ALLOW_EMPTY_${PN}-drivers = "1" | 40 | ALLOW_EMPTY:${PN}-drivers = "1" |
41 | PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \ | 41 | PACKAGES =+ "${PN}-tests ${PN}-drivers ${PN}-radeon ${PN}-nouveau ${PN}-omap \ |
42 | ${PN}-intel ${PN}-exynos ${PN}-kms ${PN}-freedreno ${PN}-amdgpu \ | 42 | ${PN}-intel ${PN}-exynos ${PN}-kms ${PN}-freedreno ${PN}-amdgpu \ |
43 | ${PN}-etnaviv" | 43 | ${PN}-etnaviv" |
44 | 44 | ||
45 | RRECOMMENDS_${PN}-drivers = "${PN}-radeon ${PN}-nouveau ${PN}-omap ${PN}-intel \ | 45 | RRECOMMENDS:${PN}-drivers = "${PN}-radeon ${PN}-nouveau ${PN}-omap ${PN}-intel \ |
46 | ${PN}-exynos ${PN}-freedreno ${PN}-amdgpu \ | 46 | ${PN}-exynos ${PN}-freedreno ${PN}-amdgpu \ |
47 | ${PN}-etnaviv" | 47 | ${PN}-etnaviv" |
48 | 48 | ||
49 | FILES_${PN}-tests = "${bindir}/*" | 49 | FILES:${PN}-tests = "${bindir}/*" |
50 | FILES_${PN}-radeon = "${libdir}/libdrm_radeon.so.*" | 50 | FILES:${PN}-radeon = "${libdir}/libdrm_radeon.so.*" |
51 | FILES_${PN}-nouveau = "${libdir}/libdrm_nouveau.so.*" | 51 | FILES:${PN}-nouveau = "${libdir}/libdrm_nouveau.so.*" |
52 | FILES_${PN}-omap = "${libdir}/libdrm_omap.so.*" | 52 | FILES:${PN}-omap = "${libdir}/libdrm_omap.so.*" |
53 | FILES_${PN}-intel = "${libdir}/libdrm_intel.so.*" | 53 | FILES:${PN}-intel = "${libdir}/libdrm_intel.so.*" |
54 | FILES_${PN}-exynos = "${libdir}/libdrm_exynos.so.*" | 54 | FILES:${PN}-exynos = "${libdir}/libdrm_exynos.so.*" |
55 | FILES_${PN}-kms = "${libdir}/libkms*.so.*" | 55 | FILES:${PN}-kms = "${libdir}/libkms*.so.*" |
56 | FILES_${PN}-freedreno = "${libdir}/libdrm_freedreno.so.*" | 56 | FILES:${PN}-freedreno = "${libdir}/libdrm_freedreno.so.*" |
57 | FILES_${PN}-amdgpu = "${libdir}/libdrm_amdgpu.so.* ${datadir}/${PN}/amdgpu.ids" | 57 | FILES:${PN}-amdgpu = "${libdir}/libdrm_amdgpu.so.* ${datadir}/${PN}/amdgpu.ids" |
58 | FILES_${PN}-etnaviv = "${libdir}/libdrm_etnaviv.so.*" | 58 | FILES:${PN}-etnaviv = "${libdir}/libdrm_etnaviv.so.*" |
59 | 59 | ||
60 | BBCLASSEXTEND = "native nativesdk" | 60 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb index d0da419ce0..63e4062862 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb | |||
@@ -29,33 +29,33 @@ SRC_URI[sha256sum] = "9f0d852b39d75fc655f9f53850eb32555394f36104a044bb2b2fc9e66d | |||
29 | 29 | ||
30 | UPSTREAM_CHECK_REGEX = "fontconfig-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" | 30 | UPSTREAM_CHECK_REGEX = "fontconfig-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" |
31 | 31 | ||
32 | do_configure_prepend() { | 32 | do_configure:prepend() { |
33 | # work around https://bugs.freedesktop.org/show_bug.cgi?id=101280 | 33 | # work around https://bugs.freedesktop.org/show_bug.cgi?id=101280 |
34 | rm -f ${S}/src/fcobjshash.h ${S}/src/fcobjshash.gperf | 34 | rm -f ${S}/src/fcobjshash.h ${S}/src/fcobjshash.gperf |
35 | } | 35 | } |
36 | 36 | ||
37 | do_install_append_class-target() { | 37 | do_install:append:class-target() { |
38 | # duplicate fc-cache for postinstall script | 38 | # duplicate fc-cache for postinstall script |
39 | mkdir -p ${D}${libexecdir} | 39 | mkdir -p ${D}${libexecdir} |
40 | ln ${D}${bindir}/fc-cache ${D}${libexecdir}/${MLPREFIX}fc-cache | 40 | ln ${D}${bindir}/fc-cache ${D}${libexecdir}/${MLPREFIX}fc-cache |
41 | } | 41 | } |
42 | 42 | ||
43 | do_install_append_class-nativesdk() { | 43 | do_install:append:class-nativesdk() { |
44 | # duplicate fc-cache for postinstall script | 44 | # duplicate fc-cache for postinstall script |
45 | mkdir -p ${D}${libexecdir} | 45 | mkdir -p ${D}${libexecdir} |
46 | ln ${D}${bindir}/fc-cache ${D}${libexecdir}/${MLPREFIX}fc-cache | 46 | ln ${D}${bindir}/fc-cache ${D}${libexecdir}/${MLPREFIX}fc-cache |
47 | } | 47 | } |
48 | 48 | ||
49 | PACKAGES =+ "fontconfig-utils" | 49 | PACKAGES =+ "fontconfig-utils" |
50 | FILES_${PN} =+ "${datadir}/xml/*" | 50 | FILES:${PN} =+ "${datadir}/xml/*" |
51 | FILES_${PN}-dev += "${datadir}/gettext/*" | 51 | FILES:${PN}-dev += "${datadir}/gettext/*" |
52 | FILES_fontconfig-utils = "${bindir}/* ${libexecdir}/*" | 52 | FILES:fontconfig-utils = "${bindir}/* ${libexecdir}/*" |
53 | 53 | ||
54 | # Work around past breakage in debian.bbclass | 54 | # Work around past breakage in debian.bbclass |
55 | RPROVIDES_fontconfig-utils = "libfontconfig-utils" | 55 | RPROVIDES:fontconfig-utils = "libfontconfig-utils" |
56 | RREPLACES_fontconfig-utils = "libfontconfig-utils" | 56 | RREPLACES:fontconfig-utils = "libfontconfig-utils" |
57 | RCONFLICTS_fontconfig-utils = "libfontconfig-utils" | 57 | RCONFLICTS:fontconfig-utils = "libfontconfig-utils" |
58 | DEBIAN_NOAUTONAME_fontconfig-utils = "1" | 58 | DEBIAN_NOAUTONAME:fontconfig-utils = "1" |
59 | 59 | ||
60 | inherit autotools pkgconfig relative_symlinks gettext | 60 | inherit autotools pkgconfig relative_symlinks gettext |
61 | 61 | ||
diff --git a/meta/recipes-graphics/freetype/freetype_2.10.4.bb b/meta/recipes-graphics/freetype/freetype_2.10.4.bb index 8462cd3511..18fd8103e8 100644 --- a/meta/recipes-graphics/freetype/freetype_2.10.4.bb +++ b/meta/recipes-graphics/freetype/freetype_2.10.4.bb | |||
@@ -39,7 +39,7 @@ EXTRA_OECONF = "CC_BUILD='${BUILD_CC}'" | |||
39 | 39 | ||
40 | TARGET_CPPFLAGS += "-D_FILE_OFFSET_BITS=64" | 40 | TARGET_CPPFLAGS += "-D_FILE_OFFSET_BITS=64" |
41 | 41 | ||
42 | do_install_append() { | 42 | do_install:append() { |
43 | oe_multilib_header freetype2/freetype/config/ftconfig.h | 43 | oe_multilib_header freetype2/freetype/config/ftconfig.h |
44 | } | 44 | } |
45 | 45 | ||
diff --git a/meta/recipes-graphics/glslang/glslang_11.5.0.bb b/meta/recipes-graphics/glslang/glslang_11.5.0.bb index e3eaa2ac63..2f076e5684 100644 --- a/meta/recipes-graphics/glslang/glslang_11.5.0.bb +++ b/meta/recipes-graphics/glslang/glslang_11.5.0.bb | |||
@@ -26,6 +26,6 @@ EXTRA_OECMAKE = " \ | |||
26 | 26 | ||
27 | SOLIBSDEV = "glslang.so" | 27 | SOLIBSDEV = "glslang.so" |
28 | # all the other libraries are unversioned, so pack it on PN | 28 | # all the other libraries are unversioned, so pack it on PN |
29 | FILES_${PN} += "${libdir}/*.so" | 29 | FILES:${PN} += "${libdir}/*.so" |
30 | 30 | ||
31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb index 6da76ad0a3..48b0c7724a 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb | |||
@@ -32,17 +32,17 @@ PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset" | |||
32 | 32 | ||
33 | LEAD_SONAME = "libharfbuzz.so" | 33 | LEAD_SONAME = "libharfbuzz.so" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | # If no tools are installed due to PACKAGECONFIG then this directory is | 36 | # If no tools are installed due to PACKAGECONFIG then this directory is |
37 | #still installed, so remove it to stop packaging wanings. | 37 | #still installed, so remove it to stop packaging wanings. |
38 | rmdir --ignore-fail-on-non-empty ${D}${bindir} | 38 | rmdir --ignore-fail-on-non-empty ${D}${bindir} |
39 | } | 39 | } |
40 | 40 | ||
41 | FILES_${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" | 41 | FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" |
42 | FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ | 42 | FILES:${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ |
43 | ${libdir}/libharfbuzz-icu.so \ | 43 | ${libdir}/libharfbuzz-icu.so \ |
44 | ${libdir}/pkgconfig/harfbuzz-icu.pc \ | 44 | ${libdir}/pkgconfig/harfbuzz-icu.pc \ |
45 | " | 45 | " |
46 | FILES_${PN}-subset = "${libdir}/libharfbuzz-subset.so.*" | 46 | FILES:${PN}-subset = "${libdir}/libharfbuzz-subset.so.*" |
47 | 47 | ||
48 | BBCLASSEXTEND = "native nativesdk" | 48 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb index 5ab0498f7a..79fab7a28a 100644 --- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb +++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb | |||
@@ -17,8 +17,8 @@ SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https" | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native" | 19 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native" |
20 | RDEPENDS_${PN} += "bash" | 20 | RDEPENDS:${PN} += "bash" |
21 | RDEPENDS_${PN}-tests += "bash" | 21 | RDEPENDS:${PN}-tests += "bash" |
22 | 22 | ||
23 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | 23 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" |
24 | 24 | ||
@@ -26,7 +26,7 @@ PACKAGECONFIG[chamelium] = "-Dchamelium=enabled,-Dchamelium=disabled,gsl xmlrpc- | |||
26 | 26 | ||
27 | EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=/usr/src/debug/${PN}/${PV}-${PR}/git/" | 27 | EXTRA_OEMESON = "-Ddocs=disabled -Drunner=enabled -Dsrcdir=/usr/src/debug/${PN}/${PV}-${PR}/git/" |
28 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" | 28 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|arm.*|aarch64).*-linux" |
29 | COMPATIBLE_HOST_libc-musl_class-target = "null" | 29 | COMPATIBLE_HOST:libc-musl:class-target = "null" |
30 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" | 30 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" |
31 | 31 | ||
32 | gputools_sysroot_preprocess() { | 32 | gputools_sysroot_preprocess() { |
@@ -34,7 +34,7 @@ gputools_sysroot_preprocess() { | |||
34 | } | 34 | } |
35 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" | 35 | SYSROOT_PREPROCESS_FUNCS += "gputools_sysroot_preprocess" |
36 | 36 | ||
37 | do_install_append() { | 37 | do_install:append() { |
38 | install -d ${D}/usr/share/${BPN}/scripts | 38 | install -d ${D}/usr/share/${BPN}/scripts |
39 | install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts | 39 | install ${S}/scripts/run-tests.sh ${D}/usr/share/${BPN}/scripts |
40 | install -d ${D}/usr/share/${BPN}/runner | 40 | install -d ${D}/usr/share/${BPN}/runner |
@@ -42,8 +42,8 @@ do_install_append() { | |||
42 | install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner | 42 | install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner |
43 | } | 43 | } |
44 | 44 | ||
45 | FILES_${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" | 45 | FILES:${PN}-benchmarks += "${libexecdir}/${BPN}/benchmarks" |
46 | FILES_${PN}-tests += "\ | 46 | FILES:${PN}-tests += "\ |
47 | ${libexecdir}/${BPN}/*\ | 47 | ${libexecdir}/${BPN}/*\ |
48 | ${datadir}/${BPN}/1080p-right.png\ | 48 | ${datadir}/${BPN}/1080p-right.png\ |
49 | ${datadir}/${BPN}/1080p-left.png\ | 49 | ${datadir}/${BPN}/1080p-left.png\ |
diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.0.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.0.bb index afa0ab1be6..3b8130af6d 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.0.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.1.0.bb | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=13;md5=8a61af33cc1c681cd5cc297150bbb | |||
7 | file://jpeglib.h;endline=16;md5=52b5eaade8d5b6a452a7693dfe52c084 \ | 7 | file://jpeglib.h;endline=16;md5=52b5eaade8d5b6a452a7693dfe52c084 \ |
8 | file://djpeg.c;endline=11;md5=b61f01ad6aff437b34d1f9e8004280a4 \ | 8 | file://djpeg.c;endline=11;md5=b61f01ad6aff437b34d1f9e8004280a4 \ |
9 | " | 9 | " |
10 | DEPENDS_append_x86-64_class-target = " nasm-native" | 10 | DEPENDS:append:x86-64:class-target = " nasm-native" |
11 | DEPENDS_append_x86_class-target = " nasm-native" | 11 | DEPENDS:append:x86:class-target = " nasm-native" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ |
14 | file://0001-libjpeg-turbo-fix-package_qa-error.patch \ | 14 | file://0001-libjpeg-turbo-fix-package_qa-error.patch \ |
@@ -22,40 +22,40 @@ PE = "1" | |||
22 | 22 | ||
23 | # Drop-in replacement for jpeg | 23 | # Drop-in replacement for jpeg |
24 | PROVIDES = "jpeg" | 24 | PROVIDES = "jpeg" |
25 | RPROVIDES_${PN} += "jpeg" | 25 | RPROVIDES:${PN} += "jpeg" |
26 | RREPLACES_${PN} += "jpeg" | 26 | RREPLACES:${PN} += "jpeg" |
27 | RCONFLICTS_${PN} += "jpeg" | 27 | RCONFLICTS:${PN} += "jpeg" |
28 | 28 | ||
29 | inherit cmake pkgconfig | 29 | inherit cmake pkgconfig |
30 | 30 | ||
31 | export NASMENV = "--reproducible --debug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" | 31 | export NASMENV = "--reproducible --debug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}" |
32 | 32 | ||
33 | # Add nasm-native dependency consistently for all build arches is hard | 33 | # Add nasm-native dependency consistently for all build arches is hard |
34 | EXTRA_OECMAKE_append_class-native = " -DWITH_SIMD=False" | 34 | EXTRA_OECMAKE:append:class-native = " -DWITH_SIMD=False" |
35 | EXTRA_OECMAKE_append_class-nativesdk = " -DWITH_SIMD=False" | 35 | EXTRA_OECMAKE:append:class-nativesdk = " -DWITH_SIMD=False" |
36 | 36 | ||
37 | # Work around missing x32 ABI support | 37 | # Work around missing x32 ABI support |
38 | EXTRA_OECMAKE_append_class-target = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", "-DWITH_SIMD=False", "", d)}" | 38 | EXTRA_OECMAKE:append:class-target = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", "-DWITH_SIMD=False", "", d)}" |
39 | 39 | ||
40 | # Work around missing non-floating point ABI support in MIPS | 40 | # Work around missing non-floating point ABI support in MIPS |
41 | EXTRA_OECMAKE_append_class-target = " ${@bb.utils.contains("MIPSPKGSFX_FPU", "-nf", "-DWITH_SIMD=False", "", d)}" | 41 | EXTRA_OECMAKE:append:class-target = " ${@bb.utils.contains("MIPSPKGSFX_FPU", "-nf", "-DWITH_SIMD=False", "", d)}" |
42 | 42 | ||
43 | EXTRA_OECMAKE_append_class-target_arm = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "", "-DWITH_SIMD=False", d)}" | 43 | EXTRA_OECMAKE:append:class-target:arm = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "", "-DWITH_SIMD=False", d)}" |
44 | EXTRA_OECMAKE_append_class-target_armeb = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "", "-DWITH_SIMD=False", d)}" | 44 | EXTRA_OECMAKE:append:class-target:armeb = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "", "-DWITH_SIMD=False", d)}" |
45 | 45 | ||
46 | # Provide a workaround if Altivec unit is not present in PPC | 46 | # Provide a workaround if Altivec unit is not present in PPC |
47 | EXTRA_OECMAKE_append_class-target_powerpc = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "", "-DWITH_SIMD=False", d)}" | 47 | EXTRA_OECMAKE:append:class-target:powerpc = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "", "-DWITH_SIMD=False", d)}" |
48 | EXTRA_OECMAKE_append_class-target_powerpc64 = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "", "-DWITH_SIMD=False", d)}" | 48 | EXTRA_OECMAKE:append:class-target:powerpc64 = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "", "-DWITH_SIMD=False", d)}" |
49 | 49 | ||
50 | DEBUG_OPTIMIZATION_append_armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | 50 | DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
51 | DEBUG_OPTIMIZATION_append_armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | 51 | DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
52 | 52 | ||
53 | PACKAGES =+ "jpeg-tools libturbojpeg" | 53 | PACKAGES =+ "jpeg-tools libturbojpeg" |
54 | 54 | ||
55 | DESCRIPTION_jpeg-tools = "The jpeg-tools package includes client programs to access libjpeg functionality. These tools allow for the compression, decompression, transformation and display of JPEG files and benchmarking of the libjpeg library." | 55 | DESCRIPTION:jpeg-tools = "The jpeg-tools package includes client programs to access libjpeg functionality. These tools allow for the compression, decompression, transformation and display of JPEG files and benchmarking of the libjpeg library." |
56 | FILES_jpeg-tools = "${bindir}/*" | 56 | FILES:jpeg-tools = "${bindir}/*" |
57 | 57 | ||
58 | DESCRIPTION_libturbojpeg = "A SIMD-accelerated JPEG codec which provides only TurboJPEG APIs" | 58 | DESCRIPTION:libturbojpeg = "A SIMD-accelerated JPEG codec which provides only TurboJPEG APIs" |
59 | FILES_libturbojpeg = "${libdir}/libturbojpeg.so.*" | 59 | FILES:libturbojpeg = "${libdir}/libturbojpeg.so.*" |
60 | 60 | ||
61 | BBCLASSEXTEND = "native nativesdk" | 61 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.8.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.8.bb index 2cd096a579..dd621b1050 100644 --- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.8.bb +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.8.bb | |||
@@ -25,8 +25,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} egl" | |||
25 | 25 | ||
26 | EXTRA_OEMESON += "-Dtests=false" | 26 | EXTRA_OEMESON += "-Dtests=false" |
27 | 27 | ||
28 | PACKAGECONFIG_class-native = "egl x11" | 28 | PACKAGECONFIG:class-native = "egl x11" |
29 | PACKAGECONFIG_class-nativesdk = "egl x11" | 29 | PACKAGECONFIG:class-nativesdk = "egl x11" |
30 | 30 | ||
31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
32 | 32 | ||
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb index 3aac32159a..86b2fc1b7b 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.14.bb | |||
@@ -11,8 +11,8 @@ LICENSE = "Zlib" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=2d4af6adb4d89aad0cdedbcc18c9a32f" | 11 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=2d4af6adb4d89aad0cdedbcc18c9a32f" |
12 | 12 | ||
13 | # arm-neon adds MIT license | 13 | # arm-neon adds MIT license |
14 | LICENSE_append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', '& MIT', '', d)}" | 14 | LICENSE:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', '& MIT', '', d)}" |
15 | LIC_FILES_CHKSUM_append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', 'file://src/video/arm/pixman-arm-neon-asm.h;md5=9a9cc1e51abbf1da58f4d9528ec9d49b;beginline=1;endline=24', '', d)}" | 15 | LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', 'file://src/video/arm/pixman-arm-neon-asm.h;md5=9a9cc1e51abbf1da58f4d9528ec9d49b;beginline=1;endline=24', '', d)}" |
16 | 16 | ||
17 | PROVIDES = "virtual/libsdl2" | 17 | PROVIDES = "virtual/libsdl2" |
18 | 18 | ||
@@ -45,8 +45,8 @@ EXTRA_OECONF = "--disable-oss --disable-esd --disable-arts \ | |||
45 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL | 45 | # and BSP layers to pick either (desktop) opengl, gles2, or no GL |
46 | PACKAGECONFIG_GL ?= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl', d)}" | 46 | PACKAGECONFIG_GL ?= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl', d)}" |
47 | 47 | ||
48 | PACKAGECONFIG_class-native = "x11 ${PACKAGECONFIG_GL}" | 48 | PACKAGECONFIG:class-native = "x11 ${PACKAGECONFIG_GL}" |
49 | PACKAGECONFIG_class-nativesdk = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${PACKAGECONFIG_GL}" | 49 | PACKAGECONFIG:class-nativesdk = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} ${PACKAGECONFIG_GL}" |
50 | PACKAGECONFIG ??= " \ | 50 | PACKAGECONFIG ??= " \ |
51 | ${PACKAGECONFIG_GL} \ | 51 | ${PACKAGECONFIG_GL} \ |
52 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa directfb pulseaudio x11', d)} \ | 52 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa directfb pulseaudio x11', d)} \ |
@@ -65,9 +65,9 @@ PACKAGECONFIG[wayland] = "--enable-video-wayland,--disable-video-wayland,wayl | |||
65 | PACKAGECONFIG[x11] = "--enable-video-x11,--disable-video-x11,virtual/libx11 libxext libxrandr libxrender" | 65 | PACKAGECONFIG[x11] = "--enable-video-x11,--disable-video-x11,virtual/libx11 libxext libxrandr libxrender" |
66 | 66 | ||
67 | EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" | 67 | EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" |
68 | CFLAGS_append_class-native = " -DNO_SHARED_MEMORY" | 68 | CFLAGS:append:class-native = " -DNO_SHARED_MEMORY" |
69 | 69 | ||
70 | do_configure_prepend() { | 70 | do_configure:prepend() { |
71 | # Remove old libtool macros. | 71 | # Remove old libtool macros. |
72 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" | 72 | MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" |
73 | for i in ${MACROS}; do | 73 | for i in ${MACROS}; do |
diff --git a/meta/recipes-graphics/libva/libva-initial_2.12.0.bb b/meta/recipes-graphics/libva/libva-initial_2.12.0.bb index 5c6abeafe6..4c3045bc65 100644 --- a/meta/recipes-graphics/libva/libva-initial_2.12.0.bb +++ b/meta/recipes-graphics/libva/libva-initial_2.12.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require libva.inc | 1 | require libva.inc |
2 | 2 | ||
3 | do_install_append () { | 3 | do_install:append () { |
4 | rm -f ${D}${libdir}/*.so* | 4 | rm -f ${D}${libdir}/*.so* |
5 | } | 5 | } |
diff --git a/meta/recipes-graphics/libva/libva_2.12.0.bb b/meta/recipes-graphics/libva/libva_2.12.0.bb index 4d3fa50963..ed2be289fc 100644 --- a/meta/recipes-graphics/libva/libva_2.12.0.bb +++ b/meta/recipes-graphics/libva/libva_2.12.0.bb | |||
@@ -12,9 +12,9 @@ PACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native wa | |||
12 | 12 | ||
13 | PACKAGES =+ "${PN}-x11 ${PN}-glx ${PN}-wayland" | 13 | PACKAGES =+ "${PN}-x11 ${PN}-glx ${PN}-wayland" |
14 | 14 | ||
15 | RDEPENDS_${PN}-x11 =+ "${PN}" | 15 | RDEPENDS:${PN}-x11 =+ "${PN}" |
16 | RDEPENDS_${PN}-glx =+ "${PN}-x11" | 16 | RDEPENDS:${PN}-glx =+ "${PN}-x11" |
17 | 17 | ||
18 | FILES_${PN}-x11 =+ "${libdir}/libva-x11*${SOLIBS}" | 18 | FILES:${PN}-x11 =+ "${libdir}/libva-x11*${SOLIBS}" |
19 | FILES_${PN}-glx =+ "${libdir}/libva-glx*${SOLIBS}" | 19 | FILES:${PN}-glx =+ "${libdir}/libva-glx*${SOLIBS}" |
20 | FILES_${PN}-wayland =+ "${libdir}/libva-wayland*${SOLIBS}" | 20 | FILES:${PN}-wayland =+ "${libdir}/libva-wayland*${SOLIBS}" |
diff --git a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb index 57a3024ea9..53229f2edc 100644 --- a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb +++ b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2" | |||
7 | LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea" | 7 | LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea" |
8 | 8 | ||
9 | SECTION = "x11" | 9 | SECTION = "x11" |
10 | RCONFLICTS_${PN} = "matchbox-common" | 10 | RCONFLICTS:${PN} = "matchbox-common" |
11 | 11 | ||
12 | SRC_URI = "file://matchbox-session" | 12 | SRC_URI = "file://matchbox-session" |
13 | S = "${WORKDIR}" | 13 | S = "${WORKDIR}" |
@@ -16,7 +16,7 @@ PR = "r4" | |||
16 | 16 | ||
17 | inherit update-alternatives | 17 | inherit update-alternatives |
18 | 18 | ||
19 | ALTERNATIVE_${PN} = "x-session-manager" | 19 | ALTERNATIVE:${PN} = "x-session-manager" |
20 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session" | 20 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session" |
21 | ALTERNATIVE_PRIORITY = "100" | 21 | ALTERNATIVE_PRIORITY = "100" |
22 | 22 | ||
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb index a08eb252ce..95a0604aee 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb | |||
@@ -22,7 +22,7 @@ inherit autotools pkgconfig features_check | |||
22 | # depends on virtual/libx11 | 22 | # depends on virtual/libx11 |
23 | REQUIRED_DISTRO_FEATURES = "x11" | 23 | REQUIRED_DISTRO_FEATURES = "x11" |
24 | 24 | ||
25 | FILES_${PN} = "${bindir}/* \ | 25 | FILES:${PN} = "${bindir}/* \ |
26 | ${datadir}/matchbox \ | 26 | ${datadir}/matchbox \ |
27 | ${sysconfdir}/matchbox \ | 27 | ${sysconfdir}/matchbox \ |
28 | ${datadir}/themes/blondie/matchbox \ | 28 | ${datadir}/themes/blondie/matchbox \ |
@@ -35,6 +35,6 @@ EXTRA_OECONF = " --enable-startup-notification \ | |||
35 | --with-expat-lib=${STAGING_LIBDIR} \ | 35 | --with-expat-lib=${STAGING_LIBDIR} \ |
36 | --with-expat-includes=${STAGING_INCDIR}" | 36 | --with-expat-includes=${STAGING_INCDIR}" |
37 | 37 | ||
38 | do_install_prepend() { | 38 | do_install:prepend() { |
39 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig | 39 | install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig |
40 | } | 40 | } |
diff --git a/meta/recipes-graphics/mesa/libglu_9.0.2.bb b/meta/recipes-graphics/mesa/libglu_9.0.2.bb index ae18f86532..64fa82e5a8 100644 --- a/meta/recipes-graphics/mesa/libglu_9.0.2.bb +++ b/meta/recipes-graphics/mesa/libglu_9.0.2.bb | |||
@@ -25,4 +25,4 @@ inherit autotools pkgconfig features_check | |||
25 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 25 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
26 | 26 | ||
27 | # Remove the mesa-glu dependency in mesa-glu-dev, as mesa-glu is empty | 27 | # Remove the mesa-glu dependency in mesa-glu-dev, as mesa-glu is empty |
28 | RDEPENDS_${PN}-dev = "" | 28 | RDEPENDS:${PN}-dev = "" |
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb index 38bdbded29..368af4e915 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb | |||
@@ -49,7 +49,7 @@ PACKAGECONFIG[glew] = "--enable-glew,--disable-glew,glew" | |||
49 | PACKAGECONFIG[glu] = "--enable-glu,--disable-glu,virtual/libgl" | 49 | PACKAGECONFIG[glu] = "--enable-glu,--disable-glu,virtual/libgl" |
50 | PACKAGECONFIG[glx] = "--enable-glx-demos,--disable-glx-demos" | 50 | PACKAGECONFIG[glx] = "--enable-glx-demos,--disable-glx-demos" |
51 | 51 | ||
52 | do_install_append() { | 52 | do_install:append() { |
53 | # it can be completely empty when all PACKAGECONFIG options are disabled | 53 | # it can be completely empty when all PACKAGECONFIG options are disabled |
54 | rmdir --ignore-fail-on-non-empty ${D}${bindir} | 54 | rmdir --ignore-fail-on-non-empty ${D}${bindir} |
55 | 55 | ||
diff --git a/meta/recipes-graphics/mesa/mesa-gl_21.1.5.bb b/meta/recipes-graphics/mesa/mesa-gl_21.1.5.bb index dff79f0be0..142bb743b1 100644 --- a/meta/recipes-graphics/mesa/mesa-gl_21.1.5.bb +++ b/meta/recipes-graphics/mesa/mesa-gl_21.1.5.bb | |||
@@ -9,7 +9,7 @@ S = "${WORKDIR}/mesa-${PV}" | |||
9 | # At least one DRI rendering engine is required to build mesa. | 9 | # At least one DRI rendering engine is required to build mesa. |
10 | # When no X11 is available, use osmesa for the rendering engine. | 10 | # When no X11 is available, use osmesa for the rendering engine. |
11 | PACKAGECONFIG ??= "opengl dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa gallium', d)}" | 11 | PACKAGECONFIG ??= "opengl dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa gallium', d)}" |
12 | PACKAGECONFIG_class-target = "opengl dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa gallium', d)}" | 12 | PACKAGECONFIG:class-target = "opengl dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa gallium', d)}" |
13 | 13 | ||
14 | # 21.0.0 version fails to build when any driver is enabled in DRIDRIVERS | 14 | # 21.0.0 version fails to build when any driver is enabled in DRIDRIVERS |
15 | # ./mesa-21.0.0/meson.build:519:4: ERROR: Problem encountered: building dri drivers require at least one windowing system | 15 | # ./mesa-21.0.0/meson.build:519:4: ERROR: Problem encountered: building dri drivers require at least one windowing system |
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 85a352f736..c636313229 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -28,7 +28,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" | |||
28 | 28 | ||
29 | #because we cannot rely on the fact that all apps will use pkgconfig, | 29 | #because we cannot rely on the fact that all apps will use pkgconfig, |
30 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER | 30 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER |
31 | do_install_append() { | 31 | do_install:append() { |
32 | if ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)}; then | 32 | if ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)}; then |
33 | sed -i -e 's/^#elif defined(__unix__) && defined(EGL_NO_X11)$/#elif defined(__unix__) \&\& defined(EGL_NO_X11) || ${@bb.utils.contains('PACKAGECONFIG', 'x11', '0', '1', d)}/' ${D}${includedir}/EGL/eglplatform.h | 33 | sed -i -e 's/^#elif defined(__unix__) && defined(EGL_NO_X11)$/#elif defined(__unix__) \&\& defined(EGL_NO_X11) || ${@bb.utils.contains('PACKAGECONFIG', 'x11', '0', '1', d)}/' ${D}${includedir}/EGL/eglplatform.h |
34 | fi | 34 | fi |
@@ -48,7 +48,7 @@ inherit meson pkgconfig python3native gettext features_check | |||
48 | 48 | ||
49 | BBCLASSEXTEND = "native nativesdk" | 49 | BBCLASSEXTEND = "native nativesdk" |
50 | 50 | ||
51 | ANY_OF_DISTRO_FEATURES_class-target = "opengl vulkan" | 51 | ANY_OF_DISTRO_FEATURES:class-target = "opengl vulkan" |
52 | 52 | ||
53 | PLATFORMS ??= "${@bb.utils.filter('PACKAGECONFIG', 'x11 wayland', d)}" | 53 | PLATFORMS ??= "${@bb.utils.filter('PACKAGECONFIG', 'x11 wayland', d)}" |
54 | 54 | ||
@@ -82,16 +82,16 @@ EXTRA_OEMESON = " \ | |||
82 | def strip_comma(s): | 82 | def strip_comma(s): |
83 | return s.strip(',') | 83 | return s.strip(',') |
84 | 84 | ||
85 | PACKAGECONFIG_class-target ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland vulkan', d)} \ | 85 | PACKAGECONFIG:class-target ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland vulkan', d)} \ |
86 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm dri gallium virgl', '', d)} \ | 86 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm dri gallium virgl', '', d)} \ |
87 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11 dri3', '', d)} \ | 87 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11 dri3', '', d)} \ |
88 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ | 88 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 vulkan', 'dri3', '', d)} \ |
89 | elf-tls \ | 89 | elf-tls \ |
90 | " | 90 | " |
91 | PACKAGECONFIG_class-native ?= "gbm gallium egl opengl elf-tls x11" | 91 | PACKAGECONFIG:class-native ?= "gbm gallium egl opengl elf-tls x11" |
92 | PACKAGECONFIG_class-nativesdk ?= "gbm gallium egl opengl elf-tls x11" | 92 | PACKAGECONFIG:class-nativesdk ?= "gbm gallium egl opengl elf-tls x11" |
93 | 93 | ||
94 | PACKAGECONFIG_remove_libc-musl = "elf-tls" | 94 | PACKAGECONFIG:remove:libc-musl = "elf-tls" |
95 | 95 | ||
96 | # "gbm" requires "dri", "opengl" | 96 | # "gbm" requires "dri", "opengl" |
97 | PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled" | 97 | PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled" |
@@ -110,9 +110,9 @@ PACKAGECONFIG[dri3] = "-Ddri3=enabled, -Ddri3=disabled, xorgproto libxshmfence" | |||
110 | # Vulkan drivers need dri3 enabled | 110 | # Vulkan drivers need dri3 enabled |
111 | # amd could be enabled as well but requires gallium-llvm with llvm >= 3.9 | 111 | # amd could be enabled as well but requires gallium-llvm with llvm >= 3.9 |
112 | VULKAN_DRIVERS = "" | 112 | VULKAN_DRIVERS = "" |
113 | VULKAN_DRIVERS_append_x86_class-target = ",intel" | 113 | VULKAN_DRIVERS:append:x86:class-target = ",intel" |
114 | VULKAN_DRIVERS_append_x86-64_class-target = ",intel" | 114 | VULKAN_DRIVERS:append:x86-64:class-target = ",intel" |
115 | VULKAN_DRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" | 115 | VULKAN_DRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" |
116 | PACKAGECONFIG[vulkan] = "-Dvulkan-drivers=${@strip_comma('${VULKAN_DRIVERS}')}, -Dvulkan-drivers=''," | 116 | PACKAGECONFIG[vulkan] = "-Dvulkan-drivers=${@strip_comma('${VULKAN_DRIVERS}')}, -Dvulkan-drivers=''," |
117 | 117 | ||
118 | PACKAGECONFIG[opengl] = "-Dopengl=true, -Dopengl=false" | 118 | PACKAGECONFIG[opengl] = "-Dopengl=true, -Dopengl=false" |
@@ -131,16 +131,16 @@ PACKAGECONFIG[v3d] = "" | |||
131 | 131 | ||
132 | GALLIUMDRIVERS = "swrast" | 132 | GALLIUMDRIVERS = "swrast" |
133 | # gallium swrast was found to crash Xorg on startup in x32 qemu | 133 | # gallium swrast was found to crash Xorg on startup in x32 qemu |
134 | GALLIUMDRIVERS_x86-x32 = "" | 134 | GALLIUMDRIVERS:x86-x32 = "" |
135 | # Add crocus when 21.2 is out to the list below to support the full range of Intel GPUs | 135 | # Add crocus when 21.2 is out to the list below to support the full range of Intel GPUs |
136 | GALLIUMDRIVERS_append_x86_class-target = ",i915,iris" | 136 | GALLIUMDRIVERS:append:x86:class-target = ",i915,iris" |
137 | GALLIUMDRIVERS_append_x86-64_class-target = ",i915,iris" | 137 | GALLIUMDRIVERS:append:x86-64:class-target = ",i915,iris" |
138 | 138 | ||
139 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}" | 139 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}" |
140 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" | 140 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}" |
141 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'kmsro', ',kmsro', '', d)}" | 141 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'kmsro', ',kmsro', '', d)}" |
142 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'vc4', ',vc4', '', d)}" | 142 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'vc4', ',vc4', '', d)}" |
143 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'v3d', ',v3d', '', d)}" | 143 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'v3d', ',v3d', '', d)}" |
144 | 144 | ||
145 | # radeonsi requires LLVM | 145 | # radeonsi requires LLVM |
146 | GALLIUMDRIVERS_RADEONSI = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',radeonsi', '', d)}" | 146 | GALLIUMDRIVERS_RADEONSI = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',radeonsi', '', d)}" |
@@ -149,9 +149,9 @@ GALLIUMDRIVERS_LLVM = "r300,svga,nouveau${GALLIUMDRIVERS_RADEONSI}" | |||
149 | PACKAGECONFIG[r600] = "" | 149 | PACKAGECONFIG[r600] = "" |
150 | PACKAGECONFIG[virgl] = "" | 150 | PACKAGECONFIG[virgl] = "" |
151 | 151 | ||
152 | GALLIUMDRIVERS_append = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', ',${GALLIUMDRIVERS_LLVM}', '', d)}" | 152 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', ',${GALLIUMDRIVERS_LLVM}', '', d)}" |
153 | GALLIUMDRIVERS_append = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',r600', '', d)}" | 153 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',r600', '', d)}" |
154 | GALLIUMDRIVERS_append = "${@bb.utils.contains('PACKAGECONFIG', 'virgl', ',virgl', '', d)}" | 154 | GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'virgl', ',virgl', '', d)}" |
155 | 155 | ||
156 | PACKAGECONFIG[gallium] = "-Dgallium-drivers=${@strip_comma('${GALLIUMDRIVERS}')}, -Dgallium-drivers='', libdrm" | 156 | PACKAGECONFIG[gallium] = "-Dgallium-drivers=${@strip_comma('${GALLIUMDRIVERS}')}, -Dgallium-drivers='', libdrm" |
157 | PACKAGECONFIG[gallium-llvm] = "-Dllvm=enabled -Dshared-llvm=enabled, -Dllvm=disabled, llvm${MESA_LLVM_RELEASE} llvm-native \ | 157 | PACKAGECONFIG[gallium-llvm] = "-Dllvm=enabled -Dshared-llvm=enabled, -Dllvm=disabled, llvm${MESA_LLVM_RELEASE} llvm-native \ |
@@ -162,10 +162,10 @@ PACKAGECONFIG[va] = "-Dgallium-va=enabled,-Dgallium-va=disabled,libva-initial" | |||
162 | PACKAGECONFIG[vdpau] = "-Dgallium-vdpau=enabled,-Dgallium-vdpau=disabled,libvdpau" | 162 | PACKAGECONFIG[vdpau] = "-Dgallium-vdpau=enabled,-Dgallium-vdpau=disabled,libvdpau" |
163 | 163 | ||
164 | PACKAGECONFIG[lima] = "" | 164 | PACKAGECONFIG[lima] = "" |
165 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}" | 165 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}" |
166 | 166 | ||
167 | PACKAGECONFIG[panfrost] = "" | 167 | PACKAGECONFIG[panfrost] = "" |
168 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}" | 168 | GALLIUMDRIVERS:append ="${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}" |
169 | 169 | ||
170 | PACKAGECONFIG[osmesa] = "-Dosmesa=true,-Dosmesa=false" | 170 | PACKAGECONFIG[osmesa] = "-Dosmesa=true,-Dosmesa=false" |
171 | 171 | ||
@@ -174,16 +174,16 @@ PACKAGECONFIG[unwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind" | |||
174 | PACKAGECONFIG[lmsensors] = "-Dlmsensors=enabled,-Dlmsensors=disabled,lmsensors" | 174 | PACKAGECONFIG[lmsensors] = "-Dlmsensors=enabled,-Dlmsensors=disabled,lmsensors" |
175 | 175 | ||
176 | # llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2) | 176 | # llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2) |
177 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" | 177 | FULL_OPTIMIZATION:append = " -fno-omit-frame-pointer" |
178 | 178 | ||
179 | CFLAGS_append_armv5 = " -DMISSING_64BIT_ATOMICS" | 179 | CFLAGS:append:armv5 = " -DMISSING_64BIT_ATOMICS" |
180 | CFLAGS_append_armv6 = " -DMISSING_64BIT_ATOMICS" | 180 | CFLAGS:append:armv6 = " -DMISSING_64BIT_ATOMICS" |
181 | 181 | ||
182 | # Remove the mesa dependency on mesa-dev, as mesa is empty | 182 | # Remove the mesa dependency on mesa-dev, as mesa is empty |
183 | RDEPENDS_${PN}-dev = "" | 183 | RDEPENDS:${PN}-dev = "" |
184 | 184 | ||
185 | # Add dependency so that GLES3 header don't need to be added manually | 185 | # Add dependency so that GLES3 header don't need to be added manually |
186 | RDEPENDS_libgles2-mesa-dev += "libgles3-mesa-dev" | 186 | RDEPENDS:libgles2-mesa-dev += "libgles3-mesa-dev" |
187 | 187 | ||
188 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ | 188 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ |
189 | libosmesa libosmesa-dev \ | 189 | libosmesa libosmesa-dev \ |
@@ -198,7 +198,7 @@ PACKAGES =+ "libegl-mesa libegl-mesa-dev \ | |||
198 | mesa-vdpau-drivers \ | 198 | mesa-vdpau-drivers \ |
199 | " | 199 | " |
200 | 200 | ||
201 | do_install_append () { | 201 | do_install:append () { |
202 | # Drivers never need libtool .la files | 202 | # Drivers never need libtool .la files |
203 | rm -f ${D}${libdir}/dri/*.la | 203 | rm -f ${D}${libdir}/dri/*.la |
204 | rm -f ${D}${libdir}/egl/*.la | 204 | rm -f ${D}${libdir}/egl/*.la |
@@ -232,28 +232,28 @@ python __anonymous() { | |||
232 | fullp = mlprefix + p[1] + "-mesa" + suffix | 232 | fullp = mlprefix + p[1] + "-mesa" + suffix |
233 | mlprefix = d.getVar("MLPREFIX") | 233 | mlprefix = d.getVar("MLPREFIX") |
234 | pkgs = " ".join(mlprefix + x + suffix for x in p[1:]) | 234 | pkgs = " ".join(mlprefix + x + suffix for x in p[1:]) |
235 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") | 235 | d.setVar("DEBIAN_NOAUTONAME:" + fullp, "1") |
236 | d.appendVar("RREPLACES_" + fullp, pkgs) | 236 | d.appendVar("RREPLACES:" + fullp, pkgs) |
237 | d.appendVar("RPROVIDES_" + fullp, pkgs) | 237 | d.appendVar("RPROVIDES:" + fullp, pkgs) |
238 | d.appendVar("RCONFLICTS_" + fullp, pkgs) | 238 | d.appendVar("RCONFLICTS:" + fullp, pkgs) |
239 | 239 | ||
240 | d.appendVar("RRECOMMENDS_" + fullp, " ${MLPREFIX}mesa-megadriver" + suffix) | 240 | d.appendVar("RRECOMMENDS:" + fullp, " ${MLPREFIX}mesa-megadriver" + suffix) |
241 | 241 | ||
242 | # For -dev, the first element is both the Debian and original name | 242 | # For -dev, the first element is both the Debian and original name |
243 | fullp = mlprefix + p[1] + "-mesa-dev" + suffix | 243 | fullp = mlprefix + p[1] + "-mesa-dev" + suffix |
244 | pkgs = mlprefix + p[1] + "-dev" + suffix | 244 | pkgs = mlprefix + p[1] + "-dev" + suffix |
245 | d.setVar("DEBIAN_NOAUTONAME_" + fullp, "1") | 245 | d.setVar("DEBIAN_NOAUTONAME:" + fullp, "1") |
246 | d.appendVar("RREPLACES_" + fullp, pkgs) | 246 | d.appendVar("RREPLACES:" + fullp, pkgs) |
247 | d.appendVar("RPROVIDES_" + fullp, pkgs) | 247 | d.appendVar("RPROVIDES:" + fullp, pkgs) |
248 | d.appendVar("RCONFLICTS_" + fullp, pkgs) | 248 | d.appendVar("RCONFLICTS:" + fullp, pkgs) |
249 | } | 249 | } |
250 | 250 | ||
251 | python mesa_populate_packages() { | 251 | python mesa_populate_packages() { |
252 | pkgs = ['mesa', 'mesa-dev', 'mesa-dbg'] | 252 | pkgs = ['mesa', 'mesa-dev', 'mesa-dbg'] |
253 | for pkg in pkgs: | 253 | for pkg in pkgs: |
254 | d.setVar("RPROVIDES_%s" % pkg, pkg.replace("mesa", "mesa-dri", 1)) | 254 | d.setVar("RPROVIDES:%s" % pkg, pkg.replace("mesa", "mesa-dri", 1)) |
255 | d.setVar("RCONFLICTS_%s" % pkg, pkg.replace("mesa", "mesa-dri", 1)) | 255 | d.setVar("RCONFLICTS:%s" % pkg, pkg.replace("mesa", "mesa-dri", 1)) |
256 | d.setVar("RREPLACES_%s" % pkg, pkg.replace("mesa", "mesa-dri", 1)) | 256 | d.setVar("RREPLACES:%s" % pkg, pkg.replace("mesa", "mesa-dri", 1)) |
257 | 257 | ||
258 | import re | 258 | import re |
259 | dri_drivers_root = oe.path.join(d.getVar('PKGD'), d.getVar('libdir'), "dri") | 259 | dri_drivers_root = oe.path.join(d.getVar('PKGD'), d.getVar('libdir'), "dri") |
@@ -264,45 +264,45 @@ python mesa_populate_packages() { | |||
264 | m = re.match(r'^(.*)_dri\.so$', p) | 264 | m = re.match(r'^(.*)_dri\.so$', p) |
265 | if m: | 265 | if m: |
266 | pkg_name = " ${MLPREFIX}mesa-driver-%s" % legitimize_package_name(m.group(1)) | 266 | pkg_name = " ${MLPREFIX}mesa-driver-%s" % legitimize_package_name(m.group(1)) |
267 | d.appendVar("RPROVIDES_%s" % lib_name, pkg_name) | 267 | d.appendVar("RPROVIDES:%s" % lib_name, pkg_name) |
268 | d.appendVar("RCONFLICTS_%s" % lib_name, pkg_name) | 268 | d.appendVar("RCONFLICTS:%s" % lib_name, pkg_name) |
269 | d.appendVar("RREPLACES_%s" % lib_name, pkg_name) | 269 | d.appendVar("RREPLACES:%s" % lib_name, pkg_name) |
270 | 270 | ||
271 | pipe_drivers_root = os.path.join(d.getVar('libdir'), "gallium-pipe") | 271 | pipe_drivers_root = os.path.join(d.getVar('libdir'), "gallium-pipe") |
272 | do_split_packages(d, pipe_drivers_root, r'^pipe_(.*)\.so$', 'mesa-driver-pipe-%s', 'Mesa %s pipe driver', extra_depends='') | 272 | do_split_packages(d, pipe_drivers_root, r'^pipe_(.*)\.so$', 'mesa-driver-pipe-%s', 'Mesa %s pipe driver', extra_depends='') |
273 | } | 273 | } |
274 | 274 | ||
275 | PACKAGESPLITFUNCS_prepend = "mesa_populate_packages " | 275 | PACKAGESPLITFUNCS:prepend = "mesa_populate_packages " |
276 | 276 | ||
277 | PACKAGES_DYNAMIC += "^mesa-driver-.*" | 277 | PACKAGES_DYNAMIC += "^mesa-driver-.*" |
278 | PACKAGES_DYNAMIC_class-native = "^mesa-driver-.*-native" | 278 | PACKAGES_DYNAMIC:class-native = "^mesa-driver-.*-native" |
279 | 279 | ||
280 | FILES_mesa-megadriver = "${libdir}/dri/* ${datadir}/drirc.d/00-mesa-defaults.conf" | 280 | FILES:mesa-megadriver = "${libdir}/dri/* ${datadir}/drirc.d/00-mesa-defaults.conf" |
281 | FILES_mesa-vulkan-drivers = "${libdir}/libvulkan_*.so ${datadir}/vulkan" | 281 | FILES:mesa-vulkan-drivers = "${libdir}/libvulkan_*.so ${datadir}/vulkan" |
282 | FILES_${PN}-vdpau-drivers = "${libdir}/vdpau/*.so.*" | 282 | FILES:${PN}-vdpau-drivers = "${libdir}/vdpau/*.so.*" |
283 | FILES_libegl-mesa = "${libdir}/libEGL.so.*" | 283 | FILES:libegl-mesa = "${libdir}/libEGL.so.*" |
284 | FILES_libgbm = "${libdir}/libgbm.so.*" | 284 | FILES:libgbm = "${libdir}/libgbm.so.*" |
285 | FILES_libgles1-mesa = "${libdir}/libGLESv1*.so.*" | 285 | FILES:libgles1-mesa = "${libdir}/libGLESv1*.so.*" |
286 | FILES_libgles2-mesa = "${libdir}/libGLESv2.so.*" | 286 | FILES:libgles2-mesa = "${libdir}/libGLESv2.so.*" |
287 | FILES_libgl-mesa = "${libdir}/libGL.so.*" | 287 | FILES:libgl-mesa = "${libdir}/libGL.so.*" |
288 | FILES_libglapi = "${libdir}/libglapi.so.*" | 288 | FILES:libglapi = "${libdir}/libglapi.so.*" |
289 | FILES_libosmesa = "${libdir}/libOSMesa.so.*" | 289 | FILES:libosmesa = "${libdir}/libOSMesa.so.*" |
290 | FILES_libxatracker = "${libdir}/libxatracker.so.*" | 290 | FILES:libxatracker = "${libdir}/libxatracker.so.*" |
291 | 291 | ||
292 | FILES_${PN}-dev = "${libdir}/pkgconfig/dri.pc ${includedir}/vulkan ${libdir}/vdpau/*.so" | 292 | FILES:${PN}-dev = "${libdir}/pkgconfig/dri.pc ${includedir}/vulkan ${libdir}/vdpau/*.so" |
293 | FILES_libegl-mesa-dev = "${libdir}/libEGL.* ${includedir}/EGL ${includedir}/KHR ${libdir}/pkgconfig/egl.pc" | 293 | FILES:libegl-mesa-dev = "${libdir}/libEGL.* ${includedir}/EGL ${includedir}/KHR ${libdir}/pkgconfig/egl.pc" |
294 | FILES_libgbm-dev = "${libdir}/libgbm.* ${libdir}/pkgconfig/gbm.pc ${includedir}/gbm.h" | 294 | FILES:libgbm-dev = "${libdir}/libgbm.* ${libdir}/pkgconfig/gbm.pc ${includedir}/gbm.h" |
295 | FILES_libgl-mesa-dev = "${libdir}/libGL.* ${includedir}/GL ${libdir}/pkgconfig/gl.pc" | 295 | FILES:libgl-mesa-dev = "${libdir}/libGL.* ${includedir}/GL ${libdir}/pkgconfig/gl.pc" |
296 | FILES_libglapi-dev = "${libdir}/libglapi.*" | 296 | FILES:libglapi-dev = "${libdir}/libglapi.*" |
297 | FILES_libgles1-mesa-dev = "${libdir}/libGLESv1*.* ${includedir}/GLES ${libdir}/pkgconfig/glesv1*.pc" | 297 | FILES:libgles1-mesa-dev = "${libdir}/libGLESv1*.* ${includedir}/GLES ${libdir}/pkgconfig/glesv1*.pc" |
298 | FILES_libgles2-mesa-dev = "${libdir}/libGLESv2.* ${includedir}/GLES2 ${libdir}/pkgconfig/glesv2.pc" | 298 | FILES:libgles2-mesa-dev = "${libdir}/libGLESv2.* ${includedir}/GLES2 ${libdir}/pkgconfig/glesv2.pc" |
299 | FILES_libgles3-mesa-dev = "${includedir}/GLES3" | 299 | FILES:libgles3-mesa-dev = "${includedir}/GLES3" |
300 | FILES_libosmesa-dev = "${libdir}/libOSMesa.* ${includedir}/GL/osmesa.h ${libdir}/pkgconfig/osmesa.pc" | 300 | FILES:libosmesa-dev = "${libdir}/libOSMesa.* ${includedir}/GL/osmesa.h ${libdir}/pkgconfig/osmesa.pc" |
301 | FILES_libxatracker-dev = "${libdir}/libxatracker.so ${libdir}/libxatracker.la \ | 301 | FILES:libxatracker-dev = "${libdir}/libxatracker.so ${libdir}/libxatracker.la \ |
302 | ${includedir}/xa_tracker.h ${includedir}/xa_composite.h ${includedir}/xa_context.h \ | 302 | ${includedir}/xa_tracker.h ${includedir}/xa_composite.h ${includedir}/xa_context.h \ |
303 | ${libdir}/pkgconfig/xatracker.pc" | 303 | ${libdir}/pkgconfig/xatracker.pc" |
304 | 304 | ||
305 | # Fix upgrade path from mesa to mesa-megadriver | 305 | # Fix upgrade path from mesa to mesa-megadriver |
306 | RREPLACES_mesa-megadriver = "mesa" | 306 | RREPLACES:mesa-megadriver = "mesa" |
307 | RCONFLICTS_mesa-megadriver = "mesa" | 307 | RCONFLICTS:mesa-megadriver = "mesa" |
308 | RPROVIDES_mesa-megadriver = "mesa" | 308 | RPROVIDES:mesa-megadriver = "mesa" |
diff --git a/meta/recipes-graphics/mesa/mesa_21.1.5.bb b/meta/recipes-graphics/mesa/mesa_21.1.5.bb index 28abc91a87..3f62990b29 100644 --- a/meta/recipes-graphics/mesa/mesa_21.1.5.bb +++ b/meta/recipes-graphics/mesa/mesa_21.1.5.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | DRIDRIVERS_append_x86_class-target = ",r100,r200,nouveau,i965" | 3 | DRIDRIVERS:append:x86:class-target = ",r100,r200,nouveau,i965" |
4 | DRIDRIVERS_append_x86-64_class-target = ",r100,r200,nouveau,i965" | 4 | DRIDRIVERS:append:x86-64:class-target = ",r100,r200,nouveau,i965" |
5 | 5 | ||
diff --git a/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb b/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb index 549b0cbdf7..470a5e9ea9 100644 --- a/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb +++ b/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb | |||
@@ -9,16 +9,16 @@ LICENSE = "GPLv2" | |||
9 | LIC_FILES_CHKSUM = "file://mini-x-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487" | 9 | LIC_FILES_CHKSUM = "file://mini-x-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487" |
10 | 10 | ||
11 | SECTION = "x11" | 11 | SECTION = "x11" |
12 | RCONFLICTS_${PN} = "matchbox-common" | 12 | RCONFLICTS:${PN} = "matchbox-common" |
13 | 13 | ||
14 | SRC_URI = "file://mini-x-session" | 14 | SRC_URI = "file://mini-x-session" |
15 | S = "${WORKDIR}" | 15 | S = "${WORKDIR}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "sudo" | 17 | RDEPENDS:${PN} = "sudo" |
18 | 18 | ||
19 | inherit update-alternatives | 19 | inherit update-alternatives |
20 | 20 | ||
21 | ALTERNATIVE_${PN} = "x-session-manager" | 21 | ALTERNATIVE:${PN} = "x-session-manager" |
22 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/mini-x-session" | 22 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/mini-x-session" |
23 | ALTERNATIVE_PRIORITY = "50" | 23 | ALTERNATIVE_PRIORITY = "50" |
24 | 24 | ||
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb index 7dcfd6733b..0ce91ca940 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb | |||
@@ -7,7 +7,7 @@ inherit packagegroup features_check | |||
7 | # weston-init requires pam enabled if started via systemd | 7 | # weston-init requires pam enabled if started via systemd |
8 | REQUIRED_DISTRO_FEATURES = "wayland ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}" | 8 | REQUIRED_DISTRO_FEATURES = "wayland ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}" |
9 | 9 | ||
10 | RDEPENDS_${PN} = "\ | 10 | RDEPENDS:${PN} = "\ |
11 | weston \ | 11 | weston \ |
12 | weston-init \ | 12 | weston-init \ |
13 | weston-examples \ | 13 | weston-examples \ |
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb index 9ca2705a5f..4e6d9908c7 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | |||
@@ -6,7 +6,7 @@ inherit packagegroup features_check | |||
6 | # rdepends on matchbox-wm | 6 | # rdepends on matchbox-wm |
7 | REQUIRED_DISTRO_FEATURES = "x11" | 7 | REQUIRED_DISTRO_FEATURES = "x11" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "\ | 9 | RDEPENDS:${PN} = "\ |
10 | packagegroup-core-x11-xserver \ | 10 | packagegroup-core-x11-xserver \ |
11 | packagegroup-core-x11-utils \ | 11 | packagegroup-core-x11-utils \ |
12 | dbus \ | 12 | dbus \ |
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb index a0b944a678..3bb308fbba 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb | |||
@@ -14,7 +14,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
14 | XSERVER ?= "xserver-xorg xf86-video-fbdev" | 14 | XSERVER ?= "xserver-xorg xf86-video-fbdev" |
15 | XSERVERCODECS ?= "" | 15 | XSERVERCODECS ?= "" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${XSERVER} \ | 18 | ${XSERVER} \ |
19 | ${XSERVERCODECS} \ | 19 | ${XSERVERCODECS} \ |
20 | " | 20 | " |
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb index cddf1932f3..9ca058b38b 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb | |||
@@ -16,13 +16,13 @@ VIRTUAL-RUNTIME_xserver_common ?= "" | |||
16 | VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" | 16 | VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" |
17 | 17 | ||
18 | SUMMARY = "X11 display server and basic utilities" | 18 | SUMMARY = "X11 display server and basic utilities" |
19 | RDEPENDS_${PN} = "\ | 19 | RDEPENDS:${PN} = "\ |
20 | ${PN}-xserver \ | 20 | ${PN}-xserver \ |
21 | ${PN}-utils \ | 21 | ${PN}-utils \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SUMMARY_${PN}-utils = "X11 basic utilities and init" | 24 | SUMMARY:${PN}-utils = "X11 basic utilities and init" |
25 | RDEPENDS_${PN}-utils = "\ | 25 | RDEPENDS:${PN}-utils = "\ |
26 | ${VIRTUAL-RUNTIME_xserver_common} \ | 26 | ${VIRTUAL-RUNTIME_xserver_common} \ |
27 | ${VIRTUAL-RUNTIME_graphical_init_manager} \ | 27 | ${VIRTUAL-RUNTIME_graphical_init_manager} \ |
28 | xauth \ | 28 | xauth \ |
diff --git a/meta/recipes-graphics/pango/pango_1.48.7.bb b/meta/recipes-graphics/pango/pango_1.48.7.bb index 963fd5d01c..48a77868f8 100644 --- a/meta/recipes-graphics/pango/pango_1.48.7.bb +++ b/meta/recipes-graphics/pango/pango_1.48.7.bb | |||
@@ -33,22 +33,22 @@ PACKAGECONFIG[thai] = ",,libthai" | |||
33 | 33 | ||
34 | GIR_MESON_OPTION = 'introspection' | 34 | GIR_MESON_OPTION = 'introspection' |
35 | 35 | ||
36 | do_configure_prepend() { | 36 | do_configure:prepend() { |
37 | chmod +x ${S}/tests/*.py | 37 | chmod +x ${S}/tests/*.py |
38 | } | 38 | } |
39 | 39 | ||
40 | do_configure_prepend_toolchain-clang() { | 40 | do_configure:prepend:toolchain-clang() { |
41 | sed -i -e "/Werror=implicit-fallthrough/d" ${S}/meson.build | 41 | sed -i -e "/Werror=implicit-fallthrough/d" ${S}/meson.build |
42 | } | 42 | } |
43 | 43 | ||
44 | LEAD_SONAME = "libpango-1.0*" | 44 | LEAD_SONAME = "libpango-1.0*" |
45 | 45 | ||
46 | FILES_${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" | 46 | FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" |
47 | 47 | ||
48 | RDEPENDS_${PN}-ptest += "cantarell-fonts" | 48 | RDEPENDS:${PN}-ptest += "cantarell-fonts" |
49 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" | 49 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us" |
50 | 50 | ||
51 | RPROVIDES_${PN} += "pango-modules pango-module-indic-lang \ | 51 | RPROVIDES:${PN} += "pango-modules pango-module-indic-lang \ |
52 | pango-module-basic-fc pango-module-arabic-lang" | 52 | pango-module-basic-fc pango-module-arabic-lang" |
53 | 53 | ||
54 | BBCLASSEXTEND = "native nativesdk" | 54 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index b64a20a586..2e0dfeee42 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -46,7 +46,7 @@ PACKAGECONFIG[x11] = "-DPIGLIT_BUILD_GL_TESTS=ON,-DPIGLIT_BUILD_GL_TESTS=OFF,${X | |||
46 | 46 | ||
47 | export PIGLIT_BUILD_DIR = "../../../../git" | 47 | export PIGLIT_BUILD_DIR = "../../../../git" |
48 | 48 | ||
49 | do_configure_prepend() { | 49 | do_configure:prepend() { |
50 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'freeglut', 'yes', 'no', d)}" = "no" ]; then | 50 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'freeglut', 'yes', 'no', d)}" = "no" ]; then |
51 | sed -i -e "/^#.*include <GL\/freeglut_ext.h>$/d" ${S}/src/piglit/glut_wrap.h | 51 | sed -i -e "/^#.*include <GL\/freeglut_ext.h>$/d" ${S}/src/piglit/glut_wrap.h |
52 | sed -i -e "/^#.*include.*<GL\/glut.h>$/d" ${S}/src/piglit/glut_wrap.h | 52 | sed -i -e "/^#.*include.*<GL\/glut.h>$/d" ${S}/src/piglit/glut_wrap.h |
@@ -56,18 +56,18 @@ do_configure_prepend() { | |||
56 | # Forcibly strip because Piglit is *huge* | 56 | # Forcibly strip because Piglit is *huge* |
57 | OECMAKE_TARGET_INSTALL = "install/strip" | 57 | OECMAKE_TARGET_INSTALL = "install/strip" |
58 | 58 | ||
59 | RDEPENDS_${PN} = "waffle waffle-bin python3 python3-mako python3-json \ | 59 | RDEPENDS:${PN} = "waffle waffle-bin python3 python3-mako python3-json \ |
60 | python3-misc \ | 60 | python3-misc \ |
61 | python3-unixadmin python3-xml python3-multiprocessing \ | 61 | python3-unixadmin python3-xml python3-multiprocessing \ |
62 | python3-six python3-shell python3-io \ | 62 | python3-six python3-shell python3-io \ |
63 | python3-netserver bash \ | 63 | python3-netserver bash \ |
64 | " | 64 | " |
65 | 65 | ||
66 | INSANE_SKIP_${PN} += "dev-so already-stripped" | 66 | INSANE_SKIP:${PN} += "dev-so already-stripped" |
67 | 67 | ||
68 | # As nothing builds against Piglit we don't need to have anything in the | 68 | # As nothing builds against Piglit we don't need to have anything in the |
69 | # sysroot, especially when this is ~2GB of test suite | 69 | # sysroot, especially when this is ~2GB of test suite |
70 | SYSROOT_DIRS_remove = "${libdir}" | 70 | SYSROOT_DIRS:remove = "${libdir}" |
71 | 71 | ||
72 | # Can't be built with ccache | 72 | # Can't be built with ccache |
73 | CCACHE_DISABLE = "1" | 73 | CCACHE_DISABLE = "1" |
diff --git a/meta/recipes-graphics/spir/spirv-tools_2021.2.bb b/meta/recipes-graphics/spir/spirv-tools_2021.2.bb index 6b5ad1ec00..f55bd5194a 100644 --- a/meta/recipes-graphics/spir/spirv-tools_2021.2.bb +++ b/meta/recipes-graphics/spir/spirv-tools_2021.2.bb | |||
@@ -25,7 +25,7 @@ EXTRA_OECMAKE += "\ | |||
25 | -DSPIRV_SKIP_TESTS=ON \ | 25 | -DSPIRV_SKIP_TESTS=ON \ |
26 | " | 26 | " |
27 | 27 | ||
28 | do_install_append_class-target() { | 28 | do_install:append:class-target() { |
29 | # reproducibility: remove build host path | 29 | # reproducibility: remove build host path |
30 | sed -i ${D}${libdir}/cmake/SPIRV-Tools/SPIRV-ToolsTarget.cmake \ | 30 | sed -i ${D}${libdir}/cmake/SPIRV-Tools/SPIRV-ToolsTarget.cmake \ |
31 | -e 's:${STAGING_DIR_HOST}::g' | 31 | -e 's:${STAGING_DIR_HOST}::g' |
@@ -36,7 +36,7 @@ SOLIBS = ".so" | |||
36 | FILES_SOLIBSDEV = "" | 36 | FILES_SOLIBSDEV = "" |
37 | 37 | ||
38 | PACKAGES =+ "${PN}-lesspipe" | 38 | PACKAGES =+ "${PN}-lesspipe" |
39 | FILES_${PN}-lesspipe = "${base_bindir}/spirv-lesspipe.sh" | 39 | FILES:${PN}-lesspipe = "${base_bindir}/spirv-lesspipe.sh" |
40 | RDEPENDS_${PN}-lesspipe += "${PN} bash" | 40 | RDEPENDS:${PN}-lesspipe += "${PN} bash" |
41 | 41 | ||
42 | BBCLASSEXTEND = "native nativesdk" | 42 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.4.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.4.bb index e33c4d1520..b8c2946371 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.4.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.4.bb | |||
@@ -33,6 +33,6 @@ do_install () { | |||
33 | } | 33 | } |
34 | 34 | ||
35 | PACKAGES = "${PN}" | 35 | PACKAGES = "${PN}" |
36 | FILES_${PN} += "${sysconfdir} ${datadir}" | 36 | FILES:${PN} += "${sysconfdir} ${datadir}" |
37 | 37 | ||
38 | BBCLASSEXTEND = "native nativesdk" | 38 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index 5226e84266..1f1ad83e0b 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | |||
@@ -33,4 +33,4 @@ do_install () { | |||
33 | done | 33 | done |
34 | } | 34 | } |
35 | 35 | ||
36 | FILES_${PN} = "${datadir}/fonts" | 36 | FILES:${PN} = "${datadir}/fonts" |
diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.182.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.182.0.bb index 736af7b9e7..5ae56ec076 100644 --- a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.182.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.182.0.bb | |||
@@ -17,6 +17,6 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | inherit cmake | 18 | inherit cmake |
19 | 19 | ||
20 | FILES_${PN} += "${datadir}/vulkan" | 20 | FILES:${PN} += "${datadir}/vulkan" |
21 | 21 | ||
22 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | 22 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb index ec09fd0f72..a36fa1f844 100644 --- a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb +++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bb | |||
@@ -36,6 +36,6 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" | |||
36 | PACKAGECONFIG[x11] = "-DBUILD_WSI_XLIB_SUPPORT=ON -DBUILD_WSI_XCB_SUPPORT=ON, -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_XCB_SUPPORT=OFF, libxcb libx11 libxrandr" | 36 | PACKAGECONFIG[x11] = "-DBUILD_WSI_XLIB_SUPPORT=ON -DBUILD_WSI_XCB_SUPPORT=ON, -DBUILD_WSI_XLIB_SUPPORT=OFF -DBUILD_WSI_XCB_SUPPORT=OFF, libxcb libx11 libxrandr" |
37 | PACKAGECONFIG[wayland] = "-DBUILD_WSI_WAYLAND_SUPPORT=ON, -DBUILD_WSI_WAYLAND_SUPPORT=OFF, wayland" | 37 | PACKAGECONFIG[wayland] = "-DBUILD_WSI_WAYLAND_SUPPORT=ON, -DBUILD_WSI_WAYLAND_SUPPORT=OFF, wayland" |
38 | 38 | ||
39 | RRECOMMENDS_${PN} = "mesa-vulkan-drivers" | 39 | RRECOMMENDS:${PN} = "mesa-vulkan-drivers" |
40 | 40 | ||
41 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | 41 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" |
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 503b058101..6488c00924 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
@@ -20,7 +20,7 @@ REQUIRED_DISTRO_FEATURES = 'vulkan' | |||
20 | 20 | ||
21 | inherit cmake features_check | 21 | inherit cmake features_check |
22 | 22 | ||
23 | FILES_${PN} += "${datadir}" | 23 | FILES:${PN} += "${datadir}" |
24 | 24 | ||
25 | # | 25 | # |
26 | # There is code to remove the prefix CMAKE_SOURCE_DIR from __FILENAME__ paths | 26 | # There is code to remove the prefix CMAKE_SOURCE_DIR from __FILENAME__ paths |
diff --git a/meta/recipes-graphics/waffle/waffle_1.6.1.bb b/meta/recipes-graphics/waffle/waffle_1.6.1.bb index 07d7279c2b..fa5efc12c4 100644 --- a/meta/recipes-graphics/waffle/waffle_1.6.1.bb +++ b/meta/recipes-graphics/waffle/waffle_1.6.1.bb | |||
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_URI = "http://www.waffle-gl.org/releases.html" | |||
17 | 17 | ||
18 | inherit meson features_check lib_package bash-completion | 18 | inherit meson features_check lib_package bash-completion |
19 | 19 | ||
20 | DEPENDS_append = " python3" | 20 | DEPENDS:append = " python3" |
21 | 21 | ||
22 | # This should be overridden per-machine to reflect the capabilities of the GL | 22 | # This should be overridden per-machine to reflect the capabilities of the GL |
23 | # stack. | 23 | # stack. |
diff --git a/meta/recipes-graphics/wayland/libinput_1.18.0.bb b/meta/recipes-graphics/wayland/libinput_1.18.0.bb index e46071c67b..9d1ac811aa 100644 --- a/meta/recipes-graphics/wayland/libinput_1.18.0.bb +++ b/meta/recipes-graphics/wayland/libinput_1.18.0.bb | |||
@@ -23,7 +23,7 @@ UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" | |||
23 | inherit meson pkgconfig lib_package ptest | 23 | inherit meson pkgconfig lib_package ptest |
24 | 24 | ||
25 | # Patch out build directory, otherwise it leaks into ptest binary | 25 | # Patch out build directory, otherwise it leaks into ptest binary |
26 | do_configure_append() { | 26 | do_configure:append() { |
27 | sed -i -e "s,${WORKDIR},,g" config.h | 27 | sed -i -e "s,${WORKDIR},,g" config.h |
28 | if [ -e "litest-config.h" ]; then | 28 | if [ -e "litest-config.h" ]; then |
29 | sed -i -e "s,${WORKDIR},,g" litest-config.h | 29 | sed -i -e "s,${WORKDIR},,g" litest-config.h |
@@ -42,8 +42,8 @@ EXTRA_OEMESON += "-Dudev-dir=${UDEVDIR} \ | |||
42 | -Dzshcompletiondir=no" | 42 | -Dzshcompletiondir=no" |
43 | 43 | ||
44 | # package name changed in 1.8.1 upgrade: make sure package upgrades work | 44 | # package name changed in 1.8.1 upgrade: make sure package upgrades work |
45 | RPROVIDES_${PN} = "libinput" | 45 | RPROVIDES:${PN} = "libinput" |
46 | RREPLACES_${PN} = "libinput" | 46 | RREPLACES:${PN} = "libinput" |
47 | RCONFLICTS_${PN} = "libinput" | 47 | RCONFLICTS:${PN} = "libinput" |
48 | 48 | ||
49 | FILES_${PN}-ptest += "${libexecdir}/libinput/libinput-test-suite" | 49 | FILES:${PN}-ptest += "${libexecdir}/libinput/libinput-test-suite" |
diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.21.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.21.bb index 16452f86e6..4a5a295fc8 100644 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.21.bb +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.21.bb | |||
@@ -18,4 +18,4 @@ UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | |||
18 | inherit allarch autotools pkgconfig | 18 | inherit allarch autotools pkgconfig |
19 | 19 | ||
20 | PACKAGES = "${PN}" | 20 | PACKAGES = "${PN}" |
21 | FILES_${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" | 21 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" |
diff --git a/meta/recipes-graphics/wayland/wayland_1.19.0.bb b/meta/recipes-graphics/wayland/wayland_1.19.0.bb index 0fda80ccae..d6e468497d 100644 --- a/meta/recipes-graphics/wayland/wayland_1.19.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.19.0.bb | |||
@@ -28,11 +28,11 @@ PACKAGECONFIG ??= "dtd-validation" | |||
28 | PACKAGECONFIG[dtd-validation] = "-Ddtd_validation=true,-Ddtd_validation=false,libxml2,," | 28 | PACKAGECONFIG[dtd-validation] = "-Ddtd_validation=true,-Ddtd_validation=false,libxml2,," |
29 | 29 | ||
30 | EXTRA_OEMESON = "-Ddocumentation=false" | 30 | EXTRA_OEMESON = "-Ddocumentation=false" |
31 | EXTRA_OEMESON_class-native = "-Ddocumentation=false -Dlibraries=false" | 31 | EXTRA_OEMESON:class-native = "-Ddocumentation=false -Dlibraries=false" |
32 | 32 | ||
33 | # Wayland installs a M4 macro for other projects to use, which uses the target | 33 | # Wayland installs a M4 macro for other projects to use, which uses the target |
34 | # pkg-config to find files. Replace pkg-config with pkg-config-native. | 34 | # pkg-config to find files. Replace pkg-config with pkg-config-native. |
35 | do_install_append_class-native() { | 35 | do_install:append:class-native() { |
36 | sed -e 's,PKG_CHECK_MODULES(.*),,g' \ | 36 | sed -e 's,PKG_CHECK_MODULES(.*),,g' \ |
37 | -e 's,$PKG_CONFIG,pkg-config-native,g' \ | 37 | -e 's,$PKG_CONFIG,pkg-config-native,g' \ |
38 | -i ${D}/${datadir}/aclocal/wayland-scanner.m4 | 38 | -i ${D}/${datadir}/aclocal/wayland-scanner.m4 |
@@ -47,16 +47,16 @@ do_install_ptest() { | |||
47 | cp -rf ${S}/egl/wayland-egl-symbols-check ${D}${PTEST_PATH}/tests/ | 47 | cp -rf ${S}/egl/wayland-egl-symbols-check ${D}${PTEST_PATH}/tests/ |
48 | } | 48 | } |
49 | 49 | ||
50 | sysroot_stage_all_append_class-target () { | 50 | sysroot_stage_all:append:class-target () { |
51 | rm ${SYSROOT_DESTDIR}/${datadir}/aclocal/wayland-scanner.m4 | 51 | rm ${SYSROOT_DESTDIR}/${datadir}/aclocal/wayland-scanner.m4 |
52 | cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/ | 52 | cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/ |
53 | } | 53 | } |
54 | 54 | ||
55 | PACKAGES += "${PN}-tools" | 55 | PACKAGES += "${PN}-tools" |
56 | 56 | ||
57 | FILES_${PN} = "${libdir}/*${SOLIBS}" | 57 | FILES:${PN} = "${libdir}/*${SOLIBS}" |
58 | FILES_${PN}-tools += "${bindir} ${datadir}/wayland" | 58 | FILES:${PN}-tools += "${bindir} ${datadir}/wayland" |
59 | 59 | ||
60 | BBCLASSEXTEND = "native nativesdk" | 60 | BBCLASSEXTEND = "native nativesdk" |
61 | 61 | ||
62 | RDEPENDS_${PN}-ptest += "binutils sed ${PN}-tools" | 62 | RDEPENDS:${PN}-ptest += "binutils sed ${PN}-tools" |
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 6b78e6722f..fecf926fb3 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
@@ -19,13 +19,13 @@ PACKAGECONFIG ??= "" | |||
19 | PACKAGECONFIG[no-idle-timeout] = ",," | 19 | PACKAGECONFIG[no-idle-timeout] = ",," |
20 | 20 | ||
21 | DEFAULTBACKEND ??= "" | 21 | DEFAULTBACKEND ??= "" |
22 | DEFAULTBACKEND_qemuall ?= "fbdev" | 22 | DEFAULTBACKEND:qemuall ?= "fbdev" |
23 | DEFAULTBACKEND_qemuarm64 = "drm" | 23 | DEFAULTBACKEND:qemuarm64 = "drm" |
24 | DEFAULTBACKEND_qemux86 = "drm" | 24 | DEFAULTBACKEND:qemux86 = "drm" |
25 | DEFAULTBACKEND_qemux86-64 = "drm" | 25 | DEFAULTBACKEND:qemux86-64 = "drm" |
26 | # gallium swrast was found to crash weston on startup in x32 qemu | 26 | # gallium swrast was found to crash weston on startup in x32 qemu |
27 | DEFAULTBACKEND_qemux86-64_x86-x32 = "fbdev" | 27 | DEFAULTBACKEND:qemux86-64:x86-x32 = "fbdev" |
28 | DEFAULTBACKEND_x86-x32 = "fbdev" | 28 | DEFAULTBACKEND:x86-x32 = "fbdev" |
29 | 29 | ||
30 | do_install() { | 30 | do_install() { |
31 | if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then | 31 | if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then |
@@ -70,12 +70,12 @@ USERADD_PACKAGES = "${PN}" | |||
70 | # requires pam enabled if started via systemd | 70 | # requires pam enabled if started via systemd |
71 | REQUIRED_DISTRO_FEATURES = "opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}" | 71 | REQUIRED_DISTRO_FEATURES = "opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'systemd', 'pam', '', d)}" |
72 | 72 | ||
73 | RDEPENDS_${PN} = "weston kbd" | 73 | RDEPENDS:${PN} = "weston kbd" |
74 | 74 | ||
75 | INITSCRIPT_NAME = "weston" | 75 | INITSCRIPT_NAME = "weston" |
76 | INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." | 76 | INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." |
77 | 77 | ||
78 | FILES_${PN} += "\ | 78 | FILES:${PN} += "\ |
79 | ${sysconfdir}/xdg/weston/weston.ini \ | 79 | ${sysconfdir}/xdg/weston/weston.ini \ |
80 | ${systemd_system_unitdir}/weston.service \ | 80 | ${systemd_system_unitdir}/weston.service \ |
81 | ${systemd_system_unitdir}/weston.socket \ | 81 | ${systemd_system_unitdir}/weston.socket \ |
@@ -84,9 +84,9 @@ FILES_${PN} += "\ | |||
84 | /home/weston \ | 84 | /home/weston \ |
85 | " | 85 | " |
86 | 86 | ||
87 | CONFFILES_${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/weston" | 87 | CONFFILES:${PN} += "${sysconfdir}/xdg/weston/weston.ini ${sysconfdir}/default/weston" |
88 | 88 | ||
89 | SYSTEMD_SERVICE_${PN} = "weston.service weston.socket" | 89 | SYSTEMD_SERVICE:${PN} = "weston.service weston.socket" |
90 | USERADD_PARAM_${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input weston" | 90 | USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input weston" |
91 | GROUPADD_PARAM_${PN} = "-r wayland" | 91 | GROUPADD_PARAM:${PN} = "-r wayland" |
92 | 92 | ||
diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_9.0.0.bb index ce2b7d4f37..fbf181b4a6 100644 --- a/meta/recipes-graphics/wayland/weston_9.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | |||
14 | file://0001-meson.build-fix-incorrect-header.patch \ | 14 | file://0001-meson.build-fix-incorrect-header.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI_append_libc-musl = " file://dont-use-plane-add-prop.patch " | 17 | SRC_URI:append:libc-musl = " file://dont-use-plane-add-prop.patch " |
18 | 18 | ||
19 | SRC_URI[sha256sum] = "5cf5d6ce192e0eb15c1fc861a436bf21b5bb3b91dbdabbdebe83e1f83aa098fe" | 19 | SRC_URI[sha256sum] = "5cf5d6ce192e0eb15c1fc861a436bf21b5bb3b91dbdabbdebe83e1f83aa098fe" |
20 | 20 | ||
@@ -91,7 +91,7 @@ PACKAGECONFIG[shell-ivi] = "-Dshell-ivi=true,-Dshell-ivi=false" | |||
91 | # JPEG image loading support | 91 | # JPEG image loading support |
92 | PACKAGECONFIG[image-jpeg] = "-Dimage-jpeg=true,-Dimage-jpeg=false, jpeg" | 92 | PACKAGECONFIG[image-jpeg] = "-Dimage-jpeg=true,-Dimage-jpeg=false, jpeg" |
93 | 93 | ||
94 | do_install_append() { | 94 | do_install:append() { |
95 | # Weston doesn't need the .la files to load modules, so wipe them | 95 | # Weston doesn't need the .la files to load modules, so wipe them |
96 | rm -f ${D}/${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.la | 96 | rm -f ${D}/${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.la |
97 | 97 | ||
@@ -116,20 +116,20 @@ do_install_append() { | |||
116 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ | 116 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ |
117 | libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" | 117 | libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" |
118 | 118 | ||
119 | FILES_${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" | 119 | FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" |
120 | FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so* ${datadir}" | 120 | FILES:${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so* ${datadir}" |
121 | 121 | ||
122 | FILES_libweston-${WESTON_MAJOR_VERSION} = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.so" | 122 | FILES:libweston-${WESTON_MAJOR_VERSION} = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.so" |
123 | SUMMARY_libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wayland window managers'." | 123 | SUMMARY:libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wayland window managers'." |
124 | 124 | ||
125 | FILES_${PN}-examples = "${bindir}/*" | 125 | FILES:${PN}-examples = "${bindir}/*" |
126 | 126 | ||
127 | FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" | 127 | FILES:${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" |
128 | RDEPENDS_${PN}-xwayland += "xwayland" | 128 | RDEPENDS:${PN}-xwayland += "xwayland" |
129 | 129 | ||
130 | RDEPENDS_${PN} += "xkeyboard-config" | 130 | RDEPENDS:${PN} += "xkeyboard-config" |
131 | RRECOMMENDS_${PN} = "weston-init liberation-fonts" | 131 | RRECOMMENDS:${PN} = "weston-init liberation-fonts" |
132 | RRECOMMENDS_${PN}-dev += "wayland-protocols" | 132 | RRECOMMENDS:${PN}-dev += "wayland-protocols" |
133 | 133 | ||
134 | USERADD_PACKAGES = "${PN}" | 134 | USERADD_PACKAGES = "${PN}" |
135 | GROUPADD_PARAM_${PN} = "--system weston-launch" | 135 | GROUPADD_PARAM:${PN} = "--system weston-launch" |
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb index c2995f99ff..3f20ad4fc7 100644 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb | |||
@@ -63,10 +63,10 @@ do_install() { | |||
63 | fi | 63 | fi |
64 | } | 64 | } |
65 | 65 | ||
66 | RDEPENDS_${PN} = "xinit ${@oe.utils.conditional('ROOTLESS_X', '1', 'xuser-account libcap libcap-bin', '', d)}" | 66 | RDEPENDS:${PN} = "xinit ${@oe.utils.conditional('ROOTLESS_X', '1', 'xuser-account libcap libcap-bin', '', d)}" |
67 | 67 | ||
68 | INITSCRIPT_NAME = "xserver-nodm" | 68 | INITSCRIPT_NAME = "xserver-nodm" |
69 | INITSCRIPT_PARAMS = "start 9 5 . stop 20 0 1 2 3 6 ." | 69 | INITSCRIPT_PARAMS = "start 9 5 . stop 20 0 1 2 3 6 ." |
70 | SYSTEMD_SERVICE_${PN} = "xserver-nodm.service" | 70 | SYSTEMD_SERVICE:${PN} = "xserver-nodm.service" |
71 | 71 | ||
72 | RCONFLICTS_${PN} = "xserver-common (< 1.34-r9) x11-common" | 72 | RCONFLICTS:${PN} = "xserver-common (< 1.34-r9) x11-common" |
diff --git a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb index a4ab7f6eb8..f484f537c1 100644 --- a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb +++ b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb | |||
@@ -17,4 +17,4 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | inherit autotools allarch | 18 | inherit autotools allarch |
19 | 19 | ||
20 | FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" | 20 | FILES:${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" |
diff --git a/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb b/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb index baaf8fa9ad..b77c940dde 100644 --- a/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb +++ b/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb | |||
@@ -20,4 +20,4 @@ do_install() { | |||
20 | } | 20 | } |
21 | 21 | ||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
23 | CONFFILES_${PN} = "${sysconfdir}/pointercal.xinput" | 23 | CONFFILES:${PN} = "${sysconfdir}/pointercal.xinput" |
diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb index d2a16643fe..2553d89529 100644 --- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | |||
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git" | |||
23 | # force native X11 ui as we don't have gtk+ in DEPENDS | 23 | # force native X11 ui as we don't have gtk+ in DEPENDS |
24 | EXTRA_OECONF += "--with-gui=x11" | 24 | EXTRA_OECONF += "--with-gui=x11" |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | install -d ${D}${bindir} | 27 | install -d ${D}${bindir} |
28 | install -m 0755 ${S}/scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh | 28 | install -m 0755 ${S}/scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh |
29 | 29 | ||
@@ -34,6 +34,6 @@ do_install_append() { | |||
34 | sed -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' ${S}/scripts/xinput_calibrator.desktop > ${D}${sysconfdir}/xdg/autostart/xinput_calibrator.desktop | 34 | sed -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' ${S}/scripts/xinput_calibrator.desktop > ${D}${sysconfdir}/xdg/autostart/xinput_calibrator.desktop |
35 | } | 35 | } |
36 | 36 | ||
37 | FILES_${PN} += "${sysconfdir}/xdg/autostart" | 37 | FILES:${PN} += "${sysconfdir}/xdg/autostart" |
38 | RDEPENDS_${PN} = "xinput formfactor" | 38 | RDEPENDS:${PN} = "xinput formfactor" |
39 | RRECOMMENDS_${PN} = "pointercal-xinput" | 39 | RRECOMMENDS:${PN} = "pointercal-xinput" |
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb index a767ee847b..2d0c51a423 100644 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb | |||
@@ -11,7 +11,7 @@ is used by the mkfontdir program." | |||
11 | DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" | 11 | DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" |
12 | 12 | ||
13 | PROVIDES += "mkfontdir" | 13 | PROVIDES += "mkfontdir" |
14 | RPROVIDES_${PN} += "mkfontdir" | 14 | RPROVIDES:${PN} += "mkfontdir" |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | 17 | ||
diff --git a/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb b/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb index c3e853631b..db287a5b57 100644 --- a/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb +++ b/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb | |||
@@ -13,4 +13,4 @@ PE = "1" | |||
13 | SRC_URI[md5sum] = "eab5bbd7642e5c784429307ec210d198" | 13 | SRC_URI[md5sum] = "eab5bbd7642e5c784429307ec210d198" |
14 | SRC_URI[sha256sum] = "bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0" | 14 | SRC_URI[sha256sum] = "bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/X11" | 16 | FILES:${PN} += "${datadir}/X11" |
diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb b/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb index c4d443bfb9..651d03caca 100644 --- a/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb +++ b/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb | |||
@@ -17,11 +17,11 @@ inherit multilib_script | |||
17 | 17 | ||
18 | MULTILIB_SCRIPTS = "${PN}:${bindir}/x11perfcomp" | 18 | MULTILIB_SCRIPTS = "${PN}:${bindir}/x11perfcomp" |
19 | 19 | ||
20 | do_install_append_class-target () { | 20 | do_install:append:class-target () { |
21 | sed -i -e 's:${HOSTTOOLS_DIR}/::g' ${D}${bindir}/x11perfcomp | 21 | sed -i -e 's:${HOSTTOOLS_DIR}/::g' ${D}${bindir}/x11perfcomp |
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} += "${libdir}/X11/x11perfcomp/*" | 24 | FILES:${PN} += "${libdir}/X11/x11perfcomp/*" |
25 | 25 | ||
26 | SRC_URI[md5sum] = "e96b56756990c56c24d2d02c2964456b" | 26 | SRC_URI[md5sum] = "e96b56756990c56c24d2d02c2964456b" |
27 | SRC_URI[sha256sum] = "1c7e0b8ffc2794b4ccf11e04d551823abe0ea47b4f7db0637390db6fbe817c34" | 27 | SRC_URI[sha256sum] = "1c7e0b8ffc2794b4ccf11e04d551823abe0ea47b4f7db0637390db6fbe817c34" |
diff --git a/meta/recipes-graphics/xorg-app/xinit_1.4.1.bb b/meta/recipes-graphics/xorg-app/xinit_1.4.1.bb index 301ea1c243..e6ebf273e8 100644 --- a/meta/recipes-graphics/xorg-app/xinit_1.4.1.bb +++ b/meta/recipes-graphics/xorg-app/xinit_1.4.1.bb | |||
@@ -22,4 +22,4 @@ EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" | |||
22 | PACKAGECONFIG ??= "rxvt" | 22 | PACKAGECONFIG ??= "rxvt" |
23 | PACKAGECONFIG[rxvt] = "--with-xterm=rxvt,,,rxvt-unicode" | 23 | PACKAGECONFIG[rxvt] = "--with-xterm=rxvt,,,rxvt-unicode" |
24 | 24 | ||
25 | RDEPENDS_${PN} += "util-linux-mcookie" | 25 | RDEPENDS:${PN} += "util-linux-mcookie" |
diff --git a/meta/recipes-graphics/xorg-app/xorg-app-common.inc b/meta/recipes-graphics/xorg-app/xorg-app-common.inc index cb8cf4f5fa..1a20099880 100644 --- a/meta/recipes-graphics/xorg-app/xorg-app-common.inc +++ b/meta/recipes-graphics/xorg-app/xorg-app-common.inc | |||
@@ -12,4 +12,4 @@ SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2" | |||
12 | 12 | ||
13 | inherit autotools pkgconfig features_check | 13 | inherit autotools pkgconfig features_check |
14 | 14 | ||
15 | FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/" | 15 | FILES:${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb index 5688eb4767..3b5af3fae9 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb | |||
@@ -8,4 +8,4 @@ DEPENDS += "libinput" | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "e11d2a41419124a6e9b148f1df181bf7819fc7398c8ee9a1b6390b0742c68d16" | 9 | SRC_URI[sha256sum] = "e11d2a41419124a6e9b148f1df181bf7819fc7398c8ee9a1b6390b0742c68d16" |
10 | 10 | ||
11 | FILES_${PN} += "${datadir}/X11/xorg.conf.d" | 11 | FILES:${PN} += "${datadir}/X11/xorg.conf.d" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb index 92a1b25ebe..5e740037d9 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb | |||
@@ -9,13 +9,13 @@ standard 'mouse' driver if a VMware virtual machine is not detected." | |||
9 | SRC_URI[md5sum] = "85e2e464b7219c495ad3a16465c226ed" | 9 | SRC_URI[md5sum] = "85e2e464b7219c495ad3a16465c226ed" |
10 | SRC_URI[sha256sum] = "0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319" | 10 | SRC_URI[sha256sum] = "0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319" |
11 | 11 | ||
12 | RDEPENDS_${PN} += "xf86-input-mouse" | 12 | RDEPENDS:${PN} += "xf86-input-mouse" |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=622841c068a9d7625fbfe7acffb1a8fc" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=622841c068a9d7625fbfe7acffb1a8fc" |
15 | 15 | ||
16 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 16 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
17 | 17 | ||
18 | do_install_append () { | 18 | do_install:append () { |
19 | # We don't care about hal | 19 | # We don't care about hal |
20 | rm -rf ${D}${datadir}/hal/ | 20 | rm -rf ${D}${datadir}/hal/ |
21 | rm -rf ${D}${libdir}/hal/ | 21 | rm -rf ${D}${libdir}/hal/ |
@@ -23,4 +23,4 @@ do_install_append () { | |||
23 | 23 | ||
24 | EXTRA_OECONF = "--with-udev-rules-dir=${nonarch_base_libdir}/udev/rules.d" | 24 | EXTRA_OECONF = "--with-udev-rules-dir=${nonarch_base_libdir}/udev/rules.d" |
25 | 25 | ||
26 | FILES_${PN} += "${datadir}/X11/xorg.conf.d" | 26 | FILES:${PN} += "${datadir}/X11/xorg.conf.d" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index 161371b118..1d8077a600 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
@@ -39,4 +39,4 @@ EXTRA_OECONF += '${@oe.utils.conditional( "ROOTLESS_X", "1", " --enable-kms-only | |||
39 | 39 | ||
40 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 40 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
41 | 41 | ||
42 | FILES_${PN} += "${datadir}/polkit-1" | 42 | FILES:${PN} += "${datadir}/polkit-1" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.5.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.5.0.bb index d313c8c6a8..05bb905b35 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.5.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.5.0.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += "virtual/libx11 xorgproto libpciaccess" | |||
13 | 13 | ||
14 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 14 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
15 | 15 | ||
16 | RRECOMMENDS_${PN} += "xserver-xorg-module-libint10" | 16 | RRECOMMENDS:${PN} += "xserver-xorg-module-libint10" |
17 | 17 | ||
18 | SRC_URI[sha256sum] = "1f1624f3c73906801ad1bc98335a2cb5676a7a4d18e5374d9a1d18464e54c659" | 18 | SRC_URI[sha256sum] = "1f1624f3c73906801ad1bc98335a2cb5676a7a4d18e5374d9a1d18464e54c659" |
19 | 19 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc index 493b90a298..65c5e3c48a 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | |||
@@ -10,7 +10,7 @@ DEPENDS = "virtual/xserver xorgproto util-macros" | |||
10 | 10 | ||
11 | SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" | 11 | SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2" |
12 | 12 | ||
13 | FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" | 13 | FILES:${PN} += " ${libdir}/xorg/modules/drivers/*.so" |
14 | 14 | ||
15 | XORGBUILDCLASS ??= "autotools" | 15 | XORGBUILDCLASS ??= "autotools" |
16 | inherit ${XORGBUILDCLASS} pkgconfig features_check | 16 | inherit ${XORGBUILDCLASS} pkgconfig features_check |
@@ -20,7 +20,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
20 | 20 | ||
21 | # FIXME: We don't want to include the libtool archives (*.la) from modules | 21 | # FIXME: We don't want to include the libtool archives (*.la) from modules |
22 | # directory, as they serve no useful purpose. Upstream should fix Makefile.am | 22 | # directory, as they serve no useful purpose. Upstream should fix Makefile.am |
23 | do_install_append() { | 23 | do_install:append() { |
24 | find ${D}${libdir}/xorg/modules -regex ".*\.la$" | xargs rm -f -- | 24 | find ${D}${libdir}/xorg/modules -regex ".*\.la$" | xargs rm -f -- |
25 | } | 25 | } |
26 | 26 | ||
@@ -38,6 +38,6 @@ def _add_xorg_abi_depends(d, name): | |||
38 | abi = "%sxorg-abi-%s-%s" % (mlprefix, name, output.split(".")[0]) | 38 | abi = "%sxorg-abi-%s-%s" % (mlprefix, name, output.split(".")[0]) |
39 | 39 | ||
40 | pn = d.getVar("PN") | 40 | pn = d.getVar("PN") |
41 | d.appendVar('RDEPENDS_' + pn, ' ' + abi) | 41 | d.appendVar('RDEPENDS:' + pn, ' ' + abi) |
42 | 42 | ||
43 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" | 43 | SECURITY_LDFLAGS = "${SECURITY_X_LDFLAGS}" |
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc index 57912e70db..934c3d75c1 100644 --- a/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc +++ b/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc | |||
@@ -7,6 +7,6 @@ python add_xorg_abi_depends() { | |||
7 | } | 7 | } |
8 | PACKAGEFUNCS =+ "add_xorg_abi_depends" | 8 | PACKAGEFUNCS =+ "add_xorg_abi_depends" |
9 | 9 | ||
10 | FILES_${PN} += " ${libdir}/xorg/modules/input/*.so \ | 10 | FILES:${PN} += " ${libdir}/xorg/modules/input/*.so \ |
11 | ${datadir}/X11/xorg.conf.d \ | 11 | ${datadir}/X11/xorg.conf.d \ |
12 | " | 12 | " |
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb index 713fcfb935..8ddbaf24dd 100644 --- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb +++ b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | |||
@@ -10,7 +10,7 @@ PE = "1" | |||
10 | PR = "r3" | 10 | PR = "r3" |
11 | 11 | ||
12 | DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" | 12 | DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" |
13 | RDEPENDS_${PN} = "" | 13 | RDEPENDS:${PN} = "" |
14 | 14 | ||
15 | SRC_URI += "file://nocompiler.patch" | 15 | SRC_URI += "file://nocompiler.patch" |
16 | SRC_URI[md5sum] = "bbae4f247b88ccde0e85ed6a403da22a" | 16 | SRC_URI[md5sum] = "bbae4f247b88ccde0e85ed6a403da22a" |
@@ -21,5 +21,5 @@ inherit allarch | |||
21 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" | 21 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" |
22 | 22 | ||
23 | # postinst from .inc doesn't apply to this recipe | 23 | # postinst from .inc doesn't apply to this recipe |
24 | pkg_postinst_${PN} () { | 24 | pkg_postinst:${PN} () { |
25 | } | 25 | } |
diff --git a/meta/recipes-graphics/xorg-font/font-alias_1.0.4.bb b/meta/recipes-graphics/xorg-font/font-alias_1.0.4.bb index e4b70c69dc..d80ecbeb8f 100644 --- a/meta/recipes-graphics/xorg-font/font-alias_1.0.4.bb +++ b/meta/recipes-graphics/xorg-font/font-alias_1.0.4.bb | |||
@@ -13,8 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \ | |||
13 | SRC_URI += "file://nocompiler.patch" | 13 | SRC_URI += "file://nocompiler.patch" |
14 | 14 | ||
15 | DEPENDS = "util-macros-native font-util-native" | 15 | DEPENDS = "util-macros-native font-util-native" |
16 | RDEPENDS_${PN} = "encodings font-util" | 16 | RDEPENDS:${PN} = "encodings font-util" |
17 | RDEPENDS_${PN}_class-native = "font-util-native" | 17 | RDEPENDS:${PN}:class-native = "font-util-native" |
18 | 18 | ||
19 | inherit allarch | 19 | inherit allarch |
20 | 20 | ||
diff --git a/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb b/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb index ebe7a603fa..8f2d10e25b 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb | |||
@@ -10,13 +10,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \ | |||
10 | file://map-ISO8859-1;beginline=9;endline=23;md5=1cecb984063248f29ffe5c46f5c04f34" | 10 | file://map-ISO8859-1;beginline=9;endline=23;md5=1cecb984063248f29ffe5c46f5c04f34" |
11 | 11 | ||
12 | DEPENDS = "encodings util-macros" | 12 | DEPENDS = "encodings util-macros" |
13 | DEPENDS_class-native = "util-macros-native" | 13 | DEPENDS:class-native = "util-macros-native" |
14 | RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" | 14 | RDEPENDS:${PN} = "mkfontdir mkfontscale encodings" |
15 | RDEPENDS_${PN}_class-native = "" | 15 | RDEPENDS:${PN}:class-native = "" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "3d6adb76fdd072db8c8fae41b40855e8" | 19 | SRC_URI[md5sum] = "3d6adb76fdd072db8c8fae41b40855e8" |
20 | SRC_URI[sha256sum] = "3ad880444123ac06a7238546fa38a2a6ad7f7e0cc3614de7e103863616522282" | 20 | SRC_URI[sha256sum] = "3ad880444123ac06a7238546fa38a2a6ad7f7e0cc3614de7e103863616522282" |
21 | 21 | ||
22 | SYSROOT_DIRS_BLACKLIST_remove = "${datadir}/fonts" | 22 | SYSROOT_DIRS_BLACKLIST:remove = "${datadir}/fonts" |
diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc index 7ca5c76a66..ba5840425c 100644 --- a/meta/recipes-graphics/xorg-font/xorg-font-common.inc +++ b/meta/recipes-graphics/xorg-font/xorg-font-common.inc | |||
@@ -5,7 +5,7 @@ SECTION = "x11/fonts" | |||
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
6 | 6 | ||
7 | DEPENDS = " encodings font-alias font-util-native" | 7 | DEPENDS = " encodings font-alias font-util-native" |
8 | RDEPENDS_${PN} = "encodings font-util font-alias" | 8 | RDEPENDS:${PN} = "encodings font-util font-alias" |
9 | 9 | ||
10 | XORG_PN = "${BPN}" | 10 | XORG_PN = "${BPN}" |
11 | 11 | ||
@@ -19,17 +19,17 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
19 | 19 | ||
20 | EXTRA_OEMAKE += "FCCACHE=/bin/true UTIL_DIR=${STAGING_DIR_TARGET}\$\(MAPFILES_PATH\)" | 20 | EXTRA_OEMAKE += "FCCACHE=/bin/true UTIL_DIR=${STAGING_DIR_TARGET}\$\(MAPFILES_PATH\)" |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f | 23 | find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f |
24 | find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f | 24 | find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f |
25 | find ${D}${datadir}/fonts/X11 -type f -name fonts.dir | xargs rm -f | 25 | find ${D}${datadir}/fonts/X11 -type f -name fonts.dir | xargs rm -f |
26 | find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f | 26 | find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} += " ${libdir}/X11/fonts ${datadir}" | 29 | FILES:${PN} += " ${libdir}/X11/fonts ${datadir}" |
30 | 30 | ||
31 | PACKAGE_WRITE_DEPS += "mkfontdir-native mkfontscale-native" | 31 | PACKAGE_WRITE_DEPS += "mkfontdir-native mkfontscale-native" |
32 | pkg_postinst_${PN} () { | 32 | pkg_postinst:${PN} () { |
33 | for fontdir in `find $D/usr/lib/X11/fonts -type d`; do | 33 | for fontdir in `find $D/usr/lib/X11/fonts -type d`; do |
34 | mkfontdir $fontdir | 34 | mkfontdir $fontdir |
35 | mkfontscale $fontdir | 35 | mkfontscale $fontdir |
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb index f0c77f33bd..88f534ccf7 100644 --- a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb +++ b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb | |||
@@ -25,8 +25,8 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
25 | S = "${WORKDIR}/misc" | 25 | S = "${WORKDIR}/misc" |
26 | 26 | ||
27 | PACKAGES = "${PN}" | 27 | PACKAGES = "${PN}" |
28 | FILES_${PN} = "${libdir}/X11/ ${datadir}/fonts/X11/" | 28 | FILES:${PN} = "${libdir}/X11/ ${datadir}/fonts/X11/" |
29 | RDEPENDS_${PN} += "font-alias" | 29 | RDEPENDS:${PN} += "font-alias" |
30 | 30 | ||
31 | do_install() { | 31 | do_install() { |
32 | install -d ${D}/${datadir}/fonts/X11/misc | 32 | install -d ${D}/${datadir}/fonts/X11/misc |
diff --git a/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb b/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb index ffa1c859d6..b398e8b626 100644 --- a/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb +++ b/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78 | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | RDEPENDS_${PN}-dev = "" | 16 | RDEPENDS:${PN}-dev = "" |
17 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 17 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
18 | 18 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb b/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb index 0f4be35770..7519b4c018 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.6.8.bb | |||
@@ -23,7 +23,7 @@ EXTRA_OECONF += "--disable-xkb" | |||
23 | 23 | ||
24 | PACKAGES = "${PN}" | 24 | PACKAGES = "${PN}" |
25 | 25 | ||
26 | FILES_${PN} = "${datadir}/X11/locale ${libdir}/X11/locale" | 26 | FILES:${PN} = "${datadir}/X11/locale ${libdir}/X11/locale" |
27 | 27 | ||
28 | do_compile() { | 28 | do_compile() { |
29 | oe_runmake -C nls | 29 | oe_runmake -C nls |
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb b/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb index c9ddc12f08..c84f33e92c 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.7.2.bb | |||
@@ -36,8 +36,8 @@ PACKAGES =+ "${PN}-xcb" | |||
36 | 36 | ||
37 | inherit gettext | 37 | inherit gettext |
38 | 38 | ||
39 | FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt" | 39 | FILES:${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt" |
40 | FILES_${PN}-xcb += "${libdir}/libX11-xcb.so.*" | 40 | FILES:${PN}-xcb += "${libdir}/libX11-xcb.so.*" |
41 | FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" | 41 | FILES:${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" |
42 | 42 | ||
43 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.14.bb b/meta/recipes-graphics/xorg-lib/libxcb_1.14.bb index f0a223a19c..5341bbd4bc 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb_1.14.bb +++ b/meta/recipes-graphics/xorg-lib/libxcb_1.14.bb | |||
@@ -21,7 +21,7 @@ DEPENDS = "xcb-proto xorgproto libxau libpthread-stubs libxdmcp" | |||
21 | 21 | ||
22 | PACKAGES_DYNAMIC = "^${PN}-.*" | 22 | PACKAGES_DYNAMIC = "^${PN}-.*" |
23 | 23 | ||
24 | FILES_${PN} = "${libdir}/libxcb.so.*" | 24 | FILES:${PN} = "${libdir}/libxcb.so.*" |
25 | 25 | ||
26 | inherit autotools pkgconfig features_check | 26 | inherit autotools pkgconfig features_check |
27 | 27 | ||
@@ -30,10 +30,10 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
30 | 30 | ||
31 | export PYTHON = "python3" | 31 | export PYTHON = "python3" |
32 | 32 | ||
33 | do_install_append () { | 33 | do_install:append () { |
34 | chown root.root ${D}${datadir}/doc/${BPN}/tutorial -R | 34 | chown root.root ${D}${datadir}/doc/${BPN}/tutorial -R |
35 | } | 35 | } |
36 | 36 | ||
37 | python populate_packages_prepend () { | 37 | python populate_packages:prepend () { |
38 | do_split_packages(d, '${libdir}', r'^libxcb-(.*)\.so\..*$', '${PN}-%s', 'XCB library module for %s', allow_links=True) | 38 | do_split_packages(d, '${libdir}', r'^libxcb-(.*)\.so\..*$', '${PN}-%s', 'XCB library module for %s', allow_links=True) |
39 | } | 39 | } |
diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.3.3.bb b/meta/recipes-graphics/xorg-lib/libxft_2.3.3.bb index 65bd9ae494..a6fb5642da 100644 --- a/meta/recipes-graphics/xorg-lib/libxft_2.3.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxft_2.3.3.bb | |||
@@ -29,5 +29,5 @@ BBCLASSEXTEND = "native nativesdk" | |||
29 | 29 | ||
30 | python () { | 30 | python () { |
31 | if d.getVar('DEBIAN_NAMES'): | 31 | if d.getVar('DEBIAN_NAMES'): |
32 | d.setVar('PKG_${PN}', '${MLPREFIX}libxft2') | 32 | d.setVar('PKG:${PN}', '${MLPREFIX}libxft2') |
33 | } | 33 | } |
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.0.bb index 26bbaadcb5..57c318cf5e 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.3.0.bb | |||
@@ -23,4 +23,4 @@ PACKAGECONFIG[wayland] = "-Denable-wayland=true,-Denable-wayland=false,wayland-n | |||
23 | 23 | ||
24 | # Fix a following runtime error: | 24 | # Fix a following runtime error: |
25 | # xkbcommon: ERROR: couldn't find a Compose file for locale "C" | 25 | # xkbcommon: ERROR: couldn't find a Compose file for locale "C" |
26 | RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', 'libx11-compose-data', d)}" | 26 | RDEPENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11-locale', 'libx11-compose-data', d)}" |
diff --git a/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb index dc3179f53e..7e92d0499a 100644 --- a/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb | |||
@@ -23,7 +23,7 @@ LEAD_SONAME = "libXmu" | |||
23 | 23 | ||
24 | PACKAGES =+ "libxmuu" | 24 | PACKAGES =+ "libxmuu" |
25 | 25 | ||
26 | FILES_libxmuu = "${libdir}/libXmuu.so.*" | 26 | FILES:libxmuu = "${libdir}/libXmuu.so.*" |
27 | 27 | ||
28 | BBCLASSEXTEND = "native" | 28 | BBCLASSEXTEND = "native" |
29 | 29 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.13.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.13.bb index fda8e32d2c..4f0a5d7ba0 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.13.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.13.bb | |||
@@ -18,8 +18,8 @@ PE = "1" | |||
18 | XORG_PN = "libXpm" | 18 | XORG_PN = "libXpm" |
19 | 19 | ||
20 | PACKAGES =+ "sxpm cxpm" | 20 | PACKAGES =+ "sxpm cxpm" |
21 | FILES_cxpm = "${bindir}/cxpm" | 21 | FILES:cxpm = "${bindir}/cxpm" |
22 | FILES_sxpm = "${bindir}/sxpm" | 22 | FILES:sxpm = "${bindir}/sxpm" |
23 | 23 | ||
24 | SRC_URI[md5sum] = "6f0ecf8d103d528cfc803aa475137afa" | 24 | SRC_URI[md5sum] = "6f0ecf8d103d528cfc803aa475137afa" |
25 | SRC_URI[sha256sum] = "9cd1da57588b6cb71450eff2273ef6b657537a9ac4d02d0014228845b935ac25" | 25 | SRC_URI[sha256sum] = "9cd1da57588b6cb71450eff2273ef6b657537a9ac4d02d0014228845b935ac25" |
diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.3.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.3.bb index aed52e75ee..b52fd00f1a 100644 --- a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.3.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb" | |||
14 | 14 | ||
15 | DEPENDS += "libxext xorgproto" | 15 | DEPENDS += "libxext xorgproto" |
16 | PROVIDES = "libxss" | 16 | PROVIDES = "libxss" |
17 | RREPLACES_${PN} = "libxss" | 17 | RREPLACES:${PN} = "libxss" |
18 | PE = "1" | 18 | PE = "1" |
19 | 19 | ||
20 | XORG_PN = "libXScrnSaver" | 20 | XORG_PN = "libXScrnSaver" |
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.33.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.33.bb index 197a870e76..138e451d07 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.33.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.33.bb | |||
@@ -20,11 +20,11 @@ DEPENDS = "util-macros libxslt-native" | |||
20 | 20 | ||
21 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" | 21 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" |
22 | 22 | ||
23 | FILES_${PN} += "${datadir}/X11/xkb" | 23 | FILES:${PN} += "${datadir}/X11/xkb" |
24 | 24 | ||
25 | inherit autotools pkgconfig gettext python3native | 25 | inherit autotools pkgconfig gettext python3native |
26 | 26 | ||
27 | do_install_append () { | 27 | do_install:append () { |
28 | install -d ${D}${datadir}/X11/xkb/compiled | 28 | install -d ${D}${datadir}/X11/xkb/compiled |
29 | cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg | 29 | cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg |
30 | } | 30 | } |
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb index 5bf134b5f8..f33f6f0215 100644 --- a/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb +++ b/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb | |||
@@ -16,7 +16,7 @@ SRC_URI += "file://multilibfix.patch" | |||
16 | 16 | ||
17 | PE = "1" | 17 | PE = "1" |
18 | 18 | ||
19 | RDEPENDS_${PN}-dev = "" | 19 | RDEPENDS:${PN}-dev = "" |
20 | 20 | ||
21 | inherit gettext | 21 | inherit gettext |
22 | 22 | ||
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.14.1.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.14.1.bb index 52e474a2e9..e530a055ab 100644 --- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.14.1.bb +++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.14.1.bb | |||
@@ -18,11 +18,11 @@ inherit autotools pkgconfig python3native | |||
18 | 18 | ||
19 | PACKAGES += "python-xcbgen" | 19 | PACKAGES += "python-xcbgen" |
20 | 20 | ||
21 | FILES_${PN} = "" | 21 | FILES:${PN} = "" |
22 | FILES_${PN}-dev += "${datadir}/xcb/*.xml ${datadir}/xcb/*.xsd" | 22 | FILES:${PN}-dev += "${datadir}/xcb/*.xml ${datadir}/xcb/*.xsd" |
23 | FILES_python-xcbgen = "${PYTHON_SITEPACKAGES_DIR}" | 23 | FILES:python-xcbgen = "${PYTHON_SITEPACKAGES_DIR}" |
24 | 24 | ||
25 | RDEPENDS_${PN}-dev = "" | 25 | RDEPENDS:${PN}-dev = "" |
26 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 26 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
27 | 27 | ||
28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2021.4.99.2.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2021.4.99.2.bb index 8db3e6d7a3..1780e78c56 100644 --- a/meta/recipes-graphics/xorg-proto/xorgproto_2021.4.99.2.bb +++ b/meta/recipes-graphics/xorg-proto/xorgproto_2021.4.99.2.bb | |||
@@ -19,7 +19,7 @@ PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false" | |||
19 | # Datadir only used to install pc files, $datadir/pkgconfig | 19 | # Datadir only used to install pc files, $datadir/pkgconfig |
20 | datadir="${libdir}" | 20 | datadir="${libdir}" |
21 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 21 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
22 | RDEPENDS_${PN}-dev = "" | 22 | RDEPENDS:${PN}-dev = "" |
23 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 23 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
24 | 24 | ||
25 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.19.3.bb b/meta/recipes-graphics/xorg-util/util-macros_1.19.3.bb index 27898709fc..80e7590400 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.19.3.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.19.3.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[md5sum] = "66cb74d4a0120a06e32c3b01c29417d8" | |||
13 | SRC_URI[sha256sum] = "624bb6c3a4613d18114a7e3849a3d70f2d7af9dc6eabeaba98060d87e3aef35b" | 13 | SRC_URI[sha256sum] = "624bb6c3a4613d18114a7e3849a3d70f2d7af9dc6eabeaba98060d87e3aef35b" |
14 | 14 | ||
15 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | 15 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies |
16 | RDEPENDS_${PN}-dev = "" | 16 | RDEPENDS:${PN}-dev = "" |
17 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 17 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
18 | 18 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb index 5420b7d23e..e9788ab7c6 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb | |||
@@ -9,10 +9,10 @@ SRC_URI = "file://xorg.conf" | |||
9 | 9 | ||
10 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
11 | 11 | ||
12 | CONFFILES_${PN} = "${sysconfdir}/X11/xorg.conf" | 12 | CONFFILES:${PN} = "${sysconfdir}/X11/xorg.conf" |
13 | 13 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
15 | ALLOW_EMPTY_${PN} = "1" | 15 | ALLOW_EMPTY:${PN} = "1" |
16 | 16 | ||
17 | do_install () { | 17 | do_install () { |
18 | if test -s ${WORKDIR}/xorg.conf; then | 18 | if test -s ${WORKDIR}/xorg.conf; then |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 8b0cc27488..e1fc0a06dc 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -69,41 +69,41 @@ PACKAGES =+ "${PN}-sdl \ | |||
69 | ${PN}-module-libxf4bpp \ | 69 | ${PN}-module-libxf4bpp \ |
70 | xf86-video-modesetting" | 70 | xf86-video-modesetting" |
71 | 71 | ||
72 | SUMMARY_xf86-video-modesetting = "X.Org X server -- modesetting display driver" | 72 | SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver" |
73 | INSANE_SKIP_${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi" | 73 | INSANE_SKIP:${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi" |
74 | 74 | ||
75 | XSERVER_RRECOMMENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput" | 75 | XSERVER_RRECOMMENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput" |
76 | RRECOMMENDS_${PN} += "${XSERVER_RRECOMMENDS}" | 76 | RRECOMMENDS:${PN} += "${XSERVER_RRECOMMENDS}" |
77 | RRECOMMENDS_${PN}-xwayland += "${XSERVER_RRECOMMENDS}" | 77 | RRECOMMENDS:${PN}-xwayland += "${XSERVER_RRECOMMENDS}" |
78 | RDEPENDS_${PN}-xvfb += "xkeyboard-config" | 78 | RDEPENDS:${PN}-xvfb += "xkeyboard-config" |
79 | RDEPENDS_${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" | 79 | RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})" |
80 | 80 | ||
81 | FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/*.so /etc/X11 ${libdir}/xorg/protocol.txt ${datadir}/X11/xorg.conf.d" | 81 | FILES:${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/*.so /etc/X11 ${libdir}/xorg/protocol.txt ${datadir}/X11/xorg.conf.d" |
82 | FILES_${PN}-dev += "${libdir}/xorg/modules/*.la ${libdir}/xorg/modules/*/*.la" | 82 | FILES:${PN}-dev += "${libdir}/xorg/modules/*.la ${libdir}/xorg/modules/*/*.la" |
83 | FILES_${PN}-doc += "${libdir}/X11/doc ${datadir}/X11/xkb/compiled/README.compiled ${localstatedir}/lib/xkb/README.compiled" | 83 | FILES:${PN}-doc += "${libdir}/X11/doc ${datadir}/X11/xkb/compiled/README.compiled ${localstatedir}/lib/xkb/README.compiled" |
84 | FILES_${PN}-sdl = "${bindir}/Xsdl" | 84 | FILES:${PN}-sdl = "${bindir}/Xsdl" |
85 | FILES_${PN}-fbdev = "${bindir}/Xfbdev" | 85 | FILES:${PN}-fbdev = "${bindir}/Xfbdev" |
86 | FILES_${PN}-xvfb = "${bindir}/Xvfb" | 86 | FILES:${PN}-xvfb = "${bindir}/Xvfb" |
87 | FILES_${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl" | 87 | FILES:${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl" |
88 | FILES_${PN}-xephyr = "${bindir}/Xephyr" | 88 | FILES:${PN}-xephyr = "${bindir}/Xephyr" |
89 | FILES_${PN}-xwayland = "${bindir}/Xwayland" | 89 | FILES:${PN}-xwayland = "${bindir}/Xwayland" |
90 | FILES_${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*" | 90 | FILES:${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*" |
91 | FILES_${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so" | 91 | FILES:${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so" |
92 | FILES_${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so" | 92 | FILES:${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so" |
93 | FILES_${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so" | 93 | FILES:${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so" |
94 | FILES_${PN}-extension-record = "${libdir}/xorg/modules/extensions/librecord.so" | 94 | FILES:${PN}-extension-record = "${libdir}/xorg/modules/extensions/librecord.so" |
95 | FILES_${PN}-extension-extmod = "${libdir}/xorg/modules/extensions/libextmod.so" | 95 | FILES:${PN}-extension-extmod = "${libdir}/xorg/modules/extensions/libextmod.so" |
96 | FILES_${PN}-extension-dbe = "${libdir}/xorg/modules/extensions/libdbe.so" | 96 | FILES:${PN}-extension-dbe = "${libdir}/xorg/modules/extensions/libdbe.so" |
97 | FILES_${PN}-module-libint10 = "${libdir}/xorg/modules/libint10.so" | 97 | FILES:${PN}-module-libint10 = "${libdir}/xorg/modules/libint10.so" |
98 | FILES_${PN}-module-libafb = "${libdir}/xorg/modules/libafb.so" | 98 | FILES:${PN}-module-libafb = "${libdir}/xorg/modules/libafb.so" |
99 | FILES_${PN}-module-libwfb = "${libdir}/xorg/modules/libwfb.so" | 99 | FILES:${PN}-module-libwfb = "${libdir}/xorg/modules/libwfb.so" |
100 | FILES_${PN}-module-libmfb = "${libdir}/xorg/modules/libmfb.so" | 100 | FILES:${PN}-module-libmfb = "${libdir}/xorg/modules/libmfb.so" |
101 | FILES_${PN}-module-libcfb = "${libdir}/xorg/modules/libcfb.so" | 101 | FILES:${PN}-module-libcfb = "${libdir}/xorg/modules/libcfb.so" |
102 | FILES_${PN}-module-exa = "${libdir}/xorg/modules/libexa.so" | 102 | FILES:${PN}-module-exa = "${libdir}/xorg/modules/libexa.so" |
103 | FILES_${PN}-module-xaa = "${libdir}/xorg/modules/libxaa.so" | 103 | FILES:${PN}-module-xaa = "${libdir}/xorg/modules/libxaa.so" |
104 | FILES_${PN}-module-libxf1bpp = "${libdir}/xorg/modules/libxf1bpp.so" | 104 | FILES:${PN}-module-libxf1bpp = "${libdir}/xorg/modules/libxf1bpp.so" |
105 | FILES_${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so" | 105 | FILES:${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so" |
106 | FILES_xf86-video-modesetting = "${libdir}/xorg/modules/drivers/modesetting_drv.so" | 106 | FILES:xf86-video-modesetting = "${libdir}/xorg/modules/drivers/modesetting_drv.so" |
107 | 107 | ||
108 | EXTRA_OECONF += "--with-fop=no \ | 108 | EXTRA_OECONF += "--with-fop=no \ |
109 | --with-pic \ | 109 | --with-pic \ |
@@ -149,7 +149,7 @@ PACKAGECONFIG[openssl] = "--with-sha1=libcrypto,,openssl" | |||
149 | PACKAGECONFIG[nettle] = "--with-sha1=libnettle,,nettle" | 149 | PACKAGECONFIG[nettle] = "--with-sha1=libnettle,,nettle" |
150 | PACKAGECONFIG[gcrypt] = "--with-sha1=libgcrypt,,libgcrypt" | 150 | PACKAGECONFIG[gcrypt] = "--with-sha1=libgcrypt,,libgcrypt" |
151 | 151 | ||
152 | do_install_append () { | 152 | do_install:append () { |
153 | # Its assumed base-files creates this for us | 153 | # Its assumed base-files creates this for us |
154 | rmdir ${D}${localstatedir}/log/ | 154 | rmdir ${D}${localstatedir}/log/ |
155 | sed -i -e 's,${libdir}/xorg/modules,${prefix}/lib*/xorg/modules,' ${D}${mandir}/man5/xorg.conf.5 | 155 | sed -i -e 's,${libdir}/xorg/modules,${prefix}/lib*/xorg/modules,' ${D}${mandir}/man5/xorg.conf.5 |
@@ -157,7 +157,7 @@ do_install_append () { | |||
157 | 157 | ||
158 | # Add runtime provides for the ABI versions of the video and input subsystems, | 158 | # Add runtime provides for the ABI versions of the video and input subsystems, |
159 | # so that drivers can depend on the relevant version. | 159 | # so that drivers can depend on the relevant version. |
160 | python populate_packages_prepend() { | 160 | python populate_packages:prepend() { |
161 | import subprocess | 161 | import subprocess |
162 | 162 | ||
163 | # Set PKG_CONFIG_PATH so pkg-config looks at the .pc files that are going | 163 | # Set PKG_CONFIG_PATH so pkg-config looks at the .pc files that are going |
@@ -178,6 +178,6 @@ python populate_packages_prepend() { | |||
178 | return "%sxorg-abi-%s-%s" % (mlprefix, name, output) | 178 | return "%sxorg-abi-%s-%s" % (mlprefix, name, output) |
179 | 179 | ||
180 | pn = d.getVar("PN") | 180 | pn = d.getVar("PN") |
181 | d.appendVar("RPROVIDES_" + pn, " " + get_abi("input")) | 181 | d.appendVar("RPROVIDES:" + pn, " " + get_abi("input")) |
182 | d.appendVar("RPROVIDES_" + pn, " " + get_abi("video")) | 182 | d.appendVar("RPROVIDES:" + pn, " " + get_abi("video")) |
183 | } | 183 | } |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.12.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.12.bb index 8f86bea878..01b50b9923 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.12.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.12.bb | |||
@@ -13,19 +13,19 @@ SRC_URI[sha256sum] = "336dc093431d81ecc03fa36af771f1181334f2746b7de7796f3cc6a8fa | |||
13 | # These extensions are now integrated into the server, so declare the migration | 13 | # These extensions are now integrated into the server, so declare the migration |
14 | # path for in-place upgrades. | 14 | # path for in-place upgrades. |
15 | 15 | ||
16 | RREPLACES_${PN} = "${PN}-extension-dri \ | 16 | RREPLACES:${PN} = "${PN}-extension-dri \ |
17 | ${PN}-extension-dri2 \ | 17 | ${PN}-extension-dri2 \ |
18 | ${PN}-extension-record \ | 18 | ${PN}-extension-record \ |
19 | ${PN}-extension-extmod \ | 19 | ${PN}-extension-extmod \ |
20 | ${PN}-extension-dbe \ | 20 | ${PN}-extension-dbe \ |
21 | " | 21 | " |
22 | RPROVIDES_${PN} = "${PN}-extension-dri \ | 22 | RPROVIDES:${PN} = "${PN}-extension-dri \ |
23 | ${PN}-extension-dri2 \ | 23 | ${PN}-extension-dri2 \ |
24 | ${PN}-extension-record \ | 24 | ${PN}-extension-record \ |
25 | ${PN}-extension-extmod \ | 25 | ${PN}-extension-extmod \ |
26 | ${PN}-extension-dbe \ | 26 | ${PN}-extension-dbe \ |
27 | " | 27 | " |
28 | RCONFLICTS_${PN} = "${PN}-extension-dri \ | 28 | RCONFLICTS:${PN} = "${PN}-extension-dri \ |
29 | ${PN}-extension-dri2 \ | 29 | ${PN}-extension-dri2 \ |
30 | ${PN}-extension-record \ | 30 | ${PN}-extension-record \ |
31 | ${PN}-extension-extmod \ | 31 | ${PN}-extension-extmod \ |
diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.2.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.2.bb index 794a7bd98d..3df6fd1ff9 100644 --- a/meta/recipes-graphics/xwayland/xwayland_21.1.2.bb +++ b/meta/recipes-graphics/xwayland/xwayland_21.1.2.bb | |||
@@ -35,10 +35,10 @@ PACKAGECONFIG[openssl] = "-Dsha1=libcrypto,,openssl" | |||
35 | PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle" | 35 | PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle" |
36 | PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt" | 36 | PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt" |
37 | 37 | ||
38 | do_install_append() { | 38 | do_install:append() { |
39 | # remove files not needed and clashing with xserver-xorg | 39 | # remove files not needed and clashing with xserver-xorg |
40 | rm -rf ${D}/${libdir}/xorg/ | 40 | rm -rf ${D}/${libdir}/xorg/ |
41 | } | 41 | } |
42 | 42 | ||
43 | FILES_${PN} += "${libdir}/xorg/protocol.txt" | 43 | FILES:${PN} += "${libdir}/xorg/protocol.txt" |
44 | 44 | ||
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb index c55577c661..d5ea9d8529 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.12.bb | |||
@@ -9,5 +9,5 @@ do_install() { | |||
9 | install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h | 9 | install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h |
10 | } | 10 | } |
11 | 11 | ||
12 | ALLOW_EMPTY_${PN} = "1" | 12 | ALLOW_EMPTY:${PN} = "1" |
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-module_1.12.bb b/meta/recipes-kernel/cryptodev/cryptodev-module_1.12.bb index b3b554c7d3..5192cf03ed 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-module_1.12.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-module_1.12.bb | |||
@@ -12,5 +12,5 @@ SRC_URI += "file://0001-Disable-installing-header-file-provided-by-another-p.pat | |||
12 | 12 | ||
13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | 13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
14 | 14 | ||
15 | RCONFLICTS_${PN} = "ocf-linux" | 15 | RCONFLICTS:${PN} = "ocf-linux" |
16 | RREPLACES_${PN} = "ocf-linux" | 16 | RREPLACES:${PN} = "ocf-linux" |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.12.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.12.bb index 9cb5dcb94f..c1adbb6245 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.12.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.12.bb | |||
@@ -18,4 +18,4 @@ do_install() { | |||
18 | oe_runmake install_tests | 18 | oe_runmake install_tests |
19 | } | 19 | } |
20 | 20 | ||
21 | FILES_${PN} = "${bindir}/*" | 21 | FILES:${PN} = "${bindir}/*" |
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 5da6c24fbf..12508b235d 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc | |||
@@ -23,6 +23,6 @@ do_install () { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | PACKAGES =+ "${PN}-misc" | 25 | PACKAGES =+ "${PN}-misc" |
26 | FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff" | 26 | FILES:${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff" |
27 | 27 | ||
28 | RDEPENDS_${PN}-misc += "bash diffutils" | 28 | RDEPENDS:${PN}-misc += "bash diffutils" |
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.22.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.22.bb index dcc4402111..d12ad4e6fe 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.22.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.22.bb | |||
@@ -29,7 +29,7 @@ inherit autotools update-rc.d systemd | |||
29 | export LDFLAGS = "-L${STAGING_LIBDIR}" | 29 | export LDFLAGS = "-L${STAGING_LIBDIR}" |
30 | EXTRA_OECONF = " --with-zlib=yes" | 30 | EXTRA_OECONF = " --with-zlib=yes" |
31 | 31 | ||
32 | do_compile_prepend() { | 32 | do_compile:prepend() { |
33 | # Remove the prepackaged config.h from the source tree as it overrides | 33 | # Remove the prepackaged config.h from the source tree as it overrides |
34 | # the same file generated by configure and placed in the build tree | 34 | # the same file generated by configure and placed in the build tree |
35 | rm -f ${S}/include/config.h | 35 | rm -f ${S}/include/config.h |
@@ -44,7 +44,7 @@ do_compile_prepend() { | |||
44 | done | 44 | done |
45 | } | 45 | } |
46 | 46 | ||
47 | do_install_append () { | 47 | do_install:append () { |
48 | install -d ${D}${sysconfdir}/sysconfig | 48 | install -d ${D}${sysconfdir}/sysconfig |
49 | install -m 0644 ${WORKDIR}/kdump.conf ${D}${sysconfdir}/sysconfig | 49 | install -m 0644 ${WORKDIR}/kdump.conf ${D}${sysconfdir}/sysconfig |
50 | 50 | ||
@@ -61,28 +61,28 @@ do_install_append () { | |||
61 | 61 | ||
62 | PACKAGES =+ "kexec kdump vmcore-dmesg" | 62 | PACKAGES =+ "kexec kdump vmcore-dmesg" |
63 | 63 | ||
64 | ALLOW_EMPTY_${PN} = "1" | 64 | ALLOW_EMPTY:${PN} = "1" |
65 | RRECOMMENDS_${PN} = "kexec kdump vmcore-dmesg" | 65 | RRECOMMENDS:${PN} = "kexec kdump vmcore-dmesg" |
66 | 66 | ||
67 | FILES_kexec = "${sbindir}/kexec" | 67 | FILES:kexec = "${sbindir}/kexec" |
68 | FILES_kdump = "${sbindir}/kdump \ | 68 | FILES:kdump = "${sbindir}/kdump \ |
69 | ${sysconfdir}/sysconfig/kdump.conf \ | 69 | ${sysconfdir}/sysconfig/kdump.conf \ |
70 | ${sysconfdir}/init.d/kdump \ | 70 | ${sysconfdir}/init.d/kdump \ |
71 | ${libexecdir}/kdump-helper \ | 71 | ${libexecdir}/kdump-helper \ |
72 | ${systemd_unitdir}/system/kdump.service \ | 72 | ${systemd_unitdir}/system/kdump.service \ |
73 | " | 73 | " |
74 | 74 | ||
75 | FILES_vmcore-dmesg = "${sbindir}/vmcore-dmesg" | 75 | FILES:vmcore-dmesg = "${sbindir}/vmcore-dmesg" |
76 | 76 | ||
77 | INITSCRIPT_PACKAGES = "kdump" | 77 | INITSCRIPT_PACKAGES = "kdump" |
78 | INITSCRIPT_NAME_kdump = "kdump" | 78 | INITSCRIPT_NAME:kdump = "kdump" |
79 | INITSCRIPT_PARAMS_kdump = "start 56 2 3 4 5 . stop 56 0 1 6 ." | 79 | INITSCRIPT_PARAMS:kdump = "start 56 2 3 4 5 . stop 56 0 1 6 ." |
80 | 80 | ||
81 | SYSTEMD_PACKAGES = "kdump" | 81 | SYSTEMD_PACKAGES = "kdump" |
82 | SYSTEMD_SERVICE_kdump = "kdump.service" | 82 | SYSTEMD_SERVICE:kdump = "kdump.service" |
83 | 83 | ||
84 | SECURITY_PIE_CFLAGS_remove = "-fPIE -pie" | 84 | SECURITY_PIE_CFLAGS:remove = "-fPIE -pie" |
85 | 85 | ||
86 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)' | 86 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)' |
87 | 87 | ||
88 | INSANE_SKIP_${PN} = "arch" | 88 | INSANE_SKIP:${PN} = "arch" |
diff --git a/meta/recipes-kernel/kmod/kmod-native_git.bb b/meta/recipes-kernel/kmod/kmod-native_git.bb index f61134bbaf..4dd34b1c82 100644 --- a/meta/recipes-kernel/kmod/kmod-native_git.bb +++ b/meta/recipes-kernel/kmod/kmod-native_git.bb | |||
@@ -7,7 +7,7 @@ DEPENDS += "zlib-native" | |||
7 | 7 | ||
8 | inherit native | 8 | inherit native |
9 | 9 | ||
10 | do_install_append (){ | 10 | do_install:append (){ |
11 | for tool in depmod insmod lsmod modinfo modprobe rmmod | 11 | for tool in depmod insmod lsmod modinfo modprobe rmmod |
12 | do | 12 | do |
13 | ln -s kmod ${D}${bindir}/$tool | 13 | ln -s kmod ${D}${bindir}/$tool |
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index e66684fda0..c2d550acaf 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel m | |||
6 | insert, remove, list, check properties, resolve dependencies and aliases." | 6 | insert, remove, list, check properties, resolve dependencies and aliases." |
7 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kmod/" | 7 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kmod/" |
8 | LICENSE = "GPL-2.0+ & LGPL-2.1+" | 8 | LICENSE = "GPL-2.0+ & LGPL-2.1+" |
9 | LICENSE_libkmod = "LGPL-2.1+" | 9 | LICENSE:libkmod = "LGPL-2.1+" |
10 | SECTION = "base" | 10 | SECTION = "base" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index 4f2b037f2f..853561a61e 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/kmod/kmod_git.bb | |||
@@ -5,17 +5,17 @@ require kmod.inc | |||
5 | 5 | ||
6 | DEPENDS += "zlib" | 6 | DEPENDS += "zlib" |
7 | PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 7 | PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
8 | RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 8 | RPROVIDES:${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
9 | RCONFLICTS_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 9 | RCONFLICTS:${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
10 | RREPLACES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 10 | RREPLACES:${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
11 | 11 | ||
12 | # to force user to remove old module-init-tools and replace them with kmod variants | 12 | # to force user to remove old module-init-tools and replace them with kmod variants |
13 | RCONFLICTS_libkmod2 += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 13 | RCONFLICTS:libkmod2 += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
14 | 14 | ||
15 | # autotools set prefix to /usr, however we want them in /bin and /sbin | 15 | # autotools set prefix to /usr, however we want them in /bin and /sbin |
16 | EXTRA_OECONF += " --bindir=${base_bindir} --sbindir=${base_sbindir}" | 16 | EXTRA_OECONF += " --bindir=${base_bindir} --sbindir=${base_sbindir}" |
17 | 17 | ||
18 | do_install_append () { | 18 | do_install:append () { |
19 | install -dm755 ${D}${base_bindir} | 19 | install -dm755 ${D}${base_bindir} |
20 | install -dm755 ${D}${base_sbindir} | 20 | install -dm755 ${D}${base_sbindir} |
21 | # add symlinks to kmod | 21 | # add symlinks to kmod |
@@ -33,7 +33,7 @@ do_install_append () { | |||
33 | install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${base_libdir}/depmod.d/search.conf" | 33 | install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${base_libdir}/depmod.d/search.conf" |
34 | } | 34 | } |
35 | 35 | ||
36 | do_compile_prepend() { | 36 | do_compile:prepend() { |
37 | sed -i 's/ac_pwd=/#ac_pwd=/' config.status ; sed -i "/#ac_pwd=/a\ac_pwd='.'" config.status | 37 | sed -i 's/ac_pwd=/#ac_pwd=/' config.status ; sed -i "/#ac_pwd=/a\ac_pwd='.'" config.status |
38 | } | 38 | } |
39 | 39 | ||
@@ -41,7 +41,7 @@ inherit update-alternatives bash-completion | |||
41 | 41 | ||
42 | ALTERNATIVE_PRIORITY = "70" | 42 | ALTERNATIVE_PRIORITY = "70" |
43 | 43 | ||
44 | ALTERNATIVE_kmod = "insmod modprobe rmmod modinfo bin-lsmod lsmod depmod" | 44 | ALTERNATIVE:kmod = "insmod modprobe rmmod modinfo bin-lsmod lsmod depmod" |
45 | 45 | ||
46 | ALTERNATIVE_LINK_NAME[insmod] = "${base_sbindir}/insmod" | 46 | ALTERNATIVE_LINK_NAME[insmod] = "${base_sbindir}/insmod" |
47 | ALTERNATIVE_LINK_NAME[modprobe] = "${base_sbindir}/modprobe" | 47 | ALTERNATIVE_LINK_NAME[modprobe] = "${base_sbindir}/modprobe" |
@@ -56,7 +56,7 @@ ALTERNATIVE_LINK_NAME[depmod] = "${base_sbindir}/depmod" | |||
56 | 56 | ||
57 | PACKAGES =+ "libkmod" | 57 | PACKAGES =+ "libkmod" |
58 | 58 | ||
59 | FILES_libkmod = "${base_libdir}/libkmod*${SOLIBS} ${libdir}/libkmod*${SOLIBS}" | 59 | FILES:libkmod = "${base_libdir}/libkmod*${SOLIBS} ${libdir}/libkmod*${SOLIBS}" |
60 | FILES_${PN} += "${base_libdir}/depmod.d ${base_libdir}/modprobe.d" | 60 | FILES:${PN} += "${base_libdir}/depmod.d ${base_libdir}/modprobe.d" |
61 | 61 | ||
62 | BBCLASSEXTEND = "nativesdk" | 62 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20210511.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20210511.bb index 26091fba70..fe46cb5192 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20210511.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20210511.bb | |||
@@ -312,19 +312,19 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \ | |||
312 | " | 312 | " |
313 | 313 | ||
314 | # For atheros | 314 | # For atheros |
315 | LICENSE_${PN}-ar9170 = "Firmware-atheros_firmware" | 315 | LICENSE:${PN}-ar9170 = "Firmware-atheros_firmware" |
316 | LICENSE_${PN}-ath6k = "Firmware-atheros_firmware" | 316 | LICENSE:${PN}-ath6k = "Firmware-atheros_firmware" |
317 | LICENSE_${PN}-ath9k = "Firmware-atheros_firmware" | 317 | LICENSE:${PN}-ath9k = "Firmware-atheros_firmware" |
318 | LICENSE_${PN}-atheros-license = "Firmware-atheros_firmware" | 318 | LICENSE:${PN}-atheros-license = "Firmware-atheros_firmware" |
319 | 319 | ||
320 | FILES_${PN}-atheros-license = "${nonarch_base_libdir}/firmware/LICENCE.atheros_firmware" | 320 | FILES:${PN}-atheros-license = "${nonarch_base_libdir}/firmware/LICENCE.atheros_firmware" |
321 | FILES_${PN}-ar9170 = " \ | 321 | FILES:${PN}-ar9170 = " \ |
322 | ${nonarch_base_libdir}/firmware/ar9170*.fw \ | 322 | ${nonarch_base_libdir}/firmware/ar9170*.fw \ |
323 | " | 323 | " |
324 | FILES_${PN}-ath6k = " \ | 324 | FILES:${PN}-ath6k = " \ |
325 | ${nonarch_base_libdir}/firmware/ath6k \ | 325 | ${nonarch_base_libdir}/firmware/ath6k \ |
326 | " | 326 | " |
327 | FILES_${PN}-ath9k = " \ | 327 | FILES:${PN}-ath9k = " \ |
328 | ${nonarch_base_libdir}/firmware/ar9271.fw \ | 328 | ${nonarch_base_libdir}/firmware/ar9271.fw \ |
329 | ${nonarch_base_libdir}/firmware/ar7010*.fw \ | 329 | ${nonarch_base_libdir}/firmware/ar7010*.fw \ |
330 | ${nonarch_base_libdir}/firmware/htc_9271.fw \ | 330 | ${nonarch_base_libdir}/firmware/htc_9271.fw \ |
@@ -333,166 +333,166 @@ FILES_${PN}-ath9k = " \ | |||
333 | ${nonarch_base_libdir}/firmware/ath9k_htc/htc_9271-1.4.0.fw \ | 333 | ${nonarch_base_libdir}/firmware/ath9k_htc/htc_9271-1.4.0.fw \ |
334 | " | 334 | " |
335 | 335 | ||
336 | RDEPENDS_${PN}-ar9170 += "${PN}-atheros-license" | 336 | RDEPENDS:${PN}-ar9170 += "${PN}-atheros-license" |
337 | RDEPENDS_${PN}-ath6k += "${PN}-atheros-license" | 337 | RDEPENDS:${PN}-ath6k += "${PN}-atheros-license" |
338 | RDEPENDS_${PN}-ath9k += "${PN}-atheros-license" | 338 | RDEPENDS:${PN}-ath9k += "${PN}-atheros-license" |
339 | 339 | ||
340 | # For carl9170 | 340 | # For carl9170 |
341 | LICENSE_${PN}-carl9170 = "Firmware-GPLv2" | 341 | LICENSE:${PN}-carl9170 = "Firmware-GPLv2" |
342 | LICENSE_${PN}-gplv2-license = "Firmware-GPLv2" | 342 | LICENSE:${PN}-gplv2-license = "Firmware-GPLv2" |
343 | 343 | ||
344 | FILES_${PN}-gplv2-license = "${nonarch_base_libdir}/firmware/GPL-2" | 344 | FILES:${PN}-gplv2-license = "${nonarch_base_libdir}/firmware/GPL-2" |
345 | FILES_${PN}-carl9170 = " \ | 345 | FILES:${PN}-carl9170 = " \ |
346 | ${nonarch_base_libdir}/firmware/carl9170*.fw \ | 346 | ${nonarch_base_libdir}/firmware/carl9170*.fw \ |
347 | " | 347 | " |
348 | 348 | ||
349 | RDEPENDS_${PN}-carl9170 += "${PN}-gplv2-license" | 349 | RDEPENDS:${PN}-carl9170 += "${PN}-gplv2-license" |
350 | 350 | ||
351 | # For QualCommAthos | 351 | # For QualCommAthos |
352 | LICENSE_${PN}-ar3k = "Firmware-qualcommAthos_ar3k" | 352 | LICENSE:${PN}-ar3k = "Firmware-qualcommAthos_ar3k" |
353 | LICENSE_${PN}-ar3k-license = "Firmware-qualcommAthos_ar3k" | 353 | LICENSE:${PN}-ar3k-license = "Firmware-qualcommAthos_ar3k" |
354 | LICENSE_${PN}-ath10k = "Firmware-qualcommAthos_ath10k" | 354 | LICENSE:${PN}-ath10k = "Firmware-qualcommAthos_ath10k" |
355 | LICENSE_${PN}-ath10k-license = "Firmware-qualcommAthos_ath10k" | 355 | LICENSE:${PN}-ath10k-license = "Firmware-qualcommAthos_ath10k" |
356 | LICENSE_${PN}-qca = "Firmware-qualcommAthos_ath10k" | 356 | LICENSE:${PN}-qca = "Firmware-qualcommAthos_ath10k" |
357 | 357 | ||
358 | FILES_${PN}-ar3k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ar3k" | 358 | FILES:${PN}-ar3k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ar3k" |
359 | FILES_${PN}-ar3k = " \ | 359 | FILES:${PN}-ar3k = " \ |
360 | ${nonarch_base_libdir}/firmware/ar3k \ | 360 | ${nonarch_base_libdir}/firmware/ar3k \ |
361 | " | 361 | " |
362 | 362 | ||
363 | FILES_${PN}-ath10k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ath10k" | 363 | FILES:${PN}-ath10k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ath10k" |
364 | FILES_${PN}-ath10k = " \ | 364 | FILES:${PN}-ath10k = " \ |
365 | ${nonarch_base_libdir}/firmware/ath10k \ | 365 | ${nonarch_base_libdir}/firmware/ath10k \ |
366 | " | 366 | " |
367 | 367 | ||
368 | FILES_${PN}-ath11k = " \ | 368 | FILES:${PN}-ath11k = " \ |
369 | ${nonarch_base_libdir}/firmware/ath11k \ | 369 | ${nonarch_base_libdir}/firmware/ath11k \ |
370 | " | 370 | " |
371 | 371 | ||
372 | FILES_${PN}-qca = " \ | 372 | FILES:${PN}-qca = " \ |
373 | ${nonarch_base_libdir}/firmware/qca \ | 373 | ${nonarch_base_libdir}/firmware/qca \ |
374 | " | 374 | " |
375 | 375 | ||
376 | RDEPENDS_${PN}-ar3k += "${PN}-ar3k-license" | 376 | RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license" |
377 | RDEPENDS_${PN}-ath10k += "${PN}-ath10k-license" | 377 | RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license" |
378 | RDEPENDS_${PN}-ath11k += "${PN}-ath10k-license" | 378 | RDEPENDS:${PN}-ath11k += "${PN}-ath10k-license" |
379 | RDEPENDS_${PN}-qca += "${PN}-ath10k-license" | 379 | RDEPENDS:${PN}-qca += "${PN}-ath10k-license" |
380 | 380 | ||
381 | # For ralink | 381 | # For ralink |
382 | LICENSE_${PN}-ralink = "Firmware-ralink-firmware" | 382 | LICENSE:${PN}-ralink = "Firmware-ralink-firmware" |
383 | LICENSE_${PN}-ralink-license = "Firmware-ralink-firmware" | 383 | LICENSE:${PN}-ralink-license = "Firmware-ralink-firmware" |
384 | 384 | ||
385 | FILES_${PN}-ralink-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink-firmware.txt" | 385 | FILES:${PN}-ralink-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink-firmware.txt" |
386 | FILES_${PN}-ralink = " \ | 386 | FILES:${PN}-ralink = " \ |
387 | ${nonarch_base_libdir}/firmware/rt*.bin \ | 387 | ${nonarch_base_libdir}/firmware/rt*.bin \ |
388 | " | 388 | " |
389 | 389 | ||
390 | RDEPENDS_${PN}-ralink += "${PN}-ralink-license" | 390 | RDEPENDS:${PN}-ralink += "${PN}-ralink-license" |
391 | 391 | ||
392 | # For mediatek MT7601U | 392 | # For mediatek MT7601U |
393 | LICENSE_${PN}-mt7601u = "Firmware-ralink_a_mediatek_company_firmware" | 393 | LICENSE:${PN}-mt7601u = "Firmware-ralink_a_mediatek_company_firmware" |
394 | LICENSE_${PN}-mt7601u-license = "Firmware-ralink_a_mediatek_company_firmware" | 394 | LICENSE:${PN}-mt7601u-license = "Firmware-ralink_a_mediatek_company_firmware" |
395 | 395 | ||
396 | FILES_${PN}-mt7601u-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink_a_mediatek_company_firmware" | 396 | FILES:${PN}-mt7601u-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink_a_mediatek_company_firmware" |
397 | FILES_${PN}-mt7601u = " \ | 397 | FILES:${PN}-mt7601u = " \ |
398 | ${nonarch_base_libdir}/firmware/mt7601u.bin \ | 398 | ${nonarch_base_libdir}/firmware/mt7601u.bin \ |
399 | " | 399 | " |
400 | 400 | ||
401 | RDEPENDS_${PN}-mt7601u += "${PN}-mt7601u-license" | 401 | RDEPENDS:${PN}-mt7601u += "${PN}-mt7601u-license" |
402 | 402 | ||
403 | # For radeon | 403 | # For radeon |
404 | LICENSE_${PN}-radeon = "Firmware-radeon" | 404 | LICENSE:${PN}-radeon = "Firmware-radeon" |
405 | LICENSE_${PN}-radeon-license = "Firmware-radeon" | 405 | LICENSE:${PN}-radeon-license = "Firmware-radeon" |
406 | 406 | ||
407 | FILES_${PN}-radeon-license = "${nonarch_base_libdir}/firmware/LICENSE.radeon" | 407 | FILES:${PN}-radeon-license = "${nonarch_base_libdir}/firmware/LICENSE.radeon" |
408 | FILES_${PN}-radeon = " \ | 408 | FILES:${PN}-radeon = " \ |
409 | ${nonarch_base_libdir}/firmware/radeon \ | 409 | ${nonarch_base_libdir}/firmware/radeon \ |
410 | " | 410 | " |
411 | 411 | ||
412 | RDEPENDS_${PN}-radeon += "${PN}-radeon-license" | 412 | RDEPENDS:${PN}-radeon += "${PN}-radeon-license" |
413 | 413 | ||
414 | # For lontium | 414 | # For lontium |
415 | LICENSE_${PN}-lt9611uxc = "Firmware-Lontium" | 415 | LICENSE:${PN}-lt9611uxc = "Firmware-Lontium" |
416 | 416 | ||
417 | FILES_${PN}-lontium-license = "${nonarch_base_libdir}/firmware/LICENSE.Lontium" | 417 | FILES:${PN}-lontium-license = "${nonarch_base_libdir}/firmware/LICENSE.Lontium" |
418 | FILES_${PN}-lt9611uxc = "${nonarch_base_libdir}/firmware/lt9611uxc_fw.bin" | 418 | FILES:${PN}-lt9611uxc = "${nonarch_base_libdir}/firmware/lt9611uxc_fw.bin" |
419 | 419 | ||
420 | # For marvell | 420 | # For marvell |
421 | LICENSE_${PN}-pcie8897 = "Firmware-Marvell" | 421 | LICENSE:${PN}-pcie8897 = "Firmware-Marvell" |
422 | LICENSE_${PN}-pcie8997 = "Firmware-Marvell" | 422 | LICENSE:${PN}-pcie8997 = "Firmware-Marvell" |
423 | LICENSE_${PN}-sd8686 = "Firmware-Marvell" | 423 | LICENSE:${PN}-sd8686 = "Firmware-Marvell" |
424 | LICENSE_${PN}-sd8688 = "Firmware-Marvell" | 424 | LICENSE:${PN}-sd8688 = "Firmware-Marvell" |
425 | LICENSE_${PN}-sd8787 = "Firmware-Marvell" | 425 | LICENSE:${PN}-sd8787 = "Firmware-Marvell" |
426 | LICENSE_${PN}-sd8797 = "Firmware-Marvell" | 426 | LICENSE:${PN}-sd8797 = "Firmware-Marvell" |
427 | LICENSE_${PN}-sd8801 = "Firmware-Marvell" | 427 | LICENSE:${PN}-sd8801 = "Firmware-Marvell" |
428 | LICENSE_${PN}-sd8887 = "Firmware-Marvell" | 428 | LICENSE:${PN}-sd8887 = "Firmware-Marvell" |
429 | LICENSE_${PN}-sd8897 = "Firmware-Marvell" | 429 | LICENSE:${PN}-sd8897 = "Firmware-Marvell" |
430 | LICENSE_${PN}-sd8997 = "Firmware-Marvell" | 430 | LICENSE:${PN}-sd8997 = "Firmware-Marvell" |
431 | LICENSE_${PN}-usb8997 = "Firmware-Marvell" | 431 | LICENSE:${PN}-usb8997 = "Firmware-Marvell" |
432 | LICENSE_${PN}-marvell-license = "Firmware-Marvell" | 432 | LICENSE:${PN}-marvell-license = "Firmware-Marvell" |
433 | 433 | ||
434 | FILES_${PN}-marvell-license = "${nonarch_base_libdir}/firmware/LICENCE.Marvell" | 434 | FILES:${PN}-marvell-license = "${nonarch_base_libdir}/firmware/LICENCE.Marvell" |
435 | FILES_${PN}-pcie8897 = " \ | 435 | FILES:${PN}-pcie8897 = " \ |
436 | ${nonarch_base_libdir}/firmware/mrvl/pcie8897_uapsta.bin \ | 436 | ${nonarch_base_libdir}/firmware/mrvl/pcie8897_uapsta.bin \ |
437 | " | 437 | " |
438 | FILES_${PN}-pcie8997 = " \ | 438 | FILES:${PN}-pcie8997 = " \ |
439 | ${nonarch_base_libdir}/firmware/mrvl/pcie8997_wlan_v4.bin \ | 439 | ${nonarch_base_libdir}/firmware/mrvl/pcie8997_wlan_v4.bin \ |
440 | ${nonarch_base_libdir}/firmware/mrvl/pcieuart8997_combo_v4.bin \ | 440 | ${nonarch_base_libdir}/firmware/mrvl/pcieuart8997_combo_v4.bin \ |
441 | ${nonarch_base_libdir}/firmware/mrvl/pcieusb8997_combo_v4.bin \ | 441 | ${nonarch_base_libdir}/firmware/mrvl/pcieusb8997_combo_v4.bin \ |
442 | " | 442 | " |
443 | FILES_${PN}-sd8686 = " \ | 443 | FILES:${PN}-sd8686 = " \ |
444 | ${nonarch_base_libdir}/firmware/libertas/sd8686_v9* \ | 444 | ${nonarch_base_libdir}/firmware/libertas/sd8686_v9* \ |
445 | ${nonarch_base_libdir}/firmware/sd8686* \ | 445 | ${nonarch_base_libdir}/firmware/sd8686* \ |
446 | " | 446 | " |
447 | FILES_${PN}-sd8688 = " \ | 447 | FILES:${PN}-sd8688 = " \ |
448 | ${nonarch_base_libdir}/firmware/libertas/sd8688* \ | 448 | ${nonarch_base_libdir}/firmware/libertas/sd8688* \ |
449 | ${nonarch_base_libdir}/firmware/mrvl/sd8688* \ | 449 | ${nonarch_base_libdir}/firmware/mrvl/sd8688* \ |
450 | " | 450 | " |
451 | FILES_${PN}-sd8787 = " \ | 451 | FILES:${PN}-sd8787 = " \ |
452 | ${nonarch_base_libdir}/firmware/mrvl/sd8787_uapsta.bin \ | 452 | ${nonarch_base_libdir}/firmware/mrvl/sd8787_uapsta.bin \ |
453 | " | 453 | " |
454 | FILES_${PN}-sd8797 = " \ | 454 | FILES:${PN}-sd8797 = " \ |
455 | ${nonarch_base_libdir}/firmware/mrvl/sd8797_uapsta.bin \ | 455 | ${nonarch_base_libdir}/firmware/mrvl/sd8797_uapsta.bin \ |
456 | " | 456 | " |
457 | FILES_${PN}-sd8801 = " \ | 457 | FILES:${PN}-sd8801 = " \ |
458 | ${nonarch_base_libdir}/firmware/mrvl/sd8801_uapsta.bin \ | 458 | ${nonarch_base_libdir}/firmware/mrvl/sd8801_uapsta.bin \ |
459 | " | 459 | " |
460 | FILES_${PN}-sd8887 = " \ | 460 | FILES:${PN}-sd8887 = " \ |
461 | ${nonarch_base_libdir}/firmware/mrvl/sd8887_uapsta.bin \ | 461 | ${nonarch_base_libdir}/firmware/mrvl/sd8887_uapsta.bin \ |
462 | " | 462 | " |
463 | FILES_${PN}-sd8897 = " \ | 463 | FILES:${PN}-sd8897 = " \ |
464 | ${nonarch_base_libdir}/firmware/mrvl/sd8897_uapsta.bin \ | 464 | ${nonarch_base_libdir}/firmware/mrvl/sd8897_uapsta.bin \ |
465 | " | 465 | " |
466 | do_install_append() { | 466 | do_install:append() { |
467 | # The kernel 5.6.x driver still uses the old name, provide a symlink for | 467 | # The kernel 5.6.x driver still uses the old name, provide a symlink for |
468 | # older kernels | 468 | # older kernels |
469 | ln -fs sdsd8997_combo_v4.bin ${D}${nonarch_base_libdir}/firmware/mrvl/sd8997_uapsta.bin | 469 | ln -fs sdsd8997_combo_v4.bin ${D}${nonarch_base_libdir}/firmware/mrvl/sd8997_uapsta.bin |
470 | } | 470 | } |
471 | FILES_${PN}-sd8997 = " \ | 471 | FILES:${PN}-sd8997 = " \ |
472 | ${nonarch_base_libdir}/firmware/mrvl/sd8997_uapsta.bin \ | 472 | ${nonarch_base_libdir}/firmware/mrvl/sd8997_uapsta.bin \ |
473 | ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin \ | 473 | ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin \ |
474 | " | 474 | " |
475 | FILES_${PN}-usb8997 = " \ | 475 | FILES:${PN}-usb8997 = " \ |
476 | ${nonarch_base_libdir}/firmware/mrvl/usbusb8997_combo_v4.bin \ | 476 | ${nonarch_base_libdir}/firmware/mrvl/usbusb8997_combo_v4.bin \ |
477 | " | 477 | " |
478 | 478 | ||
479 | RDEPENDS_${PN}-sd8686 += "${PN}-marvell-license" | 479 | RDEPENDS:${PN}-sd8686 += "${PN}-marvell-license" |
480 | RDEPENDS_${PN}-sd8688 += "${PN}-marvell-license" | 480 | RDEPENDS:${PN}-sd8688 += "${PN}-marvell-license" |
481 | RDEPENDS_${PN}-sd8787 += "${PN}-marvell-license" | 481 | RDEPENDS:${PN}-sd8787 += "${PN}-marvell-license" |
482 | RDEPENDS_${PN}-sd8797 += "${PN}-marvell-license" | 482 | RDEPENDS:${PN}-sd8797 += "${PN}-marvell-license" |
483 | RDEPENDS_${PN}-sd8801 += "${PN}-marvell-license" | 483 | RDEPENDS:${PN}-sd8801 += "${PN}-marvell-license" |
484 | RDEPENDS_${PN}-sd8887 += "${PN}-marvell-license" | 484 | RDEPENDS:${PN}-sd8887 += "${PN}-marvell-license" |
485 | RDEPENDS_${PN}-sd8897 += "${PN}-marvell-license" | 485 | RDEPENDS:${PN}-sd8897 += "${PN}-marvell-license" |
486 | RDEPENDS_${PN}-sd8997 += "${PN}-marvell-license" | 486 | RDEPENDS:${PN}-sd8997 += "${PN}-marvell-license" |
487 | RDEPENDS_${PN}-usb8997 += "${PN}-marvell-license" | 487 | RDEPENDS:${PN}-usb8997 += "${PN}-marvell-license" |
488 | 488 | ||
489 | # For netronome | 489 | # For netronome |
490 | LICENSE_${PN}-netronome = "Firmware-netronome" | 490 | LICENSE:${PN}-netronome = "Firmware-netronome" |
491 | 491 | ||
492 | FILES_${PN}-netronome-license = " \ | 492 | FILES:${PN}-netronome-license = " \ |
493 | ${nonarch_base_libdir}/firmware/LICENCE.Netronome \ | 493 | ${nonarch_base_libdir}/firmware/LICENCE.Netronome \ |
494 | " | 494 | " |
495 | FILES_${PN}-netronome = " \ | 495 | FILES:${PN}-netronome = " \ |
496 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0081*.nffw \ | 496 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0081*.nffw \ |
497 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0096*.nffw \ | 497 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0096*.nffw \ |
498 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0097*.nffw \ | 498 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0097*.nffw \ |
@@ -506,90 +506,90 @@ FILES_${PN}-netronome = " \ | |||
506 | ${nonarch_base_libdir}/firmware/netronome/nic-sriov \ | 506 | ${nonarch_base_libdir}/firmware/netronome/nic-sriov \ |
507 | " | 507 | " |
508 | 508 | ||
509 | RDEPENDS_${PN}-netronome += "${PN}-netronome-license" | 509 | RDEPENDS:${PN}-netronome += "${PN}-netronome-license" |
510 | 510 | ||
511 | # For Nvidia | 511 | # For Nvidia |
512 | LICENSE_${PN}-nvidia-gpu = "Firmware-nvidia" | 512 | LICENSE:${PN}-nvidia-gpu = "Firmware-nvidia" |
513 | LICENSE_${PN}-nvidia-tegra = "Firmware-nvidia" | 513 | LICENSE:${PN}-nvidia-tegra = "Firmware-nvidia" |
514 | LICENSE_${PN}-nvidia-tegra-k1 = "Firmware-nvidia" | 514 | LICENSE:${PN}-nvidia-tegra-k1 = "Firmware-nvidia" |
515 | LICENSE_${PN}-nvidia-license = "Firmware-nvidia" | 515 | LICENSE:${PN}-nvidia-license = "Firmware-nvidia" |
516 | 516 | ||
517 | FILES_${PN}-nvidia-gpu = "${nonarch_base_libdir}/firmware/nvidia" | 517 | FILES:${PN}-nvidia-gpu = "${nonarch_base_libdir}/firmware/nvidia" |
518 | FILES_${PN}-nvidia-tegra = " \ | 518 | FILES:${PN}-nvidia-tegra = " \ |
519 | ${nonarch_base_libdir}/firmware/nvidia/tegra* \ | 519 | ${nonarch_base_libdir}/firmware/nvidia/tegra* \ |
520 | ${nonarch_base_libdir}/firmware/nvidia/gm20b \ | 520 | ${nonarch_base_libdir}/firmware/nvidia/gm20b \ |
521 | ${nonarch_base_libdir}/firmware/nvidia/gp10b \ | 521 | ${nonarch_base_libdir}/firmware/nvidia/gp10b \ |
522 | " | 522 | " |
523 | FILES_${PN}-nvidia-tegra-k1 = " \ | 523 | FILES:${PN}-nvidia-tegra-k1 = " \ |
524 | ${nonarch_base_libdir}/firmware/nvidia/tegra124 \ | 524 | ${nonarch_base_libdir}/firmware/nvidia/tegra124 \ |
525 | ${nonarch_base_libdir}/firmware/nvidia/gk20a \ | 525 | ${nonarch_base_libdir}/firmware/nvidia/gk20a \ |
526 | " | 526 | " |
527 | FILES_${PN}-nvidia-license = "${nonarch_base_libdir}/firmware/LICENCE.nvidia" | 527 | FILES:${PN}-nvidia-license = "${nonarch_base_libdir}/firmware/LICENCE.nvidia" |
528 | 528 | ||
529 | RDEPENDS_${PN}-nvidia-gpu += "${PN}-nvidia-license" | 529 | RDEPENDS:${PN}-nvidia-gpu += "${PN}-nvidia-license" |
530 | RDEPENDS_${PN}-nvidia-tegra += "${PN}-nvidia-license" | 530 | RDEPENDS:${PN}-nvidia-tegra += "${PN}-nvidia-license" |
531 | RDEPENDS_${PN}-nvidia-tegra-k1 += "${PN}-nvidia-license" | 531 | RDEPENDS:${PN}-nvidia-tegra-k1 += "${PN}-nvidia-license" |
532 | 532 | ||
533 | # For RSI RS911x WiFi | 533 | # For RSI RS911x WiFi |
534 | LICENSE_${PN}-rs9113 = "WHENCE" | 534 | LICENSE:${PN}-rs9113 = "WHENCE" |
535 | LICENSE_${PN}-rs9116 = "WHENCE" | 535 | LICENSE:${PN}-rs9116 = "WHENCE" |
536 | 536 | ||
537 | FILES_${PN}-rs9113 = " ${nonarch_base_libdir}/firmware/rsi/rs9113*.rps " | 537 | FILES:${PN}-rs9113 = " ${nonarch_base_libdir}/firmware/rsi/rs9113*.rps " |
538 | FILES_${PN}-rs9116 = " ${nonarch_base_libdir}/firmware/rsi/rs9116*.rps " | 538 | FILES:${PN}-rs9116 = " ${nonarch_base_libdir}/firmware/rsi/rs9116*.rps " |
539 | 539 | ||
540 | RDEPENDS_${PN}-rs9113 += "${PN}-whence-license" | 540 | RDEPENDS:${PN}-rs9113 += "${PN}-whence-license" |
541 | RDEPENDS_${PN}-rs9116 += "${PN}-whence-license" | 541 | RDEPENDS:${PN}-rs9116 += "${PN}-whence-license" |
542 | 542 | ||
543 | # For rtl | 543 | # For rtl |
544 | LICENSE_${PN}-rtl8188 = "Firmware-rtlwifi_firmware" | 544 | LICENSE:${PN}-rtl8188 = "Firmware-rtlwifi_firmware" |
545 | LICENSE_${PN}-rtl8192cu = "Firmware-rtlwifi_firmware" | 545 | LICENSE:${PN}-rtl8192cu = "Firmware-rtlwifi_firmware" |
546 | LICENSE_${PN}-rtl8192ce = "Firmware-rtlwifi_firmware" | 546 | LICENSE:${PN}-rtl8192ce = "Firmware-rtlwifi_firmware" |
547 | LICENSE_${PN}-rtl8192su = "Firmware-rtlwifi_firmware" | 547 | LICENSE:${PN}-rtl8192su = "Firmware-rtlwifi_firmware" |
548 | LICENSE_${PN}-rtl8723 = "Firmware-rtlwifi_firmware" | 548 | LICENSE:${PN}-rtl8723 = "Firmware-rtlwifi_firmware" |
549 | LICENSE_${PN}-rtl8821 = "Firmware-rtlwifi_firmware" | 549 | LICENSE:${PN}-rtl8821 = "Firmware-rtlwifi_firmware" |
550 | LICENSE_${PN}-rtl-license = "Firmware-rtlwifi_firmware" | 550 | LICENSE:${PN}-rtl-license = "Firmware-rtlwifi_firmware" |
551 | LICENSE_${PN}-rtl8168 = "WHENCE" | 551 | LICENSE:${PN}-rtl8168 = "WHENCE" |
552 | 552 | ||
553 | FILES_${PN}-rtl-license = " \ | 553 | FILES:${PN}-rtl-license = " \ |
554 | ${nonarch_base_libdir}/firmware/LICENCE.rtlwifi_firmware.txt \ | 554 | ${nonarch_base_libdir}/firmware/LICENCE.rtlwifi_firmware.txt \ |
555 | " | 555 | " |
556 | FILES_${PN}-rtl8188 = " \ | 556 | FILES:${PN}-rtl8188 = " \ |
557 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8188*.bin \ | 557 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8188*.bin \ |
558 | " | 558 | " |
559 | FILES_${PN}-rtl8192cu = " \ | 559 | FILES:${PN}-rtl8192cu = " \ |
560 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8192cufw*.bin \ | 560 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8192cufw*.bin \ |
561 | " | 561 | " |
562 | FILES_${PN}-rtl8192ce = " \ | 562 | FILES:${PN}-rtl8192ce = " \ |
563 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8192cfw*.bin \ | 563 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8192cfw*.bin \ |
564 | " | 564 | " |
565 | FILES_${PN}-rtl8192su = " \ | 565 | FILES:${PN}-rtl8192su = " \ |
566 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8712u.bin \ | 566 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8712u.bin \ |
567 | " | 567 | " |
568 | FILES_${PN}-rtl8723 = " \ | 568 | FILES:${PN}-rtl8723 = " \ |
569 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8723*.bin \ | 569 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8723*.bin \ |
570 | " | 570 | " |
571 | FILES_${PN}-rtl8821 = " \ | 571 | FILES:${PN}-rtl8821 = " \ |
572 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8821*.bin \ | 572 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8821*.bin \ |
573 | " | 573 | " |
574 | FILES_${PN}-rtl8168 = " \ | 574 | FILES:${PN}-rtl8168 = " \ |
575 | ${nonarch_base_libdir}/firmware/rtl_nic/rtl8168*.fw \ | 575 | ${nonarch_base_libdir}/firmware/rtl_nic/rtl8168*.fw \ |
576 | " | 576 | " |
577 | 577 | ||
578 | RDEPENDS_${PN}-rtl8188 += "${PN}-rtl-license" | 578 | RDEPENDS:${PN}-rtl8188 += "${PN}-rtl-license" |
579 | RDEPENDS_${PN}-rtl8192ce += "${PN}-rtl-license" | 579 | RDEPENDS:${PN}-rtl8192ce += "${PN}-rtl-license" |
580 | RDEPENDS_${PN}-rtl8192cu += "${PN}-rtl-license" | 580 | RDEPENDS:${PN}-rtl8192cu += "${PN}-rtl-license" |
581 | RDEPENDS_${PN}-rtl8192su = "${PN}-rtl-license" | 581 | RDEPENDS:${PN}-rtl8192su = "${PN}-rtl-license" |
582 | RDEPENDS_${PN}-rtl8723 += "${PN}-rtl-license" | 582 | RDEPENDS:${PN}-rtl8723 += "${PN}-rtl-license" |
583 | RDEPENDS_${PN}-rtl8821 += "${PN}-rtl-license" | 583 | RDEPENDS:${PN}-rtl8821 += "${PN}-rtl-license" |
584 | RDEPENDS_${PN}-rtl8168 += "${PN}-whence-license" | 584 | RDEPENDS:${PN}-rtl8168 += "${PN}-whence-license" |
585 | 585 | ||
586 | # For ti-connectivity | 586 | # For ti-connectivity |
587 | LICENSE_${PN}-wlcommon = "Firmware-ti-connectivity" | 587 | LICENSE:${PN}-wlcommon = "Firmware-ti-connectivity" |
588 | LICENSE_${PN}-wl12xx = "Firmware-ti-connectivity" | 588 | LICENSE:${PN}-wl12xx = "Firmware-ti-connectivity" |
589 | LICENSE_${PN}-wl18xx = "Firmware-ti-connectivity" | 589 | LICENSE:${PN}-wl18xx = "Firmware-ti-connectivity" |
590 | LICENSE_${PN}-ti-connectivity-license = "Firmware-ti-connectivity" | 590 | LICENSE:${PN}-ti-connectivity-license = "Firmware-ti-connectivity" |
591 | 591 | ||
592 | FILES_${PN}-ti-connectivity-license = "${nonarch_base_libdir}/firmware/LICENCE.ti-connectivity" | 592 | FILES:${PN}-ti-connectivity-license = "${nonarch_base_libdir}/firmware/LICENCE.ti-connectivity" |
593 | # wl18xx optionally needs wl1271-nvs.bin (which itself is a symlink to | 593 | # wl18xx optionally needs wl1271-nvs.bin (which itself is a symlink to |
594 | # wl127x-nvs.bin) - see linux/drivers/net/wireless/ti/wlcore/sdio.c | 594 | # wl127x-nvs.bin) - see linux/drivers/net/wireless/ti/wlcore/sdio.c |
595 | # and drivers/net/wireless/ti/wlcore/spi.c. | 595 | # and drivers/net/wireless/ti/wlcore/spi.c. |
@@ -597,389 +597,389 @@ FILES_${PN}-ti-connectivity-license = "${nonarch_base_libdir}/firmware/LICENCE.t | |||
597 | # address on wl18xx, driver loading will delay (by udev timout - 60s) | 597 | # address on wl18xx, driver loading will delay (by udev timout - 60s) |
598 | # if not there. So let's make it available always. Because it's a | 598 | # if not there. So let's make it available always. Because it's a |
599 | # symlink, both need to go to wlcommon. | 599 | # symlink, both need to go to wlcommon. |
600 | FILES_${PN}-wlcommon = " \ | 600 | FILES:${PN}-wlcommon = " \ |
601 | ${nonarch_base_libdir}/firmware/ti-connectivity/TI* \ | 601 | ${nonarch_base_libdir}/firmware/ti-connectivity/TI* \ |
602 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl127x-nvs.bin \ | 602 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl127x-nvs.bin \ |
603 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl1271-nvs.bin \ | 603 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl1271-nvs.bin \ |
604 | " | 604 | " |
605 | FILES_${PN}-wl12xx = " \ | 605 | FILES:${PN}-wl12xx = " \ |
606 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl12* \ | 606 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl12* \ |
607 | " | 607 | " |
608 | FILES_${PN}-wl18xx = " \ | 608 | FILES:${PN}-wl18xx = " \ |
609 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl18* \ | 609 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl18* \ |
610 | " | 610 | " |
611 | 611 | ||
612 | RDEPENDS_${PN}-wl12xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" | 612 | RDEPENDS:${PN}-wl12xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" |
613 | RDEPENDS_${PN}-wl18xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" | 613 | RDEPENDS:${PN}-wl18xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" |
614 | 614 | ||
615 | # For vt6656 | 615 | # For vt6656 |
616 | LICENSE_${PN}-vt6656 = "Firmware-via_vt6656" | 616 | LICENSE:${PN}-vt6656 = "Firmware-via_vt6656" |
617 | LICENSE_${PN}-vt6656-license = "Firmware-via_vt6656" | 617 | LICENSE:${PN}-vt6656-license = "Firmware-via_vt6656" |
618 | 618 | ||
619 | FILES_${PN}-vt6656-license = "${nonarch_base_libdir}/firmware/LICENCE.via_vt6656" | 619 | FILES:${PN}-vt6656-license = "${nonarch_base_libdir}/firmware/LICENCE.via_vt6656" |
620 | FILES_${PN}-vt6656 = " \ | 620 | FILES:${PN}-vt6656 = " \ |
621 | ${nonarch_base_libdir}/firmware/vntwusb.fw \ | 621 | ${nonarch_base_libdir}/firmware/vntwusb.fw \ |
622 | " | 622 | " |
623 | 623 | ||
624 | RDEPENDS_${PN}-vt6656 = "${PN}-vt6656-license" | 624 | RDEPENDS:${PN}-vt6656 = "${PN}-vt6656-license" |
625 | 625 | ||
626 | # For broadcom | 626 | # For broadcom |
627 | 627 | ||
628 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo -e " \${PN}-$pkg \\"; done | sort -u | 628 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo -e " \${PN}-$pkg \\"; done | sort -u |
629 | 629 | ||
630 | LICENSE_${PN}-broadcom-license = "Firmware-broadcom_bcm43xx" | 630 | LICENSE:${PN}-broadcom-license = "Firmware-broadcom_bcm43xx" |
631 | FILES_${PN}-broadcom-license = "${nonarch_base_libdir}/firmware/LICENCE.broadcom_bcm43xx" | 631 | FILES:${PN}-broadcom-license = "${nonarch_base_libdir}/firmware/LICENCE.broadcom_bcm43xx" |
632 | 632 | ||
633 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo "$i - $pkg"; echo -e "FILES_\${PN}-$pkg = \"\${nonarch_base_libdir}/firmware/brcm/$i\""; done | grep ^FILES | 633 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo "$i - $pkg"; echo -e "FILES:\${PN}-$pkg = \"\${nonarch_base_libdir}/firmware/brcm/$i\""; done | grep ^FILES |
634 | 634 | ||
635 | FILES_${PN}-bcm43xx = "${nonarch_base_libdir}/firmware/brcm/bcm43xx-0.fw" | 635 | FILES:${PN}-bcm43xx = "${nonarch_base_libdir}/firmware/brcm/bcm43xx-0.fw" |
636 | FILES_${PN}-bcm43xx-hdr = "${nonarch_base_libdir}/firmware/brcm/bcm43xx_hdr-0.fw" | 636 | FILES:${PN}-bcm43xx-hdr = "${nonarch_base_libdir}/firmware/brcm/bcm43xx_hdr-0.fw" |
637 | FILES_${PN}-bcm4329-fullmac = "${nonarch_base_libdir}/firmware/brcm/bcm4329-fullmac-4.bin" | 637 | FILES:${PN}-bcm4329-fullmac = "${nonarch_base_libdir}/firmware/brcm/bcm4329-fullmac-4.bin" |
638 | FILES_${PN}-bcm43236b = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43236b.bin" | 638 | FILES:${PN}-bcm43236b = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43236b.bin" |
639 | FILES_${PN}-bcm4329 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4329-sdio.bin" | 639 | FILES:${PN}-bcm4329 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4329-sdio.bin" |
640 | FILES_${PN}-bcm4330 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4330-sdio.*" | 640 | FILES:${PN}-bcm4330 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4330-sdio.*" |
641 | FILES_${PN}-bcm4334 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4334-sdio.bin" | 641 | FILES:${PN}-bcm4334 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4334-sdio.bin" |
642 | FILES_${PN}-bcm4335 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4335-sdio.bin" | 642 | FILES:${PN}-bcm4335 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4335-sdio.bin" |
643 | FILES_${PN}-bcm4339 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4339-sdio.bin \ | 643 | FILES:${PN}-bcm4339 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4339-sdio.bin \ |
644 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4339-sdio.bin \ | 644 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4339-sdio.bin \ |
645 | " | 645 | " |
646 | FILES_${PN}-bcm43241b0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b0-sdio.bin" | 646 | FILES:${PN}-bcm43241b0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b0-sdio.bin" |
647 | FILES_${PN}-bcm43241b4 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b4-sdio.bin" | 647 | FILES:${PN}-bcm43241b4 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b4-sdio.bin" |
648 | FILES_${PN}-bcm43241b5 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b5-sdio.bin" | 648 | FILES:${PN}-bcm43241b5 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b5-sdio.bin" |
649 | FILES_${PN}-bcm43242a = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43242a.bin" | 649 | FILES:${PN}-bcm43242a = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43242a.bin" |
650 | FILES_${PN}-bcm43143 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43143.bin \ | 650 | FILES:${PN}-bcm43143 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43143.bin \ |
651 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac43143-sdio.bin \ | 651 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac43143-sdio.bin \ |
652 | " | 652 | " |
653 | FILES_${PN}-bcm43430a0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430a0-sdio.*" | 653 | FILES:${PN}-bcm43430a0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430a0-sdio.*" |
654 | FILES_${PN}-bcm43455 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43455-sdio.* \ | 654 | FILES:${PN}-bcm43455 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43455-sdio.* \ |
655 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43455-sdio.* \ | 655 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43455-sdio.* \ |
656 | " | 656 | " |
657 | FILES_${PN}-bcm4350c2 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350c2-pcie.bin" | 657 | FILES:${PN}-bcm4350c2 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350c2-pcie.bin" |
658 | FILES_${PN}-bcm4350 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350-pcie.bin" | 658 | FILES:${PN}-bcm4350 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350-pcie.bin" |
659 | FILES_${PN}-bcm4356 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-sdio.* \ | 659 | FILES:${PN}-bcm4356 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-sdio.* \ |
660 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-sdio.* \ | 660 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-sdio.* \ |
661 | " | 661 | " |
662 | FILES_${PN}-bcm43569 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43569.bin" | 662 | FILES:${PN}-bcm43569 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43569.bin" |
663 | FILES_${PN}-bcm43570 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43570-pcie.bin \ | 663 | FILES:${PN}-bcm43570 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43570-pcie.bin \ |
664 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43570-pcie.bin \ | 664 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43570-pcie.bin \ |
665 | " | 665 | " |
666 | FILES_${PN}-bcm4358 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4358-pcie.bin" | 666 | FILES:${PN}-bcm4358 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4358-pcie.bin" |
667 | FILES_${PN}-bcm43602 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.bin \ | 667 | FILES:${PN}-bcm43602 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.bin \ |
668 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.ap.bin \ | 668 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.ap.bin \ |
669 | " | 669 | " |
670 | FILES_${PN}-bcm4366b = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4366b-pcie.bin" | 670 | FILES:${PN}-bcm4366b = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4366b-pcie.bin" |
671 | FILES_${PN}-bcm4366c = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4366c-pcie.bin" | 671 | FILES:${PN}-bcm4366c = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4366c-pcie.bin" |
672 | FILES_${PN}-bcm4371 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4371-pcie.bin" | 672 | FILES:${PN}-bcm4371 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4371-pcie.bin" |
673 | 673 | ||
674 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo -e "LICENSE_\${PN}-$pkg = \"Firmware-broadcom_bcm43xx\"\nRDEPENDS_\${PN}-$pkg += \"\${PN}-broadcom-license\""; done | 674 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo -e "LICENSE:\${PN}-$pkg = \"Firmware-broadcom_bcm43xx\"\nRDEPENDS_\${PN}-$pkg += \"\${PN}-broadcom-license\""; done |
675 | # Currently 1st one and last 6 have cypress LICENSE | 675 | # Currently 1st one and last 6 have cypress LICENSE |
676 | 676 | ||
677 | LICENSE_${PN}-bcm43xx = "Firmware-broadcom_bcm43xx" | 677 | LICENSE:${PN}-bcm43xx = "Firmware-broadcom_bcm43xx" |
678 | RDEPENDS_${PN}-bcm43xx += "${PN}-broadcom-license" | 678 | RDEPENDS:${PN}-bcm43xx += "${PN}-broadcom-license" |
679 | LICENSE_${PN}-bcm43xx-hdr = "Firmware-broadcom_bcm43xx" | 679 | LICENSE:${PN}-bcm43xx-hdr = "Firmware-broadcom_bcm43xx" |
680 | RDEPENDS_${PN}-bcm43xx-hdr += "${PN}-broadcom-license" | 680 | RDEPENDS:${PN}-bcm43xx-hdr += "${PN}-broadcom-license" |
681 | LICENSE_${PN}-bcm4329-fullmac = "Firmware-broadcom_bcm43xx" | 681 | LICENSE:${PN}-bcm4329-fullmac = "Firmware-broadcom_bcm43xx" |
682 | RDEPENDS_${PN}-bcm4329-fullmac += "${PN}-broadcom-license" | 682 | RDEPENDS:${PN}-bcm4329-fullmac += "${PN}-broadcom-license" |
683 | LICENSE_${PN}-bcm43236b = "Firmware-broadcom_bcm43xx" | 683 | LICENSE:${PN}-bcm43236b = "Firmware-broadcom_bcm43xx" |
684 | RDEPENDS_${PN}-bcm43236b += "${PN}-broadcom-license" | 684 | RDEPENDS:${PN}-bcm43236b += "${PN}-broadcom-license" |
685 | LICENSE_${PN}-bcm4329 = "Firmware-broadcom_bcm43xx" | 685 | LICENSE:${PN}-bcm4329 = "Firmware-broadcom_bcm43xx" |
686 | RDEPENDS_${PN}-bcm4329 += "${PN}-broadcom-license" | 686 | RDEPENDS:${PN}-bcm4329 += "${PN}-broadcom-license" |
687 | LICENSE_${PN}-bcm4330 = "Firmware-broadcom_bcm43xx" | 687 | LICENSE:${PN}-bcm4330 = "Firmware-broadcom_bcm43xx" |
688 | RDEPENDS_${PN}-bcm4330 += "${PN}-broadcom-license" | 688 | RDEPENDS:${PN}-bcm4330 += "${PN}-broadcom-license" |
689 | LICENSE_${PN}-bcm4334 = "Firmware-broadcom_bcm43xx" | 689 | LICENSE:${PN}-bcm4334 = "Firmware-broadcom_bcm43xx" |
690 | RDEPENDS_${PN}-bcm4334 += "${PN}-broadcom-license" | 690 | RDEPENDS:${PN}-bcm4334 += "${PN}-broadcom-license" |
691 | LICENSE_${PN}-bcm4335 = "Firmware-broadcom_bcm43xx" | 691 | LICENSE:${PN}-bcm4335 = "Firmware-broadcom_bcm43xx" |
692 | RDEPENDS_${PN}-bcm4335 += "${PN}-broadcom-license" | 692 | RDEPENDS:${PN}-bcm4335 += "${PN}-broadcom-license" |
693 | LICENSE_${PN}-bcm4339 = "Firmware-broadcom_bcm43xx" | 693 | LICENSE:${PN}-bcm4339 = "Firmware-broadcom_bcm43xx" |
694 | RDEPENDS_${PN}-bcm4339 += "${PN}-broadcom-license" | 694 | RDEPENDS:${PN}-bcm4339 += "${PN}-broadcom-license" |
695 | LICENSE_${PN}-bcm43241b0 = "Firmware-broadcom_bcm43xx" | 695 | LICENSE:${PN}-bcm43241b0 = "Firmware-broadcom_bcm43xx" |
696 | RDEPENDS_${PN}-bcm43241b0 += "${PN}-broadcom-license" | 696 | RDEPENDS:${PN}-bcm43241b0 += "${PN}-broadcom-license" |
697 | LICENSE_${PN}-bcm43241b4 = "Firmware-broadcom_bcm43xx" | 697 | LICENSE:${PN}-bcm43241b4 = "Firmware-broadcom_bcm43xx" |
698 | RDEPENDS_${PN}-bcm43241b4 += "${PN}-broadcom-license" | 698 | RDEPENDS:${PN}-bcm43241b4 += "${PN}-broadcom-license" |
699 | LICENSE_${PN}-bcm43241b5 = "Firmware-broadcom_bcm43xx" | 699 | LICENSE:${PN}-bcm43241b5 = "Firmware-broadcom_bcm43xx" |
700 | RDEPENDS_${PN}-bcm43241b5 += "${PN}-broadcom-license" | 700 | RDEPENDS:${PN}-bcm43241b5 += "${PN}-broadcom-license" |
701 | LICENSE_${PN}-bcm43242a = "Firmware-broadcom_bcm43xx" | 701 | LICENSE:${PN}-bcm43242a = "Firmware-broadcom_bcm43xx" |
702 | RDEPENDS_${PN}-bcm43242a += "${PN}-broadcom-license" | 702 | RDEPENDS:${PN}-bcm43242a += "${PN}-broadcom-license" |
703 | LICENSE_${PN}-bcm43143 = "Firmware-broadcom_bcm43xx" | 703 | LICENSE:${PN}-bcm43143 = "Firmware-broadcom_bcm43xx" |
704 | RDEPENDS_${PN}-bcm43143 += "${PN}-broadcom-license" | 704 | RDEPENDS:${PN}-bcm43143 += "${PN}-broadcom-license" |
705 | LICENSE_${PN}-bcm43430a0 = "Firmware-broadcom_bcm43xx" | 705 | LICENSE:${PN}-bcm43430a0 = "Firmware-broadcom_bcm43xx" |
706 | RDEPENDS_${PN}-bcm43430a0 += "${PN}-broadcom-license" | 706 | RDEPENDS:${PN}-bcm43430a0 += "${PN}-broadcom-license" |
707 | LICENSE_${PN}-bcm43455 = "Firmware-broadcom_bcm43xx" | 707 | LICENSE:${PN}-bcm43455 = "Firmware-broadcom_bcm43xx" |
708 | RDEPENDS_${PN}-bcm43455 += "${PN}-broadcom-license" | 708 | RDEPENDS:${PN}-bcm43455 += "${PN}-broadcom-license" |
709 | LICENSE_${PN}-bcm4350c2 = "Firmware-broadcom_bcm43xx" | 709 | LICENSE:${PN}-bcm4350c2 = "Firmware-broadcom_bcm43xx" |
710 | RDEPENDS_${PN}-bcm4350c2 += "${PN}-broadcom-license" | 710 | RDEPENDS:${PN}-bcm4350c2 += "${PN}-broadcom-license" |
711 | LICENSE_${PN}-bcm4350 = "Firmware-broadcom_bcm43xx" | 711 | LICENSE:${PN}-bcm4350 = "Firmware-broadcom_bcm43xx" |
712 | RDEPENDS_${PN}-bcm4350 += "${PN}-broadcom-license" | 712 | RDEPENDS:${PN}-bcm4350 += "${PN}-broadcom-license" |
713 | LICENSE_${PN}-bcm4356 = "Firmware-broadcom_bcm43xx" | 713 | LICENSE:${PN}-bcm4356 = "Firmware-broadcom_bcm43xx" |
714 | RDEPENDS_${PN}-bcm4356 += "${PN}-broadcom-license" | 714 | RDEPENDS:${PN}-bcm4356 += "${PN}-broadcom-license" |
715 | LICENSE_${PN}-bcm43569 = "Firmware-broadcom_bcm43xx" | 715 | LICENSE:${PN}-bcm43569 = "Firmware-broadcom_bcm43xx" |
716 | RDEPENDS_${PN}-bcm43569 += "${PN}-broadcom-license" | 716 | RDEPENDS:${PN}-bcm43569 += "${PN}-broadcom-license" |
717 | LICENSE_${PN}-bcm43570 = "Firmware-broadcom_bcm43xx" | 717 | LICENSE:${PN}-bcm43570 = "Firmware-broadcom_bcm43xx" |
718 | RDEPENDS_${PN}-bcm43570 += "${PN}-broadcom-license" | 718 | RDEPENDS:${PN}-bcm43570 += "${PN}-broadcom-license" |
719 | LICENSE_${PN}-bcm4358 = "Firmware-broadcom_bcm43xx" | 719 | LICENSE:${PN}-bcm4358 = "Firmware-broadcom_bcm43xx" |
720 | RDEPENDS_${PN}-bcm4358 += "${PN}-broadcom-license" | 720 | RDEPENDS:${PN}-bcm4358 += "${PN}-broadcom-license" |
721 | LICENSE_${PN}-bcm43602 = "Firmware-broadcom_bcm43xx" | 721 | LICENSE:${PN}-bcm43602 = "Firmware-broadcom_bcm43xx" |
722 | RDEPENDS_${PN}-bcm43602 += "${PN}-broadcom-license" | 722 | RDEPENDS:${PN}-bcm43602 += "${PN}-broadcom-license" |
723 | LICENSE_${PN}-bcm4366b = "Firmware-broadcom_bcm43xx" | 723 | LICENSE:${PN}-bcm4366b = "Firmware-broadcom_bcm43xx" |
724 | RDEPENDS_${PN}-bcm4366b += "${PN}-broadcom-license" | 724 | RDEPENDS:${PN}-bcm4366b += "${PN}-broadcom-license" |
725 | LICENSE_${PN}-bcm4366c = "Firmware-broadcom_bcm43xx" | 725 | LICENSE:${PN}-bcm4366c = "Firmware-broadcom_bcm43xx" |
726 | RDEPENDS_${PN}-bcm4366c += "${PN}-broadcom-license" | 726 | RDEPENDS:${PN}-bcm4366c += "${PN}-broadcom-license" |
727 | LICENSE_${PN}-bcm4371 = "Firmware-broadcom_bcm43xx" | 727 | LICENSE:${PN}-bcm4371 = "Firmware-broadcom_bcm43xx" |
728 | RDEPENDS_${PN}-bcm4371 += "${PN}-broadcom-license" | 728 | RDEPENDS:${PN}-bcm4371 += "${PN}-broadcom-license" |
729 | 729 | ||
730 | # For broadcom cypress | 730 | # For broadcom cypress |
731 | 731 | ||
732 | LICENSE_${PN}-cypress-license = "Firmware-cypress" | 732 | LICENSE:${PN}-cypress-license = "Firmware-cypress" |
733 | FILES_${PN}-cypress-license = "${nonarch_base_libdir}/firmware/LICENCE.cypress" | 733 | FILES:${PN}-cypress-license = "${nonarch_base_libdir}/firmware/LICENCE.cypress" |
734 | 734 | ||
735 | FILES_${PN}-bcm-0bb4-0306 = "${nonarch_base_libdir}/firmware/brcm/BCM-0bb4-0306.hcd" | 735 | FILES:${PN}-bcm-0bb4-0306 = "${nonarch_base_libdir}/firmware/brcm/BCM-0bb4-0306.hcd" |
736 | FILES_${PN}-bcm43340 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43340-sdio.* \ | 736 | FILES:${PN}-bcm43340 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43340-sdio.* \ |
737 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43340-sdio.*" | 737 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43340-sdio.*" |
738 | FILES_${PN}-bcm43362 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43362-sdio.* \ | 738 | FILES:${PN}-bcm43362 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43362-sdio.* \ |
739 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43362-sdio.*" | 739 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43362-sdio.*" |
740 | FILES_${PN}-bcm43430 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430-sdio.* \ | 740 | FILES:${PN}-bcm43430 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430-sdio.* \ |
741 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43430-sdio.*" | 741 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43430-sdio.*" |
742 | FILES_${PN}-bcm4354 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4354-sdio.bin \ | 742 | FILES:${PN}-bcm4354 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4354-sdio.bin \ |
743 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4354-sdio.bin \ | 743 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4354-sdio.bin \ |
744 | " | 744 | " |
745 | FILES_${PN}-bcm4356-pcie = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-pcie.* \ | 745 | FILES:${PN}-bcm4356-pcie = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-pcie.* \ |
746 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-pcie.* \ | 746 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-pcie.* \ |
747 | " | 747 | " |
748 | FILES_${PN}-bcm4373 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4373-sdio.bin \ | 748 | FILES:${PN}-bcm4373 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4373-sdio.bin \ |
749 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac4373.bin \ | 749 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac4373.bin \ |
750 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4373-sdio.bin \ | 750 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4373-sdio.bin \ |
751 | " | 751 | " |
752 | 752 | ||
753 | LICENSE_${PN}-bcm-0bb4-0306 = "Firmware-cypress" | 753 | LICENSE:${PN}-bcm-0bb4-0306 = "Firmware-cypress" |
754 | RDEPENDS_${PN}-bcm-0bb4-0306 += "${PN}-cypress-license" | 754 | RDEPENDS:${PN}-bcm-0bb4-0306 += "${PN}-cypress-license" |
755 | LICENSE_${PN}-bcm43340 = "Firmware-cypress" | 755 | LICENSE:${PN}-bcm43340 = "Firmware-cypress" |
756 | RDEPENDS_${PN}-bcm43340 += "${PN}-cypress-license" | 756 | RDEPENDS:${PN}-bcm43340 += "${PN}-cypress-license" |
757 | LICENSE_${PN}-bcm43362 = "Firmware-cypress" | 757 | LICENSE:${PN}-bcm43362 = "Firmware-cypress" |
758 | RDEPENDS_${PN}-bcm43362 += "${PN}-cypress-license" | 758 | RDEPENDS:${PN}-bcm43362 += "${PN}-cypress-license" |
759 | LICENSE_${PN}-bcm43430 = "Firmware-cypress" | 759 | LICENSE:${PN}-bcm43430 = "Firmware-cypress" |
760 | RDEPENDS_${PN}-bcm43430 += "${PN}-cypress-license" | 760 | RDEPENDS:${PN}-bcm43430 += "${PN}-cypress-license" |
761 | LICENSE_${PN}-bcm4354 = "Firmware-cypress" | 761 | LICENSE:${PN}-bcm4354 = "Firmware-cypress" |
762 | RDEPENDS_${PN}-bcm4354 += "${PN}-cypress-license" | 762 | RDEPENDS:${PN}-bcm4354 += "${PN}-cypress-license" |
763 | LICENSE_${PN}-bcm4356-pcie = "Firmware-cypress" | 763 | LICENSE:${PN}-bcm4356-pcie = "Firmware-cypress" |
764 | RDEPENDS_${PN}-bcm4356-pcie += "${PN}-cypress-license" | 764 | RDEPENDS:${PN}-bcm4356-pcie += "${PN}-cypress-license" |
765 | LICENSE_${PN}-bcm4373 = "Firmware-cypress" | 765 | LICENSE:${PN}-bcm4373 = "Firmware-cypress" |
766 | RDEPENDS_${PN}-bcm4373 += "${PN}-cypress-license" | 766 | RDEPENDS:${PN}-bcm4373 += "${PN}-cypress-license" |
767 | 767 | ||
768 | # For Broadcom bnx2-mips | 768 | # For Broadcom bnx2-mips |
769 | # | 769 | # |
770 | # which is a separate case to the other Broadcom firmwares since its | 770 | # which is a separate case to the other Broadcom firmwares since its |
771 | # license is contained in the shared WHENCE file. | 771 | # license is contained in the shared WHENCE file. |
772 | 772 | ||
773 | LICENSE_${PN}-bnx2-mips = "WHENCE" | 773 | LICENSE:${PN}-bnx2-mips = "WHENCE" |
774 | LICENSE_${PN}-whence-license = "WHENCE" | 774 | LICENSE:${PN}-whence-license = "WHENCE" |
775 | 775 | ||
776 | FILES_${PN}-bnx2-mips = "${nonarch_base_libdir}/firmware/bnx2/bnx2-mips-09-6.2.1b.fw" | 776 | FILES:${PN}-bnx2-mips = "${nonarch_base_libdir}/firmware/bnx2/bnx2-mips-09-6.2.1b.fw" |
777 | FILES_${PN}-whence-license = "${nonarch_base_libdir}/firmware/WHENCE" | 777 | FILES:${PN}-whence-license = "${nonarch_base_libdir}/firmware/WHENCE" |
778 | 778 | ||
779 | RDEPENDS_${PN}-bnx2-mips += "${PN}-whence-license" | 779 | RDEPENDS:${PN}-bnx2-mips += "${PN}-whence-license" |
780 | 780 | ||
781 | # For imx-sdma | 781 | # For imx-sdma |
782 | LICENSE_${PN}-imx-sdma-imx6q = "Firmware-imx-sdma_firmware" | 782 | LICENSE:${PN}-imx-sdma-imx6q = "Firmware-imx-sdma_firmware" |
783 | LICENSE_${PN}-imx-sdma-imx7d = "Firmware-imx-sdma_firmware" | 783 | LICENSE:${PN}-imx-sdma-imx7d = "Firmware-imx-sdma_firmware" |
784 | LICENSE_${PN}-imx-sdma-license = "Firmware-imx-sdma_firmware" | 784 | LICENSE:${PN}-imx-sdma-license = "Firmware-imx-sdma_firmware" |
785 | 785 | ||
786 | FILES_${PN}-imx-sdma-imx6q = "${nonarch_base_libdir}/firmware/imx/sdma/sdma-imx6q.bin" | 786 | FILES:${PN}-imx-sdma-imx6q = "${nonarch_base_libdir}/firmware/imx/sdma/sdma-imx6q.bin" |
787 | 787 | ||
788 | RPROVIDES_${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" | 788 | RPROVIDES:${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" |
789 | RREPLACES_${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" | 789 | RREPLACES:${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" |
790 | RCONFLICTS_${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" | 790 | RCONFLICTS:${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" |
791 | 791 | ||
792 | FILES_${PN}-imx-sdma-imx7d = "${nonarch_base_libdir}/firmware/imx/sdma/sdma-imx7d.bin" | 792 | FILES:${PN}-imx-sdma-imx7d = "${nonarch_base_libdir}/firmware/imx/sdma/sdma-imx7d.bin" |
793 | 793 | ||
794 | FILES_${PN}-imx-sdma-license = "${nonarch_base_libdir}/firmware/LICENSE.sdma_firmware" | 794 | FILES:${PN}-imx-sdma-license = "${nonarch_base_libdir}/firmware/LICENSE.sdma_firmware" |
795 | 795 | ||
796 | RDEPENDS_${PN}-imx-sdma-imx6q += "${PN}-imx-sdma-license" | 796 | RDEPENDS:${PN}-imx-sdma-imx6q += "${PN}-imx-sdma-license" |
797 | RDEPENDS_${PN}-imx-sdma-imx7d += "${PN}-imx-sdma-license" | 797 | RDEPENDS:${PN}-imx-sdma-imx7d += "${PN}-imx-sdma-license" |
798 | 798 | ||
799 | # For iwlwifi | 799 | # For iwlwifi |
800 | LICENSE_${PN}-iwlwifi = "Firmware-iwlwifi_firmware" | 800 | LICENSE:${PN}-iwlwifi = "Firmware-iwlwifi_firmware" |
801 | LICENSE_${PN}-iwlwifi-135-6 = "Firmware-iwlwifi_firmware" | 801 | LICENSE:${PN}-iwlwifi-135-6 = "Firmware-iwlwifi_firmware" |
802 | LICENSE_${PN}-iwlwifi-3160-7 = "Firmware-iwlwifi_firmware" | 802 | LICENSE:${PN}-iwlwifi-3160-7 = "Firmware-iwlwifi_firmware" |
803 | LICENSE_${PN}-iwlwifi-3160-8 = "Firmware-iwlwifi_firmware" | 803 | LICENSE:${PN}-iwlwifi-3160-8 = "Firmware-iwlwifi_firmware" |
804 | LICENSE_${PN}-iwlwifi-3160-9 = "Firmware-iwlwifi_firmware" | 804 | LICENSE:${PN}-iwlwifi-3160-9 = "Firmware-iwlwifi_firmware" |
805 | LICENSE_${PN}-iwlwifi-3160-10 = "Firmware-iwlwifi_firmware" | 805 | LICENSE:${PN}-iwlwifi-3160-10 = "Firmware-iwlwifi_firmware" |
806 | LICENSE_${PN}-iwlwifi-3160-12 = "Firmware-iwlwifi_firmware" | 806 | LICENSE:${PN}-iwlwifi-3160-12 = "Firmware-iwlwifi_firmware" |
807 | LICENSE_${PN}-iwlwifi-3160-13 = "Firmware-iwlwifi_firmware" | 807 | LICENSE:${PN}-iwlwifi-3160-13 = "Firmware-iwlwifi_firmware" |
808 | LICENSE_${PN}-iwlwifi-3160-16 = "Firmware-iwlwifi_firmware" | 808 | LICENSE:${PN}-iwlwifi-3160-16 = "Firmware-iwlwifi_firmware" |
809 | LICENSE_${PN}-iwlwifi-3160-17 = "Firmware-iwlwifi_firmware" | 809 | LICENSE:${PN}-iwlwifi-3160-17 = "Firmware-iwlwifi_firmware" |
810 | LICENSE_${PN}-iwlwifi-6000-4 = "Firmware-iwlwifi_firmware" | 810 | LICENSE:${PN}-iwlwifi-6000-4 = "Firmware-iwlwifi_firmware" |
811 | LICENSE_${PN}-iwlwifi-6000g2a-5 = "Firmware-iwlwifi_firmware" | 811 | LICENSE:${PN}-iwlwifi-6000g2a-5 = "Firmware-iwlwifi_firmware" |
812 | LICENSE_${PN}-iwlwifi-6000g2a-6 = "Firmware-iwlwifi_firmware" | 812 | LICENSE:${PN}-iwlwifi-6000g2a-6 = "Firmware-iwlwifi_firmware" |
813 | LICENSE_${PN}-iwlwifi-6000g2b-5 = "Firmware-iwlwifi_firmware" | 813 | LICENSE:${PN}-iwlwifi-6000g2b-5 = "Firmware-iwlwifi_firmware" |
814 | LICENSE_${PN}-iwlwifi-6000g2b-6 = "Firmware-iwlwifi_firmware" | 814 | LICENSE:${PN}-iwlwifi-6000g2b-6 = "Firmware-iwlwifi_firmware" |
815 | LICENSE_${PN}-iwlwifi-6050-4 = "Firmware-iwlwifi_firmware" | 815 | LICENSE:${PN}-iwlwifi-6050-4 = "Firmware-iwlwifi_firmware" |
816 | LICENSE_${PN}-iwlwifi-6050-5 = "Firmware-iwlwifi_firmware" | 816 | LICENSE:${PN}-iwlwifi-6050-5 = "Firmware-iwlwifi_firmware" |
817 | LICENSE_${PN}-iwlwifi-7260 = "Firmware-iwlwifi_firmware" | 817 | LICENSE:${PN}-iwlwifi-7260 = "Firmware-iwlwifi_firmware" |
818 | LICENSE_${PN}-iwlwifi-7265 = "Firmware-iwlwifi_firmware" | 818 | LICENSE:${PN}-iwlwifi-7265 = "Firmware-iwlwifi_firmware" |
819 | LICENSE_${PN}-iwlwifi-7265d = "Firmware-iwlwifi_firmware" | 819 | LICENSE:${PN}-iwlwifi-7265d = "Firmware-iwlwifi_firmware" |
820 | LICENSE_${PN}-iwlwifi-8000c = "Firmware-iwlwifi_firmware" | 820 | LICENSE:${PN}-iwlwifi-8000c = "Firmware-iwlwifi_firmware" |
821 | LICENSE_${PN}-iwlwifi-8265 = "Firmware-iwlwifi_firmware" | 821 | LICENSE:${PN}-iwlwifi-8265 = "Firmware-iwlwifi_firmware" |
822 | LICENSE_${PN}-iwlwifi-9000 = "Firmware-iwlwifi_firmware" | 822 | LICENSE:${PN}-iwlwifi-9000 = "Firmware-iwlwifi_firmware" |
823 | LICENSE_${PN}-iwlwifi-misc = "Firmware-iwlwifi_firmware" | 823 | LICENSE:${PN}-iwlwifi-misc = "Firmware-iwlwifi_firmware" |
824 | LICENSE_${PN}-iwlwifi-license = "Firmware-iwlwifi_firmware" | 824 | LICENSE:${PN}-iwlwifi-license = "Firmware-iwlwifi_firmware" |
825 | 825 | ||
826 | 826 | ||
827 | FILES_${PN}-iwlwifi-license = "${nonarch_base_libdir}/firmware/LICENCE.iwlwifi_firmware" | 827 | FILES:${PN}-iwlwifi-license = "${nonarch_base_libdir}/firmware/LICENCE.iwlwifi_firmware" |
828 | FILES_${PN}-iwlwifi-135-6 = "${nonarch_base_libdir}/firmware/iwlwifi-135-6.ucode" | 828 | FILES:${PN}-iwlwifi-135-6 = "${nonarch_base_libdir}/firmware/iwlwifi-135-6.ucode" |
829 | FILES_${PN}-iwlwifi-3160-7 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-7.ucode" | 829 | FILES:${PN}-iwlwifi-3160-7 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-7.ucode" |
830 | FILES_${PN}-iwlwifi-3160-8 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-8.ucode" | 830 | FILES:${PN}-iwlwifi-3160-8 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-8.ucode" |
831 | FILES_${PN}-iwlwifi-3160-9 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-9.ucode" | 831 | FILES:${PN}-iwlwifi-3160-9 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-9.ucode" |
832 | FILES_${PN}-iwlwifi-3160-10 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-10.ucode" | 832 | FILES:${PN}-iwlwifi-3160-10 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-10.ucode" |
833 | FILES_${PN}-iwlwifi-3160-12 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-12.ucode" | 833 | FILES:${PN}-iwlwifi-3160-12 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-12.ucode" |
834 | FILES_${PN}-iwlwifi-3160-13 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-13.ucode" | 834 | FILES:${PN}-iwlwifi-3160-13 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-13.ucode" |
835 | FILES_${PN}-iwlwifi-3160-16 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-16.ucode" | 835 | FILES:${PN}-iwlwifi-3160-16 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-16.ucode" |
836 | FILES_${PN}-iwlwifi-3160-17 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-17.ucode" | 836 | FILES:${PN}-iwlwifi-3160-17 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-17.ucode" |
837 | FILES_${PN}-iwlwifi-6000-4 = "${nonarch_base_libdir}/firmware/iwlwifi-6000-4.ucode" | 837 | FILES:${PN}-iwlwifi-6000-4 = "${nonarch_base_libdir}/firmware/iwlwifi-6000-4.ucode" |
838 | FILES_${PN}-iwlwifi-6000g2a-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2a-5.ucode" | 838 | FILES:${PN}-iwlwifi-6000g2a-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2a-5.ucode" |
839 | FILES_${PN}-iwlwifi-6000g2a-6 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2a-6.ucode" | 839 | FILES:${PN}-iwlwifi-6000g2a-6 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2a-6.ucode" |
840 | FILES_${PN}-iwlwifi-6000g2b-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2b-5.ucode" | 840 | FILES:${PN}-iwlwifi-6000g2b-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2b-5.ucode" |
841 | FILES_${PN}-iwlwifi-6000g2b-6 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2b-6.ucode" | 841 | FILES:${PN}-iwlwifi-6000g2b-6 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2b-6.ucode" |
842 | FILES_${PN}-iwlwifi-6050-4 = "${nonarch_base_libdir}/firmware/iwlwifi-6050-4.ucode" | 842 | FILES:${PN}-iwlwifi-6050-4 = "${nonarch_base_libdir}/firmware/iwlwifi-6050-4.ucode" |
843 | FILES_${PN}-iwlwifi-6050-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6050-5.ucode" | 843 | FILES:${PN}-iwlwifi-6050-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6050-5.ucode" |
844 | FILES_${PN}-iwlwifi-7260 = "${nonarch_base_libdir}/firmware/iwlwifi-7260-*.ucode" | 844 | FILES:${PN}-iwlwifi-7260 = "${nonarch_base_libdir}/firmware/iwlwifi-7260-*.ucode" |
845 | FILES_${PN}-iwlwifi-7265 = "${nonarch_base_libdir}/firmware/iwlwifi-7265-*.ucode" | 845 | FILES:${PN}-iwlwifi-7265 = "${nonarch_base_libdir}/firmware/iwlwifi-7265-*.ucode" |
846 | FILES_${PN}-iwlwifi-7265d = "${nonarch_base_libdir}/firmware/iwlwifi-7265D-*.ucode" | 846 | FILES:${PN}-iwlwifi-7265d = "${nonarch_base_libdir}/firmware/iwlwifi-7265D-*.ucode" |
847 | FILES_${PN}-iwlwifi-8000c = "${nonarch_base_libdir}/firmware/iwlwifi-8000C-*.ucode" | 847 | FILES:${PN}-iwlwifi-8000c = "${nonarch_base_libdir}/firmware/iwlwifi-8000C-*.ucode" |
848 | FILES_${PN}-iwlwifi-8265 = "${nonarch_base_libdir}/firmware/iwlwifi-8265-*.ucode" | 848 | FILES:${PN}-iwlwifi-8265 = "${nonarch_base_libdir}/firmware/iwlwifi-8265-*.ucode" |
849 | FILES_${PN}-iwlwifi-9000 = "${nonarch_base_libdir}/firmware/iwlwifi-9000-*.ucode" | 849 | FILES:${PN}-iwlwifi-9000 = "${nonarch_base_libdir}/firmware/iwlwifi-9000-*.ucode" |
850 | FILES_${PN}-iwlwifi-misc = "${nonarch_base_libdir}/firmware/iwlwifi-*.ucode" | 850 | FILES:${PN}-iwlwifi-misc = "${nonarch_base_libdir}/firmware/iwlwifi-*.ucode" |
851 | 851 | ||
852 | RDEPENDS_${PN}-iwlwifi-135-6 = "${PN}-iwlwifi-license" | 852 | RDEPENDS:${PN}-iwlwifi-135-6 = "${PN}-iwlwifi-license" |
853 | RDEPENDS_${PN}-iwlwifi-3160-7 = "${PN}-iwlwifi-license" | 853 | RDEPENDS:${PN}-iwlwifi-3160-7 = "${PN}-iwlwifi-license" |
854 | RDEPENDS_${PN}-iwlwifi-3160-8 = "${PN}-iwlwifi-license" | 854 | RDEPENDS:${PN}-iwlwifi-3160-8 = "${PN}-iwlwifi-license" |
855 | RDEPENDS_${PN}-iwlwifi-3160-9 = "${PN}-iwlwifi-license" | 855 | RDEPENDS:${PN}-iwlwifi-3160-9 = "${PN}-iwlwifi-license" |
856 | RDEPENDS_${PN}-iwlwifi-3160-10 = "${PN}-iwlwifi-license" | 856 | RDEPENDS:${PN}-iwlwifi-3160-10 = "${PN}-iwlwifi-license" |
857 | RDEPENDS_${PN}-iwlwifi-3160-12 = "${PN}-iwlwifi-license" | 857 | RDEPENDS:${PN}-iwlwifi-3160-12 = "${PN}-iwlwifi-license" |
858 | RDEPENDS_${PN}-iwlwifi-3160-13 = "${PN}-iwlwifi-license" | 858 | RDEPENDS:${PN}-iwlwifi-3160-13 = "${PN}-iwlwifi-license" |
859 | RDEPENDS_${PN}-iwlwifi-3160-16 = "${PN}-iwlwifi-license" | 859 | RDEPENDS:${PN}-iwlwifi-3160-16 = "${PN}-iwlwifi-license" |
860 | RDEPENDS_${PN}-iwlwifi-3160-17 = "${PN}-iwlwifi-license" | 860 | RDEPENDS:${PN}-iwlwifi-3160-17 = "${PN}-iwlwifi-license" |
861 | RDEPENDS_${PN}-iwlwifi-6000-4 = "${PN}-iwlwifi-license" | 861 | RDEPENDS:${PN}-iwlwifi-6000-4 = "${PN}-iwlwifi-license" |
862 | RDEPENDS_${PN}-iwlwifi-6000g2a-5 = "${PN}-iwlwifi-license" | 862 | RDEPENDS:${PN}-iwlwifi-6000g2a-5 = "${PN}-iwlwifi-license" |
863 | RDEPENDS_${PN}-iwlwifi-6000g2a-6 = "${PN}-iwlwifi-license" | 863 | RDEPENDS:${PN}-iwlwifi-6000g2a-6 = "${PN}-iwlwifi-license" |
864 | RDEPENDS_${PN}-iwlwifi-6000g2b-5 = "${PN}-iwlwifi-license" | 864 | RDEPENDS:${PN}-iwlwifi-6000g2b-5 = "${PN}-iwlwifi-license" |
865 | RDEPENDS_${PN}-iwlwifi-6000g2b-6 = "${PN}-iwlwifi-license" | 865 | RDEPENDS:${PN}-iwlwifi-6000g2b-6 = "${PN}-iwlwifi-license" |
866 | RDEPENDS_${PN}-iwlwifi-6050-4 = "${PN}-iwlwifi-license" | 866 | RDEPENDS:${PN}-iwlwifi-6050-4 = "${PN}-iwlwifi-license" |
867 | RDEPENDS_${PN}-iwlwifi-6050-5 = "${PN}-iwlwifi-license" | 867 | RDEPENDS:${PN}-iwlwifi-6050-5 = "${PN}-iwlwifi-license" |
868 | RDEPENDS_${PN}-iwlwifi-7260 = "${PN}-iwlwifi-license" | 868 | RDEPENDS:${PN}-iwlwifi-7260 = "${PN}-iwlwifi-license" |
869 | RDEPENDS_${PN}-iwlwifi-7265 = "${PN}-iwlwifi-license" | 869 | RDEPENDS:${PN}-iwlwifi-7265 = "${PN}-iwlwifi-license" |
870 | RDEPENDS_${PN}-iwlwifi-7265d = "${PN}-iwlwifi-license" | 870 | RDEPENDS:${PN}-iwlwifi-7265d = "${PN}-iwlwifi-license" |
871 | RDEPENDS_${PN}-iwlwifi-8000c = "${PN}-iwlwifi-license" | 871 | RDEPENDS:${PN}-iwlwifi-8000c = "${PN}-iwlwifi-license" |
872 | RDEPENDS_${PN}-iwlwifi-8265 = "${PN}-iwlwifi-license" | 872 | RDEPENDS:${PN}-iwlwifi-8265 = "${PN}-iwlwifi-license" |
873 | RDEPENDS_${PN}-iwlwifi-9000 = "${PN}-iwlwifi-license" | 873 | RDEPENDS:${PN}-iwlwifi-9000 = "${PN}-iwlwifi-license" |
874 | RDEPENDS_${PN}-iwlwifi-misc = "${PN}-iwlwifi-license" | 874 | RDEPENDS:${PN}-iwlwifi-misc = "${PN}-iwlwifi-license" |
875 | 875 | ||
876 | # -iwlwifi-misc is a "catch all" package that includes all the iwlwifi | 876 | # -iwlwifi-misc is a "catch all" package that includes all the iwlwifi |
877 | # firmwares that are not already included in other -iwlwifi- packages. | 877 | # firmwares that are not already included in other -iwlwifi- packages. |
878 | # -iwlwifi is a virtual package that depends upon all iwlwifi packages. | 878 | # -iwlwifi is a virtual package that depends upon all iwlwifi packages. |
879 | # These are distinct in order to allow the -misc firmwares to be installed | 879 | # These are distinct in order to allow the -misc firmwares to be installed |
880 | # without pulling in every other iwlwifi package. | 880 | # without pulling in every other iwlwifi package. |
881 | ALLOW_EMPTY_${PN}-iwlwifi = "1" | 881 | ALLOW_EMPTY:${PN}-iwlwifi = "1" |
882 | ALLOW_EMPTY_${PN}-iwlwifi-misc = "1" | 882 | ALLOW_EMPTY:${PN}-iwlwifi-misc = "1" |
883 | 883 | ||
884 | # Handle package updating for the newly merged iwlwifi groupings | 884 | # Handle package updating for the newly merged iwlwifi groupings |
885 | RPROVIDES_${PN}-iwlwifi-7265 = "${PN}-iwlwifi-7265-8 ${PN}-iwlwifi-7265-9" | 885 | RPROVIDES:${PN}-iwlwifi-7265 = "${PN}-iwlwifi-7265-8 ${PN}-iwlwifi-7265-9" |
886 | RREPLACES_${PN}-iwlwifi-7265 = "${PN}-iwlwifi-7265-8 ${PN}-iwlwifi-7265-9" | 886 | RREPLACES:${PN}-iwlwifi-7265 = "${PN}-iwlwifi-7265-8 ${PN}-iwlwifi-7265-9" |
887 | RCONFLICTS_${PN}-iwlwifi-7265 = "${PN}-iwlwifi-7265-8 ${PN}-iwlwifi-7265-9" | 887 | RCONFLICTS:${PN}-iwlwifi-7265 = "${PN}-iwlwifi-7265-8 ${PN}-iwlwifi-7265-9" |
888 | 888 | ||
889 | RPROVIDES_${PN}-iwlwifi-7260 = "${PN}-iwlwifi-7260-7 ${PN}-iwlwifi-7260-8 ${PN}-iwlwifi-7260-9" | 889 | RPROVIDES:${PN}-iwlwifi-7260 = "${PN}-iwlwifi-7260-7 ${PN}-iwlwifi-7260-8 ${PN}-iwlwifi-7260-9" |
890 | RREPLACES_${PN}-iwlwifi-7260 = "${PN}-iwlwifi-7260-7 ${PN}-iwlwifi-7260-8 ${PN}-iwlwifi-7260-9" | 890 | RREPLACES:${PN}-iwlwifi-7260 = "${PN}-iwlwifi-7260-7 ${PN}-iwlwifi-7260-8 ${PN}-iwlwifi-7260-9" |
891 | RCONFLICTS_${PN}-iwlwifi-7260 = "${PN}-iwlwifi-7260-7 ${PN}-iwlwifi-7260-8 ${PN}-iwlwifi-7260-9" | 891 | RCONFLICTS:${PN}-iwlwifi-7260 = "${PN}-iwlwifi-7260-7 ${PN}-iwlwifi-7260-8 ${PN}-iwlwifi-7260-9" |
892 | 892 | ||
893 | # For ibt | 893 | # For ibt |
894 | LICENSE_${PN}-ibt-license = "Firmware-ibt_firmware" | 894 | LICENSE:${PN}-ibt-license = "Firmware-ibt_firmware" |
895 | LICENSE_${PN}-ibt-hw-37-7 = "Firmware-ibt_firmware" | 895 | LICENSE:${PN}-ibt-hw-37-7 = "Firmware-ibt_firmware" |
896 | LICENSE_${PN}-ibt-hw-37-8 = "Firmware-ibt_firmware" | 896 | LICENSE:${PN}-ibt-hw-37-8 = "Firmware-ibt_firmware" |
897 | LICENSE_${PN}-ibt-11-5 = "Firmware-ibt_firmware" | 897 | LICENSE:${PN}-ibt-11-5 = "Firmware-ibt_firmware" |
898 | LICENSE_${PN}-ibt-12-16 = "Firmware-ibt_firmware" | 898 | LICENSE:${PN}-ibt-12-16 = "Firmware-ibt_firmware" |
899 | LICENSE_${PN}-ibt-17 = "Firmware-ibt_firmware" | 899 | LICENSE:${PN}-ibt-17 = "Firmware-ibt_firmware" |
900 | LICENSE_${PN}-ibt-20 = "Firmware-ibt_firmware" | 900 | LICENSE:${PN}-ibt-20 = "Firmware-ibt_firmware" |
901 | LICENSE_${PN}-ibt-misc = "Firmware-ibt_firmware" | 901 | LICENSE:${PN}-ibt-misc = "Firmware-ibt_firmware" |
902 | 902 | ||
903 | FILES_${PN}-ibt-license = "${nonarch_base_libdir}/firmware/LICENCE.ibt_firmware" | 903 | FILES:${PN}-ibt-license = "${nonarch_base_libdir}/firmware/LICENCE.ibt_firmware" |
904 | FILES_${PN}-ibt-hw-37-7 = "${nonarch_base_libdir}/firmware/intel/ibt-hw-37.7*.bseq" | 904 | FILES:${PN}-ibt-hw-37-7 = "${nonarch_base_libdir}/firmware/intel/ibt-hw-37.7*.bseq" |
905 | FILES_${PN}-ibt-hw-37-8 = "${nonarch_base_libdir}/firmware/intel/ibt-hw-37.8*.bseq" | 905 | FILES:${PN}-ibt-hw-37-8 = "${nonarch_base_libdir}/firmware/intel/ibt-hw-37.8*.bseq" |
906 | FILES_${PN}-ibt-11-5 = "${nonarch_base_libdir}/firmware/intel/ibt-11-5.sfi ${nonarch_base_libdir}/firmware/intel/ibt-11-5.ddc" | 906 | FILES:${PN}-ibt-11-5 = "${nonarch_base_libdir}/firmware/intel/ibt-11-5.sfi ${nonarch_base_libdir}/firmware/intel/ibt-11-5.ddc" |
907 | FILES_${PN}-ibt-12-16 = "${nonarch_base_libdir}/firmware/intel/ibt-12-16.sfi ${nonarch_base_libdir}/firmware/intel/ibt-12-16.ddc" | 907 | FILES:${PN}-ibt-12-16 = "${nonarch_base_libdir}/firmware/intel/ibt-12-16.sfi ${nonarch_base_libdir}/firmware/intel/ibt-12-16.ddc" |
908 | FILES_${PN}-ibt-17 = "${nonarch_base_libdir}/firmware/intel/ibt-17-*.sfi ${nonarch_base_libdir}/firmware/intel/ibt-17-*.ddc" | 908 | FILES:${PN}-ibt-17 = "${nonarch_base_libdir}/firmware/intel/ibt-17-*.sfi ${nonarch_base_libdir}/firmware/intel/ibt-17-*.ddc" |
909 | FILES_${PN}-ibt-20 = "${nonarch_base_libdir}/firmware/intel/ibt-20-*.sfi ${nonarch_base_libdir}/firmware/intel/ibt-20-*.ddc" | 909 | FILES:${PN}-ibt-20 = "${nonarch_base_libdir}/firmware/intel/ibt-20-*.sfi ${nonarch_base_libdir}/firmware/intel/ibt-20-*.ddc" |
910 | FILES_${PN}-ibt-misc = "${nonarch_base_libdir}/firmware/intel/ibt-*" | 910 | FILES:${PN}-ibt-misc = "${nonarch_base_libdir}/firmware/intel/ibt-*" |
911 | 911 | ||
912 | RDEPENDS_${PN}-ibt-hw-37-7 = "${PN}-ibt-license" | 912 | RDEPENDS:${PN}-ibt-hw-37-7 = "${PN}-ibt-license" |
913 | RDEPENDS_${PN}-ibt-hw-37.8 = "${PN}-ibt-license" | 913 | RDEPENDS:${PN}-ibt-hw-37.8 = "${PN}-ibt-license" |
914 | RDEPENDS_${PN}-ibt-11-5 = "${PN}-ibt-license" | 914 | RDEPENDS:${PN}-ibt-11-5 = "${PN}-ibt-license" |
915 | RDEPENDS_${PN}-ibt-12-16 = "${PN}-ibt-license" | 915 | RDEPENDS:${PN}-ibt-12-16 = "${PN}-ibt-license" |
916 | RDEPENDS_${PN}-ibt-17 = "${PN}-ibt-license" | 916 | RDEPENDS:${PN}-ibt-17 = "${PN}-ibt-license" |
917 | RDEPENDS_${PN}-ibt-20 = "${PN}-ibt-license" | 917 | RDEPENDS:${PN}-ibt-20 = "${PN}-ibt-license" |
918 | RDEPENDS_${PN}-ibt-misc = "${PN}-ibt-license" | 918 | RDEPENDS:${PN}-ibt-misc = "${PN}-ibt-license" |
919 | 919 | ||
920 | ALLOW_EMPTY_${PN}-ibt= "1" | 920 | ALLOW_EMPTY:${PN}-ibt= "1" |
921 | ALLOW_EMPTY_${PN}-ibt-misc = "1" | 921 | ALLOW_EMPTY:${PN}-ibt-misc = "1" |
922 | 922 | ||
923 | LICENSE_${PN}-i915 = "Firmware-i915" | 923 | LICENSE:${PN}-i915 = "Firmware-i915" |
924 | LICENSE_${PN}-i915-license = "Firmware-i915" | 924 | LICENSE:${PN}-i915-license = "Firmware-i915" |
925 | FILES_${PN}-i915-license = "${nonarch_base_libdir}/firmware/LICENSE.i915" | 925 | FILES:${PN}-i915-license = "${nonarch_base_libdir}/firmware/LICENSE.i915" |
926 | FILES_${PN}-i915 = "${nonarch_base_libdir}/firmware/i915" | 926 | FILES:${PN}-i915 = "${nonarch_base_libdir}/firmware/i915" |
927 | RDEPENDS_${PN}-i915 = "${PN}-i915-license" | 927 | RDEPENDS:${PN}-i915 = "${PN}-i915-license" |
928 | 928 | ||
929 | LICENSE_${PN}-ice = "Firmware-ice" | 929 | LICENSE:${PN}-ice = "Firmware-ice" |
930 | LICENSE_${PN}-ice-license = "Firmware-ice" | 930 | LICENSE:${PN}-ice-license = "Firmware-ice" |
931 | FILES_${PN}-ice-license = "${nonarch_base_libdir}/firmware/LICENSE.ice" | 931 | FILES:${PN}-ice-license = "${nonarch_base_libdir}/firmware/LICENSE.ice" |
932 | FILES_${PN}-ice = "${nonarch_base_libdir}/firmware/intel/ice" | 932 | FILES:${PN}-ice = "${nonarch_base_libdir}/firmware/intel/ice" |
933 | RDEPENDS_${PN}-ice = "${PN}-ice-license" | 933 | RDEPENDS:${PN}-ice = "${PN}-ice-license" |
934 | 934 | ||
935 | FILES_${PN}-adsp-sst-license = "${nonarch_base_libdir}/firmware/LICENCE.adsp_sst" | 935 | FILES:${PN}-adsp-sst-license = "${nonarch_base_libdir}/firmware/LICENCE.adsp_sst" |
936 | LICENSE_${PN}-adsp-sst = "Firmware-adsp_sst" | 936 | LICENSE:${PN}-adsp-sst = "Firmware-adsp_sst" |
937 | LICENSE_${PN}-adsp-sst-license = "Firmware-adsp_sst" | 937 | LICENSE:${PN}-adsp-sst-license = "Firmware-adsp_sst" |
938 | FILES_${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" | 938 | FILES:${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" |
939 | RDEPENDS_${PN}-adsp-sst = "${PN}-adsp-sst-license" | 939 | RDEPENDS:${PN}-adsp-sst = "${PN}-adsp-sst-license" |
940 | 940 | ||
941 | # For QAT | 941 | # For QAT |
942 | LICENSE_${PN}-qat = "Firmware-qat" | 942 | LICENSE:${PN}-qat = "Firmware-qat" |
943 | LICENSE_${PN}-qat-license = "Firmware-qat" | 943 | LICENSE:${PN}-qat-license = "Firmware-qat" |
944 | FILES_${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware" | 944 | FILES:${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware" |
945 | FILES_${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin" | 945 | FILES:${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin" |
946 | RDEPENDS_${PN}-qat = "${PN}-qat-license" | 946 | RDEPENDS:${PN}-qat = "${PN}-qat-license" |
947 | 947 | ||
948 | # For QCOM VPU/GPU and SDM845 | 948 | # For QCOM VPU/GPU and SDM845 |
949 | LICENSE_${PN}-qcom-license = "Firmware-qcom" | 949 | LICENSE:${PN}-qcom-license = "Firmware-qcom" |
950 | FILES_${PN}-qcom-license = "${nonarch_base_libdir}/firmware/LICENSE.qcom ${nonarch_base_libdir}/firmware/qcom/NOTICE.txt" | 950 | FILES:${PN}-qcom-license = "${nonarch_base_libdir}/firmware/LICENSE.qcom ${nonarch_base_libdir}/firmware/qcom/NOTICE.txt" |
951 | FILES_${PN}-qcom-venus-1.8 = "${nonarch_base_libdir}/firmware/qcom/venus-1.8/*" | 951 | FILES:${PN}-qcom-venus-1.8 = "${nonarch_base_libdir}/firmware/qcom/venus-1.8/*" |
952 | FILES_${PN}-qcom-venus-4.2 = "${nonarch_base_libdir}/firmware/qcom/venus-4.2/*" | 952 | FILES:${PN}-qcom-venus-4.2 = "${nonarch_base_libdir}/firmware/qcom/venus-4.2/*" |
953 | FILES_${PN}-qcom-venus-5.2 = "${nonarch_base_libdir}/firmware/qcom/venus-5.2/*" | 953 | FILES:${PN}-qcom-venus-5.2 = "${nonarch_base_libdir}/firmware/qcom/venus-5.2/*" |
954 | FILES_${PN}-qcom-venus-5.4 = "${nonarch_base_libdir}/firmware/qcom/venus-5.4/*" | 954 | FILES:${PN}-qcom-venus-5.4 = "${nonarch_base_libdir}/firmware/qcom/venus-5.4/*" |
955 | FILES_${PN}-qcom-adreno-a3xx = "${nonarch_base_libdir}/firmware/qcom/a300_*.fw ${nonarch_base_libdir}/firmware/a300_*.fw" | 955 | FILES:${PN}-qcom-adreno-a3xx = "${nonarch_base_libdir}/firmware/qcom/a300_*.fw ${nonarch_base_libdir}/firmware/a300_*.fw" |
956 | FILES_${PN}-qcom-adreno-a530 = "${nonarch_base_libdir}/firmware/qcom/a530*.*" | 956 | FILES:${PN}-qcom-adreno-a530 = "${nonarch_base_libdir}/firmware/qcom/a530*.*" |
957 | FILES_${PN}-qcom-adreno-a630 = "${nonarch_base_libdir}/firmware/qcom/a630*.* ${nonarch_base_libdir}/firmware/qcom/sdm845/a630*.*" | 957 | FILES:${PN}-qcom-adreno-a630 = "${nonarch_base_libdir}/firmware/qcom/a630*.* ${nonarch_base_libdir}/firmware/qcom/sdm845/a630*.*" |
958 | FILES_${PN}-qcom-sdm845-audio = "${nonarch_base_libdir}/firmware/qcom/sdm845/adsp*.*" | 958 | FILES:${PN}-qcom-sdm845-audio = "${nonarch_base_libdir}/firmware/qcom/sdm845/adsp*.*" |
959 | FILES_${PN}-qcom-sdm845-compute = "${nonarch_base_libdir}/firmware/qcom/sdm845/cdsp*.*" | 959 | FILES:${PN}-qcom-sdm845-compute = "${nonarch_base_libdir}/firmware/qcom/sdm845/cdsp*.*" |
960 | FILES_${PN}-qcom-sdm845-modem = "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.* ${nonarch_base_libdir}/firmware/qcom/sdm845/wlanmdsp.mbn" | 960 | FILES:${PN}-qcom-sdm845-modem = "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.* ${nonarch_base_libdir}/firmware/qcom/sdm845/wlanmdsp.mbn" |
961 | RDEPENDS_${PN}-qcom-venus-1.8 = "${PN}-qcom-license" | 961 | RDEPENDS:${PN}-qcom-venus-1.8 = "${PN}-qcom-license" |
962 | RDEPENDS_${PN}-qcom-venus-4.2 = "${PN}-qcom-license" | 962 | RDEPENDS:${PN}-qcom-venus-4.2 = "${PN}-qcom-license" |
963 | RDEPENDS_${PN}-qcom-venus-5.2 = "${PN}-qcom-license" | 963 | RDEPENDS:${PN}-qcom-venus-5.2 = "${PN}-qcom-license" |
964 | RDEPENDS_${PN}-qcom-venus-5.4 = "${PN}-qcom-license" | 964 | RDEPENDS:${PN}-qcom-venus-5.4 = "${PN}-qcom-license" |
965 | RDEPENDS_${PN}-qcom-adreno-a3xx = "${PN}-qcom-license" | 965 | RDEPENDS:${PN}-qcom-adreno-a3xx = "${PN}-qcom-license" |
966 | RDEPENDS_${PN}-qcom-adreno-a530 = "${PN}-qcom-license" | 966 | RDEPENDS:${PN}-qcom-adreno-a530 = "${PN}-qcom-license" |
967 | RDEPENDS_${PN}-qcom-adreno-a630 = "${PN}-qcom-license" | 967 | RDEPENDS:${PN}-qcom-adreno-a630 = "${PN}-qcom-license" |
968 | RDEPENDS_${PN}-qcom-sdm845-audio = "${PN}-qcom-license" | 968 | RDEPENDS:${PN}-qcom-sdm845-audio = "${PN}-qcom-license" |
969 | RDEPENDS_${PN}-qcom-sdm845-compute = "${PN}-qcom-license" | 969 | RDEPENDS:${PN}-qcom-sdm845-compute = "${PN}-qcom-license" |
970 | RDEPENDS_${PN}-qcom-sdm845-modem = "${PN}-qcom-license" | 970 | RDEPENDS:${PN}-qcom-sdm845-modem = "${PN}-qcom-license" |
971 | 971 | ||
972 | FILES_${PN}-liquidio = "${nonarch_base_libdir}/firmware/liquidio" | 972 | FILES:${PN}-liquidio = "${nonarch_base_libdir}/firmware/liquidio" |
973 | 973 | ||
974 | # For Amlogic VDEC | 974 | # For Amlogic VDEC |
975 | LICENSE_${PN}-amlogic-vdec = "Firmware-amlogic_vdec" | 975 | LICENSE:${PN}-amlogic-vdec = "Firmware-amlogic_vdec" |
976 | FILES_${PN}-amlogic-vdec-license = "${nonarch_base_libdir}/firmware/LICENSE.amlogic_vdec" | 976 | FILES:${PN}-amlogic-vdec-license = "${nonarch_base_libdir}/firmware/LICENSE.amlogic_vdec" |
977 | FILES_${PN}-amlogic-vdec = "${nonarch_base_libdir}/firmware/meson/vdec/*" | 977 | FILES:${PN}-amlogic-vdec = "${nonarch_base_libdir}/firmware/meson/vdec/*" |
978 | RDEPENDS_${PN}-amlogic-vdec = "${PN}-amlogic-vdec-license" | 978 | RDEPENDS:${PN}-amlogic-vdec = "${PN}-amlogic-vdec-license" |
979 | 979 | ||
980 | # For other firmwares | 980 | # For other firmwares |
981 | # Maybe split out to separate packages when needed. | 981 | # Maybe split out to separate packages when needed. |
982 | LICENSE_${PN} = "\ | 982 | LICENSE:${PN} = "\ |
983 | Firmware-Abilis \ | 983 | Firmware-Abilis \ |
984 | & Firmware-agere \ | 984 | & Firmware-agere \ |
985 | & Firmware-amdgpu \ | 985 | & Firmware-amdgpu \ |
@@ -1028,23 +1028,23 @@ LICENSE_${PN} = "\ | |||
1028 | & WHENCE \ | 1028 | & WHENCE \ |
1029 | " | 1029 | " |
1030 | 1030 | ||
1031 | FILES_${PN}-license += "${nonarch_base_libdir}/firmware/LICEN*" | 1031 | FILES:${PN}-license += "${nonarch_base_libdir}/firmware/LICEN*" |
1032 | FILES_${PN} += "${nonarch_base_libdir}/firmware/*" | 1032 | FILES:${PN} += "${nonarch_base_libdir}/firmware/*" |
1033 | RDEPENDS_${PN} += "${PN}-license" | 1033 | RDEPENDS:${PN} += "${PN}-license" |
1034 | RDEPENDS_${PN} += "${PN}-whence-license" | 1034 | RDEPENDS:${PN} += "${PN}-whence-license" |
1035 | 1035 | ||
1036 | # Make linux-firmware depend on all of the split-out packages. | 1036 | # Make linux-firmware depend on all of the split-out packages. |
1037 | # Make linux-firmware-iwlwifi depend on all of the split-out iwlwifi packages. | 1037 | # Make linux-firmware-iwlwifi depend on all of the split-out iwlwifi packages. |
1038 | # Make linux-firmware-ibt depend on all of the split-out ibt packages. | 1038 | # Make linux-firmware-ibt depend on all of the split-out ibt packages. |
1039 | python populate_packages_prepend () { | 1039 | python populate_packages:prepend () { |
1040 | firmware_pkgs = oe.utils.packages_filter_out_system(d) | 1040 | firmware_pkgs = oe.utils.packages_filter_out_system(d) |
1041 | d.appendVar('RRECOMMENDS_linux-firmware', ' ' + ' '.join(firmware_pkgs)) | 1041 | d.appendVar('RRECOMMENDS:linux-firmware', ' ' + ' '.join(firmware_pkgs)) |
1042 | 1042 | ||
1043 | iwlwifi_pkgs = filter(lambda x: x.find('-iwlwifi-') != -1, firmware_pkgs) | 1043 | iwlwifi_pkgs = filter(lambda x: x.find('-iwlwifi-') != -1, firmware_pkgs) |
1044 | d.appendVar('RRECOMMENDS_linux-firmware-iwlwifi', ' ' + ' '.join(iwlwifi_pkgs)) | 1044 | d.appendVar('RRECOMMENDS:linux-firmware-iwlwifi', ' ' + ' '.join(iwlwifi_pkgs)) |
1045 | 1045 | ||
1046 | ibt_pkgs = filter(lambda x: x.find('-ibt-') != -1, firmware_pkgs) | 1046 | ibt_pkgs = filter(lambda x: x.find('-ibt-') != -1, firmware_pkgs) |
1047 | d.appendVar('RRECOMMENDS_linux-firmware-ibt', ' ' + ' '.join(ibt_pkgs)) | 1047 | d.appendVar('RRECOMMENDS:linux-firmware-ibt', ' ' + ' '.join(ibt_pkgs)) |
1048 | } | 1048 | } |
1049 | 1049 | ||
1050 | # Firmware files are generally not ran on the CPU, so they can be | 1050 | # Firmware files are generally not ran on the CPU, so they can be |
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index 175b2d1819..3867d09d08 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | |||
@@ -75,15 +75,15 @@ do_install() { | |||
75 | find ${D}${includedir} -name ..install.cmd | xargs rm -f | 75 | find ${D}${includedir} -name ..install.cmd | xargs rm -f |
76 | } | 76 | } |
77 | 77 | ||
78 | do_install_append_aarch64 () { | 78 | do_install:append:aarch64 () { |
79 | do_install_armmultilib | 79 | do_install_armmultilib |
80 | } | 80 | } |
81 | 81 | ||
82 | do_install_append_arm () { | 82 | do_install:append:arm () { |
83 | do_install_armmultilib | 83 | do_install_armmultilib |
84 | } | 84 | } |
85 | 85 | ||
86 | do_install_append_armeb () { | 86 | do_install:append:armeb () { |
87 | do_install_armmultilib | 87 | do_install_armmultilib |
88 | } | 88 | } |
89 | 89 | ||
@@ -103,8 +103,8 @@ do_install_armmultilib () { | |||
103 | 103 | ||
104 | BBCLASSEXTEND = "nativesdk" | 104 | BBCLASSEXTEND = "nativesdk" |
105 | 105 | ||
106 | RDEPENDS_${PN}-dev = "" | 106 | RDEPENDS:${PN}-dev = "" |
107 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 107 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
108 | 108 | ||
109 | INHIBIT_DEFAULT_DEPS = "1" | 109 | INHIBIT_DEFAULT_DEPS = "1" |
110 | DEPENDS += "unifdef-native bison-native rsync-native" | 110 | DEPENDS += "unifdef-native bison-native rsync-native" |
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.13.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.13.bb index 251d00440d..556ca07f2c 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.13.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.13.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | require linux-libc-headers.inc | 1 | require linux-libc-headers.inc |
2 | 2 | ||
3 | SRC_URI_append_libc-musl = "\ | 3 | SRC_URI:append:libc-musl = "\ |
4 | file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \ | 4 | file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \ |
5 | file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ | 5 | file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \ |
6 | file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \ | 6 | file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \ |
7 | file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \ | 7 | file://0001-include-linux-stddef.h-in-swab.h-uapi-header.patch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI_append = "\ | 10 | SRC_URI:append = "\ |
11 | file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \ | 11 | file://0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch \ |
12 | file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \ | 12 | file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \ |
13 | " | 13 | " |
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index 21b42833ba..3b5fdda773 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -315,17 +315,17 @@ do_install() { | |||
315 | # Ensure we don't race against "make scripts" during cpio | 315 | # Ensure we don't race against "make scripts" during cpio |
316 | do_install[lockfiles] = "${TMPDIR}/kernel-scripts.lock" | 316 | do_install[lockfiles] = "${TMPDIR}/kernel-scripts.lock" |
317 | 317 | ||
318 | FILES_${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}" | 318 | FILES:${PN} = "${KERNEL_BUILD_ROOT} ${KERNEL_SRC_PATH}" |
319 | FILES_${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*" | 319 | FILES:${PN}-dbg += "${KERNEL_BUILD_ROOT}*/build/scripts/*/.debug/*" |
320 | 320 | ||
321 | RDEPENDS_${PN} = "bc python3 flex bison ${TCLIBC}-utils" | 321 | RDEPENDS:${PN} = "bc python3 flex bison ${TCLIBC}-utils" |
322 | # 4.15+ needs these next two RDEPENDS | 322 | # 4.15+ needs these next two RDEPENDS |
323 | RDEPENDS_${PN} += "openssl-dev util-linux" | 323 | RDEPENDS:${PN} += "openssl-dev util-linux" |
324 | # and x86 needs a bit more for 4.15+ | 324 | # and x86 needs a bit more for 4.15+ |
325 | RDEPENDS_${PN} += "${@bb.utils.contains('ARCH', 'x86', 'elfutils', '', d)}" | 325 | RDEPENDS:${PN} += "${@bb.utils.contains('ARCH', 'x86', 'elfutils', '', d)}" |
326 | # 5.8+ needs gcc-plugins libmpc-dev | 326 | # 5.8+ needs gcc-plugins libmpc-dev |
327 | RDEPENDS_${PN} += "gcc-plugins libmpc-dev" | 327 | RDEPENDS:${PN} += "gcc-plugins libmpc-dev" |
328 | # 5.13+ needs awk for arm64 | 328 | # 5.13+ needs awk for arm64 |
329 | RDEPENDS_${PN}_append_aarch64 = " gawk" | 329 | RDEPENDS:${PN}:append:aarch64 = " gawk" |
330 | # 5.13+ needs grep for powerpc | 330 | # 5.13+ needs grep for powerpc |
331 | RDEPENDS_${PN}_append_powerpc = " grep" | 331 | RDEPENDS:${PN}:append:powerpc = " grep" |
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index c56f8990de..175e660687 100644 --- a/meta/recipes-kernel/linux/linux-dummy.bb +++ b/meta/recipes-kernel/linux/linux-dummy.bb | |||
@@ -16,12 +16,12 @@ PACKAGES_DYNAMIC += "^kernel-image-.*" | |||
16 | PACKAGES_DYNAMIC += "^kernel-firmware-.*" | 16 | PACKAGES_DYNAMIC += "^kernel-firmware-.*" |
17 | 17 | ||
18 | PACKAGES += "kernel-modules kernel-vmlinux" | 18 | PACKAGES += "kernel-modules kernel-vmlinux" |
19 | FILES_kernel-modules = "" | 19 | FILES:kernel-modules = "" |
20 | ALLOW_EMPTY_kernel-modules = "1" | 20 | ALLOW_EMPTY:kernel-modules = "1" |
21 | DESCRIPTION_kernel-modules = "Kernel modules meta package" | 21 | DESCRIPTION:kernel-modules = "Kernel modules meta package" |
22 | FILES_kernel-vmlinux = "" | 22 | FILES:kernel-vmlinux = "" |
23 | ALLOW_EMPTY_kernel-vmlinux = "1" | 23 | ALLOW_EMPTY:kernel-vmlinux = "1" |
24 | DESCRIPTION_kernel-vmlinux = "Kernel vmlinux meta package" | 24 | DESCRIPTION:kernel-vmlinux = "Kernel vmlinux meta package" |
25 | 25 | ||
26 | 26 | ||
27 | INHIBIT_DEFAULT_DEPS = "1" | 27 | INHIBIT_DEFAULT_DEPS = "1" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index f407882316..28a255a0c0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb | |||
@@ -41,16 +41,16 @@ DEPENDS += "openssl-native util-linux-native" | |||
41 | 41 | ||
42 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv64)" | 42 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv64)" |
43 | 43 | ||
44 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 44 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
45 | 45 | ||
46 | # Functionality flags | 46 | # Functionality flags |
47 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 47 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
48 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | 48 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
49 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 49 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
50 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 50 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" |
51 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 51 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" |
52 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | 52 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" |
53 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 53 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
54 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | 54 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" |
55 | 55 | ||
56 | KERNEL_VERSION_SANITY_SKIP = "1" | 56 | KERNEL_VERSION_SANITY_SKIP = "1" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index 133b1f6fe3..d404659992 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | |||
@@ -33,13 +33,13 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
33 | 33 | ||
34 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarmv5|qemuarm64|qemuppc|qemumips)" | 34 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarmv5|qemuarm64|qemuppc|qemumips)" |
35 | 35 | ||
36 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 36 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
37 | 37 | ||
38 | # Functionality flags | 38 | # Functionality flags |
39 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 39 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
40 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | 40 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
41 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 41 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
42 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 42 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" |
43 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 43 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" |
44 | KERNEL_FEATURES_append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 44 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
45 | KERNEL_FEATURES_append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | 45 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb index adcc84bd4a..d7916a5679 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | |||
@@ -33,13 +33,13 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
33 | 33 | ||
34 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarmv5|qemuarm64|qemuppc|qemumips)" | 34 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarmv5|qemuarm64|qemuppc|qemumips)" |
35 | 35 | ||
36 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 36 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
37 | 37 | ||
38 | # Functionality flags | 38 | # Functionality flags |
39 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 39 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
40 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | 40 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
41 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 41 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
42 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 42 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" |
43 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 43 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" |
44 | KERNEL_FEATURES_append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 44 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
45 | KERNEL_FEATURES_append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | 45 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb index a975004d76..2e55e28397 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | |||
@@ -33,13 +33,13 @@ LINUX_KERNEL_TYPE = "preempt-rt" | |||
33 | 33 | ||
34 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarmv5|qemuarm64|qemuppc|qemumips)" | 34 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarmv5|qemuarm64|qemuppc|qemumips)" |
35 | 35 | ||
36 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 36 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
37 | 37 | ||
38 | # Functionality flags | 38 | # Functionality flags |
39 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 39 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
40 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | 40 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
41 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 41 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
42 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 42 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" |
43 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 43 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" |
44 | KERNEL_FEATURES_append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 44 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
45 | KERNEL_FEATURES_append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | 45 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index 238123a42f..c66d5072f4 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | KBRANCH ?= "v5.10/standard/tiny/base" | 1 | KBRANCH ?= "v5.10/standard/tiny/base" |
2 | KBRANCH_qemuarm ?= "v5.10/standard/tiny/arm-versatile-926ejs" | 2 | KBRANCH:qemuarm ?= "v5.10/standard/tiny/arm-versatile-926ejs" |
3 | 3 | ||
4 | LINUX_KERNEL_TYPE = "tiny" | 4 | LINUX_KERNEL_TYPE = "tiny" |
5 | KCONFIG_MODE = "--allnoconfig" | 5 | KCONFIG_MODE = "--allnoconfig" |
@@ -15,7 +15,7 @@ DEPENDS += "openssl-native util-linux-native" | |||
15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "faa3b7802d0ee1fe0217283ecaf2c54c9503fa20" | 18 | SRCREV_machine:qemuarm ?= "faa3b7802d0ee1fe0217283ecaf2c54c9503fa20" |
19 | SRCREV_machine ?= "240422889570d39c3f7d63808159c8e743117a1d" | 19 | SRCREV_machine ?= "240422889570d39c3f7d63808159c8e743117a1d" |
20 | SRCREV_meta ?= "c3900f83a5679b563adff82c24fdeb02096ed736" | 20 | SRCREV_meta ?= "c3900f83a5679b563adff82c24fdeb02096ed736" |
21 | 21 | ||
@@ -29,4 +29,4 @@ COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5" | |||
29 | # Functionality flags | 29 | # Functionality flags |
30 | KERNEL_FEATURES = "" | 30 | KERNEL_FEATURES = "" |
31 | 31 | ||
32 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 32 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb index 6598684bbb..2f9478baa9 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | KBRANCH ?= "v5.13/standard/tiny/base" | 1 | KBRANCH ?= "v5.13/standard/tiny/base" |
2 | KBRANCH_qemuarm ?= "v5.13/standard/tiny/arm-versatile-926ejs" | 2 | KBRANCH:qemuarm ?= "v5.13/standard/tiny/arm-versatile-926ejs" |
3 | 3 | ||
4 | LINUX_KERNEL_TYPE = "tiny" | 4 | LINUX_KERNEL_TYPE = "tiny" |
5 | KCONFIG_MODE = "--allnoconfig" | 5 | KCONFIG_MODE = "--allnoconfig" |
@@ -15,7 +15,7 @@ DEPENDS += "openssl-native util-linux-native" | |||
15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "e394a72e8bc77484bf7bae8c842c75b23cc3dd63" | 18 | SRCREV_machine:qemuarm ?= "e394a72e8bc77484bf7bae8c842c75b23cc3dd63" |
19 | SRCREV_machine ?= "7275d462cec720120d1767e277a2525d88901c80" | 19 | SRCREV_machine ?= "7275d462cec720120d1767e277a2525d88901c80" |
20 | SRCREV_meta ?= "ab5f1940535350791d2e111e0e16b08be277568d" | 20 | SRCREV_meta ?= "ab5f1940535350791d2e111e0e16b08be277568d" |
21 | 21 | ||
@@ -29,4 +29,4 @@ COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5" | |||
29 | # Functionality flags | 29 | # Functionality flags |
30 | KERNEL_FEATURES = "" | 30 | KERNEL_FEATURES = "" |
31 | 31 | ||
32 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 32 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb index 95ead533d1..9914986822 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | KBRANCH ?= "v5.4/standard/tiny/base" | 1 | KBRANCH ?= "v5.4/standard/tiny/base" |
2 | KBRANCH_qemuarm ?= "v5.4/standard/tiny/arm-versatile-926ejs" | 2 | KBRANCH:qemuarm ?= "v5.4/standard/tiny/arm-versatile-926ejs" |
3 | 3 | ||
4 | LINUX_KERNEL_TYPE = "tiny" | 4 | LINUX_KERNEL_TYPE = "tiny" |
5 | KCONFIG_MODE = "--allnoconfig" | 5 | KCONFIG_MODE = "--allnoconfig" |
@@ -15,7 +15,7 @@ DEPENDS += "openssl-native util-linux-native" | |||
15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
17 | 17 | ||
18 | SRCREV_machine_qemuarm ?= "86c31c51c87557af60e4d4dbee73f18618bc4c92" | 18 | SRCREV_machine:qemuarm ?= "86c31c51c87557af60e4d4dbee73f18618bc4c92" |
19 | SRCREV_machine ?= "bf89a54b3f77fbac15dd0194870db288aee5c8b7" | 19 | SRCREV_machine ?= "bf89a54b3f77fbac15dd0194870db288aee5c8b7" |
20 | SRCREV_meta ?= "d6aec4fb69bae34f34db6f153871a0847d8198f3" | 20 | SRCREV_meta ?= "d6aec4fb69bae34f34db6f153871a0847d8198f3" |
21 | 21 | ||
@@ -29,4 +29,4 @@ COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5" | |||
29 | # Functionality flags | 29 | # Functionality flags |
30 | KERNEL_FEATURES = "" | 30 | KERNEL_FEATURES = "" |
31 | 31 | ||
32 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 32 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index eb3081ee31..331727d62c 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -19,22 +19,22 @@ python () { | |||
19 | } | 19 | } |
20 | 20 | ||
21 | DEPENDS += "xz-native bc-native" | 21 | DEPENDS += "xz-native bc-native" |
22 | DEPENDS_append_aarch64 = " libgcc" | 22 | DEPENDS:append:aarch64 = " libgcc" |
23 | KERNEL_CC_append_aarch64 = " ${TOOLCHAIN_OPTIONS}" | 23 | KERNEL_CC:append:aarch64 = " ${TOOLCHAIN_OPTIONS}" |
24 | KERNEL_LD_append_aarch64 = " ${TOOLCHAIN_OPTIONS}" | 24 | KERNEL_LD:append:aarch64 = " ${TOOLCHAIN_OPTIONS}" |
25 | 25 | ||
26 | DEPENDS_append_nios2 = " libgcc" | 26 | DEPENDS:append:nios2 = " libgcc" |
27 | KERNEL_CC_append_nios2 = " ${TOOLCHAIN_OPTIONS}" | 27 | KERNEL_CC:append:nios2 = " ${TOOLCHAIN_OPTIONS}" |
28 | KERNEL_LD_append_nios2 = " ${TOOLCHAIN_OPTIONS}" | 28 | KERNEL_LD:append:nios2 = " ${TOOLCHAIN_OPTIONS}" |
29 | 29 | ||
30 | DEPENDS_append_arc = " libgcc" | 30 | DEPENDS:append:arc = " libgcc" |
31 | KERNEL_CC_append_arc = " ${TOOLCHAIN_OPTIONS}" | 31 | KERNEL_CC:append:arc = " ${TOOLCHAIN_OPTIONS}" |
32 | KERNEL_LD_append_arc = " ${TOOLCHAIN_OPTIONS}" | 32 | KERNEL_LD:append:arc = " ${TOOLCHAIN_OPTIONS}" |
33 | 33 | ||
34 | KERNEL_FEATURES_append_qemuall=" features/debug/printk.scc" | 34 | KERNEL_FEATURES:append:qemuall=" features/debug/printk.scc" |
35 | 35 | ||
36 | KERNEL_FEATURES_append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" | 36 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" |
37 | KERNEL_FEATURES_append = " ${@bb.utils.contains('MACHINE_FEATURES', 'vfat', 'cfg/fs/vfat.scc', '', d)}" | 37 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'vfat', 'cfg/fs/vfat.scc', '', d)}" |
38 | 38 | ||
39 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built | 39 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built |
40 | # by the kernel. This is typically the branch that should be built, | 40 | # by the kernel. This is typically the branch that should be built, |
@@ -49,11 +49,11 @@ inherit kernel-yocto | |||
49 | 49 | ||
50 | B = "${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build" | 50 | B = "${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build" |
51 | 51 | ||
52 | do_install_append(){ | 52 | do_install:append(){ |
53 | if [ -n "${KMETA}" ]; then | 53 | if [ -n "${KMETA}" ]; then |
54 | rm -rf ${STAGING_KERNEL_DIR}/${KMETA} | 54 | rm -rf ${STAGING_KERNEL_DIR}/${KMETA} |
55 | fi | 55 | fi |
56 | } | 56 | } |
57 | 57 | ||
58 | # enable kernel-sample for oeqa/runtime/cases's ksample.py test | 58 | # enable kernel-sample for oeqa/runtime/cases's ksample.py test |
59 | KERNEL_FEATURES_append_qemuall=" features/kernel-sample/kernel-sample.scc" | 59 | KERNEL_FEATURES:append:qemuall=" features/kernel-sample/kernel-sample.scc" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 40a2a5e3b2..ca4aff8b42 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
@@ -3,30 +3,30 @@ KBRANCH ?= "v5.10/standard/base" | |||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | # board specific branches | 5 | # board specific branches |
6 | KBRANCH_qemuarm ?= "v5.10/standard/arm-versatile-926ejs" | 6 | KBRANCH:qemuarm ?= "v5.10/standard/arm-versatile-926ejs" |
7 | KBRANCH_qemuarm64 ?= "v5.10/standard/qemuarm64" | 7 | KBRANCH:qemuarm64 ?= "v5.10/standard/qemuarm64" |
8 | KBRANCH_qemumips ?= "v5.10/standard/mti-malta32" | 8 | KBRANCH:qemumips ?= "v5.10/standard/mti-malta32" |
9 | KBRANCH_qemuppc ?= "v5.10/standard/qemuppc" | 9 | KBRANCH:qemuppc ?= "v5.10/standard/qemuppc" |
10 | KBRANCH_qemuriscv64 ?= "v5.10/standard/base" | 10 | KBRANCH:qemuriscv64 ?= "v5.10/standard/base" |
11 | KBRANCH_qemuriscv32 ?= "v5.10/standard/base" | 11 | KBRANCH:qemuriscv32 ?= "v5.10/standard/base" |
12 | KBRANCH_qemux86 ?= "v5.10/standard/base" | 12 | KBRANCH:qemux86 ?= "v5.10/standard/base" |
13 | KBRANCH_qemux86-64 ?= "v5.10/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" |
14 | KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine_qemuarm ?= "96a6083817785461bcabad63f3872d0a08b21c29" | 16 | SRCREV_machine:qemuarm ?= "96a6083817785461bcabad63f3872d0a08b21c29" |
17 | SRCREV_machine_qemuarm64 ?= "c8d8b20a749f476020d0844d76f63cd9e4cca644" | 17 | SRCREV_machine:qemuarm64 ?= "c8d8b20a749f476020d0844d76f63cd9e4cca644" |
18 | SRCREV_machine_qemumips ?= "acdebd5080a846f3906ba1d5343d5af5c4b76522" | 18 | SRCREV_machine:qemumips ?= "acdebd5080a846f3906ba1d5343d5af5c4b76522" |
19 | SRCREV_machine_qemuppc ?= "afd31d567447f4693b7c9af35f09bb37cc0c0fa4" | 19 | SRCREV_machine:qemuppc ?= "afd31d567447f4693b7c9af35f09bb37cc0c0fa4" |
20 | SRCREV_machine_qemuriscv64 ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" | 20 | SRCREV_machine:qemuriscv64 ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" |
21 | SRCREV_machine_qemuriscv32 ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" | 21 | SRCREV_machine:qemuriscv32 ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" |
22 | SRCREV_machine_qemux86 ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" | 22 | SRCREV_machine:qemux86 ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" |
23 | SRCREV_machine_qemux86-64 ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" | 23 | SRCREV_machine:qemux86-64 ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" |
24 | SRCREV_machine_qemumips64 ?= "efad0ca4150cddffa6d052ffb53fec0553de4da8" | 24 | SRCREV_machine:qemumips64 ?= "efad0ca4150cddffa6d052ffb53fec0553de4da8" |
25 | SRCREV_machine ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" | 25 | SRCREV_machine ?= "c2dc854ee7392d43728093bfc206a2ade98c76dd" |
26 | SRCREV_meta ?= "c3900f83a5679b563adff82c24fdeb02096ed736" | 26 | SRCREV_meta ?= "c3900f83a5679b563adff82c24fdeb02096ed736" |
27 | 27 | ||
28 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 28 | # remap qemuarm to qemuarma15 for the 5.8 kernel |
29 | # KMACHINE_qemuarm ?= "qemuarma15" | 29 | # KMACHINE:qemuarm ?= "qemuarma15" |
30 | 30 | ||
31 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 31 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
32 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | 32 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
@@ -43,16 +43,16 @@ PV = "${LINUX_VERSION}+git${SRCPV}" | |||
43 | KMETA = "kernel-meta" | 43 | KMETA = "kernel-meta" |
44 | KCONF_BSP_AUDIT_LEVEL = "1" | 44 | KCONF_BSP_AUDIT_LEVEL = "1" |
45 | 45 | ||
46 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 46 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
47 | 47 | ||
48 | COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qemumips|qemumips64|qemux86-64|qemuriscv64|qemuriscv32" | 48 | COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qemumips|qemumips64|qemux86-64|qemuriscv64|qemuriscv32" |
49 | 49 | ||
50 | # Functionality flags | 50 | # Functionality flags |
51 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | 51 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" |
52 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | 52 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
53 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 53 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
54 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 54 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" |
55 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 55 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" |
56 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | 56 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" |
57 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 57 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
58 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | 58 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.13.bb b/meta/recipes-kernel/linux/linux-yocto_5.13.bb index 497c3307d5..f4c7f31c1e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.13.bb | |||
@@ -3,25 +3,25 @@ KBRANCH ?= "v5.13/standard/base" | |||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | # board specific branches | 5 | # board specific branches |
6 | KBRANCH_qemuarm ?= "v5.13/standard/arm-versatile-926ejs" | 6 | KBRANCH:qemuarm ?= "v5.13/standard/arm-versatile-926ejs" |
7 | KBRANCH_qemuarm64 ?= "v5.13/standard/qemuarm64" | 7 | KBRANCH:qemuarm64 ?= "v5.13/standard/qemuarm64" |
8 | KBRANCH_qemumips ?= "v5.13/standard/mti-malta32" | 8 | KBRANCH:qemumips ?= "v5.13/standard/mti-malta32" |
9 | KBRANCH_qemuppc ?= "v5.13/standard/qemuppc" | 9 | KBRANCH:qemuppc ?= "v5.13/standard/qemuppc" |
10 | KBRANCH_qemuriscv64 ?= "v5.13/standard/base" | 10 | KBRANCH:qemuriscv64 ?= "v5.13/standard/base" |
11 | KBRANCH_qemuriscv32 ?= "v5.13/standard/base" | 11 | KBRANCH:qemuriscv32 ?= "v5.13/standard/base" |
12 | KBRANCH_qemux86 ?= "v5.13/standard/base" | 12 | KBRANCH:qemux86 ?= "v5.13/standard/base" |
13 | KBRANCH_qemux86-64 ?= "v5.13/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.13/standard/base" |
14 | KBRANCH_qemumips64 ?= "v5.13/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.13/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine_qemuarm ?= "dc19ba17f4d43a220ae8129312703add02d03d1e" | 16 | SRCREV_machine:qemuarm ?= "dc19ba17f4d43a220ae8129312703add02d03d1e" |
17 | SRCREV_machine_qemuarm64 ?= "1e086c08b65e8bd1f45f01fd8026599a62deb6c0" | 17 | SRCREV_machine:qemuarm64 ?= "1e086c08b65e8bd1f45f01fd8026599a62deb6c0" |
18 | SRCREV_machine_qemumips ?= "4dd19bc8178a6100a2cb9ffd8364e359230253c8" | 18 | SRCREV_machine:qemumips ?= "4dd19bc8178a6100a2cb9ffd8364e359230253c8" |
19 | SRCREV_machine_qemuppc ?= "73c8e406db9beb3a99a5dd3ea67824f0e3c0d7a8" | 19 | SRCREV_machine:qemuppc ?= "73c8e406db9beb3a99a5dd3ea67824f0e3c0d7a8" |
20 | SRCREV_machine_qemuriscv64 ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" | 20 | SRCREV_machine:qemuriscv64 ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" |
21 | SRCREV_machine_qemuriscv32 ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" | 21 | SRCREV_machine:qemuriscv32 ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" |
22 | SRCREV_machine_qemux86 ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" | 22 | SRCREV_machine:qemux86 ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" |
23 | SRCREV_machine_qemux86-64 ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" | 23 | SRCREV_machine:qemux86-64 ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" |
24 | SRCREV_machine_qemumips64 ?= "0632623fd488acc7c78a4f48d4630caba5e6044e" | 24 | SRCREV_machine:qemumips64 ?= "0632623fd488acc7c78a4f48d4630caba5e6044e" |
25 | SRCREV_machine ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" | 25 | SRCREV_machine ?= "5e41c505c6057535da2c289d2cc2fec1f64a5068" |
26 | SRCREV_meta ?= "ab5f1940535350791d2e111e0e16b08be277568d" | 26 | SRCREV_meta ?= "ab5f1940535350791d2e111e0e16b08be277568d" |
27 | 27 | ||
@@ -30,13 +30,13 @@ SRCREV_meta ?= "ab5f1940535350791d2e111e0e16b08be277568d" | |||
30 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | 30 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the |
31 | # normal PREFERRED_VERSION settings. | 31 | # normal PREFERRED_VERSION settings. |
32 | BBCLASSEXTEND = "devupstream:target" | 32 | BBCLASSEXTEND = "devupstream:target" |
33 | DEFAULT_PREFERENCE_class-devupstream = "-1" | 33 | DEFAULT_PREFERENCE:class-devupstream = "-1" |
34 | SRCREV_machine_class-devupstream ?= "64376a981a0e2e57c46efa63197c2ebb7dab35df" | 34 | SRCREV_machine:class-devupstream ?= "64376a981a0e2e57c46efa63197c2ebb7dab35df" |
35 | PN_class-devupstream = "linux-yocto-upstream" | 35 | PN:class-devupstream = "linux-yocto-upstream" |
36 | KBRANCH_class-devupstream = "v5.13/base" | 36 | KBRANCH:class-devupstream = "v5.13/base" |
37 | 37 | ||
38 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 38 | # remap qemuarm to qemuarma15 for the 5.8 kernel |
39 | # KMACHINE_qemuarm ?= "qemuarma15" | 39 | # KMACHINE:qemuarm ?= "qemuarma15" |
40 | 40 | ||
41 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 41 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
42 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.13;destsuffix=${KMETA}" | 42 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.13;destsuffix=${KMETA}" |
@@ -53,16 +53,16 @@ PV = "${LINUX_VERSION}+git${SRCPV}" | |||
53 | KMETA = "kernel-meta" | 53 | KMETA = "kernel-meta" |
54 | KCONF_BSP_AUDIT_LEVEL = "1" | 54 | KCONF_BSP_AUDIT_LEVEL = "1" |
55 | 55 | ||
56 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 56 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
57 | 57 | ||
58 | COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qemumips|qemumips64|qemux86-64|qemuriscv64|qemuriscv32" | 58 | COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qemumips|qemumips64|qemux86-64|qemuriscv64|qemuriscv32" |
59 | 59 | ||
60 | # Functionality flags | 60 | # Functionality flags |
61 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | 61 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" |
62 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | 62 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
63 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 63 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
64 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 64 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" |
65 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 65 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" |
66 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | 66 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" |
67 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 67 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
68 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | 68 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb index 90a557bb63..a6bcc81726 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb | |||
@@ -3,28 +3,28 @@ KBRANCH ?= "v5.4/standard/base" | |||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | # board specific branches | 5 | # board specific branches |
6 | KBRANCH_qemuarm ?= "v5.4/standard/arm-versatile-926ejs" | 6 | KBRANCH:qemuarm ?= "v5.4/standard/arm-versatile-926ejs" |
7 | KBRANCH_qemuarm64 ?= "v5.4/standard/qemuarm64" | 7 | KBRANCH:qemuarm64 ?= "v5.4/standard/qemuarm64" |
8 | KBRANCH_qemumips ?= "v5.4/standard/mti-malta32" | 8 | KBRANCH:qemumips ?= "v5.4/standard/mti-malta32" |
9 | KBRANCH_qemuppc ?= "v5.4/standard/qemuppc" | 9 | KBRANCH:qemuppc ?= "v5.4/standard/qemuppc" |
10 | KBRANCH_qemuriscv64 ?= "v5.4/standard/base" | 10 | KBRANCH:qemuriscv64 ?= "v5.4/standard/base" |
11 | KBRANCH_qemux86 ?= "v5.4/standard/base" | 11 | KBRANCH:qemux86 ?= "v5.4/standard/base" |
12 | KBRANCH_qemux86-64 ?= "v5.4/standard/base" | 12 | KBRANCH:qemux86-64 ?= "v5.4/standard/base" |
13 | KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64" | 13 | KBRANCH:qemumips64 ?= "v5.4/standard/mti-malta64" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "bea52ab7529ef152f99a0f6ebd97cc7e904e5360" | 15 | SRCREV_machine:qemuarm ?= "bea52ab7529ef152f99a0f6ebd97cc7e904e5360" |
16 | SRCREV_machine_qemuarm64 ?= "8a29c9de0fc366bd89ce6954685dce0e330dbabe" | 16 | SRCREV_machine:qemuarm64 ?= "8a29c9de0fc366bd89ce6954685dce0e330dbabe" |
17 | SRCREV_machine_qemumips ?= "b15816ccad0762d27c78c269e7a1986504e60c63" | 17 | SRCREV_machine:qemumips ?= "b15816ccad0762d27c78c269e7a1986504e60c63" |
18 | SRCREV_machine_qemuppc ?= "906f9509a8d2f842ec8766bf81287f8939ff1fa8" | 18 | SRCREV_machine:qemuppc ?= "906f9509a8d2f842ec8766bf81287f8939ff1fa8" |
19 | SRCREV_machine_qemuriscv64 ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" | 19 | SRCREV_machine:qemuriscv64 ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" |
20 | SRCREV_machine_qemux86 ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" | 20 | SRCREV_machine:qemux86 ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" |
21 | SRCREV_machine_qemux86-64 ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" | 21 | SRCREV_machine:qemux86-64 ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" |
22 | SRCREV_machine_qemumips64 ?= "152e33a0782920e9707c36ccacf53585a8911e9f" | 22 | SRCREV_machine:qemumips64 ?= "152e33a0782920e9707c36ccacf53585a8911e9f" |
23 | SRCREV_machine ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" | 23 | SRCREV_machine ?= "dd8a64a523fb714a98328441e0de72cde115a6fc" |
24 | SRCREV_meta ?= "d6aec4fb69bae34f34db6f153871a0847d8198f3" | 24 | SRCREV_meta ?= "d6aec4fb69bae34f34db6f153871a0847d8198f3" |
25 | 25 | ||
26 | # remap qemuarm to qemuarma15 for the 5.4 kernel | 26 | # remap qemuarm to qemuarma15 for the 5.4 kernel |
27 | # KMACHINE_qemuarm ?= "qemuarma15" | 27 | # KMACHINE:qemuarm ?= "qemuarma15" |
28 | 28 | ||
29 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 29 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" | 30 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" |
@@ -40,16 +40,16 @@ PV = "${LINUX_VERSION}+git${SRCPV}" | |||
40 | KMETA = "kernel-meta" | 40 | KMETA = "kernel-meta" |
41 | KCONF_BSP_AUDIT_LEVEL = "1" | 41 | KCONF_BSP_AUDIT_LEVEL = "1" |
42 | 42 | ||
43 | KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb" | 43 | KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb" |
44 | 44 | ||
45 | COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv64" | 45 | COMPATIBLE_MACHINE = "qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv64" |
46 | 46 | ||
47 | # Functionality flags | 47 | # Functionality flags |
48 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | 48 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" |
49 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | 49 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
50 | KERNEL_FEATURES_append_qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 50 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
51 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 51 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" |
52 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 52 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" |
53 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | 53 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" |
54 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 54 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
55 | KERNEL_FEATURES_append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" | 55 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc", "", d)}" |
diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.0.4.bb b/meta/recipes-kernel/lttng/babeltrace2_2.0.4.bb index 7fb524eeb0..2aafe81734 100644 --- a/meta/recipes-kernel/lttng/babeltrace2_2.0.4.bb +++ b/meta/recipes-kernel/lttng/babeltrace2_2.0.4.bb | |||
@@ -24,12 +24,12 @@ EXTRA_OECONF = "--disable-debug-info" | |||
24 | PACKAGECONFIG ??= "manpages" | 24 | PACKAGECONFIG ??= "manpages" |
25 | PACKAGECONFIG[manpages] = ", --disable-man-pages, asciidoc-native xmlto-native" | 25 | PACKAGECONFIG[manpages] = ", --disable-man-pages, asciidoc-native xmlto-native" |
26 | 26 | ||
27 | FILES_${PN}-staticdev += "${libdir}/babeltrace2/plugins/*.a" | 27 | FILES:${PN}-staticdev += "${libdir}/babeltrace2/plugins/*.a" |
28 | FILES_${PN} += "${libdir}/babeltrace2/plugins/*.so" | 28 | FILES:${PN} += "${libdir}/babeltrace2/plugins/*.so" |
29 | 29 | ||
30 | ASNEEDED = "" | 30 | ASNEEDED = "" |
31 | 31 | ||
32 | RDEPENDS_${PN}-ptest += "bash gawk python3" | 32 | RDEPENDS:${PN}-ptest += "bash gawk python3" |
33 | 33 | ||
34 | do_compile_ptest () { | 34 | do_compile_ptest () { |
35 | make -C tests all | 35 | make -C tests all |
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb index 9e5d3a7a97..9f8b035128 100644 --- a/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb +++ b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb | |||
@@ -21,7 +21,7 @@ EXTRA_OECONF = "--disable-debug-info" | |||
21 | 21 | ||
22 | ASNEEDED = "" | 22 | ASNEEDED = "" |
23 | 23 | ||
24 | RDEPENDS_${PN}-ptest += "bash gawk" | 24 | RDEPENDS:${PN}-ptest += "bash gawk" |
25 | 25 | ||
26 | addtask do_patch_ptest_path after do_patch before do_configure | 26 | addtask do_patch_ptest_path after do_patch before do_configure |
27 | do_patch_ptest_path () { | 27 | do_patch_ptest_path () { |
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.12.6.bb b/meta/recipes-kernel/lttng/lttng-modules_2.12.6.bb index 94e849de59..c46faaee58 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.12.6.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.12.6.bb | |||
@@ -19,24 +19,24 @@ export INSTALL_MOD_DIR="kernel/lttng-modules" | |||
19 | 19 | ||
20 | EXTRA_OEMAKE += "KERNELDIR='${STAGING_KERNEL_DIR}'" | 20 | EXTRA_OEMAKE += "KERNELDIR='${STAGING_KERNEL_DIR}'" |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | # Delete empty directories to avoid QA failures if no modules were built | 23 | # Delete empty directories to avoid QA failures if no modules were built |
24 | find ${D}/${nonarch_base_libdir} -depth -type d -empty -exec rmdir {} \; | 24 | find ${D}/${nonarch_base_libdir} -depth -type d -empty -exec rmdir {} \; |
25 | } | 25 | } |
26 | 26 | ||
27 | python do_package_prepend() { | 27 | python do_package:prepend() { |
28 | if not os.path.exists(os.path.join(d.getVar('D'), d.getVar('nonarch_base_libdir')[1:], 'modules')): | 28 | if not os.path.exists(os.path.join(d.getVar('D'), d.getVar('nonarch_base_libdir')[1:], 'modules')): |
29 | bb.warn("%s: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel." % d.getVar('PN')) | 29 | bb.warn("%s: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel." % d.getVar('PN')) |
30 | } | 30 | } |
31 | 31 | ||
32 | BBCLASSEXTEND = "devupstream:target" | 32 | BBCLASSEXTEND = "devupstream:target" |
33 | LIC_FILES_CHKSUM_class-devupstream = "file://LICENSE;md5=0464cff101a009c403cd2ed65d01d4c4" | 33 | LIC_FILES_CHKSUM:class-devupstream = "file://LICENSE;md5=0464cff101a009c403cd2ed65d01d4c4" |
34 | DEFAULT_PREFERENCE_class-devupstream = "-1" | 34 | DEFAULT_PREFERENCE:class-devupstream = "-1" |
35 | SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.13 \ | 35 | SRC_URI:class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.13 \ |
36 | file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch \ | 36 | file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch \ |
37 | " | 37 | " |
38 | 38 | ||
39 | SRCREV_class-devupstream = "f982b51a98a29cb4aaf607cb9bbf2b509d8e6933" | 39 | SRCREV:class-devupstream = "f982b51a98a29cb4aaf607cb9bbf2b509d8e6933" |
40 | PV_class-devupstream = "2.13.0-rc2+git${SRCPV}" | 40 | PV:class-devupstream = "2.13.0-rc2+git${SRCPV}" |
41 | S_class-devupstream = "${WORKDIR}/git" | 41 | S:class-devupstream = "${WORKDIR}/git" |
42 | SRCREV_FORMAT ?= "lttng_git" | 42 | SRCREV_FORMAT ?= "lttng_git" |
diff --git a/meta/recipes-kernel/lttng/lttng-platforms.inc b/meta/recipes-kernel/lttng/lttng-platforms.inc index aa8220bbb4..933c65d85d 100644 --- a/meta/recipes-kernel/lttng/lttng-platforms.inc +++ b/meta/recipes-kernel/lttng/lttng-platforms.inc | |||
@@ -2,16 +2,16 @@ | |||
2 | # Whether the platform supports kernel tracing | 2 | # Whether the platform supports kernel tracing |
3 | # | 3 | # |
4 | LTTNGMODULES = "lttng-modules" | 4 | LTTNGMODULES = "lttng-modules" |
5 | LTTNGMODULES_arc = "" | 5 | LTTNGMODULES:arc = "" |
6 | LTTNGMODULES_riscv64 = "" | 6 | LTTNGMODULES:riscv64 = "" |
7 | 7 | ||
8 | COMPATIBLE_HOST_riscv64_pn-lttng-modules = "null" | 8 | COMPATIBLE_HOST:riscv64:pn-lttng-modules = "null" |
9 | COMPATIBLE_HOST_arc_pn-lttng-modules = "null" | 9 | COMPATIBLE_HOST:arc:pn-lttng-modules = "null" |
10 | 10 | ||
11 | # Whether the platform supports userspace tracing | 11 | # Whether the platform supports userspace tracing |
12 | # lttng-ust uses sched_getcpu() which is not there on for some platforms. | 12 | # lttng-ust uses sched_getcpu() which is not there on for some platforms. |
13 | LTTNGUST = "lttng-ust" | 13 | LTTNGUST = "lttng-ust" |
14 | LTTNGUST_arc = "" | 14 | LTTNGUST:arc = "" |
15 | 15 | ||
16 | COMPATIBLE_HOST_arc_pn-lttng-ust = "null" | 16 | COMPATIBLE_HOST:arc:pn-lttng-ust = "null" |
17 | 17 | ||
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.4.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.4.bb index 133d7561b8..dc2e1f3248 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.12.4.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.4.bb | |||
@@ -13,13 +13,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=40ef17463fbd6f377db3c47b1cbaded8 \ | |||
13 | include lttng-platforms.inc | 13 | include lttng-platforms.inc |
14 | 14 | ||
15 | DEPENDS = "liburcu popt libxml2 util-linux" | 15 | DEPENDS = "liburcu popt libxml2 util-linux" |
16 | RDEPENDS_${PN} = "libgcc" | 16 | RDEPENDS:${PN} = "libgcc" |
17 | RRECOMMENDS_${PN} += "${LTTNGMODULES}" | 17 | RRECOMMENDS:${PN} += "${LTTNGMODULES}" |
18 | RDEPENDS_${PN}-ptest += "make perl bash gawk babeltrace procps perl-module-overloading coreutils util-linux kmod ${LTTNGMODULES} sed python3-core grep" | 18 | RDEPENDS:${PN}-ptest += "make perl bash gawk babeltrace procps perl-module-overloading coreutils util-linux kmod ${LTTNGMODULES} sed python3-core grep" |
19 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-utils" | 19 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" |
20 | RDEPENDS_${PN}-ptest_append_libc-musl = " musl-utils" | 20 | RDEPENDS:${PN}-ptest:append:libc-musl = " musl-utils" |
21 | # babelstats.pl wants getopt-long | 21 | # babelstats.pl wants getopt-long |
22 | RDEPENDS_${PN}-ptest += "perl-module-getopt-long" | 22 | RDEPENDS:${PN}-ptest += "perl-module-getopt-long" |
23 | 23 | ||
24 | PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \ | 24 | PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \ |
25 | am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ | 25 | am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ |
@@ -43,26 +43,26 @@ SRC_URI[sha256sum] = "d729f8c2373a41194f171aeb0da0a9bb35ac181f31afa7e260786d19a5 | |||
43 | 43 | ||
44 | inherit autotools ptest pkgconfig useradd python3-dir manpages systemd | 44 | inherit autotools ptest pkgconfig useradd python3-dir manpages systemd |
45 | 45 | ||
46 | SYSTEMD_SERVICE_${PN} = "lttng-sessiond.service" | 46 | SYSTEMD_SERVICE:${PN} = "lttng-sessiond.service" |
47 | SYSTEMD_AUTO_ENABLE = "disable" | 47 | SYSTEMD_AUTO_ENABLE = "disable" |
48 | 48 | ||
49 | USERADD_PACKAGES = "${PN}" | 49 | USERADD_PACKAGES = "${PN}" |
50 | GROUPADD_PARAM_${PN} = "tracing" | 50 | GROUPADD_PARAM:${PN} = "tracing" |
51 | 51 | ||
52 | FILES_${PN} += "${libdir}/lttng/libexec/* ${datadir}/xml/lttng \ | 52 | FILES:${PN} += "${libdir}/lttng/libexec/* ${datadir}/xml/lttng \ |
53 | ${PYTHON_SITEPACKAGES_DIR}/*" | 53 | ${PYTHON_SITEPACKAGES_DIR}/*" |
54 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" | 54 | FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" |
55 | FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la" | 55 | FILES:${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la" |
56 | 56 | ||
57 | # Since files are installed into ${libdir}/lttng/libexec we match | 57 | # Since files are installed into ${libdir}/lttng/libexec we match |
58 | # the libexec insane test so skip it. | 58 | # the libexec insane test so skip it. |
59 | # Python module needs to keep _lttng.so | 59 | # Python module needs to keep _lttng.so |
60 | INSANE_SKIP_${PN} = "libexec dev-so" | 60 | INSANE_SKIP:${PN} = "libexec dev-so" |
61 | INSANE_SKIP_${PN}-dbg = "libexec" | 61 | INSANE_SKIP:${PN}-dbg = "libexec" |
62 | 62 | ||
63 | PRIVATE_LIBS_${PN}-ptest = "libfoo.so" | 63 | PRIVATE_LIBS:${PN}-ptest = "libfoo.so" |
64 | 64 | ||
65 | do_install_append () { | 65 | do_install:append () { |
66 | # install systemd unit file | 66 | # install systemd unit file |
67 | install -d ${D}${systemd_unitdir}/system | 67 | install -d ${D}${systemd_unitdir}/system |
68 | install -m 0644 ${WORKDIR}/lttng-sessiond.service ${D}${systemd_unitdir}/system | 68 | install -m 0644 ${WORKDIR}/lttng-sessiond.service ${D}${systemd_unitdir}/system |
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.12.2.bb b/meta/recipes-kernel/lttng/lttng-ust_2.12.2.bb index e340ff3460..54a473d2cb 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.12.2.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.12.2.bb | |||
@@ -20,12 +20,12 @@ include lttng-platforms.inc | |||
20 | EXTRA_OECONF = "--disable-numa" | 20 | EXTRA_OECONF = "--disable-numa" |
21 | 21 | ||
22 | DEPENDS = "liburcu util-linux" | 22 | DEPENDS = "liburcu util-linux" |
23 | RDEPENDS_${PN}-bin = "python3-core" | 23 | RDEPENDS:${PN}-bin = "python3-core" |
24 | 24 | ||
25 | # For backwards compatibility after rename | 25 | # For backwards compatibility after rename |
26 | RPROVIDES_${PN} = "lttng2-ust" | 26 | RPROVIDES:${PN} = "lttng2-ust" |
27 | RREPLACES_${PN} = "lttng2-ust" | 27 | RREPLACES:${PN} = "lttng2-ust" |
28 | RCONFLICTS_${PN} = "lttng2-ust" | 28 | RCONFLICTS:${PN} = "lttng2-ust" |
29 | 29 | ||
30 | PE = "2" | 30 | PE = "2" |
31 | 31 | ||
@@ -41,11 +41,11 @@ PACKAGECONFIG[examples] = "--enable-examples, --disable-examples," | |||
41 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" | 41 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" |
42 | PACKAGECONFIG[python3-agent] = "--enable-python-agent ${PYTHON_OPTION}, --disable-python-agent, python3, python3" | 42 | PACKAGECONFIG[python3-agent] = "--enable-python-agent ${PYTHON_OPTION}, --disable-python-agent, python3, python3" |
43 | 43 | ||
44 | FILES_${PN} += " ${PYTHON_SITEPACKAGES_DIR}/*" | 44 | FILES:${PN} += " ${PYTHON_SITEPACKAGES_DIR}/*" |
45 | FILES_${PN}-staticdev += " ${PYTHON_SITEPACKAGES_DIR}/*.a" | 45 | FILES:${PN}-staticdev += " ${PYTHON_SITEPACKAGES_DIR}/*.a" |
46 | FILES_${PN}-dev += " ${PYTHON_SITEPACKAGES_DIR}/*.la" | 46 | FILES:${PN}-dev += " ${PYTHON_SITEPACKAGES_DIR}/*.la" |
47 | 47 | ||
48 | do_install_append() { | 48 | do_install:append() { |
49 | # Patch python tools to use Python 3; they should be source compatible, but | 49 | # Patch python tools to use Python 3; they should be source compatible, but |
50 | # still refer to Python 2 in the shebang | 50 | # still refer to Python 2 in the shebang |
51 | sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${bindir}/lttng-gen-tp | 51 | sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${bindir}/lttng-gen-tp |
diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb index b2b50b9bcf..e5a1628898 100644 --- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb +++ b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | |||
@@ -13,7 +13,7 @@ S = "${WORKDIR}" | |||
13 | do_configure[depends] += "virtual/kernel:do_shared_workdir openssl-native:do_populate_sysroot" | 13 | do_configure[depends] += "virtual/kernel:do_shared_workdir openssl-native:do_populate_sysroot" |
14 | do_compile[depends] += "virtual/kernel:do_compile_kernelmodules" | 14 | do_compile[depends] += "virtual/kernel:do_compile_kernelmodules" |
15 | 15 | ||
16 | RDEPENDS_${PN}-dev = "" | 16 | RDEPENDS:${PN}-dev = "" |
17 | 17 | ||
18 | DEPENDS += "bc-native bison-native" | 18 | DEPENDS += "bc-native bison-native" |
19 | DEPENDS += "gmp-native" | 19 | DEPENDS += "gmp-native" |
diff --git a/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb b/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb index 97b4ddb88b..aa71309126 100644 --- a/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb +++ b/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb | |||
@@ -22,8 +22,8 @@ do_install () { | |||
22 | install -m 0755 ${WORKDIR}/modutils.sh ${D}${sysconfdir}/init.d/ | 22 | install -m 0755 ${WORKDIR}/modutils.sh ${D}${sysconfdir}/init.d/ |
23 | } | 23 | } |
24 | 24 | ||
25 | PACKAGE_WRITE_DEPS_append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" | 25 | PACKAGE_WRITE_DEPS:append = " ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd-systemctl-native','',d)}" |
26 | pkg_postinst_${PN} () { | 26 | pkg_postinst:${PN} () { |
27 | if type systemctl >/dev/null 2>/dev/null; then | 27 | if type systemctl >/dev/null 2>/dev/null; then |
28 | if [ -n "$D" ]; then | 28 | if [ -n "$D" ]; then |
29 | OPTS="--root=$D" | 29 | OPTS="--root=$D" |
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 99808d636b..8ebd7d7cb5 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -30,9 +30,9 @@ PACKAGECONFIG[cap] = ",,libcap" | |||
30 | PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" | 30 | PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" |
31 | 31 | ||
32 | # libunwind is not yet ported for some architectures | 32 | # libunwind is not yet ported for some architectures |
33 | PACKAGECONFIG_remove_arc = "libunwind" | 33 | PACKAGECONFIG:remove:arc = "libunwind" |
34 | PACKAGECONFIG_remove_riscv64 = "libunwind" | 34 | PACKAGECONFIG:remove:riscv64 = "libunwind" |
35 | PACKAGECONFIG_remove_riscv32 = "libunwind" | 35 | PACKAGECONFIG:remove:riscv32 = "libunwind" |
36 | 36 | ||
37 | DEPENDS = " \ | 37 | DEPENDS = " \ |
38 | virtual/${MLPREFIX}libc \ | 38 | virtual/${MLPREFIX}libc \ |
@@ -110,7 +110,7 @@ EXTRA_OEMAKE += "\ | |||
110 | # that it has to be done this way rather than by passing -j1, since | 110 | # that it has to be done this way rather than by passing -j1, since |
111 | # perf's build system by default ignores any -j argument, but does | 111 | # perf's build system by default ignores any -j argument, but does |
112 | # honour a JOBS variable. | 112 | # honour a JOBS variable. |
113 | EXTRA_OEMAKE_append_task-configure = " JOBS=1" | 113 | EXTRA_OEMAKE:append_task-configure = " JOBS=1" |
114 | 114 | ||
115 | PERF_SRC ?= "Makefile \ | 115 | PERF_SRC ?= "Makefile \ |
116 | tools/arch \ | 116 | tools/arch \ |
@@ -127,8 +127,8 @@ PERF_SRC ?= "Makefile \ | |||
127 | PERF_EXTRA_LDFLAGS = "" | 127 | PERF_EXTRA_LDFLAGS = "" |
128 | 128 | ||
129 | # MIPS N32 | 129 | # MIPS N32 |
130 | PERF_EXTRA_LDFLAGS_mipsarchn32eb = "-m elf32btsmipn32" | 130 | PERF_EXTRA_LDFLAGS:mipsarchn32eb = "-m elf32btsmipn32" |
131 | PERF_EXTRA_LDFLAGS_mipsarchn32el = "-m elf32ltsmipn32" | 131 | PERF_EXTRA_LDFLAGS:mipsarchn32el = "-m elf32ltsmipn32" |
132 | 132 | ||
133 | do_compile() { | 133 | do_compile() { |
134 | # Linux kernel build system is expected to do the right thing | 134 | # Linux kernel build system is expected to do the right thing |
@@ -166,7 +166,7 @@ python copy_perf_source_from_kernel() { | |||
166 | bb.utils.copyfile(src, dest) | 166 | bb.utils.copyfile(src, dest) |
167 | } | 167 | } |
168 | 168 | ||
169 | do_configure_prepend () { | 169 | do_configure:prepend () { |
170 | # If building a multlib based perf, the incorrect library path will be | 170 | # If building a multlib based perf, the incorrect library path will be |
171 | # detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit | 171 | # detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit |
172 | # build, with a 64 bit multilib, the arch won't match and the detection of a | 172 | # build, with a 64 bit multilib, the arch won't match and the detection of a |
@@ -311,7 +311,7 @@ do_configure_prepend () { | |||
311 | done | 311 | done |
312 | } | 312 | } |
313 | 313 | ||
314 | python do_package_prepend() { | 314 | python do_package:prepend() { |
315 | d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0]) | 315 | d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0]) |
316 | } | 316 | } |
317 | 317 | ||
@@ -320,25 +320,25 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
320 | 320 | ||
321 | PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" | 321 | PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" |
322 | 322 | ||
323 | RDEPENDS_${PN} += "elfutils bash" | 323 | RDEPENDS:${PN} += "elfutils bash" |
324 | RDEPENDS_${PN}-archive =+ "bash" | 324 | RDEPENDS:${PN}-archive =+ "bash" |
325 | RDEPENDS_${PN}-python =+ "bash python3 python3-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}" | 325 | RDEPENDS:${PN}-python =+ "bash python3 python3-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}" |
326 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" | 326 | RDEPENDS:${PN}-perl =+ "bash perl perl-modules" |
327 | RDEPENDS_${PN}-tests =+ "python3 bash" | 327 | RDEPENDS:${PN}-tests =+ "python3 bash" |
328 | 328 | ||
329 | RSUGGESTS_SCRIPTING = "${@bb.utils.contains('PACKAGECONFIG', 'scripting', '${PN}-perl ${PN}-python', '',d)}" | 329 | RSUGGESTS_SCRIPTING = "${@bb.utils.contains('PACKAGECONFIG', 'scripting', '${PN}-perl ${PN}-python', '',d)}" |
330 | RSUGGESTS_${PN} += "${PN}-archive ${PN}-tests ${RSUGGESTS_SCRIPTING}" | 330 | RSUGGESTS:${PN} += "${PN}-archive ${PN}-tests ${RSUGGESTS_SCRIPTING}" |
331 | 331 | ||
332 | FILES_SOLIBSDEV = "" | 332 | FILES_SOLIBSDEV = "" |
333 | FILES_${PN} += "${libexecdir}/perf-core ${exec_prefix}/libexec/perf-core ${libdir}/traceevent ${libdir}/libperf-jvmti.so" | 333 | FILES:${PN} += "${libexecdir}/perf-core ${exec_prefix}/libexec/perf-core ${libdir}/traceevent ${libdir}/libperf-jvmti.so" |
334 | FILES_${PN}-archive = "${libdir}/perf/perf-core/perf-archive" | 334 | FILES:${PN}-archive = "${libdir}/perf/perf-core/perf-archive" |
335 | FILES_${PN}-tests = "${libdir}/perf/perf-core/tests ${libexecdir}/perf-core/tests" | 335 | FILES:${PN}-tests = "${libdir}/perf/perf-core/tests ${libexecdir}/perf-core/tests" |
336 | FILES_${PN}-python = " \ | 336 | FILES:${PN}-python = " \ |
337 | ${PYTHON_SITEPACKAGES_DIR} \ | 337 | ${PYTHON_SITEPACKAGES_DIR} \ |
338 | ${libexecdir}/perf-core/scripts/python \ | 338 | ${libexecdir}/perf-core/scripts/python \ |
339 | " | 339 | " |
340 | FILES_${PN}-perl = "${libexecdir}/perf-core/scripts/perl" | 340 | FILES:${PN}-perl = "${libexecdir}/perf-core/scripts/perl" |
341 | 341 | ||
342 | 342 | ||
343 | INHIBIT_PACKAGE_DEBUG_SPLIT="1" | 343 | INHIBIT_PACKAGE_DEBUG_SPLIT="1" |
344 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | 344 | DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized" |
diff --git a/meta/recipes-kernel/powertop/powertop_2.14.bb b/meta/recipes-kernel/powertop/powertop_2.14.bb index cb7f3c4dc1..c176cba388 100644 --- a/meta/recipes-kernel/powertop/powertop_2.14.bb +++ b/meta/recipes-kernel/powertop/powertop_2.14.bb | |||
@@ -13,12 +13,12 @@ SRCREV = "52f022f9bbe6e060fba11701d657a8d9762702ba" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | LDFLAGS_append = " -pthread" | 16 | LDFLAGS:append = " -pthread" |
17 | 17 | ||
18 | inherit autotools gettext pkgconfig bash-completion | 18 | inherit autotools gettext pkgconfig bash-completion |
19 | 19 | ||
20 | inherit update-alternatives | 20 | inherit update-alternatives |
21 | ALTERNATIVE_${PN} = "powertop" | 21 | ALTERNATIVE:${PN} = "powertop" |
22 | ALTERNATIVE_TARGET[powertop] = "${sbindir}/powertop" | 22 | ALTERNATIVE_TARGET[powertop] = "${sbindir}/powertop" |
23 | ALTERNATIVE_LINK_NAME[powertop] = "${sbindir}/powertop" | 23 | ALTERNATIVE_LINK_NAME[powertop] = "${sbindir}/powertop" |
24 | ALTERNATIVE_PRIORITY = "100" | 24 | ALTERNATIVE_PRIORITY = "100" |
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb index 6ee0be5e3e..2181e45a8d 100644 --- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | |||
@@ -5,13 +5,13 @@ require systemtap_git.inc | |||
5 | DEPENDS = "systemtap virtual/kernel" | 5 | DEPENDS = "systemtap virtual/kernel" |
6 | 6 | ||
7 | # On systems without CONFIG_UTRACE, this package is empty. | 7 | # On systems without CONFIG_UTRACE, this package is empty. |
8 | ALLOW_EMPTY_${PN} = "1" | 8 | ALLOW_EMPTY:${PN} = "1" |
9 | 9 | ||
10 | inherit module-base gettext | 10 | inherit module-base gettext |
11 | 11 | ||
12 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemtap:" | 12 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemtap:" |
13 | 13 | ||
14 | FILES_${PN} += "${datadir}/systemtap/runtime/uprobes" | 14 | FILES:${PN} += "${datadir}/systemtap/runtime/uprobes" |
15 | 15 | ||
16 | # Compile and install the uprobes kernel module on machines with utrace | 16 | # Compile and install the uprobes kernel module on machines with utrace |
17 | # support. Note that staprun expects it in the systemtap/runtime directory, | 17 | # support. Note that staprun expects it in the systemtap/runtime directory, |
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index c4a6eef59a..8161a448c8 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
@@ -33,46 +33,46 @@ inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3-probes', 'distutils3-base | |||
33 | 33 | ||
34 | # exporter comes with python3-probes | 34 | # exporter comes with python3-probes |
35 | PACKAGES =+ "${PN}-exporter" | 35 | PACKAGES =+ "${PN}-exporter" |
36 | FILES_${PN}-exporter = "${sysconfdir}/stap-exporter/* \ | 36 | FILES:${PN}-exporter = "${sysconfdir}/stap-exporter/* \ |
37 | ${sysconfdir}/sysconfig/stap-exporter \ | 37 | ${sysconfdir}/sysconfig/stap-exporter \ |
38 | ${systemd_unitdir}/system/stap-exporter.service \ | 38 | ${systemd_unitdir}/system/stap-exporter.service \ |
39 | ${sbindir}/stap-exporter" | 39 | ${sbindir}/stap-exporter" |
40 | RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient" | 40 | RDEPENDS:${PN}-exporter = "${PN} python3-core python3-netclient" |
41 | SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service" | 41 | SYSTEMD_SERVICE:${PN}-exporter = "stap-exporter.service" |
42 | 42 | ||
43 | PACKAGES =+ "${PN}-runtime" | 43 | PACKAGES =+ "${PN}-runtime" |
44 | FILES_${PN}-runtime = "\ | 44 | FILES:${PN}-runtime = "\ |
45 | ${bindir}/staprun \ | 45 | ${bindir}/staprun \ |
46 | ${bindir}/stap-merge \ | 46 | ${bindir}/stap-merge \ |
47 | ${bindir}/stapsh \ | 47 | ${bindir}/stapsh \ |
48 | ${libexecdir}/${BPN}/stapio \ | 48 | ${libexecdir}/${BPN}/stapio \ |
49 | " | 49 | " |
50 | RDEPENDS_${PN}_class-target += "${PN}-runtime" | 50 | RDEPENDS:${PN}:class-target += "${PN}-runtime" |
51 | 51 | ||
52 | PACKAGES =+ "${PN}-examples" | 52 | PACKAGES =+ "${PN}-examples" |
53 | FILES_${PN}-examples = "${datadir}/${BPN}/examples/" | 53 | FILES:${PN}-examples = "${datadir}/${BPN}/examples/" |
54 | RDEPENDS_${PN}-examples += "${PN}" | 54 | RDEPENDS:${PN}-examples += "${PN}" |
55 | 55 | ||
56 | # don't complain that some examples involve bash, perl, php... | 56 | # don't complain that some examples involve bash, perl, php... |
57 | INSANE_SKIP_${PN}-examples += "file-rdeps" | 57 | INSANE_SKIP:${PN}-examples += "file-rdeps" |
58 | 58 | ||
59 | PACKAGES =+ "${PN}-python" | 59 | PACKAGES =+ "${PN}-python" |
60 | FILES_${PN}-python += "\ | 60 | FILES:${PN}-python += "\ |
61 | ${bindir}/dtrace \ | 61 | ${bindir}/dtrace \ |
62 | ${libdir}/python*/ \ | 62 | ${libdir}/python*/ \ |
63 | ${libexecdir}/${BPN}/python/ \ | 63 | ${libexecdir}/${BPN}/python/ \ |
64 | " | 64 | " |
65 | # python material requires sdt headers | 65 | # python material requires sdt headers |
66 | RDEPENDS_${PN}-python += "${PN}-dev python3-core" | 66 | RDEPENDS:${PN}-python += "${PN}-dev python3-core" |
67 | INSANE_SKIP_${PN}-python += "dev-deps" | 67 | INSANE_SKIP:${PN}-python += "dev-deps" |
68 | 68 | ||
69 | do_configure_prepend () { | 69 | do_configure:prepend () { |
70 | # Improve reproducibility for c++ object files | 70 | # Improve reproducibility for c++ object files |
71 | reltivepath="${@os.path.relpath(d.getVar('STAGING_INCDIR'), d.getVar('S'))}" | 71 | reltivepath="${@os.path.relpath(d.getVar('STAGING_INCDIR'), d.getVar('S'))}" |
72 | sed -i "s:@RELATIVE_STAGING_INCDIR@:$reltivepath:g" ${S}/stringtable.h | 72 | sed -i "s:@RELATIVE_STAGING_INCDIR@:$reltivepath:g" ${S}/stringtable.h |
73 | } | 73 | } |
74 | 74 | ||
75 | do_install_append () { | 75 | do_install:append () { |
76 | if [ ! -f ${D}${bindir}/stap ]; then | 76 | if [ ! -f ${D}${bindir}/stap ]; then |
77 | # translator disabled case, need to leave only minimal runtime | 77 | # translator disabled case, need to leave only minimal runtime |
78 | rm -rf ${D}${datadir}/${PN} | 78 | rm -rf ${D}${datadir}/${PN} |
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index dc046a679c..97d4435f82 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -11,7 +11,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \ | |||
11 | " | 11 | " |
12 | 12 | ||
13 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' | 13 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' |
14 | COMPATIBLE_HOST_libc-musl = 'null' | 14 | COMPATIBLE_HOST:libc-musl = 'null' |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.04.21.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.04.21.bb index f79c0b29ea..7b54d8c059 100644 --- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.04.21.bb +++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2021.04.21.bb | |||
@@ -24,9 +24,9 @@ do_install() { | |||
24 | # For kernel <= v4.14, inherit the kernel_wireless_regdb.bbclass | 24 | # For kernel <= v4.14, inherit the kernel_wireless_regdb.bbclass |
25 | # (in meta-networking) in kernel's recipe. | 25 | # (in meta-networking) in kernel's recipe. |
26 | PACKAGES = "${PN}-static ${PN}" | 26 | PACKAGES = "${PN}-static ${PN}" |
27 | RCONFLICTS_${PN} = "${PN}-static" | 27 | RCONFLICTS:${PN} = "${PN}-static" |
28 | 28 | ||
29 | FILES_${PN}-static = " \ | 29 | FILES:${PN}-static = " \ |
30 | ${nonarch_base_libdir}/firmware/regulatory.db \ | 30 | ${nonarch_base_libdir}/firmware/regulatory.db \ |
31 | ${nonarch_base_libdir}/firmware/regulatory.db.p7s \ | 31 | ${nonarch_base_libdir}/firmware/regulatory.db.p7s \ |
32 | " | 32 | " |
@@ -34,10 +34,10 @@ FILES_${PN}-static = " \ | |||
34 | # Native users might want to use the source of regulatory DB. | 34 | # Native users might want to use the source of regulatory DB. |
35 | # This is for example used by Linux kernel <= v4.14 and | 35 | # This is for example used by Linux kernel <= v4.14 and |
36 | # kernel_wireless_regdb.bbclass in meta-networking. | 36 | # kernel_wireless_regdb.bbclass in meta-networking. |
37 | do_install_append_class-native() { | 37 | do_install:append:class-native() { |
38 | install -m 0644 -D db.txt ${D}${libdir}/crda/db.txt | 38 | install -m 0644 -D db.txt ${D}${libdir}/crda/db.txt |
39 | } | 39 | } |
40 | 40 | ||
41 | RSUGGESTS_${PN} = "crda" | 41 | RSUGGESTS:${PN} = "crda" |
42 | 42 | ||
43 | BBCLASSEXTEND = "native" | 43 | BBCLASSEXTEND = "native" |
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.5.1.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.5.1.bb index 151d63c0e8..cf7c3fcd43 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.5.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.5.1.bb | |||
@@ -21,24 +21,24 @@ EXTRA_OECONF += " \ | |||
21 | 21 | ||
22 | PACKAGES =+ "alsa-server alsa-conf libatopology" | 22 | PACKAGES =+ "alsa-server alsa-conf libatopology" |
23 | 23 | ||
24 | FILES_alsa-server = "${bindir}/*" | 24 | FILES:alsa-server = "${bindir}/*" |
25 | FILES_alsa-conf = "${datadir}/alsa/" | 25 | FILES:alsa-conf = "${datadir}/alsa/" |
26 | FILES_libatopology = "${libdir}/libatopology.so.*" | 26 | FILES:libatopology = "${libdir}/libatopology.so.*" |
27 | 27 | ||
28 | RDEPENDS_${PN}_class-target = "alsa-conf alsa-ucm-conf" | 28 | RDEPENDS:${PN}:class-target = "alsa-conf alsa-ucm-conf" |
29 | RDEPENDS_libatopology_class-target = "alsa-topology-conf" | 29 | RDEPENDS:libatopology:class-target = "alsa-topology-conf" |
30 | 30 | ||
31 | # upgrade path | 31 | # upgrade path |
32 | RPROVIDES_${PN} = "libasound" | 32 | RPROVIDES:${PN} = "libasound" |
33 | RREPLACES_${PN} = "libasound" | 33 | RREPLACES:${PN} = "libasound" |
34 | RCONFLICTS_${PN} = "libasound" | 34 | RCONFLICTS:${PN} = "libasound" |
35 | 35 | ||
36 | RPROVIDES_${PN}-dev = "alsa-dev" | 36 | RPROVIDES:${PN}-dev = "alsa-dev" |
37 | RREPLACES_${PN}-dev = "alsa-dev" | 37 | RREPLACES:${PN}-dev = "alsa-dev" |
38 | RCONFLICTS_${PN}-dev = "alsa-dev" | 38 | RCONFLICTS:${PN}-dev = "alsa-dev" |
39 | 39 | ||
40 | RPROVIDES_alsa-conf = "alsa-conf-base" | 40 | RPROVIDES:alsa-conf = "alsa-conf-base" |
41 | RREPLACES_alsa-conf = "alsa-conf-base" | 41 | RREPLACES:alsa-conf = "alsa-conf-base" |
42 | RCONFLICTS_alsa-conf = "alsa-conf-base" | 42 | RCONFLICTS:alsa-conf = "alsa-conf-base" |
43 | 43 | ||
44 | BBCLASSEXTEND = "native nativesdk" | 44 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.5.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.5.bb index f940a4bd35..0eac982e1a 100644 --- a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.5.bb +++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.5.bb | |||
@@ -49,10 +49,10 @@ PACKAGES_DYNAMIC = "^libasound-module-.*" | |||
49 | 49 | ||
50 | # The alsa-plugins package doesn't itself contain anything, it just depends on | 50 | # The alsa-plugins package doesn't itself contain anything, it just depends on |
51 | # all built plugins. | 51 | # all built plugins. |
52 | FILES_${PN} = "" | 52 | FILES:${PN} = "" |
53 | ALLOW_EMPTY_${PN} = "1" | 53 | ALLOW_EMPTY:${PN} = "1" |
54 | 54 | ||
55 | do_install_append() { | 55 | do_install:append() { |
56 | rm -f ${D}${libdir}/alsa-lib/*.la | 56 | rm -f ${D}${libdir}/alsa-lib/*.la |
57 | 57 | ||
58 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'yes', 'no', d)}" = "yes" ]; then | 58 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'yes', 'no', d)}" = "yes" ]; then |
@@ -65,10 +65,10 @@ do_install_append() { | |||
65 | fi | 65 | fi |
66 | } | 66 | } |
67 | 67 | ||
68 | python populate_packages_prepend() { | 68 | python populate_packages:prepend() { |
69 | plugindir = d.expand('${libdir}/alsa-lib/') | 69 | plugindir = d.expand('${libdir}/alsa-lib/') |
70 | packages = " ".join(do_split_packages(d, plugindir, r'^libasound_module_(.*)\.so$', 'libasound-module-%s', 'Alsa plugin for %s', extra_depends='')) | 70 | packages = " ".join(do_split_packages(d, plugindir, r'^libasound_module_(.*)\.so$', 'libasound-module-%s', 'Alsa plugin for %s', extra_depends='')) |
71 | d.setVar("RDEPENDS_alsa-plugins", packages) | 71 | d.setVar("RDEPENDS:alsa-plugins", packages) |
72 | } | 72 | } |
73 | 73 | ||
74 | # Many plugins have a configuration file (plus a symlink in /etc) associated | 74 | # Many plugins have a configuration file (plus a symlink in /etc) associated |
@@ -84,51 +84,51 @@ python populate_packages_prepend() { | |||
84 | # cause big problems, but some kind of improvement to the packaging could | 84 | # cause big problems, but some kind of improvement to the packaging could |
85 | # probably be done here (at least it would be good to handle the different | 85 | # probably be done here (at least it would be good to handle the different |
86 | # plugins in a consistent way). | 86 | # plugins in a consistent way). |
87 | FILES_${MLPREFIX}libasound-module-ctl-arcam-av += "\ | 87 | FILES:${MLPREFIX}libasound-module-ctl-arcam-av += "\ |
88 | ${datadir}/alsa/alsa.conf.d/50-arcam-av-ctl.conf \ | 88 | ${datadir}/alsa/alsa.conf.d/50-arcam-av-ctl.conf \ |
89 | ${sysconfdir}/alsa/conf.d/50-arcam-av-ctl.conf \ | 89 | ${sysconfdir}/alsa/conf.d/50-arcam-av-ctl.conf \ |
90 | " | 90 | " |
91 | FILES_${MLPREFIX}libasound-module-pcm-a52 += "\ | 91 | FILES:${MLPREFIX}libasound-module-pcm-a52 += "\ |
92 | ${datadir}/alsa/alsa.conf.d/60-a52-encoder.conf \ | 92 | ${datadir}/alsa/alsa.conf.d/60-a52-encoder.conf \ |
93 | ${sysconfdir}/alsa/conf.d/60-a52-encoder.conf \ | 93 | ${sysconfdir}/alsa/conf.d/60-a52-encoder.conf \ |
94 | " | 94 | " |
95 | FILES_${MLPREFIX}libasound-module-pcm-alsa-dsp += "\ | 95 | FILES:${MLPREFIX}libasound-module-pcm-alsa-dsp += "\ |
96 | ${datadir}/alsa/alsa.conf.d/98-maemo.conf \ | 96 | ${datadir}/alsa/alsa.conf.d/98-maemo.conf \ |
97 | ${sysconfdir}/alsa/conf.d/98-maemo.conf \ | 97 | ${sysconfdir}/alsa/conf.d/98-maemo.conf \ |
98 | " | 98 | " |
99 | FILES_${MLPREFIX}libasound-module-pcm-jack += "\ | 99 | FILES:${MLPREFIX}libasound-module-pcm-jack += "\ |
100 | ${datadir}/alsa/alsa.conf.d/50-jack.conf \ | 100 | ${datadir}/alsa/alsa.conf.d/50-jack.conf \ |
101 | ${sysconfdir}/alsa/conf.d/50-jack.conf \ | 101 | ${sysconfdir}/alsa/conf.d/50-jack.conf \ |
102 | " | 102 | " |
103 | FILES_${MLPREFIX}libasound-module-pcm-oss += "\ | 103 | FILES:${MLPREFIX}libasound-module-pcm-oss += "\ |
104 | ${datadir}/alsa/alsa.conf.d/50-oss.conf \ | 104 | ${datadir}/alsa/alsa.conf.d/50-oss.conf \ |
105 | ${sysconfdir}/alsa/conf.d/50-oss.conf \ | 105 | ${sysconfdir}/alsa/conf.d/50-oss.conf \ |
106 | " | 106 | " |
107 | FILES_${MLPREFIX}libasound-module-pcm-speex += "\ | 107 | FILES:${MLPREFIX}libasound-module-pcm-speex += "\ |
108 | ${datadir}/alsa/alsa.conf.d/60-speex.conf \ | 108 | ${datadir}/alsa/alsa.conf.d/60-speex.conf \ |
109 | ${sysconfdir}/alsa/conf.d/60-speex.conf \ | 109 | ${sysconfdir}/alsa/conf.d/60-speex.conf \ |
110 | " | 110 | " |
111 | FILES_${MLPREFIX}libasound-module-pcm-upmix += "\ | 111 | FILES:${MLPREFIX}libasound-module-pcm-upmix += "\ |
112 | ${datadir}/alsa/alsa.conf.d/60-upmix.conf \ | 112 | ${datadir}/alsa/alsa.conf.d/60-upmix.conf \ |
113 | ${sysconfdir}/alsa/conf.d/60-upmix.conf \ | 113 | ${sysconfdir}/alsa/conf.d/60-upmix.conf \ |
114 | " | 114 | " |
115 | FILES_${MLPREFIX}libasound-module-pcm-usb-stream += "\ | 115 | FILES:${MLPREFIX}libasound-module-pcm-usb-stream += "\ |
116 | ${datadir}/alsa/alsa.conf.d/98-usb-stream.conf \ | 116 | ${datadir}/alsa/alsa.conf.d/98-usb-stream.conf \ |
117 | ${sysconfdir}/alsa/conf.d/98-usb-stream.conf \ | 117 | ${sysconfdir}/alsa/conf.d/98-usb-stream.conf \ |
118 | " | 118 | " |
119 | FILES_${MLPREFIX}libasound-module-pcm-vdownmix += "\ | 119 | FILES:${MLPREFIX}libasound-module-pcm-vdownmix += "\ |
120 | ${datadir}/alsa/alsa.conf.d/60-vdownmix.conf \ | 120 | ${datadir}/alsa/alsa.conf.d/60-vdownmix.conf \ |
121 | ${sysconfdir}/alsa/conf.d/60-vdownmix.conf \ | 121 | ${sysconfdir}/alsa/conf.d/60-vdownmix.conf \ |
122 | " | 122 | " |
123 | FILES_${MLPREFIX}libasound-module-rate-lavrate += "\ | 123 | FILES:${MLPREFIX}libasound-module-rate-lavrate += "\ |
124 | ${datadir}/alsa/alsa.conf.d/10-rate-lav.conf \ | 124 | ${datadir}/alsa/alsa.conf.d/10-rate-lav.conf \ |
125 | ${sysconfdir}/alsa/conf.d/10-rate-lav.conf \ | 125 | ${sysconfdir}/alsa/conf.d/10-rate-lav.conf \ |
126 | " | 126 | " |
127 | FILES_${MLPREFIX}libasound-module-rate-samplerate += "\ | 127 | FILES:${MLPREFIX}libasound-module-rate-samplerate += "\ |
128 | ${datadir}/alsa/alsa.conf.d/10-samplerate.conf \ | 128 | ${datadir}/alsa/alsa.conf.d/10-samplerate.conf \ |
129 | ${sysconfdir}/alsa/conf.d/10-samplerate.conf \ | 129 | ${sysconfdir}/alsa/conf.d/10-samplerate.conf \ |
130 | " | 130 | " |
131 | FILES_${MLPREFIX}libasound-module-rate-speexrate += "\ | 131 | FILES:${MLPREFIX}libasound-module-rate-speexrate += "\ |
132 | ${datadir}/alsa/alsa.conf.d/10-speexrate.conf \ | 132 | ${datadir}/alsa/alsa.conf.d/10-speexrate.conf \ |
133 | ${sysconfdir}/alsa/conf.d/10-speexrate.conf \ | 133 | ${sysconfdir}/alsa/conf.d/10-speexrate.conf \ |
134 | " | 134 | " |
@@ -149,25 +149,25 @@ FILES_${MLPREFIX}libasound-module-rate-speexrate += "\ | |||
149 | # The symlinks cause QA errors, because usually it's a bug if a non | 149 | # The symlinks cause QA errors, because usually it's a bug if a non |
150 | # -dev/-dbg/-nativesdk package contains links to .so files, but in this case | 150 | # -dev/-dbg/-nativesdk package contains links to .so files, but in this case |
151 | # the errors are false positives, so we disable the QA checks. | 151 | # the errors are false positives, so we disable the QA checks. |
152 | FILES_${MLPREFIX}libasound-module-rate-lavrate += "${libdir}/alsa-lib/*rate_lavrate_*.so" | 152 | FILES:${MLPREFIX}libasound-module-rate-lavrate += "${libdir}/alsa-lib/*rate_lavrate_*.so" |
153 | FILES_${MLPREFIX}libasound-module-rate-samplerate += "${libdir}/alsa-lib/*rate_samplerate_*.so" | 153 | FILES:${MLPREFIX}libasound-module-rate-samplerate += "${libdir}/alsa-lib/*rate_samplerate_*.so" |
154 | FILES_${MLPREFIX}libasound-module-rate-speexrate += "${libdir}/alsa-lib/*rate_speexrate_*.so" | 154 | FILES:${MLPREFIX}libasound-module-rate-speexrate += "${libdir}/alsa-lib/*rate_speexrate_*.so" |
155 | INSANE_SKIP_${MLPREFIX}libasound-module-rate-lavrate = "dev-so" | 155 | INSANE_SKIP:${MLPREFIX}libasound-module-rate-lavrate = "dev-so" |
156 | INSANE_SKIP_${MLPREFIX}libasound-module-rate-samplerate = "dev-so" | 156 | INSANE_SKIP:${MLPREFIX}libasound-module-rate-samplerate = "dev-so" |
157 | INSANE_SKIP_${MLPREFIX}libasound-module-rate-speexrate = "dev-so" | 157 | INSANE_SKIP:${MLPREFIX}libasound-module-rate-speexrate = "dev-so" |
158 | 158 | ||
159 | # 50-pulseaudio.conf defines a device named "pulse" that applications can use | 159 | # 50-pulseaudio.conf defines a device named "pulse" that applications can use |
160 | # if they explicitly want to use the PulseAudio plugin. | 160 | # if they explicitly want to use the PulseAudio plugin. |
161 | # 99-pulseaudio-default.conf configures the "default" device to use the | 161 | # 99-pulseaudio-default.conf configures the "default" device to use the |
162 | # PulseAudio plugin. | 162 | # PulseAudio plugin. |
163 | FILES_${PN}-pulseaudio-conf += "\ | 163 | FILES:${PN}-pulseaudio-conf += "\ |
164 | ${datadir}/alsa/alsa.conf.d/50-pulseaudio.conf \ | 164 | ${datadir}/alsa/alsa.conf.d/50-pulseaudio.conf \ |
165 | ${datadir}/alsa/alsa.conf.d/99-pulseaudio-default.conf \ | 165 | ${datadir}/alsa/alsa.conf.d/99-pulseaudio-default.conf \ |
166 | ${sysconfdir}/alsa/conf.d/50-pulseaudio.conf \ | 166 | ${sysconfdir}/alsa/conf.d/50-pulseaudio.conf \ |
167 | ${sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf \ | 167 | ${sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf \ |
168 | " | 168 | " |
169 | 169 | ||
170 | RDEPENDS_${PN}-pulseaudio-conf += "\ | 170 | RDEPENDS:${PN}-pulseaudio-conf += "\ |
171 | ${MLPREFIX}libasound-module-conf-pulse \ | 171 | ${MLPREFIX}libasound-module-conf-pulse \ |
172 | ${MLPREFIX}libasound-module-ctl-pulse \ | 172 | ${MLPREFIX}libasound-module-ctl-pulse \ |
173 | ${MLPREFIX}libasound-module-pcm-pulse \ | 173 | ${MLPREFIX}libasound-module-pcm-pulse \ |
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb index 8f9c77e4fc..540f4f79f4 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb | |||
@@ -85,4 +85,4 @@ python do_install() { | |||
85 | pass | 85 | pass |
86 | } | 86 | } |
87 | 87 | ||
88 | FILES_${PN} += "${datadir}" | 88 | FILES:${PN} += "${datadir}" |
diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb index c96826c4bd..4374a6bb6d 100644 --- a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb | |||
@@ -20,4 +20,4 @@ do_install() { | |||
20 | 20 | ||
21 | PACKAGES = "${PN}" | 21 | PACKAGES = "${PN}" |
22 | 22 | ||
23 | FILES_${PN} = "*" | 23 | FILES:${PN} = "*" |
diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.5.1.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.5.1.bb index 4d5f3742f0..9d874eca13 100644 --- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.5.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.5.1.bb | |||
@@ -21,4 +21,4 @@ do_install() { | |||
21 | 21 | ||
22 | PACKAGES = "${PN}" | 22 | PACKAGES = "${PN}" |
23 | 23 | ||
24 | FILES_${PN} = "*" | 24 | FILES:${PN} = "*" |
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.5.1.bb b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.5.1.bb index 048fef68a5..000e984a7d 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.5.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.5.1.bb | |||
@@ -3,12 +3,12 @@ require alsa-utils.inc | |||
3 | SUMMARY = "Shell scripts that show help info and create ALSA configuration files" | 3 | SUMMARY = "Shell scripts that show help info and create ALSA configuration files" |
4 | PROVIDES = "alsa-utils-alsaconf" | 4 | PROVIDES = "alsa-utils-alsaconf" |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/alsa-utils:" | 6 | FILESEXTRAPATHS:prepend := "${THISDIR}/alsa-utils:" |
7 | 7 | ||
8 | PACKAGES = "${PN}" | 8 | PACKAGES = "${PN}" |
9 | RDEPENDS_${PN} += "bash" | 9 | RDEPENDS:${PN} += "bash" |
10 | 10 | ||
11 | FILES_${PN} = "${sbindir}/alsaconf \ | 11 | FILES:${PN} = "${sbindir}/alsaconf \ |
12 | ${sbindir}/alsa-info.sh \ | 12 | ${sbindir}/alsa-info.sh \ |
13 | ${sbindir}/alsabat-test.sh \ | 13 | ${sbindir}/alsabat-test.sh \ |
14 | " | 14 | " |
diff --git a/meta/recipes-multimedia/alsa/alsa-utils.inc b/meta/recipes-multimedia/alsa/alsa-utils.inc index 733bb2456c..95b93d4432 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils.inc +++ b/meta/recipes-multimedia/alsa/alsa-utils.inc | |||
@@ -55,41 +55,41 @@ ALSA_UTILS_PKGS = "\ | |||
55 | " | 55 | " |
56 | 56 | ||
57 | PACKAGES += "${ALSA_UTILS_PKGS}" | 57 | PACKAGES += "${ALSA_UTILS_PKGS}" |
58 | RDEPENDS_${PN} += "${ALSA_UTILS_PKGS}" | 58 | RDEPENDS:${PN} += "${ALSA_UTILS_PKGS}" |
59 | 59 | ||
60 | FILES_${PN} = "" | 60 | FILES:${PN} = "" |
61 | ALLOW_EMPTY_alsa-utils = "1" | 61 | ALLOW_EMPTY:alsa-utils = "1" |
62 | FILES_alsa-utils-alsabat = "${bindir}/alsabat" | 62 | FILES:alsa-utils-alsabat = "${bindir}/alsabat" |
63 | FILES_alsa-utils-alsatplg = "${bindir}/alsatplg" | 63 | FILES:alsa-utils-alsatplg = "${bindir}/alsatplg" |
64 | FILES_alsa-utils-aplay = "${bindir}/aplay ${bindir}/arecord ${bindir}/axfer" | 64 | FILES:alsa-utils-aplay = "${bindir}/aplay ${bindir}/arecord ${bindir}/axfer" |
65 | FILES_alsa-utils-amixer = "${bindir}/amixer" | 65 | FILES:alsa-utils-amixer = "${bindir}/amixer" |
66 | FILES_alsa-utils-alsamixer = "${bindir}/alsamixer" | 66 | FILES:alsa-utils-alsamixer = "${bindir}/alsamixer" |
67 | FILES_alsa-utils-speakertest = "${bindir}/speaker-test ${datadir}/sounds/alsa/ ${datadir}/alsa/speaker-test/" | 67 | FILES:alsa-utils-speakertest = "${bindir}/speaker-test ${datadir}/sounds/alsa/ ${datadir}/alsa/speaker-test/" |
68 | FILES_alsa-utils-midi = "${bindir}/aplaymidi ${bindir}/arecordmidi ${bindir}/amidi" | 68 | FILES:alsa-utils-midi = "${bindir}/aplaymidi ${bindir}/arecordmidi ${bindir}/amidi" |
69 | FILES_alsa-utils-aconnect = "${bindir}/aconnect" | 69 | FILES:alsa-utils-aconnect = "${bindir}/aconnect" |
70 | FILES_alsa-utils-aseqnet = "${bindir}/aseqnet" | 70 | FILES:alsa-utils-aseqnet = "${bindir}/aseqnet" |
71 | FILES_alsa-utils-iecset = "${bindir}/iecset" | 71 | FILES:alsa-utils-iecset = "${bindir}/iecset" |
72 | FILES_alsa-utils-alsactl = "${sbindir}/alsactl */udev/rules.d/90-alsa-restore.rules */*/udev/rules.d/90-alsa-restore.rules ${systemd_unitdir} ${localstatedir}/lib/alsa ${datadir}/alsa/init/" | 72 | FILES:alsa-utils-alsactl = "${sbindir}/alsactl */udev/rules.d/90-alsa-restore.rules */*/udev/rules.d/90-alsa-restore.rules ${systemd_unitdir} ${localstatedir}/lib/alsa ${datadir}/alsa/init/" |
73 | FILES_alsa-utils-aseqdump = "${bindir}/aseqdump" | 73 | FILES:alsa-utils-aseqdump = "${bindir}/aseqdump" |
74 | FILES_alsa-utils-alsaloop = "${bindir}/alsaloop" | 74 | FILES:alsa-utils-alsaloop = "${bindir}/alsaloop" |
75 | FILES_alsa-utils-alsaucm = "${bindir}/alsaucm */udev/rules.d/89-alsa-ucm.rules */*/udev/rules.d/89-alsa-ucm.rules" | 75 | FILES:alsa-utils-alsaucm = "${bindir}/alsaucm */udev/rules.d/89-alsa-ucm.rules */*/udev/rules.d/89-alsa-ucm.rules" |
76 | 76 | ||
77 | SUMMARY_alsa-utils-alsabat = "Command-line sound tester for ALSA sound card driver" | 77 | SUMMARY:alsa-utils-alsabat = "Command-line sound tester for ALSA sound card driver" |
78 | SUMMARY_alsa-utils-alsatplg = "Converts topology text files into binary format for kernel" | 78 | SUMMARY:alsa-utils-alsatplg = "Converts topology text files into binary format for kernel" |
79 | SUMMARY_alsa-utils-aplay = "Play (and record) sound files using ALSA" | 79 | SUMMARY:alsa-utils-aplay = "Play (and record) sound files using ALSA" |
80 | SUMMARY_alsa-utils-amixer = "Command-line control for ALSA mixer and settings" | 80 | SUMMARY:alsa-utils-amixer = "Command-line control for ALSA mixer and settings" |
81 | SUMMARY_alsa-utils-alsamixer = "ncurses-based control for ALSA mixer and settings" | 81 | SUMMARY:alsa-utils-alsamixer = "ncurses-based control for ALSA mixer and settings" |
82 | SUMMARY_alsa-utils-speakertest = "ALSA surround speaker test utility" | 82 | SUMMARY:alsa-utils-speakertest = "ALSA surround speaker test utility" |
83 | SUMMARY_alsa-utils-midi = "Miscellaneous MIDI utilities for ALSA" | 83 | SUMMARY:alsa-utils-midi = "Miscellaneous MIDI utilities for ALSA" |
84 | SUMMARY_alsa-utils-aconnect = "ALSA sequencer connection manager" | 84 | SUMMARY:alsa-utils-aconnect = "ALSA sequencer connection manager" |
85 | SUMMARY_alsa-utils-aseqnet = "Network client/server for ALSA sequencer" | 85 | SUMMARY:alsa-utils-aseqnet = "Network client/server for ALSA sequencer" |
86 | SUMMARY_alsa-utils-iecset = "ALSA utility for setting/showing IEC958 (S/PDIF) status bits" | 86 | SUMMARY:alsa-utils-iecset = "ALSA utility for setting/showing IEC958 (S/PDIF) status bits" |
87 | SUMMARY_alsa-utils-alsactl = "Saves/restores ALSA-settings in /etc/asound.state" | 87 | SUMMARY:alsa-utils-alsactl = "Saves/restores ALSA-settings in /etc/asound.state" |
88 | SUMMARY_alsa-utils-aseqdump = "Shows the events received at an ALSA sequencer port" | 88 | SUMMARY:alsa-utils-aseqdump = "Shows the events received at an ALSA sequencer port" |
89 | SUMMARY_alsa-utils-alsaloop = "ALSA PCM loopback utility" | 89 | SUMMARY:alsa-utils-alsaloop = "ALSA PCM loopback utility" |
90 | SUMMARY_alsa-utils-alsaucm = "ALSA Use Case Manager" | 90 | SUMMARY:alsa-utils-alsaucm = "ALSA Use Case Manager" |
91 | 91 | ||
92 | RRECOMMENDS_alsa-utils-alsactl = "alsa-states" | 92 | RRECOMMENDS:alsa-utils-alsactl = "alsa-states" |
93 | 93 | ||
94 | do_install() { | 94 | do_install() { |
95 | autotools_do_install | 95 | autotools_do_install |
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.4.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.4.bb index 02af257d0f..89c75f4250 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.4.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.4.bb | |||
@@ -6,16 +6,16 @@ HOMEPAGE = "https://www.ffmpeg.org/" | |||
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | LICENSE = "BSD & GPLv2+ & LGPLv2.1+ & MIT" | 8 | LICENSE = "BSD & GPLv2+ & LGPLv2.1+ & MIT" |
9 | LICENSE_${PN} = "GPLv2+" | 9 | LICENSE:${PN} = "GPLv2+" |
10 | LICENSE_libavcodec = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" | 10 | LICENSE:libavcodec = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" |
11 | LICENSE_libavdevice = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" | 11 | LICENSE:libavdevice = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" |
12 | LICENSE_libavfilter = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" | 12 | LICENSE:libavfilter = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" |
13 | LICENSE_libavformat = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" | 13 | LICENSE:libavformat = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" |
14 | LICENSE_libavresample = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" | 14 | LICENSE:libavresample = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" |
15 | LICENSE_libavutil = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" | 15 | LICENSE:libavutil = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" |
16 | LICENSE_libpostproc = "GPLv2+" | 16 | LICENSE:libpostproc = "GPLv2+" |
17 | LICENSE_libswresample = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" | 17 | LICENSE:libswresample = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" |
18 | LICENSE_libswscale = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" | 18 | LICENSE:libswscale = "${@bb.utils.contains('PACKAGECONFIG', 'gpl', 'GPLv2+', 'LGPLv2.1+', d)}" |
19 | LICENSE_FLAGS = "commercial" | 19 | LICENSE_FLAGS = "commercial" |
20 | 20 | ||
21 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 21 | LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
@@ -35,9 +35,9 @@ SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ | |||
35 | SRC_URI[sha256sum] = "06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909" | 35 | SRC_URI[sha256sum] = "06b10a183ce5371f915c6bb15b7b1fffbe046e8275099c96affc29e17645d909" |
36 | 36 | ||
37 | # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 | 37 | # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 |
38 | ARM_INSTRUCTION_SET_armv4 = "arm" | 38 | ARM_INSTRUCTION_SET:armv4 = "arm" |
39 | ARM_INSTRUCTION_SET_armv5 = "arm" | 39 | ARM_INSTRUCTION_SET:armv5 = "arm" |
40 | ARM_INSTRUCTION_SET_armv6 = "arm" | 40 | ARM_INSTRUCTION_SET:armv6 = "arm" |
41 | 41 | ||
42 | # Should be API compatible with libav (which was a fork of ffmpeg) | 42 | # Should be API compatible with libav (which was a fork of ffmpeg) |
43 | # libpostproc was previously packaged from a separate recipe | 43 | # libpostproc was previously packaged from a separate recipe |
@@ -127,20 +127,20 @@ EXTRA_OECONF = " \ | |||
127 | --pkg-config=pkg-config \ | 127 | --pkg-config=pkg-config \ |
128 | " | 128 | " |
129 | 129 | ||
130 | EXTRA_OECONF_append_linux-gnux32 = " --disable-asm" | 130 | EXTRA_OECONF:append:linux-gnux32 = " --disable-asm" |
131 | 131 | ||
132 | EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'mipsisa64r6', '--disable-mips64r2 --disable-mips32r2', '', d)}" | 132 | EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'mipsisa64r6', '--disable-mips64r2 --disable-mips32r2', '', d)}" |
133 | EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'mipsisa64r2', '--disable-mips64r6 --disable-mips32r6', '', d)}" | 133 | EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'mipsisa64r2', '--disable-mips64r6 --disable-mips32r6', '', d)}" |
134 | EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'mips32r2', '--disable-mips64r6 --disable-mips32r6', '', d)}" | 134 | EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'mips32r2', '--disable-mips64r6 --disable-mips32r6', '', d)}" |
135 | EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'mips32r6', '--disable-mips64r2 --disable-mips32r2', '', d)}" | 135 | EXTRA_OECONF += "${@bb.utils.contains('TUNE_FEATURES', 'mips32r6', '--disable-mips64r2 --disable-mips32r2', '', d)}" |
136 | EXTRA_OECONF_append_mips = " --extra-libs=-latomic --disable-mips32r5 --disable-mipsdsp --disable-mipsdspr2 \ | 136 | EXTRA_OECONF:append:mips = " --extra-libs=-latomic --disable-mips32r5 --disable-mipsdsp --disable-mipsdspr2 \ |
137 | --disable-loongson2 --disable-loongson3 --disable-mmi --disable-msa --disable-msa2" | 137 | --disable-loongson2 --disable-loongson3 --disable-mmi --disable-msa --disable-msa2" |
138 | EXTRA_OECONF_append_riscv32 = " --extra-libs=-latomic" | 138 | EXTRA_OECONF:append:riscv32 = " --extra-libs=-latomic" |
139 | 139 | ||
140 | # gold crashes on x86, another solution is to --disable-asm but thats more hacky | 140 | # gold crashes on x86, another solution is to --disable-asm but thats more hacky |
141 | # ld.gold: internal error in relocate_section, at ../../gold/i386.cc:3684 | 141 | # ld.gold: internal error in relocate_section, at ../../gold/i386.cc:3684 |
142 | 142 | ||
143 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 143 | LDFLAGS:append:x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
144 | 144 | ||
145 | EXTRA_OEMAKE = "V=1" | 145 | EXTRA_OEMAKE = "V=1" |
146 | 146 | ||
@@ -149,7 +149,7 @@ do_configure() { | |||
149 | } | 149 | } |
150 | 150 | ||
151 | # patch out build host paths for reproducibility | 151 | # patch out build host paths for reproducibility |
152 | do_compile_prepend_class-target() { | 152 | do_compile:prepend:class-target() { |
153 | sed -i -e "s,${WORKDIR},,g" ${B}/config.h | 153 | sed -i -e "s,${WORKDIR},,g" ${B}/config.h |
154 | } | 154 | } |
155 | 155 | ||
@@ -163,23 +163,23 @@ PACKAGES =+ "libavcodec \ | |||
163 | libswresample \ | 163 | libswresample \ |
164 | libswscale" | 164 | libswscale" |
165 | 165 | ||
166 | FILES_libavcodec = "${libdir}/libavcodec${SOLIBS}" | 166 | FILES:libavcodec = "${libdir}/libavcodec${SOLIBS}" |
167 | FILES_libavdevice = "${libdir}/libavdevice${SOLIBS}" | 167 | FILES:libavdevice = "${libdir}/libavdevice${SOLIBS}" |
168 | FILES_libavfilter = "${libdir}/libavfilter${SOLIBS}" | 168 | FILES:libavfilter = "${libdir}/libavfilter${SOLIBS}" |
169 | FILES_libavformat = "${libdir}/libavformat${SOLIBS}" | 169 | FILES:libavformat = "${libdir}/libavformat${SOLIBS}" |
170 | FILES_libavresample = "${libdir}/libavresample${SOLIBS}" | 170 | FILES:libavresample = "${libdir}/libavresample${SOLIBS}" |
171 | FILES_libavutil = "${libdir}/libavutil${SOLIBS}" | 171 | FILES:libavutil = "${libdir}/libavutil${SOLIBS}" |
172 | FILES_libpostproc = "${libdir}/libpostproc${SOLIBS}" | 172 | FILES:libpostproc = "${libdir}/libpostproc${SOLIBS}" |
173 | FILES_libswresample = "${libdir}/libswresample${SOLIBS}" | 173 | FILES:libswresample = "${libdir}/libswresample${SOLIBS}" |
174 | FILES_libswscale = "${libdir}/libswscale${SOLIBS}" | 174 | FILES:libswscale = "${libdir}/libswscale${SOLIBS}" |
175 | 175 | ||
176 | # ffmpeg disables PIC on some platforms (e.g. x86-32) | 176 | # ffmpeg disables PIC on some platforms (e.g. x86-32) |
177 | INSANE_SKIP_${MLPREFIX}libavcodec = "textrel" | 177 | INSANE_SKIP:${MLPREFIX}libavcodec = "textrel" |
178 | INSANE_SKIP_${MLPREFIX}libavdevice = "textrel" | 178 | INSANE_SKIP:${MLPREFIX}libavdevice = "textrel" |
179 | INSANE_SKIP_${MLPREFIX}libavfilter = "textrel" | 179 | INSANE_SKIP:${MLPREFIX}libavfilter = "textrel" |
180 | INSANE_SKIP_${MLPREFIX}libavformat = "textrel" | 180 | INSANE_SKIP:${MLPREFIX}libavformat = "textrel" |
181 | INSANE_SKIP_${MLPREFIX}libavutil = "textrel" | 181 | INSANE_SKIP:${MLPREFIX}libavutil = "textrel" |
182 | INSANE_SKIP_${MLPREFIX}libavresample = "textrel" | 182 | INSANE_SKIP:${MLPREFIX}libavresample = "textrel" |
183 | INSANE_SKIP_${MLPREFIX}libswscale = "textrel" | 183 | INSANE_SKIP:${MLPREFIX}libswscale = "textrel" |
184 | INSANE_SKIP_${MLPREFIX}libswresample = "textrel" | 184 | INSANE_SKIP:${MLPREFIX}libswresample = "textrel" |
185 | INSANE_SKIP_${MLPREFIX}libpostproc = "textrel" | 185 | INSANE_SKIP:${MLPREFIX}libpostproc = "textrel" |
diff --git a/meta/recipes-multimedia/flac/flac_1.3.3.bb b/meta/recipes-multimedia/flac/flac_1.3.3.bb index cb6692aedf..57e6bcb244 100644 --- a/meta/recipes-multimedia/flac/flac_1.3.3.bb +++ b/meta/recipes-multimedia/flac/flac_1.3.3.bb | |||
@@ -38,9 +38,9 @@ EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "core2", " --enable-sse", | |||
38 | EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "corei7", " --enable-sse", "", d)}" | 38 | EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "corei7", " --enable-sse", "", d)}" |
39 | 39 | ||
40 | PACKAGES += "libflac libflac++ liboggflac liboggflac++" | 40 | PACKAGES += "libflac libflac++ liboggflac liboggflac++" |
41 | FILES_${PN} = "${bindir}/*" | 41 | FILES:${PN} = "${bindir}/*" |
42 | FILES_libflac = "${libdir}/libFLAC.so.*" | 42 | FILES:libflac = "${libdir}/libFLAC.so.*" |
43 | FILES_libflac++ = "${libdir}/libFLAC++.so.*" | 43 | FILES:libflac++ = "${libdir}/libFLAC++.so.*" |
44 | FILES_liboggflac = "${libdir}/libOggFLAC.so.*" | 44 | FILES:liboggflac = "${libdir}/libOggFLAC.so.*" |
45 | FILES_liboggflac++ = "${libdir}/libOggFLAC++.so.*" | 45 | FILES:liboggflac++ = "${libdir}/libOggFLAC++.so.*" |
46 | 46 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.4.bb index 2a56967f7b..be554a6a14 100644 --- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.4.bb | |||
@@ -15,9 +15,9 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV} | |||
15 | SRC_URI[sha256sum] = "ffbd194c40912cb5e7fca2863648bf9dd8257b7af97d3a60c4fcd4efd8526ccf" | 15 | SRC_URI[sha256sum] = "ffbd194c40912cb5e7fca2863648bf9dd8257b7af97d3a60c4fcd4efd8526ccf" |
16 | 16 | ||
17 | DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" | 17 | DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" |
18 | RRECOMMENDS_${PN} = "git" | 18 | RRECOMMENDS:${PN} = "git" |
19 | 19 | ||
20 | FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*" | 20 | FILES:${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*" |
21 | 21 | ||
22 | inherit meson pkgconfig gettext upstream-version-is-even gobject-introspection | 22 | inherit meson pkgconfig gettext upstream-version-is-even gobject-introspection |
23 | 23 | ||
@@ -38,7 +38,7 @@ EXTRA_OEMESON += " \ | |||
38 | ${@gettext_oemeson(d)} \ | 38 | ${@gettext_oemeson(d)} \ |
39 | " | 39 | " |
40 | 40 | ||
41 | do_install_append () { | 41 | do_install:append () { |
42 | for fn in ${bindir}/gst-validate-launcher \ | 42 | for fn in ${bindir}/gst-validate-launcher \ |
43 | ${libdir}/gst-validate-launcher/python/launcher/config.py; do | 43 | ${libdir}/gst-validate-launcher/python/launcher/config.py; do |
44 | sed -i -e 's,${B},/usr/src/debug/${PN},g' -e 's,${S},/usr/src/debug/${PN},g' ${D}$fn | 44 | sed -i -e 's,${B},/usr/src/debug/${PN},g' -e 's,${S},/usr/src/debug/${PN},g' ${D}$fn |
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.4.bb index 4670ab34db..9d8fef86ed 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.4.bb | |||
@@ -22,14 +22,14 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)" | |||
22 | 22 | ||
23 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 23 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
24 | 24 | ||
25 | do_install_append() { | 25 | do_install:append() { |
26 | install -m 0644 -D ${WORKDIR}/gst-player.desktop ${D}${datadir}/applications/gst-player.desktop | 26 | install -m 0644 -D ${WORKDIR}/gst-player.desktop ${D}${datadir}/applications/gst-player.desktop |
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN} = "gstreamer1.0-plugins-base-playback" | 29 | RDEPENDS:${PN} = "gstreamer1.0-plugins-base-playback" |
30 | RRECOMMENDS_${PN} = "gstreamer1.0-plugins-base-meta \ | 30 | RRECOMMENDS:${PN} = "gstreamer1.0-plugins-base-meta \ |
31 | gstreamer1.0-plugins-good-meta \ | 31 | gstreamer1.0-plugins-good-meta \ |
32 | gstreamer1.0-plugins-bad-meta \ | 32 | gstreamer1.0-plugins-bad-meta \ |
33 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-libav", "", d)} \ | 33 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-libav", "", d)} \ |
34 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-plugins-ugly-meta", "", d)}" | 34 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "gstreamer1.0-plugins-ugly-meta", "", d)}" |
35 | RPROVIDES_${PN} += "gst-player gst-player-bin" | 35 | RPROVIDES:${PN} += "gst-player gst-player-bin" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.4.bb index 6a84f92f31..0c4f50c564 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.4.bb | |||
@@ -20,5 +20,5 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base ffmpeg" | |||
20 | 20 | ||
21 | inherit meson pkgconfig upstream-version-is-even | 21 | inherit meson pkgconfig upstream-version-is-even |
22 | 22 | ||
23 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" | 23 | FILES:${PN} += "${libdir}/gstreamer-1.0/*.so" |
24 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" | 24 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb index 016e176707..57a9adbaec 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb | |||
@@ -18,13 +18,13 @@ PACKAGES = "\ | |||
18 | gstreamer1.0-meta-debug \ | 18 | gstreamer1.0-meta-debug \ |
19 | gstreamer1.0-meta-video" | 19 | gstreamer1.0-meta-video" |
20 | 20 | ||
21 | ALLOW_EMPTY_gstreamer1.0-meta-base = "1" | 21 | ALLOW_EMPTY:gstreamer1.0-meta-base = "1" |
22 | ALLOW_EMPTY_gstreamer1.0-meta-x11-base = "1" | 22 | ALLOW_EMPTY:gstreamer1.0-meta-x11-base = "1" |
23 | ALLOW_EMPTY_gstreamer1.0-meta-audio = "1" | 23 | ALLOW_EMPTY:gstreamer1.0-meta-audio = "1" |
24 | ALLOW_EMPTY_gstreamer1.0-meta-debug = "1" | 24 | ALLOW_EMPTY:gstreamer1.0-meta-debug = "1" |
25 | ALLOW_EMPTY_gstreamer1.0-meta-video = "1" | 25 | ALLOW_EMPTY:gstreamer1.0-meta-video = "1" |
26 | 26 | ||
27 | RDEPENDS_gstreamer1.0-meta-base = "\ | 27 | RDEPENDS:gstreamer1.0-meta-base = "\ |
28 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gstreamer1.0-meta-x11-base', '', d)} \ | 28 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gstreamer1.0-meta-x11-base', '', d)} \ |
29 | gstreamer1.0 \ | 29 | gstreamer1.0 \ |
30 | gstreamer1.0-plugins-base-playback \ | 30 | gstreamer1.0-plugins-base-playback \ |
@@ -39,11 +39,11 @@ RDEPENDS_gstreamer1.0-meta-base = "\ | |||
39 | gstreamer1.0-plugins-good-autodetect \ | 39 | gstreamer1.0-plugins-good-autodetect \ |
40 | gstreamer1.0-plugins-good-soup" | 40 | gstreamer1.0-plugins-good-soup" |
41 | 41 | ||
42 | RRECOMMENDS_gstreamer1.0-meta-x11-base = "\ | 42 | RRECOMMENDS:gstreamer1.0-meta-x11-base = "\ |
43 | gstreamer1.0-plugins-base-ximagesink \ | 43 | gstreamer1.0-plugins-base-ximagesink \ |
44 | gstreamer1.0-plugins-base-xvimagesink" | 44 | gstreamer1.0-plugins-base-xvimagesink" |
45 | 45 | ||
46 | RDEPENDS_gstreamer1.0-meta-audio = "\ | 46 | RDEPENDS:gstreamer1.0-meta-audio = "\ |
47 | gstreamer1.0-meta-base \ | 47 | gstreamer1.0-meta-base \ |
48 | gstreamer1.0-plugins-base-vorbis \ | 48 | gstreamer1.0-plugins-base-vorbis \ |
49 | gstreamer1.0-plugins-base-ogg \ | 49 | gstreamer1.0-plugins-base-ogg \ |
@@ -51,18 +51,18 @@ RDEPENDS_gstreamer1.0-meta-audio = "\ | |||
51 | gstreamer1.0-plugins-good-flac \ | 51 | gstreamer1.0-plugins-good-flac \ |
52 | ${COMMERCIAL_AUDIO_PLUGINS}" | 52 | ${COMMERCIAL_AUDIO_PLUGINS}" |
53 | 53 | ||
54 | RDEPENDS_gstreamer1.0-meta-debug = "\ | 54 | RDEPENDS:gstreamer1.0-meta-debug = "\ |
55 | gstreamer1.0-meta-base \ | 55 | gstreamer1.0-meta-base \ |
56 | gstreamer1.0-plugins-good-debug \ | 56 | gstreamer1.0-plugins-good-debug \ |
57 | gstreamer1.0-plugins-base-audiotestsrc \ | 57 | gstreamer1.0-plugins-base-audiotestsrc \ |
58 | gstreamer1.0-plugins-base-videotestsrc" | 58 | gstreamer1.0-plugins-base-videotestsrc" |
59 | 59 | ||
60 | RDEPENDS_gstreamer1.0-meta-video = "\ | 60 | RDEPENDS:gstreamer1.0-meta-video = "\ |
61 | gstreamer1.0-meta-base \ | 61 | gstreamer1.0-meta-base \ |
62 | gstreamer1.0-plugins-good-avi \ | 62 | gstreamer1.0-plugins-good-avi \ |
63 | gstreamer1.0-plugins-good-matroska \ | 63 | gstreamer1.0-plugins-good-matroska \ |
64 | gstreamer1.0-plugins-base-theora \ | 64 | gstreamer1.0-plugins-base-theora \ |
65 | ${COMMERCIAL_VIDEO_PLUGINS}" | 65 | ${COMMERCIAL_VIDEO_PLUGINS}" |
66 | 66 | ||
67 | RRECOMMENDS_gstreamer1.0-meta-video = "\ | 67 | RRECOMMENDS:gstreamer1.0-meta-video = "\ |
68 | gstreamer1.0-meta-audio" | 68 | gstreamer1.0-meta-audio" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.4.bb index d38be035f9..7baccfe288 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.4.bb | |||
@@ -40,8 +40,8 @@ set_omx_core_name() { | |||
40 | } | 40 | } |
41 | do_install[postfuncs] += " set_omx_core_name " | 41 | do_install[postfuncs] += " set_omx_core_name " |
42 | 42 | ||
43 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" | 43 | FILES:${PN} += "${libdir}/gstreamer-1.0/*.so" |
44 | FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" | 44 | FILES:${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a" |
45 | 45 | ||
46 | VIRTUAL-RUNTIME_libomxil ?= "libomxil" | 46 | VIRTUAL-RUNTIME_libomxil ?= "libomxil" |
47 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_libomxil}" | 47 | RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_libomxil}" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.4.bb index 96f01391b4..81c8391213 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.4.bb | |||
@@ -145,10 +145,10 @@ EXTRA_OEMESON += " \ | |||
145 | 145 | ||
146 | export OPENCV_PREFIX = "${STAGING_DIR_TARGET}${prefix}" | 146 | export OPENCV_PREFIX = "${STAGING_DIR_TARGET}${prefix}" |
147 | 147 | ||
148 | ARM_INSTRUCTION_SET_armv4 = "arm" | 148 | ARM_INSTRUCTION_SET:armv4 = "arm" |
149 | ARM_INSTRUCTION_SET_armv5 = "arm" | 149 | ARM_INSTRUCTION_SET:armv5 = "arm" |
150 | 150 | ||
151 | FILES_${PN}-freeverb += "${datadir}/gstreamer-1.0/presets/GstFreeverb.prs" | 151 | FILES:${PN}-freeverb += "${datadir}/gstreamer-1.0/presets/GstFreeverb.prs" |
152 | FILES_${PN}-opencv += "${datadir}/gst-plugins-bad/1.0/opencv*" | 152 | FILES:${PN}-opencv += "${datadir}/gst-plugins-bad/1.0/opencv*" |
153 | FILES_${PN}-transcode += "${datadir}/gstreamer-1.0/encoding-profiles" | 153 | FILES:${PN}-transcode += "${datadir}/gstreamer-1.0/encoding-profiles" |
154 | FILES_${PN}-voamrwbenc += "${datadir}/gstreamer-1.0/presets/GstVoAmrwbEnc.prs" | 154 | FILES:${PN}-voamrwbenc += "${datadir}/gstreamer-1.0/presets/GstVoAmrwbEnc.prs" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.4.bb index 73b433ab91..90a8d7dfbb 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.4.bb | |||
@@ -78,8 +78,8 @@ EXTRA_OEMESON += " \ | |||
78 | ${@get_opengl_cmdline_list('gl_winsys', d.getVar('OPENGL_WINSYS'), d)} \ | 78 | ${@get_opengl_cmdline_list('gl_winsys', d.getVar('OPENGL_WINSYS'), d)} \ |
79 | " | 79 | " |
80 | 80 | ||
81 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/include/gst/gl/gstglconfig.h" | 81 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/include/gst/gl/gstglconfig.h" |
82 | FILES_${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" | 82 | FILES:${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" |
83 | 83 | ||
84 | def get_opengl_cmdline_list(switch_name, options, d): | 84 | def get_opengl_cmdline_list(switch_name, options, d): |
85 | selected_options = [] | 85 | selected_options = [] |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc index cb1c9aaec1..54dd92873f 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc | |||
@@ -21,7 +21,7 @@ GSTREAMER_ORC ?= "orc" | |||
21 | # workaround to disable orc on mips to fix the build failure | 21 | # workaround to disable orc on mips to fix the build failure |
22 | # {standard input}: Assembler messages: | 22 | # {standard input}: Assembler messages: |
23 | # {standard input}:46587: Error: branch out of range | 23 | # {standard input}:46587: Error: branch out of range |
24 | GSTREAMER_ORC_mips = "" | 24 | GSTREAMER_ORC:mips = "" |
25 | PACKAGECONFIG[orc] = "-Dorc=enabled,-Dorc=disabled,orc orc-native" | 25 | PACKAGECONFIG[orc] = "-Dorc=enabled,-Dorc=disabled,orc orc-native" |
26 | 26 | ||
27 | # TODO: put this in a gettext.bbclass patch (with variables to allow for | 27 | # TODO: put this in a gettext.bbclass patch (with variables to allow for |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.4.bb index c7d31d206d..a90594ade5 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.4.bb | |||
@@ -19,8 +19,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
19 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" | 19 | file://gst/replaygain/rganalysis.c;beginline=1;endline=23;md5=b60ebefd5b2f5a8e0cab6bfee391a5fe" |
20 | 20 | ||
21 | DEPENDS += "gstreamer1.0-plugins-base libcap zlib" | 21 | DEPENDS += "gstreamer1.0-plugins-base libcap zlib" |
22 | RPROVIDES_${PN}-pulseaudio += "${PN}-pulse" | 22 | RPROVIDES:${PN}-pulseaudio += "${PN}-pulse" |
23 | RPROVIDES_${PN}-soup += "${PN}-souphttpsrc" | 23 | RPROVIDES:${PN}-soup += "${PN}-souphttpsrc" |
24 | 24 | ||
25 | PACKAGECONFIG ??= " \ | 25 | PACKAGECONFIG ??= " \ |
26 | ${GSTREAMER_ORC} \ | 26 | ${GSTREAMER_ORC} \ |
@@ -75,4 +75,4 @@ EXTRA_OEMESON += " \ | |||
75 | -Dwaveform=disabled \ | 75 | -Dwaveform=disabled \ |
76 | " | 76 | " |
77 | 77 | ||
78 | FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" | 78 | FILES:${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc index 5b80a46b40..e906053ac0 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc | |||
@@ -9,8 +9,8 @@ | |||
9 | # Dynamically generate packages for all enabled plugins | 9 | # Dynamically generate packages for all enabled plugins |
10 | PACKAGES_DYNAMIC = "^${PN}-.* ^libgst.*" | 10 | PACKAGES_DYNAMIC = "^${PN}-.* ^libgst.*" |
11 | 11 | ||
12 | PACKAGESPLITFUNCS_prepend = " split_gstreamer10_packages " | 12 | PACKAGESPLITFUNCS:prepend = " split_gstreamer10_packages " |
13 | PACKAGESPLITFUNCS_append = " set_gstreamer10_metapkg_rdepends " | 13 | PACKAGESPLITFUNCS:append = " set_gstreamer10_metapkg_rdepends " |
14 | 14 | ||
15 | python split_gstreamer10_packages () { | 15 | python split_gstreamer10_packages () { |
16 | gst_libdir = d.expand('${libdir}/gstreamer-1.0') | 16 | gst_libdir = d.expand('${libdir}/gstreamer-1.0') |
@@ -36,8 +36,8 @@ python set_gstreamer10_metapkg_rdepends () { | |||
36 | 36 | ||
37 | pn = d.getVar('PN') | 37 | pn = d.getVar('PN') |
38 | metapkg = pn + '-meta' | 38 | metapkg = pn + '-meta' |
39 | d.setVar('ALLOW_EMPTY_' + metapkg, "1") | 39 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") |
40 | d.setVar('FILES_' + metapkg, "") | 40 | d.setVar('FILES:' + metapkg, "") |
41 | blacklist = [ pn, pn + '-meta' ] | 41 | blacklist = [ pn, pn + '-meta' ] |
42 | metapkg_rdepends = [] | 42 | metapkg_rdepends = [] |
43 | pkgdest = d.getVar('PKGDEST') | 43 | pkgdest = d.getVar('PKGDEST') |
@@ -54,20 +54,20 @@ python set_gstreamer10_metapkg_rdepends () { | |||
54 | is_empty = len(dir_contents) == 0 | 54 | is_empty = len(dir_contents) == 0 |
55 | if not is_empty: | 55 | if not is_empty: |
56 | metapkg_rdepends.append(pkg) | 56 | metapkg_rdepends.append(pkg) |
57 | d.setVar('RDEPENDS_' + metapkg, ' '.join(metapkg_rdepends)) | 57 | d.setVar('RDEPENDS:' + metapkg, ' '.join(metapkg_rdepends)) |
58 | d.setVar('DESCRIPTION_' + metapkg, pn + ' meta package') | 58 | d.setVar('DESCRIPTION:' + metapkg, pn + ' meta package') |
59 | } | 59 | } |
60 | 60 | ||
61 | # each plugin-dev depends on PN-dev, plugin-staticdev on PN-staticdev | 61 | # each plugin-dev depends on PN-dev, plugin-staticdev on PN-staticdev |
62 | # so we need them even when empty (like in gst-plugins-good case) | 62 | # so we need them even when empty (like in gst-plugins-good case) |
63 | ALLOW_EMPTY_${PN} = "1" | 63 | ALLOW_EMPTY:${PN} = "1" |
64 | ALLOW_EMPTY_${PN}-dev = "1" | 64 | ALLOW_EMPTY:${PN}-dev = "1" |
65 | ALLOW_EMPTY_${PN}-staticdev = "1" | 65 | ALLOW_EMPTY:${PN}-staticdev = "1" |
66 | 66 | ||
67 | PACKAGES += "${PN}-apps ${PN}-meta ${PN}-glib" | 67 | PACKAGES += "${PN}-apps ${PN}-meta ${PN}-glib" |
68 | 68 | ||
69 | FILES_${PN} = "" | 69 | FILES:${PN} = "" |
70 | FILES_${PN}-apps = "${bindir}" | 70 | FILES:${PN}-apps = "${bindir}" |
71 | FILES_${PN}-glib = "${datadir}/glib-2.0" | 71 | FILES:${PN}-glib = "${datadir}/glib-2.0" |
72 | 72 | ||
73 | RRECOMMENDS_${PN} += "${PN}-meta" | 73 | RRECOMMENDS:${PN} += "${PN}-meta" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.4.bb index 932fa7f6fb..817dffe839 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.4.bb | |||
@@ -39,5 +39,5 @@ EXTRA_OEMESON += " \ | |||
39 | -Dsidplay=disabled \ | 39 | -Dsidplay=disabled \ |
40 | " | 40 | " |
41 | 41 | ||
42 | FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" | 42 | FILES:${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" |
43 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" | 43 | FILES:${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.4.bb index 49de3dac84..2fd73cb389 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.4.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.x | |||
11 | SRC_URI[sha256sum] = "cb68e08a7e825e08b83a12a22dcd6e4f1b328a7b02a7ac84f42f68f4ddc7098e" | 11 | SRC_URI[sha256sum] = "cb68e08a7e825e08b83a12a22dcd6e4f1b328a7b02a7ac84f42f68f4ddc7098e" |
12 | 12 | ||
13 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" | 13 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" |
14 | RDEPENDS_${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" | 14 | RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" |
15 | 15 | ||
16 | PNREAL = "gst-python" | 16 | PNREAL = "gst-python" |
17 | 17 | ||
@@ -21,6 +21,6 @@ EXTRA_OEMESON += "-Dlibpython-dir=${libdir}" | |||
21 | 21 | ||
22 | # gobject-introspection is mandatory and cannot be configured | 22 | # gobject-introspection is mandatory and cannot be configured |
23 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 23 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
24 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 24 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
25 | 25 | ||
26 | inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check | 26 | inherit meson pkgconfig distutils3-base upstream-version-is-even gobject-introspection features_check |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.4.bb index a268d79541..5c9025fbb6 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.4.bb | |||
@@ -47,7 +47,7 @@ PACKAGECONFIG[glx] = "-Dwith_glx=yes,-Dwith_glx=no,virtual/libgl" | |||
47 | PACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native wayland wayland-protocols" | 47 | PACKAGECONFIG[wayland] = "-Dwith_wayland=yes,-Dwith_wayland=no,wayland-native wayland wayland-protocols" |
48 | PACKAGECONFIG[x11] = "-Dwith_x11=yes,-Dwith_x11=no,virtual/libx11 libxrandr libxrender" | 48 | PACKAGECONFIG[x11] = "-Dwith_x11=yes,-Dwith_x11=no,virtual/libx11 libxrandr libxrender" |
49 | 49 | ||
50 | FILES_${PN} += "${libdir}/gstreamer-*/*.so" | 50 | FILES:${PN} += "${libdir}/gstreamer-*/*.so" |
51 | FILES_${PN}-dbg += "${libdir}/gstreamer-*/.debug" | 51 | FILES:${PN}-dbg += "${libdir}/gstreamer-*/.debug" |
52 | FILES_${PN}-dev += "${libdir}/gstreamer-*/*.a" | 52 | FILES:${PN}-dev += "${libdir}/gstreamer-*/*.a" |
53 | FILES_${PN}-tests = "${bindir}/*" | 53 | FILES:${PN}-tests = "${bindir}/*" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.4.bb index 8f135b3839..ee418322ad 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.4.bb | |||
@@ -65,10 +65,10 @@ GIR_MESON_DISABLE_FLAG = "disabled" | |||
65 | PACKAGES += "${PN}-bash-completion" | 65 | PACKAGES += "${PN}-bash-completion" |
66 | 66 | ||
67 | # Add the core element plugins to the main package | 67 | # Add the core element plugins to the main package |
68 | FILES_${PN} += "${libdir}/gstreamer-1.0/*.so" | 68 | FILES:${PN} += "${libdir}/gstreamer-1.0/*.so" |
69 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.a ${libdir}/gstreamer-1.0/include" | 69 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.a ${libdir}/gstreamer-1.0/include" |
70 | FILES_${PN}-bash-completion += "${datadir}/bash-completion/completions/ ${datadir}/bash-completion/helpers/gst*" | 70 | FILES:${PN}-bash-completion += "${datadir}/bash-completion/completions/ ${datadir}/bash-completion/helpers/gst*" |
71 | FILES_${PN}-dbg += "${datadir}/gdb ${datadir}/gstreamer-1.0/gdb" | 71 | FILES:${PN}-dbg += "${datadir}/gdb ${datadir}/gstreamer-1.0/gdb" |
72 | 72 | ||
73 | CVE_PRODUCT = "gstreamer" | 73 | CVE_PRODUCT = "gstreamer" |
74 | 74 | ||
diff --git a/meta/recipes-multimedia/lame/lame_3.100.bb b/meta/recipes-multimedia/lame/lame_3.100.bb index d007e0a495..4927c9f2b3 100644 --- a/meta/recipes-multimedia/lame/lame_3.100.bb +++ b/meta/recipes-multimedia/lame/lame_3.100.bb | |||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175 | |||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||
22 | PACKAGES += "libmp3lame libmp3lame-dev" | 22 | PACKAGES += "libmp3lame libmp3lame-dev" |
23 | FILES_${PN} = "${bindir}/lame" | 23 | FILES:${PN} = "${bindir}/lame" |
24 | FILES_libmp3lame = "${libdir}/libmp3lame.so.*" | 24 | FILES:libmp3lame = "${libdir}/libmp3lame.so.*" |
25 | FILES_libmp3lame-dev = "${includedir} ${libdir}/*" | 25 | FILES:libmp3lame-dev = "${includedir} ${libdir}/*" |
26 | FILES_${PN}-dev = "" | 26 | FILES:${PN}-dev = "" |
diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb index 0ef5d947c3..ea16270cf8 100644 --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb | |||
@@ -25,5 +25,5 @@ EXTRA_OECONF = " --enable-shared " | |||
25 | 25 | ||
26 | PACKAGES =+ "a52dec a52dec-doc" | 26 | PACKAGES =+ "a52dec a52dec-doc" |
27 | 27 | ||
28 | FILES_a52dec = " ${bindir}/* " | 28 | FILES:a52dec = " ${bindir}/* " |
29 | FILES_a52dec-doc = " ${mandir}/man1/* " | 29 | FILES:a52dec-doc = " ${mandir}/man1/* " |
diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb index 82cdaf54c7..864d6bbeea 100644 --- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb +++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | |||
@@ -36,10 +36,10 @@ PACKAGECONFIG[amr] = "--enable-amr,," | |||
36 | # The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked. | 36 | # The .so files under ${libdir}/bellagio are not intended to be versioned and symlinked. |
37 | # Make sure they get packaged in the main package. | 37 | # Make sure they get packaged in the main package. |
38 | # | 38 | # |
39 | FILES_${PN} += "${libdir}/bellagio/*.so \ | 39 | FILES:${PN} += "${libdir}/bellagio/*.so \ |
40 | ${libdir}/omxloaders/*${SOLIBS}" | 40 | ${libdir}/omxloaders/*${SOLIBS}" |
41 | FILES_${PN}-staticdev += "${libdir}/bellagio/*.a \ | 41 | FILES:${PN}-staticdev += "${libdir}/bellagio/*.a \ |
42 | ${libdir}/omxloaders/*.a" | 42 | ${libdir}/omxloaders/*.a" |
43 | FILES_${PN}-dev += "${libdir}/bellagio/*.la \ | 43 | FILES:${PN}-dev += "${libdir}/bellagio/*.la \ |
44 | ${libdir}/omxloaders/*.la \ | 44 | ${libdir}/omxloaders/*.la \ |
45 | ${libdir}/omxloaders/*${SOLIBSDEV}" | 45 | ${libdir}/omxloaders/*${SOLIBSDEV}" |
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb index 0b0af756f6..7791b0eecf 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.37.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.37.bb | |||
@@ -23,11 +23,11 @@ BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config" | |||
23 | inherit autotools binconfig-disabled pkgconfig | 23 | inherit autotools binconfig-disabled pkgconfig |
24 | 24 | ||
25 | # Work around missing symbols | 25 | # Work around missing symbols |
26 | EXTRA_OECONF_append_class-target = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off", d)}" | 26 | EXTRA_OECONF:append:class-target = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off", d)}" |
27 | 27 | ||
28 | PACKAGES =+ "${PN}-tools" | 28 | PACKAGES =+ "${PN}-tools" |
29 | 29 | ||
30 | FILES_${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp" | 30 | FILES:${PN}-tools = "${bindir}/png-fix-itxt ${bindir}/pngfix ${bindir}/pngcp" |
31 | 31 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
33 | 33 | ||
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb index 044881a859..443ca95e32 100644 --- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb +++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.0.28.bb | |||
@@ -37,7 +37,7 @@ PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" | |||
37 | 37 | ||
38 | inherit autotools lib_package pkgconfig multilib_header | 38 | inherit autotools lib_package pkgconfig multilib_header |
39 | 39 | ||
40 | do_install_append() { | 40 | do_install:append() { |
41 | oe_multilib_header sndfile.h | 41 | oe_multilib_header sndfile.h |
42 | } | 42 | } |
43 | 43 | ||
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb index 8f929ffb55..6852758c6a 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | |||
@@ -47,10 +47,10 @@ PACKAGECONFIG[check-ycbcr-subsampling] = "--enable-check-ycbcr-subsampling,--dis | |||
47 | PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,," | 47 | PACKAGECONFIG[chunky-strip-read] = "--enable-chunky-strip-read,--disable-chunky-strip-read,," |
48 | 48 | ||
49 | PACKAGES =+ "tiffxx tiff-utils" | 49 | PACKAGES =+ "tiffxx tiff-utils" |
50 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" | 50 | FILES:tiffxx = "${libdir}/libtiffxx.so.*" |
51 | FILES_tiff-utils = "${bindir}/*" | 51 | FILES:tiff-utils = "${bindir}/*" |
52 | 52 | ||
53 | do_install_append() { | 53 | do_install:append() { |
54 | oe_multilib_header tiffconf.h | 54 | oe_multilib_header tiffconf.h |
55 | } | 55 | } |
56 | 56 | ||
diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb index d603602584..ee4b754c12 100644 --- a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb +++ b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.5.1.bb | |||
@@ -34,18 +34,18 @@ PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 libxext libxv" | |||
34 | 34 | ||
35 | PACKAGES = "mpeg2dec-dbg mpeg2dec mpeg2dec-doc libmpeg2 libmpeg2-dev libmpeg2convert libmpeg2convert-dev libmpeg2-staticdev libmpeg2convert-staticdev" | 35 | PACKAGES = "mpeg2dec-dbg mpeg2dec mpeg2dec-doc libmpeg2 libmpeg2-dev libmpeg2convert libmpeg2convert-dev libmpeg2-staticdev libmpeg2convert-staticdev" |
36 | 36 | ||
37 | FILES_${PN} = "${bindir}/*" | 37 | FILES:${PN} = "${bindir}/*" |
38 | FILES_libmpeg2 = "${libdir}/libmpeg2.so.*" | 38 | FILES:libmpeg2 = "${libdir}/libmpeg2.so.*" |
39 | FILES_libmpeg2convert = "${libdir}/libmpeg2convert.so.*" | 39 | FILES:libmpeg2convert = "${libdir}/libmpeg2convert.so.*" |
40 | FILES_libmpeg2-dev = "${libdir}/libmpeg2.so \ | 40 | FILES:libmpeg2-dev = "${libdir}/libmpeg2.so \ |
41 | ${libdir}/libmpeg2.la \ | 41 | ${libdir}/libmpeg2.la \ |
42 | ${libdir}/libmpeg2arch.la \ | 42 | ${libdir}/libmpeg2arch.la \ |
43 | ${libdir}/pkgconfig/libmpeg2.pc \ | 43 | ${libdir}/pkgconfig/libmpeg2.pc \ |
44 | ${includedir}/mpeg2dec/mpeg2.h" | 44 | ${includedir}/mpeg2dec/mpeg2.h" |
45 | FILES_libmpeg2-staticdev = "${libdir}/libmpeg2.a" | 45 | FILES:libmpeg2-staticdev = "${libdir}/libmpeg2.a" |
46 | FILES_libmpeg2convert-dev = "${libdir}/libmpeg2convert.so \ | 46 | FILES:libmpeg2convert-dev = "${libdir}/libmpeg2convert.so \ |
47 | ${libdir}/libmpeg2convert.la \ | 47 | ${libdir}/libmpeg2convert.la \ |
48 | ${libdir}/libmpeg2convertarch.la \ | 48 | ${libdir}/libmpeg2convertarch.la \ |
49 | ${libdir}/pkgconfig/libmpeg2convert.pc \ | 49 | ${libdir}/pkgconfig/libmpeg2convert.pc \ |
50 | ${includedir}/mpeg2dec/mpeg2convert.h" | 50 | ${includedir}/mpeg2dec/mpeg2convert.h" |
51 | FILES_libmpeg2convert-staticdev = "${libdir}/libmpeg2convert.a" | 51 | FILES:libmpeg2convert-staticdev = "${libdir}/libmpeg2convert.a" |
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.28.2.bb b/meta/recipes-multimedia/mpg123/mpg123_1.28.2.bb index ebe11d4138..896162a251 100644 --- a/meta/recipes-multimedia/mpg123/mpg123_1.28.2.bb +++ b/meta/recipes-multimedia/mpg123/mpg123_1.28.2.bb | |||
@@ -48,5 +48,5 @@ EXTRA_OECONF = " \ | |||
48 | #| {standard input}:48: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r5,r5,lsr#24' | 48 | #| {standard input}:48: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r5,r5,lsr#24' |
49 | #... | 49 | #... |
50 | #| make[3]: *** [equalizer.lo] Error 1 | 50 | #| make[3]: *** [equalizer.lo] Error 1 |
51 | ARM_INSTRUCTION_SET_armv4 = "arm" | 51 | ARM_INSTRUCTION_SET:armv4 = "arm" |
52 | ARM_INSTRUCTION_SET_armv5 = "arm" | 52 | ARM_INSTRUCTION_SET:armv5 = "arm" |
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 4e226c616d..2fb107797a 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -133,20 +133,20 @@ set_cfg_value () { | |||
133 | fi | 133 | fi |
134 | } | 134 | } |
135 | 135 | ||
136 | do_compile_append () { | 136 | do_compile:append () { |
137 | if ${@bb.utils.contains('PACKAGECONFIG', 'autospawn-for-root', 'true', 'false', d)}; then | 137 | if ${@bb.utils.contains('PACKAGECONFIG', 'autospawn-for-root', 'true', 'false', d)}; then |
138 | set_cfg_value src/pulse/client.conf allow-autospawn-for-root yes | 138 | set_cfg_value src/pulse/client.conf allow-autospawn-for-root yes |
139 | fi | 139 | fi |
140 | } | 140 | } |
141 | 141 | ||
142 | do_install_append() { | 142 | do_install:append() { |
143 | install -d ${D}${sysconfdir}/default/volatiles | 143 | install -d ${D}${sysconfdir}/default/volatiles |
144 | install -m 0644 ${WORKDIR}/volatiles.04_pulse ${D}${sysconfdir}/default/volatiles/04_pulse | 144 | install -m 0644 ${WORKDIR}/volatiles.04_pulse ${D}${sysconfdir}/default/volatiles/04_pulse |
145 | } | 145 | } |
146 | 146 | ||
147 | USERADD_PACKAGES = "pulseaudio-server" | 147 | USERADD_PACKAGES = "pulseaudio-server" |
148 | GROUPADD_PARAM_pulseaudio-server = "--system pulse" | 148 | GROUPADD_PARAM:pulseaudio-server = "--system pulse" |
149 | USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \ | 149 | USERADD_PARAM:pulseaudio-server = "--system --home /var/run/pulse \ |
150 | --no-create-home --shell /bin/false \ | 150 | --no-create-home --shell /bin/false \ |
151 | --groups audio,pulse --gid pulse pulse" | 151 | --groups audio,pulse --gid pulse pulse" |
152 | 152 | ||
@@ -168,49 +168,49 @@ PACKAGES =+ "\ | |||
168 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'dbus', 'pulseaudio-module-console-kit', '', d)}" | 168 | PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'dbus', 'pulseaudio-module-console-kit', '', d)}" |
169 | 169 | ||
170 | #upgrade path: | 170 | #upgrade path: |
171 | RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf" | 171 | RREPLACES:pulseaudio-server = "libpulse-bin libpulse-conf" |
172 | 172 | ||
173 | PACKAGES_DYNAMIC += "^pulseaudio-lib-.* ^pulseaudio-module-.*" | 173 | PACKAGES_DYNAMIC += "^pulseaudio-lib-.* ^pulseaudio-module-.*" |
174 | 174 | ||
175 | FILES_libpulsecore = "${libdir}/pulseaudio/libpulsecore*.so" | 175 | FILES:libpulsecore = "${libdir}/pulseaudio/libpulsecore*.so" |
176 | FILES_libpulsecommon = "${libdir}/pulseaudio/libpulsecommon*.so" | 176 | FILES:libpulsecommon = "${libdir}/pulseaudio/libpulsecommon*.so" |
177 | 177 | ||
178 | # client.conf configures the behaviour of libpulse, so it belongs in the same | 178 | # client.conf configures the behaviour of libpulse, so it belongs in the same |
179 | # package. | 179 | # package. |
180 | FILES_libpulse = "${libdir}/libpulse.so.* ${sysconfdir}/pulse/client.conf" | 180 | FILES:libpulse = "${libdir}/libpulse.so.* ${sysconfdir}/pulse/client.conf" |
181 | 181 | ||
182 | FILES_libpulse-simple = "${libdir}/libpulse-simple.so.*" | 182 | FILES:libpulse-simple = "${libdir}/libpulse-simple.so.*" |
183 | FILES_libpulse-mainloop-glib = "${libdir}/libpulse-mainloop-glib.so.*" | 183 | FILES:libpulse-mainloop-glib = "${libdir}/libpulse-mainloop-glib.so.*" |
184 | 184 | ||
185 | FILES_${PN}-dev += "${libdir}/pulse-${PV}/modules/*.la ${datadir}/vala" | 185 | FILES:${PN}-dev += "${libdir}/pulse-${PV}/modules/*.la ${datadir}/vala" |
186 | FILES_${PN}-bin += "${sysconfdir}/default/volatiles/04_pulse" | 186 | FILES:${PN}-bin += "${sysconfdir}/default/volatiles/04_pulse" |
187 | FILES_${PN}-pa-info = "${bindir}/pa-info" | 187 | FILES:${PN}-pa-info = "${bindir}/pa-info" |
188 | FILES_${PN}-server = "${bindir}/pulseaudio ${bindir}/start-* ${sysconfdir} ${bindir}/pactl */udev/rules.d/*.rules */*/udev/rules.d/*.rules ${systemd_user_unitdir}/*" | 188 | FILES:${PN}-server = "${bindir}/pulseaudio ${bindir}/start-* ${sysconfdir} ${bindir}/pactl */udev/rules.d/*.rules */*/udev/rules.d/*.rules ${systemd_user_unitdir}/*" |
189 | 189 | ||
190 | #SYSTEMD_PACKAGES = "${PN}-server" | 190 | #SYSTEMD_PACKAGES = "${PN}-server" |
191 | SYSTEMD_SERVICE_${PN}-server = "pulseaudio.service" | 191 | SYSTEMD_SERVICE:${PN}-server = "pulseaudio.service" |
192 | 192 | ||
193 | FILES_${PN}-misc = "${bindir}/* ${libdir}/pulseaudio/libpulsedsp.so" | 193 | FILES:${PN}-misc = "${bindir}/* ${libdir}/pulseaudio/libpulsedsp.so" |
194 | 194 | ||
195 | # Allow the pulseaudio package to be created empty as a placeholder (-dbg and -dev depend on it) | 195 | # Allow the pulseaudio package to be created empty as a placeholder (-dbg and -dev depend on it) |
196 | FILES_${PN} = "" | 196 | FILES:${PN} = "" |
197 | ALLOW_EMPTY_${PN} = "1" | 197 | ALLOW_EMPTY:${PN} = "1" |
198 | 198 | ||
199 | CONFFILES_libpulse = "${sysconfdir}/pulse/client.conf" | 199 | CONFFILES:libpulse = "${sysconfdir}/pulse/client.conf" |
200 | 200 | ||
201 | CONFFILES_pulseaudio-server = "\ | 201 | CONFFILES:pulseaudio-server = "\ |
202 | ${sysconfdir}/pulse/default.pa \ | 202 | ${sysconfdir}/pulse/default.pa \ |
203 | ${sysconfdir}/pulse/daemon.conf \ | 203 | ${sysconfdir}/pulse/daemon.conf \ |
204 | ${sysconfdir}/pulse/system.pa \ | 204 | ${sysconfdir}/pulse/system.pa \ |
205 | " | 205 | " |
206 | 206 | ||
207 | pkg_postinst_${PN}-server() { | 207 | pkg_postinst:${PN}-server() { |
208 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ] ; then | 208 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ] ; then |
209 | ${sysconfdir}/init.d/populate-volatile.sh update | 209 | ${sysconfdir}/init.d/populate-volatile.sh update |
210 | fi | 210 | fi |
211 | } | 211 | } |
212 | 212 | ||
213 | python populate_packages_prepend() { | 213 | python populate_packages:prepend() { |
214 | plugindir = d.expand('${libdir}/pulse-${PV}/modules/') | 214 | plugindir = d.expand('${libdir}/pulse-${PV}/modules/') |
215 | do_split_packages(d, plugindir, r'^module-(.*)\.so$', '${PN}-module-%s', 'PulseAudio module for %s', extra_depends='', prepend=True) | 215 | do_split_packages(d, plugindir, r'^module-(.*)\.so$', '${PN}-module-%s', 'PulseAudio module for %s', extra_depends='', prepend=True) |
216 | do_split_packages(d, plugindir, r'^lib(.*)\.so$', '${PN}-lib-%s', 'PulseAudio library for %s', extra_depends='', prepend=True) | 216 | do_split_packages(d, plugindir, r'^lib(.*)\.so$', '${PN}-lib-%s', 'PulseAudio library for %s', extra_depends='', prepend=True) |
@@ -218,7 +218,7 @@ python populate_packages_prepend() { | |||
218 | 218 | ||
219 | # pa-info is a bash script that collects information about the audio setup. | 219 | # pa-info is a bash script that collects information about the audio setup. |
220 | # It's primarily useful for attaching an information dump when reporting bugs. | 220 | # It's primarily useful for attaching an information dump when reporting bugs. |
221 | RDEPENDS_${PN}-pa-info = "\ | 221 | RDEPENDS:${PN}-pa-info = "\ |
222 | alsa-utils-amixer \ | 222 | alsa-utils-amixer \ |
223 | alsa-utils-aplay \ | 223 | alsa-utils-aplay \ |
224 | alsa-utils-scripts \ | 224 | alsa-utils-scripts \ |
@@ -226,7 +226,7 @@ RDEPENDS_${PN}-pa-info = "\ | |||
226 | ${PN}-server \ | 226 | ${PN}-server \ |
227 | " | 227 | " |
228 | 228 | ||
229 | RDEPENDS_pulseaudio-server = " \ | 229 | RDEPENDS:pulseaudio-server = " \ |
230 | pulseaudio-module-filter-apply \ | 230 | pulseaudio-module-filter-apply \ |
231 | pulseaudio-module-filter-heuristics \ | 231 | pulseaudio-module-filter-heuristics \ |
232 | pulseaudio-module-udev-detect \ | 232 | pulseaudio-module-udev-detect \ |
@@ -252,23 +252,23 @@ RDEPENDS_pulseaudio-server = " \ | |||
252 | # If the server is installed, it's usually desirable to make ALSA applications | 252 | # If the server is installed, it's usually desirable to make ALSA applications |
253 | # use PulseAudio. alsa-plugins-pulseaudio-conf will install the configuration | 253 | # use PulseAudio. alsa-plugins-pulseaudio-conf will install the configuration |
254 | # that makes the PulseAudio plugin the default ALSA device. | 254 | # that makes the PulseAudio plugin the default ALSA device. |
255 | RDEPENDS_pulseaudio-server += "alsa-plugins-pulseaudio-conf" | 255 | RDEPENDS:pulseaudio-server += "alsa-plugins-pulseaudio-conf" |
256 | 256 | ||
257 | # pulseaudio-module-console-kit is built whenever dbus is enabled by PACKAGECONFIG | 257 | # pulseaudio-module-console-kit is built whenever dbus is enabled by PACKAGECONFIG |
258 | # but consolekit depends on libx11 and is available only for DISTRO with x11 in DISTRO_FEATURES | 258 | # but consolekit depends on libx11 and is available only for DISTRO with x11 in DISTRO_FEATURES |
259 | RDEPENDS_pulseaudio-module-console-kit =+ "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" | 259 | RDEPENDS:pulseaudio-module-console-kit =+ "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'consolekit', '', d)}" |
260 | RDEPENDS_pulseaudio-misc += "pulseaudio-module-cli-protocol-unix" | 260 | RDEPENDS:pulseaudio-misc += "pulseaudio-module-cli-protocol-unix" |
261 | 261 | ||
262 | FILES_${PN}-module-alsa-card += "${datadir}/pulseaudio/alsa-mixer" | 262 | FILES:${PN}-module-alsa-card += "${datadir}/pulseaudio/alsa-mixer" |
263 | 263 | ||
264 | GSETTINGS_PACKAGE = "${@bb.utils.contains('PACKAGECONFIG', 'gsettings', '${PN}-module-gsettings', '', d)}" | 264 | GSETTINGS_PACKAGE = "${@bb.utils.contains('PACKAGECONFIG', 'gsettings', '${PN}-module-gsettings', '', d)}" |
265 | FILES_${PN}-module-gsettings += "${libexecdir}/pulse/gsettings-helper ${datadir}/GConf/gsettings ${datadir}/glib-2.0/schemas" | 265 | FILES:${PN}-module-gsettings += "${libexecdir}/pulse/gsettings-helper ${datadir}/GConf/gsettings ${datadir}/glib-2.0/schemas" |
266 | 266 | ||
267 | # The console-kit module is good to have on X11 systems (it keeps PulseAudio | 267 | # The console-kit module is good to have on X11 systems (it keeps PulseAudio |
268 | # running for the duration of the user login session). The device-manager and | 268 | # running for the duration of the user login session). The device-manager and |
269 | # x11-* modules are referenced from the start-pulseaudio-x11 script, so those | 269 | # x11-* modules are referenced from the start-pulseaudio-x11 script, so those |
270 | # modules must be installed when X11 is enabled. | 270 | # modules must be installed when X11 is enabled. |
271 | RDEPENDS_pulseaudio-server += "\ | 271 | RDEPENDS:pulseaudio-server += "\ |
272 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '\ | 272 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '\ |
273 | pulseaudio-module-device-manager \ | 273 | pulseaudio-module-device-manager \ |
274 | pulseaudio-module-x11-cork-request \ | 274 | pulseaudio-module-x11-cork-request \ |
@@ -276,6 +276,6 @@ RDEPENDS_pulseaudio-server += "\ | |||
276 | pulseaudio-module-x11-xsmp \ | 276 | pulseaudio-module-x11-xsmp \ |
277 | ', '', d)}" | 277 | ', '', d)}" |
278 | 278 | ||
279 | RDEPENDS_pulseaudio-server += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', \ | 279 | RDEPENDS:pulseaudio-server += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', \ |
280 | bb.utils.contains('DISTRO_FEATURES', 'systemd', 'pulseaudio-module-systemd-login', 'pulseaudio-module-console-kit', d), \ | 280 | bb.utils.contains('DISTRO_FEATURES', 'systemd', 'pulseaudio-module-systemd-login', 'pulseaudio-module-console-kit', d), \ |
281 | '', d)}" | 281 | '', d)}" |
diff --git a/meta/recipes-multimedia/sbc/sbc_1.5.bb b/meta/recipes-multimedia/sbc/sbc_1.5.bb index 04d82320c9..13bba6b6b3 100644 --- a/meta/recipes-multimedia/sbc/sbc_1.5.bb +++ b/meta/recipes-multimedia/sbc/sbc_1.5.bb | |||
@@ -3,8 +3,8 @@ DESCRIPTION = "Bluetooth low-complexity, subband codec (SBC) library." | |||
3 | HOMEPAGE = "https://www.bluez.org" | 3 | HOMEPAGE = "https://www.bluez.org" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "GPLv2+ & LGPLv2.1+" | 5 | LICENSE = "GPLv2+ & LGPLv2.1+" |
6 | LICENSE_${PN} = "LGPLv2.1+" | 6 | LICENSE:${PN} = "LGPLv2.1+" |
7 | LICENSE_${PN}-examples = "GPLv2+" | 7 | LICENSE:${PN}-examples = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ |
9 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \ | 9 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \ |
10 | file://src/sbcenc.c;beginline=1;endline=24;md5=08e7a70b127f4100ff2cd7d629147d8d \ | 10 | file://src/sbcenc.c;beginline=1;endline=24;md5=08e7a70b127f4100ff2cd7d629147d8d \ |
@@ -21,4 +21,4 @@ SRC_URI[sha256sum] = "0cbad69823a99e8421fe0700e8cf9eeb8fa0c1ad28e8dbc2182b335350 | |||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
22 | 22 | ||
23 | PACKAGES =+ "${PN}-examples" | 23 | PACKAGES =+ "${PN}-examples" |
24 | FILES_${PN}-examples += "${bindir}/*" | 24 | FILES:${PN}-examples += "${bindir}/*" |
diff --git a/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb b/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb index 6369646761..bb7bc9aade 100644 --- a/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb +++ b/meta/recipes-multimedia/speex/speexdsp_1.2.0.bb | |||
@@ -21,7 +21,7 @@ EXTRA_OECONF = "\ | |||
21 | 21 | ||
22 | # speexdsp was split off from speex in 1.2rc2. Older versions of speex can't | 22 | # speexdsp was split off from speex in 1.2rc2. Older versions of speex can't |
23 | # be installed together with speexdsp, since they contain overlapping files. | 23 | # be installed together with speexdsp, since they contain overlapping files. |
24 | RCONFLICTS_${PN} = "speex (< 1.2rc2)" | 24 | RCONFLICTS:${PN} = "speex (< 1.2rc2)" |
25 | RCONFLICTS_${PN}-dbg = "speex-dbg (< 1.2rc2)" | 25 | RCONFLICTS:${PN}-dbg = "speex-dbg (< 1.2rc2)" |
26 | RCONFLICTS_${PN}-dev = "speex-dev (< 1.2rc2)" | 26 | RCONFLICTS:${PN}-dev = "speex-dev (< 1.2rc2)" |
27 | RCONFLICTS_${PN}-staticdev = "speex-staticdev (< 1.2rc2)" | 27 | RCONFLICTS:${PN}-staticdev = "speex-staticdev (< 1.2rc2)" |
diff --git a/meta/recipes-multimedia/webp/libwebp_1.2.0.bb b/meta/recipes-multimedia/webp/libwebp_1.2.0.bb index 33bec2fe70..9a3b5cd6b5 100644 --- a/meta/recipes-multimedia/webp/libwebp_1.2.0.bb +++ b/meta/recipes-multimedia/webp/libwebp_1.2.0.bb | |||
@@ -30,8 +30,8 @@ EXTRA_OECONF = " \ | |||
30 | EXTRA_OECONF_ARM = " \ | 30 | EXTRA_OECONF_ARM = " \ |
31 | ${@bb.utils.contains("TUNE_FEATURES","neon","--enable-neon","--disable-neon",d)} \ | 31 | ${@bb.utils.contains("TUNE_FEATURES","neon","--enable-neon","--disable-neon",d)} \ |
32 | " | 32 | " |
33 | EXTRA_OECONF_append_arm = " ${EXTRA_OECONF_ARM}" | 33 | EXTRA_OECONF:append:arm = " ${EXTRA_OECONF_ARM}" |
34 | EXTRA_OECONF_append_armeb = " ${EXTRA_OECONF_ARM}" | 34 | EXTRA_OECONF:append:armeb = " ${EXTRA_OECONF_ARM}" |
35 | 35 | ||
36 | inherit autotools lib_package | 36 | inherit autotools lib_package |
37 | 37 | ||
@@ -51,5 +51,5 @@ PACKAGECONFIG[gl] = "--enable-gl,--disable-gl,mesa-glut" | |||
51 | 51 | ||
52 | PACKAGES =+ "${PN}-gif2webp" | 52 | PACKAGES =+ "${PN}-gif2webp" |
53 | 53 | ||
54 | DESCRIPTION_${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP" | 54 | DESCRIPTION:${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP" |
55 | FILES_${PN}-gif2webp = "${bindir}/gif2webp" | 55 | FILES:${PN}-gif2webp = "${bindir}/gif2webp" |
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 902396e4bf..9f23794df1 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb | |||
@@ -23,11 +23,11 @@ S = "${WORKDIR}/git" | |||
23 | inherit lib_package pkgconfig | 23 | inherit lib_package pkgconfig |
24 | 24 | ||
25 | X264_DISABLE_ASM = "" | 25 | X264_DISABLE_ASM = "" |
26 | X264_DISABLE_ASM_x86 = "--disable-asm" | 26 | X264_DISABLE_ASM:x86 = "--disable-asm" |
27 | X264_DISABLE_ASM_armv4 = "--disable-asm" | 27 | X264_DISABLE_ASM:armv4 = "--disable-asm" |
28 | X264_DISABLE_ASM_armv5 = "--disable-asm" | 28 | X264_DISABLE_ASM:armv5 = "--disable-asm" |
29 | X264_DISABLE_ASM_powerpc = "${@bb.utils.contains("TUNE_FEATURES", "spe", "--disable-asm", "", d)}" | 29 | X264_DISABLE_ASM:powerpc = "${@bb.utils.contains("TUNE_FEATURES", "spe", "--disable-asm", "", d)}" |
30 | X264_DISABLE_ASM_mipsarch = "${@bb.utils.contains("TUNE_FEATURES", "r6", "", "--disable-asm", d)}" | 30 | X264_DISABLE_ASM:mipsarch = "${@bb.utils.contains("TUNE_FEATURES", "r6", "", "--disable-asm", d)}" |
31 | 31 | ||
32 | EXTRA_OECONF = '--prefix=${prefix} \ | 32 | EXTRA_OECONF = '--prefix=${prefix} \ |
33 | --host=${HOST_SYS} \ | 33 | --host=${HOST_SYS} \ |
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_git.bb b/meta/recipes-rt/rt-tests/hwlatdetect_git.bb index 5f61c4ecdd..14e319ae57 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_git.bb +++ b/meta/recipes-rt/rt-tests/hwlatdetect_git.bb | |||
@@ -21,6 +21,6 @@ do_install() { | |||
21 | sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${libdir}/python${PYTHON_BASEVERSION}/dist-packages/hwlatdetect.py | 21 | sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${libdir}/python${PYTHON_BASEVERSION}/dist-packages/hwlatdetect.py |
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/dist-packages/hwlatdetect.py" | 24 | FILES:${PN} += "${libdir}/python${PYTHON_BASEVERSION}/dist-packages/hwlatdetect.py" |
25 | RDEPENDS_${PN} = "python3-core " | 25 | RDEPENDS:${PN} = "python3-core " |
26 | RRECOMMENDS_${PN} = "kernel-module-hwlat-detector" | 26 | RRECOMMENDS:${PN} = "kernel-module-hwlat-detector" |
diff --git a/meta/recipes-rt/rt-tests/rt-tests_git.bb b/meta/recipes-rt/rt-tests/rt-tests_git.bb index 89e3323b69..e86f7922bf 100644 --- a/meta/recipes-rt/rt-tests/rt-tests_git.bb +++ b/meta/recipes-rt/rt-tests/rt-tests_git.bb | |||
@@ -16,7 +16,7 @@ SRC_URI += " \ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | # rt-tests needs PI mutex support in libc | 18 | # rt-tests needs PI mutex support in libc |
19 | COMPATIBLE_HOST_libc-musl = 'null' | 19 | COMPATIBLE_HOST:libc-musl = 'null' |
20 | 20 | ||
21 | # Do not install hwlatdetect | 21 | # Do not install hwlatdetect |
22 | EXTRA_OEMAKE += "PYLIB=''" | 22 | EXTRA_OEMAKE += "PYLIB=''" |
@@ -30,7 +30,7 @@ do_install_ptest() { | |||
30 | cp ${WORKDIR}/rt_bmark.py ${D}${PTEST_PATH} | 30 | cp ${WORKDIR}/rt_bmark.py ${D}${PTEST_PATH} |
31 | } | 31 | } |
32 | 32 | ||
33 | RDEPENDS_${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc" | 33 | RDEPENDS:${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc" |
34 | 34 | ||
35 | FILES_${PN} += "${prefix}/src/backfire" | 35 | FILES:${PN} += "${prefix}/src/backfire" |
36 | RDEPENDS_${PN} += "bash" | 36 | RDEPENDS:${PN} += "bash" |
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index e50b24a476..35d0667737 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
@@ -9,8 +9,8 @@ LICENSE = "MIT" | |||
9 | 9 | ||
10 | inherit core-image | 10 | inherit core-image |
11 | 11 | ||
12 | TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0" | 12 | TOOLCHAIN_HOST_TASK:append = " nativesdk-intltool nativesdk-glib-2.0" |
13 | TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0" | 13 | TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0" |
14 | 14 | ||
15 | QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}' | 15 | QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}' |
16 | QB_MEM_qemumips = "-m 256" | 16 | QB_MEM:qemumips = "-m 256" |
diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_git.bb index 85c2c500ea..f19d03896b 100644 --- a/meta/recipes-sato/l3afpad/l3afpad_git.bb +++ b/meta/recipes-sato/l3afpad/l3afpad_git.bb | |||
@@ -26,4 +26,4 @@ inherit autotools pkgconfig features_check mime-xdg | |||
26 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 26 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
27 | 27 | ||
28 | EXTRA_OECONF = "--disable-emacs --disable-print" | 28 | EXTRA_OECONF = "--disable-emacs --disable-print" |
29 | FILES_${PN} += "${datadir}/icons" | 29 | FILES:${PN} += "${datadir}/icons" |
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb index 547e851c15..d5fe9b5dce 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
7 | file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28" | 7 | file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28" |
8 | 8 | ||
9 | DEPENDS = "gconf gtk+3" | 9 | DEPENDS = "gconf gtk+3" |
10 | RDEPENDS_${PN} = "settings-daemon" | 10 | RDEPENDS:${PN} = "settings-daemon" |
11 | 11 | ||
12 | # SRCREV tagged 0.2 | 12 | # SRCREV tagged 0.2 |
13 | SRCREV = "ef2192ce98d9374ffdad5f78544c3f8f353c16aa" | 13 | SRCREV = "ef2192ce98d9374ffdad5f78544c3f8f353c16aa" |
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb index d775b5c651..79ccb0391b 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb | |||
@@ -26,9 +26,9 @@ inherit autotools pkgconfig features_check | |||
26 | # The startup-notification requires x11 in DISTRO_FEATURES | 26 | # The startup-notification requires x11 in DISTRO_FEATURES |
27 | REQUIRED_DISTRO_FEATURES = "x11" | 27 | REQUIRED_DISTRO_FEATURES = "x11" |
28 | 28 | ||
29 | do_install_append() { | 29 | do_install:append() { |
30 | install -d ${D}${datadir}/matchbox/vfolders/ | 30 | install -d ${D}${datadir}/matchbox/vfolders/ |
31 | install -m 0644 ${WORKDIR}/vfolders/* ${D}${datadir}/matchbox/vfolders/ | 31 | install -m 0644 ${WORKDIR}/vfolders/* ${D}${datadir}/matchbox/vfolders/ |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN} += "${datadir}/matchbox/vfolders/" | 34 | FILES:${PN} += "${datadir}/matchbox/vfolders/" |
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb index 49e37bd77c..a878411814 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb | |||
@@ -33,19 +33,19 @@ PACKAGECONFIG[gtk3-im] = "--enable-gtk3-im,--disable-gtk3-im,gtk+3" | |||
33 | 33 | ||
34 | PACKAGES += "${PN}-im ${PN}-applet" | 34 | PACKAGES += "${PN}-im ${PN}-applet" |
35 | 35 | ||
36 | FILES_${PN} = "${bindir}/ \ | 36 | FILES:${PN} = "${bindir}/ \ |
37 | ${sysconfdir} \ | 37 | ${sysconfdir} \ |
38 | ${datadir}/applications \ | 38 | ${datadir}/applications \ |
39 | ${datadir}/pixmaps \ | 39 | ${datadir}/pixmaps \ |
40 | ${datadir}/matchbox-keyboard" | 40 | ${datadir}/matchbox-keyboard" |
41 | 41 | ||
42 | FILES_${PN}-im = "${libdir}/gtk-2.0/*/immodules/*.so \ | 42 | FILES:${PN}-im = "${libdir}/gtk-2.0/*/immodules/*.so \ |
43 | ${libdir}/gtk-3.0/*/immodules/*.so" | 43 | ${libdir}/gtk-3.0/*/immodules/*.so" |
44 | 44 | ||
45 | FILES_${PN}-applet = "${libdir}/matchbox-panel/*.so" | 45 | FILES:${PN}-applet = "${libdir}/matchbox-panel/*.so" |
46 | 46 | ||
47 | 47 | ||
48 | do_install_append () { | 48 | do_install:append () { |
49 | install -d ${D}/${sysconfdir}/X11/Xsession.d/ | 49 | install -d ${D}/${sysconfdir}/X11/Xsession.d/ |
50 | install -m 755 ${WORKDIR}/80matchboxkeyboard.sh ${D}/${sysconfdir}/X11/Xsession.d/ | 50 | install -m 755 ${WORKDIR}/80matchboxkeyboard.sh ${D}/${sysconfdir}/X11/Xsession.d/ |
51 | 51 | ||
@@ -56,5 +56,5 @@ do_install_append () { | |||
56 | 56 | ||
57 | GTKIMMODULES_PACKAGES = "${PN}-im" | 57 | GTKIMMODULES_PACKAGES = "${PN}-im" |
58 | 58 | ||
59 | RDEPENDS_${PN} = "formfactor dbus-wait" | 59 | RDEPENDS:${PN} = "formfactor dbus-wait" |
60 | RRECOMMENDS_${PN} = "${PN}-applet" | 60 | RRECOMMENDS:${PN} = "${PN}-applet" |
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb index c659964a2b..c6de14e34e 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.11.bb | |||
@@ -19,9 +19,9 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
19 | # SRCREV tagged 2.11 plus some autotools fixes | 19 | # SRCREV tagged 2.11 plus some autotools fixes |
20 | SRCREV = "f82ca3f42510fb3ef10f598b393eb373a2c34ca7" | 20 | SRCREV = "f82ca3f42510fb3ef10f598b393eb373a2c34ca7" |
21 | 21 | ||
22 | RPROVIDES_${PN} = "matchbox-panel" | 22 | RPROVIDES:${PN} = "matchbox-panel" |
23 | RREPLACES_${PN} = "matchbox-panel" | 23 | RREPLACES:${PN} = "matchbox-panel" |
24 | RCONFLICTS_${PN} = "matchbox-panel" | 24 | RCONFLICTS:${PN} = "matchbox-panel" |
25 | 25 | ||
26 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ | 26 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ |
27 | file://0001-applets-systray-Allow-icons-to-be-smaller.patch \ | 27 | file://0001-applets-systray-Allow-icons-to-be-smaller.patch \ |
@@ -33,10 +33,10 @@ EXTRA_OECONF += " ${@bb.utils.contains("MACHINE_FEATURES", "apm", "--with-batter | |||
33 | 33 | ||
34 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
35 | 35 | ||
36 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ | 36 | FILES:${PN} += "${libdir}/matchbox-panel/*.so \ |
37 | ${datadir}/matchbox-panel/brightness/*.png \ | 37 | ${datadir}/matchbox-panel/brightness/*.png \ |
38 | ${datadir}/matchbox-panel/startup/*.png \ | 38 | ${datadir}/matchbox-panel/startup/*.png \ |
39 | ${datadir}/icons/" | 39 | ${datadir}/icons/" |
40 | FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la" | 40 | FILES:${PN}-dev += "${libdir}/matchbox-panel/*.la" |
41 | 41 | ||
42 | inherit autotools pkgconfig features_check gettext | 42 | inherit autotools pkgconfig features_check gettext |
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb index 966c5b5b92..7af11c2f50 100644 --- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2.0+" | |||
6 | LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63" | 6 | LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63" |
7 | 7 | ||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | RDEPENDS_${PN} = "formfactor matchbox-theme-sato matchbox-panel-2 matchbox-desktop matchbox-session gconf" | 9 | RDEPENDS:${PN} = "formfactor matchbox-theme-sato matchbox-panel-2 matchbox-desktop matchbox-session gconf" |
10 | PR = "r30" | 10 | PR = "r30" |
11 | 11 | ||
12 | # This package is architecture specific because the session script is modified | 12 | # This package is architecture specific because the session script is modified |
@@ -22,7 +22,7 @@ SRC_URI = "file://session \ | |||
22 | file://index.theme" | 22 | file://index.theme" |
23 | S = "${WORKDIR}" | 23 | S = "${WORKDIR}" |
24 | 24 | ||
25 | FILES_${PN} += "${datadir}/themes/Sato/index.theme" | 25 | FILES:${PN} += "${datadir}/themes/Sato/index.theme" |
26 | 26 | ||
27 | do_install() { | 27 | do_install() { |
28 | # This is the set of machine features that the script has markers for | 28 | # This is the set of machine features that the script has markers for |
@@ -43,7 +43,7 @@ do_install() { | |||
43 | } | 43 | } |
44 | 44 | ||
45 | PACKAGE_WRITE_DEPS += "gconf-native" | 45 | PACKAGE_WRITE_DEPS += "gconf-native" |
46 | pkg_postinst_${PN} () { | 46 | pkg_postinst:${PN} () { |
47 | set_value() { | 47 | set_value() { |
48 | #type, name, value | 48 | #type, name, value |
49 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type $1 --set /desktop/poky/interface/$2 "$3" | 49 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type $1 --set /desktop/poky/interface/$2 "$3" |
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc index ce683e9630..bd680111d9 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc | |||
@@ -10,7 +10,7 @@ SECTION = "x11/wm" | |||
10 | 10 | ||
11 | inherit autotools pkgconfig features_check | 11 | inherit autotools pkgconfig features_check |
12 | 12 | ||
13 | FILES_${PN} += "${datadir}/themes" | 13 | FILES:${PN} += "${datadir}/themes" |
14 | 14 | ||
15 | # The matchbox-wm requires x11 in DISTRO_FEATURES | 15 | # The matchbox-wm requires x11 in DISTRO_FEATURES |
16 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 25725e078d..cfa301a58d 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -14,7 +14,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
14 | 14 | ||
15 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" | 15 | PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
18 | ${PN}-base \ | 18 | ${PN}-base \ |
19 | ${PN}-apps \ | 19 | ${PN}-apps \ |
20 | ${PN}-games \ | 20 | ${PN}-games \ |
@@ -22,8 +22,8 @@ RDEPENDS_${PN} = "\ | |||
22 | 22 | ||
23 | NETWORK_MANAGER ?= "connman-gnome" | 23 | NETWORK_MANAGER ?= "connman-gnome" |
24 | 24 | ||
25 | SUMMARY_${PN}-base = "Sato desktop - base packages" | 25 | SUMMARY:${PN}-base = "Sato desktop - base packages" |
26 | RDEPENDS_${PN}-base = "\ | 26 | RDEPENDS:${PN}-base = "\ |
27 | matchbox-desktop \ | 27 | matchbox-desktop \ |
28 | matchbox-session-sato \ | 28 | matchbox-session-sato \ |
29 | matchbox-keyboard \ | 29 | matchbox-keyboard \ |
@@ -45,10 +45,10 @@ WEB ?= "" | |||
45 | #WEB = "epiphany" | 45 | #WEB = "epiphany" |
46 | 46 | ||
47 | GSTEXAMPLES ?= "gst-examples" | 47 | GSTEXAMPLES ?= "gst-examples" |
48 | GSTEXAMPLES_riscv64 = "" | 48 | GSTEXAMPLES:riscv64 = "" |
49 | 49 | ||
50 | SUMMARY_${PN}-apps = "Sato desktop - applications" | 50 | SUMMARY:${PN}-apps = "Sato desktop - applications" |
51 | RDEPENDS_${PN}-apps = "\ | 51 | RDEPENDS:${PN}-apps = "\ |
52 | l3afpad \ | 52 | l3afpad \ |
53 | matchbox-terminal \ | 53 | matchbox-terminal \ |
54 | sato-screenshot \ | 54 | sato-screenshot \ |
@@ -57,7 +57,7 @@ RDEPENDS_${PN}-apps = "\ | |||
57 | ${WEB} \ | 57 | ${WEB} \ |
58 | " | 58 | " |
59 | 59 | ||
60 | SUMMARY_${PN}-games = "Sato desktop - games" | 60 | SUMMARY:${PN}-games = "Sato desktop - games" |
61 | RDEPENDS_${PN}-games = "\ | 61 | RDEPENDS:${PN}-games = "\ |
62 | puzzles \ | 62 | puzzles \ |
63 | " | 63 | " |
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb index d3a9b84227..aa1ac77e16 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb | |||
@@ -28,13 +28,13 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
28 | 28 | ||
29 | EXTRA_OECONF = "--with-gtk=3" | 29 | EXTRA_OECONF = "--with-gtk=3" |
30 | 30 | ||
31 | do_install_append () { | 31 | do_install:append () { |
32 | install -d ${D}/${datadir} | 32 | install -d ${D}/${datadir} |
33 | install -d ${D}/${datadir}/pixmaps/ | 33 | install -d ${D}/${datadir}/pixmaps/ |
34 | 34 | ||
35 | install -m 0644 ${WORKDIR}/*.png ${D}/${datadir}/pixmaps | 35 | install -m 0644 ${WORKDIR}/*.png ${D}/${datadir}/pixmaps |
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} += "${libdir}/pcmanfm" | 38 | FILES:${PN} += "${libdir}/pcmanfm" |
39 | 39 | ||
40 | RRECOMMENDS_${PN} += "adwaita-icon-theme" | 40 | RRECOMMENDS:${PN} += "adwaita-icon-theme" |
diff --git a/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb b/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb index e27339fb46..ec187ed9bd 100644 --- a/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb +++ b/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb | |||
@@ -13,5 +13,5 @@ do_install() { | |||
13 | install -m 0644 ${S}/50-sato.conf ${D}${sysconfdir}/pulse/client.conf.d/50-sato.conf | 13 | install -m 0644 ${S}/50-sato.conf ${D}${sysconfdir}/pulse/client.conf.d/50-sato.conf |
14 | } | 14 | } |
15 | 15 | ||
16 | FILES_${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf" | 16 | FILES:${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf" |
17 | CONFFILES_${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf" | 17 | CONFFILES:${PN} = "${sysconfdir}/pulse/client.conf.d/50-sato.conf" |
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 44fa597008..298e29f559 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb | |||
@@ -27,7 +27,7 @@ inherit cmake features_check pkgconfig | |||
27 | 27 | ||
28 | DEPENDS += "gtk+3" | 28 | DEPENDS += "gtk+3" |
29 | 29 | ||
30 | do_install_append () { | 30 | do_install:append () { |
31 | # net conflicts with Samba, so rename it | 31 | # net conflicts with Samba, so rename it |
32 | mv ${D}${bindir}/net ${D}${bindir}/puzzles-net | 32 | mv ${D}${bindir}/net ${D}${bindir}/puzzles-net |
33 | 33 | ||
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc index ff2c8f009d..69b8a659ed 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | |||
@@ -16,10 +16,10 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 | |||
16 | inherit autotools pkgconfig update-alternatives | 16 | inherit autotools pkgconfig update-alternatives |
17 | 17 | ||
18 | PROVIDES = "virtual/x-terminal-emulator" | 18 | PROVIDES = "virtual/x-terminal-emulator" |
19 | ALTERNATIVE_${PN} = "x-terminal-emulator" | 19 | ALTERNATIVE:${PN} = "x-terminal-emulator" |
20 | ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt" | 20 | ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt" |
21 | 21 | ||
22 | CFLAGS_append = " -fpermissive" | 22 | CFLAGS:append = " -fpermissive" |
23 | 23 | ||
24 | EXTRA_OECONF = "--enable-xim \ | 24 | EXTRA_OECONF = "--enable-xim \ |
25 | --enable-utmp --enable-wtmp --enable-lastlog \ | 25 | --enable-utmp --enable-wtmp --enable-lastlog \ |
@@ -31,25 +31,25 @@ EXTRA_OECONF = "--enable-xim \ | |||
31 | --enable-combining --disable-perl \ | 31 | --enable-combining --disable-perl \ |
32 | --with-x=${STAGING_DIR_HOST}${prefix}" | 32 | --with-x=${STAGING_DIR_HOST}${prefix}" |
33 | 33 | ||
34 | EXTRA_OECONF_append_libc-musl = " --disable-wtmp --disable-lastlog" | 34 | EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog" |
35 | 35 | ||
36 | PACKAGECONFIG ??= "" | 36 | PACKAGECONFIG ??= "" |
37 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," | 37 | PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification," |
38 | 38 | ||
39 | do_configure_prepend () { | 39 | do_configure:prepend () { |
40 | if [ ! -e ${S}/acinclude.m4 ]; then | 40 | if [ ! -e ${S}/acinclude.m4 ]; then |
41 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 | 41 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 |
42 | fi | 42 | fi |
43 | } | 43 | } |
44 | 44 | ||
45 | do_compile_prepend () { | 45 | do_compile:prepend () { |
46 | echo '#define UTMP_FILE "${localstatedir}/run/utmp"' >> config.h | 46 | echo '#define UTMP_FILE "${localstatedir}/run/utmp"' >> config.h |
47 | echo '#define WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h | 47 | echo '#define WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h |
48 | echo '#define LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h | 48 | echo '#define LASTLOG_FILE "${localstatedir}/log/lastlog"' >> config.h |
49 | echo '#define HAVE_XLOCALE 1' >> config.h | 49 | echo '#define HAVE_XLOCALE 1' >> config.h |
50 | } | 50 | } |
51 | 51 | ||
52 | do_install_append () { | 52 | do_install:append () { |
53 | install -d ${D}/${datadir} | 53 | install -d ${D}/${datadir} |
54 | install -d ${D}/${datadir}/applications | 54 | install -d ${D}/${datadir}/applications |
55 | install -d ${D}/${datadir}/pixmaps/ | 55 | install -d ${D}/${datadir}/pixmaps/ |
@@ -58,4 +58,4 @@ do_install_append () { | |||
58 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications | 58 | install -m 0644 ${WORKDIR}/rxvt.desktop ${D}/${datadir}/applications |
59 | } | 59 | } |
60 | 60 | ||
61 | FILES_${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png" | 61 | FILES:${PN} += "${datadir}/applications/rxvt.desktop ${datadir}/pixmaps/rxvt.png" |
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb index 2b1f513f1c..b2913b4ed5 100644 --- a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb +++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb | |||
@@ -18,9 +18,9 @@ S = "${WORKDIR}/git" | |||
18 | 18 | ||
19 | inherit autotools pkgconfig features_check | 19 | inherit autotools pkgconfig features_check |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/matchbox-panel/*.so" | 21 | FILES:${PN} += "${libdir}/matchbox-panel/*.so" |
22 | 22 | ||
23 | do_install_append () { | 23 | do_install:append () { |
24 | rm -f ${D}${libdir}/matchbox-panel/*.la | 24 | rm -f ${D}${libdir}/matchbox-panel/*.la |
25 | } | 25 | } |
26 | 26 | ||
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb index d01177f9b9..742364f699 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb | |||
@@ -19,12 +19,12 @@ S = "${WORKDIR}/git" | |||
19 | 19 | ||
20 | inherit autotools pkgconfig gconf features_check | 20 | inherit autotools pkgconfig gconf features_check |
21 | 21 | ||
22 | FILES_${PN} = "${bindir}/* ${sysconfdir}" | 22 | FILES:${PN} = "${bindir}/* ${sysconfdir}" |
23 | 23 | ||
24 | # Requires gdk-x11-2.0 which is provided by gtk when x11 in DISTRO_FEATURES | 24 | # Requires gdk-x11-2.0 which is provided by gtk when x11 in DISTRO_FEATURES |
25 | REQUIRED_DISTRO_FEATURES = "x11" | 25 | REQUIRED_DISTRO_FEATURES = "x11" |
26 | 26 | ||
27 | do_install_append () { | 27 | do_install:append () { |
28 | install -d ${D}/${sysconfdir}/X11/Xsession.d | 28 | install -d ${D}/${sysconfdir}/X11/Xsession.d |
29 | install -m 755 ${WORKDIR}/70settings-daemon.sh ${D}/${sysconfdir}/X11/Xsession.d/ | 29 | install -m 755 ${WORKDIR}/70settings-daemon.sh ${D}/${sysconfdir}/X11/Xsession.d/ |
30 | } | 30 | } |
diff --git a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb index 28d5096023..4bb896fc7b 100644 --- a/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb +++ b/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb | |||
@@ -15,7 +15,7 @@ do_install() { | |||
15 | sed -i ${D}${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)#Exec=${base_sbindir}/\1#' | 15 | sed -i ${D}${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)#Exec=${base_sbindir}/\1#' |
16 | } | 16 | } |
17 | 17 | ||
18 | pkg_postinst_${PN} () { | 18 | pkg_postinst:${PN} () { |
19 | grep -q qemuarm $D${sysconfdir}/hostname && \ | 19 | grep -q qemuarm $D${sysconfdir}/hostname && \ |
20 | sed -i $D${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)/halt#Exec=\1/reboot#' \ | 20 | sed -i $D${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)/halt#Exec=\1/reboot#' \ |
21 | || true | 21 | || true |
diff --git a/meta/recipes-sato/webkit/libwpe_1.10.1.bb b/meta/recipes-sato/webkit/libwpe_1.10.1.bb index 4680c1e95e..22fff93cab 100644 --- a/meta/recipes-sato/webkit/libwpe_1.10.1.bb +++ b/meta/recipes-sato/webkit/libwpe_1.10.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=371a616eb4903c6cb79e9893a5f615cc" | |||
7 | DEPENDS = "virtual/egl libxkbcommon" | 7 | DEPENDS = "virtual/egl libxkbcommon" |
8 | 8 | ||
9 | # Workaround build issue with RPi userland EGL libraries. | 9 | # Workaround build issue with RPi userland EGL libraries. |
10 | CFLAGS_append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}" | 10 | CFLAGS:append_rpi = " ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '-D_GNU_SOURCE', d)}" |
11 | 11 | ||
12 | inherit cmake features_check | 12 | inherit cmake features_check |
13 | 13 | ||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.32.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.32.2.bb index 96b6cab49c..89b13314e5 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.32.2.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.32.2.bb | |||
@@ -79,61 +79,61 @@ EXTRA_OECMAKE = " \ | |||
79 | " | 79 | " |
80 | 80 | ||
81 | # Javascript JIT is not supported on ARC | 81 | # Javascript JIT is not supported on ARC |
82 | EXTRA_OECMAKE_append_arc = " -DENABLE_JIT=OFF " | 82 | EXTRA_OECMAKE:append:arc = " -DENABLE_JIT=OFF " |
83 | # By default 25-bit "medium" calls are used on ARC | 83 | # By default 25-bit "medium" calls are used on ARC |
84 | # which is not enough for binaries larger than 32 MiB | 84 | # which is not enough for binaries larger than 32 MiB |
85 | CFLAGS_append_arc = " -mlong-calls" | 85 | CFLAGS:append:arc = " -mlong-calls" |
86 | CXXFLAGS_append_arc = " -mlong-calls" | 86 | CXXFLAGS:append:arc = " -mlong-calls" |
87 | 87 | ||
88 | # Javascript JIT is not supported on powerpc | 88 | # Javascript JIT is not supported on powerpc |
89 | EXTRA_OECMAKE_append_powerpc = " -DENABLE_JIT=OFF " | 89 | EXTRA_OECMAKE:append:powerpc = " -DENABLE_JIT=OFF " |
90 | EXTRA_OECMAKE_append_powerpc64 = " -DENABLE_JIT=OFF " | 90 | EXTRA_OECMAKE:append:powerpc64 = " -DENABLE_JIT=OFF " |
91 | 91 | ||
92 | # ARM JIT code does not build on ARMv4/5/6 anymore | 92 | # ARM JIT code does not build on ARMv4/5/6 anymore |
93 | EXTRA_OECMAKE_append_armv5 = " -DENABLE_JIT=OFF " | 93 | EXTRA_OECMAKE:append:armv5 = " -DENABLE_JIT=OFF " |
94 | EXTRA_OECMAKE_append_armv6 = " -DENABLE_JIT=OFF " | 94 | EXTRA_OECMAKE:append:armv6 = " -DENABLE_JIT=OFF " |
95 | EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF " | 95 | EXTRA_OECMAKE:append:armv4 = " -DENABLE_JIT=OFF " |
96 | 96 | ||
97 | EXTRA_OECMAKE_append_mipsarch = " -DUSE_LD_GOLD=OFF " | 97 | EXTRA_OECMAKE:append:mipsarch = " -DUSE_LD_GOLD=OFF " |
98 | EXTRA_OECMAKE_append_powerpc = " -DUSE_LD_GOLD=OFF " | 98 | EXTRA_OECMAKE:append:powerpc = " -DUSE_LD_GOLD=OFF " |
99 | 99 | ||
100 | # JIT and gold linker does not work on RISCV | 100 | # JIT and gold linker does not work on RISCV |
101 | EXTRA_OECMAKE_append_riscv32 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF" | 101 | EXTRA_OECMAKE:append:riscv32 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF" |
102 | EXTRA_OECMAKE_append_riscv64 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF" | 102 | EXTRA_OECMAKE:append:riscv64 = " -DUSE_LD_GOLD=OFF -DENABLE_JIT=OFF" |
103 | 103 | ||
104 | # JIT not supported on MIPS either | 104 | # JIT not supported on MIPS either |
105 | EXTRA_OECMAKE_append_mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON " | 105 | EXTRA_OECMAKE:append:mipsarch = " -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON " |
106 | 106 | ||
107 | # JIT not supported on X32 | 107 | # JIT not supported on X32 |
108 | # An attempt was made to upstream JIT support for x32 in | 108 | # An attempt was made to upstream JIT support for x32 in |
109 | # https://bugs.webkit.org/show_bug.cgi?id=100450, but this was closed as | 109 | # https://bugs.webkit.org/show_bug.cgi?id=100450, but this was closed as |
110 | # unresolved due to limited X32 adoption. | 110 | # unresolved due to limited X32 adoption. |
111 | EXTRA_OECMAKE_append_x86-x32 = " -DENABLE_JIT=OFF " | 111 | EXTRA_OECMAKE:append:x86-x32 = " -DENABLE_JIT=OFF " |
112 | 112 | ||
113 | SECURITY_CFLAGS_remove_aarch64 = "-fpie" | 113 | SECURITY_CFLAGS:remove:aarch64 = "-fpie" |
114 | SECURITY_CFLAGS_append_aarch64 = " -fPIE" | 114 | SECURITY_CFLAGS:append:aarch64 = " -fPIE" |
115 | 115 | ||
116 | FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" | 116 | FILES:${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" |
117 | 117 | ||
118 | RRECOMMENDS_${PN} += "ca-certificates shared-mime-info" | 118 | RRECOMMENDS:${PN} += "ca-certificates shared-mime-info" |
119 | 119 | ||
120 | # http://errors.yoctoproject.org/Errors/Details/20370/ | 120 | # http://errors.yoctoproject.org/Errors/Details/20370/ |
121 | ARM_INSTRUCTION_SET_armv4 = "arm" | 121 | ARM_INSTRUCTION_SET:armv4 = "arm" |
122 | ARM_INSTRUCTION_SET_armv5 = "arm" | 122 | ARM_INSTRUCTION_SET:armv5 = "arm" |
123 | ARM_INSTRUCTION_SET_armv6 = "arm" | 123 | ARM_INSTRUCTION_SET:armv6 = "arm" |
124 | 124 | ||
125 | # https://bugzilla.yoctoproject.org/show_bug.cgi?id=9474 | 125 | # https://bugzilla.yoctoproject.org/show_bug.cgi?id=9474 |
126 | # https://bugs.webkit.org/show_bug.cgi?id=159880 | 126 | # https://bugs.webkit.org/show_bug.cgi?id=159880 |
127 | # JSC JIT can build on ARMv7 with -marm, but doesn't work on runtime. | 127 | # JSC JIT can build on ARMv7 with -marm, but doesn't work on runtime. |
128 | # Upstream only tests regularly the JSC JIT on ARMv7 with Thumb2 (-mthumb). | 128 | # Upstream only tests regularly the JSC JIT on ARMv7 with Thumb2 (-mthumb). |
129 | ARM_INSTRUCTION_SET_armv7a = "thumb" | 129 | ARM_INSTRUCTION_SET:armv7a = "thumb" |
130 | ARM_INSTRUCTION_SET_armv7r = "thumb" | 130 | ARM_INSTRUCTION_SET:armv7r = "thumb" |
131 | ARM_INSTRUCTION_SET_armv7ve = "thumb" | 131 | ARM_INSTRUCTION_SET:armv7ve = "thumb" |
132 | 132 | ||
133 | # introspection inside qemu-arm hangs forever on musl/arm builds | 133 | # introspection inside qemu-arm hangs forever on musl/arm builds |
134 | # therefore disable GI_DATA | 134 | # therefore disable GI_DATA |
135 | GI_DATA_ENABLED_libc-musl_armv7a = "False" | 135 | GI_DATA_ENABLED:libc-musl:armv7a = "False" |
136 | GI_DATA_ENABLED_libc-musl_armv7ve = "False" | 136 | GI_DATA_ENABLED:libc-musl:armv7ve = "False" |
137 | 137 | ||
138 | # Can't be built with ccache | 138 | # Can't be built with ccache |
139 | CCACHE_DISABLE = "1" | 139 | CCACHE_DISABLE = "1" |
diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb index 38a32dad16..4588ee10ea 100644 --- a/meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb +++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.10.0.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "BSD" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f62cef2e3645e3e74eb05fd389d7a66" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f62cef2e3645e3e74eb05fd389d7a66" |
7 | DEPENDS = "glib-2.0 libxkbcommon wayland virtual/egl libwpe libepoxy" | 7 | DEPENDS = "glib-2.0 libxkbcommon wayland virtual/egl libwpe libepoxy" |
8 | 8 | ||
9 | DEPENDS_append_class-target = " wayland-native" | 9 | DEPENDS:append:class-target = " wayland-native" |
10 | 10 | ||
11 | inherit meson features_check | 11 | inherit meson features_check |
12 | 12 | ||
diff --git a/meta/recipes-support/apr/apr-util_1.6.1.bb b/meta/recipes-support/apr/apr-util_1.6.1.bb index 4e183ca374..b851d46351 100644 --- a/meta/recipes-support/apr/apr-util_1.6.1.bb +++ b/meta/recipes-support/apr/apr-util_1.6.1.bb | |||
@@ -32,35 +32,35 @@ MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apu-1-config" | |||
32 | 32 | ||
33 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" | 33 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" |
34 | 34 | ||
35 | do_configure_append() { | 35 | do_configure:append() { |
36 | if [ "${CLASSOVERRIDE}" = "class-target" ]; then | 36 | if [ "${CLASSOVERRIDE}" = "class-target" ]; then |
37 | cp ${STAGING_DATADIR}/apr/apr_rules.mk ${B}/build/rules.mk | 37 | cp ${STAGING_DATADIR}/apr/apr_rules.mk ${B}/build/rules.mk |
38 | sed -i -e 's#^CFLAGS=.*#CFLAGS=${TARGET_CFLAGS}#g' ${B}/build/rules.mk | 38 | sed -i -e 's#^CFLAGS=.*#CFLAGS=${TARGET_CFLAGS}#g' ${B}/build/rules.mk |
39 | fi | 39 | fi |
40 | } | 40 | } |
41 | do_configure_prepend_class-native() { | 41 | do_configure:prepend:class-native() { |
42 | mkdir ${B}/build | 42 | mkdir ${B}/build |
43 | cp ${STAGING_DATADIR_NATIVE}/apr/apr_rules.mk ${B}/build/rules.mk | 43 | cp ${STAGING_DATADIR_NATIVE}/apr/apr_rules.mk ${B}/build/rules.mk |
44 | } | 44 | } |
45 | do_configure_append_class-native() { | 45 | do_configure:append:class-native() { |
46 | sed -i "s#LIBTOOL=\$(SHELL) \$(apr_builddir)#LIBTOOL=\$(SHELL) ${STAGING_BINDIR_NATIVE}#" ${B}/build/rules.mk | 46 | sed -i "s#LIBTOOL=\$(SHELL) \$(apr_builddir)#LIBTOOL=\$(SHELL) ${STAGING_BINDIR_NATIVE}#" ${B}/build/rules.mk |
47 | # sometimes there isn't SHELL | 47 | # sometimes there isn't SHELL |
48 | sed -i "s#LIBTOOL=\$(apr_builddir)#LIBTOOL=${STAGING_BINDIR_NATIVE}#" ${B}/build/rules.mk | 48 | sed -i "s#LIBTOOL=\$(apr_builddir)#LIBTOOL=${STAGING_BINDIR_NATIVE}#" ${B}/build/rules.mk |
49 | } | 49 | } |
50 | 50 | ||
51 | do_configure_prepend_class-nativesdk() { | 51 | do_configure:prepend:class-nativesdk() { |
52 | cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk | 52 | cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk |
53 | sed -i -e 's#^CFLAGS=.*#CFLAGS=${TARGET_CFLAGS}#g' ${S}/build/rules.mk | 53 | sed -i -e 's#^CFLAGS=.*#CFLAGS=${TARGET_CFLAGS}#g' ${S}/build/rules.mk |
54 | } | 54 | } |
55 | 55 | ||
56 | do_configure_append_class-nativesdk() { | 56 | do_configure:append:class-nativesdk() { |
57 | sed -i "s#\(apr_builddir\)=.*#\1=${STAGING_DATADIR}/build-1#" ${B}/build/rules.mk | 57 | sed -i "s#\(apr_builddir\)=.*#\1=${STAGING_DATADIR}/build-1#" ${B}/build/rules.mk |
58 | sed -i "s#\(apr_builders\)=.*#\1=${STAGING_DATADIR}/build-1#" ${B}/build/rules.mk | 58 | sed -i "s#\(apr_builders\)=.*#\1=${STAGING_DATADIR}/build-1#" ${B}/build/rules.mk |
59 | sed -i "s#\(top_builddir\)=.*#\1=${STAGING_DATADIR}/build-1#" ${B}/build/rules.mk | 59 | sed -i "s#\(top_builddir\)=.*#\1=${STAGING_DATADIR}/build-1#" ${B}/build/rules.mk |
60 | sed -i "s#\(LIBTOOL=\$(apr_builddir)\).*#\1/libtool#" ${B}/build/rules.mk | 60 | sed -i "s#\(LIBTOOL=\$(apr_builddir)\).*#\1/libtool#" ${B}/build/rules.mk |
61 | } | 61 | } |
62 | 62 | ||
63 | do_install_append_class-target() { | 63 | do_install:append:class-target() { |
64 | sed -i -e 's,${STAGING_DIR_HOST},,g' \ | 64 | sed -i -e 's,${STAGING_DIR_HOST},,g' \ |
65 | -e 's,APU_SOURCE_DIR=.*,APR_SOURCE_DIR=,g' \ | 65 | -e 's,APU_SOURCE_DIR=.*,APR_SOURCE_DIR=,g' \ |
66 | -e 's,APU_BUILD_DIR=.*,APR_BUILD_DIR=,g' ${D}${bindir}/apu-1-config | 66 | -e 's,APU_BUILD_DIR=.*,APR_BUILD_DIR=,g' ${D}${bindir}/apu-1-config |
@@ -73,16 +73,16 @@ PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_DIR_HOST}${prefix},--without- | |||
73 | PACKAGECONFIG[gdbm] = "--with-dbm=gdbm --with-gdbm=${STAGING_DIR_HOST}${prefix},--without-gdbm,gdbm" | 73 | PACKAGECONFIG[gdbm] = "--with-dbm=gdbm --with-gdbm=${STAGING_DIR_HOST}${prefix},--without-gdbm,gdbm" |
74 | 74 | ||
75 | #files ${libdir}/apr-util-1/*.so are not symlinks but loadable modules thus they are packaged in ${PN} | 75 | #files ${libdir}/apr-util-1/*.so are not symlinks but loadable modules thus they are packaged in ${PN} |
76 | FILES_${PN} += "${libdir}/apr-util-1/apr*${SOLIBS} ${libdir}/apr-util-1/apr*${SOLIBSDEV}" | 76 | FILES:${PN} += "${libdir}/apr-util-1/apr*${SOLIBS} ${libdir}/apr-util-1/apr*${SOLIBSDEV}" |
77 | FILES_${PN}-dev += "${libdir}/aprutil.exp ${libdir}/apr-util-1/*.la" | 77 | FILES:${PN}-dev += "${libdir}/aprutil.exp ${libdir}/apr-util-1/*.la" |
78 | FILES_${PN}-staticdev += "${libdir}/apr-util-1/*.a" | 78 | FILES:${PN}-staticdev += "${libdir}/apr-util-1/*.a" |
79 | 79 | ||
80 | INSANE_SKIP_${PN} += "dev-so" | 80 | INSANE_SKIP:${PN} += "dev-so" |
81 | 81 | ||
82 | inherit ptest | 82 | inherit ptest |
83 | 83 | ||
84 | RDEPENDS_${PN}-ptest_append_libc-glibc = " glibc-gconv-iso8859-1 glibc-gconv-iso8859-2 glibc-gconv-utf-7" | 84 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-gconv-iso8859-1 glibc-gconv-iso8859-2 glibc-gconv-utf-7" |
85 | RDEPENDS_${PN}-ptest += "libgcc" | 85 | RDEPENDS:${PN}-ptest += "libgcc" |
86 | 86 | ||
87 | do_compile_ptest() { | 87 | do_compile_ptest() { |
88 | cd ${B}/test | 88 | cd ${B}/test |
diff --git a/meta/recipes-support/apr/apr_1.7.0.bb b/meta/recipes-support/apr/apr_1.7.0.bb index 82317396cd..08d9edf3c2 100644 --- a/meta/recipes-support/apr/apr_1.7.0.bb +++ b/meta/recipes-support/apr/apr_1.7.0.bb | |||
@@ -47,7 +47,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | |||
47 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 47 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
48 | PACKAGECONFIG[timed-tests] = "--enable-timed-tests,--disable-timed-tests," | 48 | PACKAGECONFIG[timed-tests] = "--enable-timed-tests,--disable-timed-tests," |
49 | 49 | ||
50 | do_configure_prepend() { | 50 | do_configure:prepend() { |
51 | # Avoid absolute paths for grep since it causes failures | 51 | # Avoid absolute paths for grep since it causes failures |
52 | # when using sstate between different hosts with different | 52 | # when using sstate between different hosts with different |
53 | # install paths for grep. | 53 | # install paths for grep. |
@@ -61,24 +61,24 @@ do_configure_prepend() { | |||
61 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apr-1-config \ | 61 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apr-1-config \ |
62 | ${PN}-dev:${datadir}/build-1/apr_rules.mk" | 62 | ${PN}-dev:${datadir}/build-1/apr_rules.mk" |
63 | 63 | ||
64 | FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" | 64 | FILES:${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*" |
65 | RDEPENDS_${PN}-dev += "bash" | 65 | RDEPENDS:${PN}-dev += "bash" |
66 | 66 | ||
67 | RDEPENDS_${PN}-ptest += "libgcc" | 67 | RDEPENDS:${PN}-ptest += "libgcc" |
68 | 68 | ||
69 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten | 69 | #for some reason, build/libtool.m4 handled by buildconf still be overwritten |
70 | #when autoconf, so handle it again. | 70 | #when autoconf, so handle it again. |
71 | do_configure_append() { | 71 | do_configure:append() { |
72 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/libtool.m4 | 72 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/libtool.m4 |
73 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/apr_rules.mk | 73 | sed -i -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' ${S}/build/apr_rules.mk |
74 | } | 74 | } |
75 | 75 | ||
76 | do_install_append() { | 76 | do_install:append() { |
77 | oe_multilib_header apr.h | 77 | oe_multilib_header apr.h |
78 | install -d ${D}${datadir}/apr | 78 | install -d ${D}${datadir}/apr |
79 | } | 79 | } |
80 | 80 | ||
81 | do_install_append_class-target() { | 81 | do_install:append:class-target() { |
82 | sed -i -e 's,${DEBUG_PREFIX_MAP},,g' \ | 82 | sed -i -e 's,${DEBUG_PREFIX_MAP},,g' \ |
83 | -e 's,${STAGING_DIR_HOST},,g' ${D}${datadir}/build-1/apr_rules.mk | 83 | -e 's,${STAGING_DIR_HOST},,g' ${D}${datadir}/build-1/apr_rules.mk |
84 | sed -i -e 's,${STAGING_DIR_HOST},,g' \ | 84 | sed -i -e 's,${STAGING_DIR_HOST},,g' \ |
diff --git a/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb b/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb index d1db562bb5..317f71b772 100644 --- a/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb +++ b/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb | |||
@@ -20,8 +20,8 @@ inherit autotools | |||
20 | 20 | ||
21 | CFLAGS += "-fPIC -U__OPTIMIZE__" | 21 | CFLAGS += "-fPIC -U__OPTIMIZE__" |
22 | 22 | ||
23 | RDEPENDS_${PN}-dev = "" | 23 | RDEPENDS:${PN}-dev = "" |
24 | RDEPENDS_${PN}-staticdev = "" | 24 | RDEPENDS:${PN}-staticdev = "" |
25 | 25 | ||
26 | do_install() { | 26 | do_install() { |
27 | install -D -m 0644 ${B}/libargp.a ${D}${libdir}/libargp.a | 27 | install -D -m 0644 ${B}/libargp.a ${D}${libdir}/libargp.a |
diff --git a/meta/recipes-support/aspell/aspell_0.60.8.bb b/meta/recipes-support/aspell/aspell_0.60.8.bb index 6548c54b64..2fe8f66908 100644 --- a/meta/recipes-support/aspell/aspell_0.60.8.bb +++ b/meta/recipes-support/aspell/aspell_0.60.8.bb | |||
@@ -22,17 +22,17 @@ PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses" | |||
22 | 22 | ||
23 | PACKAGES += "libaspell libpspell aspell-utils" | 23 | PACKAGES += "libaspell libpspell aspell-utils" |
24 | 24 | ||
25 | RDEPENDS_${PN}-utils += "perl" | 25 | RDEPENDS:${PN}-utils += "perl" |
26 | 26 | ||
27 | FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" | 27 | FILES:libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" |
28 | FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" | 28 | FILES:aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" |
29 | FILES_${PN} = "${bindir}/aspell" | 29 | FILES:${PN} = "${bindir}/aspell" |
30 | FILES_libpspell = "${libdir}/libpspell.so.*" | 30 | FILES:libpspell = "${libdir}/libpspell.so.*" |
31 | FILES_${PN}-dev += "${bindir}/pspell-config" | 31 | FILES:${PN}-dev += "${bindir}/pspell-config" |
32 | 32 | ||
33 | ARM_INSTRUCTION_SET_armv4 = "arm" | 33 | ARM_INSTRUCTION_SET:armv4 = "arm" |
34 | ARM_INSTRUCTION_SET_armv5 = "arm" | 34 | ARM_INSTRUCTION_SET:armv5 = "arm" |
35 | ARM_INSTRUCTION_SET_armv6 = "arm" | 35 | ARM_INSTRUCTION_SET:armv6 = "arm" |
36 | 36 | ||
37 | inherit autotools-brokensep gettext texinfo binconfig-disabled | 37 | inherit autotools-brokensep gettext texinfo binconfig-disabled |
38 | 38 | ||
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb b/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb index c7aee34628..f041584878 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb | |||
@@ -14,7 +14,7 @@ inherit gnomebase upstream-version-is-even | |||
14 | 14 | ||
15 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | 15 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" |
16 | 16 | ||
17 | FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules" | 17 | FILES:${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules" |
18 | FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" | 18 | FILES:${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/atk/at-spi2-core_2.40.3.bb b/meta/recipes-support/atk/at-spi2-core_2.40.3.bb index b1a7b51b92..427ea7c165 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.40.3.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.40.3.bb | |||
@@ -31,7 +31,7 @@ GIR_MESON_OPTION = 'introspection' | |||
31 | GIR_MESON_ENABLE_FLAG = 'yes' | 31 | GIR_MESON_ENABLE_FLAG = 'yes' |
32 | GIR_MESON_DISABLE_FLAG = 'no' | 32 | GIR_MESON_DISABLE_FLAG = 'no' |
33 | 33 | ||
34 | FILES_${PN} += "${datadir}/dbus-1/services/*.service \ | 34 | FILES:${PN} += "${datadir}/dbus-1/services/*.service \ |
35 | ${datadir}/dbus-1/accessibility-services/*.service \ | 35 | ${datadir}/dbus-1/accessibility-services/*.service \ |
36 | ${datadir}/defaults/at-spi2 \ | 36 | ${datadir}/defaults/at-spi2 \ |
37 | ${systemd_user_unitdir}/at-spi-dbus-bus.service \ | 37 | ${systemd_user_unitdir}/at-spi-dbus-bus.service \ |
diff --git a/meta/recipes-support/attr/acl_2.3.1.bb b/meta/recipes-support/attr/acl_2.3.1.bb index 7f6cbf5c43..c965ac553f 100644 --- a/meta/recipes-support/attr/acl_2.3.1.bb +++ b/meta/recipes-support/attr/acl_2.3.1.bb | |||
@@ -8,8 +8,8 @@ BUGTRACKER = "http://savannah.nongnu.org/bugs/?group=acl" | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "LGPLv2.1+ & GPLv2+" | 10 | LICENSE = "LGPLv2.1+ & GPLv2+" |
11 | LICENSE_${PN} = "GPLv2+" | 11 | LICENSE:${PN} = "GPLv2+" |
12 | LICENSE_lib${BPN} = "LGPLv2.1+" | 12 | LICENSE:lib${BPN} = "LGPLv2.1+" |
13 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249 \ | 13 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249 \ |
14 | file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764" | 14 | file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764" |
15 | 15 | ||
@@ -27,7 +27,7 @@ inherit autotools gettext ptest | |||
27 | 27 | ||
28 | PACKAGES =+ "lib${BPN}" | 28 | PACKAGES =+ "lib${BPN}" |
29 | 29 | ||
30 | FILES_lib${BPN} = "${libdir}/lib*${SOLIBS}" | 30 | FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}" |
31 | 31 | ||
32 | PTEST_BUILD_HOST_FILES = "builddefs" | 32 | PTEST_BUILD_HOST_FILES = "builddefs" |
33 | PTEST_BUILD_HOST_PATTERN = "^RPM" | 33 | PTEST_BUILD_HOST_PATTERN = "^RPM" |
@@ -58,7 +58,7 @@ do_install_ptest() { | |||
58 | rm ${D}${PTEST_PATH}/.libs/libtestlookup.lai | 58 | rm ${D}${PTEST_PATH}/.libs/libtestlookup.lai |
59 | } | 59 | } |
60 | 60 | ||
61 | RDEPENDS_${PN}-ptest = "acl \ | 61 | RDEPENDS:${PN}-ptest = "acl \ |
62 | bash \ | 62 | bash \ |
63 | coreutils \ | 63 | coreutils \ |
64 | perl \ | 64 | perl \ |
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index e427ba9901..02645db748 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc | |||
@@ -7,8 +7,8 @@ SECTION = "libs" | |||
7 | DEPENDS = "virtual/libintl" | 7 | DEPENDS = "virtual/libintl" |
8 | 8 | ||
9 | LICENSE = "LGPLv2.1+ & GPLv2+" | 9 | LICENSE = "LGPLv2.1+ & GPLv2+" |
10 | LICENSE_${PN} = "GPLv2+" | 10 | LICENSE:${PN} = "GPLv2+" |
11 | LICENSE_lib${BPN} = "LGPLv2.1+" | 11 | LICENSE:lib${BPN} = "LGPLv2.1+" |
12 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e4f615e30186335f \ | 12 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e4f615e30186335f \ |
13 | file://doc/COPYING.LGPL;md5=b8d31f339300bc239d73461d68e77b9c \ | 13 | file://doc/COPYING.LGPL;md5=b8d31f339300bc239d73461d68e77b9c \ |
14 | file://tools/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \ | 14 | file://tools/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \ |
@@ -22,10 +22,10 @@ inherit ptest update-alternatives autotools gettext | |||
22 | 22 | ||
23 | PACKAGES =+ "lib${BPN}" | 23 | PACKAGES =+ "lib${BPN}" |
24 | 24 | ||
25 | FILES_lib${BPN} = "${libdir}/lib*${SOLIBS}" | 25 | FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}" |
26 | 26 | ||
27 | ALTERNATIVE_PRIORITY = "100" | 27 | ALTERNATIVE_PRIORITY = "100" |
28 | ALTERNATIVE_${PN} = "setfattr" | 28 | ALTERNATIVE:${PN} = "setfattr" |
29 | ALTERNATIVE_TARGET[setfattr] = "${bindir}/setfattr" | 29 | ALTERNATIVE_TARGET[setfattr] = "${bindir}/setfattr" |
30 | 30 | ||
31 | PTEST_BUILD_HOST_FILES = "builddefs" | 31 | PTEST_BUILD_HOST_FILES = "builddefs" |
@@ -48,7 +48,7 @@ do_install_ptest() { | |||
48 | cp -rf ${S}/test/ ${D}${PTEST_PATH} | 48 | cp -rf ${S}/test/ ${D}${PTEST_PATH} |
49 | } | 49 | } |
50 | 50 | ||
51 | RDEPENDS_${PN}-ptest = "attr \ | 51 | RDEPENDS:${PN}-ptest = "attr \ |
52 | coreutils \ | 52 | coreutils \ |
53 | perl-module-filehandle \ | 53 | perl-module-filehandle \ |
54 | perl-module-getopt-std \ | 54 | perl-module-getopt-std \ |
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.11.bb b/meta/recipes-support/bash-completion/bash-completion_2.11.bb index 67738c3c83..f63a69b5b4 100644 --- a/meta/recipes-support/bash-completion/bash-completion_2.11.bb +++ b/meta/recipes-support/bash-completion/bash-completion_2.11.bb | |||
@@ -23,18 +23,18 @@ PARALLEL_MAKE = "" | |||
23 | 23 | ||
24 | inherit autotools | 24 | inherit autotools |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | # compatdir | 27 | # compatdir |
28 | install -d ${D}${sysconfdir}/bash_completion.d/ | 28 | install -d ${D}${sysconfdir}/bash_completion.d/ |
29 | echo '. ${datadir}/${BPN}/bash_completion' >${D}${sysconfdir}/bash_completion | 29 | echo '. ${datadir}/${BPN}/bash_completion' >${D}${sysconfdir}/bash_completion |
30 | 30 | ||
31 | } | 31 | } |
32 | 32 | ||
33 | RDEPENDS_${PN} = "bash" | 33 | RDEPENDS:${PN} = "bash" |
34 | 34 | ||
35 | # Some recipes are providing ${PN}-bash-completion packages | 35 | # Some recipes are providing ${PN}-bash-completion packages |
36 | PACKAGES =+ "${PN}-extra" | 36 | PACKAGES =+ "${PN}-extra" |
37 | FILES_${PN}-extra = "${datadir}/${BPN}/completions/ \ | 37 | FILES:${PN}-extra = "${datadir}/${BPN}/completions/ \ |
38 | ${datadir}/${BPN}/helpers/" | 38 | ${datadir}/${BPN}/helpers/" |
39 | 39 | ||
40 | BBCLASSEXTEND = "nativesdk" | 40 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb index 611c0fb680..c830a92776 100644 --- a/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb +++ b/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb | |||
@@ -18,7 +18,7 @@ PV .= "+git${SRCPV}" | |||
18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
19 | 19 | ||
20 | # Need df from coreutils | 20 | # Need df from coreutils |
21 | RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils" | 21 | RDEPENDS:${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six coreutils" |
22 | 22 | ||
23 | inherit python3native | 23 | inherit python3native |
24 | inherit setuptools3 | 24 | inherit setuptools3 |
diff --git a/meta/recipes-support/boost/boost-build-native_4.4.1.bb b/meta/recipes-support/boost/boost-build-native_4.4.1.bb index d4df5b5cf1..2de05369a8 100644 --- a/meta/recipes-support/boost/boost-build-native_4.4.1.bb +++ b/meta/recipes-support/boost/boost-build-native_4.4.1.bb | |||
@@ -24,4 +24,4 @@ do_install() { | |||
24 | } | 24 | } |
25 | 25 | ||
26 | # The build is either release mode (pre-stripped) or debug (-O0). | 26 | # The build is either release mode (pre-stripped) or debug (-O0). |
27 | INSANE_SKIP_${PN} = "already-stripped" | 27 | INSANE_SKIP:${PN} = "already-stripped" |
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 291a052ec6..fa49ed3f8a 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -8,8 +8,8 @@ DEPENDS = "boost-build-native zlib bzip2" | |||
8 | 8 | ||
9 | CVE_PRODUCT = "boost:boost" | 9 | CVE_PRODUCT = "boost:boost" |
10 | 10 | ||
11 | ARM_INSTRUCTION_SET_armv4 = "arm" | 11 | ARM_INSTRUCTION_SET:armv4 = "arm" |
12 | ARM_INSTRUCTION_SET_armv5 = "arm" | 12 | ARM_INSTRUCTION_SET:armv5 = "arm" |
13 | 13 | ||
14 | B = "${WORKDIR}/build" | 14 | B = "${WORKDIR}/build" |
15 | do_configure[cleandirs] = "${B}" | 15 | do_configure[cleandirs] = "${B}" |
@@ -71,35 +71,35 @@ python __anonymous () { | |||
71 | if "-native" in pn: | 71 | if "-native" in pn: |
72 | pkg = pkg + "-native" | 72 | pkg = pkg + "-native" |
73 | packages.append(mlprefix + pkg) | 73 | packages.append(mlprefix + pkg) |
74 | if not d.getVar("FILES_%s" % pkg): | 74 | if not d.getVar("FILES:%s" % pkg): |
75 | d.setVar("FILES_%s%s" % (mlprefix, pkg), "${libdir}/libboost_%s*.so.*" % lib) | 75 | d.setVar("FILES:%s%s" % (mlprefix, pkg), "${libdir}/libboost_%s*.so.*" % lib) |
76 | else: | 76 | else: |
77 | d.setVar("FILES_%s%s" % (mlprefix, pkg), d.getVar("FILES_%s" % pkg)) | 77 | d.setVar("FILES:%s%s" % (mlprefix, pkg), d.getVar("FILES:%s" % pkg)) |
78 | 78 | ||
79 | d.setVar("BOOST_PACKAGES", " ".join(packages)) | 79 | d.setVar("BOOST_PACKAGES", " ".join(packages)) |
80 | d.setVar("BJAM_EXTRA", " ".join(extras)) | 80 | d.setVar("BJAM_EXTRA", " ".join(extras)) |
81 | } | 81 | } |
82 | 82 | ||
83 | # Override the contents of specific packages | 83 | # Override the contents of specific packages |
84 | FILES_${PN}-graph_parallel = "${libdir}/libboost_graph_parallel.so.*" | 84 | FILES:${PN}-graph_parallel = "${libdir}/libboost_graph_parallel.so.*" |
85 | FILES_${PN}-locale = "${libdir}/libboost_locale.so.*" | 85 | FILES:${PN}-locale = "${libdir}/libboost_locale.so.*" |
86 | FILES_${PN}-mpi = "${libdir}/mpi.so ${libdir}/libboost_mpi*.so.*" | 86 | FILES:${PN}-mpi = "${libdir}/mpi.so ${libdir}/libboost_mpi*.so.*" |
87 | FILES_boost-serialization = "${libdir}/libboost_serialization*.so.* \ | 87 | FILES:boost-serialization = "${libdir}/libboost_serialization*.so.* \ |
88 | ${libdir}/libboost_wserialization*.so.*" | 88 | ${libdir}/libboost_wserialization*.so.*" |
89 | FILES_boost-test = "${libdir}/libboost_prg_exec_monitor*.so.* \ | 89 | FILES:boost-test = "${libdir}/libboost_prg_exec_monitor*.so.* \ |
90 | ${libdir}/libboost_unit_test_framework*.so.*" | 90 | ${libdir}/libboost_unit_test_framework*.so.*" |
91 | 91 | ||
92 | # -dev last to pick up the remaining stuff | 92 | # -dev last to pick up the remaining stuff |
93 | PACKAGES += "${PN}-dev ${PN}-staticdev" | 93 | PACKAGES += "${PN}-dev ${PN}-staticdev" |
94 | FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/cmake" | 94 | FILES:${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/cmake" |
95 | FILES_${PN}-staticdev = "${libdir}/libboost_*.a" | 95 | FILES:${PN}-staticdev = "${libdir}/libboost_*.a" |
96 | 96 | ||
97 | # "boost" is a metapackage which pulls in all boost librabries | 97 | # "boost" is a metapackage which pulls in all boost librabries |
98 | PACKAGES += "${PN}" | 98 | PACKAGES += "${PN}" |
99 | FILES_${PN} = "" | 99 | FILES:${PN} = "" |
100 | ALLOW_EMPTY_${PN} = "1" | 100 | ALLOW_EMPTY:${PN} = "1" |
101 | RRECOMMENDS_${PN} += "${BOOST_PACKAGES}" | 101 | RRECOMMENDS:${PN} += "${BOOST_PACKAGES}" |
102 | RRECOMMENDS_${PN}_class-native = "" | 102 | RRECOMMENDS:${PN}:class-native = "" |
103 | 103 | ||
104 | # to avoid GNU_HASH QA errors added LDFLAGS to ARCH; a little bit dirty but at least it works | 104 | # to avoid GNU_HASH QA errors added LDFLAGS to ARCH; a little bit dirty but at least it works |
105 | TARGET_CC_ARCH += "${LDFLAGS}" | 105 | TARGET_CC_ARCH += "${LDFLAGS}" |
@@ -155,14 +155,14 @@ BJAM_OPTS = '${BOOST_PARALLEL_MAKE} -d+2 -q \ | |||
155 | ${BJAM_EXTRA}' | 155 | ${BJAM_EXTRA}' |
156 | 156 | ||
157 | # Native compilation of bzip2 isn't working | 157 | # Native compilation of bzip2 isn't working |
158 | BJAM_OPTS_append_class-native = ' -sNO_BZIP2=1' | 158 | BJAM_OPTS:append:class-native = ' -sNO_BZIP2=1' |
159 | 159 | ||
160 | # Adjust the build for x32 | 160 | # Adjust the build for x32 |
161 | BJAM_OPTS_append_x86-x32 = " abi=x32 address-model=64" | 161 | BJAM_OPTS:append:x86-x32 = " abi=x32 address-model=64" |
162 | 162 | ||
163 | # cross compiling for arm fails to detect abi, so provide some help | 163 | # cross compiling for arm fails to detect abi, so provide some help |
164 | BJAM_OPTS_append_arm = " abi=aapcs architecture=arm" | 164 | BJAM_OPTS:append:arm = " abi=aapcs architecture=arm" |
165 | BJAM_OPTS_append_aarch64 = " abi=aapcs address-model=64 architecture=arm" | 165 | BJAM_OPTS:append:aarch64 = " abi=aapcs address-model=64 architecture=arm" |
166 | 166 | ||
167 | do_configure() { | 167 | do_configure() { |
168 | cd ${S} | 168 | cd ${S} |
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20210119.bb b/meta/recipes-support/ca-certificates/ca-certificates_20210119.bb index 7dcc86fdc1..363203854f 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20210119.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20210119.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=ae5b36b514e3f12ce1aa8e2ee67f3d7e | |||
9 | 9 | ||
10 | # This is needed to ensure we can run the postinst at image creation time | 10 | # This is needed to ensure we can run the postinst at image creation time |
11 | DEPENDS = "" | 11 | DEPENDS = "" |
12 | DEPENDS_class-native = "openssl-native" | 12 | DEPENDS:class-native = "openssl-native" |
13 | DEPENDS_class-nativesdk = "openssl-native" | 13 | DEPENDS:class-nativesdk = "openssl-native" |
14 | # Need rehash from openssl and run-parts from debianutils | 14 | # Need rehash from openssl and run-parts from debianutils |
15 | PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" | 15 | PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" |
16 | 16 | ||
@@ -35,7 +35,7 @@ EXTRA_OEMAKE = "\ | |||
35 | 'SBINDIR=${sbindir}' \ | 35 | 'SBINDIR=${sbindir}' \ |
36 | " | 36 | " |
37 | 37 | ||
38 | do_compile_prepend() { | 38 | do_compile:prepend() { |
39 | oe_runmake clean | 39 | oe_runmake clean |
40 | } | 40 | } |
41 | 41 | ||
@@ -58,7 +58,7 @@ do_install () { | |||
58 | } >${D}${sysconfdir}/ca-certificates.conf | 58 | } >${D}${sysconfdir}/ca-certificates.conf |
59 | } | 59 | } |
60 | 60 | ||
61 | do_install_append_class-target () { | 61 | do_install:append:class-target () { |
62 | sed -i -e 's,/etc/,${sysconfdir}/,' \ | 62 | sed -i -e 's,/etc/,${sysconfdir}/,' \ |
63 | -e 's,/usr/share/,${datadir}/,' \ | 63 | -e 's,/usr/share/,${datadir}/,' \ |
64 | -e 's,/usr/local,${prefix}/local,' \ | 64 | -e 's,/usr/local,${prefix}/local,' \ |
@@ -66,25 +66,25 @@ do_install_append_class-target () { | |||
66 | ${D}${mandir}/man8/update-ca-certificates.8 | 66 | ${D}${mandir}/man8/update-ca-certificates.8 |
67 | } | 67 | } |
68 | 68 | ||
69 | pkg_postinst_${PN}_class-target () { | 69 | pkg_postinst:${PN}:class-target () { |
70 | SYSROOT="$D" $D${sbindir}/update-ca-certificates | 70 | SYSROOT="$D" $D${sbindir}/update-ca-certificates |
71 | } | 71 | } |
72 | 72 | ||
73 | CONFFILES_${PN} += "${sysconfdir}/ca-certificates.conf" | 73 | CONFFILES:${PN} += "${sysconfdir}/ca-certificates.conf" |
74 | 74 | ||
75 | # Rather than make a postinst script that works for both target and nativesdk, | 75 | # Rather than make a postinst script that works for both target and nativesdk, |
76 | # we just run update-ca-certificate from do_install() for nativesdk. | 76 | # we just run update-ca-certificate from do_install() for nativesdk. |
77 | CONFFILES_${PN}_append_class-nativesdk = " ${sysconfdir}/ssl/certs/ca-certificates.crt" | 77 | CONFFILES:${PN}:append:class-nativesdk = " ${sysconfdir}/ssl/certs/ca-certificates.crt" |
78 | do_install_append_class-nativesdk () { | 78 | do_install:append:class-nativesdk () { |
79 | SYSROOT="${D}${SDKPATHNATIVE}" ${D}${sbindir}/update-ca-certificates | 79 | SYSROOT="${D}${SDKPATHNATIVE}" ${D}${sbindir}/update-ca-certificates |
80 | } | 80 | } |
81 | 81 | ||
82 | do_install_append_class-native () { | 82 | do_install:append:class-native () { |
83 | SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates | 83 | SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates |
84 | } | 84 | } |
85 | 85 | ||
86 | RDEPENDS_${PN}_append_class-target = " openssl-bin openssl" | 86 | RDEPENDS:${PN}:append:class-target = " openssl-bin openssl" |
87 | RDEPENDS_${PN}_append_class-native = " openssl-native" | 87 | RDEPENDS:${PN}:append:class-native = " openssl-native" |
88 | RDEPENDS_${PN}_append_class-nativesdk = " nativesdk-openssl-bin nativesdk-openssl" | 88 | RDEPENDS:${PN}:append:class-nativesdk = " nativesdk-openssl-bin nativesdk-openssl" |
89 | 89 | ||
90 | BBCLASSEXTEND = "native nativesdk" | 90 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb index 22e755747b..3d28ba2a24 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.6.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
9 | file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" | 9 | file://src/main.c;endline=21;md5=0a994e09769780220163255d8f9071c3" |
10 | 10 | ||
11 | DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib virtual/libx11" | 11 | DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib virtual/libx11" |
12 | RDEPENDS_${PN} += "base-files" | 12 | RDEPENDS:${PN} += "base-files" |
13 | 13 | ||
14 | inherit autotools pkgconfig features_check | 14 | inherit autotools pkgconfig features_check |
15 | # depends on virtual/libx11 | 15 | # depends on virtual/libx11 |
@@ -31,15 +31,15 @@ PACKAGECONFIG[pam] = "--enable-pam-module --with-pam-module-dir=${base_libdir}/s | |||
31 | PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit" | 31 | PACKAGECONFIG[polkit] = "--with-polkit,--without-polkit,polkit" |
32 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--with-systemdsystemunitdir=" | 32 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--with-systemdsystemunitdir=" |
33 | 33 | ||
34 | FILES_${PN} += "${exec_prefix}/lib/ConsoleKit \ | 34 | FILES:${PN} += "${exec_prefix}/lib/ConsoleKit \ |
35 | ${libdir}/ConsoleKit ${systemd_unitdir} ${base_libdir} \ | 35 | ${libdir}/ConsoleKit ${systemd_unitdir} ${base_libdir} \ |
36 | ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*" | 36 | ${datadir}/dbus-1 ${datadir}/PolicyKit ${datadir}/polkit*" |
37 | 37 | ||
38 | PACKAGES =+ "pam-plugin-ck-connector" | 38 | PACKAGES =+ "pam-plugin-ck-connector" |
39 | FILES_pam-plugin-ck-connector += "${base_libdir}/security/*.so" | 39 | FILES:pam-plugin-ck-connector += "${base_libdir}/security/*.so" |
40 | RDEPENDS_pam-plugin-ck-connector += "${PN}" | 40 | RDEPENDS:pam-plugin-ck-connector += "${PN}" |
41 | 41 | ||
42 | do_install_append() { | 42 | do_install:append() { |
43 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 43 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
44 | install -d ${D}${sysconfdir}/tmpfiles.d | 44 | install -d ${D}${sysconfdir}/tmpfiles.d |
45 | echo "d ${localstatedir}/log/ConsoleKit - - - -" \ | 45 | echo "d ${localstatedir}/log/ConsoleKit - - - -" \ |
diff --git a/meta/recipes-support/curl/curl_7.77.0.bb b/meta/recipes-support/curl/curl_7.77.0.bb index ee1aa89f27..6b15a6a3e8 100644 --- a/meta/recipes-support/curl/curl_7.77.0.bb +++ b/meta/recipes-support/curl/curl_7.77.0.bb | |||
@@ -21,8 +21,8 @@ CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl dan | |||
21 | inherit autotools pkgconfig binconfig multilib_header | 21 | inherit autotools pkgconfig binconfig multilib_header |
22 | 22 | ||
23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} ssl libidn proxy threaded-resolver verbose zlib" | 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} ssl libidn proxy threaded-resolver verbose zlib" |
24 | PACKAGECONFIG_class-native = "ipv6 proxy ssl threaded-resolver verbose zlib" | 24 | PACKAGECONFIG:class-native = "ipv6 proxy ssl threaded-resolver verbose zlib" |
25 | PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl threaded-resolver verbose zlib" | 25 | PACKAGECONFIG:class-nativesdk = "ipv6 proxy ssl threaded-resolver verbose zlib" |
26 | 26 | ||
27 | # 'ares' and 'threaded-resolver' are mutually exclusive | 27 | # 'ares' and 'threaded-resolver' are mutually exclusive |
28 | PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" | 28 | PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver" |
@@ -68,7 +68,7 @@ EXTRA_OECONF = " \ | |||
68 | --disable-curldebug \ | 68 | --disable-curldebug \ |
69 | " | 69 | " |
70 | 70 | ||
71 | do_install_append_class-target() { | 71 | do_install:append:class-target() { |
72 | # cleanup buildpaths from curl-config | 72 | # cleanup buildpaths from curl-config |
73 | sed -i \ | 73 | sed -i \ |
74 | -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ | 74 | -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ |
@@ -79,10 +79,10 @@ do_install_append_class-target() { | |||
79 | 79 | ||
80 | PACKAGES =+ "lib${BPN}" | 80 | PACKAGES =+ "lib${BPN}" |
81 | 81 | ||
82 | FILES_lib${BPN} = "${libdir}/lib*.so.*" | 82 | FILES:lib${BPN} = "${libdir}/lib*.so.*" |
83 | RRECOMMENDS_lib${BPN} += "ca-certificates" | 83 | RRECOMMENDS:lib${BPN} += "ca-certificates" |
84 | 84 | ||
85 | FILES_${PN} += "${datadir}/zsh" | 85 | FILES:${PN} += "${datadir}/zsh" |
86 | 86 | ||
87 | inherit multilib_script | 87 | inherit multilib_script |
88 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/curl-config" | 88 | MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/curl-config" |
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index b2ae98f05c..d5b788a3d7 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
@@ -13,7 +13,7 @@ SUMMARY = "Berkeley Database v5" | |||
13 | DESCRIPTION = "Provides the foundational storage services for your application, no matter how demanding and unique your requirements may seem to be" | 13 | DESCRIPTION = "Provides the foundational storage services for your application, no matter how demanding and unique your requirements may seem to be" |
14 | HOMEPAGE = "https://www.oracle.com/database/technologies/related/berkeleydb.html" | 14 | HOMEPAGE = "https://www.oracle.com/database/technologies/related/berkeleydb.html" |
15 | LICENSE = "Sleepycat" | 15 | LICENSE = "Sleepycat" |
16 | RCONFLICTS_${PN} = "db3" | 16 | RCONFLICTS:${PN} = "db3" |
17 | 17 | ||
18 | CVE_PRODUCT = "oracle_berkeley_db berkeley_db" | 18 | CVE_PRODUCT = "oracle_berkeley_db berkeley_db" |
19 | CVE_VERSION = "11.2.${PV}" | 19 | CVE_VERSION = "11.2.${PV}" |
@@ -47,7 +47,7 @@ inherit autotools | |||
47 | inherit lib_package | 47 | inherit lib_package |
48 | 48 | ||
49 | PACKAGES =+ "${PN}-cxx" | 49 | PACKAGES =+ "${PN}-cxx" |
50 | FILES_${PN}-cxx = "${libdir}/*cxx*so" | 50 | FILES:${PN}-cxx = "${libdir}/*cxx*so" |
51 | 51 | ||
52 | # The dev package has the .so link (as in db3) and the .a's - | 52 | # The dev package has the .so link (as in db3) and the .a's - |
53 | # it is therefore incompatible (cannot be installed at the | 53 | # it is therefore incompatible (cannot be installed at the |
@@ -75,7 +75,7 @@ AUTOTOOLS_SCRIPT_PATH = "${S}/dist" | |||
75 | # configure. | 75 | # configure. |
76 | CONFIG_SITE = "" | 76 | CONFIG_SITE = "" |
77 | 77 | ||
78 | oe_runconf_prepend() { | 78 | oe_runconf:prepend() { |
79 | . ${S}/dist/RELEASE | 79 | . ${S}/dist/RELEASE |
80 | # Edit version information we couldn't pre-compute. | 80 | # Edit version information we couldn't pre-compute. |
81 | sed -i -e "s/__EDIT_DB_VERSION_FAMILY__/$DB_VERSION_FAMILY/g" \ | 81 | sed -i -e "s/__EDIT_DB_VERSION_FAMILY__/$DB_VERSION_FAMILY/g" \ |
@@ -89,12 +89,12 @@ oe_runconf_prepend() { | |||
89 | -e "s/__EDIT_DB_VERSION__/$DB_VERSION/g" ${S}/dist/configure | 89 | -e "s/__EDIT_DB_VERSION__/$DB_VERSION/g" ${S}/dist/configure |
90 | } | 90 | } |
91 | 91 | ||
92 | do_compile_prepend() { | 92 | do_compile:prepend() { |
93 | # Stop libtool adding RPATHs | 93 | # Stop libtool adding RPATHs |
94 | sed -i -e 's|hardcode_into_libs=yes|hardcode_into_libs=no|' ${B}/${HOST_SYS}-libtool | 94 | sed -i -e 's|hardcode_into_libs=yes|hardcode_into_libs=no|' ${B}/${HOST_SYS}-libtool |
95 | } | 95 | } |
96 | 96 | ||
97 | do_install_append() { | 97 | do_install:append() { |
98 | mkdir -p ${D}/${includedir}/db51 | 98 | mkdir -p ${D}/${includedir}/db51 |
99 | mv ${D}/${includedir}/db.h ${D}/${includedir}/db51/. | 99 | mv ${D}/${includedir}/db.h ${D}/${includedir}/db51/. |
100 | mv ${D}/${includedir}/db_cxx.h ${D}/${includedir}/db51/. | 100 | mv ${D}/${includedir}/db_cxx.h ${D}/${includedir}/db51/. |
@@ -115,7 +115,7 @@ do_install_append() { | |||
115 | fi | 115 | fi |
116 | } | 116 | } |
117 | 117 | ||
118 | INSANE_SKIP_${PN} = "dev-so" | 118 | INSANE_SKIP:${PN} = "dev-so" |
119 | INSANE_SKIP_${PN}-cxx = "dev-so" | 119 | INSANE_SKIP:${PN}-cxx = "dev-so" |
120 | 120 | ||
121 | BBCLASSEXTEND = "native nativesdk" | 121 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/debianutils/debianutils_4.11.2.bb b/meta/recipes-support/debianutils/debianutils_4.11.2.bb index 1aedd8e6f3..231666c4dc 100644 --- a/meta/recipes-support/debianutils/debianutils_4.11.2.bb +++ b/meta/recipes-support/debianutils/debianutils_4.11.2.bb | |||
@@ -18,11 +18,11 @@ SRC_URI[sha256sum] = "3b680e81709b740387335fac8f8806d71611dcf60874e1a792e862e48a | |||
18 | inherit autotools update-alternatives | 18 | inherit autotools update-alternatives |
19 | 19 | ||
20 | S = "${WORKDIR}/debianutils" | 20 | S = "${WORKDIR}/debianutils" |
21 | do_configure_prepend() { | 21 | do_configure:prepend() { |
22 | sed -i -e 's:tempfile.1 which.1:which.1:g' ${S}/Makefile.am | 22 | sed -i -e 's:tempfile.1 which.1:which.1:g' ${S}/Makefile.am |
23 | } | 23 | } |
24 | 24 | ||
25 | do_install_append() { | 25 | do_install:append() { |
26 | if [ "${base_bindir}" != "${bindir}" ]; then | 26 | if [ "${base_bindir}" != "${bindir}" ]; then |
27 | # Debian places some utils into ${base_bindir} as does busybox | 27 | # Debian places some utils into ${base_bindir} as does busybox |
28 | install -d ${D}${base_bindir} | 28 | install -d ${D}${base_bindir} |
@@ -35,18 +35,18 @@ do_install_append() { | |||
35 | # Note that we package the update-alternatives name. | 35 | # Note that we package the update-alternatives name. |
36 | # | 36 | # |
37 | PACKAGES =+ "${PN}-run-parts" | 37 | PACKAGES =+ "${PN}-run-parts" |
38 | FILES_${PN}-run-parts = "${base_bindir}/run-parts.debianutils" | 38 | FILES:${PN}-run-parts = "${base_bindir}/run-parts.debianutils" |
39 | 39 | ||
40 | RDEPENDS_${PN} += "${PN}-run-parts" | 40 | RDEPENDS:${PN} += "${PN}-run-parts" |
41 | RDEPENDS_${PN}_class-native = "" | 41 | RDEPENDS:${PN}:class-native = "" |
42 | 42 | ||
43 | ALTERNATIVE_PRIORITY = "30" | 43 | ALTERNATIVE_PRIORITY = "30" |
44 | ALTERNATIVE_${PN} = "add-shell installkernel remove-shell savelog tempfile which" | 44 | ALTERNATIVE:${PN} = "add-shell installkernel remove-shell savelog tempfile which" |
45 | 45 | ||
46 | ALTERNATIVE_PRIORITY_${PN}-run-parts = "60" | 46 | ALTERNATIVE_PRIORITY_${PN}-run-parts = "60" |
47 | ALTERNATIVE_${PN}-run-parts = "run-parts" | 47 | ALTERNATIVE:${PN}-run-parts = "run-parts" |
48 | 48 | ||
49 | ALTERNATIVE_${PN}-doc = "which.1" | 49 | ALTERNATIVE:${PN}-doc = "which.1" |
50 | ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1" | 50 | ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1" |
51 | 51 | ||
52 | ALTERNATIVE_LINK_NAME[add-shell] = "${sbindir}/add-shell" | 52 | ALTERNATIVE_LINK_NAME[add-shell] = "${sbindir}/add-shell" |
diff --git a/meta/recipes-support/diffoscope/diffoscope_177.bb b/meta/recipes-support/diffoscope/diffoscope_177.bb index 0d9061dda0..107e97cd77 100644 --- a/meta/recipes-support/diffoscope/diffoscope_177.bb +++ b/meta/recipes-support/diffoscope/diffoscope_177.bb | |||
@@ -14,12 +14,12 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | SRC_URI[sha256sum] = "8ac0cad150914bab2a53caa3f21876a78b092f3d2a36b9134874cd5c04a26b2e" | 15 | SRC_URI[sha256sum] = "8ac0cad150914bab2a53caa3f21876a78b092f3d2a36b9134874cd5c04a26b2e" |
16 | 16 | ||
17 | RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" | 17 | RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" |
18 | 18 | ||
19 | # Dependencies don't build for musl | 19 | # Dependencies don't build for musl |
20 | COMPATIBLE_HOST_libc-musl = 'null' | 20 | COMPATIBLE_HOST:libc-musl = 'null' |
21 | 21 | ||
22 | do_install_append_class-native() { | 22 | do_install:append:class-native() { |
23 | create_wrapper ${D}${bindir}/diffoscope \ | 23 | create_wrapper ${D}${bindir}/diffoscope \ |
24 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \ | 24 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \ |
25 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ | 25 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ |
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.2.bb b/meta/recipes-support/dos2unix/dos2unix_7.4.2.bb index 9005bdea59..15d097ebed 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.4.2.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.4.2.bb | |||
@@ -25,7 +25,7 @@ PACKAGECONFIG ??= "" | |||
25 | PACKAGECONFIG[nls] = "ENABLE_NLS=1,ENABLE_NLS=,po4a-native" | 25 | PACKAGECONFIG[nls] = "ENABLE_NLS=1,ENABLE_NLS=,po4a-native" |
26 | 26 | ||
27 | EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS} LDFLAGS_USER='${LDFLAGS}'" | 27 | EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS} LDFLAGS_USER='${LDFLAGS}'" |
28 | EXTRA_OEMAKE_class-native = "ENABLE_NLS=" | 28 | EXTRA_OEMAKE:class-native = "ENABLE_NLS=" |
29 | 29 | ||
30 | do_install () { | 30 | do_install () { |
31 | oe_runmake DESTDIR="${D}${base_prefix}" install | 31 | oe_runmake DESTDIR="${D}${base_prefix}" install |
diff --git a/meta/recipes-support/enchant/enchant2_2.3.0.bb b/meta/recipes-support/enchant/enchant2_2.3.0.bb index 5d0f10d0bc..165b08f871 100644 --- a/meta/recipes-support/enchant/enchant2_2.3.0.bb +++ b/meta/recipes-support/enchant/enchant2_2.3.0.bb | |||
@@ -24,8 +24,8 @@ PACKAGECONFIG ??= "aspell" | |||
24 | PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell" | 24 | PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell" |
25 | PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell" | 25 | PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell" |
26 | 26 | ||
27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
28 | ${datadir}/enchant-2 \ | 28 | ${datadir}/enchant-2 \ |
29 | ${libdir}/enchant-2 \ | 29 | ${libdir}/enchant-2 \ |
30 | " | 30 | " |
31 | FILES_${PN}-staticdev += "${libdir}/enchant-2/*.a" | 31 | FILES:${PN}-staticdev += "${libdir}/enchant-2/*.a" |
diff --git a/meta/recipes-support/gdbm/gdbm_1.19.bb b/meta/recipes-support/gdbm/gdbm_1.19.bb index cd2617b130..1d1a0c8dd1 100644 --- a/meta/recipes-support/gdbm/gdbm_1.19.bb +++ b/meta/recipes-support/gdbm/gdbm_1.19.bb | |||
@@ -26,7 +26,7 @@ CACHED_CONFIGUREVARS += "ac_cv_lib_ndbm_main=no ac_cv_lib_dbm_main=no" | |||
26 | 26 | ||
27 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |
28 | 28 | ||
29 | do_install_append () { | 29 | do_install:append () { |
30 | # Create a symlink to ndbm.h and gdbm.h in include/gdbm to let other packages to find | 30 | # Create a symlink to ndbm.h and gdbm.h in include/gdbm to let other packages to find |
31 | # these headers | 31 | # these headers |
32 | install -d ${D}${includedir}/gdbm | 32 | install -d ${D}${includedir}/gdbm |
@@ -34,7 +34,7 @@ do_install_append () { | |||
34 | ln -sf ../gdbm.h ${D}/${includedir}/gdbm/gdbm.h | 34 | ln -sf ../gdbm.h ${D}/${includedir}/gdbm/gdbm.h |
35 | } | 35 | } |
36 | 36 | ||
37 | RDEPENDS_${PN}-ptest += "diffutils ${PN}-bin" | 37 | RDEPENDS:${PN}-ptest += "diffutils ${PN}-bin" |
38 | 38 | ||
39 | do_compile_ptest() { | 39 | do_compile_ptest() { |
40 | oe_runmake -C tests buildtests | 40 | oe_runmake -C tests buildtests |
@@ -42,5 +42,5 @@ do_compile_ptest() { | |||
42 | 42 | ||
43 | PACKAGES =+ "${PN}-compat \ | 43 | PACKAGES =+ "${PN}-compat \ |
44 | " | 44 | " |
45 | FILES_${PN}-compat = "${libdir}/libgdbm_compat${SOLIBS} \ | 45 | FILES:${PN}-compat = "${libdir}/libgdbm_compat${SOLIBS} \ |
46 | " | 46 | " |
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 948b89288e..1872226616 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc | |||
@@ -8,5 +8,5 @@ inherit autotools texinfo multilib_header | |||
8 | PACKAGECONFIG ??= "" | 8 | PACKAGECONFIG ??= "" |
9 | PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" | 9 | PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" |
10 | 10 | ||
11 | ARM_INSTRUCTION_SET_armv4 = "arm" | 11 | ARM_INSTRUCTION_SET:armv4 = "arm" |
12 | ARM_INSTRUCTION_SET_armv5 = "arm" | 12 | ARM_INSTRUCTION_SET:armv5 = "arm" |
diff --git a/meta/recipes-support/gmp/gmp_6.2.1.bb b/meta/recipes-support/gmp/gmp_6.2.1.bb index 3c50f928ab..d5996abd00 100644 --- a/meta/recipes-support/gmp/gmp_6.2.1.bb +++ b/meta/recipes-support/gmp/gmp_6.2.1.bb | |||
@@ -19,16 +19,16 @@ SRC_URI[sha256sum] = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a3 | |||
19 | acpaths = "" | 19 | acpaths = "" |
20 | 20 | ||
21 | EXTRA_OECONF += " --enable-cxx=detect" | 21 | EXTRA_OECONF += " --enable-cxx=detect" |
22 | EXTRA_OECONF_mipsarchr6_append = " --disable-assembly" | 22 | EXTRA_OECONF:mipsarchr6:append = " --disable-assembly" |
23 | 23 | ||
24 | PACKAGES =+ "libgmpxx" | 24 | PACKAGES =+ "libgmpxx" |
25 | FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}" | 25 | FILES:libgmpxx = "${libdir}/libgmpxx${SOLIBS}" |
26 | 26 | ||
27 | do_install_append() { | 27 | do_install:append() { |
28 | oe_multilib_header gmp.h | 28 | oe_multilib_header gmp.h |
29 | } | 29 | } |
30 | 30 | ||
31 | do_install_prepend_class-target() { | 31 | do_install:prepend:class-target() { |
32 | sed -i \ | 32 | sed -i \ |
33 | -e "s|--sysroot=${STAGING_DIR_HOST}||g" \ | 33 | -e "s|--sysroot=${STAGING_DIR_HOST}||g" \ |
34 | -e "s|${DEBUG_PREFIX_MAP}||g" \ | 34 | -e "s|${DEBUG_PREFIX_MAP}||g" \ |
diff --git a/meta/recipes-support/gnupg/gnupg_2.3.1.bb b/meta/recipes-support/gnupg/gnupg_2.3.1.bb index 77331efc0b..b8b0314d2f 100644 --- a/meta/recipes-support/gnupg/gnupg_2.3.1.bb +++ b/meta/recipes-support/gnupg/gnupg_2.3.1.bb | |||
@@ -20,9 +20,9 @@ SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | |||
20 | file://0004-autogen.sh-fix-find-version-for-beta-checking.patch \ | 20 | file://0004-autogen.sh-fix-find-version-for-beta-checking.patch \ |
21 | file://0001-Woverride-init-is-not-needed-with-gcc-9.patch \ | 21 | file://0001-Woverride-init-is-not-needed-with-gcc-9.patch \ |
22 | " | 22 | " |
23 | SRC_URI_append_class-native = " file://0001-configure.ac-use-a-custom-value-for-the-location-of-.patch \ | 23 | SRC_URI:append:class-native = " file://0001-configure.ac-use-a-custom-value-for-the-location-of-.patch \ |
24 | file://relocate.patch" | 24 | file://relocate.patch" |
25 | SRC_URI_append_class-nativesdk = " file://relocate.patch" | 25 | SRC_URI:append:class-nativesdk = " file://relocate.patch" |
26 | 26 | ||
27 | SRC_URI[sha256sum] = "c498db346a9b9a4b399e514c8f56dfc0a888ce8f327f10376ff984452cd154ec" | 27 | SRC_URI[sha256sum] = "c498db346a9b9a4b399e514c8f56dfc0a888ce8f327f10376ff984452cd154ec" |
28 | 28 | ||
@@ -36,7 +36,7 @@ EXTRA_OECONF = "--disable-ldap \ | |||
36 | 36 | ||
37 | # A minimal package containing just enough to run gpg+gpgagent (E.g. use gpgme in opkg) | 37 | # A minimal package containing just enough to run gpg+gpgagent (E.g. use gpgme in opkg) |
38 | PACKAGES =+ "${PN}-gpg" | 38 | PACKAGES =+ "${PN}-gpg" |
39 | FILES_${PN}-gpg = " \ | 39 | FILES:${PN}-gpg = " \ |
40 | ${bindir}/gpg \ | 40 | ${bindir}/gpg \ |
41 | ${bindir}/gpg2 \ | 41 | ${bindir}/gpg2 \ |
42 | ${bindir}/gpg-agent \ | 42 | ${bindir}/gpg-agent \ |
@@ -46,11 +46,11 @@ FILES_${PN}-gpg = " \ | |||
46 | # to ensure all tools are included. This is done only in non-native | 46 | # to ensure all tools are included. This is done only in non-native |
47 | # builds. Native builds don't have sub-packages, so appending RDEPENDS | 47 | # builds. Native builds don't have sub-packages, so appending RDEPENDS |
48 | # in this case breaks recipe parsing. | 48 | # in this case breaks recipe parsing. |
49 | RDEPENDS_${PN} += "${@ "" if ("native" in d.getVar("PN")) else (d.getVar("PN") + "-gpg")}" | 49 | RDEPENDS:${PN} += "${@ "" if ("native" in d.getVar("PN")) else (d.getVar("PN") + "-gpg")}" |
50 | 50 | ||
51 | RRECOMMENDS_${PN} = "pinentry" | 51 | RRECOMMENDS:${PN} = "pinentry" |
52 | 52 | ||
53 | do_configure_prepend () { | 53 | do_configure:prepend () { |
54 | # Else these could be used in prefernce to those in aclocal-copy | 54 | # Else these could be used in prefernce to those in aclocal-copy |
55 | rm -f ${S}/m4/gpg-error.m4 | 55 | rm -f ${S}/m4/gpg-error.m4 |
56 | rm -f ${S}/m4/libassuan.m4 | 56 | rm -f ${S}/m4/libassuan.m4 |
@@ -58,16 +58,16 @@ do_configure_prepend () { | |||
58 | rm -f ${S}/m4/libgcrypt.m4 | 58 | rm -f ${S}/m4/libgcrypt.m4 |
59 | } | 59 | } |
60 | 60 | ||
61 | do_install_append() { | 61 | do_install:append() { |
62 | ln -sf gpg2 ${D}${bindir}/gpg | 62 | ln -sf gpg2 ${D}${bindir}/gpg |
63 | ln -sf gpgv2 ${D}${bindir}/gpgv | 63 | ln -sf gpgv2 ${D}${bindir}/gpgv |
64 | } | 64 | } |
65 | 65 | ||
66 | do_install_append_class-native() { | 66 | do_install:append:class-native() { |
67 | create_wrappers ${STAGING_BINDIR_NATIVE} | 67 | create_wrappers ${STAGING_BINDIR_NATIVE} |
68 | } | 68 | } |
69 | 69 | ||
70 | do_install_append_class-nativesdk() { | 70 | do_install:append:class-nativesdk() { |
71 | create_wrappers ${SDKPATHNATIVE}${bindir_nativesdk} | 71 | create_wrappers ${SDKPATHNATIVE}${bindir_nativesdk} |
72 | } | 72 | } |
73 | 73 | ||
diff --git a/meta/recipes-support/gnutls/gnutls_3.7.2.bb b/meta/recipes-support/gnutls/gnutls_3.7.2.bb index 430d1f2d7d..e1a084fac4 100644 --- a/meta/recipes-support/gnutls/gnutls_3.7.2.bb +++ b/meta/recipes-support/gnutls/gnutls_3.7.2.bb | |||
@@ -5,17 +5,17 @@ HOMEPAGE = "https://gnutls.org/" | |||
5 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" | 5 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" |
6 | 6 | ||
7 | LICENSE = "GPLv3+ & LGPLv2.1+" | 7 | LICENSE = "GPLv3+ & LGPLv2.1+" |
8 | LICENSE_${PN} = "LGPLv2.1+" | 8 | LICENSE:${PN} = "LGPLv2.1+" |
9 | LICENSE_${PN}-xx = "LGPLv2.1+" | 9 | LICENSE:${PN}-xx = "LGPLv2.1+" |
10 | LICENSE_${PN}-bin = "GPLv3+" | 10 | LICENSE:${PN}-bin = "GPLv3+" |
11 | LICENSE_${PN}-openssl = "GPLv3+" | 11 | LICENSE:${PN}-openssl = "GPLv3+" |
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=71391c8e0c1cfe68077e7fce3b586283 \ | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=71391c8e0c1cfe68077e7fce3b586283 \ |
14 | file://doc/COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \ | 14 | file://doc/COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \ |
15 | file://doc/COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" | 15 | file://doc/COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" |
16 | 16 | ||
17 | DEPENDS = "nettle gmp virtual/libiconv libunistring" | 17 | DEPENDS = "nettle gmp virtual/libiconv libunistring" |
18 | DEPENDS_append_libc-musl = " argp-standalone" | 18 | DEPENDS:append:libc-musl = " argp-standalone" |
19 | 19 | ||
20 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 20 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" |
21 | 21 | ||
@@ -52,9 +52,9 @@ EXTRA_OECONF = " \ | |||
52 | # Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell. | 52 | # Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell. |
53 | export POSIX_SHELL="${base_bindir}/sh" | 53 | export POSIX_SHELL="${base_bindir}/sh" |
54 | 54 | ||
55 | LDFLAGS_append_libc-musl = " -largp" | 55 | LDFLAGS:append:libc-musl = " -largp" |
56 | 56 | ||
57 | do_configure_prepend() { | 57 | do_configure:prepend() { |
58 | for dir in . lib; do | 58 | for dir in . lib; do |
59 | rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4 | 59 | rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4 |
60 | done | 60 | done |
@@ -62,8 +62,8 @@ do_configure_prepend() { | |||
62 | 62 | ||
63 | PACKAGES =+ "${PN}-openssl ${PN}-xx" | 63 | PACKAGES =+ "${PN}-openssl ${PN}-xx" |
64 | 64 | ||
65 | FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" | 65 | FILES:${PN}-dev += "${bindir}/gnutls-cli-debug" |
66 | FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" | 66 | FILES:${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" |
67 | FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" | 67 | FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*" |
68 | 68 | ||
69 | BBCLASSEXTEND = "native nativesdk" | 69 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/gnutls/libtasn1_4.17.0.bb b/meta/recipes-support/gnutls/libtasn1_4.17.0.bb index 64e798b188..111f5ac13d 100644 --- a/meta/recipes-support/gnutls/libtasn1_4.17.0.bb +++ b/meta/recipes-support/gnutls/libtasn1_4.17.0.bb | |||
@@ -4,8 +4,8 @@ DER/BER data following an ASN.1 schema. " | |||
4 | HOMEPAGE = "http://www.gnu.org/software/libtasn1/" | 4 | HOMEPAGE = "http://www.gnu.org/software/libtasn1/" |
5 | 5 | ||
6 | LICENSE = "GPLv3+ & LGPLv2.1+" | 6 | LICENSE = "GPLv3+ & LGPLv2.1+" |
7 | LICENSE_${PN}-bin = "GPLv3+" | 7 | LICENSE:${PN}-bin = "GPLv3+" |
8 | LICENSE_${PN} = "LGPLv2.1+" | 8 | LICENSE:${PN} = "LGPLv2.1+" |
9 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 9 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
10 | file://doc/COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ | 10 | file://doc/COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ |
11 | file://COPYING;md5=75ac100ec923f959898182307970c360" | 11 | file://COPYING;md5=75ac100ec923f959898182307970c360" |
diff --git a/meta/recipes-support/gpgme/gpgme_1.16.0.bb b/meta/recipes-support/gpgme/gpgme_1.16.0.bb index 13f456fcfc..0ab30d93b9 100644 --- a/meta/recipes-support/gpgme/gpgme_1.16.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.16.0.bb | |||
@@ -26,10 +26,10 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \ | |||
26 | SRC_URI[sha256sum] = "6c8cc4aedb10d5d4c905894ba1d850544619ee765606ac43df7405865de29ed0" | 26 | SRC_URI[sha256sum] = "6c8cc4aedb10d5d4c905894ba1d850544619ee765606ac43df7405865de29ed0" |
27 | 27 | ||
28 | DEPENDS = "libgpg-error libassuan" | 28 | DEPENDS = "libgpg-error libassuan" |
29 | RDEPENDS_${PN}-cpp += "libstdc++" | 29 | RDEPENDS:${PN}-cpp += "libstdc++" |
30 | 30 | ||
31 | RDEPENDS_python2-gpg += "python-unixadmin" | 31 | RDEPENDS:python2-gpg += "python-unixadmin" |
32 | RDEPENDS_python3-gpg += "python3-unixadmin" | 32 | RDEPENDS:python3-gpg += "python3-unixadmin" |
33 | 33 | ||
34 | BINCONFIG = "${bindir}/gpgme-config" | 34 | BINCONFIG = "${bindir}/gpgme-config" |
35 | 35 | ||
@@ -45,7 +45,7 @@ PACKAGECONFIG[python3] = ",,python3 swig-native," | |||
45 | # Building the C++ bindings for native requires a C++ compiler with C++11 | 45 | # Building the C++ bindings for native requires a C++ compiler with C++11 |
46 | # support. Since these bindings are currently not needed, we can disable them. | 46 | # support. Since these bindings are currently not needed, we can disable them. |
47 | DEFAULT_LANGUAGES = "" | 47 | DEFAULT_LANGUAGES = "" |
48 | DEFAULT_LANGUAGES_class-target = "cpp" | 48 | DEFAULT_LANGUAGES:class-target = "cpp" |
49 | LANGUAGES ?= "${DEFAULT_LANGUAGES} python" | 49 | LANGUAGES ?= "${DEFAULT_LANGUAGES} python" |
50 | 50 | ||
51 | PYTHON_INHERIT = "${@bb.utils.contains('PACKAGECONFIG', 'python2', 'pythonnative', '', d)}" | 51 | PYTHON_INHERIT = "${@bb.utils.contains('PACKAGECONFIG', 'python2', 'pythonnative', '', d)}" |
@@ -69,19 +69,19 @@ PACKAGES =+ "${PN}-cpp" | |||
69 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python2', 'python2-gpg ', '', d)}" | 69 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python2', 'python2-gpg ', '', d)}" |
70 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-gpg ', '', d)}" | 70 | PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-gpg ', '', d)}" |
71 | 71 | ||
72 | FILES_${PN}-cpp = "${libdir}/libgpgmepp.so.*" | 72 | FILES:${PN}-cpp = "${libdir}/libgpgmepp.so.*" |
73 | FILES_python2-gpg = "${PYTHON_SITEPACKAGES_DIR}/*" | 73 | FILES:python2-gpg = "${PYTHON_SITEPACKAGES_DIR}/*" |
74 | FILES_python3-gpg = "${PYTHON_SITEPACKAGES_DIR}/*" | 74 | FILES:python3-gpg = "${PYTHON_SITEPACKAGES_DIR}/*" |
75 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" | 75 | FILES:${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" |
76 | 76 | ||
77 | CFLAGS_append_libc-musl = " -D__error_t_defined " | 77 | CFLAGS:append:libc-musl = " -D__error_t_defined " |
78 | do_configure_prepend () { | 78 | do_configure:prepend () { |
79 | # Else these could be used in preference to those in aclocal-copy | 79 | # Else these could be used in preference to those in aclocal-copy |
80 | rm -f ${S}/m4/gpg-error.m4 | 80 | rm -f ${S}/m4/gpg-error.m4 |
81 | rm -f ${S}/m4/libassuan.m4 | 81 | rm -f ${S}/m4/libassuan.m4 |
82 | rm -f ${S}/m4/python.m4 | 82 | rm -f ${S}/m4/python.m4 |
83 | } | 83 | } |
84 | 84 | ||
85 | do_install_append() { | 85 | do_install:append() { |
86 | oe_multilib_header gpgme.h | 86 | oe_multilib_header gpgme.h |
87 | } | 87 | } |
diff --git a/meta/recipes-support/icu/icu_69.1.bb b/meta/recipes-support/icu/icu_69.1.bb index bfeea8d2f0..4daf0fe82e 100644 --- a/meta/recipes-support/icu/icu_69.1.bb +++ b/meta/recipes-support/icu/icu_69.1.bb | |||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://site.icu-project.org/" | |||
7 | 7 | ||
8 | LICENSE = "ICU" | 8 | LICENSE = "ICU" |
9 | DEPENDS = "icu-native" | 9 | DEPENDS = "icu-native" |
10 | DEPENDS_class-native = "" | 10 | DEPENDS:class-native = "" |
11 | 11 | ||
12 | CVE_PRODUCT = "international_components_for_unicode" | 12 | CVE_PRODUCT = "international_components_for_unicode" |
13 | 13 | ||
@@ -27,15 +27,15 @@ MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/icu-config" | |||
27 | # cross-compiling. Taken the situation that different builds may share a common sstate-cache | 27 | # cross-compiling. Taken the situation that different builds may share a common sstate-cache |
28 | # into consideration, the native build directory needs to be staged. | 28 | # into consideration, the native build directory needs to be staged. |
29 | EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" | 29 | EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" |
30 | EXTRA_OECONF_class-native = "" | 30 | EXTRA_OECONF:class-native = "" |
31 | EXTRA_OECONF_class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" | 31 | EXTRA_OECONF:class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE}" |
32 | 32 | ||
33 | EXTRA_OECONF_append_class-target = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' --with-data-packaging=archive', '', d)}" | 33 | EXTRA_OECONF:append:class-target = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' --with-data-packaging=archive', '', d)}" |
34 | TARGET_CXXFLAGS_append = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' -DICU_DATA_DIR=\\""${datadir}/${BPN}/${PV}\\""', '', d)}" | 34 | TARGET_CXXFLAGS:append = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'be', ' -DICU_DATA_DIR=\\""${datadir}/${BPN}/${PV}\\""', '', d)}" |
35 | 35 | ||
36 | ASNEEDED = "" | 36 | ASNEEDED = "" |
37 | 37 | ||
38 | do_compile_prepend_class-target () { | 38 | do_compile:prepend:class-target () { |
39 | # Make sure certain build host references do not end up being compiled | 39 | # Make sure certain build host references do not end up being compiled |
40 | # in the image. This only affects libicutu and icu-dbg | 40 | # in the image. This only affects libicutu and icu-dbg |
41 | sed \ | 41 | sed \ |
@@ -45,7 +45,7 @@ do_compile_prepend_class-target () { | |||
45 | } | 45 | } |
46 | 46 | ||
47 | PREPROCESS_RELOCATE_DIRS = "${datadir}/${BPN}/${PV}" | 47 | PREPROCESS_RELOCATE_DIRS = "${datadir}/${BPN}/${PV}" |
48 | do_install_append_class-native() { | 48 | do_install:append:class-native() { |
49 | mkdir -p ${D}/${STAGING_ICU_DIR_NATIVE}/config | 49 | mkdir -p ${D}/${STAGING_ICU_DIR_NATIVE}/config |
50 | cp -r ${B}/config/icucross.mk ${D}/${STAGING_ICU_DIR_NATIVE}/config | 50 | cp -r ${B}/config/icucross.mk ${D}/${STAGING_ICU_DIR_NATIVE}/config |
51 | cp -r ${B}/config/icucross.inc ${D}/${STAGING_ICU_DIR_NATIVE}/config | 51 | cp -r ${B}/config/icucross.inc ${D}/${STAGING_ICU_DIR_NATIVE}/config |
@@ -54,7 +54,7 @@ do_install_append_class-native() { | |||
54 | cp -r ${B}/tools ${D}/${STAGING_ICU_DIR_NATIVE} | 54 | cp -r ${B}/tools ${D}/${STAGING_ICU_DIR_NATIVE} |
55 | } | 55 | } |
56 | 56 | ||
57 | do_install_append_class-target() { | 57 | do_install:append:class-target() { |
58 | # The native pkgdata can not generate the correct data file. | 58 | # The native pkgdata can not generate the correct data file. |
59 | # Use icupkg to re-generate it. | 59 | # Use icupkg to re-generate it. |
60 | if [ "${SITEINFO_ENDIANNESS}" = "be" ] ; then | 60 | if [ "${SITEINFO_ENDIANNESS}" = "be" ] ; then |
@@ -73,13 +73,13 @@ do_install_append_class-target() { | |||
73 | 73 | ||
74 | PACKAGES =+ "libicudata libicuuc libicui18n libicutu libicuio" | 74 | PACKAGES =+ "libicudata libicuuc libicui18n libicutu libicuio" |
75 | 75 | ||
76 | FILES_${PN}-dev += "${libdir}/${BPN}/" | 76 | FILES:${PN}-dev += "${libdir}/${BPN}/" |
77 | 77 | ||
78 | FILES_libicudata = "${libdir}/libicudata.so.*" | 78 | FILES:libicudata = "${libdir}/libicudata.so.*" |
79 | FILES_libicuuc = "${libdir}/libicuuc.so.*" | 79 | FILES:libicuuc = "${libdir}/libicuuc.so.*" |
80 | FILES_libicui18n = "${libdir}/libicui18n.so.*" | 80 | FILES:libicui18n = "${libdir}/libicui18n.so.*" |
81 | FILES_libicutu = "${libdir}/libicutu.so.*" | 81 | FILES:libicutu = "${libdir}/libicutu.so.*" |
82 | FILES_libicuio = "${libdir}/libicuio.so.*" | 82 | FILES:libicuio = "${libdir}/libicuio.so.*" |
83 | 83 | ||
84 | BBCLASSEXTEND = "native nativesdk" | 84 | BBCLASSEXTEND = "native nativesdk" |
85 | 85 | ||
@@ -97,8 +97,8 @@ ICU_PV = "${@icu_download_version(d)}" | |||
97 | ICU_FOLDER = "${@icu_download_folder(d)}" | 97 | ICU_FOLDER = "${@icu_download_folder(d)}" |
98 | 98 | ||
99 | # http://errors.yoctoproject.org/Errors/Details/20486/ | 99 | # http://errors.yoctoproject.org/Errors/Details/20486/ |
100 | ARM_INSTRUCTION_SET_armv4 = "arm" | 100 | ARM_INSTRUCTION_SET:armv4 = "arm" |
101 | ARM_INSTRUCTION_SET_armv5 = "arm" | 101 | ARM_INSTRUCTION_SET:armv5 = "arm" |
102 | 102 | ||
103 | BASE_SRC_URI = "https://github.com/unicode-org/icu/releases/download/release-${ICU_FOLDER}/icu4c-${ICU_PV}-src.tgz" | 103 | BASE_SRC_URI = "https://github.com/unicode-org/icu/releases/download/release-${ICU_FOLDER}/icu4c-${ICU_PV}-src.tgz" |
104 | DATA_SRC_URI = "https://github.com/unicode-org/icu/releases/download/release-${ICU_FOLDER}/icu4c-${ICU_PV}-data.zip" | 104 | DATA_SRC_URI = "https://github.com/unicode-org/icu/releases/download/release-${ICU_FOLDER}/icu4c-${ICU_PV}-data.zip" |
@@ -109,7 +109,7 @@ SRC_URI = "${BASE_SRC_URI};name=code \ | |||
109 | file://0001-icu-Added-armeb-support.patch \ | 109 | file://0001-icu-Added-armeb-support.patch \ |
110 | " | 110 | " |
111 | 111 | ||
112 | SRC_URI_append_class-target = "\ | 112 | SRC_URI:append:class-target = "\ |
113 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ | 113 | file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \ |
114 | " | 114 | " |
115 | SRC_URI[code.sha256sum] = "4cba7b7acd1d3c42c44bb0c14be6637098c7faf2b330ce876bc5f3b915d09745" | 115 | SRC_URI[code.sha256sum] = "4cba7b7acd1d3c42c44bb0c14be6637098c7faf2b330ce876bc5f3b915d09745" |
@@ -118,12 +118,12 @@ SRC_URI[data.sha256sum] = "4fc2d8cfc3343673123586fca3967404abd4e346fba5515829204 | |||
118 | UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src" | 118 | UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src" |
119 | UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases" | 119 | UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases" |
120 | 120 | ||
121 | EXTRA_OECONF_append_libc-musl = " ac_cv_func_strtod_l=no" | 121 | EXTRA_OECONF:append:libc-musl = " ac_cv_func_strtod_l=no" |
122 | 122 | ||
123 | PACKAGECONFIG ?= "" | 123 | PACKAGECONFIG ?= "" |
124 | PACKAGECONFIG[make-icudata] = ",,," | 124 | PACKAGECONFIG[make-icudata] = ",,," |
125 | 125 | ||
126 | do_make_icudata_class-target () { | 126 | do_make_icudata:class-target () { |
127 | ${@bb.utils.contains('PACKAGECONFIG', 'make-icudata', '', 'exit 0', d)} | 127 | ${@bb.utils.contains('PACKAGECONFIG', 'make-icudata', '', 'exit 0', d)} |
128 | cd ${S} | 128 | cd ${S} |
129 | rm -rf data | 129 | rm -rf data |
diff --git a/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb index f915716ce7..6dd9bfa24c 100644 --- a/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb +++ b/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb | |||
@@ -19,4 +19,4 @@ S = "${WORKDIR}/git" | |||
19 | 19 | ||
20 | inherit allarch autotools | 20 | inherit allarch autotools |
21 | 21 | ||
22 | FILES_${PN} += "${datadir}/xml/" | 22 | FILES:${PN} += "${datadir}/xml/" |
diff --git a/meta/recipes-support/itstool/itstool_2.0.6.bb b/meta/recipes-support/itstool/itstool_2.0.6.bb index e28e2a2005..eba53e728d 100644 --- a/meta/recipes-support/itstool/itstool_2.0.6.bb +++ b/meta/recipes-support/itstool/itstool_2.0.6.bb | |||
@@ -12,13 +12,13 @@ inherit autotools python3native | |||
12 | DEPENDS = "libxml2-native" | 12 | DEPENDS = "libxml2-native" |
13 | 13 | ||
14 | SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2" | 14 | SRC_URI = "http://files.itstool.org/${BPN}/${BPN}-${PV}.tar.bz2" |
15 | SRC_URI_append_class-native = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" | 15 | SRC_URI:append:class-native = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" |
16 | SRC_URI_append_class-nativesdk = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" | 16 | SRC_URI:append:class-nativesdk = " file://0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch" |
17 | SRC_URI_append_class-target = " file://0002-Don-t-use-build-time-hardcoded-python-binary-path.patch" | 17 | SRC_URI:append:class-target = " file://0002-Don-t-use-build-time-hardcoded-python-binary-path.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "4306eeba4f4aee6b393d14f9c3c57ca1" | 19 | SRC_URI[md5sum] = "4306eeba4f4aee6b393d14f9c3c57ca1" |
20 | SRC_URI[sha256sum] = "6233cc22726a9a5a83664bf67d1af79549a298c23185d926c3677afa917b92a9" | 20 | SRC_URI[sha256sum] = "6233cc22726a9a5a83664bf67d1af79549a298c23185d926c3677afa917b92a9" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
23 | 23 | ||
24 | RDEPENDS_${PN} += "libxml2-python" | 24 | RDEPENDS:${PN} += "libxml2-python" |
diff --git a/meta/recipes-support/libassuan/libassuan_2.5.5.bb b/meta/recipes-support/libassuan/libassuan_2.5.5.bb index 3d12ea09e8..2d78911c65 100644 --- a/meta/recipes-support/libassuan/libassuan_2.5.5.bb +++ b/meta/recipes-support/libassuan/libassuan_2.5.5.bb | |||
@@ -6,8 +6,8 @@ HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/" | |||
6 | BUGTRACKER = "https://bugs.g10code.com/gnupg/index" | 6 | BUGTRACKER = "https://bugs.g10code.com/gnupg/index" |
7 | 7 | ||
8 | LICENSE = "GPLv3+ & LGPLv2.1+" | 8 | LICENSE = "GPLv3+ & LGPLv2.1+" |
9 | LICENSE_${PN} = "LGPLv2.1+" | 9 | LICENSE:${PN} = "LGPLv2.1+" |
10 | LICENSE_${PN}-doc = "GPLv3+" | 10 | LICENSE:${PN}-doc = "GPLv3+" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
12 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 12 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
13 | file://src/assuan.c;endline=20;md5=ab92143a5a2adabd06d7994d1467ea5c\ | 13 | file://src/assuan.c;endline=20;md5=ab92143a5a2adabd06d7994d1467ea5c\ |
@@ -26,12 +26,12 @@ BINCONFIG = "${bindir}/libassuan-config" | |||
26 | 26 | ||
27 | inherit autotools texinfo binconfig-disabled pkgconfig multilib_header | 27 | inherit autotools texinfo binconfig-disabled pkgconfig multilib_header |
28 | 28 | ||
29 | do_configure_prepend () { | 29 | do_configure:prepend () { |
30 | # Else these could be used in preference to those in aclocal-copy | 30 | # Else these could be used in preference to those in aclocal-copy |
31 | rm -f ${S}/m4/*.m4 | 31 | rm -f ${S}/m4/*.m4 |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_append () { | 34 | do_install:append () { |
35 | oe_multilib_header assuan.h | 35 | oe_multilib_header assuan.h |
36 | } | 36 | } |
37 | 37 | ||
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb index 3089d1f7ff..74afe9c92f 100644 --- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "587edf60817f56daf1e1ab38a4b3c729b8e846ff67b4f62a6157183708 | |||
16 | 16 | ||
17 | S = "${WORKDIR}/libatomic_ops-${PV}" | 17 | S = "${WORKDIR}/libatomic_ops-${PV}" |
18 | 18 | ||
19 | ALLOW_EMPTY_${PN} = "1" | 19 | ALLOW_EMPTY:${PN} = "1" |
20 | 20 | ||
21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
22 | 22 | ||
diff --git a/meta/recipes-support/libbsd/libbsd_0.11.3.bb b/meta/recipes-support/libbsd/libbsd_0.11.3.bb index 55ecae2ea5..8daea9f762 100644 --- a/meta/recipes-support/libbsd/libbsd_0.11.3.bb +++ b/meta/recipes-support/libbsd/libbsd_0.11.3.bb | |||
@@ -28,7 +28,7 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/" | |||
28 | # License: public-domain | 28 | # License: public-domain |
29 | # License: public-domain-Colin-Plumb | 29 | # License: public-domain-Colin-Plumb |
30 | LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" | 30 | LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" |
31 | LICENSE_${PN} = "BSD-3-Clause & ISC & PD" | 31 | LICENSE:${PN} = "BSD-3-Clause & ISC & PD" |
32 | LIC_FILES_CHKSUM = "file://COPYING;md5=adf6172075bcc5837e33a8a688eb7e22" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=adf6172075bcc5837e33a8a688eb7e22" |
33 | SECTION = "libs" | 33 | SECTION = "libs" |
34 | 34 | ||
diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb index 6cea422d11..1240589d00 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb +++ b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libcap-ng.inc | 1 | require libcap-ng.inc |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/libcap-ng:" | 3 | FILESEXTRAPATHS:prepend := "${THISDIR}/libcap-ng:" |
4 | 4 | ||
5 | SUMMARY .= " - python" | 5 | SUMMARY .= " - python" |
6 | 6 | ||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/libcap-ng-${PV}" | |||
12 | 12 | ||
13 | EXTRA_OECONF += "--with-python --with-python3" | 13 | EXTRA_OECONF += "--with-python --with-python3" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | rm -rf ${D}${bindir} | 16 | rm -rf ${D}${bindir} |
17 | rm -rf ${D}${libdir}/.debug | 17 | rm -rf ${D}${libdir}/.debug |
18 | rm -f ${D}${libdir}/lib* | 18 | rm -f ${D}${libdir}/lib* |
@@ -23,6 +23,6 @@ do_install_append() { | |||
23 | 23 | ||
24 | # PACKAGES = "${PN}" | 24 | # PACKAGES = "${PN}" |
25 | 25 | ||
26 | FILES_${PN} = "${libdir}/python${PYTHON_BASEVERSION}" | 26 | FILES:${PN} = "${libdir}/python${PYTHON_BASEVERSION}" |
27 | FILES_${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/.debug/_capng.so" | 27 | FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/.debug/_capng.so" |
28 | 28 | ||
diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc index 64bc62de24..34374b4dbf 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng.inc +++ b/meta/recipes-support/libcap-ng/libcap-ng.inc | |||
@@ -13,7 +13,7 @@ SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9" | 14 | SRC_URI[sha256sum] = "52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9" |
15 | 15 | ||
16 | EXTRA_OECONF_append_class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" | 16 | EXTRA_OECONF:append:class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" |
17 | EXTRA_OECONF_append_class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" | 17 | EXTRA_OECONF:append:class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" |
18 | 18 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb index 6e6de45494..6e16e886b9 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb +++ b/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb | |||
@@ -6,7 +6,7 @@ EXTRA_OECONF += "--without-python --without-python3" | |||
6 | 6 | ||
7 | BBCLASSEXTEND = "native nativesdk" | 7 | BBCLASSEXTEND = "native nativesdk" |
8 | 8 | ||
9 | do_install_append() { | 9 | do_install:append() { |
10 | # Moving libcap-ng to base_libdir | 10 | # Moving libcap-ng to base_libdir |
11 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then | 11 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then |
12 | mkdir -p ${D}/${base_libdir}/ | 12 | mkdir -p ${D}/${base_libdir}/ |
diff --git a/meta/recipes-support/libcap/libcap_2.51.bb b/meta/recipes-support/libcap/libcap_2.51.bb index a43dca9f13..3e653e371e 100644 --- a/meta/recipes-support/libcap/libcap_2.51.bb +++ b/meta/recipes-support/libcap/libcap_2.51.bb | |||
@@ -21,7 +21,7 @@ UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs | |||
21 | inherit lib_package | 21 | inherit lib_package |
22 | 22 | ||
23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
24 | PACKAGECONFIG_class-native ??= "" | 24 | PACKAGECONFIG:class-native ??= "" |
25 | 25 | ||
26 | PACKAGECONFIG[pam] = "PAM_CAP=yes,PAM_CAP=no,libpam" | 26 | PACKAGECONFIG[pam] = "PAM_CAP=yes,PAM_CAP=no,libpam" |
27 | 27 | ||
@@ -33,7 +33,7 @@ EXTRA_OEMAKE = " \ | |||
33 | BUILD_GPERF=yes \ | 33 | BUILD_GPERF=yes \ |
34 | " | 34 | " |
35 | 35 | ||
36 | EXTRA_OEMAKE_append_class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}" | 36 | EXTRA_OEMAKE:append:class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}" |
37 | 37 | ||
38 | do_compile() { | 38 | do_compile() { |
39 | unset CFLAGS BUILD_CFLAGS | 39 | unset CFLAGS BUILD_CFLAGS |
@@ -54,7 +54,7 @@ do_install() { | |||
54 | SBINDIR="${sbindir}" | 54 | SBINDIR="${sbindir}" |
55 | } | 55 | } |
56 | 56 | ||
57 | do_install_append() { | 57 | do_install:append() { |
58 | # Move the library to base_libdir | 58 | # Move the library to base_libdir |
59 | install -d ${D}${base_libdir} | 59 | install -d ${D}${base_libdir} |
60 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then | 60 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then |
@@ -65,9 +65,9 @@ do_install_append() { | |||
65 | fi | 65 | fi |
66 | } | 66 | } |
67 | 67 | ||
68 | FILES_${PN}-dev += "${base_libdir}/*.so" | 68 | FILES:${PN}-dev += "${base_libdir}/*.so" |
69 | 69 | ||
70 | # pam files | 70 | # pam files |
71 | FILES_${PN} += "${base_libdir}/security/*.so" | 71 | FILES:${PN} += "${base_libdir}/security/*.so" |
72 | 72 | ||
73 | BBCLASSEXTEND = "native nativesdk" | 73 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libcheck/libcheck_0.15.2.bb b/meta/recipes-support/libcheck/libcheck_0.15.2.bb index 62823023c7..89bcafc453 100644 --- a/meta/recipes-support/libcheck/libcheck_0.15.2.bb +++ b/meta/recipes-support/libcheck/libcheck_0.15.2.bb | |||
@@ -21,13 +21,13 @@ inherit autotools pkgconfig texinfo | |||
21 | 21 | ||
22 | CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" | 22 | CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" |
23 | 23 | ||
24 | RREPLACES_${PN} = "check (<= 0.9.5)" | 24 | RREPLACES:${PN} = "check (<= 0.9.5)" |
25 | 25 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 26 | BBCLASSEXTEND = "native nativesdk" |
27 | 27 | ||
28 | PACKAGES =+ "checkmk" | 28 | PACKAGES =+ "checkmk" |
29 | 29 | ||
30 | FILES_checkmk = "${bindir}/checkmk" | 30 | FILES:checkmk = "${bindir}/checkmk" |
31 | 31 | ||
32 | RDEPENDS_checkmk = "gawk" | 32 | RDEPENDS:checkmk = "gawk" |
33 | 33 | ||
diff --git a/meta/recipes-support/libevent/libevent_2.1.12.bb b/meta/recipes-support/libevent/libevent_2.1.12.bb index 6d53fea5a8..2a562fe2e9 100644 --- a/meta/recipes-support/libevent/libevent_2.1.12.bb +++ b/meta/recipes-support/libevent/libevent_2.1.12.bb | |||
@@ -40,11 +40,11 @@ PACKAGES_DYNAMIC = "^${PN}-.*$" | |||
40 | python split_libevent_libs () { | 40 | python split_libevent_libs () { |
41 | do_split_packages(d, '${libdir}', r'^libevent_([a-z]*)-.*\.so\..*', '${PN}-%s', '${SUMMARY} (%s)', prepend=True, allow_links=True) | 41 | do_split_packages(d, '${libdir}', r'^libevent_([a-z]*)-.*\.so\..*', '${PN}-%s', '${SUMMARY} (%s)', prepend=True, allow_links=True) |
42 | } | 42 | } |
43 | PACKAGESPLITFUNCS_prepend = "split_libevent_libs " | 43 | PACKAGESPLITFUNCS:prepend = "split_libevent_libs " |
44 | 44 | ||
45 | BBCLASSEXTEND = "native nativesdk" | 45 | BBCLASSEXTEND = "native nativesdk" |
46 | 46 | ||
47 | do_install_append() { | 47 | do_install:append() { |
48 | rm ${D}${bindir}/event_rpcgen.py | 48 | rm ${D}${bindir}/event_rpcgen.py |
49 | rmdir ${D}${bindir} | 49 | rmdir ${D}${bindir} |
50 | oe_multilib_header event2/event-config.h | 50 | oe_multilib_header event2/event-config.h |
diff --git a/meta/recipes-support/libffi/libffi_3.4.2.bb b/meta/recipes-support/libffi/libffi_3.4.2.bb index 19b6ed3e58..733fcc5e6c 100644 --- a/meta/recipes-support/libffi/libffi_3.4.2.bb +++ b/meta/recipes-support/libffi/libffi_3.4.2.bb | |||
@@ -19,14 +19,14 @@ UPSTREAM_CHECK_URI = "https://github.com/libffi/libffi/releases/" | |||
19 | UPSTREAM_CHECK_REGEX = "libffi-(?P<pver>\d+(\.\d+)+)\.tar" | 19 | UPSTREAM_CHECK_REGEX = "libffi-(?P<pver>\d+(\.\d+)+)\.tar" |
20 | 20 | ||
21 | EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" | 21 | EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" |
22 | EXTRA_OEMAKE_class-target = "LIBTOOLFLAGS='--tag=CC'" | 22 | EXTRA_OEMAKE:class-target = "LIBTOOLFLAGS='--tag=CC'" |
23 | inherit autotools texinfo multilib_header | 23 | inherit autotools texinfo multilib_header |
24 | 24 | ||
25 | do_install_append() { | 25 | do_install:append() { |
26 | oe_multilib_header ffi.h ffitarget.h | 26 | oe_multilib_header ffi.h ffitarget.h |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN}-dev += "${libdir}/libffi-${PV}" | 29 | FILES:${PN}-dev += "${libdir}/libffi-${PV}" |
30 | 30 | ||
31 | # Doesn't compile in MIPS16e mode due to use of hand-written | 31 | # Doesn't compile in MIPS16e mode due to use of hand-written |
32 | # assembly | 32 | # assembly |
diff --git a/meta/recipes-support/libfm/libfm_1.3.2.bb b/meta/recipes-support/libfm/libfm_1.3.2.bb index eb0949ae7d..79c7c8eeda 100644 --- a/meta/recipes-support/libfm/libfm_1.3.2.bb +++ b/meta/recipes-support/libfm/libfm_1.3.2.bb | |||
@@ -29,7 +29,7 @@ do_configure[dirs] =+ "${S}/m4" | |||
29 | 29 | ||
30 | PACKAGES =+ "libfm-gtk" | 30 | PACKAGES =+ "libfm-gtk" |
31 | PACKAGES += "${PN}-mime" | 31 | PACKAGES += "${PN}-mime" |
32 | FILES_libfm-gtk = " \ | 32 | FILES:libfm-gtk = " \ |
33 | ${libdir}/libfm-gtk*so.* \ | 33 | ${libdir}/libfm-gtk*so.* \ |
34 | ${libdir}/libfm/modules/gtk* \ | 34 | ${libdir}/libfm/modules/gtk* \ |
35 | ${bindir}/libfm-pref-apps \ | 35 | ${bindir}/libfm-pref-apps \ |
@@ -40,9 +40,9 @@ FILES_libfm-gtk = " \ | |||
40 | ${datadir}/libfm/images/unknown.png \ | 40 | ${datadir}/libfm/images/unknown.png \ |
41 | ${datadir}/libfm/ui/*.ui \ | 41 | ${datadir}/libfm/ui/*.ui \ |
42 | " | 42 | " |
43 | FILES_${PN}-mime = "${datadir}/mime/" | 43 | FILES:${PN}-mime = "${datadir}/mime/" |
44 | 44 | ||
45 | do_install_append () { | 45 | do_install:append () { |
46 | # remove files which are part of libfm-extra | 46 | # remove files which are part of libfm-extra |
47 | rm -f ${D}${includedir}/libfm-1.0/fm-xml-file.h | 47 | rm -f ${D}${includedir}/libfm-1.0/fm-xml-file.h |
48 | rm -f ${D}${includedir}/libfm-1.0/fm-version.h | 48 | rm -f ${D}${includedir}/libfm-1.0/fm-version.h |
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.9.3.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.9.3.bb index fd3d8e09f2..dee936dbc4 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.9.3.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.9.3.bb | |||
@@ -8,9 +8,9 @@ SECTION = "libs" | |||
8 | 8 | ||
9 | # helper program gcryptrnd and getrandom are under GPL, rest LGPL | 9 | # helper program gcryptrnd and getrandom are under GPL, rest LGPL |
10 | LICENSE = "GPLv2+ & LGPLv2.1+ & GPLv3+" | 10 | LICENSE = "GPLv2+ & LGPLv2.1+ & GPLv3+" |
11 | LICENSE_${PN} = "LGPLv2.1+" | 11 | LICENSE:${PN} = "LGPLv2.1+" |
12 | LICENSE_${PN}-dev = "GPLv2+ & LGPLv2.1+" | 12 | LICENSE:${PN}-dev = "GPLv2+ & LGPLv2.1+" |
13 | LICENSE_dumpsexp-dev = "GPLv3+" | 13 | LICENSE:dumpsexp-dev = "GPLv3+" |
14 | 14 | ||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
16 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \ | 16 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \ |
@@ -37,25 +37,25 @@ BINCONFIG = "${bindir}/libgcrypt-config" | |||
37 | inherit autotools texinfo binconfig-disabled pkgconfig | 37 | inherit autotools texinfo binconfig-disabled pkgconfig |
38 | 38 | ||
39 | EXTRA_OECONF = "--disable-asm" | 39 | EXTRA_OECONF = "--disable-asm" |
40 | EXTRA_OEMAKE_class-target = "LIBTOOLFLAGS='--tag=CC'" | 40 | EXTRA_OEMAKE:class-target = "LIBTOOLFLAGS='--tag=CC'" |
41 | 41 | ||
42 | PACKAGECONFIG ??= "capabilities" | 42 | PACKAGECONFIG ??= "capabilities" |
43 | PACKAGECONFIG[capabilities] = "--with-capabilities,--without-capabilities,libcap" | 43 | PACKAGECONFIG[capabilities] = "--with-capabilities,--without-capabilities,libcap" |
44 | 44 | ||
45 | do_configure_prepend () { | 45 | do_configure:prepend () { |
46 | # Else this could be used in preference to the one in aclocal-copy | 46 | # Else this could be used in preference to the one in aclocal-copy |
47 | rm -f ${S}/m4/gpg-error.m4 | 47 | rm -f ${S}/m4/gpg-error.m4 |
48 | } | 48 | } |
49 | 49 | ||
50 | # libgcrypt.pc is added locally and thus installed here | 50 | # libgcrypt.pc is added locally and thus installed here |
51 | do_install_append() { | 51 | do_install:append() { |
52 | install -d ${D}/${libdir}/pkgconfig | 52 | install -d ${D}/${libdir}/pkgconfig |
53 | install -m 0644 ${B}/src/libgcrypt.pc ${D}/${libdir}/pkgconfig/ | 53 | install -m 0644 ${B}/src/libgcrypt.pc ${D}/${libdir}/pkgconfig/ |
54 | } | 54 | } |
55 | 55 | ||
56 | PACKAGES =+ "dumpsexp-dev" | 56 | PACKAGES =+ "dumpsexp-dev" |
57 | 57 | ||
58 | FILES_${PN}-dev += "${bindir}/hmac256" | 58 | FILES:${PN}-dev += "${bindir}/hmac256" |
59 | FILES_dumpsexp-dev += "${bindir}/dumpsexp" | 59 | FILES:dumpsexp-dev += "${bindir}/dumpsexp" |
60 | 60 | ||
61 | BBCLASSEXTEND = "native nativesdk" | 61 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.42.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.42.bb index c972d9a953..04f5760b76 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.42.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.42.bb | |||
@@ -31,13 +31,13 @@ MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/gpgrt-config" | |||
31 | 31 | ||
32 | CPPFLAGS += "-P" | 32 | CPPFLAGS += "-P" |
33 | 33 | ||
34 | do_install_append() { | 34 | do_install:append() { |
35 | # we don't have common lisp in OE | 35 | # we don't have common lisp in OE |
36 | rm -rf "${D}${datadir}/common-lisp/" | 36 | rm -rf "${D}${datadir}/common-lisp/" |
37 | oe_multilib_header gpg-error.h gpgrt.h | 37 | oe_multilib_header gpg-error.h gpgrt.h |
38 | } | 38 | } |
39 | 39 | ||
40 | FILES_${PN}-dev += "${bindir}/gpg-error" | 40 | FILES:${PN}-dev += "${bindir}/gpg-error" |
41 | FILES_${PN}-doc += "${datadir}/libgpg-error/errorref.txt" | 41 | FILES:${PN}-doc += "${datadir}/libgpg-error/errorref.txt" |
42 | 42 | ||
43 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libical/libical_3.0.10.bb b/meta/recipes-support/libical/libical_3.0.10.bb index 30d6bbfd0f..aa5f11e817 100644 --- a/meta/recipes-support/libical/libical_3.0.10.bb +++ b/meta/recipes-support/libical/libical_3.0.10.bb | |||
@@ -19,7 +19,7 @@ UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" | |||
19 | 19 | ||
20 | inherit cmake pkgconfig | 20 | inherit cmake pkgconfig |
21 | 21 | ||
22 | DEPENDS_append_class-target = "libical-native" | 22 | DEPENDS:append:class-target = "libical-native" |
23 | 23 | ||
24 | PACKAGECONFIG ??= "icu glib" | 24 | PACKAGECONFIG ??= "icu glib" |
25 | PACKAGECONFIG[bdb] = ",-DCMAKE_DISABLE_FIND_PACKAGE_BDB=True,db" | 25 | PACKAGECONFIG[bdb] = ",-DCMAKE_DISABLE_FIND_PACKAGE_BDB=True,db" |
@@ -32,9 +32,9 @@ EXTRA_OECMAKE += "-DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl" | |||
32 | # doc build fails with linker error (??) for libical-glib so disable it | 32 | # doc build fails with linker error (??) for libical-glib so disable it |
33 | EXTRA_OECMAKE += "-DICAL_BUILD_DOCS=false" | 33 | EXTRA_OECMAKE += "-DICAL_BUILD_DOCS=false" |
34 | 34 | ||
35 | EXTRA_OECMAKE_append_class-target = " -DIMPORT_ICAL_GLIB_SRC_GENERATOR=${STAGING_LIBDIR_NATIVE}/cmake/LibIcal/IcalGlibSrcGenerator.cmake" | 35 | EXTRA_OECMAKE:append:class-target = " -DIMPORT_ICAL_GLIB_SRC_GENERATOR=${STAGING_LIBDIR_NATIVE}/cmake/LibIcal/IcalGlibSrcGenerator.cmake" |
36 | 36 | ||
37 | do_install_append () { | 37 | do_install:append () { |
38 | # Remove build host references | 38 | # Remove build host references |
39 | sed -i \ | 39 | sed -i \ |
40 | -e 's,${STAGING_LIBDIR},${libdir},g' \ | 40 | -e 's,${STAGING_LIBDIR},${libdir},g' \ |
diff --git a/meta/recipes-support/libksba/libksba_1.6.0.bb b/meta/recipes-support/libksba/libksba_1.6.0.bb index 552007d6cc..1374394610 100644 --- a/meta/recipes-support/libksba/libksba_1.6.0.bb +++ b/meta/recipes-support/libksba/libksba_1.6.0.bb | |||
@@ -6,8 +6,8 @@ library does not rely on another cryptographic library but provides \ | |||
6 | hooks for easy integration with Libgcrypt. " | 6 | hooks for easy integration with Libgcrypt. " |
7 | HOMEPAGE = "http://www.gnupg.org/related_software/libksba/" | 7 | HOMEPAGE = "http://www.gnupg.org/related_software/libksba/" |
8 | LICENSE = "GPLv3+ & (GPLv2+ | LGPLv3+)" | 8 | LICENSE = "GPLv3+ & (GPLv2+ | LGPLv3+)" |
9 | LICENSE_${PN} = "GPLv2+ | LGPLv3+" | 9 | LICENSE:${PN} = "GPLv2+ | LGPLv3+" |
10 | LICENSE_${PN}-doc = "GPLv3+" | 10 | LICENSE:${PN}-doc = "GPLv3+" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \ |
12 | file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 12 | file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
13 | file://COPYING.GPLv3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \ | 13 | file://COPYING.GPLv3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \ |
@@ -26,7 +26,7 @@ SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | |||
26 | 26 | ||
27 | SRC_URI[sha256sum] = "dad683e6f2d915d880aa4bed5cea9a115690b8935b78a1bbe01669189307a48b" | 27 | SRC_URI[sha256sum] = "dad683e6f2d915d880aa4bed5cea9a115690b8935b78a1bbe01669189307a48b" |
28 | 28 | ||
29 | do_configure_prepend () { | 29 | do_configure:prepend () { |
30 | # Else these could be used in preference to those in aclocal-copy | 30 | # Else these could be used in preference to those in aclocal-copy |
31 | rm -f ${S}/m4/gpg-error.m4 | 31 | rm -f ${S}/m4/gpg-error.m4 |
32 | } | 32 | } |
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb index 219f0c44d6..0b5901bc74 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.73.bb | |||
@@ -17,14 +17,14 @@ CFLAGS += "-pthread -D_REENTRANT" | |||
17 | EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../" | 17 | EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../" |
18 | 18 | ||
19 | PACKAGECONFIG ?= "curl https" | 19 | PACKAGECONFIG ?= "curl https" |
20 | PACKAGECONFIG_append_class-target = "\ | 20 | PACKAGECONFIG:append:class-target = "\ |
21 | ${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)} \ | 21 | ${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)} \ |
22 | " | 22 | " |
23 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," | 23 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," |
24 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," | 24 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," |
25 | PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," | 25 | PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," |
26 | 26 | ||
27 | do_compile_append() { | 27 | do_compile:append() { |
28 | sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc | 28 | sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc |
29 | } | 29 | } |
30 | 30 | ||
diff --git a/meta/recipes-support/libnl/libnl_3.5.0.bb b/meta/recipes-support/libnl/libnl_3.5.0.bb index 9753f93267..7480202f13 100644 --- a/meta/recipes-support/libnl/libnl_3.5.0.bb +++ b/meta/recipes-support/libnl/libnl_3.5.0.bb | |||
@@ -28,32 +28,32 @@ UPSTREAM_CHECK_URI = "https://github.com/thom311/${BPN}/releases" | |||
28 | 28 | ||
29 | inherit autotools pkgconfig ptest | 29 | inherit autotools pkgconfig ptest |
30 | 30 | ||
31 | FILES_${PN} = "${libdir}/libnl-3.so.* \ | 31 | FILES:${PN} = "${libdir}/libnl-3.so.* \ |
32 | ${libdir}/libnl.so.* \ | 32 | ${libdir}/libnl.so.* \ |
33 | ${sysconfdir}" | 33 | ${sysconfdir}" |
34 | RREPLACES_${PN} = "libnl2" | 34 | RREPLACES:${PN} = "libnl2" |
35 | RCONFLICTS_${PN} = "libnl2" | 35 | RCONFLICTS:${PN} = "libnl2" |
36 | 36 | ||
37 | FILES_${PN}-dev += "${libdir}/libnl/cli/*/*.la" | 37 | FILES:${PN}-dev += "${libdir}/libnl/cli/*/*.la" |
38 | FILES_${PN}-staticdev += "${libdir}/libnl/cli/*/*.a" | 38 | FILES:${PN}-staticdev += "${libdir}/libnl/cli/*/*.a" |
39 | 39 | ||
40 | PACKAGES += "${PN}-cli ${PN}-genl ${PN}-idiag ${PN}-nf ${PN}-route ${PN}-xfrm" | 40 | PACKAGES += "${PN}-cli ${PN}-genl ${PN}-idiag ${PN}-nf ${PN}-route ${PN}-xfrm" |
41 | FILES_${PN}-cli = "${libdir}/libnl-cli-3.so.* \ | 41 | FILES:${PN}-cli = "${libdir}/libnl-cli-3.so.* \ |
42 | ${libdir}/libnl/cli/*/*.so \ | 42 | ${libdir}/libnl/cli/*/*.so \ |
43 | ${bindir}/genl-ctrl-list \ | 43 | ${bindir}/genl-ctrl-list \ |
44 | ${bindir}/idiag-socket-details \ | 44 | ${bindir}/idiag-socket-details \ |
45 | ${bindir}/nf-* \ | 45 | ${bindir}/nf-* \ |
46 | ${bindir}/nl-*" | 46 | ${bindir}/nl-*" |
47 | FILES_${PN}-genl = "${libdir}/libnl-genl-3.so.* \ | 47 | FILES:${PN}-genl = "${libdir}/libnl-genl-3.so.* \ |
48 | ${libdir}/libnl-genl.so.*" | 48 | ${libdir}/libnl-genl.so.*" |
49 | FILES_${PN}-idiag = "${libdir}/libnl-idiag-3.so.*" | 49 | FILES:${PN}-idiag = "${libdir}/libnl-idiag-3.so.*" |
50 | FILES_${PN}-nf = "${libdir}/libnl-nf-3.so.*" | 50 | FILES:${PN}-nf = "${libdir}/libnl-nf-3.so.*" |
51 | FILES_${PN}-route = "${libdir}/libnl-route-3.so.*" | 51 | FILES:${PN}-route = "${libdir}/libnl-route-3.so.*" |
52 | FILES_${PN}-xfrm = "${libdir}/libnl-xfrm-3.so.*" | 52 | FILES:${PN}-xfrm = "${libdir}/libnl-xfrm-3.so.*" |
53 | RREPLACES_${PN}-genl = "libnl-genl2" | 53 | RREPLACES:${PN}-genl = "libnl-genl2" |
54 | RCONFLICTS_${PN}-genl = "libnl-genl2" | 54 | RCONFLICTS:${PN}-genl = "libnl-genl2" |
55 | 55 | ||
56 | RDEPENDS_${PN}-ptest += "libcheck" | 56 | RDEPENDS:${PN}-ptest += "libcheck" |
57 | DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'libcheck', '', d)}" | 57 | DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'libcheck', '', d)}" |
58 | 58 | ||
59 | # make sure the tests don't link against wrong so file | 59 | # make sure the tests don't link against wrong so file |
diff --git a/meta/recipes-support/libpcre/libpcre2_10.37.bb b/meta/recipes-support/libpcre/libpcre2_10.37.bb index b596fbe87d..e0ead59da6 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.37.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.37.bb | |||
@@ -33,20 +33,20 @@ EXTRA_OECONF = "\ | |||
33 | --enable-pcre2-32 \ | 33 | --enable-pcre2-32 \ |
34 | " | 34 | " |
35 | CFLAGS += "-D_REENTRANT" | 35 | CFLAGS += "-D_REENTRANT" |
36 | CXXFLAGS_append_powerpc = " -lstdc++" | 36 | CXXFLAGS:append:powerpc = " -lstdc++" |
37 | 37 | ||
38 | PACKAGES =+ "libpcre2-16 libpcre2-32 pcre2grep pcre2grep-doc pcre2test pcre2test-doc" | 38 | PACKAGES =+ "libpcre2-16 libpcre2-32 pcre2grep pcre2grep-doc pcre2test pcre2test-doc" |
39 | 39 | ||
40 | SUMMARY_pcre2grep = "grep utility that uses perl 5 compatible regexes" | 40 | SUMMARY:pcre2grep = "grep utility that uses perl 5 compatible regexes" |
41 | SUMMARY_pcre2grep-doc = "grep utility that uses perl 5 compatible regexes - docs" | 41 | SUMMARY:pcre2grep-doc = "grep utility that uses perl 5 compatible regexes - docs" |
42 | SUMMARY_pcre2test = "program for testing Perl-comatible regular expressions" | 42 | SUMMARY:pcre2test = "program for testing Perl-comatible regular expressions" |
43 | SUMMARY_pcre2test-doc = "program for testing Perl-comatible regular expressions - docs" | 43 | SUMMARY:pcre2test-doc = "program for testing Perl-comatible regular expressions - docs" |
44 | 44 | ||
45 | FILES_libpcre2-16 = "${libdir}/libpcre2-16.so.*" | 45 | FILES:libpcre2-16 = "${libdir}/libpcre2-16.so.*" |
46 | FILES_libpcre2-32 = "${libdir}/libpcre2-32.so.*" | 46 | FILES:libpcre2-32 = "${libdir}/libpcre2-32.so.*" |
47 | FILES_pcre2grep = "${bindir}/pcre2grep" | 47 | FILES:pcre2grep = "${bindir}/pcre2grep" |
48 | FILES_pcre2grep-doc = "${mandir}/man1/pcre2grep.1" | 48 | FILES:pcre2grep-doc = "${mandir}/man1/pcre2grep.1" |
49 | FILES_pcre2test = "${bindir}/pcre2test" | 49 | FILES:pcre2test = "${bindir}/pcre2test" |
50 | FILES_pcre2test-doc = "${mandir}/man1/pcre2test.1" | 50 | FILES:pcre2test-doc = "${mandir}/man1/pcre2test.1" |
51 | 51 | ||
52 | BBCLASSEXTEND = "native nativesdk" | 52 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libpcre/libpcre_8.45.bb b/meta/recipes-support/libpcre/libpcre_8.45.bb index 345c46e86e..76b20f5f08 100644 --- a/meta/recipes-support/libpcre/libpcre_8.45.bb +++ b/meta/recipes-support/libpcre/libpcre_8.45.bb | |||
@@ -38,19 +38,19 @@ EXTRA_OECONF = "--enable-utf" | |||
38 | 38 | ||
39 | PACKAGES =+ "libpcrecpp libpcreposix pcregrep pcregrep-doc pcretest pcretest-doc" | 39 | PACKAGES =+ "libpcrecpp libpcreposix pcregrep pcregrep-doc pcretest pcretest-doc" |
40 | 40 | ||
41 | SUMMARY_libpcrecpp = "${SUMMARY} - C++ wrapper functions" | 41 | SUMMARY:libpcrecpp = "${SUMMARY} - C++ wrapper functions" |
42 | SUMMARY_libpcreposix = "${SUMMARY} - C wrapper functions based on the POSIX regex API" | 42 | SUMMARY:libpcreposix = "${SUMMARY} - C wrapper functions based on the POSIX regex API" |
43 | SUMMARY_pcregrep = "grep utility that uses perl 5 compatible regexes" | 43 | SUMMARY:pcregrep = "grep utility that uses perl 5 compatible regexes" |
44 | SUMMARY_pcregrep-doc = "grep utility that uses perl 5 compatible regexes - docs" | 44 | SUMMARY:pcregrep-doc = "grep utility that uses perl 5 compatible regexes - docs" |
45 | SUMMARY_pcretest = "program for testing Perl-comatible regular expressions" | 45 | SUMMARY:pcretest = "program for testing Perl-comatible regular expressions" |
46 | SUMMARY_pcretest-doc = "program for testing Perl-comatible regular expressions - docs" | 46 | SUMMARY:pcretest-doc = "program for testing Perl-comatible regular expressions - docs" |
47 | 47 | ||
48 | FILES_libpcrecpp = "${libdir}/libpcrecpp.so.*" | 48 | FILES:libpcrecpp = "${libdir}/libpcrecpp.so.*" |
49 | FILES_libpcreposix = "${libdir}/libpcreposix.so.*" | 49 | FILES:libpcreposix = "${libdir}/libpcreposix.so.*" |
50 | FILES_pcregrep = "${bindir}/pcregrep" | 50 | FILES:pcregrep = "${bindir}/pcregrep" |
51 | FILES_pcregrep-doc = "${mandir}/man1/pcregrep.1" | 51 | FILES:pcregrep-doc = "${mandir}/man1/pcregrep.1" |
52 | FILES_pcretest = "${bindir}/pcretest" | 52 | FILES:pcretest = "${bindir}/pcretest" |
53 | FILES_pcretest-doc = "${mandir}/man1/pcretest.1" | 53 | FILES:pcretest-doc = "${mandir}/man1/pcretest.1" |
54 | 54 | ||
55 | BBCLASSEXTEND = "native nativesdk" | 55 | BBCLASSEXTEND = "native nativesdk" |
56 | 56 | ||
@@ -70,4 +70,4 @@ do_install_ptest() { | |||
70 | sed -i -e 's:do3=yes:do3=no:g' ${D}${PTEST_PATH}/RunTest | 70 | sed -i -e 's:do3=yes:do3=no:g' ${D}${PTEST_PATH}/RunTest |
71 | } | 71 | } |
72 | 72 | ||
73 | RDEPENDS_${PN}-ptest += "make" | 73 | RDEPENDS:${PN}-ptest += "make" |
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.17.bb b/meta/recipes-support/libproxy/libproxy_0.4.17.bb index c2579b3941..7e97d36339 100644 --- a/meta/recipes-support/libproxy/libproxy_0.4.17.bb +++ b/meta/recipes-support/libproxy/libproxy_0.4.17.bb | |||
@@ -37,6 +37,6 @@ EXTRA_OECMAKE += " \ | |||
37 | -DLIB_INSTALL_DIR=${libdir} \ | 37 | -DLIB_INSTALL_DIR=${libdir} \ |
38 | -DLIBEXEC_INSTALL_DIR=${libexecdir} \ | 38 | -DLIBEXEC_INSTALL_DIR=${libexecdir} \ |
39 | " | 39 | " |
40 | SECURITY_PIE_CFLAGS_remove = "-fPIE -pie" | 40 | SECURITY_PIE_CFLAGS:remove = "-fPIE -pie" |
41 | 41 | ||
42 | FILES_${PN} += "${libdir}/${BPN}/${PV}/modules" | 42 | FILES:${PN} += "${libdir}/${BPN}/${PV}/modules" |
diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb index 79736f2ad1..74bface4a1 100644 --- a/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb +++ b/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb | |||
@@ -50,7 +50,7 @@ do_install_ptest() { | |||
50 | done | 50 | done |
51 | } | 51 | } |
52 | 52 | ||
53 | FILES_${PN} = "${bindir} ${libdir}/${BPN}.so*" | 53 | FILES:${PN} = "${bindir} ${libdir}/${BPN}.so*" |
54 | FILES_${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug" | 54 | FILES:${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug" |
55 | 55 | ||
56 | RDEPENDS_${PN}-ptest = "coreutils bash" | 56 | RDEPENDS:${PN}-ptest = "coreutils bash" |
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb index 5b74119d94..3149896466 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb | |||
@@ -28,7 +28,7 @@ PACKAGECONFIG ??= "" | |||
28 | PACKAGECONFIG[gnome] = "-Dgnome=true,-Dgnome=false" | 28 | PACKAGECONFIG[gnome] = "-Dgnome=true,-Dgnome=false" |
29 | PACKAGECONFIG[gssapi] = "-Dgssapi=enabled,-Dgssapi=disabled,krb5" | 29 | PACKAGECONFIG[gssapi] = "-Dgssapi=enabled,-Dgssapi=disabled,krb5" |
30 | 30 | ||
31 | EXTRA_OEMESON_append = " -Dvapi=disabled -Dtls_check=false" | 31 | EXTRA_OEMESON:append = " -Dvapi=disabled -Dtls_check=false" |
32 | 32 | ||
33 | GTKDOC_MESON_OPTION = "gtk_doc" | 33 | GTKDOC_MESON_OPTION = "gtk_doc" |
34 | 34 | ||
@@ -36,9 +36,9 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
36 | # and will therefore become subject to renaming by debian.bbclass. Prevent | 36 | # and will therefore become subject to renaming by debian.bbclass. Prevent |
37 | # renaming in order to keep the package name consistent regardless of whether | 37 | # renaming in order to keep the package name consistent regardless of whether |
38 | # gnome support is enabled or disabled. | 38 | # gnome support is enabled or disabled. |
39 | DEBIAN_NOAUTONAME_${PN} = "1" | 39 | DEBIAN_NOAUTONAME:${PN} = "1" |
40 | 40 | ||
41 | # glib-networking is needed for SSL, proxies, etc. | 41 | # glib-networking is needed for SSL, proxies, etc. |
42 | RRECOMMENDS_${PN} = "glib-networking" | 42 | RRECOMMENDS:${PN} = "glib-networking" |
43 | 43 | ||
44 | BBCLASSEXTEND = "native nativesdk" | 44 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libssh2/libssh2_1.9.0.bb b/meta/recipes-support/libssh2/libssh2_1.9.0.bb index f290bf3268..9ae736d25a 100644 --- a/meta/recipes-support/libssh2/libssh2_1.9.0.bb +++ b/meta/recipes-support/libssh2/libssh2_1.9.0.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "http://www.libssh2.org/download/${BP}.tar.gz \ | |||
14 | file://0001-kex.c-move-EC-macro-outside-of-if-check-549-550.patch \ | 14 | file://0001-kex.c-move-EC-macro-outside-of-if-check-549-550.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI_append_ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch" | 17 | SRC_URI:append_ptest = " file://0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "1beefafe8963982adc84b408b2959927" | 19 | SRC_URI[md5sum] = "1beefafe8963982adc84b408b2959927" |
20 | SRC_URI[sha256sum] = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" | 20 | SRC_URI[sha256sum] = "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" |
@@ -34,8 +34,8 @@ PACKAGECONFIG[gcrypt] = "--with-crypto=libgcrypt --with-libgcrypt-prefix=${STAGI | |||
34 | BBCLASSEXTEND = "native nativesdk" | 34 | BBCLASSEXTEND = "native nativesdk" |
35 | 35 | ||
36 | # required for ptest on documentation | 36 | # required for ptest on documentation |
37 | RDEPENDS_${PN}-ptest = "man-db openssh util-linux-col" | 37 | RDEPENDS:${PN}-ptest = "man-db openssh util-linux-col" |
38 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" | 38 | RDEPENDS:${PN}-ptest:append:libc-glibc = " locale-base-en-us" |
39 | 39 | ||
40 | do_compile_ptest() { | 40 | do_compile_ptest() { |
41 | sed -i "/\$(MAKE) \$(AM_MAKEFLAGS) check-TESTS/d" tests/Makefile | 41 | sed -i "/\$(MAKE) \$(AM_MAKEFLAGS) check-TESTS/d" tests/Makefile |
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index 17ba151933..bf74f9fa3c 100644 --- a/meta/recipes-support/libunwind/libunwind.inc +++ b/meta/recipes-support/libunwind/libunwind.inc | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.nongnu.org/libunwind" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d80c8ed4062b8339b715f90fa68cc9f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d80c8ed4062b8339b715f90fa68cc9f" |
6 | DEPENDS += "libatomic-ops" | 6 | DEPENDS += "libatomic-ops" |
7 | DEPENDS_append_libc-musl = " libucontext" | 7 | DEPENDS:append:libc-musl = " libucontext" |
8 | 8 | ||
9 | inherit autotools multilib_header | 9 | inherit autotools multilib_header |
10 | 10 | ||
@@ -12,11 +12,11 @@ PACKAGECONFIG ??= "" | |||
12 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" | 12 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" |
13 | PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native" | 13 | PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native" |
14 | 14 | ||
15 | EXTRA_OECONF_arm = "--enable-debug-frame" | 15 | EXTRA_OECONF:arm = "--enable-debug-frame" |
16 | EXTRA_OECONF_armeb = "--enable-debug-frame" | 16 | EXTRA_OECONF:armeb = "--enable-debug-frame" |
17 | EXTRA_OECONF_aarch64 = "--enable-debug-frame" | 17 | EXTRA_OECONF:aarch64 = "--enable-debug-frame" |
18 | 18 | ||
19 | do_install_append () { | 19 | do_install:append () { |
20 | oe_multilib_header libunwind.h | 20 | oe_multilib_header libunwind.h |
21 | } | 21 | } |
22 | 22 | ||
diff --git a/meta/recipes-support/libunwind/libunwind_1.5.0.bb b/meta/recipes-support/libunwind/libunwind_1.5.0.bb index 6392cac5c9..9b515b58f4 100644 --- a/meta/recipes-support/libunwind/libunwind_1.5.0.bb +++ b/meta/recipes-support/libunwind/libunwind_1.5.0.bb | |||
@@ -8,21 +8,21 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/libunwind/libunwind-${PV | |||
8 | file://0006-Fix-for-X32.patch \ | 8 | file://0006-Fix-for-X32.patch \ |
9 | file://0001-configure-Do-not-enforce-libdir-for-ppc64.patch \ | 9 | file://0001-configure-Do-not-enforce-libdir-for-ppc64.patch \ |
10 | " | 10 | " |
11 | SRC_URI_append_libc-musl = " file://musl-header-conflict.patch" | 11 | SRC_URI:append:libc-musl = " file://musl-header-conflict.patch" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "c6923dda0675f6a4ef21426164dc8b6a" | 13 | SRC_URI[md5sum] = "c6923dda0675f6a4ef21426164dc8b6a" |
14 | SRC_URI[sha256sum] = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017" | 14 | SRC_URI[sha256sum] = "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017" |
15 | 15 | ||
16 | EXTRA_OECONF_append_libc-musl = " --disable-documentation --disable-tests --enable-static" | 16 | EXTRA_OECONF:append:libc-musl = " --disable-documentation --disable-tests --enable-static" |
17 | 17 | ||
18 | # http://errors.yoctoproject.org/Errors/Details/20487/ | 18 | # http://errors.yoctoproject.org/Errors/Details/20487/ |
19 | ARM_INSTRUCTION_SET_armv4 = "arm" | 19 | ARM_INSTRUCTION_SET:armv4 = "arm" |
20 | ARM_INSTRUCTION_SET_armv5 = "arm" | 20 | ARM_INSTRUCTION_SET:armv5 = "arm" |
21 | 21 | ||
22 | COMPATIBLE_HOST_riscv64 = "null" | 22 | COMPATIBLE_HOST:riscv64 = "null" |
23 | COMPATIBLE_HOST_riscv32 = "null" | 23 | COMPATIBLE_HOST:riscv32 = "null" |
24 | 24 | ||
25 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 25 | LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
26 | 26 | ||
27 | SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared" | 27 | SECURITY_LDFLAGS:append:libc-musl = " -lssp_nonshared" |
28 | CACHED_CONFIGUREVARS_append_libc-musl = " LDFLAGS='${LDFLAGS} -lucontext'" | 28 | CACHED_CONFIGUREVARS:append:libc-musl = " LDFLAGS='${LDFLAGS} -lucontext'" |
diff --git a/meta/recipes-support/liburcu/liburcu_0.13.0.bb b/meta/recipes-support/liburcu/liburcu_0.13.0.bb index c9fef89789..aba8d070ed 100644 --- a/meta/recipes-support/liburcu/liburcu_0.13.0.bb +++ b/meta/recipes-support/liburcu/liburcu_0.13.0.bb | |||
@@ -18,8 +18,8 @@ SRC_URI[sha256sum] = "cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf | |||
18 | S = "${WORKDIR}/userspace-rcu-${PV}" | 18 | S = "${WORKDIR}/userspace-rcu-${PV}" |
19 | inherit autotools multilib_header | 19 | inherit autotools multilib_header |
20 | 20 | ||
21 | CPPFLAGS_append_riscv64 = " -pthread -D_REENTRANT" | 21 | CPPFLAGS:append:riscv64 = " -pthread -D_REENTRANT" |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install:append() { |
24 | oe_multilib_header urcu/config.h | 24 | oe_multilib_header urcu/config.h |
25 | } | 25 | } |
diff --git a/meta/recipes-support/libusb/libusb1_1.0.24.bb b/meta/recipes-support/libusb/libusb1_1.0.24.bb index 92e66b1b16..95a20958a1 100644 --- a/meta/recipes-support/libusb/libusb1_1.0.24.bb +++ b/meta/recipes-support/libusb/libusb1_1.0.24.bb | |||
@@ -20,12 +20,12 @@ S = "${WORKDIR}/libusb-${PV}" | |||
20 | 20 | ||
21 | inherit autotools pkgconfig ptest | 21 | inherit autotools pkgconfig ptest |
22 | 22 | ||
23 | PACKAGECONFIG_class-target ??= "udev" | 23 | PACKAGECONFIG:class-target ??= "udev" |
24 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" | 24 | PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev" |
25 | 25 | ||
26 | EXTRA_OECONF = "--libdir=${base_libdir}" | 26 | EXTRA_OECONF = "--libdir=${base_libdir}" |
27 | 27 | ||
28 | do_install_append() { | 28 | do_install:append() { |
29 | install -d ${D}${libdir} | 29 | install -d ${D}${libdir} |
30 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then | 30 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then |
31 | mv ${D}${base_libdir}/pkgconfig ${D}${libdir} | 31 | mv ${D}${base_libdir}/pkgconfig ${D}${libdir} |
@@ -40,6 +40,6 @@ do_install_ptest() { | |||
40 | install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH} | 40 | install -m 755 ${B}/tests/.libs/stress ${D}${PTEST_PATH} |
41 | } | 41 | } |
42 | 42 | ||
43 | FILES_${PN} += "${base_libdir}/*.so.*" | 43 | FILES:${PN} += "${base_libdir}/*.so.*" |
44 | 44 | ||
45 | FILES_${PN}-dev += "${base_libdir}/*.so ${base_libdir}/*.la" | 45 | FILES:${PN}-dev += "${base_libdir}/*.so ${base_libdir}/*.la" |
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.34.bb b/meta/recipes-support/libxslt/libxslt_1.1.34.bb index 63cce6fe06..c888f3d7e1 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.34.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.34.bb | |||
@@ -27,7 +27,7 @@ BINCONFIG = "${bindir}/xslt-config" | |||
27 | 27 | ||
28 | inherit autotools pkgconfig binconfig-disabled lib_package multilib_header | 28 | inherit autotools pkgconfig binconfig-disabled lib_package multilib_header |
29 | 29 | ||
30 | do_configure_prepend () { | 30 | do_configure:prepend () { |
31 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header. | 31 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header. |
32 | # This can be removed when upgrading to 1.1.34. | 32 | # This can be removed when upgrading to 1.1.34. |
33 | sed -i -e 's/ansidecl.h//' ${S}/configure.ac | 33 | sed -i -e 's/ansidecl.h//' ${S}/configure.ac |
@@ -39,20 +39,20 @@ do_configure_prepend () { | |||
39 | 39 | ||
40 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto --with-html-subdir=${BPN}" | 40 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto --with-html-subdir=${BPN}" |
41 | # older versions of this recipe had ${PN}-utils | 41 | # older versions of this recipe had ${PN}-utils |
42 | RPROVIDES_${PN}-bin += "${PN}-utils" | 42 | RPROVIDES:${PN}-bin += "${PN}-utils" |
43 | RCONFLICTS_${PN}-bin += "${PN}-utils" | 43 | RCONFLICTS:${PN}-bin += "${PN}-utils" |
44 | RREPLACES_${PN}-bin += "${PN}-utils" | 44 | RREPLACES:${PN}-bin += "${PN}-utils" |
45 | 45 | ||
46 | # This is only needed until libxml can load the relocated catalog itself | 46 | # This is only needed until libxml can load the relocated catalog itself |
47 | do_install_append_class-native () { | 47 | do_install:append:class-native () { |
48 | create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog | 48 | create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog |
49 | } | 49 | } |
50 | 50 | ||
51 | do_install_append () { | 51 | do_install:append () { |
52 | oe_multilib_header libxslt/xsltconfig.h | 52 | oe_multilib_header libxslt/xsltconfig.h |
53 | } | 53 | } |
54 | 54 | ||
55 | FILES_${PN} += "${libdir}/libxslt-plugins" | 55 | FILES:${PN} += "${libdir}/libxslt-plugins" |
56 | FILES_${PN}-dev += "${libdir}/xsltConf.sh" | 56 | FILES:${PN}-dev += "${libdir}/xsltConf.sh" |
57 | 57 | ||
58 | BBCLASSEXTEND = "native nativesdk" | 58 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libyaml/libyaml_0.2.5.bb b/meta/recipes-support/libyaml/libyaml_0.2.5.bb index 778e091638..4cb5717ece 100644 --- a/meta/recipes-support/libyaml/libyaml_0.2.5.bb +++ b/meta/recipes-support/libyaml/libyaml_0.2.5.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/yaml-${PV}" | |||
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | DISABLE_STATIC_class-nativesdk = "" | 18 | DISABLE_STATIC:class-nativesdk = "" |
19 | DISABLE_STATIC_class-native = "" | 19 | DISABLE_STATIC:class-native = "" |
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 21 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/lzop/lzop_1.04.bb b/meta/recipes-support/lzop/lzop_1.04.bb index 59c2003b74..8ac7efbbfd 100644 --- a/meta/recipes-support/lzop/lzop_1.04.bb +++ b/meta/recipes-support/lzop/lzop_1.04.bb | |||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "7e72b62a8a60aff5200a047eea0773a8fb205caf7acbe1774d95147f30 | |||
20 | 20 | ||
21 | inherit autotools | 21 | inherit autotools |
22 | 22 | ||
23 | do_configure_prepend () { | 23 | do_configure:prepend () { |
24 | install -Dm 0644 ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 | 24 | install -Dm 0644 ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 |
25 | } | 25 | } |
26 | 26 | ||
diff --git a/meta/recipes-support/nettle/nettle_3.7.3.bb b/meta/recipes-support/nettle/nettle_3.7.3.bb index 031500d741..877f5f169f 100644 --- a/meta/recipes-support/nettle/nettle_3.7.3.bb +++ b/meta/recipes-support/nettle/nettle_3.7.3.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ | |||
20 | file://check-header-files-of-openssl-only-if-enable_.patch \ | 20 | file://check-header-files-of-openssl-only-if-enable_.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI_append_class-target = "\ | 23 | SRC_URI:append:class-target = "\ |
24 | file://dlopen-test.patch \ | 24 | file://dlopen-test.patch \ |
25 | " | 25 | " |
26 | 26 | ||
@@ -38,7 +38,7 @@ do_compile_ptest() { | |||
38 | oe_runmake buildtest | 38 | oe_runmake buildtest |
39 | } | 39 | } |
40 | 40 | ||
41 | do_install_append() { | 41 | do_install:append() { |
42 | oe_multilib_header nettle/version.h | 42 | oe_multilib_header nettle/version.h |
43 | } | 43 | } |
44 | 44 | ||
@@ -51,7 +51,7 @@ do_install_ptest() { | |||
51 | install ${B}/testsuite/*-test ${D}${PTEST_PATH}/testsuite/ | 51 | install ${B}/testsuite/*-test ${D}${PTEST_PATH}/testsuite/ |
52 | } | 52 | } |
53 | 53 | ||
54 | RDEPENDS_${PN}-ptest += "${PN}-dev" | 54 | RDEPENDS:${PN}-ptest += "${PN}-dev" |
55 | INSANE_SKIP_${PN}-ptest += "dev-deps" | 55 | INSANE_SKIP:${PN}-ptest += "dev-deps" |
56 | 56 | ||
57 | BBCLASSEXTEND = "native nativesdk" | 57 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/npth/npth_1.6.bb b/meta/recipes-support/npth/npth_1.6.bb index d5a149e041..8c94cc22c1 100644 --- a/meta/recipes-support/npth/npth_1.6.bb +++ b/meta/recipes-support/npth/npth_1.6.bb | |||
@@ -19,10 +19,10 @@ BINCONFIG = "${bindir}/npth-config" | |||
19 | 19 | ||
20 | inherit autotools binconfig-disabled multilib_header | 20 | inherit autotools binconfig-disabled multilib_header |
21 | 21 | ||
22 | FILES_${PN} = "${libdir}/libnpth.so.*" | 22 | FILES:${PN} = "${libdir}/libnpth.so.*" |
23 | FILES_${PN}-dev += "${bindir}/npth-config" | 23 | FILES:${PN}-dev += "${bindir}/npth-config" |
24 | 24 | ||
25 | do_install_append() { | 25 | do_install:append() { |
26 | oe_multilib_header npth.h | 26 | oe_multilib_header npth.h |
27 | } | 27 | } |
28 | 28 | ||
diff --git a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb index 074f713205..969e20e283 100644 --- a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb +++ b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb | |||
@@ -14,18 +14,18 @@ SRC_URI[sha256sum] = "2ba744ea8d578d1c57c85884e94a3042ee17843a5294434d3a7f6c4d67 | |||
14 | 14 | ||
15 | inherit autotools features_check | 15 | inherit autotools features_check |
16 | 16 | ||
17 | COMPATIBLE_HOST_libc-musl = 'null' | 17 | COMPATIBLE_HOST:libc-musl = 'null' |
18 | 18 | ||
19 | # The systemd has its own copy of nss-myhostname | 19 | # The systemd has its own copy of nss-myhostname |
20 | CONFLICT_DISTRO_FEATURES = "systemd" | 20 | CONFLICT_DISTRO_FEATURES = "systemd" |
21 | 21 | ||
22 | pkg_postinst_${PN} () { | 22 | pkg_postinst:${PN} () { |
23 | sed -e '/^hosts:/s/\s*\<myhostname\>//' \ | 23 | sed -e '/^hosts:/s/\s*\<myhostname\>//' \ |
24 | -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 myhostname \3\4\5/' \ | 24 | -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 myhostname \3\4\5/' \ |
25 | -i $D${sysconfdir}/nsswitch.conf | 25 | -i $D${sysconfdir}/nsswitch.conf |
26 | } | 26 | } |
27 | 27 | ||
28 | pkg_prerm_${PN} () { | 28 | pkg_prerm:${PN} () { |
29 | sed -e '/^hosts:/s/\s*\<myhostname\>//' \ | 29 | sed -e '/^hosts:/s/\s*\<myhostname\>//' \ |
30 | -e '/^hosts:/s/\s*myhostname//' \ | 30 | -e '/^hosts:/s/\s*myhostname//' \ |
31 | -i $D${sysconfdir}/nsswitch.conf | 31 | -i $D${sysconfdir}/nsswitch.conf |
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb index 6c8a667a41..7b1b14d1d5 100644 --- a/meta/recipes-support/numactl/numactl_git.bb +++ b/meta/recipes-support/numactl/numactl_git.bb | |||
@@ -22,8 +22,8 @@ SRC_URI = "git://github.com/numactl/numactl \ | |||
22 | 22 | ||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | LDFLAGS_append_riscv64 = " -latomic" | 25 | LDFLAGS:append:riscv64 = " -latomic" |
26 | LDFLAGS_append_riscv32 = " -latomic" | 26 | LDFLAGS:append:riscv32 = " -latomic" |
27 | 27 | ||
28 | do_install() { | 28 | do_install() { |
29 | oe_runmake DESTDIR=${D} prefix=${D}/usr install | 29 | oe_runmake DESTDIR=${D} prefix=${D}/usr install |
@@ -56,4 +56,4 @@ do_install_ptest() { | |||
56 | install -m 0755 ${B}/.libs/numactl ${D}${PTEST_PATH}/ | 56 | install -m 0755 ${B}/.libs/numactl ${D}${PTEST_PATH}/ |
57 | } | 57 | } |
58 | 58 | ||
59 | RDEPENDS_${PN}-ptest = "bash" | 59 | RDEPENDS:${PN}-ptest = "bash" |
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb b/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb index 6759168b37..9cac87ed32 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb | |||
@@ -8,7 +8,7 @@ inherit meson gettext pkgconfig gtk-doc bash-completion manpages | |||
8 | 8 | ||
9 | DEPENDS = "libtasn1 libtasn1-native libffi" | 9 | DEPENDS = "libtasn1 libtasn1-native libffi" |
10 | 10 | ||
11 | DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" | 11 | DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/p11-glue/p11-kit" | 13 | SRC_URI = "git://github.com/p11-glue/p11-kit" |
14 | SRCREV = "34826623f58399b24c21f1788e2cdaea34521b7b" | 14 | SRCREV = "34826623f58399b24c21f1788e2cdaea34521b7b" |
@@ -20,13 +20,13 @@ PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,, | |||
20 | 20 | ||
21 | GTKDOC_MESON_OPTION = 'gtk_doc' | 21 | GTKDOC_MESON_OPTION = 'gtk_doc' |
22 | 22 | ||
23 | FILES_${PN} += " \ | 23 | FILES:${PN} += " \ |
24 | ${libdir}/p11-kit-proxy.so \ | 24 | ${libdir}/p11-kit-proxy.so \ |
25 | ${libdir}/pkcs11/*.so \ | 25 | ${libdir}/pkcs11/*.so \ |
26 | ${libdir}/pkcs11/*.la \ | 26 | ${libdir}/pkcs11/*.la \ |
27 | ${systemd_user_unitdir}/*" | 27 | ${systemd_user_unitdir}/*" |
28 | 28 | ||
29 | # PN contains p11-kit-proxy.so, a symlink to a loadable module | 29 | # PN contains p11-kit-proxy.so, a symlink to a loadable module |
30 | INSANE_SKIP_${PN} = "dev-so" | 30 | INSANE_SKIP:${PN} = "dev-so" |
31 | 31 | ||
32 | BBCLASSEXTEND = "nativesdk" | 32 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb index 6bd10d2fec..c6a1ab1781 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://git.yoctoproject.org/ptest-runner2 \ | |||
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | FILES_${PN} = "${bindir}/ptest-runner" | 18 | FILES:${PN} = "${bindir}/ptest-runner" |
19 | 19 | ||
20 | EXTRA_OEMAKE = "-e MAKEFLAGS= CFLAGS="${CFLAGS} -DDEFAULT_DIRECTORY=\\\"${libdir}\\\""" | 20 | EXTRA_OEMAKE = "-e MAKEFLAGS= CFLAGS="${CFLAGS} -DDEFAULT_DIRECTORY=\\\"${libdir}\\\""" |
21 | 21 | ||
@@ -27,4 +27,4 @@ do_install () { | |||
27 | install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner | 27 | install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner |
28 | } | 28 | } |
29 | 29 | ||
30 | RDEPENDS_${PN}_append_libc-glibc = " libgcc" | 30 | RDEPENDS:${PN}:append:libc-glibc = " libgcc" |
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.13.bb b/meta/recipes-support/rng-tools/rng-tools_6.13.bb index fb2fd63c5d..84dbc76855 100644 --- a/meta/recipes-support/rng-tools/rng-tools_6.13.bb +++ b/meta/recipes-support/rng-tools/rng-tools_6.13.bb | |||
@@ -23,7 +23,7 @@ inherit autotools update-rc.d systemd pkgconfig | |||
23 | EXTRA_OECONF = "--without-rtlsdr" | 23 | EXTRA_OECONF = "--without-rtlsdr" |
24 | 24 | ||
25 | PACKAGECONFIG ??= "libjitterentropy" | 25 | PACKAGECONFIG ??= "libjitterentropy" |
26 | PACKAGECONFIG_libc-musl = "libargp libjitterentropy" | 26 | PACKAGECONFIG:libc-musl = "libargp libjitterentropy" |
27 | 27 | ||
28 | PACKAGECONFIG[libargp] = "--with-libargp,--without-libargp,argp-standalone," | 28 | PACKAGECONFIG[libargp] = "--with-libargp,--without-libargp,argp-standalone," |
29 | PACKAGECONFIG[libjitterentropy] = "--enable-jitterentropy,--disable-jitterentropy,libjitterentropy" | 29 | PACKAGECONFIG[libjitterentropy] = "--enable-jitterentropy,--disable-jitterentropy,libjitterentropy" |
@@ -33,14 +33,14 @@ PACKAGECONFIG[nistbeacon] = "--with-nistbeacon,--without-nistbeacon,curl libxml2 | |||
33 | INITSCRIPT_NAME = "rng-tools" | 33 | INITSCRIPT_NAME = "rng-tools" |
34 | INITSCRIPT_PARAMS = "start 03 2 3 4 5 . stop 30 0 6 1 ." | 34 | INITSCRIPT_PARAMS = "start 03 2 3 4 5 . stop 30 0 6 1 ." |
35 | 35 | ||
36 | SYSTEMD_SERVICE_${PN} = "rngd.service" | 36 | SYSTEMD_SERVICE:${PN} = "rngd.service" |
37 | 37 | ||
38 | # Refer autogen.sh in rng-tools | 38 | # Refer autogen.sh in rng-tools |
39 | do_configure_prepend() { | 39 | do_configure:prepend() { |
40 | cp ${S}/README.md ${S}/README | 40 | cp ${S}/README.md ${S}/README |
41 | } | 41 | } |
42 | 42 | ||
43 | do_install_append() { | 43 | do_install:append() { |
44 | install -Dm 0644 ${WORKDIR}/default ${D}${sysconfdir}/default/rng-tools | 44 | install -Dm 0644 ${WORKDIR}/default ${D}${sysconfdir}/default/rng-tools |
45 | install -Dm 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/rng-tools | 45 | install -Dm 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/rng-tools |
46 | install -Dm 0644 ${WORKDIR}/rngd.service \ | 46 | install -Dm 0644 ${WORKDIR}/rngd.service \ |
diff --git a/meta/recipes-support/serf/serf_1.3.9.bb b/meta/recipes-support/serf/serf_1.3.9.bb index 3276d40df6..21515866a9 100644 --- a/meta/recipes-support/serf/serf_1.3.9.bb +++ b/meta/recipes-support/serf/serf_1.3.9.bb | |||
@@ -36,7 +36,7 @@ EXTRA_OESCONS = " \ | |||
36 | " | 36 | " |
37 | 37 | ||
38 | # scons creates non-reproducible archives | 38 | # scons creates non-reproducible archives |
39 | do_install_append() { | 39 | do_install:append() { |
40 | rm ${D}/${libdir}/*.a | 40 | rm ${D}/${libdir}/*.a |
41 | } | 41 | } |
42 | 42 | ||
diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb index ff32259d8e..714aca62f0 100644 --- a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb +++ b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb | |||
@@ -17,13 +17,13 @@ inherit meson pkgconfig gettext python3native mime | |||
17 | 17 | ||
18 | EXTRA_OEMESON = "-Dupdate-mimedb=true" | 18 | EXTRA_OEMESON = "-Dupdate-mimedb=true" |
19 | 19 | ||
20 | FILES_${PN} += "${datadir}/mime" | 20 | FILES:${PN} += "${datadir}/mime" |
21 | FILES_${PN}-dev += "${datadir}/pkgconfig/shared-mime-info.pc ${datadir}/gettext/its" | 21 | FILES:${PN}-dev += "${datadir}/pkgconfig/shared-mime-info.pc ${datadir}/gettext/its" |
22 | 22 | ||
23 | # freedesktop.org.xml is only required when updating the mime database, | 23 | # freedesktop.org.xml is only required when updating the mime database, |
24 | # package it separately | 24 | # package it separately |
25 | PACKAGES =+ "shared-mime-info-data" | 25 | PACKAGES =+ "shared-mime-info-data" |
26 | FILES_shared-mime-info-data = "${datadir}/mime/packages/freedesktop.org.xml" | 26 | FILES:shared-mime-info-data = "${datadir}/mime/packages/freedesktop.org.xml" |
27 | RDEPENDS_shared-mime-info-data = "shared-mime-info" | 27 | RDEPENDS:shared-mime-info-data = "shared-mime-info" |
28 | 28 | ||
29 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 1adc0eba66..aa5dc0974b 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
@@ -24,7 +24,7 @@ inherit autotools pkgconfig siteinfo | |||
24 | 24 | ||
25 | # enable those which are enabled by default in configure | 25 | # enable those which are enabled by default in configure |
26 | PACKAGECONFIG ?= "fts4 fts5 json1 rtree dyn_ext" | 26 | PACKAGECONFIG ?= "fts4 fts5 json1 rtree dyn_ext" |
27 | PACKAGECONFIG_class-native ?= "fts4 fts5 json1 rtree dyn_ext" | 27 | PACKAGECONFIG:class-native ?= "fts4 fts5 json1 rtree dyn_ext" |
28 | 28 | ||
29 | PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit" | 29 | PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit" |
30 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" | 30 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" |
@@ -46,23 +46,23 @@ EXTRA_OECONF = " \ | |||
46 | " | 46 | " |
47 | 47 | ||
48 | # pread() is in POSIX.1-2001 so any reasonable system must surely support it | 48 | # pread() is in POSIX.1-2001 so any reasonable system must surely support it |
49 | CFLAGS_append = " -DUSE_PREAD" | 49 | CFLAGS:append = " -DUSE_PREAD" |
50 | 50 | ||
51 | # Provide column meta-data API | 51 | # Provide column meta-data API |
52 | CFLAGS_append = " -DSQLITE_ENABLE_COLUMN_METADATA" | 52 | CFLAGS:append = " -DSQLITE_ENABLE_COLUMN_METADATA" |
53 | 53 | ||
54 | # Unless SQLITE_BYTEORDER is predefined, the code falls back to build time | 54 | # Unless SQLITE_BYTEORDER is predefined, the code falls back to build time |
55 | # huristics, which are not always correct | 55 | # huristics, which are not always correct |
56 | CFLAGS_append = " ${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', '-DSQLITE_BYTEORDER=1234', '-DSQLITE_BYTEORDER=4321', d)}" | 56 | CFLAGS:append = " ${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', '-DSQLITE_BYTEORDER=1234', '-DSQLITE_BYTEORDER=4321', d)}" |
57 | 57 | ||
58 | PACKAGES = "lib${BPN} lib${BPN}-dev lib${BPN}-doc ${PN}-dbg lib${BPN}-staticdev ${PN}" | 58 | PACKAGES = "lib${BPN} lib${BPN}-dev lib${BPN}-doc ${PN}-dbg lib${BPN}-staticdev ${PN}" |
59 | 59 | ||
60 | FILES_${PN} = "${bindir}/*" | 60 | FILES:${PN} = "${bindir}/*" |
61 | FILES_lib${BPN} = "${libdir}/*.so.*" | 61 | FILES:lib${BPN} = "${libdir}/*.so.*" |
62 | FILES_lib${BPN}-dev = "${libdir}/*.la ${libdir}/*.so \ | 62 | FILES:lib${BPN}-dev = "${libdir}/*.la ${libdir}/*.so \ |
63 | ${libdir}/pkgconfig ${includedir}" | 63 | ${libdir}/pkgconfig ${includedir}" |
64 | FILES_lib${BPN}-doc = "${docdir} ${mandir} ${infodir}" | 64 | FILES:lib${BPN}-doc = "${docdir} ${mandir} ${infodir}" |
65 | FILES_lib${BPN}-staticdev = "${libdir}/lib*.a" | 65 | FILES:lib${BPN}-staticdev = "${libdir}/lib*.a" |
66 | 66 | ||
67 | AUTO_LIBNAME_PKGS = "${MLPREFIX}lib${BPN}" | 67 | AUTO_LIBNAME_PKGS = "${MLPREFIX}lib${BPN}" |
68 | 68 | ||
diff --git a/meta/recipes-support/taglib/taglib_1.12.bb b/meta/recipes-support/taglib/taglib_1.12.bb index efa56253bb..2b0961818a 100644 --- a/meta/recipes-support/taglib/taglib_1.12.bb +++ b/meta/recipes-support/taglib/taglib_1.12.bb | |||
@@ -21,7 +21,7 @@ BINCONFIG = "${bindir}/taglib-config" | |||
21 | inherit cmake pkgconfig binconfig-disabled | 21 | inherit cmake pkgconfig binconfig-disabled |
22 | 22 | ||
23 | PACKAGES =+ "${PN}-c" | 23 | PACKAGES =+ "${PN}-c" |
24 | FILES_${PN}-c = "${libdir}/libtag_c.so.*" | 24 | FILES:${PN}-c = "${libdir}/libtag_c.so.*" |
25 | 25 | ||
26 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | 26 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ |
27 | -DCMAKE_DISABLE_FIND_PACKAGE_Boost=TRUE \ | 27 | -DCMAKE_DISABLE_FIND_PACKAGE_Boost=TRUE \ |
@@ -32,7 +32,7 @@ EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | |||
32 | " | 32 | " |
33 | CXXFLAGS += "-std=c++11" | 33 | CXXFLAGS += "-std=c++11" |
34 | 34 | ||
35 | do_configure_prepend () { | 35 | do_configure:prepend () { |
36 | rm -f ${S}/admin/ltmain.sh | 36 | rm -f ${S}/admin/ltmain.sh |
37 | rm -f ${S}/admin/libtool.m4.in | 37 | rm -f ${S}/admin/libtool.m4.in |
38 | } | 38 | } |
diff --git a/meta/recipes-support/user-creation/xuser-account_0.1.bb b/meta/recipes-support/user-creation/xuser-account_0.1.bb index 81817d1e25..639b01f6eb 100644 --- a/meta/recipes-support/user-creation/xuser-account_0.1.bb +++ b/meta/recipes-support/user-creation/xuser-account_0.1.bb | |||
@@ -18,11 +18,11 @@ do_install() { | |||
18 | install -D -m 0644 ${WORKDIR}/system-xuser.conf ${D}${sysconfdir}/dbus-1/system.d/system-xuser.conf | 18 | install -D -m 0644 ${WORKDIR}/system-xuser.conf ${D}${sysconfdir}/dbus-1/system.d/system-xuser.conf |
19 | } | 19 | } |
20 | 20 | ||
21 | FILES_${PN} = "${sysconfdir}/dbus-1/system.d/system-xuser.conf" | 21 | FILES:${PN} = "${sysconfdir}/dbus-1/system.d/system-xuser.conf" |
22 | 22 | ||
23 | USERADD_PACKAGES = "${PN}" | 23 | USERADD_PACKAGES = "${PN}" |
24 | USERADD_PARAM_${PN} = "--create-home \ | 24 | USERADD_PARAM:${PN} = "--create-home \ |
25 | --groups video,tty,audio,input,shutdown,disk \ | 25 | --groups video,tty,audio,input,shutdown,disk \ |
26 | --user-group xuser" | 26 | --user-group xuser" |
27 | 27 | ||
28 | ALLOW_EMPTY_${PN} = "1" | 28 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 878d0f18ae..9e4117466e 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc | |||
@@ -7,7 +7,7 @@ BUGTRACKER = "https://github.com/vim/vim/issues" | |||
7 | 7 | ||
8 | DEPENDS = "ncurses gettext-native" | 8 | DEPENDS = "ncurses gettext-native" |
9 | # vimdiff doesn't like busybox diff | 9 | # vimdiff doesn't like busybox diff |
10 | RSUGGESTS_${PN} = "diffutils" | 10 | RSUGGESTS:${PN} = "diffutils" |
11 | LICENSE = "vim" | 11 | LICENSE = "vim" |
12 | LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a" | 12 | LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a" |
13 | 13 | ||
@@ -113,18 +113,18 @@ do_install() { | |||
113 | PARALLEL_MAKEINST = "" | 113 | PARALLEL_MAKEINST = "" |
114 | 114 | ||
115 | PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-tools" | 115 | PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-tools" |
116 | FILES_${PN}-syntax = "${datadir}/${BPN}/${VIMDIR}/syntax" | 116 | FILES:${PN}-syntax = "${datadir}/${BPN}/${VIMDIR}/syntax" |
117 | FILES_${PN}-help = "${datadir}/${BPN}/${VIMDIR}/doc" | 117 | FILES:${PN}-help = "${datadir}/${BPN}/${VIMDIR}/doc" |
118 | FILES_${PN}-tutor = "${datadir}/${BPN}/${VIMDIR}/tutor ${bindir}/${BPN}tutor" | 118 | FILES:${PN}-tutor = "${datadir}/${BPN}/${VIMDIR}/tutor ${bindir}/${BPN}tutor" |
119 | FILES_${PN}-vimrc = "${datadir}/${BPN}/vimrc" | 119 | FILES:${PN}-vimrc = "${datadir}/${BPN}/vimrc" |
120 | FILES_${PN}-data = "${datadir}/${BPN}" | 120 | FILES:${PN}-data = "${datadir}/${BPN}" |
121 | 121 | ||
122 | # We do not want to complain if perl or gawk are not on the target. | 122 | # We do not want to complain if perl or gawk are not on the target. |
123 | # | 123 | # |
124 | FILES_${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools" | 124 | FILES:${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools" |
125 | INSANE_SKIP_${PN}-tools = "file-rdeps" | 125 | INSANE_SKIP:${PN}-tools = "file-rdeps" |
126 | 126 | ||
127 | FILES_${PN}-common = " \ | 127 | FILES:${PN}-common = " \ |
128 | ${datadir}/${BPN}/${VIMDIR}/*.vim \ | 128 | ${datadir}/${BPN}/${VIMDIR}/*.vim \ |
129 | ${datadir}/${BPN}/${VIMDIR}/autoload \ | 129 | ${datadir}/${BPN}/${VIMDIR}/autoload \ |
130 | ${datadir}/${BPN}/${VIMDIR}/colors \ | 130 | ${datadir}/${BPN}/${VIMDIR}/colors \ |
@@ -140,11 +140,11 @@ FILES_${PN}-common = " \ | |||
140 | ${datadir}/icons \ | 140 | ${datadir}/icons \ |
141 | " | 141 | " |
142 | 142 | ||
143 | RDEPENDS_${BPN} = "ncurses-terminfo-base" | 143 | RDEPENDS:${BPN} = "ncurses-terminfo-base" |
144 | # Recommend that runtime data is installed along with vim | 144 | # Recommend that runtime data is installed along with vim |
145 | RRECOMMENDS_${BPN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" | 145 | RRECOMMENDS:${BPN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" |
146 | 146 | ||
147 | ALTERNATIVE_${PN} = "vi vim" | 147 | ALTERNATIVE:${PN} = "vi vim" |
148 | ALTERNATIVE_PRIORITY = "100" | 148 | ALTERNATIVE_PRIORITY = "100" |
149 | ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}" | 149 | ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}" |
150 | ALTERNATIVE_LINK_NAME[vi] = "${base_bindir}/vi" | 150 | ALTERNATIVE_LINK_NAME[vi] = "${base_bindir}/vi" |
diff --git a/meta/recipes-support/vim/vim_8.2.bb b/meta/recipes-support/vim/vim_8.2.bb index 7e4654e472..3c1b98dca0 100644 --- a/meta/recipes-support/vim/vim_8.2.bb +++ b/meta/recipes-support/vim/vim_8.2.bb | |||
@@ -2,10 +2,10 @@ require vim.inc | |||
2 | 2 | ||
3 | PROVIDES = "xxd" | 3 | PROVIDES = "xxd" |
4 | 4 | ||
5 | PACKAGECONFIG_class-native = "" | 5 | PACKAGECONFIG:class-native = "" |
6 | BBCLASSEXTEND = "native nativesdk" | 6 | BBCLASSEXTEND = "native nativesdk" |
7 | 7 | ||
8 | ALTERNATIVE_${PN}_append = " xxd" | 8 | ALTERNATIVE:${PN}:append = " xxd" |
9 | ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" | 9 | ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" |
10 | ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" | 10 | ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" |
11 | 11 | ||
diff --git a/meta/recipes-support/vte/vte_0.64.2.bb b/meta/recipes-support/vte/vte_0.64.2.bb index b0baa3f422..a79f2e4451 100644 --- a/meta/recipes-support/vte/vte_0.64.2.bb +++ b/meta/recipes-support/vte/vte_0.64.2.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "VTE provides a virtual terminal widget for GTK applications." | |||
3 | HOMEPAGE = "https://wiki.gnome.org/Apps/Terminal/VTE" | 3 | HOMEPAGE = "https://wiki.gnome.org/Apps/Terminal/VTE" |
4 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" | 4 | BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" |
5 | LICENSE = "GPLv3 & LGPLv3+ & MIT-X" | 5 | LICENSE = "GPLv3 & LGPLv3+ & MIT-X" |
6 | LICENSE_libvte = "LGPLv3+" | 6 | LICENSE:libvte = "LGPLv3+" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = " \ | 8 | LIC_FILES_CHKSUM = " \ |
9 | file://COPYING.GPL3;md5=cc702cf3444d1f19680c794cc61948f9 \ | 9 | file://COPYING.GPL3;md5=cc702cf3444d1f19680c794cc61948f9 \ |
@@ -33,29 +33,29 @@ export STAGING_DATADIR | |||
33 | export XDG_DATA_DIRS = "${STAGING_DATADIR}" | 33 | export XDG_DATA_DIRS = "${STAGING_DATADIR}" |
34 | 34 | ||
35 | # Help g-ir-scanner find the .so for linking | 35 | # Help g-ir-scanner find the .so for linking |
36 | do_compile_prepend() { | 36 | do_compile:prepend() { |
37 | export GIR_EXTRA_LIBS_PATH="${B}/src/.libs" | 37 | export GIR_EXTRA_LIBS_PATH="${B}/src/.libs" |
38 | } | 38 | } |
39 | 39 | ||
40 | # Package additional files | 40 | # Package additional files |
41 | FILES_${PN}-dev += "${datadir}/vala/vapi/*" | 41 | FILES:${PN}-dev += "${datadir}/vala/vapi/*" |
42 | 42 | ||
43 | PACKAGECONFIG ??= "gnutls" | 43 | PACKAGECONFIG ??= "gnutls" |
44 | PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false,vala-native vala" | 44 | PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false,vala-native vala" |
45 | PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" | 45 | PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" |
46 | PACKAGECONFIG[systemd] = "-D_systemd=true,-D_systemd=false,systemd" | 46 | PACKAGECONFIG[systemd] = "-D_systemd=true,-D_systemd=false,systemd" |
47 | # vala requires gir | 47 | # vala requires gir |
48 | PACKAGECONFIG_remove_class-native = "vala" | 48 | PACKAGECONFIG:remove:class-native = "vala" |
49 | 49 | ||
50 | CFLAGS += "-D_GNU_SOURCE" | 50 | CFLAGS += "-D_GNU_SOURCE" |
51 | 51 | ||
52 | PACKAGES =+ "libvte ${PN}-prompt" | 52 | PACKAGES =+ "libvte ${PN}-prompt" |
53 | FILES_libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" | 53 | FILES:libvte = "${libdir}/*.so.* ${libdir}/girepository-1.0/*" |
54 | FILES_${PN}-prompt = " \ | 54 | FILES:${PN}-prompt = " \ |
55 | ${sysconfdir}/profile.d \ | 55 | ${sysconfdir}/profile.d \ |
56 | ${libexecdir}/vte-urlencode-cwd \ | 56 | ${libexecdir}/vte-urlencode-cwd \ |
57 | " | 57 | " |
58 | 58 | ||
59 | FILES_${PN}-dev += "${datadir}/glade/" | 59 | FILES:${PN}-dev += "${datadir}/glade/" |
60 | 60 | ||
61 | BBCLASSEXTEND = "native nativesdk" | 61 | BBCLASSEXTEND = "native nativesdk" |