Files
openwrt_yocto/poky/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
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

43 lines
1.2 KiB
BlitzBasic

DUMMYARCH = "buildtools-dummy-${SDKPKGSUFFIX}"
DUMMYPROVIDES_PACKAGES = "\
nativesdk-perl \
nativesdk-libxml-parser-perl \
nativesdk-perl-module-bytes \
nativesdk-perl-module-carp \
nativesdk-perl-module-constant \
nativesdk-perl-module-data-dumper \
nativesdk-perl-module-errno \
nativesdk-perl-module-exporter \
nativesdk-perl-module-file-basename \
nativesdk-perl-module-file-compare \
nativesdk-perl-module-file-copy \
nativesdk-perl-module-file-find \
nativesdk-perl-module-file-glob \
nativesdk-perl-module-file-path \
nativesdk-perl-module-file-spec \
nativesdk-perl-module-file-stat \
nativesdk-perl-module-file-temp \
nativesdk-perl-module-getopt-long \
nativesdk-perl-module-io-file \
nativesdk-perl-module-list-util \
nativesdk-perl-module-overloading \
nativesdk-perl-module-posix \
nativesdk-perl-module-scalar-util \
nativesdk-perl-module-strict \
nativesdk-perl-module-text-parsewords \
nativesdk-perl-module-thread-queue \
nativesdk-perl-module-threads \
nativesdk-perl-module-warnings \
nativesdk-perl-module-vars \
"
DUMMYPROVIDES = "\
/usr/bin/perl \
"
require dummy-sdk-package.inc
inherit nativesdk