[oe-commits] [openembedded-core] 40/58: lttng-modules: Add missing SRCREV_FORMAT

git at git.openembedded.org git at git.openembedded.org
Sun Sep 15 16:59:34 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a4e76e902db9ced8d67805f2ce7b01a6f09f9a85
Author: Daniel Gomez <daniel at qtec.com>
AuthorDate: Thu Sep 12 21:54:23 2019 +0200

    lttng-modules: Add missing SRCREV_FORMAT
    
    When using devupstream class the SRCREV_FORMAT variable must be set.
    
    Signed-off-by: Daniel Gomez <daniel at qtec.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb b/meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb
index 6e2d655..dccc4b9 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.10.10.bb
@@ -43,3 +43,4 @@ SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.1
 SRCREV_class-devupstream = "624aca5d7507fbd11ea4a1a474c3aa1031bd9a31"
 PV_class-devupstream = "2.10.10+git${SRCPV}"
 S_class-devupstream = "${WORKDIR}/git"
+SRCREV_FORMAT ?= "lttng_git"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list