From 9be7273d0fccd4a45166bafb5fec41d2af5462b6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 25 Apr 2013 10:47:59 +0200 Subject: [PATCH] iliad: Upgrade iliad to the master version with bug fixes * Upgrade to the master version for a newer (but older than from what I patched it) jquery * Queries to js and stylesheet do not appear to add the ?_=NR that allow caching of requests in chrome --- recipes-smalltalk/iliad/iliad_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-smalltalk/iliad/iliad_git.bb b/recipes-smalltalk/iliad/iliad_git.bb index 4d10b4b869..36df220faf 100644 --- a/recipes-smalltalk/iliad/iliad_git.bb +++ b/recipes-smalltalk/iliad/iliad_git.bb @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" S = "${WORKDIR}/git" -SRC_URI = "git://github.com/zecke/iliad-stable.git;protocol=git;branch=master" -SRCREV = "3469a322b9cae17d452fae1b38d661e14e4ae902" +SRC_URI = "git://github.com/zecke/iliad.git;protocol=git;branch=master" +SRCREV = "9d660f6dedc4dc6418a7dff8a24f93bd351fa224" PV = "0.9.1+gitr${SRCPV}" -PR = "r3" +PR = "r4" inherit smalltalk_package