On Feb 13, 2014, at 7:30 PM, <[email protected]> <[email protected]> wrote:
> From: Roy Li <[email protected]> > > Linux kernel 3.10 is used currently Can you explain a bit more ? is it kernel-headers thats important here or is it the machine kernel ? if its machine kernel then this recipe should be made machine specific and a mechanism to dig the machine kernel version should be used which won’t be 3.10 always. but if its just kernel headers then its less of a concern still this must be documented. > > Signed-off-by: Roy Li <[email protected]> > --- > meta/recipes-support/nss/nss.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-support/nss/nss.inc > b/meta/recipes-support/nss/nss.inc > index a6aeed8..e0840c4 100644 > --- a/meta/recipes-support/nss/nss.inc > +++ b/meta/recipes-support/nss/nss.inc > @@ -55,7 +55,7 @@ do_compile() { > export NSS_USE_SYSTEM_SQLITE=1 > export NSS_ENABLE_ECC=1 > > - export OS_RELEASE=3.4 > + export OS_RELEASE=3.10 > export OS_TARGET=Linux > export OS_ARCH=Linux > > @@ -95,7 +95,7 @@ do_install() { > export NSS_USE_SYSTEM_SQLITE=1 > export NSS_ENABLE_ECC=1 > > - export OS_RELEASE=3.4 > + export OS_RELEASE=3.10 > export OS_TARGET=Linux > export OS_ARCH=Linux > > -- > 1.7.10.4 > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
