diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2016-09-12 13:15:29 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-14 22:20:03 +0100 |
commit | 9d4734412c45ef80195707900b1dfdf843f43228 (patch) | |
tree | 12c52b61d31c949fe3f4d064fa6f761405cdea7c /meta/recipes-multimedia/gstreamer | |
parent | d82acf20541463b14a811788d28fb1db3539885b (diff) | |
download | openembedded-core-9d4734412c45ef80195707900b1dfdf843f43228.tar.gz openembedded-core-9d4734412c45ef80195707900b1dfdf843f43228.tar.bz2 openembedded-core-9d4734412c45ef80195707900b1dfdf843f43228.zip |
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@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-player_git.bb | 1 |
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 \ file://gst-player.desktop" SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def" +PV = "0.0.1+git${SRCPV}" S = "${WORKDIR}/git" |