mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
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>
This commit is contained in:
@@ -4,10 +4,10 @@ SECTION = "libs"
|
|||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9"
|
||||||
|
|
||||||
SRC_URI = "http://libdnet.googlecode.com/files/libdnet-${PV}.tgz"
|
SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1"
|
||||||
|
SRCREV = "12fca29a6d4e99d1b923d6820887fe7b24226904"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "9253ef6de1b5e28e9c9a62b882e44cc9"
|
S = "${WORKDIR}/git"
|
||||||
SRC_URI[sha256sum] = "83b33039787cf99990e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026"
|
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user