Message ID | 20191031161616.5855-1-peter.kolbus@garmin.com |
---|---|
State | New |
Headers | show |
Series | [oe,meta-python,morty] python-markupsafe: Extend to build native version too | expand |
Morty is not maintained anymore On Thu, Oct 31, 2019 at 9:16 AM Peter Kolbus <peter.kolbus@garmin.com> wrote: > From: Khem Raj <raj.khem@gmail.com> > > chromium-60+ will need it > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> > > (cherry picked from commit b28aa7fac9631c228bee98cfd2a0edea3c163916) > > Signed-off-by: Peter Kolbus <peter.kolbus@garmin.com> > --- > meta-python/recipes-devtools/python/python-markupsafe_0.23.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb > b/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb > index 396eff102..5c9884b9f 100644 > --- a/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb > +++ b/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb > @@ -1,2 +1,4 @@ > inherit setuptools > require python-markupsafe.inc > + > +BBCLASSEXTEND = "native" > -- > 2.23.0 > > -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff --git a/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb b/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb index 396eff102..5c9884b9f 100644 --- a/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb +++ b/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb @@ -1,2 +1,4 @@ inherit setuptools require python-markupsafe.inc + +BBCLASSEXTEND = "native"