[oe] [meta-oe][PATCH 2/2] libssh: fix krb5 rdepends issue

akuster808 akuster808 at gmail.com
Wed Jan 7 01:52:40 UTC 2015



On 01/06/2015 08:30 AM, Martin Jansa wrote:
> On Tue, Jan 06, 2015 at 08:01:07AM -0800, Armin Kuster wrote:
>> the default is to build with GSSAPI enable so we need
>> krb5 support.
>
> shouldn't it be in DEPENDS then? RDEPENDS could be too late for
> do_configure to detect it.
k.

>
> Also I don't see 0.6.3 version in current master:

hmm, Monday...

- Armin

> OE @ ~/meta-openembedded $ find . -name libssh\*
> ./meta-oe/recipes-support/libssh2
> ./meta-oe/recipes-support/libssh2/libssh2_1.4.3.bb
> ./meta-oe/recipes-support/libssh
> ./meta-oe/recipes-support/libssh/libssh_git.bb
>
>>
>> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
>> ---
>>   meta-oe/recipes-support/libssh/libssh_0.6.3.bb | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/meta-oe/recipes-support/libssh/libssh_0.6.3.bb b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
>> index 771a47a..9c5ebf5 100644
>> --- a/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
>> +++ b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
>> @@ -27,3 +27,6 @@ do_configure_prepend () {
>>   }
>>
>>   FILES_${PN}-dev += "${libdir}/cmake"
>> +
>> +# This builds with GSSAPI enabled as default
>> +RDEPENDS_${PN} = "krb5"
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
>



More information about the Openembedded-devel mailing list