Files
poky/meta/recipes-extended/libsolv/libsolv_git.bb
Ross Burton f1f3716776 meta: more removals of redunant FILES_${PN}-dbg
In some recipes overly-split -dbg packages were merged into PN-dbg.  Unless
there's a very good reason, recipes should have a single -dev and -dbg package.

(From OE-Core rev: 6f822a9fd185f479ef86c584b6d91a51b3a24e44)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-16 12:12:18 +00:00

28 lines
735 B
BlitzBasic

SUMMARY = "Library for solving packages and reading repositories"
HOMEPAGE = "https://github.com/openSUSE/libsolv"
BUGTRACKER = "https://github.com/openSUSE/libsolv/issues"
SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
DEPENDS = "expat zlib"
PV = "0.6.14+git${SRCPV}"
SRC_URI = "git://github.com/openSUSE/libsolv.git"
SRCREV = "b1ea39233f86cd62fbab1964d7497244f6be0087"
S = "${WORKDIR}/git"
inherit cmake
EXTRA_OECMAKE = "-DLIB=${baselib}"
PACKAGES =+ "${PN}-tools ${PN}ext"
FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake"
FILES_${PN}-tools = "${bindir}/*"
FILES_${PN}ext = "${libdir}/${PN}ext.so.*"
BBCLASSEXTEND =+ "native nativesdk"