diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-25 15:54:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:57:23 -0700 |
commit | bf70a8d596aa70c53be6d65f5e1409d05cd45e47 (patch) | |
tree | af63e969dbd239921d9ad0448f1c4fe01c7e1d2f /meta-networking/recipes-connectivity | |
parent | c32ef17ca01f650ac069139d1385dbbbcb4c267d (diff) | |
download | meta-openembedded-bf70a8d596aa70c53be6d65f5e1409d05cd45e47.tar.gz |
vlan: add UPSTREAM_CHECK_URI
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb index 7eea5d135..795c891b1 100644 --- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | |||
@@ -12,6 +12,9 @@ SRC_URI = "http://${BPN}.sourcearchive.com/downloads/${PV}-3ubuntu9/${BPN}_${PV} | |||
12 | SRC_URI[md5sum] = "5f0c6060b33956fb16e11a15467dd394" | 12 | SRC_URI[md5sum] = "5f0c6060b33956fb16e11a15467dd394" |
13 | SRC_URI[sha256sum] = "3b8f0a1bf0d3642764e5f646e1f3bbc8b1eeec474a77392d9aeb4868842b4cca" | 13 | SRC_URI[sha256sum] = "3b8f0a1bf0d3642764e5f646e1f3bbc8b1eeec474a77392d9aeb4868842b4cca" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "http://vlan.sourcearchive.com/" | ||
16 | UPSTREAM_CHECK_REGEX = "/(?P<pver>\d+(\.\d+)+)/" | ||
17 | |||
15 | S = "${WORKDIR}/${BPN}" | 18 | S = "${WORKDIR}/${BPN}" |
16 | 19 | ||
17 | inherit update-alternatives | 20 | inherit update-alternatives |