aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2015-08-04 15:10:35 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2015-08-07 11:01:01 -0400
commit9a67b079a7deff2d6e53df031b26304a71c4e0f8 (patch)
tree37afdc4c9a1d88e68f52c753a3393d9dc6cd9f53 /meta-networking
parent77d17425b50997b0b356bcfc811a87472e5f4c47 (diff)
downloadmeta-openembedded-contrib-9a67b079a7deff2d6e53df031b26304a71c4e0f8.tar.gz
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@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-irc/znc/znc_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb
index d81c17052e..a7a44e2b0f 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