mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
package.bbclass: Fix debug sources directory creation to reference the target system
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -225,7 +225,7 @@ def splitfile2(debugsrcdir, d):
|
||||
sourcefile = bb.data.expand("${WORKDIR}/debugsources.list", d)
|
||||
|
||||
if debugsrcdir:
|
||||
bb.mkdirhier(debugsrcdir)
|
||||
bb.mkdirhier("%s%s" % (dvar, debugsrcdir))
|
||||
|
||||
processdebugsrc = "LC_ALL=C ; sort -z -u '%s' | egrep -v -z '(<internal>|<built-in>)$' | "
|
||||
processdebugsrc += "(cd '%s' ; cpio -pd0mL '%s%s' 2>/dev/null)"
|
||||
|
||||
Reference in New Issue
Block a user