diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-04-18 21:28:48 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-18 11:30:55 -0400 |
| commit | f7e2920ba3e5d493120d992b366fb0ad382af971 (patch) | |
| tree | b34af1b2d0ecac66afba7ff7c15fb36f9caddaa5 | |
| parent | 12fbf1a37424f1cabd06dc993bf8921fd06f93d1 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 4 |
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 |
| 16 | SRCREV = "c2688afb9373309751e640088705cb739997665d" | 16 | SRCREV = "c2688afb9373309751e640088705cb739997665d" |
| 17 | PV = "1.3.0.4" | 17 | PV = "1.3.0.4" |
| 18 | PR = "r1" | ||
| 18 | 19 | ||
| 19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 20 | 21 | ||
| @@ -31,9 +32,6 @@ INITSCRIPT_PARAMS = "defaults 10" | |||
| 31 | 32 | ||
| 32 | inherit update-rc.d | 33 | inherit update-rc.d |
| 33 | 34 | ||
| 34 | SELECTED_OPTIMIZATION := "${@d.getVar("SELECTED_OPTIMIZATION", True).replace("-O2", "-O3")}" | ||
| 35 | SELECTED_OPTIMIZATION := "${@d.getVar("SELECTED_OPTIMIZATION", True).replace("-ggdb2", "")}" | ||
| 36 | |||
| 37 | FILES_${PN} += "${libdir}/softhsm/lib*.so.* ${mntdir}/*" | 35 | FILES_${PN} += "${libdir}/softhsm/lib*.so.* ${mntdir}/*" |
| 38 | FILES_${PN}-dbg += "${libdir}/softhsm/.debug" | 36 | FILES_${PN}-dbg += "${libdir}/softhsm/.debug" |
| 39 | FILES_${PN}-staticdev += "${libdir}/softhsm/*.a " | 37 | FILES_${PN}-staticdev += "${libdir}/softhsm/*.a " |
