diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-13 12:04:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-13 12:04:51 +0000 |
commit | c6824a54c11f9a45720b2628ccba972653a0559a (patch) | |
tree | 0a32b97ff25b3c768f66fd4546c18f729361f380 /meta/recipes-support | |
parent | 51707282fc2c5a74588b2d79b2229513a883924f (diff) | |
download | openembedded-core-c6824a54c11f9a45720b2628ccba972653a0559a.tar.gz openembedded-core-c6824a54c11f9a45720b2628ccba972653a0559a.tar.bz2 openembedded-core-c6824a54c11f9a45720b2628ccba972653a0559a.zip |
Revert "nss: avoid to use the hardcode kernel version"
This reverts commit 4c80c557508e088fe226bfa1834464b505404652.
We *cannot* have nss becoming machine specific, that makes no sense.
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/nss/nss.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc index 3ad12cc057..a6aeed8b1a 100644 --- a/meta/recipes-support/nss/nss.inc +++ b/meta/recipes-support/nss/nss.inc @@ -23,7 +23,7 @@ SRC_URI_append_class-target = "\ " inherit siteinfo PR = "r0" -DEPENDS = "sqlite3 nspr zlib nss-native virtual/kernel" +DEPENDS = "sqlite3 nspr zlib nss-native" DEPENDS_class-native = "sqlite3-native nspr-native zlib-native" RDEPENDS_${PN} = "perl" @@ -55,7 +55,7 @@ do_compile() { export NSS_USE_SYSTEM_SQLITE=1 export NSS_ENABLE_ECC=1 - export OS_RELEASE=`cat ${STAGING_KERNEL_DIR}/kernel-abiversion|sed 's/-.*//'` + export OS_RELEASE=3.4 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=`cat ${STAGING_KERNEL_DIR}/kernel-abiversion|sed 's/-.*//'` + export OS_RELEASE=3.4 export OS_TARGET=Linux export OS_ARCH=Linux |