okl4: apply patches in deterministic order

This commit is contained in:
Christian Helmuth 2017-08-30 12:21:45 +02:00
parent 035e28d7d9
commit 2cc9fa1f14
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1587282c0baab8db0418bf2cb9152b005bb70210
0cffcbd05f45c95a6e3346cb944a75fe5d6e86a2

View File

@ -6,5 +6,5 @@ URL(okl4) := https://genode.org/files/okl4_2.1.1-patch.9.tar.gz
SHA(okl4) := ff3062344fd6b0a3bd69d99583aa271d3bb13911
DIR(okl4) := src/kernel/okl4
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
PATCH_OPT := -p1 -d src/kernel/okl4