From: Emilia Ciobanu Date: Fri, 12 Jul 2013 14:56:24 +0000 (+0300) Subject: kmod:add GIT revision to PV variable X-Git-Tag: 2015-4~5794 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=70d0938c304cd49e08cbcb28e391e7ace8e666e0;p=openembedded-core.git kmod:add GIT revision to PV variable Git packages should have the following format for the PV variable: version_tag+git[r|\-|]?AUTOINC+git_revision Git packages should include git token inside the PV variable. Signed-off-by: Emilia Ciobanu Signed-off-by: Saul Wold --- diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index ca6b004a6c..6afaca6dbb 100644 --- a/meta/recipes-kernel/kmod/kmod_git.bb +++ b/meta/recipes-kernel/kmod/kmod_git.bb @@ -4,6 +4,7 @@ require kmod.inc PR = "${INC_PR}.0" +PV = "9+git${SRCPV}" PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"