mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
77d17425b5
commit
9a67b079a7
@@ -13,6 +13,10 @@ SRC_URI = "git://github.com/znc/znc.git;name=znc \
|
|||||||
SRCREV_znc = "f47e8465efa4e1cd948b9caae93ac401b4355df8"
|
SRCREV_znc = "f47e8465efa4e1cd948b9caae93ac401b4355df8"
|
||||||
SRCREV_Csocket = "07b4437396122650e5b8fb3d014e820a5decf4ee"
|
SRCREV_Csocket = "07b4437396122650e5b8fb3d014e820a5decf4ee"
|
||||||
|
|
||||||
|
# This constructs a composite revision based on multiple SRCREV's.
|
||||||
|
#
|
||||||
|
SRCREV_FORMAT = "znc_Csocket"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig
|
inherit autotools-brokensep pkgconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user