mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
relocatable.bbclass: Cover libexecdir
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -82,7 +82,7 @@ def process_dir (directory, d):
|
||||
os.chmod(fpath, perms)
|
||||
|
||||
def rpath_replace (path, d):
|
||||
bindirs = bb.data.expand("${bindir} ${sbindir} ${base_sbindir} ${base_bindir} ${libdir} ${base_libdir} ${PREPROCESS_RELOCATE_DIRS}", d).split()
|
||||
bindirs = bb.data.expand("${bindir} ${sbindir} ${base_sbindir} ${base_bindir} ${libdir} ${base_libdir} ${libexecdir} ${PREPROCESS_RELOCATE_DIRS}", d).split()
|
||||
|
||||
for bindir in bindirs:
|
||||
#bb.note ("Processing directory " + bindir)
|
||||
|
||||
Reference in New Issue
Block a user