From: Markus Lehtonen Date: Mon, 12 Sep 2016 10:15:29 +0000 (+0300) Subject: gst-player: specify PV X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6030023fcca058592e7e29cc92548d4336ed036;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb index 00ad9416f76..2a4c9dcfbf7 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"