* Re: [meta-networking][PATCH] cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl package
2013-06-18 7:45 Jonathan Liu
@ 2013-06-18 7:35 ` Jonathan Liu
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Liu @ 2013-06-18 7:35 UTC (permalink / raw)
To: openembedded-devel
On 18 June 2013 17:45, Jonathan Liu <net147@gmail.com> wrote:
> From: Jonathan Liu <jon@zydex.com>
>
> 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 <jon@zydex.com>
> ---
> meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Wrong email. Please use my patch from gmail.com.
Regards,
Jonathan
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-networking][PATCH] cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl package
@ 2013-06-18 7:45 Jonathan Liu
2013-06-18 7:35 ` Jonathan Liu
0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Liu @ 2013-06-18 7:45 UTC (permalink / raw)
To: openembedded-devel; +Cc: Jonathan Liu
From: Jonathan Liu <jon@zydex.com>
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 <jon@zydex.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"
--
1.8.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-networking][PATCH] cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl package
@ 2013-06-18 7:49 Jonathan Liu
2013-06-19 18:13 ` Joe MacDonald
0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Liu @ 2013-06-18 7:49 UTC (permalink / raw)
To: openembedded-devel
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"
--
1.8.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-networking][PATCH] cyrus-sasl: move plugin *.so symbolic links to cyrus-sasl package
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
0 siblings, 0 replies; 4+ messages in thread
From: Joe MacDonald @ 2013-06-19 18:13 UTC (permalink / raw)
To: openembedded-devel
[-- 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 --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-19 18:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
-- strict thread matches above, loose matches on Subject: below --
2013-06-18 7:45 Jonathan Liu
2013-06-18 7:35 ` Jonathan Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox