1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Markus Lehtonen
2016-09-12 13:15:29 +03:00
committed by Richard Purdie
parent f5e2dafcb8
commit f6030023fc
@@ -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"