helps when compiler has -ffile-prefix-map flag which helps
reproducibility as well

Signed-off-by: Khem Raj <[email protected]>
---
 .../libid3tag/libid3tag/cflags_filter.patch               | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-multimedia/libid3tag/libid3tag/cflags_filter.patch 
b/meta/recipes-multimedia/libid3tag/libid3tag/cflags_filter.patch
index 0d1d0dc381..1895748d1d 100644
--- a/meta/recipes-multimedia/libid3tag/libid3tag/cflags_filter.patch
+++ b/meta/recipes-multimedia/libid3tag/libid3tag/cflags_filter.patch
@@ -4,15 +4,13 @@ flags. We need those to generate reproducible binaries. Allow 
them through.
 Upstream-Status: Pending
 Signed-off-by: Richard Purdie <[email protected]>
 
-Index: libid3tag-0.15.1b/configure.ac
-===================================================================
---- libid3tag-0.15.1b.orig/configure.ac
-+++ libid3tag-0.15.1b/configure.ac
+--- a/configure.ac
++++ b/configure.ac
 @@ -99,6 +99,10 @@ do
        -mno-cygwin)
            shift
            ;;
-+      -fmacro-prefix-map*|-fdebug-prefix-map*)
++      -fmacro-prefix-map*|-fdebug-prefix-map*|-ffile-prefix-map*)
 +          CFLAGS="$CFLAGS $1"
 +          shift
 +          ;;
-- 
2.31.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#151075): 
https://lists.openembedded.org/g/openembedded-core/message/151075
Mute This Topic: https://lists.openembedded.org/mt/82447151/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to