summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-25 15:06:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:21:21 +0000
commitdd371100bdc4b8be289739b9ad798ef880b54631 (patch)
tree9c5f8255a7b260b19b3354f29ff3a3268fc0c8f8 /meta/recipes-extended
parentc0b95cdc91a872212f927b2bc1dc1ed8a207bbd9 (diff)
downloadpoky-dd371100bdc4b8be289739b9ad798ef880b54631.tar.gz
parted: Fix reproducibility issue
We don't use tbe BUILDINFO line of host information in the Makefile so remove it for reproducibility. (From OE-Core rev: a9742595fa90d4977fdd8129a4fe4932ddb96a18) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/parted/parted_3.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/parted/parted_3.4.bb b/meta/recipes-extended/parted/parted_3.4.bb
index db59189fa0..79dad54687 100644
--- a/meta/recipes-extended/parted/parted_3.4.bb
+++ b/meta/recipes-extended/parted/parted_3.4.bb
@@ -39,6 +39,7 @@ do_install_ptest() {
39 sed -i "s|^abs_srcdir =.*|abs_srcdir = \.|g" $t/tests/Makefile 39 sed -i "s|^abs_srcdir =.*|abs_srcdir = \.|g" $t/tests/Makefile
40 sed -i "s|^abs_top_srcdir =.*|abs_top_srcdir = \.\.|g" $t/tests/Makefile 40 sed -i "s|^abs_top_srcdir =.*|abs_top_srcdir = \.\.|g" $t/tests/Makefile
41 sed -i "s|^Makefile:.*|Makefile:|g" $t/tests/Makefile 41 sed -i "s|^Makefile:.*|Makefile:|g" $t/tests/Makefile
42 sed -i "/^BUILDINFO.*$/d" $t/tests/Makefile
42 for i in print-align print-max print-flags dup-clobber duplicate fs-resize; \ 43 for i in print-align print-max print-flags dup-clobber duplicate fs-resize; \
43 do cp ${B}/tests/.libs/$i $t/tests/; \ 44 do cp ${B}/tests/.libs/$i $t/tests/; \
44 done 45 done