diff options
author | Michael Estner <michaelestner@web.de> | 2025-06-23 17:32:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-26 07:26:19 -0700 |
commit | fda19bec196fda3898c5ea12f0051ac2f4ea9fc6 (patch) | |
tree | 78ea8b82c58878fa7b1044867a7a7aa1c61f240d | |
parent | 9650061e408de7c9d8619c3915732ce0e3e1074c (diff) | |
download | meta-openembedded-fda19bec196fda3898c5ea12f0051ac2f4ea9fc6.tar.gz |
add nilfs-utils_v2.2.11
* Add nilfs-utils to provide tools to work with the NILFS2 filesystem
* Tested with branch master
Signed-off-by: Michael Estner <michaelestner@web.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-filesystems/recipes-utils/nilfs-utils/nilfs-utils_v2.2.11.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/nilfs-utils/nilfs-utils_v2.2.11.bb b/meta-filesystems/recipes-utils/nilfs-utils/nilfs-utils_v2.2.11.bb new file mode 100644 index 0000000000..507684a395 --- /dev/null +++ b/meta-filesystems/recipes-utils/nilfs-utils/nilfs-utils_v2.2.11.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "nilfs-utils is a set of utilities for managing the NILFS filesystem." | ||
2 | HOMEPAGE = "https://nilfs.sourceforge.io/" | ||
3 | |||
4 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=385034ac639a62b8415db9814582ee98" | ||
6 | SRC_URI = "git://github.com/nilfs-dev/nilfs-utils.git;protocol=https;branch=v2.2.y;tag=${PV}" | ||
7 | |||
8 | SRCREV = "507064bb3604d0fd88f5e3f6422d9ade73a26120" | ||
9 | |||
10 | DEPENDS = "util-linux util-linux-libuuid" | ||
11 | |||
12 | inherit autotools | ||