[oe-commits] [openembedded-core] 29/40: gst-player: specify PV

git at git.openembedded.org git at git.openembedded.org
Tue Sep 13 14:20:20 UTC 2016


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

commit 090e4a798cb7b9b242e47b07af99419e3d00929b
Author: Markus Lehtonen <markus.lehtonen at linux.intel.com>
AuthorDate: Mon Sep 12 13:15:29 2016 +0300

    gst-player: specify PV
    
    Define PV in order to avoid package version being plain "git". Use the
    version number found from configure.ac plus the git revision.
    
    Signed-off-by: Markus Lehtonen <markus.lehtonen at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gst-player_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
index 00ad941..2a4c9dc 100644
--- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
@@ -12,6 +12,7 @@ SRC_URI = "git://github.com/sdroege/gst-player.git \
            file://gst-player.desktop"
 
 SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def"
+PV = "0.0.1+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 

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


More information about the Openembedded-commits mailing list