diff options
| -rw-r--r-- | meta/recipes-extended/libsolv/libsolv_git.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb new file mode 100644 index 0000000000..2011487f50 --- /dev/null +++ b/meta/recipes-extended/libsolv/libsolv_git.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "Library for solving packages and reading repositories" | ||
| 2 | HOMEPAGE = "https://github.com/openSUSE/libsolv" | ||
| 3 | BUGTRACKER = "https://github.com/openSUSE/libsolv/issues" | ||
| 4 | SECTION = "devel" | ||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" | ||
| 7 | |||
| 8 | DEPENDS = "expat zlib" | ||
| 9 | |||
| 10 | PV = "0.6.14+git${SRCPV}" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/openSUSE/libsolv.git" | ||
| 13 | SRCREV = "b1ea39233f86cd62fbab1964d7497244f6be0087" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit cmake | ||
| 18 | |||
| 19 | EXTRA_OECMAKE = "-DLIB=${baselib}" | ||
| 20 | |||
| 21 | PACKAGES =+ "${PN}-tools ${PN}ext ${PN}ext-dbg" | ||
| 22 | |||
| 23 | FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake" | ||
| 24 | FILES_${PN}-tools = "${bindir}/*" | ||
| 25 | FILES_${PN}ext = "${libdir}/${PN}ext.so.*" | ||
| 26 | FILES_${PN}ext-dbg = "${libdir}/.debug/${PN}ext.so.*" | ||
| 27 | |||
| 28 | BBCLASSEXTEND =+ "native nativesdk" | ||
