[oe-commits] Joe Slater : cross-localedef-native: provide SRCREV_FORMAT

git at git.openembedded.org git at git.openembedded.org
Fri Oct 24 16:36:50 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 87cda76a2f004813420d7730c4f2f74839d3c2df
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=87cda76a2f004813420d7730c4f2f74839d3c2df

Author: Joe Slater <jslater at windriver.com>
Date:   Thu Oct 16 13:47:12 2014 -0700

cross-localedef-native: provide SRCREV_FORMAT

Add SRCREV_FORMAT to provide a composite version number
for get_srcrev() in fetch2 code.

Signed-off-by: Joe Slater <jslater at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-core/glibc/cross-localedef-native_2.20.bb | 4 ++++
 1 file changed, 4 insertions(+)

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 ccf56a9..8aaa225 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 = "\
 SRCREV_glibc = "b8079dd0d360648e4e8de48656c5c38972621072"
 SRCREV_localedef = "c833367348d39dad7ba018990bfdaffaec8e9ed3"
 
+# Makes for a rather long rev (22 characters), but...
+#
+SRCREV_FORMAT = "glibc__localedef"
+
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF = "--with-glibc=${S}"



More information about the Openembedded-commits mailing list