summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libsolv/libsolv_0.7.6.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-08-30 00:47:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-01 22:33:08 +0100
commit3d4e1ceeaaae4ed98348c9f5de25ad6781269a30 (patch)
tree1cbefc61af0e85ca4857024932e4781730f032af /meta/recipes-extended/libsolv/libsolv_0.7.6.bb
parent397d1432cb7518d80bee4fdde88d5dfcdc9df71e (diff)
downloadpoky-3d4e1ceeaaae4ed98348c9f5de25ad6781269a30.tar.gz
libsolv: update to 0.7.6
(From OE-Core rev: f649bad65202730ac235f99609f51956a7451683) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libsolv/libsolv_0.7.6.bb')
-rw-r--r--meta/recipes-extended/libsolv/libsolv_0.7.6.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.6.bb b/meta/recipes-extended/libsolv/libsolv_0.7.6.bb
new file mode 100644
index 0000000000..3df8993089
--- /dev/null
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.6.bb
@@ -0,0 +1,31 @@
1SUMMARY = "Library for solving packages and reading repositories"
2HOMEPAGE = "https://github.com/openSUSE/libsolv"
3BUGTRACKER = "https://github.com/openSUSE/libsolv/issues"
4SECTION = "devel"
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
7
8DEPENDS = "expat zlib"
9
10SRC_URI = "git://github.com/openSUSE/libsolv.git \
11"
12
13SRCREV = "17ce4bc4fb52a0b32964f3b7d491c18177980be1"
14
15UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
16
17S = "${WORKDIR}/git"
18
19inherit cmake
20
21PACKAGECONFIG ??= "rpm"
22PACKAGECONFIG[rpm] = "-DENABLE_RPMMD=ON -DENABLE_RPMDB=ON,,rpm"
23
24EXTRA_OECMAKE = "-DMULTI_SEMANTICS=ON -DENABLE_COMPLEX_DEPS=ON"
25
26PACKAGES =+ "${PN}-tools ${PN}ext"
27
28FILES_${PN}-tools = "${bindir}/*"
29FILES_${PN}ext = "${libdir}/${PN}ext.so.*"
30
31BBCLASSEXTEND = "native nativesdk"