summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-10-08 03:06:58 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-15 11:52:52 -0300
commit5607751cd72aad3c9971797745334de3e82bd71c (patch)
treea92d5b700396e3208b9b1219a56ff5f65f3433c7
parentd95354d67159520bcbe835c405cddc3dc99f51fc (diff)
downloadmeta-fsl-arm-5607751cd72aad3c9971797745334de3e82bd71c.tar.gz
linux-libc-headers-imx (3.0.15): Fix build if no network
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>
-rw-r--r--recipes-kernel/linux-libc-headers/linux-libc-headers-imx_3.0.15.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_3.0.15.bb b/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_3.0.15.bb
index b2e1f3b..fe14048 100644
--- a/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_3.0.15.bb
+++ b/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_3.0.15.bb
@@ -6,5 +6,9 @@ RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
6 6
7COMPATIBLE_MACHINE = "(mx6)" 7COMPATIBLE_MACHINE = "(mx6)"
8 8
9SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_3.0.15_12.02.01" 9SRCREV = "1e54cdcdb6940a58d5e09174410fe0fe28041fa3"
10SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git"
11
10S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13
14PR = "r1"