Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] [meta-networking][PATCH] packagegroup-samba: new add
@ 2017-12-05  9:33 zhengrq
  2017-12-05 13:29 ` Andreas Oberritter
  0 siblings, 1 reply; 6+ messages in thread
From: zhengrq @ 2017-12-05  9:33 UTC (permalink / raw)
  To: openembedded-devel

Add packagegroup for samba, for there are too many rpms in samba and it's hard to manage.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../packagegroups/packagegroup-samba.bb            | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 meta-networking/recipes-connectivity/packagegroups/packagegroup-samba.bb

diff --git a/meta-networking/recipes-connectivity/packagegroups/packagegroup-samba.bb b/meta-networking/recipes-connectivity/packagegroups/packagegroup-samba.bb
new file mode 100644
index 0000000..6177691
--- /dev/null
+++ b/meta-networking/recipes-connectivity/packagegroups/packagegroup-samba.bb
@@ -0,0 +1,28 @@
+SUMMARY = "samba package groups"
+PV = "1.0"
+PR = "r2"
+
+inherit packagegroup
+
+PROVIDES = "${PACKAGES}"
+PACKAGES = "${PN}-server ${PN}-client ${PN}-ctdb-tests ${PN}-pidl"
+
+SUMMARY_${PN}-client = " samba client"
+RDEPENDS_${PN}-client = "\
+    smbclient \
+    samba-common \
+    winbind \
+    registry-tools \
+    "
+
+SUMMARY_${PN}-server = " samba server"
+RDEPENDS_${PN}-server = "\
+    samba \
+    samba-common \
+    "
+
+SUMMARY_${PN}-ctdb-tests = " samba ctdb-tests"
+RDEPENDS_${PN}-ctdb-tests = "samba-ctdb-tests"
+
+SUMMARY_${PN}-pidl = "samba-pidl"
+RDEPENDS_${PN}-pidl = "samba-pidl"
-- 
2.7.4





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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05  9:33 [PATCH] [meta-networking][PATCH] packagegroup-samba: new add zhengrq
2017-12-05 13:29 ` Andreas Oberritter
2017-12-06  3:30   ` Zheng, Ruoqin
2017-12-06 11:13     ` Andreas Oberritter
2017-12-07  1:20       ` Zheng, Ruoqin
2017-12-07 18:43         ` Andreas Oberritter

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