blob: 849407cca57587cc4871f75b6a68d72ec9271109 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DUMMYARCH = "sdk-provides-dummy-target"
2
Brad Bishopc68388fc2019-08-26 01:33:31 -04003DUMMYPROVIDES_PACKAGES = "\
Brad Bishop977dc1a2019-02-06 16:01:43 -05004 busybox \
Brad Bishopf8caae32019-03-25 13:13:56 -04005 busybox-dev \
6 busybox-src \
Brad Bishop977dc1a2019-02-06 16:01:43 -05007 coreutils \
Brad Bishopf8caae32019-03-25 13:13:56 -04008 coreutils-dev \
9 coreutils-src \
Brad Bishop977dc1a2019-02-06 16:01:43 -050010 bash \
Brad Bishopf8caae32019-03-25 13:13:56 -040011 bash-dev \
12 bash-src \
Brad Bishop977dc1a2019-02-06 16:01:43 -050013 perl \
Brad Bishopf8caae32019-03-25 13:13:56 -040014 perl-dev \
15 perl-src \
Brad Bishop977dc1a2019-02-06 16:01:43 -050016 perl-module-re \
17 perl-module-strict \
18 perl-module-vars \
19 perl-module-text-wrap \
20 libxml-parser-perl \
21 perl-module-bytes \
22 perl-module-carp \
Brad Bishop19323692019-04-05 15:28:33 -040023 perl-module-config \
Brad Bishop977dc1a2019-02-06 16:01:43 -050024 perl-module-constant \
25 perl-module-data-dumper \
26 perl-module-errno \
27 perl-module-exporter \
28 perl-module-file-basename \
29 perl-module-file-compare \
30 perl-module-file-copy \
31 perl-module-file-find \
32 perl-module-file-glob \
33 perl-module-file-path \
34 perl-module-file-stat \
Brad Bishopf8caae32019-03-25 13:13:56 -040035 perl-module-file-temp \
Brad Bishop977dc1a2019-02-06 16:01:43 -050036 perl-module-getopt-long \
37 perl-module-io-file \
Brad Bishopf8caae32019-03-25 13:13:56 -040038 perl-module-overload \
Brad Bishop19323692019-04-05 15:28:33 -040039 perl-module-overloading \
Brad Bishop977dc1a2019-02-06 16:01:43 -050040 perl-module-posix \
41 perl-module-thread-queue \
42 perl-module-threads \
Brad Bishopf8caae32019-03-25 13:13:56 -040043 perl-module-warnings \
Brad Bishop19323692019-04-05 15:28:33 -040044 perl-module-warnings-register \
Brad Bishopc68388fc2019-08-26 01:33:31 -040045 pkgconfig \
46 pkgconfig-dev \
47 pkgconfig-src \
48"
49
50DUMMYPROVIDES = "\
Brad Bishop316dfdd2018-06-25 12:45:53 -040051 /bin/sh \
52 /bin/bash \
53 /usr/bin/env \
54 /usr/bin/perl \
Brad Bishopf3fd2882019-06-21 08:06:37 -040055 libperl.so.5 \
Brad Bishop96ff1982019-08-19 13:50:42 -040056 libperl.so.5()(64bit) \
Brad Bishop316dfdd2018-06-25 12:45:53 -040057"
58
59require dummy-sdk-package.inc
Brad Bishopc342db32019-05-15 21:57:59 -040060
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000061SSTATE_ALLOW_OVERLAP_FILES += "${PKGDATA_DIR}/${PN} ${PKGDATA_DIR}/runtime/${PN}"