diff options
-rw-r--r-- | meta-oe/recipes-support/composefs/composefs_1.0.8.bb (renamed from meta-oe/recipes-support/composefs/composefs_1.0.5.bb) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/composefs/composefs_1.0.5.bb b/meta-oe/recipes-support/composefs/composefs_1.0.8.bb index 14133fdcb6..c1df5dce03 100644 --- a/meta-oe/recipes-support/composefs/composefs_1.0.5.bb +++ b/meta-oe/recipes-support/composefs/composefs_1.0.8.bb | |||
@@ -3,17 +3,17 @@ DESCRIPTION = "The composefs project combines several underlying Linux \ | |||
3 | features to provide a very flexible mechanism to support read-only mountable \ | 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." | 4 | filesystem trees, stacking on top of an underlying "lower" Linux filesystem." |
5 | HOMEPAGE = "https://github.com/containers/composefs" | 5 | HOMEPAGE = "https://github.com/containers/composefs" |
6 | LICENSE = "GPL-3.0-or-later & LGPL-2.0-or-later & Apache-2.0" | 6 | LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.1-or-later & Apache-2.0" |
7 | LIC_FILES_CHKSUM = "\ | 7 | LIC_FILES_CHKSUM = "\ |
8 | file://BSD-2-Clause.txt;md5=121c8a0a8fa5961a26b7863034ebcce8 \ | 8 | file://BSD-2-Clause.txt;md5=121c8a0a8fa5961a26b7863034ebcce8 \ |
9 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 9 | file://COPYING;md5=5cbca48090f7fe0169186a551a5bf78c \ |
10 | file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6 \ | 10 | file://COPYING.GPL-2.0-only;md5=94fa01670a2a8f2d3ab2de15004e0848 \ |
11 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | 11 | file://COPYING.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
12 | file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \ | 12 | file://COPYING.LGPL-2.1-or-later;md5=4fbd65380cdd255951079008b364516c \ |
13 | file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | 13 | file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRCREV = "098d985a1b9a15ac828d7b2382297a6955e31e40" | 16 | SRCREV = "858ce1b38e1534c2602eb431124b5dca706bc746" |
17 | SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" | 17 | SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |