From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R4O7z-0002us-3I for openembedded-core@lists.openembedded.org; Fri, 16 Sep 2011 04:26:07 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 15 Sep 2011 19:20:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,391,1312182000"; d="scan'208";a="54273824" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.14.252]) by fmsmga002.fm.intel.com with ESMTP; 15 Sep 2011 19:20:53 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Thu, 15 Sep 2011 19:20:46 -0700 Message-Id: <759ecef0d91bfcdf85242040ccb9ebaab6aa0ee8.1316139554.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.6 In-Reply-To: References: In-Reply-To: References: Subject: [RC2 FIXES 2/6] web: Fix SRVREV due to lost commit in web-sato X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2011 02:26:07 -0000 [YOCTO #1454] This SRCREV fixes the number of parameters Signed-off-by: Saul Wold --- meta/recipes-sato/web/web_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-sato/web/web_git.bb b/meta/recipes-sato/web/web_git.bb index b606e64..9e2474f 100644 --- a/meta/recipes-sato/web/web_git.bb +++ b/meta/recipes-sato/web/web_git.bb @@ -4,7 +4,7 @@ DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" DESCRIPTION = "Web is a multi-platform web browsing application." PR = "r0" -SRCREV = "3fad2eb32b2312093dcd750612bafeff84e32bc9" +SRCREV = "e9a1c9433b9500feb7e3b9bb135debcea3a3e651" PV = "0.0+git${SRCPV}" SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \ -- 1.7.6