yocto: Switch ostree recipie to pull from GNOME git

This commit is contained in:
Colin Walters 2012-01-31 22:14:06 -05:00
parent 21ab320eef
commit a8d9e9b9e0

View File

@ -2,8 +2,8 @@ SUMMARY = "GNOME OS management tool"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=97285cb818cf231e6a36f72c82592235"
SRC_URI = "file:///src/ostree"
S = "${WORKDIR}/ostree"
SRC_URI = "git://git.gnome.org/ostree;tag=21ab320eef97958256513f26b46cefd8ab687e9a"
S = "${WORKDIR}/git"
DEPENDS += "libarchive"