All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe MacDonald <Joe.MacDonald@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-networking][PATCH] cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl package
Date: Wed, 19 Jun 2013 14:13:18 -0400	[thread overview]
Message-ID: <20130619181318.GE8093@windriver.com> (raw)
In-Reply-To: <1371541796-3895-1-git-send-email-net147@gmail.com>

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

[[oe] [meta-networking][PATCH] cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl package] On 13.06.18 (Tue 17:49) Jonathan Liu wrote:

> The Cyrus SASL plugins are loaded without their version number so the
> plugin *.so symbolic links need to be placed in the cyrus-sasl package
> rather than the cyrus-sasl-dev package.
> 
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>  meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> index 0113025..bf6f95c 100644
> --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
> @@ -36,8 +36,10 @@ SRC_URI[sha256sum] = "8fbc5136512b59bb793657f36fadda6359cae3b08f01fd16b3d406f134
>  
>  PACKAGES =+ "${PN}-bin"
>  
> -FILES_${PN}           += "${libdir}/sasl2/*.so.*"
> +FILES_${PN}           += "${libdir}/sasl2/*.so*"
>  FILES_${PN}-bin       += "${bindir}"
> -FILES_${PN}-dev       += "${libdir}/sasl2/*.so ${libdir}/sasl2/*.la"
> +FILES_${PN}-dev       += "${libdir}/sasl2/*.la"
>  FILES_${PN}-dbg       += "${libdir}/sasl2/.debug"
>  FILES_${PN}-staticdev += "${libdir}/sasl2/*.a"
> +
> +INSANE_SKIP_${PN} += "dev-so"

Merged, thanks.

-- 
-Joe MacDonald.
:wq

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

  reply	other threads:[~2013-06-19 18:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-18  7:49 [meta-networking][PATCH] cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl package Jonathan Liu
2013-06-19 18:13 ` Joe MacDonald [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-18  7:45 Jonathan Liu
2013-06-18  7:35 ` Jonathan Liu

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=20130619181318.GE8093@windriver.com \
    --to=joe.macdonald@windriver.com \
    --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.