[oe-commits] Joe Slater : znc: add SRCREV_FORMAT variable

git at git.openembedded.org git at git.openembedded.org
Mon Aug 17 21:44:58 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 9a67b079a7deff2d6e53df031b26304a71c4e0f8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9a67b079a7deff2d6e53df031b26304a71c4e0f8

Author: Joe Slater <jslater at windriver.com>
Date:   Tue Aug  4 15:10:35 2015 -0700

znc: add SRCREV_FORMAT variable

When more than one SRCREV is defined, we need to specify
how to construct a composite revision.  Failure to do this
can result in parsing errors.

Signed-off-by: Joe Slater <jslater at windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 meta-networking/recipes-irc/znc/znc_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb
index d81c170..a7a44e2 100644
--- a/meta-networking/recipes-irc/znc/znc_git.bb
+++ b/meta-networking/recipes-irc/znc/znc_git.bb
@@ -13,6 +13,10 @@ SRC_URI = "git://github.com/znc/znc.git;name=znc \
 SRCREV_znc = "f47e8465efa4e1cd948b9caae93ac401b4355df8"
 SRCREV_Csocket = "07b4437396122650e5b8fb3d014e820a5decf4ee"
 
+# This constructs a composite revision based on multiple SRCREV's.
+#
+SRCREV_FORMAT = "znc_Csocket"
+
 S = "${WORKDIR}/git"
 
 inherit autotools-brokensep pkgconfig



More information about the Openembedded-commits mailing list