diff options
| -rw-r--r-- | recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb b/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb index ca82562..1e57342 100644 --- a/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb +++ b/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb | |||
| @@ -1,14 +1,15 @@ | |||
| 1 | SUMMARY = "Software stack for TPM2." | 1 | SUMMARY = "Software stack for TPM2." |
| 2 | DESCRIPTION = "tpm2.0-tss like woah." | 2 | DESCRIPTION = "tpm2.0-tss like woah." |
| 3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=17067aa50a585593d421b16cffd805a9" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
| 5 | SECTION = "tpm" | 5 | SECTION = "tpm" |
| 6 | 6 | ||
| 7 | SRCREV = "8e25d0cbb287d30c93b2b77e99bc761dc67e31a9" | 7 | DEPENDS = "autoconf-archive pkgconfig" |
| 8 | |||
| 9 | SRCREV = "d1bd1fe175d233c7c5adbe1b9f3d256c41721001" | ||
| 8 | SRC_URI = " \ | 10 | SRC_URI = " \ |
| 9 | git://github.com/01org/TPM2.0-TSS.git;protocol=git;branch=master;name=TPM2.0-TSS;destsuffix=TPM2.0-TSS \ | 11 | git://github.com/01org/TPM2.0-TSS.git;protocol=git;branch=master;name=TPM2.0-TSS;destsuffix=TPM2.0-TSS \ |
| 10 | file://ax_pthread.m4 \ | 12 | file://ax_pthread.m4" |
| 11 | file://fix_musl_select_include.patch " | ||
| 12 | 13 | ||
| 13 | inherit autotools pkgconfig systemd | 14 | inherit autotools pkgconfig systemd |
| 14 | 15 | ||
| @@ -20,7 +21,7 @@ do_configure_prepend () { | |||
| 20 | # execute the bootstrap script | 21 | # execute the bootstrap script |
| 21 | currentdir=$(pwd) | 22 | currentdir=$(pwd) |
| 22 | cd ${S} | 23 | cd ${S} |
| 23 | ./bootstrap --force | 24 | ACLOCAL="aclocal --system-acdir=${STAGING_DATADIR}/aclocal" ./bootstrap |
| 24 | cd $currentdir | 25 | cd $currentdir |
| 25 | } | 26 | } |
| 26 | 27 | ||
| @@ -59,16 +60,22 @@ PACKAGES = " \ | |||
| 59 | resourcemgr \ | 60 | resourcemgr \ |
| 60 | " | 61 | " |
| 61 | 62 | ||
| 62 | FILES_libtss2 = "${libdir}/libsapi.so.0.0.0" | 63 | FILES_libtss2 = " \ |
| 64 | ${libdir}/libsapi.so.0.0.0 \ | ||
| 65 | ${libdir}/libmarshal.so.0.0.0 \ | ||
| 66 | " | ||
| 63 | FILES_libtss2-dev = " \ | 67 | FILES_libtss2-dev = " \ |
| 64 | ${includedir}/sapi \ | 68 | ${includedir}/sapi \ |
| 65 | ${includedir}/tcti/common.h \ | 69 | ${includedir}/tcti/common.h \ |
| 66 | ${libdir}/libsapi.so* \ | 70 | ${libdir}/libsapi.so* \ |
| 71 | ${libdir}/libmarshal.so* \ | ||
| 67 | ${libdir}/pkgconfig/sapi.pc \ | 72 | ${libdir}/pkgconfig/sapi.pc \ |
| 68 | " | 73 | " |
| 69 | FILES_libtss2-staticdev = " \ | 74 | FILES_libtss2-staticdev = " \ |
| 70 | ${libdir}/libsapi.a \ | 75 | ${libdir}/libsapi.a \ |
| 71 | ${libdir}/libsapi.la \ | 76 | ${libdir}/libsapi.la \ |
| 77 | ${libdir}/libmarshal.a \ | ||
| 78 | ${libdir}/libmarshal.la \ | ||
| 72 | " | 79 | " |
| 73 | FILES_libtctidevice = "${libdir}/libtcti-device.so.0.0.0" | 80 | FILES_libtctidevice = "${libdir}/libtcti-device.so.0.0.0" |
| 74 | FILES_libtctidevice-dev = " \ | 81 | FILES_libtctidevice-dev = " \ |
