aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libsolv/libsolv_git.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-07-04 17:16:03 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-10 14:12:06 +0100
commit1bb1ea2cdb86a022b157d66b2a480ea91593a021 (patch)
treee5064f7ca67743cfe1bdf7919a5d3dbca1b2bb86 /meta/recipes-extended/libsolv/libsolv_git.bb
parentd43792151b7974f1d35a445943f62ed685288d12 (diff)
downloadopenembedded-core-contrib-1bb1ea2cdb86a022b157d66b2a480ea91593a021.tar.gz
libsolv: upgrade to 0.6.22
Update to version 0.6.22 and rename the recipe accordingly. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/libsolv/libsolv_git.bb')
-rw-r--r--meta/recipes-extended/libsolv/libsolv_git.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb
deleted file mode 100644
index b41347d75c..0000000000
--- a/meta/recipes-extended/libsolv/libsolv_git.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-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.21"
-
-SRC_URI = "git://github.com/openSUSE/libsolv.git \
- "
-SRC_URI_append_libc-musl = " file://0001-Add-fallback-fopencookie-implementation.patch"
-
-SRCREV = "bdb5c63245923ed95cf04086b65b2e5a5b5d7b04"
-UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
-
-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"