diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/Makefile | 4 | ||||
-rw-r--r-- | sw/debian/control | 4 | ||||
m--------- | sw/libhal | 0 | ||||
m--------- | sw/pkcs11 | 0 | ||||
m--------- | sw/thirdparty/libtfm | 0 | ||||
m--------- | sw/thirdparty/sqlite3 | 0 |
6 files changed, 4 insertions, 4 deletions
diff --git a/sw/Makefile b/sw/Makefile index 4b494a6..9fd3c72 100644 --- a/sw/Makefile +++ b/sw/Makefile @@ -1,17 +1,17 @@ # Makefile to build Debian package for Cryptech Alpha board software all: - cd thirdparty/sqlite3; ${MAKE} cd thirdparty/libtfm; ${MAKE} cd libhal; ${MAKE} daemon cd pkcs11; ${MAKE} clean distclean: - for d in thirdparty/libtfm libhal thirdparty/sqlite3 pkcs11; do (cd $$d && ${MAKE} $@); done + for d in thirdparty/libtfm libhal pkcs11; do (cd $$d && ${MAKE} $@); done install: all install -m 644 -D pkcs11/libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so install -D pkcs11/p11util ${DESTDIR}/usr/sbin/p11util install -D libhal/cryptech_rpcd ${DESTDIR}/usr/sbin/cryptech_rpcd + ln -s libpkcs11.so ${DESTDIR}/usr/lib/libpkcs11.so.0 # Might also want to install the firmware tarball, scripts to use it, .... diff --git a/sw/debian/control b/sw/debian/control index d7440f8..8ae25b9 100644 --- a/sw/debian/control +++ b/sw/debian/control @@ -3,12 +3,12 @@ Maintainer: APT Builder Robot <aptbot@cryptech.is> Section: misc Priority: optional Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), libsqlite3-0, libsqlite3-dev, python (>= 2.7), python-yaml Homepage: http://trac.cryptech.is/wiki Package: cryptech-alpha Architecture: any -Depends: libc6 (>= 2.13), ${misc:Depends} +Depends: libc6 (>= 2.13), ${misc:Depends}, libsqlite3-0 Description: Cryptech open-source crypto software "cryptech-alpha" contains software for use with the Cryptech Project "Alpha" development board. diff --git a/sw/libhal b/sw/libhal -Subproject 52f1eb5c3dccd47d2434e0c7a302c23363790e1 +Subproject bf50cf8a7817274a7fb5e02d09a53598e168e22 diff --git a/sw/pkcs11 b/sw/pkcs11 -Subproject 6e7aabc780ff9f70bf05d41b97cc973451e0b2e +Subproject ea4c71c075df677cd9f559ca06c79e920263051 diff --git a/sw/thirdparty/libtfm b/sw/thirdparty/libtfm -Subproject 357ca59060848fb72367b67ccae137d66de6fe3 +Subproject 7bbbb682d2557d7aeba63709a27838b36055db2 diff --git a/sw/thirdparty/sqlite3 b/sw/thirdparty/sqlite3 deleted file mode 160000 -Subproject be705c3aecaf201b7f9c649cfed01e38e73c8f6 |