diff options
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.bb | 29 |
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 @@ | |||
1 | SUMMARY = "Tools to handle creating and mounting composefs images" | ||
2 | DESCRIPTION = "The composefs project combines several underlying Linux \ | ||
3 | features to provide a very flexible mechanism to support read-only mountable \ | ||
4 | filesystem trees, stacking on top of an underlying "lower" Linux filesystem." | ||
5 | HOMEPAGE = "https://github.com/containers/composefs" | ||
6 | LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & Apache-2.0" | ||
7 | LIC_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 | |||
16 | SRCREV = "858ce1b38e1534c2602eb431124b5dca706bc746" | ||
17 | SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" | ||
18 | |||
19 | |||
20 | inherit meson | ||
21 | |||
22 | DEPENDS = "openssl" | ||
23 | |||
24 | EXTRA_OEMESON += " \ | ||
25 | -Dman=disabled \ | ||
26 | -Dfuse=disabled \ | ||
27 | " | ||
28 | |||
29 | BBCLASSEXTEND = "native" | ||