- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
18 lines
726 B
BlitzBasic
18 lines
726 B
BlitzBasic
SUMMARY = "daemon that sends updates when your IP changes"
|
|
HOMEPAGE = "http://sourceforge.net/projects/ez-ipupdate/"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7783169b4be06b54e86730eb01bc3a31"
|
|
|
|
SRC_URI = "http://sourceforge.net/projects/ez-ipupdate/files/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
|
file://Makefile.am.patch \
|
|
file://cache_file.c.patch \
|
|
file://conf_file.c.patch \
|
|
file://wformat.patch \
|
|
file://0001-ez-ipupdate-Include-time.h-for-time-API-prototype.patch \
|
|
"
|
|
SRC_URI[md5sum] = "525be4550b4461fdf105aed8e753b020"
|
|
SRC_URI[sha256sum] = "a15ec0dc0b78ec7578360987c68e43a67bc8d3591cbf528a323588830ae22c20"
|
|
|
|
inherit autotools pkgconfig
|