diff options
Diffstat (limited to 'glibc/glibc_cvs.oe')
-rw-r--r-- | glibc/glibc_cvs.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glibc/glibc_cvs.oe b/glibc/glibc_cvs.oe index df80e95100..1fbaf9df0d 100644 --- a/glibc/glibc_cvs.oe +++ b/glibc/glibc_cvs.oe @@ -198,6 +198,9 @@ python package_do_split_gconvs () { oe.note("package requested not splitting gconvs") return + if not oe.data.getVar('PACKAGES', d, 1): + return + libdir = oe.data.getVar('libdir', d, 1) if not libdir: oe.error("libdir not defined") |