LIBRARY_NAME = nss
LIBRARY_VERSION = 3
-+SO_VERSION = 1d
++SO_VERSION = 1oe
# This part of the code, including all sub-dirs, can be optimized for size
export ALLOW_OPT_CODE_SIZE = 1
LIBRARY_NAME = smime
LIBRARY_VERSION = 3
-+SO_VERSION = 1d
++SO_VERSION = 1oe
# This part of the code, including all sub-dirs, can be optimized for size
export ALLOW_OPT_CODE_SIZE = 1
LIBRARY_NAME = ssl
LIBRARY_VERSION = 3
-+SO_VERSION = 1d
++SO_VERSION = 1oe
# This part of the code, including all sub-dirs, can be optimized for size
export ALLOW_OPT_CODE_SIZE = 1
LIBRARY_NAME = nssutil
LIBRARY_VERSION = 3
-+SO_VERSION = 1d
++SO_VERSION = 1oe
# This part of the code, including all sub-dirs, can be optimized for size
export ALLOW_OPT_CODE_SIZE = 1
DESCRIPTION = "Mozilla's SSL and TLS implementation"
HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/"
-PR = "r1"
+PR = "r2"
LICENSE = "MPL1.1 GPL LGPL"
install -d ${D}/${libdir}/nss
- for shared_lib in ${TD}/${libdir}/*.so
+ for shared_lib in ${TD}/${libdir}/*.so.*
do
- cp $shared_lib ${D}/${libdir}/nss
+ cp $shared_lib ${D}/${libdir}
+ ln -sf $(basename $shared_lib) ${D}/${libdir}/$(basename $shared_lib .1oe)
done
install -d ${D}/${includedir}/mozilla/nss
for static_lib in ${TD}/${libdir}/*.a
do
- oe_libinstall -C ${TD}/${libdir} `basename $static_lib .a` ${D}/${libdir}/nss
+ oe_libinstall -C ${TD}/${libdir} `basename $static_lib .a` ${D}/${libdir}
done
install -d ${D}/${bindir}
}
-FILES_${PN} = "${bindir} ${libdir}/nss/*.so"
-FILES_${PN}-static += "${libdir}/nss/*.a"