mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
3e848dff10
Update the Solo5 upstream to accomadate changes to the Block session and stack protection support in the base library. Ref #3275 Ref #3283
14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
LICENSE := ISC
|
|
VERSION := HEAD
|
|
DOWNLOADS := solo5.archive
|
|
|
|
OWNER := ehmry
|
|
REPO := solo5
|
|
REV := 7dca1a677f548ea0bc911a209f34ceb55d8f10fd
|
|
URL(solo5) := https://github.com/$(OWNER)/$(REPO)/archive/$(REV).tar.gz
|
|
SHA(solo5) := 87a8e8e047bc6fffe0384f1cbb2bfde1e4c88c545287899be29444ec9a4d6b95
|
|
DIR(solo5) := src/lib/solo5
|
|
|
|
DIRS := include/solo5
|
|
DIR_CONTENT(include/solo5) = src/lib/solo5/include/solo5/solo5.h
|