diff options
Diffstat (limited to 'meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb index 29564e0c9d..734dda1d79 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | |||
@@ -15,9 +15,9 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
15 | # We will skip parsing this packagegeoup for non-glibc systems | 15 | # We will skip parsing this packagegeoup for non-glibc systems |
16 | # | 16 | # |
17 | python __anonymous () { | 17 | python __anonymous () { |
18 | if d.getVar('TCLIBC', True) != "glibc": | 18 | if d.getVar('TCLIBC') != "glibc": |
19 | raise bb.parse.SkipPackage("incompatible with %s C library" % | 19 | raise bb.parse.SkipPackage("incompatible with %s C library" % |
20 | d.getVar('TCLIBC', True)) | 20 | d.getVar('TCLIBC')) |
21 | } | 21 | } |
22 | 22 | ||
23 | PACKAGES = "\ | 23 | PACKAGES = "\ |