mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
11 lines
332 B
Plaintext
11 lines
332 B
Plaintext
LICENSE := OKL4
|
|
VERSION := 2.1.1
|
|
DOWNLOADS := okl4.archive
|
|
|
|
URL(okl4) := https://genode.org/files/okl4_2.1.1-patch.9.tar.gz
|
|
SHA(okl4) := 9c5bc4f80c22c214ec6a11f46e4acdffc4a541e10c5c96858926431fe8f3823e
|
|
DIR(okl4) := src/kernel/okl4
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|
|
PATCH_OPT := -p1 -d src/kernel/okl4
|