[OE-core] [PATCH 18/26] x264: only numeric characters are allowed in package versions taken from git

Alexander Kanavin alexander.kanavin at linux.intel.com
Thu Jul 30 13:31:47 UTC 2015


See regexes in get_recipe_pv_without_srcpv() in meta/lib/oe/recipeutils.py

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-multimedia/x264/x264_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 0a69909..cd29d72 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://git.videolan.org/x264.git \
 
 SRCREV = "c8a773ebfca148ef04f5a60d42cbd7336af0baf6"
 
-PV = "r2491+git${SRCPV}"
+PV = "2491+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
2.1.4




More information about the Openembedded-core mailing list