From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] [meta-networking][PATCH] packagegroup-samba: new add
Date: Tue, 5 Dec 2017 14:29:03 +0100 [thread overview]
Message-ID: <20171205142903.6443ab7e@t460p> (raw)
In-Reply-To: <1512466387-8999-1-git-send-email-zhengrq.fnst@cn.fujitsu.com>
Hi Zheng,
On Tue, 5 Dec 2017 17:33:07 +0800
zhengrq <zhengrq.fnst@cn.fujitsu.com> wrote:
> 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 \
> + "
Why don't you just create a samba-client meta package inside
the samba recipe instead?
> +
> +SUMMARY_${PN}-server = " samba server"
> +RDEPENDS_${PN}-server = "\
> + samba \
> + samba-common \
> + "
All samba libraries already depend on samba-common, so samba depends on it
indirectly. Therefore this "package group" doesn't seem to be necessary.
> +
> +SUMMARY_${PN}-ctdb-tests = " samba ctdb-tests"
> +RDEPENDS_${PN}-ctdb-tests = "samba-ctdb-tests"
> +
> +SUMMARY_${PN}-pidl = "samba-pidl"
> +RDEPENDS_${PN}-pidl = "samba-pidl"
These two seem to be unnecessary, too.
Regards,
Andreas
next prev parent reply other threads:[~2017-12-05 13:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-05 9:33 [PATCH] [meta-networking][PATCH] packagegroup-samba: new add zhengrq
2017-12-05 13:29 ` Andreas Oberritter [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171205142903.6443ab7e@t460p \
--to=obi@opendreambox.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox