diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-07-13 09:27:51 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2016-07-13 09:27:51 -0700 |
commit | deab926b43a709bc51708c45b2969aeff464030c (patch) | |
tree | 4e0506ed7864b27122ff1d0ce318fd2ae92df516 /recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch | |
parent | 51203ffaf4406c96601c7e0088f41883fcf399ed (diff) | |
download | meta-clang-deab926b43a709bc51708c45b2969aeff464030c.tar.gz |
clang: Fix SRCREV_FOTMAT clashes due to same substr in names
When we use same substr in two SRC_URI name= arguments e.g.
name=libcxx and name=libcxxabi then bitbake replaces the substring
in SRCREV_FORMAT in literal form like SRCREV_FORMAT = "xxx_xxxabi"
which is not correct and it confuses the workdir completely
see
lib/bb/fetch2/__init__.py#L772
where bitbake is using replace() python API which will replace
the match and not exact match
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/libcxx/0001-use-constexpr-when-using-glibc.patch')
0 files changed, 0 insertions, 0 deletions