diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-06 14:19:38 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-06 14:19:38 +0100 |
commit | f82055f9c006c32841d5be7d8a34ffced157b38c (patch) | |
tree | a2e422e5e7c32afb07601b394119d893b06c996f /recipes-sota/ostree | |
parent | 8acf859efaf80bfcaab1d3c4d94363dec18b9af6 (diff) | |
download | meta-updater-f82055f9c006c32841d5be7d8a34ffced157b38c.tar.gz |
Add missing dependencies
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 3d12de8..d444669 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -17,8 +17,8 @@ BBCLASSEXTEND = "native" | |||
17 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd" | 17 | DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd" |
18 | DEPENDS_remove_class-native = "systemd-native" | 18 | DEPENDS_remove_class-native = "systemd-native" |
19 | 19 | ||
20 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz" | 20 | RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz os-release" |
21 | RDEPENDS_${PN}_remove_class-native = "python-native" | 21 | RDEPENDS_${PN}_remove_class-native = "python-native os-release-native" |
22 | 22 | ||
23 | EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" | 23 | EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" |
24 | EXTRA_OEMAKE = "CFLAGS='-g'" | 24 | EXTRA_OEMAKE = "CFLAGS='-g'" |