All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Subject: Re: [meta-oe][PATCH] net-snmp: add -systemd packages to PACKAGES list to appease systemd.bbclass
Date: Wed, 17 Apr 2013 16:53:32 +0200	[thread overview]
Message-ID: <20130417145332.GI26007@jama> (raw)
In-Reply-To: <1366207065-3413-1-git-send-email-ml@communistcode.co.uk>

[-- Attachment #1: Type: text/plain, Size: 2256 bytes --]

On Wed, Apr 17, 2013 at 02:57:45PM +0100, Jack Mitchell wrote:
> From: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
> 
> ERROR: net-snmp-server-snmpd-systemd does not appear in package list, please add it
> ERROR: net-snmp-server-snmptrapd-systemd does not appear in package list, please add it
> 
> Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
> ---
>  meta-oe/recipes-extended/net-snmp/net-snmp_5.7.2.bb | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.2.bb b/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.2.bb
> index 81ad6ff..1e1db6a 100644
> --- a/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.2.bb
> +++ b/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.2.bb
> @@ -61,7 +61,11 @@ do_install_append() {
>  }
>  
>  PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-static ${PN}-libs \
> -            ${PN}-mibs ${PN}-server ${PN}-client ${PN}-server-snmpd ${PN}-server-snmptrapd"
> +            ${PN}-mibs ${PN}-server ${PN}-client ${PN}-server-snmpd ${PN}-server-snmptrapd \
> +            ${PN}-server-snmpd-systemd ${PN}-server-snmptrapd-systemd "
> +
> +SYSTEMD_PACKAGES = "${PN}-server-snmpd-systemd \
> +                    ${PN}-server-snmptrapd-systemd"

It should be changed to
SYSTEMD_PACKAGES = "${PN}-server-snmpd \
                    ${PN}-server-snmptrapd"
At least to match SYSTEMD_SERVICE, not sure how have we missed that.

>  ALLOW_EMPTY_${PN}-server = "1"
>  
> @@ -91,9 +95,6 @@ INITSCRIPT_PARAMS_${PN}-server = "defaults"
>  
>  EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemd', '--without-systemd', d)}"
>  
> -SYSTEMD_PACKAGES = "${PN}-server-snmpd-systemd \
> -                    ${PN}-server-snmptrapd-systemd"
> -
>  SYSTEMD_SERVICE_${PN}-server-snmpd = "snmpd.service"
>  SYSTEMD_SERVICE_${PN}-server-snmptrapd =  "snmptrapd.service"
>  
> -- 
> 1.8.2
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

      reply	other threads:[~2013-04-17 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-17 13:57 [meta-oe][PATCH] net-snmp: add -systemd packages to PACKAGES list to appease systemd.bbclass Jack Mitchell
2013-04-17 14:53 ` Martin Jansa [this message]

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=20130417145332.GI26007@jama \
    --to=martin.jansa@gmail.com \
    --cc=jack.mitchell@dbbroadcast.co.uk \
    --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 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.