On Thu, Oct 31, 2019 at 2:45 AM zangrc <[email protected]> wrote:
> I found that native and nativesdk are enabled in the bb file in the > meta-python/recipe-devtools directory, but some do not. I want to unify > them to enable native and nativesdk. Do you think this is okay? I would say do it on need bases alone > > > On 10/31/19 10:41 AM, Zang Ruochen wrote: > > Signed-off-by: Zang Ruochen <[email protected]> > > --- > > meta-python/recipes-devtools/python/python-simplejson.inc | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/meta-python/recipes-devtools/python/python-simplejson.inc > b/meta-python/recipes-devtools/python/python-simplejson.inc > > index 3d36f9608..5592eaf3d 100644 > > --- a/meta-python/recipes-devtools/python/python-simplejson.inc > > +++ b/meta-python/recipes-devtools/python/python-simplejson.inc > > @@ -21,3 +21,5 @@ FILES_${PN}-tests+= " \ > > ${PYTHON_SITEPACKAGES_DIR}/simplejson/tests \ > > ${PYTHON_SITEPACKAGES_DIR}/simplejson/tool.py* \ > > " > > + > > +BBCLASSEXTEND = "native nativesdk" > > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
