Merge pull request #305 from kc8apf/i2c_tools_srcuri

Fix i2c-tools SRCURI syntax
diff --git a/common/recipes-bsp/u-boot/u-boot_2013.07.bb b/common/recipes-bsp/u-boot/u-boot_2013.07.bb
index 6070fbf..f2434ad 100644
--- a/common/recipes-bsp/u-boot/u-boot_2013.07.bb
+++ b/common/recipes-bsp/u-boot/u-boot_2013.07.bb
@@ -10,9 +10,8 @@
 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
                     file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab"
 
-# This revision corresponds to the tag "v2013.07"
 # We use the revision in order to avoid having to fetch it from the repo during parse
-SRCREV = "4b44678c11ac82c7c797bb115e276181752ad54d"
+SRCREV = "44f1262bdf39ad93032d39f17a298165372be82e"
 
 PV = "v2013.07+git${SRCPV}"
 
diff --git a/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb b/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb
index ac901d3..13b07ad 100644
--- a/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb
+++ b/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb
@@ -11,7 +11,7 @@
 
 S = "${WORKDIR}/git"
 SRC_URI += "git://github.com/openbmc/skeleton.git;subpath=bin;destsuffix=git"
-SRCREV="${AUTOREV}"
+SRCREV="2f9ee83356fba3f6f843bf2584f3e7e95763ec98"
 
 SCRIPT_NAME = "ipmi_debug.py"
 INSTALL_NAME = "host-ipmi-hw"