diff options
Diffstat (limited to 'meta/lib/oe/package.py')
-rw-r--r-- | meta/lib/oe/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/package.py b/meta/lib/oe/package.py index 0db14f2164..0bcc04ea54 100644 --- a/meta/lib/oe/package.py +++ b/meta/lib/oe/package.py | |||
@@ -991,7 +991,7 @@ def copydebugsources(debugsrcdir, sources, d): | |||
991 | 991 | ||
992 | prefixmap = {} | 992 | prefixmap = {} |
993 | for flag in cflags.split(): | 993 | for flag in cflags.split(): |
994 | if not flag.startswith("-fdebug-prefix-map"): | 994 | if not flag.startswith("-ffile-prefix-map"): |
995 | continue | 995 | continue |
996 | if "recipe-sysroot" in flag: | 996 | if "recipe-sysroot" in flag: |
997 | continue | 997 | continue |