mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
a1180e91d0
commit
989a6423fc
|
@ -5,7 +5,7 @@ SECTION = "devel"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
|
LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
|
||||||
|
|
||||||
DEPENDS = "expat zlib"
|
DEPENDS = "expat zlib rpm"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/openSUSE/libsolv.git \
|
SRC_URI = "git://github.com/openSUSE/libsolv.git \
|
||||||
"
|
"
|
||||||
|
@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit cmake
|
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"
|
PACKAGES =+ "${PN}-tools ${PN}ext"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user