Files
openwrt_yocto/meta-openwrt/recipes-extended/luci/luci_git.bb
T
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

30 lines
864 B
BlitzBasic

# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "OpenWrt LuCI web user interface"
HOMEPAGE = "https://github.com/openwrt/luci"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9"
SECTION = "base"
DEPENDS = "json-c libubox libnl lua5.1 iwinfo openssl virtual/crypt"
RDEPENDS:${PN} = "lua5.1 lucihttp cgi-io"
SRCREV = "709d48b72657084a27db1fb6fc0a4a4e8939552f"
SRC_URI = "git://github.com/openwrt/luci.git;branch=openwrt-22.03;protocol=https \
file://cmake.patch"
inherit cmake openwrt pkgconfig
prefix=""
includedir="/usr/include"
bindir="/usr/bin"
libdir="/usr/${baselib}"
OECMAKE_C_FLAGS += "-I${STAGING_INCDIR}/libnl3 -DDESTDIR=${D}"
S = "${WORKDIR}/git"
FILES:${PN} += "/www ${base_libdir} /usr/share /usr/libexec"