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.
This commit is contained in:
parent
ea858ab558
commit
ab3efe446d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue