]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "nss: avoid to use the hardcode kernel version"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Feb 2014 12:04:51 +0000 (12:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Feb 2014 12:04:51 +0000 (12:04 +0000)
This reverts commit 4c80c557508e088fe226bfa1834464b505404652.

We *cannot* have nss becoming machine specific, that makes no sense.

meta/recipes-support/nss/nss.inc

index 3ad12cc057f995874d70ff19f453ed1b8a0dad26..a6aeed8b1abd0f9c19fae8987b3341a5607bca1a 100644 (file)
@@ -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