Files
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
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
2026-07-11 13:28:01 +08:00

24 lines
594 B
BlitzBasic

# SPDX-FileCopyrightText: 2021 Bosch Sicherheitssysteme GmbH
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "LuCI HTTP utility library"
HOMEPAGE = "https://github.com/jow-/lucihttp"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6b7565d075eb26cd08b6ac739db35e3"
DEPENDS:class-target += " lua5.1 ucode"
SRCREV = "6e68a1065f3ed1889e5fa053b206bd3aa108bd5f"
SRC_URI = "git://github.com/jow-/lucihttp.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
inherit cmake pkgconfig openwrt-lua
# Do not build tests
EXTRA_OECMAKE += "-DBUILD_TESTS=OFF"
RDEPENDS:${PN} = "lua5.1 ucode"