diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-30 14:20:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-30 12:33:57 -0700 |
commit | ee0d27dfecefb7e70aceac6dbb402c38800f1116 (patch) | |
tree | b0d37a860233d1ec36e948b4a26f6b92ad32c1f3 /meta-networking/recipes-support/strongswan | |
parent | ecf08df98de95ae37e66114ea4aacb1ba72719ce (diff) | |
download | meta-openembedded-ee0d27dfecefb7e70aceac6dbb402c38800f1116.tar.gz |
strongswan: add UPSTREAM_CHECK_REGEX
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/strongswan')
-rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 f2fe1f1cbc..6570dbe5c1 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 \ | |||
15 | SRC_URI[md5sum] = "46aa3aa18fbc4bd528f9a0345ce79913" | 15 | SRC_URI[md5sum] = "46aa3aa18fbc4bd528f9a0345ce79913" |
16 | SRC_URI[sha256sum] = "e0a60a30ebf3c534c223559e1686497a21ded709a5d605c5123c2f52bcc22e92" | 16 | SRC_URI[sha256sum] = "e0a60a30ebf3c534c223559e1686497a21ded709a5d605c5123c2f52bcc22e92" |
17 | 17 | ||
18 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" | ||
19 | |||
18 | EXTRA_OECONF = " \ | 20 | EXTRA_OECONF = " \ |
19 | --without-lib-prefix \ | 21 | --without-lib-prefix \ |
20 | " | 22 | " |