libsolv: enable rpm support

This is required by libdnf.

(From OE-Core rev: c1d008066f36701b8a8f36ddaeaa626ca6427aed)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin 2016-12-30 17:59:17 +02:00 committed by Richard Purdie
parent a1180e91d0
commit 989a6423fc
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
DEPENDS = "expat zlib"
DEPENDS = "expat zlib rpm"
SRC_URI = "git://github.com/openSUSE/libsolv.git \
"
@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
inherit cmake
EXTRA_OECMAKE = "-DLIB=${baselib} -DMULTI_SEMANTICS=ON"
EXTRA_OECMAKE = "-DLIB=${baselib} -DMULTI_SEMANTICS=ON -DENABLE_RPMMD=ON -DENABLE_RPMDB=ON"
PACKAGES =+ "${PN}-tools ${PN}ext"