I'd like recall this patch since it duplicates with Joe's:

  [oe] [meta-networking][PATCH 1/1] znc: add SRCREV_FORMAT variable

// Wenzong

On 08/05/2015 02:49 PM, [email protected] wrote:
From: Wenzong Fan <[email protected]>

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

   * FetchError: Fetcher failure: The SRCREV_FORMAT variable \
     must be set when multiple SCMs are used.

Signed-off-by: Wenzong Fan <[email protected]>
---
  meta-networking/recipes-irc/znc/znc_git.bb | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-irc/znc/znc_git.bb 
b/meta-networking/recipes-irc/znc/znc_git.bb
index d81c170..091db49 100644
--- a/meta-networking/recipes-irc/znc/znc_git.bb
+++ b/meta-networking/recipes-irc/znc/znc_git.bb
@@ -13,6 +13,8 @@ SRC_URI = "git://github.com/znc/znc.git;name=znc \
  SRCREV_znc = "f47e8465efa4e1cd948b9caae93ac401b4355df8"
  SRCREV_Csocket = "07b4437396122650e5b8fb3d014e820a5decf4ee"

+SRCREV_FORMAT = "znc_Csocket"
+
  S = "${WORKDIR}/git"

  inherit autotools-brokensep pkgconfig

--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to