diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-21 11:06:31 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-21 11:06:31 +0800 |
commit | b8ea0f4da9fd9fe5aaf11cd570af364050696609 (patch) | |
tree | 373c9ded9a0fccd6843d6eb5ba3fc84484cedf5e | |
parent | c84c5efb45c735588ae181ac8c8c7a5539834e68 (diff) | |
download | meta-secure-core-b8ea0f4da9fd9fe5aaf11cd570af364050696609.tar.gz |
trouser: a minor fix for debug package
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-tpm/recipes-tpm/trousers/trousers_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm/trousers/trousers_git.bb index 1cacde2..967b25e 100644 --- a/meta-tpm/recipes-tpm/trousers/trousers_git.bb +++ b/meta-tpm/recipes-tpm/trousers/trousers_git.bb | |||
@@ -100,7 +100,7 @@ FILES_libtspi-staticdev = "\ | |||
100 | ${libdir}/*.la \ | 100 | ${libdir}/*.la \ |
101 | ${libdir}/*.a \ | 101 | ${libdir}/*.a \ |
102 | " | 102 | " |
103 | FILES_${PN}-dbg = "\ | 103 | FILES_${PN}-dbg += "\ |
104 | ${sbindir}/.debug \ | 104 | ${sbindir}/.debug \ |
105 | ${prefix}/src/debug/${PN}/${PV}-${PR}/${PN}-${PV}/src/tcs \ | 105 | ${prefix}/src/debug/${PN}/${PV}-${PR}/${PN}-${PV}/src/tcs \ |
106 | ${prefix}/src/debug/${PN}/${PV}-${PR}/${PN}-${PV}/src/tcsd \ | 106 | ${prefix}/src/debug/${PN}/${PV}-${PR}/${PN}-${PV}/src/tcsd \ |