All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libsolv: add new recipe
@ 2015-12-09 20:50 Alejandro del Castillo
  2015-12-09 22:04 ` Paul Eggleton
  0 siblings, 1 reply; 12+ messages in thread
From: Alejandro del Castillo @ 2015-12-09 20:50 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
---
 meta/recipes-extended/libsolv/libsolv_0.6.14.bb | 26 +++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 meta/recipes-extended/libsolv/libsolv_0.6.14.bb

diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.14.bb b/meta/recipes-extended/libsolv/libsolv_0.6.14.bb
new file mode 100644
index 0000000..14955da
--- /dev/null
+++ b/meta/recipes-extended/libsolv/libsolv_0.6.14.bb
@@ -0,0 +1,26 @@
+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"
+LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8"
+
+SRC_URI = "https://github.com/openSUSE/libsolv/archive/0.6.14.zip"
+
+SRC_URI[md5sum] = "171da68f08f672cacd1930643f8d1b4d"
+SRC_URI[sha256sum] = "0263b11372012be9c83f1c01f7d55ea9464dde58c109f5ae4de1e52870034a45"
+
+PACKAGES =+ "${PN}-tools ${PN}ext ${PN}ext-dbg"
+
+S = "${WORKDIR}/libsolv-0.6.14"
+
+inherit cmake
+
+EXTRA_OECMAKE = "-DLIB=${baselib}"
+
+DEPENDS = "expat zlib"
+
+FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibSolv.cmake"
+FILES_${PN}-tools = "${bindir}/*"
+FILES_${PN}ext = "${libdir}/${PN}ext.so.*"
+FILES_${PN}ext-dbg = "${libdir}/.debug/${PN}ext.so.*"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-12-12  0:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-09 20:50 [PATCH] libsolv: add new recipe Alejandro del Castillo
2015-12-09 22:04 ` Paul Eggleton
2015-12-09 23:01   ` [PATCH v2] " Alejandro del Castillo
2015-12-10 21:22     ` [PATCH v3] " Alejandro del Castillo
2015-12-10 23:16       ` Andre McCurdy
2015-12-10 23:55         ` Burton, Ross
2015-12-11  0:15           ` Martin Jansa
2015-12-11  8:48             ` Burton, Ross
2015-12-11 21:29         ` [PATCH v4] " Alejandro del Castillo
2015-12-11 21:32           ` Martin Jansa
2015-12-12  0:14             ` [PATCH v5] " Alejandro del Castillo
2015-12-10  1:40   ` [PATCH] " Alejandro del Castillo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.