diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-09-15 11:54:29 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-09-15 11:54:29 +0300 |
commit | e35210fa7db33b0180a1e077e20037734e9124ad (patch) | |
tree | 0285574802abe040ae20c0035e85fc91fee00ba2 /recipes-sota/ostree | |
parent | 211b12c727d3d7edeedf8f93ad5221cd61a513fe (diff) | |
download | meta-updater-e35210fa7db33b0180a1e077e20037734e9124ad.tar.gz |
ostree_git.bb: Deploy installed files in /usr/lib
Minor bug fix to deploy installed files of OSTree
in /usr/lib/girepository-1.0.
Bug-AGL: SPEC-194
Change-Id: I31fdffbf248623eeff7e7ba5607e3534d700be50
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 0e53d25..6c6db19 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -59,5 +59,7 @@ FILES_${PN} += " \ | |||
59 | ${@'${systemd_unitdir}/system/' if d.getVar('SYSTEMD_REQUIRED', True) else ''} \ | 59 | ${@'${systemd_unitdir}/system/' if d.getVar('SYSTEMD_REQUIRED', True) else ''} \ |
60 | ${datadir}/gir-1.0 \ | 60 | ${datadir}/gir-1.0 \ |
61 | ${datadir}/gir-1.0/OSTree-1.0.gir \ | 61 | ${datadir}/gir-1.0/OSTree-1.0.gir \ |
62 | ${libdir}/girepository-1.0 \ | ||
63 | ${libdir}/girepository-1.0/OSTree-1.0.typelib \ | ||
62 | " | 64 | " |
63 | 65 | ||