diff options
author | Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> | 2013-07-12 17:56:24 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-22 09:44:09 -0700 |
commit | 70d0938c304cd49e08cbcb28e391e7ace8e666e0 (patch) | |
tree | 4a534f7f93efdb567a9ef143a29cf88061ffcd5d /meta/recipes-kernel/kmod | |
parent | 5ace1d88efc37b70516eeb1a609ea37a657a5ce0 (diff) | |
download | openembedded-core-contrib-70d0938c304cd49e08cbcb28e391e7ace8e666e0.tar.gz |
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 <emilia.maria.silvia.ciobanu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/kmod')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb index ca6b004a6c9..6afaca6dbb9 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" |