aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb')
-rw-r--r--meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb b/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb
deleted file mode 100644
index c1b22886fb..0000000000
--- a/meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression"
-AUTHOR = "Jonathan Dieter"
-
-LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242"
-
-SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main"
-
-SRCREV = "ff34ee911f7d78d66b97894a773276babd63144c"
-S = "${WORKDIR}/git"
-
-DEPENDS = "\
- curl \
- zstd \
- "
-
-DEPENDS:append:libc-musl = " argp-standalone"
-LDFLAGS:append:libc-musl = " -largp"
-
-inherit meson pkgconfig
-
-BBCLASSEXTEND = "native nativesdk"