diff options
| -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 | ||
