summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-10-19 10:31:12 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-10-19 10:31:12 +0000
commit3dfa44ab995f813172eb239bb2067ba7b0f6103d (patch)
tree80c6cb2a93f826fad3c4299148737a407f4ece0c
parent4447a0c0916a77349266b44d76aed514577b4ba4 (diff)
parentacc720528a7e25eb322410f100bb7375422dc770 (diff)
downloadmeta-updater-3dfa44ab995f813172eb239bb2067ba7b0f6103d.tar.gz
Merge "Fix build of libgsystem in sota feature"
-rw-r--r--recipes-support/libgsystem/libgsystem_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/libgsystem/libgsystem_git.bb b/recipes-support/libgsystem/libgsystem_git.bb
index 4b1eb49..181dd42 100644
--- a/recipes-support/libgsystem/libgsystem_git.bb
+++ b/recipes-support/libgsystem/libgsystem_git.bb
@@ -7,7 +7,7 @@ SRCREV="d606bec68ddfea78de4b03c3f3568afb71bdc1ce"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10inherit autotools-brokensep 10inherit autotools-brokensep gobject-introspection
11 11
12DEPENDS += "attr glib-2.0 pkgconfig libcap" 12DEPENDS += "attr glib-2.0 pkgconfig libcap"
13RDEPENDS_${PN} = "xz systemd" 13RDEPENDS_${PN} = "xz systemd"