diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-03-15 14:03:07 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-03-15 20:42:12 +0000 |
commit | a8b14a4f7858e2cdb6aed6163c053435476de83d (patch) | |
tree | 8f9e265ad436bc13377a8d8f8cb5c9447830c721 /recipes-kernel | |
parent | 49fbf69fa56a1c8d3ce0610c227868058d49fc3b (diff) | |
download | meta-fsl-arm-a8b14a4f7858e2cdb6aed6163c053435476de83d.tar.gz |
linux-libc-headers-imx: use new git.freescale.com server for fetching
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb b/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb index 49d7a64..7b33733 100644 --- a/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb +++ b/recipes-kernel/linux-libc-headers/linux-libc-headers-imx_2.6.35.3.bb | |||
@@ -4,7 +4,7 @@ PROVIDES = "linux-libc-headers" | |||
4 | RPROVIDES_${PN}-dev = "linux-libc-headers-dev" | 4 | RPROVIDES_${PN}-dev = "linux-libc-headers-dev" |
5 | RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" | 5 | RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" |
6 | 6 | ||
7 | SRC_URI = "git://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git;tag=rel_imx_2.6.35_11.09.01;protocol=http" | 7 | SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;tag=rel_imx_2.6.35_11.09.01" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r2" |