diff options
author | Kai Kang <kai.kang@windriver.com> | 2017-03-23 11:04:55 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-04-25 10:24:06 -0400 |
commit | 38a5b1104bdf321da73f7a199cd77e18047abd96 (patch) | |
tree | 247f4b3c8d11a4e2fc6ff3bc0c1d26bb40b6f510 /meta-networking/recipes-connectivity | |
parent | 11618db5cbee8a91af20896bc3402e46c9fb1a19 (diff) | |
download | meta-openembedded-38a5b1104bdf321da73f7a199cd77e18047abd96.tar.gz |
libdnet: update SRC_URI
The official homepage libdnet.googlecode.com has been redirected to
github. So update SRC_URI to use git repo on github.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb index 28b6c8254..f48b6553b 100644 --- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | |||
@@ -4,10 +4,10 @@ SECTION = "libs" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" |
6 | 6 | ||
7 | SRC_URI = "http://libdnet.googlecode.com/files/libdnet-${PV}.tgz" | 7 | SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1" |
8 | SRCREV = "12fca29a6d4e99d1b923d6820887fe7b24226904" | ||
8 | 9 | ||
9 | SRC_URI[md5sum] = "9253ef6de1b5e28e9c9a62b882e44cc9" | 10 | S = "${WORKDIR}/git" |
10 | SRC_URI[sha256sum] = "83b33039787cf99990e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026" | ||
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||