diff options
-rw-r--r-- | meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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 b23869d767..13e67cba12 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 | |||
@@ -21,3 +21,8 @@ do_compile_prepend() { | |||
21 | do_install_prepend() { | 21 | do_install_prepend() { |
22 | cd cli | 22 | cd cli |
23 | } | 23 | } |
24 | |||
25 | python() { | ||
26 | if 'meta-python' not in d.getVar('BBFILE_COLLECTIONS').split(): | ||
27 | raise bb.parse.SkipRecipe('Requires meta-python to be present.') | ||
28 | } | ||