From 1d842d4cca79e3d0eb8e4892ab5e80aee6063f4b Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 18 Jun 2021 22:16:49 +0800 Subject: fsverity-utils: upgrade 1.3 -> 1.4 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../fsverity-utils/fsverity-utils_1.3.bb | 31 ---------------------- .../fsverity-utils/fsverity-utils_1.4.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.3.bb create mode 100644 meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.3.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.3.bb deleted file mode 100644 index 9b1ba4f2ea..0000000000 --- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.3.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "Userspace utilities for fs-verity" -DESCRIPTION = "fs-verity is a Linux kernel feature that does transparent \ -on-demand integrity/authenticity verification of the contents of read-only \ -files, using a hidden Merkle tree (hash tree) associated with the file. The \ -mechanism is similar to dm-verity, but implemented at the file level rather \ -than at the block device level." -HOMEPAGE = "https://www.kernel.org/doc/html/latest/filesystems/fsverity.html" -SECTION = "console" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220" - -SRCREV = "a92b1a54b003879322c044adf0ae3ea3e95e7348" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git" - -S = "${WORKDIR}/git" - -DEPENDS = "openssl" - -EXTRA_OEMAKE_append = "PREFIX=${prefix} USE_SHARED_LIB=1" -# We want to statically link the binary to libfsverity on native Windows -EXTRA_OEMAKE_remove_mingw32_class-nativesdk = "USE_SHARED_LIB=1" -EXTRA_OEMAKE_remove_mingw32_class-native = "USE_SHARED_LIB=1" - -do_install() { - oe_runmake install DESTDIR=${D} -} - -PACKAGES =+ "libfsverity" -FILES_libfsverity = "${libdir}/libfsverity*${SOLIBS}" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb new file mode 100644 index 0000000000..a39aeb617e --- /dev/null +++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.4.bb @@ -0,0 +1,31 @@ +SUMMARY = "Userspace utilities for fs-verity" +DESCRIPTION = "fs-verity is a Linux kernel feature that does transparent \ +on-demand integrity/authenticity verification of the contents of read-only \ +files, using a hidden Merkle tree (hash tree) associated with the file. The \ +mechanism is similar to dm-verity, but implemented at the file level rather \ +than at the block device level." +HOMEPAGE = "https://www.kernel.org/doc/html/latest/filesystems/fsverity.html" +SECTION = "console" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220" + +SRCREV = "9e082897d61a2449657651aa5a0931aca31428fd" +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git" + +S = "${WORKDIR}/git" + +DEPENDS = "openssl" + +EXTRA_OEMAKE_append = "PREFIX=${prefix} USE_SHARED_LIB=1" +# We want to statically link the binary to libfsverity on native Windows +EXTRA_OEMAKE_remove_mingw32_class-nativesdk = "USE_SHARED_LIB=1" +EXTRA_OEMAKE_remove_mingw32_class-native = "USE_SHARED_LIB=1" + +do_install() { + oe_runmake install DESTDIR=${D} +} + +PACKAGES =+ "libfsverity" +FILES_libfsverity = "${libdir}/libfsverity*${SOLIBS}" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf