diff options
11 files changed, 11 insertions, 11 deletions
diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb index 48b32eb7e2..c45cbcd925 100644 --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |||
| @@ -69,4 +69,4 @@ RDEPENDS:${PN}-server += "tcp-wrappers xinetd rpcbind" | |||
| 69 | 69 | ||
| 70 | # http://errors.yoctoproject.org/Errors/Details/186962/ | 70 | # http://errors.yoctoproject.org/Errors/Details/186962/ |
| 71 | COMPATIBLE_HOST:libc-musl = 'null' | 71 | COMPATIBLE_HOST:libc-musl = 'null' |
| 72 | PNBLACKLIST[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory" | 72 | SKIP_RECIPE[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory" |
diff --git a/meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb b/meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb index 3ce63c457b..05d42c75ef 100644 --- a/meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb +++ b/meta-networking/recipes-support/drbd/drbd_9.0.24-1.bb | |||
| @@ -21,4 +21,4 @@ do_install () { | |||
| 21 | oe_runmake install DESTDIR="${D}" | 21 | oe_runmake install DESTDIR="${D}" |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | PNBLACKLIST[drbd] ?= "Needs coccinelle to build with SPAAS" | 24 | SKIP_RECIPE[drbd] ?= "Needs coccinelle to build with SPAAS" |
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index 28def7b489..cc6053ba96 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | |||
| @@ -36,4 +36,4 @@ FILES:${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/" | |||
| 36 | PACKAGES =+ "${PN}-python" | 36 | PACKAGES =+ "${PN}-python" |
| 37 | FILES:${PN}-python = "${libdir}/python*" | 37 | FILES:${PN}-python = "${libdir}/python*" |
| 38 | 38 | ||
| 39 | PNBLACKLIST[lowpan-tools] ?= "WARNING these tools are deprecated! Use wpan-tools instead" | 39 | SKIP_RECIPE[lowpan-tools] ?= "WARNING these tools are deprecated! Use wpan-tools instead" |
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index be131cd261..b0e7475bdb 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
| @@ -76,4 +76,4 @@ INHIBIT_PACKAGE_STRIP = "1" | |||
| 76 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 76 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 77 | 77 | ||
| 78 | # see https://github.com/libhugetlbfs/libhugetlbfs/issues/52 | 78 | # see https://github.com/libhugetlbfs/libhugetlbfs/issues/52 |
| 79 | PNBLACKLIST[libhugetlbfs] ?= "Needs porting to glibc 2.34+" | 79 | SKIP_RECIPE[libhugetlbfs] ?= "Needs porting to glibc 2.34+" |
diff --git a/meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb b/meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb index 43fc69073f..cd46586512 100644 --- a/meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb +++ b/meta-oe/recipes-dbs/mysql/mysql-python_1.2.5.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 17 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 18 | 18 | ||
| 19 | PNBLACKLIST[mysql-python] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}" | 19 | SKIP_RECIPE[mysql-python] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}" |
| 20 | 20 | ||
| 21 | inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "setuptools", "", d)} | 21 | inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "setuptools", "", d)} |
| 22 | 22 | ||
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb index 88c83f1020..ddb93a0400 100644 --- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb +++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |||
| @@ -37,4 +37,4 @@ RDEPENDS:${PN} += " \ | |||
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | BBCLASSEXTEND = "nativesdk" | 39 | BBCLASSEXTEND = "nativesdk" |
| 40 | PNBLACKLIST[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" | 40 | SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" |
diff --git a/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb b/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb index 60c5ab3815..05d3a1e239 100644 --- a/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb +++ b/meta-oe/recipes-extended/cfengine/cfengine_3.15.0.bb | |||
| @@ -10,7 +10,7 @@ its lifecycle. CFEngine takes systems from Build to Deploy, Manage and Audit." | |||
| 10 | 10 | ||
| 11 | HOMEPAGE = "http://cfengine.com" | 11 | HOMEPAGE = "http://cfengine.com" |
| 12 | 12 | ||
| 13 | PNBLACKLIST[cfengine] ?= "Needs porting to openssl 3.x" | 13 | SKIP_RECIPE[cfengine] ?= "Needs porting to openssl 3.x" |
| 14 | 14 | ||
| 15 | LICENSE = "GPLv3" | 15 | LICENSE = "GPLv3" |
| 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=233aa25e53983237cf0bd4c238af255f" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=233aa25e53983237cf0bd4c238af255f" |
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb index 850ed4f5fa..24271eb2bc 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | |||
| @@ -7,7 +7,7 @@ SECTION = "System/Management" | |||
| 7 | 7 | ||
| 8 | inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "setuptools", "", d)} | 8 | inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "setuptools", "", d)} |
| 9 | 9 | ||
| 10 | PNBLACKLIST[openlmi-tools] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}" | 10 | SKIP_RECIPE[openlmi-tools] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}" |
| 11 | 11 | ||
| 12 | DEPENDS = "python-native python-pywbem-native python-m2crypto python-pywbem" | 12 | DEPENDS = "python-native python-pywbem-native python-m2crypto python-pywbem" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb index eea231a2ea..331e00fb89 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.2.bb | |||
| @@ -27,5 +27,5 @@ BBCLASSEXTEND = "nativesdk" | |||
| 27 | 27 | ||
| 28 | FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg" | 28 | FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora ${sysconfdir}/xdg" |
| 29 | 29 | ||
| 30 | PNBLACKLIST[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" | 30 | SKIP_RECIPE[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" |
| 31 | 31 | ||
diff --git a/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch b/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch index 207285373c..c5a70f5d08 100644 --- a/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch +++ b/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch | |||
| @@ -6,7 +6,7 @@ Subject: [PATCH] Makefile.am: Error Fix | |||
| 6 | Do not compile man dir since error always occur. | 6 | Do not compile man dir since error always occur. |
| 7 | | sed: file filenames.sed line 3: unterminated `s' command | 7 | | sed: file filenames.sed line 3: unterminated `s' command |
| 8 | | make[2]: *** [sessreg.1] Error 1 | 8 | | make[2]: *** [sessreg.1] Error 1 |
| 9 | It is not a good way.But can remove it from PNBLACKLIST. | 9 | It is not a good way.But can remove it from SKIP_RECIPE. |
| 10 | 10 | ||
| 11 | Upstream-Status: pending | 11 | Upstream-Status: pending |
| 12 | 12 | ||
diff --git a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb index 108d65298e..15acdf51ac 100644 --- a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb +++ b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | |||
| @@ -55,7 +55,7 @@ do_install() { | |||
| 55 | install -m 755 ${S}/conf/lio_start.default ${D}/etc/target/lio_start.sh | 55 | install -m 755 ${S}/conf/lio_start.default ${D}/etc/target/lio_start.sh |
| 56 | } | 56 | } |
| 57 | 57 | ||
| 58 | PNBLACKLIST[lio-utils] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}" | 58 | SKIP_RECIPE[lio-utils] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}" |
| 59 | 59 | ||
| 60 | RDEPENDS:${PN} += "python-stringold python-subprocess python-shell \ | 60 | RDEPENDS:${PN} += "python-stringold python-subprocess python-shell \ |
| 61 | python-datetime python-textutils python-crypt python-netclient python-email \ | 61 | python-datetime python-textutils python-crypt python-netclient python-email \ |
