diff --git a/gnomeos/yocto/recipies-core/ostree/ostree.bb b/gnomeos/yocto/recipies-core/ostree/ostree.bb index 3871dacf..3de77d64 100644 --- a/gnomeos/yocto/recipies-core/ostree/ostree.bb +++ b/gnomeos/yocto/recipies-core/ostree/ostree.bb @@ -2,8 +2,8 @@ SUMMARY = "GNOME OS management tool" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235" -SRC_URI = "git://git.gnome.org/ostree;tag=18f0b537a45f12852e4ec6b174440cbfe7702e4d" -S = "${WORKDIR}/git" +SRC_URI = "file:///src/ostree-clone" +S = "${WORKDIR}/ostree-clone" inherit autotools