Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
15 lines
406 B
BlitzBasic
15 lines
406 B
BlitzBasic
SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6."
|
|
HOMEPAGE = "https://gitlab.com/ipcalc/ipcalc"
|
|
|
|
SECTION = "net"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "git://gitlab.com/ipcalc/ipcalc.git;protocol=https;branch=master"
|
|
SRCREV = "c341e55be386649c0a5347eefeae410753c4e753"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson
|