[oe-commits] [openembedded-core] branch master-next updated: fixup

git at git.openembedded.org git at git.openembedded.org
Tue Feb 4 12:30:26 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 07433b7  fixup
07433b7 is described below

commit 07433b7c5a43ea94a4036b7271b7c667eeda063d
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Feb 4 12:29:52 2020 +0000

    fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/opkg-utils/opkg-utils/fix-reproducibility.patch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils/fix-reproducibility.patch b/meta/recipes-devtools/opkg-utils/opkg-utils/fix-reproducibility.patch
index fca5e66..d206020 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils/fix-reproducibility.patch
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils/fix-reproducibility.patch
@@ -2,12 +2,14 @@ Index: opkg-utils-0.4.2/opkg-build
 ===================================================================
 --- opkg-utils-0.4.2.orig/opkg-build
 +++ opkg-utils-0.4.2/opkg-build
-@@ -305,8 +305,8 @@ if [ ! -z "$SOURCE_DATE_EPOCH"  ]; then
+@@ -305,8 +305,10 @@ if [ ! -z "$SOURCE_DATE_EPOCH"  ]; then
      mtime_args="--mtime=@$build_date --clamp-mtime"
  fi
  
 -( cd $pkg_dir/$CONTROL && find . -type f > $tmp_dir/control_list )
 -( cd $pkg_dir && find . -path ./$CONTROL -prune -o -path . -o -print  > $tmp_dir/file_list )
++export LANG=C
++export LC_ALL=C
 +( cd $pkg_dir/$CONTROL && find . -type f | sort > $tmp_dir/control_list )
 +( cd $pkg_dir && find . -path ./$CONTROL -prune -o -path . -o -print  | sort > $tmp_dir/file_list )
  ( cd $pkg_dir && tar $ogargs $tsortargs --no-recursion $mtime_args -c $tarformat -T $tmp_dir/file_list | $compressor $compressorargs > $tmp_dir/data.tar.$cext )

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list