mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:47:05 +00: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: Armin Kuster <akuster808@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.6
|
|
SRCREV = "96674e7d4f4d569c2c961e865cc16152dfab5f09"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|