Skip to content

Commit

Permalink
Merge pull request #1397 from danielp96/fbwhiptail-reproducibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed May 6, 2023
2 parents 3c98f08 + ca00952 commit bc148f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/fbwhiptail
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail

fbwhiptail_depends := cairo $(musl_dep)

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

fbwhiptail_target := \
$(MAKE_JOBS) \
CFLAGS="-g0 -Os" \
LDFLAGS="-s" \
$(CROSS_TOOLS) \
fbwhiptail

Expand Down

0 comments on commit bc148f1

Please sign in to comment.