diff options
author | Changqing Li <changqing.li@windriver.com> | 2018-11-01 11:12:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-01 10:04:54 -0700 |
commit | 5cf604e13643495ebf7d7c95c26248d9674598c4 (patch) | |
tree | ff0e29e801dd8130c4082f9d2cf8865676b2c8fb /meta-networking/recipes-connectivity/vlan | |
parent | 57bcd4df9710034dcdba06344edb5f9f62b88d70 (diff) | |
download | meta-openembedded-5cf604e13643495ebf7d7c95c26248d9674598c4.tar.gz |
vlan: update SRC_URI
tar on previous link checksum changed, so changed SRC_URI to
get previous tar
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/vlan')
-rw-r--r-- | meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb index 795c891b1..4c3d95bd8 100644 --- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb +++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | |||
@@ -4,7 +4,7 @@ SECTION = "misc" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://vconfig.c;beginline=1;endline=19;md5=094ca47de36c20c598b15b32c270ce0a" | 5 | LIC_FILES_CHKSUM = "file://vconfig.c;beginline=1;endline=19;md5=094ca47de36c20c598b15b32c270ce0a" |
6 | 6 | ||
7 | SRC_URI = "http://${BPN}.sourcearchive.com/downloads/${PV}-3ubuntu9/${BPN}_${PV}.orig.tar.gz \ | 7 | SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/vlan/1.9-3ubuntu10.6/${BPN}_${PV}.orig.tar.gz \ |
8 | file://no-HOME-includes.patch \ | 8 | file://no-HOME-includes.patch \ |
9 | file://0001-Add-printf-format-and-silence-format-security-warnin.patch \ | 9 | file://0001-Add-printf-format-and-silence-format-security-warnin.patch \ |
10 | " | 10 | " |