diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.8.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.8.0.bb index 19cb9ae061..c8db49c8b6 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.8.0.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.8.0.bb @@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2909fcf6f09ffff8430463d91c08c4e1" SRC_URI = "git://github.com/cisco/libsrtp.git;branch=2_x_dev;protocol=https;tag=v${PV}" SRCREV = "24b3bf8f19b6f5ab4cd2bcceb4f4064efca86fd5" +UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" PACKAGECONFIG ?= "" PACKAGECONFIG[nss] = "-Dcrypto-library=nss,, nss,,, openssl"