]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-player: specify PV
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 12 Sep 2016 10:15:29 +0000 (13:15 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Sep 2016 21:20:03 +0000 (22:20 +0100)
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@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/gstreamer/gst-player_git.bb

index 00ad9416f764e1c55c13de609a1b29cdc9f45c98..2a4c9dcfbf7652fd85b9762afa24c62c0515b6c8 100644 (file)
@@ -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"