summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-09-27 10:14:32 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-10-16 12:42:37 +0200
commit9d9b6a8eb297e7e90a680730bfc5068deb19a138 (patch)
tree3735d77f600ff18d1219ad3f8ecc346188eadae7 /recipes-sota/ostree
parent36f1d8668a0ccdfe7f71f886a6829fb33be7cb48 (diff)
downloadmeta-updater-9d9b6a8eb297e7e90a680730bfc5068deb19a138.tar.gz
Support pkcs#11 in aktualizr and add softhsm token for testing
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r--recipes-sota/ostree/ostree_git.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index 8937e5e..7a0320e 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -8,9 +8,9 @@ INHERIT_remove_class-native = "systemd"
8 8
9SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 9SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
10 10
11SRCREV="3b09620c2738bce4ed45e099cf2e4c5df7671d39" 11SRCREV="e3c3ec5dd91492e82c79223052443d038c60f41c"
12 12
13PV = "2017.3-31-g3b09620c" 13PV = "v2017.11-20-ge3c3ec5d"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
@@ -79,6 +79,9 @@ FILES_${PN} += " \
79 ${datadir}/gir-1.0/OSTree-1.0.gir \ 79 ${datadir}/gir-1.0/OSTree-1.0.gir \
80 ${libdir}/girepository-1.0 \ 80 ${libdir}/girepository-1.0 \
81 ${libdir}/girepository-1.0/OSTree-1.0.typelib \ 81 ${libdir}/girepository-1.0/OSTree-1.0.typelib \
82 ${libdir}/tmpfiles.d/ostree-tmpfiles.conf \
83 ${datadir}/bash-completion/completions/ostree \
84 ${systemd_unitdir}/system-generators/ostree-system-generator \
82" 85"
83 86
84PACKAGES =+ "${PN}-switchroot" 87PACKAGES =+ "${PN}-switchroot"