summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libsolv/libsolv_0.7.19.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-10-14 18:22:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-16 17:41:59 +0100
commitc8862ead4dd962d0296c00c25f0df2495716a9b1 (patch)
tree2c3ca1a34e93ee0fce00915a7a86fef79774c166 /meta/recipes-extended/libsolv/libsolv_0.7.19.bb
parent0e3c7871130ca33cca0a3f94bd26540d58691b19 (diff)
downloadpoky-c8862ead4dd962d0296c00c25f0df2495716a9b1.tar.gz
libsolv: upgrade 0.7.19 -> 0.7.20
(From OE-Core rev: 77650314fe85a487f390cc7ea5351a804a64b289) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libsolv/libsolv_0.7.19.bb')
-rw-r--r--meta/recipes-extended/libsolv/libsolv_0.7.19.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.19.bb b/meta/recipes-extended/libsolv/libsolv_0.7.19.bb
deleted file mode 100644
index d30e61e9d9..0000000000
--- a/meta/recipes-extended/libsolv/libsolv_0.7.19.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "Library for solving packages and reading repositories"
2DESCRIPTION = "This is libsolv, a free package dependency solver using a satisfiability algorithm for solving packages and reading repositories"
3HOMEPAGE = "https://github.com/openSUSE/libsolv"
4BUGTRACKER = "https://github.com/openSUSE/libsolv/issues"
5SECTION = "devel"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
8
9DEPENDS = "expat zlib"
10
11SRC_URI = "git://github.com/openSUSE/libsolv.git \
12"
13
14SRCREV = "c773294be6b0a2425f344a8999f173fb00cfd16f"
15
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
17
18S = "${WORKDIR}/git"
19
20inherit cmake
21
22PACKAGECONFIG ??= "${@bb.utils.contains('PACKAGE_CLASSES','package_rpm','rpm','',d)}"
23PACKAGECONFIG[rpm] = "-DENABLE_RPMMD=ON -DENABLE_RPMDB=ON,,rpm"
24
25EXTRA_OECMAKE = "-DMULTI_SEMANTICS=ON -DENABLE_COMPLEX_DEPS=ON"
26
27PACKAGES =+ "${PN}-tools ${PN}ext"
28
29FILES:${PN}-tools = "${bindir}/*"
30FILES:${PN}ext = "${libdir}/${PN}ext.so.*"
31
32BBCLASSEXTEND = "native nativesdk"