Skip to content

Commit bc148f1

Browse files
authored
Merge pull request #1397 from danielp96/fbwhiptail-reproducibility
2 parents 3c98f08 + ca00952 commit bc148f1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

modules/fbwhiptail

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
22

33
fbwhiptail_depends := cairo $(musl_dep)
44

5-
fbwhiptail_version := 0f14a409735b71c219e0b9b3ee63cdae709ba143
5+
fbwhiptail_version := 1.0
66
fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version)
77
fbwhiptail_tar := fbwhiptail-$(fbwhiptail_version).tar.gz
8-
fbwhiptail_url := https://source.puri.sm/coreboot/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz
9-
fbwhiptail_hash := d664cad8a5bd5354258809a642b717c46c5b7b9e797c6275b9d6494986ad0f15
8+
fbwhiptail_url := https://source.puri.sm/firmware/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz
9+
fbwhiptail_hash := de4fe774b48fd2d1ce10ad2d44cb2d9f4a52bcaac37da83d9d05248d2428c5e3
1010

1111
fbwhiptail_target := \
1212
$(MAKE_JOBS) \
13+
CFLAGS="-g0 -Os" \
14+
LDFLAGS="-s" \
1315
$(CROSS_TOOLS) \
1416
fbwhiptail
1517

0 commit comments

Comments
 (0)