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
20 lines
630 B
PHP
20 lines
630 B
PHP
DESCRIPTION = "Links is graphics and text mode WWW \
|
|
browser, similar to Lynx."
|
|
HOMEPAGE = "http://links.twibright.com/"
|
|
SECTION = "console/network"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b0c80473f97008e42e29a9f80fcc55ff"
|
|
DEPENDS = "jpeg libpng flex openssl zlib"
|
|
|
|
SRC_URI = "http://links.twibright.com/download/links-${PV}.tar.bz2 \
|
|
file://ac-prog-cxx.patch \
|
|
"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
|
|
PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
|
|
|
|
CVE_PRODUCT = "twibright_labs:links twibright:links links:links"
|
|
|
|
inherit autotools pkgconfig
|