mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 16:59:59 +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:
@@ -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
|
# avoid checking configuration files, they don't give useful version information and some init scripts
|
||||||
# will kill all processes
|
# will kill all processes
|
||||||
skipped_directories.append("etc")
|
skipped_directories.append("etc")
|
||||||
|
skipped_directories.append("go/src")
|
||||||
pkgd_libdir = pkgd + d.getVar("libdir")
|
pkgd_libdir = pkgd + d.getVar("libdir")
|
||||||
pkgd_base_libdir = pkgd + d.getVar("base_libdir")
|
pkgd_base_libdir = pkgd + d.getVar("base_libdir")
|
||||||
extra_exec_libdirs = []
|
extra_exec_libdirs = []
|
||||||
|
|||||||
Reference in New Issue
Block a user