mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
ff656401b3
This update fixes a bug when discarding snapshots. Ref #4032
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
LICENSE := AGPLv3
|
|
VERSION := git
|
|
DOWNLOADS := cbe.git
|
|
|
|
URL(cbe) := https://github.com/m-stein/cbe.git
|
|
DIR(cbe) := cbe
|
|
REV(cbe) := be85ab5bdd7b9d15d7a8ff7fbcd26656e1836582
|
|
|
|
default: symlinks
|
|
|
|
symlinks: $(DOWNLOADS)
|
|
ln -s cbe/src src
|