forked from foundriesio/meta-lmp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
taken from meta-openembedded/meta-oe layer revision bb62f52e https://git.openembedded.org/meta-openembedded/commit/?id=bb62f52e95b4171ea96d1ea8b9db18acd6f9b443 Signed-off-by: Jose Quaresma <[email protected]>
- Loading branch information
1 parent
cef1042
commit 67ade03
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
meta-lmp-base/recipes-support/composefs/composefs_1.0.5.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
SUMMARY = "Tools to handle creating and mounting composefs images" | ||
DESCRIPTION = "The composefs project combines several underlying Linux \ | ||
features to provide a very flexible mechanism to support read-only mountable \ | ||
filesystem trees, stacking on top of an underlying "lower" Linux filesystem." | ||
HOMEPAGE = "https://github.com/containers/composefs" | ||
LICENSE = "GPL-3.0-or-later & LGPL-2.0-or-later & Apache-2.0" | ||
LIC_FILES_CHKSUM = "\ | ||
file://BSD-2-Clause.txt;md5=121c8a0a8fa5961a26b7863034ebcce8 \ | ||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6 \ | ||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | ||
file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
" | ||
|
||
SRCREV = "098d985a1b9a15ac828d7b2382297a6955e31e40" | ||
SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" | ||
|
||
S = "${WORKDIR}/git" | ||
|
||
inherit meson | ||
|
||
DEPENDS = "openssl" | ||
|
||
EXTRA_OEMESON += " \ | ||
-Dman=disabled \ | ||
-Dfuse=disabled \ | ||
" | ||
|
||
BBCLASSEXTEND = "native" |