From fda19bec196fda3898c5ea12f0051ac2f4ea9fc6 Mon Sep 17 00:00:00 2001 From: Michael Estner Date: Mon, 23 Jun 2025 17:32:10 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../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 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