diff options
-rw-r--r-- | meta/classes/package.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 447a74bcb7..3479947141 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -302,6 +302,7 @@ def copydebugsources(debugsrcdir, d): | |||
302 | if not cpath.exists(basepath): | 302 | if not cpath.exists(basepath): |
303 | nosuchdir.append(basepath) | 303 | nosuchdir.append(basepath) |
304 | bb.utils.mkdirhier(basepath) | 304 | bb.utils.mkdirhier(basepath) |
305 | cpath.updatecache(basepath) | ||
305 | 306 | ||
306 | processdebugsrc = "LC_ALL=C ; sort -z -u '%s' | egrep -v -z '(<internal>|<built-in>)$' | " | 307 | processdebugsrc = "LC_ALL=C ; sort -z -u '%s' | egrep -v -z '(<internal>|<built-in>)$' | " |
307 | # We need to ignore files that are not actually ours | 308 | # We need to ignore files that are not actually ours |