mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
lio-utils: Remove obsolete recipe
This recipe depends on meta-python2, master branch of which has not been updated sine February 2022, see https://git.openembedded.org/meta-python2/log/?h=master Also, master branch of lio-utils has not been updated since May 2014, see https://github.com/Datera/lio-utils/commits/master/ Thus, remove the obsolete recipe, along with associated packagegroup declarations/references. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -22,7 +22,6 @@ PACKAGES = "\
|
||||
packagegroup-meta-oe-shells \
|
||||
packagegroup-meta-oe-security \
|
||||
packagegroup-meta-oe-support \
|
||||
packagegroup-meta-oe-support-python2 \
|
||||
packagegroup-meta-oe-test \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-meta-oe-gnome", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-meta-oe-graphics", "", d)} \
|
||||
@@ -47,7 +46,6 @@ RDEPENDS:packagegroup-meta-oe = "\
|
||||
packagegroup-meta-oe-security \
|
||||
packagegroup-meta-oe-shells \
|
||||
packagegroup-meta-oe-support \
|
||||
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "packagegroup-meta-oe-support-python2", "", d)} \
|
||||
packagegroup-meta-oe-test \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-meta-oe-gnome", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-meta-oe-graphics", "", d)} \
|
||||
@@ -914,10 +912,6 @@ RDEPENDS:packagegroup-meta-oe-support:append:aarch64 = " ne10"
|
||||
RDEPENDS:packagegroup-meta-oe-support:append:x86 = " mcelog mce-inject mce-test vboxguestdrivers"
|
||||
RDEPENDS:packagegroup-meta-oe-support:append:x86-64 = " mcelog mce-inject mce-test vboxguestdrivers"
|
||||
|
||||
RDEPENDS:packagegroup-meta-oe-support-python2 ="\
|
||||
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', 'lio-utils', '', d), "", d)} \
|
||||
"
|
||||
|
||||
RDEPENDS:packagegroup-meta-oe-support:remove:arm ="numactl"
|
||||
RDEPENDS:packagegroup-meta-oe-support:remove:mipsarch = "gperftools"
|
||||
RDEPENDS:packagegroup-meta-oe-support:remove:riscv64 = "gperftools uim"
|
||||
|
||||
Reference in New Issue
Block a user