[oe-commits] [meta-openembedded] 10/31: strongswan: add UPSTREAM_CHECK_REGEX

git at git.openembedded.org git at git.openembedded.org
Mon Jun 4 16:17:17 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ee0d27dfecefb7e70aceac6dbb402c38800f1116
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Wed May 30 14:20:56 2018 +0800

    strongswan: add UPSTREAM_CHECK_REGEX
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
index f2fe1f1..6570dbe 100644
--- a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
+++ b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
@@ -15,6 +15,8 @@ SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "46aa3aa18fbc4bd528f9a0345ce79913"
 SRC_URI[sha256sum] = "e0a60a30ebf3c534c223559e1686497a21ded709a5d605c5123c2f52bcc22e92"
 
+UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar"
+
 EXTRA_OECONF = " \
         --without-lib-prefix \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list