mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
377 B
BlitzBasic
13 lines
377 B
BlitzBasic
SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
|
|
HOMEPAGE = "http://libndp.org/"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \
|
|
"
|
|
# tag for v1.8
|
|
SRCREV = "009ce9cd9b950ffa1f4f94c9436027b936850d0c"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|