diff options
Diffstat (limited to 'recipes-sota')
| -rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 1 | ||||
| -rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 3a3ca56..8dc4b31 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
| @@ -99,6 +99,7 @@ FILES_${PN}-examples = " \ | |||
| 99 | " | 99 | " |
| 100 | 100 | ||
| 101 | FILES_${PN}-host-tools = " \ | 101 | FILES_${PN}-host-tools = " \ |
| 102 | ${bindir}/aktualizr-repo \ | ||
| 102 | ${bindir}/aktualizr_cert_provider \ | 103 | ${bindir}/aktualizr_cert_provider \ |
| 103 | ${bindir}/aktualizr_implicit_writer \ | 104 | ${bindir}/aktualizr_implicit_writer \ |
| 104 | ${bindir}/garage-deploy \ | 105 | ${bindir}/garage-deploy \ |
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index cdcb485..afb767f 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Tool for managing bootable, immutable, versioned filesystem trees" | |||
| 2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
| 4 | 4 | ||
| 5 | inherit autotools-brokensep pkgconfig systemd gobject-introspection | 5 | inherit autotools pkgconfig systemd gobject-introspection |
| 6 | 6 | ||
| 7 | INHERIT_remove_class-native = "systemd" | 7 | INHERIT_remove_class-native = "systemd" |
| 8 | 8 | ||
| @@ -11,7 +11,7 @@ SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" | |||
| 11 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" | 11 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" |
| 12 | 12 | ||
| 13 | PV = "v2017.13" | 13 | PV = "v2017.13" |
| 14 | PR = "1" | 14 | PR = "2" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| @@ -49,7 +49,7 @@ export STAGING_LIBDIR | |||
| 49 | 49 | ||
| 50 | do_configure() { | 50 | do_configure() { |
| 51 | unset docdir | 51 | unset docdir |
| 52 | NOCONFIGURE=1 ./autogen.sh | 52 | NOCONFIGURE=1 "${S}/autogen.sh" |
| 53 | oe_runconf | 53 | oe_runconf |
| 54 | } | 54 | } |
| 55 | 55 | ||
