diff options
Diffstat (limited to 'meta/recipes-graphics/libmatchbox')
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_git.bb (renamed from meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb index 6bc7112eca..f916889cc3 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb @@ -1,16 +1,16 @@ require libmatchbox.inc -PV = "1.7+svnr${SRCPV}" -PR = "r5" +PV = "1.9+git${SRCPV}" +PR = "r0" DEFAULT_PREFERENCE = "-1" -SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ +SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \ file://configure_fixes.patch;patch=1 \ file://check.m4 \ file://16bppfixes.patch;patch=1 \ file://matchbox-start-fix.patch;patch=1" -S = "${WORKDIR}/libmatchbox" +S = "${WORKDIR}/git" do_configure_prepend () { cp ${WORKDIR}/check.m4 ${S}/ |