All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] polarssl: set LIB_INSTALL_DIR to baselib
@ 2014-10-30  7:25 Chong Lu
  2014-11-04 21:31 ` Joe MacDonald
  0 siblings, 1 reply; 3+ messages in thread
From: Chong Lu @ 2014-10-30  7:25 UTC (permalink / raw)
  To: openembedded-devel

This solves the following warning:

polarssl-1.3.8: polarssl: Files/directories were installed but not shipped
  /usr/lib
  /usr/lib/libpolarssl.so.1.3.8
  /usr/lib/libpolarssl.so.7
  /usr/lib/libpolarssl.so
  /usr/lib/libpolarssl.a
  /usr/lib/.debug
  /usr/lib/.debug/libpolarssl.so.1.3.8 [installed-vs-shipped]
polarssl-1.3.8: polarssl requires libpolarssl.so.7()(64bit), but no providers
in its RDEPENDS [file-rdeps]

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 recipes-connectivity/polarssl/polarssl_1.3.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb b/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb
index 3f9ba18..fa89631 100644
--- a/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb
+++ b/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb
@@ -18,6 +18,6 @@ SRC_URI[sha256sum] = "318171db41335cacbb5b0047c94f1faf91442ab70a223b5223436703c9
 
 DEPENDS = "openssl"
 RDEPENDS_${PN} += "libcrypto"
-EXTRA_OECMAKE = "-DUSE_SHARED_POLARSSL_LIBRARY=on"
+EXTRA_OECMAKE = "-DUSE_SHARED_POLARSSL_LIBRARY=on -DLIB_INSTALL_DIR=${baselib}"
 
 inherit cmake
-- 
1.9.1



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

* Re: [meta-networking][PATCH] polarssl: set LIB_INSTALL_DIR to baselib
  2014-10-30  7:25 [meta-networking][PATCH] polarssl: set LIB_INSTALL_DIR to baselib Chong Lu
@ 2014-11-04 21:31 ` Joe MacDonald
  2014-11-05  2:05   ` Chong Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Joe MacDonald @ 2014-11-04 21:31 UTC (permalink / raw)
  To: Chong Lu; +Cc: openembedded-devel

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

Also merged.  I didn't dig into why, but I got a patch failure when I
added it, so I re-created it and preserved your header.  You should have
a quick look-see, just to be sure, though.

Thanks,
-J.

[[oe] [meta-networking][PATCH] polarssl: set LIB_INSTALL_DIR to baselib] On 14.10.30 (Thu 15:25) Chong Lu wrote:

> This solves the following warning:
> 
> polarssl-1.3.8: polarssl: Files/directories were installed but not shipped
>   /usr/lib
>   /usr/lib/libpolarssl.so.1.3.8
>   /usr/lib/libpolarssl.so.7
>   /usr/lib/libpolarssl.so
>   /usr/lib/libpolarssl.a
>   /usr/lib/.debug
>   /usr/lib/.debug/libpolarssl.so.1.3.8 [installed-vs-shipped]
> polarssl-1.3.8: polarssl requires libpolarssl.so.7()(64bit), but no providers
> in its RDEPENDS [file-rdeps]
> 
> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
> ---
>  recipes-connectivity/polarssl/polarssl_1.3.8.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb b/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb
> index 3f9ba18..fa89631 100644
> --- a/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb
> +++ b/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb
> @@ -18,6 +18,6 @@ SRC_URI[sha256sum] = "318171db41335cacbb5b0047c94f1faf91442ab70a223b5223436703c9
>  
>  DEPENDS = "openssl"
>  RDEPENDS_${PN} += "libcrypto"
> -EXTRA_OECMAKE = "-DUSE_SHARED_POLARSSL_LIBRARY=on"
> +EXTRA_OECMAKE = "-DUSE_SHARED_POLARSSL_LIBRARY=on -DLIB_INSTALL_DIR=${baselib}"
>  
>  inherit cmake
> -- 
> 1.9.1
> 
-- 
-Joe MacDonald.
:wq

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

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

* Re: [meta-networking][PATCH] polarssl: set LIB_INSTALL_DIR to baselib
  2014-11-04 21:31 ` Joe MacDonald
@ 2014-11-05  2:05   ` Chong Lu
  0 siblings, 0 replies; 3+ messages in thread
From: Chong Lu @ 2014-11-05  2:05 UTC (permalink / raw)
  To: Joe MacDonald; +Cc: openembedded-devel


On 11/05/2014 05:31 AM, Joe MacDonald wrote:
> Also merged.  I didn't dig into why, but I got a patch failure when I
> added it, so I re-created it and preserved your header.  You should have
> a quick look-see, just to be sure, though.

Got it. Thanks.

Best Regards
Chong

>
> Thanks,
> -J.
>
> [[oe] [meta-networking][PATCH] polarssl: set LIB_INSTALL_DIR to baselib] On 14.10.30 (Thu 15:25) Chong Lu wrote:
>
>> This solves the following warning:
>>
>> polarssl-1.3.8: polarssl: Files/directories were installed but not shipped
>>    /usr/lib
>>    /usr/lib/libpolarssl.so.1.3.8
>>    /usr/lib/libpolarssl.so.7
>>    /usr/lib/libpolarssl.so
>>    /usr/lib/libpolarssl.a
>>    /usr/lib/.debug
>>    /usr/lib/.debug/libpolarssl.so.1.3.8 [installed-vs-shipped]
>> polarssl-1.3.8: polarssl requires libpolarssl.so.7()(64bit), but no providers
>> in its RDEPENDS [file-rdeps]
>>
>> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
>> ---
>>   recipes-connectivity/polarssl/polarssl_1.3.8.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb b/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb
>> index 3f9ba18..fa89631 100644
>> --- a/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb
>> +++ b/meta-networking/recipes-connectivity/polarssl/polarssl_1.3.8.bb
>> @@ -18,6 +18,6 @@ SRC_URI[sha256sum] = "318171db41335cacbb5b0047c94f1faf91442ab70a223b5223436703c9
>>   
>>   DEPENDS = "openssl"
>>   RDEPENDS_${PN} += "libcrypto"
>> -EXTRA_OECMAKE = "-DUSE_SHARED_POLARSSL_LIBRARY=on"
>> +EXTRA_OECMAKE = "-DUSE_SHARED_POLARSSL_LIBRARY=on -DLIB_INSTALL_DIR=${baselib}"
>>   
>>   inherit cmake
>> -- 
>> 1.9.1
>>



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

end of thread, other threads:[~2014-11-05  2:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-30  7:25 [meta-networking][PATCH] polarssl: set LIB_INSTALL_DIR to baselib Chong Lu
2014-11-04 21:31 ` Joe MacDonald
2014-11-05  2:05   ` Chong Lu

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.