diff options
author | Joe Slater <jslater@windriver.com> | 2014-10-16 13:47:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-24 17:36:16 +0100 |
commit | 38f02f18361389beef2768aac0fec5d95e290e6a (patch) | |
tree | f5ca41dea1b708457f021b1a562f80c3e5807ab3 /meta/recipes-core | |
parent | 1a0485040c45be683488a2e4bea224daa4a8f6d5 (diff) | |
download | poky-38f02f18361389beef2768aac0fec5d95e290e6a.tar.gz |
cross-localedef-native: provide SRCREV_FORMAT
Add SRCREV_FORMAT to provide a composite version number
for get_srcrev() in fetch2 code.
(From OE-Core rev: 87cda76a2f004813420d7730c4f2f74839d3c2df)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glibc/cross-localedef-native_2.20.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.20.bb b/meta/recipes-core/glibc/cross-localedef-native_2.20.bb index ccf56a9415..8aaa225706 100644 --- a/meta/recipes-core/glibc/cross-localedef-native_2.20.bb +++ b/meta/recipes-core/glibc/cross-localedef-native_2.20.bb | |||
@@ -36,6 +36,10 @@ EGLIBCPATCHES = "\ | |||
36 | SRCREV_glibc = "b8079dd0d360648e4e8de48656c5c38972621072" | 36 | SRCREV_glibc = "b8079dd0d360648e4e8de48656c5c38972621072" |
37 | SRCREV_localedef = "c833367348d39dad7ba018990bfdaffaec8e9ed3" | 37 | SRCREV_localedef = "c833367348d39dad7ba018990bfdaffaec8e9ed3" |
38 | 38 | ||
39 | # Makes for a rather long rev (22 characters), but... | ||
40 | # | ||
41 | SRCREV_FORMAT = "glibc__localedef" | ||
42 | |||
39 | S = "${WORKDIR}/git" | 43 | S = "${WORKDIR}/git" |
40 | 44 | ||
41 | EXTRA_OECONF = "--with-glibc=${S}" | 45 | EXTRA_OECONF = "--with-glibc=${S}" |