mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
libtorrent: Add UPSTREAM_CHECK_GITTAGREGEX
This makes sure only tags like "vX.Y.Z" are identified as releases. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
89e86cd407
commit
253e33e343
@@ -6,16 +6,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
|||||||
|
|
||||||
DEPENDS = "zlib libsigc++-2.0 openssl cppunit"
|
DEPENDS = "zlib libsigc++-2.0 openssl cppunit"
|
||||||
|
|
||||||
|
PV = "0.13.8+git"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https"
|
SRC_URI = "git://github.com/rakshasa/libtorrent;branch=master;protocol=https"
|
||||||
SRCREV = "e60f222241319aaae482789517ad00ae9344bd13"
|
SRCREV = "e60f222241319aaae482789517ad00ae9344bd13"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||||
|
|
||||||
CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product"
|
CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product"
|
||||||
|
|
||||||
PV = "0.13.8+git${SRCPV}"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
||||||
PACKAGECONFIG ??= "instrumentation aligned"
|
PACKAGECONFIG ??= "instrumentation aligned"
|
||||||
|
|
||||||
PACKAGECONFIG:remove:mipsarch = "instrumentation"
|
PACKAGECONFIG:remove:mipsarch = "instrumentation"
|
||||||
|
|||||||
Reference in New Issue
Block a user