summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/composefs/composefs_1.0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/composefs/composefs_1.0.8.bb')
-rw-r--r--meta-oe/recipes-support/composefs/composefs_1.0.8.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/composefs/composefs_1.0.8.bb b/meta-oe/recipes-support/composefs/composefs_1.0.8.bb
new file mode 100644
index 0000000000..f2bae91f44
--- /dev/null
+++ b/meta-oe/recipes-support/composefs/composefs_1.0.8.bb
@@ -0,0 +1,29 @@
1SUMMARY = "Tools to handle creating and mounting composefs images"
2DESCRIPTION = "The composefs project combines several underlying Linux \
3features to provide a very flexible mechanism to support read-only mountable \
4filesystem trees, stacking on top of an underlying "lower" Linux filesystem."
5HOMEPAGE = "https://github.com/containers/composefs"
6LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & Apache-2.0"
7LIC_FILES_CHKSUM = "\
8 file://BSD-2-Clause.txt;md5=121c8a0a8fa5961a26b7863034ebcce8 \
9 file://COPYING;md5=5cbca48090f7fe0169186a551a5bf78c \
10 file://COPYING.GPL-2.0-only;md5=94fa01670a2a8f2d3ab2de15004e0848 \
11 file://COPYING.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
12 file://COPYING.LGPL-2.1-or-later;md5=4fbd65380cdd255951079008b364516c \
13 file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \
14"
15
16SRCREV = "858ce1b38e1534c2602eb431124b5dca706bc746"
17SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main"
18
19
20inherit meson
21
22DEPENDS = "openssl"
23
24EXTRA_OEMESON += " \
25 -Dman=disabled \
26 -Dfuse=disabled \
27"
28
29BBCLASSEXTEND = "native"