mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-23 18:50:29 +00:00
This prevents warning: redirecting to https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := 1.42.9
|
|
DOWNLOADS := e2fsprogs.git
|
|
|
|
URL(e2fsprogs) := https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
|
|
REV(e2fsprogs) := v$(VERSION)
|
|
DIR(e2fsprogs) := src/noux-pkg/e2fsprogs
|
|
|
|
PATCHES := src/noux-pkg/e2fsprogs/patches/*.patch
|