[oe] [meta-oe][PATCH 2/4] mongodb: add to PNBLACKLIST

Khem Raj raj.khem at gmail.com
Fri Aug 16 15:55:36 UTC 2019


On Fri, Aug 16, 2019 at 8:19 AM Vincent Prince
<vincent.prince.fr at gmail.com> wrote:
>
> Hi all,
>
> In order to get mongodb back, I'm trying to bump version from current r4.0.6 to r4.2.0 which support python3.
>
> How do you guys refresh current OE patches over new releases?
> I'm thinking something like:
>  - apply patches on git r4.0.6 commit
>  - pull 4.2.0
>  - cherry-pick patch commits
>  - use format-patch to get refreshed patches
> Is there any easier way?
>

devtool workflow works well as well but yeah it needs to
be addressed at code level in the end to forward port
patches

> Some python3 recipes will need to be integrated as well ...
>
> Regards,
> Vincent
>
> Le mar. 25 juin 2019 à 18:14, Hongxu Jia <hongxu.jia at windriver.com> a écrit :
>>
>> Since commit [44f303b scons: inherit python3native] applied in oe-core,
>> but mongodb v4.0 requires python2 to build
>>
>> Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
>> ---
>>  meta-oe/recipes-dbs/mongodb/mongodb_git.bb | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
>> index 0f90003..7634e5d 100644
>> --- a/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
>> +++ b/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
>> @@ -75,3 +75,5 @@ scons_do_install() {
>>          ${STAGING_BINDIR_NATIVE}/scons install ${EXTRA_OESCONS}|| \
>>          die "scons install execution failed."
>>  }
>> +
>> +PNBLACKLIST[mongodb] = "Since bbclass scons convert to python3, build mongodb failed"
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> 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