diff options
-rw-r--r-- | meta-oe/recipes-extended/libzip/libzip_1.7.3.bb | 18 | ||||
-rw-r--r-- | meta-oe/recipes-extended/libzip/libzip_1.8.0.bb | 24 |
2 files changed, 24 insertions, 18 deletions
diff --git a/meta-oe/recipes-extended/libzip/libzip_1.7.3.bb b/meta-oe/recipes-extended/libzip/libzip_1.7.3.bb deleted file mode 100644 index e903de3da3..0000000000 --- a/meta-oe/recipes-extended/libzip/libzip_1.7.3.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | DESCRIPTION = "libzip is a C library for reading, creating, and modifying zip archives." | ||
2 | HOMEPAGE = "https://libzip.org/" | ||
3 | |||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=067e9870bba57e1ce20695c4d5672f30" | ||
6 | |||
7 | DEPENDS = "zlib bzip2" | ||
8 | |||
9 | PACKAGECONFIG[ssl] = "-DENABLE_OPENSSL=ON,-DENABLE_OPENSSL=OFF,openssl" | ||
10 | PACKAGECONFIG[lzma] = "-DENABLE_LZMA=ON,-DENABLE_LZMA=OFF,xz" | ||
11 | |||
12 | PACKAGECONFIG ?= "ssl lzma" | ||
13 | |||
14 | inherit cmake | ||
15 | |||
16 | SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" | ||
17 | |||
18 | SRC_URI[sha256sum] = "a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132" | ||
diff --git a/meta-oe/recipes-extended/libzip/libzip_1.8.0.bb b/meta-oe/recipes-extended/libzip/libzip_1.8.0.bb new file mode 100644 index 0000000000..23ac76a2d2 --- /dev/null +++ b/meta-oe/recipes-extended/libzip/libzip_1.8.0.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | DESCRIPTION = "libzip is a C library for reading, creating, and modifying zip archives." | ||
2 | HOMEPAGE = "https://libzip.org/" | ||
3 | |||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=067e9870bba57e1ce20695c4d5672f30" | ||
6 | |||
7 | DEPENDS = "zlib bzip2" | ||
8 | |||
9 | PACKAGECONFIG[ssl] = "-DENABLE_OPENSSL=ON,-DENABLE_OPENSSL=OFF,openssl" | ||
10 | PACKAGECONFIG[lzma] = "-DENABLE_LZMA=ON,-DENABLE_LZMA=OFF,xz" | ||
11 | PACKAGECONFIG[gnutls] = "-DENABLE_GNUTLS=ON,-DENABLE_GNUTLS=OFF,gnutls nettle" | ||
12 | PACKAGECONFIG[zstd] = "-DENABLE_ZSTD=ON,-DENABLE_ZSTD=OFF,zstd" | ||
13 | PACKAGECONFIG[mbedtls] = "-DENABLE_MBEDTLS=ON,-DENABLE_MBEDTLS=OFF,mbedtls" | ||
14 | PACKAGECONFIG[examples] = "-DENABLE_EXAMPLES=ON,-DENABLE_EXAMPLES=OFF," | ||
15 | PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOLS=OFF," | ||
16 | PACKAGECONFIG[tests] = "-DBUILD_REGRESS=ON,-DBUILD_REGRESS=OFF," | ||
17 | |||
18 | PACKAGECONFIG ?= "ssl lzma tools examples" | ||
19 | |||
20 | inherit cmake | ||
21 | |||
22 | SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" | ||
23 | |||
24 | SRC_URI[sha256sum] = "f0763bda24ba947e80430be787c4b068d8b6aa6027a26a19923f0acfa3dac97e" | ||