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

19 lines
754 B
BlitzBasic

SUMMARY = "SBLIM CMPI Provider Development Support"
DESCRIPTION = "\
This packages provides the C and C++ CMPI header files needed by provider \
developers and can be used standalone. If used for C++ provider development \
it is also necessary to have tog-pegasus-devel installed."
HOMEPAGE = "http://sblim.wiki.sourceforge.net/"
LICENSE = "EPL-1.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f63d3a4e701129e869e89d7dcac8982"
SECTION = "Development/Libraries"
SRC_URI = "${SOURCEFORGE_MIRROR}/sblim/${BP}.tar.bz2 \
file://sblim-cmpi-devel-2.0.3-docdir.patch"
SRC_URI[md5sum] = "b934616f88a848f17ca3cf1b9e792cbf"
SRC_URI[sha256sum] = "1671cabff6b922b6fde897673d9fdafd56c9310f82a7eacc0547d596b9cdfea6"
inherit autotools
BBCLASSEXTEND = "native"