summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2016-09-12 13:15:29 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-14 22:22:12 +0100
commitf6030023fcca058592e7e29cc92548d4336ed036 (patch)
tree3595c3ee9168d756aaeda1f87875415aaa8cccd3 /meta/recipes-multimedia
parentf5e2dafcb882ae4a08c64dbedd9fae41dcb2b317 (diff)
downloadpoky-f6030023fcca058592e7e29cc92548d4336ed036.tar.gz
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. (From OE-Core rev: 9d4734412c45ef80195707900b1dfdf843f43228) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-player_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
index 00ad9416f7..2a4c9dcfbf 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 \
12 file://gst-player.desktop" 12 file://gst-player.desktop"
13 13
14SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def" 14SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def"
15PV = "0.0.1+git${SRCPV}"
15 16
16S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
17 18