diff mbox series

[1/1,Openembedded-devel,meta] : add nilfs-utils_v2.2.11

Message ID 20250618141611.257918-2-michaelestner@web.de
State New
Headers show
Series : Add nilfs-utils | expand

Commit Message

Michael Estner June 18, 2025, 2:16 p.m. UTC
* Add nilfs-utils to provide tools to work with the NILFS2 filesystem

* Tested with branch master and kirkstone

Signed-off-by: Michael Estner <michaelestner@web.de>
---
 .../nilfs-utils/nilfs-utils_v2.2.11.bb             | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta/recipes-devtools/nilfs-utils/nilfs-utils_v2.2.11.bb

Comments

Alexander Kanavin June 19, 2025, 7:11 a.m. UTC | #1
This should go to one of the meta-openembedded layers, perhaps
meta-filesystems is best.

Alex

On Wed, 18 Jun 2025 at 18:55, Michael Estner via
lists.openembedded.org <michaelestner=web.de@lists.openembedded.org>
wrote:
>
> * Add nilfs-utils to provide tools to work with the NILFS2 filesystem
>
> * Tested with branch master and kirkstone
>
> Signed-off-by: Michael Estner <michaelestner@web.de>
> ---
>  .../nilfs-utils/nilfs-utils_v2.2.11.bb             | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta/recipes-devtools/nilfs-utils/nilfs-utils_v2.2.11.bb
>
> diff --git a/meta/recipes-devtools/nilfs-utils/nilfs-utils_v2.2.11.bb b/meta/recipes-devtools/nilfs-utils/nilfs-utils_v2.2.11.bb
> new file mode 100644
> index 0000000000..6893edab29
> --- /dev/null
> +++ b/meta/recipes-devtools/nilfs-utils/nilfs-utils_v2.2.11.bb
> @@ -0,0 +1,14 @@
> +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"
> +
> +S = "${WORKDIR}/git"
> +
> +DEPENDS = "util-linux util-linux-libuuid"
> +
> +inherit autotools
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#219026): https://lists.openembedded.org/g/openembedded-core/message/219026
> Mute This Topic: https://lists.openembedded.org/mt/113711623/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-devtools/nilfs-utils/nilfs-utils_v2.2.11.bb b/meta/recipes-devtools/nilfs-utils/nilfs-utils_v2.2.11.bb
new file mode 100644
index 0000000000..6893edab29
--- /dev/null
+++ b/meta/recipes-devtools/nilfs-utils/nilfs-utils_v2.2.11.bb
@@ -0,0 +1,14 @@ 
+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"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "util-linux util-linux-libuuid"
+
+inherit autotools