Message ID | 20250623153210.304150-2-michaelestner@web.de |
---|---|
State | New |
Headers | show |
Series | Add nilfs-utils | expand |
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 @@ +SUMMARY = "nilfs-utils is a set of utilities for managing the NILFS filesystem." +HOMEPAGE = "https://nilfs.sourceforge.io/" + +LICENSE = "GPL-2.0-only & LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=385034ac639a62b8415db9814582ee98" +SRC_URI = "git://github.com/nilfs-dev/nilfs-utils.git;protocol=https;branch=v2.2.y;tag=${PV}" + +SRCREV = "507064bb3604d0fd88f5e3f6422d9ade73a26120" + +DEPENDS = "util-linux util-linux-libuuid" + +inherit autotools
* Add nilfs-utils to provide tools to work with the NILFS2 filesystem * Tested with branch master Signed-off-by: Michael Estner <michaelestner@web.de> --- .../recipes-utils/nilfs-utils/nilfs-utils_v2.2.11.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-filesystems/recipes-utils/nilfs-utils/nilfs-utils_v2.2.11.bb