genode/repos/base-nova/ports/nova.port
Alexander Boettcher e520dbbb7e nova: avoid assertion during SC cleanup
Regression introduced in Issue #5314

Fixes #5391
2024-12-10 14:11:57 +01:00

12 lines
298 B
Plaintext

LICENSE := GPLv2
VERSION := git
DOWNLOADS := nova.git
# r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := fc9ad04ecec3911302451fcbf6cd87063be66ad0
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
PATCH_OPT := -p1 -d ${DIR(nova)}