mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
427 B
BlitzBasic
13 lines
427 B
BlitzBasic
SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
|
|
HOMEPAGE = "http://libndp.org/"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = "git://github.com/jpirko/libndp;branch=master;protocol=https \
|
|
file://0001-libndp-Fix-signature-of-sendto-API.patch \
|
|
"
|
|
# tag for v1.8
|
|
SRCREV = "2730638bf88984b09531813974f9bd14e1a50165"
|
|
|
|
inherit autotools
|