mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
check-version-mismatch.bbclass: skip go/src directory
Files under it are source files. And if go/src locate under /usr/lib, this will result in very long LD_LIBRARY_PATH causing failure. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a232d95455
commit
293cfe93f4
|
|
@ -315,6 +315,7 @@ python do_package_check_version_mismatch() {
|
|||
# avoid checking configuration files, they don't give useful version information and some init scripts
|
||||
# will kill all processes
|
||||
skipped_directories.append("etc")
|
||||
skipped_directories.append("go/src")
|
||||
pkgd_libdir = pkgd + d.getVar("libdir")
|
||||
pkgd_base_libdir = pkgd + d.getVar("base_libdir")
|
||||
extra_exec_libdirs = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user