Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libyui
@ 2017-11-29  5:10 zhengrq
  2017-11-29  5:32 ` ✗ patchtest: failure for libyui Patchwork
  2017-11-29  6:47 ` [PATCH] libyui Alexander Kanavin
  0 siblings, 2 replies; 7+ messages in thread
From: zhengrq @ 2017-11-29  5:10 UTC (permalink / raw)
  To: openembedded-core

Add a new recipe libyui.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 meta/recipes-graphics/libyui/libyui_git.bb | 36 ++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 meta/recipes-graphics/libyui/libyui_git.bb

diff --git a/meta/recipes-graphics/libyui/libyui_git.bb b/meta/recipes-graphics/libyui/libyui_git.bb
new file mode 100644
index 0000000..3edb0c6
--- /dev/null
+++ b/meta/recipes-graphics/libyui/libyui_git.bb
@@ -0,0 +1,36 @@
+SUMMARY = "Libyui is a widget abstraction library providing Qt, GTK and ncurses frontends."
+LICENSE = "LGPLv3"
+LIC_FILES_CHKSUM = "file://COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \
+                    file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
+                   "
+
+SRC_URI = "git://github.com/libyui/libyui.git \
+           "
+
+PV = "3.3.3+git"
+SRCREV = "f4ccea39f6b6f37eabd0a4df49db5f9bcb3c013a"
+
+S = "${WORKDIR}/git"
+
+inherit cmake gettext pkgconfig
+
+DEPENDS += "boost"
+
+BBCLASSEXTEND = "nativesdk"
+
+RDEPENDS_${PN} += "boost"
+
+do_configure_prepend () {
+        cp ${S}/buildtools/CMakeLists.common ${S}/CMakeLists.txt
+}
+
+do_install_append () {
+        rm -rf ${D}${datadir}/libyui
+        if [ ${libdir} = "/usr/lib" ]; then
+            mv ${D}/usr/lib64 ${D}/usr/lib
+        fi
+}
+
+FILES_${PN}-dev = "${libdir}/* ${includedir}/yui*"
+
-- 
2.7.4





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

end of thread, other threads:[~2017-12-07  1:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-29  5:10 [PATCH] libyui zhengrq
2017-11-29  5:32 ` ✗ patchtest: failure for libyui Patchwork
2017-11-29  6:47 ` [PATCH] libyui Alexander Kanavin
2017-12-04  2:01   ` Zheng, Ruoqin
2017-12-04 10:17     ` Burton, Ross
2017-12-07  1:26       ` Zheng, Ruoqin
2017-12-07  1:44         ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox