]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-libc-headers-imx (3.0.15): Fix build if no network
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 8 Oct 2012 06:06:58 +0000 (03:06 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 15 Oct 2012 14:52:52 +0000 (11:52 -0300)
To allow building without network access we cannot point to tags but
use the revision.

Change-Id: I10a036542042aa004f2b013a5f02cf0872292df8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_3.0.15.bb

index b2e1f3b5437eeaa795303732d38b56189878d6a4..fe14048b3b2aaadca58f4bbf87183482cbc4833e 100644 (file)
@@ -6,5 +6,9 @@ RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
 
 COMPATIBLE_MACHINE = "(mx6)"
 
-SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_3.0.15_12.02.01"
+SRCREV = "1e54cdcdb6940a58d5e09174410fe0fe28041fa3"
+SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git"
+
 S = "${WORKDIR}/git"
+
+PR = "r1"