diff options
author | Matthew McClintock <msm@freescale.com> | 2012-02-22 19:50:46 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2012-03-11 10:10:37 -0700 |
commit | 77a7fad52a7ff6a6c5e6c48d7d259055920a3774 (patch) | |
tree | ec0a2875139132d42309e4a29d1c0e47f09c2952 | |
parent | bddff3209cecaa811f031f05434ecfda7c5a6bd2 (diff) | |
download | meta-openembedded-77a7fad52a7ff6a6c5e6c48d7d259055920a3774.tar.gz |
gcc-4_6-branch-linaro-backports.inc: allow GCC-4_6-BRANCH-LINARO-BACKPORTS to be overridden
This is useful when we want to include meta-oe as is, and also
want to modify the toolchain such that these patches don't apply
cleanly
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc b/meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc index 90a857d9a..2434fb3a4 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc +++ b/meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | GCC-4_6-BRANCH-LINARO-BACKPORTS = " \ | 1 | GCC-4_6-BRANCH-LINARO-BACKPORTS ?= " \ |
2 | file://linaro/gcc-4.6-linaro-r106720.patch \ | 2 | file://linaro/gcc-4.6-linaro-r106720.patch \ |
3 | file://linaro/gcc-4.6-linaro-r106733.patch \ | 3 | file://linaro/gcc-4.6-linaro-r106733.patch \ |
4 | file://linaro/gcc-4.6-linaro-r106737.patch \ | 4 | file://linaro/gcc-4.6-linaro-r106737.patch \ |