From 08989d4f56d13172b744a40f92ca5ec944dc2279 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Apr 2021 19:50:56 -0700 Subject: libid3tag: Filter -ffile-prefix-map too helps when compiler has -ffile-prefix-map flag which helps reproducibility as well (From OE-Core rev: c3799bfdcc37ef139061aef22d125873607b0965) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-multimedia/libid3tag/libid3tag/cflags_filter.patch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'meta/recipes-multimedia') 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 -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 + ;; -- cgit v1.2.3-54-g00ecf