summaryrefslogtreecommitdiffstats
path: root/recipes/ostree/ostree.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ostree/ostree.bb')
-rw-r--r--recipes/ostree/ostree.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/ostree/ostree.bb b/recipes/ostree/ostree.bb
index ab17671..c4a6f69 100644
--- a/recipes/ostree/ostree.bb
+++ b/recipes/ostree/ostree.bb
@@ -28,10 +28,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
28inherit autotools pkgconfig 28inherit autotools pkgconfig
29 29
30SRC_URI = " \ 30SRC_URI = " \
31 git://github.com/GNOME/ostree.git;tag=v2015.9 \ 31 git://github.com/GNOME/ostree.git \
32 file://0001-Don-t-require-boot-uEnv.txt-for-u-boot-support.patch \ 32 file://0001-Allow-updating-files-on-the-boot-partition.patch \
33 file://0002-u-boot-Merge-ostree-s-and-systems-uEnv.txt.patch \
34 file://0003-Allow-updating-files-in-root-of-boot.patch \
33 " 35 "
34 36
37SRCREV = "efdb4d8f443768e59529c299290bee8b1f8f93c3"
38
35S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"
36 40
37DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz" 41DEPENDS = "glib-2.0 e2fsprogs gpgme attr libsoup-2.4 libgsystem libassuan xz"