summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-04-18 21:28:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-18 11:30:55 -0400
commitf7e2920ba3e5d493120d992b366fb0ad382af971 (patch)
treeb34af1b2d0ecac66afba7ff7c15fb36f9caddaa5 /recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
parent12fbf1a37424f1cabd06dc993bf8921fd06f93d1 (diff)
downloadmeta-ti-f7e2920ba3e5d493120d992b366fb0ad382af971.tar.gz
ti-softhsmv2: stop altering and expanding SELECTED_OPTIMIZATION variable
This var now contains staging paths and by expanding it early, sstate ends up churning the package for each machine built. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb')
-rw-r--r--recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index a863c3a5..ea2eb3fd 100644
--- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
+++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
@@ -15,6 +15,7 @@ SRC_URI = "git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=
15#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04 15#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04
16SRCREV = "c2688afb9373309751e640088705cb739997665d" 16SRCREV = "c2688afb9373309751e640088705cb739997665d"
17PV = "1.3.0.4" 17PV = "1.3.0.4"
18PR = "r1"
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
20 21
@@ -31,9 +32,6 @@ INITSCRIPT_PARAMS = "defaults 10"
31 32
32inherit update-rc.d 33inherit update-rc.d
33 34
34SELECTED_OPTIMIZATION := "${@d.getVar("SELECTED_OPTIMIZATION", True).replace("-O2", "-O3")}"
35SELECTED_OPTIMIZATION := "${@d.getVar("SELECTED_OPTIMIZATION", True).replace("-ggdb2", "")}"
36
37FILES_${PN} += "${libdir}/softhsm/lib*.so.* ${mntdir}/*" 35FILES_${PN} += "${libdir}/softhsm/lib*.so.* ${mntdir}/*"
38FILES_${PN}-dbg += "${libdir}/softhsm/.debug" 36FILES_${PN}-dbg += "${libdir}/softhsm/.debug"
39FILES_${PN}-staticdev += "${libdir}/softhsm/*.a " 37FILES_${PN}-staticdev += "${libdir}/softhsm/*.a "