Re: [poky] [PATCH] python3-bcrypt: allow building native package
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
Can you repost this to [email protected] <mailto:[email protected]> please? Thanks, Ross > On 27 Feb 2024, at 10:15, Andreas Mützel via lists.yoctoproject.org <[email protected]> wrote: > > The native and nativesdk variants of this package build fine, but the > corresponding BBCLASSEXTENDS was missing. Add it. > > Signed-off-by: Andreas Mützel <[email protected]> > --- > meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb > index 8328594bad..72216c39c2 100644 > --- a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb > +++ b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb > @@ -34,3 +34,5 @@ RDEPENDS:${PN}:class-target += "\ > python3-shell \ > python3-six \ > " > + > +BBCLASSEXTEND = "native nativesdk" > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13278): https://lists.yoctoproject.org/g/poky/message/13278 > Mute This Topic: https://lists.yoctoproject.org/mt/104600131/6875888 > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- >