mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
openlmi: Make it visible when meta-py2 is in layermix
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -153,7 +153,7 @@ RDEPENDS_packagegroup-meta-oe-extended ="\
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pam", "pam-ssh-agent-auth openwsman sblim-sfcb ", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "polkit", "polkit polkit-group-rule-datetime ", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "polkit", "polkit-group-rule-network ", "", d)} \
|
||||
${@bb.utils.contains("BBPATH", "meta-python", "openlmi-tools", "", d)} \
|
||||
${@bb.utils.contains("BBPATH", "meta-python2", "openlmi-tools", "", d)} \
|
||||
"
|
||||
RDEPENDS_packagegroup-meta-oe-extended_remove_mipsarch = "upm mraa tiptop"
|
||||
RDEPENDS_packagegroup-meta-oe-extended_remove_powerpc = "upm mraa"
|
||||
|
||||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://../COPYING;md5=75859989545e37968a99b631ef42722e"
|
||||
SECTION = "System/Management"
|
||||
|
||||
inherit setuptools3
|
||||
inherit setuptools
|
||||
|
||||
DEPENDS = "python-native python-pywbem-native python-m2crypto python-pywbem"
|
||||
|
||||
@@ -21,6 +21,6 @@ do_configure_prepend() {
|
||||
}
|
||||
|
||||
python() {
|
||||
if 'meta-python' not in d.getVar('BBFILE_COLLECTIONS').split():
|
||||
raise bb.parse.SkipRecipe('Requires meta-python to be present.')
|
||||
if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split():
|
||||
raise bb.parse.SkipRecipe('Requires meta-python2 to be present.')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user