[ostree] gnomeos: Fetch ostree from file:/// URI



commit ab3efe446de1b38657f6802fd1b83023c7d3eec4
Author: Colin Walters <walters verbum org>
Date:   Sun Nov 27 13:08:32 2011 -0500

    gnomeos: Fetch ostree from file:/// URI
    
    This means anyone not using /src/ostree for the checkout will have
    to change it, but it's way less annoying for me not to have to push
    changes to git.

 gnomeos/yocto/recipies-core/ostree/ostree.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomeos/yocto/recipies-core/ostree/ostree.bb b/gnomeos/yocto/recipies-core/ostree/ostree.bb
index 3871dac..3de77d6 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]