blob: c33cb803219901a2b8c4ba02b0b43fbbe01d7046 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001DUMMYARCH = "sdk-provides-dummy-target"
2
3DUMMYPROVIDES = "\
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 Bishop316dfdd2018-06-25 12:45:53 -040045 /bin/sh \
46 /bin/bash \
47 /usr/bin/env \
48 /usr/bin/perl \
Brad Bishopf3fd2882019-06-21 08:06:37 -040049 libperl.so.5 \
Brad Bishop96ff1982019-08-19 13:50:42 -040050 libperl.so.5()(64bit) \
Brad Bishop316dfdd2018-06-25 12:45:53 -040051 pkgconfig \
Brad Bishopf8caae32019-03-25 13:13:56 -040052 pkgconfig-dev \
53 pkgconfig-src \
Brad Bishop316dfdd2018-06-25 12:45:53 -040054"
55
56require dummy-sdk-package.inc
Brad Bishopc342db32019-05-15 21:57:59 -040057
58SSTATE_DUPWHITELIST += "${PKGDATA_DIR}/${PN} ${PKGDATA_DIR}/runtime/${PN}"