summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-12-06 14:19:38 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2016-12-06 14:19:38 +0100
commitf82055f9c006c32841d5be7d8a34ffced157b38c (patch)
treea2e422e5e7c32afb07601b394119d893b06c996f
parent8acf859efaf80bfcaab1d3c4d94363dec18b9af6 (diff)
downloadmeta-updater-f82055f9c006c32841d5be7d8a34ffced157b38c.tar.gz
Add missing dependencies
-rw-r--r--conf/distro/sota.conf.inc2
-rw-r--r--recipes-sota/ostree/ostree_git.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc
index fa152c8..c6f914d 100644
--- a/conf/distro/sota.conf.inc
+++ b/conf/distro/sota.conf.inc
@@ -1,4 +1,4 @@
1IMAGE_INSTALL_append = " rvi-sota-client" 1IMAGE_INSTALL_append = " ostree rvi-sota-client"
2 2
3# live image for OSTree-enabled systems 3# live image for OSTree-enabled systems
4IMAGE_CLASSES_append = " image_types_ostree image_types_ota" 4IMAGE_CLASSES_append = " image_types_ostree image_types_ota"
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"
17DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd" 17DEPENDS += "attr libarchive glib-2.0 pkgconfig gpgme libgsystem fuse libsoup-2.4 e2fsprogs systemd"
18DEPENDS_remove_class-native = "systemd-native" 18DEPENDS_remove_class-native = "systemd-native"
19 19
20RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz" 20RDEPENDS_${PN} = "python util-linux-libuuid util-linux-libblkid util-linux-libmount libcap xz os-release"
21RDEPENDS_${PN}_remove_class-native = "python-native" 21RDEPENDS_${PN}_remove_class-native = "python-native os-release-native"
22 22
23EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man" 23EXTRA_OECONF = "CFLAGS='-g' --with-libarchive --disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf --disable-man"
24EXTRA_OEMAKE = "CFLAGS='-g'" 24EXTRA_OEMAKE = "CFLAGS='-g'"